Package: abi-compliance-checker Priority: optional Section: devel Installed-Size: 1316 Maintainer: Mathieu Malaterre Architecture: all Version: 2.3-0.2co1bv2022dev2b1 Depends: build-essential, perl:any Recommends: ctags Suggests: doc-base, icheck Filename: pool/development/a/abi-compliance-checker/abi-compliance-checker_2.3-0.2co1bv2022dev2b1_all.deb Size: 192728 MD5sum: 3d6b519f26c465cbc1db3c7c17acdbf9 SHA1: b4b80e4bc98c11d76ee2198ff2cb949897d5d863 SHA256: 9ecb668ed09da2ad26eb6c7064989da332b14c6ed653ae92519aba42615045bf SHA512: 9aacc99b41144aff8e6a7d311b6aab12bbd16db9fcc147af241bda3e5dc838b6fb44409d6d5b0d857792decd4e490a04cf8d8fa5d996b9e55f0c8fc70f51c899 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: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker Package: accountsservice Priority: optional Section: admin Installed-Size: 645 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Version: 0.6.55-3apertis0bv2022dev2b1 Depends: dbus (>= 1.9.18), libaccountsservice0 (= 0.6.55-3apertis0bv2022dev2b1), libc6 (>= 2.4), libglib2.0-0 (>= 2.44), libpolkit-gobject-1-0 (>= 0.99) Recommends: default-logind | logind Suggests: gnome-control-center Filename: pool/development/a/accountsservice/accountsservice_0.6.55-3apertis0bv2022dev2b1_amd64.deb Size: 91828 MD5sum: 34ab6bbd8d391229b88769652992753e SHA1: 93d798d0830fb1a340fcd34cb60ec582da732c5b SHA256: 87b4eec572c5828c288145c42a1388b735fb4b60afe089b2d46b170105359c2a SHA512: 825922901ceb99f7f91754cabb2546a5e3bba27213be4ba4a2c8c6e23c3660ad50b32b6a35bebc4dd0f576cb79ef1581a4cdaf973f98a2be15549bc6c3f6d405 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: 217 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Source: accountsservice Version: 0.6.55-3apertis0bv2022dev2b1 Depends: accountsservice (= 0.6.55-3apertis0bv2022dev2b1) Filename: pool/development/a/accountsservice/accountsservice-dbgsym_0.6.55-3apertis0bv2022dev2b1_amd64.deb Size: 160696 MD5sum: 1e875d6c4a0826f18173cea221da8536 SHA1: cd7effcfba8222ea2d0a070dc3743522491d6f30 SHA256: c57f6cefb97b0d5440ff0ad47131bcb9ed1398ef279f8b377d0d8e2c66e50007 SHA512: 68c1393a3f575a1792aca495d95e6b45d7f61e3a7d03c1103fb7b58f38d550b285bbaca8445abcc855e935247c7a415bad520c18c0dc915a45e3c29df86ebd95 Description: debug symbols for accountsservice Auto-Built-Package: debug-symbols Build-Ids: e49fae99367ed9e956600579b113cb315ae7ab92 Package: acpica-tools Priority: optional Section: devel Installed-Size: 2493 Maintainer: Al Stone Architecture: amd64 Source: acpica-unix Version: 20200925-1.2apertis0bv2022dev2b1 Replaces: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Provides: acpidump, iasl Depends: libc6 (>= 2.17) Breaks: acpidump (<< 20100513-4), iasl (<< 20130214-0.1) Filename: pool/development/a/acpica-unix/acpica-tools_20200925-1.2apertis0bv2022dev2b1_amd64.deb Size: 840436 MD5sum: 0c0c3577a8baf8c5cbb95f771943c40d SHA1: fd933fb61e560bd00a996c6db294ded2e974cd41 SHA256: 75045db97de6034440e0a00965fcd91d6fd8cea4c1066d475be7ca000a08ad0e SHA512: b93adab6ded71962c2ecf4f600e71c35452f6b3ac289f00b09fec8c7ca3b6a1f55e8c7f82e9fb99ac4ca189389e0f4a0f727a2901a4e1e295d13b5887997b5bf Description: ACPICA tools for the development and debug of ACPI tables The ACPI Component Architecture (ACPICA) project provides an OS-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ACPICA code contains those portions of ACPI meant to be directly integrated into the host OS as a kernel-resident subsystem, and a small set of tools to assist in developing and debugging ACPI tables. . This package contains only the user-space tools needed for ACPI table development, not the kernel implementation of ACPI. The following commands are installed: -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), suitable for inclusion as a DSDT in system firmware. It also can disassemble AML, for debugging purposes. -- acpibin: performs basic operations on binary AML files (e.g., comparison, data extraction) -- acpidump: write out the current contents of ACPI tables -- acpiexec: simulate AML execution in order to debug method definitions -- acpihelp: display help messages describing ASL keywords and op-codes -- acpinames: display complete ACPI name space from input AML -- acpisrc: manipulate the ACPICA source tree and format source files for specific environments -- acpixtract: extract binary ACPI tables from acpidump output (see also the pmtools package) Homepage: http://www.acpica.org Package: acpica-tools-dbgsym Priority: optional Section: debug Installed-Size: 3266 Maintainer: Al Stone Architecture: amd64 Source: acpica-unix Version: 20200925-1.2apertis0bv2022dev2b1 Depends: acpica-tools (= 20200925-1.2apertis0bv2022dev2b1) Filename: pool/development/a/acpica-unix/acpica-tools-dbgsym_20200925-1.2apertis0bv2022dev2b1_amd64.deb Size: 2860072 MD5sum: 84243e4d8e95f55d33b030976f829c68 SHA1: 6da412febf990eed91c8e2203d7870266873f32a SHA256: 99c404ff9a073b18aea5cf712488e063ebad1420c82cd3403fb158c0bb85f340 SHA512: 819e62b36d092badbcf879ce3c4dda1a6222b9d7dfe47dbf11be52c8f215051be0a9995b6bce3ea32cb9f5d84d1263e2b33d624f7396676f91025ece1fb505e4 Description: debug symbols for acpica-tools Auto-Built-Package: debug-symbols Build-Ids: 13ca4a3d591ee85102636dadeec2bc297a4667a4 47793626ed85b11a387e5816e9ce2159bd527423 58de22eb8ba6f0460e45ea61bdfe72606003aba1 614d00885f71fa313921b91e2bdc760eaad2e7da 8e1ff9282375cda25b41f93104d83210cb1fcb5c 9827d4f5b1c8d4740741b4249033ad75784a5c8a dbf8fd005d4e8c4d63c21cce14c84680a9d46765 Package: advancecomp Priority: optional Section: utils Installed-Size: 1081 Maintainer: Piotr Ożarowski Architecture: amd64 Version: 2.1-2.1co1bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Filename: pool/development/a/advancecomp/advancecomp_2.1-2.1co1bv2022dev2b1_amd64.deb Size: 205508 MD5sum: f204a917d77bea6a3ecf6fc7aabd7da0 SHA1: d6a14e89e78041c5740291133f1c5f25d58738d8 SHA256: 3dd6f5de3d53f4a267171073f181c72dc4f0ad47895abb5a7c285200763ccaa2 SHA512: 084341341aa7d990febb18bbba08c68f11be54d507c2da30c2e9193e874f5f1d3459c98b63957904b0ff5d5b3f892d14fd404ea36411af73fd5201982fbd3523 Description: collection of recompression utilities AdvanceCOMP contains recompression utilities for your .zip archives, .png images, .mng video clips and .gz files. . For recompression, 7-Zip (http://www.7-zip.com) is used, which generally gives 5-10% more compression than zLib. Homepage: http://www.advancemame.it/ Package: advancecomp-dbgsym Priority: optional Section: debug Installed-Size: 2489 Maintainer: Piotr Ożarowski Architecture: amd64 Source: advancecomp Version: 2.1-2.1co1bv2022dev2b1 Depends: advancecomp (= 2.1-2.1co1bv2022dev2b1) Filename: pool/development/a/advancecomp/advancecomp-dbgsym_2.1-2.1co1bv2022dev2b1_amd64.deb Size: 2339312 MD5sum: ec902d521f753d547b262525aaa349be SHA1: 2b4517b4a5b6f22c19206f126375df1f066aa814 SHA256: 566e08628c5e448329c68375775335b0893f1e452b90aee8beb7f24e91b41819 SHA512: 4eaa54de079d5077c5d4be1f84dfa765df985c00ba88016ce845e04c133d064efbeb536ba4971c1f63dc818048e49405aa223065e03a7e0790f81568ab1e8168 Description: debug symbols for advancecomp Auto-Built-Package: debug-symbols Build-Ids: 2aa98047559cd8c0c58dbc3b70017fc1fe33eec2 32bfa09c88e3a3c79c6717423f400fcf19c4777a a768b5c9e7175235839c9a1641d54ad1dff85be3 e1baf4623b8d737d36b3de5718878cecee320baf Package: afdko Priority: optional Section: devel Installed-Size: 37 Maintainer: Debian Fonts Task Force Architecture: all Version: 3.6.0+dfsg1-3apertis0bv2022dev2b1 Depends: python3, python3-afdko (= 3.6.0+dfsg1-3apertis0bv2022dev2b1) Suggests: afdko-doc Filename: pool/development/a/afdko/afdko_3.6.0+dfsg1-3apertis0bv2022dev2b1_all.deb Size: 5692 MD5sum: 4aa5d3caf8121959e553a4735c4e21f8 SHA1: b443adf22b023d06cc229c974a30756fc3914f21 SHA256: 4cdce5a329fd0d1532da34f2d2a93c6e0ceccd2d03ddd13ae0f297c31a8be0e2 SHA512: 34daaba63fdc7ae0e6ad4bf48a66fb37a2d007cbd1b781cc359ca8038eccd696d6564f68ed28641876347415b162e95b2b756a87344ba41cc6941be7e6900884 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: 4463 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: afdko Version: 3.6.0+dfsg1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/a/afdko/afdko-bin_3.6.0+dfsg1-3apertis0bv2022dev2b1_amd64.deb Size: 931268 MD5sum: b9fc16c2dd417ae2075a13970a575ea1 SHA1: 0e64add52787836b90c40b5ff1397630ff9df9f0 SHA256: f6fe797322ac552b4d22d71c69254ad31c24eaeabd3952fdf9fa5ee4646b3e20 SHA512: 3c6d084eb6fb794e801af025756c5bdaebdfc6d518e6af6da8d9b7a6a04c7042391b482ea2539fad33fe2a2f4768837e13984b7e252035322fef703778f2d77f 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: 4285 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: afdko Version: 3.6.0+dfsg1-3apertis0bv2022dev2b1 Depends: afdko-bin (= 3.6.0+dfsg1-3apertis0bv2022dev2b1) Filename: pool/development/a/afdko/afdko-bin-dbgsym_3.6.0+dfsg1-3apertis0bv2022dev2b1_amd64.deb Size: 4056060 MD5sum: 6b8567261ccc1a0d314e3bfd797080db SHA1: 5c3ec2837cc3679909e28309722769d06ecd0943 SHA256: 75174eb9ae79e93bf6fdc95e019a279a75e4f86574c9637cc0fcf67987fca3f0 SHA512: cdae0b0feadcc31dc1c24e5596cf42f63ee730c85dc2105322670d1dc8f25363aaa96f04afeb0e54ac3f7731297dda3fab8c903b991ddee0c4fb861d2731f67f Description: debug symbols for afdko-bin Auto-Built-Package: debug-symbols Build-Ids: 35f8533998303f13809256c751392713542a9826 3b745d5e79a4885852a6576d814d0e9e6bc67e1c 882d4fec5d4eeafdfbbe042f7e9a8dba9f2ccd65 8a6461a5456d5bc4d087ce5d0a47f1fac358a094 a1c5216fc8dfc4c6e2f5b03720feb2e43e0ed91b a87328ed0f52da4fff87b50fb3d546ccc81736fc c5a84b331a1ca349d882afafb9af788cd7ba26cc db54a745394514d8567f05b2e9b50473a710b209 f9b361303b730c95379c3622b025aeb3ab650e0d Package: afdko-doc Priority: optional Section: doc Installed-Size: 96 Maintainer: Debian Fonts Task Force Architecture: all Source: afdko Version: 3.6.0+dfsg1-3apertis0bv2022dev2b1 Filename: pool/development/a/afdko/afdko-doc_3.6.0+dfsg1-3apertis0bv2022dev2b1_all.deb Size: 77948 MD5sum: 6a2afabb4b6de2e49e4d7a72ce977ee2 SHA1: 80dccda1f8ef8fc99950a9c2da32020131a574bd SHA256: 7b78ffbc4905b54301a4d8f209b04d1b4bea9335a878faef711d49f97634840a SHA512: 8617e318d79eaf7ab16cff623cf85539e12084d480f0659399c2597d782ca2bf2d60e7b02f9bb935d031b8a0e3a561f7669973cb7fffcdf424b3c73668439a99 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-2apertis0bv2022dev2b1 Filename: pool/development/a/aglfn/aglfn_1.7+git20191031.4036a9c-2apertis0bv2022dev2b1_all.deb Size: 30772 MD5sum: e2cfd9a527ce054611e954abbb5a6537 SHA1: 55d2c0240b1898210b1636b0e9b7231d5366e264 SHA256: bf3a45986fe4069403404ebbcc1da231a76e5cb6cb52256f23004e752fc24eb9 SHA512: 17c3fdacfb85b709d2e5da257cdeee45184a74134781768be4f4c4cd9d54cbfecf7895f1c768f45d0f253003cc6e6acc118ff3f3096d5cf8a23283946037c781 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: alsa-utils Priority: optional Section: sound Installed-Size: 2283 Maintainer: Debian ALSA Maintainers Architecture: amd64 Version: 1.2.4-1apertis0bv2022dev2b1 Provides: audio-mixer Depends: kmod (>= 17-1~), lsb-base (>= 3.0-9), libasound2 (>= 1.2.1), libatopology2 (>= 1.2.2), libc6 (>= 2.29), libfftw3-single3 (>= 3.3.5), libncursesw6 (>= 6), libsamplerate0 (>= 0.1.7), libtinfo6 (>= 6) Suggests: dialog Filename: pool/development/a/alsa-utils/alsa-utils_1.2.4-1apertis0bv2022dev2b1_amd64.deb Size: 1057568 MD5sum: 71caa6cb9b4f82fbd7caf2a8a6ebe735 SHA1: d413b7b76d5d23d0ed7f2e9dc6cb56817842bd89 SHA256: 9570a38f33b1186b4c4c0f77cf14c9bf551f24dcc25ee629a2c8b6a8f9f03a5b SHA512: 1f09a88c1ef4fd212a83e8ca1494847258d49f453f9bd2ef5a93aef253195dd60d5d76674ffa53c14faccde22ee2f8bb5aa0e92cd228c0147493a5711432ddef 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: 857 Maintainer: Debian ALSA Maintainers Architecture: amd64 Source: alsa-utils Version: 1.2.4-1apertis0bv2022dev2b1 Depends: alsa-utils (= 1.2.4-1apertis0bv2022dev2b1) Filename: pool/development/a/alsa-utils/alsa-utils-dbgsym_1.2.4-1apertis0bv2022dev2b1_amd64.deb Size: 638452 MD5sum: bdad24cad9f0e33c682f8b91b18c5674 SHA1: c3aae0c6bf4f38f3833d2df1ff1220fcfab27af9 SHA256: 7160b3465ac0613f816624a7763e7852e984f4e1b67074d4cb998002bcaca65e SHA512: f4f00f6c17ac3cf453d7309fe46250d3efd9e49d65da975085740ffb28f7af2ea5fc1382d4abdc1897faff680aa1f7aa79d8224f2a5c98755925f53e2ebfec60 Description: debug symbols for alsa-utils Auto-Built-Package: debug-symbols Build-Ids: 0d5d1b49770cc7fd0c47ff36c54fc89eb4ca23b0 13a8ae1f4730cff4c1b02d0a54a7da74863bb2d2 1ea4f38fcd703e7335025df830f87ead2fc345ca 3439961510e183a4e44775e3abe3aef2491860fe 4bf0fd162a687be5a8d182b355aaa2e2c355c339 5d37f72b578193fa670a2a73659316ceae936069 6087f4e1e5149bc160c5bba2e65586e0be7e1078 9aa8569bb0a684d13f054ce7b20a1f0d7c6683d4 a83f86d3c9ac3996ffbab33897accf3a0c0ffbe0 b029ed4a66c213ad45cd08d1d6881a8e21301659 b2c5ff5abaa47e78484fe3e1793c2040c56fd645 b5108ac5595dcd966d4d7c04dc01c1ae6fd4397a b6faaa5c5528cf0917951710394f31bd5bfd0837 bfc01054aaf462bae56f0d13c6812da9d19b470d e9a28789be98125228dd499847eb77e416600b33 ef6e95c226eb062968e3ecbe52057fe412ac6519 f04fd0e80fa9dda5502b1dd8deaee3589c77e740 Package: amdgcn-tools Priority: optional Section: devel Installed-Size: 19 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 9apertis0bv2022dev2b1 Replaces: gcc-10-offload-amdgcn (<< 10.2.1-6), gcc-11-offload-amdgcn (<< 11-20210110-0), gcc-snapshot (<< 1:20210110-0~) Depends: llvm-9, lld-9 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_9apertis0bv2022dev2b1_amd64.deb Size: 2564 MD5sum: 0157dc0c6eb6466bd5d3bd9057b3ff92 SHA1: b7c9798a671aaa4131616c110e3abb87f940324f SHA256: 418610e5c2d515fde9ff8bb141a0b03082c88d6a64d78073b5331da2fe111e2c SHA512: 07058505baa61b1edb08f84233bcff8652c17b7e301864587efe9dac07d3f05bffcb792c211f8d83bb410bf6061531eaa1c10f04467f22e61679d601d4f23e53 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: 153 Maintainer: Michael Fladischer Architecture: amd64 Source: librabbitmq Version: 0.10.0-1apertis0bv2022dev2b1 Depends: librabbitmq4 (= 0.10.0-1apertis0bv2022dev2b1), libc6 (>= 2.15), libpopt0 (>= 1.14) Filename: pool/development/libr/librabbitmq/amqp-tools_0.10.0-1apertis0bv2022dev2b1_amd64.deb Size: 33136 MD5sum: bfc6bea157e15c7721819b896e90a02b SHA1: 94b814079c2de0653fcbb626652a7936c2aa3663 SHA256: c54c8819c676b5381004a1bfd79ad6b5c1fbb3338284d691c083c4d4e5379339 SHA512: 44ea40cef690b7a5f99ddd7822c60f251bcb93fb2f31733bcc7c05a880a6f74dd09d19ddeee69598908de89b406e5122cc292a8fe297e09747c29f3734bcc76f 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: 113 Maintainer: Michael Fladischer Architecture: amd64 Source: librabbitmq Version: 0.10.0-1apertis0bv2022dev2b1 Replaces: librabbitmq-dbg (<< 0.9.0-0.1~) Depends: amqp-tools (= 0.10.0-1apertis0bv2022dev2b1) Breaks: librabbitmq-dbg (<< 0.9.0-0.1~) Filename: pool/development/libr/librabbitmq/amqp-tools-dbgsym_0.10.0-1apertis0bv2022dev2b1_amd64.deb Size: 53352 MD5sum: c98cf06a547fdedb058b2beb116a08b7 SHA1: 8ab21dec7b126d93f4e032b51e73a5f54b788750 SHA256: 18ff1bb3aa3a8334845b6f71fc761c9e488af6790a45ec3983a46017fc758783 SHA512: 6300e2265a995f826956a0a2e2b6fe34e5838757fad0ea94bf3509c78d094f6e84e2212f6f9aeceb1a728471cdb1be73854f2df4be817ddcea3ddafa8756c91a Description: debug symbols for amqp-tools Auto-Built-Package: debug-symbols Build-Ids: 08ae150f66d8b58bbb899ae83cbcb965ca917a40 26d31eab0ed35c43e25cb18554867684f53c7f2d 6162261ddc6965eb3b0d268546cface7103f7c06 7c27ac50edf9c5e79ebae78d0ad82f9f4871159e a071b00e3116b924dd0b06869675a0241e9dd2f6 Package: ann-tools Priority: optional Section: math Installed-Size: 124 Maintainer: Debian Science Maintainers Architecture: amd64 Source: ann Version: 1.1.2+doc-7co1bv2022dev2b1 Depends: libann0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/a/ann/ann-tools_1.1.2+doc-7co1bv2022dev2b1_amd64.deb Size: 35328 MD5sum: 821ca67c6475ad0265f8de245dddd27b SHA1: d38ef3a6a87625d63ed39523b5ed091560a8b506 SHA256: f63e5cbcc1a281b582ef9b4cbe1963e927d2d17ab16f038d3aa29b9be83f9ab8 SHA512: 7ab0575b2373752e62028868b6c6bfe780b154db0d49a995d1709e7ed6946e78475d3ea321d9b06984a8d2e1b948b53b8df2988320f2e4f1921fc0f337d24716 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: http://www.cs.umd.edu/~mount/ANN/ Package: ann-tools-dbgsym Priority: optional Section: debug Installed-Size: 137 Maintainer: Debian Science Maintainers Architecture: amd64 Source: ann Version: 1.1.2+doc-7co1bv2022dev2b1 Depends: ann-tools (= 1.1.2+doc-7co1bv2022dev2b1) Filename: pool/development/a/ann/ann-tools-dbgsym_1.1.2+doc-7co1bv2022dev2b1_amd64.deb Size: 102184 MD5sum: 73f9c0f9c6961fcaaab8039451e55d6c SHA1: b0bdd668f7a828e6fc827d3efac36db6cc3cc31f SHA256: ba6b2c6a21858c792db07ed621910cc0e76ddda89845e7f23bddfda576e63b5a SHA512: dc721d484a42469a2fbbb6dbe51f9e1e51c4ccdf6ac4757568e35cf87c153877b1c1dc51d3e3b5ab0342c816e27afb52bfd8aefcf1debf36301751d0f7f1c466 Description: debug symbols for ann-tools Auto-Built-Package: debug-symbols Build-Ids: 54ca8e1f08655be1656b95848fb406a3f8156924 902fe1d27a2445efecc5037a26a44786adf73dc4 fcfe4ad50bec3904e430595bba3a9d49b943cfcf Package: ant Priority: optional Section: java Installed-Size: 2344 Maintainer: Debian Java Maintainers Architecture: all Version: 1.10.9-4apertis0bv2022dev2b1 Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless Recommends: ant-optional Suggests: ant-doc, default-jdk | java-compiler | java-sdk Filename: pool/development/a/ant/ant_1.10.9-4apertis0bv2022dev2b1_all.deb Size: 2119292 MD5sum: aa885ae044096c351d84a1662365e4aa SHA1: b9187f026a509182803a6610c6992e35baa217af SHA256: d69158cfdb5406e9854d868c47f5f7debd04283701dbc364a5027692c6f5d953 SHA512: 9aa42bddcdc3fcfa59a4639c8d33469460fbd96145ef896db5396f8186bfe58e9f3ea286d12bb5d1320c3d28c59b12142cadd3b6fb87ab6d0c3df8633b4736b4 Description: Java based build tool like make Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the scripts and the core tasks libraries. Homepage: http://ant.apache.org Multi-Arch: foreign Package: ant-contrib Priority: optional Section: java Installed-Size: 512 Maintainer: Debian Java Maintainers Architecture: all Version: 1.0~b3+svn177-12apertis0bv2022dev2b1 Depends: ant Suggests: ivy, libbcel-java, libcommons-httpclient-java Filename: pool/development/a/ant-contrib/ant-contrib_1.0~b3+svn177-12apertis0bv2022dev2b1_all.deb Size: 261964 MD5sum: 5dc2d4fa95204811a73885f7ff28a355 SHA1: 6851f11007475bd1243da5b2995cdbf3a6da0a0d SHA256: a8774ec4c85f36a9ad3cf803e2c318d23e5a4652405b6560f8b094849303d08a SHA512: 1e944eb9a1895454a08ac544aa5b2663434cdfeca9032569d19e807f6227b8af18882ee3c81525f9a5174df7c0400130a61861e454dcf0f0be85a97c5d365357 Description: collection of tasks, types and other tools for Apache Ant Extends ant and provides the following tasks: . * Logic Tasks * Network Tasks * Performance Monitoring and Tasks * Platform Tasks * Property Tasks * Process Tasks * Other (unstable) Tasks Enhances: ant Homepage: http://ant-contrib.sourceforge.net Multi-Arch: foreign Package: ant-doc Priority: optional Section: doc Installed-Size: 38080 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.10.9-4apertis0bv2022dev2b1 Suggests: ant Filename: pool/development/a/ant/ant-doc_1.10.9-4apertis0bv2022dev2b1_all.deb Size: 2439964 MD5sum: ae5ed958fc75a2907327a327147b0b24 SHA1: a21c6835ef05ca4eabdfc4457bdc69f6120cfa6b SHA256: f8ccb59e906123fa09ddad260412ce84582c636511fdda467e94724cbc937139 SHA512: 86e9319ed674616b87ffed8bcfd01a04dc88a7ed66e2264a1a548459766b9f212b837d6038aa8afa8f762cdf8ff64f86a0eeb80664e8d790062634153c194b05 Description: Java based build tool like make - API documentation and manual Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the manual of ant as well as the API documentation. Homepage: http://ant.apache.org Multi-Arch: foreign Package: ant-optional Priority: optional Section: java Installed-Size: 1007 Maintainer: Debian Java Maintainers Architecture: all Source: ant Version: 1.10.9-4apertis0bv2022dev2b1 Depends: ant (= 1.10.9-4apertis0bv2022dev2b1) Suggests: antlr, javacc, junit, junit4, jython, libactivation-java, libbcel-java (>= 5.0), libbsf-java, libcommons-logging-java, libcommons-net-java, libmail-java, libjaxp1.3-java, libjdepend-java, libjsch-java, liblog4j1.2-java, liboro-java, libregexp-java, libxalan2-java (>= 2.4.0-1), libxml-commons-resolver1.1-java, libxz-java Filename: pool/development/a/ant/ant-optional_1.10.9-4apertis0bv2022dev2b1_all.deb Size: 381912 MD5sum: c8f5bc77c21c09370d11d68e57a9fdc7 SHA1: e3c849c287bea789e266c512766fdf135ab7ef30 SHA256: 1f33e31a661a2e311b45f3a9430c30aa0b591b94c4f375fd157b01784e1c6eef SHA512: 0bf9c7d2383958e43c9b16dbf22bc346e45f24aeff7e807ee5a1341f35e7bf68bdf0af4d1fdd445ebaf8806fb38509c5e60a160104991ffec8bfe3331c74759c Description: Java based build tool like make - optional libraries Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. . This package contains the optional tasks libraries. Homepage: http://ant.apache.org Multi-Arch: foreign Package: anthy Priority: optional Section: utils Installed-Size: 74 Maintainer: Debian Input Method Team Architecture: amd64 Version: 1:0.4-2apertis0bv2022dev2b1 Depends: anthy-common, libanthy1 (= 1:0.4-2apertis0bv2022dev2b1), libanthyinput0, libc6 (>= 2.15) Conflicts: anthy-common (<< 1:0.3-1) Filename: pool/development/a/anthy/anthy_0.4-2apertis0bv2022dev2b1_amd64.deb Size: 26208 MD5sum: ac7940f3c3f1286c44432d6e0fbb21f5 SHA1: 31b97b0075e01de078b6d45479654cb2d7014cc6 SHA256: be0efb35606f9f0b130bef0423fb50ae8f98880c7b5e7b261491a367ebe61a27 SHA512: e14ca07fd2418a737089c57e296bded9862ead2c50adcae82adc767ad428034e9bcc255ed9e136a43497c931d3dab6c343419e9f5b78a2aa9796a9da83ab0a3f 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: 27990 Maintainer: Debian Input Method Team Architecture: all Source: anthy Version: 1:0.4-2apertis0bv2022dev2b1 Recommends: kasumi Filename: pool/development/a/anthy/anthy-common_0.4-2apertis0bv2022dev2b1_all.deb Size: 5601820 MD5sum: eb1f79e31b9527478ae747152d1cb704 SHA1: da9f9709683c2217d997a061021cf78f8e268c7b SHA256: f6a8b4112a0c68c956394905b50f2ad41a687fe1ecf3fe1002b0fae69913460b SHA512: b5d3326a186de897d97f8d63bccf8f2b62e2c289f9414d5dfe5130077f6c6b8dd56971bb17f9ec220aa2a1f3c5959f7efb7e097680922ca2aa3883ff842e3bfd 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-2apertis0bv2022dev2b1 Depends: anthy (= 1:0.4-2apertis0bv2022dev2b1) Filename: pool/development/a/anthy/anthy-dbgsym_0.4-2apertis0bv2022dev2b1_amd64.deb Size: 40272 MD5sum: 6a18ff72f42dfc06896df5dd899f45f1 SHA1: 303c00104b82a251c5f4f39cd91f52af88417f1d SHA256: 8d8079b7e2e12becf9e6d3ece608a44689d995023712e24d499eb7f1e8898b83 SHA512: 13792904bad1e06419ff129541cec70b38075a61d3bf2dee500cd880f4b25fcc8b43ded5d16b788e3a2d631209701a15ba46638d6605ef8b7a24869c7d25dacd Description: debug symbols for anthy Auto-Built-Package: debug-symbols Build-Ids: 1fe887fd2b9b8b8e5bb64568648f3cb8132b0914 2f15abac2a03737ddaabda0257a9c6beefd87396 Package: anthy-el Priority: optional Section: lisp Installed-Size: 126 Maintainer: Debian Input Method Team Architecture: all Source: anthy Version: 1:0.4-2apertis0bv2022dev2b1 Depends: anthy, emacs24 | emacsen Conflicts: xemacs21-nomule Filename: pool/development/a/anthy/anthy-el_0.4-2apertis0bv2022dev2b1_all.deb Size: 31784 MD5sum: 006086949fda46bd6df3d28801bbfc40 SHA1: 10a9a4949c79b49b69d997d0c72afbaf230859ac SHA256: 7c69e4b25ac6af9ae7f2b1d6deebf5244d9b20af0fbbf932f6b3d82c95eac169 SHA512: e3857306eca2b73b089c34146761ab6874c7c0fe96130bda0c872766b6048d404ee1aee5cb6c7e517fdc83edfd0a1d0c97da969a2689bd10b74c4839bb2a76bb Description: Japanese kana-kanji conversion - elisp frontend Anthy is kana-kanji conversion engine for Japanese. It converts hiragana text to mixed kana and kanji. It is implemented as a library and stores private information in ~/.anthy/. . This package provides an Anthy frontend for Emacs. Homepage: https://wiki.debian.org/Teams/DebianAnthy Package: antlr Priority: optional Section: java Installed-Size: 27 Maintainer: Debian Java Maintainers Architecture: all Version: 2.7.7+dfsg-10apertis0bv2022dev2b1 Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless, libantlr-java (= 2.7.7+dfsg-10apertis0bv2022dev2b1) Filename: pool/development/a/antlr/antlr_2.7.7+dfsg-10apertis0bv2022dev2b1_all.deb Size: 14220 MD5sum: 70bdd1a420d46bf094ce81779b509717 SHA1: 50a427d5a311a585badf11913e7eaae2c19d8873 SHA256: f7e99a76fb7323267a7654ba8d3e527219ab7f19f559ebfd91024b19cd9fa782 SHA512: 056021d1dae60b4cb50141ce05236749d2ded8c218877de779d3bc35226273a9a1ab5e0650fa88a98c01b168a78ddf440dd3d18895ee3e9eb1e0af0f48841cdb Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: https://www.antlr2.org Package: antlr-doc Priority: optional Section: doc Installed-Size: 3116 Maintainer: Debian Java Maintainers Architecture: all Source: antlr Version: 2.7.7+dfsg-10apertis0bv2022dev2b1 Filename: pool/development/a/antlr/antlr-doc_2.7.7+dfsg-10apertis0bv2022dev2b1_all.deb Size: 367068 MD5sum: 2afd50b39030005675c7a8dc7bb6de3b SHA1: b3c474b3042327a60fe682c8c6bbe94d99e9a5a9 SHA256: b2bf26a1db8c35a41bca4980e302195ff3309675148bc4584833d205b8812aa3 SHA512: 612ddb1dae859bf17e3ce317accb46a5a8a10cbbdb232d2b367c774a44e4f966185d2c52e46cc5d24acbd4874e2c39496de5adda93ca1d6c5965fdd7f07cf36a Description: language tool for constructing recognizers, compilers etc This package contains the documentation and examples for antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS). It is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . See antlr package for a complete description Homepage: https://www.antlr2.org Package: antlr3 Priority: optional Section: java Installed-Size: 1208 Maintainer: Debian Java Maintainers Architecture: all Version: 3.5.2-9co1bv2022dev2b1 Depends: default-jre-headless | java7-runtime-headless, libantlr3-runtime-java (= 3.5.2-9co1bv2022dev2b1), libstringtemplate4-java Recommends: libstringtemplate-java Breaks: jython (<< 2.5.3-7~) Filename: pool/development/a/antlr3/antlr3_3.5.2-9co1bv2022dev2b1_all.deb Size: 1142956 MD5sum: 8415a0cc70e459f379883ed52e8f11ea SHA1: 26cbf77dd1dad6cd7841bf3df038f7d92b424138 SHA256: b31401ffbc62ef1577e1691f8abd7960868202c8efc5220cb639e51bc0dc02c8 SHA512: 571b58d43da8e62ef71b75240d247856bfc5c672d90055fe916f96d62de0d72959660df75d3a0f9a48cf082650747a9140b3fde1262f0ce8e79210dc4df3f7eb Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: http://www.antlr3.org Package: antlr3-doc Priority: optional Section: doc Installed-Size: 25108 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.5.2-9co1bv2022dev2b1 Depends: default-jdk-doc Suggests: libantlr3-runtime-java Filename: pool/development/a/antlr3/antlr3-doc_3.5.2-9co1bv2022dev2b1_all.deb Size: 1124876 MD5sum: fc9435ff2793feae9d78f6e1a904ce36 SHA1: 2448067fb8b54e30b7dad9e6e8087139603b88e5 SHA256: 4d725905b5d597155e03c303314bb5cead408e17ce3874eb648e2b5eb04e972c SHA512: 9f143074e44eade8603f1bdd86cc8029a9b302c6d91bfb2f78b779facb8bfc8e5cf7e2de2f7dc97dffb929e2ff72a8fd229e075718301b672d5ca6c937faaba7 Description: language tool for constructing compilers etc - documentation ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the API documentation for ANTLR 3 Homepage: http://www.antlr3.org Package: antlr3-gunit-maven-plugin Priority: optional Section: java Installed-Size: 36 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.5.2-9co1bv2022dev2b1 Depends: libantlr3-gunit-java (>= 3.5.2-9co1bv2022dev2b1), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr3/antlr3-gunit-maven-plugin_3.5.2-9co1bv2022dev2b1_all.deb Size: 19792 MD5sum: 13436f24b596c29f1d2545a69dbff655 SHA1: a768bb4352844504830644d2e86f0dcf837b48ed SHA256: 2d666e21d301d4454e488e3120574479fa748bd72088f80407e8a7351dc0becf SHA512: 714018dcb239bfa7e22d7c0aac6aae2d7019d03b42454ec52a809bcf2fed91a622e0508e906dd672416d1cbfd685dc5f4f2798d5246eb4af9ecf461c368cad89 Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the Maven plugin that allows one to run gUnit tests during a Maven build. Homepage: http://www.antlr3.org Package: antlr3-maven-plugin Priority: optional Section: java Installed-Size: 40 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3 Version: 3.5.2-9co1bv2022dev2b1 Depends: antlr3 (>= 3.5.2-9co1bv2022dev2b1), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr3/antlr3-maven-plugin_3.5.2-9co1bv2022dev2b1_all.deb Size: 22368 MD5sum: 7997772a80d273b8df5e4cc353c38dc4 SHA1: 69ca85bcac74cb05105c3a493f8d22e5724a398a SHA256: 7125dbe99ad4a974286d958faf5ab221d7def5b4494915c176283ed78147e52a SHA512: b3a2cf5d98337bb839b528c751b539f3381525b5c6d6321d530edcaba9c43dcbd8b426b1bb87f4f5b4749ffeeca195eb4303f9a17dfd4559cdaba6053d9e653d Description: Maven plugin for ANTLR 3 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the Maven plugin that supports compiling ANTLR 3 grammars during a Maven build Homepage: http://www.antlr3.org Package: antlr3.2 Priority: optional Section: java Installed-Size: 1096 Maintainer: Debian Java Maintainers Architecture: all Version: 3.2-16co1bv2022dev2b1 Replaces: antlr3 (<< 3.3~) Depends: default-jre-headless | java2-runtime-headless | java5-runtime-headless | java6-runtime-headless, libstringtemplate-java Breaks: antlr3 (<< 3.3~) Filename: pool/development/a/antlr3.2/antlr3.2_3.2-16co1bv2022dev2b1_all.deb Size: 1019624 MD5sum: 5e909dd591c00131c0a4a8d148d8a40b SHA1: dbded754c6e2204b87690ca9346ec670b207c660 SHA256: c123ef24bd9e97d300edb83b87f06656a3ed451f191fe8847ed40243c2af227e SHA512: f163b5f2d8b0a75a4484869ddc5525aabf6c171f4ad34cb1b212df0e674f7e075a7873702f1b9b0ecfe623dfcc0fb1a294c79951e7cc6ce8b8984483babd9e2b Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Homepage: http://www.antlr3.org Package: antlr3.2-gunit-maven-plugin Priority: optional Section: java Installed-Size: 37 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3.2 Version: 3.2-16co1bv2022dev2b1 Replaces: antlr3-gunit-maven-plugin (<< 3.3~) Depends: libantlr3.2-gunit-java (>= 3.2-16co1bv2022dev2b1), libmaven3-core-java, libplexus-compiler-java Breaks: antlr3-gunit-maven-plugin (<< 3.3~) Filename: pool/development/a/antlr3.2/antlr3.2-gunit-maven-plugin_3.2-16co1bv2022dev2b1_all.deb Size: 19956 MD5sum: 59ba54870ec618f4011d0a1b001ab8b5 SHA1: 1764bf3d15856dfc6e71d9ec6a9215faa401f28d SHA256: ddc6e1c062ff2a48e780cb25742ed56642d4276c7657f46588d0c57d2cd60347 SHA512: 50f896c465592adbb3463ca71e586b7be2b9dcdb3557cb0f704a3571def2ec78d8c76510db1c832acd92c6f2c97e448af6ca2ffdacdbc47e87cf010059db094c Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the Maven plugin that allows one to run gUnit tests during a Maven build. Homepage: http://www.antlr3.org Package: antlr3.2-maven-plugin Priority: optional Section: java Installed-Size: 41 Maintainer: Debian Java Maintainers Architecture: all Source: antlr3.2 Version: 3.2-16co1bv2022dev2b1 Replaces: antlr3-maven-plugin (<< 3.3~) Depends: antlr3.2 (>= 3.2-16co1bv2022dev2b1), libmaven3-core-java, libplexus-compiler-java Breaks: antlr3-maven-plugin (<< 3.3~) Filename: pool/development/a/antlr3.2/antlr3.2-maven-plugin_3.2-16co1bv2022dev2b1_all.deb Size: 22968 MD5sum: 537076a9e185d681398b6f0989bae7fe SHA1: d341fb3286c6497799a94381214a41d59e3de78a SHA256: f24748b1b915c97606f90f1b5decbfeb687c63e3b1ebce623377ad042eb35400 SHA512: be39427154d210acf68347076613a439571382b55a8e3a4e4ce42be400d881dea83586521ac5e7fa8bd18935af69ec40a8a931f811300f7ac9c51a846c2affc1 Description: Maven plugin for ANTLR 3.2 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the Maven plugin that supports compiling ANTLR 3 grammars during a Maven build Homepage: http://www.antlr3.org Package: antlr4 Priority: optional Section: java Installed-Size: 1456 Maintainer: Debian Java Maintainers Architecture: all Version: 4.7.2-5apertis0bv2022dev2b1 Depends: default-jre-headless | java6-runtime-headless, libantlr4-runtime-java (= 4.7.2-5apertis0bv2022dev2b1), libantlr3-runtime-java, libicu4j-java, libjsonp-java, libstringtemplate4-java, libtreelayout-java Filename: pool/development/a/antlr4/antlr4_4.7.2-5apertis0bv2022dev2b1_all.deb Size: 1345736 MD5sum: 326804d1c82c6c8b87d1ded993a6c236 SHA1: 3411d6fe6aebea1ca853f7cc5020c987965bcc46 SHA256: 8e54152a3359e6471e4dbcdd56a9d3a34279588caa51fca7c079f1d729d1940a SHA512: 98d33163d605857ebfed40cf68770eaa6ff5a2d40b0e600e9c7c934031cc26874d81cf5a4724fc437105a3061ab1c923f6448939b64841efde28622c770ee284 Description: ANTLR Parser Generator ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. Homepage: http://www.antlr4.org Package: antlr4-doc Priority: optional Section: doc Installed-Size: 24551 Maintainer: Debian Java Maintainers Architecture: all Source: antlr4 Version: 4.7.2-5apertis0bv2022dev2b1 Depends: default-jdk-doc Suggests: libantlr4-runtime-java Filename: pool/development/a/antlr4/antlr4-doc_4.7.2-5apertis0bv2022dev2b1_all.deb Size: 1093168 MD5sum: aa8ad3c708826d84e8715729ff203c34 SHA1: 082d7bba651874b9123181523199ec6c22910430 SHA256: b494f5c2cce1edf90745ad460c25e850ab94e075af84a3df9f78e8407f14c3af SHA512: bf294fc2010cd1f821b2223cec70bd0c737fba1a2a0624da810a8d2c16038857b525956d62751bcfaf124d749b8cd4893fca35d5d9e1ebd5233e906205f56428 Description: ANTLR Parser Generator (documentation) ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the API documentation for ANTLR 4. Homepage: http://www.antlr4.org Package: antlr4-maven-plugin Priority: optional Section: java Installed-Size: 59 Maintainer: Debian Java Maintainers Architecture: all Source: antlr4 Version: 4.7.2-5apertis0bv2022dev2b1 Depends: antlr4 (>= 4.7.2-5apertis0bv2022dev2b1), libmaven3-core-java, libplexus-compiler-java Filename: pool/development/a/antlr4/antlr4-maven-plugin_4.7.2-5apertis0bv2022dev2b1_all.deb Size: 40792 MD5sum: 3b3a66999eef4343b56d29342d67df6c SHA1: ee2fe9116aa0680c5cacd8f28ea282dc07cfc281 SHA256: f934d0fe1c6a085df82f898a22482c737f3e841d1aefbf62d6107017b04d6143 SHA512: 1ccd49eb80cdf5f44cb9718f0f6d149353c5feb0fce6a59686ecf4d475b48fe910d16c2bb7decce1d69209f206112291fcefeb1984ac4afaec424d0929f3495a Description: Maven plugin for ANTLR 4 ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. . This package provides the Maven plugin that supports compiling ANTLR 4 grammars during a Maven build. Homepage: http://www.antlr4.org Package: aom-tools Priority: optional Section: video Installed-Size: 827 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: aom Version: 1.0.0.errata1-3apertis0bv2022dev2b1 Depends: libaom0 (>= 1.0.0), libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/a/aom/aom-tools_1.0.0.errata1-3apertis0bv2022dev2b1_amd64.deb Size: 175504 MD5sum: c211aa466070c8798e34916b64b705d4 SHA1: 33a79a79afc5eeed3cc0e6af42c648bef20b252d SHA256: a77edd2ed826f8535864b1a1eb9e2c4878dc6cf686d85d1246b0afee1d191e33 SHA512: 4360a9458524859009cb11a1fc632646e555d3c9a5fe8d4385a61c9012442ceaea4c23c9d1265b0dd11178d3e364b224aaab72a5fd8b2bf0980372787c31dbc8 Description: AV1 Video Codec Library -- Tools AOMedia Video 1 (AV1) is an open and royalty free video encoding format optimized for the Internet and the successor of VP9. aom is the reference encoder and decoder implementation published by the Alliance for Open Media. . This package contains the command line encoding and decoding tools. Homepage: https://aomedia.org/ Multi-Arch: foreign Package: aom-tools-dbgsym Priority: optional Section: debug Installed-Size: 1342 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: aom Version: 1.0.0.errata1-3apertis0bv2022dev2b1 Depends: aom-tools (= 1.0.0.errata1-3apertis0bv2022dev2b1) Filename: pool/development/a/aom/aom-tools-dbgsym_1.0.0.errata1-3apertis0bv2022dev2b1_amd64.deb Size: 1195756 MD5sum: 7f8a6d28e79059c640ec7ed2e93d5545 SHA1: 9763382b53c7eccc00e17efec37d7d4654494a1b SHA256: e101dde0cf7868c5d03f58c344611d80c1ae9f6a2a3535e9ede3a83253c32070 SHA512: efb19c370198acb013bae06c635190f7c4239cd2486468b5b12b021b769b78e37f7d995b635210b0713ac85571ada8764640881e930d5ba091332e4ef7d8ab2d Description: debug symbols for aom-tools Auto-Built-Package: debug-symbols Build-Ids: 2eba23d1f53fb4c4ed1e82608b4f2997f54ee56c b69d92e4967f6774906d8aad7946c7aaefeb3784 Package: apache2 Priority: optional Section: httpd Installed-Size: 630 Maintainer: Debian Apache Maintainers Architecture: amd64 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Replaces: apache2.2-bin, apache2.2-common, libapache2-mod-proxy-uwsgi (<< 2.4.33) Provides: httpd, httpd-cgi Depends: apache2-bin (= 2.4.51-1~deb11u1+apertis0bv2022preb1), apache2-data (= 2.4.51-1~deb11u1+apertis0bv2022preb1), apache2-utils (= 2.4.51-1~deb11u1+apertis0bv2022preb1), lsb-base, mime-support, perl:any, procps Pre-Depends: dpkg (>= 1.17.14), init-system-helpers (>= 1.54~) Recommends: ssl-cert Suggests: apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, www-browser Conflicts: apache2.2-bin, apache2.2-common Breaks: libapache2-mod-proxy-uwsgi (<< 2.4.33) Filename: pool/development/a/apache2/apache2_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 275880 MD5sum: 96eabdbf10325c2ca64c568911280cb6 SHA1: 3c8a3ac9451ab22b8cbb6d2e4b64193f0569349d SHA256: 0757c8308826e3fe429e033e919a0040c0b27952e538a22ab921a919922f3812 SHA512: cb66d2ce4d437c504e98cebc462be88606464991da8c403a838acfcce973c0d8c92547cdfe998797bb2559f0c307d9e5e3ef112ddf1229ee87116fa68301d931 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: 5090 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Replaces: libapache2-mod-proxy-uwsgi (<< 2.4.33) 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.14), libcrypt1 (>= 1:4.1.0), libcurl4 (>= 7.28.0), libjansson4 (>= 2.4), libldap-2.4-2 (>= 2.4.7), liblua5.3-0, libnghttp2-14 (>= 1.15.0), libpcre3, libssl1.1 (>= 1.1.1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4) Suggests: apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, www-browser Breaks: gridsite (<< 3.0.0~20170225gitd51b2fd-1~), libapache2-mod-dacs (<= 1.4.38a-2), libapache2-mod-proxy-uwsgi (<< 2.4.33) Filename: pool/development/a/apache2/apache2-bin_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 1415600 MD5sum: af7543fca669b96113fba6414041cf28 SHA1: 7c902670ead80ba96c022432e881b6dce6852edc SHA256: 6b79e3884600a6999d8e891254e553a41f3eaa36f3101d6dcdd2b414e47b0f3a SHA512: 2b1efad793c711e1d4314a2a0b2ca1447b1129930c230c4b5bf49025d8723f0ee5d160989be19350e952794b16437ad1d65734e74755bb263be6cf572f6d1c7b 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: 4401 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-bin (= 2.4.51-1~deb11u1+apertis0bv2022preb1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-bin-dbgsym_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 3260760 MD5sum: ae3ef8a09ed0a76ef386a33ab8038d12 SHA1: 146691371c1e0646b1401dacff645077e7f240f7 SHA256: 178b71f19e2d3331e69bc8f03524a910dfebd307a8a0906b5aa00b87832928d2 SHA512: 221f7c2c5bdd5f56381748a0d89506ae6262a89c80dec308397976d9208864176f3727c7823b93a84d4d4cf35f8e6bb76776780d8071de697a63704be8c1f1c2 Description: debug symbols for apache2-bin Auto-Built-Package: debug-symbols Build-Ids: 0220ee46c116ab22d2eb642923a868f196cae2b2 08c077e4cfb963d021a14f7c0bfc1fc56d6d7909 0adc3b389195f1ddfbd5f54d0f9203e888072569 105dfb423a7fb604707e5bb75853b41032895bff 10b6148748c0bc69446ee8e9fe56a05d2dd0ecb4 11f2c7cf0a66e0ebc4c52b3662fdab2bf8988e05 163a45a5d5b68ce566c940c44bc98b65327593be 1760ff6f69a45a5aba5ebad2ca22fe661e0dd9fb 17ea75b45a0e7ccd4173c242094cb655a971ad16 192686b7534df0475df5c817d61bcd2c68480d6d 1a82974ea1701aac6e910d5b2f0d987011966303 29d3fe4a3e9c78dd787c1d44d6adc2ce86f3ce9d 29e5362fd10ac03ef45bd55a6e2c3d14a9bef7c3 2ae1516b75952edc5e8513996260776eb5ca1d99 2c88561e08925056feaeeddc56e1b3f136943c9d 2d9562206d40a4a7615420b2456f061fea7252b5 2e4fafb460fa481015daff2d7501018c6a67aea4 2e544faff476917bcccd2f5288f90e2667e0ca3b 2f86df4d176c9e9d70410a52ded5bf2000496c8d 32c3091e128c3c0d7be6ae33e956fdaa06ea7815 356847b2fbf29843d31b44b879bac1e45680955f 394a21cd6f1cc3709c0d2ce0368c8b9c3853eade 3ada97f87e7f211ff90b123148682f8ff9530b8d 3c1f4cb9008f374b3729620d7f3b68c45c4d9a64 3c662d94605f8b5609fc3fb09d2f42cc49adb138 3f95d8ef169bdaf2411f782df4273ae21afc8cdb 439349f24218b0f7e7abdb68616213f7eda8e99f 44d99b8234345c703d95012a6cf2d0af67f40b03 49f57c692a04d27f33e68707b35d306706593276 4b6f6fe6bd39e3ccee30191338900e18ad0c938b 4dbee4d4eeb3ba232cac0cf848be7ea4dd572c32 4fc705280a035db749afa6bd1953926a8d9a21ab 505ddb81ebd4524ad90898a217c362fa763f357e 50c2fbe773c5a01dba4bbd8d532a8f51d220596e 53a6e50b4c8507ace44479f33fb3a200fc176ee3 566ce0cc5b65bc0fbfd2e3148546e2e97ba0631d 56e2f0703603a0df6e471f65c55cbaef6fc8d004 5723d565af1e22dc99177a47d4ef7b7841658f2c 595be9781b07a71703fa98ddb678bc04cfa75493 5d261b8f065152fb79014b03690d519cfce57248 5e405c75b02973ec48618bb0f3f8027b9d3fae65 5efcb3e9d19cc45fe5c4e96ea485e6a3ab75def9 5f766b07e867228b32abaae0d59e792551174048 6478f22015f00ade51c4e9fff42fe0b43e58535e 6574a36c20eaefaf06d53399079614f0329dfba5 69c4bd14b8ae4e61b77a36aba78dafa1ae571301 6c1f7151c5c5d04d3c134244a77987e36b2c5909 6c4c4c76cd45b0ed4e071462eb2d88432cdd9781 6cbc7a3d88504a91b3c3d71b03ad959fcab1c891 6f1d46d916b11936a87893cef0460e1313953b5e 7068ef6467daf3c82da9e1e07b258dca9eda4d1c 708239cce388dd2ce0dddb248fdca5dfc22a6073 70ea36a3cbf2337a61c11cc84579c512465da1f5 735652a209062612dcf9b3b2bbdb1f5fe661f7ee 7e39e50c35e92c22879662abc06f506b1f394d73 7fcb4d64f4077857a46bdd18bb1583a1b0ec9a80 80f426cc0783699107d398b4405bccb40864b235 83f2e2ad17f578575e9c81213e4f28dac2085684 83f55ba5cff035847e8f42b08514989f04688aae 8410221d854112f67433b141704390edd873b7d8 8445bf0c24227ea9c6b2f2a3bd84ae622c1dc230 85ea8e92a4200e53e7bdaa19e5c8730455f6a9b5 87ae771685026ced96e50c47a0247c7fdadb39ed 8c1f71223082df05e8f31150ab629a2a69156814 8cdc39df6ecf5700fcce8e225336cedbdc43b390 8d897c118929562e48084de56c984c1d0041b960 8f94ece9d467bb26ffd25fa6b614626a36dbcf81 9c49001f809f00feaf3744a894a82fb36cfbbe29 9fa327147a80ab8b5bdebaf4ec1718d41b2d3b6b a00d600953e52653fc43798ae3f1735da3a9b1e0 a2943f80d500428f94bb6bb4e50ffa0a4890a79a a2c2aafaa4c6e703f2d1573111d6f0c7597fc93c a2deb32e769f2cbba0f0dde95c2486128c6b8fdd a52480376b2304e01810989a6a7c2ce43a2cfb34 a5601bfb407ec265a689a015411e5581a3461579 aa13fdf7001d9fcf8ace1d8eec336b986a491689 aa18396a91b8a42733263af17859c62c81d1e8f6 aa440f302385e15c807a9d5ed3a6b8d3bb18b035 ad5030f51acc6dc95551f93201048c36b8803985 ad9cd368701d1f229c78c8a4ce3abdbed9fe719b b366d46c2240e76d40d81abf50ced431fe95d7dd b3690abcf8180c1b6cf52d9fe97e43906a6c65fb b36f447a7234cd33e92cc19b1ab929dd1c01428d b40b0373b32ffe0b26ce5d3ef5227b94262c7285 b6d4ff68da73fd06319dfd4540e649e291185313 b7f06756a0bc65ad2cef015374f75e21639b93be b927f105a79f600718fa347e44e8aac9fa49d293 b9c618d36a02e203cc708d934e509bd8d74fe6b3 bac928719a3f0cff35645cfdfa20483b557e9146 bd96b5193fe160ef4906c1906f91304f16ac8d15 be898b2ac92cb60fd588fadbe6dbf9064f2b409f be8e092f0972b2a51919fbb4eb6807f8e8759e4f c9fcd4b457d086bd9425df51cf438b299a43368c ca5cf9922477d22cf88e9b5bdc84f2a13c0a864c cae5c529872f8bdedc53c80200dd6037d3251cc4 ce6ff83e77af782ade026f6db84499ec9e6d2aef cefb138be8edd87005b781de8ef12622d957e7b2 cfbb73b3b6a3ebdda1eba3f9610fa8940ddd4b8b d1c30db25f053a9936154aa3a8dee0945e7f1422 d4982408db087cf17ab0c33145fef0ba91e56304 dbcf319de5993aa51d433aae544371dacc931191 dfb6a6048e2172795aca1b34bfda54b9ce625d6d e03473647a8918b0b5b9f869b704d8bbd8022596 e10645011ae94e8efd7dd057f86d61be8dc7c0bd e46974e3eb3200766a34f8e17353c307fe60c99a e57b76c758d3531976b28ec1c0231587e5e78206 e6f22c8d14b46f743419f0b9c725d3a5e09113b4 e926691a2e36152dadf1df4ee6ea657b85f08abc e94fc143fd3dc1b314d34a09dbac37d03edb7234 e98b9a6c9f641acdc89e2ea6baaa644d3d16b018 e99f5a746ab37c21e8460cb4d6df3ad070439a3b eb6dd03554e7306afb6af098a9a9f1a867aed4ca ed980d590384809ede1a2500e765f1ead2c1d958 efb0a34c1195848f98f1c26fe1b8629f32e770ff f40de4174e3f6d5d2ac9f4ac7d4d84aa19ebc30d f50ceb904b7f5722f51f03bf5db8019413aef689 f5afb0a897a1a3b057e603ff851225b9fed96119 f8a9739bd23185bcb4890518b7b2dacc32f3ece7 fa9ddc2f6e4b3a40c4e35b82837c9f8ec6d868ca Package: apache2-data Priority: optional Section: httpd Installed-Size: 860 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Filename: pool/development/a/apache2/apache2-data_2.4.51-1~deb11u1+apertis0bv2022preb1_all.deb Size: 165784 MD5sum: a43d81f11f20a3c85b993b14448ab5ff SHA1: d0693b45436f4502c0d744ce74c33b7e49a5ff80 SHA256: e5bfee3c16aad52d5da2dd9833bbd8801df5d692bee6d2e85b4f0b1f8137675f SHA512: 1931f185c83ab03b2267ef8bdf328fadd43d93f35a7890178ae3c350e256fa33063aa0d7e7354c47e02c1e018961bf55f2ed13d889d49e0045c3ddf2361c7d74 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: 1144 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Provides: dh-apache2 Depends: debhelper (>= 10), libapr1-dev, libaprutil1-dev, openssl, perl:any Filename: pool/development/a/apache2/apache2-dev_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 363068 MD5sum: 599c10e29e513f7cfecbf7dd6824e7ea SHA1: 63cf9bfc43f1a84c9f94222679172435517b5e82 SHA256: d3f79a883b58786610218ea2878e7b41a63046a8941e0717cdf21967f4efbad0 SHA512: a2418bc18f9a7f9cc213b21989e0de411174f35f2fd10de5871b86928c3a867ce81dc77198b91c783dbbb5f9d2506652ecbea1d58b9b4057b9412552fb8fc45c 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: 25044 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Recommends: apache2 Filename: pool/development/a/apache2/apache2-doc_2.4.51-1~deb11u1+apertis0bv2022preb1_all.deb Size: 4055264 MD5sum: 471e12b0d5a3edfe0484446de11c3981 SHA1: c26a52ace2eb8e33429e7dc416e9931df3a8cbd5 SHA256: 5c1738391d7d2c224c7acab0a6c4b2ebdc56ce19f2425a9f202b1100905ee205 SHA512: 2b9e935de613df35c7c801bab6d09d0b1da5d59df2cc5ce4241b0c70a5198899926e3ff12278a1884489c102d3141dacd3e24cb557de0cb72a194a0e8b94fdef 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.51-1~deb11u1+apertis0bv2022preb1 Depends: apache2-dev (= 2.4.51-1~deb11u1+apertis0bv2022preb1), libssl-dev (>= 1.1) Filename: pool/development/a/apache2/apache2-ssl-dev_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 3132 MD5sum: fbe2e757d025510a12147e8b10a7f94b SHA1: 4206fa97556e06b0847b79e4d56feebbd0e235e6 SHA256: 991c1fb8ca7196cecfce6a48feba57e123cc576da0ebad91bf36340f2dc4d581 SHA512: b44bdac6906c7fee87286a25c456f1ee6cf89ddf74d61f706389e224ed8e19384008361734a78903cc9fa7ea4cd8d4602b6726559ec3f4c20162f75732e83d6c 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: 252 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.8) Filename: pool/development/a/apache2/apache2-suexec-custom_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 195972 MD5sum: 6a5cac718c6c9cb6bbe07f3f6425e861 SHA1: 568ec08c792c155ae018f3ae7bb67d4abd1abf58 SHA256: ffa574f1b9cab314de0b7e80ed164d50b6ead5c14b83eec9ffa0fbd4f7ca7d02 SHA512: 66083e235d2df70d3fc6922300d76423bedc62a79e615f00582fd4ca7c54f450b07cd0aa0b87f6a8becc27e6dd615e9459a54baee5ab1ed262a7faa41ee4fa17 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: 28 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-suexec-custom (= 2.4.51-1~deb11u1+apertis0bv2022preb1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-suexec-custom-dbgsym_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 12396 MD5sum: 5af1b48e6c73ca8ebbed7bdc20f527d0 SHA1: 45845faeb466c536931f70005c8044aa9a620aad SHA256: 5dc383445f696fe98ae0d11d577b998647a1228266fc854462255c421411a4a8 SHA512: 6562adcfd5eb03105a61d2c89c878b00aaff5411655075dbf7114edc097abd7a2c33771844fdf304a8827c3d9622f9145cd4850e2e703adcc29ce7368901747f Description: debug symbols for apache2-suexec-custom Auto-Built-Package: debug-symbols Build-Ids: e9732d29b00b1c8792ae84508aaecb0fa03ac78a Package: apache2-suexec-pristine Priority: optional Section: httpd Installed-Size: 242 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.4) Filename: pool/development/a/apache2/apache2-suexec-pristine_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 194432 MD5sum: 8640d439d9c8aa22f5525e8954e9785d SHA1: f8ad7f4d75d2d053279c8670065bbb12d738234d SHA256: 1810148a708866baafe5aae91fdde5736d0d554c07fabdc8ec57a727c1b9d4e4 SHA512: f246578cc370033818ea77c51bfaf8744791d78e23ba658c82ef5e1292217ec7477f558a7373c10236f913527cc41a785bc3439451d5c13e4bcee5ef44ebe363 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.51-1~deb11u1+apertis0bv2022preb1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-suexec-pristine (= 2.4.51-1~deb11u1+apertis0bv2022preb1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-suexec-pristine-dbgsym_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 11176 MD5sum: f5b2b5a706149505c23179f20399fe46 SHA1: a7993d0b5aff13fb0dbd5cb1f634e9f776063a66 SHA256: 86961d527746853ffd6e0a3cdc770d2b4d33c095b364faa60d4f29043c4a00b2 SHA512: d81b569468796ea96a31fab072e99fe722f9f7735d999ab89691bb1d679c4ff12946564033a6e17844581da53f0397e62a983eb1c7154583539070ff44227699 Description: debug symbols for apache2-suexec-pristine Auto-Built-Package: debug-symbols Build-Ids: fedc8ce57a6feb59874ac348725304bca4d92023 Package: apache2-utils Priority: optional Section: httpd Installed-Size: 494 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.5.0), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libssl1.1 (>= 1.1.0) Filename: pool/development/a/apache2/apache2-utils_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 261536 MD5sum: 26d27891b10ba36f9e52346ed3283698 SHA1: b78e70425d445a53d6201adefcb023da3e7f2fef SHA256: 6812cfa39490a39779873796c9dc007eba8e463ea9926c4cae136c71624fc498 SHA512: 0095c4226893ad058f2274d4b82ed766eebf14c12968ac2a2345e105d8ab50c52bd1cf266bf15a6be559c00de2a71b7e5f42a69020d34efd23fd5f86ac4a0e8c 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: 208 Maintainer: Debian Apache Maintainers Architecture: amd64 Source: apache2 Version: 2.4.51-1~deb11u1+apertis0bv2022preb1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-utils (= 2.4.51-1~deb11u1+apertis0bv2022preb1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-utils-dbgsym_2.4.51-1~deb11u1+apertis0bv2022preb1_amd64.deb Size: 114580 MD5sum: 92a517ca30219675f9b71bbaf32d3980 SHA1: aff12dc1fb6e1731e7cf3e66ef5a5a7e3d84a22d SHA256: 8e400c4bd2db63ef2b5bd93cc77e22babbb27f539a08945342690c5db639b856 SHA512: 5e39268e56b94d133771ae65834fd3dee087315963a2b1421071643f0e5b12d70dec18bc9835cde7e6db8c85de724283d22665a053634a42a125d6520db0947f Description: debug symbols for apache2-utils Auto-Built-Package: debug-symbols Build-Ids: 0adeeb6990f8863af33a12669f8960657e26bb59 68688f5a987f8b549b1cc0ba6064777cac7d6b65 70fba1df3bf6a6646f06e5b2363d8e71017246fc 821d24ac337169eae129ad774fae90e113dec163 8bbab304533216dd0673b356cc34b6a82836f684 8d92fb01e6642c9e6a2efd99f257095ef41f6d55 a697c9817956ba6b002dd2a34f0b9efad869750d c35dba28f73d931427e6c043aa65d7d6ae98e5d6 dfaac823ae72ecafc20da6ae53788d042709d1a4 dfdee43d8c211f496bc6a0c8532cc60c516a6f01 Package: apertis-dev-tools Priority: extra Section: devel Installed-Size: 139 Maintainer: Apertis package maintainers Architecture: all Version: 0.2021.4bv2022preb1 Depends: flatpak, git-buildpackage, gitlab-rulez, python3-argcomplete, python3-debian, python3-sh, python3-xdg, python3-yaml, python3-paramiko, python3-gi, systemd-container Recommends: gcc-arm-linux-gnueabihf Suggests: ribchester (>= 0.1612.7) Filename: pool/development/a/apertis-dev-tools/apertis-dev-tools_0.2021.4bv2022preb1_all.deb Size: 35088 MD5sum: 9676d8fe9ef948f0ea8f493d3c5a5f1f SHA1: 47e58c8a372fd6e47c88e94b1ca8a285d1830cb3 SHA256: 753d80a21ae3a0a9ae8f3b234bf2b50a3fddb719944833278d35cef1c53e8044 SHA512: 0d69b30e7b4465e1d530457e55bf210b59950166016077a4c610ebcdac1790d1c1a5aeacd790d7ea724ef90925f21b1e7fc55d89a13365824bde39abd26d1ab8 Description: Apertis development tools to help building, deploying and debugging applications Package: apertis-tests Priority: extra Section: utils Installed-Size: 672 Maintainer: apertis-tests maintainers Architecture: all Version: 2:0.2021.10bv2023dev0b1 Replaces: chaiwala-tests (<< 2:0.2021.10bv2023dev0b1) Depends: python3:any, connman, python3-dbus, python3-dialog, python3-gi Breaks: chaiwala-tests (<< 2:0.2021.10bv2023dev0b1) Filename: pool/development/a/apertis-tests/apertis-tests_0.2021.10bv2023dev0b1_all.deb Size: 370400 MD5sum: 36f1370d11a1f05cac92d61240f6cc61 SHA1: 596edf770947bee82b9233e6e7f267e2af5aa3f6 SHA256: 41af08b3a7b533350fbdbab2908ef2c486dff14f9eb7773f9e6190b304fa79f3 SHA512: 83d41b4bd33f9ffed52331ff199c47b1df23d7fc86895163275b77ebeaf3ba677a1c35f1be57f5cee003e7b70a30c0fd7465b1d4cfdb0f980f4d9ecc50a88244 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: extra Section: utils Installed-Size: 78 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 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 Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-geoclue_0.2021.10bv2023dev0b1_amd64.deb Size: 26068 MD5sum: 7bd221d7b652472e3086ca95ae96e31b SHA1: 5794f01dc12c754459d43c816abc57e83ab6ac64 SHA256: 75948205626a6174f15d7b5d8566290869f23fc9c37de8a6d021c134f278cb39 SHA512: 624e7d7b8054a6a82357934505c43ecb8348c957299372e84db650b21ebcf92c7dd4ee8f0b3f2a8ce58808f439fc89b1f596fbda584176fa8ec719461c3df3b4 Description: Functional tests for GeoCule AppArmor profiles/abstractions This package tests Apertis AppArmor profiles for GeoClue. Package: apertis-tests-apparmor-goals Priority: extra Section: utils Installed-Size: 107 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Depends: apparmor (>= 2.8.0-0ubuntu5co4), apparmor-profiles, chaiwala-apparmor-profiles, iputils-ping, libc6 (>= 2.4), perl:any Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals_0.2021.10bv2023dev0b1_amd64.deb Size: 32480 MD5sum: 32f5a3d4e2b22103de073e8387a81341 SHA1: b29ae42487efeb35a8bd70f0bc38776d016eef1d SHA256: 4e03d9c54ef5e1c8d2772babab61bafcf23c839e678c82d72e35a30346488428 SHA512: f16df00291beffa9410a04c8801d2f4457eac6ae6c6c91412be2567b41c971d4cf1bdf26833a98c4c40bb4d80da10d681f83b53c731da2083544bc7520c7e394 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: 29 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Depends: apertis-tests-apparmor-goals (= 2:0.2021.10bv2023dev0b1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals-dbgsym_0.2021.10bv2023dev0b1_amd64.deb Size: 7416 MD5sum: 54e8d437b4490acc92e618eca76eedcd SHA1: 6230b44ed9f94546fbca6df7830790ba92e51bdf SHA256: abcffb067d18b0c582452e8c291a33c48bba2c5ecb5e03ec3d7e8da5eea4bb74 SHA512: 6fe51bc2c5c726f2b4ed03f24c384c6cd90e524607fa3f96a8f50ff42e00136c047ddb30b02a284eada7323617eb4d7252dad5c3dfc36e0d7c4ed6fa17de5968 Description: debug symbols for apertis-tests-apparmor-goals Auto-Built-Package: debug-symbols Build-Ids: 149ee13bb517d55d16ce3911e24bcd64fc8c1494 e6ffc2bb06324a9a621bd0328fdad40c71700f09 Package: apertis-tests-apparmor-ofono Priority: extra Section: utils Installed-Size: 72 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 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 Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-ofono_0.2021.10bv2023dev0b1_amd64.deb Size: 25440 MD5sum: 028c26c2471e20f2243c856a6bc4eede SHA1: abf1cae5ba70987ff53ee973d2065dc449d2b8d7 SHA256: 55b90d73f9905e11fa11828f4a4e0dc6125c3bbc9c8a71956e6224acbea2449d SHA512: 789503bfebde297c8c8a9720743f9e72f8b670ca44e15b0b9d8c3b3f2a9b9300b99f7752fecd924be21e6b374796d453fbba2a68a5a170a81ef0706b74370499 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: extra Section: utils Installed-Size: 53 Maintainer: apertis-tests maintainers Architecture: all Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Replaces: chaiwala-apparmor-report (<< 2:0.2021.10bv2023dev0b1) Provides: chaiwala-apparmor-report Depends: apparmor, apparmor-utils Breaks: chaiwala-apparmor-report (<< 2:0.2021.10bv2023dev0b1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-report_0.2021.10bv2023dev0b1_all.deb Size: 23300 MD5sum: 46fe85649260ad7106ade315003908f6 SHA1: b208fcb43c2ad2add0015415afb7382a8c28068b SHA256: 112e50ecf940e38e3ae94080d7c943f35d5942e1d3e9e055b8a67858b14a8068 SHA512: baad7214895b1de8eeb0c38a48437089ed953a04055cc8e9014cae3f1ed47a8a069a6166e0ba3a6c1cb4f195ab0e10682974569bdddd2e9ee4e034748b25b989 Description: apparmor complaint report generator This package contains the apparmor complaint report generator. Package: apertis-tests-apparmor-tracker Priority: extra Section: utils Installed-Size: 71 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 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-gi, tracker (>= 0.14.1) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-tracker_0.2021.10bv2023dev0b1_amd64.deb Size: 25244 MD5sum: d7e6a2ed8beafbd1511998249f3b4e1e SHA1: e6ccef67f0a2dc5d5d8d2d671dec25366887eebe SHA256: 1b08a4720f5c44fbd7448e6e319ff7c0bea01ddac0c26f5818fe69a06846faf9 SHA512: 7e4be3e500f4e40a74d72dc76a34aba5172a9754e571101447750dac07fbb5c8af42e468739a5d6c24a0ca4ce3636585a08a91e6f97b7ecd57cf5d22f20b1021 Description: Functional tests for Tracker AppArmor profiles/abstractions This package tests Apertis AppArmor profiles for Tracker. Package: apertis-tests-bin Priority: extra Section: utils Installed-Size: 66 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.14.0), libsoup2.4-1 (>= 2.33.92) Filename: pool/development/a/apertis-tests/apertis-tests-bin_0.2021.10bv2023dev0b1_amd64.deb Size: 25904 MD5sum: ec2990c40a5bc358121c0f75741178a9 SHA1: 5b31722b86e401ea24373754a8c7e1c91d05015c SHA256: 1422f5763550a029cb9f888561e6ee6e004871817d4ce544f8200bf2e1d1a8df SHA512: b65386de5da55cb3db8daf9762b3bdf07f5a1f6b456fd8e58d879321f1f033b475e35ab7f5eb5589882df2935926ad1dc073725e97f0a78ebfba68960abfa488 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: 27 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Depends: apertis-tests-bin (= 2:0.2021.10bv2023dev0b1) Filename: pool/development/a/apertis-tests/apertis-tests-bin-dbgsym_0.2021.10bv2023dev0b1_amd64.deb Size: 11592 MD5sum: 765e35777c470453dff86686ab84de7a SHA1: d8ef72ef7c160ee2be265b2b40e8d5954f900d4d SHA256: 2b5bbcc959ab568740b38f6ec1e3eca28a31cbdb22877d09c23b5e7f675d4b32 SHA512: 2252d8e8e7f74003131fad60a4a9f355b051c36a09185208727fb5046e4ddbab5927caae45cadf2914628d0748df836b0d3cc70824b1e9ea5ae5c2858be77214 Description: debug symbols for apertis-tests-bin Auto-Built-Package: debug-symbols Build-Ids: faba259e878a7fc44213bc860cc30963cf02f08d Package: api-sanity-checker Priority: optional Section: devel Installed-Size: 660 Maintainer: Mathieu Malaterre Architecture: all Version: 1.98.7-2co1bv2022dev2b1 Depends: abi-compliance-checker (>= 1.99), perl:any Suggests: doc-base Filename: pool/development/a/api-sanity-checker/api-sanity-checker_1.98.7-2co1bv2022dev2b1_all.deb Size: 106824 MD5sum: 3d0ff242bdb850a0bf1dcbbd408309b6 SHA1: 0aa8c572e42374cadd4273fa45eaf03a0724311f SHA256: 35572a8b979a25649f3dedbcc7c30f9ab115f61c522f0c5608ab531c9a39798f SHA512: f7851aeed21a1a251a4a7b107487bf8e6f28f7e5132a4159a6cbe7e68b631f126899e5872430985fa73876b22d4d197547f12a3591a26d4f4580153729b10ec3 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: 38 Maintainer: Frédéric Dalleau Architecture: amd64 Version: 0.2020.5bv2022dev3b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-bluez-tester/apparmor-bluez-tester_0.2020.5bv2022dev3b1_amd64.deb Size: 9732 MD5sum: 71c64c5f678c45f207bda68dc4f83d81 SHA1: 6a503cf8d8f7fcb23ddbfac117e64421db6de6e7 SHA256: 886f853b44bb4b3edbbeeaaaa3acbaa20e5d82b70cefc246533d5b2703439027 SHA512: c37adb9c0dfc7e806b1c0ee8f8a90d18c6f335024e0e664403b89cf6d78b14945ef5e5551e4d048911079748440c0f1646815a1fe75b18ec09918db9da69fc0b 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.2020.5bv2022dev3b1 Depends: apparmor-bluez-tester (= 0.2020.5bv2022dev3b1) Filename: pool/development/a/apparmor-bluez-tester/apparmor-bluez-tester-dbgsym_0.2020.5bv2022dev3b1_amd64.deb Size: 18860 MD5sum: 10c5209500c887a6335e74099986e1f6 SHA1: 1d244af86c96c6bfa0027ffa43da75667f577c0e SHA256: a970520f6c896f74a0f36d721733ae45f47d4996998ba2af6a97e2249ea82715 SHA512: 7755bfe861bf9f9b17a558a104a915b41faef5d6be740af4f2edc599fa01fecf0bcfcce4f250d8ac49286f4045843926dcbde1cbe6e8244b86b604040ea74451 Description: debug symbols for apparmor-bluez-tester Auto-Built-Package: debug-symbols Build-Ids: 6a49c1d49e172b98391cb926775e1e5f03a6f7ba Package: apparmor-chaiwala-system-tester Priority: optional Section: misc Installed-Size: 42 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester_0.2020.3bv2022dev2b1_amd64.deb Size: 5156 MD5sum: 423ecc9cef70fad8011350bee9de2922 SHA1: 116d65a0f108580afc1c9f11d8f427bdc24ec81c SHA256: 38774a1be82625f217ee7dff32b99be33fd754819e67f937e4a189ffe532f25c SHA512: a178e316b550510d252369549b39abf1c0f88f1949d1b380c51fe9e442bd9d2ee6bb6aeb42c89f06c7500547c7ada1239de227d4c1d61af85f19a885a651562b Description: Test utilities for apparmor-chaiwala-system tests Test utilities for apparmor-chaiwala-system tests. Package: apparmor-chaiwala-system-tester-dbgsym Priority: optional Section: debug Installed-Size: 29 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Source: apparmor-chaiwala-system-tester Version: 0.2020.3bv2022dev2b1 Depends: apparmor-chaiwala-system-tester (= 0.2020.3bv2022dev2b1) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester-dbgsym_0.2020.3bv2022dev2b1_amd64.deb Size: 7424 MD5sum: ff493b3ebc957b872f49fd67717de1bf SHA1: e36a62548bc03096988b3bfd832eea208c03b35e SHA256: d8a0f6903f11d9c7e79bae02774fcdf2773c526addefdbfde16ef449595d06ce SHA512: a2b51f0f6e19dc7d63f6adad33eb42904fc8d7a5eccffb9963614788c5f2f182a3c274532640140d21836fff9843fb8d879c920229472d82bed449df765c4021 Description: debug symbols for apparmor-chaiwala-system-tester Auto-Built-Package: debug-symbols Build-Ids: 9789691332b65443002639b901671c0e3a1edfea d859b6acce03f8e0bfc5ca815df962ed72d7a02b Package: apparmor-dbus-tester Priority: optional Section: misc Installed-Size: 26 Maintainer: Martyn Welch Architecture: amd64 Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-dbus-tester/apparmor-dbus-tester_0.2020.2bv2022dev2b1_amd64.deb Size: 5476 MD5sum: 57fffe4a6286b6662d79f74b53dce9d3 SHA1: 3b2a3b230b47cbbe8c976614059583a06bfc0c67 SHA256: 057aeb0fdc5cd19d42b2c8ccabea621d44247e883128869fe2f88b6fdc73e4ba SHA512: af28cfcd6a0977cc9ba6984a1fe63b103c45baed50a86e4d707dd1eeadc00b6314f0ec6583bfc0a050580b23a9817cd75fad27a0622e714c0f439042ccae458f 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: 24 Maintainer: Martyn Welch Architecture: amd64 Source: apparmor-dbus-tester Version: 0.2020.2bv2022dev2b1 Depends: apparmor-dbus-tester (= 0.2020.2bv2022dev2b1) Filename: pool/development/a/apparmor-dbus-tester/apparmor-dbus-tester-dbgsym_0.2020.2bv2022dev2b1_amd64.deb Size: 9064 MD5sum: ed9043b1055c93c7cee4043f6dc0e30d SHA1: 40967954d6f6560d92613a9e1dc275e993b14ec8 SHA256: 1b9e2d91699ec50bd2fd2968a5520236b4ad27db9067a5d4e1ff3c93ed402bf5 SHA512: b26854605fae1281ece8089fc2307e557ec6412a918a3bf2b57b1b1cfd4d9a75781299e0f5cb44eca4c881d37f7883aed5773a2bda58ed0645991e8b67180a93 Description: debug symbols for apparmor-dbus-tester Auto-Built-Package: debug-symbols Build-Ids: 928be78ded5d202e8deb803b403c4149ade07aa0 Package: apparmor-demo Priority: extra Section: misc Installed-Size: 107 Maintainer: Cosimo Alfarano Architecture: amd64 Version: 1.2021.1bv2022dev3b1 Depends: libc6 (>= 2.4), apparmor, iputils-ping Filename: pool/development/a/apparmor-demo/apparmor-demo_1.2021.1bv2022dev3b1_amd64.deb Size: 16276 MD5sum: 8c46475b05af0e8d7eed84fed5fadaf0 SHA1: dd07d375661425ba7e360ee359d18593321e71d0 SHA256: cc766cd28e904faf74c4ab4a76612fcd3a19ec96f49495074afa87d2c7fb1907 SHA512: ceafe5d3208213345dff36b8e6b5254a7bbc475b211fc07e1a7e452dc8bec964a1039bca918a7c6830dc33bf715ac37ac6a35395de01d7b988b2dd755d1985a9 Description: AppArmor demonstration Demonstrates some AppArmor functionalities using a test-like approach Package: apparmor-demo-dbgsym Priority: optional Section: debug Installed-Size: 51 Maintainer: Cosimo Alfarano Architecture: amd64 Source: apparmor-demo Version: 1.2021.1bv2022dev3b1 Depends: apparmor-demo (= 1.2021.1bv2022dev3b1) Filename: pool/development/a/apparmor-demo/apparmor-demo-dbgsym_1.2021.1bv2022dev3b1_amd64.deb Size: 13828 MD5sum: 6c16a4f651541d755db733d4c0f96e5d SHA1: c9aff3ccfcc0506e7aed5a0b0eb54f9b5605e82e SHA256: 477162485dbec7932efb33c4a0f8fb9c9e454904cb5ac9dda0ec62643c51e3e5 SHA512: 4665518ffc7a5e38322fa82d457207dd2df522fd90c4b9d0658b88456d2f9b04b4442a5e396c3d17411b0c508173a0f5f68e8acb5a4b7dd89e4f848a7bf98a23 Description: debug symbols for apparmor-demo Auto-Built-Package: debug-symbols Build-Ids: 243d6aeeba138a263edd3a59493c86d372c59b19 6f8f6aa9e0ce3089691ac0e4d8310f5fad6844c0 cd3177d07c467edaa9b78c4a83e1f7816d1b6082 cf1a94cfc7ede5b88f965646f9c2533bfa69a195 Package: apparmor-pulseaudio-tester Priority: optional Section: misc Installed-Size: 27 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-pulseaudio-tester/apparmor-pulseaudio-tester_0.2020.3bv2022dev2b1_amd64.deb Size: 4240 MD5sum: 16409d2c7e1909bfafa68bae34dd0e60 SHA1: bf8e88dedb8fbd5648d8172a5a52d215b7924b12 SHA256: b7eb6e4ec09b2f142e401305cde81b666c961f82074fe83e380fe91b9591da03 SHA512: 729286d18db0c4a337b154c9653987982e53c98e3360029e8cfb57360b722143c5791a4efa6fd0c130accfbcbabee282c4d4659a5b0392c24461a47ce61ca185 Description: Test utilities for apparmor-pulseaudio tests 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.2020.3bv2022dev2b1 Depends: apparmor-pulseaudio-tester (= 0.2020.3bv2022dev2b1) Filename: pool/development/a/apparmor-pulseaudio-tester/apparmor-pulseaudio-tester-dbgsym_0.2020.3bv2022dev2b1_amd64.deb Size: 5084 MD5sum: 39b02a34f08dac97b1fc5bdc425a0d9b SHA1: 2d1f664168964eefc8b7c72c01fb6e39f8918ef0 SHA256: a59f7e3bd7f30d72374ca2dca74b49a46eaf471bd51b1e7269a30536281b61b3 SHA512: b25e82ed2261c4bce9c8c89a09ace0a4e9c30ad9a7d7f6d83a66b4f1905636dee9c9d3e312a3739ab8d1336dc8fd3e919e07fe0c6a17bf80072d3f498808b8e5 Description: debug symbols for apparmor-pulseaudio-tester Auto-Built-Package: debug-symbols Build-Ids: 85057bf9240ceed2fa059d153d690c32803e2131 Package: apparmor-tumbler-tester Priority: optional Section: misc Installed-Size: 26 Maintainer: Andre Moreira Magalhaes Architecture: amd64 Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.2.5), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-tumbler-tester/apparmor-tumbler-tester_0.2020.3bv2022dev2b1_amd64.deb Size: 4136 MD5sum: 98a7480856ad333dabd18d809ea1ddcc SHA1: 5e795f5ceea937b618aafa31da7384e014d52924 SHA256: 133be63080d7fd260dbd3ceb678006b993e0a2ffc2311f677717a5df134ba168 SHA512: 1ceeb34d9f16d3f02cfab8c6d00833e51492fc13c061b09e5d0def70ea111f2bb2c1f5c8778428a9cbe05e14b27b26a1fe0b6fc83be3b2e3a228eea03752ae26 Description: Test utilities for apparmor-tumbler tests 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.2020.3bv2022dev2b1 Depends: apparmor-tumbler-tester (= 0.2020.3bv2022dev2b1) Filename: pool/development/a/apparmor-tumbler-tester/apparmor-tumbler-tester-dbgsym_0.2020.3bv2022dev2b1_amd64.deb Size: 4904 MD5sum: c801b19ab3f6ae36e53f358bcabf4c35 SHA1: fcfe7831180d26f8e2cf5432499ab6216f13e79d SHA256: adfdc715a0a42bd2b565333b881dd9b5035cbd4d0f325d4ea6e8431a361a08a8 SHA512: be8c8f1569bfbbe9470f1c8376bfb5c15e5dbc0659f6aac1dfda1c302d048dbedb984c00aac3d214466970a3776955da30b9fbaf5d778640d77bb974de849021 Description: debug symbols for apparmor-tumbler-tester Auto-Built-Package: debug-symbols Build-Ids: 1c1dbc49807ac0733fdadbca9391ec515da0a455 Package: appstream Priority: optional Section: admin Installed-Size: 2000 Maintainer: Matthias Klumpp Architecture: amd64 Version: 0.14.4-1+apertis0bv2022dev3b1 Provides: appstream-index Depends: shared-mime-info, libappstream4 (>= 0.14.4), libc6 (>= 2.4), libglib2.0-0 (>= 2.58) Suggests: apt-config-icons Breaks: appstream-index (<< 0.14.4-1+apertis0bv2022dev3b1), gnome-software (<< 3.22.5-1), plasma-discover (<< 5.8.5-3) Filename: pool/development/a/appstream/appstream_0.14.4-1+apertis0bv2022dev3b1_amd64.deb Size: 327140 MD5sum: 79ca521b2d164012386e05acaf2d943c SHA1: d811f9eb896aaeaf5cdd5ce331ee984ac95f4b02 SHA256: e3ca0acb47c1380ee9bfa08dde4dd56e3beaa3a21e522f02df7d79c7ee753e49 SHA512: fb0ed2fc701509e306d7624a22e8c9cdf0368f11f1e5695b4e6734a55d4e3413c1ddfab3148a35e3015dd89dd270dcf83e9e8ea2d87ceb130f8fdd286c9ae11f Description: Software component metadata management AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. The AppStream project provides facilities to easily access and transform this metadata, as well as a few additional services to allow building feature-rich software centers and similar applications. . This package provides tools to generate, maintain and query the AppStream data pool of installed and available software, and enables integration with the APT package manager. . The 'appstreamcli' tool can be used for accessing the software component pool as well as for working with AppStream metadata directly, including validating it for compliance with the specification. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Package: appstream-dbgsym Priority: optional Section: debug Installed-Size: 103 Maintainer: Matthias Klumpp Architecture: amd64 Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: appstream (= 0.14.4-1+apertis0bv2022dev3b1) Filename: pool/development/a/appstream/appstream-dbgsym_0.14.4-1+apertis0bv2022dev3b1_amd64.deb Size: 76132 MD5sum: b7b8f036788e14149f8111c3a48cd8dc SHA1: e9b0df4bb24548837887165a83ff793e10865eca SHA256: 0c0aab8695a33dc315410be075d80beffbfb45c33959dfc1d88441c2ca99fff2 SHA512: afa100842949586719df156339220bf4e959a8283361d6f04ac9cbe944647ec0cfed4ada4c90e083e1385134a3b0540a90dde149cc963e751be65a261860e22f Description: debug symbols for appstream Auto-Built-Package: debug-symbols Build-Ids: ce75f750e82e2450ac260453b2fd28757c005ef5 Package: appstream-doc Priority: optional Section: doc Installed-Size: 3619 Maintainer: Matthias Klumpp Architecture: all Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: libjs-highlight.js Suggests: appstream Breaks: appstream (<< 0.11.8) Filename: pool/development/a/appstream/appstream-doc_0.14.4-1+apertis0bv2022dev3b1_all.deb Size: 1502924 MD5sum: 3a49d9c787c0efb00521be0613dc3bf7 SHA1: 6023d74cae4aeda05a7b2df997120a1a97df71f0 SHA256: a6ba58dd6349afed1a04770c8b9c8cdd496fbc25dc890fce52ec251c4f4f07d4 SHA512: cdc5f9e8277edc683a8caf96ea241c6d845c597656c64d684a5e3a6a60d724e48b5f715676ad1e2cf4a3cff23a4f3a5ff1f58871fe6d30a0d58f68b120ffe4c7 Description: Developer documentation for AppStream AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package provides developer documentation for AppStream. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Multi-Arch: foreign Package: apt-config-icons Priority: optional Section: misc Installed-Size: 29 Maintainer: Matthias Klumpp Architecture: all Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: appstream Filename: pool/development/a/appstream/apt-config-icons_0.14.4-1+apertis0bv2022dev3b1_all.deb Size: 13900 MD5sum: 67d3c89f2a3c7aa3fed68e6e28b1e52f SHA1: b87825b48f40fb8bbeda5b0b44221d21d35f2d2b SHA256: dc2fade4b294e324bee53ea6e7dcab60f72fe598a01a746e410f525a259ad9c9 SHA512: 4a42a11386ea45f7f844e4179830b246d521314c2335dc7b14d459dbaa9181d42a2c5124be78e5e7f44966d25c6008c3b2c82c9d82e4916822e5339b52645e2c Description: APT configuration snippet to enable icon downloads This package contains an APT configuration snippet that enables the download of an icon tarball containing application icons for display in software centers. Icons get downloaded directly from the archive via regular cache updates, and match the software currently available in the respective archive suites. . This snippet enables icons of the default icon size set in the AppStream specification for software centers, 64x64px. It also enables downloads of smaller 48x48px icons. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Multi-Arch: foreign Package: apt-config-icons-hidpi Priority: optional Section: misc Installed-Size: 29 Maintainer: Matthias Klumpp Architecture: all Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: apt-config-icons Filename: pool/development/a/appstream/apt-config-icons-hidpi_0.14.4-1+apertis0bv2022dev3b1_all.deb Size: 13812 MD5sum: 8f10950e2195ba9ab2ed169806b835db SHA1: e679462bfa101bab094f2d751ba034ef16e33efe SHA256: 57cb8d3b79fcf8c93cbfc0cf0c7fc0aeec695e653be67a64d3d8e22bd1b8d097 SHA512: 99eed2b7da65ed54f3e8f6dff45648f9f3324c7393ffbadafeb04aa4940fbe935041f773fe4c1cedeae3238b50ddf9ab154035dd8ead5eb212377d3d0169a130 Description: APT configuration snippet to enable HiDPI icon downloads This package contains an APT configuration snippet that enables the download of an icon tarball containing application icons for display in software centers. Icons get downloaded directly from the archive via regular cache updates, and match the software currently available in the respective archive suites. . This snippet enables icons in the size of 64x64@2, that are suitable for HiDPI displays. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Multi-Arch: foreign Package: apt-config-icons-large Priority: optional Section: misc Installed-Size: 29 Maintainer: Matthias Klumpp Architecture: all Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: apt-config-icons Filename: pool/development/a/appstream/apt-config-icons-large_0.14.4-1+apertis0bv2022dev3b1_all.deb Size: 13896 MD5sum: e6335a73b5ff6c83fda70f1b816677fa SHA1: 21141ffef3fc88e2377f2a283aa56be37e2493aa SHA256: 2072b8e7f8dffb91cd4b7c3022fe520a3ed70867c6102604c8488d94b2779edb SHA512: b1987de86443d793edf070b930480dc12a7f88ebfd8610a255638393092fcffa0f0e847480410058e6f07c5e53d297e9b15ec079f853ebfc0a513d1b46e70f2a Description: APT configuration snippet to enable large icon downloads This package contains an APT configuration snippet that enables the download of an icon tarball containing application icons for display in software centers. Icons get downloaded directly from the archive via regular cache updates, and match the software currently available in the respective archive suites. . This snippet enables icon tarball downloads in large, 128x128px size. If these bigger icons are not downloaded by APT, a software center may decide to fetch them on-demand from a web location. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Multi-Arch: foreign Package: apt-config-icons-large-hidpi Priority: optional Section: misc Installed-Size: 29 Maintainer: Matthias Klumpp Architecture: all Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: apt-config-icons-large Filename: pool/development/a/appstream/apt-config-icons-large-hidpi_0.14.4-1+apertis0bv2022dev3b1_all.deb Size: 13896 MD5sum: 7f8fa7f64ad3e3e135ceb0bb57c2200f SHA1: 14ca1f7e7e1c479190b22234a858c377b7ceb072 SHA256: 9d46fa6240ebb9eaa8521e8b4156e965cc847a6c5cbe74d7decf9f11f8782122 SHA512: ff54e1327401470aad70f8b5ceaea083c5bb4aeeba1d9c0cea85b6063299ac1157ea4281798cebdb22688e0e56afd1068bac944dcd30f531b831be287240074d Description: APT configuration snippet to enable large HiDPI icon downloads This package contains an APT configuration snippet that enables the download of an icon tarball containing application icons for display in software centers. Icons get downloaded directly from the archive via regular cache updates, and match the software currently available in the respective archive suites. . This snippet enables icon tarball downloads in large, 128x128@2 size that are also suitable for HiDPI displays. If these bigger icons are not downloaded by APT, a software center may decide to fetch them on-demand from a web location. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Multi-Arch: foreign Package: apt-cudf Priority: optional Section: admin Installed-Size: 4367 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Depends: aspcud | cudf-solver, perl:any, libbz2-1.0, libc6 (>= 2.29), zlib1g (>= 1:1.1.4) Filename: pool/development/d/dose3/apt-cudf_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 1083792 MD5sum: 8e761698c64dadee8487c7ff26c984d2 SHA1: 466a6d9cd1d3de42c8b00b8917934bbb6d666e93 SHA256: dcb9acdee230453e73057f08e15239babf7ed184871f465a40386656f3f6a60a SHA512: e3c2e70d14df1b9097cd41a7170a1b4a4173db4d7e4b4151eee7d37004fdae26fe768a0474f0ede3532fae5c29c1b8c524044648b20a7a922fd1e88828cf3c32 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: 1154 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Depends: apt-cudf (= 6.0.1-2apertis1bv2022dev2b1) Filename: pool/development/d/dose3/apt-cudf-dbgsym_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 279032 MD5sum: 30db8a732df23341207926a54e243a38 SHA1: a9decea4a8f9b8af750de21a6f59600a4ea86840 SHA256: d178c99f48589838fb73dfd9f68fb28b6f9517d1e9c3021a7f2bec9846ac99f3 SHA512: cd6517aca889ef697010165d25303f98986c1be5e743ce315df882dac97324ae2ab73ea9f1be2a638d05a60d52c70579c2d4db521ecbf94a64987fa96a3378cd Description: debug symbols for apt-cudf Auto-Built-Package: debug-symbols Build-Ids: bac7850c3157950a800a799ed404c75f523ea91b Package: arcanist Priority: optional Section: web Installed-Size: 9370 Maintainer: Sylvestre Ledru Architecture: all Source: phabricator Version: 0~git20200925-1apertis0bv2022dev2b1 Depends: libphutil (= 0~git20200925-1apertis0bv2022dev2b1), php-cli | php5-cli, php-curl | php5-curl, php-xml Suggests: python Conflicts: arc Filename: pool/development/p/phabricator/arcanist_0~git20200925-1apertis0bv2022dev2b1_all.deb Size: 1243224 MD5sum: d1921b8e63bdbe9310cfac019196630e SHA1: b1c7f49acd1f16152d439af6eab4d331cba61ce8 SHA256: 354b3c066517bc7af4be0a0523527930cc3bcd189f55b0ad38ef8f305b65f480 SHA512: d20338c1f685342307af327498317b1c623924aff7afa1eb56f92c543339a3cf9b102878340312c6a32879ddd63ceef6deb2b3e4264e0107b53bf9e112ae3710 Description: Command line interface for Phabricator (review platform) Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. Homepage: http://phabricator.org/ Package: arcanist-clang-format-linter Priority: optional Section: devel Installed-Size: 42 Maintainer: Debian QA Group Architecture: all Version: 0.git20161021-3apertis0bv2022dev2b1 Depends: arcanist (>= 0~git20160124-1.3), clang-format, diffutils Filename: pool/development/a/arcanist-clang-format-linter/arcanist-clang-format-linter_0.git20161021-3apertis0bv2022dev2b1_all.deb Size: 8476 MD5sum: 91d255471009ee4363608b398795a473 SHA1: 0ad6ecc4d50cf133428ef1d72ff14f277b26b3b4 SHA256: a4f2d484d2e7627399ffd04106dc23b6e8aa0ea9120244707749e5b8590b450d SHA512: fee5f0fcdbfd54291a57a1f47dddac6cf42abe2cd82efda0756426cbe48550137931998ea5cf3d2d7d8ceced6d1b4a9df5cfc6a2ad134bc1f78c1bb6a6dfd676 Description: clang-format linter for Arcanist This package allows to use clang-format as a linter for arcanist to enforce style over a C/C++/Objective-C codebase. Homepage: https://github.com/pwithnall/morefas-phabricator Package: argyll Priority: optional Section: graphics Installed-Size: 103323 Maintainer: Jörg Frings-Fürst Architecture: amd64 Version: 2.0.1+repack-1.1apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libssl1.1 (>= 1.1.0), libtiff5 (>= 4.0.3), libx11-6, libxext6, libxinerama1, 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.0.1+repack-1.1apertis0bv2022dev2b1_amd64.deb Size: 7211140 MD5sum: 4626679680a082af2c4fd27be464c5df SHA1: a08f5ed9ee10d8758d4b4d50717c67b432e13781 SHA256: 6f4ad8d5a4b07d3cbc9366b0c95990682b4f97ac99d1efa87bdd4a151d32dbad SHA512: 24926ef9607ea7d57b29cbeacbae78620f2beddaba2696f81cecc7516e91fc045bdf6151d52edb46a1b90f9e0d043e49121fc0e73921928f29c010dbf478df5f 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: 45817 Maintainer: Jörg Frings-Fürst Architecture: amd64 Source: argyll Version: 2.0.1+repack-1.1apertis0bv2022dev2b1 Depends: argyll (= 2.0.1+repack-1.1apertis0bv2022dev2b1) Filename: pool/development/a/argyll/argyll-dbgsym_2.0.1+repack-1.1apertis0bv2022dev2b1_amd64.deb Size: 43462304 MD5sum: 3089193f6b7d716326bfda57adeca99a SHA1: 9e6d70c051f790eeeb60cbee4c32b4c5d25d3d3e SHA256: 6d00c90853741ac7cd2bb13c720f44070b30b566b5ecb530759f53bee3fd311c SHA512: 306d41c7011b057e86fdf5df8293fbb8a7b5d8628d9116a546a8dea45ed67a69d49830ce3ed6970c4d3e70010b2b6a01519d2cb8ad1ee7e24977a4bddd5a41dd Description: debug symbols for argyll Auto-Built-Package: debug-symbols Build-Ids: 0790e23d5f97fb9fb256a947a5b322f2ec02c6f8 1382e288981beb49c319d3d0d4468ffb3f80b238 15a3b76ea86b0d7fc97af3d64969f1feeb39bb39 166dee74062764aeb60efd7ca0cd1373ddb350ba 24b80890b36e1cb55a98c003452656ca174baa61 271a6de8be71ad1ba611a43a0ff4c9bd8035d63c 27a62bddf67d68360333d6f7e67e5c78bd298534 2e06ce97eb4c53cae91b0b7a8ff3a21f2e8b1829 3022e3a7ec29bb9c6c1c47502f4665330fc83f6c 3237e8218ba0fe7eac483cef16efb40abb4a75f4 38fa4bdd57630ff7d7de5f444a401dc8c612bbb5 39acc4ca6fc99462c6f76b4cc797341e70d1b246 499daeba97362a085cc314e5580faafa5f7e1a58 4dc98cb25674dcf191218090bb8a88a389719cc4 50a2d3b4b6d74f4ef52d1c07d6aa8043ab6031be 51781a815280dcf65624ec8daa147d45d9972100 647019e209a9a68b97eef9ae596e010cafcad57f 66d8612c5dfbeaed06b7e32cfc4d1141d4792537 6a91e1375b4d2770a09f6c842f3f4d8d51b122ae 70de1bd440aaa2487258c7b874f7e4bccb7c93dc 743f4bf53eb4cf5e879c78c5aa16b6e7fbff6556 75149e67cfaef499544549c41c52261a7da63a89 7ac069761d32f0170e11310590f843d092895192 8953e6938d137ac5fd3c4abcc1c79b9a5ce073cf 8e70cbb7256a0a93645447e4987df8fbdd7a1d8f 91794f1c47a4acb5b77fdcc44d1430db9c5c65d7 96e1f6d0e80a0dace5f3514d5bfed96dbaf8e37e 971c021f6f372a4955683016248a836e55875e52 9d16d9f22641f1f99f32ab86cf3bc95daaa52541 a484600337c37226293ba0410023a59f9b41f6e4 a90bf3a905eae78f1eedde368203e928a9c8afe5 ac6494e835392115fab7b97a643c40d080ddef24 af372589961afb0b3ec9cf79f470b5846bbdbfcd afed74f7fd310a7c8ee70d105706ac8faf4ffb0f b4c5600e7e17c2ee7c4fe2206b7c67b6fd4292b6 b5abcd2c09f41f5ace29060c11b83cc60bfd2083 c7598b3fff2ed72c117b5fb49e5674f5e71b6e58 ca8896b99de98e0059b7d0beefd4f22d211bb340 cb85f6ea20747d08927e1a73fd5fcdbb17fdc1a7 cc54b9e091520734378b72dd573b9b79ab4ee1a1 ceb3eee150cb057e3e2a4c22a60929a2d5fe9370 d39dab54f4605b326d25b99a98e6d86cda3a6e70 d708673bca90b66dac0165d89d960a0b4206ed75 d98f543921b4de5971f86e2093dcad95264288c9 e26a83dff3aa44f62805c428279fc5869f710a04 f47e53789464fc9d7b132b8faa320d20f86553f6 Package: argyll-doc Priority: optional Section: doc Installed-Size: 4241 Maintainer: Jörg Frings-Fürst Architecture: all Source: argyll Version: 2.0.1+repack-1.1apertis0bv2022dev2b1 Filename: pool/development/a/argyll/argyll-doc_2.0.1+repack-1.1apertis0bv2022dev2b1_all.deb Size: 2525352 MD5sum: 4bf25ee3081415b82d95aee72b86150b SHA1: 35614231f8cfd09c76ad6b59abc4dcab97f1823b SHA256: 32cfe26682db2d8eb9cb2f24e5a953042da2af54413316d554a0f4226deaf19e SHA512: cd2a690094f51ab7ca46bd238834c80aa5073e87648c862777b7ae9e0ed694447adf4f05c06dc2daf5411a21902cb520af78f74be03d8b6a41298348b9d51a81 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: 715 Maintainer: Jörg Frings-Fürst Architecture: all Source: argyll Version: 2.0.1+repack-1.1apertis0bv2022dev2b1 Filename: pool/development/a/argyll/argyll-ref_2.0.1+repack-1.1apertis0bv2022dev2b1_all.deb Size: 227356 MD5sum: e85b6afbbe28f7dcd9dbb9ce7879796c SHA1: a49e6cdb8030038e4c4d5fd7d449af7307b9445a SHA256: 16ae8e517392fe154e28810b59cfbc7d3df332255824ca3d440998325a891e58 SHA512: 750c5f9194698967a8a082ecb71e7ce2a513af5d28d537be8da6cfd6d654c187fcd1d84ba3c98e266e5122b747f70aa33293704b0732bbd47b8ae27f310a9cdf 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: 81 Maintainer: Joseph Herlant Architecture: all Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Depends: asciidoc-base Recommends: asciidoc-dblatex, asciidoc-doc, vim-asciidoc Filename: pool/development/a/asciidoc/asciidoc_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 59240 MD5sum: 4dd27a2226e759654d014de57358adaf SHA1: 51b674484bd90671e0c0424f98e2a0685e89d9d5 SHA256: cba3034da5b42d1cf583b5ebc8aacb43c2bfb927d0347e45abbd7fed754039dd SHA512: 38f9200b3e8ae824866cfaa9552c061d17d519a4c24513055d98414a4b16ed6a98d619fce51b2d633c31619568c57e4fd7169641287828f434973b9d43b04b53 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-base Priority: optional Section: text Installed-Size: 439 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Replaces: asciidoc (<< 8.6.9-4) Depends: asciidoc-common (= 9.0.0~rc2-1apertis0bv2022dev2b1), libxml2-utils, python3, 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_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 135660 MD5sum: 64352a5f40b0f201c0ac791e7523fb32 SHA1: fdb6ae548297901c8ea79c12002be83fe037a039 SHA256: ea9f98b33def3286f036bdf96f9a4e5440d50d0b4bc499eef13cc12a236840e7 SHA512: bbb107ceef941f9c7ad26a2415afbea1d871379648e2eafad3605d829cda345c07da50dd98ce23685c4cdf32d0d5070f65fb72eaf8e6f890c8e4d465b3fb0247 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-common Priority: optional Section: text Installed-Size: 735 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Replaces: asciidoc (<< 8.6.9-4) Breaks: asciidoc (<< 8.6.9-4) Filename: pool/development/a/asciidoc/asciidoc-common_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 285712 MD5sum: af4c597f6ce01515a0a37bd300b198ba SHA1: 4ec5ba81a4becdbc9fa36e904ca91c74bbe53504 SHA256: 61e6617e7e7f8d3e82df253cdc7da769268abb175c1ee1c890e83b6e63fdb05b SHA512: 736d2b620c191588249e81db5783b2751de200bc8dcee8b19656b60f987a7745d0fafd0c19ca9117b4e79a2e49605f8766db5193ab0677f071594314d054da02 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-dblatex Priority: optional Section: text Installed-Size: 74 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Depends: asciidoc-base, dblatex, docbook-utils Suggests: asciidoc-doc, epubcheck Filename: pool/development/a/asciidoc/asciidoc-dblatex_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 60372 MD5sum: 900acf96b8f457023f0a205cae59cdc3 SHA1: 0b516a16c86229bb53acc02fe59fb974ccf5f10b SHA256: 64d8dd9c00d2fb5179232383016afad564265fe1d87ac07ede0481daa816349c SHA512: 4d3029e0ad76b5a88a8c4c351814c1207434172f7ae40bce787a9c57c8d088d21c653391b6b2c8731de2036e4bb570a3ee215a7b45c096666eb6c56eb05a9827 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-doc Priority: optional Section: doc Installed-Size: 1107 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Replaces: asciidoc (<< 8.6.9-4) Depends: asciidoc-common (= 9.0.0~rc2-1apertis0bv2022dev2b1) Breaks: asciidoc (<< 8.6.9-4) Filename: pool/development/a/asciidoc/asciidoc-doc_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 258840 MD5sum: 2f42f8bbe0d36b0bd9420f3448846ea0 SHA1: e640f2b2d931cfad80204a9127d7d9ea322b3dc9 SHA256: 64ff79b383775d21841b6a0b49bd8be2e674affffdfc4469bf57ce02f8e7b48b SHA512: 92f9e604bd6cd9206410c353b54809203f21ac5d53dcac2752bf5aa7cd6a300014db9320a3cf534c0c8771d2c1d5e6906134ad00a4928691d03e79316edfba87 Description: Examples and documentation 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 examples and documentation for asciidoc. Homepage: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-fop Priority: optional Section: text Installed-Size: 64 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Depends: asciidoc-base, docbook-utils, fop Suggests: asciidoc-doc, epubcheck Filename: pool/development/a/asciidoc/asciidoc-fop_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 58480 MD5sum: 7b28479a66f8b5b13c5a02bc1d3c5ef0 SHA1: 60290cecf2866631e6c310b9722eecdb78358468 SHA256: e1f546d635f658c296921f0df2c882948dcdcbfaeb51a590f325fe7daa3e69ff SHA512: a44c8eae984b10cd1361d5b8064888979a1994b9e9552545cd06d9f891af28085eb8442bd8accdb060281ea9989b5e7b93dae15fd4ffaa27ba4efdfa0508a2c4 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoc-tests Priority: optional Section: text Installed-Size: 3646 Maintainer: Joseph Herlant Architecture: all Source: asciidoc Version: 9.0.0~rc2-1apertis0bv2022dev2b1 Depends: asciidoc-base, python3, python3:any Suggests: asciidoc-doc Filename: pool/development/a/asciidoc/asciidoc-tests_9.0.0~rc2-1apertis0bv2022dev2b1_all.deb Size: 231976 MD5sum: ffa5cbca06531ffae37291550df9f9a2 SHA1: f12a50f3325a53a749abb7aacf5e66e5702875e9 SHA256: 03f0c2f97d2913bf703db68e81b8718403d0e2ac03f95b491ec33f499a84f2cd SHA512: eb87a4707182cea7b43bfe9702106e8540df03a467c99c44c028348ac0242acddfaacc3d89ed995c36b7b59e7d75716f7af35d64a84dba04ec5ac830b6d393f2 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: http://www.asciidoc.org Multi-Arch: foreign Package: asciidoctor Priority: optional Section: text Installed-Size: 95 Maintainer: Debian Ruby Extras Maintainers Architecture: all Version: 2.0.12-2apertis0bv2022dev2b1 Depends: ruby | ruby-interpreter, ruby-asciidoctor (>= 2.0.12-2apertis0bv2022dev2b1) Filename: pool/development/a/asciidoctor/asciidoctor_2.0.12-2apertis0bv2022dev2b1_all.deb Size: 84140 MD5sum: 608c6e0e889ab86f633035477d134c2e SHA1: c6c15b87d573d9986a511f7c8db8ff72aac7d9b8 SHA256: d6bfdda24c63faeb48f52b776decf3ffcb9e5eba068f3086bec8c54d9906e83d SHA512: baf6ba50704be01c88b87ccacc60089af6c23225185256de9ccd49e89b08cefbcc37250404d5eb8589403f8f60e3256852ead29ee8592266ef1dff162bc34b9a 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: 3345 Maintainer: Debian Ruby Extras Maintainers Architecture: all Source: asciidoctor Version: 2.0.12-2apertis0bv2022dev2b1 Depends: libjs-jquery Suggests: asciidoctor Filename: pool/development/a/asciidoctor/asciidoctor-doc_2.0.12-2apertis0bv2022dev2b1_all.deb Size: 349640 MD5sum: 8af7ace10b5516fed557afdfcac0fb63 SHA1: 1b4ae883b0234ed2358e867444a47347866732d3 SHA256: 428a1db8d2cddebc9102a0a3e777c582334d989b18427dae400bfb96f02bff56 SHA512: 99ca0159994dbe7e4282c3a9506499ea40e400b156e57e2444e24bf2f38b84d26da38e1a8570b52f3bd554baac72293be6e6e10874cf2034d7809f0e721499f7 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: aspcud Priority: optional Section: admin Installed-Size: 458 Maintainer: Ralf Treinen Architecture: amd64 Version: 1:1.9.4-3apertis0bv2022dev2b1 Provides: cudf-solver Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9), gringo (>= 4.2.1), clasp (>= 3.0.0), clasp (<< 4) Filename: pool/development/a/aspcud/aspcud_1.9.4-3apertis0bv2022dev2b1_amd64.deb Size: 130804 MD5sum: d232aa6d39ab995f2d76e7c08f874f35 SHA1: 8c19888f76cdf0b2f0b4976243f88d0b88228e95 SHA256: 09f60dec40e77d6d91632ba8fce28a2505ab4d45c39c38af4e5a095879846a3f SHA512: 982b56cf6e1cd1b3dc82be59c3a8195a931f30b75ca8594702a2dccc37a965f6efb72690a788514f8f965ac2122738bef26674bdb2540442636cb219bcc7a4fd Description: CUDF solver based on Answer Set Programming Aspcud is an experimental solver for package dependencies. A package universe and a request to install, remove or upgrade packages have to be encoded in the CUDF format. Homepage: https://potassco.org/aspcud/ Package: aspcud-dbgsym Priority: optional Section: debug Installed-Size: 2162 Maintainer: Ralf Treinen Architecture: amd64 Source: aspcud Version: 1:1.9.4-3apertis0bv2022dev2b1 Depends: aspcud (= 1:1.9.4-3apertis0bv2022dev2b1) Filename: pool/development/a/aspcud/aspcud-dbgsym_1.9.4-3apertis0bv2022dev2b1_amd64.deb Size: 2113324 MD5sum: 3cbf8d272365b73c66edc3decb60c1d0 SHA1: 8902a92b56e0254ff8ec5dd82b496175b30b3fda SHA256: 0d1877f6753931ba088ad839667da876516718c0543e69fc1e68f98584fc7761 SHA512: 08640d4af00074daf00baa6caaa34e34e1ec76ccc16833598f44bc9e8a321e40b3c1bc683905d63840326c1559f50865a75b918685b720f1e10d6519383e2ac8 Description: debug symbols for aspcud Auto-Built-Package: debug-symbols Build-Ids: 02ee6bb0593dac253e6c04ac74170073ec8ba025 a7870cc10973d7d6346b891c6522dde90b8ae370 Package: aspectj Priority: optional Section: java Installed-Size: 89 Maintainer: Debian Java Maintainers Architecture: all Version: 1.9.2-2apertis0bv2022dev2b1 Depends: default-jre-headless | java8-runtime-headless, libaspectj-java (= 1.9.2-2apertis0bv2022dev2b1) Filename: pool/development/a/aspectj/aspectj_1.9.2-2apertis0bv2022dev2b1_all.deb Size: 63868 MD5sum: ff6755c991b00e94b359a81aa5ded567 SHA1: ce4efb80a78d155d5a79fbfb0591c5916238b888 SHA256: 31082fe7a948e86f2116c14307525d33c7e8fc79b0947fb709fa7525b094c405 SHA512: 460c2d2438ce07f02b44e11128dc61b8da286feff093aa87cf4c241a3ea8a6633f90eb5ebebedd1a079e253c1a3f28d28d843e5429f3511773af005ac47702a1 Description: aspect-oriented extension for Java - tools AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser). Homepage: http://www.eclipse.org/aspectj Package: aspectj-doc Priority: optional Section: doc Installed-Size: 2218 Maintainer: Debian Java Maintainers Architecture: all Source: aspectj Version: 1.9.2-2apertis0bv2022dev2b1 Filename: pool/development/a/aspectj/aspectj-doc_1.9.2-2apertis0bv2022dev2b1_all.deb Size: 314716 MD5sum: 6156d503dc36a1b1eaebfbcc3912be17 SHA1: abfe65f2755453d6fff8e1a34585b79bb1dc5dda SHA256: 84ed1b784281de88c89d3130c321756383ece924a077132e9037722c566a306d SHA512: 756588e6fbfd6a8854396bfccfc15466b6e1c83fb23f8f08b9574045ddfad75a30865c269af1d26f7337b09ab776c7d74c32d3975173c424bfcb53d6090ea7c2 Description: aspect-oriented extension for Java - documentation AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides AspectJ Programming Guide, Diagnosis Guide and Development Environment Guide and Development Kit Developer's Notebook. Homepage: http://www.eclipse.org/aspectj Package: aspell-de Priority: optional Section: localization Installed-Size: 402 Maintainer: Roland Rosenfeld Architecture: all Source: igerman98 Version: 20161207-9apertis0bv2022dev2b1 Provides: aspell-dictionary Depends: aspell, dictionaries-common (>= 1.23~) Filename: pool/development/i/igerman98/aspell-de_20161207-9apertis0bv2022dev2b1_all.deb Size: 348432 MD5sum: 333e1a12f7a04c3f009fca7d3bfde233 SHA1: 2fb6e4b457553a36ce722df22c4b2c53a8e1dfe6 SHA256: 78d608230f008df3ffd56fc52a2177e3d7306185218a45f025580ab76da8b364 SHA512: 04b0dde7e29fea93bec95f1ee62cad97935a1521af84a2398403efc5e6cc0ada3269e80cb4319dc35d96890ef2a4a2fe34ff5487056917d85f232961b544c615 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: 277 Maintainer: Debian Hebrew Packaging Team Architecture: all Version: 1.0-0-8.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 180364 MD5sum: 152d8c4387ae7984e0af9a965d15de6c SHA1: f10a89d9ebccb53700bec01e74823dd77f960e54 SHA256: 37ec284018689fd914952cdae2af6254be02074669d210a5fbbd59ba009735a0 SHA512: bddf40085d4e22fecb72aa9669911140d1fa46dc0f9d96f5b96d047c011393c4c8f8f1052cb9ab0bda8c37899800886449e7b14264a89e7b01b630729a2e6f6b 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: at Priority: standard Section: admin Installed-Size: 158 Maintainer: Jose M Calhariz Architecture: amd64 Version: 3.1.23-1.1apertis0bv2022dev2b1 Depends: libpam-runtime (>= 1.0.1-11), lsb-base (>= 3.2-14), libc6 (>= 2.14), libfl2 (>= 2.5.33), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~) Recommends: default-mta | mail-transport-agent Filename: pool/development/a/at/at_3.1.23-1.1apertis0bv2022dev2b1_amd64.deb Size: 50028 MD5sum: df597060b38ec6b76a983d4e50aceddb SHA1: a210c81f435c0ed137012f0e8783cb9ff9fc5a0d SHA256: bfbf86fd1f19a4ff68cdf3be94c5cc72c7e70cb8f9304e8e59350de6386b85c7 SHA512: 29ac81c64c766e8623868979bc3d46eff94d5c791fae418fd0a943cf74c4d6a03b4007fcfde3da17afda14cfd24cb4b8236df37ddff794bc3444ea8708088a37 Description: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Homepage: http://blog.calhariz.com Multi-Arch: foreign Package: at-dbgsym Priority: optional Section: debug Installed-Size: 94 Maintainer: Jose M Calhariz Architecture: amd64 Source: at Version: 3.1.23-1.1apertis0bv2022dev2b1 Depends: at (= 3.1.23-1.1apertis0bv2022dev2b1) Filename: pool/development/a/at/at-dbgsym_3.1.23-1.1apertis0bv2022dev2b1_amd64.deb Size: 65908 MD5sum: 0be76201376d6e763c02e7b85dfccbc2 SHA1: ec56944ad3bcce4543a190c7f47312b7a86ba8ce SHA256: 8662b8e2f83285fd4426aa40e0111d6f09eb42b855190849a8d1d5919a0605c5 SHA512: 570cb8c021d6f62c098c83d6474a9ac1f104b4e9395209ff8e78267bd4634d31c8fe32e74e0b07529247344e9e834e70aee736d867b42f75b409f96effda92c9 Description: debug symbols for at Auto-Built-Package: debug-symbols Build-Ids: 825acf4255b46091c7fb2a527fee38c429586664 f902afacc895502103cbb15758b80068c19590de Package: auctex Priority: optional Section: tex Installed-Size: 4645 Maintainer: Davide G. M. Salvetti Architecture: all Version: 12.2-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 1241060 MD5sum: 6d80236e47e66df907687994957aff5d SHA1: f914b0496447eaa84b5f0b9c44de6c9cd77e1413 SHA256: b1af31a91ba8f8bdbf888245f101279aa4f3d8cf4043fed021ebd072d6082b17 SHA512: f3049ead39df7507994bb5830a62450082920bea4964d2b972ead112fe43ca29cd4635b6d1069fcf725fd4730cb70d9d0aa0f814a5cab4167837830f3ee2ca28 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: audiofile-tools Priority: optional Section: utils Installed-Size: 82 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: audiofile Version: 0.3.6-5co1bv2022dev2b1 Replaces: libaudiofile-dev (<= 0.3.3-1) Depends: libaudiofile1 (>= 0.3.6), libc6 (>= 2.4) Breaks: libaudiofile-dev (<= 0.3.3-1) Filename: pool/development/a/audiofile/audiofile-tools_0.3.6-5co1bv2022dev2b1_amd64.deb Size: 35768 MD5sum: 9b488944e87a9daaac4e310f6cdaeb2d SHA1: d2d665b30f2ffa13322639333d318144861ce83c SHA256: 98ccfa358eb79cda0636e5f12f344b8620d191f427316edfa945caad6b043bc9 SHA512: b5eed7391b33084a3ca9797b11db92f2c81dbe3dd44b89e5d5ce27f0f5b6e513375c2cfd0f3cf8384c6d403dc109cd54513f8f3a8e6822bd5920955899e45f06 Description: sfinfo and sfconvert tools The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, and raw data). . This package contains the sfinfo and sfconvert tools. Homepage: http://audiofile.68k.org/ Package: audiofile-tools-dbgsym Priority: optional Section: debug Installed-Size: 47 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: audiofile Version: 0.3.6-5co1bv2022dev2b1 Replaces: libaudiofile-dbg (<< 0.3.6-3~) Depends: audiofile-tools (= 0.3.6-5co1bv2022dev2b1) Breaks: libaudiofile-dbg (<< 0.3.6-3~) Filename: pool/development/a/audiofile/audiofile-tools-dbgsym_0.3.6-5co1bv2022dev2b1_amd64.deb Size: 24880 MD5sum: 013a68f8aaf3aefa50196d46b83c73a5 SHA1: 66e97f01c3a6df5eb3baf6ba00ee2fa9ce1a2c53 SHA256: 7dfe0486af0328e36ada9eb3c9eb43e2b271049fd0a25def0dd9951536ab363c SHA512: 20b5cb29b8e77a4e956c86f90f8b0c807945790a06aaa67b62f97bb88f959b22f055baa7a09279755e3ae605063423796ebc5164e13a76384e9a7880485610f6 Description: debug symbols for audiofile-tools Auto-Built-Package: debug-symbols Build-Ids: 68ade9b614fdf97799c326c5dab905af03f87f66 6a2b38b1e3abd547b441b6d5af856ca7982477a2 Package: augeas-doc Priority: optional Section: doc Installed-Size: 16063 Maintainer: Hilko Bengen Architecture: all Source: augeas Version: 1.12.0-2apertis0bv2022dev2b1 Filename: pool/development/a/augeas/augeas-doc_1.12.0-2apertis0bv2022dev2b1_all.deb Size: 925840 MD5sum: e3a97cbfe4f80dbc43d6e3983f2b38a1 SHA1: 12b6ae4051dadc342a166601ba24c2a504e75364 SHA256: 6d02e0b3f21f5627b53518c05a0040592be190010c652993362d038669bb331a SHA512: f34fb709eb1e446573e5e359f9c511e8fe0c8aafb005dbcea5d0d5a195e9bb2ef383813dfd675a91d355220d3aa35595da1ca7b2fa442a3d28b1779686986075 Description: Augeas lenses documentation Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files. . Lenses are the building blocks of the file <-> tree transformation; they combine parsing a file and building the tree (the get transformation), with turning the tree back into an (updated) file (the put transformation). . This package contains the generated documentation for the lenses shipping in the augeas-lenses package. Homepage: http://augeas.net/ Multi-Arch: foreign Package: augeas-lenses Priority: optional Section: misc Installed-Size: 1955 Maintainer: Hilko Bengen Architecture: all Source: augeas Version: 1.12.0-2apertis0bv2022dev2b1 Suggests: augeas-doc Filename: pool/development/a/augeas/augeas-lenses_1.12.0-2apertis0bv2022dev2b1_all.deb Size: 451420 MD5sum: 5bda2b7703aad8ddbbbe899609dad211 SHA1: a7e887df64bd1362a5f574025f4ce6d8366d0cbf SHA256: 399964d75ebd209f7d14f892f2f78e2fa141955b688d749a92e75a9f35ddb338 SHA512: e3dc0d8301a341589a98b88954e01f12f82154768f952dcc20b4e346375b13c78c9c01b34b33ffddb8ea5eb9717624e7d48b65de04b5ea38ed43b3857e81a1c7 Description: Set of lenses needed by libaugeas0 to parse config files Augeas parses configuration files described in lenses into a tree structure, which it exposes through its public API. Changes made through the API are written back to the initially read files. . Lenses are the building blocks of the file <-> tree transformation; they combine parsing a file and building the tree (the get transformation), with turning the tree back into an (updated) file (the put transformation). . The transformation works very hard to preserve comments and formatting details. It is controlled by ``lens'' definitions that describe the file format and the transformation into a tree. This package includes the official set of lenses. Homepage: http://augeas.net/ Multi-Arch: foreign Package: augeas-tools Priority: optional Section: admin Installed-Size: 236 Maintainer: Hilko Bengen Architecture: amd64 Source: augeas Version: 1.12.0-2apertis0bv2022dev2b1 Depends: libaugeas0 (>= 1.10.0), libc6 (>= 2.8), libgcc-s1 (>= 3.3.1), libreadline8 (>= 6.0) Filename: pool/development/a/augeas/augeas-tools_1.12.0-2apertis0bv2022dev2b1_amd64.deb Size: 175940 MD5sum: c58f4c69a632a3d3b5039f7a1e638731 SHA1: e0a05d28bc7b27ca47e14728bfed6e20d36bcf81 SHA256: fb8556ebb6040b628fe6683958781f6f6a186483fdf3a85c59d3ecadb46fd476 SHA512: f823d4647fdb81250634450d72ee426e8bdc7a9ea04992e83b1d9dce4f67167431d3a3536652bc3a16ead31ca57479f8dad7330ecba481425f7d146e8d9210ac Description: Augeas command line tools Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. . This package provides command line tools based on libaugeas0: - augtool, a tool to manage configuration files. - augparse, a testing and debugging tool for augeas lenses. Homepage: http://augeas.net/ Multi-Arch: foreign Package: augeas-tools-dbgsym Priority: optional Section: debug Installed-Size: 74 Maintainer: Hilko Bengen Architecture: amd64 Source: augeas Version: 1.12.0-2apertis0bv2022dev2b1 Depends: augeas-tools (= 1.12.0-2apertis0bv2022dev2b1) Filename: pool/development/a/augeas/augeas-tools-dbgsym_1.12.0-2apertis0bv2022dev2b1_amd64.deb Size: 39880 MD5sum: b6ca6c80699ca4be5eb4ba82201ba6d5 SHA1: bdf6ae02f884a2cb470fff519788ea8cea0e0155 SHA256: bb7ef7bed57bf77905c57df0d36f39faf2cfdcbfd4c5e4ab444f99ca187cd9d4 SHA512: f296f16c26d95cbbee01d8b54fd801bfca711cbc16c5a7836f9208f3a39eb7f217eaa13b656537ac8672bdd8c020b92e80ca2fbb0f18fc579db3ed505b172632 Description: debug symbols for augeas-tools Auto-Built-Package: debug-symbols Build-Ids: 3feb66311480d817917e7c80e0a8a45b3e1d0026 5665be9db58a0ce9b6a23ffac1dc30ef68f463b4 f809c922bd86820b1787b262216d6689bbf07d22 Package: autoconf Priority: optional Section: devel Installed-Size: 1846 Maintainer: Debian QA Group Architecture: all Version: 2.69-14apertis0bv2022dev2b1 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.69-14apertis0bv2022dev2b1_all.deb Size: 313092 MD5sum: 9bec33dd350f107e3db6a4dac3ea6741 SHA1: 935d0e73be8dbb3728284f2a209811d80d961f51 SHA256: d81b657754d0fb6aea30e9878632f3884b3f6ff1047c7214977603de6575828c SHA512: a34c7d04c9b94e6f03db0007ff7552610fa0276fa518c0ce487d7489be9e20eab62d269c45a243b1cb3428f6f49fe28380affaa5fea486ea58c971a7c18a8338 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: 5832 Maintainer: Bastien Roucariès Architecture: all Version: 20190106-2.1apertis0bv2022dev2b1 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_20190106-2.1apertis0bv2022dev2b1_all.deb Size: 745824 MD5sum: 59c8db34ef9b7e3437ac2c1ab23f0ea9 SHA1: a327987d2c503c51dd1fbfd42f71adcfcadd4082 SHA256: 0afe919695a6cfac75998a528d91702c6ee3e72b074bee27349e4d2ef421e0c6 SHA512: e79269c76ceb4af8fa0cb728ffcd45223933e3e7012348bc8a3f29c62b377a90691fb40b1cf40b82fe463cc95f509cda3e395275a2d510a3a34ad36d1febd25a 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+20210105-1apertis0bv2022dev2b1 Depends: m4, perl:any Filename: pool/development/a/autoconf-dickey/autoconf-dickey_2.52+20210105-1apertis0bv2022dev2b1_all.deb Size: 162804 MD5sum: 763e1bb2474eb7e4f6eec095eb7c8f9c SHA1: cb44964b01e8859b671cd63eea1b7534d55ba107 SHA256: dced32d3aaed8c0312eadc967e58d2b22cd1cb2f3e84ce76c97c5d3a66b4c15a SHA512: 992edef04f7f37df3719df04c9fd47ff0d1bc838d60e2ab977ad730e0ab3651b8af0d498bd9a828ff453c3e881fe7371785593c96339f83634b00fab5901b851 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: 4358 Maintainer: Debian QA Group Architecture: all Source: autoconf Version: 2.69-14apertis0bv2022dev2b1 Depends: gnu-standards Filename: pool/development/a/autoconf/autoconf-doc_2.69-14apertis0bv2022dev2b1_all.deb Size: 2857056 MD5sum: 3aea3ffed0d67a08c57291a494498e82 SHA1: 823069107e83b10b140ba76a67a703d9f897f2f8 SHA256: 6be43c9a2cc22e8fcb5260cb59ba65912d8d854b426c602606b40eed0e1e3ddb SHA512: 5991824b05226ea35174d04856904b3ffe5b35d1ceaf6dd80654fa7a43a3b5f3c33de2dab69082ec9242fcbbcf735b05b33829c1cfa854b57f9607154318ba07 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: 1137 Maintainer: Debian QA Group Architecture: all Version: 2.13-69apertis0bv2022dev2b1 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-69apertis0bv2022dev2b1_all.deb Size: 252292 MD5sum: 5b4670a9eb63b1952991d6489fc7de1a SHA1: 7221a56f071370cd7b022adc59c7582cf7b5f7b2 SHA256: 06805515144ff58ab92ab2ae021714a67915b129aea32ee5a3eec21653436e99 SHA512: ca022b0dab29b71a5f76d325cdc3da45c7bb3c18747492c4f5b36efa71e00a8d5742f3061230e69b70534bab654b7c8069f56a544f1c645f4d6b197612cbc53b 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.64 Priority: extra Section: devel Installed-Size: 1943 Maintainer: Debian GCC Maintainers Architecture: all Version: 2.64+dfsg-1co1bv2022dev2b1 Replaces: autoconf (<< 2.50) Depends: m4, debianutils (>= 1.8), autoconf (>= 2.50), perl, libfile-temp-perl Conflicts: autoconf (<< 2.50) Filename: pool/development/a/autoconf2.64/autoconf2.64_2.64+dfsg-1co1bv2022dev2b1_all.deb Size: 480252 MD5sum: 9b47cd7daeb7911e490994b22afb2e0e SHA1: 32b3f99257236242dc9c276978358017262b5810 SHA256: f3bbf7dd2881142d868eac022f999df3d3aecbdfb8503ed15f0f1df093143074 SHA512: 7d1920616c4936e4fdbf9395e9de1cc775eab0cc727d26401bf64e58400607203efb1d87c28afd618bb59358e7ef56b121248014f505234f5a50e182ad24aad3 Description: automatic configure script builder (obsolete version) This obsolete version is required to build GCC (>= 4.3.3), newlib, and probably some others toolchain related packages. Multi-Arch: foreign Package: autoconf2.69 Priority: optional Section: devel Installed-Size: 1807 Maintainer: Debian GCC Maintainers Architecture: all Version: 2.69-2apertis0bv2022dev2b1 Depends: m4, debianutils (>= 1.8), autoconf, perl, libfile-temp-perl Filename: pool/development/a/autoconf2.69/autoconf2.69_2.69-2apertis0bv2022dev2b1_all.deb Size: 291100 MD5sum: c0fe6f184205384a47c1a13ab9f73714 SHA1: 410195a508e923be60e812bcab9bb6fd25cb41db SHA256: 7b1112ad0092d765c2f68b28dd4a8660b25af6af1d7dab8ea604bef8e7478ab3 SHA512: 590799c1c4fce21893e17047b8aa343e717ee366c98e527c4fdc290f3c45da9d999402fcb879edde62f7161a2a6e1e72ba1dee7d514280f920562908cbacdda5 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: autogen Priority: optional Section: devel Installed-Size: 1166 Maintainer: Andreas Metzler Architecture: amd64 Version: 1:5.18.16-4apertis0bv2022dev2b1 Depends: guile-2.2-libs, libc6 (>= 2.17), libopts25 (>= 1:5.18.16), libxml2 (>= 2.7.4), libopts25-dev (= 1:5.18.16-4apertis0bv2022dev2b1), perl:any Recommends: autogen-doc Filename: pool/development/a/autogen/autogen_5.18.16-4apertis0bv2022dev2b1_amd64.deb Size: 570408 MD5sum: ac205b5fefe9576f32c58b1b5c3dfa0a SHA1: a79c5157d5f5622a4fd7b87d934894b7f974ec71 SHA256: a6b71ff9e3fe205205f58aefcff3a3680d54c7b0a5abfc51ab455fce4f5ecb8e SHA512: cba1531c14fadcd7e3fe76fea77960d41301b8ed55e98f4fe6a907c62ff57ad0a8d9151fc97dbf231c6a34de8fc55ec4ee82e5076290235a82c5530c6d65ca57 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: 349 Maintainer: Andreas Metzler Architecture: amd64 Source: autogen Version: 1:5.18.16-4apertis0bv2022dev2b1 Depends: autogen (= 1:5.18.16-4apertis0bv2022dev2b1) Filename: pool/development/a/autogen/autogen-dbgsym_5.18.16-4apertis0bv2022dev2b1_amd64.deb Size: 290560 MD5sum: 8dda5ddc0442bf6286167af1ed2754ac SHA1: 279cdb2e53b9ae7b4c2716a9da6cdefd810d205b SHA256: 6157725c0dae0fd59fba56bd8f5c80907e6296ff69817f788f2b2986691b3b81 SHA512: 9c5030404873171932f2e16dd1f6b42c675a55c959cdaa7cda0a26e3d685dae137d814c927ea5e1c5ddbc69dbc368f27faae5e3a7c3d8f3adfc37af455ac6fc4 Description: debug symbols for autogen Auto-Built-Package: debug-symbols Build-Ids: 2315ec482e067ecdb24141456187aa6f02534636 6385b39a9ba4d82a30e771c82f439bfd5692f20d 70e5c5269ceeacebf392b2a2f5a19a3ed478c171 8ff6e820ecffef70b50496ed031df9bfa5b3995a Package: autogen-doc Priority: optional Section: doc Installed-Size: 3095 Maintainer: Andreas Metzler Architecture: all Source: autogen Version: 1:5.18.16-4apertis0bv2022dev2b1 Replaces: autogen (<< 1:5.18.3-4) Breaks: autogen (<< 1:5.18.3-4) Filename: pool/development/a/autogen/autogen-doc_5.18.16-4apertis0bv2022dev2b1_all.deb Size: 1008484 MD5sum: 7ffee79e064f5013f304380a0324fca4 SHA1: c0b0033ba380b94b177577eea4582b9f895e3ee4 SHA256: a9c290f4de140989aea41023cbd47bd965f539fa6e7315e9cd67e8e9da609016 SHA512: 96a61f921ab5a1df4546867139b5a54eb9313a502564d8d379c45a7f342481c7cac615c288f38afa1c561ba56fc1f736fdcad9a1cee8f7bb1a554d7716cd4a97 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: 1830 Maintainer: Eric Dorland Architecture: all Source: automake-1.16 Version: 1:1.16.3-2apertis0bv2022dev2b1 Provides: automake-1.16, automaken Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1) Suggests: autoconf-doc, gnu-standards Filename: pool/development/a/automake-1.16/automake_1.16.3-2apertis0bv2022dev2b1_all.deb Size: 814700 MD5sum: 5b23bb88328307aaf9802399526c1248 SHA1: 8abfe2c673d67959f80a636fe1d06baddf2415aa SHA256: a7cbc83d57b67918bfaeb2d62e3c066405d6899d72f1fa49b6c375ab9312fcce SHA512: 9e2e37d3a9d19841f478ead7a82e8eb77322f829f8fdd1a2e8b9414bf08259c5ff8591c481387336f81c7f985733d7e8df0c3f26146a6906461f8da79bdff824 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: 1552 Maintainer: Eric Dorland Architecture: all Version: 1:1.11.6-6apertis0bv2022dev2b1 Provides: automaken Depends: autoconf (>= 2.62), autotools-dev (>= 20020320.1) Filename: pool/development/a/automake1.11/automake1.11_1.11.6-6apertis0bv2022dev2b1_all.deb Size: 535608 MD5sum: aad862cf1cf59b8ba451b53c7df5bc78 SHA1: 3d92e1fdd9b76a0d06b75ffd745e8acabf4a60da SHA256: aa3114aef1ad39b9bdb9f06473783a083b8c356eb35ee0a59b419dbdf1424295 SHA512: c94e964f52992ca64f5a060960afc4a1238eac14e8869b7028bad0d2aa280620350aff6bb4d3d10fcbe54d00297da907b0ee3b715b8a482939002a55cfea8c45 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: 576 Maintainer: Debian CI team Architecture: all Version: 5.16apertis2bv2022dev2b1 Depends: apt-utils, libdpkg-perl, procps, python3, python3-debian Recommends: autodep8 Suggests: lxc, lxd, ovmf, qemu-efi-aarch64, qemu-efi-arm, qemu-system, qemu-utils, schroot, vmdb2 Breaks: debci (<< 1.7~) Filename: pool/development/a/autopkgtest/autopkgtest_5.16apertis2bv2022dev2b1_all.deb Size: 201500 MD5sum: 031456afeeb962f15be8106c13e2fabf SHA1: f90a32cc5d210fcaa8a6df526fbaacd26c1f5f98 SHA256: faa0767a23429c8770134c09d087a3d9fd94707eb313dcf2637afbd198669409 SHA512: c9f355e3ddfd27d3666e698f8da39af5b290e317c35b7c4f6b8eab226a90e978f2c72214770b5fef55160a9b0081487f5abbe58419ed490030d0bd26c300db54 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: 539 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Replaces: gettext (<= 0.17-11) Depends: xz-utils Filename: pool/development/g/gettext/autopoint_0.21-4apertis1bv2022dev2b1_all.deb Size: 520172 MD5sum: 3b1ae2577c87eb07c09176685e0ddcaf SHA1: 7dd75a1f0ac2b0c4f308051e49840ae451a465ff SHA256: d38b5373ccf36b74d445b99485b36e6682df6103f7932057579d8258cbe2c28f SHA512: 57622876401e16b7d2ad21299388d4d5b858b06db34d9e693322b0d7df930d3bc4c92a9ca4f635db5278077df1c5acd9a59d1f53dbb7608487e0b49945e0bb6a 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: 157 Maintainer: Henrique de Moraes Holschuh Architecture: all Version: 20180224.1+nmu1apertis0bv2022dev2b1 Filename: pool/development/a/autotools-dev/autotools-dev_20180224.1+nmu1apertis0bv2022dev2b1_all.deb Size: 77344 MD5sum: 77430f29711174728dafcf26a2beba87 SHA1: 6a6c9199383b21289360d029d87ff93114376541 SHA256: a5b9efe8de44aa18437c9aba7c67638486826bdbeba281bff90b6d99bb5a334a SHA512: edf30db01cb92145b09b4f1c03a0915296aa94e90fc9973a48fae3b2925925e2cb632489377221b32f089d72808537bb2b545c7d8fae0562971ae0b018b7afb8 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: http://savannah.gnu.org/projects/config/ Multi-Arch: foreign Package: babeltrace Priority: optional Section: utils Installed-Size: 102 Maintainer: Jon Bernard Architecture: amd64 Version: 1.5.8-1apertis0bv2022dev2b1 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.14), 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.8-1apertis0bv2022dev2b1_amd64.deb Size: 44628 MD5sum: 941286db89198f052b44a4b165afb772 SHA1: 18e1b55ac65d8dd73fb9edc131ecdcfd66938002 SHA256: 1c6b4442226ba9fda429bc347c16468362596353d1e0aaf6c8d48b14e9be0d41 SHA512: 478de48bc0525ebbab64b5d8b736e5ed386eff1c1af4df50b91b3e92ad76b2fd61105c0aea638e2117c1c4325bbc4956aa92c8279d33674cf7370cfffdb1464a 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: 68 Maintainer: Jon Bernard Architecture: amd64 Source: babeltrace Version: 1.5.8-1apertis0bv2022dev2b1 Depends: babeltrace (= 1.5.8-1apertis0bv2022dev2b1) Filename: pool/development/b/babeltrace/babeltrace-dbgsym_1.5.8-1apertis0bv2022dev2b1_amd64.deb Size: 44132 MD5sum: 7f4f97cfff9c9865b4efdafd5ceba575 SHA1: 1304a54cee39f3760465b3eb7a4f10735f9ca20a SHA256: fbc04d2387317d3b008162052ea768418fc53562b393511d3870c921ff987e88 SHA512: 18798bad674d1b979194879d6b774fd4e0c252bcce54c672b6dbc11019625da1a5337621b38012291f35189137a88991e328f69a30aa49f693ff00773f70cf1a Description: debug symbols for babeltrace Auto-Built-Package: debug-symbols Build-Ids: 89f73086a0aa618cec02e0ed6bdde02c5429779f aa92f872265882cd37495758dee093688c59c0bb Package: bash Essential: yes Priority: required Section: shells Installed-Size: 6471 Maintainer: Matthias Klose Architecture: amd64 Version: 5.1-2apertis0bv2023dev0b3 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: libc6 (>= 2.25), libtinfo6 (>= 6) Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Filename: pool/development/b/bash/bash_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 1418188 MD5sum: 416e986598e79e3ee1493460a9adffa5 SHA1: dd717db0b70c11fdac3e315c82fd5f8ed574a427 SHA256: f52957b0bf8306e3032243caba821f65e60a2029ca3d6319173ff0cf82376a22 SHA512: f122876c9c647a06c40025e3eecf849fc834421584913957a2e575360611a372a17f153814027f166789a7ef4fa68eaa3690202d75c060989604337837a3b7d6 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: 1044 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.1-2apertis0bv2023dev0b3 Depends: bash (= 5.1-2apertis0bv2023dev0b3) Filename: pool/development/b/bash/bash-builtins_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 136092 MD5sum: b08908fed3eb8f5c193c0890481db1bd SHA1: 12fd3dfa63d0717a9ddcf5e049ba05ce8e6c8161 SHA256: f2a2e38a3d200424f042666ce27ca4eaa8500576cc389d8c7c5c22f99c89f61a SHA512: 8a48b6198a5368fffb984fc4fb43a2e63b6b3dc9d1c0a837bcf08d29755df08fdc9fc251cf4930310fc5bc9577b47a2362ac52115a06c92f876d8f7989274a4b 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: 344 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.1-2apertis0bv2023dev0b3 Depends: bash-builtins (= 5.1-2apertis0bv2023dev0b3) Filename: pool/development/b/bash/bash-builtins-dbgsym_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 125748 MD5sum: 2f0451c3a8e78c2ab3a5acf8d287b523 SHA1: 0780a55cd63d68027283dd9dcb6d8afa1e811360 SHA256: 9450a235ee0bcd425702f3a02cd5f56e1bfe10cf38f46f220992d930de6c1a1c SHA512: 9fcda99075c92c9cf591ea02e28ac57a779085fa49e2cbf08500842e8e63a345a2338e743b7f3873bf855f710abebb454db41e744db9440a434eae1e6c5ced45 Description: debug symbols for bash-builtins Auto-Built-Package: debug-symbols Build-Ids: 0178c63bcd40d772f1a8fc58f20b6aa0b52b83e9 0fb324fcbdc12cef8141dd17a07279093bbc0edd 25d12c84bf7ae6ea776e432e186e99d529b5be82 2743bfee59bcf4297048df0186119fe7f90faaaa 2a15b98e13bb45f2b48c3a8845fb41c3f0c26e65 2ba0bc9f809ab38955e9a8ce4eb2194fe070f4bf 2bd76895302aa70d6663e517887a0061fb3d156b 34a0737bbae2fae0aef9aaa360e9aa9790827278 3bf804c049e05e4e51ada6e929cda2817c39fff4 5aa2d3b67a120515a99cb0ea38497f1e8fb05b3d 5fa725a708ba6c9abb75eb1d1bb1014a10f8cb48 6373a4a86f39c834bbcc5e4743613a8dfb09a89c 666825c8431a368e5fa86b9b9a8ed655ae22c3c9 7037395c1c9994fd681fb5e010dc52690d0afcb3 7c671573ec6169a6a6c356f6b83380daf8f49397 7f58e3188f9ada8af047969efccf4194388116de 806cc47aef756c9c66ced832a59ec21d0c5ad35b 863335f4a09fff27afa9e1bf89aa32102a19d298 8c69bfb3674f5ac353f59abd2674be809affd7da 8d3dd8c51cfedccc25571548407e89ef06580154 9719de9202dd9c8922a6a650d0a401079cce21f5 9c3a1ae06beee23993a92afa985a0668cf5be945 a06eabd94ace174edab09b65b0ad337b69653888 ab98ef044f090010c0926b7e8dfa2cd634b6f21b b0e183fd4aecedfc71f466aa01affae0b6551bec c7cb1d9044983df5537132710a31e3075b074e4c ca26b4b7d9f5abb4f15b545df845dc83461ed69f cd0f61d88704096767da2f3502d9f2565aca31f2 e8a12674bbc2df63dbddf2ff768f9aafe140a0b7 e94a7bb7e335e6437d99d544a7f222851285f72b ea26b938a76d4727a5765cc81acf2e8b69a9180b eb0675a61f845188cea1f8634bec8c940820b4b1 ebac6997245417086599e251bb57e8012909601c Package: bash-completion Priority: standard Section: shells Installed-Size: 1523 Maintainer: Gabriel F. T. Gomes Architecture: all Version: 1:2.11-2apertis0bv2022dev2b1 Provides: dh-sequence-bash-completion Filename: pool/development/b/bash-completion/bash-completion_2.11-2apertis0bv2022dev2b1_all.deb Size: 234576 MD5sum: 2982ea494edf2418ab987551785b3cbe SHA1: 4f50a14baa26cb92677d6c0261b6c2db005c5ad8 SHA256: 02c1e3823cdb5a5a755639325847365fb206473bd3cdef6481e109718ea0fa12 SHA512: 18cce15308527254ac3e964a2787ae023f29c28667fb4abfabb17b9cf96d1debadbcb9e9cfd977e6dc9bcf51dc7c51c01364ad52beb0bfde108675b434e72944 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: 1528 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.1-2apertis0bv2023dev0b3 Depends: bash (= 5.1-2apertis0bv2023dev0b3) Filename: pool/development/b/bash/bash-dbgsym_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 1425760 MD5sum: 9702cf8ff30ea3e17b625612afbaa0e3 SHA1: 6171788ac79284855b3c2e94a69146bd2e469593 SHA256: f833d640ab217800b93649799d65feb3816a7345214e68408ce5fb774ce14b3d SHA512: 8a4815762c596a352a750703bce840653b56cb448d4cd63b1b23d586cf4a940c600d11935ab853e47f8bbe0fce0711f7fa69823d79f06886b294d378568407af Description: debug symbols for bash Auto-Built-Package: debug-symbols Build-Ids: 33bd73f2657944e8b9dd54ad72e2d4e8f70446ee 78bd282ffce5ec495c69d4f0d4c178d635cf83f2 Package: bash-doc Priority: optional Section: doc Installed-Size: 3240 Maintainer: Matthias Klose Architecture: all Source: bash Version: 5.1-2apertis0bv2023dev0b3 Replaces: bash (<< 4.3-2) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/b/bash/bash-doc_5.1-2apertis0bv2023dev0b3_all.deb Size: 1931400 MD5sum: e08aa372c35f2e072f60ac306f0aa6b7 SHA1: 4c60c40861acf81ca5ece17d8b54ebaa384c1767 SHA256: 501a93def06896962ed5586a72fbcfce264f98bcf49eaf77998c780df763cfb7 SHA512: 184b0421c9beed34334de0abb9159e766b3334ae6e72b0e964d365f8bb3e0a5a5e284632af78dda389277900bde47aa19e80a6b72367c059bacdc50dddda5e18 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: 2464 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.1-2apertis0bv2023dev0b3 Depends: passwd (>= 1:4.0.3-10) Suggests: bash-doc Filename: pool/development/b/bash/bash-static_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 1107936 MD5sum: aac36a726d64265f6f05b63841d11a6b SHA1: a456cee87472b83179080eb0c75017e1989a13ff SHA256: 6b808cdce5ccb56ffc7bb42b6dd8fb2997f15e899348afed30d4001371cccbf2 SHA512: 0988cf7938682c72e5acfa4f48c00def651f4434709411af534909e21357ce38c71e692521b3d139370c65e731c2034eaad807a00f580772d1baab9caa21c42a 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.31-13+deb11u2+apertis1bv2022preb1) Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Multi-Arch: foreign Package: bash-static-dbgsym Priority: optional Section: debug Installed-Size: 1616 Maintainer: Matthias Klose Architecture: amd64 Source: bash Version: 5.1-2apertis0bv2023dev0b3 Depends: bash-static (= 5.1-2apertis0bv2023dev0b3) Filename: pool/development/b/bash/bash-static-dbgsym_5.1-2apertis0bv2023dev0b3_amd64.deb Size: 1444948 MD5sum: bd2cae9fe657123a31dfa602c7f9e299 SHA1: ff5dfcd03587839fa2b2de09372ed511875eb6c9 SHA256: 6f57d1ac24cc33ad8f7bad371b549fde0fa2c0083e8468f567c137556496d270 SHA512: 605b1d34ac6be98585a4a3ba0b002dbe2db16aa177a653a4e6f2f23bf32a5fc60584a26e971a6f8c0a583deaf3d3257d8774e1dbeba30ef4e9b7bb73e46a1e60 Description: debug symbols for bash-static Auto-Built-Package: debug-symbols Build-Ids: 7e4c1bcea95b7bb4ff7af82a7ec95c86980d4eac Package: bats Priority: optional Section: shells Installed-Size: 78 Maintainer: Yaroslav Halchenko Architecture: all Version: 1.2.1-3apertis1bv2022dev2b2 Recommends: parallel Filename: pool/development/b/bats/bats_1.2.1-3apertis1bv2022dev2b2_all.deb Size: 30636 MD5sum: ca0ebb8ca17747226de43f681b7f00a7 SHA1: 87d7b867669c5953b9c183f4d77adf58386a7534 SHA256: 657bfac42da2a3462159f74b220d7e618a0c78fb2d43ea47a6c2b84818c9411d SHA512: 130346bc9f699be426edf1a0dbf440018defed85ad35bd86a9f871d89ca3414645942d9a79df48edcd02b1340404e5f2fb4840051a58ada3cad618158f7a9f85 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 Package: bc Priority: standard Section: math Installed-Size: 241 Maintainer: Ryan Kavanagh Architecture: amd64 Version: 1.07.1-2co1bv2022dev2b1 Depends: libc6 (>= 2.14), libreadline8 (>= 6.0) Filename: pool/development/b/bc/bc_1.07.1-2co1bv2022dev2b1_amd64.deb Size: 109356 MD5sum: 563659fdc7e10510382a4cdec925e5c3 SHA1: 62e7b8daa929b44250ef8c22ce44b0e072caf609 SHA256: f6a47cd3d6c45788933d26cf7019f863f6dfbb1803414322753bcc22994ac09a SHA512: 5ccd2a7e14bc6193d814b12f14a7be89c6292cf8efd5d41d10c3cfa7562644dd766468769f8da69eb55f8e449349a0e69a03dbda09b3a787b134cde21e8e9d9a 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: http://ftp.gnu.org/gnu/bc/ Multi-Arch: foreign Package: bc-dbgsym Priority: optional Section: debug Installed-Size: 111 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: bc (= 1.07.1-2co1bv2022dev2b1) Filename: pool/development/b/bc/bc-dbgsym_1.07.1-2co1bv2022dev2b1_amd64.deb Size: 92372 MD5sum: 0279c0435f3fb6e0a17d3d33d959ef10 SHA1: b505b1ef430389b54bb5636b227decdb397613fb SHA256: 351f69df75406fbabc539faf161b84c1a34a5a0b522fddd6f27ee5608d1f6018 SHA512: 93345206bc8ec0677cf1b76b39a901b8e69e44f0523ab7e803743d2f314bb1259cc4e8187871f278318f017fa5582af95169b5c9283160c0bae095ad12b435a7 Description: debug symbols for bc Auto-Built-Package: debug-symbols Build-Ids: 810a56fd5dfa7ae49a2ea49d2f471a03487bb834 Package: bcc Priority: optional Section: devel Installed-Size: 300 Maintainer: Juan Cespedes Architecture: amd64 Source: linux86 Version: 0.16.17-3.3co1bv2022dev2b1 Replaces: linux86 Provides: c-compiler Depends: libc6 (>= 2.14), bin86 (= 0.16.17-3.3co1bv2022dev2b1) Recommends: elks-libc (= 0.16.17-3.3co1bv2022dev2b1) Conflicts: linux86 Filename: pool/development/l/linux86/bcc_0.16.17-3.3co1bv2022dev2b1_amd64.deb Size: 125496 MD5sum: 7301493896157cd83dd72faa7d18f490 SHA1: 6dab7441fcb8573e453077b9f31f86e65534fe72 SHA256: c7bdf513fdd41526f2ec609c5e350c2ffe94b781e602be360b43f3b440a000d6 SHA512: c5e9f618554cc39b40a29ef2f2ed9740227cd05d1f841a0b9e8d31b33baaa63e67ef1c5dc3a21c9985e1c4173467d1f39e19e76d553ee492e92c5494a604c0bb 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: 213 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.205+apertis0bv2022dev3b1 Depends: perl Filename: pool/development/c/console-setup/bdf2psf_1.205+apertis0bv2022dev3b1_all.deb Size: 59936 MD5sum: 7ff95821054cd246b5fb946dcaa76381 SHA1: bf13117f05cfac4c0b36192fc0bf233d626d9be6 SHA256: aeec6a011b9badef875441970bda78a955c33ab07cd4d0edefd1093a0d34da6e SHA512: 565d39bdea2fd6f2931d434ff418ba5b4a01b084097cf307c9deb3f58e74887cd9a1b7666ea05b49a47de548ba31ba58b3d8a9326de32ebff42f01bdedc732f7 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: 41 Maintainer: Tatsuya Kinoshita Architecture: amd64 Version: 1.5-12apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/b/bdfresize/bdfresize_1.5-12apertis0bv2022dev2b1_amd64.deb Size: 12816 MD5sum: 9c4a4656caf482607c664d78a59d56ee SHA1: 92408589d2c1ae446b0f27d61cc20529dbc65000 SHA256: 2bf1f6f284f73fb8336853186cd749d3ef6ee05240aad027bd984fa13d684a16 SHA512: f32ebaa19d36a8073bd3f3187047f530ce449cacfc78781b3e63a09fc95cde3d750134e3df6e0cc2650e899dc3a2d7d48dfe0bd0cb97b6a5605878cd850041e3 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-12apertis0bv2022dev2b1 Depends: bdfresize (= 1.5-12apertis0bv2022dev2b1) Filename: pool/development/b/bdfresize/bdfresize-dbgsym_1.5-12apertis0bv2022dev2b1_amd64.deb Size: 18244 MD5sum: 5bf5457a98b2d05946df50c360d16a08 SHA1: 2e8edd4050e45c1aee7cff31e525bd19f0ed2f70 SHA256: 8688b1877f6cb295a7d3c0b66f0e1f4c7e2919c1f068cbde23720697368c270e SHA512: 1aca459f12106b89f4997d068c7278f299b37dae22920bec2c4e63f5ea4939b1fa1f1635b30cd182d71dc22a94cfda02acc0490d697e8c263633bb1ece8720f1 Description: debug symbols for bdfresize Auto-Built-Package: debug-symbols Build-Ids: 1f88a28bf424d7a8d0c07efd41c395458b39fb6c Package: biber Priority: optional Section: perl Installed-Size: 1659 Maintainer: Debian TeX maintainers Architecture: all Version: 2.16-1apertis0bv2022dev2b1 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 (>= 0.28), 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 (>= 1.27), 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 Recommends: texlive-bibtex-extra Breaks: biblatex (<< 2), texlive-bibtex-extra (<< 2020.20210106) Filename: pool/development/b/biber/biber_2.16-1apertis0bv2022dev2b1_all.deb Size: 555648 MD5sum: 49dabb58621423ad0d8246ea0f48db68 SHA1: 4ec76cb5e37e7647fc98ae37c332286166add9a9 SHA256: 57694c39362c81953fca302ed8c858fdf2d6eed127bc482cd3815be9a46a1cca SHA512: 043ac1d2a17b1cc45f605301c53aba410d2a3869b97d4d4ba204907639d768bcad1f649fba39833e5caa2b73f3e20babf1eca508dc23270e22b7d7e59e284587 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.3co1bv2022dev2b1 Depends: libc6 (>= 2.14) Conflicts: linux86 Filename: pool/development/l/linux86/bin86_0.16.17-3.3co1bv2022dev2b1_amd64.deb Size: 102780 MD5sum: 14cb52182a8acdada9d4ea3a54af7592 SHA1: 10d69bbb7341371fbbdc3aeb192b87a5dbb9172d SHA256: 2fb272d4aaf80392c388c6bb9e53ba78acb153e69977446c61effd0024ddb0c4 SHA512: e0b051c17066835f888b1cc473d9d1b21ebd1e7cf53b38e18d2dd2a9d85acbdb70979da6862e4aedb431e2bfb2dc7874e43e8a3b30242c2c09fd0d2fddc4ce4c 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: 3582 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-bindgen Version: 0.55.1-3+apertis0bv2022dev2b1 Depends: libc6 (>= 2.18), libclang1-11 (>= 1:5.0~svn302377-1~), libgcc-s1 (>= 4.2) Filename: pool/development/r/rust-bindgen/bindgen_0.55.1-3+apertis0bv2022dev2b1_amd64.deb Size: 968908 MD5sum: 5918d3541f18b20c232471bf6cee1389 SHA1: e89c4e9e005d1c9a1b30bcf66d5c7a5db372e17c SHA256: dcad16586ff7c68004bab7151b069dc3791e1d090b737df3fdf1a470ac956f16 SHA512: a2607292616da18fdbdf374509cd25a8ffbc6bf031e52299d7f52f4852b922d7f619578b1b7d5c16d2b3b94895b8428e1c524139890581f1b93e6a791b826c3e 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.48.0+dfsg1-2co1bv2022dev2b1) Homepage: https://rust-lang.github.io/rust-bindgen/ Multi-Arch: allowed X-Cargo-Built-Using: rust-aho-corasick (= 0.7.10-1+apertis0bv2022dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2022dev2b1), rust-atty (= 0.2.14-2apertis0bv2022dev2b1), rust-bitflags (= 1.2.1-1apertis0bv2022dev2b1), rust-cexpr (= 0.4.0-1+apertis0bv2022dev2b1), rust-cfg-if-0.1 (= 0.1.10-2apertis0bv2022dev2b1), rust-clang-sys (= 1.0.1-2+apertis0bv2022dev2b1), rust-clap (= 2.33.3-1apertis0bv2022dev2b1), rust-env-logger (= 0.7.1-2+apertis0bv2022dev2b1), rust-glob (= 0.3.0-1+apertis0bv2022dev2b1), rust-humantime (= 2.0.0-1+apertis0bv2022dev2b1), rust-lazy-static (= 1.4.0-1apertis0bv2022dev2b1), rust-lazycell (= 1.3.0-3apertis0bv2022dev2b1), rust-libc (= 0.2.80-1apertis0bv2022dev2b1), rust-log (= 0.4.11-2apertis0bv2022dev2b1), rust-memchr (= 2.3.3-1+apertis0bv2022dev2b1), rust-nom (= 5.0.1-4+apertis0bv2022dev2b1), rust-peeking-take-while (= 0.1.2-1+apertis0bv2022dev2b1), rust-proc-macro2 (= 1.0.18-1apertis0bv2022dev2b1), rust-quote (= 1.0.7-1apertis0bv2022dev2b1), rust-regex (= 1.3.7-1+apertis0bv2022dev2b1), rust-regex-syntax (= 0.6.17-1+apertis0bv2022dev2b1), rust-rustc-hash (= 1.1.0-1+apertis0bv2022dev2b1), rust-shlex (= 0.1.1-1+apertis0bv2022dev2b1), rust-strsim (= 0.9.3-1apertis0bv2022dev2b1), rust-termcolor (= 1.1.0-1+apertis0bv2022dev2b1), rust-textwrap (= 0.11.0-1co1bv2022dev2b1), rust-thread-local (= 1.0.1-1+apertis0bv2022dev2b1), rust-unicode-width (= 0.1.8-1apertis0bv2022dev2b1), rust-unicode-xid (= 0.2.0-1apertis0bv2022dev2b1), rust-vec-map (= 0.8.1-2co1bv2022dev2b1), rust-which (= 3.0.0-2+apertis0bv2022dev2b1), rustc (= 1.48.0+dfsg1-2co1bv2022dev2b1) Package: bindgen-dbgsym Priority: optional Section: debug Installed-Size: 12798 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-bindgen Version: 0.55.1-3+apertis0bv2022dev2b1 Depends: bindgen (= 0.55.1-3+apertis0bv2022dev2b1) Filename: pool/development/r/rust-bindgen/bindgen-dbgsym_0.55.1-3+apertis0bv2022dev2b1_amd64.deb Size: 12232284 MD5sum: 9e1690c65cedb648ebb0fabc45e83c24 SHA1: 50c7b6c69a4e6fd3d38a0cccab17fc26f65c62a5 SHA256: 8ba05b4f51d8efccd50f82338828f5e56ce4ceccbd04c7aab26fee3e50a07b07 SHA512: e48309f75f2707f61ce3c5d58c52a25a094ee97338da500458b4275647ee5506a04d2d0aaa2d329e8debc6f3534cc8f946d498a5d94288267b97720002cb0070 Description: debug symbols for bindgen Auto-Built-Package: debug-symbols Build-Ids: aa174fe162c7b0057c74c26bb9f1650d7db339db X-Cargo-Built-Using: rust-aho-corasick (= 0.7.10-1+apertis0bv2022dev2b1), rust-ansi-term (= 0.12.1-1apertis0bv2022dev2b1), rust-atty (= 0.2.14-2apertis0bv2022dev2b1), rust-bitflags (= 1.2.1-1apertis0bv2022dev2b1), rust-cexpr (= 0.4.0-1+apertis0bv2022dev2b1), rust-cfg-if-0.1 (= 0.1.10-2apertis0bv2022dev2b1), rust-clang-sys (= 1.0.1-2+apertis0bv2022dev2b1), rust-clap (= 2.33.3-1apertis0bv2022dev2b1), rust-env-logger (= 0.7.1-2+apertis0bv2022dev2b1), rust-glob (= 0.3.0-1+apertis0bv2022dev2b1), rust-humantime (= 2.0.0-1+apertis0bv2022dev2b1), rust-lazy-static (= 1.4.0-1apertis0bv2022dev2b1), rust-lazycell (= 1.3.0-3apertis0bv2022dev2b1), rust-libc (= 0.2.80-1apertis0bv2022dev2b1), rust-log (= 0.4.11-2apertis0bv2022dev2b1), rust-memchr (= 2.3.3-1+apertis0bv2022dev2b1), rust-nom (= 5.0.1-4+apertis0bv2022dev2b1), rust-peeking-take-while (= 0.1.2-1+apertis0bv2022dev2b1), rust-proc-macro2 (= 1.0.18-1apertis0bv2022dev2b1), rust-quote (= 1.0.7-1apertis0bv2022dev2b1), rust-regex (= 1.3.7-1+apertis0bv2022dev2b1), rust-regex-syntax (= 0.6.17-1+apertis0bv2022dev2b1), rust-rustc-hash (= 1.1.0-1+apertis0bv2022dev2b1), rust-shlex (= 0.1.1-1+apertis0bv2022dev2b1), rust-strsim (= 0.9.3-1apertis0bv2022dev2b1), rust-termcolor (= 1.1.0-1+apertis0bv2022dev2b1), rust-textwrap (= 0.11.0-1co1bv2022dev2b1), rust-thread-local (= 1.0.1-1+apertis0bv2022dev2b1), rust-unicode-width (= 0.1.8-1apertis0bv2022dev2b1), rust-unicode-xid (= 0.2.0-1apertis0bv2022dev2b1), rust-vec-map (= 0.8.1-2co1bv2022dev2b1), rust-which (= 3.0.0-2+apertis0bv2022dev2b1), rustc (= 1.48.0+dfsg1-2co1bv2022dev2b1) Package: binfmt-support Priority: optional Section: admin Installed-Size: 219 Maintainer: Colin Watson Architecture: amd64 Version: 2.2.1-1apertis1bv2023dev0b3 Depends: libc6 (>= 2.14), libpipeline1 (>= 1.0.0), lsb-base (>= 4.1+Debian3) Filename: pool/development/b/binfmt-support/binfmt-support_2.2.1-1apertis1bv2023dev0b3_amd64.deb Size: 67944 MD5sum: f57ab81b981f4f881cba7c2bdeaa361d SHA1: b50f251320231f571cca12beefa5eb20e9daf0ba SHA256: b747c3b41ded546574b2f1e1cfe9233862b91e6cf382ae4a852b51802a7bbafa SHA512: 0b4dbbbba4d1ac201862bf283f2c4e89f3c52bdf28f412fbd361487fbf75b13be56b77be83be34fceb934e3495d80f49e910e76febd0efba3f729130b4c4d8d9 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: 270 Maintainer: Colin Watson Architecture: amd64 Source: binfmt-support Version: 2.2.1-1apertis1bv2023dev0b3 Depends: binfmt-support (= 2.2.1-1apertis1bv2023dev0b3) Filename: pool/development/b/binfmt-support/binfmt-support-dbgsym_2.2.1-1apertis1bv2023dev0b3_amd64.deb Size: 237624 MD5sum: 21097ec9555a95822fba9622552c1b96 SHA1: ec060f906177a9e617b16fc1e65636043e3ad0d5 SHA256: 897421ca49b4c3a98f1676babfcd99b6bfcf25c615ffef3188001f67026cb513 SHA512: 61d35de591e97cfb3b492a884b35084eb59fc5092cbb88caccc39545c5a2482c963ee8f3ea8735361285ca9b15ecde44348ce13522292a4e83a138cb86a18ef9 Description: debug symbols for binfmt-support Auto-Built-Package: debug-symbols Build-Ids: 0c570a8ee7bd77b8a740a86aa6ab294a00b799e4 58403d288304e6310ae1f42cd3112653ebbe44a2 Package: binutils Priority: optional Section: devel Installed-Size: 98 Maintainer: Matthias Klose Architecture: amd64 Version: 2.35.2-2+apertis2bv2023dev0b3 Provides: binutils-gold, elf-binutils Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libbinutils (= 2.35.2-2+apertis2bv2023dev0b3), binutils-x86-64-linux-gnu (= 2.35.2-2+apertis2bv2023dev0b3) Suggests: binutils-doc (>= 2.35.2-2+apertis2bv2023dev0b3) 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.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 62204 MD5sum: f69e8c5e3f3d6baf713444fcbb81869f SHA1: 58d0fe07aac86333d9db416afb1d9282e744ec48 SHA256: f8d2350ec10aa7e0b520337eefdba91481d8971495e8dd5a14968dd577f1edd0 SHA512: 612b9a610b3b80f83d36023f6e3e5bce3d15568657c2af3df4385b9a82a306cc236ca324bed9b6f0be5738706328c4fd647870ac836772a3db3dc8a63a977441 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: 16146 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29-6) Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2797524 MD5sum: 67881175f0af68a4e76ae45fe4461b0f SHA1: 44b3b7653091faafea1e2f2898e7965ad82444b7 SHA256: c86a520a999ebf348e0641b88ff235fc800935f817049ab4d57daa5ccab7a64a SHA512: 4731cda9b53a81b594f46c6e10330336353b344b9576a462f9627e087a0f8639fc22b84f2033d666513daad19889dc4cc6c2378ee42f137973f263943eb954dc 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: 44154 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-aarch64-linux-gnu (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-aarch64-linux-gnu-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 41700496 MD5sum: 8ff970980e692ccb9094cc1dd213da5e SHA1: d0dde00a29a2fcffb7f3b4554327e4867e9b41f5 SHA256: 4333a2ac8f2ea104df46ad9b1cf8204ffcbbca9a96edfd5ee38c19a0a63b3c19 SHA512: f0932bc9eca893b1a210d5730654601565be7f9d6d34ac970af54b3a535920eea98fdf2def75c7c81575b3f3a04462111ca124ccd7dcbfe5639f5984be6f339e 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: 13174 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29-6) Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2759000 MD5sum: 57f21e948d2894ecc856dc715be19795 SHA1: 6bad38f2a5318f23367e72304a6582256358e11e SHA256: 4e55928396c62206d848ef7e9096c02beee3c1ccf6f2a7f13dd8cb3c557e305f SHA512: 43c70d4dc699026ca4e683d1eadfdefb1731b6d225cd7d81f03cd9c04dd5457e9473a9c1d7b1ec19f143e542772243660590956042a5454d66fe2da94f0ce91d 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: 43909 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-arm-linux-gnueabi (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabi-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 41482660 MD5sum: 01af3c7c94a54f0f54d3fa679bf7dd2c SHA1: aeab0253d59f22fcbb8e99475650cdacf2dec2dc SHA256: e79d1cf932841d2163cadddf82608ad84a74736318db7c6a9b430e1c2d3650b9 SHA512: fee5062ea44889352274e5532715cdf9571fd3f7fc5089d968e1105e2d638dc96ce8590093005d3aedf7742e923e33956eec1d7287d256418ac3a1c8eecfb423 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: 13174 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29-6) Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2756936 MD5sum: 216a1c930f7d03512b13489180f9258f SHA1: 809018ba0346bfb4557c6cbcf7f2bbdf723d8cb9 SHA256: ec6cccfcc08c9f0ec727fd0326c115ea244b0b153bbd5aa6ddc9ec025ea4bc46 SHA512: f9a89fe6568cf44d497541c225728e492232392a10dedacc8453c3960a67149c54fb4870c1abb5221844718b16a8db9055f57a03968e5f05e2b2f4884e84cd0e 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: 43909 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-arm-linux-gnueabihf (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 41468828 MD5sum: 5c12a18dc825acf8e34dbe47350281c1 SHA1: 26e6a475a1c08a7dd8619212b2fa1ada259df363 SHA256: f1c8683131b113e3d23e0ffe84e9b86a7263bfdcac49492ebdb4296934bab4e4 SHA512: 81e10b046610a05f42c79921532615adfb3b9f6c8c43caac2b1edc2ba04980530b8844d3627075e7d5032953f1e19f223d7625299c518bf7cc31c7e482dfe2cf 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: 17026 Maintainer: Joaquin de Andres Architecture: amd64 Source: binutils-arm-none-eabi (14apertis0bv2022dev2b1) Version: 2.35.2-2+14apertis0bv2022dev2b1 Depends: libc6 (>= 2.27), zlib1g (>= 1:1.2.0) Filename: pool/development/b/binutils-arm-none-eabi/binutils-arm-none-eabi_2.35.2-2+14apertis0bv2022dev2b1_amd64.deb Size: 2634928 MD5sum: 8cadc9d14d52709cd60fd5c31f979811 SHA1: e47a867691763638cd0187114db5664df607dfc1 SHA256: a1f705d0908557058ea1af8d6d81bf396b6c1997a138c0ff63d825d019a8e415 SHA512: a1fbaf1f18db4ea4b36259a834fa26473feeea682525079a8a08d863dba2ce84ea71df8f0c2bc404fcdaed2e4d8f9075e574fd1e1f3fc23cc7619a6fcec44aba 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.35.2-2) Homepage: https://sourceware.org/binutils/ Package: binutils-arm-none-eabi-dbgsym Priority: optional Section: debug Installed-Size: 30776 Maintainer: Joaquin de Andres Architecture: amd64 Source: binutils-arm-none-eabi (14apertis0bv2022dev2b1) Version: 2.35.2-2+14apertis0bv2022dev2b1 Depends: binutils-arm-none-eabi (= 2.35.2-2+14apertis0bv2022dev2b1) Filename: pool/development/b/binutils-arm-none-eabi/binutils-arm-none-eabi-dbgsym_2.35.2-2+14apertis0bv2022dev2b1_amd64.deb Size: 28648556 MD5sum: fd88199da5d85811356b50d941bad3a3 SHA1: f93c3affa2a2cfdaf2639b5f05e58da80ab7b289 SHA256: 4d12d00eb745082e878fd0f1e05eeaf1dafc6b200ecb1ecc87d8a523049133c1 SHA512: 00073d445ffa644c9b56e81a39a5c68297e7cb8e90e2862996e20bd12bfb5a3198ab231ac5cb33490247620d8c8caec968c328eb259c3996aa1e237037b35e38 Description: debug symbols for binutils-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 0ce715eca6e6be25f45f49c4e788b0f9a4159cae 1982ef058bc89b4b56014de5a22acb7896570562 1a96bff4f586fe965b0ab347beb6d546dbd1c444 5b9e4f7802e1af27d84ee4e2ac7f0c61bd567ba7 66cf5e21013d8d33322bb91437fc07734e27846d 69071220ffa3daf14815f84e711bc720930f98db 7950fabafc7c3df7daf921db2272970fe7a7b85f 7ba783d8d9348f2115c3b8b46b5802291813282a 7dcc7451a5f015dc5d4dd577c060874fe22b0633 92726d6c69c3fb7df424eec763eaea791d003f27 96fb2e9a53f1dc5d6863ed50b0eb34bccc268dbb afdc4726d0bd34f87b220f0085e82d1005745df8 db43a57ef1fd74bee4415c206687e4b82d11b7ee db4d5b13648c6e86199061f29f00ee86a505c6e9 f44b9c8c49f41c9a4e86c47d304cb76ea827f817 Package: binutils-common Priority: optional Section: devel Installed-Size: 13898 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29.1-3.1~) Breaks: binutils (<< 2.29.1-3.1~) Filename: pool/development/b/binutils/binutils-common_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2220012 MD5sum: 331b364e3a65a013a1b1262825f6d2e9 SHA1: f7fc53e5363f9908cc6be8221fa52c44c21a715a SHA256: bb2ddfe744fbf294c82bece005c65323f30447a80249d6e053b0ce4f7399dbb5 SHA512: aaa2efd5715ce218ffb41b23bddfe5a99b20a56a30972c03315373801e2806ebac707fbcaf3a59907f704b290080b3282de75f42e1d2ba813a5801626bbc46d5 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: 28013 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: libbfd-dev, libc5-dev Provides: libbfd-dev Depends: binutils (= 2.35.2-2+apertis2bv2023dev0b3), libbinutils (= 2.35.2-2+apertis2bv2023dev0b3), libctf0 (= 2.35.2-2+apertis2bv2023dev0b3), libctf-nobfd0 (= 2.35.2-2+apertis2bv2023dev0b3) Conflicts: libbfd-dev Filename: pool/development/b/binutils/binutils-dev_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 3256236 MD5sum: d93cc292d35e6b1d6bec25671859e86c SHA1: c8e776d484a4113e0b392d0a48a2617048953d6d SHA256: 21d3aed8eb02b97d860e910618bf0dcb32a3063e1a1df8f910588a18c7714134 SHA512: f78e0bb8c18a352b7b10f3c32d00fe79e2089802a6f14649e23cb621aca199f243f30362d5564d101e32bdd35c72aeea06377e895e5d0175296143efed424a59 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: 573 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Suggests: binutils (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-doc_2.35.2-2+apertis2bv2023dev0b3_all.deb Size: 574828 MD5sum: 3b2163f30556984db064e2f7dad808df SHA1: ad8faf8e619a6ccda267db4604827e66423eab53 SHA256: 880fe91db6eced1204691bcd28bc59d860cabe7ceaedb5c82bd96f2e211ca33b SHA512: c42ce92f403421407f3f9e02d527c5a6e1ecd5195c7a997909ead4c698150d95f6c58e0824ecba992b0ec072c1c0f460d5611296a3c5bc6f7ef2ffcf8a51f718 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.35.2-2+apertis2bv2023dev0b3 Depends: binutils (>= 2.30-2), binutils-common (>= 2.30-2) Filename: pool/development/b/binutils/binutils-for-build_2.35.2-2+apertis2bv2023dev0b3_all.deb Size: 1100 MD5sum: 5736bc97346701ab774d3acb21d5ae9b SHA1: 3103e5ad96b6820f0b8fd3c3c5e80f4ae1827737 SHA256: aea1ac128c684f082576119d347f2090f5e121c028174c6ab55851944b780105 SHA512: 8dd4b8e6d437a964f8eea3ff27c99447a97664ec47ed2220bf14edcf198df92ebcb5ad2538fae4953d364866023ed9a326944d679387e6a91455ce5c1f2bf543 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.35.2-2+apertis2bv2023dev0b3 Depends: binutils-x86-64-linux-gnu:any (>= 2.30-2), binutils-common (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-for-host_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 1124 MD5sum: 0b78bbedd910a16333130d9ead7649ca SHA1: 9e8902f6afb673b0b8e26d14be9c967345303c7e SHA256: b3c37489ec892399425dd366d8224f39aabb98fb02053b0ec61e8677bf2a4c52 SHA512: 078975c5a640035302d515d0980d8d3f8530402eb19a379b498367e73d7e1227adff52d661a988dbc39be3bee7537676278e5e9ae432afbc0a2877050704b8cf 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: 4174 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils-hppa64 (<< 2.25.1-2) Provides: binutils-hppa64 Depends: libc6 (>= 2.27), zlib1g (>= 1:1.2.0), binutils (= 2.35.2-2+apertis2bv2023dev0b3), binutils-common (= 2.35.2-2+apertis2bv2023dev0b3) Recommends: libc6-dev Suggests: binutils-doc (>= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils-hppa64 (<< 2.25.1-2) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 1056820 MD5sum: 1c24cd1464b2a7c29bc286cb31dbaf5c SHA1: 29c5def0758d100c0969376697ef66e809da0142 SHA256: 438233d6c44fe39a0612a5937eb6dd79041011f5977aded8a2357cd1b9f6abfb SHA512: ccf11f8ba2d0180c74390ce4f82226bac947a8cb9b9c0517056dfb1a0dbd61e29fa431862ebe21cfd05f15358986e4f6c2ba98efe69a051cd88afd1bdf4ce556 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: 3978 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-hppa64-linux-gnu (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-hppa64-linux-gnu-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 3561312 MD5sum: d2d3f386ff683b9f55d1b95668ff7e91 SHA1: 8544392d9d9c4e686b6813ec5d31fa4854aefc7e SHA256: 6719f77ce684abec459035734c1b661b8f8eafdbbf7a5a770c4eeea31fe73b86 SHA512: 6041305b3196bfcedfec93b8bd118d28150e44c3304790e0b83f793a1a9ff364f7519ce2bebdd83dde2224b370e08c7ef536498e02d5cd8601f1c8beda38bbd0 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: 12736 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29-6) Provides: binutils-i586-linux-gnu Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-i686-linux-gnu_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2143616 MD5sum: 15de5000200e13c57dbcc96de554654a SHA1: ee03cd19839559fd53a075e665160f4fc4758b16 SHA256: 8768b28fb63de15a4afc68c94c3c335764627c12d3adbad28267438b04bf0dd5 SHA512: 6079ced82c4995ae56de86067440de47b7ef461400378be1c5bd1f6624149a34d8893414201bae96c57ee305c05dcf4001ff1723e4f9577debe74f1cfe9043e5 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: 28687 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-i686-linux-gnu (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-i686-linux-gnu-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 26973884 MD5sum: 48665ef397b01abc7163b511b75b55ff SHA1: 202dae4d67a4243899efa0cc6b6cf7cb4524212a SHA256: 9d87a8d487cb0f690ddaf4841f4894a245403529b5aec8d47687aecaf7094354 SHA512: e23e292750e721dee0c6cc39a2a3cd264baeeb4418602829e43c9e46937d19390d3ede8a0aec7145b4afbc06b58aa3172ed71f344c0592e72d2f8b0d70bb6f15 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: 145 Maintainer: Stephen Kitt Architecture: all Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Depends: binutils-mingw-w64-i686, binutils-mingw-w64-x86-64 Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64_2.35.2-2+8.11apertis0bv2022dev2b1_all.deb Size: 141844 MD5sum: 830b1f1d284f27da8249677fb060cf49 SHA1: e5bce37f5d4bcbe337a9bf5c15a8329aa8ddf072 SHA256: 79f2a0754d75ddb3ff597dc350a34aa7934e04f9bf9a74e90b6dade269a7f1f4 SHA512: e3b0abb8e7fee94801253734c1b2cb7e8c03eecb15e0acd6ed5c789cd95c7c56f646677ae63c922624553cdca2259a6eea09e68cded9398fd709a32aa0298f1a 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.35.2-2) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 20564 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Replaces: binutils-mingw-w64 (<< 2.22-1+1) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0), binutils-common (>= 2.35.2) Breaks: binutils-mingw-w64 (<< 2.22-1+1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-i686_2.35.2-2+8.11apertis0bv2022dev2b1_amd64.deb Size: 2430304 MD5sum: 57f79fb4b6678453134c08da1fff3202 SHA1: 940c602fa27fec91dda9e141886708acd708d610 SHA256: 16412c1ebfdf6dad3eb908d95ad03b76fb2d3121de49f466fc6222fce713403d SHA512: aa7031f1b590b28025f26314a569794ad06fb7514262da0f0a40f346462df94ed455752a09319b6c4abb98cd20f2c2bd11e0aae9f69c5440ab17edea79caaf10 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.35.2-2) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-i686-dbgsym Priority: optional Section: debug Installed-Size: 40342 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Depends: binutils-mingw-w64-i686 (= 2.35.2-2+8.11apertis0bv2022dev2b1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-i686-dbgsym_2.35.2-2+8.11apertis0bv2022dev2b1_amd64.deb Size: 38475680 MD5sum: 79f2a624cf3d337bd6407e46f4480a89 SHA1: c62671c6c353def671a159fe19ba59a3e48dd349 SHA256: 55ae92936fa37fbb813292725a8599549966ea304cc4a8dd046c267fdb87a362 SHA512: 4f5912055cf402b2d77e7f34196f1a76c7243485536785e529533c1101a88e01cf83e996c90ffde441f54078aa7b35d8c8f91601daa35a21e1d84a4c201abba5 Description: debug symbols for binutils-mingw-w64-i686 Auto-Built-Package: debug-symbols Build-Ids: 1101ebe9763715ebb30c4378fbe2ac5eec86e391 1f15994f1b08a1a9a66c4f34127430a253518307 26a8658d8d074cc745b7f21db23b87f8c1683b4a 26d64b1383d732fbeaafd799676e721cc2a67b05 2c36e4a3c89a65d60ea76691bca4fe852abff9d5 3cbca8b12abc70c197d2cf9097a67f1c78f50f77 4b0ca7ac17f19c23bd78c7ed0b7114a576e80e92 5a780bfce5fd7d9fdf058ca63a7de497ff20331f 5be5a3c691560e74423534afee7f48e7c4441c95 5f404d1b9be9c6feda5f16dd60a9aaa01aa24cde 6215afbd8e1d6a0056e78bc93ad8d6f351224fb8 9982357c6c32c3f467c241687b54936549049618 a3aaf008a1a642d66888bfaa39df32efb98aa119 a52f0b62dc2020e4022899062f7ca221fb1fe3ad a7a00728d7ec7f42cff54133d091cded0a447905 ba8c6954b25742927e9860a58642e836d976ff30 d5b1c691727e5e22f6fae0fb13396b2a18b81a49 e3b541eaf1f1741373bc30f96867ce3f1e634462 ed4c335ca1697ae34de349e1d413c6733b23baae Package: binutils-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 24385 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Replaces: binutils-mingw-w64 (<< 2.22-1+1) Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0), binutils-common (>= 2.35.2) Breaks: binutils-mingw-w64 (<< 2.22-1+1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-x86-64_2.35.2-2+8.11apertis0bv2022dev2b1_amd64.deb Size: 2769932 MD5sum: 8073508280c662ebd9a3a0898b5691bf SHA1: 31209a9f55f909ad6dc547622fc44bf788bef6c0 SHA256: a72dc1abfdb8dd7e223c4b0ca3ab2cea1ed2d64bd539d6c722ee3a90fe5f33ea SHA512: 001e0d662ef07256aaba807644339b670aeedbd091561a21b0a73a1e363d7908277e9129e69976695e909940f6acf285baa1661a3d54d00e6bae620a641e1539 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.35.2-2) Homepage: https://www.gnu.org/software/binutils/ Package: binutils-mingw-w64-x86-64-dbgsym Priority: optional Section: debug Installed-Size: 46294 Maintainer: Stephen Kitt Architecture: amd64 Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Depends: binutils-mingw-w64-x86-64 (= 2.35.2-2+8.11apertis0bv2022dev2b1) Filename: pool/development/b/binutils-mingw-w64/binutils-mingw-w64-x86-64-dbgsym_2.35.2-2+8.11apertis0bv2022dev2b1_amd64.deb Size: 44213340 MD5sum: 1fe56fc552c3a53574c8448fb3f8585f SHA1: 592294603a9c44d4d5dd8b26338f2cbb154ac96c SHA256: 03c98f84755c4aaf02380212645fdfa9dcd834555153903f4a05a036e76b52e2 SHA512: a9f63c8dff8699f0f67d5bf1db15380c9c6209a77bae8a92dcd7dc89a345cc354ffedcb23dfbd16b6eb1c8669e8cef56b22c6543a5f1ae8493a61227648bafbc Description: debug symbols for binutils-mingw-w64-x86-64 Auto-Built-Package: debug-symbols Build-Ids: 1ae2eded55518db8d5c89415ba1096531e883a74 3d4caa41774adfdf5e7a8310d5ea6977f0f30305 45fe1bd39805f2a8ce1b4fe3c49fa5882e11194a 4b8363336d31835c4c8dad1d8142b86dff6acf74 594281f9aacb13e27dbb75598f8eddfa0dee837d 6848a79cbef1402884c2dfa4200956682c553033 6d1ea7cac5791be2d4e8a8e0dd58753967a06ba9 7fc70e516750511c89784cd9ec23ccd4611dedbf 8fb9294c2ea664b67562a821e57c32b91a7afe79 95ae6f4520f9648aa35bbc11c0ac1781cc5d8934 a759840d8039ca9672ccb719ac902d256739cd0a a8c8887243e6c1fa4cf153c7cc8bafebc3ba2583 c1159483a2e4d409687e1f2c8aa647bde158e1d0 c4c91fd621751fa4ef00d4921beb9b4127364260 c7c090786c502cb7609a4e2713356eedd8a0def5 d0ba31b3e5dda8ef1a7a36ba4d0175939a0f29db ddc347dcc95db1669581d0155c7d885850504989 e5e3ec8b3398989d75c11a8bc4af2af14d233af4 ece62c3674a4e85d3e111c2b0d76616ae93f466b Package: binutils-multiarch Priority: optional Section: devel Installed-Size: 10979 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: libc6 (>= 2.14), zlib1g (>= 1:1.2.0), binutils (= 2.35.2-2+apertis2bv2023dev0b3), binutils-common (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-multiarch_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 2230764 MD5sum: bb3ef718d33036bac381d0c3b4a2620b SHA1: 74e45365a6398c954059f909e90777eb5be8f28b SHA256: a37f1c613bc75cad7988d7930eebffd082135b8bf226923ff09055f87d45485b SHA512: ffe2f40be8f0b08553aa8a06b72ae2a7429256724ee962ab24c1cf32866a7bc71ae3d4912812fa7bce668c0f936408a025fed508817a856816c2225ab569eebd 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: 7616 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-multiarch (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-multiarch-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 5899364 MD5sum: 75df15601cefdbb8de152410e2ebd281 SHA1: dbac4f826a70380ee4306fb4356ef71912570c95 SHA256: c2e04ec787af57e4b9ef5b1072d5735790f158673a4d80c9dc7c4e0bef68f18d SHA512: 31a3c07c95ffa343b909609364a3d1ba5606e471322cf170e20329dcdc94762430a3a1110f53f471afdea48bd42790b9e80821a4b6915dbe5982c8c60cdf9fd4 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.35.2-2+apertis2bv2023dev0b3 Replaces: binutils-multiarch (<< 2.24-5) Depends: binutils-dev (= 2.35.2-2+apertis2bv2023dev0b3), binutils-multiarch (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-multiarch-dev_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 1496 MD5sum: 31ebb5c6d46886891e4e3a142f9bddf4 SHA1: 12fce3710bf3b40be95cdceb2118feca34c18345 SHA256: 10b1c0c550fdb70ff59f838db072372d3b7b907747c24202f22705fc643d4db6 SHA512: b5efa9386a5b44a615186cca2a6c1e147f4bf3c86751c99acf9b410344535fe711d31682e034d10e76d1e8cb4a87228eb9bd6eb0887b57b88949e816b1a8f72c 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: 4047 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: binutils-or1k-elf (1+apertis1bv2022dev3b1) Version: 2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1 Depends: libc6 (>= 2.27), zlib1g (>= 1:1.2.0), binutils-common Suggests: binutils-doc Filename: pool/development/b/binutils-or1k-elf/binutils-or1k-elf_2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1_amd64.deb Size: 1045868 MD5sum: f3075104d5143dd0c8ebdf339822c100 SHA1: ec2cd37c7fe0d0fde1f35d36baa65a154a536a5f SHA256: ab06f002a8c459e574f7eb6b03928e77804dfa65b42a95523ad71952ed6456da SHA512: 06f81977749bf57a727eca37d12c2416b16eabbba370f775df4df55ccc73cba5dd63846b48e30d99e0dcef95c697a8c559a9cd780b98729c44b2e3a2749797c4 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.35.2-2+apertis2bv2022dev3b1) Package: binutils-or1k-elf-dbgsym Priority: optional Section: debug Installed-Size: 4356 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: binutils-or1k-elf (1+apertis1bv2022dev3b1) Version: 2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1 Depends: binutils-or1k-elf (= 2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1) Filename: pool/development/b/binutils-or1k-elf/binutils-or1k-elf-dbgsym_2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1_amd64.deb Size: 3919448 MD5sum: c366e6190484d458ae3ad8699d2462bc SHA1: 9bd6c6b214db34eb9b18bbf8bcab6f9a0e7a2fcf SHA256: 185f9161332116cd78e6aec62450374c5169495635fde0e2341c72542de0d7de SHA512: 277a3af8b28d5b1f8ff6e6283d9054e612f0f6718839ce3bf029a9dd79c4748834930bd7fd3f01322283b6ec1cab686469ac7503ecc7fa70f46576fc74a68b1d Description: debug symbols for binutils-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 040a20c15efa322c544d80dd9ff9fc46254e2687 1bca54450aca8528aff32c53af4c6a15c3e5892d 3789319617ef4f60f8d6c6f2525708a3398245e5 38405d4189f30d15b4179ac32b87a83e0f8f9234 52c448fe9955e92a5efcbd37498030381a4261f3 5d83657f1d4498f461b6ff6a1120466ba1958ae8 5e2816ff88c83449782f212d0bf1d7f6426e596e 71bc361c1199421055583cd1b7e02bc2e28bd8ca 7ece366cf9280a76f2bf2339be6a89896a7a68a4 7f6ae13aa939f0d4e967c760e128dd0a248b39bb 821cf338af00b35d85b40ddcecd29adb10110a89 84717cf4c15d6c94bd5991070b9e2779b6cfb13c 8e84db020fba7ae6b33b3a59f5f7e67577137de9 90ce205a7b5e99cbd88a3da5469b6289c180b3b8 aa385e98cff3b7444a35e56356c7a5a77164d5dc bfe80ebcb7887b334fda907b5b1b30f1341fe36c d4aad7239cb08fb07567cd4fa5d079e90f755296 d5c3d99ad2e565d55c1e920382a53279cfbd3ad9 e01d6eee74cdd52a78c60fab10a8568c84dd6d1d Package: binutils-source Priority: optional Section: devel Installed-Size: 22039 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: texinfo, zlib1g-dev, make, python3 Filename: pool/development/b/binutils/binutils-source_2.35.2-2+apertis2bv2023dev0b3_all.deb Size: 21984332 MD5sum: 3989c3a747f147efe7baf5e3c2b9b339 SHA1: cd07e19d1a8780ec594c17f1ffe666d27e523d93 SHA256: 2e979b71917e0f7e409dc4b71ae6129f69b896bd113ed4ed9b0649b97acbdd99 SHA512: e63ae9b3b1c6cd6b0a76aa4306d7ad316ba521f15c4e27f42bb8c24f1bcce27efae9f7e5786b8020f9b7f2a90a87267aa0dedab54deb4941fd62699ed001051d 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: 8698 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Replaces: binutils (<< 2.29-6) Depends: binutils-common (= 2.35.2-2+apertis2bv2023dev0b3), libbinutils (= 2.35.2-2+apertis2bv2023dev0b3), libc6 (>= 2.27), libctf-nobfd0 (>= 2.33.50), libctf0 (>= 2.33.50), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2023dev0b3) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-x86-64-linux-gnu_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 1783220 MD5sum: 53a1b257f0097edb67a0d9bfa88e82e8 SHA1: 83ecb79313446174131dc9950d1b388fc3f6f9d8 SHA256: 79ebcf95ff0b937375f030cf61f288c4fea66278a3a6a2311a17df953256e8a5 SHA512: ed95ffe46f1d2a1c6ee88a2ba58450af5227abecf4cc3dcc40ed0a40aa01a35936af57cc73adba6bfdcec419fda42b75821027c6b34d9f690c50e42086b3c3a7 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: 24278 Maintainer: Matthias Klose Architecture: amd64 Source: binutils Version: 2.35.2-2+apertis2bv2023dev0b3 Depends: binutils-x86-64-linux-gnu (= 2.35.2-2+apertis2bv2023dev0b3) Filename: pool/development/b/binutils/binutils-x86-64-linux-gnu-dbg_2.35.2-2+apertis2bv2023dev0b3_amd64.deb Size: 20510460 MD5sum: 98ef04ee01dfc84c51c2c0c63142669d SHA1: 9f3ad607c4a753ac5370069e72f39344ff16fa15 SHA256: bd5302d03b0a9f6c991b1e0bb2d0b637def7160f136e446c98b595ec8d7443f7 SHA512: 92c708eff3d12b0a0b81979b2641239895f96ac910d364e6686ca959dc1c062df23a43e31b466f53f32168503980925874e1ebec7e07ca692eb9edfcd8b8a775 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: 2841 Maintainer: Chuan-kai Lin Architecture: amd64 Version: 2:3.7.5+dfsg-1apertis0bv2022dev2b1 Depends: m4, libc6 (>= 2.17) Suggests: bison-doc Filename: pool/development/b/bison/bison_3.7.5+dfsg-1apertis0bv2022dev2b1_amd64.deb Size: 1104288 MD5sum: 51dc17c3c44eb88d1662b8087fa4a189 SHA1: 4146cb97c210eb1ee257b50a94913fad414d0916 SHA256: 075ddf20a4f0a0744a69fec51f6e325b4677c1a4cd7f7b006cc154754f087cef SHA512: 3435e0013dc74d1cf354538949bcf99a80e90551a424395cf8a724d021dc1aa8ff1fa53264a5440a33d6b0a2a5e54970f26e1c3e0857112f1a2b701dc85affbe 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: 776 Maintainer: Chuan-kai Lin Architecture: amd64 Source: bison Version: 2:3.7.5+dfsg-1apertis0bv2022dev2b1 Depends: bison (= 2:3.7.5+dfsg-1apertis0bv2022dev2b1) Filename: pool/development/b/bison/bison-dbgsym_3.7.5+dfsg-1apertis0bv2022dev2b1_amd64.deb Size: 722500 MD5sum: e5a662d3f0a09ade75d276cae18e553c SHA1: 3bbb76b9d3f755ae9b705f6a71078a8dbc05dd44 SHA256: 5fb10ae6bbc2ad4c33166c2d39908676fdbdf89f64cbd10fcb30f632f93c52ba SHA512: bf2ab5dcd21b37f6c013fa434596ee3053537e6f3d6a96305f62600410847cd026986ff548a4d0248013b5089fff0d107803fc3f92682a777a8505fb8b987f68 Description: debug symbols for bison Auto-Built-Package: debug-symbols Build-Ids: 171c44fe97a6c8ed4f7588118a825417797f7d80 Package: blt Priority: optional Section: libs Installed-Size: 30 Maintainer: Sergei Golovan Architecture: amd64 Version: 2.5.3+dfsg-4.1apertis0bv2022dev2b1 Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2022dev2b1) 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.1apertis0bv2022dev2b1_amd64.deb Size: 15056 MD5sum: 041ad35f82368db5976ef6945f3d453e SHA1: 181cbf424f4d114730dd3e72a98ad55ccfc45bc5 SHA256: 31e20ac35b406fac7a8737690e5be0bfadfd06a4c31d089a207466be5ed7b4e1 SHA512: 85812560804d4a1b2fe77c85dc7a87f4b934987f67d862be4220b593666f27d5f56d52ebcbeeb4a007aec2099297a0e9111df95ece7c199659a649672e08ba3c 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: 1801 Maintainer: Sergei Golovan Architecture: all Source: blt Version: 2.5.3+dfsg-4.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 494284 MD5sum: 3b2c3c2c8ad462792d89ae63802d6fe1 SHA1: 385169d317c3a6ac41b233f93bdecbf3949c9c01 SHA256: d6ed6a7ede83cfdabbb85737bfd1a31f65e0d2c381e319c323d5c1dc9acea930 SHA512: b3a20544c4989c56477405d9897054de38ea7ac22e1a8624a3906ea73d3bd93801a930bb682688c77d1dcaac176a64a3934694fc28c064a4d66b65c879f69aa7 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: 4592 Maintainer: Sergei Golovan Architecture: amd64 Source: blt Version: 2.5.3+dfsg-4.1apertis0bv2022dev2b1 Replaces: blt (<< 2.5), blt4.2, blt4.2-dev, blt8.0-unoff Depends: tk8.6-blt2.5 (= 2.5.3+dfsg-4.1apertis0bv2022dev2b1), 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.1apertis0bv2022dev2b1_amd64.deb Size: 1068912 MD5sum: 69cc6b1a26cb04d90070506d991b8ae0 SHA1: 45a8a031e5837015c244aa883ef93796a4f57ffd SHA256: c0f92d7f827c79b7d49ce21c41f5c351c38e2a5b26f3f62cfbdab6d90b11a176 SHA512: 057757cec9f2cd5c0a0bb481f1c23db06f814b9142ab6e41a18199321e55794691871dd8ec80223938a5befdd132cdf7c4faf91607ba553b3ba32febbeef07ab 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: 56 Maintainer: Frédéric Dalleau Architecture: amd64 Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/b/bluez-phone-tester/bluez-phone-tester_0.2020.2bv2022dev2b1_amd64.deb Size: 6852 MD5sum: 2ae24c19e92a51aad6531d25d51ebc1a SHA1: 2ec06cbff78b269606692d36aa915faafb24f6d6 SHA256: 81eeacd5d05696870cd873833be853c3c2f31d9faefb7d5b9d17b015d4df75b2 SHA512: 659b1617dcd40fb4ec31bc875cf25812477041dbc7f2fa8e1d6382b8f539f56bd1d67b86f551078516528527eef8e70fb7c1fcbbc49f67e4e2ab63bc4fe0c35e 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: 42 Maintainer: Frédéric Dalleau Architecture: amd64 Source: bluez-phone-tester Version: 0.2020.2bv2022dev2b1 Depends: bluez-phone-tester (= 0.2020.2bv2022dev2b1) Filename: pool/development/b/bluez-phone-tester/bluez-phone-tester-dbgsym_0.2020.2bv2022dev2b1_amd64.deb Size: 12856 MD5sum: 78abe1fc566bfd4e2ff14a69ad7e7947 SHA1: 22e1e11380039be8f90fb0621b1791609fa4114a SHA256: e0f0fdba7d180a750bfa9aa70d19290c5a6bb4f448534b0e951f8d27a709197c SHA512: a937e503d595a0c73b104385ebcf471483caa55a800f7de3f45afde8392b3839a1ece5349b0b4ccbba07e792b5051370751b764306dd14bc6dd0b67ea1d52b81 Description: debug symbols for bluez-phone-tester Auto-Built-Package: debug-symbols Build-Ids: 3ad70f850d5d48c9956d43d90e260c092811b129 55382da8ad495ee04db07dbdc3cd04c89e9993d0 cca9bb416d117343ae9061c2fc10d9fc2d0137a5 Package: bmake Priority: optional Section: devel Installed-Size: 936 Maintainer: Andrej Shadura Architecture: amd64 Version: 20200710-14+apertis0bv2022dev3b1 Replaces: pmake Provides: pmake Depends: libc6 (>= 2.15) Breaks: pmake (<< 20200710-2) Filename: pool/development/b/bmake/bmake_20200710-14+apertis0bv2022dev3b1_amd64.deb Size: 384220 MD5sum: 0e9c93311fd84eee8f40605698db951a SHA1: 5be4036d057a7f1a60ba332b2948a2f301ecd96c SHA256: 73463f1b0dea8f84b69036574cdd4ef3ad7844de289e5beee241b9423c89183c SHA512: 03a4b8f32d5caf70883bdea00017134090d57444656d10e47bf17af6f2e9e812f0e1b118ce4b2d9bc141fe3fef9e3d0f327e575e23f136ff7677620bd415259c Description: NetBSD make bmake is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. mkdep, a program to construct Makefile dependency lists, is also included. . bmake is a port of the NetBSD make tool. Homepage: http://www.crufty.net/help/sjg/bmake.html Multi-Arch: foreign Package: bmake-dbgsym Priority: optional Section: debug Installed-Size: 275 Maintainer: Andrej Shadura Architecture: amd64 Source: bmake Version: 20200710-14+apertis0bv2022dev3b1 Depends: bmake (= 20200710-14+apertis0bv2022dev3b1) Filename: pool/development/b/bmake/bmake-dbgsym_20200710-14+apertis0bv2022dev3b1_amd64.deb Size: 248036 MD5sum: 571b320b0431cc7858ca09aed22635a4 SHA1: 2d3cadb17ad6437bfdeaff08f12265c6526bbb8e SHA256: d6c2801e95fe0cd488b3d7f6844dec2b236765242b133f71be9d8fd5442ae9bf SHA512: 7a8c1a2d4eef43471658b6cd9a459268043075b23831d5dbe5cc16335e2fa5bdd3ef2fac075189d5f40ea1ef816ad83c1515443b66ac494c6428c4ceab21fc66 Description: debug symbols for bmake Auto-Built-Package: debug-symbols Build-Ids: 5244780f4f66032932c0f98fdb284ba883bfe15c Package: bmap-tools Priority: optional Section: utils Installed-Size: 154 Maintainer: Simon McVittie Architecture: all Version: 3.5-3apertis0bv2022dev2b1 Depends: python3 (>= 3.3), 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.5-3apertis0bv2022dev2b1_all.deb Size: 41940 MD5sum: 58895432f255954812d91bffd1e3b2f3 SHA1: 549aad398c611e40f5d033e0dd0982fecae0917f SHA256: 2e6665f7fe18e2df4e1188aa53ff516a59cb08fbc29912e12dbaaadce9e31917 SHA512: 093faab3fa8db27841000ae002c61632c434da24a2ec6c21e5641928956a582b96322444a7e6c039b8bfe0b7b34649463bd99f9d28c6555974a17041eb201f8a Description: tool to flash image files to block devices using the block map bmaptool is a generic tool for creating the block map (bmap) for a file, and copying files using the block map. The idea is that large file containing unused blocks, like raw system image files, can be copied or flashed a lot faster with bmaptool than with traditional tools like "dd" or "cp". Homepage: https://github.com/intel/bmap-tools Package: bnd Priority: optional Section: java Installed-Size: 15176 Maintainer: Debian Java Maintainers Architecture: all Version: 5.0.1-3apertis1bv2022dev2b1 Depends: default-jre-headless | java8-runtime-headless, java-wrappers, junit4, libfelix-framework-java, libfelix-gogo-runtime-java, libfelix-resolver-java (>= 1.16), libjline2-java, libosgi-annotation-java, libosgi-compendium-java (>= 7), libosgi-core-java (>= 7.0.0), libslf4j-java, libxz-java, libyaml-snake-java Recommends: libbindex-java (>= 2.2+svn101) Filename: pool/development/b/bnd/bnd_5.0.1-3apertis1bv2022dev2b1_all.deb Size: 9933996 MD5sum: f82058171dba35cd86d496bebb0d38f1 SHA1: d28b88b7b4c42a9de4dc265ab51406d4911796c1 SHA256: 63c8ecd2266fda1d87168ae76ebba8c0dcbbdb6da62a52ecd577c791fac26a93 SHA512: 98cf8290ef65a942b8cbe7a4f135d99c3f952754882b43911985fa08f63e6575a42fe8829dc6be871723c8e8990ae0da463f436ba608f05d34e6daf69a1b00cf Description: tool to create and diagnose OSGi bundles The bnd tool helps you create and diagnose OSGi bundles. The key functions are: . * Show the manifest and JAR contents of a bundle * Wrap a JAR so that it becomes a bundle * Create a Bundle from a specification and a class path * Verify the validity of the manifest entries . The tool is capable of acting as: . * Command line tool * Maven Plugin * Ant Plugin Homepage: http://bnd.bndtools.org/ Package: botan Priority: optional Section: libdevel Installed-Size: 721 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 2.17.3+dfsg-2apertis0bv2022dev2b1 Depends: libbotan-2-17 (>= 2.17.3+dfsg), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/development/b/botan/botan_2.17.3+dfsg-2apertis0bv2022dev2b1_amd64.deb Size: 222572 MD5sum: 027d7892bf7e99a1670cef9d69429265 SHA1: 3ddf24fd7caf519a4bb6371b4cc19ce1332c365c SHA256: 31535a26b17df81cd20844147b2ca5c595e51f65e9bc4b514cf8eb9e0c7a0187 SHA512: 7009abb3dbe34ff34d099c7b493b393cb23b02abc4286445a0012e6d05136ada9c730bdd503d11411be679b32dad9f7e6583aa485b68c5ae2d3b9e6085ad6a2f Description: multiplatform crypto library (2.x version) Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. . This package contains the 2.x version of Botan. Homepage: https://botan.randombit.net/ Package: botan-dbgsym Priority: optional Section: debug Installed-Size: 4478 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: botan Version: 2.17.3+dfsg-2apertis0bv2022dev2b1 Depends: botan (= 2.17.3+dfsg-2apertis0bv2022dev2b1) Filename: pool/development/b/botan/botan-dbgsym_2.17.3+dfsg-2apertis0bv2022dev2b1_amd64.deb Size: 4310028 MD5sum: 8adeb1b45711bf0f0d6d3c090c189717 SHA1: 0f41447bebfa191ba87c6887b25fa3e147ed4aea SHA256: 1a8d0dbde4d5450c316449c16fa2d51d0aa497a1cadf83f094db6b10c8c67118 SHA512: dcb13d6d2791b7f3f9e9689edb3cce914d78fc0c3281ea392d4a8b46b47faa479e26a88c9c571c8d3deb84e98e6d6ec3d45ef3a3c87621547339c7fff5c7d812 Description: debug symbols for botan Auto-Built-Package: debug-symbols Build-Ids: 16d4b3616a8e51158254ad32859dfcc027b096e3 Package: breathe-doc Priority: optional Section: doc Installed-Size: 1582 Maintainer: Debian QA Group Architecture: all Source: breathe Version: 4.26.0-1apertis0bv2022dev2b1 Depends: libjs-sphinxdoc (>= 2.4.3-5~), libjs-mathjax Filename: pool/development/b/breathe/breathe-doc_4.26.0-1apertis0bv2022dev2b1_all.deb Size: 199068 MD5sum: 37b50130fe965953a5686f0c51ea964f SHA1: 3fabbb93a22c03b12f6e5dcc183eb03cafd460c8 SHA256: 9bdf4c6080ea7627a5fedbb9f65bf2201d010fc6012bcc7fa248e0e3c7da6b31 SHA512: e18de0fd8b1c6d10248a7790757eaddc6eb47a94864da66e0bdb74f556c45c68c4f11fdf9984ceaf78e2ced7a65a8e4594c6d762489a6bfbb8126fa04e35c74a 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: bridge-utils Priority: optional Section: net Installed-Size: 121 Maintainer: Santiago Garcia Mantinan Architecture: amd64 Version: 1.7-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.7) Suggests: ifupdown Conflicts: ifupdown (<< 0.8.17) Filename: pool/development/b/bridge-utils/bridge-utils_1.7-1apertis0bv2022dev2b1_amd64.deb Size: 38152 MD5sum: d730bf81cd9bfd39489a02bd60a7b5c4 SHA1: 5c4654613a3b10fe58bd73f81508ec13d921c11c SHA256: 5507ab83f48f027f4d0c4a70391f3b2f2f7b626ae9f93df9d4d38347f0380c1f SHA512: 137d8e6d4d6dd71f4b9b489d3d568ddef9c6c5ffdf2c5f6fc3c93b7c0c0bf0c1d971bca606b382e2a504549fb62f5e7f8ab4049fd275c4fa773e546264e64d63 Description: Utilities for configuring the Linux Ethernet bridge This package contains utilities for configuring the Linux Ethernet bridge in Linux. The Linux Ethernet bridge can be used for connecting multiple Ethernet devices together. The connecting is fully transparent: hosts connected to one Ethernet device see hosts connected to the other Ethernet devices directly. Multi-Arch: foreign Package: bridge-utils-dbgsym Priority: optional Section: debug Installed-Size: 54 Maintainer: Santiago Garcia Mantinan Architecture: amd64 Source: bridge-utils Version: 1.7-1apertis0bv2022dev2b1 Depends: bridge-utils (= 1.7-1apertis0bv2022dev2b1) Filename: pool/development/b/bridge-utils/bridge-utils-dbgsym_1.7-1apertis0bv2022dev2b1_amd64.deb Size: 37452 MD5sum: a73d148c9e163e0d7ea2288fb4dafa9e SHA1: fb1b406f142293e8822e58dcf76ce8ad3c64f607 SHA256: aa80f5eeff6497fa038ed0be9957b809aa1ea98738c6c4f137471ccc38ec21a5 SHA512: e6bcf1d92b29f7e3a2fe449eaf7bca837ac5c47c47566da608eb59844a13e6b7e17279b530a94fe7a8f4ee42bc219a718c6df1979fb54fdcfb1bfcaaef081835 Description: debug symbols for bridge-utils Auto-Built-Package: debug-symbols Build-Ids: 10245239367caeca916472405bcafd348343dd4a Package: bsd-mailx Priority: optional Section: mail Installed-Size: 174 Maintainer: Robert Luberda Architecture: amd64 Version: 8.1.2-0.20180807cvs-2apertis0bv2022dev2b1 Provides: mail-reader, mailx Depends: base-files (>= 2.2.0), default-mta | mail-transport-agent, libbsd0 (>= 0.9.1), libc6 (>= 2.17), liblockfile1 (>= 1.0) Filename: pool/development/b/bsd-mailx/bsd-mailx_8.1.2-0.20180807cvs-2apertis0bv2022dev2b1_amd64.deb Size: 88820 MD5sum: c054f80ee22fbcf11fe8a1289586a0cd SHA1: 4a0837f50668cc0556d328a97531e730e120d2fc SHA256: 8ed6009b2509d5c02b7eae02c5e735031e9110ac703c86351d709c40dac38def SHA512: b86a7194c5def8dc944c6e970685343c21f6d904013e3405a70d6ce54367c2dabcc4c3b291d99d4180eb506c986f998e698054670465db8754997c34b969310c 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: 138 Maintainer: Robert Luberda Architecture: amd64 Source: bsd-mailx Version: 8.1.2-0.20180807cvs-2apertis0bv2022dev2b1 Depends: bsd-mailx (= 8.1.2-0.20180807cvs-2apertis0bv2022dev2b1) Filename: pool/development/b/bsd-mailx/bsd-mailx-dbgsym_8.1.2-0.20180807cvs-2apertis0bv2022dev2b1_amd64.deb Size: 117128 MD5sum: db77d8065b1d057f5ae0e769437ae6bb SHA1: 8bc63aac2b6e1e0f3e9a1cefcb905b2eb59c8481 SHA256: aad3f5acd080c151987c39b970d64b20c386259411aa506079457168f7b527f6 SHA512: aaf94b15670e1da241bc979f55a7314829922397eadee864b29af5a07deb842b2a0dfccbdf42972070a6f9645a6a08e6a072901310c986d2403de9aa04e208e4 Description: debug symbols for bsd-mailx Auto-Built-Package: debug-symbols Build-Ids: 16fa305505005d90b9ad7f19cec79781b6baf1a8 Package: bsdmainutils Priority: optional Section: oldlibs Installed-Size: 28 Maintainer: Debian Bsdmainutils Team Architecture: all Version: 12.1.7+nmu3+apertis0bv2022dev3b1 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.7+nmu3+apertis0bv2022dev3b1_all.deb Size: 16932 MD5sum: 8e50b05d465ae5ed6dcb4f83c1957f0b SHA1: cc38a1e3edab8fdcad19f9762650209b9a732206 SHA256: 70da13748f7e8a70d9398f9070af1fa641aadf8dd8cb5e7841db1060a5236679 SHA512: da1308b0bdd3537469bf843a951fa71047bf64205e82c953e5598682cd10357f7aaeb1bc60ffc16de94e1e9752d5702ba3118f6769d754049a878400421c0dac Description: Transitional package for more utilities from FreeBSD This is a transitional package, it can be safely removed. Multi-Arch: foreign Package: bsh Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian Java Maintainers Architecture: all Version: 2.0b4-20apertis0bv2022dev2b1 Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libbsh-java (= 2.0b4-20apertis0bv2022dev2b1), libjline-java Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime Filename: pool/development/b/bsh/bsh_2.0b4-20apertis0bv2022dev2b1_all.deb Size: 8696 MD5sum: a687b3d217a0b9598682be6007ee8fb9 SHA1: 4ef14b053b12a158542b0b05691432dbc6e71159 SHA256: 2dbfe46cc27cc11ce3f2c1d63ef6327bc6bf5ecf04541c89a222c8366547670a SHA512: 4d49c3787e5c1cfaaf52e179a5b65ca1e273c9c371257958ed4777d3776815ae78dd7f5c05bbb93cda7248528930d65c1e8e6d36d629e106bec85f2170ec5d5f Description: Java scripting environment (BeanShell) Version 2 BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. Enhances: libbsf-java Homepage: http://www.beanshell.org Package: bsh-doc Priority: optional Section: doc Installed-Size: 5482 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-20apertis0bv2022dev2b1 Suggests: bsh Filename: pool/development/b/bsh/bsh-doc_2.0b4-20apertis0bv2022dev2b1_all.deb Size: 570224 MD5sum: 4aeecbf08dfed84087e695de560f2c04 SHA1: c2fec6effffd726a9dcd6ad4d26dc04bb682fc19 SHA256: e7b1bfd0adf9cfdce969dab49803b05987a7424677a571a50c11696cfb58fcfe SHA512: 5206c071632cd96ef40d789e2fcd2aa34614e016ec9759a317f09a98d2cde4b40aeabb16c0f0f75fc52c738ad46938840812d70aa947bcb17f576e33730ba91e Description: Documentation for bsh BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . The documentation includes the javadoc API for bsh version 2 as well as the faq and manual in html-format. Homepage: http://www.beanshell.org Package: bsh-src Priority: optional Section: java Installed-Size: 835 Maintainer: Debian Java Maintainers Architecture: all Source: bsh Version: 2.0b4-20apertis0bv2022dev2b1 Suggests: bsh Filename: pool/development/b/bsh/bsh-src_2.0b4-20apertis0bv2022dev2b1_all.deb Size: 841812 MD5sum: 2706a451d96596f6a3644d0995d1412a SHA1: 41e0aea3d16f1cc52dbaa5f59c866a0e4862bd84 SHA256: 3aec03c112c456e1c8a6980cf3af746afd946bacb2b27f847eb5bcb6b942402e SHA512: 4c05e4840f0f9beaf0939deda39804758f0239b612f4048c5311d03fd136ece457b24336dc4c5e78285e837305886ebc7a79822dffd73aa725309e495308241c Description: Java scripting environment (BeanShell) Version 2 (source code) BeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript(tm). . You can use BeanShell interactively for Java experimentation and debugging or as a simple scripting engine for you applications. In short: BeanShell is a dynamically interpreted Java, plus some useful stuff. . This package contains the bsh source code. Homepage: http://www.beanshell.org Package: btrfs-progs Priority: optional Section: admin Installed-Size: 3985 Maintainer: Adam Borowski Architecture: amd64 Version: 5.10.1-2+apertis0bv2023dev0b3 Depends: libblkid1 (>= 2.17.2), libc6 (>= 2.8), libcom-err2 (>= 1.43.9), libext2fs2 (>= 1.42), liblzo2-2 (>= 2.02), libmount1 (>= 2.24.2), libuuid1 (>= 2.16), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.2.0), libgcc-s1 (>> 10-20200211) Suggests: duperemove Breaks: btrbk (<= 0.25.0), initramfs-tools (<< 0.137~), libgcc-s1 (<< 10-20200211) Filename: pool/development/b/btrfs-progs/btrfs-progs_5.10.1-2+apertis0bv2023dev0b3_amd64.deb Size: 701712 MD5sum: 005757ee590548befc8e7871e9b63555 SHA1: 2b825f352ebb1b19db59215c3151ad32b399a6cd SHA256: 867ac7e82042153b1695dc5a8b521f7dc19ee9272df994aafccc24f975545e80 SHA512: 6e29276af9940c4a1cf24cb8277624ae96bea1932abcafb98c333d7b2145c6dbdbeebd3818fbb748531cbc58ba41ee3b048d406f9eccd3a0cec6b22090852846 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: 5306 Maintainer: Adam Borowski Architecture: amd64 Source: btrfs-progs Version: 5.10.1-2+apertis0bv2023dev0b3 Depends: btrfs-progs (= 5.10.1-2+apertis0bv2023dev0b3) Filename: pool/development/b/btrfs-progs/btrfs-progs-dbgsym_5.10.1-2+apertis0bv2023dev0b3_amd64.deb Size: 4847344 MD5sum: 796b6cf7218a1289927502ffe38af885 SHA1: ba51072ab3000c642e98f1752886e485c52bbe6f SHA256: f539ae833a4a860123a9431614e56a94548c9db9585484709079476a75ec249b SHA512: b1b66b41d2962236fabcca4ff955f7b1767be203025317d7d39e14906c5e85a6aa4e3e32a97c4dd603f64594aaf746f2d2416a2994726cadb9af4985baad3473 Description: debug symbols for btrfs-progs Auto-Built-Package: debug-symbols Build-Ids: 0424589b5dd3156989f90fe2e9a60e8320548594 1dfd3b6b1cdda762bae7f3b0da78fa7948a91ad6 40dd4c02471187b34137057acd43567560c0e37e 48519cda402224b86cd5b6209c0ed8d3a0970076 af16e3ff062679907805f45913148dc8beb87890 cec4ecfa7a238adc9cf35bacb48baa041943424f d2e2643fcd6dce9fd4b540cd3108611a501d573c d580c4498bf96db334b04973cf7a928efd0bb0ac Package: build-essential Priority: optional Section: devel Installed-Size: 20 Maintainer: Matthias Klose Architecture: amd64 Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_amd64.deb Size: 7916 MD5sum: 8ae2d3b028005938db1b591dcb9aa771 SHA1: f1462a545c45c80d10974a1a27545621d82ac25a SHA256: 2ef0a0537680fbe430e7e35dd7af5205308dfbf318abc7a99e77f46ee83ec446 SHA512: 72460eedc6342d57d532e3ffb75fd88bb699f8af0f72359680f1e4be19d8af7c66d3fcd7ebf8c5e1d97dfd65d94edb5e7907b2c8eebece885c95457563b3dc6e 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: 12 Maintainer: Apertis packagers Architecture: all Source: build-profile-presets Version: 3co1bv2022dev2b1 Depends: dpkg-dev Filename: pool/development/b/build-profile-presets/build-profile-noudeb_3co1bv2022dev2b1_all.deb Size: 1708 MD5sum: a4f6efbe6ae802397f264d7dde21a236 SHA1: 0ed38bd660112deff11d7fd0c18200a4984ffa9e SHA256: 66748532c3cc5e68133192bbed2ce06cc451368365224d156532079811240dbe SHA512: f29a9ddef350134129c2a8c070e9038f9a0a9983a810275064a23146c8d4e4841a474c6c398b83e9a35cf6719398c37782d61f9df38dd0112fd4c778c1f082dd Description: wrap dpkg-buildpackage and set noudeb build profile Package: bundler Priority: optional Section: ruby Installed-Size: 75 Maintainer: Debian Ruby Team Architecture: all Source: rubygems (3.2.5-2apertis0bv2022dev2b1) Version: 2.2.5-2apertis0bv2022dev2b1 Depends: ruby-bundler (= 2.2.5-2apertis0bv2022dev2b1) Recommends: build-essential, less, ruby-dev, sudo Filename: pool/development/r/rubygems/bundler_2.2.5-2apertis0bv2022dev2b1_all.deb Size: 65772 MD5sum: 5d9042fa3f11437ab80270416ff11b21 SHA1: 063dd48102d647d66ea1bd711f04d43327254ff3 SHA256: d08924ef2f7b86dd8fd91beb0212fb140da3f29f423dbb95aee73e1dc394533b SHA512: 3661bfe0cdb2f25313973e8d755bfc6910fe4e1d01ae278c8a5367932aa454007d8cea0fe8c12aadfbfcac90ffd411a35b4a6fb1ece9ddde8f99f16e0bd97de5 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: extra Section: devel Installed-Size: 164 Maintainer: Dave Beckett Architecture: amd64 Version: 20140715-1co1bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/b/byacc/byacc_20140715-1co1bv2022dev2b1_amd64.deb Size: 83592 MD5sum: 60a7e601162b6da335e0202ef08906f6 SHA1: e9d9658c9433739dc4e71a57e8dc4929bd382761 SHA256: 5f0ed8e8fa0edc5cc757e6347c15024f788a7ad088923df0047ec5c66e33629f SHA512: 0dffc09fa9ea0b5943d0724a677efc50ed69dacf2c24342ac6ec2dde3b73bf3397fe667f90b30b4ea3f96380ca9d6ac4c869fd2021576714b4da3f0a1cb67ba9 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. Homepage: http://invisible-island.net/byacc/ Multi-Arch: foreign Package: byacc-dbgsym Priority: optional Section: debug Installed-Size: 123 Maintainer: Dave Beckett Architecture: amd64 Source: byacc Version: 20140715-1co1bv2022dev2b1 Depends: byacc (= 20140715-1co1bv2022dev2b1) Filename: pool/development/b/byacc/byacc-dbgsym_20140715-1co1bv2022dev2b1_amd64.deb Size: 102248 MD5sum: 89658efb72ad7f02f1071778584aa297 SHA1: da13bd56a518d15f54190738bff961f762468181 SHA256: 8f81ba34e4da5e244f5e88d57667cce0b14c006f9346b621abc2a9bc31da1bb5 SHA512: 6974d3ecd3971362f3cc08c7a9eca747ceed8d72e1279cb8faf7716fd1c6847165c16586d8f5ef446b285cbbe6c83aa97bb654c1dc86dc2cbebb474dfb0ca795 Description: debug symbols for byacc Auto-Built-Package: debug-symbols Build-Ids: 9f9fa6e0f1b0d2e72bd9beda522290ff78c29d42 Package: byacc-j Priority: extra Section: devel Installed-Size: 162 Maintainer: Ludovic Claude Architecture: amd64 Version: 1.15-1co1bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/b/byacc-j/byacc-j_1.15-1co1bv2022dev2b1_amd64.deb Size: 56292 MD5sum: 50ab97b3238c19e7c85b90ab0bcb3e16 SHA1: 58ea4b9a9141d0b536f85860290d81674fafb72b SHA256: 5cc6280688d50d42072329d5e8431e2b4d9392c9771811cc46608a43b74658a2 SHA512: e5d762a0464b4403c7d423ff9211715bd31c58b0eb09842dbb484796b6c357657eecb0abcf0a32b187bd806619097ef2feabfc2b3cc645c2540af166115f757a 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-1co1bv2022dev2b1 Depends: byacc-j (= 1.15-1co1bv2022dev2b1) Filename: pool/development/b/byacc-j/byacc-j-dbgsym_1.15-1co1bv2022dev2b1_amd64.deb Size: 99684 MD5sum: 60fd102229f5f3ec6e851995c02393a7 SHA1: 519386e43c6b899cfef0822d1f9c4a97ec18ac07 SHA256: 8a3912ad4e8a6c792e838f26424080fc6318413f0279052a6d8423051dfeb3ab SHA512: 00c9378eb9b25855d4ce3b3ea62f34b707b5eedd1f4027073391b488c48179106abfe4c7693b28c667fa432ad5682e816939cfb34050394612ccc900fae45e38 Description: debug symbols for byacc-j Auto-Built-Package: debug-symbols Build-Ids: c8fe137c963c506875cde21c8039da424f96d062 Package: ca-certificates-java Priority: optional Section: java Installed-Size: 43 Maintainer: Debian Java Maintainers Architecture: all Version: 20190909apertis0bv2022dev2b1 Depends: ca-certificates (>= 20121114), default-jre-headless | java8-runtime-headless, libnss3 (>= 3.12.10-2~) Filename: pool/development/c/ca-certificates-java/ca-certificates-java_20190909apertis0bv2022dev2b1_all.deb Size: 15936 MD5sum: 1e534836c58e29252bba32fec0e9cf6e SHA1: c5a3f9a27da2de0b25f654be095d6bd26b03ef45 SHA256: f1ed229630b6c93063c891b0fcbbd7bccc5437b96425c929e9ea6be14299c1eb SHA512: 5a606892ba2591df61587b353f4aa0c9059c27fdf6b4ed516770ced2d4edbfc72daafead8c0077a82a1955d42e0d11b60f3754828d61c8489724de55e4c4a723 Description: Common CA certificates (JKS keystore) This package uses the hooks of the ca-certificates package to update the cacerts JKS keystore used for many java runtimes. Multi-Arch: foreign Package: calendar Priority: optional Section: utils Installed-Size: 413 Maintainer: Debian Bsdmainutils Team Architecture: amd64 Source: bsdmainutils Version: 12.1.7+nmu3+apertis0bv2022dev3b1 Replaces: bsdmainutils (<< 12.1.1) Depends: libbsd0 (>= 0.2.0), libc6 (>= 2.4), cpp Breaks: bsdmainutils (<< 12.1.1) Filename: pool/development/b/bsdmainutils/calendar_12.1.7+nmu3+apertis0bv2022dev3b1_amd64.deb Size: 132380 MD5sum: 22e4768413c591c69c011a3f1551de24 SHA1: 1f129e200bf7a3ba6d7cdc3153b3e6099542f990 SHA256: f2ed5833e300b26d0adefb0e5788e6f3eeecc97e1cbfa4b75dba3e61a2aa9eca SHA512: b0b057e9706f4a4214898321828b1e587e90d87308c38c72e499a747fd79dc844ece9b6b441a59dbc6f96cb9939e9e8da5b236688071d149e90c464bc92b1f2d 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.7+nmu3+apertis0bv2022dev3b1 Depends: calendar (= 12.1.7+nmu3+apertis0bv2022dev3b1) Filename: pool/development/b/bsdmainutils/calendar-dbgsym_12.1.7+nmu3+apertis0bv2022dev3b1_amd64.deb Size: 25740 MD5sum: 974290061f29863ce1af254beadbee9a SHA1: 801ae9ace42ae942b1c77d9caad9ae9611c151e9 SHA256: 14260b047f83ad901f455904b01a5a03274a40ad681453f90fc132483bd6d84d SHA512: 40ff9344dba0f04e7be15b2533b29a806eb67890be1fd138b9ec53d346849968c2563905c96f937d5f0a1a77afc63a161f42e2d976b5afab9ca580690933f7dd Description: debug symbols for calendar Auto-Built-Package: debug-symbols Build-Ids: e4e6a47f8cc518e9691826e38f8bf2bd3a662857 Package: capnproto Priority: optional Section: devel Installed-Size: 870 Maintainer: Tom Lee Architecture: amd64 Version: 0.7.0-7apertis1bv2022dev2b1 Depends: libc6 (>= 2.14), libcapnp-0.7.0 (= 0.7.0-7apertis1bv2022dev2b1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/c/capnproto/capnproto_0.7.0-7apertis1bv2022dev2b1_amd64.deb Size: 236024 MD5sum: 08d4aa503a73c1cc27d7218b306f6656 SHA1: 2ede1da1167c09f6bdc22368ea1800c2715e0433 SHA256: ebfd8ddfa792f6230b8a394b02e6c0988a91a90a8aa49842b8da46cc2cf2cc79 SHA512: f224d043f3bc8fc076332f1cbf94c018ec65fcc4d8f0b6fbf9bd723f9d061656e461e39c9fc3ea6d391a39ba86ac05b886bb792faa8f3434f7a59ee5aace2e15 Description: tool for working with the Cap'n Proto data interchange format Similar to Protocol Buffers, Cap'n Proto is an efficient means of serializing structured data to be transferred across a network or written to disk. Users write a Cap'n Proto definition file that drives a code generator, which in turn emits C++ code for encoding & decoding messages in the Cap'n Proto format. . In addition to being extremely fast, Cap'n Proto also smooths over some of the rougher aspects of Protocol Buffers & introduces a number of new features to boot. . This package contains a small suite of tools for developing & maintaining your Cap'n Proto schema files, including a code generator for compiling your schema files to supported languages. Homepage: https://capnproto.org/ Multi-Arch: foreign Package: capnproto-dbgsym Priority: optional Section: debug Installed-Size: 3442 Maintainer: Tom Lee Architecture: amd64 Source: capnproto Version: 0.7.0-7apertis1bv2022dev2b1 Depends: capnproto (= 0.7.0-7apertis1bv2022dev2b1) Filename: pool/development/c/capnproto/capnproto-dbgsym_0.7.0-7apertis1bv2022dev2b1_amd64.deb Size: 3238404 MD5sum: 7e9b8a2d33b360843fdd049a14a1ee8b SHA1: e2bcbc0790479350d6d0cd2eac8a1f8392950d52 SHA256: 06b3963b0a9d5cc3b9e5cc6538fd9d553179e6e367097c5316d6f9dacbf17daa SHA512: 33cdd33a0982dc339a8535644330bedb3b50d417bbcf07275f689a8934e1de7c9149afaeac332859b34633ea116cec744ffde9edea5bcba699b3d892b817189e Description: debug symbols for capnproto Auto-Built-Package: debug-symbols Build-Ids: 40a2834686f26fea3fe4be5fabd660d32da66d3b 922eb2ebbd41bd3be4473b5a8a8595057e80b637 aed5e66907addeff9b8a4c6577f273140193baf3 Package: capstone-tool Priority: optional Section: utils Installed-Size: 6582 Maintainer: Debian Security Tools Architecture: amd64 Source: capstone Version: 4.0.2-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/c/capstone/capstone-tool_4.0.2-3apertis0bv2022dev2b1_amd64.deb Size: 574408 MD5sum: ddb3a1a255fa7fb4ca5afcbcd492e093 SHA1: 8365be99d15d177a4423186d74caeee71f41a886 SHA256: 108a70324423508b56fe1dc0376629dce26b549b03a9ee214bfc756ab38bb2bf SHA512: eaaeaa12b1dd587ae6dc23a4e779dea8f7488c2d0417bf638e70567dd5a7735137eb43983248f53a75e318971af8b632df0cc98cceafd0a3384313e2e3f18d14 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: 2100 Maintainer: Debian Security Tools Architecture: amd64 Source: capstone Version: 4.0.2-3apertis0bv2022dev2b1 Depends: capstone-tool (= 4.0.2-3apertis0bv2022dev2b1) Filename: pool/development/c/capstone/capstone-tool-dbgsym_4.0.2-3apertis0bv2022dev2b1_amd64.deb Size: 1996696 MD5sum: 464c535ab5dbfb0d8eefac15f00ea3d9 SHA1: e852026ce7354ae3130b4b17d718ce363aeafb02 SHA256: 655c5bbc2d67bb4ecae4f14f5abf22847c487a579a43e91d8d853b86badd1acd SHA512: 8b99ac158a7f58f5507b8d6d2ec4066216450def4e583be614928475d5e1ea4f7885d233a4b713eb74d332e80a25a644262a8253bcdc4e54ff59797d01e5e390 Description: debug symbols for capstone-tool Auto-Built-Package: debug-symbols Build-Ids: ad6e156245f3c9b64dc8b44563d6ec46f6a284d4 Package: cargo Priority: optional Section: devel Installed-Size: 10447 Maintainer: Rust Maintainers Architecture: amd64 Version: 0.47.0-3apertis1bv2022dev2b1 Depends: libc6 (>= 2.29), libcurl3-gnutls (>= 7.28.0), libgcc-s1 (>= 4.2), libgit2-1.1 (>= 1.1.0), libssh2-1 (>= 1.2.5), libssl1.1 (>= 1.1.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.47.0-3apertis1bv2022dev2b1_amd64.deb Size: 2877752 MD5sum: e738588320dcc702b32a44d8cd3fba1a SHA1: f396b74a662e5da1efcbc7ea64936453af476146 SHA256: 89df73265b086290fb37450db9073ce39e44e6cbeba8134984a1fa19b6ab9732 SHA512: 6da085fc1648da9acef9e90fa45256a05746a1a3d974bde6a78ee6e83e2f431db8a7b939dbffb631f4c7b654fb8f8ef4a4b0618f54f332d3af3612b53cdc97b0 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-dbgsym Priority: optional Section: debug Installed-Size: 30915 Maintainer: Rust Maintainers Architecture: amd64 Source: cargo Version: 0.47.0-3apertis1bv2022dev2b1 Depends: cargo (= 0.47.0-3apertis1bv2022dev2b1) Filename: pool/development/c/cargo/cargo-dbgsym_0.47.0-3apertis1bv2022dev2b1_amd64.deb Size: 29179992 MD5sum: 19fe22de65e02a36bd70e909ec7b2eb8 SHA1: 8e8d60b1d09ae0bd7c9dfc186ba552a639081265 SHA256: e4871c734d4a466d06630518099d5bbd7e28971083f25cb9d52f4e6570852a6e SHA512: 7feb8110163ee29e5ce27d6c988b425d2f5aef96c3d598d8b8b3bf12f9e52d0682c4f79c307cb9370494fc8863a870140c012806bd3b0d8166a7398324354f9a Description: debug symbols for cargo Auto-Built-Package: debug-symbols Build-Ids: c51346c82a9ad3abaada361b220823ecc549cfff Package: cargo-doc Priority: optional Section: doc Installed-Size: 16951 Maintainer: Rust Maintainers Architecture: all Source: cargo Version: 0.47.0-3apertis1bv2022dev2b1 Filename: pool/development/c/cargo/cargo-doc_0.47.0-3apertis1bv2022dev2b1_all.deb Size: 1202448 MD5sum: cd4ebac747d62edd47ca661f88dd2cbe SHA1: e0fd69155d6c80d5d7ef97b3aafa672d6abd8c85 SHA256: 0aed51293b09e1e8a02e987fdfae4a597f430078fe2a09de4e793734a8498b40 SHA512: 33190a9ec3bfedb2919da3841abcf9a8c8f9bf0006d0bbb24230c1d04f20358375f52a174f996cbcf52b689f8777d7e1fa3162c0f3a37483328520c4d6c2a2fb 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: cbindgen Priority: optional Section: utils Installed-Size: 4893 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cbindgen Version: 0.17.0-4apertis0bv2022dev2b1 Depends: libc6 (>= 2.18), libgcc-s1 (>= 4.2) Filename: pool/development/r/rust-cbindgen/cbindgen_0.17.0-4apertis0bv2022dev2b1_amd64.deb Size: 1299512 MD5sum: 58afdda05a5e20e8b054f6165db429a3 SHA1: 87c9e04f65e7265989f4b2ebf9a8197c4faa22c6 SHA256: 055201a1f1c3ddd2bdaa4457dd6d2119459c62257e55a9bdeb1051a59ec1ae4b SHA512: 3118701d5ce984f1fb2dd2ae393e01e10727e0bc4723c5adac9661da584e25a078a1117d9d49966f74528aefea1260797bf184c9e48340d40691d41eeda6596e 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.48.0+dfsg1-2) Multi-Arch: allowed X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2022dev2b1), rust-atty (= 0.2.14-2apertis0bv2022dev2b1), rust-bitflags (= 1.2.1-1), rust-cfg-if-0.1 (= 0.1.10-2), rust-clap (= 2.33.3-1), rust-getrandom (= 0.1.13-4), rust-heck (= 0.3.1-1), rust-indexmap (= 1.3.2-1), rust-itoa (= 0.4.3-1), rust-libc (= 0.2.80-1apertis0bv2022dev2b1), rust-log (= 0.4.11-2), rust-ppv-lite86 (= 0.2.6-2), rust-proc-macro2 (= 1.0.18-1apertis0bv2022dev2b1), rust-quote (= 1.0.7-1apertis0bv2022dev2b1), rust-rand-chacha (= 0.2.2-1), rust-rand-core (= 0.5.1-1apertis0bv2022dev2b1), rust-rand (= 0.7.3-3), rust-remove-dir-all (= 0.5.2-1apertis0bv2022dev2b1), rust-ryu (= 1.0.2-1apertis0bv2022dev2b1), rust-serde (= 1.0.106-1), rust-serde-json (= 1.0.41-1apertis0bv2022dev2b1), rust-strsim (= 0.9.3-1), rust-syn (= 1.0.12-1), rust-tempfile (= 3.1.0-1apertis0bv2022dev2b1), rust-textwrap (= 0.11.0-1), rust-toml (= 0.5.5-1), rust-unicode-segmentation (= 1.6.0-1), rust-unicode-width (= 0.1.8-1), rust-unicode-xid (= 0.2.0-1apertis0bv2022dev2b1), rust-vec-map (= 0.8.1-2), rustc (= 1.48.0+dfsg1-2) Package: cbindgen-dbgsym Priority: optional Section: debug Installed-Size: 13405 Maintainer: Debian Rust Maintainers Architecture: amd64 Source: rust-cbindgen Version: 0.17.0-4apertis0bv2022dev2b1 Depends: cbindgen (= 0.17.0-4apertis0bv2022dev2b1) Filename: pool/development/r/rust-cbindgen/cbindgen-dbgsym_0.17.0-4apertis0bv2022dev2b1_amd64.deb Size: 12811676 MD5sum: e190d6a2ad131a30c8a45410b1f38f34 SHA1: b02b97a0ab83f9c49673a0a427502d3f4b93d824 SHA256: 09301cf99867b49abd9775499869e0565d9234c78e104780d3d903ff300ba0dc SHA512: a3ef7f3396593bd5a7a7eabbfe66a6b2674d1dcdeab183d55e30e3b734ada5d037e26c553438c855eea740dae7d6c753f8a94f2e767b04edca4a834ff89852db Description: debug symbols for cbindgen Auto-Built-Package: debug-symbols Build-Ids: 1d43f9d2424e72d9620a6a9788d308c82097afe7 X-Cargo-Built-Using: rust-ansi-term (= 0.12.1-1apertis0bv2022dev2b1), rust-atty (= 0.2.14-2apertis0bv2022dev2b1), rust-bitflags (= 1.2.1-1), rust-cfg-if-0.1 (= 0.1.10-2), rust-clap (= 2.33.3-1), rust-getrandom (= 0.1.13-4), rust-heck (= 0.3.1-1), rust-indexmap (= 1.3.2-1), rust-itoa (= 0.4.3-1), rust-libc (= 0.2.80-1apertis0bv2022dev2b1), rust-log (= 0.4.11-2), rust-ppv-lite86 (= 0.2.6-2), rust-proc-macro2 (= 1.0.18-1apertis0bv2022dev2b1), rust-quote (= 1.0.7-1apertis0bv2022dev2b1), rust-rand-chacha (= 0.2.2-1), rust-rand-core (= 0.5.1-1apertis0bv2022dev2b1), rust-rand (= 0.7.3-3), rust-remove-dir-all (= 0.5.2-1apertis0bv2022dev2b1), rust-ryu (= 1.0.2-1apertis0bv2022dev2b1), rust-serde (= 1.0.106-1), rust-serde-json (= 1.0.41-1apertis0bv2022dev2b1), rust-strsim (= 0.9.3-1), rust-syn (= 1.0.12-1), rust-tempfile (= 3.1.0-1apertis0bv2022dev2b1), rust-textwrap (= 0.11.0-1), rust-toml (= 0.5.5-1), rust-unicode-segmentation (= 1.6.0-1), rust-unicode-width (= 0.1.8-1), rust-unicode-xid (= 0.2.0-1apertis0bv2022dev2b1), rust-vec-map (= 0.8.1-2), rustc (= 1.48.0+dfsg1-2) Package: ccache Priority: optional Section: devel Installed-Size: 1223 Maintainer: Joel Rosdahl Architecture: amd64 Version: 4.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.4), libstdc++6 (>= 9), libzstd1 (>= 1.4.0) Suggests: distcc | icecc Filename: pool/development/c/ccache/ccache_4.2-1apertis0bv2022dev2b1_amd64.deb Size: 445804 MD5sum: a9ba8a27bde3202899b136db3d0cc281 SHA1: 049a3fa675646699aecfce3a1466b955284713dc SHA256: 19edf8fb2fa523575b29cb3ea466830389d2493a94eeb2714fd5ea341521d41f SHA512: f8452eb8afbaea1236929a00f5c85cca3ac52c375ec43d9c8922df458f91a14a2aee47f7ee79b683e52c2f4de4afd817a433ec345b140bfac2ec6f95b68584dc 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: 5350 Maintainer: Joel Rosdahl Architecture: amd64 Source: ccache Version: 4.2-1apertis0bv2022dev2b1 Depends: ccache (= 4.2-1apertis0bv2022dev2b1) Filename: pool/development/c/ccache/ccache-dbgsym_4.2-1apertis0bv2022dev2b1_amd64.deb Size: 5217912 MD5sum: 6e7e6cf6961d40d7ab741364ccae84e6 SHA1: 4497c661ff5daf71eeab07449a9337d00266ac15 SHA256: 52a21808f76b91af53a61368cacb3e0c2536a056b13f38e302921452b7c9afce SHA512: 257e54ba6ea121f79f88a9bc60de6f986d0461a321fdfbec0866d6615f4687702920804cb5f94d4afe88e91b8b89cef0f1cc51da4ae8f00b10320aed71d6cb12 Description: debug symbols for ccache Auto-Built-Package: debug-symbols Build-Ids: ffdd8e01c52ae5ac7687c987c06b2779ad71a92e Package: cdbs Priority: optional Section: devel Installed-Size: 278 Maintainer: build-common team Architecture: all Version: 0.4.163apertis1bv2022dev2b1 Recommends: autotools-dev Suggests: devscripts Filename: pool/development/c/cdbs/cdbs_0.4.163apertis1bv2022dev2b1_all.deb Size: 84228 MD5sum: 717ab7e30482817500bee3914b65a4eb SHA1: bf754fdf99ca8fac87075db3bff14511a41ea825 SHA256: ed5a4009d652b28ec902387757ecbb623fe43aae7434e1091abe86be4b20d00e SHA512: f9040e4a7a0eb048be99112b881fcf2ff6ca76bfd58d45f0882878047ce375c78175bb9c4a660222bc67a8988e77641a951019fb8a1d2e16b6a473abfc185053 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: cdrkit-doc Priority: optional Section: doc Installed-Size: 253 Maintainer: Joerg Jaspert Architecture: all Source: cdrkit Version: 9:1.1.11-3.2apertis0bv2022dev2b1 Replaces: cdrtools-doc Suggests: wodim, genisoimage, icedax Conflicts: cdrtools-doc Filename: pool/development/c/cdrkit/cdrkit-doc_1.1.11-3.2apertis0bv2022dev2b1_all.deb Size: 151568 MD5sum: 906b7a8fb4137b943467a7dbb6a3cdf2 SHA1: c7321a263d56e17c6dc5cdb08bfca39da3b638dc SHA256: 47a3ce3e588882c17478820e1307b2ad6c936c5b1871075aa0aa9055f17230a9 SHA512: dafb02c728d3773af80778860df1aff56d9e066dcb157f3ce46d73c6ae5de20f5c2e244e089c5a87d158531c0f1f2650a79cdf97977fe07b43a174e257e53266 Description: Documentation for the cdrkit package suite This is the documentation for the cdrkit package suite, namely wodim, genisoimage and icedax. Package: cdrskin Priority: optional Section: otherosfs Installed-Size: 254 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libburn Version: 1.5.2-1apertis0bv2022dev2b1 Depends: libburn4 (>= 1.5.2), libc6 (>= 2.15) Suggests: xorriso Filename: pool/development/libb/libburn/cdrskin_1.5.2-1apertis0bv2022dev2b1_amd64.deb Size: 129424 MD5sum: 37d19c4ea97b4920183bbf3eb2f8b14f SHA1: e6c8d85d3b0557a4809cfdd60da3ac9630731611 SHA256: 4010e3a1c538b6a46e96fa0c3e51bf2d87ad9d1b7ff7f7723c38e3cc6181d077 SHA512: fb9c5c457b132403036a71765dbc99f130c08e681906fa6a0dfe0aeba3b2d05b065a592a5df826191f4a90e94364b6cbaeca96b44bb69d9b2dd29708a763ae4b 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: 200 Maintainer: Debian Libburnia packagers Architecture: amd64 Source: libburn Version: 1.5.2-1apertis0bv2022dev2b1 Depends: cdrskin (= 1.5.2-1apertis0bv2022dev2b1) Filename: pool/development/libb/libburn/cdrskin-dbgsym_1.5.2-1apertis0bv2022dev2b1_amd64.deb Size: 178380 MD5sum: b008fea4922a0499c28215d64cf4a36f SHA1: 2e80a0a0edc451b9e76e2730ee40692d650e2116 SHA256: 60d10eb5b95bec6b97ea6cb3dd3700e26b8354b20cc11c9265061665aa59f4dd SHA512: 2a12e6df2f15f93a0ddd95ebb19f36a157a98cff0c8b4287d7da24b4499dd523b3583774f6cfffae10e86acdf4e29829ec9080cfded405d03575e7e2f7a8a1eb Description: debug symbols for cdrskin Auto-Built-Package: debug-symbols Build-Ids: 7ea5696e4b058f3882ec80d9bb8e7d53a8739517 Package: ceph Priority: optional Section: admin Installed-Size: 241 Maintainer: Ceph Packaging Team Architecture: amd64 Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (= 14.2.21-1+apertis0bv2022dev3b1), ceph-mon (= 14.2.21-1+apertis0bv2022dev3b1), ceph-osd (= 14.2.21-1+apertis0bv2022dev3b1) Suggests: ceph-mds (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 197324 MD5sum: c668e332114444e62c3d3f15aca54242 SHA1: 37385a86f983c0ae8fe3f158f41eaad7bb08a4b7 SHA256: 6aa1d805a3451152e3121806b2864a8de20cf2e2c5d0db2158dd839ebdded21f SHA512: 60f2006845905bc50a0d02b472ae54c5957d55301f215b719fbe5c9910005b0b6d1c6d06ca19482ddf6fe829af1ae8a2b8f6e086a016dd8aa6d4bfa5739e24ad 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: 20434 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 12.2.8+dfsg1-1~), ceph-common (<< 9.2.0-0~), ceph-test (<< 12.2.8+dfsg1-1~), python-ceph (<< 0.94.1-1~) Depends: binutils, ceph-common (= 14.2.21-1+apertis0bv2022dev3b1), cryptsetup-bin | cryptsetup, gdisk, hdparm | sdparm, parted, uuid-runtime, xfsprogs, python3:any, libaio1 (>= 0.3.93), libc6 (>= 2.30), libgcc-s1 (>= 3.4), libgoogle-perftools4, libleveldb1d, liblz4-1 (>= 0.0~r130), librados2 (>= 12.1.4), libsnappy1v5 (>= 1.1.8), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Recommends: ceph-mds (= 14.2.21-1+apertis0bv2022dev3b1), chrony | time-daemon | ntp, librados2 (= 14.2.21-1+apertis0bv2022dev3b1), librbd1 (= 14.2.21-1+apertis0bv2022dev3b1) Suggests: btrfs-tools, logrotate Breaks: ceph (<< 10.2.2-0ubuntu2~), ceph-common (<< 9.2.0-0~), ceph-test (<< 12.2.8+dfsg1-1~), python-ceph (<< 0.94.1-1~) Filename: pool/development/c/ceph/ceph-base_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 4222376 MD5sum: d3d1a048df75f36c98e5171060faa28a SHA1: f902bc81566411acbd8c95f00f548cb727c280fb SHA256: 70e1be7ca2ac8e567436b24aadc51574a524ef16d83d2c20d5d64f64f0b253bb SHA512: 7eca6b1f3c4416c993778684cf4553733619ae8e8758844975ee901b70804ff5f401acc82ce625290ef221b726e768dc5b5f1bbe53cefd8dfd42e9b75f24296d 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-dbgsym Priority: optional Section: debug Installed-Size: 132539 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-base (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-base-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 124992904 MD5sum: 4c938575a2c71b78ec9dc6649972cad1 SHA1: 62628803b453456daa9dd6207d8bb90ec3e4618e SHA256: 27ab6ded70220a80c1dc02425b926277e77b4f77b13b3e1cb66af6df5d5f538e SHA512: e8ea6aba59478678088ab716ed611c97b2cacbd06e5b4cb4594dd0bc3eae23d82c393bd02b0c41d0477e2df04bbd9373beb6f5a25a7793366b79cd2442a53137 Description: debug symbols for ceph-base Auto-Built-Package: debug-symbols Build-Ids: 0775a1340d91fe0bf5a6b9ac922fe71043f0edb4 0d9b959f76cad408e4640af56dee8923efa408d4 121824182b2eee85c993e2d2996ccbc6c53514e7 160df3ec345d7df574a4309cca16ec988c1d2f26 16c39ad3975b0c69996f54846a54b98e63adc03e 23b833443940beb25f693b0004549aff7a0eb39f 28dae3f93daeb87e647cd3a4ecdce7b3d29944ab 3515a42bbac273eaf6df65e15cde9d799da3e2d4 3c69e145187400be4786199148eada79a07f3228 4e1ea33d46707ef87bc2c276933f5a4b243735a9 5d3307322e9da4e8d2ba6b2c365f8030b74eddc1 6e5b1defdbb05cd59dfe5d7b32a6e0f43dc75ff7 781d37e76381ee7487f80f62d39def5d1547fb7b 81760c437f5da05d474e16eb744f800bf25330f5 81d9e11e4ab562528d94d8e09454f07dca5e8600 916e99883154e96fab5113c917b014cfd7697686 97d121ba0520c6c628dca1c0682c73066729222d a1899098fcd38aa23c86419ed01ae118c07cbd39 a2e0580989af344a5822635e9ce5ce89e352d0ce a2e35d650d8ad39efdd3801afec152176a80a82e a6f3be429548704d3e34637098b2871d28d65d7f a7376ee86465c54526a352f83a480972bd9add62 a886b69a5eacbd76f97f64541dd96ae18050715c bc5ecad5fb4c03f601634a83d96e97a6f2a270c7 bfd8cda37ea0aeb0da0acc1e9b7a813d4c520082 ccc501e0ed97fd8c12f0f1a3c1c5c43cde4d5323 e09da38c57d203ba5d62afd10a444c9b07977aae f2d6c22bbeec099509e6a9aceee569a3909f6efd f34fe65a3bba3b3b203ce8e6fb80deed834c04b6 f3be7e60b396aee6db563ee98d5e2ed10bd7c9e8 f40d67ec435a0df5f7928176f0d4d03d2f6d26d5 fad00db21af6724d2c0249f6d7fb9c721c043c0a Package: ceph-common Priority: optional Section: admin Installed-Size: 61611 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 9.2.0-0~), ceph-client-tools, ceph-fs-common (<< 12.2.8+dfsg1-1~), ceph-mds (<< 14.2.5-3~), ceph-test (<< 9.2.0-1~), librbd1 (<< 0.94.1-1~), python-ceph (<< 0.94.1-1~), radosgw (<< 12.0.3-0~) Depends: librbd1 (= 14.2.21-1+apertis0bv2022dev3b1), python3-cephfs (= 14.2.21-1+apertis0bv2022dev3b1), python3-prettytable, python3-rados (= 14.2.21-1+apertis0bv2022dev3b1), python3-rbd (= 14.2.21-1+apertis0bv2022dev3b1), python3-requests, python3:any, libaio1 (>= 0.3.93), libbabeltrace1 (>= 1.5.4), libblkid1 (>= 2.17.2), libboost-coroutine1.74.0 (>= 1.74.0), libboost-program-options1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.30), libcap-ng0 (>= 0.7.9), libcephfs2 (>= 12.0.3), libcurl3-gnutls (>= 7.28.0), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libgoogle-perftools4, libkeyutils1 (>= 1.4), libldap-2.4-2 (>= 2.4.7), libleveldb1d, liblz4-1 (>= 0.0~r130), libncurses6 (>= 6), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), liboath0 (>= 1.10.0), librabbitmq4 (>= 0.6.0), librados2 (>= 14.2.0), libradosstriper1 (>= 0.87), libsnappy1v5 (>= 1.1.8), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), libtinfo6 (>= 6), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Suggests: ceph, ceph-mds Conflicts: ceph-client-tools Breaks: ceph (<< 9.2.0-0~), ceph-base (<< 12.2.10+dfsg1-1~), ceph-fs-common (<< 12.2.10+dfsg1-1~), ceph-mds (<< 14.2.5-3~), ceph-test (<< 9.2.0-0~), librbd1 (<< 0.94.1-1~), python-ceph (<< 0.94.1-1~), radosgw (<< 12.0.3-0~) Filename: pool/development/c/ceph/ceph-common_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 15543652 MD5sum: a9dba0cae3328c5cf9639fb154d6ac6c SHA1: a2755f16f8fcaee0c64cbadb42b615287383e1d8 SHA256: 7a941b47363b92e5fc38c55d2ee23fbd2deaf29f2d09e748c4571964f35fcda2 SHA512: 317581208aafae461c23977f32e579722bff4c3320b4274d1eec6d2b05dc16bdca0ddd0c4450b86779f0a9c7b30d489edc11189d333c774d880e8e121ec65640 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-dbgsym Priority: optional Section: debug Installed-Size: 715242 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-common (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-common-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 714789336 MD5sum: bd777ae5b89d5484a7b75fc7819b7cbc SHA1: c8953f44c5e0e0c204027686c2c3321089b68dee SHA256: bfa0bbfa12b7751a07396eb0c5495948ef7483cf2e410b259d2e4d469e5e5b43 SHA512: cf8889ed40f2e3aa7cc9063e2f32d39143fe3928658dcb3729b364df23e06072d323a6d2462749d29943369f6c4328394b3a866d2c262b348fab2839b6a92f11 Description: debug symbols for ceph-common Auto-Built-Package: debug-symbols Build-Ids: 11a4cbfbed83bd79c7fb4c7d9ea9c42a5b7ac46f 1eb3d1ef532a29da25e53fa26cf5ba241d1663bb 24a8174c4c5599d9f9004612e4463f334785c463 2e9e4b0e831efd1eb7880031f4e1d6ca6d6ce8f9 4531d27f9a3f8eb6a2f75f6a3acf3f55fe5efa3d 64a77f80b3a151a70ad889810c975020bc407d51 66407d1fdf15ce43eda91a220108653b174c4cda 6a81a28d0b71a3b469db41e758a59f05fd33252e 8ad4e2fcde5f6579b8b8f178033fedf5affdd943 9f8be4e7b4e262d7a0300abf03c10f9092c31cbf a188efaf07a4b8f19026cc80ff3b9eec86c8dee5 b14fac2211c25a59579f56e0a0eafcacde49e076 b2311d53b4e5f1c2e90263c436b2eae0cec0180f c17d0881a72c9a499152dfc8dd334c40e2d94d69 c8cb9dc43f358931cec6f67649a02105c0ec3df2 e5247df0409442f6e6fe3235744a3d3d8083b4c5 e783cc82c14d96ace84c87cfdc0a21d195b2f7b1 f15a3a1595a1b772ece394c3e302a47f8d71f540 f4f7ae2bbd5953974898f399f4af4b0c6b8fb131 Package: ceph-fuse Priority: optional Section: admin Installed-Size: 1833 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: python3, libc6 (>= 2.30), libfuse2 (>= 2.9), libgcc-s1 (>= 3.0), librados2 (>= 14.2.0), libstdc++6 (>= 9) Recommends: fuse Filename: pool/development/c/ceph/ceph-fuse_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 711992 MD5sum: 39fd9f7ae5cbe4773872d4b5b53ff2a2 SHA1: d5a771d9cd8ed166a8e0db4407ee85495c867e7e SHA256: 338d67394b66cd2f22e748e0514a915e5131cfc9294c17029fd0fb371c64a6e1 SHA512: 71a1bb281dae577d965a16d4b0f4cae23153eb1078a2cfd7faacb6f02321c2ca28d099053367b81acd8e444223455b67b0b259b72f260ea4090cc92871eec589 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: 13941 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-fuse (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-fuse-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 13907024 MD5sum: 247c1aacc9191b64297689e60d17bd97 SHA1: d331967839dc696a19f73e3ac8fc6f01bf07093f SHA256: cef873642c930eda147be030694651d801e98d10ab18a51732f3dd38538ede0d SHA512: d98313d8e1589cbf83e5e78cfb29f7fbd89bd24926e1e9b3a42a2a890f539caad9a2955b4a0e526b7a4f5c0481c47a15498b669c07c55613e46ba5936643b7e7 Description: debug symbols for ceph-fuse Auto-Built-Package: debug-symbols Build-Ids: 6c837ddb35fcd9b3d5cd7ee3c7f93ffdd30722c9 Package: ceph-mds Priority: optional Section: admin Installed-Size: 6038 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 0.67.3-1) Depends: ceph, libc6 (>= 2.30), libgcc-s1 (>= 3.0), libgoogle-perftools4, librados2 (>= 12.0.3), libstdc++6 (>= 9) Recommends: ceph-common, ceph-fuse, libcephfs2 Breaks: ceph (<< 0.67.3-1) Filename: pool/development/c/ceph/ceph-mds_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 1991040 MD5sum: 4fcb0910b35a480204b0940b46cf0333 SHA1: f3a64bf31c9a12f8fa9d248cdc1e08c175104945 SHA256: 5525f6aac75a46f6bc7bb66d773d37e5b3cfb47af55ff112ba4d415c36125dec SHA512: c75ccf525d59eaeb291ebac7f99747b2d133ba834b906456b5448c93597749f1629160a842b70bbc1a54ca7c4bf027d16ff685cb13d9f1755f6158598ab49f94 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-dbgsym Priority: optional Section: debug Installed-Size: 87641 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mds (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-mds-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 87977588 MD5sum: 117fcea8e755fe231da0a9bd974bb557 SHA1: c148de8b6099fd0169608d84c9a5b25f6e1a210a SHA256: f0e7d1b0814afbaccac5ae04af20799c3ba6bc49dee1b4355944d5f910350903 SHA512: a2ad88f791dd7a63276c591819e6604d80c43dbc81f26f752ad4c4ebc6b0c55016803941b70d5ad2551d8b38d98dd1484d6752133a11f07d32b1462b87759314 Description: debug symbols for ceph-mds Auto-Built-Package: debug-symbols Build-Ids: e365388115e87a1eb61704d69cc05e146ebd81a8 Package: ceph-mgr Priority: optional Section: admin Installed-Size: 5366 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 0.93-417) Depends: ceph-base (= 14.2.21-1+apertis0bv2022dev3b1), python3-bcrypt, python3-cherrypy3, python3-jwt, python3-openssl, python3-pecan, python3-werkzeug, libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py39, libc6 (>= 2.30), libgcc-s1 (>= 3.0), libgoogle-perftools4, libpython3.9 (>= 3.9.1), librados2 (>= 12.1.4), libstdc++6 (>= 9) Suggests: ceph-mgr-dashboard, ceph-mgr-diskprediction-cloud, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-ssh Breaks: ceph (<< 0.93-417) Filename: pool/development/c/ceph/ceph-mgr_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 1574428 MD5sum: f1c613d9a6c1cfa272a090b186e43a08 SHA1: d8e85fd63a028f2390a936364a6228ed27edcc4f SHA256: 81f8cc26425ba3692966d37f92245d8435bfebe5e7c8475a33c5068a33f3d600 SHA512: c79f751690bf04c35f4680fc39c0e3a8b0decf8147b821d0a0448781c1906696a014374ed61c1c5e3a1f0a66503bed0d24910fdd7fc419fbb10a51f6acb6f2b1 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-dashboard Priority: optional Section: admin Installed-Size: 17054 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1), python3-bcrypt, python3-cherrypy3, python3-distutils, python3-jwt, python3-openssl, python3-routes, python3-werkzeug Filename: pool/development/c/ceph/ceph-mgr-dashboard_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 3644308 MD5sum: 00db696f5dc7e4de7eaba2a01ea3ede9 SHA1: 3af7a3cc6bbfb832efc85475768940dfae7b9f67 SHA256: 545aa8742a699ef8a0d886b62b68f61e5837822ab0b09604025935e00688f30f SHA512: 579374b21b928ddc869ecb2766b600b9ae74cfa7cc732060bfae19770bf1a6777e6b709d5517bd77f1dc4d3c8f47ea7ec633e2b59f8d5a0bba5258f11e703d28 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-dbgsym Priority: optional Section: debug Installed-Size: 44744 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-mgr-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 44701932 MD5sum: 4f6bb0d8db28fb43f87ef1ed73847a84 SHA1: 624bb3fda23f630f2af57f353728007f8d945367 SHA256: 0d2aea33c4f6887456331d82c6f67a1a74cebe8637f8991eebed98e115a75750 SHA512: 707cc7aba6b88622e9f2360047e15ef1447d54da18ce7688849f05dd91a2a2a16e2cec329e6e2217f164bcbeed14cd191af7976989e2a74ee6073887a01054cf Description: debug symbols for ceph-mgr Auto-Built-Package: debug-symbols Build-Ids: 7620c6d7c4adcb9f5819d117aa9bb62522bddf6d Package: ceph-mgr-diskprediction-cloud Priority: optional Section: admin Installed-Size: 462 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-mgr-diskprediction-cloud_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 223404 MD5sum: 0ec833bde491fc32ceedfc273d556e56 SHA1: 268b2d820431e64f883f710ec729685ac0933a8f SHA256: 2e1b6ae53f25d8810efdb0455f4c8c91be40bf3a37dcaafcb6b615523b91d478 SHA512: 9a54ef8762136a5b2d5f49b40b04e702b575d6160f20986b8a889ee2bd59e182374fdfcfa7d50006878c2785decbdb770f19a9dd7e2626f6c737ee7257da5811 Description: diskprediction-cloud 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 diskprediction_cloud plugin for the ceph-mgr daemon, which helps predict disk failures. Homepage: http://ceph.com/ Package: ceph-mgr-diskprediction-local Priority: optional Section: admin Installed-Size: 28406 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1), python3-numpy, python3-scipy, python3-sklearn Filename: pool/development/c/ceph/ceph-mgr-diskprediction-local_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 1283200 MD5sum: 2d1eb2caab5a715586e31059d0dca50e SHA1: cdd0dca7500cfc8581d1f1081ea1da16a0431022 SHA256: a8b8fe22afebfb458ae9ed416c7c848d0c40f9a3774260afd60b7c3240004b67 SHA512: e72fd8b1d595ac86c10ab424e47e9b035525303fea493f180f2607d10a2acde297ab689cd97df9deede0d340e0868f7a80d544a194219a77d6cc89146c8a635f Description: diskprediction-local 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 diskprediction_local plugin for the ceph-mgr daemon, which helps predict disk failures. Homepage: http://ceph.com/ Package: ceph-mgr-k8sevents Priority: optional Section: admin Installed-Size: 296 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1), python3-kubernetes Filename: pool/development/c/ceph/ceph-mgr-k8sevents_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 207884 MD5sum: 0d0eda1e75efc369b2572cb82f463b57 SHA1: 3bdfda7ca07b8a4aaf8142167e83ec56fdf4cca9 SHA256: bbe87e0dc522d634cff9a695f784eeb14a12bd8d812caa774480bce6889f667c SHA512: 30bb53e33484a0400f10849acf87f4dfd120000d75a58c1c88f648ad4a0fb7e4c3c643fd0f421d1bd37b20c8f5709892a9b895e0b8d9d523bcefd560e53566e4 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-rook Priority: optional Section: admin Installed-Size: 267 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1), python3-six Filename: pool/development/c/ceph/ceph-mgr-rook_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 200912 MD5sum: 7e424ad06df047ad99a6c12b8f2df90d SHA1: f6edb5143df9b802bb5c0672696d39def0339a30 SHA256: 4a1b37ebb3490c4ed7ee8e21d194bb44f5c4e30db5f1f163248afcc66d42e859 SHA512: 413a55e716793d459a5c0263b26dfd8dcc24cc9f4abfb3781a181320c6733b4d46fc532751e308bb18b18dc654862bcbc28fbb04c85e9f357d0eb2955acb0481 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-mgr-ssh Priority: optional Section: admin Installed-Size: 268 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mgr (>= 14.2.21-1+apertis0bv2022dev3b1), python3-six Filename: pool/development/c/ceph/ceph-mgr-ssh_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 201260 MD5sum: 2d2db3127bd9f3b901eb298171fe8ffa SHA1: a24b624c42ccc013ed67a87dcf13cb98da9ccff6 SHA256: 9a1a729ab9e3859e3611b9d51081c734f7e2769167fe9da9caf7bb11f8c7efe2 SHA512: f16902ee2fb97d345d46e7af5918aea9a76228a45228d75446f96d74d5c6d7607eb96190f72365451d0f073e8d714c7ba67be579cba270072238dd157dd6443c Description: ssh orchestrator 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 SSH plugin 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-mon Priority: optional Section: admin Installed-Size: 14288 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 10.2.2-0ubuntu2~) Depends: ceph-base (= 14.2.21-1+apertis0bv2022dev3b1), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.30), libgcc-s1 (>= 3.0), libgoogle-perftools4, libleveldb1d, liblz4-1 (>= 0.0~r130), librados2 (>= 12.1.4), libsnappy1v5 (>= 1.1.8), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4) Breaks: ceph (<< 10.2.2-0ubuntu2~) Filename: pool/development/c/ceph/ceph-mon_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 3418628 MD5sum: 995b11e39ef2ecbbd89bca7f211a730c SHA1: 0dd26d21e5034ae855a6e2cc5c00e59610023f50 SHA256: b6c88edec3c0c7dd7cab5002c16f5c180818c25c6f5e901f929ea7c111202f6d SHA512: b5e9fa8a4c6061d56f38e02b06c2d01d0536f5e4ed0fea846da8d58476a24b529024cb80772442fefe30b7ca83d935b624025f8565f4dca2edf1e9086a09ff37 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-dbgsym Priority: optional Section: debug Installed-Size: 134326 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-mon (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-mon-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 133898700 MD5sum: f405fde77ecfe8d41cba113a67229469 SHA1: 69e5c5fb7997e9ca0a75ead18293e3aa81c68820 SHA256: df861f6d3f0204c12fdb8d691fda0135a4b1cad7e355bc99388ab118769e4cdf SHA512: ea9a346ad2c761220edb0f30f6215b2aa39dfb135b3d29bf0230b37ff99b0081f1ec77a2bb39a8e1727bf3e32b0c18dec8709ce39222d551f4ef671e5006aa5c Description: debug symbols for ceph-mon Auto-Built-Package: debug-symbols Build-Ids: 0a1a75be167a7777da3b84cc760b4c3e3f58f18b 90f0436dff0af45544e61b4eea74971c95eb1fdf Package: ceph-osd Priority: optional Section: admin Installed-Size: 53459 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 10.2.2-0ubuntu2~), ceph-test (<< 12.2.8+dfsg1-1~) Depends: ceph-base (= 14.2.21-1+apertis0bv2022dev3b1), lvm2, smartmontools (>= 7.0), sudo, python3:any, libaio1 (>= 0.3.93), libblkid1 (>= 2.17.2), libboost-iostreams1.74.0 (>= 1.74.0), libboost-program-options1.74.0 (>= 1.74.0), libboost-thread1.74.0 (>= 1.74.0), libc6 (>= 2.30), libfuse2 (>= 2.8), libgcc-s1 (>= 3.4), libgoogle-perftools4, libibverbs1 (>= 1.1.6), libleveldb1d, liblz4-1 (>= 0.0~r130), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.13.4-2~), librados2 (>= 12.1.4), librdmacm1 (>= 1.0.15), libsnappy1v5 (>= 1.1.8), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), libudev1 (>= 183), zlib1g (>= 1:1.1.4) Pre-Depends: ceph-common (= 14.2.21-1+apertis0bv2022dev3b1) Suggests: nvme-cli Breaks: ceph (<< 10.2.2-0ubuntu2~), ceph-test (<< 12.2.8+dfsg1-1~) Filename: pool/development/c/ceph/ceph-osd_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 15619632 MD5sum: 691c5434d6661f62a1b184b9dbc0f066 SHA1: 1f3d7eb0a9bee39c9920249536fbac1f2b1ef404 SHA256: 1bc6ec6b02da01f706c7006b9c929181b8224ddb3a49cca3d23e6db592db7ed5 SHA512: e4ec2a2c6d71cee1e89adb67c9bca2d4a126073aecd39b3bac264e393af1e2965a34922aa7ee328c3792a417679e95a3192b84cbc26723aacdab9fd91959130a 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-dbgsym Priority: optional Section: debug Installed-Size: 444947 Maintainer: Ceph Packaging Team Architecture: amd64 Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph-osd (= 14.2.21-1+apertis0bv2022dev3b1) Filename: pool/development/c/ceph/ceph-osd-dbgsym_14.2.21-1+apertis0bv2022dev3b1_amd64.deb Size: 441975272 MD5sum: 746517ea4e84e4c6b6ceeb1509c4cf89 SHA1: 4af7b5382ba72acaf41bf7518ecbf25a94f6cbdc SHA256: 6025c5a1ac36fc170a5479e58c589bcbfbe950633948b4ad02414e2dbcdfd8ed SHA512: b0d8c0c2a1bcae56998f11ad9eb76599138a579858dcba5f4c9c02c4f033e46572be80311b08518069b3f27ae6f537dab5bbe27759732fff06e043d359b6bd24 Description: debug symbols for ceph-osd Auto-Built-Package: debug-symbols Build-Ids: 5cbbd221cdb3efc2102ebac9e80a5794f4871b92 60aecc216b6be38f8eea37a915a8e1d4f2465d24 65cbac4d223f9196d16804df1619e4093e0a1a05 87777b7ea419820b29cbd4203bb67ded370eb419 Package: ceph-resource-agents Priority: optional Section: admin Installed-Size: 244 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: ceph (>= 14.2.21-1+apertis0bv2022dev3b1), resource-agents Recommends: pacemaker Filename: pool/development/c/ceph/ceph-resource-agents_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 195360 MD5sum: 410bfa353ef094435475bb631819d29e SHA1: 0f691d56903bc2dcb4e8bf80e36e71ab6ddcaf19 SHA256: c1186c2a7153f8dd84f7f9483bb64cc6a8bf8ba4e5ab09385f745d233ba8def3 SHA512: bcd5553b01b86e46a18ec7baf12fecae902af34ee373503dd6526242e7865f4a38960c1b6b06177c913a8fd456e4520dca6b4ace247fa5cde37eba78fdea3e0e 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: cephfs-shell Priority: optional Section: admin Installed-Size: 286 Maintainer: Ceph Packaging Team Architecture: all Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Depends: python3-cephfs, python3-cmd2, python3-colorama, python3:any Filename: pool/development/c/ceph/cephfs-shell_14.2.21-1+apertis0bv2022dev3b1_all.deb Size: 202416 MD5sum: 98a734f4b3e81fa83ac58b4a73346e20 SHA1: 0c4b6bf3033800e43df5da573dc57da36102152b SHA256: 31c3d586d7c7e96e8072768080f310455b704136f07a55cb4b2a7efd02239686 SHA512: ae69d3bc1543e694af180dab15f5f46d5a6b1612ef5254cc9317f9fe195ae5eb1903d74d8626081cf74f489fa62b33a629b8e3902cc4bdb41a7e2fd89b6bcdf9 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: cfortran Priority: optional Section: devel Installed-Size: 412 Maintainer: Debian Science Maintainers Architecture: all Version: 20110621-1apertis0bv2022dev2b1 Recommends: gcc | c-compiler, gfortran | fortran-compiler Filename: pool/development/c/cfortran/cfortran_20110621-1apertis0bv2022dev2b1_all.deb Size: 70596 MD5sum: 9ad6b0342368a046ba67013056912a53 SHA1: b2ee880a4cc6a18d3d6458fc620b7a5237ed3738 SHA256: 40ff514ff9e0e017901af3662fb3976c77a92788d85bc05f7afe3dbbd24fd584 SHA512: 64758bc205b5e6ec9e1429eff812aa625ebb08b38146d7d73fb116df76914c0606e1a54a1c7273cbf72323536f669f7c12b716a1b5720b9d3576ecca4ef00fbd 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: http://sourceforge.net/projects/cfortran/ Multi-Arch: foreign Package: cgroups-resource-control-tester Priority: extra Section: utils Installed-Size: 57 Maintainer: apertis-tests maintainers Architecture: amd64 Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.8) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester_0.2020.2bv2022dev2b1_amd64.deb Size: 10184 MD5sum: 57457641c4719f61ed0b9ec7ed8c4b21 SHA1: 71c197b857d5116c3605b7ba3fcda1831b1be592 SHA256: 97aa3a4abaaee0c006c9b49b9ffbd8e23ec216f904d6b57997af871be1d48334 SHA512: a0378375105b0bb388e9c0e94a9e724e0da0f9ca4cb0220f18f1ef3ee2761ed8d0d3e730f858ecd3573aa5cd927367d0bdffabf9766f25d1dc6f9d6987dd884c 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. Homepage: 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.2020.2bv2022dev2b1 Depends: cgroups-resource-control-tester (= 0.2020.2bv2022dev2b1) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester-dbgsym_0.2020.2bv2022dev2b1_amd64.deb Size: 8872 MD5sum: 3f2ff5c385e170c0eeccb5cb66564468 SHA1: e0709cea3c3e273b5ba15c76ad8d97edbc8c0575 SHA256: 39ff53c2e2cb57143eb7e462fd2e67e512843702b6a4e132be157f009913054d SHA512: 304c1a4976712ab3053e679c161e7c2ed05a638e735613870c0e04ea087ab7b2fffd96c6a4e00dcb1c38b430404f89b145259f4b5ba9d6658bcf842a5c341675 Description: debug symbols for cgroups-resource-control-tester Auto-Built-Package: debug-symbols Build-Ids: 51d8022d4b16e530c2f68a3c6dd6a7cc12ba1828 5d6e072c34d2ce5589b557e8a64b77ab8ed3f97e Package: chai Priority: optional Section: javascript Installed-Size: 433 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-chai Version: 4.2.0+ds+~4.2.14-4+apertis0bv2022dev3b1 Provides: node-chai (= 4.2.0+ds+~4.2.14-4+apertis0bv2022dev3b1) Depends: node-assertion-error, node-check-error, node-deep-eql (>= 3.0~), node-get-func-name, node-pathval, node-type-detect, nodejs (>= 4) Breaks: node-typescript-types (<< 20201105-1~) Filename: pool/development/n/node-chai/chai_4.2.0+ds+~4.2.14-4+apertis0bv2022dev3b1_all.deb Size: 65608 MD5sum: fa21738754c1157830f16db394a2f0e0 SHA1: a41e15e3c088618f95bf5fc8d88769d543e352f1 SHA256: a9448c71478b630151707ea4740d62ec6ac0cf3b6dab11f53156b9a0742122ec SHA512: 36db0a9e1ffee1379e3f186208c05049c8b43dd276e4c547edb48de39f4d0c8720fcac960d82fc22dbf1819f689c74d517485b100904e692ceae93e2dc8d7bcb 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: extra Section: utils Installed-Size: 206 Maintainer: apertis-tests maintainers Architecture: amd64 Source: apertis-tests Version: 2:0.2021.10bv2023dev0b1 Depends: 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.2021.10bv2023dev0b1_amd64.deb Size: 49004 MD5sum: 4950b81ce43f71a03d0f9e6758320da3 SHA1: 0c318ff5ef341221d3240416a86ba485864fd4e1 SHA256: 93f37547e389d2ef54f9c25b9618ac5b178904bde9d455945a5d9042f4dbe6fd SHA512: 0716b5a633a9a54543b113563feee5a4c38e0c47b95dd6a968797b51fc9144bcec3c50fd3d8545b01022a15b0073487864c8346f69c343bef1772ef7b1a88140 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: 418 Maintainer: Christian Göttsche Architecture: amd64 Version: 0.15.2-2apertis0bv2022dev2b1 Depends: libsubunit-dev, mawk Filename: pool/development/c/check/check_0.15.2-2apertis0bv2022dev2b1_amd64.deb Size: 115348 MD5sum: 9b1b8784f543ae17d546fac6032b7773 SHA1: 2924b1b4e5890de8464fcaca87686cf7036ce2d3 SHA256: 2a7f73d52ccacce65e0bf5735cb52cada7ec87b260f791aa9139ba2c88f06d14 SHA512: bb36b52470fc9425d30d4591eedbf25e10ced594d07661402399c717a6f7d2a4da65724cdf2b5d5fd8ca0faffed7bc5f0b98b7cc3b4412bc9c85172c14b54b9b 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: 927 Maintainer: Debian SELinux maintainers Architecture: amd64 Version: 3.1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/c/checkpolicy/checkpolicy_3.1-1apertis0bv2022dev2b1_amd64.deb Size: 232832 MD5sum: 4367f6479d0d78b188192ea76a94cc9e SHA1: e6a3a24e173cce2959950ac67b88420c9499152e SHA256: 0f0640c8a346d3027783095f7720588fe151531b30189702230097108f5bbe7b SHA512: a395bc632fb29ca5cf823ca7c01642f22e183b24df78bcf32d96460f72e38f8120250f7f1724073854a7ddba445014309ea84294a645f390c6564b1d72fb7bc9 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.1-1apertis0bv2022dev2b2) Homepage: http://userspace.selinuxproject.org/ Package: checkpolicy-dbgsym Priority: optional Section: debug Installed-Size: 348 Maintainer: Debian SELinux maintainers Architecture: amd64 Source: checkpolicy Version: 3.1-1apertis0bv2022dev2b1 Depends: checkpolicy (= 3.1-1apertis0bv2022dev2b1) Filename: pool/development/c/checkpolicy/checkpolicy-dbgsym_3.1-1apertis0bv2022dev2b1_amd64.deb Size: 249460 MD5sum: 6a86f4e86826e5225832bb860f8f3866 SHA1: 2c988311dc51335c4770093419b03965d1ecdfd7 SHA256: edc794e677b993acde61f35fc2ff04e938e643f84965b8a7c5b3296bad6854b9 SHA512: 603f615722d813e4bc6ccfd1f34ca86d63cae84f148ba56afa9ea2fc3cd36f8aadb601a0af93182d4d05fe7e8c1577304cc89f6291be9c3f2b0e0f560061addb Description: debug symbols for checkpolicy Auto-Built-Package: debug-symbols Build-Ids: 221427dd3834ef5ea8c70f6cb5e892a38822675a e3cad883b0100e4ef31b6192f3cadc00243c2a5a Package: chicken-bin Priority: optional Section: lisp Installed-Size: 6627 Maintainer: Davide Puricelli (evo) Architecture: amd64 Source: chicken Version: 5.2.0-2apertis0bv2022dev2b1 Replaces: chicken, chicken-dev Depends: libc6 (>= 2.4), libchicken11 (>= 5.2.0), libchicken-dev (= 5.2.0-2apertis0bv2022dev2b1) Conflicts: chicken, chicken-dev Filename: pool/development/c/chicken/chicken-bin_5.2.0-2apertis0bv2022dev2b1_amd64.deb Size: 1184228 MD5sum: 721687546be063fb727099ce2922833d SHA1: 45b2119548acb98578450e0b0bc76ecce40231b0 SHA256: 47cf2a11a4ec2682098683ea8610e130380f91b7c1c7c3864762507945de0bbc SHA512: 2b2b0079356ef7000fbf9de9537b86c83a3afd55134774447a8b1b9c0b4ee4d6d115002b06224849bd8cee8f00c982bdadb5940a9811768fdcc253e174a16b0b Description: Practical and portable Scheme system - compiler CHICKEN is a Scheme compiler which compiles a subset of R5RS into C. It uses the ideas presented in Baker's paper "Cheney on the MTA", and has a small core and is easily extendable. . This package contains the compiler. Homepage: http://www.call-cc.org Package: chicken-bin-dbgsym Priority: optional Section: debug Installed-Size: 4753 Maintainer: Davide Puricelli (evo) Architecture: amd64 Source: chicken Version: 5.2.0-2apertis0bv2022dev2b1 Depends: chicken-bin (= 5.2.0-2apertis0bv2022dev2b1) Filename: pool/development/c/chicken/chicken-bin-dbgsym_5.2.0-2apertis0bv2022dev2b1_amd64.deb Size: 4059824 MD5sum: 5c5ab14046bf65ee44062caef00fa451 SHA1: 15afe1cad8fa30ac25c62ed6e12b7e2e5ef8176b SHA256: b8e2a344c2c351448e66f69c48d2b917e17e3903e4accbb787bbb89d42226bb2 SHA512: c0c324b06556946f74a89a7926e740781fd342a2ec0099f63f9fafbfb7f01606e0b0d79053db56c9c22729dfa87e1f19c8722606400eed701c29eee8373bcfb9 Description: debug symbols for chicken-bin Auto-Built-Package: debug-symbols Build-Ids: 0366f092fa20729badc9343db8f234dd087dc020 04c557b4d27d31ef01ec77f665afb996160224bd 0ca5a77f8baa53e1c944625eea4ed3314a48e111 0f0a48f07c82a7a1bd4fabb8bf87abe1d1ab0ec3 108f4df34cd1160d438d7b06ae9ab9e7a69bf736 1ad425dec36f81b92d7bacc307c196fa923c9cf8 20e254596930074e9b7657b7d09ddce5b07a4502 21d60ff7126dc351ae9eb815813c45a76b9c3173 2c935daffcb20542d8323a42d8cd731642f23f2e 318116c51ef6e3efc3ad7be565bd90961da81947 371bf85faa7c94fc92ff3f0aecc4cb0c75910c60 3ca7be69da8641b4be92e9c964640a0c9db50a53 419dc747c1bd3da1952a6d29ce5dfed717d1a7bc 43e9a28c2cd281e66761da98d2bd39a14e476c3b 465048fe5fce8cd9391c0c15e9a39321426b5faa 489099adcd77ff3dc4b8ed44a380ad2e061d67c5 4b6bc7465fe52f55e4c37c0541864b2be5c6b7bc 59ef5806da6da7c74f0d01f2756874a8fc8b3e0b 5a2d1bda3c007056e11660137aa4ce065d82078d 6055695be4310c6f7a10bfbc9c73fd8fbc7f457f 660de01d15308ecca52d2ae8a6e852564b4a339c 68f5837b1b387ae145f133ab3432294fbd9cc6c8 72ae445682348a0bebf0829355d6e471e92ebdc8 7662167b94c35b8bbcae522d20d9e6789f45d64d 89169b3c5bd70477c8df4549e4555ebdf12c117f 8daebc15a3f302f95302386bc561d098062cccf9 930ecd9281822d0229b78a9c9490527c8f02f162 93115f4baf56960bd68f6c1aa091216e3f7506bd 93a892bcec36fb8322a8c5dccda0f8b7a3a2314b 94f234b6665bb131636115f92fcb8fb2604e1765 9716a4d7e33ed81c291b467eec7a2fca8c6e8191 9bd8888d1a31494ccbb6f970a592b500aee66f20 9dc2cb56869723e819879e97fbf1f2d1827bd9e1 a5a0076813f27d53ce7391eff8704df1b1e56064 a74d3de9d395bf89a2229d9e465b5f9412f0cae6 b1fc5069b7ea8470f0b966bbba94085f40abee61 b56e1f5ddc82d67199a0cb3554d7edab6acd3a8b b6bf5fecea618075c6a46d812416e36643ab84ab b728d2492130eb8904c9418374e53a6c9d4523df b9cd775cbfaf6910a5907e64ee515f06ea021e67 bab2af9a06fa766783c7cbf907eb2346eb860289 c55ffb31899a38ccb84605724f3e2741c95805a7 c5b7e36c0eca30d07d42338a88e05803854628cf cbf6099aee114cf10ddb244f84791826a1b0ba59 d65f3bdfd33aa32ee02c822e98fda24a6443fc30 da77a606504784cde80eb159760c79e10af5a4b1 db6b118264220edb98925f0de01bcdc9e6f59157 f49b435ada9eb6842c6a12dd77e046a87c437d0d fc08deab7139239d16ee8dcd8db5547d50822619 fe85e5abd4dda852e30e01c777ab2174b26213b5 fff0bd5ef6f81ae3401a8c6890d55dabdb113e9a Package: chrpath Priority: optional Section: utils Installed-Size: 45 Maintainer: Tollef Fog Heen Architecture: amd64 Version: 0.16-2co1bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/c/chrpath/chrpath_0.16-2co1bv2022dev2b1_amd64.deb Size: 17212 MD5sum: 408561288cf5925e6636fe0b6526bc59 SHA1: 89d87014e3f7fb2b738046a91e332ffbf090dbce SHA256: 04cd859e0ed0f19ff0f63e9b536f8de4de1b82a35b6d918445c6c66db66d51c9 SHA512: b587a70e75cf193597164bd9a4c34091ba0d9ee6fd49d1ae4efcfdc178b3f644bcbd8ea64a881f702e2bee018a495840744810cd0b34a2c14af6f839ebeecda7 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: 36 Maintainer: Tollef Fog Heen Architecture: amd64 Source: chrpath Version: 0.16-2co1bv2022dev2b1 Depends: chrpath (= 0.16-2co1bv2022dev2b1) Filename: pool/development/c/chrpath/chrpath-dbgsym_0.16-2co1bv2022dev2b1_amd64.deb Size: 21704 MD5sum: b2524e9445373900cbd5d14443c29848 SHA1: b3a292d7ccec9bcc887e39a04f953bc26103ab15 SHA256: 77d6cec8c8e6b5612211bf8e876620ab5225fb255323669b2fcfcb761ae98966 SHA512: 57fbf3c058c962fd0e1fff1c8c2fa25f866dafa077d23e14204e47bba65e9bdf972321b0de8127fcefded78b50951796bcef56bafa9e4eea67b1e89ab7b9d5e5 Description: debug symbols for chrpath Auto-Built-Package: debug-symbols Build-Ids: 12eecb99f1b4494ee5b6ceebbf78a8e3458f2ce2 Package: clang Priority: optional Section: devel Installed-Size: 25 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.51+nmu5+apertis0bv2022dev3b1) Version: 1:11.0-51+nmu5+apertis0bv2022dev3b1 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-11 (>= 11~) 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_11.0-51+nmu5+apertis0bv2022dev3b1_amd64.deb Size: 9180 MD5sum: b8ef52daf47ef05fa28dd27a77584deb SHA1: 6c91c6228fc897f44a31cb49be9dc09fb1ae5611 SHA256: 9918047bd9f984d6bcc5660f724c5ccf38697e90c320a3fb13b6a6d43fc79525 SHA512: 56e88d72bb0d48cdf2b0c8d21020175260aaa45411600a75a3d0412c2c7124613a2ac910d4ebd0476953da42754edc9bebab1b8e8210b1f31935071080b9bb1c 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-9 Priority: optional Section: devel Installed-Size: 3712 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.14), libclang-cpp9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1), libgcc-s1 (>= 3.0), libllvm9 (>= 1:9~svn298832-1~), libstdc++6 (>= 9), libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang-common-9-dev (= 1:9.0.1-16.1+apertis0bv2022dev3b1), libc6-dev, binutils Recommends: llvm-9-dev, python3 Suggests: clang-9-doc Filename: pool/development/l/llvm-toolchain-9/clang-9_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 1166924 MD5sum: 09bcba4c27b0ba1ce4540775c19eb421 SHA1: 15bbe9c56639a1ceb119aecb7e351ca37f5998ef SHA256: 412dff38904e76d178a4bea4e75ec6248503ee50a7ab3b5fbde9367b380cc546 SHA512: 40be75c7035e5a578862230e6e3eec5a76ea2715127348d61e80a27c95d06b4b68265375f3792192b3009192ba828a7088cb07d70d22af8ace904e365daa4256 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 and 14 standards and also provides most of the support of C++17. Homepage: https://www.llvm.org/ Package: clang-9-dbgsym Priority: optional Section: debug Installed-Size: 3706 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: clang-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clang-9-dbgsym_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 3178340 MD5sum: d3cdf9a626c927b36f8d942902b91d4c SHA1: 84c44cd64c302acfa8c3aa0fc6a7b8c78d7a86b2 SHA256: ef283bdb1ba36f92a478d20c03a10fa60a4a0f4e00d0b75f3aa1d7d286f9f60a SHA512: f3c7053d63d1cd3acf2123bea62e62105cb484f967a54bd69c83ae2f681bbac991cecf5164dfdabacf363263d685468c6d58e477fea7b57278382035f206e449 Description: debug symbols for clang-9 Auto-Built-Package: debug-symbols Build-Ids: 452790cf2f2019615497b79b64261e7f9e44c304 Package: clang-9-doc Priority: optional Section: doc Installed-Size: 9212 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-9/clang-9-doc_9.0.1-16.1+apertis0bv2022dev3b1_all.deb Size: 1100404 MD5sum: 3c9873e6d7869f747bc5d3e287f67337 SHA1: c015b305afbf13da7b23df2dfa3320622fe50f7c SHA256: aacc343be38d1c5cc27da201b94a23774df66fffd4ba3c9ad0fb6ac71671834e SHA512: eafe320fb556edf1aa670a4cbe154d3cc27765029bdd843bbfdd2bec1412a655b64037ceb4c23b766895c3122d97f701bcb8ed965f4aeb83f438063727a1a647 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 and 14 standards and also provides most of the support of C++17. . This package contains the documentation. Homepage: https://www.llvm.org/ Package: clang-9-examples Priority: optional Section: doc Installed-Size: 76 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Filename: pool/development/l/llvm-toolchain-9/clang-9-examples_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 54808 MD5sum: 87214bd949cf0765280b0109d89f0f47 SHA1: c9237016edde03cf4787079eeb4fba2bae8da559 SHA256: 4d09308f8b3515dcc8cddca54504b746eb1abfab3abc8c3c3dfe87cb822d471a SHA512: ebc8a9769c7ed3b17ec0c9c4866cbc3b55fe1cc744868cc4670e400e4d62bf1b2156d139afcd1d787bdc4e52159068ec73b3af42f5a0afb5675625ae1a8611cf 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 and 14 standards and also provides most of the support of C++17. . This package contains the Clang examples. Homepage: https://www.llvm.org/ Package: clang-format Priority: optional Section: devel Installed-Size: 31 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.51+nmu5+apertis0bv2022dev3b1) Version: 1:11.0-51+nmu5+apertis0bv2022dev3b1 Replaces: clang (<< 1:3.6-28) Depends: clang-format-11 (>= 11~) Breaks: clang (<< 1:3.6-28) Filename: pool/development/l/llvm-defaults/clang-format_11.0-51+nmu5+apertis0bv2022dev3b1_amd64.deb Size: 9188 MD5sum: 037c33a8d95cbefe3b7659578388253a SHA1: 5a83d1850f244f9c544d622c0340c62b6eb88d3f SHA256: b5d1dbc4f61c2482397dc3c86f8905314baa819264aee8f2f7e21f864221c63b SHA512: 7bb5e038a22b0f9059dcaba773aee68733b7f8c8cd6fb73cb233aa26ca86e41253bbcc7288e725aa8001268c087291c0878076ed0095d9815796e94c32d920f8 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. Package: clang-format-9 Priority: optional Section: devel Installed-Size: 186 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.14), libclang-cpp9, libgcc-s1 (>= 3.0), libllvm9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1), libstdc++6 (>= 5.2), python3 Filename: pool/development/l/llvm-toolchain-9/clang-format-9_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 81352 MD5sum: 8093f71937f5c9f6cf3e53a89429020e SHA1: cc75f59a53b03c13b7f1f9f4230890bf343828ae SHA256: 3c134b65fceaaa539de1efadaca3ad52319b52d1e6ff0b67d32505eac8b5cbfb SHA512: bc5c3d1ed6f5a1080f585c0cffecfaee547944c8e599d45baeb73f3c7406d08c2e2f39afe215e633359fafa5f2d729769e78c3c8d5240345f7f49fda16c8b4bf 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-9-dbgsym Priority: optional Section: debug Installed-Size: 63 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: clang-format-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clang-format-9-dbgsym_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 38468 MD5sum: 13e7746e6815bd403342b0c9fd540219 SHA1: 11988d2975cd323691640676a8625a248f7d497f SHA256: 566447f81e9040152982779d4bb284d9a99258bf8884b7588fa7c136ab1a3cee SHA512: c88b1d1130e2d2ab2209b3da05de9a22b6d0e0d029a327103bf850851b1afca61c1210b2bcbb86af6e956187b23ad3a534c6c468b20241ca6feddf52c91930b8 Description: debug symbols for clang-format-9 Auto-Built-Package: debug-symbols Build-Ids: 7d77e15810bf7cc8bb138da8ed3c664c9b0d135d Package: clang-tidy Priority: optional Section: devel Installed-Size: 23 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.51+nmu5+apertis0bv2022dev3b1) Version: 1:11.0-51+nmu5+apertis0bv2022dev3b1 Replaces: clang (<< 1:3.6-28) Depends: clang-tidy-11 (>= 11~) Breaks: clang (<< 1:3.6-28) Filename: pool/development/l/llvm-defaults/clang-tidy_11.0-51+nmu5+apertis0bv2022dev3b1_amd64.deb Size: 8948 MD5sum: b023ab7265ef87d65fd13b5c7d9451fd SHA1: b7ee06b5c580d32d6d9660b4b9100577e9e94f7a SHA256: 500b164f6e7ebcbceb1083770a0b469c61540fe22a3b3007b028253ae777d84f SHA512: 3a6038c0d1afbc59102e6c107eaa41c029d8b7582d341b4b3c8598848e705668fb4a3e49e0079065ed587f4da472491249f596673fb7658fa09c76c34b72b7bb 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-9 Priority: optional Section: devel Installed-Size: 26074 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libllvm9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1), libstdc++6 (>= 9), python3, libclang-common-9-dev, clang-tools-9, python3-yaml Filename: pool/development/l/llvm-toolchain-9/clang-tidy-9_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 6307636 MD5sum: 8985b81fdc4cb542b33c9f3f13f34276 SHA1: e757645e6535722f7328d7e09abadad7599e67cc SHA256: c8c2879fc32d15c05b36553a7d7a895d08c9251e74a73d4a686f3fd0088ef6b9 SHA512: 34baef2b264dbe1b28385ace5b1b4264283ab0081d5c49a10f0236f057d5ea40d9ab99444cdc0346e694479d97e7e8785e8beb3d7aa8a441d3b331525d2e9277 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-9-dbgsym Priority: optional Section: debug Installed-Size: 31235 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: clang-tidy-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clang-tidy-9-dbgsym_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 26458832 MD5sum: eced3d177afba3e1f72c238ba6d76ec0 SHA1: 7ba0076d6cbc60f3ba2232fd0c143fc3fa25da0d SHA256: b679508cf041d44ef67cf0ada9ae559764eaceb1566951c0207130c6e975719d SHA512: 325ed08fda321c0559b091d316008b31a60d583aad8ec09c4c4ddf8b88732de6ae472f451eb5ecf94dc39e4d984c26f19248b49c10559cb71317e880abeba99e Description: debug symbols for clang-tidy-9 Auto-Built-Package: debug-symbols Build-Ids: 9d19930b7b0aabead8bd461c547b9e06e09d2d77 Package: clang-tools Priority: optional Section: devel Installed-Size: 32 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.51+nmu5+apertis0bv2022dev3b1) Version: 1:11.0-51+nmu5+apertis0bv2022dev3b1 Replaces: clang (<< 1:4.0-42) Depends: clang-tools-11 (>= 11~) Breaks: clang (<< 1:4.0-42) Filename: pool/development/l/llvm-defaults/clang-tools_11.0-51+nmu5+apertis0bv2022dev3b1_amd64.deb Size: 9088 MD5sum: 515fdd7f474eb52dfe2dbf80ada0d763 SHA1: d8c22e405ccdb870e4ad0a5bcf1d10c14d883164 SHA256: 533cd18309fcf5bcda37a153640c7863c1e81c43bc52eee3a976a6750b9dbcbd SHA512: 28c63ace98fb83ae2975403ccdd99fa7c35c945477e429b105e831e6bcf9aae19fd3e6ecab135ccfb8a677f0bdb3e8475704b90eddd1d1196f582ed8b6718a5d 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. Package: clang-tools-9 Priority: optional Section: devel Installed-Size: 143864 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.29), libclang-cpp9, libclang1-9 (>= 1:9~svn360566-1~), libgcc-s1 (>= 3.0), libllvm9 (>= 1:9~svn298832-1~), libstdc++6 (>= 9), clang-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1), python3 Filename: pool/development/l/llvm-toolchain-9/clang-tools-9_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 35979468 MD5sum: 688cc0f8958a14e34e405dbedba1f17d SHA1: c561295fe819d8ca9d3c6d39ff37ab80d1486b27 SHA256: 14b0f0d0bc340a641a45d9c08975e8c8d7e919b792445530a3b231c9b7cd8e9f SHA512: a288d47935cf75d978bdeb9849f4b30a121936b138030a7ed62b453c01eabed92b00df47eec07719a0930af7f46bbee5bc1c6628ec4bb866a4ca251691d44a5b 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 and 14 standards and also provides most of the support of C++17. . This package contains some clang-based tools like scan-build, clang-cl, etc. Homepage: https://www.llvm.org/ Package: clang-tools-9-dbgsym Priority: optional Section: debug Installed-Size: 151882 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: clang-tools-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clang-tools-9-dbgsym_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 133230488 MD5sum: 0c27864dec0e7227083f13d4dc3aac77 SHA1: 582a79a1a0502158a8215b9667d2987c6e1f8d67 SHA256: 44b990c13b9a97c18a3b0093993246d2f746699cbf324795bb5a93e362def351 SHA512: cbdce1bf067c3b128c6418d11d8b3024789d45da09c0b5427de673bc12e355b29fda060d5dd5b6af6cf6c009694b584fe27b9734fe3d999e1ad42a63744fb383 Description: debug symbols for clang-tools-9 Auto-Built-Package: debug-symbols Build-Ids: 1138876ec3cbabaf7364386ec68e00bea6f9355e 1e2b8f12fbd72fa9bce0910c12ca4cbcb87d5f61 20a4b5bea8b14ffc752be6838dab9061bf0df2b5 21af70b6a77e5f211982e58d4908108f5876d294 23b7927456ddd705efabe087d1ddde45bb9e491f 58614a73b73bb5f73d0762c01eb83571f82394ad 5d45a4d0e8179ab2c85e3df9cd8ffd0e29aff575 65591d99ea440da7062589f2e368401d25641abe 6ebab05baa5067127a15554fa4ed633fea5e2dcc 71c04f7cc3956aa8d7ff8d2fdf8a9820677a43be 75fc61674f91c4bc434eb61edcf253d6806fc71a 7a1d864e288d4f9c2918efa9f8d8554fe14dafdf 7d7ffb74a842c06f1d01b1d830c88c50f5a26d36 8599957ca2ee9c9fc52f2d4237286aa1abf6db5c b89ed34074dbf742d10051b6a6173aef5ec58d4c daf723d172438f4e8a2e6af2dcd1a546f0b6ce42 ec55eb83eea6201e2bd0db501cf3e2a586e4860b f231c0e828214a0fdc0a9e76c99b23bad278f362 Package: clangd Priority: optional Section: devel Installed-Size: 21 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-defaults (0.51+nmu5+apertis0bv2022dev3b1) Version: 1:11.0-51+nmu5+apertis0bv2022dev3b1 Replaces: clang-tools (<< 1:9.0-48) Depends: clangd-11 (>= 11~) Breaks: clang-tools (<< 1:9.0-48) Filename: pool/development/l/llvm-defaults/clangd_11.0-51+nmu5+apertis0bv2022dev3b1_amd64.deb Size: 8884 MD5sum: 384a961e2981ce5b7a19d5dcd741b420 SHA1: 5d2f28ec902c7541b162d1703b6c46d91271f3b8 SHA256: 46fd10f422a970f421ab7869108bcecb0e39592e3ceafa00aac544dbbfe1f0d1 SHA512: 7e5371c0509fe559a4e1cbb04bf1db16a54928fd1f0f5ed1023e26cba1809bc72c0763c8e9fd567e5d785580f6a8fcc089c24e6b33474851df3875bf326ce17b 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. Package: clangd-9 Priority: optional Section: devel Installed-Size: 24423 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.0), libllvm9 (>= 1:9~svn298832-1~), libstdc++6 (>= 9), libclang-common-9-dev (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clangd-9_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 5922372 MD5sum: f24022a93c423082f11ef8c7f8e65d65 SHA1: bde2e187fdaf36aa32eb11fcf37c775bcd260a1e SHA256: cbdc7376b6241975e50787d653148a5fae90067a3b0472df08563a31032b3152 SHA512: 7d8fad8503cfafe0c5d4751d6fdda7fab7d1c3c7616ce942b990f9436b339bce217dbaf7d83273469f8125f529a5361af0de4e369f80cb6396cd844d8b77c2ee 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-9-dbgsym Priority: optional Section: debug Installed-Size: 33061 Maintainer: LLVM Packaging Team Architecture: amd64 Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: clangd-9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1) Filename: pool/development/l/llvm-toolchain-9/clangd-9-dbgsym_9.0.1-16.1+apertis0bv2022dev3b1_amd64.deb Size: 28685464 MD5sum: e708b1d45f12ae3491dd9f46b05291df SHA1: 326c4812e518d986d9f4df9cbd65bcd57b0b83b3 SHA256: cd48892364eb5d01fd784a2a99f8cce0e8bbd4dba3de91975ca799e78bc771be SHA512: 3583a63e91f2ed2d1287851a45c58f6348e13d79e2ca589164932a88691aa3e2e388ce25607c099d52589bc64bab5786002112bae20dd030163197aa28924f76 Description: debug symbols for clangd-9 Auto-Built-Package: debug-symbols Build-Ids: 0458a8288b16ead03cfcb219b6a7529448e88bb6 Package: clasp Priority: optional Section: interpreters Installed-Size: 1735 Maintainer: Debian Science Maintainers Architecture: amd64 Version: 3.3.5-4apertis0bv2022dev2b1 Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.0), libstdc++6 (>= 6) Recommends: gringo Filename: pool/development/c/clasp/clasp_3.3.5-4apertis0bv2022dev2b1_amd64.deb Size: 634624 MD5sum: 78513b015b9be0b8b0f225a3792488e5 SHA1: fbc03056d998a774b757fa82412c824db9d6ff24 SHA256: 3e3626e513c2208a630f226490e398096e5fe362c8dda3131ff4bf8e100b6de0 SHA512: 0d49a04b0521ca6789aecd4c40299f5d949b4017f1c95361dfb4dec519de213cf162e2ca30a68258fd9b2198595ad54a124a3373096f1837782ef8cdefc4cb52 Description: conflict-driven nogood learning answer set solver clasp is an answer set solver for (extended) normal logic programs. It combines the high-level modeling capacities of answer set programming (ASP) with state-of-the-art techniques from the area of Boolean constraint solving. The primary clasp algorithm relies on conflict-driven nogood learning, a technique that proved very successful for satisfiability checking (SAT). Unlike other learning ASP solvers, clasp does not rely on legacy software, such as a SAT solver or any other existing ASP solver. Rather, clasp has been genuinely developed for answer set solving based on conflict-driven nogood learning. clasp can be applied as an ASP solver (on LPARSE output format), as a SAT solver (on simplified DIMACS/CNF format), or as a PB solver (on OPB format). Homepage: https://www.potassco.org/clasp/ Package: clasp-dbgsym Priority: optional Section: debug Installed-Size: 6634 Maintainer: Debian Science Maintainers Architecture: amd64 Source: clasp Version: 3.3.5-4apertis0bv2022dev2b1 Depends: clasp (= 3.3.5-4apertis0bv2022dev2b1) Filename: pool/development/c/clasp/clasp-dbgsym_3.3.5-4apertis0bv2022dev2b1_amd64.deb Size: 6459420 MD5sum: e5df2eb801a704fc2cec14bf80a47d62 SHA1: 3e9a792a419ae37091c7f72054315cac22b94ff9 SHA256: 85f5820e9dd1fc4249e512e67d81e318ca642765cf9cba45fe47d46979a73fac SHA512: e2800f61d548726e766bad175bd7a87290376dccda51289b36c98c2556eba559afd34eed609da3ef107a7b0dfc512e8fe4c1cd679d0d96dcba437d8471de983a Description: debug symbols for clasp Auto-Built-Package: debug-symbols Build-Ids: bacf28b90b129206468d0e9d8e2808121d17ddc2 Package: cleancss Priority: optional Section: javascript Installed-Size: 53 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-clean-css Version: 4.2.3+~4.3.0-1apertis1bv2022dev2b1 Provides: node-clean-css-cli Depends: nodejs, node-clean-css, node-commander, node-glob Filename: pool/development/n/node-clean-css/cleancss_4.2.3+~4.3.0-1apertis1bv2022dev2b1_all.deb Size: 25756 MD5sum: 3379575832fa222fdfc5d36b79b69f63 SHA1: db6a6ff329219d0a05146f4585e29aa0b7a1d1de SHA256: 9be7fdb0ece84a959ba185fc6e2b8012980e94a6a1a8f205a81e1b10066fb23e SHA512: 83866447eadd71ba31bc3c50f309806693265e9be8a91f7074c6b7aa9a87e5066c86b5da010b7e0a33bd197d77fd9c404fa0b723e49d149c38700d2bb7fd5600 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: 32522 Maintainer: Debian Common Lisp Team Architecture: amd64 Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 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-a78ccb7e22a02ed0aaff6727ac81d18307454a33, lisp-compiler Depends: libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libffcall1b (>= 2.0), libreadline5 (>= 5.2), libsigsegv2 (>= 2.11), libtinfo6 (>= 6), libunistring2 (>= 0.9.7) Suggests: gdb, clisp-doc, slime, clisp-module-berkeley-db, clisp-module-clx, clisp-module-dbus, clisp-module-gdbm, clisp-module-pcre, clisp-module-postgresql, clisp-module-zlib 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.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 5477948 MD5sum: a79a45f4bcb88333503ddd70c63016a7 SHA1: 8980c750e4513e6a312af07879dff4058d43ad32 SHA256: 17759339ae5d10cf4b72bf7ef86efc7401a0a51dc186316adcf2c7d49d1a2e2f SHA512: 92f1b8ca56afe8ed781182c7cafee350120bd7dbd3dd4d88c9d605946a47591f60d52786661622303fd2fe712151a107328ced19132016debe7dcb6b44b657a1 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: 2811 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 2620732 MD5sum: 802b70778aa9bcdd6448d55371762a8e SHA1: 9d648fdf8e9cbf9d2a4eaa1a887e9e1fd49b4623 SHA256: 135719b59ade1b68291edba6eae31660464530f75bd7fa568513f2dc345358c8 SHA512: 29cb34c09b7dc8011010069d74f5e9c4e1e1ff92b81d5ea3971165d6f9ba5d0c7a61e5d4384a3c2a5d3ee2f7261732b1cc0f5cc9ff8fe342a0b525ba6036c632 Description: debug symbols for clisp Auto-Built-Package: debug-symbols Build-Ids: 6a6828dfee7a897f625f820a1043b83b29c71638 d413b0f4ee885375388e8796e0f0f0e0ae2038fc d57045ef68c62d7f586bb7bfa2ab83ac1b079618 f51adf1b0fc6f8f5ebbcb1220c74c3ae858cba5a Package: clisp-doc Priority: optional Section: doc Installed-Size: 4564 Maintainer: Debian Common Lisp Team Architecture: all Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Filename: pool/development/c/clisp/clisp-doc_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_all.deb Size: 1199424 MD5sum: de9f7e6b3a9d94cfe3566afc55b6fb78 SHA1: af85c921679f476ab6d3c93100a6f3e6d859e178 SHA256: 46b4762b3b41c70995d83090e250932614a5732979c23409f392bd9f9c3204d1 SHA512: 11044fa537a21e64784775d5d3d757754f4f9de83ac177332afe0487ac17007868a956811a17d40318cb65111e0fb8b2b330550d0335c69d8a8b753554ec1bc6 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: 1920 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libc6 (>= 2.14), libdb5.3, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-berkeley-db_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 874772 MD5sum: ef67d4337ab91b4b9868bcd8fadf468d SHA1: 89c12b0dba9df3701e5cea517b107e0a43def401 SHA256: 687a371b5e470a601c4b2c58f8cae729dc314ff80f8d59093fbec00b0808f6b9 SHA512: bf648282183c00294fd7879381160b2c3fbb98856b1aed3c079cb49edc134745e6c2251f536cbd3a4cbed9c9d8ce6e96fb91a21e3890fadccc87e0a464dd847f 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: 173 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-berkeley-db (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-berkeley-db-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 153400 MD5sum: 30744c0950c332fdec2dda6886a8ad40 SHA1: 72210f5c77c77375a933bb68d1247b3de4ed3da5 SHA256: d014f46c9bf0857a3375d76416d9f85e0e634a9de61ce99b3e577b70b587dc74 SHA512: bd1e5af186bb395c021bcd2b37fe57ba9ad65497e6462adf27ab35212ccd3f8a7767695082bce4aba6bee2936af5e287257c361411459f82578057ed1f9b7e0f Description: debug symbols for clisp-module-berkeley-db Auto-Built-Package: debug-symbols Build-Ids: 1954e26683f8ff27b6c534576620631acb868e8e Package: clisp-module-clx Priority: optional Section: lisp Installed-Size: 3482 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libc6 (>= 2.15), libx11-6, libxau6 (>= 1:1.0.9), libxext6, libxpm4, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-clx_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 1107344 MD5sum: ead3c30616ce5ac8e5925b35c8c862a3 SHA1: 7ef455700db8c1077fc124b7b2bb9e1bee35b3dc SHA256: b9b3c0f31d0ddea22b181f371ca9ad7accc8b6a49a58cdd438d37de553b899dd SHA512: 1983c6adea1c8074d63349e8aaa2172a2df45b0310b5dfd28f0f1d172b1082f3cd0ebf7a20514b36154f63008df99791b774fbb58f0c4216e24bac0877c54ee4 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.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-clx (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-clx-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 251928 MD5sum: aaccd99b39f65a769bee800abffc6f98 SHA1: 4b37c4c504f42896c213abceb3f335890231f86d SHA256: 63e4d929496319be3b7122e6e463012d3ed34fdc188a3cbd0b46653f633355a0 SHA512: 6e2039d2b8d7d52de8fa85ab8c31663e3b24344d62dba913a0c3a9dbdb89c3c56504d24a9cc72b985d686e9157636426b0973db68e8d29d30b69010bf5dbb9fd Description: debug symbols for clisp-module-clx Auto-Built-Package: debug-symbols Build-Ids: 0103aeccb9d82a2d4cb559694861019e541b8141 Package: clisp-module-dbus Priority: optional Section: lisp Installed-Size: 1481 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libdbus-1-3 (>= 1.9.14), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-dbus_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 735936 MD5sum: ff303c826d83c190e96f89e3da7062ad SHA1: 071f2ab0743231a4a0282a6d04c2871101ead94e SHA256: 4562d3d3fbef0209fa03d95538f93337fd7fab0a9641757fe60049573c3804c9 SHA512: 42a7e695ce9ce70bbf7ee2e086fa103944b7f5e9dd87cf4f14f5619a4f9937bbda4661451360b57144cbe9c75e76f86588a26753f109c66dad6bca6bf72ae379 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: 32 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-dbus (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-dbus-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 7892 MD5sum: 6ba85191ba432939a238f5a049620876 SHA1: 3f885501de3028097ddbf4ad47237e737872844b SHA256: 775baf6cdffff3cb32a089247c17fb91f128433d3de30ffd18924df3beb88b62 SHA512: fb7b92bdfa0ee9871ebe1f21137e875ace3394042089c44295963a61f95b4124cf6a4626be83ba3670fa84b63a083861ed90d58eaf962b2ff4e035e14b8e8258 Description: debug symbols for clisp-module-dbus Auto-Built-Package: debug-symbols Build-Ids: 80ed3775d594c02dc2ea54e6f6f15b13035f1b8c Package: clisp-module-gdbm Priority: optional Section: lisp Installed-Size: 1089 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libc6 (>= 2.4), libgdbm6 (>= 1.16), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-gdbm_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 751588 MD5sum: c6835a26590ec8070c29aa70a82dac98 SHA1: ea45c7068c26b134e579c065b8925b8b23960793 SHA256: e60c7ea677da1980e22a482aa86b25dd2ba4113f31a3f1ddf7c3aa04a013df9d SHA512: 3fa68092d0c53bcc7455bc4a1829111dbce8c23e6ecb5da2637e4c3b0c777083e3e5b7f3e4b01a5296aec34ea866ae036a5f6a75a9696bd812cf2157226d9fba 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.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-gdbm (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-gdbm-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 68680 MD5sum: 076c7a63c0b0605da5ab486663498f3d SHA1: 10431d8d967c9e2d6e91f187f0a52ac6edf63071 SHA256: bb3c4c650f60fe6f28c2027aa5c0ace6f819dae6ed28e610695b17e267499a80 SHA512: 2507bb04607a6115f60794f9c5b07adefacb87ccb23c28c151ab34ea447a2079c894824cf5ba0e4d2214bfdb1890e8500271558fedb4ae7a929a6fb15ab6e29c Description: debug symbols for clisp-module-gdbm Auto-Built-Package: debug-symbols Build-Ids: 007f69050421d8375513e21432f2bc36811a75a9 Package: clisp-module-pcre Priority: optional Section: lisp Installed-Size: 995 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libc6 (>= 2.4), libpcre3, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-pcre_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 735812 MD5sum: 16eec8af8f918a7439f2d265154bef94 SHA1: 978aec89626d8c8e77896ad324af9c1077a40049 SHA256: 25dec6fdee0276ddf93d69ab33cb884787a4d97798a4e739cccdc07bedf224b0 SHA512: 2fb59c11da8eac6141e956355fee1878b7d9a9973eb362ece528300b4804f61440030a1bc34c45b0fb84e15a4c69535a071f96d97b168904434390523a8e92ad 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: 69 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-pcre (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-pcre-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 53632 MD5sum: e11969b655bd3a74b2c3ac4da881003c SHA1: 8a6dda84a530e55c096e05aabfe37efa6765c2ea SHA256: c8a6fe39b9dcf25e467c1347e703ecb453f0b78044c8b9ddcc7761238692de0c SHA512: 0cd1bbfc40409782f4c577ff0f6a3f6bb70d1a40d5e016fe4df3638567fe6355626a63e826554e5814a2ad5ed41edb6f5d81e14a23e512758fa11e60b292cdf3 Description: debug symbols for clisp-module-pcre Auto-Built-Package: debug-symbols Build-Ids: f127c13136e1298bd7f46daccab97c8f7288607f Package: clisp-module-postgresql Priority: optional Section: lisp Installed-Size: 1038 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: libpq5 (>= 8.4~), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-postgresql_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 712272 MD5sum: 4c9bb3d919b79e434b732a4459e5121c SHA1: 4af08747b3e67db0ba06478bb28e9c4fc4762fd2 SHA256: 4a6cca4d2c8bb63da14af250fa7b31fd802fe601053499f0fb6232fef80af10a SHA512: c49bf4517a1d528d27b17de36a095a31c025356d824ad7444d0afd5e7cf55b1d44f635c2596c43222c03dd8ffa33a9275e37222a9499d5d32bbf089197c258ad 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: 23 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-postgresql (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-postgresql-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 6264 MD5sum: 2e68b3aad99813b58c5b662a9c02e750 SHA1: 7c469075bcfc645152f7642dbedddde00ee9e956 SHA256: fdc9666d76b2219fd2edbd95e6803ff219b2f6adfeb38999ebd89040e8774d01 SHA512: a750a7b1ab7fc4e766eddcc62965eaa69e8bb8fa5fbc40903b5faa7d6463fc679385f6bca60aa9b9f3b879af13270f5b2e42dac0b174980a09542b7e3fabfd30 Description: debug symbols for clisp-module-postgresql Auto-Built-Package: debug-symbols Build-Ids: 719dad051c092792327a75862844cdfc5b7aa3a3 Package: clisp-module-zlib Priority: optional Section: lisp Installed-Size: 723 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: zlib1g (>= 1:1.2.0), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-zlib_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 686512 MD5sum: 565b0de3a75f5d377b122d36bd904fd2 SHA1: a203464844b63aecdb19ac25d1a2ffa94abdb28b SHA256: 2f692dfbb88a68d2e3f29ca8d295f1130b4738d3292df2c2e9b1260d0c586cff SHA512: d095d6bd4f3a8efab46965e0cab1fa0101822629441aac6a2eb4ec20870f50ba8f11d8be23f4a044a0b453f6e17667408d961607032268e5cc93b173b2adfa42 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: 18 Maintainer: Debian Common Lisp Team Architecture: amd64 Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3 Depends: clisp-module-zlib (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3) Filename: pool/development/c/clisp/clisp-module-zlib-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022dev3b3_amd64.deb Size: 4088 MD5sum: 90a14b3f90db3c64398a2a157c19460e SHA1: 7757c53de0feeb5707af8181161a6b577b15aac5 SHA256: 4c288df65d4165069f744caf06c93a762a2d928ef6a8f4c488addd469fa07ff3 SHA512: 305d4577ab31800d2b892416ad92312c5ad7325b0ec574497ea50fb2bcb76fb88bf685a48e80abb21e2247d3c8941cd1e7f2eb9886d9199bb35039e5b227ed9b Description: debug symbols for clisp-module-zlib Auto-Built-Package: debug-symbols Build-Ids: 598ac9ae70dd259a536153f13183402721597a88 Package: closure-compiler Priority: optional Section: java Installed-Size: 45 Maintainer: Debian Java Maintainers Architecture: all Version: 20130227+dfsg1-10.1apertis0bv2022dev2b1 Depends: libclosure-compiler-java (>= 20130227+dfsg1-10.1apertis0bv2022dev2b1), default-jre-headless (>= 2:1.6~) | java6-runtime-headless, java-wrappers Filename: pool/development/c/closure-compiler/closure-compiler_20130227+dfsg1-10.1apertis0bv2022dev2b1_all.deb Size: 16852 MD5sum: b5e9263ec8aab9329351b6bf079e6057 SHA1: 1780287ad8ed6c0a7986251269c998f24486310e SHA256: 0b6bd7ae92869492ca60c2d064ac7e800543cd464917d8b9c97ca61c2eae5a48 SHA512: 44ee677a5bd1fd3f3e0b9ac5808d5b4f1bf1894eeca4c34c95511a5e97fae8a7b842f94e1f591c8be16b9b4b5442cbf628127a8f484f174e4137c9ad9c4f2d21 Description: JavaScript optimizing compiler Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. . This package contains the /usr/bin wrapper script and manpage. Homepage: https://developers.google.com/closure/compiler/ Package: cluster-glue Priority: optional Section: admin Installed-Size: 1263 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 1.0.12-20apertis0bv2022dev2b1 Depends: libbz2-1.0, libc6 (>= 2.15), libcurl4 (>= 7.16.2), libglib2.0-0 (>= 2.16.0), liblrm2 (>= 1.0.12-20apertis0bv2022dev2b1), libopenhpi3, libopenipmi0 (>= 2.0.29), libpils2 (>= 1.0.12-20apertis0bv2022dev2b1), libplumb2 (>= 1.0.12-20apertis0bv2022dev2b1), libplumbgpl2 (>= 1.0.12-20apertis0bv2022dev2b1), libsnmp40 (>= 5.9+dfsg), libstonith1 (>= 1.0.12-20apertis0bv2022dev2b1), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4), init-system-helpers (>= 1.51), perl:any, python3.9, python3:any, adduser, bzip2, libtimedate-perl, lsb-base (>= 3.0-6) Suggests: ipmitool Filename: pool/development/c/cluster-glue/cluster-glue_1.0.12-20apertis0bv2022dev2b1_amd64.deb Size: 265172 MD5sum: 13f6bba214f4a9fec70213c77feb4c8d SHA1: 541e9001479131fd3d59833f8312ddb70d5a557b SHA256: 1ae94b15eacae2c3c5040b09bb8744a155053dc6640091db86f12ff934901d6d SHA512: 06c595385343bb3e89b71a76fd1d07fca31f00537fd2f9398913feecdb656eae39ec3ec76ab31693437d01c9abae90b346ab25297241075799bcee2c7970b06b 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: 733 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.12-20apertis0bv2022dev2b1 Depends: cluster-glue (= 1.0.12-20apertis0bv2022dev2b1) Filename: pool/development/c/cluster-glue/cluster-glue-dbgsym_1.0.12-20apertis0bv2022dev2b1_amd64.deb Size: 425620 MD5sum: 3aeb4863848d3450887f47d0c0581ff3 SHA1: a38d2c712bbc4a135a495c4025bd4e2c81c8d562 SHA256: 1fe7397e38e66aab625be15571d9a015ecba2af5cd2171daef42f9cf336827aa SHA512: e086cce64030c37dd0024be48a3684041886bfe5fb861fc803e19885961fd18397de93704131bd55006add22e6da61931fc1b5a88cf4638557508d0f25d6d87f Description: debug symbols for cluster-glue Auto-Built-Package: debug-symbols Build-Ids: 0312ba2ea2043910fcf7c9e6390a5871404694d8 0579a64468f50b6419b57c2b5ba019ed1ba7f966 1541db24a45d0cc426c54dda6201b18ce7e8e6b2 170baf6c846ca4d2912bfe429d39a363a2ec23e0 1926141c5a4090e22c91d0ff1b66159a02b206b6 1a920a76a1df0cd528f560fd93c6fbf8d86f6ab0 2042f99bcb74514a663af29d9ca2801aea020c4d 26416f3b53223c5156b4a8999faf8b8355e097b2 2aae41ae49a8308d1f9d27eed1497ae815d169b9 2e2dfce39f9ae55a0ae69cc639ff28cc47ce38a2 3462647c572ef997413373d884cb35884e71b167 34866a27ab734e51e27b35398db06493fbcb034a 358b496faa6d4e8715b80c0ef7db55698ffa2beb 35bf1c1d62cb1591d4416e3caeb8078a7882ae87 3f8d94b139c0cad26499eb049b0e548b336594d7 41abf2ada34b41fbad6edba877edf54ce01405d6 4565231091c94a8bdcca2935067bf6407d0c4cfe 45a96c547ef79d3dac9528f07f8c12999f41d621 5143bf1b29c26bab0ecf341e2041f6664e9aed91 5595c8050224405cf872196077b48b396ecd967b 559d311dd2214758e9bf5e4504adb86ffdb2c221 63c3cc05332aa2ada599741838e9a1488b18ea34 6cb60c696b9cf983a4ed33db88fe11f0afbf9516 6dd338794d8def25681e306e230b3a727b004b23 75baaccb49392038e0cfaeac587e222d0985adc2 7d6d50b4e8ba5a6d7b1e331b935d52536327fb4c 832ca3135b05cc5c8690ee703d634ca08274c0e1 83736dbb909d4793f35649e2ba04ed80e072cd2e 8d84d8de4956766c97b62d19083dd09a72471593 9eb4fa8f321494f5f5d88212540f8faffb3a864c 9f99192915792716f65eff10d01ee2b699345bf3 b276ca92ef367a0fc94e937696412f7eb9c263b7 b7f42d230c5bf12a4c82d240ba124340c9282674 be3df150f9a302e22d4c9b8c69f3f4c73ab452f5 c1c96d13f5dbc7ccd41d69e7a98d7de1410da3fc def0ec18aaa0703786b5a6d11a2b0ebd8ddfb7e6 e0d27aecfa50068264f93e12f26fa85265700a60 f52d8e883a7f0d8793277529723c6d62695c8b97 Package: cluster-glue-dev Priority: optional Section: admin Installed-Size: 47 Maintainer: Debian HA Maintainers Architecture: amd64 Source: cluster-glue Version: 1.0.12-20apertis0bv2022dev2b1 Replaces: cluster-glue (<< 1.0.12-8) Depends: liblrm2-dev (>= 1.0.12-20apertis0bv2022dev2b1), libpils2-dev (>= 1.0.12-20apertis0bv2022dev2b1), libplumb2-dev (>= 1.0.12-20apertis0bv2022dev2b1), libplumbgpl2-dev (>= 1.0.12-20apertis0bv2022dev2b1), libstonith1-dev (>= 1.0.12-20apertis0bv2022dev2b1) Breaks: cluster-glue (<< 1.0.12-8) Filename: pool/development/c/cluster-glue/cluster-glue-dev_1.0.12-20apertis0bv2022dev2b1_amd64.deb Size: 20824 MD5sum: 18207f4d94a0962721cbb83454beaa99 SHA1: 96c95db61145ec5fa513b16360aab6e35200cb07 SHA256: fb268ea3b9953ccf883cb5aa37af15c59f637e48ff0e6e1a14649507f613c424 SHA512: 66ad6a82c24da19eb55b240bcdfbfb7873e8850b817fbf8489bdf0bcd1e66aa4b56b80273bfe70a1b3a16b096152fd4d7d443edc0fa243475ac07750476d880d 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: 52646 Maintainer: Debian TeX maintainers Architecture: all Version: 0.3.4-15apertis0bv2022dev2b1 Replaces: pts-tetex-cm-super Depends: tex-common (>= 6.13), texlive-latex-recommended, cm-super-minimal (= 0.3.4-15apertis0bv2022dev2b1), pfb2t1c2pfb Conflicts: pts-tetex-cm-super Filename: pool/development/c/cm-super/cm-super_0.3.4-15apertis0bv2022dev2b1_all.deb Size: 18680160 MD5sum: 19187e633d04a96ffc3fb51c404a93c9 SHA1: 501cd05794729a0d28259ac306f7f2e09040266d SHA256: 6a24e26073b4b65c144ba7cb58a35518db4d1f11f9d93a2016bd3b3f33549ca9 SHA512: 3242a6445df9d89edb40c48d2d41a6ce84ac825522175190ad46e4ccd0a11e6d79aefd4706146f44123113097881b78aaf220fea46a4c6b47b4ce37b364b2f1f 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: 5826 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-15apertis0bv2022dev2b1 Replaces: cm-super (<< 0.3.3-6) Depends: tex-common (>= 6.13), texlive-latex-recommended Filename: pool/development/c/cm-super/cm-super-minimal_0.3.4-15apertis0bv2022dev2b1_all.deb Size: 5815004 MD5sum: f58eab6729e30cea19843ed0c97ef125 SHA1: 8df085dad72baf5f15f04557b7e348e3d8629128 SHA256: 2749d4ef0dfc972c11ab9c49055494cc93c168bd1d4ebfe3364ece49d50bf182 SHA512: e1ab37acfcc84f7a50d61b278c7fe8af6e691b1062f2a93c0c651fa57aee7b68a994486328ba6db65b5c9e61bdf12f53dee78f0e9760fa8b7ab4743c2239c7be 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: 5158 Maintainer: Debian TeX maintainers Architecture: all Source: cm-super Version: 0.3.4-15apertis0bv2022dev2b1 Depends: cm-super-minimal (= 0.3.4-15apertis0bv2022dev2b1), xfonts-utils Filename: pool/development/c/cm-super/cm-super-x11_0.3.4-15apertis0bv2022dev2b1_all.deb Size: 270788 MD5sum: d1b60fc95ef7cfa56b3c2bf18acdc211 SHA1: d0c69527301d7317538d9c187acb820a7806f3df SHA256: 175e7b87c6b54f4168e2704da179f5796e4b71d2c59dd742f38b1023700f4feb SHA512: e4ad6dc59786079b25ba3dcc0321c7ae45e48e00c85fc9ba9e11ffb711e944f0f2000c00b1c1ca4a0efcc65628cf4f2b1e8503a82296cae4925b90d325295214 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: 23026 Maintainer: Debian CMake Team Architecture: amd64 Version: 3.18.4-2apertis1bv2022dev2b1 Depends: cmake-data (= 3.18.4-2apertis1bv2022dev2b1), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.17), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), libjsoncpp24 (>= 1.9.4), librhash0 (>= 1.2.6), libstdc++6 (>= 9), libuv1 (>= 1.11.0), zlib1g (>= 1:1.1.4) Recommends: gcc, make Suggests: cmake-doc, ninja-build Filename: pool/development/c/cmake/cmake_3.18.4-2apertis1bv2022dev2b1_amd64.deb Size: 5601580 MD5sum: cc7532a28d029b653f6600c71bc533b3 SHA1: 2b9ce7c40ba05322839972725ac2c5315e415746 SHA256: 7e59c8a944a43414b8bce81a20196e6c3549f20c64a4a12ce35b4c4e7a7fe719 SHA512: e8072f16b4c0f47127ad458765c719332ca7fbb1a976746ee600762599d8ef07bcd6fb3811856fd471bbf170cc4c6eecdd841a42569d2b73756adde2535890e9 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. . CMake was developed by Kitware as part of the NLM Insight Segmentation and Registration Toolkit project. The ASCI VIEWS project also provided support in the context of their parallel computation environment. Other sponsors include the Insight, VTK, and VXL open source software communities. Homepage: https://cmake.org/ Multi-Arch: foreign Package: cmake-curses-gui Priority: optional Section: devel Installed-Size: 6794 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.18.4-2apertis1bv2022dev2b1 Depends: cmake (= 3.18.4-2apertis1bv2022dev2b1), libarchive13 (>= 3.3.3), libc6 (>= 2.17), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.0), libjsoncpp24 (>= 1.9.4), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 9), libtinfo6 (>= 6), libuv1 (>= 1.11.0), zlib1g (>= 1:1.1.4) Filename: pool/development/c/cmake/cmake-curses-gui_3.18.4-2apertis1bv2022dev2b1_amd64.deb Size: 2162792 MD5sum: db544bb95be533aac51047684238235f SHA1: 6d82eacd54352cfcc5aa227e16c03fd5c0a47d31 SHA256: 0d0899be928f10580033b8f4b01aa98e323e4668b8b2e80c3bf96be2ba478c4d SHA512: 964e5a08277be207f3ed2f579cbd2877b1519d15f3c070061e5e6c77cfa1f7daf82cc8b4e4624526f76597609f74397a59a1c7dbd983b9aaf2845b04c7849aba 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. . 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: 64136 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.18.4-2apertis1bv2022dev2b1 Replaces: cmake-dbg (<< 3.5.0-1~) Depends: cmake-curses-gui (= 3.18.4-2apertis1bv2022dev2b1) Breaks: cmake-dbg (<< 3.5.0-1~) Filename: pool/development/c/cmake/cmake-curses-gui-dbgsym_3.18.4-2apertis1bv2022dev2b1_amd64.deb Size: 63501772 MD5sum: b24d86a53862364ac6328002b9eb59a1 SHA1: ccdd443b6e64ffab93ff6ebf834313032c92a567 SHA256: e138291ae37c4f4741a908b83525d84ce88596e0a7b6d8ff7ce81332a3f5741f SHA512: 104bd9c209352989f3d2b659d3817a70e9f25a8000cde89d217de74bef3b15109aab97609f83381ec2b0773fa27ef6cf46c5061fbb2b66208bdac1ea21d02e90 Description: debug symbols for cmake-curses-gui Auto-Built-Package: debug-symbols Build-Ids: c6322329e2b61b4a623bb6123933747f219a5b6d Package: cmake-data Priority: optional Section: devel Installed-Size: 8895 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.18.4-2apertis1bv2022dev2b1 Filename: pool/development/c/cmake/cmake-data_3.18.4-2apertis1bv2022dev2b1_all.deb Size: 1729560 MD5sum: b97d4ae247d2f35657396f9d4062ecc2 SHA1: 798f4bd57652a207300f5f2a177f26d875cd4961 SHA256: 3c45251a5b686d0c4448976b150c0345cff9ab1207ef29993b552c52432b2a8c SHA512: ddc3bfab06b66fda8da8b03a56ecf943343db11ed08fcd8dc4454bf5215c3a9da5db045f08133b93a2f64d25a2acea1d5ca4ba0b859a3a2fb5ebc38e59f34f43 Description: CMake data files (modules, templates and documentation) 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: 211746 Maintainer: Debian CMake Team Architecture: amd64 Source: cmake Version: 3.18.4-2apertis1bv2022dev2b1 Replaces: cmake-dbg (<< 3.5.0-1~) Depends: cmake (= 3.18.4-2apertis1bv2022dev2b1) Breaks: cmake-dbg (<< 3.5.0-1~) Filename: pool/development/c/cmake/cmake-dbgsym_3.18.4-2apertis1bv2022dev2b1_amd64.deb Size: 209641072 MD5sum: 5f98b9be74b75870845fa398d8a87b07 SHA1: 45400f50b7fb182b9ee26cdc6b2dfef5c581937e SHA256: 2385847a4533002ab71e78e18d32c5a4aeb97e9cdb88fb92bcd00d268c083719 SHA512: 431068f7f3c32dddeccc7152f5fb1c838c5d1fef2ca89933dfc36db47900c84504f5e3907d9c556a90bef2f67bb0b0fd4c4f6a5e836978afd540bcdf5359d921 Description: debug symbols for cmake Auto-Built-Package: debug-symbols Build-Ids: 7e3f09a9c590e24ac97bec0d6ff64504ed1e264e 986a8fa4eeabf33f34abb44b98c9ab2d80c82fa3 de668b359f8ca6d9e4c7e77f44763c477a1ea419 Package: cmake-doc Priority: optional Section: doc Installed-Size: 22770 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.18.4-2apertis1bv2022dev2b1 Depends: cmake-data (= 3.18.4-2apertis1bv2022dev2b1), libjs-sphinxdoc (>= 2.4.3-5~) Recommends: doc-base Suggests: cmake Filename: pool/development/c/cmake/cmake-doc_3.18.4-2apertis1bv2022dev2b1_all.deb Size: 1705456 MD5sum: 5b87c15c697370272f3274c67926cf4c SHA1: 8aeb1c5313f3c9f69cd9805b31b10cb9ef51a446 SHA256: 28cc5dbbde7fd1e4ac1cb15a70b9b6249eadf4faf75a6ae89a0efb0d4cebd1bc SHA512: e8113f32b49edf2062bb4594330868ad14d629274e77d7fe7bd414cc3d2c9f1e3c83b418a2234b5e26b53546045223271384e2e343e9a8adbc5499f1d7026227 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. . This package provides additional documentation in various formats like HTML or plain text. Homepage: https://cmake.org/ Package: cmark-gfm Priority: optional Section: text Installed-Size: 83 Maintainer: Keith Packard Architecture: amd64 Version: 0.29.0.gfm.0-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libcmark-gfm-extensions0 (>= 0.29.0.gfm.0), libcmark-gfm0 (>= 0.29.0.gfm.0) Filename: pool/development/c/cmark-gfm/cmark-gfm_0.29.0.gfm.0-6apertis0bv2022dev2b1_amd64.deb Size: 38200 MD5sum: 846c1e5a2425078ec39289438a269fab SHA1: 27e5fb1ba125caa8407549286a329b446944aead SHA256: e264c6b4ea738faff3ab5cdbb10a84ae1feb6c74aa5fe75a81ff94539b7ee693 SHA512: 422e87e396f966b85444f6c6ed16751d34f775137f72aabc9c7d2085c95c992dcd13bf3ebcdfea1997a02d2e2cf9c9597292b95d912e6b9b7eae29c2ed9a4589 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 Package: cmark-gfm-dbgsym Priority: optional Section: debug Installed-Size: 27 Maintainer: Keith Packard Architecture: amd64 Source: cmark-gfm Version: 0.29.0.gfm.0-6apertis0bv2022dev2b1 Depends: cmark-gfm (= 0.29.0.gfm.0-6apertis0bv2022dev2b1) Filename: pool/development/c/cmark-gfm/cmark-gfm-dbgsym_0.29.0.gfm.0-6apertis0bv2022dev2b1_amd64.deb Size: 12776 MD5sum: 94553926eefc2343bb6adebe3c3ce1ab SHA1: 157d5b618952c6b5188d11be04b5ed9d44ef5bd0 SHA256: a36887ab65e5c1aee4d76d0a16e33a5593f34cc376f5d30065876b8e8d196024 SHA512: 32ed15c533e0bcf7813cecd1fb4a52334490911501d05acb07894a27f93cf49a46f165f7f4b57c3c003c23b3da1c428f3e9458543abbed11987446a009d50d62 Description: debug symbols for cmark-gfm Auto-Built-Package: debug-symbols Build-Ids: 0975598254e4d2e7458695c48862f4198db28df0 Package: cmdreader Priority: optional Section: java Installed-Size: 49 Maintainer: Debian Java Maintainers Architecture: all Version: 1.5-2co0bv2022dev2b1 Filename: pool/development/c/cmdreader/cmdreader_1.5-2co0bv2022dev2b1_all.deb Size: 20440 MD5sum: 9516049e7a3f68156a481222296e0aef SHA1: 14e1b8ffd5d31e4e9cf662e77982ea7ea8b8815f SHA256: 3e57e07dc67f5f842957549f065b1a81a44ef49d63f88960a12564a0c8d9ee34 SHA512: 6a0b8b5dd57300ae408d3032d0bd9d58a16409a99512b2fb08a15e1ef584be4249c2718382e89f5c63cb3ff6cc2600db980f2a20be0ce01b6449a8049440422c Description: Library that parses command line arguments Parses command line arguments. The CmdReader can turn strings like -fmv /foo/bar /bar/baz --color=white *.xyzzy *.cheese into something that easier to work with programmatically. Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader Package: cmdtest Priority: optional Section: devel Installed-Size: 97 Maintainer: Debian Python Team Architecture: all Version: 0.32.14.gcdfe14e-2apertis0bv2022dev2b1 Provides: yarn Depends: python3, python3-cliapp, python3-markdown, python3-ttystatus, python3:any Filename: pool/development/c/cmdtest/cmdtest_0.32.14.gcdfe14e-2apertis0bv2022dev2b1_all.deb Size: 22820 MD5sum: a2ae5d8e65ab87541dddb680e34cb4ba SHA1: 0b9cb99e1d54ea1115e59fed8e247680880a0cdc SHA256: ec7b3d95342a88ba1c1961387616ce26c95ced1d92395a34896da0addb84782a SHA512: 6405d19bc009e174e4d6ba397114ade8206e86d8f2ab518407cce9cf0492a0082155cfba9e4dc2d628981fee1067ee6559bcb209da75fc6b93b96895e6b42434 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: cmis-client Priority: optional Section: utils Installed-Size: 234 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libcmis Version: 0.5.2-3apertis1bv2022dev2b1 Depends: libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.14), libcmis-0.5-5v5, libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/development/libc/libcmis/cmis-client_0.5.2-3apertis1bv2022dev2b1_amd64.deb Size: 115616 MD5sum: c2d9adcb09922cacf157341dc3646fc4 SHA1: f7d11e7872f46cc43ab87f130a6dfd1a779e9d4a SHA256: 62117d8a254677f5497855b896f46d971c95d5d404d054a2c055b03789927c0a SHA512: 550b047de4b03de6d999cf0511516f94585b22cb114e3ca9a13c4800a696fee4f6d464486cc65e193f15b08ba621029c43ac6bb9bf384ae330188a375f3acf30 Description: client for the CMIS protocol LibCMIS is a C++ client library for the CMIS interface. . This allows C++ applications to connect to any Enterprise Content Management system behaving as a CMIS server like Alfresco, Nuxeo. It also provides Access to Google Drive/OneDrive/SharePoint . This package contains the cmis-client standalone application. Homepage: https://github.com/tdf/libcmis Package: cmis-client-dbgsym Priority: optional Section: debug Installed-Size: 735 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libcmis Version: 0.5.2-3apertis1bv2022dev2b1 Depends: cmis-client (= 0.5.2-3apertis1bv2022dev2b1) Filename: pool/development/libc/libcmis/cmis-client-dbgsym_0.5.2-3apertis1bv2022dev2b1_amd64.deb Size: 690448 MD5sum: ec4165cf788b4703885831946a59e71f SHA1: 532b9117bcce2084f0f859d43e7428a899e8c906 SHA256: b9be6d1687369d80fb3f8b4d293faddff7014df3767f3ba46f222a42dcc59520 SHA512: 4d419eb1d4b2fca67c0deaa4aa4b4a465d46c63a991a6d116b568a03a9b972db6d9a0ccef323dcf6b8221071e218aefa8626da3c9807326e2747371d566cbc3e Description: debug symbols for cmis-client Auto-Built-Package: debug-symbols Build-Ids: 1ab7ff239c31659d77770994263fd33d6a5978e9 Package: cmocka-doc Priority: optional Section: doc Installed-Size: 1067 Maintainer: David Prévot Architecture: all Source: cmocka Version: 1.1.5-2apertis0bv2022dev2b1 Depends: libjs-jquery Filename: pool/development/c/cmocka/cmocka-doc_1.1.5-2apertis0bv2022dev2b1_all.deb Size: 87204 MD5sum: 66b5bb3235083a41f67fcf7d8e94896b SHA1: a30fe050bdaad5d76b1a00e2f3dcc034320cbd82 SHA256: 1f14322d520bcd4acd869788551a23ae480d6df10131a55dbd461a4fa878fe91 SHA512: ae3adde94e399dc6f67c94efc497e884eaf66cce20ff00375384e13cd163b55f46724b20bc6fe8744ff353f52246d2c74d9a3da7d9dd2b30e08cd8f9bae35081 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: golang Installed-Size: 6678 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-spf13-cobra Version: 1.1.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/golang-github-spf13-cobra/cobra_1.1.2-1apertis0bv2022dev2b1_amd64.deb Size: 2030016 MD5sum: 04cc244662c6b47b2cf040b8ff4df33a SHA1: d0626b9c42e87c2cd5cbda693fbd75846e737fc4 SHA256: e92a8315b9b521b9fea68a29f08067301eb814a32dc19b606237584570d762d1 SHA512: d776c0a338e728668dccb8af8b863833c0e8e75e841c8809af28822d4184fa9c71fe1e9105d83f68f415010e2287fd9833e47c3f1d7927053292d94872d5b86b Description: Tool to generate Cobra-based modern Go CLI application 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 Generator as /usr/bin/cobra, a tool that will generate your application scaffolding to rapidly develop a Cobra-based application. Built-Using: go-md2man-v2 (= 2.0.0+ds-5), golang-1.15 (= 1.15.8-4), golang-blackfriday-v2 (= 2.0.1-3), golang-fsnotify (= 1.4.9-2apertis0bv2022dev2b1), golang-github-hashicorp-hcl (= 1.0.0-1.1apertis0bv2022dev2b1), golang-github-magiconair-properties (= 1.8.4-1), golang-github-mitchellh-go-homedir (= 1.1.0-1apertis0bv2022dev2b1), golang-github-mitchellh-mapstructure (= 1.3.3-1apertis0bv2022dev2b1), golang-github-pelletier-go-toml (= 1.8.1-1apertis0bv2022dev2b1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1), golang-github-spf13-afero (= 1.5.1-1apertis0bv2022dev2b1), golang-github-spf13-cast (= 1.3.1-1), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-github-spf13-viper (= 1.7.1-1), golang-github-subosito-gotenv (= 1.2.0+git20190917.de67a66-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.5-1), golang-gopkg-ini.v1 (= 1.57.0-1), golang-yaml.v2 (= 2.4.0-1) Homepage: https://github.com/spf13/cobra Package: coderay Priority: optional Section: ruby Installed-Size: 29 Maintainer: Debian Ruby Team Architecture: all Version: 1.1.3-4+apertis0bv2022dev3b1 Depends: ruby | ruby-interpreter, ruby-coderay Filename: pool/development/c/coderay/coderay_1.1.3-4+apertis0bv2022dev3b1_all.deb Size: 12052 MD5sum: 1f1112ea78e0fa93c8f0a6131be9b6f4 SHA1: 738c7a1ac88c835caa684e129d2da14a7712c18f SHA256: 0d2985b42e1cb45432106df88ca995894be54b771f20e344919c581361183b2c SHA512: cbba7074ee6d7aba7a70ae0c6230bbddef83b53f258d3bbc7f5ca59026835ab355122d700a7f6b500635650e96e660346ea732e62e98cefc1d6483f5b0feb496 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: 739 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.12.8~dfsg-5apertis1bv2022dev2b1 Provides: node-coffeescript Depends: nodejs (>= 6.11.2~dfsg) | nodejs-legacy (>= 6) Suggests: libjs-coffeescript, coffeescript-doc Filename: pool/development/c/coffeescript/coffeescript_1.12.8~dfsg-5apertis1bv2022dev2b1_all.deb Size: 139216 MD5sum: dc70d314ab296f68564ef7a8875c53cb SHA1: c9d4bf75e203a9bd6baed7b5662485d1901d5693 SHA256: 73fb8c1f6bf720fc77ba73f3094830ce6bf31907e19eb8025b647ad2d82d9902 SHA512: 65d4f4077c001db5099048ced01dbc3237a3f18058e26f682f9cc38940eb243ed6c287cf1bb026d53a2103e3263b5a2b21157ab07c76fb7a10345ba9f5c52256 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: 1335 Maintainer: Debian Javascript Maintainers Architecture: all Source: coffeescript Version: 1.12.8~dfsg-5apertis1bv2022dev2b1 Recommends: libjs-coffeescript, libjs-jquery, libjs-underscore Filename: pool/development/c/coffeescript/coffeescript-doc_1.12.8~dfsg-5apertis1bv2022dev2b1_all.deb Size: 198568 MD5sum: 2a2b9e5643542066bd921d29218ef5d6 SHA1: abf16b4d7ef1cd354d7bb2c450480af4ced1d940 SHA256: 3b24b548b9ae74b00c92ca96cd0120518b477ff9bccc75ec6d92ef7ad4bed1ab SHA512: 4d08e45db82ea7f677af76342773a68b68d4ba2db95beaaebbba986443266dc6d16e738e6413bb1b31e2519e2a3a9475d3bf770f533bec0ebd5d5b96067b3df3 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: config-package-dev Priority: optional Section: devel Installed-Size: 245 Maintainer: Debathena Project Architecture: all Version: 5.5co1bv2022dev2b1 Depends: perl:any Filename: pool/development/c/config-package-dev/config-package-dev_5.5co1bv2022dev2b1_all.deb Size: 31440 MD5sum: cf7b1bd5d3ee80e4c53b8359fcf7ca9e SHA1: 0032c0e8d60b00b0910944b2d60d16d15ee5a532 SHA256: 4b8e04f9dcc1cac61bb986ac55cf7a8e633e5233456856437775bb4589b6d6ce SHA512: 2eed5ce84916c005613976184885c445a8c0080177311b8cc23ab56f913bf1a9e84a1021c02c5ea5a3c55e69fe12e5b31b93d5481a32c36af70e7eae2fdde9a8 Description: Debhelper (and CDBS) modules for building configuration packages This package contains a system of modules for creating Debian configuration packages: packages that configure an existing Debian system by using dpkg-divert on configuration files. These modules attempt to make the process of creating configuration packages efficient by checking the md5sums of upstream configuration files that are to be modified and automatically generating the relevant postinst code to perform the diversions using the standard debhelper mechanism. In addition to a debhelper command and sequencer extension module, CDBS modules are also included, but future development will focus on the debhelper interface. . The config-package-dev modules are optimized for site defaults (i.e. configuration for a university or a company), though they are useful for other applications as well. Homepage: https://debathena.mit.edu/config-package-dev Multi-Arch: foreign Package: console-setup Priority: optional Section: utils Installed-Size: 419 Maintainer: Debian Install System Team Architecture: all Version: 1.205+apertis0bv2022dev3b1 Depends: console-setup-linux | console-setup-freebsd | hurd, xkb-data (>= 0.9), keyboard-configuration (= 1.205+apertis0bv2022dev3b1) Pre-Depends: debconf (>= 1.5.34) 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.205+apertis0bv2022dev3b1_all.deb Size: 100044 MD5sum: 7330a05bd503f35407fb30cc6fdb9f53 SHA1: 6024a66e425d53377b33d0b2587880b1e1fb2b49 SHA256: 1b3f005f87239a5415c5c01b3a6137363cc3db25c373fe27b3212300265b4386 SHA512: 6b63d852a73c84148b8838d4eb0a62741979ac616e9c294ee5c282a848e3d11910c69ac055b745428a306a06aa057673112c1f709e2ed1953281320f5cb453b1 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: 1385 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.205+apertis0bv2022dev3b1 Replaces: console-setup (<< 1.71) Depends: vidcontrol, kbdcontrol, keyboard-configuration (= 1.205+apertis0bv2022dev3b1), 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.205+apertis0bv2022dev3b1_all.deb Size: 124252 MD5sum: 8558782608e483134eddbed2b1c2528e SHA1: 35b1d484c5bd34bf3bd92a263f8ad4f303c088a4 SHA256: e85533df1b2d7e97b3131a3dd4cc14fdbd9fd52fd52e949096f42b7bff084bb7 SHA512: 290b90a762317d6da5f07d6d4691dc08ce5cc4607e4a3eb56875783dc3747fc384bc8df6f11e8e08f6340ad6abdb42fb62f4061f28472735ea826982d5b5c08e 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: 2163 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.205+apertis0bv2022dev3b1 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.205+apertis0bv2022dev3b1), 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.205+apertis0bv2022dev3b1_all.deb Size: 1872300 MD5sum: 9e568a886b0c7793cd73e1f14cdcf998 SHA1: 9eed489a29082f1ada0caf0ef8f6dff0f873154a SHA256: a8005e0f495ebb07142b738f07bb0b99ec536ee9d54cfa34677383998894a843 SHA512: dfbc82c81b462e030c175dbfa699e35a9d86720a652b04d9ae552ea2c280dafec62de2c8855ff127c2d10c66bfb2dd1d442569abd9a7339ab92f3c172f45c924 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: 963 Maintainer: Debian Install System Team Architecture: all Source: console-setup Version: 1.205+apertis0bv2022dev3b1 Depends: console-setup-linux | console-setup-freebsd, debconf (>= 0.5) | debconf-2.0, keyboard-configuration (= 1.205+apertis0bv2022dev3b1) 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.205+apertis0bv2022dev3b1_all.deb Size: 607492 MD5sum: 3f829fa72d659283490b5b693ce8430d SHA1: 5ec1247cd98c43bc9110d6e2077defde78ccfe77 SHA256: d41a2b8896bde1de3eba25c368ef4abb4d7135f450425a3662e0eb027a8f8d6f SHA512: 749a757b0fe56a61578a0baedff26853bd6b953e0b32278dfb67cf574321f3de8207c9acfa5634ffd8ccba2d4f7c3a7c93e83bb3475d917c806b3413d14c6dbf 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: consul Priority: optional Section: admin Installed-Size: 67655 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.8.7+dfsg1-2+apertis1bv2022dev3b4 Depends: init-system-helpers (>= 1.51), libc6 (>= 2.4), adduser, pipexec, procps Filename: pool/development/c/consul/consul_1.8.7+dfsg1-2+apertis1bv2022dev3b4_amd64.deb Size: 14479776 MD5sum: 98fa6ff210ee093fe8d189579e4e2162 SHA1: c431292d92a036c1a553005b6dd4672061fa9fe8 SHA256: 85699417d6ee8190c55ffc183ed2c7b26d4d1b1df5eb35fb6e27b5016ec40636 SHA512: f9cccafbcf780e62c5ff1eeddcdb965a3c1e124f17f5fae3cbb557e18b88e3c5f0a0927f897ba59797d9be190413b0ca5a765ad8e78ad5a0379c167e5dcac329 Description: tool for service discovery, monitoring and configuration Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable. . Consul provides several key features: . - Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well. . - Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers. . - Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere. . - Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. . Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the Consul servers only on Linux, however. Built-Using: golang-1.15 (= 1.15.9-6+apertis0bv2022dev3b1), golang-github-armon-circbuf (= 0.0~git20190214.5111143-1apertis0bv2022dev2b1), golang-github-armon-go-metrics (= 0.3.4-1apertis0bv2022dev2b2), golang-github-armon-go-radix (= 1.0.0-1co1bv2022dev2b1), golang-github-aws-aws-sdk-go (= 1.36.33-1apertis1bv2022dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bgentry-speakeasy (= 0.1.0-2apertis0bv2022dev2b1), golang-github-boltdb-bolt (= 1.3.1-7apertis1bv2022dev2b1), golang-github-census-instrumentation-opencensus-proto (= 0.2.1+dfsg1-2apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1apertis0bv2022dev2b1), golang-github-circonus-labs-circonus-gometrics (= 2.3.1-3apertis0bv2022dev2b1), golang-github-circonus-labs-circonusllhist (= 0.0~git20191022.ec08cde-1apertis0bv2022dev2b1), golang-github-coreos-go-oidc (= 2.1.0-2apertis0bv2022dev2b1), golang-github-datadog-datadog-go (= 2.1.0-3apertis0bv2022dev2b1), golang-github-davecgh-go-spew (= 1.1.1-2apertis0bv2022dev2b1), golang-github-denverdino-aliyungo (= 0.0~git20180921.13fa8aa-2apertis0bv2022dev2b1), golang-github-docker-go-connections (= 0.4.0-3+apertis2bv2022dev3b1), golang-github-elazarl-go-bindata-assetfs (= 1.0.0-1.1apertis0bv2022dev2b1), golang-github-fatih-color (= 1.7.0-1apertis0bv2022dev2b1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-1apertis0bv2022dev2b1), golang-github-golang-snappy (= 0.0.2-2apertis0bv2022dev2b1), golang-github-google-btree (= 1.0.0-1apertis0bv2022dev2b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2022dev2b1), golang-github-googleapis-gax-go (= 2.0.5-1apertis0bv2022dev2b1), golang-github-googleapis-gnostic (= 0.2.0-2apertis0bv2022dev2b1), golang-github-gophercloud-gophercloud (= 0.12.0-1apertis0bv2022dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-bexpr (= 0.1.2-2apertis0bv2022dev2b1), golang-github-hashicorp-go-checkpoint (= 0.5.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1apertis0bv2022dev2b1), golang-github-hashicorp-go-discover (= 0.0+git20190905.34a6505-2apertis0bv2022dev2b1), golang-github-hashicorp-go-hclog (= 0.11.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-immutable-radix (= 1.3.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-memdb (= 1.2.1-1apertis0bv2022dev2b1), golang-github-hashicorp-go-msgpack (= 0.5.5-1apertis0bv2022dev2b1), golang-github-hashicorp-go-multierror (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-raftchunking (= 0.6.2-2apertis0bv2022dev2b1), golang-github-hashicorp-go-retryablehttp (= 0.6.4-2apertis0bv2022dev2b1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2apertis0bv2022dev2b1), golang-github-hashicorp-go-sockaddr (= 0.0~git20170627.41949a1+ds-2co2bv2022dev2b1), golang-github-hashicorp-go-syslog (= 1.0.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-uuid (= 1.0.2-1apertis0bv2022dev2b1), golang-github-hashicorp-go-version (= 1.2.0-1apertis0bv2022dev2b1), golang-github-hashicorp-golang-lru (= 0.5.4-2apertis0bv2022dev2b1), golang-github-hashicorp-hcl (= 1.0.0-1.1apertis0bv2022dev2b1), golang-github-hashicorp-hil (= 0.0~git20160711.1e86c6b-1co1bv2022dev2b1), golang-github-hashicorp-mdns (= 1.0.3-2apertis0bv2022dev2b1), golang-github-hashicorp-memberlist (= 0.2.2-1apertis1bv2022dev2b1), golang-github-hashicorp-net-rpc-msgpackrpc (= 0.0~git20151116.0.a14192a-1.1apertis0bv2022dev2b1), golang-github-hashicorp-raft (= 1.1.2-1apertis0bv2022dev2b1), golang-github-hashicorp-raft-boltdb (= 0.0~git20171010.6e5ba93-3co1bv2022dev2b1), golang-github-hashicorp-serf (= 0.9.4~ds1-1apertis0bv2022dev2b1), golang-github-hashicorp-yamux (= 0.0+git20190923.df201c7-1apertis1bv2022dev2b1), golang-github-imdario-mergo (= 0.3.8-3apertis0bv2022dev2b1), golang-github-jmespath-go-jmespath (= 0.4.0-1apertis0bv2022dev2b1), golang-github-json-iterator-go (= 1.1.10-2apertis0bv2022dev2b1), golang-github-mattn-go-colorable (= 0.1.7-1apertis0bv2022dev2b1), golang-github-mattn-go-isatty (= 0.0.12-1apertis0bv2022dev2b1), golang-github-miekg-dns (= 1.1.35-1apertis1bv2022dev2b1), golang-github-mitchellh-cli (= 1.1.1-1apertis0bv2022dev2b1), golang-github-mitchellh-copystructure (= 0.0~git20161013.0.5af94ae-2.1apertis0bv2022dev2b1), golang-github-mitchellh-go-testing-interface (= 1.14.1-1apertis0bv2022dev2b1), golang-github-mitchellh-hashstructure (= 1.0.0-1.1apertis0bv2022dev2b1), golang-github-mitchellh-mapstructure (= 1.3.3-1apertis0bv2022dev2b1), golang-github-mitchellh-reflectwalk (= 1.0.1-1apertis0bv2022dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2022dev2b1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-github-nytimes-gziphandler (= 1.1.1-1apertis0bv2022dev2b1), golang-github-packethost-packngo (= 0.2.0-2apertis0bv2022dev2b1), golang-github-patrickmn-go-cache (= 2.1.0-1.1apertis0bv2022dev2b1), golang-github-pierrec-lz4 (= 2.5.2-1apertis0bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2022dev2b1), golang-github-posener-complete (= 1.2.3-2apertis0bv2022dev2b1), golang-github-pquerna-cachecontrol (= 0.0~git20171018.0dec1b3-1.1apertis1bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2apertis1bv2022dev2b1), golang-github-prometheus-client-model (= 0.2.0-2apertis0bv2022dev2b1), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-2+apertis0bv2022dev3b1), golang-github-ryanuber-columnize (= 2.1.1-2apertis0bv2022dev2b1), golang-github-ryanuber-go-glob (= 1.0.0-2apertis0bv2022dev2b1), golang-github-shirou-gopsutil (= 2.19.11-4apertis2bv2022dev2b1), golang-github-tv42-httpunix (= 0.0~git20150427.b75d861-2apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-go.opencensus (= 0.22.4-2+apertis0bv2022dev3b1), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-oauth2 (= 0.0~git20190604.0f29369-2apertis0bv2022dev2b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.6-1apertis0bv2022dev2b1), golang-golang-x-time (= 0.0+git20200630.3af7569-1apertis0bv2022dev2b1), golang-google-api (= 0.28.0-2apertis1bv2022dev2b2), golang-google-cloud (= 0.56.0-1+apertis2bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1), golang-google-grpc (= 1.27.1-1apertis1bv2022dev2b1), golang-gopkg-inf.v0 (= 0.9.1-1apertis0bv2022dev2b1), golang-gopkg-square-go-jose.v2 (= 2.5.1-2apertis1bv2022dev2b1), golang-gopkg-yaml.v3 (= 3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-k8s-sigs-yaml (= 1.2.0-3apertis1bv2022dev2b1), golang-objx (= 0.3.0-1apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1co1bv2022dev2b1), golang-testify (= 1.6.1-2+apertis1bv2022dev3b3), golang-text (= 0.2.0-1apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1apertis1bv2022dev2b1) Homepage: https://github.com/hashicorp/consul Package: containerd Priority: optional Section: admin Installed-Size: 85758 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.4.5~ds1-2+deb11u1+apertis0bv2022preb2 Depends: runc (>= 0.1.0~), libc6 (>= 2.4) Suggests: containernetworking-plugins Breaks: docker.io (<< 1.12) Filename: pool/development/c/containerd/containerd_1.4.5~ds1-2+deb11u1+apertis0bv2022preb2_amd64.deb Size: 20842492 MD5sum: 92dbcd2d1f1be8a23a03022027077305 SHA1: 3608be67bcca515f77e93de60fabfa9b476b34b6 SHA256: aa3367b2b6be525dba18e1b5e5f008d72aab450140a602e6c9b9e311bcce8034 SHA512: 67c48d7be06b0b525e7b09e60bfbf83c3c733a67d45317e20f3a6a013520eadc468620af0c8f319974e63a3624aa250d4e263f802f55bf169c2041f83791d58f 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.0~git20201208.1805252-2apertis0bv2022dev2b1), go-md2man-v2 (= 2.0.0+ds-5apertis0bv2022dev2b1), golang-1.15 (= 1.15.9-6+apertis0bv2022dev3b1), golang-blackfriday-v2 (= 2.0.1-3apertis0bv2022dev2b1), golang-dbus (= 5.0.3-2apertis0bv2022dev2b1), golang-fsnotify (= 1.4.9-2apertis0bv2022dev2b1), golang-github-appc-cni (= 0.8.1-1apertis0bv2022dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1apertis0bv2022dev2b1), golang-github-cilium-ebpf (= 0.2.0-1apertis0bv2022dev2b1), golang-github-containerd-btrfs (= 0.0~git20201111.404b914-1apertis0bv2022dev2b1), golang-github-containerd-cgroups (= 0.0~git20201119.4cbc285-4apertis1bv2022dev2b1), golang-github-containerd-console (= 1.0.1-2+apertis0bv2022dev3b1), golang-github-containerd-fifo (= 0.0~git20201026.0724c46-1apertis0bv2022dev2b1), golang-github-containerd-go-cni (= 1.0.1-1apertis0bv2022dev2b1), golang-github-containerd-go-runc (= 0.0~git20201020.16b287b-1apertis0bv2022dev2b1), golang-github-containerd-typeurl (= 1.0.1-1apertis0bv2022dev2b1), golang-github-containernetworking-plugins (= 0.9.0-1apertis0bv2022dev2b1), golang-github-containers-ocicrypt (= 1.0.3-1apertis0bv2022dev2b1), golang-github-coreos-bbolt (= 1.3.5-1apertis1bv2022dev2b1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-cyphar-filepath-securejoin (= 0.2.2-2apertis0bv2022dev2b1), golang-github-davecgh-go-spew (= 1.1.1-2apertis0bv2022dev2b1), golang-github-docker-go-events (= 0.0~git20190806.e31b211-1apertis0bv2022dev2b1), golang-github-docker-go-metrics (= 0.0.1-1apertis0bv2022dev2b1), golang-github-docker-go-units (= 0.4.0-3apertis0bv2022dev2b1), golang-github-docker-spdystream (= 0.2.0-1apertis0bv2022dev2b1), golang-github-emicklei-go-restful (= 2.11.1-2apertis0bv2022dev2b1), golang-github-fullsailor-pkcs7 (= 0.0~git20190404.d7302db-2apertis0bv2022dev2b1), golang-github-go-logr-logr (= 0.4.0-1apertis0bv2022dev2b1), golang-github-gogo-googleapis (= 1.4.0-1apertis0bv2022dev2b1), golang-github-google-go-cmp (= 0.5.4-1apertis0bv2022dev2b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2022dev2b1), golang-github-google-uuid (= 1.2.0-1+apertis1bv2022preb1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2022dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-multierror (= 1.1.0-1apertis0bv2022dev2b1), golang-github-imdario-mergo (= 0.3.8-3apertis0bv2022dev2b1), golang-github-json-iterator-go (= 1.1.10-2apertis0bv2022dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2022dev2b1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-1apertis0bv2022dev2b1), golang-github-opencontainers-image-spec (= 1.0.1-5apertis0bv2022dev2b1), golang-github-opencontainers-selinux (= 1.8.0-1apertis0bv2022dev2b1), golang-github-opencontainers-specs (= 1.0.2.41.g7413a7f-1apertis1bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2apertis1bv2022dev2b1), golang-github-prometheus-client-model (= 0.2.0-2apertis0bv2022dev2b1), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-2+apertis0bv2022dev3b1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1), golang-github-urfave-cli (= 1.22.4-2apertis0bv2022dev2b1), golang-github-willf-bitset (= 1.1.11-1apertis0bv2022dev2b1), golang-go-patricia (= 2.2.6-5co2bv2022dev2b1), golang-go-zfs (= 2.1.1.49.gf784269-1apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-1apertis0bv2022dev2b1), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-gogottrpc (= 1.0.2-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-oauth2 (= 0.0~git20190604.0f29369-2apertis0bv2022dev2b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.6-1apertis0bv2022dev2b1), golang-golang-x-time (= 0.0+git20200630.3af7569-1apertis0bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1), golang-google-grpc (= 1.27.1-1apertis1bv2022dev2b1), golang-gopkg-inf.v0 (= 0.9.1-1apertis0bv2022dev2b1), golang-gopkg-square-go-jose.v2 (= 2.5.1-2apertis1bv2022dev2b1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-k8s-sigs-structured-merge-diff (= 4.0.2+ds1-2apertis0bv2022dev2b1), golang-k8s-sigs-yaml (= 1.2.0-3apertis1bv2022dev2b1), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1co1bv2022dev2b1), golang-toml (= 0.3.1-1apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1apertis1bv2022dev2b1), gotest.tools (= 3.0.3-1apertis0bv2022dev2b1), runc (= 1.0.0~rc93+ds1-5+apertis0bv2022dev3b1) Homepage: https://containerd.io/ Package: containerd-dbgsym Priority: optional Section: debug Installed-Size: 23363 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: containerd Version: 1.4.5~ds1-2+deb11u1+apertis0bv2022preb2 Depends: containerd (= 1.4.5~ds1-2+deb11u1+apertis0bv2022preb2) Filename: pool/development/c/containerd/containerd-dbgsym_1.4.5~ds1-2+deb11u1+apertis0bv2022preb2_amd64.deb Size: 14225080 MD5sum: a710794e84b21fa0742c752490eb862b SHA1: def0e5e94d6a877f4edbffa35a36969410315e62 SHA256: 99f9ae40b4e300e7571113da904f455ab3240dde53deee4960e964363859992a SHA512: f803160ced58df52b6a9a481e47bb81c30cdfa21d080a3c9c82fa54325aa4aa0e98e72794bb922727e124ed8be46eb674b9d8bfda6122633994ade1de58e65aa Description: debug symbols for containerd Auto-Built-Package: debug-symbols Build-Ids: 79c947f1dadf6662413a755a438343ec03c649ff 7e674fc89d6d9c747a2d9e6318ceca4a5a437643 Package: containernetworking-plugins Priority: optional Section: golang Installed-Size: 50089 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-containernetworking-plugins Version: 0.9.0-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Conflicts: rkt Filename: pool/development/g/golang-github-containernetworking-plugins/containernetworking-plugins_0.9.0-1apertis0bv2022dev2b1_amd64.deb Size: 7287432 MD5sum: df637606d97ff3d1bbd5f89d8860a2bf SHA1: 05e09e31f4e3b08cc59e3060eca65528b3f2f31a SHA256: d0d0eb28c7b158768521ad7df701ba699b6f2e126e053cb66e61b5c90380b5a9 SHA512: 94010ea1117d7a2b52761c63b07d24694cbdaf44b71e9417520819daf02e33e6b2286b1c0f4d258206ed6fe2486016fdb4c17f53bcab9e8614d2a3bb03f0b498 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 - 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. Built-Using: golang-1.15 (= 1.15.9-1), golang-dbus (= 5.0.3-2apertis0bv2022dev2b1), golang-github-alexflint-go-filemutex (= 1.1.0-1), golang-github-appc-cni (= 0.8.1-1), golang-github-coreos-go-iptables (= 0.5.0-1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-d2g-dhcp4 (= 0.0~git20150413-3), golang-github-d2g-dhcp4client (= 1.0.0-2), golang-github-j-keck-arping (= 1.0.0-1), golang-github-mattn-go-shellwords (= 1.0.10-2apertis0bv2022dev2b1), golang-github-safchain-ethtool (= 0.0~git20201023.874930c-1), golang-github-vishvananda-netlink (= 1.1.0-2apertis0bv2022dev2b1), golang-github-vishvananda-netns (= 0.0~git20200728.db3c7e5-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1) Homepage: https://github.com/containernetworking/plugins Package: coreutils Essential: yes Priority: required Section: utils Installed-Size: 17476 Maintainer: Michael Stone Architecture: amd64 Version: 8.32-4apertis0bv2022dev2b1 Pre-Depends: libacl1 (>= 2.2.23), libattr1 (>= 1:2.4.44), libc6 (>= 2.28), libgmp10, libselinux1 (>= 3.1~) Filename: pool/development/c/coreutils/coreutils_8.32-4apertis0bv2022dev2b1_amd64.deb Size: 2864900 MD5sum: 5f228019672c19770aaf631bd7a65b6f SHA1: 116090910434c6460ebf48b3cdfa903c4f989cf8 SHA256: dae26909b31fb45eb6e16d1539d856573136ebd4a79e334f6f6901ee4812dadf SHA512: b4674c45613bd3f18edc8c445aaf8b3955cf1dca00f9f8351ca2a2b6ec2f090d357b6ee795a01508689ec1b8997f408814a0506e1e5652f1008b1cbd43d20e97 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: 8263 Maintainer: Michael Stone Architecture: amd64 Source: coreutils Version: 8.32-4apertis0bv2022dev2b1 Depends: coreutils (= 8.32-4apertis0bv2022dev2b1) Filename: pool/development/c/coreutils/coreutils-dbgsym_8.32-4apertis0bv2022dev2b1_amd64.deb Size: 6413084 MD5sum: 83935be0b542193560404eeeb3ccff1d SHA1: 1a653eb8cac08062fe858cfb740d353fbd7715f4 SHA256: aa84545ee3eb376cbff27f7dc7c6a669453dc78914c92921cc5a108432fd0c0a SHA512: f36101feded01cc17f6ab4405a20dc44cb60adab590bab9a805707596d608718afa79b1d76018e2a3ec9e82f1a6013f10d10aad3b6463d73d988007e8fede7f3 Description: debug symbols for coreutils Auto-Built-Package: debug-symbols Build-Ids: 00becac648098b92f32a19bb2989e594a095c883 0165d7fcd05dbad2b1deb7196b990d8fe18f14b3 0456eeee83874a04c9b432e470f4ffb5a7482647 0554f3e1d38b08b049274f853ea59c9d5d8392be 0628e6e2105ab98357650207919bc1c3ba35c397 084af02e9dcd3ecc1ffd5cd3c99884e0f65d791e 08e4534690296032037c698543ef87bc6c5bfbf1 0abbdc9ebe0c8bde5f698ae105dc94c49a876c3b 0e6eadf4c5ce7e39c87aff015065d38a908086b9 0fcfe355f879e8d3aaaa6894f381292b9c4d3aa8 1111ed0b7ac2c5f647b44633dd053ab6ea133881 12a1b742e30f9c1116c26e88966efc5dc2d65fe3 12a6c2bfd1fb336fd2d289b0061f570d198b66b5 17f87dc38f12e1aac79007fc523e3e082f325645 193b72df272b68817e6736da13e346caa04906a6 1e732b2e4b3a84effeaa8f436489664f2626feab 1ec19e652a57fd4171723018b23b9af89a8b2722 1fff77b70b0b1c30c1646cc6fb82cc7f856df037 206d6dbef58c61fa61b53d5d73b3684458c1bae6 25a2b7fc24b87e72d8ea13ff238e0c83f9576327 270e6aa141536eb8f92b2d23a2f8e5bc80592e91 282e691e8d61a527c620c6ccd02803b06c1af849 290275fce808ae04a729947af6f6e5b7baf19958 29a120f66ec5421e9e34b0d8a254ccca293489c8 2a12335ec1dc1345bde86ed3c89bb5e5802e2858 34356e9864e14c52a9013b576a86611124bdbe1c 3801c7a10a9df467023cac99511baedd4356f836 3c50773d4ee20a18d33b3983ac93417e88f8975c 3d0564cb104e358b10593e265dd01edc14de8e98 3e6a9531b340a0d3168cdd7c85e27e092c42330a 41785906a19e0312c32bed24cf14afa1efda30ee 4397000a08f0d3b5cba2256aebc0be7e3a58be7c 4842dffeed268387ee37fd13787fcbbe2b50f1ca 49fa2eb221a834199cd3b1d1d308c42d44a85665 4af9b9e1f771b26254dcb2738dcdf4dc2f949466 4e1511defb541967b019f8fe63e689b34a51e0c7 4e50995790eca1220762440e06a6cb194fd838d2 50de22317adcaaea3bcba0420346bc387810ecdc 532a77ad8bb0f372a3c7dbe2d932d4545d232c5e 53b1d57fb77fd8f9dac9b5fe248b4b4feb51522a 54aa2c591aeb05d87e70956613217bf5795e4319 5575c7269d4835df4f09245edad1ed9aa76f8f8c 5c2c069fd04d8f8df4cf67623c9efb8065caca89 5e69cb67668825e9b3a0a8d7041ca089f5d12dbe 614b08bc598d6fec9714cd3e0fc6b82ded3ebd76 65bb13ba94d3189c795291c3cacbdb429f5ebdb4 65ca680101d63ee238c22bfe99302130b2be6478 69aa7b38cc94689c67981f24a38e8efdecabf977 6b5c90182f98eaf721232131a41ae6e3184133e5 6be36a83341e5eb968687dc0a1cb3d5d3d008232 6fb3fb83fa2dba32252a83fe3e91af5021fcf1ee 701a546254e3336a8c0e40abd52555395e474c2e 7024a0caa39286e4a18cdc3153267aa61fdf609c 722ba27b4c5863120d18b625ff719dc232bd9577 784e195ba61c993cbe1d17abfaff23b7110207cc 7a15a5e4b41c77bf622ce08ee676f62f0e4f23c0 7e2c2023a36704a1580bf7089daeba07d876915d 7f6ca0d00966f3c9dba207434735e5b62946ac52 7fa175253c7dec44da337dc53967a0de3e7de838 8068555fc7f6564d5199797735ff180fdb9f026d 84903a0ba8111f16786c30440126149135a6987e 86f6be82b4687f41e5c72de6b9fd362405b0c192 875e3dd5f3043c95ee7f402ab68e378204282c8d 87b30c384610828d9cf1de8637f56e869d6cd2d2 8a8b2fff1341fd104ff9f8fefab80b5839470340 8c905a681822e1c0f787504aecbe28045c982467 99aa70fbeb2cb8e6f0da37980ea89f7360654926 9a8dead5079c14cecbea10577ba73d161b3734ca 9bd5ad0fa5668c3e0e0b67517fea9b1286d18371 9d81e792bf337bf357811244c1ee4786bad3110a 9ff8220c98f470c892592497f1ba20151ee0ebc2 a20a281227d1128db4f679a3fc440b532e4083f4 a2e8a26a83a45b5c8421eac714d4fb083e7905ee a6675b47d499c52c9daa87017b547651a9231784 a758fbfc0975333bf9cb18fe68c2682523b81d56 a80c02f0295294ef0e71054f93a51d87ffbbad68 ab7ecab6a3906a49fa03c4fffad5d75780d14550 afcc94c607625709a77d444b74c454c9e205ef6a b34a912fedf05605647ebcb0a178f5cc0d4846b6 b389b3b8cd66e16cc61254d535e97b4641d91b97 b4bfa0e59625dc802ec78cc74eacc08ca167e91f b4d539e4cf29c1236f59bb4ccaaf69a297f521d1 b8634b1d396f8578f076367b8a18a11a99374b8e be2d2f150aa21fefb16d8bec0d0047e102c1da83 c39229ddc09e11a20448ab87c151463fce28d072 c3d205ab75bd9c737fee9ac3b927f526dc5fca55 c75122ca3341d67abee986a38e3d9f95ecd9807d c993d9a6c587e153081c586fca4f3f8056ccdafc cf1d93ab22c0d12ea84957101da61ba5683a3da0 cfb1230e3b96687c4eac1985148a79a9a67684b8 cfca49b061d2128a2b5cb1568d74cffa94c942ee d354e09c1da32b7843f9e5e3926c6693eb3597aa d3bc8fdb36a7c9a2fd2c8678edeba1e92018c09f d3e671c23903676a15784f24ac13a74018167ab2 d3fe4a86abc928aaa14c5178282ff6d52235189c d6cdd2dede9838febcac49b26522d9d10e6b4bd8 d8e33fdf0bf950951e6ddeec6a207b2a89c0ef37 da5e5f81d648ac72519ab3f663af37e17c872482 defd56d7b3a767075c2f6489a09b923dd0310b74 e260bcc07746040a124f96d88687dd80f9ba63c6 ed89854e01a6622b691aca410562dd472b583e3a f507b44382bf49f59f5c99e4ebdf5e1ed1699c8b f603e829e60ac888f334f8141af41f14b5531dfc f7eaf438a651cbccdb9542a2bce855c00c126fec fa3cbf04f8282f72df5567a42f9499b8bc60f294 faf93eaf8ed1798af0ea5bd92073665ea4b869c2 Package: corosync Priority: optional Section: admin Installed-Size: 930 Maintainer: Debian HA Maintainers Architecture: amd64 Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.17), 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.1), libquorum5 (>= 1.99.9), libstatgrab10, 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.2-2+apertis0bv2022dev3b1_amd64.deb Size: 495668 MD5sum: 8e5ce35f256a6af0c7d6eb84cf88a7fe SHA1: e4fc9a462821b79a1b8b429faaaeb5dbf11632e2 SHA256: 35748fa61d96a90c02a28fbb69e900f1b9dd909a7235ca60ecd5cbc529317e23 SHA512: c3ad1ce23a61191109af653f53b800553d9c64b154eec3161a76d91df216b0d2fca1fd3d8b64a72106a4c5cc44e22e8391a6698d21e30ea2e82df40a0ac6ebb0 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: 813 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: corosync (= 3.1.2-2+apertis0bv2022dev3b1) Filename: pool/development/c/corosync/corosync-dbgsym_3.1.2-2+apertis0bv2022dev3b1_amd64.deb Size: 717568 MD5sum: 7ed96e5bdb6899554b7adee0b3d9c850 SHA1: 5fa80c42ba5b5ba5f42deeb8f6dd93ca6cb6247f SHA256: 0300ab5bbcf6f0c7d2fc2112aba3e2dac236b45a819c0f86fcffa67f762b1c0a SHA512: 57c57750290a56e985034d838f155e091921cf2f3ae55c045b0e12835fdaca4d5a5fcd5bb22e4e6b57721bbaf6afc2c5c4799b5ff1f61a6925bfcf0221d17e90 Description: debug symbols for corosync Auto-Built-Package: debug-symbols Build-Ids: 143494b388fe351de4a4a865ec6a20e32d4d1ce0 2062bce3b90e3e0e288d494420837938466df503 25058f215912869081d66208cee29af7cff817bd 2ecf182f71c792c76c48783d293c1338186a5ef6 93f8efa34bb34c5ed7b145d815e9ede9fe9f12fc c626e255faa27e325d8f9e8011826d763a4bdcf3 Package: corosync-doc Priority: optional Section: doc Installed-Size: 29957 Maintainer: Debian HA Maintainers Architecture: all Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Recommends: w3m | www-browser Filename: pool/development/c/corosync/corosync-doc_3.1.2-2+apertis0bv2022dev3b1_all.deb Size: 10388216 MD5sum: 4e6a81f2f08226da0ed4b5f9d954312d SHA1: 3f3faa8afec42f50adad9855026751dcd665e6a8 SHA256: 24a5c308ffc3e2f791d1f2f12324c670a58bc18a4cba9b59507b74404b98fe42 SHA512: 4430da7485081d0caf50954021da959b0dbf705b696d312f29570c7c49dcff6efe2c429f60305b07afb47cf40e83b71c5870f54bc1b20e8ce8711a0775eb223e 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: 331 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.7), libcfg7 (>= 2.99.5), libcmap4 (>= 2.99.3), libcorosync-common4 (>= 1.99.9), libdbus-1-3 (>= 1.9.14), libqb100 (>= 2.0.1), libquorum5 (>= 1.99.9), libsnmp40 (>= 5.9+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.2-2+apertis0bv2022dev3b1_amd64.deb Size: 275216 MD5sum: fb2133d20a64faaa14c87d5184136b1a SHA1: 3144dec40165562cdb2fc8213eb5b62084c0bfc0 SHA256: 7763fc272c16c0dd2a0d7610948a5f5ba38344369d5f17c3e5032806755d2b9e SHA512: bee504100a16c167cc1fdf1a8a7628b54a0e720e784d9a9db4d4576767b3507acbe59a682c63dd4dd0a9a76d3ed846e4e7384b12373b5d5a21418df1e354de94 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: 124 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: corosync-notifyd (= 3.1.2-2+apertis0bv2022dev3b1) Filename: pool/development/c/corosync/corosync-notifyd-dbgsym_3.1.2-2+apertis0bv2022dev3b1_amd64.deb Size: 108572 MD5sum: 0a5ad667108a30347363379e426d9b73 SHA1: 72b13f2e235c00b4b40498d77c8fff17bd5dfac0 SHA256: 14d13434c0893db746adc0aa86cb9cb7b58802a15fe71c7c2a526d590569e790 SHA512: f38085989d9ab1ed663401029691363af022ea95db215c0e152f46dba168e275a1087e98c872afa9ae8c5e0d14cfa6630e5176b3c5ea70ccb223eaf2ff34834a Description: debug symbols for corosync-notifyd Auto-Built-Package: debug-symbols Build-Ids: 917b33c1fd69feb8295d62a54f16372b299ca536 Package: corosync-vqsim Priority: optional Section: admin Installed-Size: 413 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.14), libcorosync-common4 (>= 1.99.9), libqb100 (>= 2.0.1), libreadline5 (>= 5.2) Filename: pool/development/c/corosync/corosync-vqsim_3.1.2-2+apertis0bv2022dev3b1_amd64.deb Size: 311720 MD5sum: d689668c3d02c0cb14c196a771442655 SHA1: c6246a91d7cc86d7e7d2432c1f95866ede008a02 SHA256: a879dee12c9858c8fc8287214daf66c6d985972531309cb95f1923c829431ee0 SHA512: 9f94b3705a37d2cde39ada064f6a34c8d26a18be54fbde4d30452b72e164463a1ff710d90a0f3629f1bff59e8053ab2b4296822ddf0b9eb17631a82ab9518070 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: 284 Maintainer: Debian HA Maintainers Architecture: amd64 Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: corosync-vqsim (= 3.1.2-2+apertis0bv2022dev3b1) Filename: pool/development/c/corosync/corosync-vqsim-dbgsym_3.1.2-2+apertis0bv2022dev3b1_amd64.deb Size: 258716 MD5sum: 81aed3cfe4007a46fcb4eb07f348872f SHA1: 30725eb5832f3658e8c43d1b26435ed1d6763d8d SHA256: df52ccf013f6ad72eff9e2ca59d168657a394f6d2b78a671afe1890d4447be19 SHA512: 6b6e7be570f3f94c832498de21142572bd1be0a589d0ec62c7331707a0052a7e6f224ace07618ea0257c143efcdcdcc4f63a3673d804bfc2345e75cef4dadbde Description: debug symbols for corosync-vqsim Auto-Built-Package: debug-symbols Build-Ids: 8616b2d57dae111ac3fc5f4f5dda6766b09c57b9 Package: cowbuilder Priority: optional Section: utils Installed-Size: 85 Maintainer: Debian pbuilder maintenance team Architecture: amd64 Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Replaces: cowdancer (<= 0.49) Depends: cowdancer, pbuilder, libc6 (>= 2.14) Filename: pool/development/c/cowdancer/cowbuilder_0.89apertis0bv2022dev2b1_amd64.deb Size: 32576 MD5sum: 726f7ea4feab1a21ae2e86c52979a472 SHA1: 48d9f3a9823a93fbb5750ad66ddcf35e6837be47 SHA256: 3e037179a9bcf2fbc2dc68d7b93b12c3678a152eed936000f7e8bbd39d3aed41 SHA512: c39d7e00d6dfc76d1d6315bf2a740f695a0fcf3097841c66df9d9985a8f70d98448ef57d06ebc0077cd4c4181406a62924de91835aaecc6a54d0a94727a192e4 Description: pbuilder running on cowdancer 'cowbuilder' command is a wrapper for pbuilder which allows using pbuilder-like interface over cowdancer environment. . pbuilder is a tool for building and testing Debian package inside a clean chroot, and cowbuilder allows chroot to be recreated using hard-linked copies with copy-on-write, which makes creation and destruction of chroots fast. Package: cowbuilder-dbgsym Priority: optional Section: debug Installed-Size: 47 Maintainer: Debian pbuilder maintenance team Architecture: amd64 Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Depends: cowbuilder (= 0.89apertis0bv2022dev2b1) Filename: pool/development/c/cowdancer/cowbuilder-dbgsym_0.89apertis0bv2022dev2b1_amd64.deb Size: 30448 MD5sum: 68543f1d6d1249c8ade1455ed7b04fad SHA1: a9c455c734240c980efca4462e3fb139046e7b88 SHA256: fbe4b4fef2380578e1b6190fe0a9ffe0e7dd176b0db37a5ea876f2592b2e2b63 SHA512: 07682399935a8e9ec15e6845511fe35f5297e5d5fd3c96a60aeee2648165b86d383a1066201c9fb148c5b7baa7e9f3fd45c9fb5f8319c9f20f4ba10e584b4f04 Description: debug symbols for cowbuilder Auto-Built-Package: debug-symbols Build-Ids: 9a74c4deb9a1fe936e9776ec8a7709b027bf1500 Package: cowdancer Priority: optional Section: utils Installed-Size: 114 Maintainer: Debian pbuilder maintenance team Architecture: amd64 Version: 0.89apertis0bv2022dev2b1 Depends: libc6 (>= 2.8) Filename: pool/development/c/cowdancer/cowdancer_0.89apertis0bv2022dev2b1_amd64.deb Size: 32820 MD5sum: 4f33c75ba4b8cbe21e9369dd16bcf0f1 SHA1: b158f1734823a303b9d553025af104a76dac1d1c SHA256: 8db454e611d6fa1364b953b7f0576f19fd834cee36c1b5ec34b5d85a99f0b74e SHA512: b946a4cded33def7e3c4ee6e04099429f826a8518d57c73dd83c2672c4c62cdf7cb9a88cc1540f9f64136b4a84d5298029c81ab31393680f4e6c90a6392bf2b0 Description: Copy-on-write directory tree utility Tries to make copy-on-write semantics upon hard-link copied directory trees generated with 'cp -la' . 'cow-shell' command invokes a shell session. Within that session, under the directory cow-shell was invoked, cowdancer will create a new file when existing i-nodes are opened for write. Useful for quick scratch workspace and experimentation. . For a useful Debian tool, try cowbuilder. Homepage: https://www.netfort.gr.jp/~dancer/software/cowdancer.html Package: cowdancer-dbgsym Priority: optional Section: debug Installed-Size: 82 Maintainer: Debian pbuilder maintenance team Architecture: amd64 Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Depends: cowdancer (= 0.89apertis0bv2022dev2b1) Filename: pool/development/c/cowdancer/cowdancer-dbgsym_0.89apertis0bv2022dev2b1_amd64.deb Size: 38740 MD5sum: 47ad9f8129ebe3e1a05355664e8dec70 SHA1: 3f0a1e4fc1e3705666212f3b80705fd7abb27ab3 SHA256: 63db9227499df27c6a9c41658dac1c218292e757fd4d0a10eb4b323fb274eb00 SHA512: 2e2be3895b3424e9613a292b6668a3cb0838fb9766847e35c4348d9e12954730a29b8363c87065fcbbff06a7fdbbd346967b1b432ed2aa93ecfffc42dd308239 Description: debug symbols for cowdancer Auto-Built-Package: debug-symbols Build-Ids: 25f051500914ed33abfe04fb6fca02e1c47493e3 a350ac2921976edbd10a13ed6191004c3a3f8511 c8635097f93cb98521aa11023d16968cc6406661 fc122b8f4940ae15bdc6fbbd941a8ac99d971676 Package: cpio Priority: important Section: utils Installed-Size: 1136 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 2.13+dfsg-4apertis1bv2022dev2b1 Replaces: cpio-mt Depends: libc6 (>= 2.17) Suggests: libarchive1 Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/development/c/cpio/cpio_2.13+dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 244472 MD5sum: 0437276f29eced1156988974d4f3ad19 SHA1: de54682b9d62fdc5c7f99827fa319891542afb73 SHA256: d1dd8b7360b7cea57ecf2e5393b8a2ed0df495415034ef961e7e67f7dc9c86b1 SHA512: a253f2b9b027fb6db8e80976a65b0e742dc84913cb19069c14f95bf691a44e237639fe9e6f953fa8709474cf87dfeaa19b8e827320fa9661df57757329d7cbb0 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: 42 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10 (>= 10.2.1-3~) Suggests: cpp-doc Conflicts: cpp-doc (<< 1:2.95.3) Filename: pool/development/g/gcc-defaults/cpp_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 19944 MD5sum: 40c8e26fc174ac4822f1a20a4abd31b0 SHA1: adff3373b661d1cd2ea78e054a37ddeb1de03bab SHA256: a9d10e27e6732d0db63726ab2b3887dca90f15531dfc62b42cff0ac3f0e29674 SHA512: 3d12a4717abb74944f3f18638b522a6bb1344563b7bf3f05fbc29b790028c0bd77ccfe88ff6dca59256284220c06b3c7bd9005022e81018c8157e978e31adb04 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 204362 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-10-cross/cpp-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 46565232 MD5sum: 47e20cde909845377c392fda6efb1f90 SHA1: 19ca027d130ab0614773d32eec629158a9895334 SHA256: ff29939dda27d21d3fa17167dc7122f35b724c951e43d67ea34a79598544a0cb SHA512: 9ac47ec74da32d6777be8901eec08623392085a72dfe8d19be443c9db83e1eaf54aa810c1774e935258980210902f9f52664543b4e10430cfc316ae2e9633cd5 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 187048 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-10-cross/cpp-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 44120164 MD5sum: e3c4460b2880f2684db22c925caa7344 SHA1: ec5af66a359d9b856e5d2ba0720f8e270d2ce339 SHA256: 76074f3fbecfff448fdebb7cd96432e45a668f3212b2349e3b6f79ec76338fec SHA512: 6abf6970d41b5fbdd8a7f9fa3716978c320ea56bd73e5fc451d75eb3a69b327b32f1f27a2d1a77bb3eb0bf883e8d0567b8a1747e76950a254edfe1bf82a9815e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 187049 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-10-cross/cpp-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 44112012 MD5sum: 904b4a334b64b6747f4b9745a1226be5 SHA1: 1950967e8b6cd3d01a74984138fa9700d0a4b0d8 SHA256: 7c6625365638afc68030a3e10428fbd639e119cd460353f36cc83b8f30ac2ca2 SHA512: c14f0d8601427cdbe569c79d0a85c48e35d284e1720b32d1fe0966e3e2690cbf1d8d26190367226f4b381a5ef25c07bed1c11237644b75d2113fa2acef8bdcca 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 213603 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10) Breaks: libmagics++-dev (<< 2.28.0-4) Filename: pool/development/g/gcc-10-cross/cpp-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47415564 MD5sum: 6e7ceffeceda7f2eb2b3dbcc777a18c1 SHA1: 413fa18ca7f75902b4c1784588aaec62b0ee0cf3 SHA256: 56f894d0e64d907c0ce5b39ca77348d088477658e00350a85ab18f8411431242 SHA512: 522b75bf5cff5727ff61f13b42f73ad1943d252693a21fbf437ccd097c3ba088438dc12c14690365addc8d3f585c6d2689054c752a5ed68098841674fc26b987 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: cpp-aarch64-linux-gnu Priority: optional Section: interpreters Installed-Size: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-aarch64-linux-gnu (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17048 MD5sum: e22510d345284fb66170089d70732425 SHA1: 7d04ba283793124aecb64e70a74c5d20c0f94290 SHA256: 767faf28825f36cb24ed91eb2802fee40611d615683b6318b40057462d2307b7 SHA512: 74e7f4cca04acde03fc2af03ed00c73c885a939f3459f16b3e54d0675afde779b856cca5b33d395b80517b75370cf4831044ab5d991c3ab355cd951048680e7d 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: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-arm-linux-gnueabi (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17052 MD5sum: 51c054a15e230cecc3c058e1785a58e8 SHA1: 69913dccf020f1b81ab69ba0fc853681ff798304 SHA256: fb48e263f360bc7804c46d055d0ffb946ac3146be89210f9d59cab4b32e39e72 SHA512: 9593bbb899d8e0cbeb2f4fb26c56209882ecae567ea084ce1b81c1492830798ca76c7f0311d9956cdafaee6822cf5cc554f714b8851ae9687d8233f82c144815 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: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-arm-linux-gnueabihf (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17052 MD5sum: 8146269e32b8824869a41fc1a5fb6018 SHA1: 62efb53b238c3d61e44525575cfb9774b68d4be0 SHA256: e677cfc3b457134594425fb67a758f2e72e4ccbaf8bdce70e1218cb9addea240 SHA512: 5fa9927f077a8f84c28d4da62066a45ede0464dcd39a83aace2ab435526e87315d28a456e764ecb8ac9e5b3a9a0cf2e4e5661738f3553ea226fe51985fc6d555 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: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-i686-linux-gnu (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17044 MD5sum: 238e6e3f246495c3a7f5f97680ae5124 SHA1: 98086b1a1ddd3819524754977cb859026efeea66 SHA256: 2f8a1861d448177a99c61bca24bf49f969244bb9703780d5b4350f712b60a0de SHA512: 26ef76667023b4afc2ed59ff491e854c07b586d96d057f6309be7bfec69c3bd35a9684921e7e92abf06a775b2cd604258b1be96661ba5a896c060d925491811a 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: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17056 MD5sum: 50979f6749d0b1684cd789c1eaa31ad6 SHA1: 9fb3ec1ed6ed797a9e8ffac22fa8f6b8eead8510 SHA256: 2dfe9e8d2c766adc4d30f12529b0592127f99ee800578176a01531676107b086 SHA512: d99a6f93e03cb33ee27579ba53eb84ca0d34269f70f6491c4184d85fa9a8f650ce3a610a7a1eca62e4f8c8f06d3a960665f8a5943c35d95b4f142b580d9b913a 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: 28 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-10-s390x-linux-gnu (>= 10.2.1-3~) Suggests: cpp-doc Filename: pool/development/g/gcc-defaults/cpp-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17044 MD5sum: 16a28b05a3d9ff118d860c774af7960b SHA1: 17398d1204ac19d4f6e8d94ddca8f7ff3a452154 SHA256: 772986dfea84b7e13958b7bea9b090c1354b6e3cd5b75e9dbbc9bcd37cd53d0d SHA512: a7f46a4b2df0c659adaf2fb649eb434f15cc1ff2e786e07f7127462dee61b76d8d2b029060fb0b5a1c27cd449d54f2fbef47ba9ace456db8b272c6bc77644fe3 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: 7213 Maintainer: Joachim Reichel Architecture: amd64 Version: 2.3-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libpcre3, libstdc++6 (>= 9), libtinyxml2-8 (>= 8.0.0), libz3-4 (>= 4.8.10), python3:any, python3-pygments Suggests: cppcheck-gui, clang, clang-tidy Filename: pool/development/c/cppcheck/cppcheck_2.3-1apertis0bv2022dev2b1_amd64.deb Size: 1706968 MD5sum: 0b01f0a49861c2aa88866fe6a2316645 SHA1: cb7b52e7eaefb6ee17e2e761dbccb6ad85725a39 SHA256: ca16bcef03ce65bfd18c7188c1606870408d04ec228fbc3e2f9bf046bbd68f27 SHA512: a432ced8f488f49211171fe8954493ff4a61e575aa5ba20ee3a946455b3a73416d2ec936b203f5dbd9122a3b6510d361c0131d7b9f811bb090a431ac787ff55b 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: http://sourceforge.net/p/cppcheck/wiki/Home/ Package: cppcheck-dbgsym Priority: optional Section: debug Installed-Size: 32785 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: cppcheck (= 2.3-1apertis0bv2022dev2b1) Filename: pool/development/c/cppcheck/cppcheck-dbgsym_2.3-1apertis0bv2022dev2b1_amd64.deb Size: 32370736 MD5sum: 73686a8da9f2d593a917a1fc53b8a6ef SHA1: 69f384ae85b9aa40d823f155748e9155f1554b22 SHA256: 42468273fa4b69a6063c46ce0972cf681604383748d6b52998eedc443e7691eb SHA512: 5dc0ef25bdaf957bc77561efeab7d5abe3a60305942ef2d23f84651dc9eee2b9c58625fb6d1703878820aca2bb2eb6476ef7742230e0d0243fedcf8da9aa233d Description: debug symbols for cppcheck Auto-Built-Package: debug-symbols Build-Ids: 0120c798df997ea8acb49314e93a22694371a201 Package: cppcheck-gui Priority: optional Section: devel Installed-Size: 5537 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libpcre3, libqt5charts5 (>= 5.7.1), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5help5 (>= 5.6.0~beta), libqt5printsupport5 (>= 5.0.2), libqt5widgets5 (>= 5.15.1), libstdc++6 (>= 9), libtinyxml2-8 (>= 8.0.0), libz3-4 (>= 4.8.10), cppcheck (= 2.3-1apertis0bv2022dev2b1) Suggests: python3, clang, clang-tidy Filename: pool/development/c/cppcheck/cppcheck-gui_2.3-1apertis0bv2022dev2b1_amd64.deb Size: 1784400 MD5sum: 6b4b4570a89cb26e62eb0a5d21d01e3c SHA1: fdba721f95f557f15c026bbdd8d409ccff1089d5 SHA256: b63a4ec6e14175d05abb397c378f57e52396ff5cd0c30b92eacb4994c6939a17 SHA512: 5fced97669e1928a727a9bb77077224f9820c515404cfa49880c1688f9f4a4238434ea527f5afbafbb5ec3f12c8e00232fc2f957bc92b472b3890a787dc081c8 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: http://sourceforge.net/p/cppcheck/wiki/Home/ Package: cppcheck-gui-dbgsym Priority: optional Section: debug Installed-Size: 40448 Maintainer: Joachim Reichel Architecture: amd64 Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: cppcheck-gui (= 2.3-1apertis0bv2022dev2b1) Filename: pool/development/c/cppcheck/cppcheck-gui-dbgsym_2.3-1apertis0bv2022dev2b1_amd64.deb Size: 40068932 MD5sum: c644b8b11f8e2b679c2d44d44fe33ba5 SHA1: 1cd1dedd9c3428fab65908731a5868329aed82a8 SHA256: f4b60bf608911fa6bb1a14b9d3b7982b3ed7269a41a635ce43a71d94c6b4b47d SHA512: a1eba6d1aa8dd77215bed94ccf8bd671cfe271a7692517ceb9761e4032a8bef8ed6502c363710b85ff4c50776a41e8181aec7ad6792f68de79de9843b0177a4e Description: debug symbols for cppcheck-gui Auto-Built-Package: debug-symbols Build-Ids: 52dc6f3c51d56439953fbba8593e13571b9506c2 Package: cppo Priority: optional Section: ocaml Installed-Size: 1553 Maintainer: Debian OCaml Maintainers Architecture: amd64 Version: 1.6.6-2apertis0bv2022dev2b1 Depends: ocaml-base-nox-4.11.1, libc6 (>= 2.29) Filename: pool/development/c/cppo/cppo_1.6.6-2apertis0bv2022dev2b1_amd64.deb Size: 418616 MD5sum: 458bc7e302b8161f668bfa7723fd4e58 SHA1: fde02a0caeb8294c5045e27a8d42f6223a474cf5 SHA256: 1946233b609a7eb6ad7f6b0cc91126e0746e91895f3e7b43ba1bc80bebc682ea SHA512: e340a850bd8c237f00e6cdfdad77060468124011a0838074df8fffde700d3722f73039cb01ac192269032f419e54b821dcc47cca5d5749025493581dd70215b9 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/mjambon/cppo Package: cppo-dbgsym Priority: optional Section: debug Installed-Size: 376 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cppo Version: 1.6.6-2apertis0bv2022dev2b1 Depends: cppo (= 1.6.6-2apertis0bv2022dev2b1) Filename: pool/development/c/cppo/cppo-dbgsym_1.6.6-2apertis0bv2022dev2b1_amd64.deb Size: 110152 MD5sum: a64cf28fc75bbd2bf4c38eaad877c5af SHA1: ac864e679606109686da58d2366d3dc2c81d495f SHA256: 85104fa68c91d2457d932b93ef01a8db8b6b71fd6ce9a54c3d4d185d31be41b8 SHA512: d46795a10157e55aca91848219e65b1b9165be71340984cb398ef2a172032637ae644ae7badccdf631719062d3fc07050df40641d3b88d947cfaa9a1935a5988 Description: debug symbols for cppo Auto-Built-Package: debug-symbols Build-Ids: 3b923bbdd50f19bad94c9c28c1afc2fe7a238798 6cc4b368aeaa274814797e4d60db42781181ee0a Package: cracklib-runtime Priority: optional Section: admin Installed-Size: 594 Maintainer: Jan Dittberner Architecture: amd64 Source: cracklib2 Version: 2.9.6-3.4apertis0bv2022dev2b1 Depends: file, libcrack2 (>= 2.9.6-3.4apertis0bv2022dev2b1), libc6 (>= 2.4) Recommends: wamerican | wordlist Filename: pool/development/c/cracklib2/cracklib-runtime_2.9.6-3.4apertis0bv2022dev2b1_amd64.deb Size: 155620 MD5sum: 78092c8897e813bd06a1ea0a87c2e1d7 SHA1: 8e7dcb4e48ff7b1efe281b8a1a7422e6782dbe4d SHA256: 1dfdcd80ebe497c70a2b1e104559586babccfae2b6663493a856a7298d4ae81c SHA512: 88b6697849c2fa7076a1ac747589a113a3db0bde3b376a0cbd1ba5f841ec0073002bbf9d2f3f46b9fad3e2dea482275d67740058f6106dba73e4730b9a60ca24 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: 40 Maintainer: Jan Dittberner Architecture: amd64 Source: cracklib2 Version: 2.9.6-3.4apertis0bv2022dev2b1 Depends: cracklib-runtime (= 2.9.6-3.4apertis0bv2022dev2b1) Filename: pool/development/c/cracklib2/cracklib-runtime-dbgsym_2.9.6-3.4apertis0bv2022dev2b1_amd64.deb Size: 10964 MD5sum: f89c2dbce63c363216326b9078381a16 SHA1: 3e6fe6334b7a980a15056cbedd85dc1f0f94ee72 SHA256: 6a96986a141cb200aeedc34720130e2110fd3747c3c1d0d87009e5850e6120fb SHA512: f439cb9faa1677d049774572ed238c28dd1826493a5912d84f0d21334785cc0558a02032f8d08a7c608544ea51c7e1c7f9592e7fcb5a4b332e2a9125b47ea2a9 Description: debug symbols for cracklib-runtime Auto-Built-Package: debug-symbols Build-Ids: 33e4d674ed8c8fc52e1e3c5ace8e04d4a99486e6 afc5f2cac612adbb71fd57db685cd01c4ba89235 f5ff690cbcfb51460b02fb580c601b51e569a300 Package: createfp Priority: optional Section: utils Installed-Size: 35 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libexttextcat Version: 3.4.5-1co1bv2022dev2b1 Depends: libc6 (>= 2.2.5), libexttextcat-2.0-0 (>= 3.3.0) Filename: pool/development/libe/libexttextcat/createfp_3.4.5-1co1bv2022dev2b1_amd64.deb Size: 10536 MD5sum: 58770be05cfa6c03dbcb8fc0bffff8c2 SHA1: cc4698008fca17b0ca7416c3ab41e44f8d962c2e SHA256: c019c93bc486d80a38a4db74465ec7ffd2116c170fcc68797731af4682ccfc06 SHA512: 435f6b2bf8550c9a8e6098410ec46053a5d3a0a6a4d53636de3809b484e40e5686ec960c38ee1f324009368aa82bbf440728247cf83048a9fe845ac427321e16 Description: Language detection library - fingerprint generation utility Libexttextcat is a library with functions that implement the classification technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization". It was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy. . This package contains 'createfp' for generating fingerprints Homepage: https://wiki.documentfoundation.org/Libexttextcat Package: createfp-dbgsym Priority: optional Section: debug Installed-Size: 20 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: libexttextcat Version: 3.4.5-1co1bv2022dev2b1 Depends: createfp (= 3.4.5-1co1bv2022dev2b1) Filename: pool/development/libe/libexttextcat/createfp-dbgsym_3.4.5-1co1bv2022dev2b1_amd64.deb Size: 5684 MD5sum: 7ef558888dcf165fb0928df9de79789c SHA1: eb1efa6894f723e4b1557dc3f45882569408f3d4 SHA256: cf3e67553c917c9059cad4a88b6343f872bc2c0f049a030dfa35c7596fd41efd SHA512: 450029dbdea0a63ccae5980d6ede1ff6e93c89cf6dffed3ff66bc44fab7e82cc4762990f951b60a62f3669d29827d1effe7443433309feeac3f8b82e5f0fdaef Description: debug symbols for createfp Auto-Built-Package: debug-symbols Build-Ids: 47a933cd4c10080c27c046641b24fbfa8ecd465e Package: cron Priority: important Section: admin Installed-Size: 263 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Version: 3.0pl1-137apertis0bv2022dev2b1 Provides: cron-daemon Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), debianutils (>= 1.7), sensible-utils, adduser, lsb-base (>= 3.0-10), libpam-runtime (>= 1.0.1-11) Pre-Depends: init-system-helpers (>= 1.54~) Recommends: default-mta | mail-transport-agent Suggests: anacron (>= 2.0-1), logrotate, checksecurity Filename: pool/development/c/cron/cron_3.0pl1-137apertis0bv2022dev2b1_amd64.deb Size: 99816 MD5sum: 690784a9c63a8f2ef0ea44af9c58c792 SHA1: 18c4fd81cdcf0d141bad3584d06a1ed1ae4c5d42 SHA256: 673e7e065148843fdbd783a8b780b67d72db950086c8912f29d785be1aab86db SHA512: aa2c81332c9764aa06937542f844093c4783d36ac1ba0af44089e3614828e461c39af28a451dbaecf28529facafdd7c9de335e8ad20034e2a7c4fe0f69392777 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-dbgsym Priority: optional Section: debug Installed-Size: 122 Maintainer: Javier Fernández-Sanguino Peña Architecture: amd64 Source: cron Version: 3.0pl1-137apertis0bv2022dev2b1 Depends: cron (= 3.0pl1-137apertis0bv2022dev2b1) Filename: pool/development/c/cron/cron-dbgsym_3.0pl1-137apertis0bv2022dev2b1_amd64.deb Size: 87856 MD5sum: 55a97d5a546932f45e4e80ec552bbc1e SHA1: 39782816ae1de88e0a568f824f3c2c72499acd87 SHA256: af81643aae096d479bb6a4e7227ce8a844091a486c129a683c6ce813234efd32 SHA512: ca07b19042b72d00a56ce85d252beb730b8a24b5bf1f93eb69ed735f70f8d6b629fde3ec226031f1327484484852cbfa5913751e6cd4fc9a4fedb65664feba7c Description: debug symbols for cron Auto-Built-Package: debug-symbols Build-Ids: 699030a78b0fe626659025cbb89cf8ed170e0947 e7fb2e8014f70bd0f4222e0c69566c721a323513 Package: crossbuild-essential-amd64 Priority: optional Section: devel Installed-Size: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6924 MD5sum: b6044d12672501bf5054f9b4468d9a96 SHA1: e0bff10a4d89fa788361b5a21b2d32e56298fd07 SHA256: bef36a97e84cd4f951339161b5884f78ec0707e9d56a2ac43c3f0159e12ef213 SHA512: 5aa132a8bccc1d559fe3216b5b5a74231786132decd7a8d3c5186de90dc7904b03858350a40869ec16ab216e9cffc18917eb3688ba0399456db0fc9e3dc4a017 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6924 MD5sum: 3e0449f7f59ec2836a09d616e01f6a35 SHA1: a8bf3b19dd460b9595c7b8775adf8d03cd9ecdb4 SHA256: 2dff2169b97e08a3e915cb226482466ba3b0733e3540316b4c7353972d9652b4 SHA512: 722d107ff137cd20870ad1c3e408fe1ca8b5e0881eab3404befb625670b95b6a3f67a49cc0a8853b2a2c9f49a4ef684e9e876145805cc21c536dccd5961f7e6c 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6920 MD5sum: 553e593f18b2e30a1a0621e683d81747 SHA1: dad8770b444eadd71cacea3453747deeedaf8f15 SHA256: 4247df8c9a0c015d81353fe1ee6ae13c83395e620cc68288cc22754ff16caaf5 SHA512: e829b863da98908c4bf9df4a1fb5274508423eecdb16f2cd059a427908e091cfa530bc877c31ae9958f41695a7df30cf0358e61872ce52cfa586216e836bb3c1 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6928 MD5sum: 0fb78288ee4f764dd3c64a1f0c9aed79 SHA1: fcea3eddaec7f82ab2e9bca0424557185e8b3fd5 SHA256: 44558f66db4bfc2156af7d0f8e3013ead8115f4df8130d543f15f4268f2b55e0 SHA512: 98ada93cedec680c1c82aeeaa96781ed7d5a45f63eeb2dca25d3dcab529d06d05ae7726fb0640fa98145f602977b6223680b940872bd3977dfc56a5dc655ceb2 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6916 MD5sum: e02f7b237cefc6344a626ac43c7105e4 SHA1: 86ba425c40532de279f42280d721e6126d920cec SHA256: b258296bf81b9a9096d420eeb234af273851118914d8111fe06592fad750bad6 SHA512: 9b2506433727692edd0ea369b132d29f5001f643afe80918444ff08bc70f32de528024553703b072159901e1ac7be0122d132d7dc36d258e572ee38a9218648f 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6920 MD5sum: 3718ae0bb00b562f0db0cbee52f30eb9 SHA1: 5697b7acb4a6f9b2531ca7fb7396dd7ae5e38101 SHA256: 228a2c22ec948ad3e8263a02e64fc327db8a6713185cbfc327e7378d766454d4 SHA512: 08452c6a89093abb43f31a19383d1ab455d3dc7a83c9a475c415387a9096dc8e0242f60524a39af16acfb0f6df686c3d2edbac7082c6d683704fb02c35101fcd 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6928 MD5sum: d007787b112224bc440a8748fde4fa53 SHA1: 763617312d538a0ff3cf0e6bd7f783e767c17172 SHA256: 6c64f4c463ad3ddda84ecacff8d86b00f6a4a4564a0dd9804f76790341cf1601 SHA512: 85605afadeef61b9986aee45db463e836d89b225a2beb0a8cdf4bf2257adbf7dba3816f59790e7bfafb2ec2fcf6b9084bc6454e4b944b61007f4782c07003e52 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: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2023dev0b3 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.9apertis0bv2023dev0b3_all.deb Size: 6916 MD5sum: fe304ec549da5d180937c7ad1a8885ef SHA1: bc178fb1ea92847252d3e1f046c974b5152f453e SHA256: b4e15082db9ab958034ccb40c15456083e5bbc934c138db64b0230d05ed27e71 SHA512: 4a5ac00ec45e2f442784382013bf7e2e821a912b5f8955cd69dd16886d3b3fac752d99cb4b65a11cf6d04f72f9b8bd3cfdb4c6b8ed8dcf594c17a4aa96c72b91 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: 62 Maintainer: Nicolas Boulenguez Architecture: all Version: 0.4-1+apertis1bv2022dev3b1 Filename: pool/development/c/crust-firmware/crust-firmware_0.4-1+apertis1bv2022dev3b1_all.deb Size: 11768 MD5sum: 7b816c31deec005dab5586a9167d2a97 SHA1: dfc9a6673e9e6cc000309aa5d8dbfb65fd948d89 SHA256: 330f90e36cb4327241c370ea113173162f00a7afc2de2411beef1cbb4dc14d1b SHA512: 1729ff27a28940482b96c214f40eaab317ef0d0837711bf789bf897c76781ff41a53c537404859b661b019aa012b1519c7c42cc0c66b6fd7fc1e8d7f81383525 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: 1232 Maintainer: Tobias Klauser Architecture: amd64 Version: 15.9-1co1bv2022dev2b1 Depends: libc6 (>= 2.14), libncurses6 (>= 6), libtinfo6 (>= 6) Suggests: cscope-el Filename: pool/development/c/cscope/cscope_15.9-1co1bv2022dev2b1_amd64.deb Size: 223196 MD5sum: b4614c20e11283b7faa2aed8274b92b8 SHA1: 2931bf81c65b2bf93dd377c91a6fb4552985fa4f SHA256: 40fb36eacb6f46e5cea04a560f26d4f2dacf40f91bb8f9ebe36d9852be1bc615 SHA512: 51a84e355f09977c5be49a0af83f11b8281df5f518b27eb208a694a2dc143703876ba29fd43afccfd391f4f915853698ebece92a4b107f02e054b39c159f8499 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: 172 Maintainer: Tobias Klauser Architecture: amd64 Source: cscope Version: 15.9-1co1bv2022dev2b1 Depends: cscope (= 15.9-1co1bv2022dev2b1) Filename: pool/development/c/cscope/cscope-dbgsym_15.9-1co1bv2022dev2b1_amd64.deb Size: 144368 MD5sum: 88dc8369b81496dafeef1f710059245d SHA1: 3e01df9a681aee8005ff99e556e0ab86a657e73b SHA256: 23992d18e02c953be079f0a76822f08b598d012ca7b581d5d350f52b32b1f23e SHA512: c75c841fc9a9c6999fb0238f231ae9b3585bedab73ec93eabeee5c27d5f39b82cb20c17c889e85b6c4cbca8d352314bc2d064af0c00502c19e411327cdef7e59 Description: debug symbols for cscope Auto-Built-Package: debug-symbols Build-Ids: e7d95c2d687d51d465060f6cb7dc65bc8883bcc8 Package: cssmin Priority: optional Section: devel Installed-Size: 17 Maintainer: Stuart Prescott Architecture: all Version: 0.2.0-10apertis1bv2022dev3b3 Depends: python3, python3-cssmin, python3:any Filename: pool/development/c/cssmin/cssmin_0.2.0-10apertis1bv2022dev3b3_all.deb Size: 5088 MD5sum: dd861ed204d690587ed0df7e1d510abd SHA1: b4fc590b0095b16b5c52347b65fc690ce4eba63a SHA256: e2cf12b7e05f2ce237fbb3a90892fc42156991441a3d031b3329fd58b4cf2462 SHA512: 88bd1dda2f96a2d8ec1f3f9c6f98dd09f67eb84ff9dea9888859eb135adf7d5672dbd8e626d5dd83179ba2cd4608ffef7e8ba66ef5be6d9bb6eb08e0f184245b 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: 3602 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1 Depends: iproute2, lsb-base (>= 3.0-6), psmisc, samba-libs (= 2:4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1), sudo, tdb-tools, time, libbsd0 (>= 0.0), libc6 (>= 2.14), libpopt0 (>= 1.14), libtalloc2 (>= 2.3.1~), libtdb1 (>= 1.4.3~), libtevent0 (>= 0.10.2~), libwbclient0 (= 2:4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1) Recommends: ethtool, python3-etcd Suggests: logrotate, lsof Filename: pool/development/s/samba/ctdb_4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1_amd64.deb Size: 789152 MD5sum: 04d8012813b2c40118287f45fd85637b SHA1: 192f47f1ccd6dff8af31e1a4e762092e438e0931 SHA256: 285fb8f903922f1d58f012763c160b916ac6c6a2849213b7949aabe285d62b31 SHA512: 832a2d582fbeb88413a7f23c2f19bcb5b2801cbe0edc6463fb34a381f805d90e67be01c0b969f8d499fbd0d550a2b11a2e5ec73a008bff58466b389e9b277b9b 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: http://www.samba.org Multi-Arch: foreign Package: ctdb-dbgsym Priority: optional Section: debug Installed-Size: 2734 Maintainer: Debian Samba Maintainers Architecture: amd64 Source: samba Version: 2:4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1 Depends: ctdb (= 2:4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1) Filename: pool/development/s/samba/ctdb-dbgsym_4.13.13+dfsg-1~deb11u2+apertis1bv2023dev0b1_amd64.deb Size: 2288152 MD5sum: d129c77da6fd20c9e37f2ff85a464f62 SHA1: 6e87d56ce7749193fcb419381185c99eb073d15e SHA256: 48352de774302d3d21d1eee34cdacd032c64885b2d99637433d6d552b05ecb27 SHA512: 2a7e94302fe2cc54546fb1e4e26983ba6b8613e39126198cc2c040ea60d28b51adb9c5ea738c71f5969f5650d277c32d5f817da7bbb80f6a4db2eededc957aa0 Description: debug symbols for ctdb Auto-Built-Package: debug-symbols Build-Ids: 0436d7eb6628ba143a228f807382120a5e3c1991 04c76fb7dc0ab09034a933617d15f86cbb30a043 1ea0036718a70bc8270078c60f4a37f998b611ec 28fce0aa88bbd2db24b0c14fb0146052e0e407f8 2ee5a86e2c0fe1b9f483583be337243eedfa4fa4 4047646bfb92f34c0235d0f12b434f15cf07e937 41ae2ffe929c714799a9bb4145da059ad1b7b2ce 526e5041982b784cb668f1481d500affa5a2ebd1 80bb1ab7d94e1aeb0d20b8cadefbd9d6dde0e1b9 8f775965dd5148e98870316ce6779e1d56c4d697 a99e00394992e9156575dab05c665d29c37bd69a bb95e92d43f4c2ec271c0cd55ad37b31465ca4bc d450f2888ec9932463b254c8562a7b697b1d8e9c dbf242e1c88c4adf2183414373ad378b52106ae0 f09788056efc93e51867a31b3b2884ed7013e686 Package: cucumber Priority: optional Section: misc Installed-Size: 872 Maintainer: Debian Ruby Team Architecture: all Version: 2.4.0-4apertis0bv2022dev2b1 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-4apertis0bv2022dev2b1_all.deb Size: 139424 MD5sum: c58a320821fc4493c9b2a9326a608243 SHA1: ebbbec338c201bf6e01b9cbc17b600769086c37e SHA256: 7e86f722446c6ffcf9af015d80b742f9ac1459645a99debe91a79accac005b92 SHA512: 2b0c8ac7e6dd47c95b45234806a342514288a77cc6f1ef70287695435709d18972930e3166652abb8e3e0ca1a437f1bfbf9dd3131fb5caa3d592a9a73eaed421 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/ Ruby-Versions: all Package: cudf-tools Priority: optional Section: devel Installed-Size: 2436 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cudf Version: 0.9-1apertis0bv2022dev2b1 Depends: ocaml-base-nox, libc6 (>= 2.29) Filename: pool/development/c/cudf/cudf-tools_0.9-1apertis0bv2022dev2b1_amd64.deb Size: 511820 MD5sum: c58ae436f9da97d9c9f1a159033011be SHA1: e07b0e2e07be05706dbac9136ffb4fe55e742b6f SHA256: 1c7e09762f6daafeab0d524fcf51345762252e9a84037675d3b4999d1f4f5cff SHA512: a487eba0e9477cfdcb76dc875870469e65f782651fbef91fd2d0cd4fd788a98a7ccdf5c9fc912faae264451576dfea51bccb1e74b38d4e5dfe2d8716e9541c5f 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: 631 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: cudf Version: 0.9-1apertis0bv2022dev2b1 Depends: cudf-tools (= 0.9-1apertis0bv2022dev2b1) Filename: pool/development/c/cudf/cudf-tools-dbgsym_0.9-1apertis0bv2022dev2b1_amd64.deb Size: 172408 MD5sum: 1f30105ae44b4d2e38717a37b03ab114 SHA1: dbb834c1b6d44c4bfde0bfc1183000f2165e8e0e SHA256: 372fe1f711e22b4005b0dc1b5bbf0ed7bf11a2cccebf1ce9b0beb9e31cff876a SHA512: 2ef8c7ba60c1516f47779fd9b26f9733fef13e8d559f47c7ba86615c4c3edb4e76e64dabf6e59675ec36cca2cba08ac178c7e396455700ac5d400a3823fd6333 Description: debug symbols for cudf-tools Auto-Built-Package: debug-symbols Build-Ids: 612c7b34ee32508e947879d225220d844050af64 b46853848f31d63d7e8d79da3713a56f17dce1ee Package: cup Priority: optional Section: java Installed-Size: 311 Maintainer: Debian Java Maintainers Architecture: all Version: 0.11b-20160615-2co1bv2022dev2b1 Depends: default-jre-headless | java8-runtime-headless Suggests: java-compiler Filename: pool/development/c/cup/cup_0.11b-20160615-2co1bv2022dev2b1_all.deb Size: 155616 MD5sum: c06cd13ade70f38349bb8e953849359d SHA1: 5b54c8329d32b8a99b33c3dec4129bde2e84ee43 SHA256: ce10e0a9e32c71b5afa211549ae4276d2eed805621cacebe5d8c75da9148664e SHA512: 99cdf9a27a2b8ff6e011b4462787005cadbdb51d34254636c9114f3d4ef5d22a8e131a33ac894e005e12e59c2e68e19ff39739e73ebd82612c9041ec116e44cd Description: LALR parser generator for Java(tm) CUP is the "Constructor of Useful Parsers", a system for generating parsers from simple LALR specifications. It serves the same role as the widely used program YACC and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. Homepage: http://www2.cs.tum.edu/projects/cup/ Package: cups Priority: optional Section: net Installed-Size: 1143 Maintainer: Debian Printing Team Architecture: amd64 Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-client (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-core-drivers (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-daemon (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-filters, cups-ppdc, cups-server-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), debconf (>= 0.5) | debconf-2.0, ghostscript, libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), poppler-utils, procps, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.16), 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.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 381068 MD5sum: ea34a3faf6990b334c601fcfe664dff9 SHA1: 2341863d4dbb4c32ae7882be23b6e2e8a54483ab SHA256: fc0862243f305c61a452bf6be66d9fad2e39dd1eee4f1fdfa54c09b715cf008d SHA512: 673a77728f242df89f6af5c4e9bc3b3a382e1eb7beb4c3cbc9ab11dbe3b25f22bbb3a62e0be390444cf1aea65793110583a2051025f99fd35981644e5c51de82 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: 397 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.7-1apertis0bv2022dev2b1 Replaces: cups-filters (<< 1.4.0~) Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-glib1 (>= 0.6.16), libc6 (>= 2.7), libcups2 (>= 2.2.2), libcupsfilters1 (>= 1.27.0), libglib2.0-0 (>= 2.37.3), libldap-2.4-2 (>= 2.4.7), cups-daemon, lsb-base 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.7-1apertis0bv2022dev2b1_amd64.deb Size: 160648 MD5sum: b794f659cc8b1d48a7fef72655c8b634 SHA1: 86d870c1ec3e0a9d332c225396e9ab2febb07900 SHA256: a4f67a8ec77b2a658692788261df52a99b31bce74f45ddb90ee8075a913c2dce SHA512: db34c10f371871eb2cbb304f72bbb6d4a4bc1b3eab6effa99eb7e0454cb609d818faf3f1f6016b190a868530f9b30fc936c5b9406947a4e8c34ebd93dddddb73 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: https://wiki.linuxfoundation.org/openprinting/ Package: cups-browsed-dbgsym Priority: optional Section: debug Installed-Size: 262 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.7-1apertis0bv2022dev2b1 Depends: cups-browsed (= 1.28.7-1apertis0bv2022dev2b1) Filename: pool/development/c/cups-filters/cups-browsed-dbgsym_1.28.7-1apertis0bv2022dev2b1_amd64.deb Size: 210568 MD5sum: d333f383786a93fbabe5acec1a1c0f50 SHA1: 4054e76757733a0d70a8df748d4b18c914fd0812 SHA256: 3501810a9c01da56db250598a963fead929b2476eb0be9dc6560edd4ed2c406e SHA512: b5ffbc89fb66e82b92b28eabbed0387e1b732acfeb064c694ac4b3ea825ec62ec49e97963d84a696a68f5ac2df883c2f4534d553a80deaee10d6dd70071fd81e Description: debug symbols for cups-browsed Auto-Built-Package: debug-symbols Build-Ids: 36f3141920251849cfc24d9e8196120b515511f9 ad7b90ae3252ba449179a65fd0a35b3b055e6b08 Package: cups-bsd Priority: optional Section: net Installed-Size: 124 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Replaces: lpr Provides: lpr Depends: cups-client (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), debconf (>= 0.5) | debconf-2.0, libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libc6 (>= 2.4) Suggests: cups, inetutils-inetd | inet-superserver, update-inetd Conflicts: lpr, lprng Filename: pool/development/c/cups/cups-bsd_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 35428 MD5sum: 66d465b49e494cd1cf18e91f78c6f0b2 SHA1: 2e804eaadb7d84649d9f2cc1c8589e735b143082 SHA256: 4e232d564483e3883cace0c83491a347d2aa99b18218b08b1280671205b71a98 SHA512: 504d650d9b81197fbacb53b219452d1b5d9b36d3971d1cfd4b85920ae48a3ee7391ef717cf39468c5e14d370bdc1a403bec55b2915bd84f4bb569debccf244fa 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: 73 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-bsd (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-bsd-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 32156 MD5sum: 1cc29bffe23dcc07416a1411cdd6b2dd SHA1: 5a667a0889da0637dca17dcdee9d53879d47f324 SHA256: 8a09389ca076efdb580a6b9d657c16c053e8cd1f062f8bd5e0d9c42a55880165 SHA512: 9bc50aa27e2e7a7caa14dbd8784190540fba64c6a1faa26e1f81a3b0827a155b0d6c66b36623fc654fd41ad82315a329e6b6996453d5103669babdc1f6f9c2f9 Description: debug symbols for cups-bsd Auto-Built-Package: debug-symbols Build-Ids: 30416c5c24298646aefafc8b56468be455889492 32e7089f9c19683c7b13ffa6f90d8ad147ff5c00 84ada19e4e414c669cee07cced29a18526559af8 bb39c39dc1c2554e186780b2be3130d0d04480ca Package: cups-client Priority: optional Section: net Installed-Size: 498 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: adduser, cups-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libc6 (>= 2.7) Suggests: cups, cups-bsd, smbclient Conflicts: lprng Filename: pool/development/c/cups/cups-client_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 243596 MD5sum: 453cc7ec4c473246e1d03ed369c16105 SHA1: 7492bf4dc8671ca625a9082bd6046ac05f0f6466 SHA256: a488902bb60c9c4709eec6bf6af0f9126f198a4a51f57c0af46b23708f35c9b9 SHA512: f4175512146c32799131dc221135f6212a3a7f4756dc3037dd1e6e95b2dcb845a24422d96862cb541e2f5064382682d51315e7dd422c91b58a832d6e9e2d8b3e 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: 209 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-client (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-client-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 119264 MD5sum: 01f3bbc6f4615056efae3a12d9e0bc3e SHA1: 6c41a3b2214cf061e2e79e2b149aa50a40add9a1 SHA256: 1e972e8d305c349dfe82183d3110741a02224a4ac7d2b28870db4289d7f6e209 SHA512: 008ceaf4a8daf98c112ec223b3c81edb6eee35bcef9857e6bc1ca704f154b948480070b8cebe4e9521c16600f9856374dd7bd2e0d5e05e0a34d0c6ba7974fc55 Description: debug symbols for cups-client Auto-Built-Package: debug-symbols Build-Ids: 0ad51491410f2c1a442f842840809bfcbd741d38 15e38d896f2bc2d4958829fa8fcae4679169f40f 16a856b9ff021dba7fa10f0245294057b457aee8 24872ba33dd1628b9d02e9a06985fa21c2bb25b0 3c2646e702fbb40734c8c419e62da6b8ec1fc303 58e99922d1e1dc71d036237015f1fad1d92347c3 9316872720135fdb1be9d4c487519a1064ebbe9b b3060f25bdce59c49e36ae3efbff022cd6160615 b9bffb4fad51d2ed8ba98d21ffa51fd43adcfcf9 fe0b898a1cce0ebae51a0e16e8160c2302f9bfe0 Package: cups-common Priority: optional Section: net Installed-Size: 3861 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Filename: pool/development/c/cups/cups-common_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_all.deb Size: 316228 MD5sum: 10f03c8187bb8935b9cbc2df4e91bde2 SHA1: d4445c109c9fab76d3193f1c1018a815ce9514c4 SHA256: 7dcc80e92c4b60b29df7c5090ad072e17d2fca57b189503815aff2b210e6646a SHA512: 7679257170feec8321a7b8f143a645c89368451dd3c4539fc80e0349372b1ad259a89815f0f0ff8652e2253c7b174210adab83462fbe8fab0ecfc0746508dd62 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: 234 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Replaces: cups-server-common (<< 2.1.0-7~) Depends: cups-daemon (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-filters-core-drivers, libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libc6 (>= 2.7) Recommends: avahi-daemon Breaks: cups-server-common (<< 2.1.0-7~) Filename: pool/development/c/cups/cups-core-drivers_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 148548 MD5sum: fe8f656cc325e6fadcb7da6f3085049c SHA1: f8a049bbe8ed3f24c3d918d3a920e22f304f1ab4 SHA256: e5fc6968271d68937caf13faf0cb357441c014df0a2c72391e505171bfedeceb SHA512: 8ccece2065a594f4deb2e3f2d2be5220c4541abab3ebf9636586dbdb872cdeeae29e61aaa163f10ee96963abbec131239d9e5e6fd7d4803a5c5d428f654f2901 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: 86 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-core-drivers (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-core-drivers-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 52980 MD5sum: 13d5cdf858021d289f9d628ece45eaf2 SHA1: f294bb2ff62d4d2a95cef65b96dad30645076d44 SHA256: 41b4f6d3c89cfbd725f139cebc5460b02efc8a2454731033ab5d4a74b2fd733d SHA512: a83312896fded5c5ca9471193a21ea50bf42bf0cf297cef27918b2d12ad9928dc6cb0fac31e3bd17ebfe8d9f926b5cc44e57a1a77a8269a10c4f100048911457 Description: debug symbols for cups-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 2d64628f68d27f74ec1ee7eefa5f738865d7fcc7 b7005c68c0152617e3a86e8b974c081bdda34547 cbd33820baa1d051b4deef4ec097b065b5adac15 Package: cups-daemon Priority: optional Section: net Installed-Size: 937 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Replaces: cups (<< 2.1.0-6~) Depends: adduser, bc, libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), lsb-base, procps, ssl-cert, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.15), 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.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), cups-filters, cups-pdf, cups-ppdc, cups-server-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), 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.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 430216 MD5sum: ddd9913bed280a35710f1f8de9c15722 SHA1: 3d181d9244a05a040412862c05712600f0e12a67 SHA256: d096c5848ed348742c90385da6b40bf403d8090cdc980815baed379fa417bb35 SHA512: 408206e3c63faffa8190f999029bda0bb9f918049ff5eb74488d176bf9b9818d3a93781f44b1a46528a0c634a7e79d4e1b8a2d6d6d3749c773c97c600fbf8930 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: 560 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-daemon (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-daemon-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 479744 MD5sum: 9d057cefe5d47edb352a47c7a723da02 SHA1: 8f79b4c152ba3ce235dd3e17d5062f1506f3d467 SHA256: af91e44572e260941bfe00a5adb0c480175bfe9c0dab3f5e337376ac6597b9e1 SHA512: cc1ea0f89497c67d82ce81c06448bf0e26990dc8dd64190597b0bb644aa4d10427483173ae50c8db75b45a322025ca059ffeb350283d265a90ddc085f4bf269e Description: debug symbols for cups-daemon Auto-Built-Package: debug-symbols Build-Ids: 2b53fc45a2be661c0e69e0ceadf82dd3c778991e 5ae93c420643bdc70e9877b582b9b8782b005c14 968e15ae0d511a55e6219a19f32eba425cddce89 a9843edd690a9337eb1e2e58069fcb969eb876a8 ab59783af107301c689480f21f741c7a09774647 f6fdab783b1cc774c88b5f7fb993f2deda01531f Package: cups-dbgsym Priority: optional Section: debug Installed-Size: 868 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 658080 MD5sum: 77bb50c68b16639314a28766208ca14a SHA1: 65c9cc546f0bdc916242d0bbbb9890b6c7beb563 SHA256: b864691ae07fcbf87490201e45fd0c2d8a4f6f5886157d6b37fffe3438469482 SHA512: 35657c9d920d1db20eba1446f6544a995de4c1c460db8a933b24893d1bae8523069442925660526a79fee4b34b36330268e3eb15d6c2ab6e35304c1529c1f4e9 Description: debug symbols for cups Auto-Built-Package: debug-symbols Build-Ids: 0bfd94588164c24923f2976ea454900f8329731f 118231b7652e5b1e6a29ac10388e7196039bc381 24e5f267ab04db08001eb82cf0f763e6cc8923f5 31a2dadffac02905345af6b2d69f1d2025a0ebe5 38b7b6b166c1a0f94b9a4e5acf833de98c92cc5f 42d86a9d1671a5dea9bea390b530b46ce6276818 4eb72adf9a4d046a44a773d4a7bc740b2cd48703 53faea28bb2a09fb3fa69493570d1283e23aeafd 5a4b27a1b9dd536bc5ad0c4b302a96e1903667b1 62ac5bfe8d8531a81a3eb31c66252ad4c6a19943 7e8a0b91115f0e2dc5ddcee0e6be1e17d0fe7761 814264a4f6bef7a981a2c78a7557812be1aee6da ad54b97f4640a3d69984b10f40e9ff5c7c5741b4 c1e4d00412772bc39492805d1d9225395253b4db c47078225b610238b89e32fac1a0a62f205cf123 e12316fe605c4ea99100bd26d38d2b69c70ec73a e3f5ee394df5eb85dc2de41a018fdb5fc40a3d90 f6be77b057e0641d78bd3925d1522fcdca59ba92 f9b831f4dbab1a1af80ce8dae0a33911c811f4f7 f9df092d9e0727db397c4f04e237c9098ec3c6d1 Package: cups-filters Priority: optional Section: net Installed-Size: 1890 Maintainer: Debian Printing Team Architecture: amd64 Version: 1.28.7-1apertis0bv2022dev2b1 Replaces: foomatic-filters, foomatic-filters-beh, ghostscript-cups Provides: foomatic-filters, foomatic-filters-beh, ghostscript-cups Depends: libc6 (>= 2.29), libcups2 (>= 2.3~b6), libcupsfilters1 (>= 1.22.2), libfontconfig1 (>= 2.12.6), libfontembed1 (>= 1.0.31), libgcc-s1 (>= 3.0), libqpdf28 (>> 10.1~), libstdc++6 (>= 5.2), cups-filters-core-drivers (>= 1.28.7-1apertis0bv2022dev2b1), bc, ghostscript, poppler-utils Recommends: colord, liblouisutdml-bin | liblouis-bin Suggests: foomatic-db-compressed-ppds | foomatic-db, antiword, docx2txt, imagemagick Conflicts: foomatic-filters, foomatic-filters-beh, ghostscript-cups Filename: pool/development/c/cups-filters/cups-filters_1.28.7-1apertis0bv2022dev2b1_amd64.deb Size: 583240 MD5sum: 59d67702d42bba8da8f5fe08af640fe5 SHA1: 22965395ee22c26e9905e4d63b2ad1d4bc5ce652 SHA256: 1efdc7dde0ff2b1e955022a9f7e4060afdf8958a25d929f3f1cf2ee73172aecf SHA512: 2fbe1b76c2da7eed010717ed87bc234e1c1c187141fe853130d1f8d9577b7db47309e101c0e36fba7d0d2ed915e24cf12c38fe54ff57b4710526219693e570ce 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: https://wiki.linuxfoundation.org/openprinting/ Package: cups-filters-core-drivers Priority: optional Section: net Installed-Size: 645 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.7-1apertis0bv2022dev2b1 Replaces: cups-filters (<< 1.13.0) Depends: libc6 (>= 2.14), libcups2 (>= 2.3~b6), libcupsfilters1 (>= 1.28.0), libgcc-s1 (>= 3.0), liblcms2-2 (>= 2.2+git20110628), libpoppler-cpp0v5 (>= 0.46.0), libqpdf28 (>> 10.1~), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4), bc, poppler-utils, cups-ipp-utils Breaks: cups-filters (<< 1.13.0) Filename: pool/development/c/cups-filters/cups-filters-core-drivers_1.28.7-1apertis0bv2022dev2b1_amd64.deb Size: 218404 MD5sum: 37117ee7d221b99e553a081617e87945 SHA1: 3eeb58e694d1e88d21e216c2d66ce4f1be684aec SHA256: b187e15dfdd00c33d6d5da7343d67694213fcfca0d456ef4a27d84c915cae5b3 SHA512: 6498ccbe6d06c2e58b5418473a96da2d3dcd338e6f2edd255c67ed38f0d522a27d228645fee80b20f6d6f55218b001eea81f2e31efcfbce906861dd96350f282 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: https://wiki.linuxfoundation.org/openprinting/ Package: cups-filters-core-drivers-dbgsym Priority: optional Section: debug Installed-Size: 1868 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.7-1apertis0bv2022dev2b1 Depends: cups-filters-core-drivers (= 1.28.7-1apertis0bv2022dev2b1) Filename: pool/development/c/cups-filters/cups-filters-core-drivers-dbgsym_1.28.7-1apertis0bv2022dev2b1_amd64.deb Size: 1743672 MD5sum: b1d471595b045445ae06e1802f3d47f8 SHA1: 3c5895ec93cbe7cef7417b12eeea508c63cd7bc8 SHA256: ee765153d8d996208a1cce6bc4485086d9cf7fcc4486e0c54f77a80bb202fd15 SHA512: fc9763ab004c64ef5887a006408e20465697f2669dc3acc4280accf34f095c58df30acbe6c72cda32efde69f90eae122eeb9d3f9bdeddd227b26b851d954490c Description: debug symbols for cups-filters-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 24736837cf2c0d809bc6b9cb8795035612d1c169 6dd9dbd27a9712a39facb4fe0ea778c295607f8a 8235f1fb065647d2ddf6e53c69c1064884f136af 8e8f7e666ce954ebc84aa719601f0dde6971fa20 a753ebf54fd6573907bf8a902089a5ca267edfd7 ad7408f9d949dff6449926b3d67a857625beb65e cd00d29695635ea41a5574ace95efab0e08b5aa4 d16940072ed7b8fa16ca0a7340a4e9acff32da50 d77826e6550d45349bf474f92f9bda161a71fbc5 Package: cups-filters-dbgsym Priority: optional Section: debug Installed-Size: 821 Maintainer: Debian Printing Team Architecture: amd64 Source: cups-filters Version: 1.28.7-1apertis0bv2022dev2b1 Depends: cups-filters (= 1.28.7-1apertis0bv2022dev2b1) Filename: pool/development/c/cups-filters/cups-filters-dbgsym_1.28.7-1apertis0bv2022dev2b1_amd64.deb Size: 672064 MD5sum: 165f1ec7faa0d794b27153ff3cb918e0 SHA1: 06e5e57024c4e3b9fbf12e939c9943588ff0695c SHA256: daba3d65c905639aa553fc7a2414f4a9a2fe5a4cdf034608803a81228d981093 SHA512: c8d2d1d446a970ae5dfaa97ca81f627b9e4b563f3e446e6cf744fc3cdbd9e08d98eadb781f11269a249f80b94cdf3e210701196dca3172c268707c7ed94d16eb Description: debug symbols for cups-filters Auto-Built-Package: debug-symbols Build-Ids: 0c8bd250851e283b86f32e74c1ee93b55b87ca66 0f46adb5b116453ad993d1d63d8bb7bb40e3aab9 41ea7e7fa0eb76dce683bb8d5b954596b91a2c52 54b8dee5c27021835340de9231d729de32170c8d 5b28e43445336d8f0367a168aa7da54702425ea2 7a4996fbb2b94357cec2a8070fb10f957e61f09f 98ed26b63f6dc5d1b0155df5ac49e2cae903a7dd 9bd7f7ad3470908b876e373fdb083941d3c468eb a4de60507cf87c126e8ed6a50b0e5c30b3f12ad3 b6247b47d4c0137df16e0f52d7b193c9f48009bd ce55971f5a666425b3418cc1c191975398d69b43 d909646ea8194acdba3fe4e03d612f3144d70ae1 e91c352151f2343efee1577330a537d661e53866 ea8f1190ebf720896114fd2f17a2eab10400c07e fc27e534275fc5d4ac5fe4a4dffeae7290360505 Package: cups-ipp-utils Priority: optional Section: net Installed-Size: 977 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Replaces: cups-client (<< 2.0.3-2~) Depends: libcups2 (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.14), libpam0g (>= 0.99.7.1) Breaks: cups-client (<< 2.0.3-2~) Filename: pool/development/c/cups/cups-ipp-utils_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 294404 MD5sum: 1e977ba2008c123f49fe77c18e6cf404 SHA1: 549549e3350a094536d0f8e8f3d1a563c8271909 SHA256: 5c331e9b74017ec713243591ebf7e8a92631b93d28efb57c6f2365a2eb989d1a SHA512: 5d92e99f3642e1df3d00142a8eb436532e5593438ec8c1fb66277388cce5825c4020184484d32c789d68f0c82683bff7700c676cfa67c80bb03cb5f38f1131a8 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: 225 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-ipp-utils (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-ipp-utils-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 180728 MD5sum: 45e460ba2d2e37d16b21984bd34938ae SHA1: 98c0e5cb140cf2356070d5ccbacad860cf56f632 SHA256: 639f65b811e30f3ac4eb494926dc5aec7d3edfe05d24c27a97c1fc17a11495ca SHA512: 1e16ec5227101c38cd4e14771c780fd1d3bcf75c4c64a551c64fa98f291c0f27cfdd8042216b3bcd877bccde45b78593fd36c9c4a83c4b22188287e1a4ee1e9b Description: debug symbols for cups-ipp-utils Auto-Built-Package: debug-symbols Build-Ids: 47e034cf92b273886a5d0865c3878a224fc0d2e3 a340eebf80cfe77194359f5d6b75046760df6173 bc0331b0494c02eaeb83a82d47622c568862d70c Package: cups-ppdc Priority: optional Section: utils Installed-Size: 634 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-common (>= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1), libc6 (>= 2.14), libcups2 (>= 2.3~b6), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/c/cups/cups-ppdc_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 211256 MD5sum: 83a06c39829fb88c14815087321d5ca5 SHA1: 8729aefd4e414a7ae1e60066739cc57496594a62 SHA256: ddf974f8fcfa9a32544aa761335ec33d86d475ef61b5666727b0a20a1d52ed58 SHA512: 8c9fec046660d7ffef9ca13ed81482a9859c87823d0b8059c74c404ea42c8bfb4fbffa0cf4e85ef11869a4dfe45a50b31a9686c9c4d97f84c418e6ef835683bb 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: 444 Maintainer: Debian Printing Team Architecture: amd64 Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Depends: cups-ppdc (= 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1) Filename: pool/development/c/cups/cups-ppdc-dbgsym_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_amd64.deb Size: 343672 MD5sum: 6055ead71fc925c447e82c304e33c3f1 SHA1: ccc30fc364ff2f9c3357e66cf6725b5f97747802 SHA256: d2a61fd38d7e4fb27468bea0b31ead03d669274bce09ca734075124fa933ef1d SHA512: e7af7525aab6cc61fc4c6fdae713be8f30a91791576ddc947afca59abfe712370548ebc0a45f7df069c21cf196cf0cb63c35d1e981b6b203875eeaeb493244d9 Description: debug symbols for cups-ppdc Auto-Built-Package: debug-symbols Build-Ids: 0fe60381e3b20549f37cdec5825be21f20e9cc9a 5daf1f68cc4f2035c65f3cfd3b62483101746535 850d292169c903f60c9f9b61d616af37527c9e14 c0d7a000d42b9c900333a68b7737ea78ed49610c e34383371e763d756d2b2ef0b64ec34b5fc47fb4 Package: cups-server-common Priority: optional Section: net Installed-Size: 2407 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.3.3op2-3+deb11u1+apertis0bv2022dev3b1 Filename: pool/development/c/cups/cups-server-common_2.3.3op2-3+deb11u1+apertis0bv2022dev3b1_all.deb Size: 521976 MD5sum: 4a5a16b3c2bc01f4230b52d8d117e2c3 SHA1: 011fdce5a81a22239d784fcdb200580349ba7208 SHA256: 8eb665bdb6f3c797ca421c9c084a85e7def318ecd195b2b35b7f42e385a1ab70 SHA512: 9a0cd5100431ca48f4f7ea23340acade78d57869e1c4e4d33b27de2f73c7256f454e2c9d2161f537df65967fcb0ea56dd7ce0310a632bc09a88881b8918804d3 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: 4620 Maintainer: Thorsten Glaser Architecture: amd64 Version: 2:1.12.13+real-28apertis0bv2022dev2b1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.17), 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-28apertis0bv2022dev2b1_amd64.deb Size: 2810712 MD5sum: 36ad100cc57885f8d87b6e80f29c4c71 SHA1: 817dc65a841c44cd440963259a42949019657489 SHA256: c31dedefb01524f449b77e1c3afd1073a3f0233317cf77c9ecb60b21fda769dd SHA512: 10e517fbbc902db2f072b4f9c416ee21ba53f709dafc0c32760e7f2979e66df01dca3be3b4b6788daf5decc2c3935235c3cc3f2617ca793fca98716502ae50af 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: 1099 Maintainer: Thorsten Glaser Architecture: amd64 Source: cvs Version: 2:1.12.13+real-28apertis0bv2022dev2b1 Depends: cvs (= 2:1.12.13+real-28apertis0bv2022dev2b1) Filename: pool/development/c/cvs/cvs-dbgsym_1.12.13+real-28apertis0bv2022dev2b1_amd64.deb Size: 1051262 MD5sum: 207a01e0435eff437ab5e488aa1b5ebe SHA1: db2949dc1b7ff9392ee33abc498d9102ecca1b7d SHA256: be24f05a0ffb70ba37f0e45da660eac66b4959ed6a687efd3c7bad278bfb6f65 SHA512: adb8f100c3cb9cb1ae052fa7e99ea17eddf697f153b1224a7251dd99a2378634f392107693d2fbfef3019fc4595fee590bcfabe128d9ce9800e75d126ea3272d Description: debug symbols for cvs Auto-Built-Package: debug-symbols Build-Ids: ace8ee54e80ea6166f6168ed50c46648482e81df Package: cvsps Priority: optional Section: devel Installed-Size: 112 Maintainer: Debian QA Group Architecture: amd64 Version: 2.1-8co1bv2022dev2b1 Depends: cvs, libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Filename: pool/development/c/cvsps/cvsps_2.1-8co1bv2022dev2b1_amd64.deb Size: 49528 MD5sum: 49122cf25426df8a58db8a68b1025ed7 SHA1: 6dafbacf6d1186b07d961d74b92474befcd5ad1b SHA256: 60279b570136cb14a348012261352c761813d156c9844d6b67d997d16334bb71 SHA512: d54a30ac2f3af9a3470eff35fee44c2541c92684c3da64e5ad6e4dd60fda0158bea13864a9fc0e66ac2375cdac321207f72d81aa69bd9163ff491c12e31c9f3e 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: 115 Maintainer: Debian QA Group Architecture: amd64 Source: cvsps Version: 2.1-8co1bv2022dev2b1 Depends: cvsps (= 2.1-8co1bv2022dev2b1) Filename: pool/development/c/cvsps/cvsps-dbgsym_2.1-8co1bv2022dev2b1_amd64.deb Size: 96152 MD5sum: d1baa1948db5727fc0312710356d3b16 SHA1: cefe693174ddce239eefcbb3a6de0c7d71c8e10c SHA256: 173555873ad0848b4fa6ebeddb495c65575da142a8f76f2aba418910f5648cdf SHA512: 2c50ea0260ad594958e4524cffd0418c8bdabe58b50d9ae298f97c0e364c082adb3d3b886039d5f8ec53832eb1eec2f2c109556a3ccd40f8523a501537cb929a Description: debug symbols for cvsps Auto-Built-Package: debug-symbols Build-Ids: 0a7885abad23e6f571b04e7dce00b7c04c32e734 Package: cxxtest Priority: optional Section: devel Installed-Size: 1010 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Version: 4.4+git171022-2apertis0bv2022dev2b1 Depends: python3:any, python3-ply Filename: pool/development/c/cxxtest/cxxtest_4.4+git171022-2apertis0bv2022dev2b1_all.deb Size: 415388 MD5sum: a5ff5b482851da2f225f2255ce910e97 SHA1: a734990d4497ae2eb8403e8f6ed577020cb3eeb3 SHA256: b1ca82cc695911020063899f12f0d5fec7912e307be6d289fef9aae3fa2acf3b SHA512: 1dd4524ab3478bf7275b0bbe3832ec7486b80943a350908c8bcf8fa9ed07aa00b0836df32b82d082c0cd3e9cb0e65d871db90db873369c00b0fce423b1a91283 Description: lightweight xUnit-like framework for C/C++ applications CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. It provides assertions for checking conditions and classes for defining unit-test cases. . CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery, which simplifies the creation of test drivers. It includes a script that parses C++ files that define unit tests and then generates a C++ test runner. When compiled, the test runner manages the execution of all unit tests in a flexible manner. Homepage: https://cxxtest.com/ Package: cython-doc Priority: optional Section: doc Installed-Size: 2795 Maintainer: Debian Python Team Architecture: all Source: cython Version: 0.29.21-3apertis0bv2022dev2b1 Depends: libjs-jquery, libjs-underscore Suggests: cython3 Filename: pool/development/c/cython/cython-doc_0.29.21-3apertis0bv2022dev2b1_all.deb Size: 626232 MD5sum: f4b95f2670609bd3238ccd6b9b549762 SHA1: 787b0e03e71e2ed50ccc04e30c5f646ffaa98f76 SHA256: cb3a6645171473c49510d701f41c2585bd341ac347bf800469f0c59c6f718ad2 SHA512: f5447a73033024baf19ec9ece249ea56d280cb17e403b15417807ed079bd9ddea7a25f3184275959cff14384475186dbd8b3e38ca8be2169759f3882631313b0 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: 6385 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.21-3apertis0bv2022dev2b1 Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14) Recommends: python3-dev, gcc Suggests: cython-doc Filename: pool/development/c/cython/cython3_0.29.21-3apertis0bv2022dev2b1_amd64.deb Size: 1311440 MD5sum: d101acdc344736bdcb15c126c3acf07d SHA1: 690ac53ce4ec291ea370ac6eb5d952991effc8e2 SHA256: 4bd228c3c7c0238ec9a6beca7a264d670c3d4dc48a67d1452ec8294ebd5d51f3 SHA512: 45a87cbd86813fb7584878dff4151f15e61bef4351011de535d71e95f7abbedffb6f9ec602437ea0533c56d3d4477e85761daffefe5e025553041a9d07d5de07 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: 37013 Maintainer: Debian Python Team Architecture: amd64 Source: cython Version: 0.29.21-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), cython3 (= 0.29.21-3apertis0bv2022dev2b1) Filename: pool/development/c/cython/cython3-dbg_0.29.21-3apertis0bv2022dev2b1_amd64.deb Size: 10197284 MD5sum: 7e9d400cfe00830c34a090017feac77e SHA1: 6bbef17c470529484479c4c16060f6af8fa16534 SHA256: f6cf5a779a650663f9b429e612d55971ce84f42e1f9a261f99be579cc74bcc9b SHA512: 2af4f10b3ae51cd20c95bfe22b28d3f5750614c61d5d0d52d8cfbaafc70ab00fa13475d5147c95bf588dc5f1348b7e5da1368f204a148189e4a29038eb57bd48 Description: C-Extensions for Python 3 - debug build This package contains Cython libraries built against versions of Python configured with --pydebug. Build-Ids: 6d6db188268ad7b85d4b3cd38e07249402592a5a 71e70d285ac4658d1f7c8d369e4edaf2373aca33 746c4407e2c645a47bac55d61dae9240d0a45f75 8ce1352c909f16b307dbd5d34a2d872bd30e1b42 8f8724235da2dfeeead7655df00e5ba4dc2fb1d5 a005aceba3732c17edf3aaa08977b2278b87aea5 c64925f131d7738761d3b9f98f05efebb79eea21 c757233958c6adde74eb8cd3b298e695424955d9 Homepage: http://cython.org/ Package: d-feet Priority: optional Section: devel Installed-Size: 404 Maintainer: Utopia Maintenance Team Architecture: all Version: 0.3.15-3apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.6), python3-gi (>= 3.3.91), dconf-gsettings-backend | gsettings-backend, python3:any Filename: pool/development/d/d-feet/d-feet_0.3.15-3apertis0bv2022dev2b1_all.deb Size: 59336 MD5sum: 5722ad3a0346ae8f9041eed8d2186f55 SHA1: 00251922caae1496dbb7bf142420b99f5f6c5cc1 SHA256: 0e507eb5633d9610596b76381b11e4fe16540e6af636ef5017de5f68e4b388e3 SHA512: 164e0c203f7cf2e8fca4f38a04331e6655ba6957197b18f2d5a348010c1c88acff3d95caccab9fe622d0960ba5a8f5ea295c27ab47cc136bb40eb339ad9e6aeb 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: 43 Maintainer: Jonas Smedegaard Architecture: all Version: 0.98apertis1bv2022dev2b1 Depends: apt, binutils Filename: pool/development/d/d-shlibs/d-shlibs_0.98apertis1bv2022dev2b1_all.deb Size: 18272 MD5sum: 81c2a665d91ad5514ef20ae9f90d7b75 SHA1: d32665bdfc9915483dfb71937b33889c16cc2f5e SHA256: 5c056c88ff2cc48e35d15bc58741b99fcd163b90e855eb7ada517675ef4fb30a SHA512: 044dbb3ac1199d984b14293dd734f8431a49dcfe5a609e0512e9c4e23c5edbdf54efcf3f2b036b9519d5d32cefbe10d03e1ac754a8cb71a48eeed9075f593372 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: 37 Maintainer: Robert Luberda Architecture: amd64 Version: 1.24apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/d/datefudge/datefudge_1.24apertis0bv2022dev2b1_amd64.deb Size: 10088 MD5sum: e46329ff661014e8ce1fc81773b31c43 SHA1: 6736cfc8d227296dfd9ec8ecdbb6f9a823df7bef SHA256: d596ab57ce15afc52792ca582e265da68219500a6a3e940f93932da164e7cee3 SHA512: 7ac1c44ff104563128160efccc9828365a3da6dd54e6b4be5f02d417cbe181b9ddb20349879a2bae3467641f049ce20a6bf1b0f557e9a8d9c700aa75d6db619f 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.24apertis0bv2022dev2b1 Depends: datefudge (= 1.24apertis0bv2022dev2b1) Filename: pool/development/d/datefudge/datefudge-dbgsym_1.24apertis0bv2022dev2b1_amd64.deb Size: 4612 MD5sum: 7036cbf2c64a13fe438326cd0f22b484 SHA1: cee2da096fb5581e7c92b6ff6d7b896c109075df SHA256: df4fee9e658f644bc0c3f1368586c3a67e60518ab7c6bdf603bb8df955800776 SHA512: 0ce1ca422fd38e1e19a608f44edfc2e98f9eb1ea87728b830b8de567f4af368b33011f30edb1761c854283661579f27df3d4fdf7db5f2f4b5dbd80e42ebffa89 Description: debug symbols for datefudge Auto-Built-Package: debug-symbols Build-Ids: a9d9c41861d065888d1ce044817f2fb93a28d079 Multi-Arch: same Package: dav1d Priority: optional Section: video Installed-Size: 71 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Version: 0.7.1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.17), libdav1d4 (>= 0.1.0) Filename: pool/development/d/dav1d/dav1d_0.7.1-3apertis0bv2022dev2b1_amd64.deb Size: 26588 MD5sum: a38b575eb7eb6ab88670847e9eb63755 SHA1: 5c51ae8f39f7e455d6e5db1eb49e2d062c704e7c SHA256: f3a1b36a147d577e2ad8bda28151b2632466a9feb7f875ea64d0e4a18aa65a34 SHA512: ce8d3194968aeeba02db6d7d30f510af152e5ff1022c59104e12da3a189b5d09580c5b0a2fc50b352d05b2ce3b52407ea1829a5d5b446733dc7866ffcc01ba32 Description: fast and small AV1 video stream decoder dav1d is an AOMedia Video 1 (AV1) cross-platform decoder and focused on speed and correctness. . dav1d supports the following features: * support for all features of the AV1 bitstream * support for all bitdepth, 8, 10 and 12bits * support for all chroma subsamplings 4:2:0, 4:2:2, 4:4:4 and grayscale * full acceleration for AVX-2 chips * full acceleration for SSSE3+ chips * full acceleration for ARMv8 chips * partial acceleration for ARMv7 chips Homepage: https://www.videolan.org/projects/dav1d.html Package: dav1d-dbgsym Priority: optional Section: debug Installed-Size: 60 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: dav1d Version: 0.7.1-3apertis0bv2022dev2b1 Depends: dav1d (= 0.7.1-3apertis0bv2022dev2b1) Filename: pool/development/d/dav1d/dav1d-dbgsym_0.7.1-3apertis0bv2022dev2b1_amd64.deb Size: 44476 MD5sum: 55be0b9289b2941e51fb0be7e757ae6b SHA1: 753c2364d4e7145997fe888eba5a0225b496717f SHA256: 4d0e30aa7c60aeb523a76987b7dcecdda5fcc6e0fe55043f0161f30af05d7e43 SHA512: 357a3a595fea58984a6fd313ca0262640d79a14c53a9945e724678fd5f0e5ba82d9dc2799552946c1db1e6c8575146a807326db918f6c0168c5c28296a302aae Description: debug symbols for dav1d Auto-Built-Package: debug-symbols Build-Ids: a9d818e190623b77e61ffb8bb941aeff7a364615 Package: daxctl Priority: optional Section: misc Installed-Size: 108 Maintainer: Adam Borowski Architecture: amd64 Source: ndctl Version: 71.1-1apertis0bv2022dev2b1 Replaces: ndctl (<< 63-1.3~) Depends: libc6 (>= 2.14), libdaxctl1 (>= 71), libjson-c5 (>= 0.15), libndctl6 (>= 63), libuuid1 (>= 2.16) Breaks: ndctl (<< 63-1.3~) Filename: pool/development/n/ndctl/daxctl_71.1-1apertis0bv2022dev2b1_amd64.deb Size: 42800 MD5sum: 9c51d44248172d3afc7771b81de3026b SHA1: d76b4f4c337c31744138e16894acd46271664309 SHA256: 83d6a575d4d451a55ed9408548535a41f82f0d393294d75a5a0249f246e0746a SHA512: cd21fc41e9e5b9c8790574358c4c8e9f3bea60b250d23b473281147345217521dcf9bd88b1b9812ee338338a2dda45f31b6ccec4d389b3a54b82d9626d757e87 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: 115 Maintainer: Adam Borowski Architecture: amd64 Source: ndctl Version: 71.1-1apertis0bv2022dev2b1 Depends: daxctl (= 71.1-1apertis0bv2022dev2b1) Filename: pool/development/n/ndctl/daxctl-dbgsym_71.1-1apertis0bv2022dev2b1_amd64.deb Size: 96752 MD5sum: 00c694eae10dd75c4383b9c0e509d2c7 SHA1: 15ba118792684950c49f917d3620aa67b6fa268f SHA256: 2e952dcc4183e3e7b7341ac7941fca2b7a5122a61681e122fde1ffa55d30c7d8 SHA512: 059149e924197e7f08445c959d739b049e0e6bc212c38cb8527de7cff2a0524954c086c39d255234c687cd3044ee135000195ec47d89ac694a0f2e27d5cf2b4c Description: debug symbols for daxctl Auto-Built-Package: debug-symbols Build-Ids: bb2fd4ff83be862cc3b23da55491cd969113649d Package: db-upgrade-util Priority: extra Section: utils Installed-Size: 9 Maintainer: Debian Berkeley DB Team Architecture: all Source: db-defaults Version: 5.3.1+nmu1co1bv2022dev2b1 Depends: db5.3-util Filename: pool/development/d/db-defaults/db-upgrade-util_5.3.1+nmu1co1bv2022dev2b1_all.deb Size: 2828 MD5sum: 0f21fc386414099d7afdcd76364a30eb SHA1: a7da27ccdb037dad6c5753f43eb553670d95e5d3 SHA256: dc2f47e285cfe8de9cf7c540e8ef8151b63f0f6f460def6507027821034bc311 SHA512: be682b3fce7631bb956e5fe676309d63414d72dc4d0fc7db8d7d77fc96470de4e8670840276565622d15567fbeac94194c885dab9b341ee8e6b18cc22f33bba1 Description: Berkeley Database Utilities (old versions) This empty package depends on the old (from previous stable release) utilities package containing different tools for manipulating databases and installs unversioned links to current database utilities. . This package exists to help package maintainers which need to upgrade Berkeley DB database file. The package which needs to perform an database upgrade will need to depend on db-util and db-upgrade-util and call commands as described in: http://docs.oracle.com/cd/E17076_02/html/upgrading/upgrade_process.html Package: db-util Priority: extra Section: utils Installed-Size: 39 Maintainer: Debian Berkeley DB Team Architecture: all Source: db-defaults Version: 5.3.1+nmu1co1bv2022dev2b1 Depends: db5.3-util Filename: pool/development/d/db-defaults/db-util_5.3.1+nmu1co1bv2022dev2b1_all.deb Size: 3084 MD5sum: 55dad868eb2afac7888dd46fe03e84fa SHA1: e9578d9b297091880e3ec6d1af01ae449bcb22a5 SHA256: c067cbc2c8cc5f5528aa8ad9834f03aaef6361ad60826edc17cc1eb2dab7db45 SHA512: 3d26b142121d4d47fb68ceebe6d9b71477b6e38c59b9e9817157a13f9686ccbb9028a3b48f6071c25c6851314b9921b289f2ed88a660a254ac037df4621bea3c 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. Package: dblatex Priority: optional Section: text Installed-Size: 4643 Maintainer: Debian QA Group Architecture: all Version: 0.3.12py3-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1) 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-1apertis0bv2022dev2b1_all.deb Size: 371116 MD5sum: a57e7677341a161a6b80ecccf73a082c SHA1: 15c9b449926a3f6449d95ccd7b9fba4f068e0020 SHA256: 3b48cfa51b7b46b054647fc3aa99935308b5b19070adaa0be5a4c57961f9de1c SHA512: bd5e2233c443c8f75c5d2a9282d0274f84a7c8a068bf073e392300846a0adccad3f251d8786c5360704e2077ce6b585750d78e8faf8990a92e75967972ff6a76 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: 3365 Maintainer: Debian QA Group Architecture: all Source: dblatex Version: 0.3.12py3-1apertis0bv2022dev2b1 Replaces: dblatex (<< 0.3.8-1) Breaks: dblatex (<< 0.3.8-1) Filename: pool/development/d/dblatex/dblatex-doc_0.3.12py3-1apertis0bv2022dev2b1_all.deb Size: 1336416 MD5sum: ed5f71001bd54102149c62fb469e7de1 SHA1: a18b313ca04cab9671b6cfbdabba54f8026902ca SHA256: de33180bd15d56ee3cabb16871a8a71b51cef8b7814334ba4717f5d3c6b5b810 SHA512: 114a8defb428ffeede9657fbf11d85eb9f29f016f6546061acc743e87e1efbc3bf0463389536448ab4309c666a8eacc52bc5cfa4e5d4401e99ebb86ca993e965 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-test-runner Priority: optional Section: devel Installed-Size: 45 Maintainer: Mike Gabriel Architecture: amd64 Version: 16.10.0~bzr100+repack1-4.1apertis1bv2022dev2b1 Depends: libc6 (>= 2.4), 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_16.10.0~bzr100+repack1-4.1apertis1bv2022dev2b1_amd64.deb Size: 14352 MD5sum: 6710a1cb102a5a94c0955bb2b083889a SHA1: 347e4c004cc3125a3e5fdb6011e9493ed83b5947 SHA256: a5ef1e65ffea20765984febe7d41d86c1070b9ccb3c68be823046b5f20e9a830 SHA512: 443ab9435027b79cff903d0657edf98524f66d0089bd863a5c079d25669e776f3b2f588d32890ea2330cb523ef183656e0900ff8ac64d9a6baa97d9db31842b1 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: 26 Maintainer: Mike Gabriel Architecture: amd64 Source: dbus-test-runner Version: 16.10.0~bzr100+repack1-4.1apertis1bv2022dev2b1 Depends: dbus-test-runner (= 16.10.0~bzr100+repack1-4.1apertis1bv2022dev2b1) Filename: pool/development/d/dbus-test-runner/dbus-test-runner-dbgsym_16.10.0~bzr100+repack1-4.1apertis1bv2022dev2b1_amd64.deb Size: 10148 MD5sum: 243dcdf65726dad2e96a0999d573df93 SHA1: 0115f16f361e4db383e05d8885fdce0aaba51799 SHA256: 0678504c4ca01808abc6a63aaecf06d6ffb75c77af1347c05538cbcdbbd347e0 SHA512: c02f63ae2f8f284620971a6c3cbb88ce58c4ec7b5b17ae4ceb5659c92f45fd4789d40e81174331f7b0058b31eaa36dfbe39a3ef9f3e803638807cc98fcd3af73 Description: debug symbols for dbus-test-runner Auto-Built-Package: debug-symbols Build-Ids: 4293198b43c7c6b741157c03ab67cae092e38056 Package: dc Priority: standard Section: math Installed-Size: 154 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/b/bc/dc_1.07.1-2co1bv2022dev2b1_amd64.deb Size: 72232 MD5sum: a520afe1defc68f5d4d95483db184991 SHA1: 71ef3eff86cdd13111ac1c324ad68cd2b42f4cfe SHA256: fc8183e28c28d2ae1aa34a59a966fbbdc8881808761cd6c804442c9051271360 SHA512: 56bc7e85df08029c83ea659fe7194abf25699c4a72bea9fe2270de2ecd61983d4a44b0d138cff67ff8fbd82c7dcec83d7a864ce623ae4ac10294413624d5aefc 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: http://ftp.gnu.org/gnu/bc/ Multi-Arch: foreign Package: dc-dbgsym Priority: optional Section: debug Installed-Size: 83 Maintainer: Ryan Kavanagh Architecture: amd64 Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: dc (= 1.07.1-2co1bv2022dev2b1) Filename: pool/development/b/bc/dc-dbgsym_1.07.1-2co1bv2022dev2b1_amd64.deb Size: 66028 MD5sum: aea278ddd331e5c630c4dc0c56f0bf40 SHA1: a8e807eb5016db92f933883cae2a2c64722bab6d SHA256: 83fa0a25b0de6b82ab4b6702828c9410bc5eab99dbfed3dcafec897062d88868 SHA512: 87cdc6a5c027e8fe27e9e719df85a89807fccfba17009fa6bf19ba983b2598758a00aad01d93217b68277a326b1b53721ac7cbe5733eb714c177d4e446d4588a Description: debug symbols for dc Auto-Built-Package: debug-symbols Build-Ids: 53cfc29f25e2919310d048dd95a3a8f546ad5bd9 Package: dctrl-tools Priority: optional Section: utils Installed-Size: 423 Maintainer: Rhonda D'Vine Architecture: amd64 Version: 2.24-3co1bv2022dev2b1 Replaces: grep-dctrl Provides: grep-dctrl Depends: libc6 (>= 2.14) Suggests: apt, debtags Conflicts: grep-dctrl Filename: pool/development/d/dctrl-tools/dctrl-tools_2.24-3co1bv2022dev2b1_amd64.deb Size: 103296 MD5sum: 2e77d04f4cf5cce3475811331d995ad9 SHA1: 5acf8e855394c7814ac13c0f171970ac057ede4e SHA256: eb14ffc870f714c7917281f006f6544b1af7c24a0b7b2cb87c438cb7db767923 SHA512: 777def247bbd5f390d865cea968b6659344a05bd2a5735658628ccb4a0fa9d1ebc5f6df49e1ac28e5dbc694fabe67a292f110f62ecb196aeb4b2eaf477dd6ba0 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: 232 Maintainer: Rhonda D'Vine Architecture: amd64 Source: dctrl-tools Version: 2.24-3co1bv2022dev2b1 Depends: dctrl-tools (= 2.24-3co1bv2022dev2b1) Filename: pool/development/d/dctrl-tools/dctrl-tools-dbgsym_2.24-3co1bv2022dev2b1_amd64.deb Size: 184152 MD5sum: b7a426de2b3df8d8891faa4fd89e1081 SHA1: 9b3b81fc37f7392273dce840bb85f2809e510434 SHA256: af8081fc0a9bde8d244feeb35e0dcbd3bf89e4a38054b1fe968d305c59d6a0e4 SHA512: a04e550ae8bb61c3d5c467bb6673bbe2d3349660d28e66d405ad0fccd58b7e0c8d5793a44f0d4ceccbbfd9d18fbff3c4b8a21644eaf329021d4e800d7a04eb92 Description: debug symbols for dctrl-tools Auto-Built-Package: debug-symbols Build-Ids: 032787fb9602a09dcb626fc4e229f17e64e36dcc 482e1e086b26aff6b5231c2c085706ea5154f2a6 68299b5ded0ef5e4bcdd787097432d0695b0f916 87b5ec92fb1a9830bf2869e7214a4fee46b7bcf3 Package: debhelper Priority: optional Section: devel Installed-Size: 1511 Maintainer: Debhelper Maintainers Architecture: all Version: 13.3.4+apertis1bv2023dev0b2 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-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), libdpkg-perl (>= 1.17.14), man-db, libdebhelper-perl (= 13.3.4+apertis1bv2023dev0b2), po-debconf, perl:any Suggests: dh-make Breaks: cmake (<< 3.9~), meson (<< 0.40.0~) Filename: pool/development/d/debhelper/debhelper_13.3.4+apertis1bv2023dev0b2_all.deb Size: 1055660 MD5sum: 51d3a7d5c81723200bced94a7192f5e8 SHA1: 272dc2e9ed64b10c15b71093fe47dd00f72b0d2c SHA256: 256283957c8f1146d8906dc5583daff29ed1664f7e663700b5aa3a3bc24d6093 SHA512: b0a6c7f5cd389d4c753fe1a56a448ef0eb8b4940074aeadd9ee096867c41b1c66d4da357f7b8e77d314ff07f0a303e722c87ff2f944bed6e0a2f81da0fa16f01 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: 234 Maintainer: Debian Release Team Architecture: all Version: 2021.1.1apertis0bv2022dev2b1 Filename: pool/development/d/debian-archive-keyring/debian-archive-keyring_2021.1.1apertis0bv2022dev2b1_all.deb Size: 93808 MD5sum: a23c0a8d49691b415d5b0e65d614fa2b SHA1: 623b0f74f97a7c111a71c266222d1aee9bc41e3f SHA256: 729a33aa0fd1ead28b46059e98028ec9e8d11d3836457b0c522b1ad7b62fc53a SHA512: d888270e65e16ff784d35b0e4da920ab93f44a2ce64260896dfc55dd6a870638f23cf0f42a2df043408e848554f770c67b1bc194ad3aae80262d5ec851d06272 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: 1207 Maintainer: Debian XML SGML Team Architecture: all Version: 1.2.32-2.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 97376 MD5sum: d204d2dfb27345e64bb28f72bb188c35 SHA1: 36d128d842adfe87d2702f90351906b88f5422d8 SHA256: e306c45b7c11b93985089d20a1a435fac000f81f2f468e918ebbcb3281d4652f SHA512: f7d22c060804c3fc658628e888673757f31f498538aca2bd1a8bb4ffbf4dacc1ce171b32ed87f81240db63be9687d4e701546c33d34814d8894779a10d1986a4 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: debmake Priority: optional Section: devel Installed-Size: 470 Maintainer: Osamu Aoki Architecture: all Version: 4.3.2-1.1apertis0bv2022dev2b1 Depends: devscripts, dpkg-dev, rsync, python3:any Recommends: build-essential, strace, wget | curl Suggests: autotools-dev, ccache, cmake, cowbuilder, dh-autoreconf, dh-python, eatmydata, gem2deb, git, git-buildpackage, gitk, javahelper, lintian, mc, pbuilder, quilt, rpm2cpio Filename: pool/development/d/debmake/debmake_4.3.2-1.1apertis0bv2022dev2b1_all.deb Size: 78708 MD5sum: c164059b7201b3eb80f81e8083fa9082 SHA1: 50aa087346f2f3e9f99e78918b61d7264272c241 SHA256: 4251906c783e7436f48571009a3a2c9138cb69191ca6366f5a4ce594c813c473 SHA512: c140f0a42ad68f2eb99799ad38d1349f0392472015ea5535732c14c541f74b64a8e708904e63e6ef6ed24d171a756f400e7bb013aaf74b48a6b1efd31e35ff00 Description: helper script to make the Debian source package This package helps you to convert an upstream source package (or VCS contents) into the Debian package by adding files required for the Debian source package. The generated debian/rules file uses the new dh command syntax from the debhelper (>=11~) package. . The debmake command invoked in the upstream source tree without any option can generate files which is good enough to create a single arch=any Debian binary package for local use without touching them. The generated files should be edited to make it conform to the Debian policy if the package is to be uploaded to the Debian archive. By adding few options, this command can generate template files for the arbitrary combination of the multi-binary and multi-arch package, etc. This includes making of the rules file for the -dbg package and the control file for the multiarch library package. . This debmake command also scans copyright and license texts in the source files to help crafting the proper DEP-5 compatible debian/copyright file. Homepage: https://salsa.debian.org/debian/debmake Multi-Arch: foreign Package: debootstrap Priority: optional Section: admin Installed-Size: 299 Maintainer: Debian Install System Team Architecture: all Version: 1.0.123apertis1bv2022dev2b1 Depends: wget Recommends: gnupg, debian-archive-keyring, arch-test (>= 0.11~) Suggests: ubuntu-archive-keyring, squid-deb-proxy-client Filename: pool/development/d/debootstrap/debootstrap_1.0.123apertis1bv2022dev2b1_all.deb Size: 75668 MD5sum: fb33193ec0503c6db5d2b85de0862e31 SHA1: 5d6491ee9f5c03ab09b489f186a8ab3dd698e418 SHA256: ba2e0d3d7cb36ac076ff09cabac41934fab836ad6c361f991dcac2fff48a06fd SHA512: ae176f55ae0cd71f0f0a9cd24c4640715621bf32403f37d100b0f2c16c6b8ddd062effe5a5d6cfc911296e64b4b5bcd8f3fd4b76af76801b351813197c6cc79b 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: admin Installed-Size: 1486 Maintainer: RPM packaging team Architecture: amd64 Source: rpm Version: 4.16.1.2+dfsg1-3+apertis0bv2022dev3b1 Replaces: rpm (<< 4.11.1-2) Depends: libc6 (>= 2.14), libdw1 (>= 0.167), libelf1 (>= 0.144), libpopt0 (>= 1.14), librpmio9 (= 4.16.1.2+dfsg1-3+apertis0bv2022dev3b1) Suggests: rpm-i18n Breaks: rpm (<< 4.11.1-2) Filename: pool/development/r/rpm/debugedit_4.16.1.2+dfsg1-3+apertis0bv2022dev3b1_amd64.deb Size: 1473388 MD5sum: 02fe45325bd01768a3129184bbd033b3 SHA1: 1a9374dc571d32aefd526e0779197de0ef2ba7f5 SHA256: a18d4a03615b763a49aeda25404c33c6d7b8fcb6097fc0c4c4115cc28344c335 SHA512: 27d6f37fb8b86894e90f830b9db7c4d9a6ccbfda6bdd8ce911c3a9731e5f87745f641d4a81cc1548a377cf905b58661ff82f8e5a1ea992932e14b788e3ccd4fb Description: tool to mangle source locations in .debug files This tool allows rewriting of source code locations in .debug files to point to /usr/src (or anywhere else). It has been split out of the rpm package to be useful on its own. Homepage: https://rpm.org/ Multi-Arch: foreign Package: debugedit-dbgsym Priority: optional Section: debug Installed-Size: 88 Maintainer: RPM packaging team Architecture: amd64 Source: rpm Version: 4.16.1.2+dfsg1-3+apertis0bv2022dev3b1 Depends: debugedit (= 4.16.1.2+dfsg1-3+apertis0bv2022dev3b1) Filename: pool/development/r/rpm/debugedit-dbgsym_4.16.1.2+dfsg1-3+apertis0bv2022dev3b1_amd64.deb Size: 71136 MD5sum: 1397c435afa530433c1920c09492ee51 SHA1: 54e1d6a0bdbdd5637695ef623eef51005bb6b2e3 SHA256: 59b04bf553c030b15657a64d3f55b77c7eb90169e554c16eab0b292accf40768 SHA512: 45cc0aa50405c2ca2a67daf83a41d066280b6289aaa23632c2a8597ea37e403ab3e6715a898eeaab2c43064344389bbddce09222ec47b1419dcf2f31ec378785 Description: debug symbols for debugedit Auto-Built-Package: debug-symbols Build-Ids: 7f0562e955f6dbd70d8b98eacb0134cfa22f18c1 Package: dee-tools Priority: optional Section: utils Installed-Size: 37 Maintainer: Kartik Mistry Architecture: amd64 Source: dee Version: 1.2.7+17.10.20170616-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libdee-1.0-4 (>= 1.0.0), libglib2.0-0 (>= 2.26.0) Filename: pool/development/d/dee/dee-tools_1.2.7+17.10.20170616-6apertis0bv2022dev2b1_amd64.deb Size: 11652 MD5sum: 8dd39457c59b685e3129cad4f1dbc6cb SHA1: 23258c99a60196bc9918c50a2e06f2576db0526c SHA256: 3d44bbe062ecf706f63d421192f9383a0ec2cb81c52aff3f44e36c47e853228f SHA512: a702717eb485626ec4c0fd69c5bd6960c8d9ea782847c2dd52dfeaf7bafcfe69587efa6b22b8188629038c651c48c5ede63985f095901d20529b459ad2c95844 Description: Model to synchronize multiple instances over DBus - tooling libdee is a shared library that provides objects that help having multiple instances communicating over DBus. . This package contains the tooling for introspecting dee data. Homepage: https://launchpad.net/dee Multi-Arch: foreign Package: dee-tools-dbgsym Priority: optional Section: debug Installed-Size: 25 Maintainer: Kartik Mistry Architecture: amd64 Source: dee Version: 1.2.7+17.10.20170616-6apertis0bv2022dev2b1 Depends: dee-tools (= 1.2.7+17.10.20170616-6apertis0bv2022dev2b1) Filename: pool/development/d/dee/dee-tools-dbgsym_1.2.7+17.10.20170616-6apertis0bv2022dev2b1_amd64.deb Size: 9448 MD5sum: 36437359c658b8f8cb38c2b76ca614ac SHA1: f43aeb77e944fe663fdf2d8367cdecd5b5b5b6d7 SHA256: e0547f06e693e5df241849460588d1af333d69c62053480623e17e137a70689c SHA512: eef3f02f655eb8980c5c4e40dd324d3a4efe72c77a4a1d5c7f18fb30b2909d76252f6f7eb878bf375b1db99b35b20b77e01b0eafd9a6f16525a38791078ba897 Description: debug symbols for dee-tools Auto-Built-Package: debug-symbols Build-Ids: 823878e6ef9deef0f68f0c27239f2f67fe411a08 Package: default-jdk Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.72apertis0bv2022dev2b1) Version: 2:1.11-72apertis0bv2022dev2b1 Provides: java-sdk, java10-sdk, java11-sdk, java2-sdk, java5-sdk, java6-sdk, java7-sdk, java8-sdk, java9-sdk Depends: default-jre (= 2:1.11-72apertis0bv2022dev2b1), default-jdk-headless (= 2:1.11-72apertis0bv2022dev2b1), openjdk-11-jdk Filename: pool/development/j/java-common/default-jdk_1.11-72apertis0bv2022dev2b1_amd64.deb Size: 1076 MD5sum: 197f3c544df89f78d790caae58d59cd7 SHA1: d771ca77500b695d6263e8a973d356a31957efaa SHA256: 01ce16237afb6ca973138e851c90884a22f079af4f49f973c7db14578c2906ee SHA512: 5a397c92bd16293f68ed8ccba86938ec3b2ddc3936561cd26153873e715636fe0cbda70e98268a75c237dbe95c41e782f4af72ec64364ee4dadaeec96e8266c0 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-11-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: 23 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.72apertis0bv2022dev2b1) Version: 2:1.11-72apertis0bv2022dev2b1 Depends: openjdk-11-doc Suggests: default-jdk Filename: pool/development/j/java-common/default-jdk-doc_1.11-72apertis0bv2022dev2b1_amd64.deb Size: 11164 MD5sum: 062ed60eb54c9c4ed126b8c991c03ccf SHA1: d6facdb921f5d54227cc322de4fc31594399409d SHA256: 9897e8478000b6c23c287c0af67a79df7f66dc3b589f7de4a763ee57890b3192 SHA512: a272985e40ae0a3126b47e6686526446c9294c0b171e249e5a85649968dbc6e49abb6644a8d9fd0978e669ff8fa8e1b92fbc2aecedc27c376538c4261f510fc1 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-11-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.72apertis0bv2022dev2b1) Version: 2:1.11-72apertis0bv2022dev2b1 Provides: java-sdk-headless, java10-sdk-headless, java11-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.11-72apertis0bv2022dev2b1), openjdk-11-jdk-headless Filename: pool/development/j/java-common/default-jdk-headless_1.11-72apertis0bv2022dev2b1_amd64.deb Size: 1124 MD5sum: 7a521c398a6983cd6cd9d455b34728ea SHA1: 6915b5c28af6446e808f817b3eb730a2f58f4aea SHA256: a43a9d46335fb72508690593e5eb4042f94f7fa4318ad6809cc8beb1db8502e0 SHA512: 6c9a9f89ebea4b66e12106f71e820841f41a214ccb686d5285a671fb404fa6424b8e5f050cdef24f037b52739ac920e3df240009bd8358e5844ebe6a793293e0 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-11-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.72apertis0bv2022dev2b1) Version: 2:1.11-72apertis0bv2022dev2b1 Provides: java-runtime, java10-runtime, java11-runtime, java2-runtime, java5-runtime, java6-runtime, java7-runtime, java8-runtime, java9-runtime Depends: default-jre-headless (= 2:1.11-72apertis0bv2022dev2b1), openjdk-11-jre Filename: pool/development/j/java-common/default-jre_1.11-72apertis0bv2022dev2b1_amd64.deb Size: 1060 MD5sum: ffe9e5c4c2aae31b9b104d4a915caf54 SHA1: 0c6c4edbc4d331d0a61cf7b0f058c91638424a71 SHA256: 91e898b77cea14d2cd3c76423cdfd110679012a10191d6e7bd189a818a510f04 SHA512: 81f1c2d55da300c2959405bd4631faa7029e021d89ca87ce0c49846103f30da94885f206a9f511770362a41e571e10b00f9aa0249d858bdec1f2c6f4a8780f91 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-11-jre for amd64. Cnf-Extra-Commands: java,jexec Homepage: https://wiki.debian.org/Java/ Package: default-jre-headless Priority: optional Section: java Installed-Size: 20 Maintainer: Debian Java Maintainers Architecture: amd64 Source: java-common (0.72apertis0bv2022dev2b1) Version: 2:1.11-72apertis0bv2022dev2b1 Replaces: openjdk-6-jre-headless (<< 6b23~pre8-2~) Provides: java-runtime-headless, java10-runtime-headless, java11-runtime-headless, java2-runtime-headless, java5-runtime-headless, java6-runtime-headless, java7-runtime-headless, java8-runtime-headless, java9-runtime-headless Depends: openjdk-11-jre-headless, java-common Suggests: default-jre Filename: pool/development/j/java-common/default-jre-headless_1.11-72apertis0bv2022dev2b1_amd64.deb Size: 11092 MD5sum: bb2401d03fb37b0f5ec781bfa23e79d5 SHA1: 3bdd9bbe7797b4bbddadf5822cd79d50731d7102 SHA256: f066bc6d00d970e85f1b30b1b3382d6b6d5ca4e14bb9c7dd2f1be7cdeafa5739 SHA512: b1ca5f2786016b58fabb34cd73aee72f290d6e6cfe7bc8a52b6559680035a92fd203f82f8117e31e9d9f39924888e2fd33e3aa9b8c3ceadb69920772494febff 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-11-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.0.7apertis0bv2022dev2b1 Depends: libmariadb-dev-compat Filename: pool/development/m/mysql-defaults/default-libmysqlclient-dev_1.0.7apertis0bv2022dev2b1_amd64.deb Size: 4132 MD5sum: c030eb785fef9663e08d14c73cb1b924 SHA1: fb204adbfe313743af26a404e85d89e0863066fa SHA256: b4b1bd82ddede2f508c64637acc338bca9ee004f42d332cb26019c0b286d2807 SHA512: 9f52a7ed87814c4b31c740b38c0bc3594264223caf71175dc4628393826eb7c2c55ba3718228690e89d9fecccf81966be6aca9dfacc31f58f87e16f3bed8adfd 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.0.7apertis0bv2022dev2b1 Depends: libmariadbd-dev Filename: pool/development/m/mysql-defaults/default-libmysqld-dev_1.0.7apertis0bv2022dev2b1_amd64.deb Size: 3904 MD5sum: 1e7582521c4bc9c4509d2f82d2883f5c SHA1: fc51be6a0634f2de60c375a9a87fb1eb661129ca SHA256: 6eb5ec19337ecc762c71f4955b066d5f9b43cf722fce2c87840cf186901ee0c8 SHA512: d3e7fdf58502dfd409ca546c4a3a0d44323014e893262e3d173551ed9fd71133b4e6d80d669b15100053d4e9b175a977c97ca9be5cf34fe9ca59d46319b4c52b 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.0.7apertis0bv2022dev2b1 Depends: mariadb-client-10.5 Filename: pool/development/m/mysql-defaults/default-mysql-client_1.0.7apertis0bv2022dev2b1_all.deb Size: 3904 MD5sum: d633b1557351563194ca7438e5813c22 SHA1: fa7b7cbdb1f01a8df5f4a1c227aab34052d5fcc2 SHA256: 5e91dd6b91a05b2cdd42c7074b80a0a65085c8fe1f55c25d13f497975887e4a2 SHA512: 6431847d4980766963eb992c0af72854e24bac83f5931e71d3135bff4e9bd5a0d76591e81e0beb112120dfd4af0da2e67e7d1e5253f1f20bfc157b434d037542 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.0.7apertis0bv2022dev2b1 Depends: mariadb-client-core-10.5 Filename: pool/development/m/mysql-defaults/default-mysql-client-core_1.0.7apertis0bv2022dev2b1_all.deb Size: 3896 MD5sum: 574b4460138da7a5916b5cea6fff7692 SHA1: a7579a72780d62cf0385f584408dd58d5911cfed SHA256: cc71420f1755c134add1528ece15145a8117c474d768719328b0a3369f46d465 SHA512: c0a084763ee80ad3376c8bada6e5fcd2901cc0fba1efa5914ac38c5f754eb3192f3f1f55e0c5289df54596d752471186da4dce65b38a94ed1d607f29bae1a820 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.0.7apertis0bv2022dev2b1 Depends: mariadb-server-10.5 Breaks: mysql-server (<< 5.7) Filename: pool/development/m/mysql-defaults/default-mysql-server_1.0.7apertis0bv2022dev2b1_all.deb Size: 3912 MD5sum: 769b7c00833ded9684c32e36a5895958 SHA1: 13093699bb1468077ee5c94891646c7f22c6260f SHA256: eddb3ba9d0832c1ee856ebf56f018d37de6c90f0fb325e55587140c531341de9 SHA512: 411ee2107567ae19607ddc2b64ba1c4c98d6e8be1538bf037a85981c95b372de181cd7c680052158c5f8237fff17303d578e1a1ab0593d7afe32d8c765a9ca52 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.0.7apertis0bv2022dev2b1 Depends: mariadb-server-core-10.5 Filename: pool/development/m/mysql-defaults/default-mysql-server-core_1.0.7apertis0bv2022dev2b1_all.deb Size: 3916 MD5sum: 90de590ea5cd53e4d8ffea3857fcdb3c SHA1: 1cd9444938c19bb4f33f9b10b43364f85f3cb5ef SHA256: f42e2842b7e86854590037e4ba7f00d3f9916f83410d91d28b53fd6d5be2045b SHA512: 840f7f61a3b4be493412f25cfbdbae49290ba39ce94c35382c85a0dceadff25a84332d80a4204108ec17b52edad48641f1dd7f281e945f54c7f3ca3604251e69 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: 1921 Maintainer: Héctor Orón Martínez Architecture: all Version: 1.6.2-1co1bv2022dev2b1 Depends: expect, dpkg (>= 1.15.4) | install-info Filename: pool/development/d/dejagnu/dejagnu_1.6.2-1co1bv2022dev2b1_all.deb Size: 743696 MD5sum: 75da1684f05f59a5789ee2077f62d2a1 SHA1: f633a53539c86e666ad9697e01dbb7d0746ad266 SHA256: 6ffd04cc6af19088e6043af38c8a08f7a9a82fbef18ac63ef176b24203a1ae15 SHA512: 4aaa3a0d4689d64cb6ed573eada4a40c0df82074cc323274371ec2253b55901c032ba943b777fbd42f0ed1e914a62f78a2a18af7007cf31f0b27ef4aa93657e6 Description: framework for running test suites on software tools DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. . DejaGnu provides a layer of abstraction which allows you to write tests that are portable to any host or target where a program must be tested. All tests have the same output format. . DejaGnu is written in `expect', which in turn uses "Tcl"--Tool command language. Multi-Arch: foreign Package: derby-doc Priority: optional Section: doc Installed-Size: 103749 Maintainer: Debian Java Maintainers Architecture: all Source: derby Version: 10.14.2.0-2apertis0bv2022dev2b1 Filename: pool/development/d/derby/derby-doc_10.14.2.0-2apertis0bv2022dev2b1_all.deb Size: 6026604 MD5sum: cec575b7854f92c7354f9119d90daea5 SHA1: 3b32411528888437d9e279b7a174326328a2c321 SHA256: 7386ec76c96336976a37783cecf7e806c111c0e12c8d615008dc59d26d84b5bd SHA512: 774eaf95ccd336c28f32a52fa2840dfbad1cddf28cd1237b637b8ed7be197c392cdcaba04a401c7af067603e890042b14e479945d0e44dd1fa87b6c51afd8156 Description: Apache Derby API documentation and examples Apache Derby is an open source relational database implemented entirely in Java. . This package contains a Javadoc documenting the API and demo software for Apache Derby. Homepage: https://db.apache.org/derby/ Package: derby-tools Priority: optional Section: java Installed-Size: 261 Maintainer: Debian Java Maintainers Architecture: all Source: derby Version: 10.14.2.0-2apertis0bv2022dev2b1 Depends: default-jre | java6-runtime-headless, java-wrappers, libderby-java, libderbyclient-java Filename: pool/development/d/derby/derby-tools_10.14.2.0-2apertis0bv2022dev2b1_all.deb Size: 216892 MD5sum: 734d1fe9beebb766b2f230c1d8d140cd SHA1: b5c6072bf3ee78465d6704d9b0b674b969467609 SHA256: 310eb4b8a4259f01839f891fc4e9ddf61a62ac9b647359775c554fee2066cee7 SHA512: cdda095408b151af2a6c8b67167b7d0c278815f9c10232b5c782979a35952f7e228ade79c7c98d5c622ed7c8702c6a048402fb6d1dabe9a08fa984c0e9ecdd63 Description: Apache Derby Tools The Derby tools and utilities are a set of routines supplied with Derby that are typically used to create, inspect, and update a Derby database. . These tools and utilities include: * NetworkServerControl, provides the ability to start a Network Server or connect to a running Network Server to shutdown, configure or retrieve diagnostic information. * ij, the Derby's interactive JDBC scripting tool. It is a simple utility for running scripts against a Derby database. You can also use it interactively to run ad hoc queries. ij provides several commands for ease in accessing a variety of JDBC features. ij can be used in an embedded or a client/server environment. * sysinfo, provides information about your version of Derby and your environment. * dblook, the Derby's Data Definition Language (DDL) Generation Utility, more informally called a schema dump tool. It is a simple utility that dumps the DDL of a user-specified database to either a console or a file. The generated DDL can then be used for such things as recreating all or parts of a database, viewing a subset of a database's objects (for example, those which pertain to specific tables and schemas), or documenting a database's schema. * SignatureChecker, a tool that identifies any SQL functions and procedures in a database that do not follow the SQL Standard argument matching rules. * PlanExporter, a tool to export query plan data for further analysis. Homepage: https://db.apache.org/derby/ Package: device-tree-compiler Priority: optional Section: devel Installed-Size: 459 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 1.6.0-1apertis0bv2023dev0b4 Depends: libc6 (>= 2.14), libfdt1 (>= 1.6.0), libyaml-0-2 Filename: pool/development/d/device-tree-compiler/device-tree-compiler_1.6.0-1apertis0bv2023dev0b4_amd64.deb Size: 229336 MD5sum: c99cadc00e65e6cb48cec80d6197ae2b SHA1: a0a2b5e29b0271bbb6b3a7221f22e123c90c167a SHA256: 16e189310f4703fcaddaeb239939101d5b00d12bb5b4347c5ce4d8114b613e7f SHA512: 357fd59ecb289bd197a2910dee4fb30e8f1ee239d30ae8ddbf93fa9920bf47ac34dda50ddb8d2af37509416d365204b6ea30d23316f750ad5e964401459ac643 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: 307 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: device-tree-compiler Version: 1.6.0-1apertis0bv2023dev0b4 Depends: device-tree-compiler (= 1.6.0-1apertis0bv2023dev0b4) Filename: pool/development/d/device-tree-compiler/device-tree-compiler-dbgsym_1.6.0-1apertis0bv2023dev0b4_amd64.deb Size: 230596 MD5sum: 61c26eabab98f55db50e419df6775c83 SHA1: bf44aa9610c5edd7e3ed1e94734a53ab9d67e7bc SHA256: 1a1828efbec68c6494ba046fd5d6d93f3b66c70a242925a82b370df385020c47 SHA512: af0e06f386b13f379e51a10fa77171190f6caaa2138104cedf338156b5240996482e23e18c57bde1a74951af7757dd302a9125539ec05aa30299a4d48648aca6 Description: debug symbols for device-tree-compiler Auto-Built-Package: debug-symbols Build-Ids: 061fd83b073599c1cee9f02791a0e8b1dfcd7f1d 069ba02d7ce191a3889522c13e3152efbfd719e4 54df577f8ed6bc35df4d615a246c29a15b9127aa 87b39202149a6717572cea0a76371d684e1b86dc c2a690e2ac024a38d97cdf11ab0d0f469f53fdab f38ee6b5fb8ed8e71e65e84e781726c3ee71aab3 Package: devscripts Priority: optional Section: devel Installed-Size: 2660 Maintainer: Devscripts Maintainers Architecture: amd64 Version: 2.21.3+deb11u1+apertis0bv2023dev0b2 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.3.4) 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, pristine-tar, 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 Suggests: adequate, at, autopkgtest, bls-standalone, bsd-mailx | mailx, build-essential, check-all-the-things, cvs-buildpackage, debhelper, devscripts-el, diffoscope, disorderfs, dose-extra (>= 4.0), duck, faketime, gnuplot, how-can-i-help, libauthen-sasl-perl, libdbd-pg-perl, libfile-desktopentry-perl, libnet-smtps-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.21.3+deb11u1+apertis0bv2023dev0b2_amd64.deb Size: 1095660 MD5sum: 78f220966ea75c90355f1285bd3797ad SHA1: b408f35aa43db6cb1a44fe71765153b068a71126 SHA256: a83062366052391ddfe3f2b0bab222deefd4c9f7f1bf42b5b45881e99a083483 SHA512: 66138cab3b865b2819980edf8b6f499b378307a0240bdecc2b83559396ec84f8b0b5f77aa560142a3cb1d17860af077d296384a9bf88fa5747626e6353672cba 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) package names. Also supports calculating the package names for other branches. [tla | bazaar] - 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, libnet-smtps-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. - 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, libdistro-info-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-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] - 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] - 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 examples of procmail and exim scripts 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.21.3+deb11u1+apertis0bv2023dev0b2 Depends: devscripts (= 2.21.3+deb11u1+apertis0bv2023dev0b2) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.21.3+deb11u1+apertis0bv2023dev0b2_amd64.deb Size: 4084 MD5sum: 7d149a0fa5c401444797b15081e4837e SHA1: 5ebb4f757ee60c1ff3c5a36b1e51649f89938994 SHA256: 25c0c29b7a5a2f064320d86a9a8cdbca489aa705324dd9e9f7adb388118e8ee2 SHA512: 213fb63e37f4618e383f11bcc87445f5005aab68f34d6f98250a4b69e753c92a8fabb81009f3bbee5674be55097105ee3d9f8173b4dee804af693aa6ffd574e2 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 270c87fb91325b469ba99e5d39758eb935e09de6 Package: dgit Priority: optional Section: devel Installed-Size: 496 Maintainer: Ian Jackson Architecture: all Version: 9.13+apertis0bv2022preb1 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_9.13+apertis0bv2022preb1_all.deb Size: 224108 MD5sum: 023d8235aa9558aee74d4fd95505045d SHA1: bd3dda4910aad8dd7e04f51165730e1986842033 SHA256: 8c461a62194d88c5cfdf500f048702a45b44566f958c3b3ae1c07c10b78b7003 SHA512: 9adbb9ea0303ebc6bafe05111496eced7be334d5cde7e5d623f86aec03ca43c904ad1568798cee571b20a3aa63ec8c64eda74627b24548ceb53e6d54471734ab 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: 173 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 9.13+apertis0bv2022preb1 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_9.13+apertis0bv2022preb1_all.deb Size: 72592 MD5sum: 7eb9a375106b78e4df64debfa362ae1a SHA1: 6984792587eb004d383bfe8842777f7ced7b25e3 SHA256: 9765c94264536f1437305b4367ebceac770a13735bd5250f2a0532b88c2cfd87 SHA512: 07f7b73ae2dbbc840c22a2e42417385778f4aa8fe2d1cd259f321b2a3095f055082be4698480e47c34a8e66030fdf1c60cbc80df70c7d30a62a028f8466a9662 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: 44 Maintainer: Mathieu Malaterre Architecture: all Source: abi-compliance-checker Version: 2.3-0.2co1bv2022dev2b1 Depends: abi-compliance-checker (= 2.3-0.2co1bv2022dev2b1), debhelper, perl:any Filename: pool/development/a/abi-compliance-checker/dh-acc_2.3-0.2co1bv2022dev2b1_all.deb Size: 21484 MD5sum: 1a66f7ed9086080c5deaaba3da26811f SHA1: 0e391400c0d1c95b47a7560fe160d87976db4b22 SHA256: a9ce373ad478dd79e8391b5489044d940ebce8feee0c6aa74460607994b85b07 SHA512: dd991b82f382d5f8fe06e1133d0a0bafb1cf353049c3d37e9c317fb8917d84e0569267ad8e7f91d9dc1e310ff7713f2b6ad373436db4dd195b275c647fd3d568 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: http://ispras.linux-foundation.org/index.php/ABI_compliance_checker Package: dh-autoreconf Priority: optional Section: devel Installed-Size: 46 Maintainer: Julian Andres Klode Architecture: all Version: 20apertis0bv2022dev2b1 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_20apertis0bv2022dev2b1_all.deb Size: 17364 MD5sum: 66de246716e0a10c7641b1dc23a63f0d SHA1: bc82f9c4bb2ad9058e471e4474b8c6a84b6c913d SHA256: 4a30ce8a9d66ee6c08759c61dfa2f93e8c93e98cc778dbb7a6c1abc62b107feb SHA512: c1e85d856ae7940c0a1c80dbf56489616cfb9c27cee8035e972a9360f92832b3cfeaf47a3631b7fa468783bbbd3fd9579ba5a5dfe81d7d99e91a3c06d4d04902 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: 64 Maintainer: Yann Dirson Architecture: all Version: 0.11+nmu2co1bv2022dev2b1 Depends: debhelper, perl:any, build-essential (>= 7) Filename: pool/development/d/dh-buildinfo/dh-buildinfo_0.11+nmu2co1bv2022dev2b1_all.deb Size: 18584 MD5sum: 601f4080d8bcd71ec92f5ee54e4d9aad SHA1: 7e27ce58c36024f9bc69620aa8434326349bcbec SHA256: 753de9f814ba6a1cd0a1f747d63bcee6c1e0cf60a862ddfba53c7565dc2c131c SHA512: 0a0ea1085a5c4936122ea16c08cde83619e1fb48f71ab931933396be72dac57d2d7efa371d1738f6f763836f2a79a2b1b6628714ab171b6a56c58b279d57751c 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: 35 Maintainer: Rust Maintainers Architecture: all Version: 24apertis0bv2022dev2b1 Depends: debhelper (>= 10), perl:any, cargo (>= 0.40.0-3~~), python3 Filename: pool/development/d/dh-cargo/dh-cargo_24apertis0bv2022dev2b1_all.deb Size: 10452 MD5sum: 0b669a90fae0af8fd727638e650bd36f SHA1: 313a212d7b83aff1e775030edc3d9b8b8193f5cf SHA256: 8e1a9ff8bcfae8d0f3a115489f1c64b49b576f0230662f5da0b465e2c121bb79 SHA512: e1542e4eab967e11fd061f92fccb1eecad26d961d2ad146c764a49912b78bacc71af9d1a7120c7e641a03dbb9f86981ae3e7a8b847f883d87e8c7fcf06803b43 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 our 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: 96 Maintainer: Debian Emacsen team Architecture: all Version: 2.0.8apertis1bv2022dev2b1 Provides: dh-sequence-elpa Depends: debhelper (>= 9.20151004), libdebian-source-perl | dh-make-perl (>= 0.90), emacs-nox (>= 47) | emacs (>= 47.0), 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.8apertis1bv2022dev2b1_all.deb Size: 33348 MD5sum: dc927e82fb6fe795100daf8748f5bd85 SHA1: d9c887fe76487d95ca3385a23a5b931d81326d84 SHA256: 4d848cf3592e9070263d2aba08b1da2043c5302265c7e4a155858946f939e870 SHA512: 8886bf95038d24d22fab54970352d1c7df65fc4ca405e9948550017d59685f5a39c5cc8b810f1ca7ebfb7a2cc4f230bf81ca4ca9ec56695c93f1c46cb092b4e7 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.8apertis1bv2022dev2b1 Filename: pool/development/d/dh-elpa/dh-elpa-helper_2.0.8apertis1bv2022dev2b1_all.deb Size: 11292 MD5sum: d131ce4eaa74be87e4b9d09ae8527ef1 SHA1: 30f59c53d650de4e6eddcdf412b4f3afdffd7b58 SHA256: 40ad8ab3abaf09a77e74f8bdf25ba3c9b821ebaed080e2107a7dfe6e50ab15b8 SHA512: 3ff56c8dcf634df2c489c514e40c679a3a52d9e4d1ff34a79a311eb6d48ddfa16f453d7280417604569ee8fdadc25f0c64f9aa88f5513845cb5ef590aee4fe05 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: 140 Maintainer: Debian QA Group Architecture: amd64 Version: 0.23.2apertis0bv2023dev0b3 Depends: libc6 (>= 2.14), libpipeline1 (>= 1.0.0), perl:any, perl (>= 5.14.2~), debhelper (>= 9.20151004~), libdpkg-perl (>= 1.17.14~) Filename: pool/development/d/dh-exec/dh-exec_0.23.2apertis0bv2023dev0b3_amd64.deb Size: 27212 MD5sum: 15c976884375245c16bb2f2edbaf2091 SHA1: dace0ce72e2e55d3c82c3e87840f6023d285235a SHA256: b3cab24018ecde05ba9d8d0f97f236b1450f28d4b60b73726759f23ee77f0138 SHA512: 1bae4c9538d38b7c4c3db627ae344cbe3c911297c97312728304b97910a8bfcea492cf36fae20935df6a61b8f6d3fc0438628fea4e669052d423e11430a8bf0b 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://github.com/algernon/dh-exec Multi-Arch: foreign Package: dh-exec-dbgsym Priority: optional Section: debug Installed-Size: 98 Maintainer: Debian QA Group Architecture: amd64 Source: dh-exec Version: 0.23.2apertis0bv2023dev0b3 Depends: dh-exec (= 0.23.2apertis0bv2023dev0b3) Filename: pool/development/d/dh-exec/dh-exec-dbgsym_0.23.2apertis0bv2023dev0b3_amd64.deb Size: 38440 MD5sum: ff4378fec1a36aed7f2a9fc17c4e4ad6 SHA1: fb11aac7958da045bbcc797c66d69b73ccaf6eaf SHA256: d759ecb070d840ef70dff99f1f1b388420f5fc29d7b49e2c087cfed67cb49d11 SHA512: 89f078be3d8eac53aa8b70502a82f2d27c6dc1cc4a25b7de9028c6fbc20a7ae8350a7eb75ac748838400e3169e257f163499356265485a01f71e609f865458bf Description: debug symbols for dh-exec Auto-Built-Package: debug-symbols Build-Ids: 0385a045e92ca192accd6049a187d5fd406858f3 03fa7e746c1287b01bdb68d8e75d20aba9152ca1 374145bd4291a57bb18bfd9202656251cfe9424f c1d74f453046ef93a60e03512be4de251bacc816 c6d708686a08efbc91459afbf96c038962c2bd8a d8b278664e356a705df8387ef2f30f6d7b5981ea Package: dh-fortran-mod Priority: optional Section: devel Installed-Size: 38 Maintainer: Debian Science Team Architecture: all Version: 0.20apertis0bv2022dev2b1 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.20apertis0bv2022dev2b1_all.deb Size: 12444 MD5sum: 09f19a884ff840500e6371bc67d9ce2f SHA1: 738f787e96fa24edf9717b7d8a125e790ac44bbc SHA256: 0208e0b691f3771a71a8aab6146ca3d58ba365480b7b2efa2630a3758dc30503 SHA512: f9acbefb8b55e413b60f8763c1e576acb28483051212d4ef4973c4eab66f22edc32b3d4a6fb8b3c7bb2e54e406fe75f8d0f3f14e780f81b0394c79a60abf36b4 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: devel Installed-Size: 65 Maintainer: Debian Go Packaging Team Architecture: all Version: 1.51apertis0bv2022dev2b1 Provides: dh-sequence-golang Depends: debhelper, libdpkg-perl, perl:any Filename: pool/development/d/dh-golang/dh-golang_1.51apertis0bv2022dev2b1_all.deb Size: 24844 MD5sum: c4c60928e015c90aaec65e462c057539 SHA1: cfd4efacddb76ae3566c4475fa47972fc7bd0498 SHA256: 9e6587f7a08e5c42525ddd34a756aef5dd1002ddab3d1501f9e268f1cdd8a5e4 SHA512: cf0e8a88043fd01aa5e5900776888493c3305e933b6a12e52937107cb36f7b33d96d2a9e9d05c0c70891a69392c88fa69daea54220a0b5fc80125afe07b1f546 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.8apertis0bv2022dev2b1 Depends: debhelper, libdpkg-perl, perl:any Filename: pool/development/d/dh-linktree/dh-linktree_0.8apertis0bv2022dev2b1_all.deb Size: 11216 MD5sum: a53ab1820a739f8c820779f8a00b7cff SHA1: 6c4a03ddefa2b1bbc07cbbd41dd11f3b87936b9a SHA256: 2f3d99ade3a3fa4f4e69afab8128ae06db1faad571993ff7306271fdb714700b SHA512: 42e8d715fc52f540e080f9e6d80d1a48779e68b97c10425b3ec3babccf444ab7dfb1c7d79cc25c68c926eb3af324e367ea882ff76ab830e7281d01edcc8ddfdb 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-lua Priority: optional Section: interpreters Installed-Size: 115 Maintainer: Debian Lua Team Architecture: all Version: 27apertis0bv2022dev2b1 Depends: perl:any, debhelper (>= 8.0.0), dctrl-tools, libtool, libtool-bin, 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_27apertis0bv2022dev2b1_all.deb Size: 32224 MD5sum: d5ad4e07f00190bea1ed20465f397df3 SHA1: 5b53e421f4191eb7a0e9c6955e6f9f3648e33fd7 SHA256: e9514b1db976285b56dc2c0508d0362177901f30c078c8beb7ff498f127efe8c SHA512: 0de95bff62e276cbcbb55a16a104d153cd85a8027ea5fd0babeb476b08c89a39c74defcbf8e2f0ce06f57f7b500fbbc237825b5cf932e70bebe197e0c53c0845 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: 293 Maintainer: Debian Perl Group Architecture: all Version: 0.116apertis2bv2022dev2b1 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, libsoftware-license-perl, libtie-ixhash-perl, libwww-mechanize-perl, libwww-perl, libyaml-libyaml-perl, libyaml-perl, make Recommends: apt (>= 1.1.8), apt-file (>= 3), git, libdpkg-parse-perl, 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.116apertis2bv2022dev2b1_all.deb Size: 126544 MD5sum: ec7b6c3d2afc5c78b88e36df4a138f23 SHA1: f5d3cc42e47a6f1317394e0fdbb1700f1fd7fcee SHA256: 3cd651b2ae722a3c2968d5db469a3c21a1f48caa91483437ab9f123effdd2c7f SHA512: b31aa4e426653d1e8ef226d19f2da0a1234898a7b212805ed6c26bd06cd8cdfbd2652bc5a473ac0a634a9dc88720a61857e7d4b17df5c9d49648fdf617584ad3 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-ocaml Priority: optional Section: ocaml Installed-Size: 256 Maintainer: Debian OCaml Maintainers Architecture: all Version: 1.1.3apertis0bv2022dev2b1 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.3apertis0bv2022dev2b1_all.deb Size: 83152 MD5sum: d9810599ca68d3ea08b1094485ec844d SHA1: 949d9db9c23e3955d64938af304c2e5dfdc4b354 SHA256: daaff3a051ddd0aa7d02add0e39f17a08cb08c23368f078ae3d78345b1229de8 SHA512: 8414502183f5c459476b1940c9c77082cde2a4670ec5336283821a6aba62694ce60b3f66e9730eb01580f452412006b0cef10fabb10f8f91f14ba68d7f277bd6 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-r Priority: optional Section: science Installed-Size: 145 Maintainer: Debian R Packages Maintainers Architecture: all Version: 20210303apertis1bv2022dev2b1 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_20210303apertis1bv2022dev2b1_all.deb Size: 42200 MD5sum: 52236d31232f77d03d34066c15529bdb SHA1: b56341a995215c51b5275fb95822bd2b3a6ded06 SHA256: a7cca9005f1cc8bade1d73aaf407be6fdb05991b5e8386fab69df90801e3300c SHA512: 9f7383256f0c5611df92e698fbd38c4cb37fa8a8eb87377300680fefe427fb6012b62d4e945a83f2e2cf17a503cb704c6238363d2422294a31345fbf04c281b0 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: 51 Maintainer: Lorenzo Puliti Architecture: all Version: 2.10.3+apertis1bv2022dev2b1 Depends: debhelper (>= 9), libtext-hogan-perl, libfile-slurp-perl, libfile-copy-recursive-perl Filename: pool/development/d/dh-runit/dh-runit_2.10.3+apertis1bv2022dev2b1_all.deb Size: 16100 MD5sum: 18036769a4fd0f77230ddc49b475a4ab SHA1: d6637a02baa0f163c8ca1c2494acf29eed64109f SHA256: 573518f443159e5414d51ba3d5318d2ffc88af23c82f55e8ac46a8322841e95b SHA512: dee7029d7127431478c3765b823274c59faf8b21845bb41d973c8b207549f5f8c5c336497c7aba47c77a356ba245fc549b23f5279c1a5fc85fa09a773754e198 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: 29 Maintainer: Reproducible builds folks Architecture: all Source: strip-nondeterminism Version: 1.12.0-1+apertis0bv2022dev3b1 Depends: libdebhelper-perl, libfile-stripnondeterminism-perl (= 1.12.0-1+apertis0bv2022dev3b1), perl:any Filename: pool/development/s/strip-nondeterminism/dh-strip-nondeterminism_1.12.0-1+apertis0bv2022dev3b1_all.deb Size: 15988 MD5sum: 4e64e5e5e49a99445f2cf11f974a7411 SHA1: b7f477775f723961fbd2ede617f192e0b70ff246 SHA256: 3ea03f3b52c13da5b5377db3ab932634cb7038480cc162f27d87973c43b0f9f0 SHA512: b65ab260c331a4048b0df0ddca535cd8f4e58e67be69982cdc58435193c6e14768897a6850578586ef79af72feb046e772e7f8e809d6c118b59450f6ae55f047 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-vim-addon Priority: optional Section: devel Installed-Size: 26 Maintainer: Debian Vim Maintainers Architecture: all Version: 0.4apertis0bv2022dev2b1 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.4apertis0bv2022dev2b1_all.deb Size: 7592 MD5sum: c1453e4eb01cecb1ca45d878048fc3d1 SHA1: 806101ba51f1d258270c9b1cfb34d8e54fdccea4 SHA256: 1e2315c24952e924f0754585da56a5715f00412669ecf391145bdcb9aafdbb17 SHA512: 4ed0dda46d960d70f6f201fb4de1ced3b171a4393cf28b310520fc925e09a865a4b0c604f712a59e916d079066717fede9cfba9e383e5ee8fe46a2c5f822b3ce 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: dia Priority: optional Section: graphics Installed-Size: 3619 Maintainer: Rodrigo Carvalho Architecture: amd64 Version: 0.97.3+git20160930-9apertis0bv2022dev2b1 Replaces: dia-libs (<< 0.97.3+git20160904-1~) Depends: libart-2.0-2 (>= 2.3.19), libc6 (>= 2.29), libcairo2 (>= 1.12.0), libfreetype6 (>= 2.2.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpangoft2-1.0-0 (>= 1.14.0), libpng16-16 (>= 1.6.2-1), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), dia-common (= 0.97.3+git20160930-9apertis0bv2022dev2b1) Recommends: gsfonts-x11, dia-shapes Breaks: dia-libs (<< 0.97.3+git20160904-1~) Filename: pool/development/d/dia/dia_0.97.3+git20160930-9apertis0bv2022dev2b1_amd64.deb Size: 884120 MD5sum: a9ffd4f4001c7a15f6d5c5390e1639da SHA1: b954379b54edd90c62fa659edefdb77625a5d8ed SHA256: 45a3f8613e7ac67f61d427a0430b594ed6cf503967a9f1e15c9a584bd983ccc6 SHA512: e795d2a41e08fa2242f27cdaace8493f193da0d90d1932c3c7a1fed68a9fa99cdc399000d5e71189bbbdb14efe50a93462f7a6d7e62f8d80d88cf9e892451f4a Description: Diagram editor Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. Homepage: https://wiki.gnome.org/Apps/Dia/ Package: dia-common Priority: optional Section: graphics Installed-Size: 24145 Maintainer: Rodrigo Carvalho Architecture: all Source: dia Version: 0.97.3+git20160930-9apertis0bv2022dev2b1 Depends: xml-core (>= 0.14) Recommends: dia Filename: pool/development/d/dia/dia-common_0.97.3+git20160930-9apertis0bv2022dev2b1_all.deb Size: 7299516 MD5sum: 394d9743c44add8e41686911f797b7f2 SHA1: c1b47ba9877f5451e4eb93b931eb57e712bf49c7 SHA256: df6178f6e83f01e8fc683260457a7bbf0a0a29b2925edb844b37e79a4782a41a SHA512: c7c2ead6bab19371dcc58921d509c5f0a993811ccb63457e74dcf30419b909ffa822ad9f7690650cc97a79b07458d9db5d4f752e3a6f011789c081e6988c521e Description: Diagram editor (common files) Dia is an editor for diagrams, graphs, charts etc. There is support for UML static structure diagrams (class diagrams), Entity-Relationship diagrams, network diagrams and much more. Diagrams can be exported to postscript and many other formats. . This package contains the architecture independent files. Homepage: https://wiki.gnome.org/Apps/Dia/ Package: dia-dbgsym Priority: optional Section: debug Installed-Size: 5113 Maintainer: Rodrigo Carvalho Architecture: amd64 Source: dia Version: 0.97.3+git20160930-9apertis0bv2022dev2b1 Depends: dia (= 0.97.3+git20160930-9apertis0bv2022dev2b1) Filename: pool/development/d/dia/dia-dbgsym_0.97.3+git20160930-9apertis0bv2022dev2b1_amd64.deb Size: 4550552 MD5sum: 0d50f8c83a3257930ff05c6ecbb5f93f SHA1: 363366c860ef27163a958ed4302cb211e1bcd4bb SHA256: e7c36d85bdcbea90149f1e2cccf4dd2d08862492a5f2bb23798cb0c9a966b5cd SHA512: d18fd784497f42e654676c99538bb295efab90fdca148686efee23f90135b6dd88035f947466093b0b28dced74eed49ced525dff6bd8b537dc681ae56207b78d Description: debug symbols for dia Auto-Built-Package: debug-symbols Build-Ids: 1a8a2a5602edb9887fe65d97b3981db22aa9f02e 27a66a5ab8f81f4c1e260a335c653c4805494618 27f4acae12d728b25e219fdd47d47136e9066210 2d24b1c8a50da50aa08ce15d54f86830723c8bc8 30d00bd1e48e877e5e1c3ff2988a37a79f6e5d70 38feb4586f91cf6966e92734f4b99ba215772218 4157d79097ea9ac11a027f023ec6699c1b6cdc34 47f31d378a9aaccbcf3b76c25999bf89e9375964 4d587f2da69fd961c454ccc1699e4528b2926a7e 5332708b321682127db637988a2799fea73d3297 5567aee67b0d5828b7730e0dcfae935ffff07524 60a6f01af0d637aaedb8996ecd7f3eb5882a7d4b 6487e56651ded1339cbfe072e2ec1cc1cf8b9c61 675ab58ee1b6d67304f85d42018f8e824b765088 738b8f968f5673c90dc4248e628779a33267c8be 967474ee03ac67b81947fecce46e61c0cc72fed4 973837d3f7505278adea6722b7a9dbf57cba2acf 9e5f7b66a833622f46f0db8c4294a081b89522a0 9f7cd4facad46b9640b910c605eea0665b9520b4 a1f3ca476e59117e8ed3e944a8ffb9d6d1a76b9e a235144d60262389764e6157695553fbab70ad0d a6e351ad69d78dfa5b72fdc47a3501ea0fe605a0 a7faf47bad1a30c004e4d34f94075d7b8b83f518 b0921e1a83b6514808ff516242ab1c4a850ba694 b85907d8db5962a66145456762d113c71e743eb6 bae9a076bbcd92e96194386668cdc704e1adc3d7 c1d8ab8c690f4bfff58dc23d615372de07cbf9b1 c37fc7cd88f9388cfc1a465f077308aaf22c8836 c6cf81572c75b7e288726b0142d9d5b32f77c55f ccba7cdc292438cc94fad5df9e74639e6c8195dc d18efdccdaf200d7cfe92d0fb527c45d355f6c82 d2aa1d6f80dc47c87fc674a79104bc5427cf0c48 d4e67745ea2d91de3ea20f3ed9cb876ab188dfbf d67b49c34fad8a8d94f2cc90d42416b6896d0d1b d9e38b85b605c861a7b5590450e33a759a63882d e310604c79e33f0909fd28300c54c74825286a3f Package: dialog Priority: optional Section: misc Installed-Size: 1222 Maintainer: Santiago Vila Architecture: amd64 Version: 1.3-20201126-1apertis0bv2022dev2b1 Provides: libdialog-dev Depends: libc6 (>= 2.15), libncursesw6 (>= 6), libtinfo6 (>= 6), debianutils (>= 1.6) Filename: pool/development/d/dialog/dialog_1.3-20201126-1apertis0bv2022dev2b1_amd64.deb Size: 288528 MD5sum: b974f3e2ce70b8ff8f8888e999476fdb SHA1: f74359d7a2ca1d4bf58317cb641342b3e61bb21c SHA256: de335cea69839b1f3bcfdae778717f24a7514d38fdcc775245cef060fee92bc7 SHA512: c376e2bd0e5fb6f69c13892a21811781ce4b2bb624480f3f61e76898596d257eb56296e79e2a5debf606b2ef149eb2346cb38cfdae833cb6b76999feab2ae7a1 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: 319 Maintainer: Santiago Vila Architecture: amd64 Source: dialog Version: 1.3-20201126-1apertis0bv2022dev2b1 Depends: dialog (= 1.3-20201126-1apertis0bv2022dev2b1) Filename: pool/development/d/dialog/dialog-dbgsym_1.3-20201126-1apertis0bv2022dev2b1_amd64.deb Size: 294900 MD5sum: 2d7dce396b30f2bf4ceeeb626d506596 SHA1: 4ea725d832ab7a0aa95f60672813783aa0b76058 SHA256: acfd53fb70eb6026d6946b78fdb746631253b4788494f37c55ae91497c2e5bcf SHA512: 0b906d1e992a695f3820df6ec7584cf22ca1ac11b61a0f407cd11e5287042b704ebee66fc60e4b406da82b02e7335359838dd5d37807029d61546f554f6b3bef Description: debug symbols for dialog Auto-Built-Package: debug-symbols Build-Ids: e8ce900526222474f5bab640c0cadfdcfe2b5abb Package: dictionaries-common Priority: optional Section: text Installed-Size: 749 Maintainer: Agustin Martin Domingo Architecture: all Version: 1.28.4apertis1bv2022dev2b1 Replaces: openoffice.org-updatedicts Provides: openoffice.org-updatedicts Depends: debconf (>= 1.5.5) | debconf-2.0, libtext-iconv-perl Suggests: ispell | aspell | hunspell, wordlist Breaks: hunspell-ar (<= 0.0.0+20080110-1.1), hunspell-da (<= 1:3.1.0), hunspell-de-at (<= 20100727-1), hunspell-de-ch (<= 20100727-1), hunspell-de-de (<= 20100727-1), hunspell-en-us (<= 20070829-4ubuntu2), hunspell-eu-es (<= 0.4.20081029-4), hunspell-gl-es (<= 2.2a-8), hunspell-kk (<= 1.1-1), hunspell-ko (<= 0.5.3-1), hunspell-se (<= 1.0~beta6.20081222-1.1), hunspell-uz (<= 0.6-3.1), hyphen-en-us (<< 2.8.3-1), myspell-bg (<= 3.0-12), myspell-ca (<= 0.6-10), myspell-cs (<= 20040229-5), myspell-cs-cz (<= 20040229-5), myspell-da (<= 1.6.25-1), myspell-de-at (<= 20100727-1), myspell-de-ch (<= 20100727-1), myspell-de-de (<= 20100727-1), myspell-de-de-oldspell (<= 1:2-27), myspell-el-gr (<= 0.8-1), myspell-en-au (<= 2.1-5), myspell-eo (<= 2.1.2000.02.25-42), myspell-es (<= 1.11-1), myspell-et (<= 1:20030606-12.1), myspell-eu-es (<= 0.4.20081029-4), myspell-fa (<= 0.20070816-2), myspell-fi (<= 0.7-17.3), myspell-fo (<= 0.2.44-2), myspell-fr (<= 1.4-25), myspell-fr-gut (<= 1:1.0-28), myspell-ga (<= 2.0-20), myspell-gd (<= 0.50-7), myspell-gl-es (<= 2.2a-8), myspell-gv (<= 0.50-9), myspell-he (<= 1.1-1), myspell-hr (<= 20060617-2), myspell-hu (<= 0.99.4-2), myspell-hy (<= 0.20.0-1), myspell-ku (<= 0.20.0-1.1), myspell-lv (<= 0.9.3-2), myspell-nb (<= 2.0.10-3.2), myspell-nl (<= 1:2.0-1), myspell-nn (<= 2.0.10-3.2), myspell-nr (<< 20070206-4ubuntu1), myspell-ns (<< 20070206-4ubuntu1), myspell-pl (<= 20100612-1), myspell-pt-br (<= 20101030-1), myspell-pt-pt (<= 20091013-2), myspell-ru (<= 0.99g5-8.1), myspell-sk (<= 0.5.5a-2.1fakesync1), myspell-sl (<< 1.0-3ubuntu1), myspell-ss (<< 20070206-4ubuntu1), myspell-sv-se (<= 1.3.8-6-2.2), myspell-tn (<< 20070206-4ubuntu1), myspell-ts (<< 20070207-4ubuntu1), myspell-uk (<= 1.6.0-1), myspell-ve (<< 20070206-3ubuntu1), myspell-xh (<< 20070206-4ubuntu1), myspell-zu (<< 20070207-5ubuntu1), mythes-it (<= 2.0.7.gh.deb1-3), openoffice.org-thesaurus-it (<< 2.0.7.gh.deb1-1.1ubuntu3) Filename: pool/development/d/dictionaries-common/dictionaries-common_1.28.4apertis1bv2022dev2b1_all.deb Size: 238920 MD5sum: 027e9e7a87a58e41ed5539502e5691bf SHA1: 314d85052a037c784fa2e305888f30f0bded733a SHA256: 7824afccb077032b8e2654b3354123a81b2d14bec009e515fee39798a494a4ff SHA512: 9d6c5fba3778031adbd6cc756412d2a88a45d373e8d065ef9032f8a40c3c8cb3024c98ec4a8060c4eb04074d12bba55db31db92c4b74f3ef18d93697ec1d79a4 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: 313 Maintainer: Agustin Martin Domingo Architecture: all Source: dictionaries-common Version: 1.28.4apertis1bv2022dev2b1 Provides: dh-sequence-aspell-simple Depends: debhelper (>= 4.1.13), dictionaries-common (>= 1.22.3) Filename: pool/development/d/dictionaries-common/dictionaries-common-dev_1.28.4apertis1bv2022dev2b1_all.deb Size: 145404 MD5sum: d9ba171b0b9148e6903b22380f46805e SHA1: 2f4a648cf52791ca10df7079716e98027f2f3d23 SHA256: 4f3c820d91cd388fb493e63bfd461f6359811169c58c7ddd266f4916b2e8f2df SHA512: 18e231e3e520b3ddb1f3f1b441c08b66f3a94d7e28bee2e312c95c6d1eeb1fc99ca588eaec1623d442e37e88012906c3faeb646eaecb10aa78a31dbb6feb5e15 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: dietlibc-dev Priority: optional Section: libdevel Installed-Size: 2714 Maintainer: Christian Seiler Architecture: amd64 Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022dev2b1 Suggests: dietlibc-doc Filename: pool/development/d/dietlibc/dietlibc-dev_0.34~cvs20160606-12apertis0bv2022dev2b1_amd64.deb Size: 396456 MD5sum: ebaf9d9cc70feeecf30cda62d3c74952 SHA1: 4af013af59646686a4961d4e38023dd5a091fd82 SHA256: e5fb10a46e648f12ea9287798e4b6a1980a3d66ae489dcb687e9c9487896b222 SHA512: 9a4506f8dbacb8e3f9ab384c3e116e2f1c26c4697f2cc0c2cda8f04b2d7afb566b14a5f43fde7b3b5ec5f1a0ea5fe747461d619f530968907404b513d8c1e69f Description: diet libc - a libc optimized for small size The diet libc is a C library that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86. . This package is used to compile programs with the diet libc. . The diet libc also supports dynamic linking, but this has been temporarily disabled because of problems with it. Homepage: http://www.fefe.de/dietlibc/ Multi-Arch: same Package: dietlibc-dev-dbgsym Priority: optional Section: debug Installed-Size: 66 Maintainer: Christian Seiler Architecture: amd64 Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022dev2b1 Depends: dietlibc-dev (= 0.34~cvs20160606-12apertis0bv2022dev2b1) Filename: pool/development/d/dietlibc/dietlibc-dev-dbgsym_0.34~cvs20160606-12apertis0bv2022dev2b1_amd64.deb Size: 37884 MD5sum: 9d23c860c7edea91b33009fae317e858 SHA1: 7f7cb0d34b9bc76c3a6ca7a4e46a922f3f26d8c7 SHA256: 23fda588282ed78994bbfe2684f7ac1fdfe0313e1a748fad3cdfa46b75b72a27 SHA512: cc1a156ea4fc53b6caaceef7f3578fc15dab3c598a017a6c903612297a577edf73e7ff6e07b150cc0bd221271e7ee253a100e4e624f3b2ea1b5200a3bb99d7e6 Description: debug symbols for dietlibc-dev Auto-Built-Package: debug-symbols Build-Ids: 30378cc0d1b3b182362070bf2dd8a5027beed409 6af82b85e2f3469b0db01dd40da4ec54ab7f58b2 f4f4f7c468ef1a80c9ec69a901aaff73649bb202 Multi-Arch: same Package: dietlibc-doc Priority: optional Section: doc Installed-Size: 86 Maintainer: Christian Seiler Architecture: all Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022dev2b1 Suggests: dietlibc-dev Filename: pool/development/d/dietlibc/dietlibc-doc_0.34~cvs20160606-12apertis0bv2022dev2b1_all.deb Size: 60568 MD5sum: 4371dea78c9fce50dd590eaad22f37a7 SHA1: 5701a1fd43fe5a88bd9a9f70dcc786a7783a1a89 SHA256: 159ab9328ebd5307516c4aa1f8ed75d9b8ef1b8e345d819b3d4b7bd3edeec4b9 SHA512: 789836635e720ec2695bf5df788e54ae71142a36f893c5a99fd97282364c5bca048ff859b0a020f2760a35d7761ed523f536ccd2e14958fc5acb6d3c6bc5c8b7 Description: diet libc documentation - a libc optimized for small size The diet libc is a C library that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, ia64, mips, mipsel, ppc, parisc, s390, sparc and x86. . This package contains the documentation for the diet libc. Homepage: http://www.fefe.de/dietlibc/ Multi-Arch: foreign Package: diffstat Priority: optional Section: devel Installed-Size: 81 Maintainer: Sandro Tosi Architecture: amd64 Version: 1.64-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/d/diffstat/diffstat_1.64-1apertis0bv2022dev2b1_amd64.deb Size: 36756 MD5sum: 419284fa3adcd3bf6c710e6985d41a7c SHA1: 4613ee6ce3eaa02f7fcf4fc384fc9738f0aea129 SHA256: 2a1af96f3344bbc61904d704a7efd308feca70a9b2697644e7eb4ebfc0bf6882 SHA512: d7d77c7b5adf135ce0b6832356e4b60e669796180f1b49c348a384a4e0f25b397e98313b76c2663f536535cc262c0b3eff83c5cca957b882b9262c05ca3e8510 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: 76 Maintainer: Sandro Tosi Architecture: amd64 Source: diffstat Version: 1.64-1apertis0bv2022dev2b1 Depends: diffstat (= 1.64-1apertis0bv2022dev2b1) Filename: pool/development/d/diffstat/diffstat-dbgsym_1.64-1apertis0bv2022dev2b1_amd64.deb Size: 60468 MD5sum: 20eafe6b4fcf37dfc8c3ca2380bb2135 SHA1: 390484985e6d9f3653b53fe913bffb3f8c1e9a4c SHA256: d108efa95e057ce90179dd2becdc78bbb59607b30d3c02a65ddfe792e21a897d SHA512: a312dea3de5e38dcf297031381f2aabf76420ca80857af6ab2582cb7b42dff549d6666daa796dad3510aa8a15977946db6900364709604fe02ecff12077d94b4 Description: debug symbols for diffstat Auto-Built-Package: debug-symbols Build-Ids: d79dc9f3d5f5fb913e385a13d7f27c523fbea19b Package: diffutils Essential: yes Priority: required Section: utils Installed-Size: 1598 Maintainer: Santiago Vila Architecture: amd64 Version: 1:3.7-5apertis0bv2022dev2b1 Replaces: diff Pre-Depends: libc6 (>= 2.17) Suggests: diffutils-doc, wdiff Filename: pool/development/d/diffutils/diffutils_3.7-5apertis0bv2022dev2b1_amd64.deb Size: 373532 MD5sum: faf8f8fa4c9ac63370267386685bc7db SHA1: fb22d6639f518a3cd0ea831a86f0629d280d648d SHA256: 9e6d89586f90a5d896a93953eaa77dd5ae04d02b1325e0e6b0b1504884231134 SHA512: 2e61360d690175907d73b364010aebac53b3a6869ffde2a3139d8df00f522e059a55fc0044fd12d9ed6c9efa22da106efd2edb68b44d358a0332b0f3ebf0e701 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: 509 Maintainer: Santiago Vila Architecture: amd64 Source: diffutils Version: 1:3.7-5apertis0bv2022dev2b1 Depends: diffutils (= 1:3.7-5apertis0bv2022dev2b1) Filename: pool/development/d/diffutils/diffutils-dbgsym_3.7-5apertis0bv2022dev2b1_amd64.deb Size: 444088 MD5sum: f0188759942a13e520e525a1246b5a39 SHA1: 877cc74df9ffe774ecded46df495e9047f71e294 SHA256: 08f9b2b2f83f2d452209099ac995e74163b725294c56cf2ac4de579ccc3b34c9 SHA512: 7fa78c8a65b3e2bc2cb84a84be3e2ffacef7511bdf1937d5ab2899be400340f8f052e3c34b33c80d31a117dc6f13902c58975e7cec8ce5c68ca34e9ea9b6ea5a Description: debug symbols for diffutils Auto-Built-Package: debug-symbols Build-Ids: 021fbf66ff3f3594920c13d65fb91c685d4bcd88 59973110098eed5de3b23a7a248c5b9180dd0b15 abf05f06caacec1e4e8981ae3502534ad13bb630 c2ad894307bb4a684b5e896783bc3da3f7f29b48 Package: diffutils-doc Priority: optional Section: doc Installed-Size: 757 Maintainer: Santiago Vila Architecture: all Source: diffutils Version: 1:3.7-5apertis0bv2022dev2b1 Filename: pool/development/d/diffutils/diffutils-doc_3.7-5apertis0bv2022dev2b1_all.deb Size: 107796 MD5sum: dddb7fc79e03983262a20ee94fc3e61a SHA1: d4cf2717769b72e4f47a03209a88a86dd0767752 SHA256: 3de1d1f75426e242c7fc23405e5b344261152d67eba9d7826a54518362c26ad2 SHA512: d9c8c85d78053f055a8ec172531dd329171a2fecb529770e27ef7b3fc329bc26b6bde7ed7391a67f46a36649a82751e98cf0d2a904935840278b2ec71e254651 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: dirmngr Priority: optional Section: utils Installed-Size: 1291 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg2 (<< 2.1.10-2) Depends: adduser, gpgconf (= 2.2.27-2+apertis1bv2022dev3b1), lsb-base (>= 3.2-13), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.0), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgnutls30 (>= 3.7.0), libgpg-error0 (>= 1.38), libksba8 (>= 1.3.5), libldap-2.4-2 (>= 2.4.7), libnpth0 (>= 0.90) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) Suggests: dbus-user-session, libpam-systemd, pinentry-gnome3, tor Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/dirmngr_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 767868 MD5sum: affdb2a52650dba100bc4a6b57cc0152 SHA1: fb81e99f98197d16b847a3574feae88050285a57 SHA256: 1f79c8a4786d868f3041fee7efc5c934dea15d54aaba4a23d00c76f80542f941 SHA512: 58f85d253a0f858efe2617b6c3b3d4e99d7e2a83767f6686344506669e33a276fc2742233f109f4695756b7b04a475d59e767ccd08f5a8364cd812fc6b6bc213 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: 1030 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: dirmngr (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/dirmngr-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 933116 MD5sum: 10031ec7c63ab259ec793160177d4c26 SHA1: c484a495380d1d7c06d9120e12e11ef566898a21 SHA256: 417a98c093031bac15a4854761c0fc82fa37b08e793db5ce8c75c7de1d070de6 SHA512: 7ad3fd6c8a43e821bea89f6b6e309713c320625bba33cbd5de4c1e8b116f1fb928c3eff72784323f73d2e1b0036e5af5b9d75d04c2fe7c649d3787928fd086d5 Description: debug symbols for dirmngr Auto-Built-Package: debug-symbols Build-Ids: 105451df51978445cd1b024f16760df25256b878 93a0466bb749f6ad63c01c6c4f992f2f99e06e33 e273905146bbf4742b04d5cf29bdef9995dc2d97 Package: dirtbike Priority: optional Section: python Installed-Size: 48 Maintainer: Python Applications Packaging Team Architecture: all Version: 0.3-7apertis0bv2022dev2b1 Depends: python3-distutils, python3-pkg-resources, python3-wheel, python3:any Filename: pool/development/d/dirtbike/dirtbike_0.3-7apertis0bv2022dev2b1_all.deb Size: 10748 MD5sum: b84743ae32489c31619438982e5c03d2 SHA1: 53b6df82b18751b1d6f1de57f4a01a0c025b0c01 SHA256: c5f9f70f782bec70807f1444cb161fc0162cdaba975f2f325b70423206177cc1 SHA512: f36dfbd4bf08393882d4fb886766e9fb7a083877793c110fba394dfa83550e23fe4c704542cb9d230315e8a72281f202a9540950954b1442dc53f23465c7f134 Description: turn system-installed Python packages into wheels The purpose of this package is to make it easier to devendorize other packages which bundle various upstream packages. An example of this is pip, which bundles a half-dozen or so other upstream packages. In Debian and other distros, such vendoring is frowned upon. To make it easier to devendorize, dirtbike turns installed system packages into wheels, and these wheels can then be used instead of the vendored packages. Homepage: https://github.com/paulproteus/dirtbike Package: discount Priority: optional Section: text Installed-Size: 124 Maintainer: Alessandro Ghedini Architecture: amd64 Version: 2.2.6-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libmarkdown2 (= 2.2.6-1apertis0bv2022dev2b1) Conflicts: libtext-markdown-perl, markdown Filename: pool/development/d/discount/discount_2.2.6-1apertis0bv2022dev2b1_amd64.deb Size: 26396 MD5sum: 3aa4da7617ab72cd8d147d5723cbee0a SHA1: 250d8c2a9b00096d0c23bb40fc908a51641286c4 SHA256: 159431b4804ce1248d26ad21915e0dbed5dd21670440e477405fa4d7d873b68f SHA512: 41424f9d43fc098b2b8752d4efee8e25e11add6be23ae7b0f6cdc0bd08b5624d5152fb40326b0a2c9c6965bc4790e1fcf9db0275d8f105a14e8ce062ab29a8c4 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: 84 Maintainer: Alessandro Ghedini Architecture: amd64 Source: discount Version: 2.2.6-1apertis0bv2022dev2b1 Depends: discount (= 2.2.6-1apertis0bv2022dev2b1) Filename: pool/development/d/discount/discount-dbgsym_2.2.6-1apertis0bv2022dev2b1_amd64.deb Size: 40108 MD5sum: a79deeb4885742f092c8dd520e104884 SHA1: ecafaa21f8be7a4e3f33c906eb092009cc6d52ae SHA256: 830fad23df24c64fd820157e9e4bbb2da824a75aa2b9842f111236fa2c2f9dcb SHA512: 7306cfda994fcb6f38c6bd8e11e895c05e95de2a888155e381a541c4318b5fd190ef868ee650d2ce2d0c9fc968c417a8ea083d133eb675d064305582c6eb4996 Description: debug symbols for discount Auto-Built-Package: debug-symbols Build-Ids: 363bbb721db238cebeac9e8f6cdbc208110a5ad6 a43573bb32b6c6bab800e308b1c831f191b3e2e1 a66ab518c5d1f7cd00e16a0996228a09dcbc6b2c eaa2546cfb078e2c67be99902eb13bd49a5ed21d Package: dist Priority: optional Section: devel Installed-Size: 2655 Maintainer: Manoj Srivastava Architecture: all Version: 1:3.5-236-1apertis0bv2022dev2b1 Depends: perl, libperl4-corelibs-perl, debconf (>= 1.2.0) | debconf-2.0 Filename: pool/development/d/dist/dist_3.5-236-1apertis0bv2022dev2b1_all.deb Size: 475340 MD5sum: 590bb9e7ae0e596aa3d7cefbb0f33a76 SHA1: 52f04bcdebb834e6ee6d25493ae2b10d09407c1f SHA256: 680690e70e1b7c661f0189f91e835981a3f98adb0e312e4b87506726a83bba4c SHA512: a640ad15ca379d10cff293ce08630dde2a72ea3b85f6cabef981293b4bbb343f5afd68ceb094bd576178760d0a95635cf3b60f8393493d17d398a688f17ec5cb 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: 69 Maintainer: Benjamin Drung Architecture: amd64 Version: 1.0apertis0bv2022dev2b1 Depends: distro-info-data (>= 0.46), libc6 (>= 2.7) Suggests: shunit2 (>= 2.1.6) Filename: pool/development/d/distro-info/distro-info_1.0apertis0bv2022dev2b1_amd64.deb Size: 20216 MD5sum: 55b44fe7238070ffdfb3963a391bba77 SHA1: ee23183ad80c14287d68f64a260af53202fdaadf SHA256: 591af54c66e4601aaecd9df121c8670de5a103e73a3533ae83fb3cfa3a167eb7 SHA512: a129a38beceac59e877b692c5ba32c30680e9dde9db29fad9116c59b464ee6262086a9780a940030e322bca1860ecd0672f66e96b1e91f377dbefcc3c3ac2887 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: 20 Maintainer: Benjamin Drung Architecture: all Version: 0.51+apertis0bv2022dev3b1 Breaks: distro-info (<< 1.0~) Filename: pool/development/d/distro-info-data/distro-info-data_0.51+apertis0bv2022dev3b1_all.deb Size: 7736 MD5sum: 2b57efeb0ba02600249e00825e5fb166 SHA1: 12faa37aa5e41b1706c9be6a12ea084d97ee2d00 SHA256: 69453c3256a4400b8ee78fe59206b1638639741a3b4ed6ce7d825d7f78e4c291 SHA512: 87d178fab11604bd35dca73893e11b5e5b8b1c296aaca300ee7f630490518b65cc4ed756f01001b05afc667ab0c7006acafe0e300ac3a9662c2ce0422285100d 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.0apertis0bv2022dev2b1 Depends: distro-info (= 1.0apertis0bv2022dev2b1) Filename: pool/development/d/distro-info/distro-info-dbgsym_1.0apertis0bv2022dev2b1_amd64.deb Size: 35848 MD5sum: 8f710d34b4863da4f747d5f1f8ed65c8 SHA1: 438224f90ccd4539ddecefa404c57292aabd9eff SHA256: dcc4c48b52127ba37fc3e6cdeb38aec8747d9e9df5670b252230fb5a5b9dfaca SHA512: 4127b35ffa64cf30b60033449e2cd9ce8b691f21d9a4a7fc9bdb245a36bd91bb0fc74dfd9aec514814b6a3b2d28ef4a9bd10fbd673bec75dd9b6d24069a7345f Description: debug symbols for distro-info Auto-Built-Package: debug-symbols Build-Ids: 7407ff5765efdbf0c4d2e9c182acc20e853631c7 e526e745ff5631379fb2191b0221b34644dbeac3 Package: djview Priority: optional Section: graphics Installed-Size: 31 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: djview4 | djview3 Filename: pool/development/d/djvulibre/djview_3.5.28-2+apertis1bv2022dev3b1_all.deb Size: 18640 MD5sum: 6a58d1d8afc38bf146aba699a7dc4b1d SHA1: e61e1ad07f2b2cc9f8afb767820fa694a68174d7 SHA256: 38ae293eb035172e214a21e5bd6fc3ba9d95920bd04b133ffdc8eb86b567624a SHA512: 8630a802407e2751e58a129186c22c82cf8a4dc936fbcb73aa8f28f73fc495691485b2f1b1bdf6d0ebd65bd10187ee771d845eb45f6f134b07e1a22adbf15b5d 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: 31 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: djview4 Filename: pool/development/d/djvulibre/djview3_3.5.28-2+apertis1bv2022dev3b1_all.deb Size: 18620 MD5sum: a16f314d4e1b3e3978b29dfbff39e1f1 SHA1: 5d0c8b2ddd23aa755373226e7e4db9e2d490932f SHA256: a40c6b4b70efba8ae217b45553ace3fc8414cdb9433847c46cda66417b26dd72 SHA512: a545dbc0996bd74f3b82c11dcf8e35b8547cb81c9611e870c01e6ece638ab66b6456f1a267f1f8da2a2b7d94512a8459abf90e46569aa3e48e4627647dae6616 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: 1126 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: libc6 (>= 2.29), libdjvulibre21 (= 3.5.28-2+apertis1bv2022dev3b1), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libtiff5 (>= 4.0.3), curl Recommends: pdf2djvu Suggests: djvulibre-desktop, djview4 | djvu-viewer | evince Filename: pool/development/d/djvulibre/djvulibre-bin_3.5.28-2+apertis1bv2022dev3b1_amd64.deb Size: 302256 MD5sum: eb461f02ceeec1e650fc313dce2dd56c SHA1: 413117424a933bba3f4b5d3ec1a0a751aa0323b5 SHA256: c5f161cb62e7ee5f431616eea59eb7516d22ded4694fe54f4b4f81ef0c99697b SHA512: faf16e88848d663b255693e9c2bb7dbcc6416288338484303bac1101c6fbf478f7be5bdd56a92e590c847848ce10f6507ee595ee83e928190e366dd792c7e99d 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: 1652 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: djvulibre-bin (= 3.5.28-2+apertis1bv2022dev3b1) Filename: pool/development/d/djvulibre/djvulibre-bin-dbgsym_3.5.28-2+apertis1bv2022dev3b1_amd64.deb Size: 1431372 MD5sum: d0ac1a3d1568ef2c5a24c752bfe23cd2 SHA1: 7f022940966e3a653c0cfcfbdc1704782cf49b67 SHA256: 11358685a6dde2578f5f193ad3360ba32653533650ffb838a01dc7607a1e3aa9 SHA512: 24fae978e8686747252b7cf27a00f9bfa726e0d3fa2c8b7de155ed69322b600969a50bbce19b0cf221b5dbd6239612228cf4e50e9a5204c40d9218f7466ec113 Description: debug symbols for djvulibre-bin Auto-Built-Package: debug-symbols Build-Ids: 0174b1dfa80b58c579311439501582bdce424139 02019022f44a6d36bed8b184e739d8dc34e7ee4e 0fcb25e3bea2ed50313ce98e9730b3d36b2b2e37 16bd8767069fc56449c26dd608b0355f5942879a 4e148f700300381d1f5e8817976fb99df661e3a2 524dd3f6bda2c1f6edb43722f8b11d5f5477ecaf 730a0b6e9efbfbc3dc49ab6b04965256e133149b 84bd23aeac96c22e2017cc990977e1277faf1ade a06986e529ca65e82a7d55fa42a8ff03cfb9e6f2 beb293232323a3ad06086aa3f26ce63963f1d132 c1050a000ccc581b2cd0aef47e9e4df407cc7589 d407d67ff700cb85e6867ffd0c8761a1e44d87bc d6f45dffcbb18a754f406919e4e8f7c6369311e2 d7b4a9abd972b6f49bac0b8b090ac6c777995998 da0b4063e6c5cb91281b304ee72554ad38cabb62 e0b10a8ece1d36c7a9188f7f511c3f051be5a948 Package: djvulibre-desktop Priority: optional Section: libs Installed-Size: 144 Maintainer: Barak A. Pearlmutter Architecture: all Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 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+apertis1bv2022dev3b1_all.deb Size: 102204 MD5sum: e7680277a8c28ec6b39caae5b57c73bb SHA1: 7c51ddff81e92b102da9b69d83c3100eca3b0dc7 SHA256: cf5ee07b69291c74010602bfb7536a3881d22526b1bf73972aae45c85d9a0797 SHA512: 2508a20650599ad8efe404559f893b52363533b22222a31d4d69261c9fba9e461739f021645813bce21d30d772ed08bf370cb9d5fdebf8dfd80f4bfb3129ca86 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: 84 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: libc6 (>= 2.4), 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+apertis1bv2022dev3b1_amd64.deb Size: 35072 MD5sum: d62024188e54589173ab08fc43d63026 SHA1: c4116a7b9ea9525375b423be0b0833aff284ffb5 SHA256: 739878f744bc96048d98208f0e8528a516751bac25c70c420a25ab3738615c36 SHA512: 71df795599f7b661e15c2913e0e155d3e313755bda9faf23dd003dd80579de25404cfdf6b75e3beae99b1ec362785a738ab9a5bc8876b3f730bc5d308d0a6df2 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: 93 Maintainer: Barak A. Pearlmutter Architecture: amd64 Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: djvuserve (= 3.5.28-2+apertis1bv2022dev3b1) Filename: pool/development/d/djvulibre/djvuserve-dbgsym_3.5.28-2+apertis1bv2022dev3b1_amd64.deb Size: 72928 MD5sum: ca5e9ea8ce937749504d1668691441d5 SHA1: b9e63c86b18eacc01a4161b7560859f934128de1 SHA256: 25c3dde1d2f2f2e69b2af49a4fd9bd0b0aba93e318b7e7dfec29c37ef406f442 SHA512: f680272d2018037f5d16eb8667c848c5aa6f57228a67f37eb4a9189ce74643d5218249240468a7006d7ebfbb12a2d4461615fbc5cec1923269ed7f05b88ffbaf Description: debug symbols for djvuserve Auto-Built-Package: debug-symbols Build-Ids: b33780934205420eb68f41a3483b963a5df9c9df Package: dmraid Priority: optional Section: admin Installed-Size: 99 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 1.0.0.rc16-8co1bv2022dev2b1 Depends: libc6 (>= 2.4), libdmraid1.0.0.rc16 (>= 1.0.0.rc16), udev, dmsetup Filename: pool/development/d/dmraid/dmraid_1.0.0.rc16-8co1bv2022dev2b1_amd64.deb Size: 36332 MD5sum: 8ad015bf0d2a804cda101d77cb652cae SHA1: 684a9fdeede2c04448de0e66e825e3e2f3efaea2 SHA256: d5596e6d88c00976817ee1f6f885fc990954c1abe6ae1c434f3dd1a1072b22e7 SHA512: 031a2717c4ee356300d101ac8e3cd982daa76eaf33abbc32e5e8d18930cef1ac929b2870262da52fd14a9b44c7b7c2ccc0958e257815d6fe675f7f1982b7ec64 Description: Device-Mapper Software RAID support tool dmraid discovers, activates, deactivates and displays properties of software RAID sets (eg, ATARAID) and contained DOS partitions. . dmraid uses the Linux device-mapper to create devices with respective mappings for the ATARAID sets discovered. . The following formats are supported: Highpoint HPT37X/HPT45X Intel Software RAID LSI Logic MegaRAID NVidia NForce RAID (nvraid) Promise FastTrack Silicon Image(tm) Medley(tm) VIA Software RAID . Please read the documentation in /usr/share/doc/dmraid BEFORE attempting any use of this software. Improper use can cause data loss! Homepage: http://people.redhat.com/~heinzm/sw/dmraid/ Package: dmraid-dbgsym Priority: optional Section: debug Installed-Size: 31 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: dmraid Version: 1.0.0.rc16-8co1bv2022dev2b1 Depends: dmraid (= 1.0.0.rc16-8co1bv2022dev2b1) Filename: pool/development/d/dmraid/dmraid-dbgsym_1.0.0.rc16-8co1bv2022dev2b1_amd64.deb Size: 14740 MD5sum: 19d255164029383c181006ccb1ef8103 SHA1: 414916e573624c5258e5b5150f85bddd704bf0ca SHA256: 7e83c5f7195d42969698cde60141036e458f681a790b9323d193a399ac08c09a SHA512: 43473194e8f629ebf45361840d20c2d255cdfb24e520f031b561c2d288682398b0f2ac695fb70023f7779be6a8bce36b7abedc626b4f64ea6ff50076e6ff3fba Description: debug symbols for dmraid Auto-Built-Package: debug-symbols Build-Ids: 6dca87b0955eb36462aa7d847c8d38d1449e39ff Package: dnsmasq Priority: optional Section: net Installed-Size: 94 Maintainer: Simon Kelley Architecture: all Version: 2.85-1+apertis1bv2022dev3b2 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.85-1+apertis1bv2022dev3b2_all.deb Size: 31324 MD5sum: 16c4c5a467a5ef659b80c76465a6e2c5 SHA1: acb1acae3d597f8be62408ca1f85d2924655e86a SHA256: f7c3dc6c84cbfbaa7bdc79549d9b34358d00a1cb246e54694537ffc7c7ba4af2 SHA512: 6943011f5ac2daa5cbca05fd17709e62ae424f8b93f26b64928406a914f93755d4a350d69b33bed32a0fa812deedd10b533e39edeb242f3c02cfaf4c69f94c68 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: 941 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.85-1+apertis1bv2022dev3b2 Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base Provides: dnsmasq-base Depends: adduser, libc6 (>= 2.28), libdbus-1-3 (>= 1.9.14), libgmp10, libhogweed6 (>= 2.4-3), libidn11 (>= 0.5.18), libnetfilter-conntrack3 (>= 1.0.1), libnettle8 (>= 2.4-3) Recommends: dns-root-data Conflicts: dnsmasq-base-lua Breaks: dnsmasq (<< 2.63-1~) Filename: pool/development/d/dnsmasq/dnsmasq-base_2.85-1+apertis1bv2022dev3b2_amd64.deb Size: 460132 MD5sum: c856535ebc5dd3c6d537ba41ed68bf35 SHA1: 9b8020744355da847882a7da55c72b2f2e732557 SHA256: 57e1f63fd9adfe637d76507d95899bfad004221027c0c5a4ba419410e1a01bf9 SHA512: 9c19a17af9f732f6193b8018a71e851b6066fad897f579ff7ea3202ad4aff00f384424afc5d8bc77265a209bd7d83dca0a52850f3d475f1aa2f5d8c88d63b1de 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: 946 Maintainer: Simon Kelley Architecture: amd64 Source: dnsmasq Version: 2.85-1+apertis1bv2022dev3b2 Replaces: dnsmasq (<< 2.63-1~), dnsmasq-base Provides: dnsmasq-base Depends: adduser, libc6 (>= 2.28), libdbus-1-3 (>= 1.9.14), libgmp10, libhogweed6 (>= 2.4-3), libidn11 (>= 0.5.18), liblua5.2-0, libnetfilter-conntrack3 (>= 1.0.1), libnettle8 (>= 2.4-3) Recommends: dns-root-data Conflicts: dnsmasq-base Breaks: dnsmasq (<< 2.63-1~) Filename: pool/development/d/dnsmasq/dnsmasq-base-lua_2.85-1+apertis1bv2022dev3b2_amd64.deb Size: 461596 MD5sum: fc488ba48bc10eaee52598740b352c95 SHA1: 0fc1ef7ae0b109c22f57504c045b7d33d084b666 SHA256: 09fc0ed630b28cd128d94c9e3fe21cb77ea03268007b6ac37495da80b0b28f8a SHA512: 2a43825ae210a3dcbf2b617ef2b853bccb4fbd3e854daaaa3ebb45e957078bd336b35aa31d41dd5244fb3200970548626b1beb982e4ae8850ed133d66f94ad21 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.85-1+apertis1bv2022dev3b2 Depends: libc6 (>= 2.14) Conflicts: dnsmasq (<< 2.40) Filename: pool/development/d/dnsmasq/dnsmasq-utils_2.85-1+apertis1bv2022dev3b2_amd64.deb Size: 25720 MD5sum: f60f892bc3f4036801e356f05c9af035 SHA1: 22b0a92352ad8af8967e43a36aa7a596720c1736 SHA256: 15129cf673c5726c4dc93483dff28b0af12e5ba85173edf7a797b2546c03ec44 SHA512: 99117d481301311ecd8bcd42432ee23f2f4400cc6eaa78cb9696704173543c6efe734fafeede5f5727238c3eb654f5adb295f4ff49b337f2c053d3f222ecc75b 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-6co1bv2022dev2b1 Depends: sgml-data (>= 1.5.0), sgml-base (>= 1.28) Suggests: docbook-defguide, docbook-dsssl, docbook-xml, psgml Breaks: docbook-xml (<< 4.4-4~) Filename: pool/development/d/docbook/docbook_4.5-6co1bv2022dev2b1_all.deb Size: 130808 MD5sum: 3f77c2c5eac125243e0ebb30295ea6fc SHA1: 33dce83033d2dd117ec97424114fc68c036dc163 SHA256: aa30f2be8cf6f7588f7d0e9443c658757b3f10afff231cfa4406698cde423a12 SHA512: ca1c2d4254dd1a768181963f2fcb5b6fbd99a7f637be0e4986391e98d7b7f8fdb1028e8967487613981cea91f6da327e8affb9b77ed18a133511b1e5a9b1ca0a 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: http://www.oasis-open.org/docbook/sgml/ Multi-Arch: foreign Package: docbook-dsssl Priority: optional Section: text Installed-Size: 2605 Maintainer: Peter Eisentraut Architecture: all Version: 1.79-9.2apertis0bv2022dev2b1 Replaces: docbook-stylesheets Depends: openjade, docbook (>= 3.1) | docbook-xml, sgml-base (>= 1.28), perl:any Suggests: jadetex, docbook-dsssl-doc Conflicts: docbook-stylesheets Filename: pool/development/d/docbook-dsssl/docbook-dsssl_1.79-9.2apertis0bv2022dev2b1_all.deb Size: 233776 MD5sum: 2c0c2b1297c8e1b0278849364b3f1a1e SHA1: ddaf784dd2613cfcb876123f2ee9038d66f4af99 SHA256: 1d6f69f536efab7864fd6059073b17ae9f51e4c33a5ab1e01a3bd5af3ff5517c SHA512: 8dec8e14e17ba2ea946868b99db897ad0ad8eecc1779da6e0d58ebc874362d72d0fef94df868d508020ead818d692bb06aedf6a62a651d5bcbc6ffa589c38d8f 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: http://docbook.sourceforge.net/projects/dsssl/ Multi-Arch: foreign Package: docbook-to-man Priority: optional Section: text Installed-Size: 191 Maintainer: Chris Lamb Architecture: amd64 Version: 1:2.0.0-45apertis0bv2022dev2b1 Depends: docbook, opensp, libc6 (>= 2.14) Filename: pool/development/d/docbook-to-man/docbook-to-man_2.0.0-45apertis0bv2022dev2b1_amd64.deb Size: 77620 MD5sum: ab7aec24d120d1fe3dca8aa654914aaa SHA1: ab5292ac596c4da94fa9d2505fb3de659ebbe222 SHA256: e1a7c3a695cfd515399b3177fa387d946273d748e7502f563080e2d53c062d8d SHA512: 11b5ab54a9f58e63a0563da91db6500f24be5a220c7441efd4aa3615cf767a01c5ac214c5e26b96da0c716b1d79f9f06eac6b6bf0326e1d823bc30a75b91d171 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: 117 Maintainer: Chris Lamb Architecture: amd64 Source: docbook-to-man Version: 1:2.0.0-45apertis0bv2022dev2b1 Depends: docbook-to-man (= 1:2.0.0-45apertis0bv2022dev2b1) Filename: pool/development/d/docbook-to-man/docbook-to-man-dbgsym_2.0.0-45apertis0bv2022dev2b1_amd64.deb Size: 99500 MD5sum: 43602e943d47aa442b25712cbab94c33 SHA1: dca9473b2fec7a2db9caa8e6cbd04c22eb1fae03 SHA256: 1c0342751d720f2e3f939da78009399df1883f46821ee3669df7c18c926eafa6 SHA512: e90feca48643ddafaa9e5e0cd9360c85ee97c58c897babdbdbcd57dac638a5158e8e537779df149f5b731f0fbe65dae14d7dc7455820e7d10669a08547b80fe1 Description: debug symbols for docbook-to-man Auto-Built-Package: debug-symbols Build-Ids: 45115c7f138b7dafd803162a32876e1560e12dd1 Package: docbook-utils Priority: optional Section: text Installed-Size: 282 Maintainer: Debian XML/SGML Group Architecture: all Version: 0.6.14-3.4apertis0bv2022dev2b1 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-3.4apertis0bv2022dev2b1_all.deb Size: 60292 MD5sum: 419a3e3a9749f595dcd76f3073ebdf4d SHA1: 3f682541ea853db528c09f80d84646cb423d6c7b SHA256: 4b46a1b0340883d8e2f95cbc47ba6d9697dfdcf08dd2814e6428705b5724baf8 SHA512: 743e4d55aaa41604a278f0d944b4f633e11d8cb11c63c7ed1d9348384f5d517f456d2685cdc9f14767f3df81517188fda914f97b2b2e03f323b5642af0317b91 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: 2133 Maintainer: Debian QA Group Architecture: all Version: 4.5-9apertis0bv2022dev2b1 Provides: docbk-xml Depends: sgml-data (>= 2.0.2), 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-9apertis0bv2022dev2b1_all.deb Size: 84512 MD5sum: 8aa30cde250784f7043829e1d9cf0b5b SHA1: 4bc796498ada3a824a56b2a5114702174c5385d5 SHA256: 29f0acd7c1ca3a9be6f7f9a28acb187f570c14bbfb786fa68150dc90d7e7ab08 SHA512: 3593a1fad0f6f061f62651f6090cbefffc48db41ed454a7d57c2a9e9548795d6a251cd2402d88683629cb28b0e390211ce536bd2f7492676190d383c9b84c098 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: http://docbook.org/schemas/4x.html Multi-Arch: foreign Package: docbook-xsl Priority: optional Section: text Installed-Size: 14870 Maintainer: Debian QA Group Architecture: all Version: 1.79.2+dfsg-1apertis0bv2022dev2b1 Provides: docbook-xsl-nons Depends: xml-core (>= 0.14) Recommends: docbook-xml (>= 4.1.2-4) 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-1apertis0bv2022dev2b1_all.deb Size: 1237152 MD5sum: 75d36d7a48bac4bdec21de193d701300 SHA1: 1f91d77002eed680b1f53dbb3dc05f3ee99afcc3 SHA256: 4818f09f91ddbdd539d75febf8cc05a259ac6e8802ed6ae8ca3fa70803b5c108 SHA512: fbc6aa4ce476e87d397a1370696b71ca7dc76c217484165da83243069973c5902516d591484fb7d6eb0b13f6e212a11c67f5861cd63dc2c7983e460ae028ceec 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: 14936 Maintainer: Debian QA Group Architecture: all Source: docbook-xsl Version: 1.79.2+dfsg-1apertis0bv2022dev2b1 Depends: xml-core (>= 0.14) Recommends: docbook5-xml (>> 5) 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-1apertis0bv2022dev2b1_all.deb Size: 1237312 MD5sum: 632547a31ed0fbff6844d31bc6a75aa6 SHA1: 764213b8ffb857e6d060eed5fbb48c23968db272 SHA256: dd6f4efb5dd15bfd8c00d32cdd899f50a0ce5a5fa09ed2cf121a44e985e34b53 SHA512: 3aad078c50c6513a5280320eb9dba6eae1e87ddc4d63b8bedfa4b0a74dc68b7dd0b0fca48e38932bfd0defcd5f74e5958c01a620d31d8fd1ee3eb01a2a138bd9 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: 1448 Maintainer: Debian XML/SGML Group Architecture: amd64 Version: 0.8.8-17co1bv2022dev2b1 Depends: libtext-wrapi18n-perl, libxml-sax-expat-perl, opensp, texinfo, xsltproc, xml-core (>= 0.14), perl:any, libc6 (>= 2.14) Recommends: docbook-xml, docbook-xsl Filename: pool/development/d/docbook2x/docbook2x_0.8.8-17co1bv2022dev2b1_amd64.deb Size: 295464 MD5sum: c6e82aef070f7aa3135cf06c26bad789 SHA1: e5b08f9d989c23b18b8757903622f18c51b61729 SHA256: bf584f970df1eab5283ca3e11c810d67b5e540a1852fe4d56b9ba9394cefe641 SHA512: ead53970b4c701d3c06a9c8b964fca478bb484651e9c6120fd4d379f8cecac3fd4feafc98c0d5ad2193d3450cabbcc7a8f863555330aa3e840674c14bfe3d1f1 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-17co1bv2022dev2b1 Depends: docbook2x (= 0.8.8-17co1bv2022dev2b1) Filename: pool/development/d/docbook2x/docbook2x-dbgsym_0.8.8-17co1bv2022dev2b1_amd64.deb Size: 15124 MD5sum: 76652c9f7ba3d101354639e8e85b9646 SHA1: b73ba3826bf7bccf4012b3602be61c778c026e52 SHA256: 48f33b62f0bef4435e2aa467bd5955c50336e62d8e08970a9ad3ebaddd50d017 SHA512: e4c4d7462fe1ac857ecb81cdc647b03d1840815c8349affbf8fb424b0f39750c86796da8f200dc340e82d1e09ca3aa87430dfe86f1ecb71d1c290b6989332f37 Description: debug symbols for docbook2x Auto-Built-Package: debug-symbols Build-Ids: 87a74f5808f5553c91a535ded7c2b5136cb09ad3 Package: docbook5-xml Priority: optional Section: text Installed-Size: 3354 Maintainer: Debian XML/SGML Group Architecture: all Version: 5.0-3apertis0bv2022dev2b1 Depends: xml-core (>= 0.14) Suggests: docbook-xsl-ns, docbook5-defguide Filename: pool/development/d/docbook5-xml/docbook5-xml_5.0-3apertis0bv2022dev2b1_all.deb Size: 667020 MD5sum: ae3f13e555f7f8ea1f255dd87f1a9a3d SHA1: f0b01c36733c416c3f4f47f66a0113ce85bc1b4a SHA256: 18ac63177bd103b3451c9ec8519041d887f82074dfd24beb011b8d1684226b83 SHA512: ca1818c37c87b3e9f350ddca49e961b1cb95772ee692cedbc95f3ab33739004fc6330ed09f59a8e0a13d0364d1be175e5b842631d94d788bc1ccb7e99c1ed9e4 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: 2140 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.5+dfsg1-1+apertis1bv2022dev3b1 Provides: docker.io-doc Filename: pool/development/d/docker.io/docker-doc_20.10.5+dfsg1-1+apertis1bv2022dev3b1_all.deb Size: 1873936 MD5sum: 27ade2cdd1779a85429c71fcea0c3873 SHA1: 1cd86b888311169f40d3e3a3ea5a6026c762ae87 SHA256: b84175e9f709f20f5b7860a509235b1c1bf19ae8f55397777b3aeb7cab4e85ad SHA512: 00cc38fe56c604adeec6063e262169d51b37939c24882244028423cdad590cfc275849a0ddba64b9a25ec69bd410d77521d5a042122a2e7b4666b434ae30dd78 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: 17848 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 2.7.1+ds2-7apertis0bv2022dev2b1 Depends: adduser, libc6 (>= 2.4), lsb-base Pre-Depends: init-system-helpers (>= 1.54~) Filename: pool/development/d/docker-registry/docker-registry_2.7.1+ds2-7apertis0bv2022dev2b1_amd64.deb Size: 4533012 MD5sum: 388e2e11906c57d5e9930e7abbdfd281 SHA1: 961f4e62f7910b0c135d1eb37b6c71d84e10e28b SHA256: 201ada17af801adbad9fad129498d443325df85daf6c554a0056e415fff219db SHA512: e238f2bc1828ced65ff29537bd0901058c2f7fbd27ec3d31e153879967db83f8c1c02119a5d3fc937a6291e2d7ff485e9cdea74cb220730989561f7a17c14f31 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.15 (= 1.15.8-4), golang-bugsnag-panicwrap (= 1.2.0-1.1apertis0bv2022dev2b1), golang-check.v1 (= 0.0+git20200902.038fdea-1apertis0bv2022dev2b1), golang-github-aws-aws-sdk-go (= 1.36.33-1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bshuster-repo-logrus-logstash-hook (= 0.4.1-2), golang-github-bugsnag-bugsnag-go (= 1.7.0-1apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-docker-go-metrics (= 0.0.1-1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2022dev2b1), golang-github-garyburd-redigo (= 0.0~git20150901.0.d8dbe4d-2.1apertis0bv2022dev2b1), golang-github-gofrs-uuid (= 3.2.0-2), golang-github-gorilla-handlers (= 1.4.2-1apertis0bv2022dev2b1), golang-github-gorilla-mux (= 1.7.4-1apertis0bv2022dev2b1), golang-github-jmespath-go-jmespath (= 0.4.0-1apertis0bv2022dev2b1), golang-github-mitchellh-mapstructure (= 1.3.3-1apertis0bv2022dev2b1), golang-github-ncw-swift (= 1.0.52-1apertis0bv2022dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-1apertis0bv2022dev2b1), golang-github-opencontainers-image-spec (= 1.0.1-5apertis0bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2), golang-github-prometheus-client-model (= 0.2.0-2), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-1), golang-github-shopify-logrus-bugsnag (= 0.0~git20171204.577dee2-2apertis0bv2022dev2b1), golang-github-spf13-cobra (= 1.1.2-1apertis0bv2022dev2b1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.5-1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-pretty (= 0.2.1+git20200831.59b4212-1apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1), golang-text (= 0.2.0-1apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1) Homepage: https://github.com/docker/distribution Package: docker.io Priority: optional Section: admin Installed-Size: 163679 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 20.10.5+dfsg1-1+apertis1bv2022dev3b1 Depends: libc6 (>= 2.4), 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.5+dfsg1-1+apertis1bv2022dev3b1_amd64.deb Size: 36832656 MD5sum: 4a3a3354d71b3f758f198855e3f1a2ef SHA1: acdb5fa86a8fec0fc06a7e3bd7708951d9f11f4e SHA256: cff31cc2e090ef6526477503e5ba00cdd71e3a9655c25d80a7123744b6d66255 SHA512: bdb4672849f7e5eb47f6c49afc16f2e23b4e2b5f00704e90f01a206990fb36ccdf703da3ed5435972ab690b42fb8f13c04e41690f16dd06b5d8b3b1e268af9cc 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: consul (= 1.8.7+dfsg1-1+apertis1bv2022dev2b2), containerd (= 1.4.5~ds1-1+apertis0bv2022dev3b1), continuity (= 0.0~git20201208.1805252-2apertis0bv2022dev2b1), docker-libkv (= 0.2.1-2apertis0bv2022dev2b2), docker-registry (= 2.7.1+ds2-7apertis0bv2022dev2b1), etcd (= 3.3.25+dfsg-6apertis0bv2022dev2b1), glibc (= 2.31-9apertis2bv2022dev2b1), go-md2man-v2 (= 2.0.0+ds-5apertis0bv2022dev2b1), golang-1.15 (= 1.15.9-1apertis0bv2022dev2b1), golang-blackfriday-v2 (= 2.0.1-3apertis0bv2022dev2b1), golang-dbus (= 5.0.3-2apertis0bv2022dev2b1), golang-fsnotify (= 1.4.9-2apertis0bv2022dev2b1), golang-github-armon-go-metrics (= 0.3.4-1apertis0bv2022dev2b2), golang-github-aws-aws-sdk-go (= 1.36.33-1apertis1bv2022dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bsphere-le-go (= 0.0~git20170215.0.7a984a8-1.1apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1apertis0bv2022dev2b1), golang-github-cilium-ebpf (= 0.2.0-1apertis0bv2022dev2b1), golang-github-cloudflare-cfssl (= 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1), golang-github-containerd-cgroups (= 0.0~git20201119.4cbc285-4apertis1bv2022dev2b1), golang-github-containerd-console (= 1.0.1-1apertis0bv2022dev2b1), golang-github-containerd-fifo (= 0.0~git20201026.0724c46-1apertis0bv2022dev2b1), golang-github-containerd-go-runc (= 0.0~git20201020.16b287b-1apertis0bv2022dev2b1), golang-github-containerd-typeurl (= 1.0.1-1apertis0bv2022dev2b1), golang-github-coreos-bbolt (= 1.3.5-1apertis1bv2022dev2b1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-coreos-pkg (= 4-3apertis0bv2022dev2b1), golang-github-coreos-semver (= 0.3.0-1apertis0bv2022dev2b1), golang-github-cyphar-filepath-securejoin (= 0.2.2-2apertis0bv2022dev2b1), golang-github-davecgh-go-spew (= 1.1.1-2apertis0bv2022dev2b1), golang-github-deckarep-golang-set (= 1.5-2co1bv2022dev2b1), golang-github-docker-docker-credential-helpers (= 0.6.3-1apertis0bv2022dev2b1), golang-github-docker-go (= 0.0~git20160303.0.d30aec9-3co1bv2022dev2b1), golang-github-docker-go-connections (= 0.4.0-2+apertis1bv2022dev2b1), golang-github-docker-go-events (= 0.0~git20190806.e31b211-1apertis0bv2022dev2b1), golang-github-docker-go-metrics (= 0.0.1-1apertis0bv2022dev2b1), golang-github-docker-go-units (= 0.4.0-3apertis0bv2022dev2b1), golang-github-docker-libtrust (= 0.0~git20150526.0.9cbd2a1-3.1apertis0bv2022dev2b1), golang-github-dustin-go-humanize (= 1.0.0-2apertis0bv2022dev2b1), golang-github-fatih-color (= 1.7.0-1apertis0bv2022dev2b1), golang-github-fernet-fernet-go (= 0.0~git20180830.9eac43b-2apertis0bv2022dev2b1), golang-github-fluent-fluent-logger-golang (= 1.5.0-1apertis0bv2022dev2b1), golang-github-fvbommel-sortorder (= 1.0.2-2apertis0bv2022dev2b1), golang-github-gofrs-flock (= 0.8.0-1apertis0bv2022dev2b1), golang-github-gogo-googleapis (= 1.4.0-1apertis0bv2022dev2b1), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-1apertis0bv2022dev2b1), golang-github-google-btree (= 1.0.0-1apertis0bv2022dev2b1), golang-github-google-certificate-transparency (= 0.0~git20160709.0.0f6e3d1~ds1-3co1bv2022dev2b1), golang-github-google-go-cmp (= 0.5.4-1apertis0bv2022dev2b1), golang-github-google-gofuzz (= 1.2.0-1apertis0bv2022dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1apertis0bv2022dev2b1), golang-github-google-uuid (= 1.2.0-1apertis0bv2022dev2b1), golang-github-googleapis-gax-go (= 2.0.5-1apertis0bv2022dev2b1), golang-github-googleapis-gnostic (= 0.2.0-2apertis0bv2022dev2b1), golang-github-gorilla-mux (= 1.7.4-1apertis0bv2022dev2b1), golang-github-graylog2-go-gelf (= 0.0+git20191017.1550ee6-1apertis0bv2022dev2b1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.2.2-2apertis0bv2022dev2b1), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2022dev2b1), golang-github-grpc-ecosystem-grpc-opentracing (= 0.0~git20180507.8e809c8-2apertis0bv2022dev2b1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-cleanhttp (= 0.5.2-1apertis0bv2022dev2b1), golang-github-hashicorp-go-hclog (= 0.11.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-immutable-radix (= 1.3.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-memdb (= 1.2.1-1apertis0bv2022dev2b1), golang-github-hashicorp-go-msgpack (= 0.5.5-1apertis0bv2022dev2b1), golang-github-hashicorp-go-multierror (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-rootcerts (= 1.0.2-2apertis0bv2022dev2b1), golang-github-hashicorp-go-sockaddr (= 0.0~git20170627.41949a1+ds-2co2bv2022dev2b1), golang-github-hashicorp-golang-lru (= 0.5.4-2apertis0bv2022dev2b1), golang-github-hashicorp-memberlist (= 0.2.2-1apertis1bv2022dev2b1), golang-github-hashicorp-serf (= 0.9.4~ds1-1apertis0bv2022dev2b1), golang-github-imdario-mergo (= 0.3.8-3apertis0bv2022dev2b1), golang-github-ishidawataru-sctp (= 0.0+git20190723.7c296d4-3apertis0bv2022dev2b1), golang-github-jmespath-go-jmespath (= 0.4.0-1apertis0bv2022dev2b1), golang-github-json-iterator-go (= 1.1.10-2apertis0bv2022dev2b1), golang-github-mattn-go-colorable (= 0.1.7-1apertis0bv2022dev2b1), golang-github-mattn-go-isatty (= 0.0.12-1apertis0bv2022dev2b1), golang-github-miekg-dns (= 1.1.35-1apertis1bv2022dev2b1), golang-github-mitchellh-hashstructure (= 1.0.0-1.1apertis0bv2022dev2b1), golang-github-mitchellh-mapstructure (= 1.3.3-1apertis0bv2022dev2b1), golang-github-moby-sys (= 0.0~git20201113.5a29239-1apertis0bv2022dev2b1), golang-github-moby-term (= 0.0~git20201110.bea5bbe-1apertis0bv2022dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1apertis0bv2022dev2b1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-github-morikuni-aec (= 1.0.0-2apertis0bv2022dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-1apertis0bv2022dev2b1), golang-github-opencontainers-image-spec (= 1.0.1-5apertis0bv2022dev2b1), golang-github-opencontainers-selinux (= 1.8.0-1apertis0bv2022dev2b1), golang-github-opencontainers-specs (= 1.0.2.41.g7413a7f-1apertis1bv2022dev2b1), golang-github-opentracing-contrib-go-stdlib (= 1.0.0-1apertis0bv2022dev2b1), golang-github-opentracing-opentracing-go (= 1.2.0-1apertis0bv2022dev2b1), golang-github-philhofer-fwd (= 1.1.1-1apertis0bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2apertis1bv2022dev2b1), golang-github-prometheus-client-model (= 0.2.0-2apertis0bv2022dev2b1), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-1apertis0bv2022dev2b1), golang-github-racksec-srslog (= 0.0~git20180709.a4725f0-1apertis0bv2022dev2b1), golang-github-rcrowley-go-metrics (= 0.0~git20180125.8732c61-3apertis2bv2022dev2b1), golang-github-samuel-go-zookeeper (= 0.0~git20180130.c4fab1a-1co1bv2022dev2b1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1), golang-github-spf13-cobra (= 1.1.2-1apertis0bv2022dev2b1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-github-tinylib-msgp (= 1.0.2-3apertis0bv2022dev2b1), golang-github-tonistiigi-units (= 0.0~git20180711.6950e57-2apertis0bv2022dev2b1), golang-github-urfave-cli (= 1.22.4-2apertis0bv2022dev2b1), golang-github-vbatts-tar-split (= 0.11.1-2apertis0bv2022dev2b1), golang-github-vishvananda-netlink (= 1.1.0-2apertis0bv2022dev2b1), golang-github-vishvananda-netns (= 0.0~git20200728.db3c7e5-1apertis0bv2022dev2b1), golang-github-willf-bitset (= 1.1.11-1apertis0bv2022dev2b1), golang-github-xeipuuv-gojsonpointer (= 0.0~git20190905.02993c4-1apertis0bv2022dev2b1), golang-github-xeipuuv-gojsonreference (= 0.0~git20180127.bd5ef7b-2apertis0bv2022dev2b1), golang-github-xeipuuv-gojsonschema (= 1.2.0-1apertis0bv2022dev2b1), golang-glog (= 0.0~git20160126.23def4e-3apertis0bv2022dev2b1), golang-go-patricia (= 2.2.6-5co2bv2022dev2b1), golang-go-zfs (= 2.1.1.49.gf784269-1apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-go.opencensus (= 0.22.4-1apertis0bv2022dev2b1), golang-gocapability-dev (= 0.0+git20200815.42c35b4-1apertis0bv2022dev2b1), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-gogottrpc (= 1.0.2-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2apertis0bv2022dev2b1), golang-golang-x-oauth2 (= 0.0~git20190604.0f29369-2apertis0bv2022dev2b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.6-1apertis0bv2022dev2b1), golang-golang-x-time (= 0.0+git20200630.3af7569-1apertis0bv2022dev2b1), golang-google-api (= 0.28.0-2apertis1bv2022dev2b2), golang-google-cloud (= 0.56.0-1+apertis2bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1), golang-google-grpc (= 1.27.1-1apertis1bv2022dev2b1), golang-gopkg-inf.v0 (= 0.9.1-1apertis0bv2022dev2b1), golang-gopkg-yaml.v3 (= 3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-k8s-sigs-yaml (= 1.2.0-3apertis1bv2022dev2b1), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1co1bv2022dev2b1), golang-testify (= 1.6.1-1apertis1bv2022dev2b1), golang-toml (= 0.3.1-1apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1apertis1bv2022dev2b1), gotest.tools (= 3.0.3-1apertis0bv2022dev2b1), notary (= 0.6.1~ds2-6apertis2bv2022dev2b1), runc (= 1.0.0~rc93+ds1-2apertis0bv2022dev2b1) Homepage: https://mobyproject.org Package: docker.io-dbgsym Priority: optional Section: debug Installed-Size: 19300 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: docker.io Version: 20.10.5+dfsg1-1+apertis1bv2022dev3b1 Depends: docker.io (= 20.10.5+dfsg1-1+apertis1bv2022dev3b1) Filename: pool/development/d/docker.io/docker.io-dbgsym_20.10.5+dfsg1-1+apertis1bv2022dev3b1_amd64.deb Size: 3099664 MD5sum: d49b37f15c5264e8ceb993728efbd4ca SHA1: 601fb732908ddcb47d520f83d7fdbddb4f110ed5 SHA256: d9d4a346774d28d08f5138c85dbdd500f58a6df6b18cacd1bb4ee595bcc05ed3 SHA512: 94528436d9819491d480f85b1d0f065b33a6d810258e6a7aebf7eb1086818b589cb0b2aac05615eeb7720ba8bef961a2f0096faa0be38d0219ea6e4f55fb49ad Description: debug symbols for docker.io Auto-Built-Package: debug-symbols Build-Ids: 13fa5c04828c7941dc2554c72da0f265a53cf1a2 56e05cb5d8295394679ee767f4ede239eec68b3a Package: docutils-common Priority: optional Section: python Installed-Size: 481 Maintainer: Debian Python Team Architecture: all Source: python-docutils Version: 0.16+dfsg-4+apertis0bv2022dev3b1 Depends: sgml-base (>= 1.28), xml-core (>= 0.14) Recommends: python3-docutils Filename: pool/development/p/python-docutils/docutils-common_0.16+dfsg-4+apertis0bv2022dev3b1_all.deb Size: 131440 MD5sum: 0df8493e25632086d40178e1554a36bd SHA1: 965b0ccb1ec39aac1a1ffbf0c702e95b6b7e1e09 SHA256: 0217dbc95926879fc46eabbe494ffe34395eb72bef5533b97eed202fbe253fc8 SHA512: c6cb93b081b162c3894bf34ad3da410f3665ecabd9ba3cf66c9544bcffa77dc5f33ffd18d0a1c9bf513b33ab35eaea2cdf1f80193eff006be9277fec424d5e2f 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: 4414 Maintainer: Debian Python Team Architecture: all Source: python-docutils Version: 0.16+dfsg-4+apertis0bv2022dev3b1 Filename: pool/development/p/python-docutils/docutils-doc_0.16+dfsg-4+apertis0bv2022dev3b1_all.deb Size: 934280 MD5sum: eb0b941d1a1211fdf3c0c51ad349c20c SHA1: 3f8f17f12020817d5c6979f1a5d2583ae3dc6039 SHA256: 952321d221f82896e30d7c75f458f793c6fffa300296e862327d49a19842de66 SHA512: f12ac7d3dd669d73008b7dec96e47f444405a43821d1839169a22010b71e0d53e25d659f067f3e38653c67465d27c9c8dd5581a9011d692349e9cf5b1a6e9e92 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: 1329 Maintainer: Jari Aalto Architecture: amd64 Version: 7.4.1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/d/dos2unix/dos2unix_7.4.1-1apertis0bv2022dev2b1_amd64.deb Size: 393200 MD5sum: 7680ffe9d40bd5864a4747de7ce525b0 SHA1: 21e9b6f5679e0904f7f62e673af46e50e955c780 SHA256: 6c7ab1ec89a0d2c53f083109f310f1a443a6a5aefb1cb68733355d2de7133689 SHA512: 5b36cd26509c634c985d3d2ad22b422b685b07c83b716dae992617b7122f0c0468a46d677cdb548b8409f454a7c93928193928d8a35bba069c3227189928404b 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: 120 Maintainer: Jari Aalto Architecture: amd64 Source: dos2unix Version: 7.4.1-1apertis0bv2022dev2b1 Depends: dos2unix (= 7.4.1-1apertis0bv2022dev2b1) Filename: pool/development/d/dos2unix/dos2unix-dbgsym_7.4.1-1apertis0bv2022dev2b1_amd64.deb Size: 91192 MD5sum: 1734de0847e0d7fe23e33711cd52f484 SHA1: 3cfb2db0c401cbf0cd50123535c83486cbcff942 SHA256: 67bfde92b503d4e53876a813e935536ffe810789b481a08cb79bd74e1e7fb5ff SHA512: 83da69a31d7cb64528bcd1d745f7235ee0a6c22fada113d757e4b0d11fcb52cd142b7ee6dc39bb2dd40c70c75e32f849bc76ae8bf067cfdaefc603054ac8ad1d Description: debug symbols for dos2unix Auto-Built-Package: debug-symbols Build-Ids: 8eb3708fe2676e1053d06d21aa9b6b5e4e48aabe f0fdbcaac47519d4815ba3c8384b46b01009f6e4 Package: dose-builddebcheck Priority: optional Section: devel Installed-Size: 4496 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Replaces: dose3-builddebcheck (<< 2.9.13) Depends: xz-utils, libbz2-1.0, libc6 (>= 2.29), zlib1g (>= 1:1.1.4) Breaks: dose3-builddebcheck (<< 2.9.13) Filename: pool/development/d/dose3/dose-builddebcheck_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 1114940 MD5sum: 07d5c831c482bc667574d1580e897a3d SHA1: c9a21027758b0198c51dfdf8d61b911ff121bc9f SHA256: fa71dd01ae57fe3b16db0a2e05a7e44fd5309312818b676686c7f075352b1442 SHA512: fae0fbef54a9c54b8b12ac6f7c5512e256bf153f37b60f083752de03a967acfb2a983fca727faed839cef9206cdc642f41bfc616c46fa6d41899c24e6498a2ad 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: 1200 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Depends: dose-builddebcheck (= 6.0.1-2apertis1bv2022dev2b1) Filename: pool/development/d/dose3/dose-builddebcheck-dbgsym_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 288272 MD5sum: f91473780dd3972a1bd2a2ad3036ebe3 SHA1: 829dca134f671c7ff5fe7e82ee1f612f2973da9b SHA256: ab563ec7223fd990331298c4a96a81887e3052af77f767f6a6928944e52145a1 SHA512: 9570889899cfdb21b6a9049cfb31aa358c771040dd883307a42be3b3ce38b271ecbc402aeb0fcbe800aa84c2c1a811f4703f4e6ba61f80881b39f14c5376201e Description: debug symbols for dose-builddebcheck Auto-Built-Package: debug-symbols Build-Ids: d38eaeecdb220d589132715778182e1531a8e30a Package: dose-distcheck Priority: optional Section: devel Installed-Size: 4518 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Replaces: dose3-distcheck (<< 2.9.13) Depends: xz-utils, libbz2-1.0, libc6 (>= 2.29), zlib1g (>= 1:1.1.4) Breaks: dose3-distcheck (<< 2.9.13) Filename: pool/development/d/dose3/dose-distcheck_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 1118620 MD5sum: b38a1ffdd3e422f555824c469d79e236 SHA1: 62703ff4db35f8d9499c15cf8ff5094d7d953558 SHA256: 0e1b1e8a7ddd88865931249e67ed5cf02eb3618acf71c7c40b999d7748a3f153 SHA512: a3c653826a394cac553a43854d56cc5e55cf0c441347d52d05d67205a0515a855b5f4bbdef2427e744a48092c82ac1c562a2ccbc053f695ef9785c07af408d05 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: 1206 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Depends: dose-distcheck (= 6.0.1-2apertis1bv2022dev2b1) Filename: pool/development/d/dose3/dose-distcheck-dbgsym_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 289884 MD5sum: 801bd223339ef2a28be809b0c553a0ba SHA1: b05705e413f96a187f385fba385a4acc309e50bc SHA256: a9842f4c2e2bb93509d9aa6ef53cf7dc32743ed2718bb0efcaa0cba78aaa36b2 SHA512: 5ab6ca379b93bc84becb4d7f0d7815ef4f6080243ae11d1ec11fb3508b27a69f496a624ddc6df5c047e6e0dca6584a42c432d19d896d4f4471d6c4229f43c70d Description: debug symbols for dose-distcheck Auto-Built-Package: debug-symbols Build-Ids: bda74f60d0e7af3f578c7f357fd662aab9454c1c Package: dose-doc Priority: optional Section: doc Installed-Size: 3626 Maintainer: Debian OCaml Maintainers Architecture: all Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 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_6.0.1-2apertis1bv2022dev2b1_all.deb Size: 317772 MD5sum: 36f39643fe67ca3346f76348cc2cb014 SHA1: ed5efb61dacdb3965b5656819343a326cc7a6a18 SHA256: 579635fa55d9caf646fa74c4561c46080173c752dcfea945f479b13b17be708b SHA512: d15b9d3dd56e9c49bc8e7722955b4c25f9c693a72b90918cd1036794f6e395318e744fc8f532c2cb73aab2bdd4102fd677f7cb5dee175ab7fd0627ecdd0d825c 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: 17299 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Replaces: ceve (<< 2.9.10) Provides: ceve Depends: xz-utils, libbz2-1.0, libc6 (>= 2.29), zlib1g (>= 1:1.1.4) Breaks: ceve (<< 2.9.10) Filename: pool/development/d/dose3/dose-extra_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 2195384 MD5sum: 1ce161a287aa56ccf07492eec782534d SHA1: 824d9fa3b79770559fa3f382cf8b1933f77c5105 SHA256: b1be41243b2b13b0771a7b3047b849d32591f78e05656a9ff6602f4aa56b61af SHA512: 4c77178908b504eb19897ad1d2f72d07434bcf8419ddfa47e8b48eff4d609073d9ba495c24ffa13288490b34d97c3d70b7da715e2e0fb09a706d0444fca175eb 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: 4573 Maintainer: Debian OCaml Maintainers Architecture: amd64 Source: dose3 Version: 6.0.1-2apertis1bv2022dev2b1 Depends: dose-extra (= 6.0.1-2apertis1bv2022dev2b1) Filename: pool/development/d/dose3/dose-extra-dbgsym_6.0.1-2apertis1bv2022dev2b1_amd64.deb Size: 890412 MD5sum: 0378f2d406d7f021a3331d954e8fe5d3 SHA1: d77dd8c55c9d7fceebd370bef4d36f05c0885121 SHA256: 26a723b98c5b99ac9917c616269c0970de2936a3aa502d53f3ecb9c9bec415a6 SHA512: a9d7da4ae916c062a1f2abdf0c118c7887c254a4c54576329c68a89c68e019885a62c1af8243e37acd71392585fda0b30f05a96c59f8fd77429363aeede8b38f Description: debug symbols for dose-extra Auto-Built-Package: debug-symbols Build-Ids: 8bb7ca5838611d9a14ef3c0463698a56360f04c8 a412023f5ffe5f122f96e3ec6d958c0816d0fd1e b5b83e33bb3b289a119411529e0639010b963a74 baffc01fef7c8d39ba60e9562ec7bb5ab0b9be55 Package: dosfstools Priority: optional Section: otherosfs Installed-Size: 316 Maintainer: Andreas Bombe Architecture: amd64 Version: 4.2-1apertis0bv2023dev0b3 Depends: libc6 (>= 2.14) Filename: pool/development/d/dosfstools/dosfstools_4.2-1apertis0bv2023dev0b3_amd64.deb Size: 142304 MD5sum: 3907ebd333240b3b32b4dc041e5925dc SHA1: 9e9cd6c15774ae6c041d759391a046e09df4cbf0 SHA256: e69768d64d9fbaba9e09f1f31f620301b8d6275dd94ee1fcff9b57dbf87c4828 SHA512: ca9436ef58386592ad1f15f219d1676ea53f3364fe57902c9121187a01221f49e9690cb7f267b50b3cbe80e7e28cc2850ec2f2c16122ed3a637c4df47c40b492 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: 215 Maintainer: Andreas Bombe Architecture: amd64 Source: dosfstools Version: 4.2-1apertis0bv2023dev0b3 Replaces: dosfstools-dbg (<< 3.99.0~) Depends: dosfstools (= 4.2-1apertis0bv2023dev0b3) Breaks: dosfstools-dbg (<< 3.99.0~) Filename: pool/development/d/dosfstools/dosfstools-dbgsym_4.2-1apertis0bv2023dev0b3_amd64.deb Size: 173480 MD5sum: 82fb4785f53ba3db0f4000ad8531a16a SHA1: 95c15bda4df1a492fcc16ba34910f97df13fa004 SHA256: dea4f81557a7d388e9ef3f858e640a09290d0a5572578f8d8ed9495de86c0001 SHA512: bba3eb7af1425c080b61692d82acace2ade8a8d85554770cfa8946361393d0f3f8472392419439858d194431786934b877b724262b719721d06211111b3ebb8f Description: debug symbols for dosfstools Auto-Built-Package: debug-symbols Build-Ids: 8d78a8d029ecd0115218c9532bc364ce31a92b21 91087697349619e055cb0199d12340a52be4557c db7b3d2141af90cc3c9c00ed8b280668977bc1ea Package: doxygen Priority: optional Section: devel Installed-Size: 17302 Maintainer: Paolo Greppi Architecture: amd64 Version: 1.9.1-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.29), libclang-cpp11 (>= 1:11.0.1), libclang1-11 (>= 1:5.0~svn298832-1~), libgcc-s1 (>= 3.0), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 7), libxapian30 (>= 1.4.17~) Suggests: doxygen-latex, doxygen-doc, doxygen-gui, graphviz Conflicts: graphviz (<< 1.12) Filename: pool/development/d/doxygen/doxygen_1.9.1-1apertis1bv2022dev2b1_amd64.deb Size: 4237328 MD5sum: 769ca361d51b9120a57d5c163bf1d866 SHA1: f552c623352ed4e8102cf929fed6a0680c4e7357 SHA256: 4495f71188e2c3238902db2a055cb01dd2bfa40bf1fd61aff066b4084f5dba2d SHA512: 8502f724263690019c7b7229fcf2377b14db0aad30eb69e85a69bc74dec2a2187a90167cb5cac8607006e33d31ec70ecb720216cb502f4eddd6d2bf08036f8e7 Description: Documentation system for C, C++, Java, Python and other languages Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. . Install the doxygen-latex package to build LaTeX based documents. Homepage: http://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-dbgsym Priority: optional Section: debug Installed-Size: 57991 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: doxygen (= 1.9.1-1apertis1bv2022dev2b1) Filename: pool/development/d/doxygen/doxygen-dbgsym_1.9.1-1apertis1bv2022dev2b1_amd64.deb Size: 55403076 MD5sum: 0f223c52808cee65afdb0ab444f24e6e SHA1: 75dc8954f81b0d3feba0e0d36df166bae619fa07 SHA256: 610f0922ef466040872c85306c1f59a20cfc7e81c1831820618f1097c5fbcc33 SHA512: 1a19be62df566fca604b7c29a1116ce9450fa13de81768e8cc74ab3c3bc6524a43ff79a1ef6e2aff043102b41456412be752da33843fea7c2aa06c84de105b1a Description: debug symbols for doxygen Auto-Built-Package: debug-symbols Build-Ids: 1bd1d4f74ca4b1f8896bafe043f5000593f065b8 b47b9c8b6e070ce596983eed79cd362a07c98fde bfb70452ba89cffb48db4e6b31d17c6dade2b432 Package: doxygen-doc Priority: optional Section: doc Installed-Size: 5330 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Replaces: doxygen (<< 1.2.14), doxygen-docs Provides: doxygen-docs Recommends: doxygen Conflicts: doxygen-docs Filename: pool/development/d/doxygen/doxygen-doc_1.9.1-1apertis1bv2022dev2b1_all.deb Size: 2477204 MD5sum: e2b96ea46acb4be4643f805eb665844a SHA1: 63934fb612e9d750757f51a07e18e907124bdeee SHA256: 4918efdfac0231f4225c91ddf6787dad42b5f1c19bab7809bebf3fdd9fadd9a7 SHA512: 3ae077f70ee911ea7043d39b51b5a063cc007b898854194cbe08b3aaec83e56cd82e68cead58d8be458088ab81794c72b53befb1b0fd33cdd80eb31b151b291a Description: Documentation for doxygen Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. . This package contains the documentation for doxygen. Homepage: http://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-doxyparse Priority: optional Section: devel Installed-Size: 16713 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.29), libclang-cpp11 (>= 1:11.0.1), libclang1-11 (>= 1:5.0~svn298832-1~), libgcc-s1 (>= 3.0), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 9) Filename: pool/development/d/doxygen/doxygen-doxyparse_1.9.1-1apertis1bv2022dev2b1_amd64.deb Size: 4081856 MD5sum: 7f0c34002eacb88f7ab789670e5ab28e SHA1: 76fc1d9a73aeee69b1ccfbe3500cc3348390c0e2 SHA256: 18689f448c2db24dffb4c0fa575f6a4bbccdd26945b77fa2d59aa7c9f77adc97 SHA512: 8a5d8ea6def440055afbad692af018cefc3550dcdb7b44dccbbd19c60cc202ec9d7aab70d5293c4290c333f946c76132a199fd85cac8d6d9ce3de28269377a24 Description: multi-language source code parser based on Doxygen Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and 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: http://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen-doxyparse-dbgsym Priority: optional Section: debug Installed-Size: 57526 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: doxygen-doxyparse (= 1.9.1-1apertis1bv2022dev2b1) Filename: pool/development/d/doxygen/doxygen-doxyparse-dbgsym_1.9.1-1apertis1bv2022dev2b1_amd64.deb Size: 54786144 MD5sum: 28b39aa4f20d5c79d0a57b425f1596be SHA1: 3ff76f82bc8138de21e633258c09691079426c5e SHA256: cc8d4507cbf112f4e65db523cb37578e516912e681c291da9c045ecd32c2be7c SHA512: bb79065638d2b256f57292c24247dfeb47a0474b5112f9c82d0cff13f30afe6f0a44e4881fcac5e5f3082c1027c37c8192bcc1eaf90a41dd5b23bbe0b279195b Description: debug symbols for doxygen-doxyparse Auto-Built-Package: debug-symbols Build-Ids: bf8a04de071b48cb5e89c0cd3e2118139b7f7c75 Package: doxygen-gui Priority: optional Section: devel Installed-Size: 883 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Replaces: doxygen (<< 1.2.14) Depends: doxygen, libc6 (>= 2.29), 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.1-1apertis1bv2022dev2b1_amd64.deb Size: 548532 MD5sum: cb4a4c32f0dbeee2c7eebad84c9147e9 SHA1: 1d6d0a8be5bdfa7b1dbfcd0834e2747f03604629 SHA256: d94320bdf5fd01429a27c22cb2d1d2852270dc0d384c4fc2f0e8861735552b23 SHA512: 2f49b8024db268613c8a6c95370f6df16220635d2c0b4eac2851ef79e07f52b3d421a2d35e8d83ed5d4c9b6dd8d817d20d1bdf12084579d67e7d80178c71041a Description: GUI configuration tool for doxygen Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man pages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. . This package contains doxywizard, a GUI configuration tool for doxygen. Homepage: http://www.doxygen.nl/ Package: doxygen-gui-dbgsym Priority: optional Section: debug Installed-Size: 2450 Maintainer: Paolo Greppi Architecture: amd64 Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: doxygen-gui (= 1.9.1-1apertis1bv2022dev2b1) Filename: pool/development/d/doxygen/doxygen-gui-dbgsym_1.9.1-1apertis1bv2022dev2b1_amd64.deb Size: 2421312 MD5sum: 57645cc9a1f31a29c7dce5cc8bace996 SHA1: 458552c3ad24048068a02995bba4668c084d49fe SHA256: 26d9c014e15ba2e403d7c6674e520236ab876003d6a6213c297ed4ae867a1c97 SHA512: 7da9c42a66a24a0ced7e01fb3993c49f795993086d62312a50a76dd65d3964ee441387e06b772c99992db7f2be802cf650b223051d6f4b7109b26171a5b0305d Description: debug symbols for doxygen-gui Auto-Built-Package: debug-symbols Build-Ids: ec896c476975af72f00205d44f58c17eef0f90da Package: doxygen-latex Priority: optional Section: devel Installed-Size: 306 Maintainer: Paolo Greppi Architecture: all Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: doxygen (>= 1.9.1-1apertis1bv2022dev2b1), 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.1-1apertis1bv2022dev2b1_all.deb Size: 300740 MD5sum: 07182d01b88db8a826669b9057d31b0f SHA1: 36019232e7e93e1e341634374c560fa68ce73ed8 SHA256: 0283b7d0e9b812081b7b2d94a0eeade2cd5c47197179196028a290fa457b0127 SHA512: b72ed7b93fb279a6221e1c675bd8842a4abb4d7fc39cfea845f5e65e5002a5edb8195c4c7e89d393fce1b38e603bb685d2a64f09834afcfbe69e0df381100426 Description: Documentation system for C, C++, Java, Python and other languages Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL and to some extent PHP, C#, and D. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. . This dependency package adds dependencies for all LaTeX packages required to build documents using the default stylesheet. Homepage: http://www.doxygen.nl/ Multi-Arch: foreign Package: doxygen2man Priority: optional Section: devel Installed-Size: 154 Maintainer: Debian HA Maintainers Architecture: amd64 Source: libqb Version: 2.0.3-1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.4), libqb100 (>= 2.0.1), libxml2 (>= 2.7.4) Filename: pool/development/libq/libqb/doxygen2man_2.0.3-1+apertis0bv2022dev3b1_amd64.deb Size: 114692 MD5sum: 5d0db2d887183f50db23f23dfd0f5fac SHA1: d2124a73c06611deeb5ad1a60da54b49dbc3d7ff SHA256: 7295fda841e0e42a39102a54263f997de883786eb62bbc28e38658d6ff7e6700 SHA512: b68b8f63857d25d9ace678c6c743336ad6acb2f970e587cb54d547a59f16d472ee0c610822f1344a1cfa2bf7cdff171b413c896df08cf0faf6967dd586ee4dd2 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: 53 Maintainer: Debian HA Maintainers Architecture: amd64 Source: libqb Version: 2.0.3-1+apertis0bv2022dev3b1 Depends: doxygen2man (= 2.0.3-1+apertis0bv2022dev3b1) Filename: pool/development/libq/libqb/doxygen2man-dbgsym_2.0.3-1+apertis0bv2022dev3b1_amd64.deb Size: 37432 MD5sum: 61339997c33b8c23d8ca22c7f87073e6 SHA1: 1963168304629fc363200e982908e276c909bd2e SHA256: 9f63570dc055338831133eba890f99479406f2e8e787e27e40b5e04fca90efd0 SHA512: ea08de9c63a94a309ac4139a7f39c745a325c18d6c77cc66265ec5cce053f092668032f721a1b2459384126f1985ce9f2507b581466284ad8b72fa6f455fb673 Description: debug symbols for doxygen2man Auto-Built-Package: debug-symbols Build-Ids: 80a2f2a8c09114cc19ef5fd0580427c8b38d5a5e Package: dpatch Priority: optional Section: vcs Installed-Size: 191 Maintainer: Debian QA Group Architecture: all Version: 2.0.41apertis0bv2022dev2b1 Depends: bash (>= 3.0-6), dpkg-dev, perl:any Recommends: fakeroot, patchutils Suggests: curl Filename: pool/development/d/dpatch/dpatch_2.0.41apertis0bv2022dev2b1_all.deb Size: 90268 MD5sum: ac7f9c162c909185d3b7afaee08f3c02 SHA1: d6780565fca0be2c2913a6fb7d6475a637f6d2ba SHA256: 03e5053ee18145d5be5bf86c6aaeec9a71b331a08ac4975f2e5b5cf83d3aaac3 SHA512: 274775cfa6d5f02f6becb82e4f4e8e1ddadeed5eaae9a3622a78261a4048e00d3e265886c91eff745acf5a4e2447341e07a667df4558d9e0a06f88b768dd818c Description: patch maintenance system for Debian source packages dpatch is an easy to use patch system for Debian packages, somewhat similar to the dbs package, but much simpler to use. . It lets you store patches and other simple customization templates in debian/patches and otherwise does not require much reorganization of your source tree. To get the patches applied at build time you simply need to include a makefile snippet and then depend on the patch/unpatch target in the build or clean stage of debian/rules - or you can use the dpatch patching script directly. . It can easily apply patches only on specific architectures if needed. Multi-Arch: foreign Package: dsdp Priority: extra Section: science Installed-Size: 95 Maintainer: Soeren Sonnenburg Architecture: amd64 Version: 5.8-9.4co1bv2022dev2b1 Depends: libc6 (>= 2.7), libdsdp-5.8gf Filename: pool/development/d/dsdp/dsdp_5.8-9.4co1bv2022dev2b1_amd64.deb Size: 26764 MD5sum: 38070cf2b8d2c9e44729982d1455977a SHA1: 77b8ecd9f24655c74d7af240305d9cb878f2261d SHA256: ece457546792c1e2e3e8ac599f3ce12bfea4a9857edd1187fd31092b8bb22b1c SHA512: 4579f849762d17dda2bdbbf1f5aecb8167fe19e3239c5bcd0bce8691e791eb8ff86ecf0bdc34d18ccca6968e42072194e53a72505d7909dbb9bf12dfd1fc809f 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: 35 Maintainer: Soeren Sonnenburg Architecture: amd64 Source: dsdp Version: 5.8-9.4co1bv2022dev2b1 Depends: dsdp (= 5.8-9.4co1bv2022dev2b1) Filename: pool/development/d/dsdp/dsdp-dbgsym_5.8-9.4co1bv2022dev2b1_amd64.deb Size: 4708 MD5sum: 4b9f2950c239f0c318f43a5d9408d223 SHA1: a18ab28d57c6dcc08065b4f93da297da780fdfdb SHA256: d98c9b4ff37b8da61cbf1d74f52b1876558569bd2e7e10f79b899dc3bff67afe SHA512: 8e2b561d9e5fc36afbcafbe53cd238e74f2b37901346a9384fbb6cce13bb057044b015e719ea58373e31538cd1d19488e459162a1ed04b49b49156d9a1b30e2a Description: debug symbols for dsdp Auto-Built-Package: debug-symbols Build-Ids: 65524ad0523fa62bad60285da3cafb10068ad70a a89ac83d7ed8ad7d0a9c6adc30a01f288311e5c7 b3431b4d97ef0f74e8379160611e64731d51316f Package: dsdp-doc Priority: extra Section: doc Installed-Size: 8179 Maintainer: Soeren Sonnenburg Architecture: all Source: dsdp Version: 5.8-9.4co1bv2022dev2b1 Recommends: dsdp Filename: pool/development/d/dsdp/dsdp-doc_5.8-9.4co1bv2022dev2b1_all.deb Size: 567692 MD5sum: c6a53b856bc52efae437c623e85770a1 SHA1: 6940dee562dc328daa34cd12fddfb030293e123a SHA256: c72bc9d80411721097ce97196ed0e6864129bb837c68b3003f180d8d7f722a56 SHA512: 97afbebbbe236a5dbe130a14f9390e10930742b47236d5e3b799f7bacc3fcfeb45d6eaca98d06237e7dcd4ff0fff737332fdb26a471164a4e20282bba6526622 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/ Package: ducktype Priority: optional Section: devel Installed-Size: 17 Maintainer: Debian GNOME Maintainers Architecture: all Source: mallard-ducktype Version: 1.0.2-1apertis0bv2022dev2b1 Depends: python3-mallard.ducktype (= 1.0.2-1apertis0bv2022dev2b1), python3:any Suggests: yelp-tools Filename: pool/development/m/mallard-ducktype/ducktype_1.0.2-1apertis0bv2022dev2b1_all.deb Size: 5080 MD5sum: 9dee7451ee9a52acb42860c0ee062bce SHA1: 4cf27d5cb363f7ff16f897fcc721a26f800868b3 SHA256: c2cb2bed1ce34bffe77f462df28fdbebf8e6175519ac3471d1d1498f02812399 SHA512: dd37fd9c3091bf52d6783c18d4fa7ae91a125ec3fdda21c392a2a8544647b37706a43b80cfc51494d9dbf6c18a103a64898e95359646c978e5ce588cc73b9990 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: 44 Maintainer: Debian OCaml Maintainers Architecture: all Source: ocaml-dune Version: 2.7.1-2apertis0bv2022dev2b1 Depends: ocaml-dune Filename: pool/development/o/ocaml-dune/dune_2.7.1-2apertis0bv2022dev2b1_all.deb Size: 35724 MD5sum: 6f31d098dde34ffa6511a32c71fc7eb3 SHA1: bb293b1349efa090c05f07423865b4b5f7367a78 SHA256: b0e57f2e0b0ad3d86f7a992c19862dadab9f348e39c796ef8a61835e463a1a4d SHA512: 1561396e1fa1ff76063acff0a6752edf1e48a638c44be2ba663dc47096949663633c8e3fe226a92c1cbc318363dd11bf1135f320d544f40eddf770bf48571a4b 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: 170 Maintainer: Varun Hiremath Architecture: amd64 Version: 1.15-1.1co1bv2022dev2b1 Depends: libc6 (>= 2.29), libfreetype6 (>= 2.2.1), libgd3 (>= 2.1.0~alpha~), libkpathsea6 (>= 2020.20200327.54578), texlive-base-bin, ghostscript Filename: pool/development/d/dvipng/dvipng_1.15-1.1co1bv2022dev2b1_amd64.deb Size: 87648 MD5sum: a6a756484f09249bb75a3e42d339651e SHA1: 82688974a1c6d0e08bdb410136751c58aa1021cf SHA256: 292a614af80a16ba5f6b19dd1d825f5c55b16d3ef4985c0f20419b5e75926122 SHA512: 9e37b294dcfd3da968413205e4f9cbd59110bbb0e1e27e048e8408a35f489a320546e024f071c565d6fc90c01e7a59934745c1e2da30d17e7a5b2dc775d9858c 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: 148 Maintainer: Varun Hiremath Architecture: amd64 Source: dvipng Version: 1.15-1.1co1bv2022dev2b1 Depends: dvipng (= 1.15-1.1co1bv2022dev2b1) Filename: pool/development/d/dvipng/dvipng-dbgsym_1.15-1.1co1bv2022dev2b1_amd64.deb Size: 126724 MD5sum: 4179898bbbe5ae61ab62cb1ce0cacf88 SHA1: 387094eafe985ff0948cd019c6b09f9573886c38 SHA256: f85fc9371d8b1add112221f75ab00a42982a6b3a96d8a9232694a65f3a5b59f4 SHA512: 36f5d511ae9ef2d53daadb4b5af1dae589adc237b470aa791569f5e4134dc087fb915e8b350a1a1fbb39a5d91af246c8aabf433ac552f6c6dfa94a2946387d12 Description: debug symbols for dvipng Auto-Built-Package: debug-symbols Build-Ids: 2d7cf55f87a181e85618c0adf5b4688043c51020 Package: dvisvgm Priority: optional Section: tex Installed-Size: 4213 Maintainer: Debian TeX Task Force Architecture: amd64 Version: 2.11.1-1co0bv2022dev2b1 Replaces: texlive-binaries (<= 2019.20190605.51237-2) Depends: libbrotli1 (>= 0.6.0), libc6 (>= 2.29), libfreetype6 (>= 2.3.9), libgcc-s1 (>= 3.4), libgs9 (>= 8.61.dfsg.1), libkpathsea6 (>= 2020.20200327.54578), libstdc++6 (>= 9), libwoff1 (>= 1.0.0), zlib1g (>= 1:1.2.0) Breaks: texlive-binaries (<= 2019.20190605.51237-2) Filename: pool/development/d/dvisvgm/dvisvgm_2.11.1-1co0bv2022dev2b1_amd64.deb Size: 1090004 MD5sum: 500e3739ca66f6603728942525938123 SHA1: cde766a98eeed2425e5179ffd6ca8b5954fddfda SHA256: 42d0399548a865b66e2dea59f36e88f2e96137d6389ec91a26292737f4a779bf SHA512: fa0801be757cb4e9188169354503f07e5a645033855534f1462e8351cda175d12c6442f9cb157c6464d162831c532289749871414cd0241a5f0f18cca815c351 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: 11916 Maintainer: Debian TeX Task Force Architecture: amd64 Source: dvisvgm Version: 2.11.1-1co0bv2022dev2b1 Depends: dvisvgm (= 2.11.1-1co0bv2022dev2b1) Filename: pool/development/d/dvisvgm/dvisvgm-dbgsym_2.11.1-1co0bv2022dev2b1_amd64.deb Size: 11581340 MD5sum: 630e8debbc3f3c8b20d99b843c9f060b SHA1: a329b62071219e61d3c0e2f758a164ba25c0c721 SHA256: ca57c1e5b820318e5a83ad304c4dfcc5b709d83fad1051a763609f1b2252ae1b SHA512: 87af252eb47f09a524e16d0c1cf685546ecdf700581788c8f88c0a312bd946afe4d2c492ca93d7522ab6dd239d5b6418d9ac521d61f807acd0974379a4a81221 Description: debug symbols for dvisvgm Auto-Built-Package: debug-symbols Build-Ids: d4bc348b941c840d8e1b50ed4f7f71b17f292bd6 Package: dwarf2sources Priority: optional Section: devel Installed-Size: 1303 Maintainer: Sjoerd Simons Architecture: amd64 Version: 0.2.0bv2022dev2b1 Depends: libc6 (>= 2.18), libgcc-s1 (>= 4.2) Filename: pool/development/d/dwarf2sources/dwarf2sources_0.2.0bv2022dev2b1_amd64.deb Size: 403272 MD5sum: c6470247fcae770eb760c41e2e4bcc44 SHA1: 052c5964a2a0094e6b0f9075b4d4c6b2227f6db1 SHA256: 4c95be86e36c06ca849e70bc2138865601744c480e6eda63df648548d2ebb909 SHA512: 6331aa67d5d02d451bf8da24d33a8c495d01a9107c6a4a239c1488b46b6a658667fefbbad6d71a609c9b1d338e43eda3756c9de64e7dc2a2cb0e50f9ccf310a8 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: 6804 Maintainer: Sjoerd Simons Architecture: amd64 Source: dwarf2sources Version: 0.2.0bv2022dev2b1 Depends: dwarf2sources (= 0.2.0bv2022dev2b1) Filename: pool/development/d/dwarf2sources/dwarf2sources-dbgsym_0.2.0bv2022dev2b1_amd64.deb Size: 6646076 MD5sum: 347b2c8972c26572e841e814a5afea36 SHA1: a40ffd6e98f72cd2a9177f338aabc8161db655ad SHA256: 8e271482c32a3a0135504dc26733d87247eb9b4d00c781972f5c576aa470f213 SHA512: 161943ec6a43577c09429e8aec4bbc8dfc53948f9293204c8f4d041feeb585cd9684f3f6e2ed0e073258effdb47b31346b6e9611481a29215d24e96ce263d217 Description: debug symbols for dwarf2sources Auto-Built-Package: debug-symbols Build-Ids: 70a53ee6c613410736569ba465f0e049db7d6565 Package: dwarves Priority: optional Section: utils Installed-Size: 1537 Maintainer: Thomas Girard Architecture: amd64 Source: dwarves-dfsg Version: 1.20-1apertis0bv2022dev2b1 Depends: libbpf0 (>= 1:0.3), libc6 (>= 2.22), libdw1 (>= 0.148), libelf1 (>= 0.142), zlib1g (>= 1:1.1.4) Filename: pool/development/d/dwarves-dfsg/dwarves_1.20-1apertis0bv2022dev2b1_amd64.deb Size: 219600 MD5sum: 6135c8021887d297d5d9553c2c23ad37 SHA1: 03e10a6b3d1a9eeeedc5711303190641433936e6 SHA256: c2d9e92e82eb14886ef1a30935b7f8eebe31a8ee66b64f77e86ea4af29fa20a4 SHA512: 13ddf05fc74faa50a24372f1dd9a5f7c68816bd7e164b65bff19661d5a4ad55271aba63df5f795f8faafaf9b875c8446dbd59caaee64da1e5efa5c437f621570 Description: set of advanced DWARF utilities This package contains tools that use the DWARF debugging information inserted in ELF binaries by the compiler. This information is used by debuggers (e.g. GDB), and other tools such as systemtap. . Utilities in the dwarves suite include: . - pahole: finds alignment holes in structs and classes in languages such as C/C++, CPU cacheline alignment. Helps repack those structures to achieve more cache hits. - codiff: a diff like tool to compare the effects changes in source code generate on the resulting binaries - pfunct: displays all sorts of information about functions, inlines, etc. - pdwtags: pretty-prints DWARF information - pglobal: lists global symbols - prefcnt: counts DWARF tags usage - syscse: system call sign extender - dtagnames: lists tag names Homepage: https://git.kernel.org/pub/scm/devel/pahole/pahole.git Package: dwarves-dbgsym Priority: optional Section: debug Installed-Size: 2089 Maintainer: Thomas Girard Architecture: amd64 Source: dwarves-dfsg Version: 1.20-1apertis0bv2022dev2b1 Depends: dwarves (= 1.20-1apertis0bv2022dev2b1) Filename: pool/development/d/dwarves-dfsg/dwarves-dbgsym_1.20-1apertis0bv2022dev2b1_amd64.deb Size: 1789956 MD5sum: b67728acf198386f1b3c06082fab5216 SHA1: d39cb99777c8781140b9859d8e0ee2180a422b88 SHA256: 4312e9858b74c0249682618f53ffc3bb84b0ae424e0a14b63f470d48944c401c SHA512: 2d37432b1dbfb88964dcb74beef50dae079422e407574606e323d7a242c13743787a5c82f8146e96c2b396a74ab82c1ca6bf9e59231b8c9b85d5a35af5f050c4 Description: debug symbols for dwarves Auto-Built-Package: debug-symbols Build-Ids: 1de5cc5433f8391e3ed80eb9bf06ad462fcd9b68 20bc9ae5bbeb55b87a5ee93f3dd10bd851400ee3 4c9579bf02c8e5860619ac499f8d932beb9fc7e6 72c85a63d03b6322e1f62e8bcfe4579d184b853d 951ed0c5e77f07c62d052830185d2c3c1fcda28f a54bf5352dc217564956bc0806b1616d45ded568 a6855088e1f338b743e4c1be6233958b5cbef35b b84429149bb57f815d7c96647a96223a855db5bd c2ea2dd7ff5b9f008be9e3ae3d70f30dc72fb0ab e84634f512af07e9c114acecce48eeda2e3aed0a Package: dwz Priority: optional Section: devel Installed-Size: 551 Maintainer: Debian GCC Maintainers Architecture: amd64 Version: 0.13+20210201-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), libelf1 (>= 0.131) Filename: pool/development/d/dwz/dwz_0.13+20210201-1apertis0bv2022dev2b1_amd64.deb Size: 174624 MD5sum: 3757814c2569887b1bc749639d5edaa7 SHA1: 1d5268c2cba94431a446765e77db66f77ec2e547 SHA256: 13736b2c6f28827669fa834c97c9933e561ae8e23d31438782e2a4acd8f8f352 SHA512: 5365ea7fe7bd4af43460511238bcbd2b75b2ee08f50492c2622a7b36350bc987704c8f3f43c31c3c2f60a9562c5968db07bd64df0a07fc30c6adcd31431d76b2 Description: DWARF compression tool DWARF optimizer and duplication removal utility. Homepage: https://www.sourceware.org/dwz/ Multi-Arch: foreign Package: eatmydata Priority: optional Section: utils Installed-Size: 30 Maintainer: Mattia Rizzolo Architecture: all Source: libeatmydata Version: 105-9apertis0bv2022dev2b1 Depends: libeatmydata1 (>= 105-9apertis0bv2022dev2b1) Filename: pool/development/libe/libeatmydata/eatmydata_105-9apertis0bv2022dev2b1_all.deb Size: 16356 MD5sum: b6ac54254eeed8df59f891ed392fd4eb SHA1: 101389ffd4585c160b416a25b6700b88952e8f54 SHA256: b6821f37d0d4f4592836a79ce5d77ec20527fbab9692d2ce56cb1a009817ffcf SHA512: 0f8fd6f125830ecb15c7b44fcf39cd2ae8dd78a1b9b318546232eb78fb2256309b2b3bf5baf61ff4fc61a949d0b00e33aa1bccab39570873b510009a3466be68 Description: Library and utilities designed to disable fsync and friends This package contains a small LD_PRELOAD library (libeatmydata) and a couple of helper utilities designed to transparently disable fsync and friends (like open(O_SYNC)). This has two side-effects: making software that writes data safely to disk a lot quicker and making this software no longer crash safe. . You will find eatmydata useful if particular software calls fsync(), sync() etc. frequently but the data it stores is not that valuable to you and you may afford losing it in case of system crash. Data-to-disk synchronization calls are typically very slow on modern file systems and their extensive usage might slow down software significantly. It does not make sense to accept such a hit in performance if data being manipulated is not very important. . On the other hand, do not use eatmydata when you care about what software stores or it manipulates important components of your system. The library is called libEAT-MY-DATA for a reason. Homepage: https://launchpad.net/libeatmydata Package: ebtables Priority: optional Section: net Installed-Size: 264 Maintainer: Debian Netfilter Packaging Team Architecture: amd64 Version: 2.0.11-4apertis0bv2022dev2b1 Depends: netbase (>= 6.0), libc6 (>= 2.14) Recommends: iptables, kmod Filename: pool/development/e/ebtables/ebtables_2.0.11-4apertis0bv2022dev2b1_amd64.deb Size: 86316 MD5sum: a3b18017e4e3225b882513ecf11407f7 SHA1: 86d19b73367247c185e3709ad93e40f3172c24bc SHA256: edebbf40441a4e833da6e2e7ee08b6ac46870edfe6f09356d2744fcb49057f95 SHA512: a4a07dc7b3e7c81cec6bef1966bf4fb5a53acf82afda41bb8bef9e9a2635696fec5a3fd74852251f7dac3ee8117923fdb3b31cebc1eea5a419669b24d4b1a136 Description: Ethernet bridge frame table administration Ebtables is used to set up, maintain, and inspect the tables of Ethernet frame rules in the Linux kernel. It is analogous to iptables, but operates at the MAC layer rather than the IP layer. Homepage: https://netfilter.org/ Multi-Arch: foreign Package: ebtables-dbgsym Priority: optional Section: debug Installed-Size: 205 Maintainer: Debian Netfilter Packaging Team Architecture: amd64 Source: ebtables Version: 2.0.11-4apertis0bv2022dev2b1 Depends: ebtables (= 2.0.11-4apertis0bv2022dev2b1) Filename: pool/development/e/ebtables/ebtables-dbgsym_2.0.11-4apertis0bv2022dev2b1_amd64.deb Size: 151800 MD5sum: c4eddaa62d5fea5aa7056833b522e6e4 SHA1: 0548956d0ee0d7c56e116f29ab880efb05edb96c SHA256: 45970d45710757433d718cc6158d31d70130a8f778be0b883020b8f77a8ac403 SHA512: 459dedac21d780a6e403fda03c1be800e625988bf5c150b02316b1ac1ce4204cef2af4a60a9f5b4b564c640e686dcccd5973410af586109d89b429a42e8c3fba Description: debug symbols for ebtables Auto-Built-Package: debug-symbols Build-Ids: 11a070b7c85da5ea670193c23a6736036fd8a90e 8f67134aeb0c84d8e3a72f6c91b683a861ddb883 acbe5d332d92f2763921d0173d9b134c3eed4cb2 b09b7d3ec595025ed234ba40a161e2057f2af5ab be7e0ec73e7e3fbc5bba106a6498e9edfc84dcff Package: ecbuild Priority: optional Section: libs Installed-Size: 727 Maintainer: Alastair McKinstry Architecture: all Version: 3.4.1-1+apertis1bv2022preb2 Depends: cmake, chrpath, dh-buildinfo Filename: pool/development/e/ecbuild/ecbuild_3.4.1-1+apertis1bv2022preb2_all.deb Size: 112592 MD5sum: 135f8f98b48b628fe2ddfa4f43d5a7df SHA1: a3b0d61351dfca6792b83cf20e04ae323ffcbf73 SHA256: 2da213723469c7e6051368dbcebefa00bd3740ca96a3cb84400e3373462bbe40 SHA512: ea49993a891d48ec5f21c48f606afe5f1dd060b891243e1eebb573416179f0554c0c9db22437ec2bed74ad0e555828c15b6e06333a512caaa510b5eac2b5e757 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. Homepage: https://confluence.ecmwf.int/spaces/viewspace.action?key=ecbuild Multi-Arch: foreign Package: ecj Priority: optional Section: java Installed-Size: 40 Maintainer: Debian Java Maintainers Architecture: all Version: 3.16.0-1co1bv2022dev2b1 Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libecj-java (>= 3.16.0-1co1bv2022dev2b1) Suggests: ant Filename: pool/development/e/ecj/ecj_3.16.0-1co1bv2022dev2b1_all.deb Size: 20964 MD5sum: ea90c64d69c8025442cfc89475e5d754 SHA1: 26b667df9a0d099aacf0c630dd320bad1670b634 SHA256: 83b53964b294eb50b7047b8f882aa4de25001b8236cc6d33245c1b9e1b9b3ab2 SHA512: 0dc2f63aea25f0071964306e3a7efa30e07b3cbb9f1787bdc22fbd34bbe7a7049048d13cc962a9f2ef875568cb05a1b246ffa3a9925184909231135bcb3b9b46 Description: standalone version of the Eclipse Java compiler This package provides a standalone version of the Eclipse JDT compiler which is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit) and is compatible with Java 1.3, 1.4, 5, 6, 7, 8 and 9. Homepage: http://www.eclipse.org/jdt/core/index.php Package: eclipse-debian-helper Priority: optional Section: java Installed-Size: 29 Maintainer: Debian Java Maintainers Architecture: all Version: 1.8apertis0bv2022dev2b1 Depends: ant, ant-contrib, maven-repo-helper, default-jdk-headless | default-jdk Filename: pool/development/e/eclipse-debian-helper/eclipse-debian-helper_1.8apertis0bv2022dev2b1_all.deb Size: 6808 MD5sum: e016530772e9a87dcbbb938497e87040 SHA1: bdf80632b0cc2a6a2ae58929a94c01735853b192 SHA256: 61186012c3444d3af44437578b551c580029611efd279705ba708c03bd34ef3d SHA512: af738d1900199811e12ad3699c4f8751655ae47ca93613daa6d17b4fad61a3dff4d3d6cb8a77256e54a46755474ee1dbf3e1d320a612b0fcda8461aa8abdefdd Description: Helper tools for building Eclipse related packages eclipse-debian-helper is a set of tools used to build Eclipse related package. It provides a debhelper buildsystem to compile and package projects consisting in a collection of Eclipse bundles. Homepage: https://salsa.debian.org/java-team/eclipse-debian-helper Package: ed Priority: optional Section: editors Installed-Size: 114 Maintainer: Martin Zobel-Helas Architecture: amd64 Version: 1.17-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/e/ed/ed_1.17-1apertis0bv2022dev2b1_amd64.deb Size: 60892 MD5sum: c9d717c28ca349613621a9a3f8a92326 SHA1: 0cfce5a2149e86173758f560f43ae63b8c84def8 SHA256: 6dacf23c8fbf7f069c4c75317233b46a49edad29aa2e4649d804a16883f41c4e SHA512: b2c9739300e30df8dacc858c70a143ad9f6b6b9f065f2821b08e73911258e570bc30ec0b0cb91aa6ec4db21e84db070a99c837078903a86d32ce4770871d772e 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: 81 Maintainer: Martin Zobel-Helas Architecture: amd64 Source: ed Version: 1.17-1apertis0bv2022dev2b1 Depends: ed (= 1.17-1apertis0bv2022dev2b1) Filename: pool/development/e/ed/ed-dbgsym_1.17-1apertis0bv2022dev2b1_amd64.deb Size: 62620 MD5sum: e986bce116cbb7d0120b53237f9dd223 SHA1: d63f2a5dd63b560ac935222e2d8dfb2f70eb07e1 SHA256: 69cd1f393ec4ce40a3956a0b4b893ffeb1e6a7816fcd070f4408cce22828b3d5 SHA512: 9c414093ddb2fd80fe89bd4ead78f9a1e10025f26ec5fd5272f20cf4b1d4c0ff13c3c51e393fadb3700837ee2f0a10dc3e73c238b817e3e65d77bc970e111521 Description: debug symbols for ed Auto-Built-Package: debug-symbols Build-Ids: e3d2f51ed4deb3ab79a26680fd09e7aa0e4197ad Package: efl-doc Priority: optional Section: doc Installed-Size: 71139 Maintainer: Debian Pkg-e Team Architecture: all Source: efl Version: 1.25.1-1apertis1bv2022dev2b1 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) Depends: ttf-bitstream-vera 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.25.1-1apertis1bv2022dev2b1_all.deb Size: 12839996 MD5sum: 256c33132364ee54d772aa4fc6df04be SHA1: b28c9d7df8e15e62bcc134afc730ebd8b2cca677 SHA256: 4c4b8120491cd6222dfae46ce14b29f5d04ef4d0300c9ff43abf0d5a34ef1b1b SHA512: 47b1ea45cf6fb1cb632be2e11a9da0c572df02a16e6f26ed40604f62e50a40d48d964d6524102b61f59d5f7671c5c6ca9fda935a35d4d4e502f2c6e852dc457c 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: 44 Maintainer: Timo Aaltonen Architecture: all Source: eglexternalplatform Version: 1.1-1apertis0bv2022dev2b1 Filename: pool/development/e/eglexternalplatform/eglexternalplatform-dev_1.1-1apertis0bv2022dev2b1_all.deb Size: 14100 MD5sum: 99ac0db1450d4c00243b1bbb25bcdbd1 SHA1: c6df8fb7ca7a1213d03941cbc6ae939a35f3b1ac SHA256: ff9f3940376209b1c7ce613c3a73813174272e9b7ffca81719e28f3ccac27159 SHA512: a54945e235c817f0ecf2fe4bac1c98bfaffac982c7c214320a730828862823b038c33aa4fb91293c504ae2d77892bc3983551c25760ea6aa0f57f7c866a1f2dd 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: elinks Priority: optional Section: web Installed-Size: 1766 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Version: 0.13.2-1apertis0bv2022dev2b1 Provides: www-browser Depends: libbz2-1.0, libc6 (>= 2.15), libev4 (>= 1:4.15), libexpat1 (>= 2.0.1), libfsplib0 (>= 0.9), libgcrypt20 (>= 1.7.0), libgnutls30 (>= 3.7.0), libgpm2 (>= 1.20.7), libgssapi-krb5-2 (>= 1.17), libidn11 (>= 1.13), liblua5.1-0, liblzma5 (>= 5.1.1alpha+20120614), libperl5.32 (>= 5.32.0~rc1), libtinfo6 (>= 6), libtre5, elinks-data (= 0.13.2-1apertis0bv2022dev2b1) Suggests: elinks-doc Filename: pool/development/e/elinks/elinks_0.13.2-1apertis0bv2022dev2b1_amd64.deb Size: 609968 MD5sum: ddcaf2e6a491e0dc0bc1cda1ee132b0a SHA1: 6320b5b7f789ffb21565be0e9c1357af1360fe6f SHA256: 6ce435071994b6637835123fab9756f07a5df080a7f34a3171b6ff2774d70507 SHA512: 94880c0995d186ece508212d6ad1da1f624641d01c07e89808759c5bfb4750416e0974b2ae5c685ebbc6e08545583e8f6926c512e932d4ad110fb235fe4a9ab5 Description: advanced text-mode WWW browser ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package is based on felinks fork, since original elinks seems to be no longer maintained. Homepage: http://elinks.cz/ Package: elinks-data Priority: optional Section: web Installed-Size: 1702 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: all Source: elinks Version: 0.13.2-1apertis0bv2022dev2b1 Replaces: elinks (<< 0.11.3-1), elinks-lite (<< 0.12~pre6-3) Breaks: elinks (<< 0.11.3-1), elinks-lite (<< 0.12~pre6-3) Filename: pool/development/e/elinks/elinks-data_0.13.2-1apertis0bv2022dev2b1_all.deb Size: 386244 MD5sum: ffc217b4c29f481a2b9a6a74f47025d8 SHA1: fcd0517aaec7df4e4d6b819c14fcf01fad846889 SHA256: 2cc5c6e22aa489da8fdc1cfb86618361524c7783e29e0e2573c2f9d129259cf3 SHA512: 43299076d5b224e08d1f3526597ee84cee9af81c69510868d0375f252968e80baf0af1bd11550018c83bdcf38ea922fcebf63982029c4acda1dce6470b079de9 Description: advanced text-mode WWW browser - data files ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package contains the data files that are necessary to use ELinks. Homepage: http://elinks.cz/ Multi-Arch: foreign Package: elinks-dbgsym Priority: optional Section: debug Installed-Size: 1931 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: amd64 Source: elinks Version: 0.13.2-1apertis0bv2022dev2b1 Depends: elinks (= 0.13.2-1apertis0bv2022dev2b1) Filename: pool/development/e/elinks/elinks-dbgsym_0.13.2-1apertis0bv2022dev2b1_amd64.deb Size: 1846820 MD5sum: b92342588ba30a55bc46c65e2c1e108a SHA1: d89fb620862dd19f7475b2032a8a069fb76068f4 SHA256: 10abaf529af43cc650071c4a6142233cbc6abe5725b694c5401ee846231acc7b SHA512: ee6a601a6adb37e993185bcccf3dac48fc48adeefbe3f5e3508e9e7197a9afbe5b1969222b9c9a54d096d7ffabad4473035f990a9686f2db2a6ec19093716794 Description: debug symbols for elinks Auto-Built-Package: debug-symbols Build-Ids: 80ee13318be667953a6e3f86f3c05d491435aef8 Package: elinks-doc Priority: optional Section: doc Installed-Size: 379 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: all Source: elinks Version: 0.13.2-1apertis0bv2022dev2b1 Replaces: elinks (<< 0.11.3-1), elinks-lite (<< 0.11.3-1) Suggests: elinks Breaks: elinks (<< 0.11.3-1), elinks-lite (<< 0.11.3-1) Filename: pool/development/e/elinks/elinks-doc_0.13.2-1apertis0bv2022dev2b1_all.deb Size: 162288 MD5sum: dfba821580516a6f58160d18b53cb3db SHA1: b5e7ea9c79e4ec9af815f689fd632247f24ed52d SHA256: 9d4d6395c91381b61b4c88bd9fcda8e5ea36d91df56912a093dc6f70ab63d4ea SHA512: 807719227e4ee3668c63d07d6bec3fc64dedb2da3d6db5d47f6965c3af6a50b50d15199bb8b66466f83f9d22ed16ad248e5d73a04cae87b01f58d638c6212de2 Description: advanced text-mode WWW browser - documentation ELinks is a feature-rich program for browsing the web in text mode. It is like enhanced Lynx and Links. The most noteworthy features of ELinks are: . * Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.) * Internationalized domain names * Persistent cookies, HTTP authentication and proxy authentication * Tabbed browsing, good looking menus and dialogs, and key-binding manager * History browsing and typeahead searches * Forms history and completion, and history in commonly used input dialogs * CSS support and support for browser scripting (Perl, Lua, Guile etc.) * Tables and frames rendering, and configurable color support * Compressed and background (non-blocking) downloads, and download resuming . This package contains the documentation and manuals for ELinks. Homepage: http://elinks.cz/ Multi-Arch: foreign Package: elks-libc Priority: optional Section: devel Installed-Size: 654 Maintainer: Juan Cespedes Architecture: all Source: linux86 Version: 0.16.17-3.3co1bv2022dev2b1 Replaces: bcc (<< 0.14.9), linux86 Recommends: bcc (>= 0.16.17-3.3co1bv2022dev2b1) Conflicts: linux86 Filename: pool/development/l/linux86/elks-libc_0.16.17-3.3co1bv2022dev2b1_all.deb Size: 136320 MD5sum: 510a5cba3d715733612f85fc61560ca6 SHA1: 77939ba3b71ec1ddd87fa529a086da9cae2f8701 SHA256: d7287950de9f4b2bbabd1013358e4321cb16a49f549cb823203d45e920f441e2 SHA512: c19c88140d1f6eb0a8b577906d69b566652784e117f0a4c3fdd22acc76f7efe8f619d059ec18779d90a1a04a24b08cd12e3fd331383b019459a1dc7821c5dafe 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: 87 Maintainer: Rob Browning Architecture: all Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-gtk (>= 1:27.1) | emacs-lucid (>= 1:27.1) | emacs-nox (>= 1:27.1) Filename: pool/development/e/emacs/emacs_27.1+1-3.1+apertis0bv2022dev3b4_all.deb Size: 56440 MD5sum: 45a87151a970bfbad17d604f275235d0 SHA1: a3d86c1af80c7fd014c24f02e0ec4b3a6fdc0e07 SHA256: f4b4b24b03edc0ae8ced4ba5fd9f9d8a05e0f914dcfbc205645fc580a69f5584 SHA512: dc40ec3a16c218b903384d511a340f65740067f4ecfdf51a54b4f8ee73b141e44baeb5d07ba4c80c0308ee45a424629c0dfc131e9c1629119978001d2df6c8c5 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: 508 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), libc6 (>= 2.14) Recommends: mailutils Filename: pool/development/e/emacs/emacs-bin-common_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 166128 MD5sum: c3b09946e7d32ae32a689a024a309a65 SHA1: f6d26df53898d1c37b421ee5604ce31cc6bb7f6e SHA256: 310a9d2764adb3de48a89a899508142a19d2439afbce3cb31dacaf73914c46ce SHA512: 8b13459045df305982822465c7d2c0f9b3a93e2b90c1964c98f22b3b06c6dc7f8269586e21147252887cc7b3afce59b6eff0df19a2e9943a14947318691ce2e1 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: 520 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-bin-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4) Filename: pool/development/e/emacs/emacs-bin-common-dbgsym_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 461804 MD5sum: da022f47c578424504da99a4d7048855 SHA1: 5ca5679749ed0ab09c0108c4348416a9e830157e SHA256: 91d0b71b14a4b6fdb91f8bc62194bec5ff4bad771c8bf56042952ec19dafdd68 SHA512: 83962a5a76a62c1fa4d84c5087077fd7af1d6f1ed206c04fbe3d5421b27bd3303d9cdf911615dd71a427a5b59a1c2bc2f399abf13c5161f630e011608893aad5 Description: debug symbols for emacs-bin-common Auto-Built-Package: debug-symbols Build-Ids: 267affb74da24af0309b3ba4818881cf7e7fcdfe 454b36fddc70bbf7a09ecaf38c58e4c2f156447b a6d7e58c0ab019f95c8d869aa8bdfc040f7f7b3a c80e0a13307694c90e3ae74de01e089458c8cbc0 f749b26127cbf65ee91fc2e096061761a144606b Package: emacs-common Priority: optional Section: editors Installed-Size: 68921 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacsen-common (>= 3.0.0), install-info Recommends: emacs-el Suggests: emacs-common-non-dfsg, ncurses-term Conflicts: cedet, eieio, emacs-el (<< 1:27.1+1-3.1+apertis0bv2022dev3b4), 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_27.1+1-3.1+apertis0bv2022dev3b4_all.deb Size: 13699404 MD5sum: b4436914bbe96a6d65c6f30a857ed392 SHA1: 7a1d6d22440fe20e605e260efdf9e3e1e2ed4b69 SHA256: 1d309734ef506816079e8a8e4a90d4c276e14aa10e7c77b7639f92a37b611dcc SHA512: f2ed766830764b2ec889a1b471d1af52ddb2bef58d44b09f9f2ea1eeae39f1742bbfa778e946d1bf6b2e356f2b9f36c56ed56e3a4e80afb8f02c9f97994aa400 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: 16571 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4) Filename: pool/development/e/emacs/emacs-el_27.1+1-3.1+apertis0bv2022dev3b4_all.deb Size: 16327796 MD5sum: 32f3b4324327203822c12967fd8e3db1 SHA1: babd265ed553fe27ef6bc90c828a5ae78174901d SHA256: 4c8a35de86f8e8ed793b29e51383d2aca4c0f642691a29bc90b3c71d65e556c9 SHA512: de9b036da6e01f44f8d7160ab5ec6dccce86bf9d5511d3c3e620b44bbdedbb3663c865508fae3d1068c40b92cb5f0b70ff12a4494b42d5654503e40512d206f1 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: 19518 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Replaces: emacs-lucid, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), emacs-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.29), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.37.3), libgmp10 (>= 2:6.0.0), libgnutls30 (>= 3.7.0), libgpm2 (>= 1.20.7), libgtk-3-0 (>= 3.21.4), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.7), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf0 (>= 0.9.11), libpango-1.0-0 (>= 1.18.0), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.32.0), libselinux1 (>= 3.1~), libsm6, libsystemd0, libtiff5 (>= 4.0.3), libtinfo6 (>= 6), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxml2 (>= 2.7.4), libxrender1, zlib1g (>= 1:1.1.4) Suggests: emacs-common-non-dfsg Conflicts: emacs-lucid, emacs-nox Filename: pool/development/e/emacs/emacs-gtk_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 3311396 MD5sum: 7bb5e83ae079adef0d5705e5adf31625 SHA1: 1a371cc065407c314c3a97775b86d3830c481f9b SHA256: bb0afb0bf5b79729aa96618ab6c78c4bb9a2664be677b6bc6b833765d2831146 SHA512: 7bed06ad87b4e330af8e585054c5fb5fa472f38a0a80fa5202f3f47d221f306c8beec550ac6b066a15b24c655fb42eebc771788a3c8d9ff9f23c0ea8b7d76027 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: 7261 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-gtk (= 1:27.1+1-3.1+apertis0bv2022dev3b4) Filename: pool/development/e/emacs/emacs-gtk-dbgsym_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 7012960 MD5sum: 712f0b53ee48a4c94fa667a7faa3b66a SHA1: ac5ed3bb1b6080c58ea162c74bb208c40572d4c3 SHA256: 774fcf93fbd8528be4cd4ec0a3120788c434a78e15ef44c554372d888fe957c8 SHA512: b94f6c20e26b85c503c07df4376df30aec363140dc322efd89661cd24556dc0217db4e030d6e21b42db88d6cc283ea8956f99aa14b36613a200dacecc34ce33c Description: debug symbols for emacs-gtk Auto-Built-Package: debug-symbols Build-Ids: 6d63bacded2ffe258fe4e188e6b342136a239bc3 Package: emacs-lucid Priority: optional Section: editors Installed-Size: 19529 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Replaces: emacs-gtk, emacs-nox Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), emacs-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.2.1), libgdk-pixbuf-2.0-0 (>= 2.22.0), libgif7 (>= 5.1), libglib2.0-0 (>= 2.16.0), libgmp10 (>= 2:6.0.0), libgnutls30 (>= 3.7.0), libgpm2 (>= 1.20.7), libharfbuzz0b (>= 0.9.42), libice6 (>= 1:1.0.0), libjansson4 (>= 2.7), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libm17n-0 (>= 1.6.1), libotf0 (>= 0.9.11), libpng16-16 (>= 1.6.2-1), librsvg2-2 (>= 2.32.0), libselinux1 (>= 3.1~), libsm6, libsystemd0, libtiff5 (>= 4.0.3), libtinfo6 (>= 6), libx11-6, libxext6, libxfixes3 (>= 1:4.0.1), libxft2 (>> 2.1.1), libxinerama1, libxml2 (>= 2.7.4), libxmu6, libxpm4, libxrandr2 (>= 2:1.2.99.3), libxrender1, libxt6, xaw3dg (>= 1.5+E-1), zlib1g (>= 1:1.1.4) Suggests: emacs-common-non-dfsg Conflicts: emacs-gtk, emacs-nox Filename: pool/development/e/emacs/emacs-lucid_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 3321976 MD5sum: 9d1188ceb31fd25800e563c955cd4823 SHA1: ee26bf64397c3eefde19b0d2703836004b6b500f SHA256: 8ef1301d3b3fda7d2482861cad53a6251981b786f11cad97dfd888946397bff7 SHA512: 4173d61767a30343984a4022d6c4bb3073beb61d26833cbe7e675f9525b90b5507283fe5ceed1e554a2b2c5b2d6652ca8e1439a7911701906abe98a0c60b230a 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: 7322 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-lucid (= 1:27.1+1-3.1+apertis0bv2022dev3b4) Filename: pool/development/e/emacs/emacs-lucid-dbgsym_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 7081816 MD5sum: 384b6c02c572c4f4177fba11fb3c24bd SHA1: 3694ce660c2348896fec66f69780d5fa1aad2925 SHA256: 7a50b06874476849e9e8553a80a08af7aa13e230aad4ed4e22325fbe585344af SHA512: 04231129dfc9160928f22275d070bdc420cc3b71ad70b93e9622ab6f39d9743402276f2cba59ecbf10668343bdbd92f2af2efa61b64ac67a6770024277df8a3b Description: debug symbols for emacs-lucid Auto-Built-Package: debug-symbols Build-Ids: 810227eecd1f125e5ae437e3390af12fd3ade622 Package: emacs-nox Priority: optional Section: editors Installed-Size: 18374 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Replaces: emacs-gtk, emacs-lucid Provides: editor, emacs, emacsen, info-browser, mail-reader, news-reader Depends: emacs-bin-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), emacs-common (= 1:27.1+1-3.1+apertis0bv2022dev3b4), libacl1 (>= 2.2.23), libasound2 (>= 1.0.16), libc6 (>= 2.29), libdbus-1-3 (>= 1.9.14), libgmp10 (>= 2:6.0.0), libgnutls30 (>= 3.7.0), libgpm2 (>= 1.20.7), libjansson4 (>= 2.7), 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_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 2974728 MD5sum: e48f5551d0cd86416ae180f4168147b4 SHA1: 9f2cd15f4c8815bdc906f3b5a576c54a5f54f6ca SHA256: 6d2b0acd0460ce4d171a6637dc5df35a0c81eae35e5ea87aaf7340c2a3f0b002 SHA512: 473a56783d1f065917c6053c4f8ada7f94802b2b4b0ef73e7847a5cb11b4303448aea6b9e29ba1a40cf4e72c6cd7b4bca1415c6a539b771845263f5b6619236f 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: 5529 Maintainer: Rob Browning Architecture: amd64 Source: emacs Version: 1:27.1+1-3.1+apertis0bv2022dev3b4 Depends: emacs-nox (= 1:27.1+1-3.1+apertis0bv2022dev3b4) Filename: pool/development/e/emacs/emacs-nox-dbgsym_27.1+1-3.1+apertis0bv2022dev3b4_amd64.deb Size: 5317716 MD5sum: 5086da8b29593504dc2dda572061f507 SHA1: acdc1ba6fec12824daba594290aa4750b1b44a79 SHA256: e8566f46bf085e838714cd91d0b5e8fcb69638a4fc1fc9be537a6dd9a32004c0 SHA512: 15f39d00b96cce3c2ec6eea585bb74d6e8672cad55b45cec58c45c804880d263e39b0eb45814d96f516ba2a2523cfc8b8dde566baac6b79ef251792bb4c84647 Description: debug symbols for emacs-nox Auto-Built-Package: debug-symbols Build-Ids: 7bb21a0de13e68cfdeee65f5f70425ff8b9ec54e Package: emacsen-common Priority: optional Section: editors Installed-Size: 62 Maintainer: Rob Browning Architecture: all Version: 3.0.4co1bv2022dev2b1 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.4co1bv2022dev2b1_all.deb Size: 19396 MD5sum: bfa53f1a44db26b4b1f6af946cd49bff SHA1: 39412ec51f8db6b81ee55d26ca40a1330b379e8b SHA256: 2bafe1e040cb9d41c4a7403251fa444cde33cb169ff3c273d90e27d711f3c675 SHA512: b558cef6577027233ceda12978efe13b0359cbf296c4fa3e6c952701806937bd442de1f52a4c9422d30745bfcd79571b5934c86cc62bbf27b6294473129c0314 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: enca Priority: optional Section: text Installed-Size: 151 Maintainer: Michal Čihař Architecture: amd64 Version: 1.19-1co1bv2022dev2b1 Depends: libc6 (>= 2.4), libenca0 (>= 1.9), librecode0 (>= 3.6) Suggests: cstocs Filename: pool/development/e/enca/enca_1.19-1co1bv2022dev2b1_amd64.deb Size: 57152 MD5sum: 419e0fcded2dd71f22676a6941c90ab9 SHA1: 956ff2383a46b858af00d6d4ae4b30f2f31d2a28 SHA256: a59ed10eea605d27c87be3e4e796575a0dc13b6e58df2d09d34b4ca0f17e4ef5 SHA512: 33d585d637f45e1f8849e06c2ce1d8cef217be7a995072051055e7b978b94972824969fea7a789ea0d5fdf2a6cb57408c317bae0db74df522269f13cfee0bab1 Description: Extremely Naive Charset Analyser - binaries Enca is an Extremely Naive Charset Analyser. It detects the character set and the encoding of text files and can also convert them to other encodings using either a built-in converter or external libraries and tools like libiconv, librecode, or cstocs. . Currently it supports Belarusian, Bulgarian, Croatian, Czech, Estonian, Hungarian, Latvian, Lithuanian, Polish, Russian, Slovak, Slovene, Ukrainian, Chinese, and some multibyte encodings independently on language. Homepage: http://cihar.com/software/enca/ Package: enchant-2 Priority: optional Section: text Installed-Size: 71 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 2.2.15-1apertis2bv2022dev2b1 Depends: libc6 (>= 2.4), libenchant-2-2 (>= 2.2.3), libglib2.0-0 (>= 2.12.0) Filename: pool/development/e/enchant-2/enchant-2_2.2.15-1apertis2bv2022dev2b1_amd64.deb Size: 20192 MD5sum: afb680313674363db17769dc5a527497 SHA1: bca7ae245df6723e01b0666ad2e983cb24b09253 SHA256: 18fd08006c72c26f0a12f86a8748270f048537f44488d48348bb6ed9a27689f1 SHA512: 75e5ac28bbfe1ab70d88e540ad1e6b7556e4c551076a569259a31f632cf1eb5753e614caaf2a66553e47fa59e2ffc90dc9ab668c3333f1e44ba34182b0b3e081 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: 44 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: enchant-2 Version: 2.2.15-1apertis2bv2022dev2b1 Depends: enchant-2 (= 2.2.15-1apertis2bv2022dev2b1) Filename: pool/development/e/enchant-2/enchant-2-dbgsym_2.2.15-1apertis2bv2022dev2b1_amd64.deb Size: 17544 MD5sum: fb47a796f05f2590a44eb69755dfbc1c SHA1: 0300c66d67f7754554125b2bb220f964013aa1ce SHA256: 217678eb83a10fb1cd69b0b6ed95e16251719ccceb02cea4231ac4fe92433cf0 SHA512: 6db12dccf7716c63a1063849e30ba6305ea845bfeb56f253ee5d82638285e5076cb02a7ddcced1a8b7ab26f26bf48b6436b62419f23bdde344b1e951a27e4a66 Description: debug symbols for enchant-2 Auto-Built-Package: debug-symbols Build-Ids: 0a71791f5689f796618d86de3d407290a0b306cc 858a1d30a3e3089003f80538697107e83e398270 Package: eperl Priority: optional Section: devel Installed-Size: 297 Maintainer: Axel Beckert Architecture: amd64 Version: 2.2.14-23co1bv2022dev2b1 Depends: perl, perlapi-5.32.1, libc6 (>= 2.14), libperl5.32 (>= 5.32.0~rc1) Suggests: libapache2-mod-perl2 Filename: pool/development/e/eperl/eperl_2.2.14-23co1bv2022dev2b1_amd64.deb Size: 116744 MD5sum: edc41e35cb6eb48e1954e64bad4d82a8 SHA1: b7e4ffb148960361da6e0ed5ccf94a3390b22555 SHA256: ed655230b05485ad60e01ebad85b20ee059c262849a1831b875fb9da8cc9d49d SHA512: 9a8af324b260f63848c6f2ccbf24604ad2ccb851cbdcd133def701221e17520cfb1c0f7bbc3ae5e901215af14ca48659093beb86682048628f07ffefdfe3f1e5 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: 57 Maintainer: Axel Beckert Architecture: amd64 Source: eperl Version: 2.2.14-23co1bv2022dev2b1 Depends: eperl (= 2.2.14-23co1bv2022dev2b1) Filename: pool/development/e/eperl/eperl-dbgsym_2.2.14-23co1bv2022dev2b1_amd64.deb Size: 42400 MD5sum: db9f0249789daafd1a182d13113fa5f3 SHA1: fb0020b551b5381e98770abcc5468402b8b55138 SHA256: 359433e651b3f12eba64cd79b2fd695cc950139338e2a402afc88b0dd7307f17 SHA512: 734e4b5ce930ff3cdf20ac6843f575aaaf840ba43cda8ed167aed77393d0de72bc82d2c004fd4bcbd1b99af6b109d7479836db1e29f566428e7c8a2c53897a8c Description: debug symbols for eperl Auto-Built-Package: debug-symbols Build-Ids: 633ebd949e940191a81325cf6b3051af3d6e3415 Package: epsilon-bin Priority: optional Section: science Installed-Size: 96 Maintainer: Debian GIS Project Architecture: amd64 Source: libepsilon Version: 0.9.2+dfsg-5apertis0bv2022dev2b1 Depends: dsh, perl:any, libc6 (>= 2.14), libepsilon1 (>= 0.8.1), libpopt0 (>= 1.14) Filename: pool/development/libe/libepsilon/epsilon-bin_0.9.2+dfsg-5apertis0bv2022dev2b1_amd64.deb Size: 35520 MD5sum: a7df8f3194176add49f1ae131814074d SHA1: 4b108a7372a68f67609d274ef0ddd3ad03d7a5b2 SHA256: 1934bf76947aaf20ef45ce7495986afb47f0892a422d22bb8e491b21b5812c59 SHA512: 3c63ce7579769561837581e8470e92d2fc6dea74a9e4ded656b735e6253739dc4d30bc1e7b714ded448e44292e36b57917b23a930ef6a6f9d0843de5d51ea808 Description: Library for wavelet image compression - tools Epsilon is C library for Wavelet based lossy image compression. Wavelet-driven compressors are know to be much more effective than traditional DCT-based ones (like JPEG). . At the moment, the program supports about 30 different wavelet filters, runs in parallel in multi-threaded and MPI environments, can process huge images and much more. . This package contains some useful tools to compress/uncompress images. Homepage: https://sourceforge.net/projects/epsilon-project Package: epsilon-bin-dbgsym Priority: optional Section: debug Installed-Size: 87 Maintainer: Debian GIS Project Architecture: amd64 Source: libepsilon Version: 0.9.2+dfsg-5apertis0bv2022dev2b1 Depends: epsilon-bin (= 0.9.2+dfsg-5apertis0bv2022dev2b1) Filename: pool/development/libe/libepsilon/epsilon-bin-dbgsym_0.9.2+dfsg-5apertis0bv2022dev2b1_amd64.deb Size: 70564 MD5sum: 3dcb67dbd642b9a68e1fdae61ec9c691 SHA1: 0867c911129fea6490c57dc6f78d17d417ea9803 SHA256: 61efd7c15137fb2b4722e2830f04edf96b370a852f43603e938aa8cd55d59835 SHA512: 45e98f27c30412a77699c8e8c87ab185dec4f6e85b8d1b3d4ce199c79065824f38f94d928ceb73f79544d324d5109e5a897a16b10630e02fa62b93fc2f237eb9 Description: debug symbols for epsilon-bin Auto-Built-Package: debug-symbols Build-Ids: 2b0a0c045ecafc52f3b5444c0c69fcf1cd048d0b Package: equivs Priority: optional Section: admin Installed-Size: 58 Maintainer: Debian Perl Group Architecture: all Version: 2.3.1apertis0bv2022dev2b1 Depends: debhelper, dpkg-dev, make, perl Filename: pool/development/e/equivs/equivs_2.3.1apertis0bv2022dev2b1_all.deb Size: 22792 MD5sum: 6f20209f77456acef279325077751f03 SHA1: 3bb9ab38c8bf5b24466c916ad46942fdb42f6405 SHA256: 6b88c7ee7e148945d6b5bd579f98f56466e22fedf4f12dfa8870a20bf8f6e61f SHA512: 0f1fdd4f32bbba4503dbe3501fd9c3c12a5aa9369ad8f94985575abcde6bc269476d289d3e492868f80407f2d9530a6514d2e7828db418c3a2517f095171ee8c 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: eslint Priority: optional Section: javascript Installed-Size: 2563 Maintainer: Debian Javascript Maintainers Architecture: all Version: 5.16.0~dfsg+~4.16.8-5apertis1bv2022dev2b1 Provides: node-eslint (= 5.16.0~dfsg+~4.16.8-5apertis1bv2022dev2b1), node-eslint-config-eslint (= 5.0.1~5.16.0~dfsg+~4.16.8-5apertis1bv2022dev2b1), node-types-eslint (= 4.16.8~5.16.0~dfsg+~4.16.8-5apertis1bv2022dev2b1) Depends: node-ajv, node-concat-stream, node-debug, node-doctrine, node-eslint-visitor-keys, node-eslint-scope, node-espree, node-esquery, node-estraverse, node-eslint-utils, node-esutils, node-file-entry-cache, node-functional-red-black-tree, node-glob, node-globals, nodejs, node-import-fresh, node-imurmurhash, node-ignore, node-json-stable-stringify, node-levn, node-lodash, node-mkdirp, node-optionator, node-path-is-inside, node-progress, node-regenerate-unicode-properties, node-regexpp, node-semver, node-strip-json-comments, node-types-estree, node-types-json-schema Recommends: node-chalk, node-inquirer, node-js-yaml, node-strip-ansi, node-text-table Suggests: node-babel-code-frame (>= 7), node-babel-eslint, node-table, node-esprima, node-esprima-fb Filename: pool/development/e/eslint/eslint_5.16.0~dfsg+~4.16.8-5apertis1bv2022dev2b1_all.deb Size: 441360 MD5sum: 0fce5d8f76171ce27b387ac06268598b SHA1: 611edb15c7a8b771ffb049ab6a0e84d8d8226db4 SHA256: 738dfc68715019a970576c43d19212fe3de23e3944aac4adecb06c7307588254 SHA512: d8c21ccf4a8bd6e9e113ddebb99a2f212ca09d1a90f7af7f2f51901be0976e14104ae0d113926a7f7875510fcb14c9bd6ef623804efc5a948a646dff5e46d24c 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. * Output format "code-frame" requires node-babel-code-frame. * Output format "table" requires node-table and node-pluralize. Homepage: https://eslint.org/ Package: etcd Priority: optional Section: oldlibs Installed-Size: 17 Maintainer: Debian Go Packaging Team Architecture: all Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Depends: etcd-client, etcd-server Filename: pool/development/e/etcd/etcd_3.3.25+dfsg-6apertis0bv2022dev2b1_all.deb Size: 9452 MD5sum: 753a374be4ccfdc6d23f9769d32fc494 SHA1: 7755ac22011e04b960e3c13f6665db83cd378853 SHA256: e9a8e19d19a1c7293256d7909ac1d9762e341cc30c0bc1081d7674a366a9fcbb SHA512: 9c582c7f00d8ab9e95a95ff3cd29c0467605e0d52b7006e23a771e1560d5eda1f16656f456b3e195b849f933703c309a1cc36eeddce8456dd71621260bfc4abd Description: Transitional package for etcd-client and etcd-server This is a transitional package to ease upgrades for splitting the etcd package into a separate client and server piece. It can be safely removed. Homepage: https://etcd.io Package: etcd-client Priority: optional Section: net Installed-Size: 15986 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/e/etcd/etcd-client_3.3.25+dfsg-6apertis0bv2022dev2b1_amd64.deb Size: 4175116 MD5sum: 6425e767a024bf6106c8a330aabed865 SHA1: fc83c14179352d86cf0e6bf7f9b147892cb7a138 SHA256: fb68a7e780c84c4d603b9cc1b8453daa8cdd0ddd610b242c4362822db2bbdee2 SHA512: 147ffc4fcbc1b6f030607d8e976f4d5b65f526820b9062684f51cb68b8a0ccbd97eedb075c8aff55d5d41a31d44d7f602ca5e0099c12df2ce023af444bbd87ca 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.0+ds-5), golang-1.15 (= 1.15.8-4), golang-blackfriday-v2 (= 2.0.1-3), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bgentry-speakeasy (= 0.1.0-2), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-coreos-bbolt (= 1.3.5-1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-creack-pty (= 1.1.11-1), golang-github-dgrijalva-jwt-go (= 3.2.0-3), golang-github-dustin-go-humanize (= 1.0.0-2), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-1apertis0bv2022dev2b1), golang-github-google-btree (= 1.0.0-1apertis0bv2022dev2b1), golang-github-google-uuid (= 1.2.0-1), golang-github-gorilla-websocket (= 1.4.2-1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.2.2-2), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2022dev2b1), golang-github-grpc-ecosystem-grpc-gateway (= 1.6.4-2), golang-github-jonboulle-clockwork (= 0.1.0-4.1apertis0bv2022dev2b1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-mattn-go-runewidth (= 0.0.9-1apertis0bv2022dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-github-olekukonko-tablewriter (= 0.0.4-1apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2), golang-github-prometheus-client-model (= 0.2.0-2), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1), golang-github-soheilhy-cmux (= 0.1.4-2), golang-github-spf13-cobra (= 1.1.2-1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-github-tmc-grpc-websocket-proxy (= 0.0~git20200427.3cfed13-2), golang-github-urfave-cli (= 1.22.4-2apertis0bv2022dev2b1), golang-github-xiang90-probing (= 0.0.2-1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-go.uber-atomic (= 1.4.0-1), golang-go.uber-multierr (= 1.1.0-1.1apertis0bv2022dev2b1), golang-go.uber-zap (= 1.15.0-2), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-text (= 0.3.5-1), golang-golang-x-time (= 0.0+git20200630.3af7569-1apertis0bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.27.1-1), golang-gopkg-cheggaaa-pb.v1 (= 1.0.25-1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-k8s-sigs-yaml (= 1.2.0-2), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.4.0-1) Homepage: https://etcd.io Package: etcd-server Priority: optional Section: net Installed-Size: 20728 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Depends: adduser, lsb-base, pipexec, libc6 (>= 2.4) Pre-Depends: init-system-helpers (>= 1.54~) Suggests: etcd-client Filename: pool/development/e/etcd/etcd-server_3.3.25+dfsg-6apertis0bv2022dev2b1_amd64.deb Size: 5552732 MD5sum: 6d39eb1a005fd0ae094f3c5395df96ba SHA1: c49c2004419c80cbdf22d71f6d808809833d7014 SHA256: 9321065cd4b1374b5940d0c4b020363d14fd3f9439f8e59dd4062e860190b520 SHA512: bfcac632e0339d7365785a2b27c779ddc5ec610de902c711e12da53f27e5acaa704aba9b8aaec416949d44cc53013eba28247982776bee337073b8479452a27b 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.0+ds-5), golang-1.15 (= 1.15.8-4), golang-blackfriday-v2 (= 2.0.1-3), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bgentry-speakeasy (= 0.1.0-2), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-coreos-bbolt (= 1.3.5-1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-coreos-pkg (= 4-3), golang-github-coreos-semver (= 0.3.0-1), golang-github-creack-pty (= 1.1.11-1), golang-github-dgrijalva-jwt-go (= 3.2.0-3), golang-github-dustin-go-humanize (= 1.0.0-2), golang-github-golang-groupcache (= 0.0~git20200121.8c9f03a-1apertis0bv2022dev2b1), golang-github-google-btree (= 1.0.0-1apertis0bv2022dev2b1), golang-github-google-uuid (= 1.2.0-1), golang-github-gorilla-websocket (= 1.4.2-1), golang-github-grpc-ecosystem-go-grpc-middleware (= 1.2.2-2), golang-github-grpc-ecosystem-go-grpc-prometheus (= 1.2.0+git20191002.6af20e3-3apertis0bv2022dev2b1), golang-github-grpc-ecosystem-grpc-gateway (= 1.6.4-2), golang-github-jonboulle-clockwork (= 0.1.0-4.1apertis0bv2022dev2b1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-mattn-go-runewidth (= 0.0.9-1apertis0bv2022dev2b1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-github-olekukonko-tablewriter (= 0.0.4-1apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2), golang-github-prometheus-client-model (= 0.2.0-2), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1), golang-github-soheilhy-cmux (= 0.1.4-2), golang-github-spf13-cobra (= 1.1.2-1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-github-tmc-grpc-websocket-proxy (= 0.0~git20200427.3cfed13-2), golang-github-urfave-cli (= 1.22.4-2apertis0bv2022dev2b1), golang-github-xiang90-probing (= 0.0.2-1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-go.uber-atomic (= 1.4.0-1), golang-go.uber-multierr (= 1.1.0-1.1apertis0bv2022dev2b1), golang-go.uber-zap (= 1.15.0-2), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-text (= 0.3.5-1), golang-golang-x-time (= 0.0+git20200630.3af7569-1apertis0bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.27.1-1), golang-gopkg-cheggaaa-pb.v1 (= 1.0.25-1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-k8s-sigs-yaml (= 1.2.0-2), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1), golang-yaml.v2 (= 2.4.0-1) Homepage: https://etcd.io Package: etcd-server-dbgsym Priority: optional Section: debug Installed-Size: 7757 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: etcd Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Depends: etcd-server (= 3.3.25+dfsg-6apertis0bv2022dev2b1) Filename: pool/development/e/etcd/etcd-server-dbgsym_3.3.25+dfsg-6apertis0bv2022dev2b1_amd64.deb Size: 5474408 MD5sum: 70395280849f2f68e5dd78047a7a10f4 SHA1: f96d55afc51bbe7b9eadc6feef8ce85b0d7b7392 SHA256: ec433e9148bd1f86bf5359dd047c606b8eaadde5793e662f0d59213790a10f7d SHA512: 138f7d62c7742f838709568f38821cd19d63a81cdda9a5bbdf9ac9b96985d52b71e3e560a3d774e40d469c37c23151bf9df1ae99f2cbc77545ab2a65bd55bbab Description: debug symbols for etcd-server Auto-Built-Package: debug-symbols Build-Ids: 4b0b686b8e09915d559e51a5677db7a5368d554e Package: evemu-tools Priority: optional Section: utils Installed-Size: 108 Maintainer: Stephen Kitt Architecture: amd64 Source: evemu Version: 2.7.0-3apertis1bv2022dev2b1 Depends: libevemu3 (= 2.7.0-3apertis1bv2022dev2b1), libc6 (>= 2.8), libevdev2 (>= 1.2.99.902) Filename: pool/development/e/evemu/evemu-tools_2.7.0-3apertis1bv2022dev2b1_amd64.deb Size: 16328 MD5sum: 7b39fad280873bcb7a717131a08d15e6 SHA1: 051825d200254464b658b34cb53dadca2fda74a6 SHA256: 781b13c4dd967154827745bd973effca65fcd598c57df1a781f95541ab767a23 SHA512: ebe1a87b100baf76405eaa6c16d2311ee5bd5f40077536d4ecc1b589f9088bf8f29a6aa46ac9b1cd97540e52d8d8d5b66eb70d84e27a80bc2c8507a6877431c9 Description: Linux Input Event Device Emulation Library - test tools The evemu library and tools are used to describe devices, record data, create emulation devices and replay data from kernel evdev (input event) devices. . This package provides test tools for the evemu library. Homepage: https://www.freedesktop.org/wiki/Evemu/ Package: evemu-tools-dbgsym Priority: optional Section: debug Installed-Size: 57 Maintainer: Stephen Kitt Architecture: amd64 Source: evemu Version: 2.7.0-3apertis1bv2022dev2b1 Depends: evemu-tools (= 2.7.0-3apertis1bv2022dev2b1) Filename: pool/development/e/evemu/evemu-tools-dbgsym_2.7.0-3apertis1bv2022dev2b1_amd64.deb Size: 23412 MD5sum: 7e32a124527853f6feee4b6bde0a2ee1 SHA1: b18b068c32fe7ef74e040cbbb615922c40a167df SHA256: c2cb3249d1ddac7310f8ed16d31631388f710479c87d06fa064ea27f6b90f549 SHA512: 686ea05db88da7b6e2df0f30d6e244bdd878b2d8a8c510438f33326ca97d1702c4f70eb03da350c8559b0d35a4c80712a41f49ed32fb70b43752b68ea2f89928 Description: debug symbols for evemu-tools Auto-Built-Package: debug-symbols Build-Ids: 13b073bd01f1f9acc335a927be80cde89869cdc5 26370953793787d193cfb50593e1eca63cf2cf1d a2174f1335a8050b056eeb2573e04f14c36be7b1 Package: evtest Priority: optional Section: utils Installed-Size: 70 Maintainer: Stephen Kitt Architecture: amd64 Version: 1:1.34-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.15) Recommends: evemu-tools Filename: pool/development/e/evtest/evtest_1.34-1apertis0bv2022dev2b1_amd64.deb Size: 16028 MD5sum: 65e1f738a6a9429f7e0746e7063266ec SHA1: 2bb0329546b70b80cc796c036a26083adc7c40b6 SHA256: 5cd502df52e07534c7cc6ecb4413a0814109f8f75803b578f2047be826e4a16f SHA512: f77ef236361272a8b9485e87550fe93723d79c6eeee2d94ac9d1336c5be3c714d3db92024266cfeda1edeb7f0677cfeaeb658e6fddb42c8f75f5528f5d5d0786 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.34-1apertis0bv2022dev2b1 Depends: evtest (= 1:1.34-1apertis0bv2022dev2b1) Filename: pool/development/e/evtest/evtest-dbgsym_1.34-1apertis0bv2022dev2b1_amd64.deb Size: 17172 MD5sum: c8d30e526ce3b2af3867f39ffde21bca SHA1: 60a40e7e8bdc57430d7aa1f3cc2d43146f4a4d84 SHA256: 9e50c82959f86d930df3adef0f56a670c55d6a18b8e4c190863bfc67e6c44c99 SHA512: 1114e3b72240dbcd99b9223fc63f5a596c79640317b670ab098ac4663bc2d363ca8aa518afe99777591b24077e972f83dab732845b7a7269d90a68babeba07ef Description: debug symbols for evtest Auto-Built-Package: debug-symbols Build-Ids: 3381f6b075d64fc86c4b01a10b2ff554c8cdb80a Package: execnet-doc Priority: optional Section: doc Installed-Size: 472 Maintainer: Debian Python Team Architecture: all Source: execnet Version: 1.7.1-4apertis0bv2022dev2b1 Depends: libjs-sphinxdoc (>= 2.4.3-5~) Recommends: python3-execnet Filename: pool/development/e/execnet/execnet-doc_1.7.1-4apertis0bv2022dev2b1_all.deb Size: 141728 MD5sum: ff19400a2195616ea3543731dfb5223d SHA1: 54d3b67aa8253371007b59a8fe8e9138c8fc9d8d SHA256: 117438ebcebdb18a864c1eecccdbaa6ce33481f0596393fe55855ba675e8ef0e SHA512: de3d879c075b7be137e21106e14363147751de2c2a6d6edc2627202821b60a9483ccd87c5040ce05081d1208af31432663c485813171141329da789915a01835 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: expect Priority: optional Section: interpreters Installed-Size: 317 Maintainer: Sergei Golovan Architecture: amd64 Version: 5.45.4-2co1bv2022dev2b1 Replaces: expect-dev Provides: expect-dev Depends: tcl8.6, libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), tcl-expect Suggests: tk8.6 Conflicts: expect-dev Filename: pool/development/e/expect/expect_5.45.4-2co1bv2022dev2b1_amd64.deb Size: 165940 MD5sum: ef4ec3d6542f0d80e9d8bd65a23ffd4c SHA1: 425062247543702da606f56eb2dca89de26e1327 SHA256: 59ce92c59d5d7d1d5accb13391acbbefcfb9672324f55f3c94198b96bd7747f4 SHA512: a5eaf966264c65ba060d71481c3ebfd8c8ad062981788ba1b588a281f5fff6c1303b9a560f506863b0c821e406dce4a2ca2afe2efaa977933cbec2854b6a229b 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-2co1bv2022dev2b1 Depends: expect (= 5.45.4-2co1bv2022dev2b1) Filename: pool/development/e/expect/expect-dbgsym_5.45.4-2co1bv2022dev2b1_amd64.deb Size: 5608 MD5sum: c7d0072c15b684f57c91798d929ccb5f SHA1: 71eb08ba2f1db53775d05c9bdb53ed1ee7bd8a86 SHA256: fb20f5df59434013ffc3f3f53b15340c62d6bcbf63dc11de398e8cc9f61d282f SHA512: 9175123e11104e343d2a951069cc77671ac1106319f9a5d059f7ca1cf1fc7a9875b88acda7dde9dff299357660e4747333c2d582bd3325527fb6cef6aeccf290 Description: debug symbols for expect Auto-Built-Package: debug-symbols Build-Ids: 1b17b10f600ea9459048021748f140a4b6aeb050 Package: extlinux Priority: optional Section: admin Installed-Size: 344 Maintainer: Debian CD Group Architecture: amd64 Source: syslinux Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.7) Recommends: syslinux-common Filename: pool/development/s/syslinux/extlinux_6.04~git20190206.bf6db5b4+dfsg1-3apertis0bv2022dev2b1_amd64.deb Size: 192048 MD5sum: 10965971c010fc67505773c147d9f597 SHA1: 546f1f4f64a9bb19760eac2fa0d8533ea4181b75 SHA256: e6c2c6ff60fac719891a0f9669855c6ae69a00fcb64b5a922e5a6068a0a6d754 SHA512: 8e34574aff3210359e648d20cfcf9fdbfa081b3a1fdb6e4f53a20fad08dc05e96af3a8bd3bc9129ac61cde3d62bec7bf7bb4376cd70d5ff7c70254ef8269752e 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: 707 Maintainer: Debian Qt/KDE Maintainers Architecture: amd64 Version: 5.78.0-3apertis0bv2022dev2b1 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.78.0-3apertis0bv2022dev2b1_amd64.deb Size: 174888 MD5sum: 422f01220ee5e3dc0a391131eefe1185 SHA1: 66f6f331b764aa42df6652f7801ad630838d6715 SHA256: 6c2c345f056ae27bbc67211e6db15b3a703f4e93747e8ba813c1779185756d97 SHA512: 4b586c7398344013309c1dcd9f86de68590f98504b8dd512ce126c0abbc60fca1a38ef78b8eb96fd759f8327d4c5fa0ec68d76dd6e420628f604a51d32003785 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: 893 Maintainer: Debian Qt/KDE Maintainers Architecture: all Source: extra-cmake-modules Version: 5.78.0-3apertis0bv2022dev2b1 Replaces: extra-cmake-modules (<< 5.74.0-1) Depends: libjs-sphinxdoc (>= 2.4.3-5~) Breaks: extra-cmake-modules (<< 5.74.0-1) Filename: pool/development/e/extra-cmake-modules/extra-cmake-modules-doc_5.78.0-3apertis0bv2022dev2b1_all.deb Size: 89972 MD5sum: 15161bb642b021bbd291c86a33a2ba4e SHA1: 03d16721b49d2d11edce7c74cdc54ebe6da5699c SHA256: 4593e8fe6b883715e3b867bc6c0de0f09112b47060c67ac9ad2a4118ced3e1f1 SHA512: 06afbf0b2672caacbbdb0c3c95913aeb2c0863e54f4370591d62650ada3323f8786ac647c70534e238f1c71559e5f9a0ea50a5215d9b90a6c235acd7f2f84281 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 (= 3.4.3-1apertis0bv2022dev2b1) 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-14apertis0bv2022dev2b1 Provides: ctags Depends: libc6 (>= 2.11) Suggests: vim | nvi | vile | emacsen Filename: pool/development/e/exuberant-ctags/exuberant-ctags_5.9~svn20110310-14apertis0bv2022dev2b1_amd64.deb Size: 151820 MD5sum: a70adcce98a14942e04d80df63b0a8d2 SHA1: 889d390f2602898af863f213dcd696a53f1549da SHA256: af8e27c0e8dc0b47cd88e9b490490f25178cef3313e1862dd1f879bee6461539 SHA512: 56ad8534db52c7807a1dc834d8b0b54427546f424f5dc31efca5a87d2fa51db12f7d351eebe78e47957b76aab130076dec9b5e1b9871d1fec05175365e5a46b9 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: 378 Maintainer: Colin Watson Architecture: amd64 Source: exuberant-ctags Version: 1:5.9~svn20110310-14apertis0bv2022dev2b1 Depends: exuberant-ctags (= 1:5.9~svn20110310-14apertis0bv2022dev2b1) Filename: pool/development/e/exuberant-ctags/exuberant-ctags-dbgsym_5.9~svn20110310-14apertis0bv2022dev2b1_amd64.deb Size: 349616 MD5sum: 532918330c683a50e70f4f9aec37e1e2 SHA1: b71571c800ad73fe386a7709c815efab8bd969eb SHA256: 7ac797e6d9284a27189948900305e1ae14a6c4c795df5738d09607f00792328e SHA512: b3a67da1ba94dd624c05888c679d93dcef205936cea61aee2a87b308ab3eaf1b179c4d4fe035829b237104558aa0f9f70a87a23e5bb1348da2cdf9eb9ce2d35c Description: debug symbols for exuberant-ctags Auto-Built-Package: debug-symbols Build-Ids: 81e63bd66cbfd3b582e9fd22f6f2d51385e6b40f Package: faad Priority: optional Section: sound Installed-Size: 78 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: faad2 Version: 2.10.0-1apertis0bv2022dev2b1 Replaces: faad2 Depends: libc6 (>= 2.14), libfaad2 (>= 2.8.2) Conflicts: faad2 Filename: pool/development/f/faad2/faad_2.10.0-1apertis0bv2022dev2b1_amd64.deb Size: 30880 MD5sum: 819385707b3062f915b4513dc1605cd1 SHA1: 534d88571f15502d4e3043dbcc138ee528a78a42 SHA256: 09d50c0f59ad16ee3b4e53a3341b6a56ef9727ec67e14e0700b3db42c1cdd73e SHA512: 10e72730f43473f0196ac729e9f406f03f9cfcb9a15a736cae9fb5a94a1d5bb95836d5fc37f10d2f8c34f86451c784e777143d93b583a0af99e38b0e8ba474b5 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: 64 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: faad2 Version: 2.10.0-1apertis0bv2022dev2b1 Depends: faad (= 2.10.0-1apertis0bv2022dev2b1) Filename: pool/development/f/faad2/faad-dbgsym_2.10.0-1apertis0bv2022dev2b1_amd64.deb Size: 48328 MD5sum: 8ecddf2c1bea5fa69d664206262973ca SHA1: ebbcf9df22fb397b7f90db125b9cc6c4477e81c9 SHA256: 658a539ee7c69c17a95e462edd47a7c6d205b1a0da8de89a242008a0eac3dfc5 SHA512: f53a38266fe6e012466c680b1f093e5fc582c74c4b636667010b74da92e928a9cff3675031e2c302892216558c680a8c289861fd5c66bdddc98d42d60730d8f5 Description: debug symbols for faad Auto-Built-Package: debug-symbols Build-Ids: e7d57422789e32006cc551052199459207864d42 Package: fake-hwclock Priority: optional Section: admin Installed-Size: 32 Maintainer: Steve McIntyre <93sam@debian.org> Architecture: all Version: 0.12apertis0bv2022dev2b1 Suggests: cron | cron-daemon, ntp Filename: pool/development/f/fake-hwclock/fake-hwclock_0.12apertis0bv2022dev2b1_all.deb Size: 7376 MD5sum: e6431fb7cf6ae4f8a0a0238d83d55937 SHA1: fe2da3ff192ab7f6c3425f1ffc92dddc2b6fba92 SHA256: 58252c2e25372cd23953424994920e768e702b10c2e7f7a8180eb53a7891fabe SHA512: 7f1d0bc3c38f47401ff92f65dfcba8a4be44b5febc76139148182ebd7ef6c3e95a1e76faf6ec94bffcf330f363006420c9329d8f74d905d87c1e49fa238f5586 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: fakeroot Priority: optional Section: utils Installed-Size: 229 Maintainer: Clint Adams Architecture: amd64 Version: 1.25.3-1.1apertis0bv2023dev0b4 Depends: libfakeroot (>= 1.25.3-1.1apertis0bv2023dev0b4), libc6 (>= 2.15) Filename: pool/development/f/fakeroot/fakeroot_1.25.3-1.1apertis0bv2023dev0b4_amd64.deb Size: 87372 MD5sum: 6050fb121c7acafc30b8c5ddb765d3e1 SHA1: 72d808bfb504e31aee8233319c4fea2ebc5d41f1 SHA256: 9c3b05b368884cb93e0d7cf3c1022689a8f6a5e172cff12bbe36d6ad475ec998 SHA512: 07aa753952c80c9e6b0aaa30e556973c3fd27555b83db63767a898809e483cd171d915142d081ac4e73baa3bc1b5618422f04e435eb43ed112cedea647f0d6b2 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: 89 Maintainer: Clint Adams Architecture: amd64 Source: fakeroot Version: 1.25.3-1.1apertis0bv2023dev0b4 Depends: fakeroot (= 1.25.3-1.1apertis0bv2023dev0b4) Filename: pool/development/f/fakeroot/fakeroot-dbgsym_1.25.3-1.1apertis0bv2023dev0b4_amd64.deb Size: 59756 MD5sum: 7c0f7a4ec31c2171d8b88f6c5c1fa911 SHA1: bb9ff2dc0a763bd87a7c5af249f358762f72a185 SHA256: 2aec06156657d75cc71e46b0f18da77f7246767ec4642b0de8aff4bb5f330521 SHA512: a8d1328f1246e2afa064c2d3cb64130709562c354d5416501093693535df295ea5783d5165a849bf56192c4788bbe3038d247a3bd0f6c05222c3580b0a31775b Description: debug symbols for fakeroot Auto-Built-Package: debug-symbols Build-Ids: 10c9f48c7657e25e4952599ebc8ab5d0aeb39c81 c76dc1d5a8139ce8bdc595b042eeb2cf3f51d522 Package: faketime Priority: optional Section: utils Installed-Size: 38 Maintainer: Daniel Kahn Gillmor Architecture: amd64 Version: 0.9.8-9apertis0bv2022dev2b1 Depends: libfaketime (= 0.9.8-9apertis0bv2022dev2b1), libc6 (>= 2.4) Filename: pool/development/f/faketime/faketime_0.9.8-9apertis0bv2022dev2b1_amd64.deb Size: 16064 MD5sum: 729ec8d57c320dea5d10b3c45c423914 SHA1: 6137f33f17a1fab0072122bcea75f4eeb4328964 SHA256: 81d94f18c18c2b4bd436e790036faa86dfd2c2917ad39fe0e72cd67d56dde80f SHA512: 9c3b3d86a8e600f0fac5c58ee613323d18e11e180787749b931f142ead910b95fbba169bb83e31a5768a2d52bf3ff02a5125ec8bbaf56f503dab981260d6eaed 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.8-9apertis0bv2022dev2b1 Depends: faketime (= 0.9.8-9apertis0bv2022dev2b1) Filename: pool/development/f/faketime/faketime-dbgsym_0.9.8-9apertis0bv2022dev2b1_amd64.deb Size: 9064 MD5sum: e192ee8d5d8b220de83eb93e79fd6e28 SHA1: 464600b35eab26795791868bc41fdcf266d78360 SHA256: 53987fddb283cc569fe33a87843192042b606140e5ac8f4cd1f877b821814cb1 SHA512: 01c5ec8ac9ae5151c854297c7aec43af971aaa24406802f498bc977c2b83ae9f0f6f18361871cdf289960289f8e90d46ea3988e450e3ce7a243ca8cde4b5b56f Description: debug symbols for faketime Auto-Built-Package: debug-symbols Build-Ids: 85c6b5cb92aa3be7e9a89d425933045a62eac397 Package: fastjar Priority: optional Section: misc Installed-Size: 175 Maintainer: Matthias Klose Architecture: amd64 Version: 2:0.98-7apertis0bv2022dev2b1 Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fastjar/fastjar_0.98-7apertis0bv2022dev2b1_amd64.deb Size: 79348 MD5sum: 2524b1ebf12a1dad6078ecb8ea687e90 SHA1: 8ee38561bee6b916583e16480f6fd3cdd1dbc4ec SHA256: 06f1314d8c7a749f1dc5409940c9205c8aae2ac45bb6a8836a4857569ffceca2 SHA512: a5aec16e720f578d7517b7da90380bbeaa136db8b2c446ff06ba4099787c333a4b023e4f6ba2919e47e2dedd5a4edf0ee86a47d2454eff314fa53017328a4fcf 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: 216 Maintainer: Matthias Klose Architecture: amd64 Source: fastjar Version: 2:0.98-7apertis0bv2022dev2b1 Depends: fastjar (= 2:0.98-7apertis0bv2022dev2b1) Filename: pool/development/f/fastjar/fastjar-dbgsym_0.98-7apertis0bv2022dev2b1_amd64.deb Size: 191876 MD5sum: 9875cddac671b96b7dac588afa86d627 SHA1: 6392dbe9237f4b5d91628e22d1a64049dfc7f925 SHA256: f3f8fb5f1c19551068b1078401898d5527b8ff9702824f0d009cba199831adf6 SHA512: 5d38511723fb67e7e2e915bb91299bbbd42d2741d77f529f4b8e9326e46a76afe445d7249e632f0bb7b24ed1f2c16886c7e3afb42ed971f60f3e4f3e7d67d3ee Description: debug symbols for fastjar Auto-Built-Package: debug-symbols Build-Ids: 17d48d8f296219a1b315a9ce01891fc91d80623e e4635ef4275633f9c10430192c5e57b88b8b2853 Package: fdupes Priority: optional Section: utils Installed-Size: 106 Maintainer: Sandro Tosi Architecture: amd64 Version: 1:2.1.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), libncursesw6 (>= 6), libpcre2-32-0 (>= 10.22), libtinfo6 (>= 6) Filename: pool/development/f/fdupes/fdupes_2.1.2-1apertis0bv2022dev2b1_amd64.deb Size: 42264 MD5sum: a33e07c90cbed306bb5729a8d39ec558 SHA1: 4d6710c9c64424cdfa48f3b7446bc74d0de43788 SHA256: f838f817707ce563140e71bd7668da3301361cc73ca1ae3f86896721a226f0af SHA512: c820ab453d6f01a05d69b87dc6b7f52add978578a0a88660ff766bc4f618f06e0b50e4e7d29fafbe6369c73723bdad6b27165667ed77f868194069a37da1dd13 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: 101 Maintainer: Sandro Tosi Architecture: amd64 Source: fdupes Version: 1:2.1.2-1apertis0bv2022dev2b1 Depends: fdupes (= 1:2.1.2-1apertis0bv2022dev2b1) Filename: pool/development/f/fdupes/fdupes-dbgsym_2.1.2-1apertis0bv2022dev2b1_amd64.deb Size: 81480 MD5sum: 2933e1dd76ef5613ff229dbb5f935d9d SHA1: 42064422ce899c0b7d8ee557a477712d2b6c0a7c SHA256: 47bd02818d15b2b1ee0d8a8fc0d00357b0de2111f5e44bd392cdd702d35b19cb SHA512: 7b4c2d505992b5709ae3c6cc0ab8aa877209bb1cfcf5642967f36865e9994019ea52034171b3801b70306cb116e30dbf5e1a997884a36c864c556d16ec566b26 Description: debug symbols for fdupes Auto-Built-Package: debug-symbols Build-Ids: 81f9bbb02ec19ed56cd682e1b6ec7ac74a2098f3 Package: fernet-go Priority: optional Section: devel Installed-Size: 3258 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-fernet-fernet-go Version: 0.0~git20180830.9eac43b-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-fernet-fernet-go/fernet-go_0.0~git20180830.9eac43b-2apertis0bv2022dev2b1_amd64.deb Size: 671956 MD5sum: 583e29cd1a0e7ff401f9150e3abc4808 SHA1: c053e3dcf4868cae29c518023adb3b41cb8baf93 SHA256: eef1a2b53ce4b1c582c11e1a944c5dd447d0fb4761ccb912f86b206052e3fb2d SHA512: ed9eca445a493ea84ee7bc755941b420cc2ac4f53dff87c395fdccf899f5ddadefc1ff329922c9dce455d86212f612f266ddb05d12e9ac51f3a04294dc52a3e2 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.15 (= 1.15.9-1apertis0bv2022dev2b1) Homepage: https://github.com/fernet/fernet-go Package: ffado-dbus-server Priority: optional Section: sound Installed-Size: 285 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Depends: dbus (>= 1.0.0), libffado2 (= 2.4.4-1apertis0bv2022dev2b1), libc6 (>= 2.14), libdbus-c++-1-0v5, libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/libf/libffado/ffado-dbus-server_2.4.4-1apertis0bv2022dev2b1_amd64.deb Size: 67880 MD5sum: 8be94f93a0d571dec77c6ec4f8ec2700 SHA1: 60349636690abb3bdacc48335b58d7882eef9b3c SHA256: 99897aabdaf1a6c6d7aa908fa5c3b7d4a844a4aab80415927d5b0ed0488eddd2 SHA512: 856ca71596cca221e15428948cb961ede0c965cb2b011c30669cbb538d965e1f6f4d06c83e0d612a3b92dc882e6f4154de3c0902aaef883d99afdb54e472fda5 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: 592 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Depends: ffado-dbus-server (= 2.4.4-1apertis0bv2022dev2b1) Filename: pool/development/libf/libffado/ffado-dbus-server-dbgsym_2.4.4-1apertis0bv2022dev2b1_amd64.deb Size: 501380 MD5sum: 6915699056be024f178f81060215442a SHA1: 59606e1ad7cf03ce45e17c0a55bf751d1413c0f1 SHA256: 73cd1de6d64a4b3949f1e9c2836462e4bc4ca8e8492be1fd01c953d6939e4ea7 SHA512: 5d9099fde5ac68a04deddf6b0754dbadac951b366a6bfbc01439866078487413e1fb4fe943c242d29ef5b714d25393a14e8998ac30b05584001e4b8b6db14455 Description: debug symbols for ffado-dbus-server Auto-Built-Package: debug-symbols Build-Ids: 19437185cc5c49459e8210f51b376c5a8a0ee57c Package: ffado-mixer-qt4 Priority: optional Section: sound Installed-Size: 2123 Maintainer: Debian Multimedia Maintainers Architecture: all Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Depends: ffado-dbus-server (>= 2.4.4-1apertis0bv2022dev2b1), ffado-tools (>= 2.4.4-1apertis0bv2022dev2b1), python3-dbus, python3-dbus.mainloop.pyqt5, python3-pyqt5, python3:any Filename: pool/development/libf/libffado/ffado-mixer-qt4_2.4.4-1apertis0bv2022dev2b1_all.deb Size: 106372 MD5sum: 323c74258a9d69d916a34f355e193c76 SHA1: 72d448112f6c86dd51a99239bec0d0791f91a1d4 SHA256: 11959796ebacdec58d7e4131bde746e72da2973e692418a586fb45e272ab58fa SHA512: ecc34118aefc7575916d896285f207dad21a3d652a4baaf3409ece3afc65f77824e52b62e33905ce86fc4d353b10e3320210275f969f28ec0e5bff9a0224fea0 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: 2713 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Replaces: ffado-mixer-qt4 (<< 2.0.1+svn1856-2~), libffado2 (<< 2.4.1~) Depends: dbus (>= 1.0.0), libffado2 (= 2.4.4-1apertis0bv2022dev2b1), python3:any, libc6 (>= 2.29), libconfig++9v5 (>= 1.5-0.4~), libgcc-s1 (>= 3.0), libglibmm-2.4-1v5 (>= 2.64.2), libiec61883-0 (>= 1.2.0), libraw1394-11 (>= 2.1.2), libstdc++6 (>= 5.2), libxml++2.6-2v5 (>= 2.40.0) Breaks: ffado-mixer-qt4 (<< 2.0.1+svn1856-2~), jackd1-firewire (<< 1:0.121.3+20120418git75e3e20b-1), jackd2-firewire (<< 1.9.8~dfsg.3+20120418gitf82ec715-1), libffado2 (<< 2.4.1~) Filename: pool/development/libf/libffado/ffado-tools_2.4.4-1apertis0bv2022dev2b1_amd64.deb Size: 715400 MD5sum: 2c074c62b473b080028f0750f0345a2c SHA1: ad10143124deca5e856b4f9a3a56d05474888482 SHA256: 47c70d3b84fa27165b2227155081849e8779c0a11e704a5d9327528031432d5b SHA512: 359b812b3ee47de07dc7f36b598a3aae880b94847c7d87d1a81144d84170c7e8c94b215c959040695d7210257139cc5a1b8504e1da53fc7f4f6571c5a14a952f 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: 9119 Maintainer: Debian Multimedia Maintainers Architecture: amd64 Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Depends: ffado-tools (= 2.4.4-1apertis0bv2022dev2b1) Filename: pool/development/libf/libffado/ffado-tools-dbgsym_2.4.4-1apertis0bv2022dev2b1_amd64.deb Size: 8545316 MD5sum: 7009979737e360c2294681fc5157b6ce SHA1: 3461a11e6b35b57f47b8c1e2c1054ad3f1c27bdb SHA256: f9718b08f1b268921b88e8e8e37149c4577666cf2059bae589abc4b57f625d99 SHA512: d13998a5f1e58f81bda0e4b44df21defae1f2451c84fb78749415b811f774114a37e36adbd61f3a5a8cc505bf48c6ebb71c975e2182e1da755701937bd57f8ae Description: debug symbols for ffado-tools Auto-Built-Package: debug-symbols Build-Ids: 08173e70345d59f17bc8700f94445068301a2c47 2b3be1ed404633957a8b3bdbb49692e8106b05c6 61801ffb91df15a085de1c2c82900aa52b16d9d6 6a4a0ed14df5a7e3eae66cdd3ad71cf20aab6e09 a6ae62a689299bfa8f017a0fd93a144a13093fd5 e30f3dc214f0ac9c8b51483dd3313c7e21d3f111 fe5aacbfac441390dda89366e7e936908581206f Package: fido2-tools Priority: optional Section: utils Installed-Size: 151 Maintainer: Debian Authentication Maintainers Architecture: amd64 Source: libfido2 Version: 1.6.0-2apertis0bv2022dev2b1 Depends: libfido2-1 (= 1.6.0-2apertis0bv2022dev2b1), libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Filename: pool/development/libf/libfido2/fido2-tools_1.6.0-2apertis0bv2022dev2b1_amd64.deb Size: 32404 MD5sum: a124d92eee7c30efc8972f2c0b17a0b0 SHA1: f0f34435ef07a17db687426254dc2f5b979294b8 SHA256: 1a552d06d35bd541fed5141ab4f5e4bfc42454b899bcebe3138649714916b4da SHA512: ef232d9aaca63f1a518f618701ca33fa1584d53f3e8de2bad36542294ebffccffee68a9a4536312ebe326f59a4f64cd4cc42473eaff44353563b808b618a15e2 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: 123 Maintainer: Debian Authentication Maintainers Architecture: amd64 Source: libfido2 Version: 1.6.0-2apertis0bv2022dev2b1 Depends: fido2-tools (= 1.6.0-2apertis0bv2022dev2b1) Filename: pool/development/libf/libfido2/fido2-tools-dbgsym_1.6.0-2apertis0bv2022dev2b1_amd64.deb Size: 76712 MD5sum: 45f8e0074826120d4a9af9f6d6959c51 SHA1: b55c5125f3cd189bbdca9f945d5296539341a143 SHA256: 463076b982da001fa4522e1488681bf57e93231fd84952b31de0f48cf1f1bdc2 SHA512: 9a8d42707f34b34d5c5877f02d753a6f538ae96e9c76820526aeff5096dc98c8a4e4b7f644f46885669678428b54e0aae83a2739b4353187525143900171586f Description: debug symbols for fido2-tools Auto-Built-Package: debug-symbols Build-Ids: 7bfcb3ca92fbca8a8cac02016d495adbdbbbcc36 f143c1cfe84935f7a0640fea1d957e48f68af3c7 f68f089a2211421625cafca4618ff5ce49055694 Package: fig2dev Priority: optional Section: graphics Installed-Size: 1301 Maintainer: Roland Rosenfeld Architecture: amd64 Version: 1:3.2.8-3+apertis0bv2022dev3b1 Replaces: transfig (<< 1:3.2.6~beta-1~) Provides: transfig Depends: gawk, ghostscript, netpbm (>= 2:10.0-4), x11-common, libc6 (>= 2.29), 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.8-3+apertis0bv2022dev3b1_amd64.deb Size: 674708 MD5sum: 9254c03f5024c2799c9977264ee5194f SHA1: 4c6a7c672de6cb6661262865136051a61e7d0bb7 SHA256: 58f5f8c52e19780f98d1a90bf60d6b00aff64a4d32069b26f65487d52061a74b SHA512: 9b1b0d12c1c3e041e0aa4e5b62f99b4a80adc953aa816285d1bdc0aa1b19055c723447ae51ed5cba520a5d15bb614f647fa0ba7188a197c4cda455719bd9ea4f 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: 688 Maintainer: Roland Rosenfeld Architecture: amd64 Source: fig2dev Version: 1:3.2.8-3+apertis0bv2022dev3b1 Depends: fig2dev (= 1:3.2.8-3+apertis0bv2022dev3b1) Filename: pool/development/f/fig2dev/fig2dev-dbgsym_3.2.8-3+apertis0bv2022dev3b1_amd64.deb Size: 642672 MD5sum: 04855be2071dc0472342b97bbc55e1fa SHA1: dee3739df323c076b1cdfa01c500ca272fc32269 SHA256: 981d59685b804f256d802fe04dfa17ac9e36561b7f3f47169ff3decdcc4d1475 SHA512: 6f09906cae333b421f4adaab32c8ce2dab877fed09e30f7f62039571fe83b83c004f8b54f5f0b25b749273f3c961c9d8b948cbee83f1e37ef7af1936ed7f2945 Description: debug symbols for fig2dev Auto-Built-Package: debug-symbols Build-Ids: 610c7c4d6a487e6174abe28e7f7ce8161b7c5e5f f87b853fcf99ca0c34704ea27df0aa2f82b6ba79 Package: findbugs Priority: optional Section: java Installed-Size: 485 Maintainer: Debian Java Maintainers Architecture: all Version: 3.1.0~preview2-3co1bv2022dev2b1 Depends: default-jre (>= 2:1.8) | java8-runtime, libfindbugs-ant-java, libfindbugs-java, java-wrappers Filename: pool/development/f/findbugs/findbugs_3.1.0~preview2-3co1bv2022dev2b1_all.deb Size: 175912 MD5sum: 08ac0457d3d52ee707ae8e0f7cb435ee SHA1: a2664d4542de6819f49d3be84775e8bf3c797345 SHA256: b9a976d4a2d07656ea82978329aa956b2e442270fd5e2d7d76edac0e1b551e65 SHA512: 09d13ae54f81e936d5f8ce3c45ba9c35d594f23314449fcc3c0499c56d0493811cdcfeaad0e2e611e6f8e80e36a01043bb80b633f60d45e403e1db8857dad13a Description: Static java code analyzer to find bugs FindBugs is a program which uses static analysis to look for bugs in Java code. It can analyze programs compiled for any version of Java, from 1.0 to 1.8. . FindBugs provides both GUI and command line interfaces and supports many bug patterns. Homepage: http://findbugs.sourceforge.net Package: findutils Essential: yes Priority: required Section: utils Installed-Size: 1954 Maintainer: Andreas Metzler Architecture: amd64 Version: 4.8.0-1apertis1bv2022dev2b1 Pre-Depends: libc6 (>= 2.17), libselinux1 (>= 3.1~) Suggests: mlocate | locate 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.8.0-1apertis1bv2022dev2b1_amd64.deb Size: 694420 MD5sum: 885c4d64aecc27b7fd00212e1d5735d4 SHA1: 3195ae5d09481dd94f7f066661a061fd1b897acc SHA256: 7b158596f09347757c968f3c53f929082f7fcf02a882217cec2c7f4386132623 SHA512: 65d19e6d2137e4a6c7aa0b19adcbc9947dbc066dff69c8916720a3cc3070e2dc1973d49e2efd260dd5bea986a71d8a6c9a8ccad5d9fc12e03296d44552695bc2 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: 547 Maintainer: Andreas Metzler Architecture: amd64 Source: findutils Version: 4.8.0-1apertis1bv2022dev2b1 Depends: findutils (= 4.8.0-1apertis1bv2022dev2b1) Filename: pool/development/f/findutils/findutils-dbgsym_4.8.0-1apertis1bv2022dev2b1_amd64.deb Size: 497888 MD5sum: 5d801107576e881bd4a8bc245815d003 SHA1: 1552f3a4703d6ccc13cd608ba75c1807e9e8cda9 SHA256: 2900a95faab3e918c5fc8c83e9c02423d18fba16724af6fdb44d4eac9110c6ac SHA512: 95ef872543edd2f0ddef28a68207e468e7db78da4361f3993263587176e8a063bb4ba7b91f73d9bcf6878e366649ba0d8bee8ef0bcfbdddceea73abb0c52662f Description: debug symbols for findutils Auto-Built-Package: debug-symbols Build-Ids: 91236162812dd11e33867f80ac1b8ca304c8952e f899d27753418d6748f084c2cf3d8c94b4153a45 Package: firebird-dev Priority: optional Section: libdevel Installed-Size: 1456 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Replaces: firebird2-dev, firebird2.1-dev, firebird2.5-dev Depends: libfbclient2 (>= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), libib-util (>= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Suggests: firebird3.0-examples Conflicts: firebird2-dev, firebird2.1-dev, firebird2.5-dev Filename: pool/development/f/firebird3.0/firebird-dev_3.0.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 119212 MD5sum: 1905cb6f21eaf01aed6634ab1d4fe694 SHA1: 730f235192f6ccda7577bbe6b9df40eb30e1e378 SHA256: f210886509430d07c0bcb887987c1574c01178576455ae294944c4f9b62c4c49 SHA512: 74183b4ed01b0b55cdfaa4312d2c09e156276afefb1932cd4feafa616e9aa4a8e70b9ed55265d1295d631f37962b572e4d8e685d7df59468b6ab850607ff0dcd 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: 60 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-common_3.0.7.33374.ds4-2apertis0bv2022dev2b1_all.deb Size: 15268 MD5sum: 857c73311e9ab02a7d4764407f7dd455 SHA1: 4a934f37907d330bf7b153a624d0703278e53070 SHA256: 771e8af9771f55e4ce88ad64584c082413feef5d13aedca42f0d02f21e601819 SHA512: c50a2b8b378285e43f63aaee9ae36e6fee318afc860fe8e8a4e26b480f992755a52f58e9fd76a240e25a460f653d1dd878c1793b46386dea5ecc6d47df89a9c0 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: 139 Maintainer: Damyan Ivanov Architecture: all Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Filename: pool/development/f/firebird3.0/firebird3.0-common-doc_3.0.7.33374.ds4-2apertis0bv2022dev2b1_all.deb Size: 42368 MD5sum: a59e31107213889e170b2d69df9cf7a1 SHA1: 364c9283563093047798608d5eefcceb4dd5d05e SHA256: 776fd6a608c5e2f448b0af45eb53627c0fdd564ad1100b3b9b3943be1ff54ea3 SHA512: dee30776da1195177dd2940b96333f11ed6b56d8bbea84d68578603c2b1998c7af8500a23a6d8144d56870f150d3b25494435d568d7a1e798704dd8708657f15 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.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-doc_3.0.7.33374.ds4-2apertis0bv2022dev2b1_all.deb Size: 197652 MD5sum: 941d37e5937dea7cd698c7ad18aa3742 SHA1: 5dd54136720584b002a52922a36fa37366edbcd5 SHA256: 7c3b1432feace1c7f51e6e672b885825e56b02b9104eca46b352567358f1be54 SHA512: b352c234b2cb51bca6d9c2acf133eaff4ba102c8c2b0cba592ce9281647990331fa29f832873d57b059460f435ec005fca5e9863bf3f34a7a695ef4531a35647 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.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Recommends: firebird3.0-dev Filename: pool/development/f/firebird3.0/firebird3.0-examples_3.0.7.33374.ds4-2apertis0bv2022dev2b1_all.deb Size: 119404 MD5sum: 4e398572f11fcb9aae361cdf637ee571 SHA1: 724c6ab037cd50818335e18bdee7c41b8c8134d8 SHA256: 02c1e638d37e073f9745a68c5c7c3d8723578d8b9d66d87f9041111cdb0ffb5b SHA512: 74c0a5b338cf4ccb504c08e1ffa0c8b7edaa35c64d53440faa07e645588c19f51f2918fa0e097eacc7820f774b4752c2670b1cb4640aa50632c623a9f86e1d2b 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: 1393 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Replaces: firebird3.0-server-core (<< 3.0.3.32900.ds4-3~) Provides: firebird-server Depends: adduser, libc6 (>= 2.28), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libtommath1 (>= 1.1.0), firebird3.0-common (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), firebird3.0-server-core (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), firebird3.0-utils (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), lsb-base (>= 3.0-6), debconf (>= 1.4.69), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) 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.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 386252 MD5sum: b6d6bec5b18fe23ea1612dba813ebf97 SHA1: d2f64a767b3cd677298c4ac34ff9f8459a943391 SHA256: 23cc20acf70555a9a6519b90162a575948bf8e5f45d26ed3f00829d7a3123515 SHA512: 4115c2f7f73bcdf535d3d29cdd0179c02f3fd81a158371d2100acfee752b8d843e10e6cd4a0ca429f74921d88499702cf2a96873a98a9bd1c30ca5de4d21a5ba 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: 9741 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Replaces: firebird3.0-server (<< 3.0.0.32483.ds4-6~) Depends: libc6 (>= 2.29), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.0), libib-util (>= 2.5.0.23247~Beta1.ds2), libstdc++6 (>= 4.1.1), libicu67, firebird3.0-common (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) 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.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 2530168 MD5sum: fe283f80a7bf8b29a9e4ca6a07b807e6 SHA1: f7ca6aadbe339b30bbba70115c77e79a97ec23f6 SHA256: 316c4ef1f30f2cc3549c08dd336a559f157cfbb86cc473a6fa472cd83435ce12 SHA512: e4772faa5d447f3ff90705d2953bb1230dfe2b69fb39717469a68f1eff1d59811a293c1df7ab272a52ae6a2b5e972b23a8d72b7f1f419112ea5c0795d351408e 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: 39496 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-server-core (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-server-core-dbgsym_3.0.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 38151912 MD5sum: 9aa2a273686d43eda1b253060c1273a2 SHA1: b52c8e7defeb7b6050d1b185da9137313effc01c SHA256: aeafde93ce25bc9e2cd4a3eec35307606766724f3e44a26be5a8c08bf4fe726d SHA512: 4bbf616a46a3862981354576ea7587d8456319af8290bb306f4531e04d51a06532b2e587e4daca76bf28b8f0447328ee444a4310786a9044e45ad8883fd192a0 Description: debug symbols for firebird3.0-server-core Auto-Built-Package: debug-symbols Build-Ids: 34152538b4f39ee8361677bfc2b200afbb7b0418 6007caf06e5c0213d08f4b43a621d6a2c46138df 73a13bf8d5b37212cde2ec214eda28b77f8776e7 845872e7984ed7f779e5f3b47e73e11a18cb1aac 97f484055afe8474a8034c4f2d18b360be6751d4 dc04b1f6a8c62120c5e5c8e670d8f9acfac63ff3 e10215660158bde3560ccc871bef014de6af8656 f1b8bfc84b06ff5ffcdd65e6e7a1ae963fcaba9d f4fedad6f383497a27c705c6f5daf103aa2611c2 Multi-Arch: same Package: firebird3.0-server-dbgsym Priority: optional Section: debug Installed-Size: 4201 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-server (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-server-dbgsym_3.0.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 3791820 MD5sum: 90c8e1f6de0c6468a592289ff0194415 SHA1: f3b82edf09e97ae6c3423e6a3e4e074f3b7a116c SHA256: 50ec766a9c2f255146f613be2b9f409ca25067d3785296c45f32539b279501d7 SHA512: 37f195b87d63eee4d74f9fb6c2270987a9b24c43f26b287ace4122a99486549aa17a4fc36e5e50d93fa1be3fad3c78a3fa1b90af248ee7085373daee403a3775 Description: debug symbols for firebird3.0-server Auto-Built-Package: debug-symbols Build-Ids: 003d29c5cdc7162769e95933175296516575338d 083d26b22480745490ff0513189af29e7611035a 182dbf01018de15eccc70c1f200043e8f1503126 61ac1df82dcf0dd227f8d8eea653d25f09a38c5f Package: firebird3.0-utils Priority: optional Section: database Installed-Size: 3247 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Provides: firebird-utils Depends: libc6 (>= 2.29), 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.7.33374.ds4-2apertis0bv2022dev2b1), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) 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.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 836332 MD5sum: fd41f1cb4002850d9f3f916626307df8 SHA1: 50c647fede53db7004701f074257136c10dbc6e6 SHA256: a949ce8142a8dd10b5aab0aceb9a8443fbf6a1541f436cb732510f0e0582ff81 SHA512: b275e755013ea4b91ccd8e5462e5ccc5282ac498e9abdf98a2bddf56d28f1887fba7d42dbf2ccbbe04c6892b36cd7be51fa804f16fce2200e4423b88b25bfb2e 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: 7160 Maintainer: Damyan Ivanov Architecture: amd64 Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022dev2b1 Depends: firebird3.0-utils (= 3.0.7.33374.ds4-2apertis0bv2022dev2b1) Filename: pool/development/f/firebird3.0/firebird3.0-utils-dbgsym_3.0.7.33374.ds4-2apertis0bv2022dev2b1_amd64.deb Size: 6448556 MD5sum: e59330aa06b6b9e12abe92220d9d5e1a SHA1: 0eafb3f85fa14d1598a6554c9d04fd3c7bafe431 SHA256: a33554d9a6fba10ac7244d19f0901a91d8583256c8e6bc8023ef4c9d23bc890b SHA512: ac0b0c4733e4775a9b9ede3998d226f14f477153bc3b021e8490d5ed5699a6fdccd6d6882379da3a45836dda66957765d2b4bd9987c6d88683286dcad1ca70cb Description: debug symbols for firebird3.0-utils Auto-Built-Package: debug-symbols Build-Ids: 298c1cbde9a2ae8da898e466e9de76478123d76b 4550434dd177a4ee1517735e320486a7cd72a3b2 4aa3034e8369bf8cca9a29c0eaf9409e6ffac0a5 650a085fe8cf436974c0042eca8e2a90854559ca 70063e67b1674ea50274f01eba580c8b08e4b532 9f2eb00d95056b36c1f1c0acc261df97526db0c3 b29d469991223c1918a975d01d97338b11340b3c dfcc7b8d8c9d453bae27a4854eb04a7ff942500f Package: flake8 Priority: optional Section: python Installed-Size: 36 Maintainer: Debian Python Team Architecture: all Source: python-flake8 Version: 3.8.4-1apertis0bv2022dev2b1 Replaces: python-flake8 (<< 2.5.4-1) Depends: python3-flake8 (= 3.8.4-1apertis0bv2022dev2b1), python3-pkg-resources, python3:any Breaks: python-flake8 (<< 2.5.4-1) Filename: pool/development/p/python-flake8/flake8_3.8.4-1apertis0bv2022dev2b1_all.deb Size: 22712 MD5sum: efb10cc94f493e7da80fd39e728b67c1 SHA1: 3346f18ca7ee1809b7ec6c63f89b9dd8cc8c1097 SHA256: 94fb090611de07372f7b15434a2393483946c63b16e02d1d7c00924e94cdc859 SHA512: 813379a1d0ab8f071e616dcc4c0599b8981fa5c0a068b8f4d247960d02abc89ea90ea64bd3383cff12dda741c42878f3814bf109578ea5ef2c1fc8c782d6ecb4 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://gitlab.com/pycqa/flake8 Package: flex Priority: optional Section: devel Installed-Size: 1294 Maintainer: Manoj Srivastava Architecture: amd64 Version: 2.6.4-8apertis0bv2022dev2b1 Depends: libc6 (>= 2.26), m4 Pre-Depends: debconf | debconf-2.0 Recommends: gcc | c-compiler, libfl-dev Suggests: bison, build-essential, flex-doc Filename: pool/development/f/flex/flex_2.6.4-8apertis0bv2022dev2b1_amd64.deb Size: 442888 MD5sum: 1a2af93af888e76c7a2ceae95ead5fca SHA1: 02636b62601848795dcfbedca3f5d81cf0c19b77 SHA256: d10ef7cdf4b70dd67ab1c88e074fbfedd2f650e6ec52750d4b4b5fe42abc245b SHA512: 3b9c25a8eb76505a895d60179d9b930afd4fa8bed614f5c612c057a058682ca4fb4fcc27c7bd8926842158f9859bc30abf87e856064c8454929ee3f0252807b6 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: 206 Maintainer: Manoj Srivastava Architecture: amd64 Source: flex Version: 2.6.4-8apertis0bv2022dev2b1 Depends: flex (= 2.6.4-8apertis0bv2022dev2b1) Filename: pool/development/f/flex/flex-dbgsym_2.6.4-8apertis0bv2022dev2b1_amd64.deb Size: 180888 MD5sum: cfc4d2cd8c18610074a3b875623961b8 SHA1: 32ed353389cda9740e9ff409ed5241ad817d6aa0 SHA256: 2029584a97b86affc5ff26952eaebb65a29c8d6d479241b0f29f501d0237363c SHA512: 5a8ad326b3e56761a1e1897adb59bccc76990e0ffcbeacf39a2c6945da6b07e9ea47a70b656b1723fe74efd196bc087facc278c4b1ffcf6133ad923ee1c75ae2 Description: debug symbols for flex Auto-Built-Package: debug-symbols Build-Ids: 57892838573bbe9730c59917b9ea5cb7f10773ae Package: flex-doc Priority: optional Section: doc Installed-Size: 2095 Maintainer: Manoj Srivastava Architecture: all Source: flex Version: 2.6.4-8apertis0bv2022dev2b1 Filename: pool/development/f/flex/flex-doc_2.6.4-8apertis0bv2022dev2b1_all.deb Size: 770372 MD5sum: ecce38443d7c6c7eafa36bada9420420 SHA1: f4b40b1800206b993aa8ed25aaf2e574ad399ad4 SHA256: b3f0ecc823a952d4b836fce4b3b8eb089e7c424e831011bd324fac2b75659296 SHA512: 291acac4b28c7e7db25a9299c243a1a8d7b4a35a1de9d19371052ddaf43e940ed6ff30ed55180dd1599d199ea342ec75b22c4c51c538886d80d0b51df9a93d2e 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: 314 Maintainer: Debian Python Team Architecture: all Version: 3.0.0-1apertis0bv2022dev2b1 Depends: python3:any, python3-docutils, python3-pygments, python3-pytoml, python3-requests Filename: pool/development/f/flit/flit_3.0.0-1apertis0bv2022dev2b1_all.deb Size: 67044 MD5sum: fb3e49029f324eae51b78fe1cbe1bb4b SHA1: ec3e2afbd79b12548f8a27e1607e8b75b3ab5209 SHA256: e37e5bd97629f3e58038ba99baeb060e4edd70d93c8043d7c4ac62e30e5a2d62 SHA512: c99c3c3b90e5ab05ef7f8e6e2f52b677974d7c5badae4c55164add01f464ac2f66b7e017de7f031d78092edf2162585aa334bb19b63fc027c2c90320c4428e41 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. . 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: 618 Maintainer: Debian Accessibility Team Architecture: amd64 Version: 2.2-2apertis1bv2022dev2b1 Depends: libflite1 (= 2.2-2apertis1bv2022dev2b1), libc6 (>= 2.4) Filename: pool/development/f/flite/flite_2.2-2apertis1bv2022dev2b1_amd64.deb Size: 256144 MD5sum: 3fa936c6c5fb8dc3722fc08ec040dd96 SHA1: 3d9a6da2702790f63b4907fc0c27192958f57196 SHA256: 8bba43e111dfbd68d6aca9e30f1585010e8d058b805341ceaedae70eace6080a SHA512: 2565ca551f01b892e31b6a4b5ae8013ca0b8a0cf470a0f6585490b7eb529935b29ca4eaab253d365c77bea8510b9e7c7c360055d1d44797becc6763a0be68351 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://www.speech.cs.cmu.edu/flite Package: flite-dbgsym Priority: optional Section: debug Installed-Size: 156 Maintainer: Debian Accessibility Team Architecture: amd64 Source: flite Version: 2.2-2apertis1bv2022dev2b1 Depends: flite (= 2.2-2apertis1bv2022dev2b1) Filename: pool/development/f/flite/flite-dbgsym_2.2-2apertis1bv2022dev2b1_amd64.deb Size: 38152 MD5sum: 89145c0c36952eab22fc260ff969da37 SHA1: 90d0673c668b85bb1b5863404c781fcb277778c9 SHA256: 5993b38508933c489d37d565b10fab3a632cfd77994f1995bffbd8c1f2c3ee04 SHA512: 2d2414f1e86a6b67da92f1a65efe8aefa47c2860cf937589e1acc7e97eb2f3ce850359cf4876da0d669e5d2889b911391673f248831494a44e00696107320203 Description: debug symbols for flite Auto-Built-Package: debug-symbols Build-Ids: 01b423924c8b96771c656474d2849978c2534128 1d38a442ad5eb39f04cf26491b60051a304b8b5c 1f181d67479fee581c2a9a3fb7caeb82c12b661e 4e1ab16bbe614b4b87d396367757d3afe8269ac3 74da735e3584413434bf639ea94e44ae95dfa484 8fef113047ceadc9ead1a6e6d00d0bc8675670ef 90670dc80c72822dec6795bcd793e7174cb254d1 be1ee033facc868e9609085a31f1c89c6e2de003 f8df1bfb640ff5b73f32389f80e3a52b7f0b8790 Package: flite1-dev Priority: optional Section: devel Installed-Size: 30960 Maintainer: Debian Accessibility Team Architecture: amd64 Source: flite Version: 2.2-2apertis1bv2022dev2b1 Provides: flite-dev Depends: libc6-dev, libflite1 (= 2.2-2apertis1bv2022dev2b1) Conflicts: flite-dev Filename: pool/development/f/flite/flite1-dev_2.2-2apertis1bv2022dev2b1_amd64.deb Size: 12803872 MD5sum: 2664c96ef1c9a0ce48716755f834a3cf SHA1: 9dafc95914300df93f46035cb33087d17f987d30 SHA256: 0ea6a44aaae45d95d67d8445bfd00bca2c646de09d5b80ed49fccfac0fc4c889 SHA512: 4b92394bd3bf673f87293033ca76ef4d042f317439a07016ed198c77a9bb581c73cffaed2edb25ea69c74ecb1af4d8637df75c648ccb6b09c576af92a940823f 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://www.speech.cs.cmu.edu/flite Multi-Arch: same Package: floppyd Priority: optional Section: otherosfs Installed-Size: 77 Maintainer: Chris Lamb Architecture: amd64 Source: mtools Version: 4.0.26-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), libx11-6, libxau6 (>= 1:1.0.9) Suggests: mtools Filename: pool/development/m/mtools/floppyd_4.0.26-1apertis0bv2022dev2b1_amd64.deb Size: 27520 MD5sum: d721561a6bc1d8274a4c142b008be6e6 SHA1: 5e83f56d7ac9518adfe1f67cd6b9dc0ddcbe5fa7 SHA256: 398968c37cf3357c8f6ccfbf7f3dbd46753dfe74a6261ec06dd78d342cbd70bc SHA512: e91a43445701ca4b766048e74cd7afff8de93347bbe61442f2d3492a99707bac2c7c8427702513e1059b33d5e78c098690c7c79d9e81bc423023d12a29ebf29e 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.26-1apertis0bv2022dev2b1 Depends: floppyd (= 4.0.26-1apertis0bv2022dev2b1) Filename: pool/development/m/mtools/floppyd-dbgsym_4.0.26-1apertis0bv2022dev2b1_amd64.deb Size: 47584 MD5sum: 86ad716fd4ae29e040b08bf05fb3c1bb SHA1: 35b108a0b6c596d9d5ff769e92feaf4db38c605f SHA256: 634526b4a59ebcedcf7e72d9dd87bb1174c65aa05ec1fe55a5f4417a28c8f860 SHA512: 7e60a76170a54ea596d5c5dd275b687cf2463a96638ab1e7b60276cacd6bcf4dd462db4e19bd458619eb56cea879ae171ae9026752670442a1e53dc40570f9c4 Description: debug symbols for floppyd Auto-Built-Package: debug-symbols Build-Ids: 90dd8a5418035ecc081216066fc298821853ce79 90f0f645bc122a263641183f7ba721df3748579d Package: fltk1.1-doc Priority: optional Section: doc Installed-Size: 3472 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.1 Version: 1.1.10-29apertis0bv2022dev2b1 Filename: pool/development/f/fltk1.1/fltk1.1-doc_1.1.10-29apertis0bv2022dev2b1_all.deb Size: 2134800 MD5sum: 8f47ccd20940d3aa011757472cc73e70 SHA1: a0541ad1a056170083d2fd04a0856b3abe861ea9 SHA256: 8c9af04196a9fe9dac7c07e2b19870ca6d5caf2fee318ee8403462f4f1ef43d9 SHA512: 722045dff203d3109f3a26e28561f11bbad05c87e5f9d73c4236aa72ae917d711c717f40c6d66e6dc78a3abc87ab97c8589304f6b2277f68d087d72ab528a710 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/ Package: fltk1.1-games Priority: optional Section: games Installed-Size: 307 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.1 Version: 1.1.10-29apertis0bv2022dev2b1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.4), libfltk1.1 (>= 1.1.7), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libx11-6 Filename: pool/development/f/fltk1.1/fltk1.1-games_1.1.10-29apertis0bv2022dev2b1_amd64.deb Size: 167572 MD5sum: 504c2e56408bcace8d679a71be2237b4 SHA1: 30cff73120b4c8f075da84c1c0ac4c9e2928c0cf SHA256: 27f2baaaa2b27e72042cb1b3af5722288ba2012aaecfa472515f35831d1b1d2c SHA512: 2089c9bb6be422c032aadeae30266630b5211072c5f543869df841376c970c7aebc149d22d06393d1d4dd2779e5f84484d66d489f97f174b46c79163526e1ec8 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/ Package: fltk1.1-games-dbgsym Priority: optional Section: debug Installed-Size: 157 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.1 Version: 1.1.10-29apertis0bv2022dev2b1 Depends: fltk1.1-games (= 1.1.10-29apertis0bv2022dev2b1) Filename: pool/development/f/fltk1.1/fltk1.1-games-dbgsym_1.1.10-29apertis0bv2022dev2b1_amd64.deb Size: 113764 MD5sum: bf10a0c624f8315869a8bd32701e3f51 SHA1: e8183ace85ddb91eec3a99a68056c9312513586d SHA256: 23da5b101d6e02bfecc88de51e4176f78f553b451b57145956beb8ddcfaf20bb SHA512: 0077ac07f105b830e0f544321cd9851ae16c53eeba43bafb78e5afd70bf782ca5984e8c51c40d0ac8419196f0cb96317bca299e685375a385d095afa4411ee6f Description: debug symbols for fltk1.1-games Auto-Built-Package: debug-symbols Build-Ids: 85403a471ccaa398d3e0888cdc2d9798a5d66f06 b73d91818fdd6ecf4c7226c3093b42ac12ee071b e2de942f5e01ace5bdba9d725e20f52ff0e976f7 Package: fltk1.3-doc Priority: optional Section: doc Installed-Size: 45923 Maintainer: Aaron M. Ucko Architecture: all Source: fltk1.3 Version: 1.3.5-3apertis0bv2022dev2b1 Filename: pool/development/f/fltk1.3/fltk1.3-doc_1.3.5-3apertis0bv2022dev2b1_all.deb Size: 8489988 MD5sum: 7960b45f48f7fb1cc90608b27cf2e36c SHA1: edfe1bfa7d04c7e5cacf728f51d389bcca2bc206 SHA256: 219b35d1a7a3b19dbe9adcac383d598132deae0be74afe82b5ebb50e27c04ee1 SHA512: 52e3c372b8bac5635fb2585d04cc8a43d0b0e55c4978a8d023d27bccb4e8e7437d96429203e568590cc7e9f7a20bcceae533db6aaec88c9cff291ccff47c6e11 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: 1557 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.5-3apertis0bv2022dev2b1 Replaces: fltk1.1-games Depends: libasound2 (>= 1.0.16), libc6 (>= 2.29), 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, libxrender1 Conflicts: fltk1.1-games Filename: pool/development/f/fltk1.3/fltk1.3-games_1.3.5-3apertis0bv2022dev2b1_amd64.deb Size: 399704 MD5sum: a0ccd953649d3bc1a73df0f8acc71f42 SHA1: 59013c6b0037fad200d0d3dfe04d5a661d5fe176 SHA256: ffbf92152e9815737cd059409c6e8ae9c9f566e7b742baf28bb41d8c1072a5bc SHA512: 019b0df271210331fac7d4fed58899d60e1ab68a64cb9a69d2ca771e8cdda15c13f7227bee19205666f5751ceb6a9545bab38560bf88e79a6b3214a6094ce137 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: 2302 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.5-3apertis0bv2022dev2b1 Depends: fltk1.3-games (= 1.3.5-3apertis0bv2022dev2b1) Filename: pool/development/f/fltk1.3/fltk1.3-games-dbgsym_1.3.5-3apertis0bv2022dev2b1_amd64.deb Size: 2018340 MD5sum: 173b3e55f72e6e10529bcbae26313a68 SHA1: ba10c0457cac3355990df01109d193c32829c9f7 SHA256: 962a335725d1f07a1ad84d900da6e756dc97d319afbef663c92d2b5b6e99b4d6 SHA512: b94cd2393c9748f651a927b47a8844e2484b1020eb17a181aeaf31fdf22e8654c3f27c22302ae82ba00a1c600e314c419f195b0d4aecf4f28b334587f2164cd2 Description: debug symbols for fltk1.3-games Auto-Built-Package: debug-symbols Build-Ids: 2cc3ede31b507662d56a9f0cf00ab9b5ef802291 40f782ef869be94e0affa87af54e5dbd1bb1a1cb 7a00e491052b1e5386a0d1aa34cc733d673db7bd Package: fluid Priority: optional Section: devel Installed-Size: 692 Maintainer: Aaron M. Ucko Architecture: amd64 Source: fltk1.3 Version: 1.3.5-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.7), 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.5-3apertis0bv2022dev2b1_amd64.deb Size: 234400 MD5sum: d897db0c755da969613af39a5144827d SHA1: 599f51be312ceda2fcb2139f5a566b35e09a38ae SHA256: d45a33ec1f2df484154ac82a26214e0ee43d6e89621ad9b555f18dbc6677ad74 SHA512: 5de61c47e6039f3bcec6486b1367c78501a7d78eb6e40227cc4f0d6a09a2cee26904f63c5b3a6b313f045a22a7ab67504ad4934168fb4c11e745f6f8b9bb3963 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.5-3apertis0bv2022dev2b1 Depends: fluid (= 1.3.5-3apertis0bv2022dev2b1) Filename: pool/development/f/fltk1.3/fluid-dbgsym_1.3.5-3apertis0bv2022dev2b1_amd64.deb Size: 657020 MD5sum: 56b43133f0b9fbf180037b7e092a2a82 SHA1: 2c1b99cd9a37eb1b58935e6a1d31e31f88a7ad18 SHA256: 7d0eaebd723a626e07eda919409fc14d79f97ed93053513ec7b4ce942e8bbe4c SHA512: 2a8753c56cc02e8bb4f36770a7d888a319626f316c7d853dbd1c71bea4a9649e0e897fec5df8c05f4c15d0234d62db75bbee41a6226e08856c19c856a008814a Description: debug symbols for fluid Auto-Built-Package: debug-symbols Build-Ids: e191ef26d38b9eb6974b2870c37dfbc382902cab Package: fontforge Priority: optional Section: fonts Installed-Size: 4200 Maintainer: Debian Fonts Task Force Architecture: amd64 Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Provides: fontforge-nox Depends: fontforge-common (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libfontforge4 (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libc6 (>= 2.14), 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.9 (>= 3.9.1) Suggests: fontforge-doc, fontforge-extras, potrace, python3-fontforge Conflicts: fontforge-nox Filename: pool/development/f/fontforge/fontforge_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 1364364 MD5sum: a505695877c5b84e7e0db1ca00d5a5c4 SHA1: 5fec047fdecc5b9cd6a8e6f9219786af98dee26e SHA256: ff42b9962a167b4b4cfe0f2ee8efd2c8bf2626ed7663677171abe0bc06a3d75d SHA512: acad9465c0adfd024ae153114c6e50ad62131d1b489ff29fd8a6d47570a8cfe56e06c8c3dd588a7bd4376f225621b9776491ea31c1de832608771461d1e90cfb 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: 7964 Maintainer: Debian Fonts Task Force Architecture: all Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Recommends: fonts-cantarell, fonts-inconsolata Breaks: fontforge (<< 1:20160404~dfsg-3), fontforge-nox (<< 1:20160404~dfsg-3) Filename: pool/development/f/fontforge/fontforge-common_20201107~dfsg-4apertis1bv2022dev2b1_all.deb Size: 2079012 MD5sum: 1cc1b31dd9034a7e473822461389f8f3 SHA1: 08d23221b59b84bf3cb0353f666c148a40f2eb3b SHA256: 9d0acc937ef055d1575e58e7476db97710ead41bd8c99d4c13f6c38b9343bd61 SHA512: b60b39537d2b75ea697d2e48557cc9c3bc58c2b295a10d622402b643414d9d5ebe5d0ad1a5336e6596794d66744837b8e693e40b62ffbf22bb7132c91710a6f2 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: 2978 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge (= 1:20201107~dfsg-4apertis1bv2022dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-dbgsym_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 2801440 MD5sum: 3110996033ad27e01fab3345a0fde786 SHA1: 329638ded0353777a7076e36d5d81f5bb05ef9b7 SHA256: 171c47b9e4d4289b1225faa80e242a1ad71f77b2c456d2198782be92d1cbce65 SHA512: 016c2cf35c72abea9a592ad28dc7a6ede4438c1431631f62c91c8a063026846a3638128072298e91c33a648c11678dcefda7f99904cc6212accb41c94b616914 Description: debug symbols for fontforge Auto-Built-Package: debug-symbols Build-Ids: daf2be7ed7fc78fd2b6babb36f03682ccaaa1cfc Package: fontforge-doc Priority: optional Section: doc Installed-Size: 10946 Maintainer: Debian Fonts Task Force Architecture: all Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Depends: libjs-sphinxdoc (>= 2.4.3-5~) Filename: pool/development/f/fontforge/fontforge-doc_20201107~dfsg-4apertis1bv2022dev2b1_all.deb Size: 3602648 MD5sum: 7f3466bf5cce0b683be326e6b32f6342 SHA1: 28d42fbd0a8cdb833f974e9eca9df8e86d3f0667 SHA256: 3aa7b8c8fc848b748e7646493a4e3fb705634b80606dc2c173edd8d77cef01b6 SHA512: 5b0643aef92e43eef695e7f5a3c94ef00a8c742fad12dfe677fc5f25cbfd40714f06df1f4fcd06d49b3171376a20e59c7dc72a69eed9d348b447295dc96cf58e 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.8-1.1apertis0bv2022dev2b1), sphinx (= 3.4.3-1apertis0bv2022dev2b1) Homepage: https://fontforge.github.io/en-US/ Multi-Arch: foreign Package: fontforge-extras Priority: optional Section: fonts Installed-Size: 1532 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Depends: fontforge-common (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libfontforge4 (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libc6 (>= 2.14), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fontforge/fontforge-extras_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 306804 MD5sum: 021cd4cfb9161c40ed124baa07d1f021 SHA1: 8719ebbc80defa125e0d2ccfab04a4a246e56f05 SHA256: 69e44923a076be334392159363c978b5b4945fc3110bdc2f35e2b56530d15c51 SHA512: 300c432fb4ba37186eb02f6532cef2c3dd6269077ae7db6b7c51c7ece970a7eb9bebbcb5225ae6616fbf1803afec5424ee8ba2b932db03bee7784eb96b430b5e 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: 454 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-extras (= 1:20201107~dfsg-4apertis1bv2022dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-extras-dbgsym_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 372564 MD5sum: 30bfbfaefedbddccf644a483b4a1d0b3 SHA1: 43e17a3f55e2c3836b7aba73bedc9eecbebc3f19 SHA256: 256d10024871a840db54ea36b06a0c9b2053e2e0c54c34fc8fa87e33934ffb60 SHA512: 3e7e4fcf473f6bb0585eaa4dfdc42f6c799e3776a99fdcbd727f7b3045ba98f05a7f9f29aec7afe251074f85a23fb67bb545cbe57f9e1d1979da3fd426640da6 Description: debug symbols for fontforge-extras Auto-Built-Package: debug-symbols Build-Ids: 077fbd913b2d09367684cd583832d6adb6917ca2 18627e5475fc172097e06b8abdb3f63c8677f525 259710b72a6f2b68e72d47e6ec7d77ae5156f5cf 576c908efd7f57331889c35a6140727ee2505967 5ab33001cb5dac44c54843ae3f8f2bd86981f9c5 67b98a1eba64bfd9b9b5efd015892cef3f25704b 6f3b89e6dbe576447c3ab4e2815172ac40b2a4c1 8219f61297d28d3c3a9387487c3a0d348f3ded0e a504a8d330e2ec41943508cead5e9ff5d504084f db9206210c59939894b6ad9e61f7d1bb28f6b598 Package: fontforge-nox Priority: optional Section: fonts Installed-Size: 92 Maintainer: Debian Fonts Task Force Architecture: amd64 Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Depends: fontforge-common (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libfontforge4 (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libc6 (>= 2.4) Conflicts: fontforge Filename: pool/development/f/fontforge/fontforge-nox_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 39012 MD5sum: c285843c94a0a9c5dbf43fa4f63618c5 SHA1: 7094c8d4315922ad2b66833b55c1ca34e28f1823 SHA256: 0855f6a862ad78d736cd787a367de55a042e30bf23ea6713ee2cc915d8d1ae54 SHA512: 7713844344f4760c175d65d4a6583f11452d89350306662ef22d4ba91c392452c8eb82475f9ac777aeaaa59f3aa995c7433963caf95d9a2d11f882772f9cd00a 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:20201107~dfsg-4apertis1bv2022dev2b1 Replaces: fontforge-dbg (<< 1:20170731~dfsg-2~) Depends: fontforge-nox (= 1:20201107~dfsg-4apertis1bv2022dev2b1) Breaks: fontforge-dbg (<< 1:20170731~dfsg-2~) Filename: pool/development/f/fontforge/fontforge-nox-dbgsym_20201107~dfsg-4apertis1bv2022dev2b1_amd64.deb Size: 7808 MD5sum: 2cdf1adb39ba94d8930c2a2f011b2b96 SHA1: 356e10c0f9bef4503f9c9beb7468bfa156a2c5d4 SHA256: 79f7f59f47d43d0fc078e5e5dd53d37d7e1408e4cb10ba61bb594c19885075b0 SHA512: 641b1d9b788dbc22dea8d5b8bb33097853aecf6956596acad3978a460b9ec2b37ed6f2b317da23553e2539acd15f01d949611b7de8f1cd53f75e35779e7729b6 Description: debug symbols for fontforge-nox Auto-Built-Package: debug-symbols Build-Ids: b82f3011a1dfe6fc73d3710413f2a9795c18625b Package: fontmake Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.3.0-2apertis0bv2022dev2b1 Depends: python3:any, python3-fontmake (= 2.3.0-2apertis0bv2022dev2b1) Filename: pool/development/f/fontmake/fontmake_2.3.0-2apertis0bv2022dev2b1_all.deb Size: 8320 MD5sum: 36f0ce548a3b71d5f34c378731fac820 SHA1: 9603871942eb624f72dea29c58680508c1d71864 SHA256: 434410e9a01d131e46b09c88de42cba50422f2195ba3fbec8a88a82b0b77b863 SHA512: 563b42baf8c42afc20dc53be1490f831b25a33cc7de9eee325679e72ba65fb3d4229643e0abf476e38b6ec1e1a06e5cf628051bf95ede6d9b72dcadd6b83d959 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-arphic-gkai00mp Priority: optional Section: fonts Installed-Size: 4570 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.11-16apertis0bv2022dev2b1 Filename: pool/development/f/fonts-arphic-gkai00mp/fonts-arphic-gkai00mp_2.11-16apertis0bv2022dev2b1_all.deb Size: 2293024 MD5sum: bf16b51718f5f9647e0492fc9c9bc351 SHA1: 2111af725a1d2723d3fcb5ccbd28db1dd96ddbd8 SHA256: 9ee908a6d5077240e4f4345d8a14cedfc5cc4c61577dd9a6ec8eaa55d2aec998 SHA512: 36f5663f6912a20c6a315723c20b3db7100bce016adf75bf1cbc53426561e55799edab771f5aacd3f49659c9e11b3399dfd6b3babc55d154d55cfb3475be5f54 Description: "AR PL KaitiM GB" Chinese TrueType font by Arphic Technology "AR PL KaitiM GB" is a high-quality Chinese TrueType font (gkai00mp.ttf) generously provided by Arphic Technology to the Free Software community under the "Arphic Public License". . You also need to install the "latex-cjk-chinese-arphic-gkai00mp" package for typesetting with Omega or with CJK for LaTeX (cjk-latex). Homepage: http://www.arphic.com.tw/ Multi-Arch: foreign Package: fonts-cmu Priority: optional Section: fonts Installed-Size: 14914 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.7.0-4apertis0bv2022dev2b1 Filename: pool/development/f/fonts-cmu/fonts-cmu_0.7.0-4apertis0bv2022dev2b1_all.deb Size: 4892416 MD5sum: 925c59fcf451e923680225059704423e SHA1: 8b0e2d498ba38c26706c322e014f4fd59d007280 SHA256: f7a34ad88c6a1304c5cdacbd28f8cc2ef30a0608fca4f7229c87c371cce6095a SHA512: cb6350bead3eb2ad51be5ed9b0fde49d247452b7419b8f462dd0e668b06ae38a624484cd8eea86f37e1181a5ca3d010779c3b0d57aa96626aaee0919c9c3a445 Description: sets the computer modern unicode fonts Provides a set of Computer Modern Unicode fonts. It provides OpenType files. . They are based on the METAFONT version of the Computer fonts and contain many additional characters. . The fonts contain glyphs from Latin1, Cyrillic and Greek code sets. Homepage: https://sourceforge.net/projects/cm-unicode/ Multi-Arch: foreign Package: fonts-croscore Priority: optional Section: fonts Installed-Size: 5278 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito Filename: pool/development/f/fonts-noto/fonts-croscore_20201225-1apertis0bv2022dev2b1_all.deb Size: 1576704 MD5sum: 4b0bfc9a22183c1645a14e93d8dc099c SHA1: eae9753d29f10cb67cf77d82f325826e3cb654f4 SHA256: eef39c2ea78a1e4e0093cf970bb431478166cf76f0d12df7003697c9a62ec0c2 SHA512: 3d06cd373e3f5e22c7c19134e872a669f87f908db7fc0679768b26d7f20770c1b64c57ceab0603adb423dc101bf59e5948410878b399f8a9ce306c01692d3e7a 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-dustin Priority: optional Section: fonts Installed-Size: 1136 Maintainer: Debian Fonts Task Force Architecture: all Version: 20030517-14apertis0bv2022dev2b1 Filename: pool/development/f/fonts-dustin/fonts-dustin_20030517-14apertis0bv2022dev2b1_all.deb Size: 428304 MD5sum: 718e5bf89e2fb4ac4c907ffaa081c22a SHA1: ae731fef0f4731d200f28db7d228d0792175bc28 SHA256: 3bf48dbffc82d46e225c7e5fc807ae61a392ddb4db96fe30a65a633d18b1e20a SHA512: 5b4a16ff9c9a76890892f69b97cc82778c28560e19dbf8d4530e9a30e29104e74fadba51bf1f66d6459f4a1757cf17ec638a31105b5ddc14544c28c6a940a31d Description: various TrueType fonts from dustismo.com This package contains various fonts from dustismo.com licensed under the GPL. . Dustismo and Dustismo Roman are general-purpose Sans Serif and Roman TrueType fonts (with bold, italic and bold-italic variations), and contain all the European Latin characters. . The other fonts are beautiful for special decorations and headlines, but they are limited to subsets of ASCII... Multi-Arch: foreign Package: fonts-font-awesome Priority: optional Section: fonts Installed-Size: 1370 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.0.10+really4.7.0~dfsg-4.1+apertis0bv2022dev3b1 Provides: node-font-awesome (= 4.7.0~5.0.10+really4.7.0~dfsg-4.1+apertis0bv2022dev3b1), sass-stylesheets-fonts-awesome Filename: pool/development/f/fonts-font-awesome/fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1+apertis0bv2022dev3b1_all.deb Size: 517152 MD5sum: 7b9d50bd086affdf1c73c57b7138a055 SHA1: cfa6ef6ea2ad9b0c6cbe94823a8256cd0e31c694 SHA256: c65430e5cd8520aa2b381450731fc2c44986685c9f5c3419b9c6f822769dd32a SHA512: 98c364d6ff1d4145262c01c6c6b8953b71e8c5cd2638e4c94a31dd58c83e7d051fafb96512a12835e20de8dd8430fede1cf4301e76a692d2b8b269941d168773 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: 6915 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-freefont Version: 20120503-10apertis1bv2022dev2b1 Filename: pool/development/f/fonts-freefont/fonts-freefont-otf_20120503-10apertis1bv2022dev2b1_all.deb Size: 3171020 MD5sum: 3529ff3b520af23b0104e668a3300e0e SHA1: bda071a893f46ad7e214491aa33f464e71e2e3cb SHA256: 81f8b15333f4f8812ae3f81258e60e3068cd759729c1f9c648511b3ef184323a SHA512: 2b1ecfda3402cd369e1d9b019165613489598531b41293b324809b8d894459826533cc9d2aa1472f016d9126fda7c329c0ddb6a5cabfcec62c7387ee0a2f6312 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: 6605 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-freefont Version: 20120503-10apertis1bv2022dev2b1 Filename: pool/development/f/fonts-freefont/fonts-freefont-ttf_20120503-10apertis1bv2022dev2b1_all.deb Size: 2503544 MD5sum: 736193c3deb401edbbcb31288c725de2 SHA1: 4df98aeebc595c0577f6dd909fb6e17acbd06510 SHA256: f6b6cdc25fbf4db3a5e0278a722d045cd28c2f70e7b0205fdf7fa0a6208ac5f4 SHA512: c0f07eafd7647a7e1241baa60e7afd803dadd9ac669f4df4277c933f2999dc027f7ad8ff868f7a59e2d2ac95e1821d77998f07255f70b5bcdefcf7a89c211da1 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: 101 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-6apertis0bv2022dev2b1 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-6apertis0bv2022dev2b1_all.deb Size: 43888 MD5sum: 5602219a74126ee26e0a70b8b93d1425 SHA1: c28a08e4634392dfab863956d4a770715897fb1b SHA256: c972250f23e7e62d0ff3b9c6b1d9f63eca9f73f7ee7bdea2576789047b99e93b SHA512: ab667be62ab77f36989f5c719442895df0ade54f7865530bcadc40a9e629c18e292e52d8e29280d982575437cb23ad36b7d75cdac4f939adf06acfbd4de50fb7 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: 59 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.1-7apertis0bv2022dev2b1 Filename: pool/development/f/fonts-gfs-porson/fonts-gfs-porson_1.1-7apertis0bv2022dev2b1_all.deb Size: 34044 MD5sum: 4259013b1dcb5041a6300028f1a46be7 SHA1: 7e1b43bb2485663d0facf154d26cded1683909a9 SHA256: 0e96b52761b7768ca852cbadfaab51a4c58384e61d98692a21d2a49069aabfd2 SHA512: 5312bd69236d19af9bac8899dbbed90ceb041b3b812a030421c9d85888492d6757d0319abee419262b9074376a5c80c567de43045ba479ebbee617a22269a991 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: 620 Maintainer: Debian Javascript Maintainers Architecture: all Source: twitter-bootstrap3 (3.4.1+dfsg-2apertis2bv2022dev2b1) Version: 1.009~3.4.1+dfsg-2apertis2bv2022dev2b1 Filename: pool/development/t/twitter-bootstrap3/fonts-glyphicons-halflings_1.009~3.4.1+dfsg-2apertis2bv2022dev2b1_all.deb Size: 482292 MD5sum: c1c296d8e8ab29c78b2eaae8b25f8fd2 SHA1: 71a5eb264d8a363b270413959e88ae4a2b0a7fc3 SHA256: 3f95181eef5d498827937f2b7e546c195e7c4668a551054132611158d959ef73 SHA512: e5a769d296ac0e504d1adf4b2f10fb731b7db3a447b841a932ad966d1f35173badccd6cfad646f16c2e5466152ed2ebd9f8713559140d93a7c4bd2e59fb77c82 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-ipafont Priority: optional Section: fonts Installed-Size: 34 Maintainer: Debian Fonts Task Force Architecture: all Version: 00303-21apertis0bv2022dev2b1 Replaces: otf-ipafont (<< 00303-1) Depends: fonts-ipafont-gothic, fonts-ipafont-mincho Pre-Depends: dpkg (>= 1.15.6~) Breaks: otf-ipafont (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: pool/development/f/fonts-ipafont/fonts-ipafont_00303-21apertis0bv2022dev2b1_all.deb Size: 12540 MD5sum: d0b93ca019d369bd3d65f41615cca856 SHA1: 38175b1e8de05b7055eba8fcc177faf8610b14e8 SHA256: 1b000f2885d5390b45aa9f80371be5a519c3abc8603b466130e7881778945cf7 SHA512: ae8f5a96ac36617c9d62e594b760d41957b7fc4ad423d452fc3547ad1a1c731f94770f6313685a4ebb1372a05fc53d96b72c221e55f6f0a38f3295979b3a63be Description: Japanese OpenType font set, all IPA Fonts IPA Fonts are JIS X 0213:2004 compliant OpenType fonts based on TrueType outlines provided by Information-technology Promotion Agency, Japan (IPA) from 2003. These are suitable for both display and printing. . This metapackage depends on fonts-ipafont-{mincho,gothic} packages to provide IPA Mincho, IPA P Mincho, IPA Gothic, and IPA P Gothic Fonts. Homepage: https://ipafont.ipa.go.jp/ Multi-Arch: foreign Package: fonts-ipafont-gothic Priority: optional Section: fonts Installed-Size: 12223 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-ipafont Version: 00303-21apertis0bv2022dev2b1 Replaces: otf-ipafont-gothic (<< 00303-1) Provides: fonts-japanese-gothic Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-ipafont-mincho Breaks: otf-ipafont (<= 00301-4), otf-ipafont-gothic (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: pool/development/f/fonts-ipafont/fonts-ipafont-gothic_00303-21apertis0bv2022dev2b1_all.deb Size: 3517096 MD5sum: 3116ee5362d0e65b0b600eb167dadb50 SHA1: 6490bb1476123aa740a47f36fdddc7be35c0959e SHA256: 260fa92e1122fa57060ad672cdb7dffda5c58760cf7e4ffb28011e9af59c9b3c SHA512: 42c5a94bd8961069805af42dc380475d15923645684b27b698694ab46f0911114f8dce0e5f476e28c5ff6968b7c2d741e38b3d4ebeb30587404c179d515c3b02 Description: Japanese OpenType font set, IPA Gothic and IPA P Gothic Fonts IPA Fonts are JIS X 0213:2004 compliant OpenType fonts based on TrueType outlines provided by Information-technology Promotion Agency, Japan (IPA) from 2003. These are suitable for both display and printing. . This package provides Gothic (san-serif) style fonts. IPA Gothic Font is the equal-width font. IPA P Gothic Font is the propotional font. . In the equal-width font, the fullwidth characters (most CJK characters) occupy exactly twice as much width of the halfwidth characters (normal alphabets and numbers). Homepage: https://ipafont.ipa.go.jp/ Multi-Arch: foreign Package: fonts-ipafont-mincho Priority: optional Section: fonts Installed-Size: 15760 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-ipafont Version: 00303-21apertis0bv2022dev2b1 Replaces: otf-ipafont-mincho (<< 00303-1) Provides: fonts-japanese-mincho Pre-Depends: dpkg (>= 1.15.6~) Recommends: fonts-ipafont-gothic Breaks: otf-ipafont (<= 00301-4), otf-ipafont-mincho (<< 00303-1), ttf-ipafont (<= 00203-13) Filename: pool/development/f/fonts-ipafont/fonts-ipafont-mincho_00303-21apertis0bv2022dev2b1_all.deb Size: 4725596 MD5sum: fee9d88d0963f0c745b9c313b19a0c1f SHA1: 1b6569ef74a18d1b71ac7c5dad0745202b39ea48 SHA256: b8eb1d00e00b16161aa0610d2b164c4d1758e90a2f0a4fea1a814a5874c13621 SHA512: 870454b0c6e1087dda363f3222d6dec26407623b18dc4b97e75a6839727ae12cc450d2e7f21776b850726e992942165c90c6df8317b6d35a517b64ec2f402b05 Description: Japanese OpenType font set, IPA Mincho and IPA P Mincho Fonts IPA Fonts are JIS X 0213:2004 compliant OpenType fonts based on TrueType outlines provided by Information-technology Promotion Agency, Japan (IPA) from 2003. These are suitable for both display and printing. . This package provides Mincho (serif) style fonts. IPA Mincho Font is the equal-width font. IPA P Mincho Font is the propotional font. . In the equal-width font, the fullwidth characters (most CJK characters) occupy exactly twice as much width of the halfwidth characters (normal alphabets and numbers). Homepage: https://ipafont.ipa.go.jp/ Multi-Arch: foreign Package: fonts-lato Priority: optional Section: fonts Installed-Size: 11750 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.0-2.1apertis0bv2022dev2b1 Pre-Depends: dpkg (>= 1.15.6~) Filename: pool/development/f/fonts-lato/fonts-lato_2.0-2.1apertis0bv2022dev2b1_all.deb Size: 2697968 MD5sum: a9aa541a6eebbab7cffa4ad3ee874b48 SHA1: dc4b9c574c1892d07d815dd4e89f79c7271955e0 SHA256: ca67b2f0b3b09cd1d76dfcfab2549866cebd41a09985703f450f6e0bae55ef11 SHA512: f5abb2999aa6c454f5c94544ac961725c71ec1d7573d7040bcf685429fd18defd6701f70bcc5aa19f7c2d96a18e8e94d12f73a752a65cc4e1b207c1355392ff8 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: 2094 Maintainer: Debian Fonts Task Force Architecture: all Version: 1:1.07.4-11apertis0bv2022dev2b1 Filename: pool/development/f/fonts-liberation/fonts-liberation_1.07.4-11apertis0bv2022dev2b1_all.deb Size: 827780 MD5sum: 76da33621f1cc70079f8fc821ee49836 SHA1: 4c328483b801e96408caa8d6ad740926c2bd1544 SHA256: 4e49baa5a263732ac7d3b0575dbda5a097d35adcce1f1e70ce393c815d558de2 SHA512: 65cc28908886d353b5579ea26c1895581799ed698293140586f59c2bee9489e69200e503c1e4a4a991b148323551aa3837106dca8d5297ec95a5490d49a7334e 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: 4264 Maintainer: Debian Fonts Task Force Architecture: all Version: 2.1.3-1+apertis0bv2022dev3b1 Filename: pool/development/f/fonts-liberation2/fonts-liberation2_2.1.3-1+apertis0bv2022dev3b1_all.deb Size: 1469372 MD5sum: 017a01fe00f0468f00af6cae98e216ff SHA1: dd1522cf2969957860fb0efd0e48e3e44f486df7 SHA256: cafddd954c677301df013d791dd279f87ba50487d33040fa21c94bcd94f5e43c SHA512: c27e50ea963fb9b9847882937d49fdd9eeef3d86314a3ac27a4e52de2f8d314a8a2fbb784bf39456a9a3b4797c6e197abe0d02f211a23afbfe5782b008525fce 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: 10756 Maintainer: Debian TeX maintainers Architecture: all Source: lmodern Version: 2.004.5-6.1apertis0bv2022dev2b1 Replaces: lmodern (<= 2.004.2-1) Breaks: lmodern (<= 2.004.2-1) Filename: pool/development/l/lmodern/fonts-lmodern_2.004.5-6.1apertis0bv2022dev2b1_all.deb Size: 4539912 MD5sum: fc2865a3ae2962d04144933c4f856d52 SHA1: 53c9e732673007176e44df24659018888f27db4f SHA256: 56fd4f182f9167cc9bc0d8f6dde46077da12ab56d78484f79a5fd66fe57e8463 SHA512: 8aa05bb56e3c98ea0c7dfb137289c003eb4219452bc77e5e253166e53378b6712ea6f3e1d666af81da849968f7626f4a2ac20cfc4c7b95da4b4f97e5deffc036 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: 352 Maintainer: Dr. Tobias Quathamer Architecture: all Source: lyx Version: 2.3.6-1apertis0bv2022dev2b1 Filename: pool/development/l/lyx/fonts-lyx_2.3.6-1apertis0bv2022dev2b1_all.deb Size: 205404 MD5sum: e5473d6c1a15ecdde1eb6af3c8838cda SHA1: 08d788f22094207508c7b64524e17b85818c4ad7 SHA256: d6816408d19b83d1de4496b45380fc8b144638b1fe13988f8049901360939fc8 SHA512: 28b08b0e7fb6b860b26ab76af62653ecd51c6d1269d775fab65742770dc83074967748fae2bada1d3818b6f30713a2d5abee17e8b84c72db7537ce5bf88b6001 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: 4419 Maintainer: Dmitry Shachnev Architecture: all Source: mathjax Version: 2.7.9+dfsg-1apertis1bv2022dev2b1 Suggests: libjs-mathjax Filename: pool/development/m/mathjax/fonts-mathjax_2.7.9+dfsg-1apertis1bv2022dev2b1_all.deb Size: 2213428 MD5sum: 23107c497eaaa9f0e58c4d42dfb82567 SHA1: ee9d13d3181ded3c98304a5a35174a82bee61bc6 SHA256: 611e61b719b86a6d170cb228b78b72fea4c311d3f0c7aaf56c76c8eb45a883f4 SHA512: 6ed242f6a3d97755eb5586e8a2d1a9d8a8a08ddca61eb3545acfea49ba1a27dc6e150606b76d837a9a59c86f494943fbd422f88751eaf873586e2e7ffa4c68b9 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: 2212 Maintainer: Dmitry Shachnev Architecture: all Source: mathjax Version: 2.7.9+dfsg-1apertis1bv2022dev2b1 Recommends: fonts-mathjax Suggests: libjs-mathjax Filename: pool/development/m/mathjax/fonts-mathjax-extras_2.7.9+dfsg-1apertis1bv2022dev2b1_all.deb Size: 678688 MD5sum: 51fb4070842b8a76a2cf035fff354a8d SHA1: c3e9949ec15c707dd7a1b6dfd792b6088e3984ac SHA256: 721fe9434edad579f201e525fa48d60393a1e07e68ad4d3c337ba5e996ae4486 SHA512: 37f1005e120224c0e97297c8e3a33582e1defdcd125cd6678d92eacf029aa1878bc9015cfb615cd03358b53adbd134b0084d07a8c703a2eff538ab7525ee450e 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: 35 Maintainer: Debian Fonts Task Force Architecture: all Version: 20201225-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 21176 MD5sum: c546ad8177af4121907325b03fd49a4c SHA1: 2ff2a7cdb957b83ae69bfd76a6936310834c846d SHA256: 06630cb2f36d30cf861a327b951090db34162313162cbc44e89f6fa7e8999cc7 SHA512: 39fde700b19a4472d149e4eb25bc770572b6ab2228535e1de8af17bae33214094d2b01d0241ca92d540495ef08413a10301a114f80f8f0a15fc4142bae9018dd 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-color-emoji Priority: optional Section: fonts Installed-Size: 10609 Maintainer: Debian Fonts Task Force Architecture: all Version: 0~20200916-1apertis0bv2022dev2b1 Filename: pool/development/f/fonts-noto-color-emoji/fonts-noto-color-emoji_0~20200916-1apertis0bv2022dev2b1_all.deb Size: 9937900 MD5sum: 2d892072c106fc584416c7a47ad9391e SHA1: 8c25acda7b19b17ea89eccc8a70d109e67733604 SHA256: 32fda2839d31c74243b5c205a7c6dc0ab58feccae44120f1de2605514e12533d SHA512: 280c22b0313c4dc3d803cfdd8eb52ab1e60d5e18914993b644ae24137ec0109d06a0ac5dba0447ed19402d50b74491fe41d55463d3659fb3c9b5bdb6d38bbea5 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: 42555 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 12194152 MD5sum: bec54bbfc9fa956ac583926328485b4f SHA1: 86662e148b2805ebaf9bc11230e0b3df69e4ba84 SHA256: 2c6352322e3811fe55731a84ebf9f855c39e9e84031b6f8acd8d5cda1193f63c SHA512: 47ff12dc02e99d4a6c2451b4a02e690a1c6c6a69ea19438966375891b21277598ee2e8dac55a3cf520210a1921f7ebc90eac55cd74e35e3fadb223dfc41caf8b 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 * NotoSerifTamilSlanted . 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: 334238 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 Replaces: fonts-noto-unhinted (<< 20201027-1~) Breaks: fonts-noto-unhinted (<< 20201027-1~) Filename: pool/development/f/fonts-noto/fonts-noto-extra_20201225-1apertis0bv2022dev2b1_all.deb Size: 72428072 MD5sum: 34666f96e4198888c7ec2c7a6daa0441 SHA1: b4e30706dbccba0b5bd908e4b8df17b37889fc47 SHA256: e5a645dce64ce7ab6a81752105a5cea2e1bac38975733ee56672060b38e8fa0f SHA512: 6d865fae1b9457db3ac60106a7807bd368b442c11e5db6c012805200f5755d918cf7bb3156063052f99defd746858e4763fae3193bdb5bff6f8b1f9b157a6aad 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 Thin . 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: 35 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 Depends: fonts-noto-core, fonts-noto-ui-core Filename: pool/development/f/fonts-noto/fonts-noto-hinted_20201225-1apertis0bv2022dev2b1_all.deb Size: 20968 MD5sum: 21f7fe930eae490f903bcd34c73e2267 SHA1: b9bbe33dc2a3f1004466767f7de6d07723fdea6b SHA256: fa38575a812d23d07a1165fb5105a7e7c8794baa8c05d0a011531966d2d742fb SHA512: 8a1571db8cdf204980427bcaf10bbd500d6f3bb5943e793e869e232d18b31b59ec2ee7859d15282a2a230b73c6fcf591419fd1723f81b2f347684b01a60ef636 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: 1160 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 401540 MD5sum: 6caa319d42d0d313f165c60e1153da29 SHA1: 9b4f19e11fcbd44ecf63d9f3816ca771bb892d9c SHA256: 66f72148a32c5f0992735bd1028ab28be0787b06333dc16f82ecf5da0399914d SHA512: 6e0ff52068112f44ddfb471d3b49aab1871171766ac79e3830841dda97ce0ba2ad9050930d3cd81c9feb1028ae113fce6b23291bf190cabd11863d45a6199fa2 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: 5064 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 1424412 MD5sum: daf49caa081512e669de3172f8ff5e77 SHA1: 149b4622bbabf70df894510c1ab3d66b87412990 SHA256: 85d8edf3e88ab843215f7501f75f52a77d5ccf1e34ae912295a9b36ed33f6273 SHA512: 871faa3199173550727eddcf532a26f8679396003593e2383304fd4419c4f5669d8b0513fc3b7e872278def1c253132cfe9d09e2a3875f32029154a2324f6c2f 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 UI . 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: 72050 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 14258112 MD5sum: c34277bcc0d65acf5cb92a2163add699 SHA1: 0c674d25bc732368455fe3916188b5574c33f89b SHA256: 0fbc4e4b8478bfa89371c7d58865d544386746ba3e0ee1b95b685fa566c3a710 SHA512: c73edaf97cf86ffa9111186cd9a609045e45ee02b40ea9402bf4af70da79e47afc33b9cf0659dd677646536f4c34915b8121c0e20bce5e2239430d814445aaf4 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 Thin . 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: 35 Maintainer: Debian Fonts Task Force Architecture: all Source: fonts-noto Version: 20201225-1apertis0bv2022dev2b1 Filename: pool/development/f/fonts-noto/fonts-noto-unhinted_20201225-1apertis0bv2022dev2b1_all.deb Size: 21200 MD5sum: e291bdf0813cb86d4fda5db100a8b5d8 SHA1: f6e3d0be82ba0b0b89519c967aab87d5ca08a7bb SHA256: 6ffe945e35ab93a95fb8fcb3d7d599dd504b83e4d7bc6ca0d47b484246289c15 SHA512: 268a2dca627bc8d81290eb7652889e42f4a84a45d086d0e9f59dad2ae909f9897b0559d94924499f4e6ed2cecb21d4f2ab71924aa9bc0c84e33aae989eefcf14 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-open-sans Priority: optional Section: fonts Installed-Size: 2822 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.11-1.1apertis0bv2022dev2b1 Filename: pool/development/f/fonts-open-sans/fonts-open-sans_1.11-1.1apertis0bv2022dev2b1_all.deb Size: 575352 MD5sum: e82fbdd852d54c815bcf37f1532b4fa4 SHA1: d2bb906095929c4cd4a233c4003e1826cfa79bd5 SHA256: 6b7083ea63ef440280ae2ee5c7daf94e8f32d9fd1abddd6f57156c04cb479220 SHA512: 87c6ec8bbff17cc1d131639c2c5a6c8b038bb0f75c37e64fb723b0fcedb154da7ba41114886fd5c9f8cc02b46108a11a9e268087561689652dccdef2df237518 Description: humanist sans serif typeface by Steve Matteson Open Sans is a clean and modern sans-serif typeface designed by Steve Matteson and commissioned by Google. . This version contains the complete 897 character set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic character sets. . Open Sans was designed with an upright stress, open forms and a neutral, yet friendly appearance. It was optimized for print, web, and mobile interfaces, and has excellent legibility characteristics in its letterforms. . Both condensed and non-condensed typefaces are included with this package. Homepage: http://www.opensans.com/ Multi-Arch: foreign Package: fonts-roboto-slab Priority: optional Section: fonts Installed-Size: 365 Maintainer: Debian Fonts Task Force Architecture: all Version: 1.100263+20170512-2apertis0bv2022dev2b1 Suggests: fonts-roboto Filename: pool/development/f/fonts-roboto-slab/fonts-roboto-slab_1.100263+20170512-2apertis0bv2022dev2b1_all.deb Size: 165712 MD5sum: 129096bcf70a4313bc3795bc25354943 SHA1: 6f803cc0984f58ec53eefb6815c429f0bac6f446 SHA256: 89ee4665f23fdc8e254f18d7de4dc37b903e360c3a94abc22353ac635483a8ef SHA512: 32979b4c546aedfd45e6cad1187dd7a4102b8dde8885992a05c93bb6bf036f69115996a8ab0fc907a5e5a6a35e74ca6db9e8432be2c133249868206d486e1d33 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-staypuft Priority: optional Section: fonts Installed-Size: 44 Maintainer: Debian Fonts Task Force Architecture: all Version: 0.04-10apertis0bv2022dev2b1 Replaces: ttf-staypuft (<< 0.04-8) Depends: fontconfig Breaks: ttf-staypuft (<< 0.04-8) Filename: pool/development/f/fonts-staypuft/fonts-staypuft_0.04-10apertis0bv2022dev2b1_all.deb Size: 22656 MD5sum: 093a53b2214f168287c642885d2350de SHA1: d58fc5fc23e639721ecba9adc2b94420b3d42964 SHA256: 4408b473189cb07eb981edf826d2aecf5e76881451ce22c36fca624dce9c534d SHA512: d0c1dc4c496c4ff5d5772726d661753705e3d52a3f3f7389f6336b76707d54447b67e01ac8164589ff5c24db9cd90f6bcc9d296bff5faf97d06cf6c93aa5c7ae Description: Free TrueType font Stay-Puft is a font developed freehand, with minimal splines. It's all rounded and a sort of marshmallowy, so the author thought on it as the Stay-Puft Marshmallow Font (see Ghostbusters if you don't get it). The outcome looks sort of like Comic Sans MS. It's kind of cute, and might be good for frivolous stuff such as birthday cards. . It covers only languages using latin1 (ISO-8859-1). Homepage: https://www.thibault.org/fonts/staypuft/ Multi-Arch: foreign Package: fonts-unifont Priority: optional Section: fonts Installed-Size: 18011 Maintainer: Debian Fonts Task Force Architecture: all Source: unifont Version: 1:13.0.06-1apertis0bv2022dev2b1 Replaces: ttf-unifont (<< 1:13.0.02-1) Breaks: ttf-unifont (<< 1:13.0.02-1) Filename: pool/development/u/unifont/fonts-unifont_13.0.06-1apertis0bv2022dev2b1_all.deb Size: 3164648 MD5sum: 540bdc81447a2ece338aeab590aac7b6 SHA1: e1a63dfe1da7d96bd0231c8b9c167795f3bc1e19 SHA256: 8566028f16a31d07c201c8871ed3bfd552ff68ce8490ee20b988fa1bfddc7f91 SHA512: bf6b9660f63f238c75a0d6f4e131c0c47003a39c7ac858202fc14886dfabd4959f6f22ebc9a7274d9b9e0d480d629ac9250cf15344780e6a985a8060ab836f40 Description: TrueType version of GNU Unifont This contains four fonts: "Unifont", "Unifont Upper", "Unifont CSUR", and "Unifont Sample". . unifont.ttf is a bitmap font converted into a scalable TrueType 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.ttf is a bitmap font converted into a scalable TrueType 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.ttf is a bitmap font converted into a scalable TrueType 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_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: 11095 Maintainer: Debian Fonts Task Force Architecture: all Version: 20200910-1apertis0bv2022dev2b1 Suggests: fonts-freefont-otf | fonts-freefont-ttf, fonts-texgyre Filename: pool/development/f/fonts-urw-base35/fonts-urw-base35_20200910-1apertis0bv2022dev2b1_all.deb Size: 6366732 MD5sum: ed7a8b983576cfa83ff0d08a25751728 SHA1: 74d3823bac6a2c8b4aaf38c3958b7b00f768abc6 SHA256: 430c71b468e2730d9d4df0235871604ec569700a48f5f05a65e504545fadbaed SHA512: e6c630b8cd7944f13234f43d6d442ef7b5b70cf99ab1d48d8547cfdede8d7b16953aa61bdef38f39efd95248e33d892d6a9f30769fb164d8c19fb7bea3c17ec4 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 . 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: fonttools Priority: optional Section: devel Installed-Size: 34 Maintainer: Debian Fonts Task Force Architecture: all Version: 4.19.1-1apertis0bv2022dev2b1 Depends: python3:any, python3-fonttools (>= 4.19.1-1apertis0bv2022dev2b1), python3-fonttools (<< 4.19.1-1apertis0bv2022dev2b1.1~) Filename: pool/development/f/fonttools/fonttools_4.19.1-1apertis0bv2022dev2b1_all.deb Size: 13692 MD5sum: 28cbe9b46a6e5db1536f49a630282c38 SHA1: 51cef7f037d325d8e6ff05a225291dfb894ef7d8 SHA256: 9de11b431099137237d10c30760e830f151b95c320634ce0c8156735d6068e1b SHA512: 138841a3a957c563a103f45747681a572c42f9848b5eea41eb0e6e38142a559cb1eb6d2d200d7ec3310c7899aba0e2fa6905da396a8236d50d9f5b22467c382a 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 Package: fop Priority: optional Section: text Installed-Size: 291 Maintainer: Debian Java Maintainers Architecture: all Version: 1:2.5-3apertis0bv2022dev2b1 Depends: default-jre-headless | java2-runtime-headless, libfop-java (= 1:2.5-3apertis0bv2022dev2b1) Recommends: libsaxon-java Suggests: fop-doc Filename: pool/development/f/fop/fop_2.5-3apertis0bv2022dev2b1_all.deb Size: 43044 MD5sum: 496c421536bf8a05375dca53b55f7e7e SHA1: 652cca2897c0e0267492d2524cf0fad57c8ab4ba SHA256: f8be88b50261ef1d33b64300f3e4c7d1b4bdc46c52bbae839af04a2e712f1a97 SHA512: b43d6780a34c658d701b114d902805f22c5eca44212e31d6ef30dfc04fbba8e86dc329dbc7087f7a2ac438bfa09f322f155da2ffaac3036aa782d97677d323a7 Description: XML formatter driven by XSL Formatting Objects (XSL-FO.) - app FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the fop command line tool Homepage: http://xmlgraphics.apache.org/fop/ Package: fop-doc Priority: optional Section: doc Installed-Size: 80627 Maintainer: Debian Java Maintainers Architecture: all Source: fop Version: 1:2.5-3apertis0bv2022dev2b1 Filename: pool/development/f/fop/fop-doc_2.5-3apertis0bv2022dev2b1_all.deb Size: 3168048 MD5sum: 77f9be5f0e368609a322b958c31ab8ed SHA1: 67969dc16a94c00604966b582082e3734a8c99b6 SHA256: d385a459be1aeb5f9b550a5f05bed94c6566ca9ae41b0d3d0521b1f8345fcfca SHA512: c2bc795470c8a2171d91b76f1042abbe4abc9991ecda9e50d22afeb162427a4ccbd9e31a8bc2de69585a2b515297537373be508a6d8958febbd0c440b18ed6b8 Description: XML formatter driven by XSL Formatting Objects (doc) - doc FOP is a Java application that reads a formatting object tree and then turns it into a wide variety of output presentations (including AFP, PCL, PDF, PNG, PostScript, RTF, TIFF, and plain text), or displays the result on-screen. . The formatting object tree can be in the form of an XML document (output by an XSLT engine like xalan) or can be passed in memory as a DOM Document or (in the case of xalan) SAX events. . This package contains the documentation. Homepage: http://xmlgraphics.apache.org/fop/ Package: freeglut3 Priority: optional Section: libs Installed-Size: 372 Maintainer: Anton Gladky Architecture: amd64 Source: freeglut Version: 2.8.1-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.17), libgl1, libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4), libxxf86vm1 Filename: pool/development/f/freeglut/freeglut3_2.8.1-6apertis0bv2022dev2b1_amd64.deb Size: 125628 MD5sum: f4a6cf6272c7c70e73b55aeac505ca94 SHA1: d1ff4e4cac122936604d614b653e08355aa43747 SHA256: c431df79d3dca3ca32eecc10187b71df26ef983e2295e920261406dcf952e84f SHA512: 76ffd00f867659eb015bb193e458ded1b5d7f5bffb437348504a42073631311fc98dd576463b04e303934cba00edb323aaef828dfa70361aeac494c746c7c32c Description: OpenGL Utility Toolkit GLUT is a window system independent toolkit for writing OpenGL programs, implementing a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif. Homepage: http://freeglut.sourceforge.net/ Multi-Arch: same Package: freeglut3-dbgsym Priority: optional Section: debug Installed-Size: 250 Maintainer: Anton Gladky Architecture: amd64 Source: freeglut Version: 2.8.1-6apertis0bv2022dev2b1 Depends: freeglut3 (= 2.8.1-6apertis0bv2022dev2b1) Filename: pool/development/f/freeglut/freeglut3-dbgsym_2.8.1-6apertis0bv2022dev2b1_amd64.deb Size: 141756 MD5sum: 00873073cca6949fb69d5d732180ec78 SHA1: 409358582e76a8db9c150d78286dfcd32c3d283c SHA256: cd3f4043ebd808deaeecb394ecf3cc38911830fd64c0a3eba7a5422b10415ad4 SHA512: 351b60dce4a48b42aa40dfd8f1f0978f91fcc25a5e2383cb38d01fd1178108459ec48f140c174f1f20dd927801bfb26c10e02d7cbbb49e8f525fb92e25efe7af Description: debug symbols for freeglut3 Auto-Built-Package: debug-symbols Build-Ids: 073890c1f01cfcf4576dd4be5c033a9715504b20 Multi-Arch: same Package: freeglut3-dev Priority: optional Section: libdevel Installed-Size: 809 Maintainer: Anton Gladky Architecture: amd64 Source: freeglut Version: 2.8.1-6apertis0bv2022dev2b1 Depends: freeglut3 (= 2.8.1-6apertis0bv2022dev2b1), libgl1-mesa-dev, libglu1-mesa-dev, libxext-dev, libxt-dev Filename: pool/development/f/freeglut/freeglut3-dev_2.8.1-6apertis0bv2022dev2b1_amd64.deb Size: 179828 MD5sum: 252f2e2488bf218ead4f86c55ac39881 SHA1: 36aa9a840c4b118a6fc2d4e1675980f439b1a24b SHA256: 4d0f0b41d3b4666c2a8815a5aaf2be1d867cf4d7220cbac147815d5db63c984a SHA512: 365a8ca63452fa4be1555d1a5d076b23d01a04a5daff233f357537044361f10b151ade82d80f2178b68c665dfe11710815e1aac2b5a5172a6d18ffa356fba2aa Description: OpenGL Utility Toolkit development files GLUT is a window system independent toolkit for writing OpenGL programs. It implements a simple windowing API, which makes learning about and exploring OpenGL programming very easy. . GLUT is designed for constructing small to medium sized OpenGL programs, however it is not a full-featured toolkit, so large applications requiring sophisticated user interfaces are better off using native window system toolkits like GTK+ or Motif. . This package contains libraries, and headers suitable for software development with GLUT. Homepage: http://freeglut.sourceforge.net/ Multi-Arch: same Package: freeipmi Priority: optional Section: admin Installed-Size: 181 Maintainer: Fabio Fantoni Architecture: all Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-bmc-watchdog, freeipmi-common (= 1.6.6-4+apertis0bv2022dev3b1), freeipmi-ipmidetect, freeipmi-tools Filename: pool/development/f/freeipmi/freeipmi_1.6.6-4+apertis0bv2022dev3b1_all.deb Size: 170788 MD5sum: 7bcb6bad1d3c0b29c23c6d627c7cf278 SHA1: 770e1f1f8fc578b59a4308b4bf67f2966cf29a0c SHA256: 1160cc4d9c8716eef4d541f65cd2a56e6b52d6bfb3104c606f05142cb9e71443 SHA512: 45dc3005ad420d8efdc68c52ab8908ae31e4829eaedab93fb413f6a91e1c66ce8bdff4c664b99dd0702914c25bfcddc31b1db28df2b0d687cff0b9e9ff38cd0f 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: 311 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-common (= 1.6.6-4+apertis0bv2022dev3b1), freeipmi-tools, libc6 (>= 2.14), libfreeipmi17 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 210644 MD5sum: fda78a573153530200b8522ebf618687 SHA1: 7e0f6b07b900c0f632786b6761deb4691f6b2e96 SHA256: 3627a2dabce13fe7c1562960c66fee7703e78b3d4849f2a911e9dfa554845576 SHA512: d2f4adf79fcba47144d106df461127a292cbebe469f9eb605f85ce349f6d31cdb568221c4c702089f5bbb157953f1f6045ae0ffa6eb05d9995732b6ec474fa11 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: 103 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-bmc-watchdog (= 1.6.6-4+apertis0bv2022dev3b1) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog-dbgsym_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 82432 MD5sum: 1602650bcb25cb586d3db2a0811df47f SHA1: a40c28095500877f2a5c12ce7f82066eaa2ae3d9 SHA256: 854a29d7d86cd99d3a1831257fab1e6441ffc203abbe2e6b58dcf86a8c38efae SHA512: 7e82b5c340a25be3494986f63a3629f73f03a976098bbdd428d40df5179b3a1d45507a6efb0b31de9080de78c47735f450aafa2d59294cd7a3c072773bca02ac Description: debug symbols for freeipmi-bmc-watchdog Auto-Built-Package: debug-symbols Build-Ids: 3dae8b1f0fd5223cde404629f143a0e84bcad44d Package: freeipmi-common Priority: optional Section: admin Installed-Size: 509 Maintainer: Fabio Fantoni Architecture: all Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Suggests: freeipmi-tools Filename: pool/development/f/freeipmi/freeipmi-common_1.6.6-4+apertis0bv2022dev3b1_all.deb Size: 354536 MD5sum: 6c6e558828ef0d9cbb50d8988955402d SHA1: 697e0424ecab427067c8820f2f6e84e90bbdfe90 SHA256: fa5112a6df85f49a39b2732b0be08bb63c73ab2ac3be06e7d11f592dbe6ef8c3 SHA512: bf6e383499e72912ba62158bf668b44197e292f6c688933bd62310c0db8360813a8092f2deefc7dfae617a03ce887dd45e8e3a5dacb0610d1ffc69b9b2da4e61 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: 319 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-common (= 1.6.6-4+apertis0bv2022dev3b1), libc6 (>= 2.14), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 207868 MD5sum: a2b1040953a1af5237166b665d7401ef SHA1: 2e3e6f9656675cc36c6219dc6f99201beb15b07f SHA256: f59f3acb837c99712fd0235aca02f528bcc9e948c789ddb3ccd5f8778c9bc325 SHA512: 516af35ea626f87a54c3ea040b9f1712f7aa647aa3479302535dba87ce85938689f5030aea91d47baaab15e9e95dff34cd7f7d60bc9c828942c75d38d09230f0 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: 167 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-ipmidetect (= 1.6.6-4+apertis0bv2022dev3b1) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect-dbgsym_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 134396 MD5sum: 023a488da75af28e224762f903a2e5d9 SHA1: de4b1977a06bcaf839d33b4fdd0d130a5d6a70ef SHA256: 28e603443d6d2b93e8bfae39a5b8a1f8c9da59b0cdae9636645d3ebe4c839963 SHA512: f92a96923500b78411a8e81b86dcc73c29ccb77e6f33afd49e67a8db788a3fb71805cef26c87533302a29e1d8bdd78f68026aa499aa21a8ebc3e51beb06a91a4 Description: debug symbols for freeipmi-ipmidetect Auto-Built-Package: debug-symbols Build-Ids: 3e3ef6c16470936c7059bce38720311e141ab542 c4e8f6627e84eacfde207e0e2a87894e9b1e4d89 Package: freeipmi-ipmiseld Priority: optional Section: admin Installed-Size: 392 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-common (= 1.6.6-4+apertis0bv2022dev3b1), libc6 (>= 2.14), libfreeipmi17 (>= 1.4.4) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 250524 MD5sum: d62ed5794675634f4e038aa2fd673ea7 SHA1: 23f58e385d1bcb2b01db04826808ee9585c7b8c8 SHA256: bd725cbb04e3adfa17fa03c6ebc907aa26e538533e9eca79cfb49a2a0fbdaabb SHA512: e227b2bb61c75f5d656f1085f2efca2fc9f9328023ca60e78ba46b547169fc0a5acd5de3fa49cf0f5a76e4dd35f864786e276834e8f58493aae8557465702c42 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.6-4+apertis0bv2022dev3b1 Depends: freeipmi-ipmiseld (= 1.6.6-4+apertis0bv2022dev3b1) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld-dbgsym_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 191728 MD5sum: cfd3cbbb84a6da12baa6573def889d3e SHA1: 5ef0d11451f6e1297487ea5943f3572f7d8f4929 SHA256: 4039a4edbf32a0b3cfd02a56731a23f24838dc11ecb648a858e98a420899552b SHA512: b9c4961db94ec2cb322376e0b8fc1708b210258d0d32525c7a36a38de4b517c8e437043cf3ab102804d55337a1c66eab44ead2caae284b377cb9552aa9983e67 Description: debug symbols for freeipmi-ipmiseld Auto-Built-Package: debug-symbols Build-Ids: 58363fe9af2f180513ca1558369f5d9c9df364a1 Package: freeipmi-tools Priority: optional Section: admin Installed-Size: 3279 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-common (= 1.6.6-4+apertis0bv2022dev3b1), libc6 (>= 2.15), 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.6-4+apertis0bv2022dev3b1_amd64.deb Size: 809268 MD5sum: 3d1820e006dfa8fe719b12067ad22635 SHA1: 02861a5eafa12640e739b87b28931aab2692bf3b SHA256: 545b10c34da95349eca4a176b65c015e1308037fc6252d0c963c9a3892b560b1 SHA512: 03a275b38585c9ecf1a820fe2988989363e0729f5ddeb8c880ae915e1cf78e7a082a73ed0ab3225aa89d5b2bf5788b96d96f307a941bdd7283a594ecaed82d90 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: 2739 Maintainer: Fabio Fantoni Architecture: amd64 Source: freeipmi Version: 1.6.6-4+apertis0bv2022dev3b1 Depends: freeipmi-tools (= 1.6.6-4+apertis0bv2022dev3b1) Filename: pool/development/f/freeipmi/freeipmi-tools-dbgsym_1.6.6-4+apertis0bv2022dev3b1_amd64.deb Size: 2350232 MD5sum: 092a9251293f3ead33b88224c8292cb3 SHA1: 705959251bba620c7200fd6aa62434789453d104 SHA256: d53ff50f1e5423d4adaa2faeb479e0d3252909070e556a56a28e24757fbb52bf SHA512: 870ba5316a5980a43614a07d4297fcaf8d42058dd21d0b864431df15f4f2401ec945fc35f9e18e5ecd92a07f5d3a181ceb5ad0a1fc7b4909137d5c2df3437e66 Description: debug symbols for freeipmi-tools Auto-Built-Package: debug-symbols Build-Ids: 0384533647fed9eab300c38d0f0faa69c3e9f896 192b4e977c24531c33b6913a6d9d0044ada9e823 19db0cd1f54ef6b899c172c88c89975bce4307e5 1aba7d4e3740454e5d48595683d16fbae3ec58f8 1c86e4a40b64c0ed25891b3e3b05f8c0e12ae5dc 364310d757097ba9f98d8a9d42765e2301214226 45688767d446de390fb5b8259c3fcddfd61ed21f 603ff2a83f4ac015bfc28b315c6d6d74ce3d7d5a 6621dda4213cc745a797188b87bd85f4718f7900 783982a79b2d176ee319acc25a7b1a3f37900eee 80bbaeb7b193d7086106c02c3b0c0fa0feb2c27e 872627301013340ae789ab610e462cbb4717974a 97274c1cc1cea4be26a8b355928b04deca44058b b01a9c8ab06156391b65adf7058f1a70384f8d6b d4e9c0d1bcc7edff6616b7c5f29eb3358ab40f75 db0921f45f546869bec34a2a158ab216ed36f70f Package: freetable Priority: optional Section: web Installed-Size: 41 Maintainer: Felipe Augusto van de Wiel (faw) Architecture: all Version: 2.3-4.3apertis0bv2022dev2b1 Depends: perl Filename: pool/development/f/freetable/freetable_2.3-4.3apertis0bv2022dev2b1_all.deb Size: 20040 MD5sum: 4b721a096d9078d1b1d273f13ecc71d5 SHA1: afc52ea770f7f172e633afe6d1fa6d16fb92d5c3 SHA256: 89a9692ccee4d36610e3b8437f29b33487d576afbda4ac49f0ae03d7fadfbbf4 SHA512: 69239950b65e22b0714f266cd86aa8bdd3eced73a84910ed6567b9165d26324d43f9824d86523336f554f6b8748b46da88f4b966064a3fb37314a29bfbc94869 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: 842 Maintainer: Steve Langasek Architecture: amd64 Source: freetds Version: 1.2.3-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.17), libgmp10, libgnutls30 (>= 3.7.0), libgssapi-krb5-2 (>= 1.17), libhogweed6, libnettle8, libodbc1 (>= 2.3.1), libreadline5 (>= 5.2), libsybdb5 (>= 1.00.82), freetds-common Filename: pool/development/f/freetds/freetds-bin_1.2.3-1apertis1bv2022dev2b1_amd64.deb Size: 223172 MD5sum: 916431a0fb1de414fa0e783ed6a17a0e SHA1: e173bda1d4a22c3d17eda9639f79af7e03c708ce SHA256: f6c49731178c40e67854c9483c7695e87f1206a107c4ad5f6b247c1ebe4161bf SHA512: 8060e0e761fba18011478c23a7eac4bee9a9167a33d626cab210a3b6453b850cae571f9010b2c839a00a92aa8fb74a731e03e71812bbd0133ead5b9ad54d7e99 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: 1168 Maintainer: Steve Langasek Architecture: amd64 Source: freetds Version: 1.2.3-1apertis1bv2022dev2b1 Depends: freetds-bin (= 1.2.3-1apertis1bv2022dev2b1) Filename: pool/development/f/freetds/freetds-bin-dbgsym_1.2.3-1apertis1bv2022dev2b1_amd64.deb Size: 1046864 MD5sum: 3ac92011f4d60c3c3030fcf14a3ebb4f SHA1: e0ab0e7feb46331144ba587830221ef2048d9c3f SHA256: 2f09ab39190d17d1d1494f7049e2dcf6ea5cfdcdbcd2d4ba04b884ecfb152a7c SHA512: 00a7d7c3c82ea6b2abee0b8757756920dd1e192a914f75362eaa0e50db457aecfc76b039ec3dafdb030737508cf98175faf1dca76cf004e0ca8fd5bb03f2caae Description: debug symbols for freetds-bin Auto-Built-Package: debug-symbols Build-Ids: 02c22cee0056ade32d350b0160caf47f4b78dd2d 03dac465ad985b22e84348e1de9e3e24f95c7561 24af5f02bab26ada8a126e59efdb0068b54680fb 639cc972479b5b102b7b033f8e265924b3891c71 72cfd3f7dcc77c2865000195f91bddac986887ae 7f1f8574601e8219fec61620bc028c81d3b94100 e82a6dedd1a6f4c7d852192a1815fb87f6665b55 eaaf5e3b7b49afb9c6ae17aec19655e76956c458 Package: freetds-common Priority: optional Section: libs Installed-Size: 60 Maintainer: Steve Langasek Architecture: all Source: freetds Version: 1.2.3-1apertis1bv2022dev2b1 Replaces: libct3, libct4 (<< 0.82-1) Filename: pool/development/f/freetds/freetds-common_1.2.3-1apertis1bv2022dev2b1_all.deb Size: 35204 MD5sum: 2d3d27af3a69b4ad5a0a6ce454966fda SHA1: 06548f55386ec10c9a0cc94074827a961c94842f SHA256: e660ed26b1ea802ed102e6a5035720cfa174a534df7a97f1439b36e5b3af3274 SHA512: 1256a3156d3c47916aa19fc45417b80fad19e8528426f66bbb81b6341732c3ca2722ac3c757345e5fd645642ed67d7818204df09da05350889df6df552638146 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: 2065 Maintainer: Steve Langasek Architecture: amd64 Source: freetds Version: 1.2.3-1apertis1bv2022dev2b1 Depends: libct4 (= 1.2.3-1apertis1bv2022dev2b1), libsybdb5 (= 1.2.3-1apertis1bv2022dev2b1) Conflicts: crystalspace-dev Filename: pool/development/f/freetds/freetds-dev_1.2.3-1apertis1bv2022dev2b1_amd64.deb Size: 285652 MD5sum: 710d1488322ebd4b1597e70729b23fc9 SHA1: 9ac9f6d79f7067f2d9ff96dd0058f624eba03fe4 SHA256: 378557606dde18da9c5e199a4d625cac0536102b9febad216d7aca3bd6adacca SHA512: aaed52f395c20f9b0fb2849a528607398ff598b4b194b64657d2446ad5229e81e658fd364ce38d5080347eea5f094552b3c689beb752118cbff264dd171094df 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: fstrm-bin Priority: optional Section: utils Installed-Size: 135 Maintainer: Robert Edmonds Architecture: amd64 Source: fstrm Version: 0.6.0-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.7), libevent-2.1-7 (>= 2.1.8-stable), libfstrm0 (>= 0.4.0) Filename: pool/development/f/fstrm/fstrm-bin_0.6.0-1apertis1bv2022dev2b1_amd64.deb Size: 35252 MD5sum: 982bc135febf376e49eac9e696f9df13 SHA1: ca3f40ba84d33e170650c5e93c5565b125ca30a5 SHA256: 553ae14ddd1f93136c4af3ed11ab477d2aa501cb06d44d2068d471c6da5313c6 SHA512: 4e82df27dea444d46cff07e424bc17596691abcd352f4e7b4265cd75ac2634b215c72a75e95ac2dbcbfca63ee568b4194301c82b425f20da39702a916f384ee1 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: 128 Maintainer: Robert Edmonds Architecture: amd64 Source: fstrm Version: 0.6.0-1apertis1bv2022dev2b1 Depends: fstrm-bin (= 0.6.0-1apertis1bv2022dev2b1) Filename: pool/development/f/fstrm/fstrm-bin-dbgsym_0.6.0-1apertis1bv2022dev2b1_amd64.deb Size: 94036 MD5sum: 5bcd1c51a943145421479b834b101860 SHA1: 1e296b25ba9b802d7b153ad9ab061b655da68a23 SHA256: 14f6aff6f578d4bd84732ed48eed93008779723e65ae2be94210dcfae11a49e5 SHA512: b9ce844fe41cb4c7331f2baaaff3aba2785eafa83edac1349f4e73014589d087f44e3c73c62c0f244d6545178fbced294e2e3234b58256f701145c25f1e870cf Description: debug symbols for fstrm-bin Auto-Built-Package: debug-symbols Build-Ids: 0350bfec5e1972dc6adec7fd9d85710d57533c6c 2323dc10fc0fed80a6b1873b7fee8d46769e7573 e42c16d9dccd248f821bdb1b547818c2d7a50420 Package: fuse3 Priority: optional Section: utils Installed-Size: 100 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 3.10.3-2+apertis0bv2022dev3b1 Replaces: fuse Provides: fuse (= 3.10.3-2+apertis0bv2022dev3b1) Depends: libc6 (>= 2.28), libfuse3-3 (= 3.10.3-2+apertis0bv2022dev3b1), adduser, mount (>= 2.19.1), sed (>= 4), lsb-base (>= 3.2-14) Breaks: fuse Filename: pool/development/f/fuse3/fuse3_3.10.3-2+apertis0bv2022dev3b1_amd64.deb Size: 35032 MD5sum: 3b2ef5a108b093b3f75e383d973be9ec SHA1: 88b3fb0c1d75dd186174ec5bc1cc576bcb63d821 SHA256: 616917ee203ee4572234bf3738a7ef760864b96730d0dcf777672159c8832e4e SHA512: 50b931e63029419523dea9e698384dc1019a96873f2bfacfb691ea913cf63f0c3450796a14f835ddd73e6357b1bfa4a91d2d3043f11dd34510776dbecb88cd36 Description: Filesystem in Userspace (3.x version) Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Homepage: https://github.com/libfuse/libfuse/wiki Package: fuse3-dbgsym Priority: optional Section: debug Installed-Size: 77 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: fuse3 Version: 3.10.3-2+apertis0bv2022dev3b1 Depends: fuse3 (= 3.10.3-2+apertis0bv2022dev3b1) Filename: pool/development/f/fuse3/fuse3-dbgsym_3.10.3-2+apertis0bv2022dev3b1_amd64.deb Size: 50436 MD5sum: 221cb49dd3c53d52577bf40e2c594446 SHA1: 82b6b4c6618e6d83c37d0e310eec3279bae1d6e7 SHA256: 52f5458f5d88f20d9e2f1fc09639890e593e40d1e728ecd0e496c067f0c74d86 SHA512: 01517d41f0f14e6f7e4393f0a11acaee81562dd4428cbcc1351db93a4e7ee14fa9326f2a4ff771a5ffa9fea276d24cdb7f7b04e546c24915436e8f39d505f0cb Description: debug symbols for fuse3 Auto-Built-Package: debug-symbols Build-Ids: 1747a34b7f3a71a6ef7146a392766812dadd79ca 8d33b54e0ee35f1b619c38f61833f8f77f60aa05 Package: g++ Priority: optional Section: devel Installed-Size: 15 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: c++-compiler, g++-x86-64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3) Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10 (>= 10.2.1-3~), gcc-10 (>= 10.2.1-3~) Suggests: g++-multilib Filename: pool/development/g/gcc-defaults/g++_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1660 MD5sum: 018371d579e4b78991cd282b9672ff46 SHA1: f36aedbc7a3262d881700354c0ff2c6ab52f3f54 SHA256: ac28a92fdc1cb4afff18329a4032551e36f6a1b0d909169dfe9b2fe0d2bca618 SHA512: a388517e009923e0e495be55a48c5eaad5d82a020ef0c3d84eaaa8d202043c413511a3d346bb9230385884a066b05c46191678a04b8664e9a5c4d0361d173264 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++-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 215478 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: c++-compiler-aarch64-linux-gnu Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libstdc++-10-dev-arm64-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/g++-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 49675864 MD5sum: 1284b26f4b818372a7f3499d418f6353 SHA1: 363ef874cd4f5a8685dc265f16d64edc2db120ae SHA256: 9c46e949e958c8f0ace6b1fb185d0f67d0b4f890b8a5509823997e24702aa517 SHA512: 667393e312afc5f7d3b3915f39611978df350c8c170e69dbd75a53b55fa7122cc3db9a47bf897c6d9d7c410d7a257ace388b3e565748381414c034b3c08d6add 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 198127 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: c++-compiler-arm-linux-gnueabi Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libstdc++-10-dev-armel-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/g++-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47125004 MD5sum: 9f2dfd3375562df5f917b8098126d822 SHA1: d4b367ab39313df7b544d7b68eaeef25671123ec SHA256: f8506f7f928d2a191f4bc44963e554209fb9f4ebd96b711fca0a5da6e13876e7 SHA512: 7533a01c9d2e704dd764e787654f2ee43778febf4fb00dbf031c98b1faf4d8b039288171a53fe531c7f58e5f7a27dde74f4107585f377be8d072724265efa54e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 198126 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: c++-compiler-arm-linux-gnueabihf Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libstdc++-10-dev-armhf-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/g++-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47130056 MD5sum: 40d157a5b50b41a2dcc10d8a02212c4e SHA1: 1cee64b471c3f64b9b64c8f2776c2e589bbab5cf SHA256: bd0576bf7652671e3d6303d2106c8adcefe6fab2c941f411b1f804838416f58c SHA512: 868643f237a00ff9922ffcec54dfc151d1650531bfa445a03d2e77fcc68318953ef9f8862aba38d7225c56e3b479fa96eb706697d36663b278b0c8d15dcba072 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 225712 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: c++-compiler-i686-linux-gnu Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libstdc++-10-dev-i386-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: g++-10-multilib-i686-linux-gnu, gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/g++-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 50561648 MD5sum: c99e7b4d229116e5155bbf554ccb609f SHA1: aac2a6009e208a84fbc39108530e38b848ed153b SHA256: 11a71112c4f1833a3457485b3ae8fdb36fdb842334c101b808672487b9cef0c1 SHA512: 706d00adc6ebf24c49be13150b000d1d96dd38153fa35341be61d50e561b55a6f1f3144fbabc3b0bfadf41e79009023829d513068de62e5d90df01171294f7b3 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: g++-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), lib64stdc++-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32stdc++-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Suggests: lib64stdc++6-10-dbg-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32stdc++6-10-dbg-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/g++-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1172 MD5sum: 55c7b11f0e104d45e1daa984cc7ef6e9 SHA1: 455356bdc4e9eaf139d814b138506ea5712cf8e5 SHA256: 851ed17fe5b6e645d201dd713a132d8ea31171205797d0c87d87d811343deb84 SHA512: edf57c0bad18b2ddea21d285ac8e0257b8174680e5910c4c58af073dfb1619ca88171ce616bdc6be983831fcf31d575730e38fc2b9e0684a5fc7531f476fca6a 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-aarch64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-aarch64-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1196 MD5sum: 1d3b52bdc24a8e2e4dee48eb90ae00be SHA1: 73c11b9a9bfd6d64df54a6d842d5ef4f4ec971cd SHA256: 40ca228683f61e649d5768708ec92c6d992785d0f493db05d6c468bf572650dc SHA512: 8e8308051dd9fbfde592953ecd9c476c09d2672b4b0e7957d26cde52a4faabd23b95c4a87280c5473ea540a6205a42ca425cce6ffae55605c0262b459af2574d 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabi (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-arm-linux-gnueabi (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1192 MD5sum: 62931fbbd533be3b84eaa3964419798f SHA1: 6576bc11517e0516b93c13ecab43e275d0b59491 SHA256: ba91eab5347423d01296c702fba1e5ef1bf758d572121a820e8f85a137e7a668 SHA512: acc483fbf1cbec15a63472ab89cf3c4b61e4a6488b58f75bec488e8ef14503634169835d868d63f4559b69c6cf0909a4bbe83346c616e5888bbb8857e9938628 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabihf (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-arm-linux-gnueabihf (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1196 MD5sum: f08f84fbbc898e8c593319117ab7ff58 SHA1: cffec83cb6d4d03d30d9b59ea5bec2cbe8e5ffd2 SHA256: 9f0d62cb1825410e83f004509420e380dff7a7c4ae3d09d12a50c47f77e909e3 SHA512: 134078fbf8c7e3810d0a34fe19d924448c194e14e74bc44aab7fd857a45a760db2bad201a0f9222f42abb63276eab34554e3d2fe761b624d9dfb341847a51fcc 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1188 MD5sum: 06d29b8919f13d628c3e958e93b20c84 SHA1: 15025dfcb198d46a402a58d79c5e5c2b840921e6 SHA256: d2f0ff17cee0c357fbdf2974c92877eab1b28d1ddcfd66fe52fb973ffac101a9 SHA512: c19f16b322b8f051c786c4037bbf216a285992de76ec05296a95d8d2bbd596455638b679654c21ad784096af24464201600d82b63ce6cd62cfc13e4e0c5934ec 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: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-i686, g++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185880 MD5sum: 91805bb3884a4ae14f22beee3e362eec SHA1: 9f33c8cccaf7a363f2e5ffb081142c7826f0532e SHA256: edd5493b27ad09d574d730f07a3613d8ac5e12874f429adc49c9c003d38757ff SHA512: e02f86be403f12efcd7194a5499ec94f307ee844e0eca7e5c10fbef6fd892384a16fca3fe131d4f0e36a877cb6c9e3d9702dfa678c1bbe872b0cdb1ad13ba62e 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-i686-posix, g++-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185896 MD5sum: f66364d27b97de526b4e56a185129d08 SHA1: 1032b66afa5dd0939ed587a4885a17b5a4e99400 SHA256: 8026a61614e229328c5b0d9b5a18c110fc1b05dfd775c8c18a7fa4c89ae03c63 SHA512: e8d4a4bb9be62985bf3ca2e4a9cc3729e1822f71d6520351ca9301db1d2b8b0c81394e16c0fa4365fcf7835a4530f94338782c81bf8cf1759065932dc291007b 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 49878 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10485140 MD5sum: affe519de966b8633ddf55c3f1d5f271 SHA1: f60bae743087ea5ce6d826186416f3b48779ff29 SHA256: 0367bef3a4be605f738b3afd9fd91311ccb956ad84e3743b690cc18d93997fc2 SHA512: a43a16b7649967fa21b9e8e6c56f4a64d1e1c3df30cb03780e4fcbbe1a4c91f6b923f27cd422d2c99437f92daee0e9f31ca74f74202504674823c2b530bcb2d0 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 88468 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 86398664 MD5sum: 1a0afccfbbb2da23cc4fdccbf0337ca8 SHA1: 679e1ef791ddb93645be01b7308f19c8caf94eb1 SHA256: cffd436981f506b7bf294dcdf23d1ce9371c282a1a8fa874f07ac259e7ede4d9 SHA512: aa05b6043a90ede6e565e116685f669b4969ad2f52a448261e2b5ec020509a466a6b618ef03bc946825bf311082db815889301d1d2b0706107b06ca1ed6cba78 Description: debug symbols for g++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 5b612f835b763426bff80ceb84e554b140fbfb1c b9600253974d6c22f2046f7beef6267047bd6ca3 Package: g++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 49801 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: g++-mingw-w64-i686 (<< 9.3.0-8+22), gcc-mingw-w64 (<< 4.6.3-3+4) Depends: gcc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10485192 MD5sum: 9a85218e3e98ef95bc3e3dbbab24e605 SHA1: 793139fe90de78e7ca74f8ad7a07efe00f2c6455 SHA256: 3cace46d29547d85063b819390ae012118a8d3c4d0ebce6574b5203ed89def8f SHA512: 5defeee50c6415b399aec3f51deaf3163071f696bfb72b50da4624ce6a1868aee3649ac125bfe4712c09c78f4f73acf35f8af922f10d7438187dff421f433f16 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 88467 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 86423664 MD5sum: 69356fde08af91b082144cdae07766fe SHA1: dbecb14d3c3bb541ace4b8a13a6d8ba688c89b9f SHA256: b1399a87bdf04887e29719bcdac6299cc1993c564f7931c965ff2cf2e3fdcfd2 SHA512: ff680bf746a011eae5a32dc6feff517683f96b91c575ec0f2eabe417b9fac351b9d2d121c2880826277123a3142956415e236a0ddc3a50300717b908edbe4bf2 Description: debug symbols for g++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 6d33eafaccd15306a85491a894e9c6093dd0e270 de29073882ebdc1797e276e07b21f8aa3f68f275 Package: g++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185896 MD5sum: 4b235ec7b50c3695e86e14f38ea00d74 SHA1: f7619e295f7b44e1beacab8fba871df8d6b5a262 SHA256: a3bcac72c299c2c790963b84ea805798c0d38014457cfd40c826764457249e8c SHA512: 4feedc650db68e1ec6780163062169e83ed46374c10ef3e4f7e0c44e88c29df2829996cb714a11c17f3619870ef12b9d751be17f07950ae145390bfe3805a3b4 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 51657 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10651300 MD5sum: c048b59bd350a8cb8e7cd4b460399cb7 SHA1: 778285c60eb3f63fcdd8b9a301233362765b0013 SHA256: 01852326af9225761454dbbfd34077403486dff289004d27e0e392fd83899cb8 SHA512: d76b76e5f32f90d1e2214ce07d06a8ffd8bf7130ceb0f6c4b85d161cb816189e205f167d8e559ea7066b05c6770a68fa31e96b9655fe674e22bed7c700f350fe 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 88944 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 86781004 MD5sum: 4c1d5ff41fa936c3c2fd3d856ee22c8e SHA1: f9566a09ab835c9b6cd810d5aab8d11c78200a1c SHA256: 62c373411ca0239c11dc013d110b26ca9c18c92061b7cc304754bc958fc2fa55 SHA512: 723cebab9f9bf1957490f9fcb1000f5db2ed0a8dc2d63e61689b1dcc34e97fbfccff9cbba1f2715302cf62f719ad6d70a68ca878edc31d97d66a0f259bcb3df6 Description: debug symbols for g++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 7104e4417fac7fdee22aa1dfb8307b2d914edb85 ba71f8c2b3c6580d09418c6fcf9465821a2d6f8e Package: g++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 51574 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10647704 MD5sum: 36704a6b5b2b4bb30ad5fbbcf3351ac6 SHA1: 8b6714fb71798b24cf163e49fb4af3f57c387c37 SHA256: 5c4e6691e004c3897d2b495ec6fb723b8892a973f99979a9a83ec075a8d02c8a SHA512: d136ec1265a26cf5e4c3ddc34832c0af801297841df3f15d2b89d28b92c18a4152e86e5739120653ba061898fea1bd91bed3c1e9b33e51b4e08b48d2fdc6b03b 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: g++-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 88947 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: g++-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/g++-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 86825604 MD5sum: 1442bfb5ae8b04e4c45aacb7d414d200 SHA1: fa09b50decddc9ca21998a64f2c7dfd46cbb63eb SHA256: 895c437231d6875ad03dab9505fb1ee733de004a15f8f0c93ed8e8ac784f7973 SHA512: af4394fc07ae0b7bc88052da08a9c336fc67e6a268544976b86b587f30fe760f5c047c269ec850d0ec09f3093fb12f215f4af854221ec8981d5ace95cd25a508 Description: debug symbols for g++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 50287597717a0f5b5a58a8d570380a6ad7b9b2d9 7df4ec14a8e1725ebdd0bb65ce49dc1e8891c7aa Package: g++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib (= 4:10.2.1-1apertis0bv2022dev3c3), g++ (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1016 MD5sum: c528c4e151573ff8211579262c687c05 SHA1: 921e9ff765d843793c1737cea7a82953592cc6e6 SHA256: e81d5db9bd510b0000825ff01a0afff7ee00a902d5fe169b1285fdca5b08ed31 SHA512: e3eb1ad8bc5a22109039e5046be73398f9b439739243cf8cfbd9ef81f62868d8710b76dd6b7e2bf2e2839805065a212696f897870c161cd05f4fda791a7f9de1 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-multilib-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1024 MD5sum: bcab7a1e8e92baa5c1326316483e3e44 SHA1: 8fe891cc64a9059a63def7ec73bfed3d18fe8b34 SHA256: 05a768d2e113b5fcf57674c519c5c44f4f51347d14a0bd701f6e220aa1140f6e SHA512: 4c9b297892715e82643ad6cae0a2c247c70a2f23dd0eca3a321a0d4771876a33bb3cb0f5e842285809d2d83b323b1608cd3350c4a724fe7dc15351fc04a785bc 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1024 MD5sum: 8780beb262c485b4be8389e329e75dfd SHA1: 92ce7a6afbea4179efe843ac9d219d51b7edecce SHA256: 05bec21c6dce1b9b7f389c7341398b9e2462b13bc62d898711740760f0eedea1 SHA512: c527e57e982bd8458a33dbed2ed1c0b450e3fe2ec455a71b58547e750950c6a8a028c6b48c76248679850ee024826bfbb2f99c7b984575746484d2131b2178f7 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-powerpc64le-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1200 MD5sum: f9b88af07ec76ae2f19820468f465f14 SHA1: dcc6a276bd2342f8befe3512257845f5da92cacd SHA256: 9039612323869aba2bc6ce6d7b0cc825f435339e1e8b6bb67348d6e59cf199a9 SHA512: f20bcc9d237a6b56368c016c8b300ac71429f54e159e139c72484ce42c567a32748044e0feefdfbc9059355fd7ac5685f821c04ee5da9610e44da39fa69149aa 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), g++-10-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/g++-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1192 MD5sum: 6206e2979efcaf942fa78005ea1219c0 SHA1: b89ec60cb6d41978cb8ec63a14ec333c066e4b71 SHA256: 8e7e7e0ce4cbf94c9c5f358715e78dc5e598ca354859b367cf6a4e2b6891b809 SHA512: a0cb59bcbe1a9fa96a9ef069414d4d6906ea0103029ebe852020e5019ab03d619058e84efb9990caa8a90b95b47e508246ce0445a3cf4a0e6b28cdbd975407da 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-3 Priority: optional Section: libs Installed-Size: 2097 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 25.3.34-0+deb11u1+apertis0bv2022preb1 Replaces: galera Provides: galera, galera3, percona-xtradb-cluster-galera-25, wsrep Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9) Conflicts: garbd-2, garbd2, percona-galera-3, percona-xtradb-cluster-galera, percona-xtradb-cluster-galera-2.x, percona-xtradb-cluster-galera-3.x, percona-xtradb-cluster-garbd-2.x, percona-xtradb-cluster-garbd-3.x Breaks: galera Filename: pool/development/g/galera-3/galera-3_25.3.34-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 738560 MD5sum: 468897287ce490f79e632b88707d97fb SHA1: 376a7750dd3ecb0f0febf39b835efe99f924d5a0 SHA256: b121487328da2c2fe83dc380cf1fd02f00dcc0d3df17ecebc9adde8ab6960359 SHA512: 20c0858579d6d3d0359a517e87c9c3bedbab39f2d2150d5c631b081545b973f3a9cffb6c6e4fa0661fe4ab435f4ba10da94f78e6df6c1abcd97adb0c13b54d2a 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://launchpad.net/wsrep. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera library/plugin. Homepage: http://www.galeracluster.com/ Package: galera-3-dbgsym Priority: optional Section: debug Installed-Size: 11818 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-3 Version: 25.3.34-0+deb11u1+apertis0bv2022preb1 Depends: galera-3 (= 25.3.34-0+deb11u1+apertis0bv2022preb1) Filename: pool/development/g/galera-3/galera-3-dbgsym_25.3.34-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 11634120 MD5sum: 5f9922be1cbf76b662992cebc96e0bc3 SHA1: 9c5c3cb72b24aa8dfb0829ccbfabc0aec033044d SHA256: 3ebd960548e3bc892c8541c784b1df9aef056799cde8098e566bbc09b8940007 SHA512: 2d224cec70994aeabb6fee5e24abf96f073faa99a997cd90e210b39b816cc0b27ada90ba4ef30470843c3eb8f99a0e3935bfe4c0c805432dab801c2190b11b8a Description: debug symbols for galera-3 Auto-Built-Package: debug-symbols Build-Ids: bb541bcd71ddc26d7c79c2b98b1ab76d78a81a6b Package: galera-4 Priority: optional Section: libs Installed-Size: 2285 Maintainer: Debian MySQL Maintainers Architecture: amd64 Version: 26.4.9-0+deb11u1+apertis0bv2022preb1 Replaces: galera-3 (<< 26.4) Provides: galera4, percona-xtradb-cluster-galera-26, wsrep Depends: libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9) 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.9-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 798368 MD5sum: 2572a32b5c070439014839281e8a9eeb SHA1: 5538ba9b75e4218a71c4e7e9c989d04d2e93d360 SHA256: 6fb7a0f345e9e1b413c69369d1b576ce4467a7fef14c2a30f476f1a94541168c SHA512: 326658012eece1e9b215a0731362881fd751539351b90d7a21e1e1910087d2c5e7f38cc9483b212d1c925c92a68553438d687821afdff757d850ed695b9f55cc 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: 13653 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.9-0+deb11u1+apertis0bv2022preb1 Depends: galera-4 (= 26.4.9-0+deb11u1+apertis0bv2022preb1) Filename: pool/development/g/galera-4/galera-4-dbgsym_26.4.9-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 13461828 MD5sum: 162777f3f3d09925cecb5d6d912aa438 SHA1: 5ed21d105db0dc77b71049390218d8e53df6f232 SHA256: 567249d5ad3189a7b70f8848c7bdae1058b2e0285a7d01b21f55f666092f01dd SHA512: ae7e35d18eae8a6080e5098b320b7ba4239a1ddcfc0c0d09ec7004ace89eda0f4b57d5e94d418779d402a7c7442c80c128beb24f8f6594ace115eec569b791b7 Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 6e991fbcfb28e4d46b923a8637dbb2f04c3086ac Package: galera-arbitrator-3 Priority: optional Section: database Installed-Size: 1723 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-3 Version: 25.3.34-0+deb11u1+apertis0bv2022preb1 Replaces: percona-xtradb-cluster-galera-2.x Depends: lsb-base (>= 3.0-6), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9) Conflicts: garbd-2, garbd2, percona-xtradb-cluster-garbd-2.x Breaks: percona-xtradb-cluster-galera-2.x Filename: pool/development/g/galera-3/galera-arbitrator-3_25.3.34-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 570808 MD5sum: 8e1a45184175afccac260054b270ab59 SHA1: 9f971aa94f9df536483730341bf0990c67195aad SHA256: b281d7262c948ceb9b0a99912d0aaeeb431bae38c0b67bc8cac3510282e7547d SHA512: 1cbaf66bc2180173d628e1f02648c7b131f6fffe458571e04790821e258a387616830db570621cb9edf2ae23e4e55e9486bc1a53c45a71c8e9fb32d4006d0ca8 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 http://launchpad.net/wsrep. For a description of Galera replication engine see http://galeracluster.com. . This package contains the Galera arbitrator daemon (garbd). Homepage: http://www.galeracluster.com/ Package: galera-arbitrator-3-dbgsym Priority: optional Section: debug Installed-Size: 7965 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-3 Version: 25.3.34-0+deb11u1+apertis0bv2022preb1 Depends: galera-arbitrator-3 (= 25.3.34-0+deb11u1+apertis0bv2022preb1) Filename: pool/development/g/galera-3/galera-arbitrator-3-dbgsym_25.3.34-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 7795012 MD5sum: 7ccca33cce85fb3aa604e8681eab2607 SHA1: 1328d5f92b7415071f922a1e29aafd462fb3598d SHA256: c80d32864ce71ca7a74bc8d2be9c7348418c3bbd225c2dba73d6fc2c7b8393b7 SHA512: c2e083db8d19c8d030ae03754c6cd831645b63fc0054bb5bf8acce32e6728ce8f9d0096aadf02e33de53b14f2b3ed9e25d24065df701a49820920701e095ba50 Description: debug symbols for galera-arbitrator-3 Auto-Built-Package: debug-symbols Build-Ids: c7cf623093e635166f5e4bd7f0969a952fe564f6 Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1887 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.9-0+deb11u1+apertis0bv2022preb1 Replaces: percona-xtradb-cluster-galera-2.x Depends: lsb-base (>= 3.0-6), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.17), libgcc-s1 (>= 3.0), libssl1.1 (>= 1.1.1), libstdc++6 (>= 9) 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.9-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 612840 MD5sum: 45ac738219d5c5fcf2788046d17836cc SHA1: 9efc0f204a88a68104cc01ef25bf53b7b28dc7a6 SHA256: 7a52ba12e224dda1abf24a3780b9d5798525e11024b03504982d32a90b489e15 SHA512: 6509563afb06277faf712606452fb254f4e058b95e6f6bbc6d3e93062a41d6b2dc4c457811348a8238767410fd079a34e0263d6ea85f0022040922b4a0ab032e 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: 9293 Maintainer: Debian MySQL Maintainers Architecture: amd64 Source: galera-4 Version: 26.4.9-0+deb11u1+apertis0bv2022preb1 Depends: galera-arbitrator-4 (= 26.4.9-0+deb11u1+apertis0bv2022preb1) Filename: pool/development/g/galera-4/galera-arbitrator-4-dbgsym_26.4.9-0+deb11u1+apertis0bv2022preb1_amd64.deb Size: 9117668 MD5sum: 9e39fbc7f94416095aece6d830370703 SHA1: 97100dcbe2a0acaeda2f628df1572ff340c2086f SHA256: 1d7888cf734e70280c3671f66755c6631a571c11437179393b1bffe289710849 SHA512: 57eaca931712d97f801a79df1d449d0ac46f9a9ff4301eb8dd9b564eda2df029899a92dfc6fc9d3d519221f494cc1dc3ecfab4cbd3ecd6ec152f41cdf0ce4dc5 Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: eeada03738e8b46f44acd0ce3ced1a0ae9b7d4ee Package: gawk Priority: optional Section: interpreters Installed-Size: 2456 Maintainer: Adrian Bunk Architecture: amd64 Version: 1:5.1.0-1apertis0bv2022dev2b1 Provides: awk Pre-Depends: libc6 (>= 2.29), libgmp10, libmpfr6 (>= 3.1.3), libreadline8 (>= 6.0), libsigsegv2 (>= 2.9) Suggests: gawk-doc Filename: pool/development/g/gawk/gawk_5.1.0-1apertis0bv2022dev2b1_amd64.deb Size: 605144 MD5sum: c91fe9e4c238d89f1f0ce0a0a78c62ed SHA1: 0894d88de1f1c51d6379bc6cdc4a4956b4ca79e7 SHA256: a27b872ce77e6ad9bdd080fc41a49a1a2673fd219ed321640474cff18d335608 SHA512: 91ddbeb5d0f11179867aeb5c1a74777661a65578d01b0b5428fb5506f99f875fdcbf6c55bdf77b329e67204389657425dccf5d68115e648b5d75ec765c6291c7 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: 1221 Maintainer: Adrian Bunk Architecture: amd64 Source: gawk Version: 1:5.1.0-1apertis0bv2022dev2b1 Depends: gawk (= 1:5.1.0-1apertis0bv2022dev2b1) Filename: pool/development/g/gawk/gawk-dbgsym_5.1.0-1apertis0bv2022dev2b1_amd64.deb Size: 1088324 MD5sum: 0646ce184f681f30fba004254deae688 SHA1: d520f10528f72aa0b44d91189c3f2557f8ebdb5b SHA256: d6ded1001787f39c7086a78b43d59696ad1e82f5233729d40d73b6d90474c639 SHA512: da660099b89ccc383fea99336c4c9e9f27f26bd73d89709574b03a92e7ce4f2014231acc5be340acbcd1579aad1019d47362437e465eb87d99685f13405f1557 Description: debug symbols for gawk Auto-Built-Package: debug-symbols Build-Ids: 06497b74f56443acc17737a147dba5ac612cf548 1546fb226c180df2b20b27a0a6101de4973c91c7 17e346c7dd8b98313d5e353a3679c594294bd498 2e349cff6d9cb70692ca78ef05e34f8034b82d09 335a46a316e5e17b8b921995a0cccae2321655dd 4a15132f3bbd4c6f11046b107a18a31b14a1ec94 4bd1f63f22777d066e1e5410758b2c3294cd90e3 5e9e5605d504dd565fa2307dcd081d05f7cad438 71e96b257390dfb564ce787b4ff4ed076767f9ce 85ba7115de4e224d8c6082720f119100ddaf45f4 8e13f6e5a3c107f3c89c5babad6565f344133912 9fb618f99c8dc94d75dc9f3ef1571900802bc62e d5de35851c9731fe54e40db53648e6cf7016e36a e578846190bdbcc6bab6304cab6e3900db2439e8 f930a4aa941bd38981cfdc904d2c573d72978bb2 Package: gcab Priority: optional Section: utils Installed-Size: 211 Maintainer: Stephen Kitt Architecture: amd64 Version: 1.4-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libgcab-1.0-0 (>= 1.4), libglib2.0-0 (>= 2.26.0) Filename: pool/development/g/gcab/gcab_1.4-3apertis0bv2022dev2b1_amd64.deb Size: 34004 MD5sum: 169b268ba7e20f430f36a06755153360 SHA1: c89e835a48a4be7ac5d45edaefbd0b410d6bf4ed SHA256: c67d4e472f2d8a74139693a976a06f89095c134b14832f52f0bd55f9651724e3 SHA512: cefc464b028e808a7927f81230bbcda837883994db2e236851bca21c6971165d727d508aad7d94f65397c5cb1b3a65f3e598d90c4475d967d2af55aba816312a 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.4-3apertis0bv2022dev2b1 Depends: gcab (= 1.4-3apertis0bv2022dev2b1) Filename: pool/development/g/gcab/gcab-dbgsym_1.4-3apertis0bv2022dev2b1_amd64.deb Size: 14892 MD5sum: 79c0dd93889332d307c7d13662f8de3a SHA1: 568f58af50edc1d266df58d9d89a959f7cf1a5db SHA256: d7eac8a3c12d86ab28dc89e8a84fb707dee1fdb4feafb0786093e2bd998fd996 SHA512: 0e548b9bf7919b1f8247900cca64ead6e56700396f8c755b597e93e0547cd24d027271e465ef6f2c58ae4850b2104102df4427e8f77ee5fc86eb5eec97f1fbd9 Description: debug symbols for gcab Auto-Built-Package: debug-symbols Build-Ids: 5ac0f29ef66a69fdb052ef7e8d37aac3c618adbb Package: gcc Priority: optional Section: devel Installed-Size: 45 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: c-compiler, gcc-x86-64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3) Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10 (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 5196 MD5sum: 75651e741a09b39d79238f4691e687d2 SHA1: fbb4c7bc6afa53ce26828b31470909dc2f6dcfd0 SHA256: 9040a327dc24a43ecbb7dcba7a142c895cf75a7b05015622ba05a66e7f4d2b55 SHA512: 8c2d92ffa8a188ca31e64a32be2119d9907144d2d854fb9ecb700d6e4b31a021c39207c32821faac6ccf20a794f1ef711c4e332a53c5f7363d4382bbbf11aea2 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 226297 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: cpp-10-aarch64-linux-gnu (<< 7.1.1-8) Provides: c-compiler-aarch64-linux-gnu Depends: cpp-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), libcc1-0 (>= 10), binutils-aarch64-linux-gnu (>= 2.35.2), libgcc-10-dev-arm64-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-arm64-cross (>= 2.30-1~) Suggests: gcc-10-doc (>= 10), gcc-10-locales (>= 10) Conflicts: gcc-multilib Filename: pool/development/g/gcc-10-cross/gcc-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 53130432 MD5sum: 6d1a4bfbdd9ef103eb416005d52ece9f SHA1: 2d3fd737b90df4c0166d7998c65038f89f11b6de SHA256: 4e6d438163e9f7a13aacc922f3eb70ac1dbe2675e164b264857a02801e734090 SHA512: c6825f487ab7efb7d11ed4563235609a638384d7991c7bf6b249585758ffee1d36736eb146cda261d28e5b4c83d3a392182404991ff814dbe063105236238d22 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-aarch64-linux-gnu-base Priority: optional Section: devel Installed-Size: 356 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-10-cross/gcc-10-aarch64-linux-gnu-base_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 299272 MD5sum: fb835572f62fa75301018bc86206689b SHA1: 472bce7593dbda0ed0f9f95c32540020312cf757 SHA256: efa80554953d245e9479c48008847fe67d243260955a337563a5f3e8328dfd23 SHA512: bbabc29d5e427a2802b2fa680ab4edbbce815a86e0e47483219b94510867254b30ef3fb5e9b922000452eca32850c1f65c61e3331c1282d70f2c60efa9e4911d 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 207129 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: cpp-10-arm-linux-gnueabi (<< 7.1.1-8) Provides: c-compiler-arm-linux-gnueabi Depends: cpp-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), libcc1-0 (>= 10), binutils-arm-linux-gnueabi (>= 2.35.2), libgcc-10-dev-armel-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-armel-cross (>= 2.30-1~) Suggests: gcc-10-doc (>= 10), gcc-10-locales (>= 10) Conflicts: gcc-multilib Filename: pool/development/g/gcc-10-cross/gcc-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 50347700 MD5sum: 8b022fe0ff1af52d507d67fab7490abe SHA1: e2afc5e2396e541f3f98cca7c7e5c2e4fbee3e80 SHA256: a1bb49edd69bd7bc49b22bbd1d5f0ad710a5fe7f1ddce83979ef36ef44f55b4d SHA512: 5e211aea4c770d5f304e7c0aa8182c5dcecedb5f7e2a57969b1bc9d14a432491d6bcee58117211d1c266c9a9753e226a80f7352746acebbfe97b363c47666402 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-arm-linux-gnueabi-base Priority: optional Section: devel Installed-Size: 356 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-10-cross/gcc-10-arm-linux-gnueabi-base_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 299284 MD5sum: 37e75e0a9be18aed16b665b81f1ac4a1 SHA1: 2b63ebb9284204e6ededef39ac7db14dcd0bb04b SHA256: 10b2d07d877e9382522a68a600239abb8589a3993aea515b0d6a9f9d99fc04d8 SHA512: 2ee28eed9aa150663258b623ccb4209875389dc1550ddd2aaf394b3e951d01d04a23d373bbb7f43174eb3955cca05460b0acf087801f0c4c5f1e439c3efce062 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 207129 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: cpp-10-arm-linux-gnueabihf (<< 7.1.1-8) Provides: c-compiler-arm-linux-gnueabihf Depends: cpp-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), libcc1-0 (>= 10), binutils-arm-linux-gnueabihf (>= 2.35.2), libgcc-10-dev-armhf-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-armhf-cross (>= 2.30-1~) Suggests: gcc-10-doc (>= 10), gcc-10-locales (>= 10) Conflicts: gcc-multilib Filename: pool/development/g/gcc-10-cross/gcc-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 50342812 MD5sum: 0cca13eb1e0b6df2dabfb5024fccfa27 SHA1: 277683754d5ee11ea25167e09bb920a0020f06b0 SHA256: fa74c200435b6ab880bf1dd57bc2fdecaafa6780ba50a392ff89777b7e96ef68 SHA512: 22eb880a36fd4ce1e735bc86137eb1942a1b61040c9699c66d4f3738cd8543ad8209d59d57177b7e3d80a209ff8db63c60ebbd57da836dfcfcf55954c4037db9 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-arm-linux-gnueabihf-base Priority: optional Section: devel Installed-Size: 356 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-10-cross/gcc-10-arm-linux-gnueabihf-base_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 299268 MD5sum: ce816b10daa598c34544a6a731af5517 SHA1: 75e5da32b7860cc756c358aa2fcfc8ea9a33283f SHA256: 5b1a131ee1fc112f1848e947b4ae54bc9a9b20ad61613116d3bd93a3a06296ad SHA512: 60bb27505f80b3e8452eccdc92579e78aeae6b8ef3e602fcd407511cd512f223a6e52a1e8b301b9bfc537ac712618794c46081e10112562042a1b0dbe83935f9 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-10-cross-base Priority: optional Section: devel Installed-Size: 349 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Filename: pool/development/g/gcc-10-cross/gcc-10-cross-base_10.2.1-6+apertis2bv2022preb4cross1_all.deb Size: 294452 MD5sum: fedfc1576cbec1fe725966c28ca5a15c SHA1: 093033b3317ef4b26383223be61a3c45da45b481 SHA256: bcac4881bb98e7715d611f197a0586a52896e73dede35d8e6dab1be7c85da466 SHA512: 7d0d3b9b13aaa1cacc651c966622be44ca088ba7d23809e1b6563605c1bb3c0dccd4e236aaaa4e2e334a58484e76ffae51fbb600f38770a450ec9d50f71f8731 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Package: gcc-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 237098 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: cpp-10-i686-linux-gnu (<< 7.1.1-8) Provides: c-compiler-i686-linux-gnu Depends: cpp-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), libcc1-0 (>= 10), binutils-i686-linux-gnu (>= 2.35.2), libgcc-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Recommends: libc6-dev-i386-cross (>= 2.30-1~) Suggests: gcc-10-multilib-i686-linux-gnu, gcc-10-doc (>= 10), gcc-10-locales (>= 10) Conflicts: gcc-multilib Filename: pool/development/g/gcc-10-cross/gcc-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 54002772 MD5sum: 5f087d768bb387464a3b73a545a43b87 SHA1: 8c10b64b2e02a0d187450ce6cc2f575e17e2e281 SHA256: 5e55e02aa98974f4c3487b999f82b71747a9d52ba4bb56fe91b36c7d59365f61 SHA512: 8479d2705d6008df78bd0d4fca3231f445aa141570a26fa9b212f8cbc4b9c0cf89c91300402e51fca79bf5a1ed9c1e85a94664f76d93a68d3ccaa8b046b60a2e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-i686-linux-gnu-base Priority: optional Section: devel Installed-Size: 356 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Breaks: gnat (<< 7) Filename: pool/development/g/gcc-10-cross/gcc-10-i686-linux-gnu-base_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 299276 MD5sum: 4cd27735cc2bd65e1267302a60d50f5f SHA1: c3dcd1f6a4a717f3140bb831211cdd6addeef63b SHA256: 141e81516e14471edcbdbb0d1ed2ee0150788fbc892f622ce25748fcc37c74ab SHA512: 7c8c97fb2ff892a695c2816830cc8cec4f7383922916c13ab39bb37d42bb9cd752a0da22eb55af2337ab86a8beba1280332a9e005926b3e2ad9d7ced26e564a7 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: same Package: gcc-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-amd64-i386-cross (>= 2.30-1~), libc6-dev-x32-i386-cross (>= 2.30-1~), lib64gcc-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32gcc-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gcc-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1156 MD5sum: bba2adcb770c48ebda32f7d22f718021 SHA1: bc3fc1dfc169cc0c87caa492bc25c7905a75d724 SHA256: 5d99a03064e46d572c4207d2b30a691d07597b207f5f4768fe1bbe4372d48eec SHA512: b2d21859038a696872b4d499352851bf8f8859aaba788694f841f80070f4d6fadd0597249e8c06f027a830d071236745a5cb549c2616d948e0d9f14ec7ee5931 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-plugin-dev-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 8967 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.14) Filename: pool/development/g/gcc-10-cross/gcc-10-plugin-dev-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1268968 MD5sum: 5372d7f7861086d8dd844412b47b2bf5 SHA1: 3290894eab3dbe994fde6ac874703db9d0d0f654 SHA256: 39a9a2880e35a047b49e92f7a53b4a76460ced510abf88d336f4827a1d010b29 SHA512: 8e634aeb13f2ebb89c0dded663168fe206d35816c12e399532617879f756b838abd58fb388b9428c20e006329d757430433e35eff1609eead9b5f244913f09fb 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-plugin-dev-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 8554 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.14) Filename: pool/development/g/gcc-10-cross/gcc-10-plugin-dev-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1264316 MD5sum: 44bb8d29d11defaadf8702b6b5a6b908 SHA1: 5529fd14e1b4746948a98f4c5cfebb001e552d41 SHA256: 9325b0abf669e24e07a19b0b02e3be57d058cbdab3fe439157b646c021a25fff SHA512: b4c02f9f6060cf7e1db8f495b2c792ae9c79caf17288bf4fb91937be921d57a47440161e3790f3b965a13ae7bc4728ab380956c0ffe779940a6b072b330ba8ed 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-plugin-dev-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 8554 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.14) Filename: pool/development/g/gcc-10-cross/gcc-10-plugin-dev-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1264136 MD5sum: 0936c14893989644e15b8b08ddbe13bb SHA1: 95e92c46546405dc5ef15c58bb8fce9ac8b0fb8e SHA256: e5585380ca25075d3ca550a51c661978e9795f7c3373b79f644bb7d6f940c8e8 SHA512: 60931bb12adf2564827e5a931cb08d4dc03983a0e5708276ef163021ea8128e4f2bdae507ff5ecc594ca4bc28db1873f175c5bf77b38d50b12c9e94e23f0caca 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-10-plugin-dev-i686-linux-gnu Priority: optional Section: devel Installed-Size: 8805 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgmp-dev (>= 2:5.0.1~), libmpc-dev (>= 1.0), libc6 (>= 2.14) Filename: pool/development/g/gcc-10-cross/gcc-10-plugin-dev-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1286172 MD5sum: d27ae98d4401e72c005eddd0302ef373 SHA1: b6e59eb71b11dfb1e82c2522bc9107e8f7568376 SHA256: 1b5ff61faaf4a4e0c2b89c9875d33c89891da810ac387ebec8bbb857b68839a4 SHA512: b500825fb50a57c5b90bfaea16b99614ab51a5a7fa8be6a83bfaa9de203c2c288f0d1afd7b25bc75fb0b0b2161b14841d7ea49e2cfce1db9a11bb8a62bda9b2b 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gcc-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-aarch64-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1476 MD5sum: f56027180a14e8742c76c9d536bba750 SHA1: 5ddf9a8d8b1803d68717ccdd357a988903ea20cf SHA256: e1809a35c99a09cdd915d6d3d09c04121325137c82019f592dd6a04a7c6e580a SHA512: 07211166ce8efec5dedb81a459e7470e52aa02cd249940d8bc3cada4f0c0b77f05add5767c52f9505e3a4467eb61e9106a2d861407e9d928b4530ece6fd57b70 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: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-arm-linux-gnueabi (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1480 MD5sum: ea727155f120df70036335df02aff312 SHA1: c545e2423a6102723ee13d45051f9fb150dbf3cd SHA256: 54bcfd2af61e5c0bc303a132cd49b4753d2592ec4f98f68bb4fb63a1158427af SHA512: b10e9d70030dcb67f387d251fbfb9942cc4f96de9a900fb0cdc0d583302010ce99c9d2b53581a0fce5baad32d687a31fc23ffab6368446bc6cebdf0d5c01e4c3 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: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-arm-linux-gnueabihf (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1492 MD5sum: 573556043c76b8ed183b305d729adc06 SHA1: cc9e2b2189f631036e243efbf6c930be9ca6015b SHA256: 434e9a1363c2653c98006aba9cc96b34b4ea9051de06159e4f3c9dd8c83daa34 SHA512: 1d9750f3d8778cadec2602428d04409ea3e8ebdf43fa5f2106be2cc734847430d69b0483abb4f8bef095dc3ea86e861152802f926c881a51835387139e9debf8 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: 506574 Maintainer: Agustin Henze Architecture: amd64 Version: 15:8-2019-q3-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), libgmp10, 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_8-2019-q3-1apertis0bv2022dev2b1_amd64.deb Size: 30853824 MD5sum: 968cfeb5a8b42580ded48ea193e90847 SHA1: cdf62bb701120e31076605803d248b8ed6da6ccc SHA256: 780b6094733086e0b51242a8aa553f734c1708c19671a2e7f9e980d46d7547fe SHA512: 1300f3f7cc5a0df76b3012eef125166607c3465db3edb3f02ab03f8adb19734bfc04b8423110e35c4665950b546c9ae0f29c724af99baeb878535904a71b175b 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 Package: gcc-arm-none-eabi-dbgsym Priority: optional Section: debug Installed-Size: 207784 Maintainer: Agustin Henze Architecture: amd64 Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis0bv2022dev2b1 Depends: gcc-arm-none-eabi (= 15:8-2019-q3-1apertis0bv2022dev2b1) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-dbgsym_8-2019-q3-1apertis0bv2022dev2b1_amd64.deb Size: 203721636 MD5sum: 92e9f7a932743e9617d8d7254bbd1d1a SHA1: 61410c0e03df23047c6c108381047c8aa23dbce4 SHA256: 6f00d59cd68e648d039d71377c24099ee6fd41b0247083eb34881d5f89083057 SHA512: 838e501cf419b6c7e6052fbeec606b58f040ffbdd23055ca2452755efcbb895b2e0700fcf07c7a6d79b95908ae1b77f45191db45904f56e3098a1f85461e9515 Description: debug symbols for gcc-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 050accfcf0187ed617e5f03bb26aa0f31c5de693 06b1de634906ebfc4c0fea5945378d5a8bbf9cd0 0a5580503e6df6a32551778b2c267f06ecd5ee9a 3fc84dd1334e5258b5dad0292dd3c38d9cf6a586 5104c922fcc89aa3d677d3c1c295630af0aba15c 5aad1aac15e956bcf666a72c1e6e09d385e319a6 6e9ce5c07db2305ce98b49ad236e42c08bb27109 7bb54617275e80440c0795ac4f5bce5744d9830f 847cb2058f3c0fcb5288ee190c4d4d1688c9093a 8907e7dbaad1a28787f0361282ac35f95927942e 8e2cdd8595a66932c36cd3c34528c261c562d6f6 96ed4b90c13d4e74c5603e96fa27be3a9bb6b9e4 99e95cb22a9a633897852d02d86f57f9446fad39 bcdd5d0313e623a107dd273073694c1a248b53cb cc8b7fd96efeee53b0e1c96a1e687083ae5024b9 cd5d7d3a8ac3cab1b69483e623467bc8879efe25 cdd6041adb722d44cd966388236a2707b35b5ad3 d92e6aafce4a38dd6091157bc4fc4c3fa4b0293d d98e4866d0900b8434edc1938b1777d7856fa550 Package: gcc-arm-none-eabi-source Priority: optional Section: devel Installed-Size: 52529 Maintainer: Agustin Henze Architecture: all Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis0bv2022dev2b1 Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-source_8-2019-q3-1apertis0bv2022dev2b1_all.deb Size: 53786292 MD5sum: ccf5a14aa65c16fc9d286fe64d3b8109 SHA1: 96d4c5a7b232657e357abde693bffa42a11f8052 SHA256: 77e0ff7a32cc7ab96be45f0ebf8a72dd07acfcad776aaf403b82554d8bccd318 SHA512: 7cdaacab2a9af4aab637d442026b46fe9bfc003648b4de0063a27c00ffaed4bba18c3b782cc48feb3f408d01704a57ed9ad9a49979c3f2404bdb6c01e843f0b0 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 Package: gcc-hppa64-linux-gnu Priority: optional Section: devel Installed-Size: 36 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: gcc (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-hppa64-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 17064 MD5sum: f69931659dac8cf3fd3ffee3d63c0b42 SHA1: 03b9e64c909cee84425f720a019025e37588f5ea SHA256: 3768f2afaa9f01d61d0f7a133d7f6378d1ca4ac9537e763612c0c785c47d4577 SHA512: 8b9f42f7b6e36fcbd1d85adbbc2adff1860b4edb428b1ca3e1ab4b55a92fa294f8f093e746c6c7eeb5d7ebedea835c64e8c65e11fec6e5b852f8a339e2f0ecea 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: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-i686-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1468 MD5sum: deae43e259ee1b47670752313a91b6c9 SHA1: c4119a64d9c14526fa8bbc19a7df2b6ad1ac0f7f SHA256: e0e637f73d8f0f80b1fadd70784ac094975c5b6d06faabb2d4839b2bc327582c SHA512: 5df12285ecabd352893e82812da1b33621a7db3d1c794854781455e4a32b342a8a37d247e7f91261f8511fba0ad6b52a8b3ac004b742dc120fe7d45c9fc6a0d1 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: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-i686, gcc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185868 MD5sum: 9d9b3cbb6241b363e015fc9f1dfa0240 SHA1: 1a28b61cf869589d6e733c85256a87550ca6e111 SHA256: fce976e84f3cdbfd9f742d0c49ffe03730ac0ccf0b45b4ca56f634ca110c23b1 SHA512: d99a6ae272613417e91895cba897aa2211bccb6bf4caf762c373f8f4c742372af2083d879b62d59d29141c5694cf89756b913513c5866d80c6d1ea8bc17fdc18 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-base Priority: optional Section: devel Installed-Size: 252 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-base_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 186516 MD5sum: 40c483692fdacac5a127eba97b232b2c SHA1: d2707cb754ece6ce0c42ecb4697efb1ca0f915d5 SHA256: b43a411dfe8c3ed5d752177974fbd786b3acf90591018a42d9faba7ed6e0127f SHA512: 29ca975e19201a2ffd17430a680909b43879a4ad3150eb955d1fd1d1d4ca977e65c9bfb7e0304870377dfee01bfbd56c8d68abad9644928e9c536d5235648a04 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-i686-posix, gcc-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185896 MD5sum: 8952ec997cffecf9e02c8522e99b3dbb SHA1: 77b04fe8fc3139d919fc78d57747d036d332c501 SHA256: 4a555f53c2e6775780635d94f6af3756fb6f17ea0a2f90f1dd30a72ca8e0e758 SHA512: dfd9248bddcee68ea13260064681056930cb0413b164a5995ed46d3bf76d1a0a7d5e1a84df7f85a4f265beb1b0bf2dab297beeeb250e169b4410120ea9c50e72 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 100119 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.15), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 26231460 MD5sum: f09ae8ef0be7d4eb0ba3ac5a922ee0eb SHA1: 57d5da49da27283f1302e3788b5af975b5d299de SHA256: 75ce1a71b3cdac00afff821fe2e3ebc1bc532f002c4ebc08dc06c07a2cfc2eff SHA512: 27dc22dedbc9e01dae348032dc561a13038805b2fb3dc22eb8943ebeadacd489e148b35f66f3abeda8e8b8c52a086d87f54534a7fee49b777682cb6ee7587959 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 249076 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 243111560 MD5sum: 7b8be81be34c5d5e8cdab3a905232574 SHA1: fc034485ea07992e65b53e442ebb2f06a4fb61a8 SHA256: 3011e6174b6e2fc07265c8e50ad215def3a81822406c692faf12fec8add49b1e SHA512: db10297e944f9722020c9e75babcfef2d33cecefda490b98e0a27a536237a5dccc666f256279c05b3b7ef6de5395544a6aa51cdf6f421bd743c06e9d8b74e476 Description: debug symbols for gcc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 135248aa5960013d8b6589659cd1b6aae5f3db91 1b1b5cc8220a73ef0b4650660409286c7e502699 2984e1901347bf82a810e60bca2ffd5449d54001 2cdd8a7569c75b60f88be9412debc3dad32218d9 2f11e3409901b9e7f0537853b0b77d911f137a13 314d71e9c323493371690e2911e9f74f09dc5ffe 4d2db9d2004bd9e3e720dcbc715d5f5d60fdb2ad 710fa8f0c47c653be1044c71af2438af352f316c 8bc8fd291c6a8706ab4baa0fc6de5cc0fe0794f4 aaf0f29e60989a661103b3f8734da32779407238 b5c81f9f632ea50e1b34536d38e4f95e01405dc2 c9bef205aec4b845c56abbfc60fca319ee5662c7 ce0c73f56bcf83700391de71e7a522c50b90c7ba d1c864bef9dc6a5526deb1c31c04ad12c7d104ce e0c8d3feffcab77423bf9f62b85c38f46017d48f e2f67a95bb8835049dbcc1e31e52210e051eec68 ea036b68e528a0057b6aa1238eb1289c83af5aca Package: gcc-mingw-w64-i686-posix-runtime Priority: optional Section: devel Installed-Size: 48431 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10754304 MD5sum: 687c2c608f569288af9e315b545293d0 SHA1: a37356dd4c4299478079f2ea751267201fd0c2a5 SHA256: 387cd187d436574fcaf7e703bed6ca0a4d626ae711944c64f5f6d79d7d0b3058 SHA512: ed3336f03c09d9a3911205913285b4cbd6edca86e0ec02f7e3c9ea1cb480e5d05d7ad0f915d752fe4e9809c1b0ef8a6461fdb37ab9d842c1a27700c7d60f566e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 100120 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.15), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 26229616 MD5sum: 463ad44a0a96ef572efcc2b98867ed65 SHA1: 594643f52cc03b79e128636c485474c6f50b4854 SHA256: a2f4e317339f104e8cdebe0fee0ad2e9e649c2321da259c581dcfe5115351512 SHA512: 774119788576d7b3bf498bcda0922a65b4ed125e1edccf158dca31e7511800e1ae70c68dd0e8bc21bcdd159b6980eb41891bafe33467cdd05d9f3749525408f9 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 249063 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 243188360 MD5sum: 5f637761decd5f21cb739bbfa22dd26c SHA1: 172ecc37ca3aa03734f2f06cc62e1d1aa9f70804 SHA256: 338eb4136d002f5040f60608290ca2d4245714f49993515ea94e5f18ac19451a SHA512: 7feab1a9357a44617c850877a39e6fabb2184161818de3f543b7c41d32d34d6e047646da6731eafc484d2a183982d39320a142bc12a9bd75f0320e9c47e3d07f Description: debug symbols for gcc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 02e4c7f513829e9a505b7f8a6b53869fea24ac90 0cbc55005cf4845a28d20f9fa4c1fe55b1be0743 29d9ded14cab425e7bb7d59c135e2954fa2ce33f 2ad3fb1686d295369aeb61e9c268e95a306f04c9 2b994865d4e476b4ee359bb0c4a77e3f24240e1f 3c783aed3661147a812512bd11c8147e10fd091b 56f01d13b701dc445eb97cfa6463fdfe5134ebb8 6bb5e4337959310ebe5870578f21da4f8b0a470f 7b6804e3b15e7a739fced4bc180e09c0aa685a43 8905afaac7824dc4066f25fecabc4e60dfe46ec6 a974ac373ec9cb43ab13f64845388ea48bacf441 aed6c76a3f3ed14c815500fbd89c99af90d11274 b63397ad61bd21cf6944c6e850134e8f24c7926e b7c7fe2fa1d6bc49c7421688bb753075f3181cb4 d28c287998eac0d800f33919fefe1363eef9e87e e98296c9682ff1643f382be09876ee7a0e748a48 ff18842b4d6d0bfe69019884b8f464e4ffb86f32 Package: gcc-mingw-w64-i686-win32-runtime Priority: optional Section: devel Installed-Size: 48275 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 10713500 MD5sum: bdcdf3a2263bc9cd226f21fa648d1234 SHA1: a94bde417baea64f74e1bb5cdabcb42802156f7f SHA256: 629af86ce6ed24793f535d06f98b654355281c93749890f1e923060c101490a3 SHA512: 03e8b20d329d1717fd66ee13af5776570ff16a489ad77328aca702164817ad367f8890c545a59dae3181ac69d91f90d0879b7cbe43cecfc92ed6f294aa2b2960 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185884 MD5sum: 074bae077c1a2c61656d26bac9a8faa3 SHA1: e4f2e18fe66b1a940190fa54d96e98acac3e33bc SHA256: f2e5531ecba461eb179d71e01af971e4bc3bd9de8b367933c082c28d7452e874 SHA512: 9ba9f6a873a32b174365a3ec2d6e716985d649385e6673f47fc28da4109834fca5c5241b15c47585a405a4ecb4074362fec53cb47d06f0cf0cdc5a356f8c33f0 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 101424 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.15), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 26446700 MD5sum: 9e0a22c8ecf7ccccb2a0fdcaf66d79d3 SHA1: 950576a5bd69e8284f2822b4a6fd267b19b2351c SHA256: d9e5ad67a704cb9d9e6813c14938cc1ce57cc13df4786a1b0e5b4dbb8484bc3e SHA512: f621d2788a1302efa55de9d41de3ab2015fc352f0618813a0869df20714f000b9d3a52a8613d19648a7e4ac6ff6b4a1d667aa0f291a37e9297c40db3b762188e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 250508 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 244480760 MD5sum: f37828a39aa124e06ac203c1a185f474 SHA1: ad93f51863785ab293639d8ac3d7ce054745fed5 SHA256: 60bdb6018f994214088455c81171fd3a902973de4bffb35b4f32fb6f2224711c SHA512: 67e9cfdaa853bda8b76e105375cb1489a404a07aff606dde01df0c7cc8bbdcd40e57018e53ded12d3c9e53537c79d302a48765a349ca35aa3510db9b719abeab Description: debug symbols for gcc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 06ae8359c69356379372ad89fd9258c71c8d9f31 243d51f97a98b54dba8406405ada9e47010e19f4 4184dd38716858c6ebca05ce996aae87a1eab245 46542b74c7229b2a973644c9367f38f54d403946 4a17f2e0ec0a029ba00988d0eb2a289384fe8ac4 50d9efbae20f6196ae00ea7fd577276432d38d1e 786b2e0984decf58d24f676b20a538202f883bd8 7ac6b2d49cc2c2b21d19d4bf6458a1a001b390ee 8606b8bf4fbb3a1f61836a6eb5ae5008c9079650 9130d577fab5f65dbe55010ae253dcf74ae6afb5 939a2dab5abdcb82d3b70b3bfb8b733fa2d160fc a3f9646f38d08e2f3768b46c3dd2fd13651c9fc6 a6e4aefdff4c6467ac8883b7baafe3b5dfa0d52a ab0f7116d1c28653ac835a821726e105babe970a b1d51905f66badb6b7423ab63911d2dac3daa83d c762398e74ec351a4b323c4feecaee16ca1c55e3 ec5be91b14560fc57c5a98fe3a922549fbc56a80 Package: gcc-mingw-w64-x86-64-posix-runtime Priority: optional Section: devel Installed-Size: 60509 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 11472068 MD5sum: e375ffdf449b5afe05335b5fbe0854c2 SHA1: 10db8fa66f204c10e3d357caed24e03d0dcec890 SHA256: d71bcfd8b755f30d90b981c75f51b7f79fb1f50112c615056127e62adeee08f5 SHA512: 2dab901a5e89444bc2e4282861d7db7aac37e259d87abc3b0177e18a5b295537f27a697a62747a95914b0e01a50a198575ec32815285192109a95edc571d6f09 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 101424 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.15), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 26439264 MD5sum: 8ae09fb1faeb57e04b3a56f349d1523f SHA1: 687616677fd69ee7cd8af01d31b821ffbd94baf5 SHA256: 39807c3a4e438227ac104ff8b329b8518d1a5065c5cc740cb92e12977df5ad93 SHA512: 7694e2f584a2a2bdd74007623cc61129c57057efea2669af062570587822097d0d544dd83f75abfb2a5537f67d5f2a45c59594da319069f97509825c02ffe120 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gcc-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 250521 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gcc-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gcc-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 244334456 MD5sum: a8b19b87bdb5faa0bc3976849884c2e4 SHA1: e056a0ab0785f027b53dd0ab3172e43727f55aa3 SHA256: 9f468c0f3eb59f6dce511ff81150e0dbfb6faa279c703a25d01017ffe9f0e574 SHA512: e1afa13462f54bb16fbd96b51c33a268ef68f485a7b0a83d5a5eb267ca2a8deed2b995a126c1e0c1c527677f96342a75002a17116cd4ccc06bf0a7be71eecd12 Description: debug symbols for gcc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 2ed7e83af8d862d46849b30b60d163c3b99acf5e 3066421bb0263b70a56ac6e14667760499fa3f16 3857f3c90d25b73ae4d847f8608f87d6fdb8b118 3b821c2106132075a2a014f1d9415d7c13975c33 40d74c8cc83a9cc70cb418def0e5e917dbe670cb 61910015bd9dea0fe8e5c615196aadc1b0bbaaca 682c130662d7111fe9462a06f368ffba49461000 79bd4df9147930652e7e9c9c3367bf51a8c444fe afae28efc68819523b0c929e244b3e61c60c0e29 b5e21964574ca4c2663cc2122652d13e176fb195 b6c2d79ed336b78ee0d4dc2c6abec097fbb9e4c3 c14c4b9c85c295fc8fbbc67cef9b18bb55393712 c4df2dbb2820e95ba07d0f84c128f46aba70a3dd d244c9bce8bbf6c4e09395d1c876d5a2e6ae6595 d3ce3a6bf5ac02157eddd2a39289dac9fd6eee35 dbbb70546137b57551bed79c87f15cbf73c889b7 f38b86e9e3ac277056c7ae9687453ac82dbba5d2 Package: gcc-mingw-w64-x86-64-win32-runtime Priority: optional Section: devel Installed-Size: 60353 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 11421060 MD5sum: e4432c0206ec7c8b9ed51dcf93894ef7 SHA1: 4f87563a63dfebd1cee5441bd1504f572f3d8e19 SHA256: f94b697a4e86d4f7c955aee2477201a395a9aabae9fcca3dd082fdcd22fd70a3 SHA512: 844d04193ae61f0dcfa93a9efc2cb9bc75286dd9d2909c4f01c93d8b2a9c8093d2fc244473e8bd5e662d0a870c2fafc07a4b0856be03a6cc85cd536692cfd6eb 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-multilib (>= 10.2.1-3~), 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1536 MD5sum: a1557af3d5dcc2b5a7f6365263f24161 SHA1: d4eeabe65455d65bd6d876ff2787c1e7c2cb3ba9 SHA256: ce304bfd1a4121596ebdd0b302a50579720af94583ecaa7bd228636510fec3de SHA512: 0439ba8f89675705d8aa0279288d48448933e12315d0352c2ecb98977c2e01ceb87d0d943a534b047bb5b2b5bd480d836ef309b964094ada4f52b077fc3b05aa 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-multilib-i686-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: af932c5607c5e2f3f998b72a125a2023 SHA1: 4a853b8a9321d1fbc04ab278c11a5e758a2eedda SHA256: 58618b1bdb76b26c5945e6a774dfba40273add744e4d452989ef63a9d651d52a SHA512: ff8f6dd7d27832529d8348d0e96cc9119c3893fd82989c582aafb2eea204cdefa054a454873f2e876fad609a7addd7129236e663638916acf46da13a48df6c81 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: f4b5e88d73a3d5730b9b3fcbabdd4222 SHA1: 0c10cbbd7df6bb6bf0829b66ee6363104a87af44 SHA256: a673eb9e812741661d0d3ba8fd267f105688960c5f0202bd390b6bee6d12e937 SHA512: c2fbe0593852ec3bd6e296a68d5dbf90ed28b0b042b38caba6171aa1ea32f2bd0e82bf7a11b8899f06e63eff5ed0450cb8a29cb7069f2f9a9f0e968549dbb292 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-offload-amdgcn (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gcc-offload-amdgcn_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1168 MD5sum: 6da0e0e7b7ddd4e5fdd4717bc7a0c12f SHA1: cbb6565c3bc246b25ff524fd5b4ba78ca71213db SHA256: 28b2ba53cda25352d7b274e998f19589798f80a6d5b987bb16cdaf30473f4266 SHA512: b1e59151e9c09f12674af029698acf5dbe2b2b15737b6ef5407475984154ccec9711ca5d5204431ee472eb1652a5b56c549b8c1efd68bc2834d96653212976d9 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-offload-nvptx (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gcc-offload-nvptx_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1224 MD5sum: 6a4f8b053399f13ba1ba28d8a9ac1823 SHA1: 610c403f2fc78f375c083e6bf2254e40bef184d7 SHA256: 912e0242c6c12436cf66c8cd1d51668c232b57c75dbf85ae53156de6c83739f0 SHA512: ebafabed12662574e041ca6f123df6e8415e02b0045c366515f104b77c820989b9da5dbcdf2ad809918df39af32362e35847796f121247f93e9ffa0f0cb2c605 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: 36505 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: gcc-or1k-elf (1+apertis1bv2022dev3b1) Version: 10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1 Depends: libc6 (>= 2.14), libgmp10, libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), binutils-or1k-elf Suggests: gcc-10-doc, gcc-10-locales Filename: pool/development/g/gcc-or1k-elf/gcc-or1k-elf_10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1_amd64.deb Size: 11949832 MD5sum: 817e2c5a337efca7c185147449afbdd7 SHA1: 0fd461f1c076d3b3a8a47cbd4e683382f0abfa06 SHA256: 90df3c623df8d7ef264b86ca43d6b89c8eb8d7e2bba11371c30c2f75d0b2e74e SHA512: ab92b00df58b2251dde577adb04047e43bc707c230907299ec7e1996cd0aa110f1ffe5a81d64bc151afc1d2c8f9a17d0a0ae52bcbfaae0abcd2c7548f324bd47 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-10 (= 10.2.1-6apertis1bv2022dev2b1) Package: gcc-or1k-elf-dbgsym Priority: optional Section: debug Installed-Size: 83697 Maintainer: Nicolas Boulenguez Architecture: amd64 Source: gcc-or1k-elf (1+apertis1bv2022dev3b1) Version: 10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1 Depends: gcc-or1k-elf (= 10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1) Filename: pool/development/g/gcc-or1k-elf/gcc-or1k-elf-dbgsym_10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1_amd64.deb Size: 81178024 MD5sum: 3ee8a3f93ca766aca67961f1fd895f4c SHA1: f37c2cb8a73c48e038612e5cc01b81296b7f39fe SHA256: 14e219c954e367488bbc898fd59c249f012e65cd6d5ad49e0662ce0977b0bb25 SHA512: 9c06554bf3dfd2374a7bc380b6df3bc929e15f108ab819f8a33a9e8a8877efe3dc8dbc2df47477b157528fc89e302227690f5faf60b566ff65d0f59205acb0c0 Description: debug symbols for gcc-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 093071fb4fbf28ec3cc1d725069483e34c5d33d6 241a740c14cc094e8ff054e777c9c02c33e6e9d2 53c6ea1e0be98a54162725f308cdf7b9e1227a67 6a00a0d6d463e2d8e3a02f3a33f640d3575ec2c2 6a302a565b9802b5eaca7fdd2bfddd8ac83dc449 6aedad4b0759fa86c88a933e45bd3662fdf43abb 815cf08d6ae8d746b52f06c60be28bed95f46d9e ba3d9246b52f4bb67620f01dcdeac3cd4831b77c edb92e177edc184174dee0df6bb83723b3a09ae8 ff7b07a7a289fae58e9e5a17a43338123616a7b2 Package: gcc-powerpc64le-linux-gnu Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-powerpc64le-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1492 MD5sum: 12d3e56596f73acd20df6c433c21981b SHA1: 6b2540184462588d87f14775e1e0c21e12017b39 SHA256: 64419f497e21be12a6c4327bcee42892f3ab1c290f102ecf740b7e56531ddcf6 SHA512: 8e2e684782aba9cebbbafa1ab6680e7b8d19b497c8e7972577daa8ddaf13a28e65062f88a1d3d408bddd06b0ede33a9494c9828bfdd7f5ba9bf9c2d034593298 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: 24 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-10-s390x-linux-gnu (>= 10.2.1-3~) 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_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1472 MD5sum: 0e3f984810bb9d917be0bd7ba5d39a51 SHA1: 390ceaecf053a6239d3274d92b0ea974706aa5b4 SHA256: e7e4a8a6abb1657012d951105370497cb7b034b11044c51509be8e59f8e9e837 SHA512: 23aefb32ab1a3e78fe8a09447d26439185b77a5b6ce9d605a36742a46492cac425e4da229c3be9e63df5f5135f66b2f207d882b139322bf17fe2fe7f76216295 Description: GNU C compiler for the s390x architecture This is the GNU C compiler, a fairly portable optimizing compiler for C. . This is a dependency package providing the default GNU C cross-compiler for the s390x architecture. Multi-Arch: foreign Package: gccbrig Priority: optional Section: devel Installed-Size: 12 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gccbrig-10 (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gccbrig_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1212 MD5sum: 6f72be0d58e51ef71e79276c477a6068 SHA1: 6d61cf32b1cfc64b16571764e4c6d26e4d458d1d SHA256: d24fd9132a09a9ac378f2ce13a8374a57a8d96f25be47345dfb4174876aad1e8 SHA512: d564e2629cf849b0989b75d7703b769c9b85336e1ebbc6dd6f271c3989008336847e9b0652b20c57d3a146fd33c998cf627557b51f0f76081527ec0adf79faa2 Description: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. . This is a dependency package providing the default GNU BRIG compiler. Package: gccbrig-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 212203 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: brig-compiler-i686-linux-gnu Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-i386-cross (>= 2.30-1~), hsail-tools, libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libhsail-rt-10-dev-i386-cross (>= 10) Filename: pool/development/g/gcc-10-cross/gccbrig-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 46809896 MD5sum: 253157457dc6a7c01cbba449700780d8 SHA1: b8871c7967fe08f30d30b3eb12513b138c98aa25 SHA256: 5068a89ceb34b4da4cbbecafa7abf75724ea19b5aaac143f055b94ecb01753e7 SHA512: fc8283bec57fabb2fa36c9714979ed5280585454fdb0dbd0837b21e52de26e85b59d89edbd9b3509fa19a62776e9888fd6041e1f5faf3605768252c32be6586c Description: GNU BRIG (HSA IL) frontend This is the GNU BRIG (HSA IL) frontend. The consumed format is a binary representation. The textual HSAIL can be compiled to it with a separate assembler. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo Priority: optional Section: devel Installed-Size: 12 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: go-compiler Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10 (>= 10.2.1-3~) Suggests: gccgo-multilib Filename: pool/development/g/gcc-defaults/gccgo_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1216 MD5sum: aa7a9bdb64e480a8590b52625cccb9d8 SHA1: c0adb3faa9b34215ec92d79b9c5d576b6315ea38 SHA256: 58baf5d1b9998b44fc2a57f6abba995d203f255d434d73273f52ea40162072e1 SHA512: b128d7f3e4330b1fa5abeb9e2fc31783ff67d899d331db37511ec0a8071d792fbe2d4baa3f1ad6cdc01da8448d7701127c6b1e0e57d3bc3807272f13af3451bc 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 226424 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgo-10-dev-arm64-cross (>= 10), libc6-dev-arm64-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gccgo-10-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-10-cross/gccgo-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 51105824 MD5sum: 13942502dfc115d81da2b56ab7237db1 SHA1: 18a9d1e07e9ecc353a755be505f2493873a730da SHA256: 60f494cc21e1c058d8e1094f900fd75cbd7358835460dbc524a0621d53dded04 SHA512: 4eb2413336eceecae89570df13a576bab394b69a8509bb6dd8e420293c1a247903b9c48b6b429dbff27dbd56bff31106b0c93b76fa149133930c42055fa32c16 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 209143 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libgo-10-dev-armel-cross (>= 10), libc6-dev-armel-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gccgo-10-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-10-cross/gccgo-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 48601940 MD5sum: f74bcc80c77b3004ec734c0d9c575f0e SHA1: 9b4e65f394c9c1e2b7b38472b6147fbd474cd7df SHA256: 96224781a0e336ac4ae469c8599c2ae410a18048f949320c19ab8bf7a2bcb48b SHA512: 81486b1afcbe13840d781446e69a928f79214654c2d71ea7deecddca5d0d0942a164e1d5b7eeaa2b5491064af144c29d12a2f72cb3ae1da4177d263908a43f0e 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 209143 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libgo-10-dev-armhf-cross (>= 10), libc6-dev-armhf-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gccgo-10-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-10-cross/gccgo-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 48585760 MD5sum: b758649f947365e1f4bd8508385f8dce SHA1: 7fdda08326654a02f42596239f05ecf7d2b436a0 SHA256: 352cfb0d9671c8b61f8c065791d3b0ebe753fbd506c44a17176257d7122a58c9 SHA512: 82d36996b30b20c5e08838faa53a1de3c51c2d6d20eab550cd4f564abae467fd32214576fc3c32f24eb0c1ee8395c4c74d382559e201c2959316e948b715f2cf 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 234740 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgo-10-dev-i386-cross (>= 10), libc6-dev-i386-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gccgo-10-doc Conflicts: golang-go (<< 2:1.3.3-1ubuntu2) Filename: pool/development/g/gcc-10-cross/gccgo-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 51865572 MD5sum: 97b3c488013e1c39b035c047d7ed9350 SHA1: 0126cbd5550e1216358ecc70419ddf48480fd4c6 SHA256: e475066db2161b5eb8e49ffd670adbdb8d161e2f347150071d8e43b6e66da5d1 SHA512: df500f6d1194607fa0ffd0686de86078111af4e5f8ada2fe95e575bd5e34fdde0a442adc70585498d03b0b459a67f880022a7313016963948d8059ae956e4909 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gccgo-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 9 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gccgo-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), lib64go-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32go-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gccgo-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1316 MD5sum: e9faae2c799a2d5f6232a59903aa2b47 SHA1: 24ffa3594c05dcce414040e9742f7f5d473c0306 SHA256: 642335c1616d8675779358800eed770534682a463a5ead6dced528d151784520 SHA512: 39b5ef5c8f636f5c3ab021cdd727e760533346b7b793bce7a8046d08b268dff6cb27c40b9b9f480addafc7fef7d61ba6b15f85a911a2da11e933d87e9a2703d3 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-aarch64-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1256 MD5sum: 446604c5e22d6f2f2eb9177b9bb06c9e SHA1: d8839cc079cd3a692bf8400235f42c264bfd55a2 SHA256: 89b5cf8164357db4d5715a7f9c2458834c3f4a417e275ceadc02fc47e9f90ee4 SHA512: f36b492712966f34cc9f3c48075630ac19888f1aea173cd031b978838dd9260f0b306b602460947fee7e5a5fb9623ca20ed4c7c378b2d94b624fcc89b97fbea7 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-arm-linux-gnueabi (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1252 MD5sum: e990739569d0888f701ddc6a0d630929 SHA1: ae6a5887faddb448dee873824f2be18e03eb0756 SHA256: 1272995d415e5ef6decb71110c4689e9d3e67d7364d7cbaf2cb9a594d054c9c6 SHA512: 7aef3df448243c6b3727570bf36fe3a2face4d27e0a9bf23dcca2663cf538cc5270b260e13635c827adf6c0a6ef8ba9584e8f8643f2e3a77ae3c54311293cc49 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-arm-linux-gnueabihf (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1256 MD5sum: c84ecbd4c3d5b5a26f0bb082c722339d SHA1: d49035670da302c4c16f8d9d94656d19970153c1 SHA256: d2d4a92898c843795f29adff2e59b1686b63486dee81569feeddc8b24478fbf8 SHA512: bc186a7a53b4fd0590f38e8c0888819d0dd266ee13456cc45cf3805cd21d89baca757b48aaeec9ffc5790fad0e3aed7a47bf43a5ddbc918ec72b61b7b7423a54 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: devel Installed-Size: 46 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: gccgo-10 Conflicts: golang-go Filename: pool/development/g/golang-defaults/gccgo-go_1.15~1apertis0bv2022dev2b1_amd64.deb Size: 23452 MD5sum: 2e3e0d7b73f4a909e9851c57bc8a9c1d SHA1: 1b8917f7454c2b96eea8c8e39bea9c5745a81e12 SHA256: c8c650a9cb94460f564d2d1b6a9f5a3670dbb319747cbd7524cee6f153be1c68 SHA512: 22b9399302f82ca9af4392b5265fcfc9b79d6db8d2015771541e94a996d86831843c4d329d8dacc3172ae32a4e240f59642252658c72e74b243ebecacb6c4727 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-i686-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1256 MD5sum: 8e1cd38d0305178c5950dae3309ecdeb SHA1: 673f1ceedcd2985b7a0404c1ebe9330a4fb5c012 SHA256: 0f8be4ae98dcfc0070e6df5b636cf247021625e3c8aa5c7b0c5bd00757240e91 SHA512: f0b9563248492b7430863e365dbc31ad14e56a12c5c5e11ea1d9554f62036d652af8938896a46960c832bb4d4c8998da7ef7dae6c546c30e308367a33b0802f5 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gccgo-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1060 MD5sum: 683532a0f20445d9672b075088b39426 SHA1: 25c58beb9f6a750b2ef4b9e1799a29485abece1b SHA256: 0cb479f503588c815be1c5bc50260e8d2fdc8b9c42768a3aa2573e84d65a52dc SHA512: 7917b8b2683532e7dc5cac0477e94a6b04ad73ade46754389a7a8140e086cb722c0fbe3d8ad1bf25ca7fa81f61dabc50a6fb5d23846979f04694132d8f809a59 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-multilib-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-multilib-i686-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1092 MD5sum: fd83b137b1a9d7feb654144df7f1c5d9 SHA1: 26c3e65e68bf27d7819b2aef3c0f57b2499ff98d SHA256: 7ab43dd02082054a639a510953e65213fcb154d70de5e2a5bc0c272198734976 SHA512: bbc48cb40c67e8671700e29584e409cbe45af767cec33df26cd3321c04a5c49ac7da8bfca3c1c94099b05a4e6e9f5badc262d5c4399bb8f9d29a852fb3b13b34 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-multilib-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1092 MD5sum: 3067fde8005255e563cf7418a948e762 SHA1: 97578918e85e96b299e9d2be7bc461549d3e6430 SHA256: 34a8c69c15ea14abc5988446a1b9c6c2f6b1eaa3bdd4461210be42227bd51028 SHA512: 39e7d6a6682fd68bff9c0069a5029c1ec5924446612079bdc99c583d3104d434a6fa5a7946af6b28cdbdd9bc5b99788e59541b8dce999cb0e55c1057779137a9 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1264 MD5sum: b2973ad98eb8e3a807b58db0a6fc2c9d SHA1: ce61d60459bccdd5ce780a385397a0a067537405 SHA256: 1eb84810d666345179679d8812992fcfe8a32fd26dd7953b0b74c0b4e5d33d59 SHA512: 22ea4747f50629856771e1e1ad96593b609285a110f6337bda188154dd57f73e59a5de93cbe1b36f89ca2c0a0add08aee0911077284b09afd6bb068d2efc621c 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), g++-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gccgo-10-s390x-linux-gnu (>= 10.2.1-3~) Suggests: gccgo-doc Filename: pool/development/g/gcc-defaults/gccgo-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1248 MD5sum: b5262cde17127c2a28c58deb618a2d96 SHA1: 825ce44757aff70175ef7eba8eab3dd19969a8b3 SHA256: 1f033881de02991b9b743870c569204305e2698c59a8838e3c38c1c5c6f5795f SHA512: 9254f497444a5fd708c02c9258335da30295fdf37d6249c0cb7ddd35fb48bd309d5211df5867dfac8e4b4adeda3b7a7c79dcfc4dfbb23f0015f6813abedb03ef 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: gconf-defaults-service Priority: optional Section: libs Installed-Size: 439 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Replaces: gconf2-common (<< 2.24.0-3) Depends: gconf-service, libc6 (>= 2.4), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.88), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.37.3), libpolkit-gobject-1-0 (>= 0.94), default-dbus-session-bus | dbus-session-bus, gconf2-common (= 3.2.6-7apertis0bv2022dev2b1) Conflicts: gconf2-common (<< 2.24.0-3), libgconf2-4 (<< 2.24.0-3) Breaks: gconf-editor (<< 2.28) Filename: pool/development/g/gconf/gconf-defaults-service_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 373204 MD5sum: aadc2bf1a210f598adf33fe34e1fbb1a SHA1: 05858f1e8b9ab2ffad38ca47abec0e429602869b SHA256: 81fc553760079894901e49d15fa60b433395a229a707eae4d9223d546abbbc76 SHA512: f5a66112616ecd7a503ba9db4392675257d7aad0cb32ec9efc716db754f62f31fbc3c7e397431530eac802dfaf81ba6de6fc91ef5198b183206a3c0fabf2b96f Description: GNOME configuration database system (system defaults service) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the PolicyKit service that allows users to edit the system-wide defaults from a user session. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Multi-Arch: foreign Package: gconf-defaults-service-dbgsym Priority: optional Section: debug Installed-Size: 51 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-defaults-service (= 3.2.6-7apertis0bv2022dev2b1) Filename: pool/development/g/gconf/gconf-defaults-service-dbgsym_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 31712 MD5sum: 5ec20a815c2e86122dc0dc954c3f6e79 SHA1: 445ef480e851a686d70ed68efba774647b4ffaff SHA256: f819ed4995d5b8076d689d7c5ab21d20ec67bc11443a282d81814a6d3fc7dd35 SHA512: 0c1f42d87b48b8aa442110b9b36b573ccd1672cf49f360e27fe805b4562e7f635553343e65b128cdbcd4544304d19b54d31bf96a4b7cb931634504720730d655 Description: debug symbols for gconf-defaults-service Auto-Built-Package: debug-symbols Build-Ids: 2e0b6cf9789207b0bbf3183f1df579ce81133a6f Package: gconf-gsettings-backend Priority: optional Section: libs Installed-Size: 396 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Replaces: libgconf2-4 (<< 3.2) Provides: gsettings-backend Depends: gconf-service, libc6 (>= 2.4), libgconf-2-4 (= 3.2.6-7apertis0bv2022dev2b1), libglib2.0-0 (>= 2.37.3) Breaks: libgconf2-4 (<< 3.2) Filename: pool/development/g/gconf/gconf-gsettings-backend_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 365888 MD5sum: 1036f453033d12a0ff0c009126110fae SHA1: c6269fc10e9d7d358997db09d4235f28b30ed14b SHA256: 8e3ca728e9fd5ce55466b9a23249006728adbcc31c41ebd3ead2f07def1262af SHA512: eb8f2342b603924209556437795fe24507dfcf0d8068328595f17c8da20a1223d61d32b12f40d7c3c0f1cdba27c7df4cc13b676359ec977a13cf60dfb3ea3cd9 Description: GNOME configuration database system - GSettings back-end GConf is a configuration database system for storing application preferences. . This package contains a backend to enable applications that use the newer GSettings framework to store their preferences to use GConf for storing the actual values. . You will need to explicitly enable it through your environment with GSETTINGS_BACKEND=gconf. It is strongly recommended to not use this backend unless you really know what you’re doing. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Multi-Arch: same Package: gconf-gsettings-backend-dbgsym Priority: optional Section: debug Installed-Size: 42 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-gsettings-backend (= 3.2.6-7apertis0bv2022dev2b1) Filename: pool/development/g/gconf/gconf-gsettings-backend-dbgsym_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 23588 MD5sum: 8eaf2b049fa151944d2aa99fefd867a3 SHA1: 4cc51a272a345bdb48212c0d5ad4a1a34e69a090 SHA256: 9550e66d915d93fc8c477b7d443e47ea5e791307f3c9690baf59f7297aa90a02 SHA512: 2ca72eeac82ddf1af21ac4395bd090512406d53eb08fee97f54fbd9c257634e9de00d19cf87defd653137f698de880a637d5b1dd22cd5760e8e46502603b6430 Description: debug symbols for gconf-gsettings-backend Auto-Built-Package: debug-symbols Build-Ids: dafa3019af50302902c37355c29f3d43e0ac432b Multi-Arch: same Package: gconf-service Priority: optional Section: libs Installed-Size: 571 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Replaces: gconf2-common (<< 3.2.3-2) Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libgconf-2-4 (= 3.2.6-7apertis0bv2022dev2b1), libglib2.0-0 (>= 2.31.0), libldap-2.4-2 (>= 2.4.7), libxml2 (>= 2.7.4), gconf2-common (= 3.2.6-7apertis0bv2022dev2b1) Breaks: gconf2-common (<< 3.2.3-2) Filename: pool/development/g/gconf/gconf-service_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 415808 MD5sum: b21774ff015b59fe17b917c17a26fc42 SHA1: d7ac0dcb3a910abfa1e2fc824fa48752dddde688 SHA256: 82dfba43606f6c941a415edbdc36d00ca6d10dfc7779a2b61e63e5d3327ccd12 SHA512: 690737b37a7890591a3604de2d581da2d27b85ab79b241fbd65a489d912b5be766dfbd0a839ceb4dbffe796bd09d394d83553e2f9641059db391600400f963f2 Description: GNOME configuration database system (D-Bus service) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the D-Bus enabled daemon that is used internally by the GConf library to access configuration data. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Multi-Arch: foreign Package: gconf-service-dbgsym Priority: optional Section: debug Installed-Size: 247 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-service (= 3.2.6-7apertis0bv2022dev2b1) Filename: pool/development/g/gconf/gconf-service-dbgsym_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 191788 MD5sum: dfbc33cea8a31ad1ab34f64fa8e0ee48 SHA1: 8c864ad8734c8119c8822aca9d58f4fe1abd30cc SHA256: 90a60bdd9d8d4c08dddf19e3d323d00cfe5d9dd2d17159eb97ce02822fc802ee SHA512: 86fe1cc9358d9d17a7f82bf1bb0287f3305e8b60776ab0cfc6806b6982ee79cb37dde3b07d4a9941718f580c94cdcad3e6e031b96a0e3a2df7ca2aee9145972d Description: debug symbols for gconf-service Auto-Built-Package: debug-symbols Build-Ids: 3167cc2c4e39b6cb8aefb41e856057ba9fc61f63 92f8035f7b9b1ca9077cdeab4c00305b686a4aeb cfa46bd05eeafccab49c4f19f16a0683377e3e05 ec981d225c54de7fbfa6bf5edcdc46ed2865cc7b Package: gconf2 Priority: optional Section: libs Installed-Size: 608 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-service (= 3.2.6-7apertis0bv2022dev2b1), libc6 (>= 2.14), libgconf-2-4 (>= 3.2.5), libglib2.0-0 (>= 2.31.8), libxml2 (>= 2.7.4), default-dbus-session-bus | dbus-session-bus, psmisc, python3:any Suggests: gconf-defaults-service Filename: pool/development/g/gconf/gconf2_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 427464 MD5sum: 7001b64268a9cdfeb8a6d0f28ac31fc5 SHA1: d610967de7ac26aecc60b245069d5d716007cde4 SHA256: fc7d354b3bf738736fa9275410371f8e8c4a3b9480dc3d8d8fafbbbbaf4d7140 SHA512: bd74fd1d053917f2b7989a4ca34ea935356084e4c91de32b85c5937cb146e5912feaf1d16c857af306470b8ed5a42b21d60eb25b06b2e9a467c59741124c681a Description: GNOME configuration database system (support tools) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the command line tools: gconftool and gconf-merge-tree. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Multi-Arch: foreign Package: gconf2-common Priority: optional Section: libs Installed-Size: 6370 Maintainer: Adrian Bunk Architecture: all Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: ucf Breaks: libgconf2-4 (<< 3.2.3-2) Filename: pool/development/g/gconf/gconf2-common_3.2.6-7apertis0bv2022dev2b1_all.deb Size: 1039832 MD5sum: 7fcd3909a63b75d66b9fda5e1cc8fc0f SHA1: 006d7125c28682b82ebf51958e255ae1f4f48d33 SHA256: 19478a1ff2a84ee525e22b2643d84175807a7e6f046d95870d2e9a32d6fcaaf0 SHA512: 974c15b970eb3da875ac28fefe8667ff750d13027080799193ce2c64dbe272b41f17da2483c10a96e607c4804b732765a21b4b7f3eda3dd278c855a483f099da Description: GNOME configuration database system (common files) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains the default configuration and localization files. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Multi-Arch: foreign Package: gconf2-dbgsym Priority: optional Section: debug Installed-Size: 167 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf2 (= 3.2.6-7apertis0bv2022dev2b1) Filename: pool/development/g/gconf/gconf2-dbgsym_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 125288 MD5sum: 9bff5a81547199543e7ce42ebed6a238 SHA1: 7143f7b65b85eefef8634cca2b7289c3590bdf54 SHA256: bbcccae9535385370c91ecc0d5750db425e738aaf91ff508909cafd5159205b7 SHA512: 4250d9edfc4eff5cdd57ef1e33649b86c50aafca65eb8e25e98f4706e7964c48b2cd387bae046cb5658b6d4b4cddac993b632425ec8fca189e402e412e26a75b Description: debug symbols for gconf2 Auto-Built-Package: debug-symbols Build-Ids: 528c547fd60681fc5581953e39b01dc89341eed8 6ae513786dc33af9ce9fea58e4dfe8bc9280dec8 d200eb838d134772a161f2a3f6b63b1511ee35ea Package: gdal-bin Priority: optional Section: science Installed-Size: 1289 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 3.2.2+dfsg-2+apertis0bv2022dev3b1 Replaces: python-gdal (<< 2.4.3~) Depends: python3-gdal (= 3.2.2+dfsg-2+apertis0bv2022dev3b1), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgdal28 (>= 3.1.0), libstdc++6 (>= 5.2) Suggests: libgdal-grass Breaks: gdal-bin (<< 1.10.0-0~), python-gdal (<< 2.4.3~) Filename: pool/development/g/gdal/gdal-bin_3.2.2+dfsg-2+apertis0bv2022dev3b1_amd64.deb Size: 540504 MD5sum: dd7b6ab064844af74c8f1d5342af5c81 SHA1: e6268974f8cfdb6367f89a9e2e3ee5b07d4a5744 SHA256: 61752fb111d8d84bd91b924a1e75d5fe346f3320a50007f7b6a9ad692e67090b SHA512: c65c0a1cbda8ed15d0d9b8d307ed0af4469e6cda85c6db74f09d0d00f38215674a46bc791f1b24354876114a39a712be0d2ed5cd690a0002c87cf99c10f52bf3 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: 1245 Maintainer: Debian GIS Project Architecture: amd64 Source: gdal Version: 3.2.2+dfsg-2+apertis0bv2022dev3b1 Depends: gdal-bin (= 3.2.2+dfsg-2+apertis0bv2022dev3b1) Filename: pool/development/g/gdal/gdal-bin-dbgsym_3.2.2+dfsg-2+apertis0bv2022dev3b1_amd64.deb Size: 1028544 MD5sum: a8789012da9b26edb900583359f8538d SHA1: 59db58ff206c1b98fa1e14b741cdd81f840c140d SHA256: 5c2b7847ddcca8aff93a3accdced0934a501c876ef95d3bdadd54cb7275d7e51 SHA512: 26810bf04a54d91628680a1348ae3913a4221b7ee54474f73ef844245ac954ae749e3e291f3f0ffa80d176090a5b70313e306b704388f19abc3f3e713d22a5d6 Description: debug symbols for gdal-bin Auto-Built-Package: debug-symbols Build-Ids: 00a7119a0cb39b412ae14e9b54b85363f11bc964 0247df4fb4b7a8a6730c6fb052eb01a794b5cab7 0f0b7dd32971f50c04c4a6bef18eec9b17a1a5fd 132c129c6de2903e23c74e8de9779ade1d8edab4 2ac54ddb5f503b02d7c074059a2e443ee9c66052 3128d0c41436fe3af119e2e18844611a2b595204 37f0fd4d2274eabd5c01d89e18a891ad08809ed2 4d610704e561a5d55c1aedbab04955a284ecc7de 57173b5b7876ab45d01c48f0c407b3dc87fa971f 5fd79bb3311a33905ccc2efeeb0f8b9344435f94 710341c683c9d9868e64154ce934de7f6af92a09 712246bba7b34001225614bf12792d4ac3ff4849 745048028d09c047fa4ea3b47712d92e7b15ddf4 8776ee871136746a056f7b896a9f5a6cc1c0f4c1 8bcabe559247ad722139060228f3adf0345dd542 8f70d553b002b83190aa7ccb8c0c49226be1501e 93c7c034948e6a02807f7c46f7d57cf5ba23d576 9e1f516c3b42dce4a7ec32beeff87faf22f0c41b a14554fa3d8fa2124165b40f84fbc3ccdf67cefb af5ac02bf2f8da95088f5a687ba0b5736c7410b8 b71f5e4719beaa9b9585d1291ddf515367597bc0 bb5559e94c72a1299870b06e6284156b2ce2b321 c63de97c339f889c7d67ad4b19a434bd064bb3bd c9de39dce887415f90501b1c50256a4e9e70d5a0 d01b5fdf31ce8821e6372bc63c8635b213edc19c d318ac84525b1a986969149f25ae33a500254fcc fedaf1048155468d00e8399eae88b8281791247b Package: gdal-data Priority: optional Section: science Installed-Size: 2009 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 3.2.2+dfsg-2+apertis0bv2022dev3b1 Filename: pool/development/g/gdal/gdal-data_3.2.2+dfsg-2+apertis0bv2022dev3b1_all.deb Size: 478664 MD5sum: 6aa6c80b91f6563fd52dea237429be74 SHA1: 17332e717bb18304f2fa659450421c906b535910 SHA256: 04024b8ffdd4ab81da86a744e4e9389f89777b9515b82a00f7d97ad94626f5cc SHA512: efd8088e90c58a532a20c5fafacdc93764f933f67c7378be0f4ee69c7c16954a5c0a6ae7a4a51555a10563b6868f722932d8b2c74e4d440deaf7764d32d67dfd 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: gdb Priority: optional Section: devel Installed-Size: 10081 Maintainer: Héctor Orón Martínez Architecture: amd64 Version: 10.1-1.7apertis1bv2022dev2b1 Replaces: gdb Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.29), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libmpfr6 (>= 3.1.3), libncursesw6 (>= 6), libpython3.9 (>= 3.9.1), libsource-highlight4v5 (>= 3.1.9), libstdc++6 (>= 7), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), zlib1g (>= 1:1.2.0) Recommends: libc-dbg Suggests: gdb-doc, gdbserver Conflicts: gdb Filename: pool/development/g/gdb/gdb_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 3489740 MD5sum: c5717cd9f1779a751b339971286b4130 SHA1: 5f4a4c3732bff625a3469530b76b278d2ea61611 SHA256: 76895ef2c15d7327f2c55ce8983d501c7d59996df90dfc25e30c00a8570bf6eb SHA512: e5f76f0c74889a1b842f621dd1659ef91f93a69a26d64750a0e87c21f83a4c16f93b8557bd837493e9789305df36e9d7fa02ecb1476b30af43d261b3907175be 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: 22099 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Replaces: gdb-dbg (<< 7.12-1~) Depends: gdb (= 10.1-1.7apertis1bv2022dev2b1) Breaks: gdb-dbg (<< 7.12-1~) Filename: pool/development/g/gdb/gdb-dbgsym_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 21364904 MD5sum: 4f61fae0a26419427ea51e9401070dcd SHA1: 69b30ff5926d34f0f8f27156d2bc0adf9b026f57 SHA256: bda01799aec6f9d6f375041b107a5857056f93a4bb6f5d1c9d776e1bc865152c SHA512: 178861c15f81f9aae525c91f775b05b66db92bc2b101b7dc04d94254ea8ef6262be7c37e633bd42982104d18cd21f3f9c121d29a96c381139eb6220b0a409888 Description: debug symbols for gdb Auto-Built-Package: debug-symbols Build-Ids: 52121fd45942b645ee20f5c32a050823170e3e71 Package: gdb-minimal Priority: optional Section: devel Installed-Size: 8564 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Replaces: gdb Provides: gdb Depends: libc6 (>= 2.29), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libstdc++6 (>= 7), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), zlib1g (>= 1:1.2.0) Conflicts: gdb Filename: pool/development/g/gdb/gdb-minimal_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 2795816 MD5sum: 0b0be414f09e3026c335c87bd6dbdf0f SHA1: 4210ab09b2c1ff17584d7bae866311648fc5c1ca SHA256: 84af08f2e4a7c096a84ae9b6d0cf9dddde216894060a9eef465d52c4da1033ce SHA512: 77c832ba1e181e24b49f6bc57895f1c7119e9736a5a0736fe6e22878352020d2e6abf4d7a0fd3491cf19780261c5b60cfb71fe2a25b220d378ac950e73ce167b 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: 20236 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Depends: gdb-minimal (= 10.1-1.7apertis1bv2022dev2b1) Filename: pool/development/g/gdb/gdb-minimal-dbgsym_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 19572252 MD5sum: 8db1d1472d44a9100b3ab80e07ec5576 SHA1: 9a2d1bdc87cf68175caa23167bf96e09312c9b76 SHA256: b8291cce46d65fb3a95f131755d43fa3be923c69243ae55bb510be6ebe4c053d SHA512: 001e4c62b411195618bb2030663f2b86fdda9429b62e885256175c22ccffc74c8d38b212e77201f9490680e3b82f68ed7a2050da55b36a80005d6c5012bad69e Description: debug symbols for gdb-minimal Auto-Built-Package: debug-symbols Build-Ids: 24152a3c115ffeb4453849fef2b3f34ab37c9d89 Package: gdb-multiarch Priority: optional Section: devel Installed-Size: 16042 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Provides: gdb-arm-none-eabi Depends: gdb (= 10.1-1.7apertis1bv2022dev2b1), libbabeltrace1 (>= 1.5.4), libc6 (>= 2.29), libdebuginfod1 (>= 0.180), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libipt2 (>= 2.0), liblzma5 (>= 5.1.1alpha+20110809), libmpfr6 (>= 3.1.3), libncursesw6 (>= 6), libpython3.9 (>= 3.9.1), libsource-highlight4v5 (>= 3.1.9), libstdc++6 (>= 7), libtinfo6 (>= 6), libxxhash0 (>= 0.6.5), zlib1g (>= 1:1.2.0) Conflicts: gdb-arm-none-eabi Breaks: gdb-arm-none-eabi Filename: pool/development/g/gdb/gdb-multiarch_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 3792304 MD5sum: 651402fd0c72b688d53d48c23dc70283 SHA1: 2bd0e7b5ee00f2276ac2cde28a964bfac05216ef SHA256: 2902be224b83245a93725cac1221348f61bf2bea0f7d688b64978419062de75e SHA512: d3028fd2fa01eb9997266c884116e6c5aa376b4d1de0b1b215ae86bf57faa5724143f49262c171651196ed80890620af147297dd2cea450495f7735cfbf7ea73 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: 24042 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Depends: gdb-multiarch (= 10.1-1.7apertis1bv2022dev2b1) Filename: pool/development/g/gdb/gdb-multiarch-dbgsym_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 23055200 MD5sum: 900f2c79f876d770db996410f1f91cc9 SHA1: 4fcd88670f829fcff09fea8b9690f16f48ae515a SHA256: d9879383e0d1ef13a062d9de6e4fc973b283e9ab2a902069e304dc2728ee3221 SHA512: 6cce4dd8847d535df346525806eace3a79dca7766b1c692049d8d9c7de90794c43c65e75315793be300c9e25f7206640506e2d1cfd32a9d20aa9c0ffb027abfe Description: debug symbols for gdb-multiarch Auto-Built-Package: debug-symbols Build-Ids: 17a28f1ec5a750fdce63928d3902618b5ffb5c0c Package: gdb-source Priority: optional Section: devel Installed-Size: 29183 Maintainer: Héctor Orón Martínez Architecture: all Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Filename: pool/development/g/gdb/gdb-source_10.1-1.7apertis1bv2022dev2b1_all.deb Size: 29865376 MD5sum: bd4e838ae7f577f1fae1610e97c3cd83 SHA1: db6e24906a9c04c55640f6ef1fd9c386b95680de SHA256: f3330b98125d09b3432980d11b2f8beb0cbcff3a4a181fbff0ee96d4386c9bf9 SHA512: 0fbb64fa2a27f94f282444ad78f19f6364405c41ce3e8f56562a75cb0200fa95beb9e6833eeea4ef0ed8a3de1beccbac0b79d564725856ce872f48ecf3fce26b 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: 309 Maintainer: Dmitry Bogatov Architecture: all Source: gdbm Version: 1.19-2apertis0bv2022dev2b1 Replaces: libgdbm4 (= 1.12-2) Filename: pool/development/g/gdbm/gdbm-l10n_1.19-2apertis0bv2022dev2b1_all.deb Size: 81808 MD5sum: cf00f6b398819b8fafb128cd4713a332 SHA1: 1c9a0a2f662f05000fb6a22ca773c364ad31e69a SHA256: 0a05dfd23bffbec94cc7945b0a284882a8e4319d1f299f610308a63558e8f709 SHA512: 4dca4641c43ab9f6003d9e9934949806030b8260d463b2845941d4df336cdc39833f055314cb03068c5aa6312ec181fb5d6d892c54701263d810f011af7e9695 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: 501 Maintainer: Dmitry Bogatov Architecture: amd64 Source: gdbm Version: 1.19-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), libgdbm6 (>= 1.16), libreadline8 (>= 6.0) Suggests: gdbm-l10n (= 1.19-2apertis0bv2022dev2b1) Filename: pool/development/g/gdbm/gdbmtool_1.19-2apertis0bv2022dev2b1_amd64.deb Size: 136596 MD5sum: 3c94c12f7ab6c68f6117e76d7f00a599 SHA1: eaa55297a179f633a18825ad99d95860b123d38b SHA256: 7f89198cc8e8c729e3f2d16206172b4e5c30038b0d4b8cef3c4dcdf39beb8154 SHA512: 3e02b8a23de6d93c22be7e20a11159fd2b50b222dc03e47be80c991c14a95891ec165e8dbf5d1b8ae715e4ec047a6b7bdc5ad9767be3a5da70842a4140c316b4 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: 588 Maintainer: Dmitry Bogatov Architecture: amd64 Source: gdbm Version: 1.19-2apertis0bv2022dev2b1 Depends: gdbmtool (= 1.19-2apertis0bv2022dev2b1) Filename: pool/development/g/gdbm/gdbmtool-dbgsym_1.19-2apertis0bv2022dev2b1_amd64.deb Size: 494996 MD5sum: b88155413d6f7f8d69843be38fdb9d0a SHA1: 079d4ab379694fad2fb9197aab36624cd17042df SHA256: 511d295044e1cc43e39f766d241b8f7aab9a4af77ec64573eac76f5569d9db58 SHA512: d8894c69c00d0f96048a4b46e2357c0009c1396072e363e8b0b74217a6eb2799bd8c0dc69bc6c50f3d2eb27c28e98b3c276215ebf3f19f2ffa9246c6f206d03e Description: debug symbols for gdbmtool Auto-Built-Package: debug-symbols Build-Ids: 17ff8bd1b4a8199f1ba04ceeabe135b040caf73f 482110466148c5089bfaee0824c101ffbc2b4b96 55fdaf565e3532581dd317414cbc4a78cb0daaf0 5b0a98a718d7d9e684afc2c3f3595b9334b77abc 6d5a70e5a7e6d3bd35dede569e0ef3fa0dbf56a6 abd07db703fdc630612aefc28e717563f90f12c1 Package: gdbserver Priority: optional Section: devel Installed-Size: 858 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Replaces: gdb (<< 7.0.1-1) Depends: libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) Filename: pool/development/g/gdb/gdbserver_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 434220 MD5sum: 420c5499e49b62a1777635a2db438e7d SHA1: 07b7f6dbb7d0b1289534846fca5345685977ebe8 SHA256: c902b4f71b3ae4b45b3e1c62e58a02cdfcbca0266551e2dc0a6415dd25595bf3 SHA512: d6f0016222a85bac93948523cdf7ae684dbaed351b04b7fba5b83069b16ae66dea763a1f1fa8fcfa8f1b0566043cc92516324ebd9628388cfc3a53f0a71da6bd 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: 1801 Maintainer: Héctor Orón Martínez Architecture: amd64 Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Depends: gdbserver (= 10.1-1.7apertis1bv2022dev2b1) Filename: pool/development/g/gdb/gdbserver-dbgsym_10.1-1.7apertis1bv2022dev2b1_amd64.deb Size: 1701604 MD5sum: 813b7937bef85b05d5ae30437d30c9c4 SHA1: a7f5c12a2d92d9eaf32304fc1fa17a4d6f6f6c46 SHA256: df1af482e850ec0b7ec7bee03ea86aa2902c4d0605f54479ccc3ba90bb0883c0 SHA512: d2546b4d7c98bdd630522f92cebe65a06e88ef83848b4af875ccb7832793e7b23a5ab78c88e330bc26152aeafa3e9f9a87ffdb3eef56fc188cc83c12a26298e2 Description: debug symbols for gdbserver Auto-Built-Package: debug-symbols Build-Ids: 61a60b1b7196ad25f3dff1a9779e4e860bfc88e7 e14299ccb7e2ec2b0c6b5934c429f117e886e3a7 Package: gdc Priority: optional Section: devel Installed-Size: 41 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 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-10 (>= 10.2.1-3~), libgphobos-dev (= 10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gdc_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 19896 MD5sum: 2aab39bfc20308029edf149776bdf525 SHA1: 7ffc8c03b853bd2d64166df27b5a9ab3aa0aac45 SHA256: 2785096a0840adfc40b65feffd494b02eddb1dac4aeb641c58b852712bcfda18 SHA512: 9b38e8ca980a77bbe390c49d9f8aae7e7d6e8d417265be36e77c9c7bac46ec5c754fa25826a7d4edc983a7388eb166422f3d24cf3bc180cdc68bc1e060ede7cd 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 214551 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-10-aarch64-linux-gnu-base (>= 10), g++-10-aarch64-linux-gnu (>= 10), gdc-10 (>= 10), libgphobos-10-dev-arm64-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gdc-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 48737072 MD5sum: 7509996467a922861310bb39de85a44b SHA1: d2974863f6ff4279836d15afa0b46d30b2d1dd2e SHA256: 8b3ef8bf46279692394ad0a479fe1e7764517c71e581680446a32936a8d4e9ac SHA512: c88f9e88ed5500b24467a3647fedb16f2ab3ea65a07d6c418064f03bbd75ed30ec1d7f7eb93a579604d56a72dbf4dd24213eaf9760bc1d2b82c3698c01b380f1 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 197259 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-10-arm-linux-gnueabi-base (>= 10), g++-10-arm-linux-gnueabi (>= 10), gdc-10 (>= 10), libgphobos-10-dev-armel-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gdc-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 46233064 MD5sum: 237d9adf66b9bd3d545f49184c17a9fe SHA1: 007164f1c2e062da26a8a557f127a8ac149ffbe2 SHA256: 71149d2b6e2dfc23a869123e4f80b62f3d68556cbf881a92f9edc076e0ee4e46 SHA512: 7d52048559ce12a508df7d89fef60e7f736179bbeb460bb74d9057599a96ba85f4aa06373404dfac32191aed9fa4edaecf7ef4924e0d43a92448097e6e6b6170 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 197259 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-10-arm-linux-gnueabihf-base (>= 10), g++-10-arm-linux-gnueabihf (>= 10), gdc-10 (>= 10), libgphobos-10-dev-armhf-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gdc-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 46244572 MD5sum: 5dde23e0ce5945149205e33e96396478 SHA1: 1d253969b760d85c7e1f2d97f7a7e57d02b72a2d SHA256: f771a4fe04db40d5ceef0a7cac89fbcfb0b97c6dd2714d4789612c6751cd33ae SHA512: 87d6eebbcab59de2adf871ac6acdba2a3de394e3e952568eb2a7944f77b8989370b8c061e5187068d5f28b1beec9d9adfeaf8a212b79c6a8d91687f9c05dfae3 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 223165 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gdc (<< 4.4.6-5) Depends: gcc-10-i686-linux-gnu-base (>= 10), g++-10-i686-linux-gnu (>= 10), gdc-10 (>= 10), libgphobos-10-dev-i386-cross (>= 10), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gdc-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 49470340 MD5sum: 1b2faede7d40081a92b557edae2e4c43 SHA1: c20c2dba9c57551663cae0f7e34302691464cb8d SHA256: 3f9be3ee14ecd2759aee7c4311a28b9e87f3d3be6732a01a55235a65bf212404 SHA512: 28a1b7dcc93ffb1197f7a9975fc14eb93bd6891e1545d4d6b0b24d9c0b4701c76858ce00c2430fb91b5da4b6edbe4ba5a6cd4b8c7326d5547f518873806014f3 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gdc-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (>= 10), gdc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), lib64gphobos-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32gphobos-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gdc-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1196 MD5sum: 0b94a611b6aac346a91dd451877aa356 SHA1: 6a68d82d2095d9428709e7b9ced4401d4a3f2bef SHA256: af06d530004e008b023fb542b29bb6a7829f3a10d901c762b23803270ce0bbc4 SHA512: 0dcc6bb107403e6688e02c8b3db9a6c46143e1d4e722fc2381d1463bc35996ec1002bc68645c1e0c13aac37050e47fb401a4eea05a99ff1fa90e60e1a9aa4fdc 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-aarch64-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1140 MD5sum: 4504a9dd00d30c1e97b1dbe0e62cbb96 SHA1: 62bd44fdd650f670f5480aaa497937311fefe46e SHA256: f5fed084bd5f78fb86e77c9f7d622bc608172c86b7c5304c6411d3d0594f985e SHA512: c5f9f2d856ac2da7900303bca4951acb0274904c4d76e8c96ef458826f8bfef320fb9c8654744575f8610e6acebaf3fd1a1c242ba882adb329405783b0f24664 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-arm-linux-gnueabi (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1140 MD5sum: 88b8bf5e7775f6500e469808a7424da3 SHA1: ee35c41496d1a5b4be52964894cb4176bae1c8a9 SHA256: cee84f6ab30d7309cd98ec2e89d8573a16c953b280bc087e0fe200d0e9fcbcb1 SHA512: 3c8afa1ec336aacd62459faf999f2e3018e31cdedf71c3aeb0bcf39d6ce58e14556f473cb48e1008d71903c72ec09e3192cfa56cfbdac035e152a95362dd191f 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-arm-linux-gnueabihf (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1152 MD5sum: fb2257a38cd72fca6edc453711d90200 SHA1: 93267be128e23f9626eef323b28e4d3c27c2db75 SHA256: e504d4b2740885782cc9352d38b309fa57280bbd24db96eed3e726ff6aae0f71 SHA512: 43d5dfa0303452e535d149d7cb83cd4048f9bcad0f08e0a0776d1b9bdb3f95b4f5d7d1731da62a9501c55d4aa2d3eb2a237594a777573672ec8763d7583b2776 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1140 MD5sum: ee41470dc7439f589e034a52ddede235 SHA1: 70e9ea14e5d0a398e59ce01447300f97c2a55cc5 SHA256: 821a629ed11188c88c8a44115cd126063e88a713678c102957bf014c8a7be70b SHA512: 5b54a0f95feb3cc30af9c3a7d734e1a7c107c8bd0456d3cad0177e671b044d63cbeb54e0be1ee537d85ffcdbffe7a8b7c4d5e1cafa4e72e5eaaf64ddec7f1a15 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1000 MD5sum: 51577a13ec998d1ee392452e50bc88f5 SHA1: f5c57fb39df7ba2a84e0afe7bc3d8b521da30d89 SHA256: 59bf6dd82aeb6145100830d874c6082a6192b8f112bcaf7c21446d0266b79a84 SHA512: 59009fc1a181695543d0ed0074b6915ee204eeb42925a48a1fdb5ac606b26e01750b2bdc476728f7e87ab05b2746dbd014e47c867bcda80d6fe27a3f1dea9bcb 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-multilib-i686-linux-gnu (>= 10.2.1-3~), gdc-i686-linux-gnu (>= 10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gdc-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1072 MD5sum: 549439fefff04bff79dd96c4ea07ca86 SHA1: 54dff6cbbb1455b8ff4eeb45441c6902a8c19124 SHA256: dc42ceb13818c4aa0d175fa1e5115b9d81f5523e413fe5a95cde9d55eb8e3610 SHA512: 8ab5664cef446fb6937c4cd9e94b4eae062250e07461a252e63c7caf47722c772e98c10b4cd9cddb27ae30cbaf69552a80b914844f17ae0f68d793a38f48b774 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-multilib-s390x-linux-gnu (>= 10.2.1-3~), gdc-s390x-linux-gnu (>= 10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gdc-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1072 MD5sum: a8f9b7d1f5fd1293ef1d3fb17f8f0556 SHA1: 299f8d494e42561dbdf1f528eb7d729cf6ed822a SHA256: f9a471bf0b4beb518b1eeb59ff6307bfb36c109b1385aa50551d6ff91f92c744 SHA512: 860d51d96b0b665946aae8403f1d2ef8f41be0496086283fe9ef1cd8bb176795cca65e7468499f6e9a9374d4a28c343f961866c8871d99fc921f93c4c981f8bd 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1152 MD5sum: a537b1d06fe3715541ca021c935dcd62 SHA1: 35229a5b1e6862cd364d21a8fc27fab8f88be224 SHA256: 5fb08672f54977b33a7639e036f4e0a94e49232046e7e9f8379237d50d9d5ac7 SHA512: 88dd57b6d4b72f8c91a83c3cfc6c726dfcaeead2322e55bbbd16c65a48e22db322d65dcf03a2948e10467c1be3d6d20152a194377f3b3668eb0df1cbf4673516 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gdc-10-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gdc-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1144 MD5sum: 86edbb693787ad9564c18c0bd7554172 SHA1: a6256ea81abe7eebebf3713c9f590754b9248d06 SHA256: 01b02cfe7bb9c7a943baa62aab8e936f8d12968c28ed77482e4813f7d2beb6e3 SHA512: e3b055c1a6146e789f6832c5ed6d82765c19a22dc78d4eb92fba298e7932355f5b23e2eee9f0c51e78ff63b7d74bbec2f6f6c8c2b5ebcd07f90e3c88247cafe5 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: 38 Maintainer: Debian D Language Group Architecture: all Version: 2.100+git200102-1apertis0bv2022dev2b1 Depends: gdc (>= 4:9.2) Filename: pool/development/g/gdmd/gdmd_2.100+git200102-1apertis0bv2022dev2b1_all.deb Size: 9808 MD5sum: f8da43c84e8ca85fe6ebf12bcff2863a SHA1: 9d0a23229b4a93e671dab5fb448abd26e3b4258c SHA256: 781243af78244130021e4cfef234532e70f620c1857342435c4f5bc8c772abe8 SHA512: 164953791f805c4fd52e72611c9cdb8730dbeb36dc12d8e01c73fb779cff554227c662052ff1967b8758eb434927bf10e229e50d233109784f78ce0228dede8c 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: 173 Maintainer: Debian Ruby Team Architecture: amd64 Version: 1.4apertis0bv2022dev2b1 Depends: debhelper-compat (= 12), devscripts, gem2deb-test-runner (= 1.4apertis0bv2022dev2b1), 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_1.4apertis0bv2022dev2b1_amd64.deb Size: 62288 MD5sum: 86f9f2e385be695b2aac5fe060715349 SHA1: 298dbf07516decd1a8bd8c1b75544693cc23402c SHA256: 779f403f6973e605536dd557adb51840b911e8c8eeeb7212f64d304035ff12d4 SHA512: a0dec00f7f2c3c57eddd900d3e1339ff1ce8d7b0a17dae2e18ff6cd09feb6a8dcd40053717d28ad852de4d5a532d7c9914053d0b304c1425ee08eaff281f7be9 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 Debhelper7 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: 62 Maintainer: Debian Ruby Team Architecture: amd64 Source: gem2deb Version: 1.4apertis0bv2022dev2b1 Replaces: gem2deb (<< 1.0.2~) Depends: rake, ruby:any | ruby-interpreter, 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_1.4apertis0bv2022dev2b1_amd64.deb Size: 26476 MD5sum: c300001bcd24adb6d4925bdc18e99a58 SHA1: 3154ad0c6a28e4ff164d9ea86095a890c031afb4 SHA256: 2f09abddf1c9ed2364e10790e250234e17cb9a563282136d7ab86934feab3f97 SHA512: fb97f60c45c72a6ef2d3452cb83aa6dd97de2657ae1b67596fca3f7d28f66554ad0a600f98179a3f32412c0be49caf8db8dab54ae797405ab063b3f2b6862fc9 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: 557 Maintainer: Thorsten Alteholz Architecture: amd64 Version: 2.23+dfsg1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 9) Filename: pool/development/g/gengetopt/gengetopt_2.23+dfsg1-1apertis0bv2022dev2b1_amd64.deb Size: 157168 MD5sum: b240adf7ca65bc1e8b9e289047da6171 SHA1: 41349a6deed1c7efa2275484502823fb40dab197 SHA256: 058a19049f8fa0afc92d8be6e750773096b69dd984ad786fb1bf55d7d4064e1d SHA512: 83bb21472e1b7aefde41fe9c75df82cea810e958fafb89dbb51c78435187192e735054973cf641b9a4c6153f22cf90a784a041df4a978263b7b525109d36e182 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: 1576 Maintainer: Thorsten Alteholz Architecture: amd64 Source: gengetopt Version: 2.23+dfsg1-1apertis0bv2022dev2b1 Depends: gengetopt (= 2.23+dfsg1-1apertis0bv2022dev2b1) Filename: pool/development/g/gengetopt/gengetopt-dbgsym_2.23+dfsg1-1apertis0bv2022dev2b1_amd64.deb Size: 1469872 MD5sum: 16b7eff19532106ec183a9202faea8b9 SHA1: 4259cbeebe9738ac996e7dc5c9af9d76069cb08a SHA256: 87d1dba766de53ca8d37ba4669eeabc044e288f2a951de413aa48d65626881b4 SHA512: 65a81c3e43659ef7aaeec55887606e809fc70a71097674281e532ec1544188b4598286617c4d25eea3625e4ee5cb402cf0628cf91f94cb093ada160234aed1ba Description: debug symbols for gengetopt Auto-Built-Package: debug-symbols Build-Ids: 250a23cf10c3715e9010c4b851f58453296fc36f Package: genisoimage Priority: optional Section: otherosfs Installed-Size: 1652 Maintainer: Joerg Jaspert Architecture: amd64 Source: cdrkit Version: 9:1.1.11-3.2apertis0bv2022dev2b1 Replaces: mkisofs Provides: mkisofs Depends: libbz2-1.0, libc6 (>= 2.28), libmagic1 (>= 5.12), zlib1g (>= 1:1.1.4) Suggests: wodim, cdrkit-doc Conflicts: mkhybrid, mkisofs Filename: pool/development/c/cdrkit/genisoimage_1.1.11-3.2apertis0bv2022dev2b1_amd64.deb Size: 380080 MD5sum: aad873a2732f226c6b1fe4e758ac9012 SHA1: eef80e03a79c05fa407a14115cb7801a192e4dc7 SHA256: a81930a9a2a2bdbb5cbfab77b29353111281f6c62f6a5666c9176cbbd365631b SHA512: f6361a4f9bdd88880606d273456fd30029089c996ba7545ef5c6e2d659772038f100b5270aab68e7ae39010c7848c62a140736536b5217510f958a93913dedbf Description: Creates ISO-9660 CD-ROM filesystem images genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. . The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image . Please install cdrkit-doc if you want most of the documentation and README files. Package: genisoimage-dbgsym Priority: optional Section: debug Installed-Size: 1263 Maintainer: Joerg Jaspert Architecture: amd64 Source: cdrkit Version: 9:1.1.11-3.2apertis0bv2022dev2b1 Depends: genisoimage (= 9:1.1.11-3.2apertis0bv2022dev2b1) Filename: pool/development/c/cdrkit/genisoimage-dbgsym_1.1.11-3.2apertis0bv2022dev2b1_amd64.deb Size: 1105844 MD5sum: 00ed2034b1567cf795990380e93b1819 SHA1: 44c0803f724a5fac2fd2d17f004f23d63bba282a SHA256: 9ba18adb1b7ba734d34e0237c81f83d7a9a5a09d58de9878f9a136421d17db3e SHA512: ad19ab4b0b0246b2966a24b3eb4d064186bd05ef370545dee2c781a0f6a9ab832ba351528eb5288de04459bafaa24f5daa248d93031a550b7196cf33f5ef4929 Description: debug symbols for genisoimage Auto-Built-Package: debug-symbols Build-Ids: 18d069bd5566279bdcc6b884c935bbad7595cf92 73345b1c271cbf958b778ccf95bcfc3d4a6abe1a 843061d4379a15d27fc44ba33bdcfbeedcd1fb00 dfdc2c9ba13c874e1b2177878ba445e65156febf eaf2301ab1c736a8206e6d1a0731de3e66bbe073 f8d42c0687589ced54d3f4cd4482a02a6a27e208 Package: geoclue-2-demo Priority: optional Section: utils Installed-Size: 137 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.5.7-3+apertis2bv2023dev0b1 Replaces: geoclue-2.0 (<< 2.4.10) Depends: geoclue-2.0 (= 2.5.7-3+apertis2bv2023dev0b1), libc6 (>= 2.4), 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.5.7-3+apertis2bv2023dev0b1_amd64.deb Size: 43412 MD5sum: 08da47581b96d9c0fd7b6f91e110d6ad SHA1: beed913aee431824b737545b85dce99878d74503 SHA256: fa49e803d07cae6b8ea9b70de0b912c055b6eeab70f740edeefa0a0418075cd6 SHA512: ec6383af0d22f21bf9c4aecdeff2230f72118f45fecad8f3f7b94519490a6ca064b0c6357021db9a4de9de7a0e44e57423a57bef388937d01cebc73ca3d88aeb 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: 118 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.5.7-3+apertis2bv2023dev0b1 Depends: geoclue-2-demo (= 2.5.7-3+apertis2bv2023dev0b1) Filename: pool/development/g/geoclue-2.0/geoclue-2-demo-dbgsym_2.5.7-3+apertis2bv2023dev0b1_amd64.deb Size: 83800 MD5sum: 8d0de6b19d1c1716a0b2bb812d734db0 SHA1: e0614aabf86a74414d79046566203186090f48da SHA256: 679a2fd1d6bd4c7629d621238fc72dfeea0c893b4275e3f68f0f44621becb1df SHA512: b6eeaba425b3cc4f56de022e935f384160327c6ff3ba5017b7dab6fc6e03128eefedaae0bdc1590ba33f78bd3ea2a9c7499e6d0a6b39039db4491a64a013134f Description: debug symbols for geoclue-2-demo Auto-Built-Package: debug-symbols Build-Ids: ae91a70a441f21382b9a269b96940c2fe887c110 Package: geoclue-2.0 Priority: optional Section: utils Installed-Size: 437 Maintainer: Laurent Bigonville Architecture: amd64 Version: 2.5.7-3+apertis2bv2023dev0b1 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.4), libglib2.0-0 (>= 2.44.0), libjson-glib-1.0-0 (>= 1.5.2), libmm-glib0 (>= 1.5.993), libnotify4 (>= 0.7.0), libsoup2.4-1 (>= 2.42) 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.5.7-3+apertis2bv2023dev0b1_amd64.deb Size: 108604 MD5sum: 983898af2f616dc14131b52cb75fa63f SHA1: e233d24e8394e6b8d3de7f770f2c4609f173a8fb SHA256: d097b7e2062307d545ae635f7232c7e27ead681e6b1beb650f815843ea2cfda0 SHA512: d131d68062e6bfcd68398f5dbf4074d96dbabcc6f2950735c5a929d6e83265c467304bd7c6a5039217fb52537310168828b65cfdbf0fb1f68eb8923dcba0dd11 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: 423 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.5.7-3+apertis2bv2023dev0b1 Depends: geoclue-2.0 (= 2.5.7-3+apertis2bv2023dev0b1) Filename: pool/development/g/geoclue-2.0/geoclue-2.0-dbgsym_2.5.7-3+apertis2bv2023dev0b1_amd64.deb Size: 326692 MD5sum: e19f497ddc10005942a5af91fa038e0b SHA1: 27d1d74acbd0ee9c5be969f71e75133c75673ea4 SHA256: c8a7cb7d84604374aae83dd5d0d0bf8bf1c4a22940d953f0406cc130935a43eb SHA512: 23b206933386af0f2bfa7785ca5cad13aca0f64ae9b62b882ea4fac4b9c1146cd92c1484b9be700d9818c8c71bf5c3fce9adbf8c1f1b833bf13c9393b5f9c9e6 Description: debug symbols for geoclue-2.0 Auto-Built-Package: debug-symbols Build-Ids: 30210e32595bff81b901e2e2566f3f63b5afae20 f5b87f734e7abeec52a3fe89bbe69a3567ee08bd Package: geoclue-doc Priority: optional Section: doc Installed-Size: 166 Maintainer: Laurent Bigonville Architecture: all Source: geoclue-2.0 Version: 2.5.7-3+apertis2bv2023dev0b1 Filename: pool/development/g/geoclue-2.0/geoclue-doc_2.5.7-3+apertis2bv2023dev0b1_all.deb Size: 42148 MD5sum: c5549003a85a23ba8f7369b52c5183fe SHA1: 8942486335af99f986ca009f57822decbb427dd7 SHA256: f2fe81ca5eeff7cd70a7add6219659ed9df884de136347fd660f00bece4d28a8 SHA512: b08a2a7be2f5f9aae15874d6db3a58bfd331fcff363fed6ca146d837188be5e833de7bb09f189c9c9671f81a4567a0060af144d965265af9775dcea41dcd5115 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: geoip-database Priority: optional Section: net Installed-Size: 10013 Maintainer: Patrick Matthäi Architecture: all Version: 20191224-3apertis0bv2022dev2b1 Recommends: libgeoip1 Filename: pool/development/g/geoip-database/geoip-database_20191224-3apertis0bv2022dev2b1_all.deb Size: 3031924 MD5sum: 72c1723faa69ea1f59c91e2d8026a684 SHA1: c6b56c2174c85e8a2160e55813b07b713f319ab1 SHA256: 23e9d8eb450a306aa91105c5cb0ed8f584a062362915d9022c90523e2e4565c9 SHA512: 04d48ec19a304e7f7d7a70f128be1ef4f89aa4e0120e750b253c0b4489ef0f94fad335f318c74897c5d1992ca653c521b40c1e898a2d68c49931484f94e6aa9a Description: IP lookup command line tools that use the GeoIP library (country database) GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database. . This database simply contains IP blocks as keys, and countries as values and it should be more complete and accurate than using reverse DNS lookups. . This package contains the free GeoLiteCountry database. Homepage: https://www.maxmind.com/ Multi-Arch: foreign Package: geotiff-bin Priority: optional Section: science Installed-Size: 126 Maintainer: Debian GIS Project Architecture: amd64 Source: libgeotiff Version: 1.6.0-1apertis0bv2022dev2b1 Replaces: libgeotiff-dev (<< 1.4.0-4) Depends: libc6 (>= 2.7), libgeotiff5 (>= 1.6.0), libtiff5 (>= 4.0.3) Suggests: gdal-bin, libgeotiff-epsg Breaks: libgeotiff-dev (<< 1.4.0-4) Filename: pool/development/libg/libgeotiff/geotiff-bin_1.6.0-1apertis0bv2022dev2b1_amd64.deb Size: 48940 MD5sum: 6a616f8473bcb89f5727e10019648444 SHA1: 570bad371e23b9ec7a99fe1fd77705f9e0c04d8a SHA256: aa9af648a16ea3d047a7816605662f6d675bb5bc85d213f3ce88f48aa2e911f1 SHA512: d42835ced0a509bb924b08ea7144932d4ae09642ec99a9d6826a3f44f741a8f25fd10f42a0aff48a7c15a57d92ed28bc1593af79b18fcabee4b67c724732f85e 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: 79 Maintainer: Debian GIS Project Architecture: amd64 Source: libgeotiff Version: 1.6.0-1apertis0bv2022dev2b1 Replaces: libgeotiff2-dbg (<< 1.4.2-3~) Depends: geotiff-bin (= 1.6.0-1apertis0bv2022dev2b1) Breaks: libgeotiff2-dbg (<< 1.4.2-3~) Filename: pool/development/libg/libgeotiff/geotiff-bin-dbgsym_1.6.0-1apertis0bv2022dev2b1_amd64.deb Size: 49072 MD5sum: f9184e4e29288a28c33c4ce5e00ea2c1 SHA1: ac2520a3e07e7fa041865bb94b63eda53ca96f87 SHA256: 4fe11ecd918b95798b1d9b0f84baea6af50a12024ea35859906ee9df3f1298ba SHA512: 1ced31b1a3c9f65eb573917ecc8fcb9c810626c377d9880c72e2cb91dc82bd7ebb5d47f9c36f35e99ed099015ae2d6c824a2bed2fbaad6deb1e29a9379ccaad6 Description: debug symbols for geotiff-bin Auto-Built-Package: debug-symbols Build-Ids: 0da4cc34d638dc8dfa9382f14a1044bcb2cc2064 32eec5c4f5ec2600aa1ff345419ebfd2bf2c0f5a 8678fac503897f72e234f020e4eabc4a568bc085 Package: germinate Priority: optional Section: utils Installed-Size: 61 Maintainer: Colin Watson Architecture: all Version: 2.36apertis0bv2022dev2b1 Depends: python3-germinate (= 2.36apertis0bv2022dev2b1), perl:any, python3:any Filename: pool/development/g/germinate/germinate_2.36apertis0bv2022dev2b1_all.deb Size: 35740 MD5sum: 205b65466f60176b8c27430b1df0c92d SHA1: 81218a6ed6c500c9e9c8946f34ddc5b54811b373 SHA256: 4aef64008b0548df035774103de9db0c52c18a0fd7179f217b0de629071138ac SHA512: 6e1a025557aebfbd6684830b37e20eb50d1e99520e555f58974542d65113bfa0b83561a6410367a88298df3968e22a1198b485b55d6d186d4d99bfcc8cb9ea53 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: 5867 Maintainer: Santiago Vila Architecture: amd64 Version: 0.21-4apertis1bv2022dev2b1 Depends: libc6 (>= 2.27), libgomp1 (>= 6), libunistring2 (>= 0.9.7), libxml2 (>= 2.9.1), gettext-base, dpkg (>= 1.15.4) | install-info Recommends: curl | wget | lynx Suggests: gettext-doc, autopoint, libasprintf-dev, libgettextpo-dev Breaks: autopoint (<= 0.17-11) Filename: pool/development/g/gettext/gettext_0.21-4apertis1bv2022dev2b1_amd64.deb Size: 1317788 MD5sum: e3003e30cd526d55d6dfa818c8e1fe72 SHA1: 85b1efcf6ae74c32e100f28eff44114b6c74064c SHA256: 5f07134f9d69b93b09833036f0fb784b769b36337c3b6f2eb9b91b5ddd65f189 SHA512: 78424707e899efdf210a8bae822f2cb6b57c4bde98dd5d4b3611d214bc2eefc25163f72846d3044ae632e731b20b2427474a4c69f6a730d95e09cad864db5d8c 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: 658 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: libc6 (>= 2.14) Filename: pool/development/g/gettext/gettext-base_0.21-4apertis1bv2022dev2b1_amd64.deb Size: 182408 MD5sum: 698713b61299b8dd7e604a5674203aa0 SHA1: f5ca0f31d03c130554544ae7d4c3753678cb10dc SHA256: 55d30dabba39029e5ee5a024bfb53eb8ca3dbcdd07d51a0668d0fe00d743e35b SHA512: 1a862dcd90a1c6d651b861c436fc568508bd27bad08099e6185c6ae44f92c84cc7c903c309aa7fbb462b078deda8a76d88e503ddb0dde0ba3bdcb3db899b1178 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-4apertis1bv2022dev2b1 Depends: gettext-base (= 0.21-4apertis1bv2022dev2b1) Filename: pool/development/g/gettext/gettext-base-dbgsym_0.21-4apertis1bv2022dev2b1_amd64.deb Size: 98992 MD5sum: 5b36aa9defc92ed5f3e0e11594df521b SHA1: a39f2cd616a36b9781424c346afbe748c36d1634 SHA256: ed37dc6b80e1cd291d4b3724247af5d13e71943898bba77c5178381e0590c7ed SHA512: bd9cf5a4da5f9e3818d604fa0b0738ca09d6a25a98f2a01cb8076e9065d63ab9755e8614079ef5b72a933a329843834afb89a05d2b5b1db35cd015b6659ce796 Description: debug symbols for gettext-base Auto-Built-Package: debug-symbols Build-Ids: 34856b43c9520729bd5f7a8898c9b1dd99e73deb cb420afb98f6686c12889594491f4ea211beaf39 e2bcb0936f587f2680aa5db92ac6c65c55f9d300 Package: gettext-dbgsym Priority: optional Section: debug Installed-Size: 1734 Maintainer: Santiago Vila Architecture: amd64 Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: gettext (= 0.21-4apertis1bv2022dev2b1) Filename: pool/development/g/gettext/gettext-dbgsym_0.21-4apertis1bv2022dev2b1_amd64.deb Size: 1467700 MD5sum: dc0ca4981c1c118963db6465605ca733 SHA1: 89a15aee145fd18e0d38634805520b467b843894 SHA256: 1b1d3eb8a92ceb20664077d6a93371253210a8e40c84bd625077a7515a2e64b0 SHA512: 4c3224a080ba49dbfb1247c05eb1fea8b4449081f21d0f318ffa90aebb50018c54ba5551629bb4f2e14aa860ed1c8f10f5a87454779b5c27876797fb1fbf6d64 Description: debug symbols for gettext Auto-Built-Package: debug-symbols Build-Ids: 1630d1257b0c4c0d268a1284a9563b87c6a81329 2fa3937141e683fdd0d55b68e6a579f7dce1da7c 3dead90beeff6574e4279bc86f5c3b2e9d7d248f 42d2855215606670268507dbc4519a18000572e5 45cd34acaae7534cccc9916a1b8873a22a67fcc5 47f4349a46c998c081c83273d6e6dde19fe79aa9 497e2c1f30f5b8ff7daf89e9830f721d100764da 52280c7cfc3003ec069635c90d83afddcb5242f3 537d9048d13b688013aa692e016e4d1658295342 6582dacafe5fdee9c150a64138d5c6eb4f194e69 75d92897c206f30b85ca216b9336bea4f59ea2f9 89d84675eb351e71e65875f056725458ff2ae02f 8a809e14229ca70d2363c0470c94bad9ea2babfd 9272d5c2ab6b22922641d3d4c504e16ce55183df a1ef6c61299e723534ccaa974375d8c9ee5fed0e a4cca4ea58303e3596d95bf1f1bce43ad57dcd33 aa28d39c92e3b694286753aacd2cfcc31a00575e c16ace01dfeed63a1e11c0ac0abad39b97101535 cc53014350a9f49d327f6aaf5980cc198b14ca34 d344bf66cbc74a90efc31714afbd4a5693618ebb e8666009519b695aa99d4bb02a4036f32bcb7d12 fafc0d4685764ecfd7db5370996b121b97a42475 Package: gettext-doc Priority: optional Section: doc Installed-Size: 5742 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Filename: pool/development/g/gettext/gettext-doc_0.21-4apertis1bv2022dev2b1_all.deb Size: 638232 MD5sum: 0e493f77d18a26c17dd8612757fd2f03 SHA1: df7bef3d31689cbc60a1871e744054f01d90644b SHA256: 5e86a0722fc799dd024654072c27861a605daafda6f30b71e22ad8163bd326a2 SHA512: 04fce98970c70f2d5e9a0d07d715b38667c558d2e0fe500f89ecc25ed8349ec43755ef1c91d88910843e4f7861d91ca470c12ec24f859f03466701b05d4d4b02 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: 109 Maintainer: Santiago Vila Architecture: all Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: gettext Filename: pool/development/g/gettext/gettext-el_0.21-4apertis1bv2022dev2b1_all.deb Size: 103500 MD5sum: 8b9ab1b47c5ca469f6fa8f7f390fa813 SHA1: fb1694f026f59651736ff467e2402a7624badfbd SHA256: 2cd27b8f59879b6800f632e952053c75d45fddfd86a71300714b66f594c27e25 SHA512: d43ced19e73444409932b899d69f6935b3511ebdad28f3d204f4cf8338288184954d088112bd1c191aa8423f00d58af59edd3804f01f1b826b4cf7005e58b78f 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: gfortran Priority: optional Section: devel Installed-Size: 16 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: fortran-compiler Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10 (>= 10.2.1-3~) Suggests: gfortran-multilib, gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1440 MD5sum: bf84aabb70a06eb6e0f4ee816da01e5b SHA1: 0e79719d7ab103a89fca43a7eb07e41215d936b7 SHA256: b09254283570e88b37ded31e4c6917127e921e37ef7aa44dc69dc2009d6b986c SHA512: 9bd21f42f15bed8b10b0a495930868b487e07198f9a42a256c7d23986ce97b9eeb461977924eb18256a911ff82f249ad60e5dc758486780787542a38e375e1a7 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 207919 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgfortran-10-dev-arm64-cross (>= 10), libc6-dev-arm64-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gfortran-10-doc, libcoarrays-dev Filename: pool/development/g/gcc-10-cross/gfortran-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47635768 MD5sum: 75d7a01ada08481470f5ed6366f0f19d SHA1: b51e25144bba077f757cc19256a4832811fe99ef SHA256: 8d275f42137228cca5c23433e8d44a73a4700ab9fe4067446db137025cd7a60b SHA512: 5a2145624bdd8ee9302c073859776aebcd088267ee53c1584db685aa9da3f9a8e63fa2a5acc106d8115d54a81889b09ff15af59b9ea7343785fac79a87381345 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 190582 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libgfortran-10-dev-armel-cross (>= 10), libc6-dev-armel-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gfortran-10-doc, libcoarrays-dev Filename: pool/development/g/gcc-10-cross/gfortran-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 45127052 MD5sum: 45010f4018f38a8e3b6566d8be2abccf SHA1: 12a2fc1b4ce21daa2b6a60bd53a0e1d13bc5b66e SHA256: ca2cd6d6acc6e30afe2ef5bbcf3f38636314f7aae2bb9121a8932af7e44a9b07 SHA512: efb62b682277406c19f88e9fafb8d1fc28d842db63ab1562fec170cef37dd76a260080cfc57744c7fec6d7bd3ed948ef36f9d318e8a0c71e8d009425df4b289d 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 190582 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libgfortran-10-dev-armhf-cross (>= 10), libc6-dev-armhf-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gfortran-10-doc, libcoarrays-dev Filename: pool/development/g/gcc-10-cross/gfortran-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 45129780 MD5sum: f8eb54b6297b0c0342c86f2bddcd74d1 SHA1: da19e57eca6da362f708853cb683c0630b5b8e90 SHA256: acbabc560bf583b4f6940e5193d42d030922dc9d8bdbe2959c04c233f7bbe520 SHA512: 4433b44291800383f26fb99e0ce38f0843c318506c5fbdf3fdc2b05e06d537990c8ae835c2258128943d5e8aec04cfd06027acf8ac4e505ac917f3faf9f6610b 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 216410 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libgfortran-10-dev-i386-cross (>= 10), libc6-dev-i386-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gfortran-10-multilib-i686-linux-gnu, gfortran-10-doc, libcoarrays-dev Filename: pool/development/g/gcc-10-cross/gfortran-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 48423932 MD5sum: 5d1e8c8ff896d5c7a9cb3f98537f4dcb SHA1: 4b7d41c082c67ddf0fa9795012ad572dc0fe21cd SHA256: 2dfaf9e54e838b15177506ca39f521b4bc0c5bb0b7a4397b596c02e384372a1f SHA512: 809c13fef16a6e4449f21e322d501178541f66660e4d1f111ed016735475360b2f8f975062fb51aaf053bfa5a96fb410c3c72615f79d7fcd267cf0c65d5e514c 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gfortran-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gfortran-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), lib64gfortran-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32gfortran-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gfortran-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1164 MD5sum: 16a1f7cd62a51b02fbd96acb7217b8ff SHA1: b881fa3550acaa442083fb1de304e81d0c7094cf SHA256: 3561289944a4544bf7dad285b4ab79cf5e1e72533b8b88a8da1fdfa9911d402b SHA512: 0f32a1bd59a8aa51790fb5254667b8b306895926bf1d5ab2afa71cbb5543b03fd6467222fae74f4c6e15f979d3cfd2964fe427ca25b63e3ecf321b77cb2eb33d 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-aarch64-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-aarch64-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1256 MD5sum: 8d8b3e7afbf420257b29e1f6dc4b1d32 SHA1: 1490b86e3ce9f4ee1d534c3c576e604be71f987b SHA256: 62d01e806d3bf223c4fc8bce5a93d0bc84bb423bebb20773b34286d0c85e686e SHA512: 808e6f3a4fdebd95cbed5e796aba17dd3892cfd442d16c6b0f5c9b4cb112fb35fd90c3b1d4446800d20e2cae0dec981c47ff4e115256123eadf86a18f02056ca 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabi (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-arm-linux-gnueabi (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1252 MD5sum: ad4380657b14340712cf5f475df6723a SHA1: 01cdc414cd98133ecec65124c14077587d14ab81 SHA256: fdff32e88a2f6fc0fddfc0f301084a1f554ddbdc57170cd9c33f211a04d8154f SHA512: 0a93c8392ef006503d794e5322837b002b26b091b23c32c5081b27fd8c47ca4dbd0a36be41e67b796d54adfbc05a4e312a055cd8ca2e8d550b7ffd666a0377a5 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabihf (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-arm-linux-gnueabihf (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1260 MD5sum: 93c9aef1aa5b169cd6ca1ecfae79b236 SHA1: b75846ae88b4f2e664deaaf76bb68a32d672bfa2 SHA256: b9203a25723931744179780bfe52d1ff19ce91c75afe64e458d1f8668b871664 SHA512: e3a5ba8d0100c7579aebb3e3f1d47aeb93666217742016499c01b60ee776331ed6d2117a2e30dc6fe5cdd78fef862188044b0f1f760ba8b6fd457cf7a0534269 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-i686-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1252 MD5sum: f0e4aa794b7da21199e007d20cc400f4 SHA1: b35bba051180f96d33714b099cade6386a5a79e2 SHA256: 61d2e1664948b03d7424c8e6be86726aad462016e5594e636fd4fd3017b3294e SHA512: 261633bc345ee6c60715e50de9b2f55b0c08e1cfb1e8c591d3fb61c7e7f7998e2c4a412fd4968366f848038a57b8b811f3449b4ad774681758d200be544b0ccf 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: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-i686, gfortran-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185900 MD5sum: 6bf94723596e686ff4a8b4b4559c0f4e SHA1: 98732e1d8dbb5689db93c9848f24d45142b182e1 SHA256: cf94d73f9cff376ab27963ac8a134178b58500e60dffe3edf9cdfec4145405e9 SHA512: 40088bf959e1e17fb5710ecaef3eefabcdb258913b16e7320d6d45d136689d81fa07f6bbc5c189f9951898803f84a2e36481145c40686154d1d55940514300ac 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-i686-posix, gfortran-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185900 MD5sum: 8550f60c827c86a32c0a41ba127c1273 SHA1: 969b263c85dcf52abc6fbd26ed32e38537b53bf6 SHA256: 4df61fd5226db7792e1e8c962c66aba354d624b8f8b5e7bee280e2b2e6ff2831 SHA512: 3aa43fbae6a03731f400266ab7a81fc850d0683fe4f3ec734f1df07007ea1c0a55a742b280bdb3b59c22cc16b384dc1974ea9b8ec322e45795193d843a0444ee 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 33293 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 9040804 MD5sum: f4a92927bd6b9eda89e9af08a99e2bce SHA1: 76ecc8c072f831c869d81c6066cfdaa738a25bf2 SHA256: 063660c3cebf1e9cf576efd914a33900789813e0e0c41a320fb1423b50f116ca SHA512: 9d01ab3442d24dfaab5575da14da056c99963c701676a5e183150051f9d10ee1a42aabc0815bc20b39c82d37a3f4976a22476eb5c6173a9283ee48856e0c08cb 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 83925 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 81913336 MD5sum: 78210302455bfe17a198c84fbb54454b SHA1: 58d88100d9c268f9e7b5f722ad2bba424eb17f42 SHA256: 96781527fa39f442d9b73e1c322f8e6d0cef8b3a08e6e9efe1fb0e733a355a59 SHA512: 160cdfd9342e9e5fb595998656bbe56592997eeeb76adffd0302f124d029e1d5c67397cbd91f5653b68d0322da1865022eb06f205183441ea73b503561dd975a Description: debug symbols for gfortran-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: ac81b68a21ac9662e601502f33969f0dc3bfedcb dc6a6351107ba4d78d0facc4386a124e0bc28206 Package: gfortran-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 33292 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 9042496 MD5sum: 256921eb72c5ffa30b561e8ab3eb7962 SHA1: a23cdbfeda8f9e099b0ffb1439d75f8625c00f87 SHA256: 2e0964f935b49c8423a9fea6c36f27a0c6e0d2553de718963a44e10db1bc834c SHA512: fa74c7746413d836245acb2fd20c04bef50aa888cac4be4c6c191f5f27450f59d485ca47d320c1228ce1bc322e785e6525623009fbeb4faa9754bfdb13985157 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 83921 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 81897840 MD5sum: 7af2741ccbaecef9f41e6c371ced7b56 SHA1: 603c30c86994bd7ad5aa5d4383b1f758de439966 SHA256: 3034bffa3b56ad167974d8509891783c543d449ed6cd3879bec93ec00d50bc62 SHA512: 181e3c9fe7219257eefbcad6c89c341900bfba52d46ea0c2b087d6d9e69654a3efc3d67362aa3e4f34fe5fb6ce2cccd41e1b20e511bafb44e8767b613a97379b Description: debug symbols for gfortran-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 0936e0346a04dc159064fb32f0890a1f6c64617f e9ea6d1b54fd4ade18ac12ba0f1504dfa8a627ac Package: gfortran-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185900 MD5sum: cf82ba5fbb4e75742036382d9dc636ed SHA1: cafb91b41758fa027ae3131700a2da12f4a711d7 SHA256: f34e75d9cddbe66bbe6329e8256049cc2a4d58278f2cd69e5234afa883951eab SHA512: 3e0090821e9a02b2a8adc7c12c0318e74847d06e299b48df250fd3d624a60abc8d653ea9deb1bf7a0495a36168835602762eeb03ba8223ed5251c093f3766d87 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 34835 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 9267984 MD5sum: 226fee5c3f9ace35165709dad11c1360 SHA1: ccc177e56645fa349110b803da3041a245aa65cf SHA256: 74188065c496b1dd71d4f4313aba8223e591e5fca42be4f7f473adeb1fb670d9 SHA512: 14c1cfb0fb53d60beb69d1d80a753b61551cf254f0d2411747ed61a78f09286a77449b9a11650d0c9ca4ec1abc599f97de7ba491d11d5eac9cdd03dc6d0d602a 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 84399 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 82345564 MD5sum: 647dac19b66ae977c8a5f2f032b8f12e SHA1: 2c66119ce82d9c85391b467ffcea846401cb2e19 SHA256: 5f85efb520cc78633e4a9afecfdd197c92980c3c4119adb8315eef9ac7fb965e SHA512: db341c31d59dd222f6aba3d1b5f9192f363b9504b9782c1885fe160efee18d857f7ecc303030eff9a1350d54c8ae4098e3512df90e7d3264bda281b6829d2546 Description: debug symbols for gfortran-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 8d602d9f0c294efda9d981ed1b49e7f8ccd9a3f0 97f09cb385d1776130fbb8a32a7a1d7155786e78 Package: gfortran-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 34834 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 9267332 MD5sum: 0b6a33b83e06a00376cbd814014115bf SHA1: 5f91e9ff57cf0017e344ab09d7c4534048a21118 SHA256: 59989e8556968f84b29b82e165cc750ed61f15d513e90a9c76a6d29598fa1ac7 SHA512: 1dc1baa4607ba1817bd96c4c0bce3ce6e795e50fce525ddae8175a819011f5c2c852bf48d2aa1edf07e91f7550739b5319cd661e294ebd61a61f2d7b102e3559 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gfortran-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 84396 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gfortran-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gfortran-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 82343684 MD5sum: 6853f4bee57eeb51dd314def8e647969 SHA1: ed0cd9f7fec08de404833895d22c9333612fa218 SHA256: edcc2482718cc8c8320a3660f7d27978cd8de7c09cd135397b2e0cec11173c24 SHA512: 26b8f351a4e02943b5947c25ed4a2de59efd2cdbff4a58ae6f36a4bf64b234b64132fa8d5d39379d2505395afadca4580593cba65e22040941676ab2963eae72 Description: debug symbols for gfortran-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 41f05e59ff3fffbc51538900626e881284842438 a662ff07168cd5cdb5bad35b2d0f8515c951730e Package: gfortran-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gfortran-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1028 MD5sum: de45917b861f82dd75d8e67e929f1768 SHA1: 9077f656383bf7bd89958228e2e1244760cb7507 SHA256: 5145481f48b7e552dcb97b523d2f9d6fedb2742e3cf30d2d106310c300f9fac5 SHA512: 3fb7519c4b5d7dd20a8064d653bd9b3c1ff0518a36c30cc18efc80f911c12e2be341a488aaa3682cc7990979214371ebb09879f737801f0a6b93ff20bcc898a2 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-i686-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-multilib-i686-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1092 MD5sum: 9e0bdfc1894f5f6a82732c75602c0e44 SHA1: 047598cc06f0858b15249b2f04ec67bb162fca90 SHA256: f154810dec4ad27e4bd6bbe18549bb9e95eb43c6955adb9f254a016b94729b18 SHA512: d0672b0f6d89b7856f900a3067e08ce885f54bea3b7dcc131e81d2a96b76524d7336c09c492b019eb8381975bb8b60790dac91cd783273ed810093ff69e5e90f 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: 25ce13d8fb4aa194f6bb2fab28b96830 SHA1: f05ee58aeacfecf7d791e1241eb90374dac20e91 SHA256: 3e22905a909a84ad56c0e7d46aab6b422d1acbb700e2c047c07eb4c54e3b34d0 SHA512: db6445cd6fa1fd7a08f0d7da4d0329873a7c63f0287767a56b1c64bd40a6689d55440983ce674bb30b1b3325b6ee28a80bbb15b56d44bea2b7e10b8a84f58833 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-powerpc64le-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1264 MD5sum: b52661c530be13a08cd215ae1c444ee1 SHA1: ebbb3bcec93903391410523aeb2081624ae97d33 SHA256: 6c41fe2a0b43999ccfc38f2584cfd994b52115f1ac72c62d0e60786ce634bd33 SHA512: d03e88a48e51a5291ec809350e81fda1dd30531f0804daf3c634ca5c50531d5483c96c69964251c418378d095aecffb887aefacf858408af2202697dd8e47eee 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gcc-s390x-linux-gnu (= 4:10.2.1-1apertis0bv2022dev3c3), gfortran-10-s390x-linux-gnu (>= 10.2.1-3~) Suggests: gfortran-doc Filename: pool/development/g/gcc-defaults/gfortran-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1252 MD5sum: fe9b8ad211e8773229aed5561d2e328f SHA1: ffe1f9abf807ee6fcde3b36349acbfbea6925164 SHA256: f414c165222d74202f284b36891efa7ab67e67a70f5d0d647d4f9dc55d716a38 SHA512: 3ac72476342938e99b8ca4eab8a5c397e00e5a6bfcad7f852027db3b84748cbd6b96de5d79056cf2aabc56fe0279b598304611ef874d3c5a05c3e6dc5dbbb182 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: ghostscript Priority: optional Section: text Installed-Size: 236 Maintainer: Debian Printing Team Architecture: amd64 Version: 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1 Provides: postscript-viewer Depends: libgs9 (= 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1), libc6 (>= 2.4) Suggests: ghostscript-x Filename: pool/development/g/ghostscript/ghostscript_9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1_amd64.deb Size: 101636 MD5sum: cc19ce21201aa229867d37dc03860d85 SHA1: bd8a782b443f270c7d8eec6338304623ecd46ea7 SHA256: 459d4ff34023882f3ee11e774dd90b55503d8240c0b3ca14f68db6b679285c52 SHA512: da499fdb303c997b6251fe0001e94551881a6efd533bd1f867584129a2f5c6115496916625c5d3a8416f9dec98b12e5006d82bed5037895ed4a61b957cbe3a64 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 Printing Team Architecture: amd64 Source: ghostscript Version: 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript (= 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-dbgsym_9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1_amd64.deb Size: 5868 MD5sum: c36cd1b58ec265dd2e7fd4671bd8e346 SHA1: ba4ac62d011170213bcf1912609c72af9d7a9bf7 SHA256: 9887ee37d7c3f9479369f7638fa032f7c8f55878de9c5a5ec880676f77c3bf81 SHA512: 90471edc03c9d482cbb8ccdefc9e507029ca45e04a3e6201a1c8498542baa055e45c7c6cc16ee9239eb5d5cfa0dbaceb0043560cc96beae07e1136a1a027df6b Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: c9ccaccc9b0d4ac85cbcd668616f06950c480a6c Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 16128 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1 Depends: libjs-jquery Suggests: ghostscript Filename: pool/development/g/ghostscript/ghostscript-doc_9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1_all.deb Size: 8162144 MD5sum: 21a7a03190cdb95337da187b1a97a87f SHA1: c49b0e6d72e849ac8cfb8024586cf4dafc45a1dd SHA256: e46eeb087f51c2a212b7553d5212f4f29b7c19cf45b95ecb042b7f146b1d5268 SHA512: ae51ba7123d799b1d2093caf7fbeecf1d62ada899e3f50d9dc96c132486b69c0f3aba76537210c695a3e8a976c6aa7bc162b931edd275b139d35d06b717f9116 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: text Installed-Size: 228 Maintainer: Debian Printing Team Architecture: amd64 Source: ghostscript Version: 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1 Depends: ghostscript (= 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1), libc6 (>= 2.14), libx11-6, libxt6 Filename: pool/development/g/ghostscript/ghostscript-x_9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1_amd64.deb Size: 97636 MD5sum: b3800a3728207f38903789fe8bf61785 SHA1: 1075caac51e3ed4aa4d3983e6b3fc13404194111 SHA256: de75316b8d24f24b4f7597a9ca3c20c246e0f0341da6fdc746a2df4c2fa5b1e3 SHA512: 1154cf1bd41e02d8a0481b9be28326c41b33c1a547d6775655ecf9164b57c855294a31084339c5579d82aaa326d68e27e87e1224da8c5c732b7928646abc426e Description: interpreter for the PostScript language and for PDF - X11 support 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 the GPL Ghostscript output device for X11. Homepage: https://www.ghostscript.com/ Package: ghostscript-x-dbgsym Priority: optional Section: debug Installed-Size: 121 Maintainer: Debian Printing Team Architecture: amd64 Source: ghostscript Version: 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript-x (= 9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-x-dbgsym_9.53.3~dfsg-7+deb11u1+apertis1bv2022dev3c1_amd64.deb Size: 100348 MD5sum: 61a63e79cc79291059dff3a672fc9e54 SHA1: 7b05e57020b1f95dd1eaedb382b05cb58df4a2b2 SHA256: 72dcb98736141dfcedd5e5ef07ba25d55b3fbd0c737e1fe75a8e0669be8550ed SHA512: 7d89e25256dd9c4f3192d9cbcb80f11c2cf443e95723350881cfd26f6d4182202b596614ca90936bf031df7181f31bb4b8f8d6598db02586c10747edf63a8d88 Description: debug symbols for ghostscript-x Auto-Built-Package: debug-symbols Build-Ids: 56645a1ee0319b84cee9f1e7d559b0561ecf53fc Package: ginkgo Priority: optional Section: devel Installed-Size: 7490 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-ginkgo Version: 1.14.2-1apertis0bv2022dev2b1 Replaces: golang-ginkgo-dev (<< 1.12.0-5~) Depends: libc6 (>= 2.4) Breaks: golang-ginkgo-dev (<< 1.12.0-5~) Filename: pool/development/g/golang-ginkgo/ginkgo_1.14.2-1apertis0bv2022dev2b1_amd64.deb Size: 2356544 MD5sum: 542d01d8db28a9543ed6e35617d04f2b SHA1: af708f87d47af1c541b1e529cdd62c7f43ae734c SHA256: 42bf2e4f575b143d606a06ce6b4088dff3a5fecc4eb45ae4f5c2afbd98c412c6 SHA512: 23d8637074d38eff3b78469c6808550d6ef83d9f5b977b221ab6fd37c52a55c63cf112b75f7cc7854a690a7b97cc3baf3e014f6f96a7827bc7c8157b8f05135a 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.15 (= 1.15.8-4), golang-fsnotify (= 1.4.9-2apertis0bv2022dev2b1), golang-github-influxdata-tail (= 1.0.0+git20180327.c434825-4), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-gopkg-tomb.v1 (= 0.0~git20141024.0.dd63297-7) Homepage: https://github.com/onsi/ginkgo Package: gir1.2-accountsservice-1.0 Priority: optional Section: introspection Installed-Size: 35 Maintainer: Debian freedesktop.org maintainers Architecture: amd64 Source: accountsservice Version: 0.6.55-3apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0 (>= 1.34), libaccountsservice0 (>= 0.6.55) Filename: pool/development/a/accountsservice/gir1.2-accountsservice-1.0_0.6.55-3apertis0bv2022dev2b1_amd64.deb Size: 18036 MD5sum: b47c95406f8928aefdbed63a1ced5f96 SHA1: 0c150e4e423ab7c2ce6f8745b95a58c091b62d3b SHA256: 29ffe10053ba354c55daacd309b0c8eda989e7293ac310166e95e2599f67132b SHA512: 07d90823fa6305865fb0ae3374151557050229456412713609f46ea93a7d8cec9b7a8b3ebf485f2145a368ac7497bb07f5522c53db57d5191b8be7b9edb78734 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-appstream-1.0 Priority: optional Section: introspection Installed-Size: 109 Maintainer: Matthias Klumpp Architecture: amd64 Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Replaces: gir1.2-appstream (<< 0.10.1) Depends: libappstream4 (= 0.14.4-1+apertis0bv2022dev3b1), gir1.2-glib-2.0 (>= 1.58) Breaks: gir1.2-appstream (<< 0.10.1) Filename: pool/development/a/appstream/gir1.2-appstream-1.0_0.14.4-1+apertis0bv2022dev3b1_amd64.deb Size: 31580 MD5sum: 8997652dfa90a562dec8bb4017a65c64 SHA1: 7ca51b06bbf8dd528b6c779e5d301627d2fd02c8 SHA256: ec00b235dceefa0197fd0cf505713e8af5db22a048e23d31bc9a28b0badbd37d SHA512: a6fd1cb580920b7c689108f3e250378182b08d8913913d28f8b91e2ef011d27c3890ccf22bcc8773fb5cc0968f55b831dfca92cb72638da10fdbfd5d45d7078b Description: Library to access AppStream services (introspection data) AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains introspection data for the AppStream library. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Package: gir1.2-appstreamcompose-1.0 Priority: optional Section: introspection Installed-Size: 41 Maintainer: Matthias Klumpp Architecture: amd64 Source: appstream Version: 0.14.4-1+apertis0bv2022dev3b1 Depends: libappstream-compose0 (= 0.14.4-1+apertis0bv2022dev3b1), gir1.2-appstream-1.0 (= 0.14.4-1+apertis0bv2022dev3b1), gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0 (>= 1.58) Filename: pool/development/a/appstream/gir1.2-appstreamcompose-1.0_0.14.4-1+apertis0bv2022dev3b1_amd64.deb Size: 17488 MD5sum: 003e1be1e6d17e23225558a20136f632 SHA1: 49fae9527fba511b0ca0ccc2a93f564265bd5e75 SHA256: e1cafac98313a94ed3ee8de28ef791d75de315d94ebe24c99937035920cceeee SHA512: 7c7c371c04582e3c11b392510d4de23d1c8d657f93bd5bdbbeec46941df0f64adc536bdee152e08cc1db049f4bea20af4b6a882a1617dbe875f6b7db2244f095 Description: Building blocks to compose AppStream metadata (introspection data) AppStream is a metadata specification which permits software components to provide information about themselves to automated systems and end-users before the software is actually installed. This permits informative displays of new applications to users in software centers, as well as allowing a system to make decisions on which new software a user might want to install (e.g. missing firmware or media handlers). . This package contains introspection data for the AppStream compose library. Homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/ Package: gir1.2-dazzle-1.0 Priority: optional Section: introspection Installed-Size: 149 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libdazzle Version: 3.38.0-1+apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.24), libdazzle-1.0-0 (>= 3.37.1) Filename: pool/development/libd/libdazzle/gir1.2-dazzle-1.0_3.38.0-1+apertis0bv2022dev2b1_amd64.deb Size: 34696 MD5sum: 570ed8a8a91e5d2188c09f2db0c80972 SHA1: eb10bb7351dba587e89b8239c808c176c534101f SHA256: c7e58d27c8469bbae842ef544062a142c389f07d27289b8a039e89899334583d SHA512: c5259bf37cf85919591d8f8a9520beb156a1a0912e81df920423442ee1479ef915cf0ca20423fb5b002c26cdf83dc3ba96a6899ddf49e9b248789d8cb5e6efaf Description: GObject introspection data for libdazzle This package contains GObject introspection information. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://gitlab.gnome.org/GNOME/libdazzle Multi-Arch: same Package: gir1.2-dee-1.0 Priority: optional Section: introspection Installed-Size: 69 Maintainer: Kartik Mistry Architecture: amd64 Source: dee Version: 1.2.7+17.10.20170616-6apertis0bv2022dev2b1 Replaces: gir1.2-dee-0.5 Depends: gir1.2-glib-2.0, libdee-1.0-4 (>= 1.2.7+15.04.20150304) Breaks: gir1.2-dee-0.5 Filename: pool/development/d/dee/gir1.2-dee-1.0_1.2.7+17.10.20170616-6apertis0bv2022dev2b1_amd64.deb Size: 17704 MD5sum: 4cf41f173378ed746091fd6440969260 SHA1: 302f4d8bc4bd65efbfa202ddd9745e8dedd5cdde SHA256: 5b4502a9f3d27f0924096b2987ef84a4e7fc8711bc8538ac392f79c2aaaf419f SHA512: 7f48a9147c356a4a18efe4cb24131e4b82e0611a723d7861c096f3dcfbad107f4818079483bdde9671795d9946bc3c73c8cf8c2721c112e059f22de6e3483180 Description: GObject introspection data for the Dee library This package contains introspection data for the Dee library. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://launchpad.net/dee Package: gir1.2-farstream-0.2 Priority: optional Section: introspection Installed-Size: 239 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: farstream-0.2 Version: 0.2.9-1apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, gir1.2-gstreamer-1.0 (>= 1.4), libfarstream-0.2-5 (>= 0.2.8) Filename: pool/development/f/farstream-0.2/gir1.2-farstream-0.2_0.2.9-1apertis0bv2022dev2b1_amd64.deb Size: 217228 MD5sum: 0f9d39fc0147f06f3a47aaaa02f7d935 SHA1: d85da5cc3f12265bc0904402ca00693c7c180b79 SHA256: 38157168d215e81812272a2db180d80255f754c6015216b3789ca5adfb60825a SHA512: b416cf210b0bec48d93a733db2a265543626f5a09f42c448a56f30be850421aafef83293ef349b1ebfe4d39f5bd979decaf175b3eabc8a0608d1e4442f340c3e Description: Audio/Video communications framework: GObject-Introspection The Farstream project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://www.freedesktop.org/wiki/Software/Farstream/ Multi-Arch: same Package: gir1.2-gcab-1.0 Priority: optional Section: introspection Installed-Size: 21 Maintainer: Stephen Kitt Architecture: amd64 Source: gcab Version: 1.4-3apertis0bv2022dev2b1 Replaces: gir1.2-libgcab-1.0 Depends: gir1.2-glib-2.0, libgcab-1.0-0 (>= 1.4) Breaks: gir1.2-libgcab-1.0 Filename: pool/development/g/gcab/gir1.2-gcab-1.0_1.4-3apertis0bv2022dev2b1_amd64.deb Size: 6696 MD5sum: a4b8a3e1e41e475d9b6c8757bb6ac53d SHA1: 7adbba3fe895a39a180a482c20d4c1706762d7d7 SHA256: c21b4895d16da7949982b8730eba577807ad42a75834798ce0c4b7fbeb97aaa4 SHA512: ecd10a75c8893ffb9132b4a6fafad094c9bcdc2d30f3303a8add80459a2f226452de9433120e478f72afd7016a8954991539e601d62116ee2ececa22441cae89 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-gconf-2.0 Priority: optional Section: introspection Installed-Size: 378 Maintainer: Adrian Bunk Architecture: amd64 Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-service, gir1.2-glib-2.0 (>= 0.10.7-1~), libgconf-2-4 (>= 3.2.5) Conflicts: gir1.0-gconf-2.0 Filename: pool/development/g/gconf/gir1.2-gconf-2.0_3.2.6-7apertis0bv2022dev2b1_amd64.deb Size: 362756 MD5sum: 46ec31fb9599b09f95fc5453fdb1f09a SHA1: 7cdec0a51826d36f9603d8914a18548f13c121b8 SHA256: d88cc0e67378c3cf0d9ea9faa1545c75d4553a313f07440157451a5834417c7b SHA512: 43a454c5f9b56d07d1a6c926f02e6e8ee9614474647f175e006507e3b2929067d003ea59bc8b64ada1f95fc6ba13ba9cd3ee64bae686919725ccfa6f968b2ce2 Description: GNOME configuration database system (GObject-Introspection) GConf is a configuration database system for storing application preferences. It supports default or mandatory settings set by the administrator, and changes to the database are instantly applied to all running applications. It is written for the GNOME desktop but doesn't require it. . This package contains introspection data for GConf. It can be used by packages using the GIRepository format to generate dynamic bindings. . This package is for legacy applications and no longer used by GNOME. Homepage: https://gitlab.gnome.org/Archive/gconf Package: gir1.2-gdl-3 Priority: optional Section: introspection Installed-Size: 59 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gdl Version: 3.34.0-1apertis0bv2022dev2b1 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.34.0-1apertis0bv2022dev2b1_amd64.deb Size: 32456 MD5sum: 186f6a85bf0b5f164ea96bf473c805f0 SHA1: 90fbc8d884749278dd6242a779addfbda53acabf SHA256: ceb0d315475220f485f7c4c51b0c30cde28aee1cff664cad61179a506ff228e1 SHA512: fe12a785b6cb06f0f703c3a3d895a5730444e5046674f2539b739c1b0e9b7094a8d3caabdf05b6b20a71a93a4f29e9684fe02e2d5a18ec7a3be1bd1b2e52ea84 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: 114 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgee-0.8 Version: 0.20.4-1+apertis0bv2022dev3b1 Depends: gir1.2-glib-2.0 (>= 0.10) Filename: pool/development/libg/libgee-0.8/gir1.2-gee-0.8_0.20.4-1+apertis0bv2022dev3b1_amd64.deb Size: 36792 MD5sum: 18415b5cdc57076ba66461e375d999fd SHA1: c9800c01d279adaa150e627081c3b93989972ce5 SHA256: 8af41263164bf9b2afbf8f63775efa51b4556e58205d3159c7274dd48b9d8d76 SHA512: e01bf7e493ec491d3f1b68f5316252f1686fca3e503acc7f09c72f2362af6b51948b85e4344d8aa25e4494db63e5d15ed4963089db9114a378b7c07554f32ec0 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: 47 Maintainer: Laurent Bigonville Architecture: amd64 Source: geoclue-2.0 Version: 2.5.7-3+apertis2bv2023dev0b1 Depends: gir1.2-glib-2.0 (>= 0.9.6), libgeoclue-2-0 (>= 2.5.3) Filename: pool/development/g/geoclue-2.0/gir1.2-geoclue-2.0_2.5.7-3+apertis2bv2023dev0b1_amd64.deb Size: 22676 MD5sum: 68f9d657aa09a0ce0f5e8c0f6b603426 SHA1: c11dd9efd33ba5143bd537a21d84220bc2403cd0 SHA256: dd5036da50a5516c4365e04f4382905f1b112a58b148c9c0297e7189a6d5bc30 SHA512: 622deb3f6fbf9a6783e4ee9292e4f7d0ea12134cf4f1d9553ffa6f0e95cf31e71760d206e8f610410df8a1d132c55c211e6e7aa1b325dc4dd2ca06d04cb15359 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.6 Priority: optional Section: introspection Installed-Size: 18 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgepub Version: 0.6.0-2apertis0bv2022dev2b1 Depends: gir1.2-freedesktop (>= 1.30.0), gir1.2-glib-2.0 (>= 1.30.0), gir1.2-webkit2-4.0, libgepub-0.6-0 (>= 0.6.0) Filename: pool/development/libg/libgepub/gir1.2-gepub-0.6_0.6.0-2apertis0bv2022dev2b1_amd64.deb Size: 4588 MD5sum: 1fc063ba775771d4b374a868fdd69a37 SHA1: fb915cdc1a5ca4fbcf182b0ce0ecb7cf0b59b8b9 SHA256: 7c5ad3174ac828618b15d52302ace71fb4efdf085f5a508a2c092782bdc9223e SHA512: f8f5536dead549bd907d3a855866711dd67956d4166c9c58bb85d25dc79376c944c713b2e1c75824d17191f2ad48cebeaab24acfa8216fd17974d18bd18222d6 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: 140 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glade Version: 3.38.2-2apertis0bv2022dev2b1 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.38.2-2apertis0bv2022dev2b1_amd64.deb Size: 42300 MD5sum: bb26466368e876ea65274c41d8a84497 SHA1: 57e37f762bbc79ed6cf2f9042952d4cbcb8c97a0 SHA256: 81bee6a6da57f69a739c83222850a04ce6525610d0d305202df95dd0415a38d4 SHA512: ab2e91a805dc42d72aa3d8aca5ab5167cad7588fd81bd030be7e4604352112c038d71688a81ae2935951f9e92c614f97b019e3d5baff23c95fd80ad8e7d1f69e 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-gnomedesktop-3.0 Priority: optional Section: introspection Installed-Size: 63 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop3 Version: 3.38.5-3+apertis0bv2022preb2 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-19 (>= 3.37.90.1) Breaks: gnome-shell (<< 3.34) Filename: pool/development/g/gnome-desktop3/gir1.2-gnomedesktop-3.0_3.38.5-3+apertis0bv2022preb2_amd64.deb Size: 34920 MD5sum: 21d826ec33cbc8c43c995d7d67aa826c SHA1: 3fdb2dd181b52e100b3f809e733e67695072c2a0 SHA256: 4e1dba4b6d8e93e07cc41ff19612ee0988f4df883c3b9700b9800f08232ccd2c SHA512: 229117ea32fa9a1581b20eb4765e70ad2128f3a4fe7985737849a9e0556174fbb8e232ff549303be71a2a51c939f0b9ce1fb342273f6b0e668a2d6f2412d6c8c Description: Introspection data for GnomeDesktop 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-gtk-2.0 Priority: optional Section: introspection Installed-Size: 881 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2022dev3b1 Provides: gir1.2-gdk-2.0 (= 2.24.33-2+apertis0bv2022dev3b1), gir1.2-gdkx11-2.0 (= 2.24.33-2+apertis0bv2022dev3b1) 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+apertis0bv2022dev3b1_amd64.deb Size: 222816 MD5sum: 5321e97642e7ad0142a20b632f2e6ab4 SHA1: 2f250eee90b788e5d98f5dddcb429fdeb41cb4d1 SHA256: dae837fb6f0c3cd3b5ce96db0ce981d7e25d1460c88b32d9772815000733c6db SHA512: 3fa5cab64116081dc2438240db4b59a7e3f5f2eab8a94653dae0bd1badd4d918c61ad2dfa24d360bdc21789cb14c03c63717f57e38ce57ce2a7e22df1925cd1d 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: 22 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtkspell3 Version: 3.0.10-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_amd64.deb Size: 10084 MD5sum: ca80b2159ed2a4800c2ccd23e3084c10 SHA1: 90bf3d052894ec9db4abfdb843368eca5eb23275 SHA256: fd4f3cc4701fb080df379dc8e4662ae48190381fc4633eb67a3d9a5015f63778 SHA512: 69b5180d10265e915741302a5195a312f35c384cbcf836dd90e8fb29ec97ef04e4b83837881f17605dcc792c304f59e3d42bfa8a26e462799d16a12eedfbdd28 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: 96 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: libgtop2 Version: 2.40.0-2apertis0bv2022dev2b1 Depends: libgtop-2.0-11 (>= 2.37.90) Filename: pool/development/libg/libgtop2/gir1.2-gtop-2.0_2.40.0-2apertis0bv2022dev2b1_amd64.deb Size: 49972 MD5sum: 2bdeeb41ef7029c813aec7a2633f63dd SHA1: 733425296aa3d1bb5d05ac8631ed4862aa4cbe46 SHA256: 05005c392b92ea68ccce51cbb73a824761d8a7576566f40c4a68ba8a0fe10a38 SHA512: 1653bb224db6c42c99a51eb456ec309b0172d953696796d22b51e8debb6d2b62201407bb821944c502359f142e76c331c6badb5325f7baf338ee196e4d2d52f6 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: 34 Maintainer: Debian UEFI Maintainers Architecture: amd64 Source: libgusb Version: 0.3.5-1apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, libgusb2 (>= 0.3.5) Filename: pool/development/libg/libgusb/gir1.2-gusb-1.0_0.3.5-1apertis0bv2022dev2b1_amd64.deb Size: 12316 MD5sum: 4a96019e905c5da22389446f91fdc227 SHA1: a3d3aa6fade0b2736d9e30ec63f5db89068ee379 SHA256: 63ef7301c22fd8fe410ad6fa202345192dac3308fd8c4a067aacba0a2038063d SHA512: be2ce9d0b07c8ee3601db9876baac12dc4050d18937774ade3d6eecb2f464cac4778732b96c45bb57ac43eaf66ef02aac44b6b939f6aa6e44d5545b6829d19de 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: 575 Maintainer: Debian Input Method Team Architecture: amd64 Source: ibus Version: 1.5.23-2apertis0bv2022dev2b1 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.23-2apertis0bv2022dev2b1_amd64.deb Size: 317692 MD5sum: 222849640e55d39562f801414c5e117b SHA1: 4e72777a36fb34df65c18ec675f2018cc995850c SHA256: 78c6bfe8fab5b7ea56c33c4dcfc44a54fcbb90e01b0d07f17545ab66c8ffa30a SHA512: a857416696e1fe276efd24a3992b2d5d5caacde721197eeca0e94a9a890d237bf6bea6a74b714672b5b7542ae737c0dea035a9b4d0ba3752a9f6a289ef7cdb17 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: 61 Maintainer: Debian LibreOffice Maintainers Architecture: amd64 Source: liblangtag Version: 0.6.3-2apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0 Filename: pool/development/libl/liblangtag/gir1.2-langtag-0.6_0.6.3-2apertis0bv2022dev2b1_amd64.deb Size: 38844 MD5sum: 28e420536602df6afb7dc5da9d70a514 SHA1: be5a048f0648a917d9a6e9a9948d2344b75b883d SHA256: bd7252320ce8181cdd9388c53278620523e8880ab0f7425c01b48f1f599dfec1 SHA512: 069bf55b691439ee7163bad9ff3c4daf9f15adde7f567538164c419ea1d7f080b6c9caf36339c31aaa1ddf624a992c3a64ef23ee2b8dc11a0c60928439bd4b98 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: 187 Maintainer: Mathieu Trudel-Lapierre Architecture: amd64 Source: libmbim Version: 1.24.6-0.1apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, libmbim-glib4 (>= 1.24.4), libmbim-proxy Filename: pool/development/libm/libmbim/gir1.2-mbim-1.0_1.24.6-0.1apertis0bv2022dev2b1_amd64.deb Size: 107108 MD5sum: d85eee9e243f36f887900cd15c32a15d SHA1: c111f0050dca42295bb5dfccd2a719f48f2b005e SHA256: e7763acd2271a17f358cb44a5bfa5ba291a315a9939ff3cbf114df3470146661 SHA512: 9a4ced0caafbdf8ccd275ada44008ffd7d487ea9bb6eed58abc012506735a422d9c96f943144af502d221c9c2147f9308187ddb24a9db32f92072734a32cadac 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: 1160 Maintainer: Mathieu Trudel-Lapierre Architecture: amd64 Source: modemmanager Version: 1.14.12-0.2+apertis0bv2022dev3b1 Depends: gir1.2-glib-2.0, libmm-glib0 (>= 1.13.900) Filename: pool/development/m/modemmanager/gir1.2-modemmanager-1.0_1.14.12-0.2+apertis0bv2022dev3b1_amd64.deb Size: 966280 MD5sum: 37424a025090ce690ffbc5992d916c23 SHA1: 7c82b66aa05324f13f79047ac086def7a546fc1d SHA256: fa2ca63872d2b437ef93c06946c7c1fc13a9d06fe0ab05dfecdee7c3029dd2a3 SHA512: 97d1c15e407ca3e834903296a65bf84bafdb5df70520f6fbe4456704f51eff634578c1b2da2139d90bbd3ea097a057bb3d8bc3792b73ac8715db51503a375fcb Description: GObject introspection data for modemmanager ModemManager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) 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: 67 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: libnice Version: 0.1.16-1apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0 (>= 1.30.0) Filename: pool/development/libn/libnice/gir1.2-nice-0.1_0.1.16-1apertis0bv2022dev2b1_amd64.deb Size: 23212 MD5sum: 2297c3bc145c5cd51cc6e65044e61216 SHA1: 2aabb992ef649631bbb14f5d2d207f6798c42062 SHA256: a069353ddb65ad6d7b8192147d21ccfa8ba2046dff6409c5fdadbf5cab590114 SHA512: 73b1b8efd05da7b10bbb2178d0738f2cc2df0357d099cb8b852e7fa7d2444ca306ec5b63ee20a616f6099cd84113d27700e68193f46c4204eb863b3a51cd1feb 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: 366 Maintainer: Utopia Maintenance Team Architecture: amd64 Source: network-manager Version: 1.30.0-2+apertis1bv2022dev3b1 Replaces: gir1.2-networkmanager-1.0 (<< 1.8.0-2) Depends: gir1.2-glib-2.0 (>= 0.10.7-1~), libnm0 (>= 1.29.90) Breaks: gir1.2-networkmanager-1.0 (<< 1.8.0-2) Filename: pool/development/n/network-manager/gir1.2-nm-1.0_1.30.0-2+apertis1bv2022dev3b1_amd64.deb Size: 105080 MD5sum: cf51df99315708e20561e0a6dd08e6d7 SHA1: d7d7d2c0fe0e34093d357fbcd13d30ed53d395c5 SHA256: 735bc52e3375cb7183094ad03e10646bc7d6ed95231fa4778a8bddb90b2ad670 SHA512: 0cd5d21352e90f2d3fb3b113f23b6abf9d56d17e3b895004e432a3823ba6567f2ecdc01d68085db013132a43b4c83cf42d9ccf8408667761acde6cae540f5a0c 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: 768 Maintainer: Mathieu Trudel-Lapierre Architecture: amd64 Source: libqmi Version: 1.26.10-0.1apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0, libqmi-glib5 (>= 1.26.6), libqmi-proxy Filename: pool/development/libq/libqmi/gir1.2-qmi-1.0_1.26.10-0.1apertis0bv2022dev2b1_amd64.deb Size: 123784 MD5sum: 286bcce02ba4efd69545d0d14749cda0 SHA1: b17860886404cef24f213466de92b53e6a97f9f6 SHA256: c8031f81dd77d62964bcad66479a044726ee07a57d6d0790371bf30c97722ac4 SHA512: a8e77515d0579605aa1942e3a3c4f90af04fd8495e739b57883a45bb4e73624623a971b525d0914636fe00ad6df97b99e205160eb1de2d21c7c48e55a0b56cf0 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-telepathylogger-0.2 Priority: optional Section: introspection Installed-Size: 95 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: telepathy-logger Version: 0.8.2-4apertis0bv2022dev2b1 Depends: gir1.2-glib-2.0 (>= 0.10.0), gir1.2-telepathyglib-0.12 (>= 0.19.2), libtelepathy-logger3 (>= 0.8.0) Filename: pool/development/t/telepathy-logger/gir1.2-telepathylogger-0.2_0.8.2-4apertis0bv2022dev2b1_amd64.deb Size: 81432 MD5sum: 549a83acd8496cd8ccf7700c228cb7f9 SHA1: b5d0a768287fd37da17d3e1581ae5bc8e32154c9 SHA256: 845c8f357764330cdf82b275c46a3397aab343065ea7a73d8f78cbe4865665d3 SHA512: a22d8d9658646d595b12078bd1490a45b59fed178d08a33a553e1f5d1d9799f26c4a3d63302b1d241d41049f8c65a4924281f4944a534fe7eacbf2d90a90090b Description: Telepathy logger service - introspection This package contains the introspection data for Telepathy logger. . Telepathy is a D-Bus framework for unifying real time communication, including instant messaging, voice calls and video calls. It abstracts differences between protocols to provide a unified interface for applications. Homepage: https://telepathy.freedesktop.org/wiki/ Multi-Arch: same Package: gir1.2-uhm-0.0 Priority: optional Section: introspection Installed-Size: 18 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: uhttpmock Version: 0.5.3-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_amd64.deb Size: 4656 MD5sum: 63ac29a69e3ab81998a1fe4e272412fb SHA1: cc8856e4a5a40838d28f73475cd761422db4e150 SHA256: 8f4437a5ad5db0f5f65f9c629b81bdfaf246121343b055a601bf1d1a616a8ddf SHA512: 5a41c41e87d11ddd6d007c32503ad71770154b562336145e15c36186a5cdf1f0fee989c2749bc98132630f3ca8d100741e432ccc67b92f0bf0310b2fd0968a00 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-vte-2.91 Priority: optional Section: introspection Installed-Size: 59 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: vte2.91 Version: 0.62.3-1apertis0bv2022dev2b1 Depends: gir1.2-gtk-3.0 (>= 3.24.22), gir1.2-pango-1.0 (>= 1.22.0), libvte-2.91-0 (>= 0.61.91) Filename: pool/development/v/vte2.91/gir1.2-vte-2.91_0.62.3-1apertis0bv2022dev2b1_amd64.deb Size: 28272 MD5sum: fec010cef5d0cd838a21a36e416380a5 SHA1: c9f37f8b2181b0c1d451093e64b2c485a865ec54 SHA256: 6fbcd91d74b15c30273e255048a7af2377878e737e91a28111b783a0a4e20341 SHA512: db95899d659448ac385d312ab8418f1cdd3b2cc154c4c7fb5523fc7ac74108b45c23f51e33bc1dafbd9feaa0c439c2b7e748ff597bf237698682ac2b6340c687 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-wnck-1.0 Priority: optional Section: introspection Installed-Size: 90 Maintainer: Mike Gabriel Architecture: amd64 Source: libwnck Version: 2.30.7-6co1bv2022dev2b1 Replaces: gir1.0-wnck-1.0 Depends: gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0 (>= 0.6.14), gir1.2-gtk-2.0 (>= 2.19.7), libwnck22 (>= 2.30.7) Conflicts: gir1.0-wnck-1.0 Filename: pool/development/libw/libwnck/gir1.2-wnck-1.0_2.30.7-6co1bv2022dev2b1_amd64.deb Size: 47008 MD5sum: 71f6a43b98be6d10aa858ca7c5fb1485 SHA1: e597730b599d086181b5a385e6da17069e66f16f SHA256: 98536bf2622fd9a0c13610f82ca20165130f7c4fab64daf52766b166edff3d83 SHA512: a5cd2a2ea133033866710a6a566e57a4f8e6196afc6dcf0fc3fa5a73205d7db3c786df9b1889f49b2e60cef750f693ab12ccec2bb1f3de92d8084cd2cdd3f000 Description: GObject introspection data for the WNCK library A library to use for writing pagers and task lists. This variant of libwnck provides WNCK for GTK-2 based applications. . This package contains introspection data for Window Navigator Construction Kit, a library to interact with window managers. . It can be used by packages using the GIRepository format to generate dynamic bindings. Homepage: https://developer.gnome.org/libwnck/2.30/ Package: gir1.2-zeitgeist-2.0 Priority: optional Section: introspection Installed-Size: 80 Maintainer: Debian QA Group Architecture: amd64 Source: zeitgeist Version: 1.0.3-4apertis0bv2022dev2b1 Depends: libzeitgeist-2.0-0 (= 1.0.3-4apertis0bv2022dev2b1), gir1.2-glib-2.0 (>= 1.30.0) Filename: pool/development/z/zeitgeist/gir1.2-zeitgeist-2.0_1.0.3-4apertis0bv2022dev2b1_amd64.deb Size: 22392 MD5sum: 4e8d92d3ae79dc79885a90eba43830dc SHA1: 378716b042fba548b5594c90aa29a73d35f7dd71 SHA256: c393411f42804323cd2a8c57a64325360a8766c238fa89bc2903925eb43df4d6 SHA512: 6f7ca8ab96892cbb712f933be4f457a498a15c876aa81208b7cdd13980a95b600a3fb1db18b79af7db2337202cee0cac4b661b9db282311744a5b32e31f3b7fe Description: library to access Zeitgeist - GObject introspection data Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations hold with other people, etc.) and makes the relevant information available to other applications. . It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns. . Libzeitgeist is a client library to access and manage the Zeitgeist event log from languages such as C and Vala. . This package can be used by languages supporting the GIRepository format to generate dynamic bindings. Homepage: https://zeitgeist.freedesktop.org/ Multi-Arch: same Package: gist Priority: optional Section: net Installed-Size: 55 Maintainer: Debian Ruby Team Architecture: all Version: 6.0.0-1apertis1bv2022dev2b1 Depends: ruby-json, sensible-utils, ruby Filename: pool/development/g/gist/gist_6.0.0-1apertis1bv2022dev2b1_all.deb Size: 18712 MD5sum: f011428d9d521e2f72224f61f727b6b7 SHA1: 84728d56fc8a5ea9a25ce822b9a24a0286172dc9 SHA256: 1d3ee57f491b7f45993b775fd99362eca11a801e4b2f85542001eedaafd5959a SHA512: 6e180b98f55ce695a2327b321ab2479fc85667da6be884a0250a4e91e1ab7132f0669063800a8db4b3113e07b87a6b4387404acdd4282b8d9c536e7fa6bf9ca8 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 Ruby-Versions: all Package: git Priority: optional Section: vcs Installed-Size: 35172 Maintainer: Jonathan Nieder Architecture: amd64 Version: 1:2.30.2-1+apertis1bv2023dev0b2 Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1) Provides: git-completion, git-core Depends: libc6 (>= 2.28), libcurl3-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.22), zlib1g (>= 1:1.2.0), perl, liberror-perl, git-man (>> 1:2.30.2), git-man (<< 1:2.30.2-.) Recommends: ca-certificates, patch, less, ssh-client Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, 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-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), openssh-client (<< 1:6.8), stgit (<< 0.15), stgit-contrib (<< 0.15) Filename: pool/development/g/git/git_2.30.2-1+apertis1bv2023dev0b2_amd64.deb Size: 5534672 MD5sum: 0d5cca8ad3a78e17407849ce04dc364d SHA1: 9c1a90de4a66b789cf261a12e9ef710e8bbe2ea0 SHA256: ca808f5bd461da340690d2553b45bb19241baa3a217630b1b03d4f07d921b95a SHA512: d0d7244f556a6a2bbc6537392aabe3ee4608fcde9dd6b1cab387171cbe06801b59a1ac200ed90e6b26852694c4545dd2fa25c5ecb74d4745fe690d5a09d24b11 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: 905 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), git-doc, git-el, 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.30.2-1+apertis1bv2023dev0b2_all.deb Size: 909688 MD5sum: ca759b1bd1fcba374b8f86e2a8051eed SHA1: 5eec138145ff02ec362076f24502ba6275bee58e SHA256: 33656bf2a27ea0cb6405cc8ad073f17ae39d3c749b0e97e428e77dbe14454ce4 SHA512: 5d24a2f3d3d69f74bc8bd27ad851c5d17cdeb458b4c40c6c64990cb1b48ded19782ce47089321b76b52f822b2b211611324955fefca66b38a94b5fa263c0fb0b 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: 4214 Maintainer: Guido Günther Architecture: all Version: 0.9.22apertis1bv2023dev0b5 Depends: python3-dateutil, python3:any (>= 3.7~), devscripts (>= 2.13.5~), git (>= 1:1.7.9.1-1~), man-db, python3-pkg-resources, sensible-utils Recommends: pristine-tar (>= 1.41), cowbuilder | pbuilder | sbuild, python3-requests Suggests: python3-notify2, unzip, sudo Filename: pool/development/g/git-buildpackage/git-buildpackage_0.9.22apertis1bv2023dev0b5_all.deb Size: 1006748 MD5sum: 73e21366cb402877d700d00c0b8884ff SHA1: a664a85637c3e12b56147b024032af4761836811 SHA256: 60258a289d912a8e8d3b90e5200715d0f001d286db02f1468d61211b14feda22 SHA512: 66c944b99bd7ca854f3cf7d49b24b64fc43ab5dc9bc4b166d7d53d7994d6ea69555452fdc79fe766289645b19565f78b72dff9fb4a29747c80dae4a45c8336d4 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: 271 Maintainer: Guido Günther Architecture: all Source: git-buildpackage Version: 0.9.22apertis1bv2023dev0b5 Depends: python3:any (>= 3.7~), cpio, git-buildpackage (= 0.9.22apertis1bv2023dev0b5), 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.22apertis1bv2023dev0b5_all.deb Size: 124832 MD5sum: 6b2c4173afd4cb37f38ae5fde0c8ca9b SHA1: 0b9a5b664a5af074d8c57a688c62dfba2c9eedbd SHA256: 9dd0bb25587c52a7b64217e85ff1c88b41eb3162e7c65176cf566cd3c8675351 SHA512: 77bfc4d5ef569603d29aeb514493e8ffcc0b0392bdf4fcd2bc106e8d820cd62141637436f95a620b99b51f5f94834ccc3862c706b9c3debd86eaada8ada45573 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: 1288 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), cvsps, libdbd-sqlite3-perl Suggests: git-doc, cvs Filename: pool/development/g/git/git-cvs_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 973052 MD5sum: a3a3567c047a63aa4d70b2085bbb7728 SHA1: 1ca2eb09b76230296d5c9ddac706d5b598d5fbf9 SHA256: dd645b9dde15060098775863738a86caa5d996ca53ad5f5df59396a9272f8230 SHA512: 5099bab1ea7efcab2e162918bf54b11fcbdee33e5c3f3321994ae4151b345ec62b9299567a7d9000d8815b1cdc4e7a0e610e9e731f199f12f0778adeb4b6a720 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: 917 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), runit, adduser Conflicts: git-daemon-sysvinit Filename: pool/development/g/git/git-daemon-run_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 911276 MD5sum: 22b2bb33d43dd085fcd04f1cd1ff203f SHA1: 801489a05acf6f3b84cacfca29d391c337b54e03 SHA256: 946a33d1feaf0a33da8f9bfc46bfd7a97f78aa9a87760d26903781be437e0940 SHA512: 5a40b98140a58c23c823d123dee6dcc066253f306ed2b310eadd1798f259604fa2d9c4ed06372fbff2ed73d7017867a71f593f573576763d3a0cea882d21d44a 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: 920 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), adduser, lsb-base (>= 3.0-6) Conflicts: git-daemon-run Filename: pool/development/g/git/git-daemon-sysvinit_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 912396 MD5sum: 9a0511d5360ed9641f2331f0d1e8f524 SHA1: 989ce777539730d13086c5c5901d79eaeac26584 SHA256: bf12ad527da643351efed44dd5282da48d291538d36a6b516e6a4394996ddc15 SHA512: c2e468230daa16fa41fcc808f0fdb352e91a790c34e1b05cd4e4ced493be14fb867d89a1db80ee1e4f22de16211f8023f0716fea7bf66d5cc8e38b764e3105b8 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: 34478 Maintainer: Jonathan Nieder Architecture: amd64 Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (= 1:2.30.2-1+apertis1bv2023dev0b2) Filename: pool/development/g/git/git-dbgsym_2.30.2-1+apertis1bv2023dev0b2_amd64.deb Size: 33379152 MD5sum: 2004837cd9a6a10dfc2139d10e4b3556 SHA1: 4f57ad7660ff89d7657546aff57a2fa779d7a87f SHA256: 12ceea3aa0a58311b6a3d5b1326fece585137c13ddc5b0e334797990d170173d SHA512: bb0332f88efdc82b0ddf8267d5fc96c114a95bcb613361e1de00b4b129d69dff628247eee160a3e860652bb01a32a54fd7b4dd2b23873c6b747d669a9d9a131d Description: debug symbols for git Auto-Built-Package: debug-symbols Build-Ids: 0be880de45d9c278196e22ca9455bb941b57bb01 1080a1bec6d288fd132e84721d8c46adc5d8e37c 32810062fd941b06a6c4ccebbbb8b5c27a1ead6e 69bcdbefcd97a25242c59f4ca0a28145fdc7697c 951c0488e904ae08b14ebd3f6d86ff6332ad4138 c9ea87a253679981fd3184a052106e2e817056d2 d7d155dc2b398f7f3e164460df6f6681e5b4bc7e dc30484ed805ec57b26bb758d12e6bf8be32cf29 ebba64806344102d6b0dd49274ced371a9dae8e5 Package: git-debpush Priority: optional Section: devel Installed-Size: 73 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 9.13+apertis0bv2022preb1 Depends: devscripts, git, gnupg Filename: pool/development/d/dgit/git-debpush_9.13+apertis0bv2022preb1_all.deb Size: 50248 MD5sum: 789b61560e55a5b3a4ceb4641a4647e2 SHA1: bc7fcfc4cc7feba9cd2e6f07a03374e430785cbc SHA256: 6e038eb6b47d342beb226bbc8247fa6e3df3c93d7d887894918432ad9c788fa0 SHA512: 6cf2614b0ad38bd83eea8375e781fc5174bf6fe532029449709899a2609302cb464a472808926148c2c600e0bece8113c4188bad88544ced892d537ea4932b5c 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: 230 Maintainer: Ian Jackson Architecture: all Source: dgit Version: 9.13+apertis0bv2022preb1 Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts, liblocale-gettext-perl Recommends: dgit, git-buildpackage Filename: pool/development/d/dgit/git-debrebase_9.13+apertis0bv2022preb1_all.deb Size: 99024 MD5sum: 1fa46e669b28a6eb618ddabba9c36bc4 SHA1: 2e5ea18ba34ac088c0dafe08261318e025a08739 SHA256: 19fa085a4aed76d075c54a8f9b669e72f6fd6cc008e3f462978d838286bee495 SHA512: 499ae3c15e2c9ba90c4d839a8222a63f91de0ef44b57d98a64d34f642e0e05d1dbfeeeffa9ba234cb502fa4571c326df4eac377c29ff36c0f0186c39219da165 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: 11774 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Suggests: git, git-cvs, git-svn, git-email, gitk, gitweb Filename: pool/development/g/git/git-doc_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 1953168 MD5sum: bcf5845c7a34a57d30a2cc5514436fe0 SHA1: 4a66d96acd965e3c584dff003b20d4058dccbcd8 SHA256: 3020a050ece84ed378f68126400e034e398d3c73f0d1da157d2faeeba8839ef1 SHA512: 9e82249ecac733e2cb577eb4ef6027371c4e111adc606dc196f583d203b18f2d97d5ac64d6ddfe744f4f7d0ff8d9d17c8132cbee3633a15b1981b36d6f13352b 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-el Priority: optional Section: vcs Installed-Size: 928 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Replaces: git (<< 1:1.7.4.1-2~) Depends: git (>= 1:1.7.4.1-2~), emacs | emacsen Recommends: elpa-magit Breaks: emacsen-common (<< 3.0.0~), git (<< 1:1.7.4.1-2~) Filename: pool/development/g/git/git-el_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 912028 MD5sum: 866afc085134a5e260c62848dcc09388 SHA1: f6dbcf869125323859564cbfc9a8f953c728efe1 SHA256: f012765768fa7364c3f9b7e23ab30ada8d6b165d0a597e2e45e9d1c2ed1b9c46 SHA512: ce1693888f2f968465660fda538bfc2f03888cde76b4f7a86a4b4e29b890c04cba47b6d13d2292c475f85979cbcd08d030ce144f7e985b4fe2db231035ba121c Description: fast, scalable, distributed revision control system (emacs support) 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 transitional package provides two modules that previously could be used for integration with Emacs: git.el and git-blame.el. Now the modules print an error message with instructions that users can use to migrate to Emacs's VC-mode backend for Git or Magit. Homepage: https://git-scm.com/ Multi-Arch: foreign Package: git-email Priority: optional Section: vcs Installed-Size: 975 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.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.30.2-1+apertis1bv2023dev0b2_all.deb Size: 934300 MD5sum: c5945b085d94eb1f839584cc361db89d SHA1: 82b5182d7ba344986160bcfb02d203499a4d9e19 SHA256: 87bef30a5051bf4f92511d09de89a5c8fd23864052ccef5a94cc154a4272ae9e SHA512: 21f8ffa9db61ed6709a650a6b084129798f7f17db656e4c1ffca4e5a60654df4d9ebff426e384673c5126d3daa7f20ba3593bef5c66c3014470cbc4008519ebf 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: 2326 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), tk Recommends: gitk Suggests: git-doc, aspell, meld Filename: pool/development/g/git/git-gui_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 1128244 MD5sum: 43c9f8bed624497408970a0022e04b2d SHA1: bbbc688063f968cbcdb522f1a08b60c56d6e80ba SHA256: 86f86a7689981ae4a0726527bc8bafcfd11d63869d88ce1a20c60f59afce3b4e SHA512: 2273addf497fd266f4ef0b6982bd6782eb19ce8ff6d0730cdf1e61bea27730bd5c9293f563391534dfe72d5c20346c02d04f7a48f7c918f743a1d8d072340a4d 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: 10935 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 2.13.2-1apertis1bv2023dev0b5 Depends: git, libc6 (>= 2.4) Filename: pool/development/g/git-lfs/git-lfs_2.13.2-1apertis1bv2023dev0b5_amd64.deb Size: 3223136 MD5sum: c1b58213ec1500516ff09abb27e3a2a1 SHA1: d5e2493771014659ce9987fe89b038b889cda14a SHA256: efcba4d837797f5bd1a67d9720bd8b8cedfeaf3683c05c2291f8c6e261891c7a SHA512: 642db511b8a55133de2788fdf441108a14347813d6a339f2c9c8fce6721d05a2be941f5c8313b7fcd0d9a16034d12e5cef1e94fc85909906f3f234e61be338f2 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.15 (= 1.15.9-6+apertis0bv2022dev3b1), golang-github-davecgh-go-spew (= 1.1.1-2apertis0bv2022dev2b1), golang-github-dpotapov-go-spnego (= 0.0~git20190506.c2c6091-2apertis0bv2022dev2b1), golang-github-git-lfs-gitobj (= 2.0.0-1apertis1bv2022dev2b1), golang-github-git-lfs-go-netrc (= 0.0~git20180525.e0e9ca4-1.1apertis0bv2022dev2b1), golang-github-git-lfs-wildmatch (= 1.0.4-1apertis0bv2022dev2b1), golang-github-hashicorp-go-uuid (= 1.0.2-1apertis0bv2022dev2b1), golang-github-jcmturner-gofork (= 1.0.0-2apertis0bv2022dev2b1), golang-github-mattn-go-isatty (= 0.0.12-1apertis0bv2022dev2b1), golang-github-olekukonko-ts (= 0.0~git20140412.0.ecf753e-2co1bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2022dev2b1), golang-github-rubyist-tracerx (= 0.0~git20170927.0.7879593-1co1bv2022dev2b1), golang-github-spf13-cobra (= 1.1.2-1apertis0bv2022dev2b1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-github-ssgelm-cookiejarparser (= 1.0.0-2apertis0bv2022dev2b1), golang-github-thomsonreuterseikon-go-ntlm (= 0.0~git20151030.0.b00ec39-1.1apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.6-1apertis0bv2022dev2b1), golang-gopkg-jcmturner-aescts.v1 (= 1.0.1-3apertis0bv2022dev2b1), golang-gopkg-jcmturner-dnsutils.v1 (= 1.0.1-2apertis0bv2022dev2b1), golang-gopkg-jcmturner-gokrb5.v5 (= 5.3.0+dfsg-2apertis0bv2022dev2b1), golang-gopkg-jcmturner-rpc.v0 (= 0.0.2-2apertis0bv2022dev2b1), golang-gopkg-yaml.v3 (= 3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1), golang-testify (= 1.6.1-2+apertis2bv2022dev3c4) Homepage: https://git-lfs.github.com/ Package: git-man Priority: optional Section: doc Installed-Size: 1882 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Replaces: git (<< 1:1.7.4~rc1), git-core (<< 1:1.7.0.4-1.) Breaks: git (<< 1:1.7.4~rc1) Filename: pool/development/g/git/git-man_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 1834176 MD5sum: b403b642da7694b9644c3b7a77c392e8 SHA1: ccd613d12ca3f8556a4ef5c641585514af411fde SHA256: 1b96e7e82e81fd78f3f3203ca3c3b96616c034cc7a03db9479938db3ad3cc927 SHA512: 411be19172ae9f10c03cf25311c1ac2f5e3bd5daf7400ab10796a4e4f15ae64a1d3db722d67916af8a6587746507b7e6f946598989471ffff54abfd07fe20e48 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: 965 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), libmediawiki-api-perl (>= 0.39), liblwp-protocol-https-perl, libdatetime-format-iso8601-perl Suggests: mediawiki Filename: pool/development/g/git/git-mediawiki_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 925072 MD5sum: f5bae01ae4321347fdee1ebcc83608d6 SHA1: 7a73b31501192c77a03734d8bb58417725b90d4b SHA256: 97d3b1db95e67876dbcd32626450e9aa4a711fb8fd0f10714c5df6ea8eca405d SHA512: 0a16c2ead5f70c24105e8e96f381e80fa5760971d6dd4f59c3fbfd78f38c41bceacbf10348156b72e79de46ce02336d0c8cf6bab38c9f9bffc11d5d9ba7fe31e 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: devel Installed-Size: 1534 Maintainer: Debian QA Group Architecture: amd64 Source: gnulib Version: 20210102~ebaa53c-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.25) Filename: pool/development/g/gnulib/git-merge-changelog_20210102~ebaa53c-1apertis1bv2022dev2b1_amd64.deb Size: 1327268 MD5sum: 4a6dccb1a4387eaac56012f951713c64 SHA1: 5a1c4b8f08a0be05b141c7b44a0e528d6340a6b5 SHA256: aa0b2d6b4677b87a2549a5a6a8326ddfa065676982a69f6fbf2cfae0981ec07c SHA512: 414c078eb705bd66e75cdd3c1c300e23934742e52958041b8a99437ee3ad4f8930ca95a9e3d638cae6c413f9409d64cf47263cd3ce1fd41765c182cc1198691b 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: 133 Maintainer: Debian QA Group Architecture: amd64 Source: gnulib Version: 20210102~ebaa53c-1apertis1bv2022dev2b1 Depends: git-merge-changelog (= 20210102~ebaa53c-1apertis1bv2022dev2b1) Filename: pool/development/g/gnulib/git-merge-changelog-dbgsym_20210102~ebaa53c-1apertis1bv2022dev2b1_amd64.deb Size: 110720 MD5sum: f55f87870cb84926fdb5e5ac8e8239b2 SHA1: d561c25ed6432d4333c77ac5ea14b242c0a020e7 SHA256: 0d4dc818012a869ac2f41c9144c0a275aa3bfa9927149b03036f5a051eb29de0 SHA512: 8af256ab43d4a43c9ed01f4179ef682901bbff1ea8c7798935c6059b6b4b079c1502b9a06f7f2f0dd40a0ce0fb7150ea7c9a5c338ad63d3c9c89c8ec264e9b32 Description: debug symbols for git-merge-changelog Auto-Built-Package: debug-symbols Build-Ids: 806b42472d4361c05217287560924a2e731ad439 Package: git-svn Priority: optional Section: vcs Installed-Size: 1153 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Replaces: git (<< 1:1.8.3~rc1-1.) Depends: git (>> 1:2.30.2), git (<< 1:2.30.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.30.2-1+apertis1bv2023dev0b2_all.deb Size: 984296 MD5sum: 3d7b8cf3d0588fcc2d7f0ef0df237452 SHA1: 084f6a03ef876e7f1cce1fb8f20e00ac754bf357 SHA256: 85cf664546f75f698780dd55bfad594a4d7cb76db93f4604a2b06524440753c9 SHA512: de694745fc46e358cf0627650a05126feb645cf2b50b33db69df89eaf5202ed05a1c4205ec442fefccb834bb50c4143e989dab257ed8f11967226001db79a9c7 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: 1732 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.2-.), tk Suggests: git-doc Filename: pool/development/g/git/gitk_2.30.2-1+apertis1bv2023dev0b2_all.deb Size: 1045828 MD5sum: f8c6810ecc9f0325b49896bfff7750fc SHA1: 8311c6f733f828590671d6cab5fb722189bdc26e SHA256: 23d7cb1f5b26dbe240ebc3b47719b6f1d8a107be940819d6990772975d795481 SHA512: e54f2ca2b7864b0780211ba4a00630b1af21fe7f5e55eb20e5f86467312fd4bdcee38ec48829d8a43462784d221030ccbc8ebe1e71954da1bdf862dcc5503f12 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: 25 Maintainer: Federico Ceratto Architecture: all Source: python-gitlab Version: 1:2.5.0-1+apertis0bv2022preb1 Depends: python3, python3-gitlab (= 1:2.5.0-1+apertis0bv2022preb1), python3-yaml Filename: pool/development/p/python-gitlab/gitlab-cli_2.5.0-1+apertis0bv2022preb1_all.deb Size: 13544 MD5sum: ab46b4c73fc87dbc1f0bd38421ee39e8 SHA1: 803948be15ac93cc9012d6497084a07d7fe2fa14 SHA256: 9287f866eb784b30edeb9b1e369659af37d3ecfa3170c20d55b35df6aded9a1f SHA512: d14e6c58f55d13414c418ec688969c9bcaa30e304fa86968030a16b308e98658e45b1f1cddd3f2294c012dd871c34409668d27e95c2e74585c6a63feaa90526b 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: 23 Maintainer: Frédéric Danis Architecture: all Version: 0.0~git20211025.575f15f-1+apertis0bv2022preb1 Depends: python3:any, python3-gitlab, python3-yaml Filename: pool/development/g/gitlab-rulez/gitlab-rulez_0.0~git20211025.575f15f-1+apertis0bv2022preb1_all.deb Size: 5480 MD5sum: f95a3ba82529f2677f9969c48526d068 SHA1: fd38995264b7da881871d4e24bf3fa97d79c961d SHA256: 5bf672e6ab1628487c297b692539ebd79cf724e7b067fa396b6abd3b194af10f SHA512: f4d515113c04caa16c52f7cc47e22277bd6684aa7421e41ef2b7d9d4740748a3b6cc20cea0e15d61b1e6f3773b3129020cbef03186668114d193aa84679a49f7 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: 927 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+apertis1bv2023dev0b2 Depends: git (>> 1:2.30.2), git (<< 1:2.30.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.30.2-1+apertis1bv2023dev0b2_all.deb Size: 913960 MD5sum: 462d34837ecf43ec0ff818991858e520 SHA1: 140f9d07f2a668780174f3ce5806ca950a356800 SHA256: b4418109d03236b8f853d4baca136d23c8604126db7fa2cc24cca59a08922472 SHA512: 6ae84dcbf49ccf3364cc332f7afdad5c5aa723a6a777c0f699b976bd16981af52f857205f4e825a259f90bc54bb8dd151b6c21797e8061b8c605453806c2242c 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: 89 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 1.66.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libgjs0g (>= 1.65.90), libglib2.0-0 (>= 2.58.0), gir1.2-gtk-3.0 Breaks: gnome-characters (<< 3.25.92), gnome-documents (<< 3.30.0), gnome-maps (<< 3.26.1), gnome-shell (<< 3.29.90), gnome-sound-recorder (<< 3.28.1-3~), gnome-weather (<< 3.25.91), ostree-tests (<< 2017.11-1~), polari (<< 3.29.91) Filename: pool/development/g/gjs/gjs_1.66.2-1apertis0bv2022dev2b1_amd64.deb Size: 58900 MD5sum: 7949bb6075e4898e791c984d0dbf8964 SHA1: bea5f7408b85e367c05b85d4bc31911adebfe28f SHA256: 4eed97fbff779a09ec782036b4dba3a04ee5d63e0fc753035623d0fda2ba165f SHA512: c93955827a79f1e7d3cb10e9ef217a3951dfcb62e87d20a5b67603d0d330bdaafcc34c14f50f2161867d6b36fe6d7e38b4c394552b2ed350c399263d75170311 Description: Mozilla-based javascript bindings for the GNOME platform 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: 32 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.66.2-1apertis0bv2022dev2b1 Depends: gjs (= 1.66.2-1apertis0bv2022dev2b1) Filename: pool/development/g/gjs/gjs-dbgsym_1.66.2-1apertis0bv2022dev2b1_amd64.deb Size: 17324 MD5sum: 5b7cc757354539b8627bf49fa46a2d51 SHA1: 0e348813ba6a2c4c219dacab3123341d784be49f SHA256: f830dd1b7c8de95918c7c2a5fe9b5f5152029039c494fe455db793769e546e68 SHA512: 59733057b56e7a1cfbf3c2b256bd8602f9d61b2fcb7a92c77c0f6a3a7c829bbe251991918cb3df2cdcad4e389b3e96f1f3cdae8e591e4c9f4b2e3af1859bc02f Description: debug symbols for gjs Auto-Built-Package: debug-symbols Build-Ids: 4a52aab0fbedb04a2d5a64015a1e7675944f242f Package: gjs-tests Priority: optional Section: interpreters Installed-Size: 994 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.66.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgirepository-1.0-1 (>= 1.64), libgjs0g (>= 1.65.90), libglib2.0-0 (>= 2.58.0), dconf-gsettings-backend | gsettings-backend, gjs, at-spi2-core Filename: pool/development/g/gjs/gjs-tests_1.66.2-1apertis0bv2022dev2b1_amd64.deb Size: 179304 MD5sum: 5ae67ad26df229bd98f45b1585db88c6 SHA1: 954fe703a23332454babca6dadbc8665b97cee7f SHA256: f77c48f23d74c9e5707bc2a2171f72938d5d82e0764fb70dafbb1ddae07e4e11 SHA512: e38234d3817ce1276c7db130c5ac98d3d5c686d2ce29dfc1ede5f312db356da3b22d16824fae6c67831dc2267e4ad0a94453ad798129d50f6742b508bb4fa53b Description: Mozilla-based javascript bindings for the GNOME platform 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: 254 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gjs Version: 1.66.2-1apertis0bv2022dev2b1 Depends: gjs-tests (= 1.66.2-1apertis0bv2022dev2b1) Filename: pool/development/g/gjs/gjs-tests-dbgsym_1.66.2-1apertis0bv2022dev2b1_amd64.deb Size: 162788 MD5sum: 225e0bad4698effe44b9a1bd5913fddc SHA1: 73005d8b3ca726a1fec7f61777b04f4b20bf2ddc SHA256: a634becaa7246a03b483cb92fa9662cebe7668d07648ac360524d4fc316f964d SHA512: ef2ba38457dd0e974c0efcd2c9c7af0529098674a1afb91ed7ab512ade12aa0e5195692e4b9d3b8b7d57f980e8b2934b249b0bbaa6952f7cef91220ca7e95115 Description: debug symbols for gjs-tests Auto-Built-Package: debug-symbols Build-Ids: 04f0b768eb907f1facb1bf1da47120fe406984d4 112dfcaa2410bf47f671aaccd6c819219348f9b6 5a0e94d63dad49cee00dac4e3b90c30e5c75dea7 986aa6605bad6a9037fac0130b9da2fe0136031c Package: glade Priority: optional Section: devel Installed-Size: 1730 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.38.2-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.7), 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), libpango-1.0-0 (>= 1.18.0), libxml2 (>= 2.7.4) Recommends: libgtk-3-dev, devhelp Filename: pool/development/g/glade/glade_3.38.2-2apertis0bv2022dev2b1_amd64.deb Size: 721372 MD5sum: 8deec78dcb43731ceda613ca546d5840 SHA1: d8a55208f5c59035673bbe353eddd3488e39141f SHA256: 9cae095942c95851c0fe8ecc95fd4752f868b811ef98e95ab1d055e110ce2d77 SHA512: dcc2fd16966176f5b30a755e090195cf7b089dd68f5edae7c53d35971f22bc9bbbbdca019bd1334a67e19a212e5e2817cc90b5b616d94d5f217aa44d45870176 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: 225 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: glade Version: 3.38.2-2apertis0bv2022dev2b1 Depends: glade (= 3.38.2-2apertis0bv2022dev2b1) Filename: pool/development/g/glade/glade-dbgsym_3.38.2-2apertis0bv2022dev2b1_amd64.deb Size: 173072 MD5sum: 4af9757eea822ccedbb5baf2bd2e4f26 SHA1: 7e4adda911ac4a49f07c3185a5f973fdb020ae11 SHA256: 1bc5611e7cbb14d09c1feeb0bb8c165fceacc884b1740d4ddeca40f99ae45218 SHA512: a468924c81890a7b7c3e097bb802fb1feb5fbd207ccfaf173806411ab13e5b07e78ca635bccf13fe0e6a94dbfdaf34bf11ac2feb296408a15a10006715f3a8db Description: debug symbols for glade Auto-Built-Package: debug-symbols Build-Ids: 036f49b15d022a05274c83a718237d916828dd0f 480f55d242433f2ba0d38a0901dcdf2e70c0a795 Package: glew-utils Priority: optional Section: utils Installed-Size: 598 Maintainer: Alastair McKinstry Architecture: amd64 Source: glew Version: 2.1.0-4co1bv2022dev2b1 Replaces: libglew1.6 (<< 1.7) Depends: libglew2.1 (= 2.1.0-4co1bv2022dev2b1), libc6 (>= 2.14), libgl1, libx11-6 Filename: pool/development/g/glew/glew-utils_2.1.0-4co1bv2022dev2b1_amd64.deb Size: 101708 MD5sum: b953879b27f8738383add77199dc85ab SHA1: 874c15999ba1f81ef731d1329722eacb5d9a28c1 SHA256: 69e12b9fb368c1a984f0a64a0c30e3a324ca5c06fef3b41640723ee6877f5537 SHA512: 4d859a40f7f9185778625cfe47d66935b7ad27e1adb9181e8ce34d9892a32975e5ecfaf5bc769928938e1320e0a896cf30d783c68460125c0012bb3e8dd031cd 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: 431 Maintainer: Alastair McKinstry Architecture: amd64 Source: glew Version: 2.1.0-4co1bv2022dev2b1 Replaces: libglew-dbg (<< 2.0.0-5) Depends: glew-utils (= 2.1.0-4co1bv2022dev2b1) Breaks: libglew-dbg (<< 2.0.0-5) Filename: pool/development/g/glew/glew-utils-dbgsym_2.1.0-4co1bv2022dev2b1_amd64.deb Size: 225680 MD5sum: cf1f03d7630910fbdb5e9861781a28e0 SHA1: 084f9fb5d6453ceff9c12e2320ac76292a44ab2d SHA256: ea65f1d21ef3a1397b0f5eef0d0fc315cade548ffefdbcfd914bdfa025cdf4fe SHA512: 42a33ce3afa3420431c22e5b07eaa6d277abb8b55c3538e65cb1b22d33bc59e56c52809bfbc91303fb7860855cb2ed57c3885163d813b23f3369a49007e6cc49 Description: debug symbols for glew-utils Auto-Built-Package: debug-symbols Build-Ids: 17ac4feecb956b30d8f5111a2cec1a109df1b18f 481571f6e86df5ecff9cf5ec83a552a1bf7fe98d Package: glmark2-data Priority: optional Section: utils Installed-Size: 9311 Maintainer: Debian Games Team Architecture: all Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Recommends: glmark2-drm (>= 2021.02+ds-0apertis0bv2022dev2b1) | glmark2-wayland (>= 2021.02+ds-0apertis0bv2022dev2b1) | glmark2-x11 (>= 2021.02+ds-0apertis0bv2022dev2b1) | glmark2-es2-wayland (>= 2021.02+ds-0apertis0bv2022dev2b1) | glmark2-es2-drm (>= 2021.02+ds-0apertis0bv2022dev2b1) | glmark2-es2-x11 (>= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-data_2021.02+ds-0apertis0bv2022dev2b1_all.deb Size: 6592388 MD5sum: bd9851984d03a1abfef7c6926e1b6c16 SHA1: b51abf4a150bffeb94838856e375b393034ad0ed SHA256: 4479520b58739ab0093b172f49db2499eb63cb71f3075a2fa2de690617e62548 SHA512: d013d8b53d83c688ddd8953a1671acf1a8c3fc3354ebd9445b51cc1b4b73c16eaea232bda8a5b09be327ea54814f59c061babc9bd81599161e369538e7f27ff4 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 Package: glmark2-drm Priority: optional Section: utils Installed-Size: 1032 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libdrm2 (>= 2.4.17), libc6 (>= 2.27), libgbm1 (>= 8.1~0), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2), libudev1 (>= 183) Filename: pool/development/g/glmark2/glmark2-drm_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 294288 MD5sum: 421c0143259b8fa3d368f719b89275b1 SHA1: 66742dfdabc69e91c1738411d143a9b2fd75826a SHA256: e8d1bc12b829e6858c624ec8cd28e3c6db45b0fe856f636509e132c7d0573ccb SHA512: 49a8111bce09da86f6db37160e9c7d8c05c1643fcd10c3ea2477b96c435c8efbb6d3229802514f3c13835124eca19c78f636edaab22989286080812b55bb809b 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: 5213 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-drm (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-drm-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 5010960 MD5sum: b2cde2b7ef53090a6db4dd5e4bad5dba SHA1: 704f9c81fd27baaf2cf14a93a947f52768a3b7d6 SHA256: 5062883b86003cc17e5f843ccbe0864ea428a0ad69ff436ae32df290b551cc32 SHA512: ebd4d4f346b1c20746347d7e4528a592c37f4d38c06413f5e1987cb403381c446ba0d5692f8e9bd25e1b9985cfebb37e7ccae0d84a6ffe3f44f8bd8a0179adbe Description: debug symbols for glmark2-drm Auto-Built-Package: debug-symbols Build-Ids: c956388600f5e213bc65613a11dc5c365a14c4d7 Package: glmark2-es2-drm Priority: optional Section: utils Installed-Size: 1012 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libdrm2 (>= 2.4.17), libc6 (>= 2.27), libgbm1 (>= 8.1~0), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2), libudev1 (>= 183) Filename: pool/development/g/glmark2/glmark2-es2-drm_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 290764 MD5sum: 4d24037245f24b3472563af620137b46 SHA1: 9b4f03acb69d67fa11c37e2956f141e7ff118350 SHA256: bfe5cb48615d79970b8c01cb324087a56917ad1822d6d6f6e92acd17cc85d1d8 SHA512: 9bf2edd23eda764482405915348bb34748b009f2e43beae51b7de6e1484289b51affd51034a550a7254ce133b7de67b9889e88c86f0a6b691a65528d27531814 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: 5164 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-es2-drm (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-drm-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 4976784 MD5sum: 7253fd006e27aae74616c88cb488a5d0 SHA1: fae8f0a3d9d6a1873f05b4a9745df7db92b0fba3 SHA256: 6a8f5b24f01447fcce2576706f3b994642cc829ec7d4ecfdfa3913b13317371b SHA512: 99dd3883ab229b70b2cb21ed4d4d448ea0cd8760fdd351ece7cd8594df99e65857bb84fb93cd1fb779bfd3850382818b868a38bb1a631fce77184cce741036e4 Description: debug symbols for glmark2-es2-drm Auto-Built-Package: debug-symbols Build-Ids: 9adb638125c35566f02115321deaabec3a04cfb4 Package: glmark2-es2-wayland Priority: optional Section: utils Installed-Size: 1016 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2), libwayland-egl1 (>= 1.15.0) Filename: pool/development/g/glmark2/glmark2-es2-wayland_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 291076 MD5sum: 5efe268280537392599c79d3aaf06b88 SHA1: 6dd2cff6b0500b3f307a21f03e04d8317470c940 SHA256: 712fdcfdbe024679fd30cb4f368d4f727e45bc2da517cf0c54d28ab0330e3999 SHA512: d6b913fc50aa44fb7c9e52a38199b2aa83aa0cd4d5fb2742270f21ce720aad47b263c2647d69047d58a6fa9373d3a38e4c8cc0a5a8d7e9063eeec09791378c59 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: 5174 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-es2-wayland (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-wayland-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 4987260 MD5sum: d3a96387fb51757eaffab0111602790c SHA1: 7501f2cc30748ed445307f3c2dd9767b2d584da2 SHA256: 68cd79aa8f4923d4bde284660287950e3f6f3f9f56028f1eb34c2041d0569ba8 SHA512: 08d0163739f4b1ae88c8c2452a3c1fe65b15b954b49cdda60d7c5f9389ffa4ef2cefa3f6bb3885ba595c200b0fc998b71e96548627ac46a98e10f40761a10f49 Description: debug symbols for glmark2-es2-wayland Auto-Built-Package: debug-symbols Build-Ids: 97e303516f7ccba7e308c2e8035066c99bb569d0 Package: glmark2-es2-x11 Priority: optional Section: utils Installed-Size: 1004 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libx11-6, libc6 (>= 2.27), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2) Filename: pool/development/g/glmark2/glmark2-es2-x11_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 288256 MD5sum: 3b8c9a4ef5e313aee5409ea0d60c910a SHA1: eb6f9d3dc0a529b6d2476850d6eb46d422c18eef SHA256: b7d54f94cf9c8d78ac3b1e5694a85e99833396923fa38a8b578a8e4eacc9cf83 SHA512: 92429731b8e5bc3fccbf0719e093260812f9c686ede187359941112e6b6f2a81b1ed33581eca132893be04838118ea7d03abc8516f324a04b105cda4c6dede83 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: 5151 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-es2-x11 (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-es2-x11-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 4962348 MD5sum: 2ae299f58287be327106d681c26d1d6e SHA1: e061deea771c809e850d15aa35e48d52b1993ac2 SHA256: b6a8d190e1ff4f2dbe6acbf001603b168d6c79a839a25b5175bdaea61b955cc6 SHA512: cab06768c8319989f930b9a6370d7bcc6708af26b50d3f3d25f7d6e0417529814473bf41baefea3ba6750c6792533065ea66b08a2f8983ac552b9e20e2c9565b Description: debug symbols for glmark2-es2-x11 Auto-Built-Package: debug-symbols Build-Ids: 65ddc99ce06a22f7ff4bbc0d07abd459086313f1 Package: glmark2-wayland Priority: optional Section: utils Installed-Size: 1036 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2), libwayland-egl1 (>= 1.15.0) Filename: pool/development/g/glmark2/glmark2-wayland_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 294404 MD5sum: fbe6358ef2ec19b7926be14581a9c239 SHA1: c39c20c393e0e9fa7cf26a7f8f86b5edf29c41aa SHA256: 75e88836e050617b94c28d0a9633098e783136ad8b02e89af06455b66fec925d SHA512: ef8644ce43aa23a9082570f26f0df95cf4cba1476b53ba9b7748a19773146b27ced4c0d519798b3e5d1254dd597065056d5cf2e23a9524a558bc0066aa84962b 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: 5223 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-wayland (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-wayland-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 5016652 MD5sum: 114cb8a79cbfe79660268f2945a4c383 SHA1: 3171af313c7664a40f81cb81cd1eebc895e13cc4 SHA256: 3788624b25aba4ea77ba129d5b808e516b6920c67b7e66f722e2540793c216ac SHA512: 9230641cdb775dd79313e92daf2a86ff85d36101a12f5117ab02d96292fe0e82e8e3a3c25d1ce2fd907e94cdf748c327f19610e7341718a21d8e5ebf685a2777 Description: debug symbols for glmark2-wayland Auto-Built-Package: debug-symbols Build-Ids: f4cfd2113747910414fa2fbd3bdb7161955ef473 Package: glmark2-x11 Priority: optional Section: utils Installed-Size: 1016 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-data (= 2021.02+ds-0apertis0bv2022dev2b1), libx11-6, libc6 (>= 2.27), libgcc-s1 (>= 3.0), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2) Filename: pool/development/g/glmark2/glmark2-x11_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 288104 MD5sum: a8dfdf40cd1930a418930156dbff3cf9 SHA1: 5e334af7febce9b03facb558a1dd5cee55ef1536 SHA256: 34b278f90b4ad85e93d79047738d929135437d2689ad93bb225a948b3a00e3bf SHA512: 259c61608b445d00559a2651a66152125b7f3e6d9db4beebed9de49f38195cbea3edf814bea8fc178e1cc534c682646bd81a4ac6c189019c92d271ac59b04589 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: 5136 Maintainer: Debian Games Team Architecture: amd64 Source: glmark2 Version: 2021.02+ds-0apertis0bv2022dev2b1 Depends: glmark2-x11 (= 2021.02+ds-0apertis0bv2022dev2b1) Filename: pool/development/g/glmark2/glmark2-x11-dbgsym_2021.02+ds-0apertis0bv2022dev2b1_amd64.deb Size: 4943488 MD5sum: db6513e29830185bd6c0a26f71dbbf68 SHA1: 150c931c5d3e523f3417a68293f9035438561968 SHA256: ab1d953fe328080679af722a85324cda13d461cd411bb5f18c35103e92b84436 SHA512: f4084a4e91c03abed5b402370e689d1ce9e193dc51096bf10e75cbf619c5027b0450e0f2cd172a722e48b5764739bd87577c9e47dfe30b114dc873841176bdbe Description: debug symbols for glmark2-x11 Auto-Built-Package: debug-symbols Build-Ids: 95461287238100452e45d7fa930c6dee6aeee163 Package: glpk-doc Priority: optional Section: doc Installed-Size: 1513 Maintainer: Debian Science Team Architecture: all Source: glpk Version: 5.0-1apertis0bv2022dev2b1 Filename: pool/development/g/glpk/glpk-doc_5.0-1apertis0bv2022dev2b1_all.deb Size: 1485980 MD5sum: d85d1193cb65b98010db7dd18fd4f65d SHA1: 22f31afb8995c64ac7942e0247393bf626b6976d SHA256: d0e86b29bda69b225b44e5f175c6074281eb37f4ec4a44fdc5c13da919d63947 SHA512: ed8729cf5fd4848c5218ba73a8ff67ef0f9c2a5d848e7bd6b92d12368f99edcc390dd523dab981a16f8eda2ed293d7c87c8851df2a9750f102455b1e9301e282 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: 1049 Maintainer: Debian Science Team Architecture: amd64 Source: glpk Version: 5.0-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libglpk40 (>= 4.59) Filename: pool/development/g/glpk/glpk-utils_5.0-1apertis0bv2022dev2b1_amd64.deb Size: 255480 MD5sum: 4b034e7384c5708cfdc307bf69959157 SHA1: edc1cada8b0fa203e5db6d2c424aa3c6b18077a3 SHA256: 15b45a4aeeab3f572e437fd1c69ca46537ed0d7ae9c89d089da0a5273ed9e21b SHA512: 05e59516e55940e9914a60e86a01d3bf4358469559d71ad7316f7a2d7cf0d739212c3a92b780b050de32494d60382e62cb43fe205c8f8d8aaa3e8c4897f2f6d0 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-1apertis0bv2022dev2b1 Depends: glpk-utils (= 5.0-1apertis0bv2022dev2b1) Filename: pool/development/g/glpk/glpk-utils-dbgsym_5.0-1apertis0bv2022dev2b1_amd64.deb Size: 16956 MD5sum: 35dfc60abb192cf10c91a9eef0bde0af SHA1: 25ab96cfcb854735a18ccec5c42e019b69fe0f3f SHA256: 2466fe58c853a8680deebcc62407056d3b6457607e26319b5e815c6ca19a9646 SHA512: 961dc9cb0913addb3f556ae8dba396025b5065730d0627fcdc431ab1b952bd7bc216a1fa60cc856ef5c9d9a2045932aed7c1949ba31dfa98fcb252cb3ee5eb1e Description: debug symbols for glpk-utils Auto-Built-Package: debug-symbols Build-Ids: f94943f26810093344ccf9d0eb43396678a62093 Package: glslang-dev Priority: optional Section: libdevel Installed-Size: 7715 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 11.1.0-4apertis0bv2022dev2b1 Depends: spirv-tools Suggests: glslang-tools Filename: pool/development/g/glslang/glslang-dev_11.1.0-4apertis0bv2022dev2b1_amd64.deb Size: 1156076 MD5sum: c8096eadc03fa557211e3f28eaf80f4a SHA1: 78d2e4fb6af89f0baa13e6c02f5c8d29d148dd59 SHA256: d0dac6f6e1ea30782cbcfd200c6e35d539d84065f59a131dd101637d885014ea SHA512: dcf5eb5223fdfbf7d63576e141ad1f78f4bfaa80ef2871745aef4dc9d5ba43c529a8c7fcbbe07923fff892571905b15d6a85b65117aaea1525446bcc9a801b38 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: 7361 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 11.1.0-4apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libstdc++6 (>= 9), spirv-tools (>= 2020.2) Filename: pool/development/g/glslang/glslang-tools_11.1.0-4apertis0bv2022dev2b1_amd64.deb Size: 2000228 MD5sum: d851b71fd695c2a727ca8bc3d1cf900f SHA1: 712d15e13f2f1b0f6e55ac999e609c5b4325ae0a SHA256: 6b35f16a5dc8800dfaa724af889d6ce479c3de83a91b63065247b8a5d88e62ee SHA512: 7d9bde19d50419e63d14257e50f09281524a5ff1ec187b2a517fcce782efb6a7cc5f8a43e6bd1ae192df67169a668b0cac2fee59c226e10553187d137f2ba8fe 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 Package: glslang-tools-dbgsym Priority: optional Section: debug Installed-Size: 13339 Maintainer: Debian X Strike Force Architecture: amd64 Source: glslang Version: 11.1.0-4apertis0bv2022dev2b1 Depends: glslang-tools (= 11.1.0-4apertis0bv2022dev2b1) Filename: pool/development/g/glslang/glslang-tools-dbgsym_11.1.0-4apertis0bv2022dev2b1_amd64.deb Size: 12683052 MD5sum: d0a869eed7040a3c883efb6b1a6f9998 SHA1: ca73b520ba4e57c5ddd875528fb8debfe5ee6e80 SHA256: 67dcb8a3ca2f1c59b2ff7e9361f6da7d235df677b05f91f1cad0824e9d2431f2 SHA512: 1601bf9553a11a280d043dd4df58a6cc7afc5305cebda4897575c32e0423ba09b38885729dd554c4e5910856fc2211631d78fb5f9f118b5dd0f77fd8d5efaf28 Description: debug symbols for glslang-tools Auto-Built-Package: debug-symbols Build-Ids: 5c58b97ce76bb5a31d92bd3bac91a2f6901b1cc0 d18273b112aa7a5112b963de1577e8a7e77a12f7 Package: glyphsinfo Priority: optional Section: misc Installed-Size: 6649 Maintainer: Debian Fonts Task Force Architecture: all Version: 1193-1apertis0bv2022dev2b1 Filename: pool/development/g/glyphsinfo/glyphsinfo_1193-1apertis0bv2022dev2b1_all.deb Size: 299484 MD5sum: 102070337c1a33142ec3e065eab41a9e SHA1: 3b9e3e8792629f94610563e857b236693e850f74 SHA256: b5523f7513e5eb511e9f02897286d49c26d19dc36e720ea9062611c232e4b44c SHA512: 503294610ab5342da81c15531053e66b2edd527f3e9e41799853ee66ed403497d6e8855d43efb0d811591f8cf237b823901cc1f1d5ff81b8e10b94998257cb30 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: 17 Maintainer: Debian Fonts Task Force Architecture: all Version: 5.3.2+ds1-1apertis0bv2022dev2b1 Replaces: python3-glyphslib (<< 3.0.2-3~) Depends: python3:any, python3-glyphslib (= 5.3.2+ds1-1apertis0bv2022dev2b1) Breaks: python3-glyphslib (<< 3.0.2-3~) Filename: pool/development/g/glyphslib/glyphslib_5.3.2+ds1-1apertis0bv2022dev2b1_all.deb Size: 5500 MD5sum: 50268523a2a8050dc5b4c0ae1765425e SHA1: 58928272a448efa9c660ad4c983c52d0a09e56b9 SHA256: 7293fc47f9bdd14a55466c0fc57352c1f278b346ac7416543e3f7d05cf3bd1ac SHA512: 02b944acc3871fb26290f7c6519246d45655214545e4aaf5caa71d617de8ac5c4327b431487be7667d3e9b21f26b8cd910af69f1837aa2e6d0d623e3cfee1f3b 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10 (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1036 MD5sum: 0cdeb73267f2ef8edba0d7e3546e6af1 SHA1: 77b2abf4935b1952def8e2d05859f64bf056b618 SHA256: 8955853d67903289b4e4cd648db13862f3d08334ba22b20187ede8ed40ab3b20 SHA512: 2629ba1be3cc06cf7815838f6c41af31afb9152ed3d0713b9093e00433c2905f76cb5c563019042114f8ebba66dd8c0dafdbd1d538cb05a91c8d07e769085cf4 Description: GNU Modula-2 compiler, based on the GCC backend This is a dependency package providing the default GNU Modula-2 compiler. Package: gm2-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 229425 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-aarch64-linux-gnu-base (>= 10), g++-10-aarch64-linux-gnu (>= 10), libgm2-10-dev-arm64-cross (>= 10), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gm2-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 51585192 MD5sum: 8b9127eaee449d01be230524d86edb31 SHA1: 5d4fa282e8df0f4d0858a6e59fd8d0f19ed4a004 SHA256: 1b4b4352437a0067a299efa5d2b96ee60c29a66214e5daaa8fc174298e80f016 SHA512: 86f2399f831e688eba082741d5d8298c9d7f9a0ccc6335c262032e136cc6640bd0fd7dc7744f7cbf95578070b3459fa6ae4ef2f0e038a2c86d5996ca27007d19 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 212213 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabi-base (>= 10), g++-10-arm-linux-gnueabi (>= 10), libgm2-10-dev-armel-cross (>= 10), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gm2-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 49089472 MD5sum: c0ab1bd987279c519effb4d605fca240 SHA1: 61029870066f39fd7f7c876646ed6f4a2239be2b SHA256: 72352b71f40812dc7fa31e97ccdf6d34d60255df7a3c9dd0cc311d842dd92f53 SHA512: 4c46ca24514800e19b190bc56e4ba9749463241201b04825cec17e5e2bd0fb41a8cd1f0932805c14d3ae9780a6caf227684e8e2c5c20790b10c2fa4a3828cfe7 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 212213 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-arm-linux-gnueabihf-base (>= 10), g++-10-arm-linux-gnueabihf (>= 10), libgm2-10-dev-armhf-cross (>= 10), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gm2-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 49084892 MD5sum: 24290fa397650c23e07d94795563cdd3 SHA1: 51cb0121000afcfce6487290cdf815ba178dbf32 SHA256: 6cf26ba726200321ac04ae8d72a1e30b86f02eb8811f6d34f582eb52498b7e8f SHA512: 0ddf8dc7a81429229012e436c5b092b7f2c9e2d70b4e0bd44171201fd6b89a43ed32dea0a5970eab1da470b6d719a4257d4938ea760c4d8f8bcab22fd752b2ab 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gm2-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 239084 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (>= 10), g++-10-i686-linux-gnu (>= 10), libgm2-10-dev-i386-cross (>= 10), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Filename: pool/development/g/gcc-10-cross/gm2-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 52365460 MD5sum: 072570c3e233f59d6fcbc3714d27830f SHA1: 59aec4c03a34db61f43b5bf07c9abe649eabc555 SHA256: f63639170e0a9e27c2af8ffcab2a342bc4df7adb5e6c19540050a4320be95e32 SHA512: 6d98f0a416fdd3d58dda9f9253114d2337c463918c252fb228f584d71ec60da4227267e4276bb7ba9288d598c587666eb9daaf05c472820b9cbdaffa7c7e31f3 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-aarch64-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1152 MD5sum: d0f49f3af8a77c1165d2f29be5e4e46e SHA1: 0f151447318990bdb8b6accce0cef9c2ec876e48 SHA256: c0654a87097a4c37873e9c658a01f6e6c06313c84a0556246a6cf5d6e3e1e9ed SHA512: 943dabc1593909ab2d2bd80050eb17f8977291dc44e0c48fe8036220a3537ff9f063a5c7f2ae58e118e573d98a331cf2c513da10dc1977ee11c05781cd0d1a78 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-arm-linux-gnueabi (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1152 MD5sum: 5d9aad6e6fb6c916c674fd82bb43eccf SHA1: 7b6e4b501c1a127e70cb0a96a76b12679ac1a225 SHA256: c614c7149a5af807ef342598e332ae767c9652b9781f42ddfdb8a8319c654a0f SHA512: a949958b48435af3db4d9c3d1ef6be15410cb81fb064dfc233b5b235aadd68ca985d217fb4cd85e5af65adf5b5fe75124ee42f3a4203661ea33175ef1fc6f5f3 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-arm-linux-gnueabihf (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1156 MD5sum: 2068936737845747b2bf6a941932b6d9 SHA1: 0793655d0d06ab974d18c7f4c3c2a85cb5acfa49 SHA256: 21b6d4a28d59b93e23679d16ea8d0ebe533c07a616649f8170e0df8740ee78be SHA512: 71fedbdd597d3013896d7c971adb9dae74e24e531f28ce9bcf0b3cd84ace0c86dd908d8e415e36b6fcafaa7c8cc9f1241d0417a2f0a886cc5537d61b4080a0cb 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-i686-linux-gnu Priority: optional Section: devel Installed-Size: 11 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1148 MD5sum: 523a2b8da26787c5f9dfa246ea1f3248 SHA1: a85d1a60f2eb19ca567997baf79a733fea3e370f SHA256: bddc680695c75b51a53dd0f3cd9a0cd8b4a54a2faf8f48b61160a3ab837bc75e SHA512: de0105115b8480985e8ed692fd9a03f80225755931c03fdec680fc10976075172db42278243bd3b6bf9d162da454cebb3fe3e9b5dfec3f087025561a82e2c454 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1160 MD5sum: b16e9fa5ab58403d6459e3d60118ef23 SHA1: 108b60aeacb44650ddf74506c4206ffb08b9d0fb SHA256: 596c871b31c2f17dd8438e0b1b0eaabdadefa82d5c5e884a360185a705ade70b SHA512: c4e8531c7e8ecb455638614bf0aa25774ba39e10da317833ad9c134ce0b2a4572ae08ffde3371624430d1835f9f317c36d0bd77bfe934fdc239179f460aa1583 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gm2-10-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gm2-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1144 MD5sum: 8ea746377f56c3a93ebc50a2faf7dfa3 SHA1: 6514a53e1cc93fd8b945a2e17167159a4acdff8a SHA256: 8eedeacbbb10f852debcb5e824f568c2398f4d40b03b5b424e34459743dd8b97 SHA512: 66ef50fa1a51f1ead763048599f4ee5824716927e37cf48f847a28e8f845f31609fbecb02d81f1453b0ab4fc32657c395c1f0762887e3ccbd965603be6e1df2b 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 89401 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gnat-4.9-base (= 4.9-20140330-1) Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (>= 10), libgnat-10-arm64-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-arm64-cross (>= 2.30-1~), libc6 (>= 2.28), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gnat-10-doc, ada-reference-manual-2012, gnat-10-sjlj Conflicts: 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 Breaks: gnat-4.9-base (= 4.9-20140330-1) Filename: pool/development/g/gcc-10-cross/gnat-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 16501780 MD5sum: 1e27167a8ab1fd6ff6efc664ccd967d9 SHA1: bf78077b120b243e8bc1db8bc9074473a23f05f3 SHA256: 454fe62588bbab92abb91f4f68e56ef3d9448cdd62db1271effd15a775894b36 SHA512: d888e4f7b168208602903c5b724a1df55ce410699e88377e3ab47a4d26f28f36c496dd565b451c3ec26eda6f1a46e178fce3e56775b3af1fc7617beee2ab6b8c 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 85892 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gnat-4.9-base (= 4.9-20140330-1) Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (>= 10), libgnat-10-armel-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-armel-cross (>= 2.30-1~), libc6 (>= 2.28), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gnat-10-doc, ada-reference-manual-2012, gnat-10-sjlj Conflicts: 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 Breaks: gnat-4.9-base (= 4.9-20140330-1) Filename: pool/development/g/gcc-10-cross/gnat-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 16172144 MD5sum: 1b60d32288886155f5932d5ccdfba93b SHA1: af1df045f783cab49d0e9cdd4c2959ea9e754c36 SHA256: a6c0aec71631cc86511f733be3b35afcbbcf98eb7ad3172263fee0b2a072f16d SHA512: 6272d39959a467a88643de4b4e6a1b480087681faf6422d3b75b755e75260eaf529468acb25e8e90e143ee76224eb0dc3960d6ba9c8b5f3d5aaafb4ab0a3f8e7 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 84387 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gnat-4.9-base (= 4.9-20140330-1) Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (>= 10), libgnat-10-armhf-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-armhf-cross (>= 2.30-1~), libc6 (>= 2.28), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gnat-10-doc, ada-reference-manual-2012, gnat-10-sjlj Conflicts: 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 Breaks: gnat-4.9-base (= 4.9-20140330-1) Filename: pool/development/g/gcc-10-cross/gnat-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 16218228 MD5sum: 149b1d34a0f16f3e1e683d533e07569f SHA1: 0130bd8b3438fbdc2e4452b58b7bd7203741b3f3 SHA256: 5d6fffad3a4bc0335487c6ba8119b3ea5b79ab57dc38a74a0d95bcc777a345af SHA512: 52a5fe6d4904f3a67b59072f29ae8f4f8c0c4dfb4a3c73aa3b279e18fff197f46ca9ae1161c3723376ada1b38afca26f5f077812d51a9988e7235af7122bfc5a 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 86148 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Replaces: gnat-4.9-base (= 4.9-20140330-1) Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (>= 10), libgnat-10-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-i386-cross (>= 2.30-1~), libc6 (>= 2.28), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4) Suggests: gnat-10-doc, ada-reference-manual-2012, gnat-10-sjlj Conflicts: 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 Breaks: gnat-4.9-base (= 4.9-20140330-1) Filename: pool/development/g/gcc-10-cross/gnat-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 16953432 MD5sum: 8cb1ce0029800346f41159d269d30644 SHA1: 0a7bdc54edb166fff1690476a3f3fd8ab18e09e7 SHA256: d2a99af4b9ebbf90290ef5821093ea63a5f10170e24ecd6e3a2ab481a7a70769 SHA512: 9da4da8485ccafa66d1deefd072208c55c872a8199b398791446fa431fa5382b100ead94debc84e3a81fe9d50498710399da3f88690d5ffba333c05690e16a85 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gnat-mingw-w64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-i686, gnat-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185876 MD5sum: 2418792986f6439a4a7e793aabc5f6db SHA1: ac83c5b700f60699a4067d45fc3255b48ee5cf66 SHA256: 7540b3a722dc1b24efaded90921ff2ca664edb602922dc9d68fdb7c48231799b SHA512: 6d02e4d79dd78b843cac92dcd9348a047b05d89df1c42e37750cf0d32faef35433d4df790558bc77f593f26ce8801761eaddabe5c3a485d402bef2931f8b0200 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-i686-posix, gnat-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185896 MD5sum: e4b59a19cdbf607ec3bbb551dc9195e0 SHA1: 02b68422fedf73f0fc05b5dd9ba1cd8984a21d0d SHA256: a1c7c3b6fe18cddedb29408a26637851232dc7203e72cf9c7ccce5723ad509c9 SHA512: cb19c51b1073dddcfa416ba1655f50078398f9962a976b9793a81e168186a9eb05472726a113c8f932a13b310bde233a51898af5812f2d41c96074b199699256 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 82813 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.28), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 15500704 MD5sum: 41eea64d0aa3f53c0084b1bdf388f6e3 SHA1: e2873948cc5dbb9b4f5bd31cdd87421011ec2da1 SHA256: dba63a75feead7ae46b02400e9296b1f00931e2c499a0ee33f063f6f11abd737 SHA512: ffb7341c87d798b1022ea615cb79f47f9cf43433561d2ceba75faf1916c97feb8804053e830cd922c7dd0bd9cc9cd8ac0f775de29a922cca56b6b68dadc3dc70 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 112332 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 104337088 MD5sum: 4c60604dad0fee36c38cc64c94db2ab5 SHA1: be4a9dbece72962afb8913cef8abd902c8d714f1 SHA256: 0ff51696b1c9ec034653ea00f0bfe50c4f82c3b92f1c79962c088b618056b6b1 SHA512: 20b0cd7a0642a8adcf13c57fcb60c0a02106fde0faafc0b799fc7c0c7dd2d4f9775c46c566b7c460980a1a8b78a822662c8e84667df071c8835ff07f2691b6f5 Description: debug symbols for gnat-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 00ab15492bcd9fe8cb0c5784e21cbda6fc9d64d1 2509b2c63a4aef1755a1e009336e02530eb5924d 29b805876bbc4a700822adc8e8f9a89d2137c9ff 521479e4089bacb1a7b0c8309fd6545c754e98c8 7e58111adbf455bdaebe48f2a1b264b4c75c2ead afcd1088b3adda4bea8ab21f73c2284639bb438d bd0e2abe55bace37b9511f701f484bf81fd2a4ac c4abe4eab6c6439cc96c18c9e9c618438ae038bc d0860e7f3c29caa6efa6dd1fb9a320208395d80a d28772c2a9f2e1b600cd6bd92464f1673234b668 d629501be93b6f185ec38b7e75cfdce5f3e19ebc d846a76bc8ab1acc302cdb511c2a9ab811af7289 e7c0cf94f6de735a5518d73c91dcfca9ceae0135 Package: gnat-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 82813 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gcc-mingw-w64 (<< 4.6.3-3+4), gnat-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.28), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 15502668 MD5sum: c1be8b29beb5c6afcb0af228ae903797 SHA1: ecbc7f24a872b1cd9156ecc7880cbc5cdc71cf56 SHA256: fcdfee6b88d88359f1125afe5fd68008a1cd87c89f5adff098759795a6042f42 SHA512: 0880d9101a08746efdcecc8bbe7ff9d71e7f4ff52cc6bf2f4e378812064f98fd1ade4b1b2992f829fa8dc32f7e8e9d48a5c0ed7a641c5706070d27827f5c43e2 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 112334 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 104469624 MD5sum: b1a82da6eb3201181ab0768a7da38e69 SHA1: 83fcd34cfa934c0bf3cd630029fdab8d1fda3339 SHA256: 44c127f39352fda895df29b92b7233ae8a1701c67bfe6196b58448d7634e7a54 SHA512: c00014a7da987e28f6cefecdf0da752948b12b6f3c38b29c30dc62339b0756bef44fe6e2ec2fac48a8faff54151534d8c01c7b63bda0afc1165da1e601c2d96c Description: debug symbols for gnat-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 199f2121608a18a6ea4045cd954dd30e1bf771d8 26e226bfa1bae3dc8a1a228af792737988e5d26f 2966d68be4174ca2c8c8760356e3ecb3b69ca57d 3e1bbb6f39681862bc9f6dce47576b7b9cc8a6e3 410c8830b2f55c07cf078f8b222f890a9f68226c 436c2230f4b1c16f27f62cce01b25a3f86a23c9d 4673bced6f7161f17dd3e32f68865c8638434525 63a48b9a2e3e6d394bf004e4d2facde030124cad 6e9ed18bf3d2e4fa082837cd2092603e29f27e85 8ab5b65f6cc0dbe2d270c4279088ff71e698fe93 951aa0260e8e168976315c2fb5d419517e543f5f a12d05c2b98ef130bfc9a6114f8bee12b4b9e083 b38662dff50561af17f6f5be453f6e779a090ee8 Package: gnat-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185896 MD5sum: 0719ad92790af28e56f0ca33d5854c46 SHA1: fa41dd59d3b9eee66250e1e4aabf52d85c64e030 SHA256: 8c5aa8851aad71b1cc76abb773ebf76940f795c4f6509b0d61675b75c9121d38 SHA512: 2cbb245a9dba2fc77f4a2be71a6dce48ea37665a024e3fe5d04ff58d500154ba6819a06e4b2ae6badb8e09d352bd162d8c196a4a443541c28b28478186575ebb 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 89059 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.28), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 16389980 MD5sum: 5c2783ab4b69b34256dce664b2f69441 SHA1: 79e3db473b11ff0f1db9ce9b7d5fbf758128a169 SHA256: 875e5a14c27ed8f92b647aa80972ace6a45f9ee320e95767e76632b4b5e75245 SHA512: fb89df933a63cb41c5e63a55b63d508959a66c8657bf57d69ac98a4f3618a8487947e4b99a40ebaa8f2d33e94883eb1b8628fc560c264a0ca7bfc5b614c92e70 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 114731 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 106601328 MD5sum: fbc630aeca247200e6e8f49f15940662 SHA1: df3737240ccb5ffdd88feb787fe4530627815b1f SHA256: a74c3c7455540e9045e0b452f21cb9b51795bd80f2d516293300d7ee0c7d982e SHA512: 652a9c4d36f5e6536045c872bac0466d34508c38e2b46e39623280c0e7048409f138917251ffb25506d71d8a166bec1fc09988e54272fad999837b3fc3138fe0 Description: debug symbols for gnat-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 0169eecc368126d38d0992b2464c3e54a28a59f5 02f4e0487d8fed53e29a0c0ebaa44fd02690bd99 2316f92b667b7056f5361061ebb5746e447fc8cc 3002a51533f19052b4a98c08ddabe258460b1289 32c02ab7987cdcefaf0d8fbd2dfe9668fe1efdab 79c5b9c5e8872f32e20ee2f8102f1dfe6d37376e 8d0747e951624bb670b7a49717a639159431e55b a13fe374964916d778ddec3772914f74c69f89d6 aac0f3cab062ba601c27d8f276fc2f60fdabc26c bf9a5e9edb42d6a57cab3826f731545e6a5112c4 dbdc1ae86a6d60538ab3d5926601afd9dfc471d7 e9801449045fda8624f6c229d45b0a772befe92d ef0f572b031a2f992f05ee24a754c61b87da848a Package: gnat-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 89060 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.28), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 16386316 MD5sum: 9e0fe03c7883adb562f7b0f4bd40dee1 SHA1: 2ed785d0fba94a60687802cd0ab791dda3c9b9a1 SHA256: 8dccb71223e0953ce3a6b691340466920a4cd9cb4f217adaf5a044986303f6b3 SHA512: 2646afeb0f87e1d2abd5c93d2d404da84099f6ad573283aae94f7557de1634da02ae6e61a92789cd5e37aa019ce07130cca69673be0e287e65b663344c10f1c8 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gnat-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 114731 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gnat-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gnat-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 106559680 MD5sum: 57baa7a337a0a39b29848b4a911740c0 SHA1: 4290def326e27dc3afe95f96ad83775562442490 SHA256: 46599d134cd63a7fdf5a6645af748ba1dd2ca13dade0988af6138ac75ab37609 SHA512: df14d0517005fafbabb8394fe70b05b2d0d367717b9b3222767bbb4587475cae06b4448a4f2e80fb5240a137ef3697898da8d10e4024bb9ddd3b4ce0710f52cd Description: debug symbols for gnat-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 015d6fa2363547d7c1529920d322c20880f7850d 10edc2883c0373c2112309e905e86b74188ae796 27041f76295935fd46c2bfdfa9ddf548fc15930c 28a0d7d3d4aa093e2a70a115dc24975fdcba5756 314b719097356165958b442a7f47ce990efe6e47 4daf4bf2f37646ff4186b5743776e7b0c15a1f40 a2ca696f41d87c30ecf147666e8f3aef25904446 c1392f95e469b262088d25d3b67b0bc9467fdf09 c7d86e0ce1a21ef37dcb24bece281b76a5a7786d cd7823feb6ef4150472706d516f976234fe8eb76 d9cc569a3031414816aae0b23051a81b81950c95 e8f60d5b11e42f3443799669416ffc447a62f9dd ec198a9ddf3b05ff70c2d21388bc86c1a94c0dff Package: gnome-common Priority: optional Section: gnome Installed-Size: 155 Maintainer: Debian GNOME Maintainers Architecture: all Version: 3.18.0-4co1bv2022dev2b1 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-4co1bv2022dev2b1_all.deb Size: 133916 MD5sum: b0b3c8a951a45c796161550040ec9e1e SHA1: dc65f73fbe27a4cb85eb7a54cca6b5bf799afa30 SHA256: 13ccf8a526333fa69275ca65c4340da647848541f6ec7f516342d3183e0db9f5 SHA512: f6c7cb5dcccb54dd57b0a2a0665d5eaaefcbd59940b9e6e075994fd17da9c919da678d16655b6bf7003efd0b1e97c849a32b1d46401bd9a755d4496be064b154 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-testing Priority: optional Section: gnome Installed-Size: 47 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 2018.1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.49.3), libsystemd0 Filename: pool/development/g/gnome-desktop-testing/gnome-desktop-testing_2018.1-3apertis0bv2022dev2b1_amd64.deb Size: 13632 MD5sum: 612a55a03d416f8a5578685ba6cad7cf SHA1: d6eb2b0e8de313db4048e85dd68519d234f1ecd4 SHA256: a9bc6cd8fd7b114ce00874c4d8c20e31a98113a5c879f4b3a69006844293ffb7 SHA512: aaead7be53561273480b05cca36b1b989f85d0cdac19916162fd3441b67b7ee3e6783887a332ea7311fec1a755b85a359030e46a4a803aa34330c36a122a1134 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: 47 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-desktop-testing Version: 2018.1-3apertis0bv2022dev2b1 Depends: gnome-desktop-testing (= 2018.1-3apertis0bv2022dev2b1) Filename: pool/development/g/gnome-desktop-testing/gnome-desktop-testing-dbgsym_2018.1-3apertis0bv2022dev2b1_amd64.deb Size: 29316 MD5sum: 6e0ce0b00c8fd2ea7b5e831ab70eba91 SHA1: 6c659778128377c09be205e0e63fdbe260cb15f5 SHA256: bbc042e7c4d42e8971383d539a286abfce2debf76254446589eefd6509edca60 SHA512: aa485765896308dfe42a2b7c2ec7b3442e1c5784ed56e5d15c0f0ad5d9ab19de74f6320060aa5d509f3627faf11908c1058a4cf09f0d1608e62fce079a7afdb7 Description: debug symbols for gnome-desktop-testing Auto-Built-Package: debug-symbols Build-Ids: 3ca8679b3d2430289ab875aa408bb72483e61adf Package: gnome-desktop3-data Priority: optional Section: gnome Installed-Size: 2823 Maintainer: Debian GNOME Maintainers Architecture: all Source: gnome-desktop3 Version: 3.38.5-3+apertis0bv2022preb2 Breaks: libgnome-desktop-3-17 (<< 3.36), libgnome-desktop-3-18 (<< 3.36) Filename: pool/development/g/gnome-desktop3/gnome-desktop3-data_3.38.5-3+apertis0bv2022preb2_all.deb Size: 420536 MD5sum: b0cb4f18ad822eddf2d92afc59378e63 SHA1: 4217efd2b3547f68461a93f15cf426f69910461b SHA256: ca6b42907bf654595adc0f0897c232e60bc8868559b522e1ebede36b03ea245c SHA512: 50559f1febec5c0f4e3000a4dbaac3f654fff71eb0cb5b7dfe1fc3a9898d29f29e66276bc336ff400eafd4f01ac95da52986c68cf29b87b006691c9d51ed1d25 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: 15194 Maintainer: Josselin Mouette Architecture: all Version: 3.12.0-3co1bv2022dev2b1 Depends: hicolor-icon-theme, gtk-update-icon-cache, librsvg2-common Filename: pool/development/g/gnome-icon-theme/gnome-icon-theme_3.12.0-3co1bv2022dev2b1_all.deb Size: 9869008 MD5sum: 67a0be5decd707c898590bf1a6918315 SHA1: 1ffc34bf3aa14d5ee974017926eb27099e44d19f SHA256: 42cf09a2655b8e7eb86887b668edfec18d77c0bd9369531d365f612683341a49 SHA512: e2b65e996ad37ba631b194d64f213196c970dd529d97cf554bdcddf5e1f8366011426ffe1a18adc811f1c77da52e627323c8400b170b9901960299c240bca723 Description: GNOME Desktop icon theme This package contains the default icon theme used by the GNOME desktop. 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) Multi-Arch: foreign Package: gnome-keyring Priority: optional Section: gnome Installed-Size: 4842 Maintainer: Debian GNOME Maintainers Architecture: amd64 Version: 3.36.0-1apertis0bv2022dev2b1 Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.14), libcap-ng0 (>= 0.7.9), libgck-1-0 (>= 3.3.90), libgcr-base-3-1 (>= 3.28.0), libgcrypt20 (>= 1.8.0), libglib2.0-0 (>= 2.43.2), gcr (>= 3.4), default-dbus-session-bus | dbus-session-bus, p11-kit (>= 0.16), libcap2-bin, pinentry-gnome3 Recommends: libpam-gnome-keyring, gnome-keyring-pkcs11 Breaks: gnome-session (<< 3.20.0) Filename: pool/development/g/gnome-keyring/gnome-keyring_3.36.0-1apertis0bv2022dev2b1_amd64.deb Size: 1033392 MD5sum: 13cdfe82750b5421f50a4b767a3f5fb5 SHA1: 00b2fee1e41c9dc24dcb32214b9ec16b646242ec SHA256: 2824f8cd68acd09ec77de2d3055c486b5f5451c005d080a669ed48927e3c3d10 SHA512: f4bb6463118c3d7bafa99c8ae1fa0730c84d2a682163b409235d3dae735b5d9d764bcb16f7e5f9b08ea0e07e6d69b812f1f0fe45adee74d7fd92ab0019f0a619 Description: GNOME keyring services (daemon and tools) gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . The program can manage several keyrings, each with its own master password, and there is also a session keyring which is never stored to disk, but forgotten when the session ends. Homepage: https://wiki.gnome.org/GnomeKeyring Multi-Arch: foreign Package: gnome-keyring-dbgsym Priority: optional Section: debug Installed-Size: 4862 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-keyring Version: 3.36.0-1apertis0bv2022dev2b1 Depends: gnome-keyring (= 3.36.0-1apertis0bv2022dev2b1) Filename: pool/development/g/gnome-keyring/gnome-keyring-dbgsym_3.36.0-1apertis0bv2022dev2b1_amd64.deb Size: 4308576 MD5sum: fbcb9ee66e76d0c4df01c6c22fa93936 SHA1: 4869d6fc79fee532058b678591fc416d4e755c62 SHA256: 941ee704c915c23ebbadf96f9a2be5524e543dd2d02908dec15b996b78d04809 SHA512: a07f749fcedbdeffed62ab457d67babf5d9798ce90bf46af74c47a26f2610d5e5804f78095caf56bf0aae432c1ebbae30278bf25d5a52487fb8d431fa1d22731 Description: debug symbols for gnome-keyring Auto-Built-Package: debug-symbols Build-Ids: 04396d23a45f24bb7dab4ca0d2bba124e25ef1db 229d2eea423b1bc7c6d43ad4ec1abf50791dff1e 2b7641216bbe6a7f60eb32f4498ee40a5fea9bf8 d9382c666f12e5bc92b8401e4a67950ec04d1ba9 ea7063223af053a09daf4cef60b4322feb4e022a f7f22b6aa36a9b9705b23f50af28b989c4f46031 Package: gnome-keyring-pkcs11 Priority: optional Section: libs Installed-Size: 400 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-keyring Version: 3.36.0-1apertis0bv2022dev2b1 Replaces: gnome-keyring (<< 3.20.1-3), libp11-kit-gnome-keyring (<< 3.27.4-2~) Depends: libc6 (>= 2.14) Breaks: gnome-keyring (<< 3.27.4-2~), libp11-kit-gnome-keyring (<< 3.27.4-2~) Filename: pool/development/g/gnome-keyring/gnome-keyring-pkcs11_3.36.0-1apertis0bv2022dev2b1_amd64.deb Size: 322012 MD5sum: 994c8bbaff06b41cf631a16037169bae SHA1: ff8835e4f503046bc884fdce12b03015270193d3 SHA256: dcd415ee32f37948e5085705a84fa4fdc472adba2e8256885b04586566b704be SHA512: 8e922d27917276ee2536172c62674acfce953cd31e1eee0508796880fafb9196cc44e15d13dd7f4aaabeb363d18c95449f16b33016fc6384b218f9f9ef9d1fa1 Description: GNOME keyring module for the PKCS#11 module loading library gnome-keyring is a daemon in the session, similar to ssh-agent, and other applications can use it to store passwords and other sensitive information. . This package contains a PKCS#11 module that will allow using the GNOME keyring as a certificate database. Homepage: https://wiki.gnome.org/GnomeKeyring Multi-Arch: same Package: gnome-keyring-pkcs11-dbgsym Priority: optional Section: debug Installed-Size: 95 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gnome-keyring Version: 3.36.0-1apertis0bv2022dev2b1 Depends: gnome-keyring-pkcs11 (= 3.36.0-1apertis0bv2022dev2b1) Filename: pool/development/g/gnome-keyring/gnome-keyring-pkcs11-dbgsym_3.36.0-1apertis0bv2022dev2b1_amd64.deb Size: 72464 MD5sum: b0858ca10df7fc2189b2f14674560c45 SHA1: 56c3cd73b71f1cc609ec43c2c2e3a07376df9896 SHA256: 4865cb73b091b40794ffee53c45c61867380c32549b9e149e402ca940ba52560 SHA512: 9ed0b37df0fbc290f1e330a37677d31091dec0d4d94bca6065416034bd10434d98e9fb5f2aa14a05fd0154c99470166abd332d87f88aa942188a859d451b9225 Description: debug symbols for gnome-keyring-pkcs11 Auto-Built-Package: debug-symbols Build-Ids: 01ae2ec3f46f44e56490575d06ae02e1f640a281 Multi-Arch: same Package: gnome-mime-data Priority: optional Section: gnome Installed-Size: 3742 Maintainer: Debian QA Group Architecture: all Version: 2.18.0-2.1apertis0bv2022dev2b1 Filename: pool/development/g/gnome-mime-data/gnome-mime-data_2.18.0-2.1apertis0bv2022dev2b1_all.deb Size: 362756 MD5sum: 0ccf89c06a54fbdd7ffb451695917b79 SHA1: 27feb4874b381a126ee492718d72c0844106882b SHA256: 4dc254a2958de03c1a008ddb5ead3ec6b8d3d4ae2a4e0e2e16e0965b00c6ea50 SHA512: a71aa4e9dd10a32ab3dcb15bf7fe519ba0bfd59adda689628852a6f96886ce4c984081dc65f73875f96f5dc7c20a71b786e3191337c7ebdff6841508141e154d Description: base MIME and Application database for GNOME. This module contains the base MIME and Application database for GNOME. It is meant to be accessed through the MIME functions in GnomeVFS. Multi-Arch: foreign Package: gnome-pkg-tools Priority: optional Section: devel Installed-Size: 60 Maintainer: Debian GNOME Maintainers Architecture: all Version: 0.21.2apertis0bv2022dev2b1 Provides: dh-sequence-gnome Depends: perl:any Recommends: git-buildpackage Filename: pool/development/g/gnome-pkg-tools/gnome-pkg-tools_0.21.2apertis0bv2022dev2b1_all.deb Size: 23084 MD5sum: 3b6afec1915168a3298e7dafef4fb5bb SHA1: f14f8594c7572c8a9c5e3d7d2518eaaab0e132f5 SHA256: bb8a66565615631cfd110b6c1423909eedd6244ea20f113531569dd2c53b5bfb SHA512: 49a411e1c25f6a16fb6a4bdc2a252a9c016cdaf83df00603ae5dc109714ee15d123ba39f3994f914431dd5b0402d23d5f1f47be408a00b5f41a46068978d0627 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: gnulib Priority: optional Section: devel Installed-Size: 46145 Maintainer: Debian QA Group Architecture: all Version: 20210102~ebaa53c-1apertis1bv2022dev2b1 Recommends: autoconf, automake, autopoint, bison, build-essential, gettext (>= 0.19.8.1), gperf, libtool, m4, texinfo Suggests: clisp, perl, python3:any Filename: pool/development/g/gnulib/gnulib_20210102~ebaa53c-1apertis1bv2022dev2b1_all.deb Size: 5697444 MD5sum: 0add112613719ec66717e01d966a23b0 SHA1: 91e9f091d17c771b3fe379d4f5ef34357f34b34e SHA256: 5635f71d0fce91b56fd1c05d32221fb1fa5360ad0424c3f9ea6a9b33c5f90663 SHA512: 34359ca50760ef9c8b59bc05868a942b272e5b22c561e77e29151676939bb49b0deb9f1403ac5262a01c576b58e1a645ac4bdb4f09b7f7ec52c48a0ce7796037 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: 869 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg2 (<< 2.1.11-7+exp1) Depends: dirmngr (<< 2.2.27-2+apertis1bv2022dev3b1.1~), dirmngr (>= 2.2.27-2+apertis1bv2022dev3b1), gnupg-l10n (= 2.2.27-2+apertis1bv2022dev3b1), gnupg-utils (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gnupg-utils (>= 2.2.27-2+apertis1bv2022dev3b1), gpg (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpg (>= 2.2.27-2+apertis1bv2022dev3b1), gpg-agent (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpg-agent (>= 2.2.27-2+apertis1bv2022dev3b1), gpg-wks-client (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpg-wks-client (>= 2.2.27-2+apertis1bv2022dev3b1), gpg-wks-server (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpg-wks-server (>= 2.2.27-2+apertis1bv2022dev3b1), gpgsm (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpgsm (>= 2.2.27-2+apertis1bv2022dev3b1), gpgv (<< 2.2.27-2+apertis1bv2022dev3b1.1~), gpgv (>= 2.2.27-2+apertis1bv2022dev3b1) Suggests: parcimonie, xloadimage Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.2.27-2+apertis1bv2022dev3b1), 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.27-2+apertis1bv2022dev3b1_all.deb Size: 829920 MD5sum: c7356ed840842ac9a2ca28900761331a SHA1: 87911fec1172b11e4399aeeae096d474758c610d SHA256: 6b5340db167c23b3ec7fb9dffb1954c1df1e0cd4c6540dcb9b809727c01600e6 SHA512: b44c29c8fb586df656b11f78a491df606c808900628c749d7e965b1f4c2ac14a80f35d71b1883d6ea4b10014393ab9345a28161633ace17a1129ad2f71be3607 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: 442 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg-agent (>= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gnupg-agent_2.2.27-2+apertis1bv2022dev3b1_all.deb Size: 439048 MD5sum: 16174d785b70b3e843863a90c58f9bd1 SHA1: bcf482e4c1ed25aec9612debacb3ba4a98dc57c7 SHA256: f46b5a01446779b3a1ce6f914e1b8a2e6c651124a52fbe8e1c8c6a262d9174f7 SHA512: e959f8c27c058db77f89badfe9c9a517df7d14cea7befddd996b4b76551360651626587ebd0775fa0ad71638dbd81bcd54117d9abf2aee402b1e0c359ff0b1be 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: 4910 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 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.27-2+apertis1bv2022dev3b1_all.deb Size: 1088684 MD5sum: c41da2b14c38184ea5b4164d563ca407 SHA1: 3242d5e67a74a6c52baab8b1aecbb4d7607e55b1 SHA256: ac4bdaa8273cdcef8e793389f48a63aef0564c177fd21aab06afeae70a37b0d4 SHA512: 3b17624bc998791816f33a6fd8a65f8acd6a322a6c1fcb317b4f6eecaa5f6ceb922eb12d9c7b17143808ed044b1059667f673e91df0bc025d87021350bf12bb8 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: 1810 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35), libksba8 (>= 1.3.5), libreadline5 (>= 5.2), 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.27-2+apertis1bv2022dev3b1_amd64.deb Size: 910620 MD5sum: 7344a5b24f0f1b87902ad5c7df785da7 SHA1: 8f7a3a7531c0fd2399248d94535e3f9db58e1d04 SHA256: c42b5f3701b860423bf002b8ea33715919eec698f9d0ad05400a195e8624fbf6 SHA512: 2e4b0e8756c590cec0ccfec69dcd85fd2249c8623d559bf357ca46e754a96d82f1b968d876e6e1d6d0f82a14d2b58c741ff485515b5c624a9732fb6240c70435 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: 1723 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gnupg-utils (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gnupg-utils-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 1577236 MD5sum: d3c2dd6ab3e111565e6e93310007a5bb SHA1: 234b655601a0a859c069c20a911d9fd5aba66fea SHA256: 58ab9bef846d20909150c871054ac6c7aff2a967c5c77aa298be8b60abab0b83 SHA512: 33786623206278ec4158a806b88aa92d9442a2901e4632f889c1c9cac4bbdc45f74e31fd3d5601e619e1714af3b9db96b18546768870a231567266551fa773e4 Description: debug symbols for gnupg-utils Auto-Built-Package: debug-symbols Build-Ids: 38f59d11abe277f23c88884b7523056a822b89c6 6e001d4bb3da8cf6750099bd36d3b6ce0426a790 abbaa18df28649bf9d7799eee72421b38c16d0cf b126bfd925cb4863d89eea83dac09d6d5d89a21e cec74a00f101494f767a226a99be03b05212b0ce e24619691fad8fd7b6e8fc2f3e87c4089f28d081 Package: gnupg2 Priority: optional Section: oldlibs Installed-Size: 447 Maintainer: Debian GnuPG Maintainers Architecture: all Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gnupg (>= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gnupg2_2.2.27-2+apertis1bv2022dev3b1_all.deb Size: 439140 MD5sum: 4af0e41d33a85ca3e25c439cbacecd65 SHA1: e199c234c7db21bf817c7a6e6a0e53fba95eb8d2 SHA256: 5cdc791f7f6c670835fa42420a2c960b6d948344ea91ea4296a03287b6ffeb4e SHA512: 9841ca3d24360afbcba20d67bc9bc8a011978c2eb8b43b26c63aef6ca37da18479a0770f1ce9319b25c30126240d97cc36f8e6409fbf7ce9600d976ef25ea936 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: go-md2man Priority: optional Section: doc Installed-Size: 2038 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: go-md2man-v2 Version: 2.0.0+ds-5apertis0bv2022dev2b1 Conflicts: go-md2man-v2 Filename: pool/development/g/go-md2man-v2/go-md2man_2.0.0+ds-5apertis0bv2022dev2b1_amd64.deb Size: 688068 MD5sum: 458e269dc99074ec9dae6eb70651f6e8 SHA1: bd2bac3eded99f4fc1b833aad0ade7c3379b6d56 SHA256: 6d18c51c13e17497f26db2fcc5618f2d734bd1ae183adf78908885dcf17a5e5b SHA512: 4681b77b88c965842f6064053bedc9776c0df7e7d84f4d6679e4fefb541db2927b537f0a51bb4b58fd2855fd3822fc66388991f6cd85c5e58ee442c3546f3abd 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. Built-Using: golang-1.15 (= 1.15.9-1), golang-blackfriday-v2 (= 2.0.1-3apertis0bv2022dev2b1), golang-github-shurcool-sanitized-anchor-name (= 1.0.0-1apertis0bv2022dev2b1) Homepage: https://github.com/cpuguy83/go-md2man Multi-Arch: foreign Package: gobjc Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: objc-compiler Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10 (>= 10.2.1-3~) Suggests: gobjc-multilib Filename: pool/development/g/gcc-defaults/gobjc_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1024 MD5sum: 33693111b33e43ad12f54272c08cae4d SHA1: 614360b7f6d8510c8a933e83fc91a24217d399ed SHA256: e3df72335489fb89648b0f9605f04d999dca0146eb483c50037e1eb9b42c3ae0 SHA512: a59c10ed9a6dc26c81dca65f1b2dd6efaaa47928044df908ac9256478a007becd67fe57f50fe089b4d0d4b136f4e8b8eb22a491e84ce8f0afbda168b6e48c43b 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: objc++-compiler Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10 (>= 10.2.1-3~) Recommends: g++ (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc (>= 4:10.2.1-1apertis0bv2022dev3c3) Suggests: gobjc++-multilib Filename: pool/development/g/gcc-defaults/gobjc++_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1048 MD5sum: 246d5f958f33b6ba930c58bd9f478160 SHA1: 2a31075613b4b4fdbd9148fc7d3269db3f07ad23 SHA256: 9e6efe1856b91f77d0ccefc96521b3982720a6c5240e5087bad5af98df44f403 SHA512: 908eca469a1d56b882734182be97d93d835bd2d2ef72096f3bf7e9c53b13803f9566b1b8dab27a3c888f0aee8ce87ec21142e5d5f68512e8e68ca9a9204fe9f3 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++-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 215905 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc++-compiler-aarch64-linux-gnu Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-arm64-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc++-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 49715880 MD5sum: 5d4ad97306b404ea435bcc42f94b39ab SHA1: d83decec287ec5c453bcb822fdb9b2b98fed7cb8 SHA256: 1d98746beb51b903e4a63ce3b57289d90220b41186b27c1df337c089d69e4286 SHA512: c13921115409b74fd448dcd15a22c1feb37b1a67ea891e284e18d8194b75e97ae4a03b686eb6a55ef1d4599a9fd5a5ddb0e2a2d6cffcfaa1edff5fb61c4289a5 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 198408 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc++-compiler-arm-linux-gnueabi Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-armel-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc++-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47152308 MD5sum: 5ba5b70037e101873fa1428c3ef939d9 SHA1: 61e92c181436e1ce3a7879662fb49190761cd405 SHA256: b256de71f9016a47f9cfd84a8c3ac0da67270d21548db5d043a3d56d3f7ace64 SHA512: 9b24a83377d2de296e5aac68ec07ad70896decd519986d634ce7817ecc108c34d0488c32091ac3c872f1f362dbea97e7a7c35550de89dff26c06c592ab6f989b 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 198408 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc++-compiler-arm-linux-gnueabihf Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-armhf-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc++-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47136056 MD5sum: bbdfd43c155d19c44f450c702124d0e0 SHA1: 5196a5f231f8af862e18d156b20b3b6b1f31a670 SHA256: 0045236fa8e7b6eeaa06615461bdf9f5c48c50d0050636b329fef24202b88d04 SHA512: 9fa08a3961dd3df2092dd3e2cb1ca55286e832c10a33ddefdb8ef3074b9a6a701e7ffa6f8dd805d44d28f655fd408c3ebef7619918f1e65af5c2701b9fb2b128 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 226419 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc++-compiler-i686-linux-gnu Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-i386-cross (>= 10) Suggests: gobjc++-10-multilib-i686-linux-gnu, gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc++-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 50579412 MD5sum: 2ab921394fb26af959044f417e0ca027 SHA1: 1f72297676f8a7846be63244c119f1aed1ea87dc SHA256: 57277b57b1db4610ffdcd012fc41fbf6d06e9141a0fe5afe271b6d12023c4b4a SHA512: 62b3552972c82f3a68995f111604f5f9340494d006cfb0bffc45d5eae580bf24eea2db4dc976f79fafe7bb4a88eb9157e906bb83c912e0fc620aa7411e7fb219 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc++-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc++-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), g++-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gobjc++-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1136 MD5sum: 53f0314561e9036440113e4430e7b312 SHA1: e594299f667b00e3d5679fd3ca7db646d9e7a653 SHA256: ad0c9d634c4ebacfc08de491fd477a2a5e8a3beb6943ddbc440979f663a2c10b SHA512: f99dc7148b01ba1768fa950a661ba52fee9a84aabae3524d0a1ef7ece801bb52739be1c2bf1d28a17dbd8c9738ab6069569c1f5f4b37ca93656b75c0129e28d3 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-aarch64-linux-gnu (>= 10.2.1-3~) Recommends: g++-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1100 MD5sum: fc7ee4aed1f1feb7e20b1485c0d6fe22 SHA1: 4d309299712289bc835bb208d230bded44d851da SHA256: b9fed5410da33fde5a8fc8ca655a3a3b12320eb518f75d1de0c989dc23e12574 SHA512: 09fd3a79f5bd27e9a7daa2d9c44cd64f03c5227bba696be96933f029b1936af026d5eb3296f927da2c8a48ecdb138994f17b9cdf1f0006cec1024d8b832d74c6 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-arm-linux-gnueabi (>= 10.2.1-3~) Recommends: g++-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1100 MD5sum: 8d2b01014f636ced7fbbc0f3bc6f4974 SHA1: 82e198e59a531d518aeefbdea5162b62397ceb94 SHA256: 63fed562af2d940016fbfda4320b6326c436bffd12935848f0f68f455bf08c47 SHA512: cd74776ee58776d523df8a23ac0e87aff9c2c007678114c0fbffa0213d2fc46aa45b13882f8085972c91df97cbfcc82a5cc70f0a4c375ddb822f04f9d1f66d54 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-arm-linux-gnueabihf (>= 10.2.1-3~) Recommends: g++-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1104 MD5sum: 2fffbd3188bed332230ad7947284ed78 SHA1: fe9a97319cb8eb2f5c26582e8d2fba017175817a SHA256: 78ce567609cccc599abaaf8c5acd96b7b5711d60a976dac0b2a46ae8ed06e451 SHA512: fec5ca6c67ba766d5793c113ab0e89213bff04cabd98a675f8a3e94935d5f80012f7b3e4036a7e730f084b814563a69d245232776204b41d27fb3bd1eb24e68c 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-i686-linux-gnu (>= 10.2.1-3~) Recommends: g++-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: f299ec5b87333f43140de8a0b88c85aa SHA1: 2e916143bc2de0b6bb07fcc7c975489b591855a3 SHA256: 6145f2351f6f6b985509ce7a065a0f691a6eb2f6b0cfd5ada52624ee526c4316 SHA512: 35c3648b2c53d9121243c7439e5664759ea15b7d5088d74293877d0d890fc9e54330c06a92bc00783abac91bb8b617fb0c4bb39c1f785be6c189f21b0ffa6a51 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: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-i686, gobjc++-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185900 MD5sum: 7565b3c80a812966b2ade508070aecbf SHA1: 70bfdf85ed1768f2c2cab9a0600badc3ddef4a89 SHA256: aebb3b43ce7d84de09b883041192cfa1a75960f69c06f8d9cbc5b9fb6073287f SHA512: 93a4f8309900f717c7346fa01f260f6dda16edf8f7e9f52703d6eb2cf833ca1e2c5f56bb8084b6ff1d366bd5417a87540db0e4427ae475c2f614007f3a3185f5 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-i686-posix, gobjc++-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185900 MD5sum: 038007d4781eee667519aa70f61d2454 SHA1: ec4cdc9fd0bc7407a1df44c15791d966d02e7470 SHA256: b962c689d30c30bebf6b7b7c9f309db455adfcda372fbfa2c20117a98ca68b11 SHA512: d8d6968727f01e9fa8e4e19a491ca01953d00d709c7de051203864b525e5fd55c72e8d91a0e8b2f0ed297f02d9702f5b3bf49b86513f59684cce2d7cead17098 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 28629 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-posix_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 8327000 MD5sum: 5375acdc95aadcd028129be5f363d5ec SHA1: 91e56d90347cc64db595dd2e6fc3a0a50bdc9d65 SHA256: c96920343ca86fe8f982c8bf06bc38ac5ace9da556afdb2cae8a8942a3fc5597 SHA512: 8f2e158fc865adb86c1b3962a8f1d5be1fc24ab4b5d47637ebac052dc41eb8f6d6b76035a38bf9bc89e445029411aed2cfd177771b4c0b538712f6ef6a8519c7 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 87562 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 85624800 MD5sum: e7b78ea65e20a3bc61f4b40816b5f248 SHA1: 4501bf9106b26933b880477d417c3b30a8daab68 SHA256: d95c4a411f8bcb22ce39b01fb60acd4bf98309e192136b7ddb3824964fb1b700 SHA512: 0d1aefc24dfbed0531f571391a5877b3c26b296fde879a5e9d12c7fbb378ce6f5c948867539ab2a944f2421d0908e2829d6fd590af34a069277a1cacacc15099 Description: debug symbols for gobjc++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: e9bba9c0c969cdbeb56dc1755d44df17920604c3 Package: gobjc++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 28629 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc++-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-win32_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 8327672 MD5sum: 5305f7e154cadb288c3db424082c10f0 SHA1: f4f66c733e3189b07fde7164bd9b8b194d36d557 SHA256: 5d973d9172fb227b26bce6a36a4a3b5630aa42b719367591a85572928a98578c SHA512: 2d578060d037f394efaa116e85c93eb21bdc133ef7cd798946b6a82314fc5f7ba1f3370aaaf08128374111ff6f4ec6a0f0fe68349471cac086abbe8ba8bea651 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 87560 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 85602196 MD5sum: a037026817094d91976377c691435d42 SHA1: e303a093d92872d87267b03d447ca8f2fe172c88 SHA256: 634125988b9999ea093efa909646aaf6f3eb12a152a6d06d12f662badd784997 SHA512: 41cb23754ddfa733db607401f895c355b7db2195af34cd1a614a787e4c943e96a653ee6f1ed75edaef2795babfd8532079d33c7332f76bb11fbfec8eab2db31f Description: debug symbols for gobjc++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 579e2773dfbe1b6b545164b9ffb50f8f7117422a Package: gobjc++-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185908 MD5sum: 6c3117f42ff8472c4901a4240fd91866 SHA1: 92539e25f2c7fa455fce24625a624b5f4104f5c9 SHA256: 545e8388ac38a5e13ef754e733d3c2b160ec11494e570dbe2fc62effc5634261 SHA512: 0a14cf1cf76de47295cd947203d6a4a9238d2382203902c2bc525a340cf0d001d9066a48dc868e17f0602a2f21acc147b08ffd9e624b30aeebe5bfc90cb44ee2 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 29181 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-posix_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 8426624 MD5sum: 1d37db76ac70a5e13048d181579b26c0 SHA1: 1b6fd742fc76b32aea6e99b00462a2b35c7805d9 SHA256: ee0437d5e84ca4616b9ef1e11d85b0ba59da22bc2307972e87de8b3f35d42897 SHA512: 7ac845ee52a0a4e0eef1465180195a424401157cab102f62d829f822c56d914e7603d90827fc827be9b1677a9acbe580806bf2018a4e6ada330a23e9778c6b86 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 88029 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 85989644 MD5sum: c585643f4783f31eff6344152c8a7818 SHA1: 563c0c4fdcaecace7f91375dbe4064384c25f56a SHA256: 46dc00c5eaa38ee0351db79048a2227cbba390a192f0138fc3e539e9f7a4db0b SHA512: b8932a667288c95e637dcf494b3060717c577b81042b53969bb5d5aba6a784cc4fd2886839abe7d32e487327906cac86ffd2086a69699767444be87f75292631 Description: debug symbols for gobjc++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 2f4c3b2fd1d9bf66cf90932303c99508426362dd Package: gobjc++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 29181 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gobjc-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc++-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-win32_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 8433636 MD5sum: 4a51c6fdae40b3f9b0337c387fbdbc16 SHA1: bf0a7caae5bf5aa6b43c4db96c1c92944de3ddc8 SHA256: 789906ac204072bed20a1bb577d2bdff662ccbc8b6d8b2221ba6b8c2d5d8459d SHA512: dede772f860716c6d48cdfb22941d063d7426206cdea6e4a856fb9e184a17be3a409e271852cff4bb4b1e35793b53c7a69bcf3dbc2e1dea6df52ed540ca41495 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc++-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 88029 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc++-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc++-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 85974200 MD5sum: c3e8ee5267a7195d747437899467cad1 SHA1: 9e37d42196f07f883789478d41507f5e8629e959 SHA256: 939c783c779b648453f13d2425e19fb8c81d87760595611ac71d1aa65f327ee3 SHA512: c63da408b6d585509e0c066c976a26b75661b585d2dca7d15068e89c1ced3b2eae2ecbef32aa77297980b630ea290f6f11cabe5089dc01c558523043a75e46b7 Description: debug symbols for gobjc++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 2fb84be275a3af23044375fedb56fcec69503319 Package: gobjc++-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-multilib (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++ (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc++-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1036 MD5sum: 7eb5c9943c38d271d032353d8719bb80 SHA1: 1695771a93fb5bf39ecede6ce94344cf7fa4157d SHA256: c368abd9d18a091a65e32427b28e1b939a81bba76924128dbd4e6834bdfc76cc SHA512: 74bc0fad2ffaccbf3b105e15c74db5d25dfe59c2d18461c4c24ab6008e97e3bdb52580ae41fea8cb2f35ab1a8a0495ed85bc1aee00240e1098e8d925c4b9fe89 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-multilib-i686-linux-gnu (>= 10.2.1-3~) Recommends: g++-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: 15e38682178a0c754f42b612c607e44d SHA1: bcf5035bbc25ae5ce1a6e3012def5919914ba2f1 SHA256: a416fafeeb466293bac85b189d758c87ebe43553a63b733a74dac97bf97a8379 SHA512: 32a342fb5e06fe275ef60e754fa11bae1542dd47e7841d8f2de9efa9745bfdd04c7434c3be710e7506881737ba3d848786558d9404548adc247300b117d901af 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) Recommends: g++-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: 9e0b5ed7141893f142a70ab851ecf34c SHA1: 42a0c9345fab963c97c299579267f5b4f7172294 SHA256: 3091b1d9950dfb2ad481a9abe9d063bffb431ed76e79f918f7e746567e8ad6a5 SHA512: b5e309bd9e0a10e9a55d42befaf4c98091de8d58a75e7aaf536673a88f05c99705092aec63806cc483044b652ddcd81fe39eba2c7e02ba55033362e01695ab2d 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Recommends: g++-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1108 MD5sum: b921185db03daddf914d07046805bcbe SHA1: 4b1b82de14cd1d4115819559480fe383f7afc8a0 SHA256: 29f38d303f3ef9167583835a7789a9c86c35b49ad057d8133f94aa2d6fafa7f7 SHA512: 672960a169727ea7d5c95d0195117b89e89fa32aa3a65bd0aabe4c33fcc4edaa0becb30381b4af4aa12fe95e9e8278182c5c5dc8724d676d912adbaa8dd876fd 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc++-10-s390x-linux-gnu (>= 10.2.1-3~) Recommends: g++-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3) Filename: pool/development/g/gcc-defaults/gobjc++-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1096 MD5sum: a8f2bb33179d906096c6dc6981675c66 SHA1: 076659f58f9a996345c09278f5c5ea2b39b98af6 SHA256: 27f4324c4887b378de89b9a5cca1d74065dd888f24b5e6f9714fc6e8b9f3103b SHA512: 40f810a71505867f70d3c66072d2aa7cfeef238af15bd68f30fcd9a78cd033e92156fa436fd2372f549270cd61e8686dbb40e1cc9c44d91d98cb98f0641a42b0 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-10-aarch64-linux-gnu Priority: optional Section: devel Installed-Size: 204828 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc-compiler-aarch64-linux-gnu Depends: gcc-10-aarch64-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-aarch64-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-arm64-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-arm64-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc-10-aarch64-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 46606104 MD5sum: 861d6a728a86fe438b94253285548ce8 SHA1: 2d1deb7b025ea104185158abbcea1bfa767d927e SHA256: 6a043321a0ca45bdbc9e1b0de9b30a8530b437151b2203a3b344e34cba79dd54 SHA512: 0bbede95952faaf8c83b911095588c2b2008c13e6d4f5faf9206598a4fe710a63968d50d7ca2f47332ca90e7d25234404eb536685a5e6185339c9788fa844b1d 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-10-arm-linux-gnueabi Priority: optional Section: devel Installed-Size: 187374 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc-compiler-arm-linux-gnueabi Depends: gcc-10-arm-linux-gnueabi-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabi (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-armel-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-armel-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc-10-arm-linux-gnueabi_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 44143044 MD5sum: bc59551fa02a99b9caf9c0178103bed2 SHA1: 2024ccce818cdce39ec137bd5956f84be36d31eb SHA256: 1ca0b041d1c382211e67ae3bc0b81d224fe7e95326c0971b0b9768d9d8542be4 SHA512: 25344ccf2b1b8007f9b6afb4a6e8d5886109680ae6072c2934b7b2155da6cf431f1b307766cf5899ea56fb2d333cd0d8cc83ee5abd252178e99abce1eaa1e090 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-10-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 187374 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc-compiler-arm-linux-gnueabihf Depends: gcc-10-arm-linux-gnueabihf-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-arm-linux-gnueabihf (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-armhf-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-armhf-cross (>= 10) Suggests: gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc-10-arm-linux-gnueabihf_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 44137600 MD5sum: 6bff4d1e6e1063a42146449a86f5d659 SHA1: 831fb36876d791903390217463d0bc188a210c4f SHA256: 5e3b6deca25bda1ea72df9e3d62f4297f26cc715aff50fa3d03f8181dffc4364 SHA512: 8da8a8306cee215714e0af82b4343401b00f1232466593bc3b33fd9df95034971fae085734183fdc5cde97ef826dec466bcecf5a2e77639c15c8f24ae364fefe 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-10-i686-linux-gnu Priority: optional Section: devel Installed-Size: 214240 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Provides: objc-compiler-i686-linux-gnu Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), libc6-dev-i386-cross (>= 2.30-1~), libc6 (>= 2.14), libgmp10 (>= 2:5.0.1~), libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.1.4), libobjc-10-dev-i386-cross (>= 10) Suggests: gobjc-10-multilib-i686-linux-gnu, gcc-10-doc (>= 10) Filename: pool/development/g/gcc-10-cross/gobjc-10-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 47506304 MD5sum: 3c559b8cfa9f8d198ab2744497bd385d SHA1: a0c4425a89599459b5c4020087677da7ff0379d5 SHA256: b391b34adc4fad7ffc86606bdf163346c966bb66742fe398dcc32a4b786ebc6b SHA512: a245f172f7bbde8176e2bc79ac1571dbd2e1f73a2498d90d7fec7cacd889f3d6b74612fb110e161f6e5876c8ec869ae97358fb7bc0807fd8052b0c57e04ec445 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: http://gcc.gnu.org/ Multi-Arch: foreign Package: gobjc-10-multilib-i686-linux-gnu Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-10-cross (15+apertis3bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4cross1 Depends: gcc-10-i686-linux-gnu-base (= 10.2.1-6+apertis2bv2022preb4cross1), gobjc-10-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), gcc-10-multilib-i686-linux-gnu (= 10.2.1-6+apertis2bv2022preb4cross1), lib64objc-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1), libx32objc-10-dev-i386-cross (>= 10.2.1-6+apertis2bv2022preb4cross1) Filename: pool/development/g/gcc-10-cross/gobjc-10-multilib-i686-linux-gnu_10.2.1-6+apertis2bv2022preb4cross1_amd64.deb Size: 1164 MD5sum: a91d9eb2ff713940fb3553978c7d4e45 SHA1: 44c2b4e968adda3edab1a3b6c98e2046be616ebf SHA256: 9d2c4b674f5d0519f9ed65fd92726e8e309d9430fe862ce7ba51ee5f10a2f8b4 SHA512: 0e8b6369eca8873fe74fc89c47e9e082408a3d22522f28fc5903f72ae84170c457c7cda878d0066e7c50cfe0af3605b455709b9f431194ed6da63d0bede646ab 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-10 (= 10.2.1-6+apertis2bv2022preb4) 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-aarch64-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-aarch64-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-aarch64-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1080 MD5sum: 26ddabdb2ad754ac63c310dc288ed24e SHA1: 0a7d31e2e7ea0951d193e120299449cc703efada SHA256: 545d84cc6bec050f30d1bdd210aff0b12e4eb2680cdcc6f6a079d4c1f7fdcc6e SHA512: 606619609f0b31179ad7c67d6b081abb07e80b407db4fa3c2f432ae3b6941fa28d71ca79d8f8f85a56f44b097cad2ba9136199a9798a2b2fe98f3704e090543d 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabi (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-arm-linux-gnueabi (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabi_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1076 MD5sum: e248f2c5c1b0e619a4822e86912b0da6 SHA1: 7c2a1d1f14b39a53af57769e1a6cf8f8dba7f221 SHA256: 2429a2340f6b53053abb51ab688c9261f07a666d410bfc331bcf269ddb01bf31 SHA512: e26b1d9d2a58dfe0875a7d3351e62b4baf68ccc5c532604fa7a97f392446a334f206820f9b2d5169cd480c88aa833ef9e6a52241297b13cb32bed6058c0963b4 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-arm-linux-gnueabihf (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-arm-linux-gnueabihf (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-arm-linux-gnueabihf_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1080 MD5sum: fe4b633583a9471a9c65d7f3fa14e3e6 SHA1: beaad3a936fb61b88b61f564f9f0b8dd494f1b08 SHA256: dc3edefe2e93e2cdb3eed24e6236d8a19541fa16e72daa4b5936327e3dc3cb8e SHA512: 2793ca6b5def81cd67f98eb62fefafd9979bd2687e56a516538cb07548ca11271c2c3034b7096ed37050cfb9dc74d8d1c76cb3c8578f4ad2ddbb7c2dbe11775d 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1072 MD5sum: f16d62483252bd1bb886ef5f43125507 SHA1: 8c5c5da38770d396c081c945c89ceb49dcc3165f SHA256: bfa4d1ed52e95dce287f58938eb3d6390488f4311cb1e65618dfb68c01128218 SHA512: 509cff0ad4b536ac00b3b7b92753707798203a41eb31cfff897521566ed28fe2c9943b34f26df0c14290b346e680eddd01b35da1e913ac7a18d331e800f69519 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: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-i686, gobjc-mingw-w64-x86-64 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185888 MD5sum: bbfe22c444473b28022f45591039da35 SHA1: bf29ae4032c2cc70aaf3c68d6e5dd97c58d25f46 SHA256: 6173eaecfde12580531e6d1a8c5aa110ae8ac4f61b8fe4225e2831d80d162684 SHA512: 7bd959e2b5c5e258b3108cbcc6891406685e76c2be0d7a567bb1870bb96edb1dced08dea981dc7689b5a83c38cc520619b34a04457dedc8d4c843fbff819d3e8 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-i686-posix, gobjc-mingw-w64-i686-win32 Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185904 MD5sum: 11d5a4265da74f905e598b3eb2f60226 SHA1: 508b5fe42eb08b1d5e9072283c6b139b4de94211 SHA256: f25faaa930affffc06557fcf8f0fd5d9d5f580767f08bd5ad994c76da9370512 SHA512: 120d0272716dc773da40acf2b8d90550e3eeec8af29960ae69c261bfd062e21ffb82da1430c466b7f50c2fdbc7b718b2f2728a3885700dcd0abf4876c6050e7b 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-posix Priority: optional Section: devel Installed-Size: 27307 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-posix_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 7735072 MD5sum: 2d7616f7f8394103ebcd1edbb956f087 SHA1: 856fe1eaaa4d5bd312f47d32054839b8a6706eae SHA256: e0f743ef0369473707da8d4a1a5ba041fdce0caa3fa47d52d65bb183c0c4840f SHA512: 24970c17612a6bbc722b7ae12f909248666f884503e3cac62ee1f9f180f5786e4423260b0361ece7ba6b0217a5c6f6d82002f4238b0ad3c9721a925be8bcf463 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-posix-dbgsym Priority: optional Section: debug Installed-Size: 82236 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-i686-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 80348176 MD5sum: caf957166dcb1a697c0b593c876ec827 SHA1: 7b075d4a27306bb80d07c0a6087812ea8e437edb SHA256: b11a7496e6341d7e53ac12f48386b35122a897fe2dd5cdccd7cd62ff9140b9d5 SHA512: e65b4dfbc969af85a4ce640a38451ab2346d9f714a8668e7779e93f2218024214da172469473ad65ed319d3fd283a98ef64c7e8933ebdae7a6712cd493f17aab Description: debug symbols for gobjc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 3ea0efc1b1fccc6dbf379395437aae752200435e Package: gobjc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 27323 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-i686-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc-mingw-w64-i686 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-win32_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 7737224 MD5sum: 68b6931782233317d8abe4709603f42e SHA1: 3a9999115fe325fbd43a4eb32810d9707c5baeed SHA256: 446d7591bf11033923094b8cfb4e37961587bffdb2af51006c77b3285879e853 SHA512: e535beb68929f30d20284091207b9a0b6d3748604b75d6578858961ebea93fdbe0626dbc5d6e469b6a943442931de2ea296acba433e216e1a359b5a181c1f89f 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-i686-win32-dbgsym Priority: optional Section: debug Installed-Size: 82248 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-i686-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-i686-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 80419356 MD5sum: dc3bb1cee15696d5e42b53b2b8a67227 SHA1: 977e7d8cef22e5bcee41c3265d35f76895bee4ab SHA256: b3f1728b09e96ec74997c0db97af82dd03c032165300958235e932397b356f11 SHA512: a734baf7df4ac757cc42363ed8f0d6b6798efd922e3063374f9ebc9e366ce160e9e5ca3f00d4776daf49736aa5513d30ec8512b0b3bfa15d09e3ffdbbb76036e Description: debug symbols for gobjc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: fa5b1601794124a56ce46efb84b9439492ece18a Package: gobjc-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 254 Maintainer: Stephen Kitt Architecture: all Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 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_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_all.deb Size: 185892 MD5sum: ad957fbfbee82b3d2d93cb43137f5c61 SHA1: 81b0d5e39287a0c2892e2113f345af25fefeff20 SHA256: 5465c7e580d1782c67dcf2daa26849a1dd96455ba9d55b0420bbf3b3593d74fc SHA512: dbac4458068e33c845f6423d58672c9147b634929c3696dfb172a7b07b8713bb5aaa8f7278f03ff7a8616cbaec68741d40e4b3720ce61460a2ba68371c526921 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. Built-Using: gcc-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-posix Priority: optional Section: devel Installed-Size: 27861 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-posix-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-posix_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 7835700 MD5sum: e4bdeb31f8f60a3dccd2cf0d63ad4205 SHA1: 80df0126562ac6ff345e5aab599b583fa4aaab12 SHA256: 603cbb45ba0c979112f9435895403e48f767f4822c48180962a340c79890d1b3 SHA512: ec1092369faa1d625095e0fece5e851d22b1db5352e911805ed5f3a0d04d1ae31dcca1c5759c11fb4040cf764680da1750fc8b9e615606771b2f1382e0276b07 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-posix-dbgsym Priority: optional Section: debug Installed-Size: 82722 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-x86-64-posix (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-posix-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 80775760 MD5sum: 83927ed39aac486536efc8a9174e8ace SHA1: 88561112b2a8906a3fb1d235f7d4e1939789e8c9 SHA256: 95cc0fe8e2b00d1031b599c8857de862c6eff6732cdc1f37c0b0fdb02eac16ee SHA512: 8f2c36c3ac3fe2ff84c20009b452960b927d497de6f4ab7d4826778f96504543feaa618921e12f540ce23e8d5c010e48fbb0d07ed5571ca1d3b8b5fd8fd1aef5 Description: debug symbols for gobjc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 85aee209aa74efb5329f769e862313e79df8fc0e Package: gobjc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 27876 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Replaces: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Depends: gcc-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-x86-64-win32-runtime (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), gcc-mingw-w64-base (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2), libc6 (>= 2.14), libgcc-s1 (>= 4.2), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.1.4) Suggests: gcc-10-locales (>= 10.2.1) Breaks: gobjc-mingw-w64-x86-64 (<< 9.3.0-8+22) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-win32_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 7840348 MD5sum: cbab5a77cbca10d056d9d6dbae9a9482 SHA1: d723106fc2f5a16ed4d6949ff24c8634f3414136 SHA256: eb885798858796beeb4c0839bbb5ef410778a64c4fa9b690ba01891c357f3d0e SHA512: 07dcb778c347290219aec3aa84b27f6a97590f5c4ac012b52108c21a39673433f0c956a80373ff9da4d5970efca323da78400afb533c8644efb71857e53702f3 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-10 (= 10.2.1-6+apertis2bv2022preb4) Homepage: https://www.gnu.org/software/gcc/ Package: gobjc-mingw-w64-x86-64-win32-dbgsym Priority: optional Section: debug Installed-Size: 82721 Maintainer: Stephen Kitt Architecture: amd64 Source: gcc-mingw-w64 (24.2+apertis0bv2022dev3c2) Version: 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2 Depends: gobjc-mingw-w64-x86-64-win32 (= 10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2) Filename: pool/development/g/gcc-mingw-w64/gobjc-mingw-w64-x86-64-win32-dbgsym_10.2.1-6+apertis2bv2022preb4+24.2+apertis0bv2022dev3c2_amd64.deb Size: 80762388 MD5sum: 383071c9542b6256400cbb6dad4aa509 SHA1: 6a70697f13324e6ea26a569ea84fd9fa67379315 SHA256: 708d258bd2565f902c9d46e65e112d14017d43c1a6e46f22c15cbc60b544c89a SHA512: 1df60b7e31088ae96a8f0655244025f594263369a40f1bde702cecc84a0187272315909a436ef58fe8af3b7a6bba22866f37089e552d104b304356dbc005dc65 Description: debug symbols for gobjc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: d6898044678fc960e9bd94b337fa4955fc88c55b Package: gobjc-multilib Priority: optional Section: devel Installed-Size: 6 Maintainer: Debian GCC Maintainers Architecture: amd64 Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-multilib (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-multilib_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1024 MD5sum: 9a8663161bac4c10c9fc42928fc651a8 SHA1: 5c9aea039a84996049372f0456ccb40580804711 SHA256: dac491e73a2569df443e940ef12b28449ae1011f18cd4f5ad3e7b03daecab1cd SHA512: 9fa8b909cc973f588bfdad1627054f79d4d3be677759d07103b17e1dd16268a49b719ce9a4464b776e895cdf38cde3b3fdcde3515a2958450b239c5c9610b8e7 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-i686-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-multilib-i686-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-multilib-i686-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1080 MD5sum: b9b8b12055aae8389d403f37d177f29d SHA1: 061872ac89844226b4218e99abf1c8209aa6f2bc SHA256: b9080ff8f9701d6f40c8fea047dba83964483cf047d160a81771ee401631ce36 SHA512: dcebfd6aea90e100698372505810905df6723bcb35840c0e09d79b42e6e9d5fdfa22add28743f5cd5b1ab7f155b41db76e1e645b595f62f7c6d8adfb3cbcbe86 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-multilib-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-multilib-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-multilib-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1076 MD5sum: 8d16eccc511cc8f54b6f7a7b72665e38 SHA1: ac53c7ddcf247204d1ef529d8d08688337ea0d4f SHA256: 54fb945d0675e4f69932806d90e13a1d5390ff3dfb871c502a13981b41f55463 SHA512: c4de6db7ad9e2bcbe033aa392218ec42af2f6883dc7f787054b1165f89d809213b0b7cbc3dc0d52104d7164655e055a640f8c0d3b8e6d4a605121be2e7437697 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-powerpc64le-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-powerpc64le-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-powerpc64le-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1084 MD5sum: 7a48e1b6fa46649ef1a23d2556e4c5e7 SHA1: 09f2491e3c8ed6d43a98032a5f33d4f88120d4a1 SHA256: b5138acb72917724315e45144f764feca34a26a58df4abf649e268b7b0c5d80a SHA512: e9ec080bf03e59f870df8c53927235b48a4c67f228c2ca3efc092e48e4a83c6d52390c9f1573212be046fdc70f128b5b7ed8723ec9e82908727334754b4f9430 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.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Depends: cpp-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gcc-s390x-linux-gnu (>= 4:10.2.1-1apertis0bv2022dev3c3), gobjc-10-s390x-linux-gnu (>= 10.2.1-3~) Filename: pool/development/g/gcc-defaults/gobjc-s390x-linux-gnu_10.2.1-1apertis0bv2022dev3c3_amd64.deb Size: 1072 MD5sum: bfbd7b857d6e32840b7bdf0a653bccea SHA1: 0f49c510903b2fa44ef7300f333e2c54089768f2 SHA256: 1501c01e46ed5a38d396714397ad76b45c7b8aeb0dcc451a4da4a5a2ff5beedd SHA512: 0aefdfdf09f3f3125acaa649537ca7358e0e1d616bdbf1059979ba97a1e73245e9edddfcb372c46983e5754353cb34590ab423ad91d750d43e9235bb07e1f530 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: 47341 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-gogoprotobuf Version: 1.3.2-1apertis0bv2022dev2b1 Replaces: golang-gogoprotobuf-dev (<< 0.2-1) Depends: golang-github-gogo-protobuf-dev (= 1.3.2-1apertis0bv2022dev2b1), protobuf-compiler Breaks: golang-gogoprotobuf-dev (<< 0.2-1) Filename: pool/development/g/golang-gogoprotobuf/gogoprotobuf_1.3.2-1apertis0bv2022dev2b1_amd64.deb Size: 5393888 MD5sum: e8dbaa1e0cce27605c5a3c694441dce2 SHA1: 1e53f995ae000a8a646f0ffa4a95dde09003499c SHA256: 4e3116e893f8cfb45e67caf45fb832a0f52b223fbc2d87e67181ac0dceb3fa0c SHA512: 6cba71f1cfddc44248eb808f263cb0e2611a94fac5e403382f711197517293de09e10d75b4507b95da276d2fbb0b71ef0c4aa00cd726bbbde15c5ef221fdec2b 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.15 (= 1.15.8-4) Homepage: https://github.com/gogo/protobuf Package: gogottrpc Priority: optional Section: golang Installed-Size: 6358 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-gogottrpc Version: 1.0.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-gogottrpc/gogottrpc_1.0.2-1apertis0bv2022dev2b1_amd64.deb Size: 1638036 MD5sum: c440f3eaf36bf0ab8651c5dd437c4bd0 SHA1: 354ed6eddb1b763bed70d03fbc2995d93b13b574 SHA256: d373fd4a723fedbcee8a066065fa80169f4cbcb6ac634d29e86c884eb5640069 SHA512: 5381ac76f9afff380c754f79fb152e52c067f1e8cd9195266c955416e518f013a422dbdaedaaf9b028e880aca3af9780e1dfcced8459dc197a3f1253347d550e 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.15 (= 1.15.8-4), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-gogoprotobuf (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-google-genproto (= 0.0~git20200413.b5235f6-1), golang-google-grpc (= 1.27.1-1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1) Homepage: https://github.com/containerd/ttrpc Package: golang Priority: optional Section: devel Installed-Size: 12 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: golang-1.15, golang-doc (>= 2:1.15~1apertis0bv2022dev2b1), golang-go (>= 2:1.15~1apertis0bv2022dev2b1), golang-src (>= 2:1.15~1apertis0bv2022dev2b1) Filename: pool/development/g/golang-defaults/golang_1.15~1apertis0bv2022dev2b1_amd64.deb Size: 5068 MD5sum: 6b3684af51c384ba2e459f13567e5b9b SHA1: 2ba9d1ac251386ec1539070ed02e4ed73f11f31b SHA256: ca1ab37c45ad5e69db85351fc5847e6978e87ab89dcc4a7fcfc6358672d1c8d7 SHA512: da521af98335eb07d8fce253d40f66493e12f6516f120d034a5a55e44d43c08277998321905e9b97382b0c68321c2936f44773717a3d76d2034c64b510e56977 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.15 Priority: optional Section: devel Installed-Size: 61 Maintainer: Go Compiler Team Architecture: all Version: 1.15.9-6+apertis0bv2022dev3b1 Depends: golang-1.15-doc (>= 1.15.9-6+apertis0bv2022dev3b1), golang-1.15-go (>= 1.15.9-6+apertis0bv2022dev3b1), golang-1.15-src (>= 1.15.9-6+apertis0bv2022dev3b1) Filename: pool/development/g/golang-1.15/golang-1.15_1.15.9-6+apertis0bv2022dev3b1_all.deb Size: 29964 MD5sum: f185b6629073be945f5d7dfdccf221bc SHA1: 855182cf4ebbec627fb50429f917796cf954bd2f SHA256: 1939c81d0504b942d0c95f0394bdbef09f34a63dbedaef41b11e3f8918b9c590 SHA512: 6faa8aea78f8961e42c6a8fd7739d3a62a01297e67036288b7a297149cbcd9c345efb0888330a74ccf65c5e986dbf7f4eff2159b8d74102fe6ac12ba899a13f6 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 Package: golang-1.15-doc Priority: optional Section: doc Installed-Size: 4064 Maintainer: Go Compiler Team Architecture: all Source: golang-1.15 Version: 1.15.9-6+apertis0bv2022dev3b1 Depends: golang-1.15-go Filename: pool/development/g/golang-1.15/golang-1.15-doc_1.15.9-6+apertis0bv2022dev3b1_all.deb Size: 2456620 MD5sum: d92eb41e76912066e1d29d62a6e12030 SHA1: b572c1d4c3442df5590ae374b8dc6c21314c7fb4 SHA256: 4c8ce8cee1e80b8a7eb6fff3781df9fa323f2eb78e5248c948bfaf978cac95a3 SHA512: f126519d964f167a3a78784ca87cce55f19eab99786107d8bc0a10d3ca41e81ee988ee3d3862aade4c129362a14003bf0418ed4cd8a92b422a0628c6d9f82aaa 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. You can view the formatted documentation by running "godoc --http=:6060", and then visiting http://localhost:6060/doc/install.html. Homepage: https://golang.org Package: golang-1.15-go Priority: optional Section: devel Installed-Size: 256346 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-1.15 Version: 1.15.9-6+apertis0bv2022dev3b1 Depends: golang-1.15-src (>= 1.15.9-6+apertis0bv2022dev3b1), libc6 (>= 2.3.2) 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.15/golang-1.15-go_1.15.9-6+apertis0bv2022dev3b1_amd64.deb Size: 47372552 MD5sum: 89fb62d7af60f9faefcce05724c3f601 SHA1: da8299d63c90fed1a1e63c99bffbf426ecfb9fa7 SHA256: 70e5435b6f7fae567b88b8c916bc4e126790fd86c4400f66ef221fd051ed3177 SHA512: 2341e2769576eda8c8db4c41fad513a29c61ee2b1acb9681412d5b677f7ed5d66f6d2a835a4915d1fa7d0fd78b169f25b7a1daaa6702db5020e986cef2d0c15e 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. . Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to pre-compile the standard library inside GOROOT for cross-compilation to work. Homepage: https://golang.org Package: golang-1.15-src Priority: optional Section: devel Installed-Size: 94040 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-1.15 Version: 1.15.9-6+apertis0bv2022dev3b1 Filename: pool/development/g/golang-1.15/golang-1.15-src_1.15.9-6+apertis0bv2022dev3b1_amd64.deb Size: 13844424 MD5sum: a46f9a9f66c7bee1b9f63c12f6c1682c SHA1: 8523df4ec1004f849b18b8ebe9343f3346e6a4ff SHA256: 1edaa3638065db37c4ff7c4141464dd62e9b8a1863471f010a97d98e26b3fdfa SHA512: 5559f4bd9626a1ecdf87d4b4cb7a94ef58716c6d984cf9cfc3a636e099e8855672ff27bc25871393c473b4c121f98aed71cd18ed1f58ff4cb003c6d43d3da0cf 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 cross-compilation. Homepage: https://golang.org Package: golang-any Priority: optional Section: devel Installed-Size: 12 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: golang-go (>= 2:1.15~1apertis0bv2022dev2b1) | gccgo-go (>= 2:1.15~1apertis0bv2022dev2b1) Filename: pool/development/g/golang-defaults/golang-any_1.15~1apertis0bv2022dev2b1_amd64.deb Size: 5204 MD5sum: d375266fa94c18c6b3f0aa66d8ca0b02 SHA1: 95701a563104794c556f5a6e40f6c72657f64ebf SHA256: 68fd80e1a2534f0fefb22c3b274f91985a8d94c25dbb0cbe33afe05cc53fbaff SHA512: d409cc5280ec643af6fc477431eb5b3c4ccae7d0025420ea853b4f20c4eae6872d5a490d42c502d4fd936329da35bb2189994b09bddf2522f699837317c8620c 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: 43593 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-cfssl Version: 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libsqlite3-0 (>= 3.7.15) Filename: pool/development/g/golang-github-cloudflare-cfssl/golang-cfssl_1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1_amd64.deb Size: 8719720 MD5sum: 7e6e2d5fc46c430972f942aab0bb1e71 SHA1: 7639ed1f97617f56e409bb68e70944678c2612e6 SHA256: 3087921736e4b6b6cba5f85bc55f265bfb85a9267eb3403f1efdf78659847c5d SHA512: 47240b5495c83736179c7b3a6f997da9db4b8dd5175ca0837364334bd35b69274f114956d1cf7a15eca1159024771bebfe565fdda741ac7d67d76f2aa2283d3e 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.15 (= 1.15.8-4), golang-github-cloudflare-go-metrics (= 0.0~git20151117.0.6a9aea3-3), golang-github-cloudflare-redoctober (= 0.0~git20161017.0.78e9720-5apertis0bv2022dev2b1), golang-github-daaku-go.zipexe (= 1.0.1-1apertis0bv2022dev2b1), golang-github-geertjohan-go.rice (= 1.0.2-1apertis0bv2022dev2b1), golang-github-go-sql-driver-mysql (= 1.5.0-1apertis0bv2022dev2b1), golang-github-google-certificate-transparency (= 0.0~git20160709.0.0f6e3d1~ds1-3), golang-github-jmhodges-clock (= 1.0-3), golang-github-jmoiron-sqlx (= 1.1+git20160206.61.398dd58-2.1apertis0bv2022dev2b1), golang-github-kisielk-sqlstruct (= 0.0~git20150917.0.0b86a3e-2.1), golang-github-kisom-goutils (= 0.0~git20161101.0.858c9cb-2.1apertis0bv2022dev2b1), golang-github-lib-pq (= 1.3.0-1apertis0bv2022dev2b1), golang-github-mattn-go-sqlite3 (= 1.6.0~ds1-2), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2) Homepage: https://github.com/cloudflare/cfssl Package: golang-cfssl-dbgsym Priority: optional Section: debug Installed-Size: 3606 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-cfssl Version: 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1 Depends: golang-cfssl (= 1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1) Filename: pool/development/g/golang-github-cloudflare-cfssl/golang-cfssl-dbgsym_1.2.0+git20160825.89.7fb22c8-3.1apertis0bv2022dev2b1_amd64.deb Size: 2833144 MD5sum: 41047cee137b4f95b3a75a66faced2e6 SHA1: c39d9c02c3eb26215e4154d3aca7688b265097f8 SHA256: e1720f23f55deed51a5a48f6cfe147dcf88ab9c4940da8f3a6103c77f1c79152 SHA512: 1c0cc13bdfe507d8ab38655573a021c89ac4c9f719dac43ecdeae85c4d5e24564b7d896c74cb336abfde8d69b2bb2bb92368e82bfe72afdf2c2ac0f5e785b092 Description: debug symbols for golang-cfssl Auto-Built-Package: debug-symbols Build-Ids: 2f58b5da2f6e68ea53929d28103a903f5d17c248 Package: golang-clockwork-dev Priority: extra Section: oldlibs Installed-Size: 9 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jonboulle-clockwork Version: 0.1.0-4.1apertis0bv2022dev2b1 Depends: golang-github-jonboulle-clockwork-dev Filename: pool/development/g/golang-github-jonboulle-clockwork/golang-clockwork-dev_0.1.0-4.1apertis0bv2022dev2b1_all.deb Size: 2792 MD5sum: 1dd1d8a9c651d7802f3b3cbe9aa682c8 SHA1: 50eb2d1167c0c108b6597e504984463dadd58bd6 SHA256: 83b98ba79587c28ddffab3f3785fc4e266afb25de1ae3dc6bbe0b8833cb8090e SHA512: 743c06cfa6f6252b9e2e8fc3a7dc6e8661ec01ffa97bc9370e67188cd74404ee4e682b7dd0e51f59abfa42109cef37b58d7cd5e51408ebe25b6fe4fa5025dc69 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-codegangsta-cli-dev Priority: optional Section: oldlibs Installed-Size: 14 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-codegangsta-cli Version: 1.18.0-3co1bv2022dev2b1 Depends: golang-github-codegangsta-cli-dev Filename: pool/development/g/golang-codegangsta-cli/golang-codegangsta-cli-dev_1.18.0-3co1bv2022dev2b1_all.deb Size: 7128 MD5sum: 33d8f78767fe5852f034123b2ae26cf6 SHA1: bedc5622ae9744157ccc532ba24d2d951144807c SHA256: 1591b3b230f3a53a39613e74483b0bb0741a2814918a48108190d28c46e5cbec SHA512: bef3e8973dc082c2e378942dd50b45fabe92170c6f356f835f33b2ab8c509993e651d65b4db52404f642e0010ca37ad6bbb0ca8c833e09200a0c3056aefc2738 Description: Transitional package for golang-github-codegangsta-cli-dev This is a transitional package to ease upgrades to the golang-github-codegangsta-cli-dev package. It can be safely removed. Homepage: https://github.com/codegangsta/cli Package: golang-context-dev Priority: extra Section: oldlibs Installed-Size: 10 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-context Version: 1.1-3co1bv2022dev2b1 Depends: golang-github-gorilla-context-dev Filename: pool/development/g/golang-context/golang-context-dev_1.1-3co1bv2022dev2b1_all.deb Size: 3488 MD5sum: efa3d87fc8fa7df47cde48b0bacf9b74 SHA1: d6987e31ce25692e89ef6b1f29b66f55bba028c3 SHA256: b80c3f7d84ebeac5ab95bb315bef00c38647d2b2bccdd326c1d07493ef81f574 SHA512: 355861d3e58532d5333ef5de645c8bec9e522e3198b22560c792347d5dd6e2ef9ed0d1f05e765e247414f096a09a09daacbff8db875c103b4a5ae75969615bae Description: Transitional package for golang-github-gorilla-context-dev This is a transitional package to ease upgrades to the golang-github-gorilla-context-dev package. Homepage: https://github.com/gorilla/context Package: golang-dbus-dev Priority: optional Section: devel Installed-Size: 300 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-dbus Version: 5.0.3-2apertis0bv2022dev2b1 Provides: golang-github-godbus-dbus-dev Filename: pool/development/g/golang-dbus/golang-dbus-dev_5.0.3-2apertis0bv2022dev2b1_all.deb Size: 56160 MD5sum: 0d42d8cab02fbc6015fe5eee4e651f39 SHA1: 9f8dbc0695ba14c0e6e6cf4a20def4b06aa558dd SHA256: 0423db6a9f41ea13c1f73b6fb8a7ff852bdd4bb97813768af2094863dd810809 SHA512: 8a4ab58957cb9cc8b2a3982fb9111db9f70965d84d44add82d2dd955fb24ec485fa7d5a6f7490dc54ac624e3195f6500a62d10c8508dbc0858ad3dd2d8258f56 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: Go Compiler Team Architecture: all Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: golang-1.15-doc, golang-go (>= 2:1.15~1apertis0bv2022dev2b1) Filename: pool/development/g/golang-defaults/golang-doc_1.15~1apertis0bv2022dev2b1_all.deb Size: 5112 MD5sum: 28828968426293389dea744ed104f11f SHA1: b127c3489b4d5ca62c2da14740c80454ae733e57 SHA256: e3eb064a66a269ef497a1c060165e3d3e125d8122b6cfc5689e7fd902f3fa9c2 SHA512: 9b2c2e9c8e6e351c7c1cf933affc4904e811aabd44c475cb8fa0657d5f63f956077707d5797ea8acaad716a7a0ceb0fb504b04f3efe4d286a8c9c91cd193a99e 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 Package: golang-docker-credential-helpers Priority: optional Section: devel Installed-Size: 3698 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-docker-docker-credential-helpers Version: 0.6.3-1apertis0bv2022dev2b1 Depends: libsecret-1-0 (>= 0.7), libc6 (>= 2.14), libglib2.0-0 (>= 2.28.0) Suggests: pass Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers_0.6.3-1apertis0bv2022dev2b1_amd64.deb Size: 828804 MD5sum: 1ff7f84db04ebfb67a99046c112e011b SHA1: 509aba08e816aa07ca1bfb3d3e7aae99e5a2eea3 SHA256: 45000287c5e02ca8981f75afee68bb6fab7b7ddd4f28e59678d05d3c1f90d81a SHA512: 63bd035c528b530a3135522d7b4c3050d407e0231b4e3fe30115688a9afff4cc67e69a60ceb5a4c816964df088e5026b56fb0b58ee6b5e0b58e1d8b52b93d5b7 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.15 (= 1.15.8-4) Homepage: https://github.com/docker/docker-credential-helpers Package: golang-docker-credential-helpers-dbgsym Priority: optional Section: debug Installed-Size: 790 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-docker-docker-credential-helpers Version: 0.6.3-1apertis0bv2022dev2b1 Depends: golang-docker-credential-helpers (= 0.6.3-1apertis0bv2022dev2b1) Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-docker-credential-helpers-dbgsym_0.6.3-1apertis0bv2022dev2b1_amd64.deb Size: 621660 MD5sum: 57c765ac8b3145389f9bee2c8f8007fd SHA1: c304b6cb513afcd015cade4ff74f8a565476025b SHA256: ebbd2631c954c3c6b83fbae4990664b0303483c9220b8c170f7fad691789e3b2 SHA512: daef2e1a507db3e6bee98d118fab74c1d6a54d7c1033101660c7fdb72b038180a61fd61e357238339777ebd463454984fc1e3b765cc3f7d046f7a97e9f8bee45 Description: debug symbols for golang-docker-credential-helpers Auto-Built-Package: debug-symbols Build-Ids: 04210d5a908b0c5f7267ba205c7012c56a7a8e24 Package: golang-easyjson Priority: optional Section: devel Installed-Size: 3615 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-mailru-easyjson Version: 0.7.6-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/golang-github-mailru-easyjson/golang-easyjson_0.7.6-2apertis0bv2022dev2b1_amd64.deb Size: 1187900 MD5sum: 637d64d0e83da3689e57d0c46ecc1c82 SHA1: fb8509d783be3f55bd6861528cdd91dea8a9309f SHA256: ca1f98c1abc803630d307467cf3413ba667403dae4a5867c1edd7fefd0c5d1af SHA512: 0b6a074ef5450cb4f2d59f229a10e00a4f288f3f79f131872488ae5a63834a7654935c3613710dec1bc241b6a51b04171596dfaad2fbd2d71f97cb2ed2062d04 Description: Fast JSON serializer for golang - command-line client easyjson allows (un-)marshaling of JSON golang structs without the use of reflection by generating marshaller code. . One of the aims of the library is to keep generated code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with ability to customize the generated code not available in 'encoding/json', such as generating snake_case names or enabling 'omitempty' behavior by default. . This package contains the command-line client. Built-Using: golang-1.15 (= 1.15.8-4), golang-github-josharian-intern (= 1.0.0-3) Homepage: https://github.com/mailru/easyjson Package: golang-etcd-server-dev Priority: optional Section: net Installed-Size: 5945 Maintainer: Debian Go Packaging Team Architecture: all Source: etcd Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Provides: golang-github-coreos-etcd-dev Depends: golang-github-bgentry-speakeasy-dev (>= 0.1.0~), 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-dgrijalva-jwt-go-dev (>= 3.2.0~), golang-github-dustin-go-humanize-dev, golang-github-gogo-protobuf-dev, golang-github-golang-groupcache-dev (>= 0.0~git20160516.0.02826c3~), golang-github-google-btree-dev, golang-github-google-uuid-dev, golang-github-gorilla-websocket-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-genproto-dev, golang-google-grpc-dev, golang-gopkg-cheggaaa-pb.v1-dev, golang-gopkg-yaml.v2-dev, golang-goprotobuf-dev, golang-k8s-sigs-yaml-dev Filename: pool/development/e/etcd/golang-etcd-server-dev_3.3.25+dfsg-6apertis0bv2022dev2b1_all.deb Size: 775020 MD5sum: 6b7809a34ff1f90420ea67691fe99d4e SHA1: 9a65a627c5a8f648faf328aa18b1dced0d56825b SHA256: d52ebfb373a8d7e8ab99c2994cd54c205f15fb35047f1be020b28f966bbef92d SHA512: 2e0a6945fbbe590fa79482aa1c800cb8bc578972a1167762dff895d0dc53a99801fcd236a6a31c0fd223136a66fdd1e6f96edc879fe20ba63ad06c0835dd1e2d 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: 17 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-ginkgo Version: 1.14.2-1apertis0bv2022dev2b1 Depends: golang-github-onsi-ginkgo-dev Filename: pool/development/g/golang-ginkgo/golang-ginkgo-dev_1.14.2-1apertis0bv2022dev2b1_all.deb Size: 10716 MD5sum: 959855159f0bd8256d6b13bc108873f2 SHA1: caae7b37ef83f8e08c772e85449e7042f26c1738 SHA256: 36440bd8bc6defeac7976e101a7edce30fbe48ab4c01a9d333cf401b05cdddae SHA512: 0ef73bcc33949e256ec148dcb63049a07fabe1e54853f26c7f02b7965fe8925fb3869ce619930cc4999fe8fdf8e99bc998afb62ed35ca9b265cb1159be503b5a 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 Package: golang-github-agtorre-gocolorize-dev Priority: extra Section: devel Installed-Size: 35 Maintainer: pkg-go Architecture: all Source: golang-gocolorize Version: 1.0.0-3co1bv2022dev2b1 Filename: pool/development/g/golang-gocolorize/golang-github-agtorre-gocolorize-dev_1.0.0-3co1bv2022dev2b1_all.deb Size: 7500 MD5sum: 4b41aa0b679bf7b880d7b8dc14fab346 SHA1: 178a5183ccc649ef80187451ad8ea430dbb3d220 SHA256: 99bb1079238dc69fe0f305b477621a2e84936f384029573d8f4c58af6991c462 SHA512: f4a71af01b788e14375f71930dbe2de73e67a2ea6fd23fb25d0ac8596a85176a2dd99b0f03cb58ddb6fd8c3e779b695d87e2500d2cfc0571f573782d1a7309b2 Description: Stateful ANSI coloring for Go Gocolorize is a package that allows Go programs to provide ANSI coloring in a stateful manner. Gocolorize is ideal for logging or cli applications. Homepage: https://github.com/agtorre/gocolorize Package: golang-github-akavel-rsrc-dev Priority: optional Section: devel Installed-Size: 52 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-akavel-rsrc Version: 1:0.8.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-akavel-rsrc/golang-github-akavel-rsrc-dev_0.8.0-1apertis0bv2022dev2b1_all.deb Size: 12248 MD5sum: 93117a1c9511ea515ca3c3ff75dd57a5 SHA1: 72b915228a35ade59e61c40c297dfdcf5b3f764e SHA256: d815b518b48de4307d510a99ff19aaffc522dcad322bca9051a0ff6fd1136acd SHA512: 8d93dbe228d6419130f256be710afc50986ac4dabc9a0d2f9465b1685ca42a2e06c404cfedb47d7d4d13c4fdaf5e105c79745258075b88982ebd0db2227a6b47 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 Package: golang-github-alecthomas-units-dev Priority: optional Section: golang Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-alecthomas-units Version: 0.0~git20201120.1786d5e-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-alecthomas-units/golang-github-alecthomas-units-dev_0.0~git20201120.1786d5e-1apertis0bv2022dev2b1_all.deb Size: 7712 MD5sum: e9b521e68f53f251befa8acace15c415 SHA1: cb7729aed7aac3c648b5a44767f6c5da7e63a83e SHA256: 9e90c18346aa2ccf8756c13297a23af54ae0492ee792bebd876ef60e1f0cba52 SHA512: 55d3b1282f1ebd648d6df67956642a43374a18d34964efe147f7eec9a6b95dc50a01ad05eea54abb3e06653cac9daf52b9e032a0cff79a8faa81d06ab3c42b73 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 Package: golang-github-alexflint-go-filemutex-dev Priority: optional Section: golang Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-alexflint-go-filemutex Version: 1.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-alexflint-go-filemutex/golang-github-alexflint-go-filemutex-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 5664 MD5sum: 8c70eac8a6c13146ee1d9f54032194ce SHA1: 6a356233d8dab4ac340ba903aba0430bfd296eb6 SHA256: 2f768ca0b97ec2025bd672829a8a7a32e4185fe7710d023c67ba5bd6ec85b348 SHA512: 267b05e92b7d135175836fb01eaca4d5f41c17f8d53d5c56d1d379619f7a923af703ae9039273321187f9b97e77e4ce80b0a1b14a4ca437d12f4bed8610f9f4e 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 Package: golang-github-apex-log-dev Priority: optional Section: devel Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-apex-log Version: 1.1.1-3apertis0bv2022dev2b1 Depends: golang-github-aws-aws-sdk-go-dev, golang-github-fatih-color-dev, golang-github-go-logfmt-logfmt-dev, golang-github-mattn-go-colorable-dev, golang-github-pkg-errors-dev, golang-github-rogpeppe-fastuuid-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-apex-log/golang-github-apex-log-dev_1.1.1-3apertis0bv2022dev2b1_all.deb Size: 17548 MD5sum: 3c7586c05da9cc4f7ceb92828ce2a880 SHA1: ae1fb4fad715dd30f993939c11a346660d413248 SHA256: 743c45a443eee17ad07e0a14e132d8dc13a1d055ca3d9485e42cf448822348b6 SHA512: eb747f2a51d4745a942e0c184dd78e8d6949ad5a53e6a7776fb664a726164ec3bc8fef1975878400f8fb0597d8e849756e5186d914c5985ecb9f988a7d939838 Description: structured logging package for Go Package log implements a simple structured logging API inspired by Logrus, designed with centralization in mind. Homepage: https://github.com/apex/log Package: golang-github-appc-cni-dev Priority: optional Section: golang Installed-Size: 357 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-appc-cni Version: 0.8.1-1apertis0bv2022dev2b1 Provides: golang-github-containernetworking-cni-dev Filename: pool/development/g/golang-github-appc-cni/golang-github-appc-cni-dev_0.8.1-1apertis0bv2022dev2b1_all.deb Size: 63132 MD5sum: 5f2285208f44f7017722af33cbf710b3 SHA1: d3ad1d6dafea7827f9409b1210d7ed887aa8be47 SHA256: 91bb07e2735cecebffb8925b7564592354361f53667c187b7e358bc42f47f96f SHA512: d7010d1eb33087b5fd3f40ee6c5687cadd4bbdb0e7e092af4cca539eaf067ead6087e3d7f01d24afccd0fa69ac6e93939fbddac6c03ca21e7a381e8e5917e40c 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-armon-circbuf/golang-github-armon-circbuf-dev_0.0~git20190214.5111143-1apertis0bv2022dev2b1_all.deb Size: 4600 MD5sum: 1c9fcdb92809a8b5d0cccf2e514c726c SHA1: 426af4a787e4ea050cb3c3e47db57b4679d023af SHA256: 124d0f30b32a3970e33678734170cabe586bc9b6c84f7f7a056d4fb3c6da7fc8 SHA512: 05c269b7e011d9d40530871175ea95f741679975d06cf287bad7a650b24a04070704c77e8ce74a4b70d258add0dd54409863a6bf4346b9a1ad79f1ff8fe62f70 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-consul-api-dev Priority: extra Section: devel Installed-Size: 99 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-armon-consul-api Version: 0.0~git20150107.0.dcfedd5-4.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-armon-consul-api/golang-github-armon-consul-api-dev_0.0~git20150107.0.dcfedd5-4.1apertis0bv2022dev2b1_all.deb Size: 18496 MD5sum: 99116cdea6b6601b3be00d1ec0e10b81 SHA1: 88ddde8e5cb4839a775d703b66e575f54770f67a SHA256: cf11ddc9de161c1faecb94c9431740ebd623a564b82be8f9adc1b6aba9c6b62f SHA512: 0e46bd979359c35b4d28f4f6a230c10eb6c18fa05ced8292df55e43932db90b2e7a42936e8dc797fa58f44e75f23d670babb2aed68ede510136e2feb6dd1d716 Description: [DEPRECATED] Golang API client for Consul [DEPRECATED] Please use "github.com/hashicorp/consul/api" found in the newer golang-github-hashicorp-consul-dev Debian package instead. . This deprecated package provides the consul-api package which attempts to provide programmatic access to the full Consul API up to version 0.4 supported. The full documentation is available on GoDoc at http://godoc.org/github.com/armon/consul-api Homepage: https://github.com/armon/consul-api 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-1apertis0bv2022dev2b2 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-1apertis0bv2022dev2b2_all.deb Size: 30712 MD5sum: 45166580571fc9c17c5e15c1543213e3 SHA1: 5d66b4afadc5121e830bbe6fa64d98aedec18bd0 SHA256: 2b664a860c701d7448a7ade0fcda3bd71b94816f0babb4c772afb15c70a01a89 SHA512: 89dcb06a827e64b83e4270fdf275763bd825ff232867c4ff5f3d3eda46930846d1e587f765e09329b94bbdb36a2c511c2a0a2cd7730e89a23e443a177e44a132 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: 35 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-armon-go-radix Version: 1.0.0-1co1bv2022dev2b1 Filename: pool/development/g/golang-github-armon-go-radix/golang-github-armon-go-radix-dev_1.0.0-1co1bv2022dev2b1_all.deb Size: 7660 MD5sum: bf2b4d515bfd1dae1009424b3fc3e58c SHA1: d9562b136e21fd2d521cacbeff9e5350d1e71e9f SHA256: 6544320cfd66fcdfeb2c7c5c5776fb8ba2530ebb055a9fa734cee5936e525ce2 SHA512: 5329c5e73b614c2ddf5b042603020a371e64aba1f3afa2b9359e53c348ba8f0f7a5976b100c7458cf7177a6fcc71e4e2e156f2ea7612ac976061c0659fc78a38 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 Package: golang-github-asaskevich-govalidator-dev Priority: extra Section: devel Installed-Size: 229 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-asaskevich-govalidator Version: 9+git20180720.0.f9ffefc3-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-asaskevich-govalidator/golang-github-asaskevich-govalidator-dev_9+git20180720.0.f9ffefc3-1.1apertis0bv2022dev2b1_all.deb Size: 41456 MD5sum: 9d6c4fae491d33ea8da8fc09b3859447 SHA1: e857b229b8e83a7f7f1000ed2255aae9d223e526 SHA256: e7a49683869a70779517508735e5cbe62106abaf8d79a83aaae1769a8a04f539 SHA512: 207060211bd49a5785bb4f11330f483ae8dc16b45731db6cc7fdc7aa961903d2bdd852f414ed563da794ee1652e5fbbdb4e38a8d321dd7d89faaa46c8a0bdeaa Description: Validators and sanitizers for strings, numerics, slices and structs Package govalidator is package of validators and sanitizers for strings, structs and collections. It is based on validator.js. Homepage: https://github.com/asaskevich/govalidator Package: golang-github-aws-aws-sdk-go-dev Priority: optional Section: golang Installed-Size: 111825 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-aws-aws-sdk-go Version: 1.36.33-1apertis1bv2022dev2b1 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+git20201110.69a7880) Filename: pool/development/g/golang-github-aws-aws-sdk-go/golang-github-aws-aws-sdk-go-dev_1.36.33-1apertis1bv2022dev2b1_all.deb Size: 7723200 MD5sum: 9495bb973d878bb1cdcd66d644754850 SHA1: 5f975a93cdc17b85b7d29c8992e653c137b7b0e7 SHA256: 978fd8852b199ecb03554ef93c41f8692d7382120289428feecc59b2a124d9f0 SHA512: 5220af04a8c29882c9a0d066ebde20e7ba212e4d58f2bec772907258b3a0d1a8b42e363a1510c2b9ed23fd54e46ddbf3e3e73658d1ed8a48e550a0e12a2456ec 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 Package: golang-github-azure-azure-sdk-for-go-dev Priority: optional Section: devel Installed-Size: 295000 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-azure-azure-sdk-for-go Version: 43.3.0-1apertis0bv2022dev2b1 Depends: golang-github-azure-go-autorest-dev (>= 14.1.1~), golang-github-satori-go.uuid-dev, golang-github-shopspring-decimal-dev Filename: pool/development/g/golang-github-azure-azure-sdk-for-go/golang-github-azure-azure-sdk-for-go-dev_43.3.0-1apertis0bv2022dev2b1_all.deb Size: 7265056 MD5sum: da2ab2c9f989c4c902062fc1fec77e5d SHA1: 4917243d396a3c234396473d139c9f8532c7777e SHA256: a59aa55e34db644257bbdd6bda74fcb0a2257f3ec9d63bd7cb69f4bc076dd247 SHA512: d30522f3a775b799fcc6c60af0968e537c4c862e2c2ec104165e2482cae5c3e78b949e20c7ba9083ff1c75e9690683768d8150183732274be2f3b68f5b5effe0 Description: Microsoft Azure SDK for Go This project provides various Go packages to perform operations on Microsoft Azure REST APIs. . See list of implemented API clients here (http://godoc.org/github.com/Azure/azure-sdk-for-go). Homepage: https://github.com/Azure/azure-sdk-for-go Package: golang-github-azure-go-ansiterm-dev Priority: optional Section: devel Installed-Size: 113 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-azure-go-ansiterm Version: 0.0~git20160622.0.fa152c5-2.1apertis0bv2022dev2b1 Depends: golang-github-sirupsen-logrus-dev (>= 1.0.2~) Filename: pool/development/g/golang-github-azure-go-ansiterm/golang-github-azure-go-ansiterm-dev_0.0~git20160622.0.fa152c5-2.1apertis0bv2022dev2b1_all.deb Size: 20972 MD5sum: 344bb8215daf0baf542a336b2988289a SHA1: 9d491c3c100cd993af331a1c87d04672cdd88c7a SHA256: 106f1b17abf8ba449f5159bc2bd3383b4b5c4ef6ce8fc0bb3fe8673b54e90f23 SHA512: 8bd27fff8137f041fd10b6e1f0283e89695526c2da37bf1d9ed40b59140eeea6c5d09533b7cff39154cecec5db6f6def29c4087f3dba4eaa843503c0f2be2e46 Description: Go package for ANSI terminal emulation in Windows This package is a cross-platform ANSI terminal emulation library. It reads a stream of Ansi characters and produces the appropriate function calls. The results of the function calls are platform dependent. Homepage: https://github.com/Azure/go-ansiterm Package: golang-github-azure-go-autorest-dev Priority: optional Section: devel Installed-Size: 761 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-azure-go-autorest Version: 14.1.1-1apertis0bv2022dev2b1 Depends: golang-github-dgrijalva-jwt-go-dev (>= 3.2.0~), golang-github-dimchansky-utfbom-dev, golang-github-mitchellh-go-homedir-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-azure-go-autorest/golang-github-azure-go-autorest-dev_14.1.1-1apertis0bv2022dev2b1_all.deb Size: 113344 MD5sum: ea8e14dea37d0aab321036e7db8f74d5 SHA1: f97ede68fd76f86f61be77fbadcdafa4e927bc71 SHA256: 5bd670ce6117ebf41256ada50d903115b1389e0adf1861cf75f8f76a9c1575f4 SHA512: e29b81d13c6dd70c7bf444492d13d88016027139559ba096d743de615a640bab8d9387a4ab597bacf97431e8fde7897e937f7731bf6409acc6ef4cdbfb8da4f6 Description: HTTP request pipeline suitable for use across multiple go-routines Package autorest implements an HTTP request pipeline suitable for use across multiple go-routines and provides the shared routines relied on by AutoRest (see https://github.com/Azure/autorest/) generated Go code. . The package breaks sending and responding to HTTP requests into three phases: Preparing, Sending, and Responding. . Each phase relies on decorators to modify and / or manage processing. Decorators may first modify and then pass the data along, pass the data first and then modify the result, or wrap themselves around passing the data (such as a logger might do). Decorators run in the order provided. . Preparers and Responders may be shared and re-used (assuming the underlying decorators support sharing and re-use). Performant use is obtained by creating one or more Preparers and Responders shared among multiple go-routines, and a single Sender shared among multiple sending go-routines, all bound together by means of input / output channels. . Decorators hold their passed state within a closure (such as the path components in the example above). Be careful to share Preparers and Responders only in a context where such held state applies. For example, it may not make sense to share a Preparer that applies a query string from a fixed set of values. Similarly, sharing a Responder that reads the response body into a passed struct (e.g., ByUnmarshallingJson) is likely incorrect. . Lastly, the Swagger specification (https://swagger.io) that drives AutoRest (https://github.com/Azure/autorest/) precisely defines two date forms: date and date-time. The github.com/Azure/go-autorest/autorest/date package provides time.Time derivations to ensure correct parsing and formatting. . Errors raised by autorest objects and methods will conform to the autorest.Error interface. Homepage: https://github.com/Azure/go-autorest 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-beorn7-perks/golang-github-beorn7-perks-dev_1.0.1-1apertis0bv2022dev2b1_all.deb Size: 12344 MD5sum: 5292b9d54509ca7e2a0806010fa4b4c9 SHA1: c4bdc8290823dc74fdf23774b1164db2419889e8 SHA256: 2ad6ef592d58ce654da76e09b5676af50d9c313bb8a46564c30c0b9ddcaeb2ce SHA512: 02c180b8c849c7bd76943ac2f7885fd498cc2d9af33c9f0c8a2b066ebee3725b862d63b1cb6fe9af2850ebf77bff56b88ff227e41ac4fd2d5bc074e9983b1928 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-go-netrc-dev Priority: optional Section: golang Installed-Size: 47 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bgentry-go-netrc Version: 0.0~git20140422.9fd32a8-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-bgentry-go-netrc/golang-github-bgentry-go-netrc-dev_0.0~git20140422.9fd32a8-1apertis0bv2022dev2b1_all.deb Size: 9840 MD5sum: e12d0c0d412568b33295440408e40b71 SHA1: 6d5d1db047f811c5f46bed3222757c6ecb5f8024 SHA256: d88502dfd03d6f17ed75d4462f8b1e561d6e1eea9b617789fc456a8c0aafa0e8 SHA512: d43281eb059ba1beff49999d90ceab3ca786c96591dc5f38d06ad2baf35838cf3f5304e26bcdca43f1a47674e79f2d3e35be3aad2dca8642e0816e2d5b307643 Description: 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/bgentry/go-netrc Multi-Arch: foreign Package: golang-github-bgentry-speakeasy-dev Priority: optional Section: golang Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bgentry-speakeasy Version: 0.1.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-bgentry-speakeasy/golang-github-bgentry-speakeasy-dev_0.1.0-2apertis0bv2022dev2b1_all.deb Size: 5592 MD5sum: 23142ade84b4129c318f1c40c28fe52e SHA1: 38b8fc5a27d9232adcce6648ce452d1b9ef4981b SHA256: a308b656f1c1442ce1c4fb362a67588861d1ff7c4501a658536ba1a5584772bc SHA512: 10f6b46c99814dcb85fdfdf293934e9123a4f8b54c72f47361987474acc9d677f284674cb8a7e123809e35d82fe9df1e297de884ce25776387dce820aae92125 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: 41 Maintainer: pkg-go Architecture: all Source: golang-github-bitly-go-simplejson Version: 0.5.0-5co1bv2023dev0b3 Depends: golang-github-bmizerany-assert-dev Filename: pool/development/g/golang-github-bitly-go-simplejson/golang-github-bitly-go-simplejson-dev_0.5.0-5co1bv2023dev0b3_all.deb Size: 7408 MD5sum: a238171d975edc07503afc8a1ff3206c SHA1: df71d2d9993359c41a8e20ed39b1dd1ae3fd6629 SHA256: 259e8737e5ae4a1ed1bab6b9ca86f6f63982293d01fdd2156fc98484f44c7e75 SHA512: 01bab9efce952d0867ed8b44c45ac562722cc0cbd40d1085c8ea8024b3755238518e2726fe574ee00628dcf178550693fa57956dd80d11599ca584396b0cba09 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: 77 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-blang-semver Version: 3.6.1-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-blang-semver/golang-github-blang-semver-dev_3.6.1-2apertis0bv2022dev2b1_all.deb Size: 16600 MD5sum: 6452c36ea6759901ebe5bd0a7c5d8543 SHA1: 698c72e2f0c3f347463527edb31040f487517454 SHA256: 88b3c6dc2d60c175841899c8af7b7caf4151922efc0b697e59855a942d89d7c9 SHA512: 0b092d7679fe3545c32bcf8a8ba3b020f17a1da39c59288468e0ac062762b4d0fcc26d874c2100a25805e1685dcca5fd50f4e6405a74670e05af3373925a3c2f 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-4co1bv2022dev2b1 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-4co1bv2022dev2b1_all.deb Size: 4208 MD5sum: 8de6672648a120e1b107cfc2aabccd4a SHA1: 2d01f10abee6b8433ce029c5737500ca3b2226e6 SHA256: 25d45f7a467c16191933a54c1ec880110ccc2284009fa93378517c83bbaf4782 SHA512: cf2794ebb94bb25dd8f1a8034717baa017b75faa23ada74cf3e13d631b8b9df379f6e89bd11907505de1a3c620811cd8fe9a5e761328c48f85c29ee760fea776 Description: Assertions library for Go tests Assertions library for writing tests in the Go language. Homepage: https://github.com/bmizerany/assert Package: golang-github-boltdb-bolt-dev Priority: optional Section: devel Installed-Size: 345 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-boltdb-bolt Version: 1.3.1-7apertis1bv2022dev2b1 Filename: pool/development/g/golang-github-boltdb-bolt/golang-github-boltdb-bolt-dev_1.3.1-7apertis1bv2022dev2b1_all.deb Size: 61064 MD5sum: fd0b6ff449742807c30a88f61db03d11 SHA1: d12977a2d45fc544bd92b17b306a800a1c7f3b04 SHA256: 78084c5a90be15c71661ebcf509e7b66520b4d8f61a18f7c4783c0762b029743 SHA512: c0f6d0c3f0ac9eb5904a8ea436409a8100f1cf2ef1aa8e424f0964bb9cb3bf94f5de9de63876e737d604b01d2d6ba35885533396c44a7c3ac090b17f5aef67d4 Description: low-level key/value database for Go 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/boltdb/bolt Package: golang-github-bradfitz-gomemcache-dev Priority: extra Section: devel Installed-Size: 46 Maintainer: pkg-go Architecture: all Source: golang-gomemcache Version: 0.0~git20141109-3co1bv2022dev2b1 Filename: pool/development/g/golang-gomemcache/golang-github-bradfitz-gomemcache-dev_0.0~git20141109-3co1bv2022dev2b1_all.deb Size: 10480 MD5sum: 7aabb2c6df51dcfad045cf8c7f61c413 SHA1: 904f1d464ccd99c6ad2eb645d004989a0f446c42 SHA256: 88ca604d535a75a75192f3f832e2f5b0c95f16e2c6957a3b7baccfc61bec165d SHA512: 99d628a581580eb52cb12ac1280b7434057c6b7d471ab7cff982cfdaeeb3699bd96d395042887f93901d0623ef700edbf392bd1dbbbc39197b1a48c420df247b Description: Go memcached client library gomemcache is a memcache client library for the Go programming language. Homepage: https://github.com/bradfitz/gomemcache 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 7092 MD5sum: 7d66ae3a8d104ee8489f38345fcea0f9 SHA1: cb4f348036b81cdb4fbb10c15eea625d16b0bd7b SHA256: b8862f573561a7e531bd445ba83a557374f547464dc54961ff4851b4dea252d7 SHA512: a3c72ad378b7c2dbf5359f42f66528d0d663ca4ebb837ee7123a41d9a70e7dcd1e61c5434831934e97558c20a8cbc08738a31ca744157cfc09b05ef0158e69fa 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-bsphere-le-go/golang-github-bsphere-le-go-dev_0.0~git20170215.0.7a984a8-1.1apertis0bv2022dev2b1_all.deb Size: 5236 MD5sum: 139b9bc8a18399964e6fec5908f1a891 SHA1: 0fa372cc706c61b2b3fe69fec6afa0493df45549 SHA256: c0753bf646715448ce1137cc7379c71d5745924343ce39716f6282d64cd56010 SHA512: 5aa81a6f2a9f74e589be848e12dd65e90291914ea1eb5858213c0c51a953cc702481dbc25d18919ec20ee816933c7c1d03f8cfb154d0c33ada7d07335f72de55 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-bugsnag-bugsnag-go-dev Priority: optional Section: golang Installed-Size: 384 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-bugsnag-bugsnag-go Version: 1.7.0-1apertis0bv2022dev2b1 Depends: golang-github-bitly-go-simplejson-dev, golang-github-bugsnag-panicwrap-dev, golang-github-gin-gonic-gin-dev, golang-github-gofrs-uuid-dev, golang-github-juju-loggo-dev, golang-github-kardianos-osext-dev, golang-github-pkg-errors-dev, golang-github-revel-revel-dev (>= 1.0.0), golang-github-urfave-negroni-dev Filename: pool/development/g/golang-github-bugsnag-bugsnag-go/golang-github-bugsnag-bugsnag-go-dev_1.7.0-1apertis0bv2022dev2b1_all.deb Size: 69020 MD5sum: a0c647914daf060c19a4a5739280b5c6 SHA1: e259b2b99f19421780bce6178d0bd7bf730f55db SHA256: a60adc866b307063871df76fbc1b8674c1140be103ae0f00eda8c9709b36e8ea SHA512: b138fb1404a959fbb009c59b099a00cdcde2b9850fda60e709fb33e1226f0a80345bbb160242e7a69279624ab404b0a6ba0e2a2698adf7f8725099c2372a10b0 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 Package: golang-github-bugsnag-panicwrap-dev Priority: optional Section: devel Installed-Size: 44 Maintainer: pkg-go Architecture: all Source: golang-bugsnag-panicwrap Version: 1.2.0-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-bugsnag-panicwrap/golang-github-bugsnag-panicwrap-dev_1.2.0-1.1apertis0bv2022dev2b1_all.deb Size: 11032 MD5sum: e0eecd1d608e93bf62713597734579f4 SHA1: 7f3e09af1471d31053e8c8ff6d2d74ed30ab4a2b SHA256: c6e0218c2b2daaa8eceaeb24def9deb00bab43eb5b28f79f25df8a227573bdc9 SHA512: 85cf3637d8c884af76b842bfa06f54f37f3f4ebb55b553220779c9b0715826996dc3928d4c3e267aa7966e5601511756b9cdef443be55ad445e1b2fa9c6030ed 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 Package: golang-github-burntsushi-toml-dev Priority: optional Section: devel Installed-Size: 163 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-toml Version: 0.3.1-1apertis0bv2022dev2b1 Replaces: golang-toml-dev (<< 0.2.0-2~) Provides: golang-toml-dev Breaks: golang-toml-dev (<< 0.2.0-2~) Filename: pool/development/g/golang-toml/golang-github-burntsushi-toml-dev_0.3.1-1apertis0bv2022dev2b1_all.deb Size: 38696 MD5sum: e44a5771b00a88347ee68b74ae15f244 SHA1: 80b0c1a1cea4c08a8d4fc4c70eb4dbc5058c66b9 SHA256: c3b68abe472da6e944bef8a315fcc6267721d4bfff4697b89abe6d809be75da4 SHA512: e07ef592fa4e749f7773128981bc7a51051199b2abf71b2a730adba12771b3282846b4694825195c4e420d258e543d456483cfa6d9c9f56a6a37ad33de86ed11 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 v0.4.0. . This package contains the source. Homepage: https://github.com/BurntSushi/toml Package: golang-github-cenkalti-backoff-dev Priority: optional Section: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cenkalti-backoff Version: 3.1.1-1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-github-cenkalti-backoff/golang-github-cenkalti-backoff-dev_3.1.1-1apertis0bv2022dev2b1_all.deb Size: 9976 MD5sum: 4aaabbff8c4cc6fe4e6fd0eef327df50 SHA1: a24fa310af28d820cb152abaa872c86b566e6cba SHA256: ada3974abd20a646f959578aee5a192495b45d240c6d132e08435053ef6e2d4c SHA512: 5f5b5601f9741f24acd18d0fd1a309145fd9f001acf5c22cecfb1031b7ccdfb0ad7b0294de99079eb79b8202e4480439bc3314869542ef134e52a1dde6347cb9 Description: exponential backoff algorithm in Go Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met. Homepage: https://github.com/cenkalti/backoff Package: golang-github-census-instrumentation-opencensus-proto-dev Priority: optional Section: golang Installed-Size: 299 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-census-instrumentation-opencensus-proto Version: 0.2.1+dfsg1-2apertis0bv2022dev2b1 Depends: golang-github-grpc-ecosystem-grpc-gateway-dev, golang-google-grpc-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-github-census-instrumentation-opencensus-proto/golang-github-census-instrumentation-opencensus-proto-dev_0.2.1+dfsg1-2apertis0bv2022dev2b1_all.deb Size: 39992 MD5sum: 54af517af09ac1cd68f17ad7521d691e SHA1: f37a952fd20cba0968709dcbe0678598ae3a6249 SHA256: 9b257b30ffab943d7297d38b68b0881cf0a22eb0a8be096723aa63a7af2872fd SHA512: e3828ecfba2782713c8b4fdc89513c73937233802a9232df8ded989dbe6077dbc6d419efee7aaab31f92eb4859dbaffd0dd2d1958500683cc40153572bd90285 Description: language independent interface types for opencensus Census provides a framework to define and collect stats against metrics and to break those stats down across user-defined dimensions. . The Census framework is natively available in many languages (e.g. C++, Go, and Java). The API interface types are defined using protos to ensure consistency and interoperability for the different implementations. Homepage: https://github.com/census-instrumentation/opencensus-proto Package: golang-github-cespare-xxhash-dev Priority: optional Section: devel Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cespare-xxhash Version: 2.1.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-cespare-xxhash/golang-github-cespare-xxhash-dev_2.1.1-1apertis0bv2022dev2b1_all.deb Size: 8892 MD5sum: 6fffe8ac7ea45a1888cf78ea7a722ff0 SHA1: 1d767f4b35c523e66bd81c0779ec09f1aac74427 SHA256: 1e05efb49d02537cadefbdfb17056c79fe75b78768fc65e4f89ca6687288db83 SHA512: 74ee279dbd98850f04b082a1cc4ed4c7c3c5973ceb0b02516db8d81622522ac2361e9ffee4738d311be84554b996aff25a97db4fc23aabe804b595f28ffc29c2 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 Package: golang-github-checkpoint-restore-go-criu-dev Priority: optional Section: devel Installed-Size: 114 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-checkpoint-restore-go-criu Version: 4.1.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-checkpoint-restore-go-criu/golang-github-checkpoint-restore-go-criu-dev_4.1.0-3apertis0bv2022dev2b1_all.deb Size: 20424 MD5sum: a4308d91a055e72da27ed6b3e61a3180 SHA1: 585f1893c094bdd9944c1d83dd8a1c885b575cc5 SHA256: a8d67ae268cad89ccea4edd550be397905c99d6fe04b6a77d5cd1cadb6a6b701 SHA512: 113bb85cfffac3897a294297357ce960d9b68b58fc9fa484169cb32b529c9f82d8c7becad209ae2c326d5a67edb374faa2721f8c85223302e2cef6b4a8a6e887 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: 142 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-chzyer-readline Version: 1.4.39.g2972be2-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 30708 MD5sum: 1b8a7e35a39b5e8e5b434cc6a028cfb2 SHA1: 1a84cbaa17f2780fa2b73a46efdb554063d00f03 SHA256: cc339ff467c7a06b1d84d539e248236c235bb68a9fbb444c2c66d5cc02c3c7b7 SHA512: d5f24277dc4cf7f3e3d69c0b6fee79de52ac5ee69350c358b596360d5f2dc74cfb135de3aef0efed2ebfaf2eb1035908654df95727ff66d980410df791106e8d 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 Package: golang-github-cilium-ebpf-dev Priority: optional Section: golang Installed-Size: 1407 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cilium-ebpf Version: 0.2.0-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-cilium-ebpf/golang-github-cilium-ebpf-dev_0.2.0-1apertis0bv2022dev2b1_all.deb Size: 922916 MD5sum: 04fb9fa69a6b510d3f074e2784c208a7 SHA1: d843e16e351a921325aa6ded711876ec1b8fbfc1 SHA256: f26a85c1d7c53439ed12648424ee26bc9fce362f7977010bf83b6249dcefc2ef SHA512: 3d1bd37cfd968c5794d319981669ff5d908e4c6e750d129663d1e6957a281370c365c0932578bf091ffaeac37741974e8c32896ac02d19e4d6ee4be8acd4309f 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: 583 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-circonus-labs-circonus-gometrics Version: 2.3.1-3apertis0bv2022dev2b1 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-3apertis0bv2022dev2b1_all.deb Size: 66068 MD5sum: d404c053328ffa200973075a0d67de42 SHA1: f0f5a992222b2aa123a3821c44fc2f73a2031e20 SHA256: b0425f959d7cd0d46c5aa4f1969dc2edb190fb009e279d7a8f5ee6cebb1a9764 SHA512: 375b17beeac9d81981ca6c3ae48c4b758cf169e8fa3e97fbeb646d5f076fda2f17281920cef3abd538ac5ab3ba7e8edfd797950cbbc70e4c2c5674cd726c1b3b 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 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-circonus-labs-circonusllhist/golang-github-circonus-labs-circonusllhist-dev_0.0~git20191022.ec08cde-1apertis0bv2022dev2b1_all.deb Size: 11332 MD5sum: 75c8155585af9757fb31ac4373af260b SHA1: 19e6eaec7e4ae9b426ee6070c924bc2326af9fe2 SHA256: 1a64a8eb663bf1fb5ded1044f371817d3e827653849f48f2654552917f912699 SHA512: 843f7e41b7e37a779084cd017ea2211538dd80057df116eb199f03f0b44ed4dcc1b330a7204fd3d19e95e6207ddd6c97834b35acfca009b7f8c2e814551c8a6f 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.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 677056 MD5sum: adcffe6824bb241bfaa9f3690f93354c SHA1: fbda525962c2fc66e1f66124e7ee11b9aa36317c SHA256: 7c642cd62ec10f7ea93ea4d5d51de157335ac3f86d1435b0a0ae4507927dc4aa SHA512: 1c6ac362045ef258bc3bc62354a2c808c08848348037fb852eb2a4c1ab4b42f7cccf089a25210bb98938f733731ef647781547941c88472eb5fb805cbcc65771 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-go-metrics-dev Priority: extra Section: devel Installed-Size: 177 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-go-metrics Version: 0.0~git20151117.0.6a9aea3-3co1bv2022dev2b1 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-3co1bv2022dev2b1_all.deb Size: 27736 MD5sum: 5e3607da7246c09e878ee5b2fa5ed9f7 SHA1: e5eddf2b2663d645d869e63e213b23d3065d64bd SHA256: 1156805cd1fc2dd6348b4ad22ede43f3b64fba0380041ed899bb1b0b2ec8d0fe SHA512: ff6e1ff8979ebb20201e9137ba4160bdfc2f87522db3b831fe02b2d68f4785cba8a36b4a2d1967cb0e047f7b460bdfc4a13b84715237f4c16eca93cd7c8dcfbc 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: 363 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cloudflare-redoctober Version: 0.0~git20161017.0.78e9720-5apertis0bv2022dev2b1 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-5apertis0bv2022dev2b1_all.deb Size: 68872 MD5sum: 5d7fcc4ee8410d3252f670cb7fff1799 SHA1: 7383ec183b2f8829738774fedc08325e69572149 SHA256: e0ed13293029a7dce49eb6166685ca5097effa806724ae2939a28cb544c97f49 SHA512: 6f6d2cf932acf8a2b5e349581778eb678b42774deba878a5591b524c67be951ec973f9aa415950eb43da22fdbddd982dc8bec415091a4b1ed37e510d6f48890f 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-cmux-dev Priority: extra Section: devel Installed-Size: 71 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cockroachdb-cmux Version: 0.0~git20170110.0.30d10be-1.1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev, golang-google-grpc-dev Filename: pool/development/g/golang-github-cockroachdb-cmux/golang-github-cockroachdb-cmux-dev_0.0~git20170110.0.30d10be-1.1apertis0bv2022dev2b1_all.deb Size: 12420 MD5sum: e669ce206ea8c7e1fe26ae836c691747 SHA1: 83a4fdb57f67c51144e333a06efabb166a343c3b SHA256: e97d2d29d7db330e6d003468202b800c8064d86f9af9bc40f2ac39692a0a29cd SHA512: f7afef9fcaabd8920fb6252baba451b42749f72f044940cb54dbccca2d41a8627f56337f9db367655aa5c23088edd3171bf2c6a0bd37fdd60fe5aa0abb2d0ca6 Description: Payload-based connection multiplexer for Golang The cmux library 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 payload on the same TCP listener. Lookahead is used to match and hand off connections to the appropriate server implementation. . This package is a fork of github.com/soheily/cmux. Homepage: https://github.com/cockroachdb/cmux Package: golang-github-codegangsta-cli-dev Priority: optional Section: devel Installed-Size: 218 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-codegangsta-cli Version: 1.18.0-3co1bv2022dev2b1 Replaces: golang-codegangsta-cli-dev (<< 0.0~git20150117-2~) Provides: golang-codegangsta-cli-dev Depends: golang-github-urfave-cli-dev Breaks: golang-codegangsta-cli-dev (<< 0.0~git20150117-2~) Filename: pool/development/g/golang-codegangsta-cli/golang-github-codegangsta-cli-dev_1.18.0-3co1bv2022dev2b1_all.deb Size: 43384 MD5sum: 3458e49c6d2b25f89bc8263d4b5facd2 SHA1: a9f2c81933fc5cac3dd3b44b6664252652e05dfa SHA256: 41edb4c808b073d57b3f421ea9c3851a5ae41cafe73447e988cd37c7ac96ec3c SHA512: 59472519a3cae6a45f2cd08bfb5e2c035bd2c536bc865efa7db4db393133117ecd750b1e17acbf4ccf64a9f62fb93a10c94d3099eb1cabf5cfedc14bf88c7fe3 Description: simple library for building command line apps in Go cli.go is simple library for building command line apps in Go. It allows is writing fast and distributable command line applications in an expressive way. . This package contains the source. Homepage: https://github.com/codegangsta/cli Package: golang-github-containerd-btrfs-dev Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-btrfs Version: 0.0~git20201111.404b914-1apertis0bv2022dev2b1 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_0.0~git20201111.404b914-1apertis0bv2022dev2b1_all.deb Size: 8068 MD5sum: 3eff90a26644b339d869df35ff98575f SHA1: 9241d39166e536687622db0beb22dc968d16137f SHA256: e784ad911f9ad9cb39c9b4a9dcd33ceb55da2330b290fca8e778f5a2b19c93db SHA512: c7532e7d18b232b3ac33d51eb6d3e9f03d0b35646fd8d5532f4981a48adc61f4093216c9affc9e38d23bc18112b541560f704d5a1656a3ea5b62291147b8f9b6 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: 507 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-cgroups Version: 0.0~git20201119.4cbc285-4apertis1bv2022dev2b1 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-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-cgroups/golang-github-containerd-cgroups-dev_0.0~git20201119.4cbc285-4apertis1bv2022dev2b1_all.deb Size: 60860 MD5sum: afdbc4973ecd42e5c431b0f07f1d2b18 SHA1: 3e8c8dcbb628be324b6fbc74e5d21ae30b4fe523 SHA256: 991b2b80358e15aac4f8ace65c8096611573a58d5ae8d0e4f33346639ea1b943 SHA512: 48e137b5e7d0d3b42249f09c52f6cd464ceeeca871101920b538bc95512abd8f9589e14239ab9eaf26f8e659e1c2fd48dc85e67722f604b24ad938a8c4f49e2a 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 Package: golang-github-containerd-console-dev Priority: optional Section: golang Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-console Version: 1.0.1-2+apertis0bv2022dev3b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20180308~) Filename: pool/development/g/golang-github-containerd-console/golang-github-containerd-console-dev_1.0.1-2+apertis0bv2022dev3b1_all.deb Size: 10488 MD5sum: 7cef0694cf2562d93d056c73feef8514 SHA1: 0989e017aabc8e11fe6c4fc1aa888a7d95d9663a SHA256: f30dbd7415db234261367ffd4173d9a879c981fecd98a66d276738ae75db02d4 SHA512: 2a4f7599082e6dd1737a6863d4189353f88fc20d491eea5aeb781a6e870fa81930646c1e3505eef383439de54b2f1dbb43f3d3826104cf132e6a9ab09d31574c 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: 4872 Maintainer: Debian Go Packaging Team Architecture: all Source: containerd Version: 1.4.5~ds1-2+deb11u1+apertis0bv2022preb2 Depends: golang-github-burntsushi-toml-dev, 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 (>= 0.0~git20190816.bda0ff6~), golang-github-containerd-go-runc-dev (>= 0.0~git20190226.7d11b49~), golang-github-containerd-ttrpc-dev (>= 0.0~git20190828.92c8520~), golang-github-containerd-typeurl-dev, golang-github-coreos-go-systemd-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-hashicorp-go-multierror-dev, golang-github-imdario-mergo-dev, golang-go-zfs-dev, golang-github-opencontainers-go-digest-dev (>= 1.0.0~), golang-github-opencontainers-image-spec-dev, golang-github-opencontainers-runc-dev (>= 0.1.0~), golang-github-opencontainers-runtime-spec-dev, golang-github-pkg-errors-dev, golang-github-prometheus-client-golang-dev, golang-github-sirupsen-logrus-dev, golang-gocapability-dev, golang-github-urfave-cli-dev (>= 1.22.2~), golang-github-coreos-bbolt-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-google-grpc-dev Filename: pool/development/c/containerd/golang-github-containerd-containerd-dev_1.4.5~ds1-2+deb11u1+apertis0bv2022preb2_all.deb Size: 525428 MD5sum: cf96cd3864f34c9408767cd54f48bbc9 SHA1: f36d110eaa4856c30f9b08eb43f5cda925cb5ea4 SHA256: 82587acca78ebb62da6fa500e923f31a7a23ce3432e04349f1195378133743b9 SHA512: 3a0937511899932205df3f3dc0e73a2986eaa401ef5bcdf8d45440f31c855b1f788ac1bd4b38b929fb2c602374e65732f94f6dc4bd5d6b2472a0187ea78ff2fe 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: 301 Maintainer: Debian Go Packaging Team Architecture: all Source: continuity Version: 0.0~git20201208.1805252-2apertis0bv2022dev2b1 Depends: golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-golang-x-sync-dev, golang-golang-x-sys-dev (>= 0.0~git20180308~), golang-goprotobuf-dev Filename: pool/development/c/continuity/golang-github-containerd-continuity-dev_0.0~git20201208.1805252-2apertis0bv2022dev2b1_all.deb Size: 50176 MD5sum: 9679c9890e313822bd6bef1f716fb1a4 SHA1: 4304ce8922c089d8c90210c15db5e9b783a6b7d9 SHA256: b4b844cc09b83a176ac7a7cb429a50fd0e56dac521e01600c97166838c0312c3 SHA512: 13d82b9ceed83a675dc72153265ec93c6e50e33a0499435d87bdce06710384e3121a17d853896fc4f5badb1ebf636efdba021ad02ac4f2d7082acd6868a5a657 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: devel Installed-Size: 59 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-fifo Version: 0.0~git20201026.0724c46-1apertis0bv2022dev2b1 Depends: golang-github-pkg-errors-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containerd-fifo/golang-github-containerd-fifo-dev_0.0~git20201026.0724c46-1apertis0bv2022dev2b1_all.deb Size: 9336 MD5sum: fa9b8e35c13b5d0327906c2546cf650c SHA1: 907d3cc0bef02b15b444810990ab5afb5029c1b0 SHA256: b354933a0e9749f8921f32f3864b7fdd41fecae408b6c2c09269854877654ecf SHA512: 43fdb79ed34b4c604d9335c7f33fd46febd1deb5785c8daeb5a5378dd6eba5225556cfa8976af60b05e264ba9220b2afbe1f3da4e4637e02effd8fbb8c00516a Description: fifo pkg for Go Go package for handling fifos in a sane way. Homepage: https://github.com/containerd/fifo Package: golang-github-containerd-go-cni-dev Priority: optional Section: devel Installed-Size: 59 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-go-cni Version: 1.0.1-1apertis0bv2022dev2b1 Depends: golang-github-appc-cni-dev (>= 0.7.1~) | golang-github-containernetworking-cni-dev (>= 0.7.1~), golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-containerd-go-cni/golang-github-containerd-go-cni-dev_1.0.1-1apertis0bv2022dev2b1_all.deb Size: 11612 MD5sum: 43db47607a50c7659ca63ba6215f80f1 SHA1: f9603c1c583db534c60027880bc8f69fee31e4c3 SHA256: 70809a3bbda09d5d611dc01a9333c2231ee758c4280d41441c89fdb128e94bb1 SHA512: 5b98889af903b54dc0daf076fe5c723f7b2399f53fa5ca56905d88fdf1ee554b840be0998016c6b0846ed697c477202704c03da5ac89fbcbeccd322b179996fe 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 Package: golang-github-containerd-go-runc-dev Priority: optional Section: devel Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-go-runc Version: 0.0~git20201020.16b287b-1apertis0bv2022dev2b1 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_0.0~git20201020.16b287b-1apertis0bv2022dev2b1_all.deb Size: 14760 MD5sum: 7729bd98b1c8c2c4f032d383cffe6a09 SHA1: a8e8f2a8e288107eeeb71f497003812e7665b084 SHA256: f61d1e23cd30eb77547999c06388e6d233b75ab12c61e12c017cd76f52b33ed5 SHA512: 2ae2fd7e4a1d7047f68430386c15383edba6a876a958ad62d5caf3c2ef1d17b4bb4129126460f9cac80eda22f87f498f616205f4c46ac74f6f1bd8d587c85c56 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-ttrpc-dev Priority: optional Section: golang Installed-Size: 112 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gogottrpc Version: 1.0.2-1apertis0bv2022dev2b1 Replaces: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~) Provides: golang-github-stevvooe-ttrpc-dev Depends: golang-github-gogo-protobuf-dev (>= 0.5~), golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-golang-x-sys-dev, golang-google-genproto-dev, golang-google-grpc-dev (>= 1.6.0~) Breaks: golang-github-stevvooe-ttrpc-dev (<< 0.0~git20190211.6914432-1~) Filename: pool/development/g/golang-gogottrpc/golang-github-containerd-ttrpc-dev_1.0.2-1apertis0bv2022dev2b1_all.deb Size: 23844 MD5sum: 56704c0678c219a1a89a5ffa33bca063 SHA1: 165c9942bd611260d0c6d21d9751c64d7dfa5d47 SHA256: 81da40d6411551c8a1b138485779000e39db5cdb2edcdf1d25c7cdf349ce3a08 SHA512: d9d835386d965e875301bf582171f639530b068778c938d6d8d57256ce2ae2d26f2587f32f3989a63575e309992a876b6c9123c1640303f07033a2ade8b4b723 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: devel Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containerd-typeurl Version: 1.0.1-1apertis0bv2022dev2b1 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.1-1apertis0bv2022dev2b1_all.deb Size: 7052 MD5sum: 116b9f61616baae554ca9c5177375cda SHA1: b9ca8e08abe61bb6418d92ec5d14d67310aa8c54 SHA256: ebc0d750eb618f4603dc3222eb77a9be4f66c7fb8da8655814395cdf87166c5f SHA512: d5153c92c7f20748c9554da8db05aff22c69a0f331b37ff80ab8d49ada587f39cf177095b7238b00717dcbf18643bbfe8f80996cdb2e50014b1e33d89a2affb1 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: 257 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containernetworking-plugins Version: 0.9.0-1apertis0bv2022dev2b1 Depends: golang-github-alexflint-go-filemutex-dev, golang-github-appc-cni-dev (>= 0.7.1~), golang-github-coreos-go-iptables-dev (>= 0.4.5~), golang-github-safchain-ethtool-dev, golang-github-vishvananda-netlink-dev (>= 1.1.0-2~), golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containernetworking-plugins/golang-github-containernetworking-plugins-dev_0.9.0-1apertis0bv2022dev2b1_all.deb Size: 43188 MD5sum: f8c0f270ad629d065c6494420a8ac865 SHA1: 94ff26f775e013ae66e70455571b4058d6ac57a4 SHA256: 3618689a0f0ac2092016ab1d821cc6dbe64aa42c4e33f19b35ee0190bf4e6972 SHA512: 8f44b6f9b86be3e870b17924ba60cdf7776ded68b2035f978e965b91c7f4ef3569c619d021bfe90a03776891adbd47da39741092c82fdab2fbd40ac89c5d8fe2 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 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 33044 MD5sum: 9b4d2d637a07a712e8f53d42655149d4 SHA1: 1210323aba530f13ce997cb1e5885fff1a0d7b3e SHA256: c21f516f4109b27fbb553dbc4cf28ee401b681182fccd3205e35a20c67f1a1c7 SHA512: 6b236006b2a68d84545ab0c84653d47861fd586e8c0786510b87c0025bfe9897ccb9fd38a2d1075650135428491e64cec63a63f8a566dbff8a9670afde247376 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-coreos-bbolt-dev Priority: optional Section: devel Installed-Size: 667 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-bbolt Version: 1.3.5-1apertis1bv2022dev2b1 Filename: pool/development/g/golang-github-coreos-bbolt/golang-github-coreos-bbolt-dev_1.3.5-1apertis1bv2022dev2b1_all.deb Size: 61460 MD5sum: 58668e4c2061eb031d4338c2a55807ca SHA1: d3fa89f0cfb7550fe92510e2bc4239629a6b24f9 SHA256: 7e80a6eb3cbb10655fa93562f4fd9bfdc06c28435d5ddc5467d34114a2263ad9 SHA512: 3206247b450f2e0bf2e69695502586615c5e51eaabe9d89831d1bad7de8da08bb4a4227a81234f00d6f09e32ce18715d646aa3cb5f803762f1c94b233603b517 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/coreos/bbolt Package: golang-github-coreos-go-iptables-dev Priority: optional Section: golang Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-go-iptables Version: 0.5.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-coreos-go-iptables/golang-github-coreos-go-iptables-dev_0.5.0-1apertis0bv2022dev2b1_all.deb Size: 11764 MD5sum: ccd708e554d865fd9eddd6cc99cf4c79 SHA1: 77b56fe50500e678d1d62c461f62299766047c30 SHA256: 2a181851f068f41381e39fb851690f3d00d585a27ebe0c8b3cdc6aca145129b5 SHA512: 9006c1700a0d57a5cc3169fdef8a907970102a45c3ee68800641867f71b5787fca5e25029a06f3289e997597c5b005e267dda8877c6d15b686bbd43e84f4f064 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-oidc-dev Priority: optional Section: devel Installed-Size: 102 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-go-oidc Version: 2.1.0-2apertis0bv2022dev2b1 Depends: golang-go, golang-github-coreos-pkg-dev, golang-github-jonboulle-clockwork-dev, golang-github-pquerna-cachecontrol-dev, golang-gopkg-square-go-jose.v2-dev, golang-golang-x-oauth2-dev Filename: pool/development/g/golang-github-coreos-go-oidc/golang-github-coreos-go-oidc-dev_2.1.0-2apertis0bv2022dev2b1_all.deb Size: 19456 MD5sum: 441ff247119e9513653c2fcdaad1ca5f SHA1: 7b73081081e791353d8bce374d1cd35bea251082 SHA256: 30918170de76f41a56e31dd0eb1521cf644c8fbe66fd9d363b3b3411bbc3dc01 SHA512: 659b7b5d984426987a880395261ed54806045efb2d2afbd38cf908bc9d73b77d0e3f191ee484c7eb0078f75f020f94063068091e1f2b473543749abae211c9a3 Description: Go libraries for implementing OIDC clients and servers This package provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components. Homepage: https://github.com/coreos/go-oidc Package: golang-github-coreos-go-semver-dev Priority: optional Section: devel Installed-Size: 34 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-semver Version: 0.3.0-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 7292 MD5sum: 2bbb2f39a7db46edf31de689726bb4b2 SHA1: 9c3c358c2f3bdf73de32fda5eef9ca79b7421256 SHA256: fbf0d9a28728ce4b82759122151a3d7672f452a2134a321f93c376fe4ffdd959 SHA512: ef43e1fe33dabc7bb3e0b068436bb7558a5cabaabec462f5984c5c73b28482d43a5616bc54bea93ad27f9b2260bc84e63f9d99647b82ae56e4b75792397157f3 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: 367 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-go-systemd Version: 22.1.0-3apertis0bv2022dev2b1 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.1.0-3apertis0bv2022dev2b1_all.deb Size: 53684 MD5sum: 4a837aaa0e1ffa7a600e7b55d8518070 SHA1: 740d102f46036700a63f97dbb665789870270791 SHA256: f7586562aa854752a30490b68ded2e7d8288054555a2c3241e7b941f50485740 SHA512: d849f4d1b9a1762abdd2c9401ef11ca7742535eb44c43e00b1c73953de702f13566a0d3a5000ff019bea37f30e0e26d1513903499447ffe1fe7073c3aea5f5f8 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: 138 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-pkg Version: 4-3apertis0bv2022dev2b1 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-3apertis0bv2022dev2b1_all.deb Size: 25432 MD5sum: 5f6c8312f02b98dfd301173b1a028403 SHA1: 059160cc8fbb26d4d0500b3a2dd47206d4863769 SHA256: 1125cea2731f1a29358ef143f5b260a7e29e299a9a5f45aadeb468b334cd05ce SHA512: 9ae70febb97f7b2ab4ea7a59e42bbc62ef88bfa55504fe9f3b52e019ae15549e91967fda2509983deb528b538163ab1ecc7771492ae61238e679c654f9ee21c2 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-dev Priority: optional Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: go-md2man Version: 1.0.10+ds-2apertis0bv2022dev2b1 Replaces: golang-go-md2man-dev Provides: golang-go-md2man-dev Depends: golang-github-russross-blackfriday-dev (>= 1.5.2~) Conflicts: golang-go-md2man-dev Filename: pool/development/g/go-md2man/golang-github-cpuguy83-go-md2man-dev_1.0.10+ds-2apertis0bv2022dev2b1_all.deb Size: 7304 MD5sum: 64165bb1586801c9fb9efca5dff157ea SHA1: 26e2e897772242252cf09c7e8144a8707601102e SHA256: 14089f434811a4387f33f5870b785d21fab438785550f161f5e78d5df601d06a SHA512: 3386d8cacde366391400f3e12521dcae109083ba50e6f0b0e7c04ad1c51811f110d5b4515b3654016a4cc04e96022f7766a1dd9b39b97b85779f9fa10fba230c 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. Homepage: https://github.com/cpuguy83/go-md2man Package: golang-github-cpuguy83-go-md2man-v2-dev Priority: optional Section: devel Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Source: go-md2man-v2 Version: 2.0.0+ds-5apertis0bv2022dev2b1 Depends: golang-github-russross-blackfriday-v2-dev (>= 2.0.1~) Filename: pool/development/g/go-md2man-v2/golang-github-cpuguy83-go-md2man-v2-dev_2.0.0+ds-5apertis0bv2022dev2b1_all.deb Size: 10064 MD5sum: 6aded3c517a816dd1b19f710dfd6cadb SHA1: 08300f4e5ca1fb2844580c9107fad525998cadde SHA256: fa4e5127db95e10afccb1650f2b98b406905aae5a73f140eb2c6108213374aed SHA512: 4290d0e438e899080895c11c01126503a6545aaacfe1e8876808bdb7db851408940d7f8c0f2a913f5d8bcccf9bc810c397e7eba06c93443aebc2095f5ea09ac4 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 Package: golang-github-creack-pty-dev Priority: optional Section: devel Installed-Size: 58 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-creack-pty Version: 1.1.11-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-creack-pty/golang-github-creack-pty-dev_1.1.11-1apertis0bv2022dev2b1_all.deb Size: 8532 MD5sum: f17e20bb8d4d462778216e7c7980772e SHA1: 61288d51f9a9ac13729ca251f80ab4b7bb969c7b SHA256: 04d5adbeab9d8950739df83d545b9a492bb4965b0963f5f712fdc41bb16a073c SHA512: af9b662a579705a2d8c8e9f511cffccd3c92abb3b2f7cb603289f45da364fbb26a2486ab50022b678e2b8891ad9c5b2072cee751c81d345b9aa6000a7d73277d Description: PTY interface for Golang Pty is a Golang package for using unix pseudo-terminals. Homepage: https://github.com/creack/pty Package: golang-github-cyphar-filepath-securejoin-dev Priority: optional Section: devel Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-cyphar-filepath-securejoin Version: 0.2.2-2apertis0bv2022dev2b1 Depends: golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-cyphar-filepath-securejoin/golang-github-cyphar-filepath-securejoin-dev_0.2.2-2apertis0bv2022dev2b1_all.deb Size: 7512 MD5sum: e3ca752b1f13aab9f917d996b3b929f7 SHA1: 6a32073f1072fdd6365438cca872fd2661dac27f SHA256: 902bb5059de431a28bef34fbba9b3cd3261080ad8b1a0ea5aa20da60bd1a7d12 SHA512: f93c9b1e4b46609de29465ed870a1b4fb39f399ba46ffc67345571b0fbfffd7b2810975253f8cea65ba7c3d4a6b326ed4023cf2a2b73023c168c88e0cd816f07 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 Package: golang-github-d2g-dhcp4-dev Priority: optional Section: devel Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-d2g-dhcp4 Version: 0.0~git20150413-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-d2g-dhcp4/golang-github-d2g-dhcp4-dev_0.0~git20150413-3apertis0bv2022dev2b1_all.deb Size: 6968 MD5sum: 38ef11f9f1c86ff7d5a1b1ccd198dda5 SHA1: 93e6f3d3492d5c518406e56f0d3943f6441f88b7 SHA256: e3733902d6181140ceba0779db11df0be2fb10ae3f81aa24ee394c7b10f7e685 SHA512: c5d39dd0a54d94c5335ca44189a28f71c33f779b71a41a0ff63f2cba1e7c1120ff1c50cbbd620cc70e0eeb01080ce3c11c2ab2853c6733c7ad8a0eb790c0361f 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 12568 MD5sum: d8f2f0e7bf83435beb0b4e9ac6ae4ccb SHA1: 2d7f07873cefd094a1e7a200f0f0575d12709793 SHA256: 2027ea38f380a8302a29d1051f733633ef34ae4ee07617bac6ed82606a21aaff SHA512: 3363abc39d524dbaac8607362ad874649e82d244bc3f951b9bdaaea60eec3bb66c3b92a4d72a28ec0d41742e401d571a6058a53ac88d3f16a8c8ec4d6fccd957 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: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-daaku-go.zipexe Version: 1.0.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-daaku-go.zipexe/golang-github-daaku-go.zipexe-dev_1.0.1-1apertis0bv2022dev2b1_all.deb Size: 4220 MD5sum: c56a374152a59d40d43fc32f95eae556 SHA1: 7877bec6b92f5f0a6b865274742d8093d5f1e6a3 SHA256: c9ed834a22495749c7127563073d605c925ce0d5c3e8364127b8c87f8e4f5b7f SHA512: a2684eac1021213dea2b3a0db0443ecb15fa8da940513f0d8187261a0ebb9a6093d526026c77d5640a2a974dae842dd52bf438330566c401d7e8ec829703cebb 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 Package: golang-github-datadog-datadog-go-dev Priority: optional Section: devel Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-datadog-datadog-go Version: 2.1.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-datadog-datadog-go/golang-github-datadog-datadog-go-dev_2.1.0-3apertis0bv2022dev2b1_all.deb Size: 15140 MD5sum: ee9e6e4bc11a68a25517ba867ef8cd6c SHA1: 5fd24fc8c42524e6ac9141eb73d13c5554c38c92 SHA256: cbb819defecce247f22c2f412078baa060fe8bdeedf10155d8ab1bbcca409daa SHA512: 481afed6d8fdcf4c7e2c774e6d64185c9639115b31dc7843b2f68f23c797a97c32965ddc44a4011db9fa89a88bfc6a89232f529eac6abcf643d9368f1012ceed 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-davecgh-go-spew-dev Priority: optional Section: devel Installed-Size: 219 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-davecgh-go-spew Version: 1.1.1-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-davecgh-go-spew/golang-github-davecgh-go-spew-dev_1.1.1-2apertis0bv2022dev2b1_all.deb Size: 29888 MD5sum: 074db476207100096b65d29d1917a1b1 SHA1: 1a06ca653a89caab411cfc63daf6a4afbc17ed42 SHA256: 003e490d176f56168a5c6b6d937842229044fad2594dec86ca9449e01b6faed7 SHA512: dc6c9486553a1a58f87949c04e1a4b1643c3c39b2aff42a8178ca0499ad6e46fa217401ab8a32107e7058750ddf46a3fda36387b0b045b6350b76aa412e88152 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 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-2co1bv2022dev2b1 Filename: pool/development/g/golang-github-deckarep-golang-set/golang-github-deckarep-golang-set-dev_1.5-2co1bv2022dev2b1_all.deb Size: 9356 MD5sum: 68f32e12f63f4e8b6be522f52808003b SHA1: 035776641a84bf1939bcea9d6f38e909444415f0 SHA256: 79ae5ffe64dba7f87790795e0319bd54897595a718e75caf71ff3ff710677e22 SHA512: 44942d070db26e6567f893afbbad4fe7e82fe9a1845f44cad2a06cff4bd77801fcfec774f300040abe01b9babce01e5202d3dbfd60b95a885bc29b3e2e83b7d2 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-6apertis0bv2022dev2b1 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-6apertis0bv2022dev2b1_all.deb Size: 216588 MD5sum: 5036266de060a14141d6470ee80502f8 SHA1: 3db33b3505d384eb3da3554766d045da43beda47 SHA256: ba5285e5841943e5d3b50a5aa63ae319b69736bebd4c05e93b52d1e2ebaaf009 SHA512: ed937c98b21edcd44e2fc0fadec6e171872243428dc717ac38e51499bdd9b0dce4a3b92b4ec03bebff261a869992d876dd955ad40c51f618bb3760e7a3974873 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-denverdino-aliyungo-dev Priority: optional Section: devel Installed-Size: 951 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-denverdino-aliyungo Version: 0.0~git20180921.13fa8aa-2apertis0bv2022dev2b1 Depends: golang-goprotobuf-dev Filename: pool/development/g/golang-github-denverdino-aliyungo/golang-github-denverdino-aliyungo-dev_0.0~git20180921.13fa8aa-2apertis0bv2022dev2b1_all.deb Size: 125348 MD5sum: b2f2a2216bbefa95d81c4b6c7ac3b08a SHA1: af0f7c263fd29f27bc5aa6513c7fce60f980f602 SHA256: c625ef1c6d8ef3533b0fbd433b6407c05ab482e13d2f12f7e9a7545491e3df27 SHA512: fe4e8a86fb595043ab9e3b32769c364befcfef28e107858dbb96f6f1d68f43b1abb5c8f3b42006a0b7be491eb9295dccf750989540aa41ac6d8bbb97d8853038 Description: Go SDK for Aliyun (Alibaba Cloud) This is an unofficial Go SDK for Aliyun Services. . Following services are supported: * cdn: Content Delivery Network * cms: Cloud Monitor Service * cs: Container Service * dm: Direct Mail * dns: DNS * ecs: Elastic Compute Service * ess: Auto Scaling * mns: Message Service * mq: Message Queue * nas: Network Attached Storage * opensearch: OpenSearch * oss: Open Storage Service * push: Cloud Mobile Push * rds: Relational Database Service * ram: Resource Access Management * slb: Server Load Balancer * sls: Logging Service * sms: Short Message Service * sts: Security Token Service Homepage: https://github.com/denverdino/aliyungo 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 18608 MD5sum: 9f8bb3e1502b183f1d8a3050a9352cf0 SHA1: 0e290ef1d46573d2ca82160e27760ef68f3d35b1 SHA256: 7e3e128b850e2e00ea0e6d3b8a1cc5b05b3f0b77de068643348facca734e5f77 SHA512: 812a12ce73fe8a331ecc8b680d8a4e8cf8e8c704eedab4a9b7167901ddd39718728f5b68d15a48d129a537f52854d28245b3c0915cb56fbee2320f3e66bc2a06 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: 147 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dgrijalva-jwt-go Version: 3.2.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-dgrijalva-jwt-go/golang-github-dgrijalva-jwt-go-dev_3.2.0-3apertis0bv2022dev2b1_all.deb Size: 33792 MD5sum: f3c35c83028a0f241de40bdb044943a1 SHA1: 6d8789b480fbe2ce47f303f786200ae9a706a45c SHA256: 16a3bfb65c2444c79d49a5f7500c9afd53192fb17a4a5acfd8e78609062e6290 SHA512: 10578b5b6b1dab857c3e04c7e03d6bf8b75d6c89d32a137cd715150d6b8ba36474aced4c43bbd97ba7addfba4d131c95fcf3c7ec543340d5ae806e6f1221710d 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-digitalocean-godo-dev Priority: optional Section: devel Installed-Size: 605 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-digitalocean-godo Version: 1.37.0-1apertis0bv2022dev2b1 Depends: golang-github-google-go-querystring-dev, golang-golang-x-oauth2-dev Filename: pool/development/g/golang-github-digitalocean-godo/golang-github-digitalocean-godo-dev_1.37.0-1apertis0bv2022dev2b1_all.deb Size: 73500 MD5sum: b92d52ebb70f53464e0ab6ff1d2fe174 SHA1: 26894cea2eb24f6c54b53f947245e6e4c5d8529d SHA256: b003853dcc2ece6b49bcd847d78886ecf320678f13d1f0fdd5e9429c71dfdf52 SHA512: de3ecb16eb4891e22900c2660e72b68176d1035624735409452b6bd5f9af6d0f9dcda95aa75c5c4a460ee54f23c1b5203433d3e8824aa108cd5f8044713343a8 Description: DigitalOcean API V2 client library for Google Go Godo is official API client library from the cloud provider DigitalOcean for the Go language. The functionality of the web based control panel of DigitalOcean is also available through the API. It could be used to manage droplets (private virtual servers) and resources within the cloud in a simple way using HTTP requests. For authentication, personal access tokens (PAT) are used. Homepage: https://github.com/digitalocean/godo Package: golang-github-dimchansky-utfbom-dev Priority: optional Section: golang Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dimchansky-utfbom Version: 1.1.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-dimchansky-utfbom/golang-github-dimchansky-utfbom-dev_1.1.1-1apertis0bv2022dev2b1_all.deb Size: 5604 MD5sum: 08a7d6d6fcb8bba9a7a4d0876cbbedf9 SHA1: fa3dddd2fd55631fe0dd87d39e81a354b70b30d3 SHA256: 47827aa19ce2cf733f8d4f458cdf72919573f3c081c3da4500757baefd1ee160 SHA512: ea1acbd7dc5c88361cdeb989f48908a1543fbf0b12c13a8ef9efcf3b93ff148138a168a6b705f6c25e608ca6dc4b7305d08827db56e1e066f27bd86c5d78b9b8 Description: Detection of the BOM and removing as necessary The package utfbom implements the detection of the BOM (Unicode Byte Order Mark) and removing as necessary. It can also return the encoding detected by the BOM. Homepage: https://github.com/dimchansky/utfbom Multi-Arch: foreign Package: golang-github-dnaeon-go-vcr-dev Priority: optional Section: devel Installed-Size: 90 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dnaeon-go-vcr Version: 0.0~git20180814.aafff18-2.1co0bv2022dev2b1 Depends: golang-yaml.v2-dev Filename: pool/development/g/golang-github-dnaeon-go-vcr/golang-github-dnaeon-go-vcr-dev_0.0~git20180814.aafff18-2.1co0bv2022dev2b1_all.deb Size: 20688 MD5sum: 7aafb1031e277cc5fd83272ed8be10ef SHA1: eb19c2ba89ced507061de237886acb69818d422f SHA256: f9b226531fa250b47b9bce1feee32c5d436a86b62c1eaf1a1f18c17a9d98f8c7 SHA512: 3fda10de7d06713b3449dccb867fbc95ec6a4e2345e20b1cc1e79e75b91fd8d5ab7ac6ef8d3880c6cb1ae71f037dfb63abbe9781359605ef517f01f846cd6503 Description: Record and replay your HTTP interactions for tests go-vcr simplifies testing by recording your HTTP interactions and replaying them in future runs in order to provide fast, deterministic and accurate testing of your code. Homepage: https://github.com/dnaeon/go-vcr Package: golang-github-docker-distribution-dev Priority: optional Section: utils Installed-Size: 1631 Maintainer: Debian Go Packaging Team Architecture: all Source: docker-registry Version: 2.7.1+ds2-7apertis0bv2022dev2b1 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 (>= 1.0.2~), golang-github-spf13-cobra-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-check.v1-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/d/docker-registry/golang-github-docker-distribution-dev_2.7.1+ds2-7apertis0bv2022dev2b1_all.deb Size: 263684 MD5sum: bd86a03ec658865e508175b73be8bf46 SHA1: dd988d4d5f4562ecba26e311764127b4eb9d75cf SHA256: 3b21d1b6334b1b12292a6cc39326e477e6f9a2a535c5800d1388d8a98d9ce00d SHA512: 585484057415e5383eacd7878e50406de7ed0372962bca376893887349ab10dd7f63685874703357e684d14cfe1b3a5ad7eac2b1616b41cfa1fe2ef6022abaa9 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: devel Installed-Size: 117 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-docker-credential-helpers Version: 0.6.3-1apertis0bv2022dev2b1 Depends: golang-any Filename: pool/development/g/golang-github-docker-docker-credential-helpers/golang-github-docker-docker-credential-helpers-dev_0.6.3-1apertis0bv2022dev2b1_all.deb Size: 21004 MD5sum: 2cd738c2b325f6b2df5f8dc5fe0db9e1 SHA1: fe258844036392879767780075244b8d3872271c SHA256: a595e311248177de320f5b1a93c10efe9517e2256c24428fcc4217e9346bf16b SHA512: 756ed42e540b498f98fa3ff212dd74580bba874c95186fdafa947423a30aa4c58381b44d105fdd07f7cfc7a614c08388931e44ffd2d7e449327119e3256f034b 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 Package: golang-github-docker-docker-dev Priority: optional Section: golang Installed-Size: 7763 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.5+dfsg1-1+apertis1bv2022dev3b1 Depends: 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.5+dfsg1-1+apertis1bv2022dev3b1_all.deb Size: 1113672 MD5sum: 2cc3f6340e25b0120f581fe98cee2d64 SHA1: 4e55c6c0d9430130c656532561270d925f1b79d7 SHA256: b9cc4c39aa208d8b38d296177bf91bcd8444b6ea485ba5abaa76ebb4f763ea67 SHA512: d75063e446f15566dd05da2e88e79518b58661a5d79f7860cd90ee879311c7d441624f5e47da70ecd41637bbb17aae0f9236e932cb9b44d6056515577b63a74c 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: 123 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-connections Version: 0.4.0-3+apertis2bv2022dev3b1 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-3+apertis2bv2022dev3b1_all.deb Size: 26968 MD5sum: 7901a47311afdb9f2511c58740d38ab4 SHA1: 325cc6e4ded916487ce71db1cd0a3d02ccb74332 SHA256: 7fef29212680e9af1496b771146883661a9cf9c56fa621badbf2c9a1509504b7 SHA512: 467b314105f7a41535ace42f4adb161394033634117cd59a8baa9752d59f99c74afa703c2eb4892f8cabe2e7c3f1e62dcaabf1db2e4d1f6c957295146b24d57e 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: 318 Maintainer: pkg-go Architecture: all Source: golang-github-docker-go Version: 0.0~git20160303.0.d30aec9-3co1bv2022dev2b1 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-3co1bv2022dev2b1_all.deb Size: 165728 MD5sum: 48010ec7f5eb1980efa4b718cc0fc95e SHA1: 02fb708c54a1f87c4f242c4aed704f1f42e188d2 SHA256: 62b75841b5757c23982c1a6913fcab4b0e63f9eba2cb737f17698d1d60c59d39 SHA512: defb5fbbe4f79b9954e1e92c3ed75f9777958a97e2f890cf55cc22d1c4a4be8d0e29959b1ccd3914eaf6e4d822d50840ba71bc116ebd4223a19cfdbe1039d50c 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: 52 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-events Version: 0.0~git20190806.e31b211-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 12292 MD5sum: d190346454ae6470bf1cfc0375b259e7 SHA1: 4907881745acdab5e832e8a470341380725c62ba SHA256: 16a05ccee3770182ab5955a0649ca77ea5294502d49971a0feae153a01c7ab0f SHA512: 3926cfa809f85042cd2f7a2b3b079049741da32e1b16b79714f75b20d3b54beb5dee58bccb854c7790ea836b82af3f9efd8d9f06f2208fde2ce823cd5f717f8b 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 Package: golang-github-docker-go-metrics-dev Priority: optional Section: devel Installed-Size: 71 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-metrics Version: 0.0.1-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 18876 MD5sum: 2bb3e2710074409876607277f7278a1d SHA1: cc9c78b8875b869c830091bb3c42cc390955a59e SHA256: a03a5221754bfa8c7822b135d274bd40921bb7d30fb3ea77a44255de88d61855 SHA512: 74fcca7e86967af9570e8106540a71306c3cded91dde326a48629c802f4a728a1773cfd49ca6f859a03c8babd12aadd080198eeb957b133e3adcd02a3d366825 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 Package: golang-github-docker-go-units-dev Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docker-go-units Version: 0.4.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-docker-go-units/golang-github-docker-go-units-dev_0.4.0-3apertis0bv2022dev2b1_all.deb Size: 7936 MD5sum: 45b7761b002be57f093eabb7eba7e45e SHA1: b2da390bc5ed418c933de0a8f1fc2d7cebef719d SHA256: 45cfd2fe6f3c190845c3479383beaca67bf2e60f850e28439cb2114a08680271 SHA512: d3a01536a285646426b4d959d7f802aa3cc3b4abe4d547bd0579d206e1683768ee7980d0acc2e362771610fb15dd793b9a8d5e2942e07ab9157045aa23e36b74 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 Package: golang-github-docker-libkv-dev Priority: optional Section: golang Installed-Size: 135 Maintainer: Debian Go Packaging Team Architecture: all Source: docker-libkv Version: 0.2.1-2apertis0bv2022dev2b2 Depends: golang-etcd-server-dev (>= 3.0.0), golang-github-coreos-bbolt-dev, golang-github-hashicorp-consul-dev, golang-github-samuel-go-zookeeper-dev Filename: pool/development/d/docker-libkv/golang-github-docker-libkv-dev_0.2.1-2apertis0bv2022dev2b2_all.deb Size: 31620 MD5sum: 324f083c339d2cfec7dde103ab89dcf4 SHA1: c8c1aa274d8ab7abef1109243074e06a11c931fd SHA256: ebdd51e12c8265b87f3eac4030bfc2bd06e829bcae310721f787adbf4c30e701 SHA512: b98f724c7de4bb5ac6fcd6d710d5c480dca4c7bc7d5be78fa5ad8568da0fc7993d74bbabbe2c0e200f9bae0ca35cc0e8dd20786443654ddd4c41e11c395d637a 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-docker-libtrust/golang-github-docker-libtrust-dev_0.0~git20150526.0.9cbd2a1-3.1apertis0bv2022dev2b1_all.deb Size: 31152 MD5sum: 10d97aed7e23aebae9c27850f9976e95 SHA1: 3184738193fcb99d008790fc30c0dbe71d20a176 SHA256: b34097c1b47767105b36c68a4f8caac1e3525b1dc425b6bc3e24b11454a60d97 SHA512: 19b83c7c8bb43156a7592f9eef8a8b176b73e0c2233fe19db01afd2c84fafce635bdd870da5ce45870f9ac03b12792fc52260c0eec4e09ceb0491eb365216ae4 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: 2321 Maintainer: Debian Go Packaging Team Architecture: all Source: notary Version: 0.6.1~ds2-6apertis2bv2022dev2b1 Provides: golang-github-theupdateframework-notary-dev Depends: golang-github-bugsnag-bugsnag-go-dev, golang-github-cloudflare-cfssl-dev, golang-github-docker-go-connections-dev (>= 0.3.0~), golang-github-docker-go-dev, golang-github-dvsekhvalnov-jose2go-dev, golang-github-go-sql-driver-mysql-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 (>= 0.0~git20160602~), golang-github-shopify-logrus-bugsnag-dev (>= 0.0~git20171204~), golang-github-sirupsen-logrus-dev (>= 1.0.2~), 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 (>= 0.0+git20160110~), golang-golang-x-sys-dev, golang-google-grpc-dev (>= 0.0~git20151002~), golang-gopkg-gorethink-gorethink.v3-dev, golang-goprotobuf-dev Filename: pool/development/n/notary/golang-github-docker-notary-dev_0.6.1~ds2-6apertis2bv2022dev2b1_all.deb Size: 380492 MD5sum: 8554080110626eca12fa9ea77f18a3a2 SHA1: 3f4ca4feaae78bf129eba6217a6f1eebf73681b6 SHA256: e3527bf7732b96a50ddc97036c38fbfec906963f481799c66dbc674467dcd171 SHA512: ccaca455a14f34ca999c13210ac10deb7cac70c34dedf7f8ac5ad30c253e6859df0417aca7c15aabc6876072a9b662ab52415be0f9d3cd86e4aea0edbe2ec5ff 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/theupdateframework/notary 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-1apertis0bv2022dev2b1 Provides: golang-github-moby-spdystream-dev Filename: pool/development/g/golang-github-docker-spdystream/golang-github-docker-spdystream-dev_0.2.0-1apertis0bv2022dev2b1_all.deb Size: 25288 MD5sum: ee7b57c6b429b2a2c53054c457f0d053 SHA1: 8b106f924b0e5828b131508ce990c04dac6a11d3 SHA256: 4d7302b3fbf467a2acdf0e1ea565bb4f04a5d4f3ea20d1b100721b041c062c20 SHA512: 1ada8e83f7a1ddad11d37ccebd5f316723a1a1f31c63c7b0aed82582746dbf7d30851f12cec93001bf4704682e74ea3ba73f451f55e4b9d17e277537dfd044ee 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: 78 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-docopt-docopt-go Version: 0.6.2+git20180111.ee0de3b-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-docopt-docopt-go/golang-github-docopt-docopt-go-dev_0.6.2+git20180111.ee0de3b-1apertis0bv2022dev2b1_all.deb Size: 17780 MD5sum: eaf9c5e3baba0a2b3a2f9238e22ae68d SHA1: 431197ca4bc07a30001df4b9a0c1747487e4a8c2 SHA256: 815b51bd16bcc167bfa5e2c0c2847296a10b77186a8455bdcb78e764792dd39a SHA512: 62b29d50f7bd785dcc3913041751bb3a6193d10c958ef65525498e82dee1d35e7c3949ef92a504c071ec7cf095423461bf49a5287cf7bbf5a611f7a9c3f5896e 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 5656 MD5sum: fc3dd004d0ed29c3e63e400aa401d8e0 SHA1: 13dbd0e3987cb5d319bdc933734ae3db1686feca SHA256: 328c13c1b80976c7eac3612189a34fadc6f7f7f0903daf9dea1410754afb8386 SHA512: deebbbdc5a0640da464bd070e3adddb0da5ae8892e8f574e071b4720e53091b9253a04ce55bf5b82c409fcfb6befd86692af4ce557d2973cb2a62289409ecf8f 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-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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-dustin-go-humanize/golang-github-dustin-go-humanize-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 16848 MD5sum: f823574e943ba3fd867ed0e26e797ef8 SHA1: 940fdf21c6405e6f2336bef134465346065d4ed0 SHA256: 4c6fee28eb78c0805d2de3b75eee98a26672799e8fcaf4b47bceccbdb587364e SHA512: 720d4e069e3c36fe1bf33526cab11f2317a23252bb5ff369785a9179d57eab89141f101d6aa1f56f51e7c0a9a8a6d7bd0929b655cbd9c931eb170285d0524ced 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-dvsekhvalnov-jose2go/golang-github-dvsekhvalnov-jose2go-dev_1.5-1apertis0bv2022dev2b1_all.deb Size: 55844 MD5sum: cc50bcb710d74f785b55e07e2cb10c3e SHA1: bd57feaa3db07d9069fc3ac23c0d33f1a630660a SHA256: ac65ce3850395559edbc87cb118a209a48d8c6b033155b8b94982df663c09cd9 SHA512: 5ed493b5791f4b2eb9d35cfb4b7aeac38dadd6bf6c50b8e82f664508e29ea17b6fc560c063abe3878d414db8496f6264dae470ec438736afc9a9641b605c2902 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-elazarl-go-bindata-assetfs-dev Priority: optional Section: devel Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-elazarl-go-bindata-assetfs Version: 1.0.0-1.1apertis0bv2022dev2b1 Depends: golang-go Filename: pool/development/g/golang-github-elazarl-go-bindata-assetfs/golang-github-elazarl-go-bindata-assetfs-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 5792 MD5sum: 41bdfa7d3fdbc90abb55af26ba1bc213 SHA1: ee46227034159b719773fd257e1d51d86dc5cbd9 SHA256: 198280715254d6e637671b55bb083b8d2733c70fc970281c045978bab5c313fa SHA512: e0184d391fd2062b7d02bcad656fa70443b37a90255e636c597c692fd46744495d03e8fa8ffaa86477616357f3600262de74c8420b3fddbb0ad4fc56b05f3389 Description: Go library to serve embedded binary files with net/http Serve embedded binary files that have been encoded using the jteeuwen/go-bindata library with net/http. This allows data files to be served using HTTP but those files are represented as Go source code. Homepage: https://github.com/elazarl/go-bindata-assetfs Package: golang-github-emicklei-go-restful-dev Priority: optional Section: devel Installed-Size: 236 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-emicklei-go-restful Version: 2.11.1-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-emicklei-go-restful/golang-github-emicklei-go-restful-dev_2.11.1-2apertis0bv2022dev2b1_all.deb Size: 48392 MD5sum: 2cf3ce1b81a2da28c0634619ee2b865e SHA1: b746b8b71bd95b74cee9db3572a4800b42c6436a SHA256: 5367f070054957f955fe991d0598255b9882ce1eb43f3c1c465bb9fc432fd57e SHA512: 5ffbc757d940846f90266d6b36481d889cd8ae93025f8fd99a242035d471ea9de7acd451ffb5b2365cc98557618bd77af9dddeb376e156f57230697c7a656067 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 Package: golang-github-emicklei-go-restful-swagger12-dev Priority: optional Section: devel Installed-Size: 102 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-emicklei-go-restful-swagger12 Version: 1.0.1-3co1bv2022dev2b1 Depends: golang-github-emicklei-go-restful-dev Filename: pool/development/g/golang-github-emicklei-go-restful-swagger12/golang-github-emicklei-go-restful-swagger12-dev_1.0.1-3co1bv2022dev2b1_all.deb Size: 20584 MD5sum: 8d4e06c83568b06d4fe494af03f3cc20 SHA1: eb5a338ce5fa6b6d75c7c3dc8dacf0dc30a0ca88 SHA256: 17035c79e717285e3d3ab619d5f3aea66091c6228954a4a3a38aeea9ddc6ab22 SHA512: 8cbd854a46ce12c297c908584bdeb6856d0cae3819fbb8ba66fd0759b3c02cb2ae2c3bcebe5d991b187223291dd98fc69ff05732ffe0f89465ddb9613a626301 Description: Swagger 1.2 extension to the go-restful package 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. . This package provides Swagger UI 1.2 support for go-restful. Homepage: https://github.com/emicklei/go-restful-swagger12 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-erikstmartin-go-testdb/golang-github-erikstmartin-go-testdb-dev_0.0~git20160219.0.8d10e4a-1.1apertis0bv2022dev2b1_all.deb Size: 8304 MD5sum: 9c5b978d698f2fd9d4bf512b1135ffee SHA1: 2a6713fb316b017e5e5cd93811e6aea13983516e SHA256: e4c40def760a6e30e88262b5ae3f501b8c46e1dde4ceedbbe253c968f2147a9d SHA512: 54028d65085783908014bb726ecf063295ad0a7854ba53d404d1545c0df08df171278df96425bba657b7886663ab24138d259e7b3876ea0432ce0138835848b8 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: 156 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-evanphx-json-patch Version: 5.2.0-1apertis0bv2022dev2b1 Depends: golang-github-pkg-errors-dev Filename: pool/development/g/golang-github-evanphx-json-patch/golang-github-evanphx-json-patch-dev_5.2.0-1apertis0bv2022dev2b1_all.deb Size: 21536 MD5sum: 34b61488c018a7f01ca1c7aaefdf7f8d SHA1: 5da65ed57306b7f7f7d34bd587b37effa84a67f3 SHA256: 9d036745cb1c8629b93190cc947a19476c1cf51a5aa18f3cf3289e16d6119582 SHA512: f3d2b91e9e1bd35201e738dd1aa598375b81cf2350ad3efc64df9197fbb7a523a52baead5a42e32c8a1e479e6bce52c20ee33d33db276ba138a833f585b676c0 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 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 11624 MD5sum: 95896f03a362393df351484a017f74c5 SHA1: 844fa1f544c70bc5a7231fd733a533190839ef39 SHA256: 4236732f3de484009dc61debf194008cf49fe2ae3eb72e003fe5dd11976903b0 SHA512: e5feef01bac827bf777a6fca61eb72ec361c64be0cfcf8d4948f654c8576b6a803a630958b44c75fb73d0021c98a7b50562284431f5ffffb54d55fca2a020be4 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-fatih-structs-dev Priority: extra Section: devel Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fatih-structs Version: 1.0.0-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-fatih-structs/golang-github-fatih-structs-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 13608 MD5sum: f2c3905132be1e6602f90a7a290f7eaf SHA1: ab1f5c28bdb9be2133dfe7b951a5cfad2c93807a SHA256: 10b687ca027c966367638b7a977c53e042df1944f4ee6db147795e9bb2f0903b SHA512: 6da5d54472ef406ba7798deeaa0291bfa7e1c71ee645f5d21c2b3d1c9c7689b99a45989e846b7ff8b8be3e266bb7dee024d309733c2d6897b1e87b518b455acf Description: Utilities for Go structs Structs contains various utilities to work with Go (Golang) structs. It was initially used to convert a struct into a map[string]interface{}. With time we've added other utilities for structs. It's basically a high level package based on primitives from the reflect package. Homepage: https://github.com/fatih/structs 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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-fernet-fernet-go/golang-github-fernet-fernet-go-dev_0.0~git20180830.9eac43b-2apertis0bv2022dev2b1_all.deb Size: 7940 MD5sum: 906a780c6c5931d049556338ee242b63 SHA1: 2202dcc85efe41dc47e24bd42eb0129bbe8b82f1 SHA256: db8236bc4be30814587c416d2dc61eb0f7e51b490c48025deaa7d8e53beebf45 SHA512: 1bd45d2219581a7a862c1fea3b6c93b27eac5bd345bac88a5c3d2661607784ae2022118ce0c9c26b53780c48f765b673b65b65ac853cd48b7877a9c1988fd4b0 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: devel Installed-Size: 85 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fluent-fluent-logger-golang Version: 1.5.0-1apertis0bv2022dev2b1 Depends: golang-github-bmizerany-assert-dev, golang-github-tinylib-msgp-dev Filename: pool/development/g/golang-github-fluent-fluent-logger-golang/golang-github-fluent-fluent-logger-golang-dev_1.5.0-1apertis0bv2022dev2b1_all.deb Size: 14900 MD5sum: def29eab0e10e0f0402cdc873936d932 SHA1: 212c489dbaf7eff5a5a81d245de99555ade242ab SHA256: 2361c86aa3ac7ca0e5fb7a448fd2cd63dc5e7d0a60ec8d39485b04639fa6e358 SHA512: 4318a35e35813d588bffbeb0fbe37461953c3f9efe749d9d6ec8fc7af45bf7727c855c72e99cb1112f554223f10417b76f88a2b290c6e85eba6248fa278f1c0f 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 Package: golang-github-frankban-quicktest-dev Priority: optional Section: golang Installed-Size: 176 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-frankban-quicktest Version: 1.11.2-1apertis0bv2022dev2b1 Depends: golang-github-google-go-cmp-dev (>= 0.5.2), golang-github-kr-pretty-dev (>= 0.2.1) Filename: pool/development/g/golang-github-frankban-quicktest/golang-github-frankban-quicktest-dev_1.11.2-1apertis0bv2022dev2b1_all.deb Size: 31620 MD5sum: bf827a257d65d0428ab082a493b50750 SHA1: ae5b0162c0403b80c5f0a554f32cbfb413b50542 SHA256: 9d90966de9b68edc134896f7ad84802a32114489611c8575dd49770a7b13059a SHA512: fd030f33e674a4c143e826c7ebbd5bee6ad73588e47d805a80dee306498c08f73776bc2691d26469227974bebaf1fe8f4994df68251c70aae7b6704452e77b40 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 Package: golang-github-fsnotify-fsnotify-dev Priority: optional Section: devel Installed-Size: 131 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-fsnotify Version: 1.4.9-2apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-fsnotify/golang-github-fsnotify-fsnotify-dev_1.4.9-2apertis0bv2022dev2b1_all.deb Size: 27780 MD5sum: 0c6d25e246f8696842889e11accb3089 SHA1: 42fd1709b27f01901d046566acb82bd07003da4a SHA256: ade991722614484cd3eefe20377e562d68105df985ad10af848cb61d24585ae5 SHA512: 2f7dbee6ccc319250bc965b524de7f364f24d80f75c1d771dee3e7b30c69a5ea3011543b7b19551ae46b39e0af5296a2ad0b2cd00745b3ae943e0433d2abd701 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://fsnotify.org/ Package: golang-github-fsouza-go-dockerclient-dev Priority: optional Section: devel Installed-Size: 872 Maintainer: pkg-go Architecture: all Source: golang-github-fsouza-go-dockerclient Version: 1.6.6-1apertis0bv2022dev2b1 Depends: golang-github-docker-docker-dev (>= 17.12.1~), golang-github-docker-go-units-dev, golang-github-gorilla-context-dev, golang-github-gorilla-mux-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-fsouza-go-dockerclient/golang-github-fsouza-go-dockerclient-dev_1.6.6-1apertis0bv2022dev2b1_all.deb Size: 127336 MD5sum: e50338417c8fa9a5f7f1fd47cee35b15 SHA1: 4fff07b25b1b30207e2c8e68c05b3cf667bc8697 SHA256: 618de27d00cd61dc72f6ccdd30073b9fef73ed2e3f89e5199beadd57e1c8a515 SHA512: abbae69926d256e63b5d6fdd59b7a583f0d1398d9bcc220190a4dc01dd18886026b98b22b8bb1d0c60acc7e8d95b375e06da1306770316492fa9882d74b49581 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: devel Installed-Size: 83 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fullsailor-pkcs7 Version: 0.0~git20190404.d7302db-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-fullsailor-pkcs7/golang-github-fullsailor-pkcs7-dev_0.0~git20190404.d7302db-2apertis0bv2022dev2b1_all.deb Size: 23704 MD5sum: be2fab1947f3a632d326904bcb37eb4a SHA1: 07e1672854ac2c69c7c8a7ef411651caae75334b SHA256: db158c462e6b1cf8f4854b6bc59398df975fa2bb526b958fdfbc266f0f31b94a SHA512: db5c6b81a14601f049d584b7b9a3e7b8c4dbd64368a0fcfba95a7830a470491d455b3abfe912bd228703ac0b42c694234f1cb97fff39e7189599f708d3e7938b Description: Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652) (library) pkcs7 implements parsing and creating signed and enveloped messages. Homepage: https://github.com/fullsailor/pkcs7 Package: golang-github-fvbommel-sortorder-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-fvbommel-sortorder Version: 1.0.2-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-fvbommel-sortorder/golang-github-fvbommel-sortorder-dev_1.0.2-2apertis0bv2022dev2b1_all.deb Size: 4824 MD5sum: a7712f5aea4a73266dfb600af48d1081 SHA1: 1bde37a46a163e08eea23995faaf60c3a0318013 SHA256: 3bf8bd0adf14a92110cee2053b85fe0bf214a6f600ebedeec254613be9039feb SHA512: b6327b34869ff27c0aad186a16cdb581f97e1e2ab67791478b410db67dcc87cd9f6aa9a73a8248ae19f97060566983fbbeddef0b8af4387a08c84ea765e72710 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 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.1apertis0bv2022dev2b1 Depends: golang-any Filename: pool/development/g/golang-github-garyburd-redigo/golang-github-garyburd-redigo-dev_0.0~git20150901.0.d8dbe4d-2.1apertis0bv2022dev2b1_all.deb Size: 28372 MD5sum: 744d1529bb14fd0d946c4d6cc2df4fea SHA1: 143386bc8784455fcd0c70b4a87e8a864bfb316f SHA256: e479a05db1f76055ffd08bc1b6c6fb28d51055a9165acf4dd3a353fe8df6500a SHA512: e2bde12026d1921122c6c3989e0ff45f9ab194653b4af88619c9cd598f34f9fa2ad14293344c77cee753851a28afb4d548872c54cf5243fc49db045b40f92813 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: 57 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-geertjohan-go.incremental Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-geertjohan-go.incremental/golang-github-geertjohan-go.incremental-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 6420 MD5sum: 0b5f1b87072a0db9d5ca8cf8cae12566 SHA1: f75de66d13bf8840f5470a8e4612193d593ef591 SHA256: 4c47f44386e716661d90638b3b2901e16b3a903991c6da0500de4fb791c3d244 SHA512: 9ad497891ee049aea59926afa95b96047b650ac4c717bd964cf41a52849899e9afff885c375c2570c47b99c66b30f6ebd7450527bde080ea5f24f422821bddec 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 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 68148 MD5sum: 1b6023e4e41ba3f9073974704825b28b SHA1: dd020cd63ec470bbcc3efb9dff025f051f6bab26 SHA256: 32123c80af025358c1ca16bd33a0f88497324d3ed59c80a66c78936c6be1127c SHA512: 4861603c67a80bba7101a3def28e5f6dd02732fd6317f64ee183b46adf125f78ba2a65ba78f91d6424a41f44792949903b1ebf77a2a19d7e9ed509d9450a7415 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: extra Section: devel Installed-Size: 47 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ghodss-yaml Version: 1.0.0-1.1apertis0bv2022dev2b1 Depends: golang-yaml.v2-dev Filename: pool/development/g/golang-github-ghodss-yaml/golang-github-ghodss-yaml-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 13324 MD5sum: 68ec2f4c78e3ee403772317e2ed1f03d SHA1: ec61b5236d588928527d4a5e5933096bc534b787 SHA256: 44db10fa7399c794ae14485b0c2ef4af1312a02549932c5c713fde4628374737 SHA512: 1895836f5cf81173068e1d44ceadd971034e23f2f24fc34e061742d1f93caa5f408bbab14077df228b031bc671f70a2e2706abef6930223b75264e898daef18b 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 Package: golang-github-gin-contrib-sse-dev Priority: optional Section: golang Installed-Size: 33 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gin-contrib-sse Version: 0.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-gin-contrib-sse/golang-github-gin-contrib-sse-dev_0.1.0-1apertis0bv2022dev2b1_all.deb Size: 6928 MD5sum: ec81f9b85a15ccb242c19bc56aaefc7e SHA1: 1d8f33b1e8934d883b75e3c3c15e5d08f967d694 SHA256: e942d69bcb42e15f085f67d6572a5163cb6eeca56bd11b7066bda67a630684a9 SHA512: 5d12fd50ef221b64297590b3bc36b9336439bc808891de856c58771923269bb0f8f30334e061c080b8823bd3935e28d2c6bb2bd99aacc38dc9891d90dde549e3 Description: Server-Sent Events implementation in Go Server-sent events (SSE) is a technology where a browser receives automatic updates from a server via HTTP connection. The Server-Sent Events EventSource API is standardized as part of HTML5 by the W3C. Homepage: https://github.com/gin-contrib/sse Package: golang-github-gin-gonic-gin-dev Priority: optional Section: devel Installed-Size: 502 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gin-gonic-gin Version: 1.6.3-3apertis0bv2022dev2b1 Depends: golang-github-gin-contrib-sse-dev, golang-github-go-playground-validator-v10-dev, golang-github-mattn-go-isatty-dev, golang-github-ugorji-go-codec-dev, golang-gopkg-yaml.v2-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-github-gin-gonic-gin/golang-github-gin-gonic-gin-dev_1.6.3-3apertis0bv2022dev2b1_all.deb Size: 90080 MD5sum: 11d80387766a0507c8c6c92628897108 SHA1: 65fc6c36bd8f68de631311b272681d07d62fbdbe SHA256: f093a766f314c2e5d99e6c1bdf7fe8c32256d71549654d2140dcc6bd7095d8a4 SHA512: 7fa6f7d442c7006cc6989405b161c9305792732ce2aa3a04912ce1875816f9c5cd3bc3061842bb208bae807d9153216616969559a35ccb1c801e376d7016709a Description: HTTP web framework written in Go Gin is a web framework written in Go (Golang). It features a martini-like API with much better performance, up to 40 times faster thanks to httprouter. If you need performance and good productivity, you will love Gin. Homepage: https://github.com/gin-gonic/gin Package: golang-github-git-lfs-git-lfs-dev Priority: optional Section: vcs Installed-Size: 1396 Maintainer: Debian Go Packaging Team Architecture: all Source: git-lfs Version: 2.13.2-1apertis1bv2023dev0b5 Depends: golang-github-pkg-errors-dev, golang-github-spf13-cobra-dev, golang-github-rubyist-tracerx-dev (>= 0.0~git20170927.0.7879593), golang-github-bgentry-go-netrc-dev, golang-github-olekukonko-ts-dev, golang-github-thomsonreuterseikon-go-ntlm-dev, golang-github-xeipuuv-gojsonschema-dev (>= 0.0~git20170210.0.6b67b3f), golang-github-git-lfs-wildmatch-dev (>= 1.0.4~), golang-github-git-lfs-go-netrc-dev, golang-github-git-lfs-gitobj-dev (>= 2.0.0~), golang-github-mattn-go-isatty-dev, golang-github-ssgelm-cookiejarparser-dev, golang-golang-x-sync-dev, golang-github-dpotapov-go-spnego-dev Filename: pool/development/g/git-lfs/golang-github-git-lfs-git-lfs-dev_2.13.2-1apertis1bv2023dev0b5_all.deb Size: 265636 MD5sum: 603576a508e1d7bc3bc36aab416685a8 SHA1: 756d5bc45d39c0196a905574c1f082496f9eff55 SHA256: 36e995d9de79fb0300cdc19a1e615374b9afe59acf88333b4a6bb5064cf7c7f8 SHA512: a8fb552ce63a0a954299b1d3451a6b0d419fd53863045e268cf4227b1c20e3bcf6173abac0b13a11c0377edd06ae8f36518ad40cfb57e69bd2250138e201da11 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. Homepage: https://git-lfs.github.com/ Package: golang-github-git-lfs-gitobj-dev Priority: optional Section: devel Installed-Size: 223 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-gitobj Version: 2.0.0-1apertis1bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-git-lfs-gitobj/golang-github-git-lfs-gitobj-dev_2.0.0-1apertis1bv2022dev2b1_all.deb Size: 42836 MD5sum: 03cf9aa1227bf5e1f58eb03d8c557d5a SHA1: cf405969aa9c8428b860f7b01d7ec410c0101e85 SHA256: 5faee80dc76da72566389e6f48ec89ced01ca4b1b7c669d882aa3b215957e575 SHA512: 56f88833d57d6016594ded9598487ba1502321d7a296a264fd31b0b3711f3d888cb77846422f65297caf9b321a2e904e8d1c93b2e63259fcc7b3162919472d1e Description: gitobj reads and writes Git objects. Package gitobj reads and writes loose and packed Git objects. Homepage: https://github.com/git-lfs/gitobj Package: golang-github-git-lfs-go-netrc-dev Priority: optional Section: devel Installed-Size: 47 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-go-netrc Version: 0.0~git20180525.e0e9ca4-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-git-lfs-go-netrc/golang-github-git-lfs-go-netrc-dev_0.0~git20180525.e0e9ca4-1.1apertis0bv2022dev2b1_all.deb Size: 9588 MD5sum: 4df7a63ab9c4cc36da7bc3b2c7089798 SHA1: cb8ec97f744649297c279cf36bf1c078846061cd SHA256: 86dcb55ee3a90026d97c32e8004b7ca042f6ea07e1ca720e3d4d6c64ce63c3a8 SHA512: 2972fa43f3e675f99e9f40ff082d1ba1cb55d30cba5014833fc380b8fc826adab2b70fb09f24e0f1ea4c7e4a63e49ccdd90a29061d9bfae86fcaa55a9f0753b2 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 Package: golang-github-git-lfs-wildmatch-dev Priority: optional Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-git-lfs-wildmatch Version: 1.0.4-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-git-lfs-wildmatch/golang-github-git-lfs-wildmatch-dev_1.0.4-1apertis0bv2022dev2b1_all.deb Size: 10680 MD5sum: 02f19f536c837ad1bc11be42b3055582 SHA1: d7d95b6c7ee57d3fc5e5c43f67a17e34761caada SHA256: cac17239a328185779723a283e9cdbbbc2a844fdccb78564487861f533b4672b SHA512: 8e7202f13747afa75e9e0aac47b4bc52f00542037217445f6acd80d73c66f2377f609531ee0c5ca5100335ef0bd54aedbaac68e21dee8e9fd8c8c80ba38420e6 Description: Wildmatch is a 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 Package: golang-github-go-ini-ini-dev Priority: extra Section: devel Installed-Size: 160 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-ini-ini Version: 1.32.0-2.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-ini-ini/golang-github-go-ini-ini-dev_1.32.0-2.1apertis0bv2022dev2b1_all.deb Size: 33044 MD5sum: 62a5cab1e28312e26c22d43b85ba75e8 SHA1: 0293448f9f7f10c586baa0503789759fd03b477c SHA256: 8be1b1160a0785826a0102a78f7545e2cdfabdd332458c5b4e90a88598182049 SHA512: bde4f6ef1d3b1bef1494f61f368ff0fe65fcf86747b273d6aa87c977f9e13c3be1c17252a0c1fedd7027204941d5d682ff0d617cc01cdbc962f0f8ed1f680825 Description: Go package for control of INI file Package ini provides INI file read and write functionality. This library privides functions following: - Load multiple data sources(`[]byte` or file) with overwrites. - Read with recursion values. - Read with parent-child sections. - Read with auto-increment key names. - Read with multiple-line values. - Read with tons of helper methods. - Read and convert values to Go types. - Read and **WRITE** comments of sections and keys. - Manipulate sections, keys and comments with ease. - Keep sections and keys in order as you parse and save. Homepage: https://github.com/go-ini/ini Package: golang-github-go-kit-kit-dev Priority: optional Section: devel Installed-Size: 468 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-kit-kit Version: 0.6.0-3apertis0bv2022dev2b1 Depends: golang-github-dgrijalva-jwt-go-dev (>= 3.0~), golang-github-go-logfmt-logfmt-dev, golang-github-go-stack-stack-dev, golang-github-opentracing-opentracing-go-dev, golang-golang-x-net-dev, golang-golang-x-time-dev, golang-google-grpc-dev Filename: pool/development/g/golang-github-go-kit-kit/golang-github-go-kit-kit-dev_0.6.0-3apertis0bv2022dev2b1_all.deb Size: 103208 MD5sum: 05f962f97eeb7586a19d21a0299a3bcd SHA1: 373c28406fc8944f063d8d4184b651c2d95f6db6 SHA256: afdd7776f1e3cff558cbac5131f57b688ef4a9e7afb389023c04a4025ecdfcf4 SHA512: 3b9a08db996159cfbc199e1ab1bb2ed4ba6310b3a3d0434247670c542e240dc0f004200efd5892fa6f6b2968680c27da82f46cd7c412de5d8948edeaafb892b9 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 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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-logfmt-logfmt/golang-github-go-logfmt-logfmt-dev_0.5.0-2apertis0bv2022dev2b1_all.deb Size: 13600 MD5sum: fa7c43f71ff048d2596863803d17eba1 SHA1: bf70fb31b4b3f4f9ebbc9d8af5b8d4fab23ae133 SHA256: 1aec0b3765a203d5ae62ff4600c5df7846a82bac5b23aac5f5ae9ca2f83f79f7 SHA512: e9dff43de99693b22ef6d932269344045db24e38f10c9ef6fc51c3040d5db58a0bfaff3be123e2808c2adb24aa3f72bad21af8742f0a1cf693add7de4b7b7c97 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: devel Installed-Size: 47 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-logr-logr Version: 0.4.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-logr-logr/golang-github-go-logr-logr-dev_0.4.0-1apertis0bv2022dev2b1_all.deb Size: 9444 MD5sum: 430fd3cacb3e2356a7455f39ebd0ba04 SHA1: e1a20a73ee5724daa92b635d7d5a8ece5da9d0fa SHA256: 46ec42c00c6161763940095bf774d75496e031132a362f380d657a3f8faf85ba SHA512: 78a757de85ebbd0af215a7bb5a52c3a7c21c9e198037ec4b4ac8f12624c7ff19dcc3638f7764a7675099c0b585cfe391abeaaeaabe4c44061f5589d81d10fb8d 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 Package: golang-github-go-openapi-jsonpointer-dev Priority: extra Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-openapi-jsonpointer Version: 1:0.0~git20160704.0.46af16f-1.1apertis0bv2022dev2b1 Depends: golang-go, golang-github-go-openapi-swag-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-go-openapi-jsonpointer/golang-github-go-openapi-jsonpointer-dev_0.0~git20160704.0.46af16f-1.1apertis0bv2022dev2b1_all.deb Size: 5880 MD5sum: fda2dd9c3351d819af088a5ac29df73e SHA1: d198e7b96affbf304524a7ada7e09754a0a28c1e SHA256: e2116f23c64bda710f3f0c83b2422ad4e6a5e3cad4032c0d9582db9d62fe27fe SHA512: a5351d84bf1cbfa8a0f687867c67b9b4ea0c4b56d8f5f5c1e40e148df730c07009b46c61257d11f3edc5ab78ef73d44132dbcb6293342c33912e956e56b82c86 Description: fork of gojsonpointer with support for structs gojsonpointer Build Status (https://travis-ci.org/go-openapi/jsonpointer) codecov (https://codecov.io/gh/go-openapi/jsonpointer) Slack Status (https://slackin.goswagger.io) license (https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE) GoDoc (http://godoc.org/github.com/go-openapi/jsonpointer) An implementation of JSON Pointer - Go language Status Completed YES . Tested YES References http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07 Note The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented. Homepage: https://github.com/go-openapi/jsonpointer Package: golang-github-go-openapi-jsonreference-dev Priority: extra Section: devel Installed-Size: 29 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-openapi-jsonreference Version: 1:0.0~git20160704.0.13c6e35-1.1apertis0bv2022dev2b1 Depends: golang-go, golang-github-go-openapi-jsonpointer-dev, golang-github-puerkitobio-purell-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-go-openapi-jsonreference/golang-github-go-openapi-jsonreference-dev_0.0~git20160704.0.13c6e35-1.1apertis0bv2022dev2b1_all.deb Size: 5208 MD5sum: 94fa157abb3c2720e4c6571599a36a9a SHA1: 2cf2471d394f82e90109546a34c39d3244143f92 SHA256: e17a241c64b8345ece12c0b314207b4fbdddaf41af4262746dd3ede1c8e48735 SHA512: 0fe920cdebc5727e1ba60d502a89530fdfddadcc0038ba8221231926c12f5fd06a0e64b6cabc7fd340bd4637a90ff98ac49c910f927f9155f436abe6ed5a497f Description: Implementation of gojsonreference with struct support This library implements an implementation of the JSON Reference specification. It adds support for structs. Homepage: https://github.com/go-openapi/jsonreference Package: golang-github-go-openapi-spec-dev Priority: optional Section: devel Installed-Size: 2040 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-openapi-spec Version: 1:0.15.0-1apertis0bv2022dev2b1 Depends: golang-github-go-openapi-jsonpointer-dev, golang-github-go-openapi-jsonreference-dev, golang-github-go-openapi-swag-dev (>= 1:0.15.0~), golang-github-stretchr-testify-dev, golang-go, golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-github-go-openapi-spec/golang-github-go-openapi-spec-dev_0.15.0-1apertis0bv2022dev2b1_all.deb Size: 134904 MD5sum: 268db04653b81991d1265a6e1f3cc961 SHA1: 1f2c5e3b98b4fc141a8e1c67b6af033ff76ea0a3 SHA256: 73d01b397fed13dd9ebf46eaf37dfa8484a10a404cd9ef620f125070ec0d556c SHA512: 0bd3f1066d542f84eb9bd79fa148f7f77040256567516047715716cb481585919b6107270157b7e97d770001333b997d6956922d026790faaab08aa67c3572c5 Description: OpenAPI specification object model The object model for OpenAPI specification documents. Homepage: https://github.com/go-openapi/spec Package: golang-github-go-openapi-swag-dev Priority: optional Section: devel Installed-Size: 122 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-openapi-swag Version: 1:0.15.0-1apertis1bv2022dev2b1 Depends: golang-github-mailru-easyjson-dev, golang-github-stretchr-testify-dev, golang-gopkg-yaml.v2-dev, golang-go Filename: pool/development/g/golang-github-go-openapi-swag/golang-github-go-openapi-swag-dev_0.15.0-1apertis1bv2022dev2b1_all.deb Size: 18840 MD5sum: f4d100f107fa6b87d5c54123865942a8 SHA1: d4b7707f1c5f6f14e4609eb6743a771a6bcbfd19 SHA256: a850c7b1a5b6ca5f0f7c64e433e4ca5a084d2407c8658a72897a471a69e5459f SHA512: 1f3c6d74aa5c859d48bea059ae2677a38c9b6a1d26ebd0426c38b1d0e8c84e2d5a771c142bc0973768e8ec3665cbc5fbcd133c9fa2aa3231cd27fabc9d27ccba Description: goodie bag in use in the go-openapi projects This package contains a bunch of helper functions for other go-openapi projects. . * convert between value and pointers for builtin * convert from string to builtin * fast json concatenation * search in path * load from file or http * name manglin Homepage: https://github.com/go-openapi/swag Package: golang-github-go-playground-assert-v2-dev Priority: optional Section: golang Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-playground-assert-v2 Version: 2.0.1-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-playground-assert-v2/golang-github-go-playground-assert-v2-dev_2.0.1-2apertis0bv2022dev2b1_all.deb Size: 4928 MD5sum: 7cb6735cc61f055c0a0e03be64c857d4 SHA1: 35ce85a82679d8c219455ac51600e278cc8823ec SHA256: c6ec154a38c47bf4614200cb75acd5a060205bd95315e8ae4008403351ccf46f SHA512: a0ccb1242b6c75089a384a8bd3abfea6eb07f0e86ee0a718a20991920de86890144adb4563a8613967ec1980f2d9e196347f989a99909582bb6f6d9f783e73d5 Description: basic assertion library for Go This library implements basic assertions, but can also be extended to provide custom assertions/error handlers. Homepage: https://github.com/go-playground/assert Package: golang-github-go-playground-locales-dev Priority: optional Section: golang Installed-Size: 29759 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-playground-locales Version: 0.13.0-2apertis0bv2022dev2b1 Depends: golang-golang-x-text-dev Filename: pool/development/g/golang-github-go-playground-locales/golang-github-go-playground-locales-dev_0.13.0-2apertis0bv2022dev2b1_all.deb Size: 566308 MD5sum: fbc6d2a1b3a15971a7f7ed577c5ad5e8 SHA1: 4bf9b0b1d73de70ad0c25d2c4c7a911b94f5406d SHA256: 6eb8c9600883294cae2cf5f8584028c76f6587a848ac056af112b8af5165bd28 SHA512: 5aef6b2b71f66b6e65eefd9e816d3479a655305621e2d0617327f7e9d51ef564458c029fd530365960c7ebe243b4479e396e2b191f5938457682c936dc9cb7df Description: set of locales generated from the CLDR Project This set of locales was generated from the CLDR Project, and can be used independently or within an i18n package; the primary target is supplementing go-playground's universal-translator. . Features: - Rules generated from CLDR data v31.0.1 - Contains Cardinal, Ordinal and Range Plural Rules - Contains Month, Weekday and Timezone translations - Contains Date & Time formatting functions - Contains Number, Currency, Accounting and Percent formatting functions - Supports the Gregorian calendar only Homepage: https://github.com/go-playground/locales Package: golang-github-go-playground-universal-translator-dev Priority: optional Section: golang Installed-Size: 116 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-playground-universal-translator Version: 0.17.0-2apertis0bv2022dev2b1 Depends: golang-github-go-playground-locales-dev Filename: pool/development/g/golang-github-go-playground-universal-translator/golang-github-go-playground-universal-translator-dev_0.17.0-2apertis0bv2022dev2b1_all.deb Size: 14592 MD5sum: 980a39e21818a68d6a2adf46ce629a3a SHA1: 8d970813e710fe8fc82108b9e06d47cad71dc9e6 SHA256: 77d503cf6f89fe9fc1228cfd00e64916cbb9ba26f05785a15dede14be6c4663e SHA512: d57ef52a6aee9128f33fed69aaacab97de7d27963ebb17c3331fdcdf158a387747a8393b07aff2571dcd8bf93b649f48ed8dc4892f921ec743af447d9c847655 Description: translator for Go using CLDR data and pluralization rules Universal Translator is an i18n Translator for Go using CLDR data and pluralization rules. This package is a thin wrapper around its locales counterpart (golang-github-go-playground-locales-dev) in order to store and translate text for use in your applications. . Features: - Rules generated from the CLDR data - Contains Cardinal, Ordinal and Range Plural Rules - Contains Month, Weekday and Timezone translations - Contains Date & Time formatting functions - Contains Number, Currency, Accounting and Percent formatting functions - Supports the Gregorian calendar only - Supports loading translations from files - Supports exporting translations to files Homepage: https://github.com/go-playground/universal-translator Package: golang-github-go-playground-validator-v10-dev Priority: optional Section: golang Installed-Size: 1179 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-playground-validator-v10 Version: 10.4.1-2apertis0bv2022dev2b1 Depends: golang-github-go-playground-assert-v2-dev, golang-github-go-playground-locales-dev, golang-github-go-playground-universal-translator-dev, golang-github-leodido-go-urn-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-go-playground-validator-v10/golang-github-go-playground-validator-v10-dev_10.4.1-2apertis0bv2022dev2b1_all.deb Size: 94144 MD5sum: be16bff83804f72c9842e696885e9f79 SHA1: ec05e3ceca6c2b3a1494e5c7b87f2b06e3a909fb SHA256: 0a78d2b511d53ad8065900df4b2abc62294c38632d2dd915cdf911c91d9ae0ca SHA512: c8fcf3dfee418148dba18d85be274af5a5a5056fabb3b99b90d5f295d4af29115fefa6e9c7e1069bc67dd57bbaa21a79b1d4ceac9dff595ef299f2b615c1e6c9 Description: Go library for struct and field validation The validator package implements value validations for structs and individual fields based on tags. . It has the following unique features: - Cross Field and Cross Struct validation by using validation tags or custom validators. - Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated. - Ability to dive into both map keys and values for validation. - Handles type interface by determining its underlying type prior to validation. - Handles custom field types such as the SQL driver's Valuer. - Alias validation tags, which allows for mapping of several validations to a single tag for easier definition of validations on structs. - Extraction of custom defined Field Name, allowing to specify extracting the JSON name while validating and making it available in the resulting FieldError. - Customizable i18n-aware error messages. Homepage: https://github.com/go-playground/validator Package: golang-github-go-sql-driver-mysql-dev Priority: optional Section: devel Installed-Size: 361 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-sql-driver-mysql Version: 1.5.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-sql-driver-mysql/golang-github-go-sql-driver-mysql-dev_1.5.0-1apertis0bv2022dev2b1_all.deb Size: 71272 MD5sum: aae2352ecef5cf42d4c722affee74404 SHA1: 47992259f6d5d2cc8d0065bcf7b4c015a029a8d3 SHA256: 41e6deb168fdaf07645372e68e02e45d5dff5c229ae0824ffed6964e0eaed911 SHA512: e0c1cc69b1c7a0aa0fd1759ecf2afc052779d54279ff219c29c4ad42d5d4d7644c119ddfd3f34e11fb1eb8846c384aa192f372edc97f11e420660a365347d99c 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 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-stack-stack/golang-github-go-stack-stack-dev_1.8.0-1apertis0bv2022dev2b1_all.deb Size: 8912 MD5sum: 3bf3beaec2297dcfdac4d9c533d55f55 SHA1: bd8030f35e64bbe8609cd44dbd9d0202591bd381 SHA256: 58870d0c833125bc7a70eb83120f652d10f3e9ac27b686ca12554d9794beae76 SHA512: 93c5e72f7716c62f152562027349f17c12fde91df57e3998be98fd99c9cbba01254c0ae208ce27e4b0c1114873d9e58ed0faa73fae3b93b1174aa8103a9a0fd5 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-go-test-deep-dev Priority: optional Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-go-test-deep Version: 1.0.3-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-go-test-deep/golang-github-go-test-deep-dev_1.0.3-1apertis0bv2022dev2b1_all.deb Size: 10032 MD5sum: 71beaa34f9d2bfcef7f301445e2912d4 SHA1: 1402592480790a5d2e9cd4d58e31c10185cd54fe SHA256: 5071848ee0e4334a745af0ad226557b6fad2b8f283640ed7ee6dee91699881ea SHA512: 64993b98b32a8ca3a4d284467c18dc281dc7583a0a008acb8930edd5da4fbdbbfd6e2aa4aa3bb7365d95178f60b20510e06666007f0de8acdedfe59638580b5c Description: Golang deep variable equality test that returns human-readable differences Deep Variable Equality for Humans. . This package provides a single function: deep.Equal. It's like reflect.DeepEqual (http://golang.org/pkg/reflect/#DeepEqual) but much friendlier to humans (or any sentient being) for two reason: • deep.Equal returns a list of differences • deep.Equal does not compare unexported fields (by default) Homepage: https://github.com/go-test/deep Package: golang-github-gofrs-flock-dev Priority: optional Section: golang Installed-Size: 51 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gofrs-flock Version: 0.8.0-1apertis0bv2022dev2b1 Depends: golang-gopkg-check.v1-dev Filename: pool/development/g/golang-github-gofrs-flock/golang-github-gofrs-flock-dev_0.8.0-1apertis0bv2022dev2b1_all.deb Size: 10376 MD5sum: c5457bfcc15e52259ceaa465b90e96b3 SHA1: 82e72b9e60ad30b2e0b4404b8cac4786dc284c93 SHA256: c69290e9f75abddffda14ee1fb7d65de0d5538259dd37880563f74134717e6c0 SHA512: fcf76bd76f1683c2d7419cf8df0a3576f6c087de2b123fd6c58a4b76059596435fd3a8093288196ac5c93a73e5f158e7073926e17fa08af583c6f290cc36e474 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 Package: golang-github-gofrs-uuid-dev Priority: optional Section: devel Installed-Size: 119 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gofrs-uuid Version: 3.2.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-gofrs-uuid/golang-github-gofrs-uuid-dev_3.2.0-2apertis0bv2022dev2b1_all.deb Size: 17544 MD5sum: 5a4728eb8bd54f184a5dc5821f3099c1 SHA1: d6cc14ae689915998427b0e27cd56dfbd90c71f8 SHA256: f22421be3e8c472c396d7be838d50e5454e32d4ada25af999eb81536694e2c44 SHA512: b8c62b63e83d91d6ee6ef74e4cd65895749bba78eeb2377fd34576f851f80bd06704014dcfbcde58a8ff690e80349f87f4e29d022b571c9d76f5e1bd62cb8cc5 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 Package: golang-github-gogo-googleapis-dev Priority: optional Section: devel Installed-Size: 835 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gogo-googleapis Version: 1.4.0-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 80024 MD5sum: 47449678a58d7bf8394162c39ed0f28b SHA1: 674d465001056b13758077b2b1e6276f81e14c39 SHA256: 3cd7112898e2fdd7713a027744d236c5e5118d98460875d466b0de256efa627c SHA512: ccdc57a1e3200bb6773992bb8c914bd49e6c64c097705751299a40d2787993daddd29c27ac35785c51e150c7aa0e159fb62e8fd2fdaa5e65fc1735164f20f26c 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-1apertis0bv2022dev2b1 Replaces: golang-gogoprotobuf-dev (<< 0.2-1) Depends: libprotobuf-dev Recommends: gogoprotobuf Breaks: golang-gogoprotobuf-dev (<< 0.2-1) Filename: pool/development/g/golang-gogoprotobuf/golang-github-gogo-protobuf-dev_1.3.2-1apertis0bv2022dev2b1_all.deb Size: 851188 MD5sum: 1ebcc80a88f999914120bdf186b5ef25 SHA1: 7a166f2070dacab5b360bf43e57b3ab05923ac4a SHA256: 90cc2557fe6aeaa984ebad9494771cb4f2134b5857c7845ab9e5c4715c9a340b SHA512: 7b7d1ab3d3f97342382f8932460da9347c3240956d579fc416d63036efd87a09089aa48e56fc0c5b2b0c0784d9aedee463de4b36bb9e3bab19abfe8204ceb2ce 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-1apertis0bv2022dev2b1 Depends: golang-goprotobuf-dev Filename: pool/development/g/golang-github-golang-groupcache/golang-github-golang-groupcache-dev_0.0~git20200121.8c9f03a-1apertis0bv2022dev2b1_all.deb Size: 23336 MD5sum: 57712427ba7454e4ce3229facf5d9f99 SHA1: f9ce2a2ca475c4f0d24f40c9e019f2321e9a67f5 SHA256: 091ae193d7c57beace0ad6ccbaf6b2212d7531146b63324f374d3694b7ec0c99 SHA512: 6cdd510b0689a8fd31655d7537576492f9f3c45793a265cad6ab8505578cb0e3fe4f1164fc44b504ad86f4070579277336d98e5853355d11f2c16bdc3488b460 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 Package: golang-github-golang-mock-dev Priority: optional Section: devel Installed-Size: 223 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-mock Version: 1.3.1-2apertis0bv2022dev2b1 Suggests: mockgen Filename: pool/development/g/golang-github-golang-mock/golang-github-golang-mock-dev_1.3.1-2apertis0bv2022dev2b1_all.deb Size: 35328 MD5sum: 9b91c6e339a845d6f1f83790ee9bcab2 SHA1: c76e37334fd1f296dc57b1d23da5024da968fa83 SHA256: c72e75be13ebf20b0d1ed6e156bdb711afc0dfaab6a7cb0c09a26ef509b11b4d SHA512: 6023140cc9ab8c27a9d6c9285bec1061e91907acbee6350bfc837868e04e03f0cfd3130f4d264e7b2ff7c5e2285071499ef3d1309c299eb9234e62bef132d802 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 Package: golang-github-golang-snappy-dev Priority: optional Section: golang Installed-Size: 222 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-snappy Version: 0.0.2-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 54464 MD5sum: bc851a6471f6540ebd5faa7c7a52410d SHA1: 94bbcced5f95561405236f7a1dc670b6fb0c7c1a SHA256: 64681f9ecdcae9691236677116c6264cf61fd6a5e3fdfc432536beb79c00425c SHA512: d3f57f675269c1c29634a37dc338c965469d9493f7f210af707e1988780044acb02b36d79cb15534941c2c0d2039b48b4035550efc55d740fdd39ef14ecb777d 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-google-btree/golang-github-google-btree-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 13460 MD5sum: af17329e2ae0c218019d2e714b1755de SHA1: 248e2ade1d0a9e630dbf361393b94d571d29a3a7 SHA256: 8e0fa10513bff7357ac1c8fd93170f1d92aedeede466b165305f8c6f99098028 SHA512: a136ed7b80592c39db094448d288925f0b8f85c32107e89573ad39484761ec99fddf31c7ba7044bcf94f0292571242d3f3924b883021b5d5662b45f7a35e8e61 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-3co1bv2022dev2b1 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-3co1bv2022dev2b1_all.deb Size: 536348 MD5sum: a34130f69a3cb6a273b1f597b00378c2 SHA1: 444dad801602a3d3efe2466005c50d22919c4951 SHA256: 5744576396ed841efb9328ed9d3d0ebd5403a991e5961bf022aee06b886c35a8 SHA512: 6f40eac92d1b019f61df6cd1cd68c129fef5f1982acd4a174d10121eadf989f8720c04ce7e9e22025607fb431dde4790b115d6dd283931ad869242919872ac83 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: 487 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-go-cmp Version: 0.5.4-1apertis0bv2022dev2b1 Depends: golang-golang-x-xerrors-dev (>= 0.0~git20191204.9bdfabe~) Filename: pool/development/g/golang-github-google-go-cmp/golang-github-google-go-cmp-dev_0.5.4-1apertis0bv2022dev2b1_all.deb Size: 83844 MD5sum: 33c563c50d9a0eab42810c736a98a7af SHA1: 5c752fcbf89ca0c24fe5520801f95166883f60b4 SHA256: e7df02216b5abcb6ae087130cb0d2d4eb58f524e86f5cb90248cbaa24f11a5e2 SHA512: ff50b52d3ee47e041ad219adc8aeadaa4ffd342a0b5810fea66a08243b3ba98a0b524e42eabd687f9e8d20451aecf23791aff601ac79824b1ac259f63aae0adb 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 Package: golang-github-google-go-querystring-dev Priority: optional Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-go-querystring Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-google-go-querystring/golang-github-google-go-querystring-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 7660 MD5sum: 6f64a865af807cc58570f8c5eaeb4e43 SHA1: dbb2e86980a38ddf5fe292bdbef8f429c87bb2e4 SHA256: 03e59a9686ae32d088f37a3094ab58e1b3e6acefa74394165c312873361cf205 SHA512: e6385892c939796d12c365770bb1e6d5d4e01f95599cb97b64acad820571391679306c342ebf0699f599d6cbb86b23eec265272c280f93c81a55a7217db9175e 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 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-google-gofuzz/golang-github-google-gofuzz-dev_1.2.0-1apertis0bv2022dev2b1_all.deb Size: 13136 MD5sum: b50be704595fdbed699aa92b854a4a72 SHA1: 70f80a5ce861d9589c769a4819aa2bd86fd66385 SHA256: 872fadb90ce09d7ae1cc3aa8b4688e0b29bab1fdbbba0c66431c2b3732266174 SHA512: 42e5c4e25ee346228dc3ca72dee5769453a5b93fa22e8862975bfe16bfdf91b796163a129f5ab418b1c6ccca1ccb032792b0d75198b3024d0a03586a68888e70 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: devel Installed-Size: 852 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-martian Version: 2.1.0+git20181219.d0b5ad3-3apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev, mime-support Filename: pool/development/g/golang-github-google-martian/golang-github-google-martian-dev_2.1.0+git20181219.d0b5ad3-3apertis0bv2022dev2b1_all.deb Size: 96836 MD5sum: 8d4bedfa25b91610894fd2b0b557c893 SHA1: 131aaeeffd8cfe38654f30e8fe2e3d51965f8c28 SHA256: 5bb3aa3895a0879e22010ad73b69c8d2c8ee3829fadecec91e37d83a07ba03bc SHA512: 2aa53f646ea2909b3e97db10dcee648a55f352a2f8af8075f93e82bfb72855278a32b1181b7e924e2849e8c74c368e0f8b43b57d2e80aaf05292eedf46358d47 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 Package: golang-github-google-pprof-dev Priority: optional Section: devel Installed-Size: 3581 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-pprof Version: 0.0~git20200905.acf8798-2apertis0bv2022dev2b1 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~git20200905.acf8798-2apertis0bv2022dev2b1_all.deb Size: 880220 MD5sum: c384be269334dfefc47b434405612133 SHA1: ffd5ed42794a92e68c4e10b6648d6a64a9cd30b3 SHA256: f00059f0a8e9115985ad4a198879ff16d8a8fd1718136aa6533fc7402bedfc63 SHA512: ab01dbcea1b5532c679e1a464240b0048125bcfb6e267b898e43ad8c69bf7c6e2185d9650d552a4947f5700f86c56992f67f38ba35a0859f06b241fd17622204 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 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-google-shlex/golang-github-google-shlex-dev_0.0~git20191202.e7afc7f-1apertis0bv2022dev2b1_all.deb Size: 5800 MD5sum: f0fbd0a609203c6cc334b0cc94476d93 SHA1: be4fbea7dd6d6dfb10c9d89a84df692b0e9a27f8 SHA256: 6163ca7f6feb30b811a5a31f50863411238bfe62fc7a490965eea014d3779100 SHA512: 11875d3123be6424ba040821466355758899574d84767dcb8636f286d08ee3e1a4e18528e933343e09538eaa666bb5917db40a7a34e808d0e5a20a402c671d79 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: devel Installed-Size: 72 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-google-uuid Version: 1.2.0-1+apertis1bv2022preb1 Filename: pool/development/g/golang-github-google-uuid/golang-github-google-uuid-dev_1.2.0-1+apertis1bv2022preb1_all.deb Size: 16376 MD5sum: fd26ccd8a926f811183e6a90b92145a4 SHA1: c787387f40fd5a707f4abe5ec7da85df6c290ab8 SHA256: 26c6173b65636b75981cee1e83a6e4531302f4d4d229d79a0098030b00a07083 SHA512: 80292304b8910c88c302623a32f63f69c2b225267f5c23d8be6a704926526a427fc2ebaa5f98b02746d528e2d9faed364b381544761c0238f94b876c2b95a939 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: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-googleapis-gax-go Version: 2.0.5-1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.6.0~) Filename: pool/development/g/golang-github-googleapis-gax-go/golang-github-googleapis-gax-go-dev_2.0.5-1apertis0bv2022dev2b1_all.deb Size: 12220 MD5sum: 2d62f94d21f35e0d2084f1fc6a540879 SHA1: 3d77b203a46c2504c86052fea429cca6f252ed08 SHA256: ff80ed8eeaffe725f73eb14c6248e3986c15e87e684caac93901f548c7bff027 SHA512: 0786d822eeb83d7b517865cab4d16a9a303bc4c3251f194aa6c94af9dc9e6f9850d68ec53fce6e9b1d8dff597f385d9e0bcecfd38156226ec1a0130bd0e24bc3 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 Package: golang-github-googleapis-gnostic-dev Priority: optional Section: golang Installed-Size: 1060 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-googleapis-gnostic Version: 0.2.0-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 83744 MD5sum: 42172b5320272f92122d210f8fd8bfdb SHA1: d3c5ef90320225ea6da3186edd997c334b361e11 SHA256: 407a8d752bd3e74c652f30da9accaf7d5058ee9ae0ed9344c3be4789a940bc92 SHA512: dca4a205c882b2c22513436d026d46effaf2c3cc7f9554d9b3314823861d9d46d77a0c3ade00a2716ca177e7cde0d891a9a8c026675ef797956e255d472b9820 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-gophercloud-gophercloud-dev Priority: optional Section: devel Installed-Size: 6874 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gophercloud-gophercloud Version: 0.12.0-1apertis0bv2022dev2b1 Depends: golang-golang-x-crypto-dev, golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-github-gophercloud-gophercloud/golang-github-gophercloud-gophercloud-dev_0.12.0-1apertis0bv2022dev2b1_all.deb Size: 628552 MD5sum: e7b0826dee378f51eb58bc4baaf02d6c SHA1: 47fbad468fece99ef2b5ea371c4ff9c57c624ac9 SHA256: 2d60abe332b740582894c555faff8e72809842f8e4337f2ff0d502d1e5e07671 SHA512: 6fa8364e7d5bc103c2be5f88d8474a0255b55f485477ac15a11d3ec33fc2a914c4d24a057bd01aeccbd52d9c5a12a39d8c79fac5f1859bb2c4ea45be00a46a5b Description: OpenStack SDK for Go Gophercloud allows Go developers to connect their applications with OpenStack clouds. It is fully open source and supports many OpenStack services like Compute, Object Storage, Identity, Networking and Block Storage. Homepage: https://github.com/gophercloud/gophercloud Package: golang-github-gorilla-context-dev Priority: extra Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-context Version: 1.1-3co1bv2022dev2b1 Replaces: golang-context-dev (<< 1.1~) Breaks: golang-context-dev (<< 1.1~) Filename: pool/development/g/golang-context/golang-github-gorilla-context-dev_1.1-3co1bv2022dev2b1_all.deb Size: 6876 MD5sum: 89420fd6676f837185a9253c4add3820 SHA1: 299c4dd8186fa280789d9c920a8270d1a4e72615 SHA256: c4a6bfb97a703d94d7fea5e4eb39a10c9aa11edbbe2a86493eea4e1f58486c61 SHA512: 6fbe4ad850514478d28fdef12594e864b595f40a4c8388621e94ec9c05c2b296edcb993dd30776132f66f9600f8299039e610b11d29c89422af64d1982513a52 Description: General purpose registry for global request variables context is part of the Gorilla web toolkit. It stores values shared during a request lifetime. For example, a router can set variables extracted from the URL and later application handlers can access those values, or it can be used to store sessions values to be saved at the end of a request. There are several others common uses. Homepage: https://github.com/gorilla/context Package: golang-github-gorilla-handlers-dev Priority: optional Section: devel Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-handlers Version: 1.4.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.4.2-1apertis0bv2022dev2b1_all.deb Size: 20216 MD5sum: 54becf27154d346c6e2a311d13563c1f SHA1: eae6aea96b339dd9df75dae0ed2d358d84b45e91 SHA256: 8df15db1b1ff5773013a86d97d68fe5e56a2e673b24b72a80a6407925e1f80a9 SHA512: 3cf452e3a67bbb3969adad26c44bb963838504ae6b8d72c1fc20c1a5e15c98af9b5822c72f836bcb671e971bc12167cc28616af5f940e55e35d1d2a75647b2d3 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 Package: golang-github-gorilla-mux-dev Priority: optional Section: devel Installed-Size: 230 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-mux Version: 1.7.4-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-gorilla-mux/golang-github-gorilla-mux-dev_1.7.4-1apertis0bv2022dev2b1_all.deb Size: 45992 MD5sum: f579213859e18d24baa209bb1e4be2b2 SHA1: 03f9eac35fe2b8e55793f725f131f63caec92481 SHA256: 44207942b326f6b0ceb54d7575bcd6a38d9ef6306d8fd9ca302aed72dc818766 SHA512: e74d5837a005003caed16f426c12b2d4cc0c113c9c69a469495d21c6fb68610427b5a67e61da948f1685ab223806718ca480ea51a79e27db19715395313c885a 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 Package: golang-github-gorilla-websocket-dev Priority: optional Section: devel Installed-Size: 189 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gorilla-websocket Version: 1.4.2-1apertis0bv2022dev2b1 Replaces: golang-websocket-dev (<< 1.0.0+git20160606.12.a687089-1~) Provides: golang-websocket-dev Breaks: golang-websocket-dev (<< 1.0.0+git20160606.12.a687089-1~) Filename: pool/development/g/golang-github-gorilla-websocket/golang-github-gorilla-websocket-dev_1.4.2-1apertis0bv2022dev2b1_all.deb Size: 40584 MD5sum: b7f467e876355c23c2150d819a44c55a SHA1: 7e25e4ce24f7abc435701916b9ad8d5b1266453b SHA256: 4824f24770128813cef5fbd6c9257b0f2fdc240b4f9826c8b99e5bfc260955e0 SHA512: 3f12301596a6d28671be18404a6a905dc62060096224e6c2a451a6cf9ebef3200b96ba494fc196222b6934dd526a4a5d829439bcf030393be9b42bb49e0f549e 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 48788 MD5sum: 05d5b2ee3692f27d0152a0dd64f902bb SHA1: a96b41041ea3f64d036577ba80b2a8e5baace979 SHA256: e6b75f9c3af2c969419c17f12404446894e377d475a6a3134fec40472c46b931 SHA512: 75a2ebbe6a9deb1843fc63c840ef50d2c36f4a440b58c16252bb4e984393c0e29c01636cbab9d4471e390289b53678382b4e2ebdae627700e6c2274fcae7c719 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-graylog2-go-gelf/golang-github-graylog2-go-gelf-dev_0.0+git20191017.1550ee6-1apertis0bv2022dev2b1_all.deb Size: 12888 MD5sum: b50189947df776a4e52f25a800e95483 SHA1: de661ddc2ad82567905090906e3d895db8c941ea SHA256: 0e6d68f225eb9fe612209b8e0a6ba62207bfdd7a057b86d2d2d43b4581747f84 SHA512: 5186860a994aec29bb77e737a66fd69b3f6febe13f588fee4cc14e9e35050a40ad037d0000cad9443b05722eb152f7a984fece9046969231b6008e375999e1ba 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-gregjones-httpcache-dev Priority: optional Section: devel Installed-Size: 84 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-gregjones-httpcache Version: 0.0~git20180305.9cad4c3-1.1apertis0bv2022dev2b1 Depends: golang-github-bradfitz-gomemcache-dev, golang-github-garyburd-redigo-dev, golang-github-peterbourgon-diskv-dev, golang-github-syndtr-goleveldb-dev Filename: pool/development/g/golang-github-gregjones-httpcache/golang-github-gregjones-httpcache-dev_0.0~git20180305.9cad4c3-1.1apertis0bv2022dev2b1_all.deb Size: 13904 MD5sum: 334250999cfee8067da8202f700d0168 SHA1: e2486209662f0857a7a00550ffe652f761d4d1bb SHA256: 48233ddedef06ae59d44c9aaa44e54693706895f9e0e6a311643f7ff81a05dbb SHA512: dbef31b4a3f8259d198495b2df6438ee407a1b9d54beaf18120503c77cfed058c3997eecf06c2ea949e8fe58c8006a4987c6465097d9b2a35a3f162d96a7838e Description: Transport for http.Client that will cache responses The package httpcache provides a http.RoundTripper implementation that works as a mostly RFC 7234 compliant cache for http responses. . It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy). Homepage: https://github.com/gregjones/httpcache Package: golang-github-grpc-ecosystem-go-grpc-middleware-dev Priority: optional Section: devel Installed-Size: 483 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-go-grpc-middleware Version: 1.2.2-2apertis0bv2022dev2b1 Depends: golang-github-go-kit-kit-dev, golang-github-opentracing-opentracing-go-dev, golang-github-sirupsen-logrus-dev, golang-go.uber-zap-dev, golang-golang-x-net-dev, golang-google-grpc-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-github-grpc-ecosystem-go-grpc-middleware/golang-github-grpc-ecosystem-go-grpc-middleware-dev_1.2.2-2apertis0bv2022dev2b1_all.deb Size: 64028 MD5sum: 235174404694b0197f8c54c235eb4f52 SHA1: e08183a35939136b165aaefe24ff161cdac5f014 SHA256: b62cd33f9f5b118af8c54c1c4845fbb20f9581ee29a5f1b2103142a17f26588f SHA512: ae36eaa77821bc0dd6032ab1bdeaf0c9c10235ceec9856a83a0116d947b1dd4c56837937c321b700ba2f3ef19bfb9f78678cb6c068ebb6fbe44789d7556a6638 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 Package: golang-github-grpc-ecosystem-go-grpc-prometheus-dev Priority: optional Section: devel Installed-Size: 157 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-go-grpc-prometheus Version: 1.2.0+git20191002.6af20e3-3apertis0bv2022dev2b1 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-3apertis0bv2022dev2b1_all.deb Size: 25808 MD5sum: 4f40ae73a475eef13d3f6a1f223f7dd8 SHA1: f80a5a70590baac4fb9aba2376216d82ec94a392 SHA256: 9f88128c31fdaf434d612a8efc48c00a9ae9db90ca4f99435c7f5cdde8651387 SHA512: 6c12aaec5200ac7bf5cc7cb3c51dfad6c81036b437bddaf78fee5c551a2a6dd46a0f97d44c507b06ff338469c231ef82079d071be90c258b324b12bc8107cb0f 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: 1688 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-grpc-ecosystem-grpc-gateway Version: 1.6.4-2co1bv2022dev2b1 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-2co1bv2022dev2b1_all.deb Size: 281336 MD5sum: 991cf85a86262200c98aa0666c4a1741 SHA1: a93160031fef3a0ebc8529457e7a3b1ca8013d04 SHA256: 949d3bd2d80e5c7cc083d19b328b49ef280a5ee0ee6eeecfde4582167f9de244 SHA512: 84dc0c3b405e93bdcfe5ec67312912bd96a0474229b8db15a31518264f0697e9a5b8ac9a5c4149f77a533d2450b13c3455c4126ad1ab8f4e787c8fc03c54c1b6 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 11688 MD5sum: c319c783d73843ff219acc3adf02f5d5 SHA1: 67814771690efedc0b85094a7d05ece32be813a2 SHA256: 996c71f69857fb9f337674b6513bbe680dca0e8d27ea4889398acec4d96a158d SHA512: 710c8777a9c8d9575ab9fbb176e22fecfa5636830d18c2aed138c81224fd871a0a9e10af2a62614c5381d30ede19b294538426e476efc3a4d2cdcee3bf2a4681 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.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 8120 MD5sum: 1816bbdd62b110e83f89f6ec805384b3 SHA1: db45da1a6c9d50d16f2e2a0621e8911dec0a0b9f SHA256: bf5fff862145450dc1f938502e9872c9878ca4a5be44d728636d50c9d0f0923e SHA512: 568dd38b7b03b451a7e32a7347c71d781492b64c93bd176cc0fda934027d4eec222592f80eee46344adfb66719ddd911b089302c12a892e207541990ac288d04 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-hashicorp-consul-dev Priority: optional Section: golang Installed-Size: 19046 Maintainer: Debian Go Packaging Team Architecture: all Source: consul Version: 1.8.7+dfsg1-2+apertis1bv2022dev3b4 Depends: golang-github-armon-go-metrics-dev (>= 0.0~git20171117~), golang-github-armon-go-radix-dev, golang-github-hashicorp-go-bexpr-dev, golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.1~), golang-github-hashicorp-go-hclog-dev (>= 0.9.2~), golang-github-hashicorp-golang-lru-dev, golang-github-hashicorp-go-memdb-dev, golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~), golang-github-hashicorp-go-rootcerts-dev (>= 1.0.2~), golang-github-hashicorp-go-uuid-dev, golang-github-hashicorp-hcl-dev, golang-github-hashicorp-hil-dev (>= 0.0~git20160711~), golang-github-hashicorp-memberlist-dev (>= 0.1.5~), golang-github-hashicorp-raft-boltdb-dev, golang-github-hashicorp-raft-dev (>= 1.1.2~), golang-github-hashicorp-serf-dev (>= 0.9.4~), golang-github-hashicorp-yamux-dev, golang-github-inconshreveable-muxado-dev, golang-github-miekg-dns-dev (>= 1.1.26~), golang-github-mitchellh-cli-dev (>= 1.1.1~), golang-github-mitchellh-copystructure-dev, golang-github-pascaldekloe-goe-dev, golang-golang-x-sys-dev Filename: pool/development/c/consul/golang-github-hashicorp-consul-dev_1.8.7+dfsg1-2+apertis1bv2022dev3b4_all.deb Size: 3007896 MD5sum: 6d1c71d4dd646a5d71c6cddc3b03a902 SHA1: 172cd86633c0208c59d175c38a1dd25e5ee371d9 SHA256: a51ef1e3666ce2891fb906e402b5d7d8d9f4b275fe4d6c789f686adc358126bb SHA512: 4f72d256ecf733a7db2a70125fbb5a4e3ec02b0995ed6a74b3b90f0871989708ea6c938f3c4c2af1c97b50077db18aa2c1e2f772ec57e39dac93e9f8cfd8b144 Description: tool for service discovery, monitoring and configuration (source) Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable. . Consul provides several key features: . - Service Discovery - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well. . - Health Checking - Health Checking enables Consul to quickly alert operators about any issues in a cluster. The integration with service discovery prevents routing traffic to unhealthy hosts and enables service level circuit breakers. . - Key/Value Storage - A flexible key/value store enables storing dynamic configuration, feature flagging, coordination, leader election and more. The simple HTTP API makes it easy to use anywhere. . - Multi-Datacenter - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. . Consul runs on Linux, Mac OS X, and Windows. It is recommended to run the Consul servers only on Linux, however. . This package contains the source. Homepage: https://github.com/hashicorp/consul Package: golang-github-hashicorp-errwrap-dev Priority: optional Section: golang Installed-Size: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-errwrap Version: 1.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-errwrap/golang-github-hashicorp-errwrap-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 6392 MD5sum: 3b749629658faed6afab1a4c0ece7e96 SHA1: 9a1f8a159cf7946217e6f360c9997c22b740563b SHA256: 390d699789d7fd3b9fab0f6b531e6c2ef42a281d469fcee9ace4c986e72a63eb SHA512: b849c25fccd3bbab7ebd03cb4a9ca6b55f954df04d2a76087e0f8a722ae4f23aa5ef274efe6bc816e75d52b89549ce7aaf28d9674281ec568e6364879377072a 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-bexpr-dev Priority: optional Section: devel Installed-Size: 236 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-bexpr Version: 0.1.2-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-hashicorp-go-bexpr/golang-github-hashicorp-go-bexpr-dev_0.1.2-2apertis0bv2022dev2b1_all.deb Size: 33972 MD5sum: 4f5dcc491ace172ce4f748cf7c92fc8e SHA1: dc3b9f1262962b144396b19b58a1a2dd8542da2c SHA256: 03e79b535a58c48eaeef6699ae224a4cf4c9b21f9608da38cb7974a7a196113a SHA512: ee83be62ac025dc1e32204f02e5031f01cf8361fdc6273206cfc3c40f3462721ed178759a29c689a15960883e0116d7d395f191ee2e010cd4fd046355c7cf6db Description: generic boolean expression evaluation in Golang Bexpr is a Golang library to provide generic boolean expression evaluation and filtering for Go data structures. Homepage: https://github.com/hashicorp/go-bexpr Package: golang-github-hashicorp-go-checkpoint-dev Priority: optional Section: golang Installed-Size: 42 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-checkpoint Version: 0.5.0-1apertis0bv2022dev2b1 Depends: ca-certificates, golang-github-hashicorp-go-cleanhttp-dev (>= 0.5.0), golang-github-hashicorp-go-uuid-dev (>= 1.0.0) Filename: pool/development/g/golang-github-hashicorp-go-checkpoint/golang-github-hashicorp-go-checkpoint-dev_0.5.0-1apertis0bv2022dev2b1_all.deb Size: 9660 MD5sum: 7ac08272fd3fa0a5ca013fcfc67fa182 SHA1: af9e271ba693e25c46ae2b1d79ce1ec914f4b7e8 SHA256: ba5a532955b6a3ed59806b86c50708d358f182d951aa96eb113ed68fb26c6d77 SHA512: 1362f1be65f0ef5b851663baf0db69215944faa6e7657ce582920c550c089d4da05014de4c0095ac95b8ad39ea3bf337b37958d5e377d63d9042b0e8fbea83c7 Description: Go Checkpoint Client Checkpoint is an internal service at Hashicorp that is used to check version information, broadcoast security bulletins, etc. . Since software making remote calls over the internet without being expressly bidden is not in line with the DFSG, this package has been patched to be disabled by default and is explicit opt-in instead ("CHECKPOINT_ENABLE=1 some-software", ie "CHECKPOINT_ENABLE=1 packer build"). . This package contains the source. Homepage: https://github.com/hashicorp/go-checkpoint Package: golang-github-hashicorp-go-cleanhttp-dev Priority: optional Section: golang Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-cleanhttp Version: 0.5.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-cleanhttp/golang-github-hashicorp-go-cleanhttp-dev_0.5.2-1apertis0bv2022dev2b1_all.deb Size: 11020 MD5sum: 75c6e9226ac6190177991c47a00bc66a SHA1: e92ff3a14e76366ce463972e67b808f6f65dbaba SHA256: fbdcec2f54c64481305f7762b7366e566600da863a72606980b74b1cb14bb159 SHA512: 277be7a8cb64e893564a184e8a21c3157af13f0cd76547103d53582d00477a21d06537a6e073ffbffc60d530466b0563411096e33128fa0afbf9d263d11f76ee 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-discover-dev Priority: optional Section: devel Installed-Size: 106 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-discover Version: 0.0+git20190905.34a6505-2apertis0bv2022dev2b1 Depends: golang-github-aws-aws-sdk-go-dev, golang-github-azure-go-autorest-dev, golang-github-denverdino-aliyungo-dev, golang-github-digitalocean-godo-dev, golang-github-gophercloud-gophercloud-dev, golang-github-hashicorp-go-multierror-dev, golang-github-hashicorp-mdns-dev, golang-github-mitchellh-go-homedir-dev, golang-github-packethost-packngo-dev, golang-github-vmware-govmomi-dev, golang-golang-x-oauth2-google-dev, golang-google-api-dev Filename: pool/development/g/golang-github-hashicorp-go-discover/golang-github-hashicorp-go-discover-dev_0.0+git20190905.34a6505-2apertis0bv2022dev2b1_all.deb Size: 26820 MD5sum: 0fa33b659ae284b4a8d8cf5b8d595738 SHA1: 74d428ca3c7a16e605893673b169c278da7bfe27 SHA256: 82a239442a256cb8535ffdc9b9b06c6124daf4a171e052e9f54204ccda213a9f SHA512: d1759318a6930408d1a66fa3ce215252a46ab3eb0f5eb85e8b30fb7201725921d55818d9ff287b2ec5fb72173b7b983f3c1d2f766abddc2cd93c59517a54c708 Description: discover nodes in cloud environments Go-discover is a Golang library and command line tool to discover ip addresses of nodes in cloud environments based on meta information like tags provided by the environment. Homepage: https://github.com/hashicorp/go-discover 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 18060 MD5sum: ddf4a1bc8be244ea5ed84a7692c4108c SHA1: 6244711850122f7bb1160175f8ae5c8617fdb049 SHA256: 0a09a42833d53584fd536f704811d2a8f6e8d2698a7f28e04aae82a1c6492d3c SHA512: b5e31a20b13d128299d026fbd7bcd4e3e390a8fd7e91bbb43f639d8c0fe2871972b1a8e522113c200f6f90e89a9f48e07246d814e9e46727265b7518c3f22bb3 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: devel Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-immutable-radix Version: 1.3.0-1apertis0bv2022dev2b1 Depends: golang-github-hashicorp-go-uuid-dev (>= 1.0.0~), golang-github-hashicorp-golang-lru-dev (>= 0.5.0~) Filename: pool/development/g/golang-github-hashicorp-go-immutable-radix/golang-github-hashicorp-go-immutable-radix-dev_1.3.0-1apertis0bv2022dev2b1_all.deb Size: 25196 MD5sum: 01cb759bbc527cb70c2d7e65d8daf893 SHA1: 8dac711f33c9587ed4726f3198a97f9a14b1ff14 SHA256: 101389f25e55d340f0951bb46bd1feccb077de61116a7cb554ad58fef2001502 SHA512: 6f4ac9df34958edfdf8c4422a74bae4e14f6f691c25d0e5feba254174961cf4feb5c6baccdce9dc99313fa2cd7d8f7ee2a09edeb9913b408df9654f9175c4fdb 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 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 34756 MD5sum: 15f502ce8f3da346a2a1dea33687a10d SHA1: fcdda38887698a63c4e25b56c941e81a9e4bdb63 SHA256: 2e730dc65fd505fa65310a89ee596f9d47df42d993e0637f136c548b634d6292 SHA512: 61c022b6410737ac62d49b00d89ffddf28cee2d72d0bdd17f1ed43718e23e6642d1bce89ee01568cde49ef8429aa628d0386d7ac681cf202c72deb853ed308e9 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-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 43444 MD5sum: d9306648cd3f213ec18347ce1131009f SHA1: 7349dfe7bd6353704a1181cbd89343486795dfe2 SHA256: 14b37c86e91df21d22c9db78be0979283ede1e5b5daea83ada6730e3c39435bd SHA512: 2da1366cdb2e62f7e84e403792a1c083986a24a270dc275e414ac34e9ca097ae13996fb1c31a5c5e88f448c4b81c0e213772c4a30b2b7e51640f24413ac4424e 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: 37 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-multierror Version: 1.1.0-1apertis0bv2022dev2b1 Depends: golang-github-hashicorp-errwrap-dev (>= 1.0.0~) Filename: pool/development/g/golang-github-hashicorp-go-multierror/golang-github-hashicorp-go-multierror-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 7924 MD5sum: 45adba47235a8796db1b5a25290fc061 SHA1: a6c9b6ce468ba9190c2f9e14515ba2038d00d48b SHA256: 6277ccaeb0461d156c6240f1d4050f53a5b71a04624dbe14a17fb2abc8d4752a SHA512: ad3f28c697521bf5df68e09f111fc7d52d98293bd9214a99ea8aed9283b3c67cb805be6fe300be21d31c4ee0c304721fb4835480b9aa8d4becc5d6d1be721bec 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 Package: golang-github-hashicorp-go-raftchunking-dev Priority: optional Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-raftchunking Version: 0.6.2-2apertis0bv2022dev2b1 Depends: golang-github-go-test-deep-dev, golang-github-hashicorp-errwrap-dev, golang-github-hashicorp-raft-dev (>= 1.1.1~), golang-github-mitchellh-copystructure-dev, golang-goprotobuf-dev (>= 1.3.2~) Filename: pool/development/g/golang-github-hashicorp-go-raftchunking/golang-github-hashicorp-go-raftchunking-dev_0.6.2-2apertis0bv2022dev2b1_all.deb Size: 12472 MD5sum: 6491f8a1b2e0bbc893c8f9f34e9e0b8f SHA1: f8e0bcf8408da3be86bb723726f4ea8240cfcb34 SHA256: f05f5fc5ebc7efd3d6d84caa73b8246e1d289c64e2ed46496e52b9d4c9bb5719 SHA512: b8ac18cb15180f44c630bb37c7886905e6cb86594e83dcf166a40c3569aff0be59a1ffadf16345ff4a11110ab283fec3cdd685712d781c1d6360654d64c43047 Description: chunking middleware for use by Raft clients Chunking middleware library for use by Raft clients. Homepage: https://github.com/hashicorp/go-raftchunking Package: golang-github-hashicorp-go-reap-dev Priority: extra Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-reap Version: 0.0~git20160113.0.2d85522-3.1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-hashicorp-go-reap/golang-github-hashicorp-go-reap-dev_0.0~git20160113.0.2d85522-3.1apertis0bv2022dev2b1_all.deb Size: 9740 MD5sum: d2925abfd41f2cfb96cbcf4de9963f91 SHA1: 505b9e3eee0072d5260e1b8ac7183b6f3abec092 SHA256: dcf0cd273a4b39b26ce661ee89975ee98fa73a522eeacd0d706e5852224e1cb4 SHA512: 5257189060d7de0d49a001d83c6f255c9dda09ea58918f8d0c242c3081ec7be73021b0379e4a539faaec8b1cf76e82a4fc8de2b8ede3558c0e2960409d32600d Description: child process reaping utilities for Go go-reap provides a simple set of functions for reaping child processes. This is useful for running applications as PID 1 in a Docker container. Homepage: https://github.com/hashicorp/go-reap Package: golang-github-hashicorp-go-retryablehttp-dev Priority: optional Section: devel Installed-Size: 73 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-retryablehttp Version: 0.6.4-2apertis0bv2022dev2b1 Depends: golang-github-hashicorp-go-cleanhttp-dev, golang-github-hashicorp-go-hclog-dev Filename: pool/development/g/golang-github-hashicorp-go-retryablehttp/golang-github-hashicorp-go-retryablehttp-dev_0.6.4-2apertis0bv2022dev2b1_all.deb Size: 17676 MD5sum: 4b4d306b0358ccf39d2e3dc31ca66fac SHA1: 999360d02885061a5f10643068587c4f81c5f49d SHA256: a0e30403c1b2c1513f01322802bb2dda8b3e78094c9fd6ab865040990cc25dba SHA512: 188292669f6d75eaa009ebf8ba14262fdcfe50cb3ed6f5a5ab8f3970d2eccb4fb6d2548ad15954701f8bed8976d7bf61cfae99230ce8c70be4f892d9987d99c7 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 Package: golang-github-hashicorp-go-rootcerts-dev Priority: optional Section: devel Installed-Size: 37 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-rootcerts Version: 1.0.2-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-rootcerts/golang-github-hashicorp-go-rootcerts-dev_1.0.2-2apertis0bv2022dev2b1_all.deb Size: 8576 MD5sum: debe80fa97041652a204493a269bb4e4 SHA1: a30e1e2bb172813d9205b9c20d020217fecfcf13 SHA256: 6c1471318c64dbfec5b3e8634e637b452e7fef818c0bf60d6666f3b18d230d1f SHA512: 0c1efccde955b0606d443cd7af4ff15ee7789292ecb5b1877ea4bfc9ee7edd4d4a927e72b32edb1ebb054645f873abe5369df60455888df8f9156b504e3f741e Description: functions for loading root certificates for TLS connections Go's standard library crypto/tls provides a common mechanism for configuring TLS connections in tls.Config. The RootCAs field on this struct is a pool of certificates for the client to use as a trust store when verifying server certificates. . This library contains utility functions for loading certificates destined for that field, as well as one other important thing: . When the RootCAs field is nil, the standard library attempts to load the host's root CA set. This behavior is OS-specific, and the Darwin implementation contains a bug that prevents trusted certificates from the System and Login keychains from being loaded. This library contains Darwin-specific behavior that works around that bug. Homepage: https://github.com/hashicorp/go-rootcerts Multi-Arch: foreign Package: golang-github-hashicorp-go-sockaddr-dev Priority: optional Section: devel Installed-Size: 418 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-sockaddr Version: 0.0~git20170627.41949a1+ds-2co2bv2022dev2b1 Depends: golang-github-hashicorp-errwrap-dev, iproute2 Filename: pool/development/g/golang-github-hashicorp-go-sockaddr/golang-github-hashicorp-go-sockaddr-dev_0.0~git20170627.41949a1+ds-2co2bv2022dev2b1_all.deb Size: 62952 MD5sum: 78ec131374894ef3ecf83c32fcee9eb5 SHA1: 893f7b883fc449c24eb2d21d8ee421e4228a7860 SHA256: a2a6884e10034f0becf4bbe3cf001adedd731c2b1d7c4b516da0e59e222b23df SHA512: fb64178c60ab848545f2a2b121add8ed263085de80f71a44dab60b3e51033da90cf9c774703aae00dc1f8aa743898e6b2a8499a9b486a63e4231f37da24d2d41 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 Package: golang-github-hashicorp-go-syslog-dev Priority: optional Section: golang Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-syslog Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-syslog/golang-github-hashicorp-go-syslog-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 6264 MD5sum: 3814fe885b43edc319baa27aca862880 SHA1: e4346d957341dbda8ed6fd9bde0f64e446fe8d7a SHA256: 2907f4526b6dc00d4a40ac1c7c10fa2843fa16a71e9ab6807deca68a8db017e3 SHA512: aa6941da79d50a95381e95ff35a1bb50f38e1d162101edfc39dd66639c9e798fe471d0d342d95a598e72067893815540133df2e65d3b80eb4130b8b6eb5dbd7e 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-uuid/golang-github-hashicorp-go-uuid-dev_1.0.2-1apertis0bv2022dev2b1_all.deb Size: 8980 MD5sum: 649f6917406b236cf1cd3bc51e95f4e0 SHA1: ed21777f86bd1af7c9a0d951b8c0c2519ece65a2 SHA256: fbb1196261ebf7d880761bdefbf5f42e983aee0eadbff7de5cd5c9dae9937d12 SHA512: aa5a7beb0c0b5be6c172231fc8fe7d4bcf1915aa2dcbf7840fc2293e41d0a0223b96a92eeb81db0ab7ef7f4e270bfbfa07c8cf0550eed479e7c2ca9c20382dd5 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 Package: golang-github-hashicorp-go-version-dev Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-go-version Version: 1.2.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-go-version/golang-github-hashicorp-go-version-dev_1.2.0-1apertis0bv2022dev2b1_all.deb Size: 13968 MD5sum: ae074749f85a967805480649c2367572 SHA1: 4ac45a67cfb85735ea04ff8c8db1e0aca44d9771 SHA256: f9b8eca66562b1a9dec3a93e69e6964ac4aa8fbbc3b075000a384634c7137460 SHA512: 0bea4b6901f97f0304b4fab0addf91f9dad8b2da59318ae5b13df4270afeadf649135f44c46f253545344aa2ae92e90fc4f18862c6a6743384eacf4655bfd4da Description: library for parsing and verifying versions and version constraints go-version is a library for parsing versions and version constraints, and verifying versions against a set of constraints. go-version can sort a collection of versions properly, handles prerelease/beta versions, can increment versions, etc. Versions used with go-version must follow SemVer. Homepage: https://github.com/hashicorp/go-version Package: golang-github-hashicorp-golang-lru-dev Priority: optional Section: devel Installed-Size: 80 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-golang-lru Version: 0.5.4-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-golang-lru/golang-github-hashicorp-golang-lru-dev_0.5.4-2apertis0bv2022dev2b1_all.deb Size: 14924 MD5sum: 7da07047b841bc7b99bfeedbc23d12e8 SHA1: dd54d7ff9dcde7093a902be77fb25d9141494881 SHA256: ac71c44d5d088a2c436e9ed8980a15b45616f48a763ad853df7b19e5aec97d27 SHA512: d72493aeb02e0e7240458351a8c0bc5a274b2590dc61c47d9bfb1b087f6ef3b0953a7852a2a14d9e928547233c291b6e0367aadf003041574774773b0a42a448 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: 418 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-hcl Version: 1.0.0-1.1apertis0bv2022dev2b1 Depends: golang-github-davecgh-go-spew-dev Filename: pool/development/g/golang-github-hashicorp-hcl/golang-github-hashicorp-hcl-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 59044 MD5sum: 16c8032fd406be9f9c338188e69cd9a1 SHA1: d28b34b0c7c70921c4830d763739e189359bfdc7 SHA256: e4bb68b3dffd3644abe4a4740c655cadc4e32969a15b879023de6405f77dabcb SHA512: 3b296dd32e7127bafc81d24d0eafc19f9f6c407d70204b797afb517dd751e5c4bb02b6331c08de94122f5e5309dfb381b0d8619bcdc437c1fcbca3b6d827abd9 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-hil-dev Priority: optional Section: devel Installed-Size: 184 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-hil Version: 0.0~git20160711.1e86c6b-1co1bv2022dev2b1 Depends: golang-github-mitchellh-mapstructure-dev, golang-github-mitchellh-reflectwalk-dev Filename: pool/development/g/golang-github-hashicorp-hil/golang-github-hashicorp-hil-dev_0.0~git20160711.1e86c6b-1co1bv2022dev2b1_all.deb Size: 32732 MD5sum: bbb475c9ebbd074b13b3ff1890a4dbed SHA1: f1dd899e9577c6de55018a334fdada12b2142a6d SHA256: 69ec80f71d28700379b058edf048d789947adce006ac56ff817bb841bf3719c2 SHA512: 2e85efb1effd9ed8ecf32f1634aab1f6450828ba763689cf052d7eb865f58f6d4b2dd70f4293948e3d2cfe513eb7eaac2ea03739061a72ecd8c635c96fb75770 Description: small embedded language for string interpolations HIL (HashiCorp Interpolation Language) is a lightweight embedded language used primarily for configuration interpolation. The goal of HIL is to make a simple language for interpolations in the various configurations of HashiCorp tools. Homepage: https://github.com/hashicorp/hil Package: golang-github-hashicorp-logutils-dev Priority: optional Section: golang Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-logutils Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-logutils/golang-github-hashicorp-logutils-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 9048 MD5sum: b1edca4bc9b30f208ba2cbf8f5c86cba SHA1: 646c8e0a85b9940d230222f0f2def69f2073a655 SHA256: 64a7eaa5951f46eac2062fddac12dab73f6a0b432c88391dacb304930a3855fe SHA512: 1a4d372357ad98dfb7c8ed8aa116de1951d67ac30dba0dc13ae5f62a25fe2c5d7b285ef866bc6d99c599534caba4b590bb086a9c03ccd3ad2a408bfab8f59570 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 12668 MD5sum: 6b2cf582036f9dc77fee6943a9b04554 SHA1: 4aeac1527f925e65bd45af93d1b70a41c33ab915 SHA256: dc141b0d6e5063a4c8a650b9b08b4ed00413f0596c0937b69edbdfa4bc513ec2 SHA512: d5e3f10c5ce2ca0f89e2d89e742dadb55354e41681164f4986e06cf1be6139879c4903fed456daede951890c4193f9ed1affd031cac2e8e21d80854f77dbdc25 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-1apertis1bv2022dev2b1 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-1apertis1bv2022dev2b1_all.deb Size: 81604 MD5sum: b81e054d940683600f12af703e1982ec SHA1: a5f9b878109595339c1298bd7c8bf44e290b8a1d SHA256: 97f13159a16c1a16086b24aafbfd9d09f2cc82c7233189ee98859315c274aa45 SHA512: 1036c2cf02ba22e4314da23f6ab7624f01a7a0087eee84036074e7a3362478827f0c1e5bef5f8e267126635f4a61c6e2118286900373e915317475292c6b311b 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-net-rpc-msgpackrpc-dev Priority: extra Section: devel Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-net-rpc-msgpackrpc Version: 0.0~git20151116.0.a14192a-1.1apertis0bv2022dev2b1 Depends: golang-github-hashicorp-go-msgpack-dev, golang-github-hashicorp-go-multierror-dev Filename: pool/development/g/golang-github-hashicorp-net-rpc-msgpackrpc/golang-github-hashicorp-net-rpc-msgpackrpc-dev_0.0~git20151116.0.a14192a-1.1apertis0bv2022dev2b1_all.deb Size: 4596 MD5sum: a768b84168061c4c380b2e48be164f31 SHA1: 36244fbeaf22d4b98a402ae19518942d555eb42d SHA256: 4ef6d62c80cb78743b63ac63737f1afe9f722733b769f655ec39551f6bacdbba SHA512: 966a833463df141c2de65862dd13f9df2e2a50259a1d72255d0ad310719dad3adfef9fa03556e2ed9db32e397acf1f109dde6c4b9b67dca4bc7056673dabf88a Description: Library for creating Go RPC client/server This library provides the same functions as net/rpc/jsonrpc but for communicating with MessagePack instead. The library is modeled directly after the Go standard library so it should be easy to use and obvious. . This package contains the source. Homepage: https://github.com/hashicorp/net-rpc-msgpackrpc Package: golang-github-hashicorp-raft-boltdb-dev Priority: optional Section: devel Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-raft-boltdb Version: 0.0~git20171010.6e5ba93-3co1bv2022dev2b1 Depends: golang-github-boltdb-bolt-dev, golang-github-hashicorp-raft-dev Filename: pool/development/g/golang-github-hashicorp-raft-boltdb/golang-github-hashicorp-raft-boltdb-dev_0.0~git20171010.6e5ba93-3co1bv2022dev2b1_all.deb Size: 11188 MD5sum: 31c5a1f186d23bb9270c7d6b3e9931cd SHA1: 2f38bd4418201a66885548ad3172eda800b75978 SHA256: d7489395aaed81c1ef11ea7f957e36d282df24c0296eba9cfe4f0c4696ac8b86 SHA512: 21f5efd41c9bccf1dec812021a97ca6928e82f78d35340b0e82ee64479f2e1506c94a6c40550ffbaee18ddc19eff7dbe6d132854c0e55a699bbef7c3fccd0726 Description: Raft backend implementation using BoltDB provides the raftboltdb package. The package exports the BoltStore which is an implementation of both a LogStore and StableStore. It is meant to be used as a backend for the raft package. Homepage: https://github.com/hashicorp/raft-boltdb Package: golang-github-hashicorp-raft-dev Priority: optional Section: devel Installed-Size: 448 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-raft Version: 1.1.2-1apertis0bv2022dev2b1 Depends: golang-github-armon-go-metrics-dev, golang-github-hashicorp-go-hclog-dev (>= 0.9.2~), golang-github-hashicorp-go-msgpack-dev (>= 0.5.5~) Filename: pool/development/g/golang-github-hashicorp-raft/golang-github-hashicorp-raft-dev_1.1.2-1apertis0bv2022dev2b1_all.deb Size: 91164 MD5sum: b4114c472a1e13451bc344005af590c3 SHA1: 9fa8e0c5c9f94f5d6792d9991c493631a127ad46 SHA256: df245f424ef483ddd3cadf12bce5bca17a77ee8a57916df07c81f4de73e657a2 SHA512: 66202cf2c8deba426fa00d2c995aca23764403976e872af242be4a83597e691ec534d40271a9983a458dc85317bf9fbf4399282026d4c129a91e980e9e9883d6 Description: implementation of the Raft consensus protocol raft is a Go library that manages a replicated log and can be used with an FSM to manage replicated state machines. It is a library for providing consensus. Homepage: https://github.com/hashicorp/raft Package: golang-github-hashicorp-scada-client-dev Priority: extra Section: devel Installed-Size: 90 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-scada-client Version: 0.0~git20160601.0.6e89678-2.1apertis0bv2022dev2b1 Depends: golang-github-armon-go-metrics-dev, golang-github-hashicorp-net-rpc-msgpackrpc-dev, golang-github-hashicorp-yamux-dev Filename: pool/development/g/golang-github-hashicorp-scada-client/golang-github-hashicorp-scada-client-dev_0.0~git20160601.0.6e89678-2.1apertis0bv2022dev2b1_all.deb Size: 19728 MD5sum: 9bbbe021d29cdd88a846b23517b13754 SHA1: ffe9b85b9cea4c56e93c6d0f9dbe1d9726dce593 SHA256: 8adba2a2ed14086e456b04a97ca4928d79cb583593e110142bd45dc67a5df853 SHA512: eca425f6fdfdec468233c56700d8598184852d150bd2b09cd0bf1cc5de17cbdb94a47d70f69548adf98af40f1d6f52cada35e374a41c1f9076aae3f79bf6229e Description: Golang client to the HashiCorp SCADA system This library provides a Golang client for the HashiCorp SCADA service. SCADA stands for Supervisory Control And Data Acquisition, and as the name implies it allows Atlas to provide control functions and request data from the tools that integrate. . The technical details about how SCADA works are fairly simple. Clients first open a connection to the SCADA service at scada.hashicorp.com on port 7223. This connection is secured by TLS, allowing clients to verify the identity of the servers and to encrypt all communications. Once connected, a handshake is performed where a client provides it's Atlas API credentials so that Atlas can verify the client identity. Once complete, clients keep the connection open in an idle state waiting for commands to be received. Commands map to APIs exposed by the product, and are subject to any ACLs, authentication or authorization mechanisms of the client. . This library is used in various HashiCorp products to integrate with the SCADA system. . This package contains the source. Homepage: https://github.com/hashicorp/scada-client Package: golang-github-hashicorp-serf-dev Priority: optional Section: devel Installed-Size: 709 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-serf Version: 0.9.4~ds1-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 131200 MD5sum: 15a3e244b63d0e78ce567626190c1ba3 SHA1: d5c7e4db1039fa727e77ddb2affce02e39fd44e3 SHA256: 90ebc449545b436d246aa5837b8e7d17b4afa68bf942a16f003d1dbf565a1e8d SHA512: e5f69b890ff52fa6a901b9397b47452d0fce4d2fe54cd8e4ef47da532c2649273db27d903d1ffe010b8f8a587e8778984b7efaca44f6f0e50b8001f02ff9a8d3 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-hashicorp-yamux-dev Priority: optional Section: devel Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-yamux Version: 0.0+git20190923.df201c7-1apertis1bv2022dev2b1 Filename: pool/development/g/golang-github-hashicorp-yamux/golang-github-hashicorp-yamux-dev_0.0+git20190923.df201c7-1apertis1bv2022dev2b1_all.deb Size: 22344 MD5sum: 42ee9689047018b8383fd1fabb5e4869 SHA1: 79c70c25cb29882742a24d6af0ded734f005b85a SHA256: 5a5f4d001d9af9da61c24792e8e053a7450496837a6cf5265ea861437b7189b9 SHA512: 71c03d60517ba57c64bb7c794d99b4af139a46f7edd59c978e8ec88a3589ddbb972645db057f32cebb0dabe3ae2404d83f5fff6f77150d1ffba3ca45ace8cfed Description: Golang connection multiplexing library Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it. . Yamux features include: . - Bi-directional streams - Streams can be opened by either client or server - Useful for NAT traversal - Server-side push support - Flow control - Avoid starvation - Back-pressure to prevent overwhelming a receiver - Keep Alives - Enables persistent connections over a load balancer - Efficient - Enables thousands of logical streams with low overhead . This package contains the source. Homepage: https://github.com/hashicorp/yamux Package: golang-github-ianlancetaylor-demangle-dev Priority: optional Section: golang Installed-Size: 256 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ianlancetaylor-demangle Version: 0.0~git20200824.28f6c0f-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ianlancetaylor-demangle/golang-github-ianlancetaylor-demangle-dev_0.0~git20200824.28f6c0f-1apertis0bv2022dev2b1_all.deb Size: 49200 MD5sum: 8e5077d249791af31f50f62ac750d9ce SHA1: 3425b6e3d0777b8dd04bc3567c842d3cfead5ad8 SHA256: 72bb15aa90ecd96b23a3d8b0398e05889b6f3438f36644da506e389311da0c50 SHA512: 54d07c998289e218aac1cbe334dc8b5b3052e8bdf123cf3b4d27063c081f2bb121e0372c9417ef6c00bbc655d508e66a2fb1ac4435b0c491e0e5e34f078fa9cd 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: devel Installed-Size: 86 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-imdario-mergo Version: 0.3.8-3apertis0bv2022dev2b1 Depends: golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-github-imdario-mergo/golang-github-imdario-mergo-dev_0.3.8-3apertis0bv2022dev2b1_all.deb Size: 18828 MD5sum: 60f5430d8c6ce001c45910dc20189fe5 SHA1: ca92fcaf324d48fa1fbda5d1eec0e87d3373e2cc SHA256: 1de3641f633a3066d0b17244cdf625694d8feed88228ffdcdf59259ebd4a936c SHA512: f60e2570e060b6778e6d235489791444b218bc4025b6010705390c8d0f175a38553dfb80a615c0261fe9e7a39dad91044923d14213db3a9ff5ae38fe21e6211f 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 Package: golang-github-inconshreveable-log15-dev Priority: optional Section: devel Installed-Size: 98 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-inconshreveable-log15 Version: 2.15-1apertis0bv2022dev2b1 Depends: golang-github-go-stack-stack-dev, golang-github-mattn-go-colorable-dev, golang-github-mattn-go-isatty-dev Filename: pool/development/g/golang-github-inconshreveable-log15/golang-github-inconshreveable-log15-dev_2.15-1apertis0bv2022dev2b1_all.deb Size: 22812 MD5sum: f9d9ffb3c2d91ebb76b0fd5d376f53d7 SHA1: 130aeb730d6aa71945eb04a62e23f18fd2afe7b4 SHA256: 19c394789156c3a22273947a9cfdd7ee71b975a823a3cbbfd0eea2ef375e20ff SHA512: f8941ebecc20166263ffaa952f4c7bbac3d3ac802681fb9ab6a667291c7293f22871de17a90785a36369dc9a4cfc0a0f549878b538ec31efca9a652f786c5853 Description: structured, composable logging for Go package log15 provides an opinionated, simple toolkit for best-practice logging in Go (golang) that is both human and machine readable. It is modeled after the Go standard library's io and net/http packages and is an alternative to the standard library's log package. Homepage: https://github.com/inconshreveable/log15 Package: golang-github-inconshreveable-muxado-dev Priority: extra Section: devel Installed-Size: 129 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-inconshreveable-muxado Version: 0.0~git20140312.0.f693c7e-2.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-inconshreveable-muxado/golang-github-inconshreveable-muxado-dev_0.0~git20140312.0.f693c7e-2.1apertis0bv2022dev2b1_all.deb Size: 26776 MD5sum: ff6e38d25135a3785a3190b65a1253b7 SHA1: 6de0f6374afa9aff95d7e302334fda95e0e8feba SHA256: 48c20b5a358522decf6078cc1674430443043e94bb786b002ea83cecb2869dd5 SHA512: d897a0bbabdfe0779b082fe5e4bc7a4f5ea58e89661e301fbf91897e7c0695a99e3df8c0bb127c5be6db3d64e5aabe67cd5711cc728b8b995e3875c95067337d Description: Stream multiplexing for Go What is stream multiplexing? . Imagine you have a single stream (a bi-directional stream of bytes) like a TCP connection. Stream multiplexing is a method for enabling the transmission of multiple simultaneous streams over the one underlying transport stream. . What is muxado? . muxado is an implementation of a stream multiplexing library in Go that can be layered on top of a net.Conn to multiplex that stream. muxado's protocol is not currently documented explicitly, but it is very nearly an implementation of the HTTP2 framing layer with all of the HTTP-specific bits removed. It is heavily inspired by HTTP2, SPDY, and WebMUX. . How does it work? . Simplifying, muxado chunks data sent over each multiplexed stream and transmits each piece as a "frame" over the transport stream. It then sends these frames, often interleaving data for multiple streams, to the remote side. The remote endpoint then reassembles the frames into distinct streams of data which are presented to the application layer. . What good is it anyways? . A stream multiplexing library is a powerful tool for an application developer's toolbox which solves a number of problems: . - It allows developers to implement asynchronous/pipelined protocols with ease. Instead of matching requests with responses in your protocols, just open a new stream for each request and communicate over that. - muxado can do application-level keep-alives and dead-session detection so that you don't have to write heartbeat code ever again. - You never need to build connection pools for services running your protocol. You can open as many independent, concurrent streams as you need without incurring any round-trip latency costs. - muxado allows the server to initiate new streams to clients which is normally very difficult without NAT-busting trickery. . This package contains the source. Homepage: https://github.com/inconshreveable/muxado Package: golang-github-influxdata-tail-dev Priority: optional Section: devel Installed-Size: 83 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-influxdata-tail Version: 1.0.0+git20180327.c434825-4apertis0bv2022dev2b1 Replaces: golang-github-hpcloud-tail-dev Provides: golang-github-hpcloud-tail-dev Depends: golang-gopkg-tomb.v1-dev, golang-github-fsnotify-fsnotify-dev Breaks: golang-github-hpcloud-tail-dev Filename: pool/development/g/golang-github-influxdata-tail/golang-github-influxdata-tail-dev_1.0.0+git20180327.c434825-4apertis0bv2022dev2b1_all.deb Size: 17516 MD5sum: 5ce600e16a794332db070e6348599b64 SHA1: 9e842dc1b1db6bd83b3b8534133a6f86c2689134 SHA256: 0a97b84fbd1d013cb18af470ba33d25ddd15d0873865233a11576c1384a3a026 SHA512: df563bd9171b7dc8201768a95d4cdb0109ae7d5b96fb0dc199f45b0b5cb3a13f27f2cca873436f121ade6b622c05b60aff320b6fa9a45e1b4e22507124c1accb Description: Go package for reading from continuously updated files (tail -f) tail is a Go library striving to emulate the features of the BSD tail program (like tail -f). It comes with full support for truncation/move detection as it is designed to work with log rotation tools. Homepage: https://github.com/influxdata/tail Package: golang-github-ishidawataru-sctp-dev Priority: optional Section: devel Installed-Size: 57 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ishidawataru-sctp Version: 0.0+git20190723.7c296d4-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ishidawataru-sctp/golang-github-ishidawataru-sctp-dev_0.0+git20190723.7c296d4-3apertis0bv2022dev2b1_all.deb Size: 12464 MD5sum: 6c85855c59bf6b0ff3292e3f66059d48 SHA1: 704961b17d88217a0e06859203629af5ac24e2ac SHA256: f0d408b1a0a5ee379db4918e2456afb3329f70f5dbe7665e6a4d813a11ba2a14 SHA512: 3c8714ec349990af0f733692d82f2b617a8e5f90d94151600495d9ba42062ac598eb0b9891a2e9be9c40eabe79b6e61a2f4949030ce19910e58bb1f3e92ff80e Description: SCTP library for the Go programming language Stream Control Transmission Protocol (SCTP) Homepage: https://github.com/ishidawataru/sctp Package: golang-github-j-keck-arping-dev Priority: optional Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-j-keck-arping Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-j-keck-arping/golang-github-j-keck-arping-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 6540 MD5sum: 00972f7ac4f4f493af1ea36b874fe226 SHA1: 5af10fa703408e93dffadfd56429b7858f606418 SHA256: 9df38c845020713ef4d84bf660d1cb549b17fb4faef5e329bccd0683235317ac SHA512: b7482eebe4dea2977e4120c3201af4f47e2454b67f4964f6384027da24b4907482aedf381a6fac771077c7664b10c514c8c0ff2a773a0d988c7b8f960544b50e Description: library to ping a host per arp datagram or query a host mac address arping is a native go library to ping a host per arp datagram or query a host mac address. Homepage: https://github.com/j-keck/arping Package: golang-github-jacobsa-oglematchers-dev Priority: extra Section: devel Installed-Size: 460 Maintainer: pkg-go Architecture: all Source: golang-github-jacobsa-oglematchers Version: 0.0~git20150320-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-jacobsa-oglematchers/golang-github-jacobsa-oglematchers-dev_0.0~git20150320-3apertis0bv2022dev2b1_all.deb Size: 30160 MD5sum: 0089430f153dada6c5b81cd17f0bb786 SHA1: 2322aedf37304a687752c035c162f2bf90eee960 SHA256: a62b424d5215280308d29c6c0a292e4af1133d2e4d0f1861d48f190d4858cf0f SHA512: 49a07008b20f69a5626dec1e2ad67983564e2ac84ed8ae7698f0d70a68abc5c85002300e5c950a7bc23619078497f8705e6d14a2e5345f990bbb1367e6082dfa Description: matchers for testing/mocking frameworks such as ogletest oglematchers is a package for the Go programming language containing a set of matchers, useful in a testing or mocking framework, inspired by and mostly compatible with Google Test for C++ and Google JS Test. The package is used by the ogletest testing framework and oglemock mocking framework, which may be more directly useful to you, but can be generically used elsewhere as well. Homepage: https://github.com/jacobsa/oglematchers Package: golang-github-jamesclonk-vultr-dev Priority: optional Section: devel Installed-Size: 224 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jamesclonk-vultr Version: 2.0.1-1apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev, golang-golang-x-time-dev Filename: pool/development/g/golang-github-jamesclonk-vultr/golang-github-jamesclonk-vultr-dev_2.0.1-1apertis0bv2022dev2b1_all.deb Size: 30792 MD5sum: f99ca462652091a5ffcee30a79afb72a SHA1: a135453c26fbb3cb801e259f2baabd74d25d779b SHA256: 23cde929ab1c8a5556e2bed8c29ae6451e3e4c1091ed5c75e2283feb6ecaa21e SHA512: 1dcafd2b0982b4d8c656f2f59ac09a762c6b77a65a5a9f536fa7e37e2db0a9bf844eebaa49fda3d1416b06c7ccbed1599b082e0e864f92f73e2d777ef4aa9a87 Description: Vultr API client library Vultr (https://www.vultr.com) API client library, written in Go. Homepage: https://github.com/JamesClonk/vultr Package: golang-github-jcmturner-gofork-dev Priority: optional Section: devel Installed-Size: 119 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jcmturner-gofork Version: 1.0.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-jcmturner-gofork/golang-github-jcmturner-gofork-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 25020 MD5sum: a6c973796533ce5a8d61724a8770915a SHA1: 4fcded0c7c8728aa38d4c4834d54d2f196f6cc00 SHA256: f8568a70e85be424e49de6648861c39ce5dbaf9d26ee789e5b068eb49635b84b SHA512: 51b8cac3ddf9a16fbfd0e75c433d1c571e0435cf084c353789fd13cf50a846fb511c9dd89c466ea3ddb53153fb4ae4e8e1e90455b95f7ab0747b1757243c4ac8 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 Package: golang-github-jfrazelle-go-dev Priority: extra Section: oldlibs Installed-Size: 9 Maintainer: pkg-go Architecture: all Source: golang-github-docker-go Version: 0.0~git20160303.0.d30aec9-3co1bv2022dev2b1 Depends: golang-github-docker-go-dev Filename: pool/development/g/golang-github-docker-go/golang-github-jfrazelle-go-dev_0.0~git20160303.0.d30aec9-3co1bv2022dev2b1_all.deb Size: 2836 MD5sum: 84edd2d2aa29fa6f262b373fbcc8f6cd SHA1: 6911751c613a6ad67c520cf7d4edea05458ce084 SHA256: ea9fb6c44cfdf0c5e437fe8810e09bdda00e61a69f3c2d97a2ff15ac9172183b SHA512: 7170f4835666a0de10ac0f495a9e3a86bd788863f2a358ff0f8aaf61a1bbba02aaaf0974623c00211a36153045401bd5d9beb873c160caff1a095e39caa0607c 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-gorm-dev Priority: optional Section: devel Installed-Size: 502 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jinzhu-gorm Version: 1.9.6-1apertis0bv2022dev2b1 Depends: golang-pq-dev | golang-github-lib-pq-dev, golang-github-denisenkom-go-mssqldb-dev, golang-github-erikstmartin-go-testdb-dev, golang-github-go-sql-driver-mysql-dev, golang-github-jinzhu-now-dev, golang-github-mattn-go-sqlite3-dev, golang-github-jinzhu-inflection-dev Filename: pool/development/g/golang-github-jinzhu-gorm/golang-github-jinzhu-gorm-dev_1.9.6-1apertis0bv2022dev2b1_all.deb Size: 80928 MD5sum: 5f4429ea1705b7f9c5ac5a0115d307d2 SHA1: 592a92e0bb2422c062a6b502f82d1b8689ca27ed SHA256: 2e8489d99ad9a682244aecf429a98313367d720c1d61b179466c99ec34f66082 SHA512: 1f199182e32e1a826074c74ec17424471b23144ec6a30cbfcea43add5d48698fbc094670b2cce779d8b01654ca566dcd2abbdd19d09d567b15043b08be41941e 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 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-jinzhu-inflection/golang-github-jinzhu-inflection-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 6288 MD5sum: 3db2ce3cc7642aae1df959b980838a52 SHA1: f1df5f57c797c3ab8f470cf0c439e14b8dfe2eb8 SHA256: f50f1b7a680371e4ebeaa8ad271a7210bb50e738646bb90b2e3cb718a502c6e3 SHA512: 207759b5ff7501ca9f3d34025dfb7caf3faaa8107fe1993f71556b135930ed5a586a8f58c51307bcef550ce144779d24c119f14f9f232976f695c24ece498fed 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-1+apertis0bv2022dev3b1 Filename: pool/development/g/golang-github-jinzhu-now/golang-github-jinzhu-now-dev_1.1.1-1+apertis0bv2022dev3b1_all.deb Size: 9912 MD5sum: 585c75c024ae073c7391d96384d86f23 SHA1: adb1594ff5930b0bd0fd39433cd1d04c92d2d700 SHA256: 535036ebb6478b8344425433c75aed693fc156400d1b85cb728cbc8508768c51 SHA512: 5d567a1622e2d8201328adaefcf4a8cfda203a59d6dad6443f656a91b479b7330a2c964819b9058cca3e3b2e445eabfff7c729bd0f1ca1f04d5c0bf3097787db 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: devel Installed-Size: 1199 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmespath-go-jmespath Version: 0.4.0-1apertis0bv2022dev2b1 Depends: golang-github-davecgh-go-spew-dev (>= 1.1.0), golang-github-pmezard-go-difflib-dev (>= 1.0.0), golang-github-stretchr-objx-dev (>= 0.1.0), 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-1apertis0bv2022dev2b1_all.deb Size: 91660 MD5sum: fc3a7f6e64d834deb92bfc292b0be0ea SHA1: 77ceba5dd380818b3a25dbcf81fb0fbcb59f479d SHA256: 7df426d552ba9f10a3281f958cb277f4c286a7133c59fd3751533920132ac28f SHA512: 74f0db7914792abbbbef890a47d0f88f8cf8d49f04cae492ee044e24099fc4e86334fa40705cfd24b96191080459d77b67d86879bd7dbf8fc015a30fb2debcef Description: Golang implementation of JMESPath A JMESPath implementation in Go. . See http://jmespath.org for more info. Homepage: https://github.com/jmespath/go-jmespath Package: golang-github-jmhodges-clock-dev Priority: extra Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmhodges-clock Version: 1.0-3co1bv2022dev2b1 Filename: pool/development/g/golang-github-jmhodges-clock/golang-github-jmhodges-clock-dev_1.0-3co1bv2022dev2b1_all.deb Size: 6928 MD5sum: 8c97816e204a4e860dfa8f31ab007dc5 SHA1: d496ae05038c9fb1d61a8ea6c6e550414f241787 SHA256: 3edc461dc3b4ead27de359a9339b56dbe3d6f87fdcf74fb02a26a6dd5c388a21 SHA512: dded6a89daf6da9b1c11d21294c3558c7c1b31fd2de480edb6c0729130d0d1c54e5339020129464577a94e89a8996e469278b7c0b78943276bb8291bcf7d6caa 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: extra Section: devel Installed-Size: 141 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jmoiron-sqlx Version: 1.1+git20160206.61.398dd58-2.1apertis0bv2022dev2b1 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.1+git20160206.61.398dd58-2.1apertis0bv2022dev2b1_all.deb Size: 33660 MD5sum: b6bcf0c084552ac317b112a2a8c0dd6b SHA1: 961263705f58cb7f7250293ff0a2f5910fe7f314 SHA256: 29adfd1d77e31b2758ac2054af37eec50f4e882dc9459821126607fb54080d9d SHA512: cfc4b1a37e1b84b67897c2f8ef71203422d52bcdb2681bb54b57fd226b029b5a211c76c250c1ce8cd04ade5d8163f160e82adc99ccd31642f650e9c3c99f69a5 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: 25 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jonboulle-clockwork Version: 0.1.0-4.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 5960 MD5sum: 9f1827c8bc9151ad6d925cc0dfcb3632 SHA1: 8e893dfd1d3e657d6120f66bfe367eddd5dbd86f SHA256: 213338b52a2dc99ee866684f4be53f8d17fd2e3c9a523e0dc3cccf11e1e30501 SHA512: 1d80e81e30090cfd6c5789811d7fafbdc5adc07b2ae182ce64d1d56849371353be8c6f14136b7eb125b612489408da4f5a7d0dded3a2e52f0e19324959bc732d 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-intern-dev Priority: optional Section: devel Installed-Size: 18 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-josharian-intern Version: 1.0.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-josharian-intern/golang-github-josharian-intern-dev_1.0.0-3apertis0bv2022dev2b1_all.deb Size: 3592 MD5sum: 84942d1934132b81f857740134d06ac0 SHA1: 5c922ce0ed8a89a4d883178038da2437bdd1793a SHA256: af66de899106a651d59f67b2e94b7455cb925d6443526255213f9e04b149bc4e SHA512: 4698e447bd560398d23fc074e93799f514080d45a8e0bf7563cd36f16ca16de1fa93d5536227a08728d20cec0c053c5455ed8f1ddcbbf16dfd8b7575b6d4ddf1 Description: Intern string golang library Intern string allows one to keep only a single copy of string data. All functions may be called concurrently with themselves and each other. . For a blog post introducing string interning, see: https://commaok.xyz/post/intern-strings Homepage: https://github.com/josharian/intern 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-jpillora-backoff/golang-github-jpillora-backoff-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 3848 MD5sum: 3bce9a639080a0e8603b05066fca0036 SHA1: a151feb3e07c0b81dd3544bf626714954e0694e9 SHA256: f3b97840febc5e6e6354a88b1499b2ccef5c6461acb91bc292bd61719c140500 SHA512: 45c3075ba3822afa853f66f3badab84d237a51b97248d4de2d5737d69c68b0dd1c43facd113ebf06792e68beee470d3e1bbd974b786237041c967668b8335de1 Description: backoff algorithm in Golang Backoff is a simple exponential backoff counter in Go (Golang) Homepage: https://github.com/jpillora/backoff Package: golang-github-json-iterator-go-dev Priority: optional Section: devel Installed-Size: 548 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-json-iterator-go Version: 1.1.10-2apertis0bv2022dev2b1 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.10-2apertis0bv2022dev2b1_all.deb Size: 69560 MD5sum: 9b833dc7c43a74013602091a86274569 SHA1: 9eb8c1789c52ffa4d9793aa9b23d898bacfd1715 SHA256: d925885d594981aece5c7f5be7ceb9e0698d942362da1dff6fe9cb87a5efd02d SHA512: ad9bbbaaa15ed3542ec971dd876da4af5a44de08f97a14688e5c05e2f4bffa29a83226a9d9b07d41a93274e2ab38b95c3aa92d5c10bab5e148a0e54ee0882fe2 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/ Package: golang-github-jtolds-gls-dev Priority: optional Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-jtolds-gls Version: 4.20.0-2apertis0bv2022dev2b1 Breaks: golang-defaults (<< 2:1.12~1) Filename: pool/development/g/golang-github-jtolds-gls/golang-github-jtolds-gls-dev_4.20.0-2apertis0bv2022dev2b1_all.deb Size: 7856 MD5sum: 3d6d7801eb751a9ba65953eba2496982 SHA1: 13b7527785d7f64c5b88d0740da68096dbb7730a SHA256: e082bb2808ed3cb003979956e0ddfb10eb82588f1a5fd3206b57fb8047ee4aa2 SHA512: 472430d19c7a456bcd179b59f30c62e0e0d8bcc7bcf2d41602118218bad41c1e3c554ed60de7e3b8eb438af0330115351d9abf542874002f3e75dd24e38272eb Description: Goroutine local storage The gls package implements goroutine-local storage. It is a solution to the common problem of identifying a goroutine by some kind of gouroutine id. For example, it can be used to log an HTTP request context id in every log line in the same goroutine as the incoming HTTP request. Homepage: https://github.com/jtolds/gls Package: golang-github-juju-ansiterm-dev Priority: optional Section: devel Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-juju-ansiterm Version: 0.0~git20161107.35c59b9-3co1bv2022dev2b1 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_0.0~git20161107.35c59b9-3co1bv2022dev2b1_all.deb Size: 13156 MD5sum: d741e22471f4bb85c53dd278e2762764 SHA1: 5d2a88587eef7724565181dd216a66943733870f SHA256: 5f6469c9ad705bbb09354f5111823847af09b3aafad1eb9770278673655a7f3f SHA512: 0eea80bf3f560c9948e3ff4fcff573c0162231201bc07fa157fa1984b1c5b7ffb896144ccd9b31927b1c82405530141c70a112c039b48e39ba0d2209bbaa9120 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 Package: golang-github-juju-loggo-dev Priority: optional Section: devel Installed-Size: 89 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-juju-loggo Version: 0.0~git20170605.8232ab8-4co1bv2022dev2b1 Depends: golang-github-juju-ansiterm-dev, golang-gopkg-check.v1-dev Filename: pool/development/g/golang-github-juju-loggo/golang-github-juju-loggo-dev_0.0~git20170605.8232ab8-4co1bv2022dev2b1_all.deb Size: 16840 MD5sum: c1898314f83750ee0e70c348d72535c2 SHA1: dd911486b9da00b07f6eefe4ce8abaf184b10541 SHA256: 6b57187607368e54aa546a10c88b44209daccd3414b57e38d86a98348913cfab SHA512: 0998759f4165ba8e1dc078da7a978d07c4e85b26ade042ff9a03dee4cf393c5c54fabc8666099ab0c648c34367a52102679ab74a8fb5710f6cadafab95b365a2 Description: logging library for Go This package provides an alternative to the standard library log package. . The actual logging functions never return errors. If you are logging something, you really don't want to be worried about the logging having trouble. Homepage: https://github.com/juju/loggo Package: golang-github-juju-ratelimit-dev Priority: optional Section: devel Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-juju-ratelimit Version: 1.0.1-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-juju-ratelimit/golang-github-juju-ratelimit-dev_1.0.1-1.1apertis0bv2022dev2b1_all.deb Size: 9200 MD5sum: 594c74a6f9b1c1d98a7382cd7c161d9f SHA1: b8ec2bbc6bd614e21a34b5ba8a7abd6ca606e4ec SHA256: 17254e17ed4215d0db145e3b90821dde56ea231e9701f1681fffc24705ce3399 SHA512: bfdbe4caec5a5933a94f3368ee9040b7e304a6c7b122f49cd783b3f7a00b2f572a0d453205ba0cbae27482f9dcab35df1e9c3da4c37b5052ab12669500933f7c 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-1apertis0bv2022dev2b1 Breaks: burrow (<< 1.2.1-2) Filename: pool/development/g/golang-github-julienschmidt-httprouter/golang-github-julienschmidt-httprouter-dev_1.3.0-1apertis0bv2022dev2b1_all.deb Size: 19544 MD5sum: c276ba94b8b4a2b792a12986ca3893d9 SHA1: 805dd5f8ce93e538b4e856d319a9ec9357caa763 SHA256: 124a4c7da39f9de19c6a87ea9460d4b902d08ba108776d781fc3e11a6b6eab29 SHA512: 74c68d6e64314438fdf2f58fbcd07e81082c1b61d8adc58568d3ceb4413a5db53fc04b5073c817f1702f7e3ab3525c91f740a23280c27176190ddfd2ef91004b 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: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kardianos-osext Version: 0.0~git20190222.2bc1f35-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-kardianos-osext/golang-github-kardianos-osext-dev_0.0~git20190222.2bc1f35-2apertis0bv2022dev2b1_all.deb Size: 8228 MD5sum: 55d667dd09e1d71ea7e015711af8f8bf SHA1: aa6297b1c7ac16b1e75a8512d776d2e20f6b9145 SHA256: eb70bfb3b362422dc54c5c6b3adafae4aba5ea7a92efbde8c48b01e44cfe23af SHA512: effd960f40f7eb979933b64d893d22341768d8b94a3d9466fdbfc49b69964aab77495ceb936582038b2997f1b14ced9b15d90e2e0a83d1a1051c0a455ce1410d 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-gotool-dev Priority: optional Section: devel Installed-Size: 61 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kisielk-gotool Version: 1.0.0-1co0bv2022dev2b1 Filename: pool/development/g/golang-github-kisielk-gotool/golang-github-kisielk-gotool-dev_1.0.0-1co0bv2022dev2b1_all.deb Size: 10612 MD5sum: 4a0938511db0262c30dea4ac9aa13c8f SHA1: f4ef3ab053654d818064285ab7127ed3f478e29b SHA256: 00a4706d49a84e7b43b9eab7d41a83eabcea84e8da992a5f4b4e0d9bfbc3c930 SHA512: 461f5505bf945575f9b0a22aed0af3cef605435de6755f6cdcba27c11a38cda25b1ad5d5c16a12b2efad0af6d97199060280fcab044f3a8ef17d93db9b70a7de Description: library of some utility functions provided by cmd/go This package provides a library of some utility functions provided by cmd/go. This library is provided as a convenience to developers wanting to write tools with similar semantics. Homepage: https://github.com/kisielk/gotool 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-kisielk-sqlstruct/golang-github-kisielk-sqlstruct-dev_0.0~git20150917.0.0b86a3e-2.1apertis0bv2022dev2b1_all.deb Size: 6520 MD5sum: ab6a51024eb28b329761721acfffbfb8 SHA1: c576990c6bb6ac78a4f0b780128a6d72f368b154 SHA256: c4883c63f644f37752e09703d844d67386c1afcded8395302b5e7d11537c9f7b SHA512: 28daf2eff965cee6570a0a0d8c982ea582b5c211d0552404be011d8265f76c526e29ea3c9a4c29d9282cb93316eba3f5b9b2e658da315119bced8082b230de66 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.1apertis0bv2022dev2b1 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.1apertis0bv2022dev2b1_all.deb Size: 30024 MD5sum: c5253f9970037afd1813f317e6f1972c SHA1: 71a938c7fe09dc493743b15b50e87c9bca305040 SHA256: 89b9a4303403f97e4e78beddaa4aef5be3983b64ea2370f042a24c4d4612cf87 SHA512: c8d74be7feca7c46266fdcae351fa4aa53e711327487e144a8847fd87c52124762b702f14e803beecf22f40f8b7226ee3463f5575967ff0f4b162ad435198b10 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-kolo-xmlrpc-dev Priority: optional Section: devel Installed-Size: 56 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kolo-xmlrpc Version: 0.0~git20200310.e035052-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-kolo-xmlrpc/golang-github-kolo-xmlrpc-dev_0.0~git20200310.e035052-1apertis0bv2022dev2b1_all.deb Size: 11960 MD5sum: 651b7ab0026d364643db34b158be3257 SHA1: 6b50df8da4ff1ecf2e1e75e20b0e14dc3ee8502d SHA256: 742a7cea25e69cedd337288ef4625fab66ac80996f6f801620604934c4cd34cc SHA512: bbc3f28129a11f26cc1a97d7e3434d55286b2163e14f67545400e61aea6b16bb55fb6bf7c1e332bde275681b74071322a4be6be43ac73ae3ad4fe39b0d15a3ba Description: Implementation of the XMLRPC client protocol in Go The github.com/kolo/xmlrpc package is an implementation of client side part of XMLRPC protocol in the Go language. Homepage: https://github.com/kolo/xmlrpc Package: golang-github-kr-fs-dev Priority: optional Section: devel Installed-Size: 26 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kr-fs Version: 0.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-kr-fs/golang-github-kr-fs-dev_0.1.0-1apertis0bv2022dev2b1_all.deb Size: 6532 MD5sum: 50387c72158311321b5e92a6c0cd34c8 SHA1: f3d3b007018ffc0b5283ad66ec6f6930b428f2fa SHA256: c767c3af1b049e2ee712922826d806c0a948624960533ae623638d9d4f5616d6 SHA512: 504c16b481e4b292fce5b0be59d11d7783de51b8bcd853e8fd00f0e21baf60067d311103ddbf6527416f78a8e4c238ade636e6446252d5b49b34c50dd73a99a8 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 Package: golang-github-kr-pretty-dev Priority: optional Section: devel Installed-Size: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-pretty Version: 0.2.1+git20200831.59b4212-1apertis0bv2022dev2b1 Replaces: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~) Provides: golang-pretty-dev Depends: golang-github-kr-text-dev (>= 0.1.0) Breaks: golang-pretty-dev (<< 0.0~git20160325.0.add1dbc-1~) Filename: pool/development/g/golang-pretty/golang-github-kr-pretty-dev_0.2.1+git20200831.59b4212-1apertis0bv2022dev2b1_all.deb Size: 14860 MD5sum: 7c2263b6e126cf03cbf421aa5260b3af SHA1: 952dd2d5d32fb9e77201ffb513353e4f74d51981 SHA256: 0989428177ce1bf5a236bf1fac1ae3a0fa1bca9920d4b7d2664c9f1c838ad899 SHA512: be329618383111f97fc31ae71ef5e12f8450e237389727e7cde55cc6ab4595f1ee4b036a6d70008064e66ae516ec5ff557e6774a2e6db10511f523b94273c778 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/ Package: golang-github-kr-pty-dev Priority: optional Section: devel Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-pty Version: 1.1.6-1apertis0bv2022dev2b1 Replaces: golang-pty-dev (<< 0.0~git20151007.0.f7ee69f-1~) Provides: golang-pty-dev Breaks: golang-pty-dev (<< 0.0~git20151007.0.f7ee69f-1~) Filename: pool/development/g/golang-pty/golang-github-kr-pty-dev_1.1.6-1apertis0bv2022dev2b1_all.deb Size: 10792 MD5sum: 7c035083b096dc76477c6e3fec221af1 SHA1: e955b7ffe858d96ca5e8b5dfdb69c85fd7de7b55 SHA256: de4ea3fa5879a1821f94e65b5b51377ea4c2af43f88b3bd737f7712643ab0d5a SHA512: abf6f46437dfe209901df491bff3622818f5e2329f2649a77f927a8cc858fc0a6a00d203e1b206c692b601c3bdc0a64dc81b3bc0279d6e0760d5053b48fb46ab Description: Go package for using unix pseudo-terminals Pty is a Go package for using unix pseudo-terminals. . This package contains the source. Homepage: https://github.com/kr/pty 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-1apertis0bv2022dev2b1 Replaces: golang-text-dev (<< 0.0~git20150905.0.bb797dc-1~) Provides: golang-text-dev Depends: golang-github-creack-pty-dev Breaks: golang-text-dev (<< 0.0~git20150905.0.bb797dc-1~) Filename: pool/development/g/golang-text/golang-github-kr-text-dev_0.2.0-1apertis0bv2022dev2b1_all.deb Size: 11300 MD5sum: 51e0c39cab82e6c7e52e618bf1941027 SHA1: 7395dcdfdfc82e9943d6e2e8e82f1c5105d1b9da SHA256: 65643d5fafaa31244a81d3e12b67fce3a59b99605df4333c80e9ff1e90b6d654 SHA512: bafa68c8c1a8b748537a978ea1a631d0ef658ef20d95ecc455189e184d99ca7bed97ccc63e6c252f0b5aacb4e91c6def90da1cb48a00e9bd4dd69166caae6b65 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 Package: golang-github-kylelemons-godebug-dev Priority: optional Section: devel Installed-Size: 75 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kylelemons-godebug Version: 1.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-kylelemons-godebug/golang-github-kylelemons-godebug-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 14876 MD5sum: a6a230b06d95b85dcf08db5f92652117 SHA1: 8405b87da70f322c36958885e0d987b7bc46bb20 SHA256: df73f9ffc9d8fcbc4a497e000d9ad9fa32eeb65c48663926239b6b2eaa193c46 SHA512: faa86b335d1a6c5a419852a511b628d9afa1c004d73266ae4ed57a7c8401b1fd46a0ece5edbd31c0074c6432a33a2829ed3525a4b9bee27dd75d5373aea170eb Description: Debugging helper utilities for Go Golang debugging helper utilities. Homepage: https://github.com/kylelemons/godebug Package: golang-github-leodido-go-urn-dev Priority: optional Section: golang Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-leodido-go-urn Version: 1.2.1-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-leodido-go-urn/golang-github-leodido-go-urn-dev_1.2.1-2apertis0bv2022dev2b1_all.deb Size: 9768 MD5sum: c80059d3bba6ac070fe1bc82eeaa62dd SHA1: 4eb8b36980240c1921b2dbf8a738e04d4c77ef80 SHA256: 91c01597d45aa348aaac9a583831b799c523c34311cba16989b848041254cc22 SHA512: d23f0fc73f5cd22052ae6eaf0d5535a757ec93ab6ebd0a8537e85f70313b95bfd6c9639b89f80536707eb03f045e4670db084f4a0ee570679ff680617f46d2c6 Description: Go parser for Uniform Resource Names This parser deals with Uniform Resource Names as defined in RFC 2141 (URN Syntax). The actual parsing is accompanied by: - fine-grained and informative erroring; - namespace specific string normalization. Homepage: https://github.com/leodido/go-urn Package: golang-github-lib-pq-dev Priority: optional Section: devel Installed-Size: 380 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-lib-pq Version: 1.3.0-1apertis0bv2022dev2b1 Replaces: golang-pq-dev (<< 0.0~git20151007.0.ffe986a-1~) Provides: golang-pq-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.3.0-1apertis0bv2022dev2b1_all.deb Size: 76256 MD5sum: 938addff3141c58d1078055872fd7eeb SHA1: a05aebb306cdb3c8237677d247dc992fd142240f SHA256: fed2368a89b8fe023910405d803ff334797865f6c14652a92debb8c1e4c5bb2a SHA512: 86552e3f56ce1a062efc1b2ad613d30374c0b76f1839082865360607655db1ef8eaad1ac9fd5c3c47b0153414902621875de5b8e65a89c3f61b74dd0c651c911 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 Package: golang-github-lunixbochs-vtclean-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-lunixbochs-vtclean Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-lunixbochs-vtclean/golang-github-lunixbochs-vtclean-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 5552 MD5sum: 242b913d4e69711a7cc147b211e70443 SHA1: 8dfb5a56cd7443595d0e1bf0e43282d844ffa7bb SHA256: 035bbf89834e09a081abff61a1f7c6f5e697503207dcc2c5193699a9fa200c44 SHA512: 349b76a05e1132a2ff84dedbb4866d259a3a92370de4c8deaa4d8cebaffb4247b7ba5aec1f0a7816bd0fe1a4b6865df25ea4363828898d280c0c6f860ec7fe77 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: 138 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-magiconair-properties Version: 1.8.4-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-magiconair-properties/golang-github-magiconair-properties-dev_1.8.4-1apertis0bv2022dev2b1_all.deb Size: 30060 MD5sum: e1785371fca9fb11fc462b38ef6863f6 SHA1: 68f1d848866d6c33db2a13577af7f9206e2d7a9e SHA256: 925abc1a63bfbbb78475bc013cfe3dfe90cdd3cbd56931d53dca439ce0e7d1e9 SHA512: 5ed81a3f6a03c612ad1cae34eae6baabdfe34b140f2c3554b3b069eb9e3ff602b5d4b72deeaff52bfed12c49ae50f7210bb3c45acddaeca6133dff71e8b10348 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 Package: golang-github-mailru-easyjson-dev Priority: optional Section: devel Installed-Size: 736 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mailru-easyjson Version: 0.7.6-2apertis0bv2022dev2b1 Depends: golang-github-josharian-intern-dev Filename: pool/development/g/golang-github-mailru-easyjson/golang-github-mailru-easyjson-dev_0.7.6-2apertis0bv2022dev2b1_all.deb Size: 82428 MD5sum: 84b386030e08a11eab2205080e2735b0 SHA1: 4bed2ded5743e52e9d455803c6443bbd489c1375 SHA256: f6104c89265904528fa23b4919e1067842f0ed0c966fdc0f8a656ae3dc5beea7 SHA512: 7496c5ee257b85b53731f87280a37cb256470810cb9f1b33141e288f35b1cf981c46fb3798e03234dd95ebdb57e1263e57c6719b833408585eb87193e09454e0 Description: Fast JSON serializer for golang - development files easyjson allows (un-)marshaling of JSON golang structs without the use of reflection by generating marshaller code. . One of the aims of the library is to keep generated code simple enough so that it can be easily optimized or fixed. Another goal is to provide users with ability to customize the generated code not available in 'encoding/json', such as generating snake_case names or enabling 'omitempty' behavior by default. . This package contains the development files. Homepage: https://github.com/mailru/easyjson Multi-Arch: foreign Package: golang-github-mattn-go-colorable-dev Priority: optional Section: devel Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-colorable Version: 0.1.7-1apertis0bv2022dev2b1 Depends: golang-github-mattn-go-isatty-dev Filename: pool/development/g/golang-github-mattn-go-colorable/golang-github-mattn-go-colorable-dev_0.1.7-1apertis0bv2022dev2b1_all.deb Size: 10180 MD5sum: 8dee9be779898685b1f4de7fea64508e SHA1: 8ba0fe72175c8a0b615f07061a85450f4014c93c SHA256: bbbadf79ca6806eb2565db73a177e1cd261f758482217c743db83dbe10af4eb1 SHA512: 04dcb7731688a565866147fc8913dc1746b798e8c5491d31a8ca7149c1851f28539847cf4819251188d2630dd3abb45e164b2c8cc7f52140593efd6af244522a 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 Package: golang-github-mattn-go-isatty-dev Priority: optional Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-isatty Version: 0.0.12-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20191026.33540a1~) Filename: pool/development/g/golang-github-mattn-go-isatty/golang-github-mattn-go-isatty-dev_0.0.12-1apertis0bv2022dev2b1_all.deb Size: 6668 MD5sum: d5d4591d26fbc336e26b59554c04c366 SHA1: 93a327130c77e91c5842143dbfa51b81eb27a63c SHA256: 2f0c189cd972a85dbceb5c004c4890cc3d8fd53c96c37ac0cbf6316f38547e7b SHA512: 1fb7803209b2df07e270323f4be1679e65e3921fd76f37ac379825842896d2607c006775b561e7c289d0494a93199c475e937462120e432ca9011711e9e56c1e 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 Package: golang-github-mattn-go-runewidth-dev Priority: optional Section: devel Installed-Size: 70 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-runewidth Version: 0.0.9-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mattn-go-runewidth/golang-github-mattn-go-runewidth-dev_0.0.9-1apertis0bv2022dev2b1_all.deb Size: 14356 MD5sum: d4697714e297e14ddf6e05a9f007f8f1 SHA1: 5b11662ee4372183151694863cfe9d25802acc3b SHA256: d9145c1f9271db33d50374624a22b67fd4298726cb49fe6a9d0cd81a597dacb6 SHA512: 0d30d7192bc4198e151106344a03b1f658e8c1166aaacae5c62ae5ec3aff0ce9dd4a3a379d85a6615ece6dc1975c5fe556830643d9f1425175a918b5f4fd5072 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 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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mattn-go-shellwords/golang-github-mattn-go-shellwords-dev_1.0.10-2apertis0bv2022dev2b1_all.deb Size: 6140 MD5sum: 58e7da2ba78b6c7a67ff99e6d13a9478 SHA1: 66c050808ebe7984217131a2372d77801efd2b5a SHA256: 3e689487b2b7216c5857f597824fc01baab2537b4e11966506af318eee768484 SHA512: 4f81fd818b50b5cb322dc012e36971fd15db811f256f5da37e4a814a4be82be42bfe08e09f8dd8d5a21b7f1f360c29ec72da52c73052351fc3954a68013b1a12 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: devel Installed-Size: 309 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mattn-go-sqlite3 Version: 1.6.0~ds1-2apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev, libsqlite3-dev Filename: pool/development/g/golang-github-mattn-go-sqlite3/golang-github-mattn-go-sqlite3-dev_1.6.0~ds1-2apertis0bv2022dev2b1_all.deb Size: 58332 MD5sum: 886bf1417d1f6d6cc06c4a91c34c1689 SHA1: 34e346cb049b3cd37d3ce6abaa5376afce41af1e SHA256: b57e8f3a4ae11e8fe9eecd9845ad82c168fb4df8b6f2ff6a0eecd11b317cb34f SHA512: 63dc955ac189065b243acde08a305e833a058ede5a367102cf91e8c1ad57c88d844f6f88fc857b8b0c9175185cb538aa69b464ce96f9f46959cabff57feab13d 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 Package: golang-github-miekg-dns-dev Priority: optional Section: devel Installed-Size: 853 Maintainer: pkg-go Architecture: all Source: golang-github-miekg-dns Version: 1.1.35-1apertis1bv2022dev2b1 Replaces: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~) Provides: golang-dns-dev Depends: golang-any (>= 2:1.10~), golang-golang-x-crypto-dev, golang-golang-x-net-dev (>= 1:0.0+git20180124), golang-golang-x-sync-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.35-1apertis1bv2022dev2b1_all.deb Size: 162432 MD5sum: c345147d5f4b780846c534abed228c00 SHA1: 36f4f12c7ddf76f941c35995f17096278cf03222 SHA256: fdb8b56c525c3c6028f957d29cd9f2ac4a4f4a6979ae0ab198dfd1f80d1c2cf2 SHA512: 996da36e9466ae32693327f71fa093d6c296925449e5774d9805aca3236674d3ff1f5cb6ccabb2d7bc0fdf4df81d670713a1dfbf6627a739e2f9380be40dd816 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 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-1apertis0bv2022dev2b1 Depends: libltdl-dev, libnss3-dev, pkg-config Filename: pool/development/g/golang-github-miekg-pkcs11/golang-github-miekg-pkcs11-dev_1.0.3+dfsg1-1apertis0bv2022dev2b1_all.deb Size: 32812 MD5sum: 53922cb94cfab9c4cd8ee85e2145c98b SHA1: 81c06c821418faef3265b56cc9f0dd3ba578a088 SHA256: 6f7f4fa2a30c5ea515814b054d9b4a08603ed87941455f6b63ffec5167d27c18 SHA512: 579cf0cb9fa9e97ced92a078adf7085f5067e2f0c870a87359eeeb221f9cc7a5fa7a6b55da95cbaafff7d14139183c2829a56760412e9e3ef60aadb7563b65ae 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: 120 Maintainer: pkg-go Architecture: all Source: golang-github-mitchellh-cli Version: 1.1.1-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 24544 MD5sum: b7344e9de840c285cfd6e104ba21e627 SHA1: b42dcb62046a50c169fd6bcd44c44b5dce5f02f8 SHA256: 5f5b09d0c5535042c31d2b1c4c76205239172fc8819d13a7d13592d7e2f581b9 SHA512: 7970659179d3da54f7dbf79072be53b0a3a322662abe9bed260ca12648fd365f3085260b2b9a70dc019c9dce21da895c67b57740ff5266aa7ed5a9bcedf16894 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-copystructure-dev Priority: extra Section: devel Installed-Size: 42 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-copystructure Version: 0.0~git20161013.0.5af94ae-2.1apertis0bv2022dev2b1 Depends: golang-github-mitchellh-reflectwalk-dev Filename: pool/development/g/golang-github-mitchellh-copystructure/golang-github-mitchellh-copystructure-dev_0.0~git20161013.0.5af94ae-2.1apertis0bv2022dev2b1_all.deb Size: 9108 MD5sum: 7469c1408edaf1b726a648ab064825d4 SHA1: 02910dfc860e19ecbe03f462160da7d77d68c750 SHA256: bb1964f8aa95fa1a84026b90ee4025e30bf90d2317b33d655d1c774673348f4d SHA512: 64c3de568b3c966a9cb76bdd1e73bbf1c3971d4eb95dca23fa833d8b408d66baa5c93f0e45d653b171fb7aeaacf0036dea8691f37eeddf6edbe5e5dcf39a0ab4 Description: library for deep copying values in Go Copystructure is a Go library for deep copying values in Go. . This library can copy Go values that may contain reference values such as maps, slices, or pointers, and copy their data as well instead of just their references. Homepage: https://github.com/mitchellh/copystructure Package: golang-github-mitchellh-go-homedir-dev Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-go-homedir Version: 1.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mitchellh-go-homedir/golang-github-mitchellh-go-homedir-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 5380 MD5sum: b1c656d44c3e3d51529a41966f3a06ea SHA1: 86deed79c2d535a803d4ae83e1cf9553bf314a1f SHA256: 898febfb3750d43630793f618bf314e685bd343143efc7dae11fa59703d1f81e SHA512: 4947ddba47b5acb9350c31063900512b1bb91f52482353f531db574777072b27b05a8c310f0d3ea490670ed0fca6bb5f4b1669c56a00be1f427e177049eb8a1d Description: Go library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation. Homepage: https://github.com/mitchellh/go-homedir Package: golang-github-mitchellh-go-testing-interface-dev Priority: optional Section: devel Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-go-testing-interface Version: 1.14.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mitchellh-go-testing-interface/golang-github-mitchellh-go-testing-interface-dev_1.14.1-1apertis0bv2022dev2b1_all.deb Size: 4556 MD5sum: ebb980cbebdbe18417a2ef5afe581507 SHA1: 89741674a95a04ae966189de9e98a40740269f94 SHA256: 07ddc3782356d757a3551b1177793d47e12252cc5b80401f42f437bece4eb57c SHA512: 3dc8c69bb11fea0303879b30714e95e78ff2f01d6c92a98ee701071b2871733b566fddcf8755ee484b9ddeaf37da600f119617ca6bdaf2235e6ed5f2507fe272 Description: library to expose *testing.T as an interface Go library that exports an interface that *testing.T implements as well as a runtime version you can use in its place. . The purpose of this library is so export test helpers as a public API without depending on the "testing" package, since one can't create a *testing.T struct manually. Homepage: https://github.com/mitchellh/go-testing-interface Package: golang-github-mitchellh-hashstructure-dev Priority: optional Section: devel Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-hashstructure Version: 1.0.0-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mitchellh-hashstructure/golang-github-mitchellh-hashstructure-dev_1.0.0-1.1apertis0bv2022dev2b1_all.deb Size: 7776 MD5sum: f49ecfefd93246fc8beda92305323f07 SHA1: 15f010816b679b2a44b180e921646526bc805bb6 SHA256: ce9537784c1ae883753853303370a1ff5a5cb320081797ebd8afebbff8e134ca SHA512: 1b340d091cf684229f736fe55bff00177777010ce15c0bea5e1dde7fd690627e4e1ae3d1c53ca4d218af4694ce54d28701525efa68e29f827aa733b703429aa8 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 Package: golang-github-mitchellh-mapstructure-dev Priority: optional Section: devel Installed-Size: 145 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-mapstructure Version: 1.3.3-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mitchellh-mapstructure/golang-github-mitchellh-mapstructure-dev_1.3.3-1apertis0bv2022dev2b1_all.deb Size: 26056 MD5sum: a8800f4661acba1605e9bcac046197b4 SHA1: d0397d9edcd4cf75d44e39426e0c7059c7486ef3 SHA256: bcad84ec793b0095c2f88993c20c9fe9d823fc056acd5812ab512598a7c56314 SHA512: 0df29023beae65e9731aadb0ebc08bad7e166434db889c00e266097f76e42c4176a2c5e6615243fed0fdde44120290dd0c16f4a7835b94abfffa4a3854614375 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 Package: golang-github-mitchellh-reflectwalk-dev Priority: optional Section: devel Installed-Size: 42 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-reflectwalk Version: 1.0.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mitchellh-reflectwalk/golang-github-mitchellh-reflectwalk-dev_1.0.1-1apertis0bv2022dev2b1_all.deb Size: 8400 MD5sum: 8b1db93d28cfe2f52d15acf446347ac5 SHA1: 99f20900a20a06ed142d23fdacac9f2e8dc67f4e SHA256: 4aa929827c6b84a20ed2f01d327d98f7b100e982995ef4d43b54510051b8d40c SHA512: 9cf8681bc2ca62488a1a9c70b50e941cbe3818a3ee3a867b49f56f64e8c63b5a3cd0c1179ab2995789569450a19d012750fbd99432882e63baab28323f54290b Description: library for "walking" complex structures, similar to walking a filesystem reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the filesystem. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON. Homepage: https://github.com/mitchellh/reflectwalk Package: golang-github-moby-sys-dev Priority: optional Section: devel Installed-Size: 180 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-moby-sys Version: 0.0~git20201113.5a29239-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-moby-sys/golang-github-moby-sys-dev_0.0~git20201113.5a29239-1apertis0bv2022dev2b1_all.deb Size: 37112 MD5sum: 33e0e66e0e0d41796623f4fc047c7413 SHA1: 7e0ee67f9d1398678e50cfa6296764430c18538c SHA256: c08b2c564525b77b5a3ae806230e318f7410cbece3c682d589c0a1130521587a SHA512: efcbb67a7b6dfed02a78b4dfa99bbffe5830cbd42d02f27b734559659dcf5a9834f53f094fd3b6a76f060d8b6850bf133a90f4997b2b5fc71dce7ed1931b5b20 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 Package: golang-github-moby-term-dev Priority: optional Section: devel Installed-Size: 62 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-moby-term Version: 0.0~git20201110.bea5bbe-1apertis0bv2022dev2b1 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~git20201110.bea5bbe-1apertis0bv2022dev2b1_all.deb Size: 12060 MD5sum: 17fd4e0eb1ae507229425a6693aa6c7c SHA1: 4c328a74be9b650174a7064894a6569abd65f7a7 SHA256: c9d0c94612970bcc68225e4933b981f1d7df7ca55beb0360b53dd3995f1422e1 SHA512: ee929b3a9de35819b462598040a8bfe7afd20ee490d04f9bfc2c65db563fe7cb34f8d786e01310caf757e1dab66bf8eefe4ccfb07da9cc1e29ed7736ca9e4c74 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-modern-go-concurrent/golang-github-modern-go-concurrent-dev_1.0.3-1.1apertis0bv2022dev2b1_all.deb Size: 4868 MD5sum: 6acfb190212a3bb79a04e98e12078753 SHA1: 65366c6fbbdfaab0fc9156f6c0fa0a924ef63d74 SHA256: d592f4c18d24b306219b23d23ce29931336f09d1396680150c366a32a676fb60 SHA512: 425d080cb2e1bd218a0329c3660d62d01fc170640469de8ce4a5d090d50a866f178e8e43da885f0a6acaaabaea4daff6a5c2830b2992be16f8fc3965d01db5d6 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: devel Installed-Size: 72 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-modern-go-reflect2 Version: 1.0.1-1apertis0bv2022dev2b1 Depends: golang-github-modern-go-concurrent-dev Filename: pool/development/g/golang-github-modern-go-reflect2/golang-github-modern-go-reflect2-dev_1.0.1-1apertis0bv2022dev2b1_all.deb Size: 10828 MD5sum: 6f8e5bc654ab2fdb5e1be86beeb045ca SHA1: a11ddbb936a3ecf0cf7dd6c5a49c19d21a784bb2 SHA256: 592fe22027fe57e505a28252a46968bcfdb415a1b51fd4cbd7e4b0ea1ccffc40 SHA512: 58d4bf0f04d4c618d290f9e49ecd1f5c92e60bb5069ab5de9753f67e424519aa570252db2d6ff1fd7947c2c4b4e2e91bdba4c98440a07416998e1ffe901cd160 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 Package: golang-github-morikuni-aec-dev Priority: optional Section: devel Installed-Size: 35 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-morikuni-aec Version: 1.0.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-morikuni-aec/golang-github-morikuni-aec-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 6380 MD5sum: bbb0202797eed2d9ad941c35cbd91dcb SHA1: ac440869f0e8ffec6775744e330939dc1493ad83 SHA256: 5d5ad8ad3faf97afe391855d8d336cd73dbc5dd39c660ba3dfb6f2ceb3b7f0da SHA512: 718095fe652bf4e17b55a0b8a78136eb53bb3eb1d8080af48d280bde54b725d8ed21ac2a8a7dde0b04def0a63822d8911279084978f4089e99e765c31232fe8f Description: Golang wrapper for ANSI escape code Golang library to manage ANSI escape codes. Homepage: https://github.com/morikuni/aec Package: golang-github-mreiferson-go-httpclient-dev Priority: extra Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mreiferson-go-httpclient Version: 0.0~git20160630.0.31f0106-2co1bv2022dev2b1 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-2co1bv2022dev2b1_all.deb Size: 6444 MD5sum: 99e562c633166982aa865b3750f542d2 SHA1: 4e2ff62a163e1eab74f4be307cc42c0dfd95bfdd SHA256: 28e5d546dae4d8d99a8c7b6151a4fcf56a5f38b524b0cdd398c0dd340f365173 SHA512: 3211e05bcec57543b1197f1b6403f45be28e27b567cbd39aeafb8c0dd00907fe460ef16d19259b29a9473980ff0d6d3e27bc825b7596dd3de502479fe949c401 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: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mrunalp-fileutils Version: 0.5.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-mrunalp-fileutils/golang-github-mrunalp-fileutils-dev_0.5.0-1apertis0bv2022dev2b1_all.deb Size: 5364 MD5sum: 0b69a4caa504c4c88e999d6898953883 SHA1: 6ac3389006dc781b129fea497511689fe97d7ec0 SHA256: b52d01a2838f2689d4401a4e054504c928110ab5b6aa3a13851c2b44285bd778 SHA512: ecf430d03bba34b78ee09711eccae13420c1b56cabe91880277406a4cdd937b223b7b566ca15550bfb89d029c18d307bae4c79073dd772fb29a82a22a230778b 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: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mwitkow-go-conntrack Version: 0.0~git20190716.2f06839-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 14860 MD5sum: fd48d80df94dec5eeac201b75e32272e SHA1: fc14895f59212bb2c2c4956c79489d8109430868 SHA256: d4bd3d0d8226afc4f4bf3416b2bd40bdf66bab0ec2b7fd193c1a9bc228db0eaa SHA512: 2faf7b051999497dd2f5f08490d697bd5fd74e714baf9a8517a27e0de04ea2dd5a7e5a257acd7db28e32e31ebdbbfe9ad6e39252174a95d282930e732f69482c 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.52-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ncw-swift/golang-github-ncw-swift-dev_1.0.52-1apertis0bv2022dev2b1_all.deb Size: 55160 MD5sum: 847e4247af99064902059517848bb5fd SHA1: bf1dad3765583edf00a960c208dca66600e4b967 SHA256: 21edba826633e6a25faaf7c8947284ada16a8527f29f085bdc48fbd4c5516dde SHA512: 7a9e70996c210298818e68b74c53aad8722dd84463f3601f6c81e739140877fbacec5d9329cd9465b2db375307a17bf7520bb0e3eb67c0226a81696a8bafb587 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-nkovacs-streamquote-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-nkovacs-streamquote Version: 1.0.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-nkovacs-streamquote/golang-github-nkovacs-streamquote-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 5208 MD5sum: e11eee3cf80c171f6ca2fbfd69044013 SHA1: e38b429274cb925bbb601cf67a4781509975897d SHA256: a768e5af9af87d099ec064f18061d4a230f7d065ada513d2e8fab5b75847e71f SHA512: 9f18845900eb15f3e356d28b60d4fdd8bb0b41bc29b67e65642c0176a9166f08a1dd6a408e74da0051cff6e9944f9c3e32307b698b1108561eeb99e11facf04b 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-nrdcg-goinwx-dev Priority: optional Section: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-nrdcg-goinwx Version: 0.8.1-1.1apertis0bv2022dev2b1 Depends: golang-github-fatih-structs-dev, golang-github-kolo-xmlrpc-dev, golang-github-mitchellh-mapstructure-dev Breaks: golang-github-xenolf-lego-dev (<< 3.2.0-3~) Filename: pool/development/g/golang-github-nrdcg-goinwx/golang-github-nrdcg-goinwx-dev_0.8.1-1.1apertis0bv2022dev2b1_all.deb Size: 8892 MD5sum: cb106fbe98ea1a229b580180babf00bf SHA1: fa296137a0c8537c134e97ed44e27420275e46d0 SHA256: b69de9627af8a10c8fd51756b288245a2e68b14a80c6a2c47c81c894c572b33a SHA512: 2d5c6f6e1a65f5ef2f38941a96928d58734421b73518c20b4167bf820c504367c4a789936a1238ac7de8f8331848b5809b633f1975dcadf05212b6e75a856055 Description: INWX Go API client This package contains a go library for the INWX API. It implements some parts of the official INWX XML-RPC API. - Account * Login * Logout * Lock * Unlock (with mobile TAN) - Domains * Check * Register * Delete * Info * GetPrices * List * Whois - Nameservers * Check * Create * Info * List * CreateRecord * UpdateRecord * DeleteRecord * FindRecordById - Contacts * List * Info * Create * Update * Delete Homepage: https://github.com/nrdcg/goinwx Package: golang-github-nytimes-gziphandler-dev Priority: optional Section: devel Installed-Size: 191 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-nytimes-gziphandler Version: 1.1.1-1apertis0bv2022dev2b1 Depends: golang-go, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-nytimes-gziphandler/golang-github-nytimes-gziphandler-dev_1.1.1-1apertis0bv2022dev2b1_all.deb Size: 40140 MD5sum: 3335e5aec2ddb0e119fc7ccaf788bf5a SHA1: c2919282ef32ccb6398c84815cd18623081a7f1c SHA256: 035039a036afc45abcc1e01b6a134ec635b99ca54c312d87d1eaac61b29ba734 SHA512: 94003b8e4d738891be5a8e81f63fa0760f21798a8a0bda27bce193195e216c944794de2c367cce1c9c100982710f6d661bff66a6f38fe4ce1db9e289682fbc8d Description: Golang middleware to gzip HTTP responses This is a tiny Go package which wraps HTTP handlers to transparently gzip the response body, for clients which support it. Homepage: https://github.com/NYTimes/gziphandler Package: golang-github-olekukonko-tablewriter-dev Priority: optional Section: devel Installed-Size: 106 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-olekukonko-tablewriter Version: 0.0.4-1apertis0bv2022dev2b1 Depends: golang-github-mattn-go-runewidth-dev (>= 0.0.7~) Filename: pool/development/g/golang-github-olekukonko-tablewriter/golang-github-olekukonko-tablewriter-dev_0.0.4-1apertis0bv2022dev2b1_all.deb Size: 20320 MD5sum: 07bfe4529cfb11933a9bbdf48cb40d07 SHA1: 3608fcc16e390947fed45b889e9a0ce758f735d1 SHA256: a9097cb55f27963e23ba940bff45086c6ceca910d4ce019b99d9079cccf64bec SHA512: fe77bae5397f14f8c9dadcd44137541fcfa6facd6a6c846cd4295cee63fc211f9579a2b92631035459058747cc203db96e46206def8a82825eee9d6ef5a474d3 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 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-2co1bv2022dev2b1 Filename: pool/development/g/golang-github-olekukonko-ts/golang-github-olekukonko-ts-dev_0.0~git20140412.0.ecf753e-2co1bv2022dev2b1_all.deb Size: 4412 MD5sum: ec88cae5fe0d5ef0b3b16d9a52df011c SHA1: b92f7d5a1f0a93c09d76093b263f41ce791787e1 SHA256: 797f4e4770615b83b41a9ff92b90e544ffefc773eddad25df5904872818ea34e SHA512: 052a4af16c86330bf89121c6b6c4a4c72f1ffe99a5feb7385bf5ee31fd3204cb1184ce3f1426566cc1fbb0ade0cd59a7d7963c414bad158b1cfccb565e3d5a1f 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: devel Installed-Size: 921 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-ginkgo Version: 1.14.2-1apertis0bv2022dev2b1 Replaces: golang-ginkgo-dev (<< 1.12.0-5~) Provides: golang-ginkgo-dev Depends: golang-github-influxdata-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.14.2-1apertis0bv2022dev2b1_all.deb Size: 124572 MD5sum: d9276d236dd2a3dead48f7b356cbb17d SHA1: cb1ab06de0dae3f021890c40c85d4e5d32c755bf SHA256: e0be330fd37cc192601375ad41edb180f4325d51c6475b3583dbfe7062dcbb8d SHA512: 4f4d80f3477332a09a095363ace613bc03dfda20580fe3e8b8409f4c1ca1178e621dabdcf4ebe221f735efeb23f906bab4f86ca38bd0ebe6393ad9ce094b816c 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 Package: golang-github-opencontainers-go-digest-dev Priority: optional Section: devel Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-go-digest Version: 1.0.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-opencontainers-go-digest/golang-github-opencontainers-go-digest-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 12308 MD5sum: cda85881e664aef4add8bef28d4751ae SHA1: 5bd9f6aed9e372b43b2e585c4553e0149a2de6a2 SHA256: 30f005e667de7e52c3638aacbdd1ed5c1d1cbe3726288682ea9bb46afe003540 SHA512: fbe9ff86b8f19c57b31a0f3cc91a90c095f25284cf1e1789883f94fe5da8bb5660bb6704c3a745845ba5dbd5b02f76bda998e2c42cde7700281e6e3717a4ee88 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 Package: golang-github-opencontainers-image-spec-dev Priority: optional Section: golang Installed-Size: 177 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-image-spec Version: 1.0.1-5apertis0bv2022dev2b1 Depends: golang-github-opencontainers-go-digest-dev, golang-github-pkg-errors-dev, golang-github-xeipuuv-gojsonschema-dev (>= 1.2.0~) Filename: pool/development/g/golang-github-opencontainers-image-spec/golang-github-opencontainers-image-spec-dev_1.0.1-5apertis0bv2022dev2b1_all.deb Size: 34440 MD5sum: e134f1920c0d9461d8c9e24e02568da9 SHA1: 913bd3b9cd6d102a12f2b059d676b78b32c53b59 SHA256: eba1187ad24adca7b30ecf1a39432a8a813421f90be3841badc89940cc38f772 SHA512: c7974f019ac8c990854718a06f01d8bfa4ce0e4891b395bfc573813243455f1a4b027f497e30e7e9d6a40e299835fe90a87f02419d058e3520fcf8c9d8a88166 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 Package: golang-github-opencontainers-runc-dev Priority: optional Section: golang Installed-Size: 1287 Maintainer: Debian Go Packaging Team Architecture: all Source: runc Version: 1.0.0~rc93+ds1-5+apertis0bv2022dev3b1 Depends: golang-dbus-dev, golang-github-checkpoint-restore-go-criu-dev (>= 4.1.0~), golang-github-cilium-ebpf-dev, golang-github-containerd-console-dev, golang-github-coreos-go-systemd-dev (>= 20~), 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.29~), golang-github-pkg-errors-dev (>= 0.9.1~), golang-github-seccomp-libseccomp-golang-dev (>= 0.9.1~), golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-github-vishvananda-netlink-dev, golang-github-willf-bitset-dev, golang-gocapability-dev (>= 0.0+git20200815~), golang-golang-x-net-dev, golang-goprotobuf-dev Breaks: podman (<< 2.0.4+dfsg2-5~) Filename: pool/development/r/runc/golang-github-opencontainers-runc-dev_1.0.0~rc93+ds1-5+apertis0bv2022dev3b1_all.deb Size: 230984 MD5sum: 753e4e0f5e8fc70f1d4dbf5d1af81b1d SHA1: 78813d7966c777f6eddc8003dc2bbc26a50ea1af SHA256: a0a701d575946cb68e28671376ab58786b500bed202474f9c8a415ed3a23b611 SHA512: 4a06a1407a98ace7f4538090fe23146f6340768aee4f87c080eda084c2d6497d8ae6f658a953b03d155b4e2df0c5713e84691e7b840414bd570d17fb975a34fb 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: 274 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-runtime-tools Version: 0.9.0+dfsg-2apertis0bv2022dev2b1 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 (>= 1.0.2~), 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+dfsg-2apertis0bv2022dev2b1_all.deb Size: 46808 MD5sum: bab92dbe2dd4899c3232e4b2e9b637a0 SHA1: f7ef5233a5e141a94bd4526db0ee1404ce3dadf4 SHA256: 49e94d18736ff72868129b3b9d6fe3d76c0ae2644481698eb68bf643108556fe SHA512: 83ac0db8d4f5bf6a5516c47e3794b6515f238cc076afaa648bc05ec469b606cf722687623a72bb7c64722aad77217eeb9aabcb346d0664a6c0a8906d79447a7e 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: 110 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-selinux Version: 1.8.0-1apertis0bv2022dev2b1 Depends: golang-github-pkg-errors-dev, golang-github-willf-bitset-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-opencontainers-selinux/golang-github-opencontainers-selinux-dev_1.8.0-1apertis0bv2022dev2b1_all.deb Size: 21844 MD5sum: b211654ad4b24e05c8052a94b8a92ef7 SHA1: df2b5b50fb3f7174cd22ad08297ab04d3b207528 SHA256: b808da532e30407e7ad539847be1d7a39212b327f656c06adaca49390cd50398 SHA512: 7dafd992dfc6e497703420406b83bd89d9d1562a2db747ea5a1b595c7f1d8c9a272be47b1d81dd280bd58f420a143e59b4b3b2152017ebb1b3c1f36ff3fbec95 Description: common selinux implementation Common SELinux package used across the container ecosystem. Homepage: https://github.com/opencontainers/selinux Package: golang-github-opencontainers-specs-dev Priority: optional Section: golang Installed-Size: 106 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-specs Version: 1.0.2.41.g7413a7f-1apertis1bv2022dev2b1 Provides: golang-github-opencontainers-runtime-spec-dev Filename: pool/development/g/golang-github-opencontainers-specs/golang-github-opencontainers-specs-dev_1.0.2.41.g7413a7f-1apertis1bv2022dev2b1_all.deb Size: 26984 MD5sum: 15b5034ef7f96e8edba7b4103b63722b SHA1: 3911b372bb2c4adb083c1864a42ed6005461873f SHA256: fe7f0b4b936a74c81c923adba60a6fe755acb60356c6d5ce093d4ce74bb2b10c SHA512: c3914f02a0325f43fd5bf3b505169904fe72ad2cff37afc7edb7af85af0e84fa2f3b2c687ebcc17c9a894550106c2e4bd27335b2c735acfa8a605607e2bf3810 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 Package: golang-github-opennota-urlesc-dev Priority: extra Section: devel Installed-Size: 42 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opennota-urlesc Version: 0.0~git20160726.0.5bd2802-1.1apertis0bv2022dev2b1 Provides: golang-github-puerkitobio-urlesc-dev Filename: pool/development/g/golang-github-opennota-urlesc/golang-github-opennota-urlesc-dev_0.0~git20160726.0.5bd2802-1.1apertis0bv2022dev2b1_all.deb Size: 8648 MD5sum: 3de73c10424ecede8ff705529ac6400b SHA1: fcddea3d64bf0184ff6941844c2c523846fae80d SHA256: ac54c87e03add6e555b0fa38dbdb1642a56bc21a67f52fd438c2a16ea5431c04 SHA512: f135a2384e62844b05a611685740d35117978dd8db8b4f3e9fb04c09ac6af301814d3148f7875a9b0ec7f2c61ad0a068d077261d274308c75b0a265dcc074470 Description: Proper URL escaping as per RFC3986 for Go Package urlesc implements query escaping as per RFC 3986 for the Go Programming Language. . It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url. See Go Issue 5684 at https://github.com/golang/go/issues/5684 for more information. Homepage: https://github.com/PuerkitoBio/urlesc Package: golang-github-opentracing-contrib-go-stdlib-dev Priority: optional Section: golang Installed-Size: 59 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opentracing-contrib-go-stdlib Version: 1.0.0-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 13144 MD5sum: f25b19d65c5b208c521fa3e4bce21dc2 SHA1: e727f66ede1216461b928b031df733792a187845 SHA256: ba9376350c073c5bac6deb1e508fa9671216b8cc2e6007c44d9ffb914e7f7c3c SHA512: 091802f2f0176c8e0967ca95b8408dc03b89b6e2ea5589624a8fbae00332d060b64c611fa830b2269d39d76871d7ac44ab99da8a462895995facaae253255f12 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 Package: golang-github-opentracing-opentracing-go-dev Priority: optional Section: golang Installed-Size: 143 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opentracing-opentracing-go Version: 1.2.0-1apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-opentracing-opentracing-go/golang-github-opentracing-opentracing-go-dev_1.2.0-1apertis0bv2022dev2b1_all.deb Size: 29660 MD5sum: 6d7ae8f2f17ecdd0e3d565c0f9872de0 SHA1: a265711dc6de92fbe83820c9b4a27c2c31d4b701 SHA256: bc29456e3409d2ac739878479bcb675311d304ef645db5946f7410ab26c31a83 SHA512: 114628ca4dffc096f165bbcfa06dca2e13adab6d9a411b872dde07228e836289497523748b6c1733142e29e1b04ffa6fe4159832edb1aeda8dc9f9c671adcd2a 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 Package: golang-github-ovh-go-ovh-dev Priority: optional Section: devel Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ovh-go-ovh Version: 0.0~git20181109.ba5adb4-5apertis0bv2022dev2b1 Depends: golang-gopkg-ini.v1-dev Filename: pool/development/g/golang-github-ovh-go-ovh/golang-github-ovh-go-ovh-dev_0.0~git20181109.ba5adb4-5apertis0bv2022dev2b1_all.deb Size: 14012 MD5sum: 3feab00d69e1fad5900135a06dfc58b4 SHA1: 5e80f0e28f25a5919917d38ea1499e88f1af990f SHA256: 3d65bac49387dc55b5e964fb2fe21d7bd663e70d210bcd8c3f08441cf1843308 SHA512: 9ecc7dc4949c3fbc847760fe45a68c39376b17c9427c4518785d166227bd08b46ab940ebf76ba66d4fd3fcd3c6d90ebccdfdca4e01a77e8a61cd7d17f8abf8f4 Description: Simple go wrapper for the OVH API Lightweight Go wrapper around OVH's APIs. Handles all the work including credential creation and requests signing. . This wrapper will first look for direct instantiation parameters then OVH_ENDPOINT, OVH_APPLICATION_KEY, OVH_APPLICATION_SECRET and OVH_CONSUMER_KEY environment variables. If either of these parameter is not provided, it will look for a configuration file. Homepage: https://github.com/ovh/go-ovh Package: golang-github-packethost-packngo-dev Priority: optional Section: devel Installed-Size: 257 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-packethost-packngo Version: 0.2.0-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-packethost-packngo/golang-github-packethost-packngo-dev_0.2.0-2apertis0bv2022dev2b1_all.deb Size: 40840 MD5sum: 731751b04a6103d58dc14a321ea8537d SHA1: 9262349156ac35b7514d438771011bfc5c37890b SHA256: 7094da29c3c40e802a18872094c1fb41601761af8bee89f87ff609ec7fc6a0d8 SHA512: 6dcef87c15bb3c086bc6f9a1663a24ed4d34f387036208a52f5ea28c0bec18240699ec4ba79a747f8cb0f26957783f636bd1258edf13d4d080535b0c19f6323d Description: Golang API client library for Packet (cloud provider) Official Golang API client library from the cloud provider Packet (https://www.packet.net/). Homepage: https://github.com/packethost/packngo Package: golang-github-pascaldekloe-goe-dev Priority: optional Section: devel Installed-Size: 98 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pascaldekloe-goe Version: 0.1.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pascaldekloe-goe/golang-github-pascaldekloe-goe-dev_0.1.0-2apertis0bv2022dev2b1_all.deb Size: 21860 MD5sum: 53f9b5246c1732c463e9f4ef97b8707e SHA1: e074dff48e0d699c45b56019a481d9c1087250ed SHA256: e54ef39f3432c418cd727bc9c95fdb577b73b56935455443d33e12f468df1dc0 SHA512: af5ba1947b5f072e29f201550a79c101cb0ad6a8846a8bfc38afffcd6e638427a5dc4abac19f7e635bc7879cbb8e0713521e16e7607a8449ef4c5f8533775106 Description: enterprise tooling library for Golang Common enterprise features for Golang. Homepage: https://github.com/pascaldekloe/goe Package: golang-github-patrickmn-go-cache-dev Priority: optional Section: devel Installed-Size: 91 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-patrickmn-go-cache Version: 2.1.0-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-patrickmn-go-cache/golang-github-patrickmn-go-cache-dev_2.1.0-1.1apertis0bv2022dev2b1_all.deb Size: 12456 MD5sum: bc47fea69b5a5886b54b76c09402ba22 SHA1: 073512426cdd6ba4403bb0fa5801948e3c87a72e SHA256: a7f01d77c477c36ac42ca83ce5fe39c65cef085bba92ab53cb7c1512c903f040 SHA512: 991c6f2a9bb4791c89058df2f0827f00f59bda7b49e73a3bd9fe670e9f4b3831793ab98daa476bb6f7be4a6bb1082fe20dafda400d41b2a997e6c5d34624664d Description: in-memory key:value store/cache (similar to Memcached) go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network. Homepage: https://github.com/patrickmn/go-cache Package: golang-github-pborman-uuid-dev Priority: optional Section: devel Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pborman-uuid Version: 1.2.0-2apertis0bv2022dev2b1 Replaces: golang-uuid-dev (<< 0.0+git20150824.0.cccd189-1~) Provides: golang-uuid-dev Depends: golang-github-google-uuid-dev Breaks: golang-uuid-dev (<< 0.0+git20150824.0.cccd189-1~) Filename: pool/development/g/golang-github-pborman-uuid/golang-github-pborman-uuid-dev_1.2.0-2apertis0bv2022dev2b1_all.deb Size: 12388 MD5sum: 14b5bec8939e04566db4148928f19722 SHA1: 33f7f6484d534a48537bb7a3036da5d378b7a3a7 SHA256: dba6a59f1b0a204e1e34dc54533c6bb1ad8fbdd48acd4afa4ed93877e16d46a5 SHA512: 34bee6628f567b399ea013aa1bbe00fb9009e61555b683babf2954384646d22382b67dbaf52c2eaf8d436c8f8dae31b09f4fc17e34983c0443bc2a715b2efbce Description: Go bindings to work with UUIDs Generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. Homepage: https://github.com/pborman/uuid Package: golang-github-pelletier-go-buffruneio-dev Priority: extra Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pelletier-go-buffruneio Version: 0.2.0-1co1bv2022dev2b1 Filename: pool/development/g/golang-github-pelletier-go-buffruneio/golang-github-pelletier-go-buffruneio-dev_0.2.0-1co1bv2022dev2b1_all.deb Size: 4148 MD5sum: e65000ed914b9ebc35db1d2f34cd305a SHA1: dc2f734fdea629358587f1fb6658f50bbe98993e SHA256: 913e36a30d3b1c9c9e68abee4fc8b0181bfbcb0e9a420a231b357cffce4ecbc8 SHA512: 3b1c35c59eff5aece77c3418b4b767e6633e2e5ffac5fdd344094b55d033ab9a08064862a2d698e539694c6fa6c3e496fd795057beb7dd0fec94d5804872c15d Description: wrapper around bufio to provide buffered runes access Buffruneio is a wrapper around bufio to provide buffered runes access with unlimited unreads. Homepage: https://github.com/pelletier/go-buffruneio Package: golang-github-pelletier-go-toml Priority: optional Section: devel Installed-Size: 6534 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.8.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pelletier-go-toml/golang-github-pelletier-go-toml_1.8.1-1apertis0bv2022dev2b1_amd64.deb Size: 1124068 MD5sum: 2dcfd3c8c5f8f96dbd5f4a9a5018748a SHA1: ca8f7366441473ae95a9d7785c1ed8c763cc5031 SHA256: b217e16c4fe5627d8dc44146632bddcffeb6ac9644e72fd59b04dc8b76f93611 SHA512: 06d7ec69cb4a8adcf143ab0e67b191847e0bdde18ee2e05b88bf178d02a0358c628bbda72a60e29fd4e66c12c7de094fadf89d8175f4e7e0204c3d18180ae70a Description: Go library for the TOML format — command-line programs This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.1. . 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](query/) * Syntax errors contain line and column numbers . This package contains the three command-line programs tomll, tomljson and jsontoml. Built-Using: golang-1.15 (= 1.15.8-4) Homepage: https://github.com/pelletier/go-toml Package: golang-github-pelletier-go-toml-dev Priority: optional Section: devel Installed-Size: 442 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pelletier-go-toml Version: 1.8.1-1apertis0bv2022dev2b1 Depends: golang-github-burntsushi-toml-dev (>= 0.3.1), golang-github-davecgh-go-spew-dev (>= 1.1.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.8.1-1apertis0bv2022dev2b1_all.deb Size: 75648 MD5sum: c8d94a47036ff66bba98228c66fcab33 SHA1: 9e2ba8dcfe8a9a3c9cf35e5fffe6f8bb40a84d17 SHA256: 5d52cd4c5822a301fd839133a74cb83b928eeb9406717fa5a2ea2e385fd3ceb2 SHA512: d0efcc909edf39c42261b485cfce18d605829f54d2550d5c0e9d09683ad9683643303cb000af0bedeef7497a69a4727c4c861f533617c6eb9d2b03ecb0a1287f Description: Go library for the TOML format This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0-rc.1. . 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](query/) * Syntax errors contain line and column numbers Homepage: https://github.com/pelletier/go-toml Package: golang-github-peterbourgon-diskv-dev Priority: optional Section: devel Installed-Size: 76 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-peterbourgon-diskv Version: 3.0.0-2apertis0bv2022dev2b1 Depends: golang-go, golang-github-google-btree-dev (>= 1.0.0~) Filename: pool/development/g/golang-github-peterbourgon-diskv/golang-github-peterbourgon-diskv-dev_3.0.0-2apertis0bv2022dev2b1_all.deb Size: 19124 MD5sum: de527d7bb225ea58be28365e341c70b9 SHA1: 6d6d974ebf9b7bec0183a0ab8747068684b95689 SHA256: b90fd66c0fc1324be2540c4d121dba954444feda07919e0a6a72275a4130375d SHA512: a3af15af4d9a8bb010fb91f4980d4ca0f1255ce7a931d358a2a4ed363a0f5ef33d97bae3cb054e6d255fa1ac85f74643b11188e59089dd07ce1f1f01ba1b4196 Description: disk-backed key-value store Diskv (disk-vee) is a simple, persistent key-value store written in the Go language. It starts with an incredibly simple API for storing arbitrary data on a filesystem by key, and builds several layers of performance-enhancing abstraction on top. The end result is a conceptually simple, but highly performant, disk-backed storage system. Homepage: https://github.com/peterbourgon/diskv 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-philhofer-fwd/golang-github-philhofer-fwd-dev_1.1.1-1apertis0bv2022dev2b1_all.deb Size: 13128 MD5sum: 6b368df0bf0680bbea22bae4b56115dc SHA1: 062c3377be7b1f53a75a07ddc5c6c00570aac5be SHA256: 25b61900ed7d7ce047584da855ae64578fef6c7d72cfc64bfe85391bb709bd6d SHA512: da6aa086bb00fe957a60adf7f7206fcfecd26155fec50cdd0c506eb5da2a2eb380fc9e3abafaf06184deff4efd44c3f12adae39814fecb4225f92d7e4837e882 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: 13140 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pierrec-lz4 Version: 2.5.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pierrec-lz4/golang-github-pierrec-lz4-dev_2.5.2-1apertis0bv2022dev2b1_all.deb Size: 5101884 MD5sum: ff1338df5a6ed3529dcdafc70cc57a83 SHA1: 4e7b21feafb2f5ab0aca898dcf2b57cd318cd847 SHA256: 75d9c5591ebba77be011e8a3d5a90397e3434f08955168d0cab6434250e19113 SHA512: 7b7a44c27f82fffbf4a09fbab4763c9027f9aadcff82f26fda71fbcf9e164bb1966f2edb375663becbfd17a9af589d47cfdd244b4d8d2bf1e16128320108d938 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 Package: golang-github-pivotal-golang-clock-dev Priority: extra Section: devel Installed-Size: 31 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pivotal-golang-clock Version: 0.0~git20151018.0.3fd3c19-2.1apertis0bv2022dev2b1 Depends: golang-ginkgo-dev, golang-gomega-dev Filename: pool/development/g/golang-github-pivotal-golang-clock/golang-github-pivotal-golang-clock-dev_0.0~git20151018.0.3fd3c19-2.1apertis0bv2022dev2b1_all.deb Size: 5080 MD5sum: 1ac8b349260c16235940fe089d15f3f0 SHA1: 0626a55092d5dc6b8e025a89b81fe7f6714a920d SHA256: 38f995e4a6411b62b242cf0eee317f1fa3e2f7925f61ad2aa5225de9a09daafa SHA512: 1c538f4a8b70f93341b2eccd3fb78649a2de79f0bbde12e8e78b179bbac9e8573e929a8ebe55d685585a2d3df151cc4ee5d39f82a1879beccf756bdf71601684 Description: Time provider and clock testing library for Go This library provides a Clock interface for Go which is useful for injecting time dependencies in tests. Homepage: https://github.com/pivotal-golang/clock Package: golang-github-pkg-errors-dev Priority: optional Section: devel Installed-Size: 67 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-errors Version: 0.9.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pkg-errors/golang-github-pkg-errors-dev_0.9.1-1apertis0bv2022dev2b1_all.deb Size: 13228 MD5sum: 61397f19a03ce44f526eaa2814d0d569 SHA1: a1723e18c58b44b7f9b44a47a691e953ca70554b SHA256: 94a40b4cf8336482e5400411e3eafec251388ecf234a6ed7ce8f2e2d18ad943d SHA512: ce29342968effa3e183575c88f6fccacbb4007fc9ca38c50b93e7d4a7dd85ad3cc790e0075d5399737439e065122592af18e92cbee2caa9335592cf8ef8257ca 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 Package: golang-github-pkg-sftp-dev Priority: optional Section: devel Installed-Size: 324 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-sftp Version: 1.10.1-1apertis0bv2022dev2b1 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.10.1-1apertis0bv2022dev2b1_all.deb Size: 61812 MD5sum: 17e11ebc2c3987e56f88be9a67db711c SHA1: c41ffca054beed5cb5d8c4dbc2fdf7273b7f82c5 SHA256: 4f8a3681906c1334019d66abb8122b45d04db3b10e4567068fc585f6e639bc1c SHA512: c4a49682e0dec45fd5a16876ac6b05a77e102eb695275b54b060fb6ea152a032c217d5c35c0fd9212a44deda38715a3328666cf56ed09142ccdee99b8a911262 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 Package: golang-github-pmezard-go-difflib-dev Priority: optional Section: devel Installed-Size: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pmezard-go-difflib Version: 1.0.0-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pmezard-go-difflib/golang-github-pmezard-go-difflib-dev_1.0.0-3apertis0bv2022dev2b1_all.deb Size: 12524 MD5sum: 3779649b8cf1e7e0d8cd3583a37de152 SHA1: acd5af0bdfab95066f68e0f03f8f225aad2294e0 SHA256: e81bd971d413dd40e52aa1f2298d7fb0199bf289513e18361974c041e84d2845 SHA512: 31008de85b85c840eecb0cd52a3449ee5d4559f372ac828937baa410c0081cfd53c8b46aea415ca3bcc1f0c2a7361e6428badb1c4063748101265d1cab0d21fe 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-pmylund-go-cache-dev Priority: extra Section: devel Installed-Size: 87 Maintainer: pkg-go Architecture: all Source: golang-go-cache Version: 0.0~git20150304-2co1bv2022dev2b1 Depends: golang-go Filename: pool/development/g/golang-go-cache/golang-github-pmylund-go-cache-dev_0.0~git20150304-2co1bv2022dev2b1_all.deb Size: 12656 MD5sum: 0171b3128805920d7f60c516a28fb10d SHA1: d28dc752af0f907fd574a37751806ab5940d5dd0 SHA256: b648667cc300e2ac24336666cc6420d9aae765bd28e3bba180ae2b74d4a4dd51 SHA512: 1269b05793c0f8926e01a6a73e7b5ae1c6501a39ad88d97500bd4de275c37d1bc0d982c5e01ef2e378d2ab57a26e5446250c517fe2578eb530d276c6391cfb3e Description: Go library for in-memory key/value store similar to memcached go-cache is an in-memory key:value store/cache similar to memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface{} with expiration times, it doesn't need to serialize or transmit its contents over the network. Homepage: https://github.com/pmylund/go-cache 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 16196 MD5sum: 23e12f05656394d8c5afa596c8375c19 SHA1: 99f28629db3c1b2003bb61c1611d150600ad328c SHA256: 743deff56ae65bcccabc600536dc8de45088f2182821988eee953dc1ada4df63 SHA512: 25120e182e2215bdeb5fccac4f286d1cd400a7c4494e96ba7b9a479f3edecc99928f0d68abab10057a9e0027a323e05ba07c2ae86a93ddc08488701bbd56e230 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-cachecontrol-dev Priority: optional Section: devel Installed-Size: 91 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pquerna-cachecontrol Version: 0.0~git20171018.0dec1b3-1.1apertis1bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-pquerna-cachecontrol/golang-github-pquerna-cachecontrol-dev_0.0~git20171018.0dec1b3-1.1apertis1bv2022dev2b1_all.deb Size: 14536 MD5sum: 3a57d43025e32ee5c4e95bcaeb46130a SHA1: aa0b5749b0705d5f59362f9cafc01655ff7eb598 SHA256: 3c348b4fc771e6e18d8e2c82b00e037ddb3426e11d549e5d8bbfd0f636ca47d8 SHA512: 4b6ef98fe63451474d527d010ba22a8dc95524562eb5fd3077e0ec7ae4d58022726c09d1d1a37bd43bf852f6539cb4ba8fde421c0d29713978ddde85c74cc44d Description: HTTP Cache-Control Parser and Interpretation cachecontrol implements RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching. It does this by parsing the Cache-Control and other headers, providing information about requests and responses -- but cachecontrol does not implement an actual cache backend, just the control plane to make decisions about if a particular response is cachable. Homepage: https://github.com/pquerna/cachecontrol Package: golang-github-prometheus-client-golang-dev Priority: optional Section: golang Installed-Size: 719 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-client-golang Version: 1.9.0-2apertis1bv2022dev2b1 Provides: golang-prometheus-client-dev Depends: golang-github-beorn7-perks-dev, golang-github-cespare-xxhash-dev, golang-github-json-iterator-go-dev, golang-github-prometheus-client-model-dev (>= 0.2.0), golang-github-prometheus-common-dev (>= 0.10.0), golang-github-prometheus-procfs-dev | golang-procfs-dev, golang-golang-x-net-dev, golang-goprotobuf-dev | golang-github-golang-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.9.0-2apertis1bv2022dev2b1_all.deb Size: 134220 MD5sum: 89f8efa5f18d3d307a4652bf10488bf7 SHA1: 05ee8348b9581ad91e04729dcd3c253eec31dbf0 SHA256: 1700a53b629a91891ff08de0c8cd580e97a880da41c19dddf0fbe451ad77d627 SHA512: cdd541bcd9efe346ac46bf64a2fc466770c98b01807800cad038da3537e14fa7c673fa7c0770e9ce0dde20c756591c5acf49b85fb95b8351d4ffd5fdf300488b 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: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-client-model Version: 0.2.0-2apertis0bv2022dev2b1 Depends: golang-goprotobuf-dev | golang-github-golang-protobuf-dev Filename: pool/development/g/golang-github-prometheus-client-model/golang-github-prometheus-client-model-dev_0.2.0-2apertis0bv2022dev2b1_all.deb Size: 8672 MD5sum: 8b1e791d40bd17f3d40cdbfde5dd5cb3 SHA1: e0cd1e2d355a684bbe19e9ea4fcadf77f5db838a SHA256: 67bb8c9a66ee0f5d6b18776282a8d8841b0805a796ac69885974bc4243a867ba SHA512: f3cd9d69266d223931a51c9f1e428f83decb4d4c2388afe5ff94720fe4fa33f6ee7e975346297a205b3a02bbf0ce0cef964c4aa0d2d10204907149111ebfe853 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: 511 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-common Version: 0.15.0-2apertis0bv2022dev2b1 Depends: golang-github-go-kit-kit-dev, golang-github-julienschmidt-httprouter-dev, golang-github-mwitkow-go-conntrack-dev, golang-github-pkg-errors-dev, golang-github-prometheus-client-golang-dev, golang-github-prometheus-client-model-dev (>= 0.2.0), golang-github-sirupsen-logrus-dev (>= 1.0.2), golang-golang-x-net-dev, golang-gopkg-alecthomas-kingpin.v2-dev, golang-gopkg-yaml.v2-dev (>= 2.2.1), golang-goprotobuf-dev, golang-protobuf-extensions-dev Filename: pool/development/g/golang-github-prometheus-common/golang-github-prometheus-common-dev_0.15.0-2apertis0bv2022dev2b1_all.deb Size: 102672 MD5sum: 394bf83ef0272a1029a9d357d547ba8b SHA1: 2bc6a00fed024644d6689e76a349b26ec032b34c SHA256: ebbcafc6568f047ffaae9802564ec8fe1a8ac859faa7a4a412da79003faaf29e SHA512: 129217c5af4ede4ba90aedcdeaa1d3d5073ad2b533a6233e2e964730f4c0168035e1d0de9e8f4779293329718e2ca596954be90d6481dbe450023b7314d33cb1 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/log: Wraps https://github.com/Sirupsen/logrus in order to add line:file annotations to log lines, as well as to provide common command-line flags for Prometheus components using it. * 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/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: 703 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-prometheus-procfs Version: 0.3.0-2+apertis0bv2022dev3b1 Replaces: golang-procfs-dev (<< 0.2.0) Provides: golang-procfs-dev (= 0.3.0-2+apertis0bv2022dev3b1) 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.3.0-2+apertis0bv2022dev3b1_all.deb Size: 110700 MD5sum: 7287564768ef09770f0c596a016cedaf SHA1: c0d0ca83c80448f0436d6aff2bbff8f2cc8d5bfc SHA256: 7d37efad15007601f311a94d3fc771b246c43a3ce7c82379bc726211be298a68 SHA512: 654c1dfc2344be567734233a2ae1b7c24cda57f59527d150bed310f71cbd15973e2a5392ed532ac51af6f77f2175cf50b735f952ea3867c0a5ad12b56b6c31b6 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-puerkitobio-purell-dev Priority: optional Section: devel Installed-Size: 57 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-puerkitobio-purell Version: 1.1.1-1apertis0bv2022dev2b1 Depends: golang-github-opennota-urlesc-dev, golang-golang-x-net-dev, golang-golang-x-text-dev Filename: pool/development/g/golang-github-puerkitobio-purell/golang-github-puerkitobio-purell-dev_1.1.1-1apertis0bv2022dev2b1_all.deb Size: 14540 MD5sum: 5336148fd4a9ca979d47100ef288de50 SHA1: 262b95962b9bb17f1c49dc1f5741d232f3b113f9 SHA256: e3358eae8b86405d2206270934afca23c5e1e0699f471b4f92adfffb903cf4d3 SHA512: 470b20261f51f195ff7f841f8f17415e81ce3ea336171ebb4e9e07ec41adc0f6a35f12c1308c6d41106190f28349591a26e048065ac13b37299a3daf46008fbb Description: tiny Go library to normalize URLs Purell is a tiny Go library to normalize URLs. It returns a pure URL. Pure-ell. Sanitizer and all. Yeah, I know... . Based on the wikipedia paper http://en.wikipedia.org/wiki/URL_normalization and the RFC 3986 document http://tools.ietf.org/html/rfc3986#section-6 . Homepage: https://github.com/PuerkitoBio/purell Package: golang-github-racksec-srslog-dev Priority: optional Section: golang Installed-Size: 78 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-racksec-srslog Version: 0.0~git20180709.a4725f0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-racksec-srslog/golang-github-racksec-srslog-dev_0.0~git20180709.a4725f0-1apertis0bv2022dev2b1_all.deb Size: 16948 MD5sum: 4e61b223bf013f1740abe51a861f5439 SHA1: 8e46738678a23592e30ba611bbc52163235b19e1 SHA256: 34f5f0356a83d108ae7bf70fea1a0e037c2e342732c086825fb72e36d21e91c8 SHA512: f1377270e508bb440e02740bc79c2682aa19ac513f17bbd69d51d9aa16cd043272f4100574870091929da0b2fcae095fdff12035c4d7d6a4cdb7dbbf369d2cb8 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 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-3apertis2bv2022dev2b1 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-3apertis2bv2022dev2b1_all.deb Size: 29816 MD5sum: 0c8d8be067edc43d749472cf4331a41a SHA1: dda8c0a539a8e04edc7f7b0cb07ad6898d9b4410 SHA256: 37d1cf5d64707ebc72815b4fd933617dc45816daedb7ad7f6c47ff552d805a1f SHA512: c8edf7d935b4edbdb77a2892972c4dcee94b97cf51efa1287cd75e36f0b7ca7e01ceec0c25b07870226d31b5a826d3a0b5aabfe446b2ef903767428a0de2b896 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-revel-revel-dev Priority: optional Section: golang Installed-Size: 786 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-revel-revel Version: 1.0.0-2apertis0bv2022dev2b1 Depends: golang-github-agtorre-gocolorize-dev, golang-github-bradfitz-gomemcache-dev, golang-github-fsnotify-fsnotify-dev, golang-github-garyburd-redigo-dev, golang-github-go-stack-stack-dev, golang-github-inconshreveable-log15-dev, golang-github-mattn-go-colorable-dev, golang-github-patrickmn-go-cache-dev, golang-github-revel-pathtree-dev, golang-github-twinj-uuid-dev, golang-golang-x-net-dev, golang-gopkg-natefinch-lumberjack.v2-dev Filename: pool/development/g/golang-github-revel-revel/golang-github-revel-revel-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 163000 MD5sum: 8b57968dd7c23e8bf2fc65a59a6c6c5c SHA1: 886ef462d9342b00492bbacfc4f5ce202bb76b87 SHA256: 7a8b022d6f460a439bbe18481534d75c1d6bf3f41860a9197638edbdaecf08c0 SHA512: d4f5e4769bce30ea26e526cfcf92a5e9bb51182369e0a669e33ed86b42fc3235fb65554857ee85ed35b56db1ccc1bd67f4b03d0ad49231b159b071278bb6de8b Description: high productivity, full-stack web framework for the Go language Revel is a web framework that builds on top of the high-perfomance Go HTTP server. It provide routing, parameter parsing, validation, templating, caching and a testing framework. Homepage: https://github.com/revel/revel Package: golang-github-robfig-config-dev Priority: extra Section: devel Installed-Size: 72 Maintainer: pkg-go Architecture: all Source: golang-robfig-config Version: 0.0~git20141208-4co1bv2022dev2b1 Filename: pool/development/g/golang-robfig-config/golang-github-robfig-config-dev_0.0~git20141208-4co1bv2022dev2b1_all.deb Size: 16028 MD5sum: ab000736c09b7bbe7d9416e143184dad SHA1: 45be3f866c4e9438fee08363455cbf0372620bba SHA256: 1a5f845694ff127a316ee3302e06e95479ba3657f86da726d848fd64010eb56a SHA512: 06d246620b7bca68bfa3fee16cacec58b1d546ad1d28acc6fd676df9a2161e888eb409bb0037b5c0a124f799632efc9be10c87cbf4939687126b5546552be358 Description: Configuration file parser for INI format Go library implementing a basic configuration file parser language which provides a structure similar to what you would find on Microsoft Windows INI files. Homepage: https://github.com/robfig/config Package: golang-github-robfig-pathtree-dev Priority: optional Section: golang Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-pathtree Version: 0.0~git20140121-4apertis0bv2022dev2b1 Provides: golang-github-revel-pathtree-dev Filename: pool/development/g/golang-pathtree/golang-github-robfig-pathtree-dev_0.0~git20140121-4apertis0bv2022dev2b1_all.deb Size: 6960 MD5sum: dc2a584c3f341f15941f53d15314ec7f SHA1: 132477891e9478f67da3d0823d140dc8c89bbdb0 SHA256: b07799d4f5b1c1247b974ef3a066073bc6a34fe8a4193ff883855e93a8335a0f SHA512: 540f41ebfb8d845e5e27c82a65ffe1db2658afdefea01acb8122f4e2081d3c1405969aa9cf1ca986055e4a29aec6a012146188bd2519814e181f85b2e63030e7 Description: Go library for fast lookups using trees Go library implementing a tree for fast path lookup. Homepage: https://github.com/robfig/pathtree Multi-Arch: foreign 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-rogpeppe-fastuuid/golang-github-rogpeppe-fastuuid-dev_0.0~git20150106.0.6724a57-2.1apertis0bv2022dev2b1_all.deb Size: 4500 MD5sum: 5fc6ff2b4bffd178a35831d1f0d29f74 SHA1: c0d46ed05fa3ed04e3bd62b1cb82c1d1c19b7ecc SHA256: a5451c24fdf0df4e2194a7ff9c9df3ef74be9a92d0331f27bc1699ea3e0e8853 SHA512: 803af56f2f6165d6dc32903239ab10a5bbb51f0f77773705173d3bed27c7a47cea78566c0e2927ad680aaac5f214d38a212de07384326ec7ff9c5e601345852b 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-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-1co1bv2022dev2b1 Filename: pool/development/g/golang-github-rubyist-tracerx/golang-github-rubyist-tracerx-dev_0.0~git20170927.0.7879593-1co1bv2022dev2b1_all.deb Size: 3956 MD5sum: 0a90af8e00d79549bd17e6cf5bb8b88b SHA1: 73733ee5e84aa5f690759304992bd097233801a8 SHA256: 536b3547c8b8692572a77daff286726ad5b86bb287a5f468ba3a77eb90570482 SHA512: a1a2dba1192afb581b8603c20e85fd468c650a2033ea5ad9d07ac032e608a26c2115a011c49a1df6829ff684f7a8d50f26123ec9ebd97add0e009b90fd927f69 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: 361 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-blackfriday Version: 1.6.0-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 65080 MD5sum: f0fb2a254e4d695875ff1b18f897d04a SHA1: c8abe358d5e45c6d77b0ee4ee9595a436e30d9bb SHA256: ac0e223c4f9f220b0d012411e721fd4e344e54751b1557e2515d513d208172b9 SHA512: 1429f049d862920673cfc1d090f14a84cd035bb28a35353eaf125cb13a4cf852d38ea98e7969ec4bb3e67928ec8f86860d50a562a371c3d6812c6a93a08a2b95 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: devel Installed-Size: 371 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-blackfriday-v2 Version: 2.0.1-3apertis0bv2022dev2b1 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.0.1-3apertis0bv2022dev2b1_all.deb Size: 67964 MD5sum: d9c154fe3b7a86f90a1463652c9cc146 SHA1: 5b5a0a062610e333ad5cdfb2cdce2a6bdc78ba4d SHA256: 41ed08411c0f13b44ba6dcf3bd7902c3e87ddedb9018c6dc997b8dd0db4402a1 SHA512: 50da5d8157282618cfee496b2c0b60f9bda05d32d5dc0975f952e20eb94a00088fa00f902d5abb6f9412b7f0ea133c3752dac1bf0d2e104942b2ad3af8615b5d 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 Package: golang-github-rwcarlsen-goexif-dev Priority: optional Section: devel Installed-Size: 1358 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-rwcarlsen-goexif Version: 0.0~git20190401.9e8deec-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-rwcarlsen-goexif/golang-github-rwcarlsen-goexif-dev_0.0~git20190401.9e8deec-1apertis0bv2022dev2b1_all.deb Size: 836044 MD5sum: 6d2a48f8a7f74d822de2d3a1fbb2d034 SHA1: ffd6a38a2aab7287f910d33630bcae3a2ff6cf03 SHA256: 662548fe170e525e285eb535750376d796a78a84be8f809d9d4173499d7e0017 SHA512: 18a6af0b2f4722e5f6b92a20feeef49652bb4094fdfb9eac2f40cd1a69685559f17195d44ca86253358934527c838bf1340737f442bbb5ef7df656472274b384 Description: Decode embedded EXIF meta data from image files with Go Go package goexif provides decoding of basic exif and tiff encoded data. Still in alpha - no guarantees. Suggestions and pull requests are welcome. Functionality is split into two packages - "exif" and "tiff". The exif package depends on the tiff package. Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif Homepage: https://github.com/rwcarlsen/goexif 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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ryanuber-columnize/golang-github-ryanuber-columnize-dev_2.1.1-2apertis0bv2022dev2b1_all.deb Size: 7000 MD5sum: 8d73168a52c1b6c54059db3e26d96e71 SHA1: e50aaf36a72fef0fcc225926b3e9445c6fa5dc0d SHA256: fa5ff0bd0b096d1b8c2411169933f0d73a2925b18bdbf0255f4cfdf6ebfb606e SHA512: 0bd1876bc20c4dbce17991ce18fdac800f601e57bb9a612f9716c86423ce898e3619d9b9ca916580af4040c403b519171e92194d3747c5203c82a7f04add5848 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-ryanuber-go-glob-dev Priority: optional Section: devel Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ryanuber-go-glob Version: 1.0.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ryanuber-go-glob/golang-github-ryanuber-go-glob-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 4764 MD5sum: 7e659fe146383e67d1b8200ecbc990b5 SHA1: 7872aeccf32b8a81ba1d62d7192602976524a420 SHA256: 0816d0c4357edc90d3ab5e8767a9e2c08640daff7297b277d449c7a3c7edf1c9 SHA512: 332eec8bfe934894ac93a87e607616d75db1407f46492fddf4d8398e8f1263f340403ad32b673c3d9df9ab2cc27873ae6dfcfb950c0234b4f3b5d7be30c494f1 Description: Basic string globs in golang Go-glob is a single-function library implementing basic string glob support. . Globs are an extremely user-friendly way of supporting string matching without requiring knowledge of regular expressions or Go's particular regex engine. Most people understand that if you put a * character somewhere in a string, it is treated as a wildcard. Surprisingly, this functionality isn't found in Go's standard library, except for path.Match, which is intended to be used while comparing paths (not arbitrary strings), and contains specialized logic for this use case. A better solution might be a POSIX basic (non-ERE) regular expression engine for Go, which doesn't exist currently. Homepage: https://github.com/ryanuber/go-glob Package: golang-github-safchain-ethtool-dev Priority: optional Section: golang Installed-Size: 49 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-safchain-ethtool Version: 0.0~git20201023.874930c-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-safchain-ethtool/golang-github-safchain-ethtool-dev_0.0~git20201023.874930c-1apertis0bv2022dev2b1_all.deb Size: 8508 MD5sum: 4cfa524b1acb258373c5a8836a05a78f SHA1: 8eb24aab7e13105f11b5657471ca0e9a1b9a943d SHA256: 805642584dd58657a4b834cc72a919137c3efc5bf7b92e8cd15874142fb37580 SHA512: 9f45a340d5848b6e5ee5579c2e503f4c996cf2701e7151cf743dcf529b0ad2b36e6ba95ab1f846f63ed6715c93068feeaeb0906cbdd62f407f119e74d476ecf8 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-1co1bv2022dev2b1 Filename: pool/development/g/golang-github-samuel-go-zookeeper/golang-github-samuel-go-zookeeper-dev_0.0~git20180130.c4fab1a-1co1bv2022dev2b1_all.deb Size: 34588 MD5sum: a59ab9296bbf065b1fbb51afaddb664b SHA1: 2908b9edf701335bde075f23d4424818e53d7bfb SHA256: c1b600dd790a5ed03bd16e745c9448dae0d8940b02b92502ab165c2d11542a4d SHA512: 5b9cf8de7bb41532ca996931174e30bc9c91f3858ccc13d148ae20d4d7301353f88b77aa24bc7e9b41a044119623cd7488bf1b8bcec598698335fabee19c3d99 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: 55 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-satori-go.uuid Version: 1.2.0-2co1bv2022dev2b1 Depends: golang-gopkg-check.v1-dev Filename: pool/development/g/golang-github-satori-go.uuid/golang-github-satori-go.uuid-dev_1.2.0-2co1bv2022dev2b1_all.deb Size: 9768 MD5sum: 808e0b22b49fd456645998dd5519d43d SHA1: 9e5d9ce5eb452bc0baba417a2562c509d7feba24 SHA256: 10d6850faa59d5f92a109f1803d3e6004b39544667fbb3cfb8049858b33489f2 SHA512: 98d6c746da4c8417899a3e457207027784769171d1d4c62bde791652dfbd1ddb05ddc0df7b50561a4c25e37ae359fa1236e9a586ff0c265f6b323b44406bafd0 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-seccomp-libseccomp-golang-dev Priority: optional Section: devel Installed-Size: 79 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-seccomp-libseccomp-golang Version: 0.9.1-2apertis0bv2022dev2b1 Depends: libseccomp-dev Filename: pool/development/g/golang-github-seccomp-libseccomp-golang/golang-github-seccomp-libseccomp-golang-dev_0.9.1-2apertis0bv2022dev2b1_all.deb Size: 16616 MD5sum: f6cf42530a9fe9b74eb500a3c297ce4d SHA1: c5a5df17365286541831b7f43380aa6235328389 SHA256: 9de10b64d32683264c28364212377cf5ab9765f53708bfc199d9602a485b4871 SHA512: 9fe27223739f1e26d29b2b407260bad829860b0ac24e42fa80758b21b57847b69d85d06eb8a723016a18fc96e68facef704d3fa9377a3fcf5a44d15c40469ffc 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: devel Installed-Size: 177 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-sergi-go-diff Version: 1.1.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-sergi-go-diff/golang-github-sergi-go-diff-dev_1.1.0-1apertis0bv2022dev2b1_all.deb Size: 37096 MD5sum: cc22a2a1abf2c862e9be23645757b599 SHA1: db8d01df689dd9d4798daae041b83dde32b1e5ff SHA256: c3f0555fe54f8644516e02784f5183cbb5213402ab61a08ed2c62c0c1bbc0604 SHA512: 3326bdcee396b6275375c4a5e86da958f5e594ad75137789c9fd37d97a679442354acaafe7ee6012013f341d347f10018f6d31607e3dd67e7423c2f12fb2d366 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 Package: golang-github-shirou-gopsutil-dev Priority: optional Section: devel Installed-Size: 680 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shirou-gopsutil Version: 2.19.11-4apertis2bv2022dev2b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20180510~) Filename: pool/development/g/golang-github-shirou-gopsutil/golang-github-shirou-gopsutil-dev_2.19.11-4apertis2bv2022dev2b1_all.deb Size: 104556 MD5sum: f79088adb3fc35c54aacfeaeb9310f8b SHA1: c862360e60dd206671b42ad9a631f359c47369c9 SHA256: dd3dbdfbeaf62ff6d94369453228bd003c76783792032e65f3d1b03a1bfcf7c3 SHA512: 8e84a98b58706b3d079987cb80ea6d26f5a6d19f8619eab0a180fc57a7b73fcd404652a712149a81dced8cc6eb0edcbe36d5e9cfe4858f4c42d965d437ec2260 Description: Go package implementing psutils The gopsutil package provides a library which psutil (http://pythonhosted.org/psutil/) functions. Most of the features are implemented. Please refer to web site of the project about implementation list. Homepage: https://github.com/shirou/gopsutil Package: golang-github-shopify-logrus-bugsnag-dev Priority: optional Section: golang Installed-Size: 21 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shopify-logrus-bugsnag Version: 0.0~git20171204.577dee2-2apertis0bv2022dev2b1 Depends: golang-github-bugsnag-bugsnag-go-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~) Filename: pool/development/g/golang-github-shopify-logrus-bugsnag/golang-github-shopify-logrus-bugsnag-dev_0.0~git20171204.577dee2-2apertis0bv2022dev2b1_all.deb Size: 5284 MD5sum: 4ce5f0d17136d0553bf9b50e664242d0 SHA1: 3711028a9897b805b421bb9d13a11f795ded0b92 SHA256: b053c47a2ba4bda10878c44b39bdb5fa75dcdcac714048b399f6e6cf5ea40178 SHA512: c61e68abe13f870b6202f8d498e4eb09282f556ea65eb4e460a124677eedb4975a4baaa3e6c1f1f51aa7d7bbab26d05c8dad154d7bb1a5453fd6e2b92c9dc4f9 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 Package: golang-github-shopspring-decimal-dev Priority: optional Section: devel Installed-Size: 149 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shopspring-decimal Version: 1.2.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-shopspring-decimal/golang-github-shopspring-decimal-dev_1.2.0-1apertis0bv2022dev2b1_all.deb Size: 32664 MD5sum: 41775ffe35bb46e6eb2dca812d9bda6c SHA1: b56b3131311c5ccbf0f7d318777bc0e6a114a647 SHA256: 0ffe6960456498454d8672cf9b898a88c8b688db1034e7895104eb2f3c7e3ec1 SHA512: c30d12a9957b6fb41264236c5f7a3358ddf186f12af0df7188db0fa626100cb9072cc1bd1b15398da248f3957c99b0a576b8f1e3848324feca7b1beed71e0255 Description: arbitrary-precision fixed-point decimal numbers in go Features * the zero-value is 0, and is safe to use without initialization * addition, subtraction, multiplication with no loss of precision * division with specified precision * database/sql serialization/deserialization * json and xml serialization/deserializationInstall Homepage: https://github.com/shopspring/decimal 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-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-shurcool-sanitized-anchor-name/golang-github-shurcool-sanitized-anchor-name-dev_1.0.0-1apertis0bv2022dev2b1_all.deb Size: 4092 MD5sum: 223d22fda5569a5f0ab0d911555ff525 SHA1: 71384315f0d75b347851cae0657054ff2985abf5 SHA256: 97fd743108cc32353ebc616867dca1b569d5e416d4eebb073ebeb1727f84464f SHA512: 2861e58186bf0f8373a0afc3ab239170b751237c0401cc101ad81c57bf4730cf0b61cb125ea1ca9ff8b1a7dd9f1cf830a612db934c6e6c6ef1cc598fdb7d7720 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 Package: golang-github-sirupsen-logrus-dev Priority: optional Section: golang Installed-Size: 206 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-logrus Version: 1.7.0-2apertis0bv2022dev2b1 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.7.0-2apertis0bv2022dev2b1_all.deb Size: 45544 MD5sum: da96a82c83b6ccee95ef38efa2e07cd2 SHA1: f9b36352deea81e5a54287b53602baa34ef572bb SHA256: aa588d75c37581a893cc2ab631639b82fa82f4c665803323efc38abbb32246f8 SHA512: f369af54d4e290e4ffb3e5d55a49703847a9c7cd238729388ceb86bf12dbdfc42fc998531c7e7b5b6665afb404cfb36072342d184f9e69de8dfaa4545d2f1ec1 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-smartystreets-assertions-dev Priority: optional Section: devel Installed-Size: 308 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-smartystreets-assertions Version: 1.10.1+ds-1apertis0bv2022dev2b1 Depends: golang-github-jacobsa-oglematchers-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-smartystreets-assertions/golang-github-smartystreets-assertions-dev_1.10.1+ds-1apertis0bv2022dev2b1_all.deb Size: 52964 MD5sum: c9cc8aadaf0af4b3995982d6e1c65295 SHA1: 2d0cb1108143f71700ea0da6a32e93fc9aa22964 SHA256: 4cd74cf3546684f05a44d158053a78607d3cd0533bdf5feaaf85a71077500ed6 SHA512: 58ab82810faa9aaaad321d77b98510a578d7eb7b20469877c267a0ffa137175f3697448cba68ad34a0c0b3d9d29a36acd18dd0a85553a7c93c93162ea2750887 Description: fluent assertion-style functions This package contains the implementations for all assertions which are referenced in goconvey package (github.com/smartystreets/goconvey/convey) and gunit (github.com/smartystreets/gunit) for use with the So(...) method. They can also be used in traditional Go test functions and even in applications. Homepage: https://github.com/smartystreets/assertions Package: golang-github-smartystreets-goconvey-dev Priority: optional Section: devel Installed-Size: 322 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-smartystreets-goconvey Version: 1.6.4+dfsg-1apertis0bv2022dev2b1 Depends: golang-github-jacobsa-oglematchers-dev, golang-github-jtolds-gls-dev, golang-github-smartystreets-assertions-dev (>= 1.10.1~), golang-golang-x-tools-dev (>= 1:0.0~git20191118~) Filename: pool/development/g/golang-github-smartystreets-goconvey/golang-github-smartystreets-goconvey-dev_1.6.4+dfsg-1apertis0bv2022dev2b1_all.deb Size: 51684 MD5sum: 84889f8033b61fbfd4fb5409070beedc SHA1: 14c7051208ab140f387bcb3648f995cd90127124 SHA256: 97e6c301f0458b0a21c4e53cf3c0e992f136a2a9e16333e2f1c9e91fc1992efa SHA512: c8593d86e73ed64b0c551213adaecbf353f31dcdf78a3ae687b0a8ec86d9ca6b05e3b71c3daa6d7db17e772b4190d17dd7e2152474223fd6b590c20624b0e896 Description: Go testing in browser - sources Write behavioral tests in your editor. Get live results in your browser. . This package provides Golang sources. Homepage: https://github.com/smartystreets/goconvey Package: golang-github-soheilhy-cmux-dev Priority: optional Section: devel Installed-Size: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-soheilhy-cmux Version: 0.1.4-2apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-github-soheilhy-cmux/golang-github-soheilhy-cmux-dev_0.1.4-2apertis0bv2022dev2b1_all.deb Size: 13124 MD5sum: 85bf1e0418bcea2febeb6d347950a7b2 SHA1: 7225fe438436c8ddec61979f945091c9c95b1be4 SHA256: 1de13ba4552fa3e1248d5cd950282ebfc0f3f4f8f930406eb46635e85122254a SHA512: ea46d8c897976b11ef9b08a33d4c940a0defd4d3da19a8b68e139101797785437c964441c512e500ca3fb6b887a9675de890da7a03a3cd6d9f197dbb88b23054 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 Package: golang-github-spf13-afero-dev Priority: optional Section: golang Installed-Size: 287 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-afero Version: 1.5.1-1apertis0bv2022dev2b1 Depends: golang-github-pkg-sftp-dev (>= 1.10.1), golang-golang-x-crypto-dev (>= 1:0.0~git20190820.60c769a), golang-golang-x-text-dev (>= 0.3.3) Filename: pool/development/g/golang-github-spf13-afero/golang-github-spf13-afero-dev_1.5.1-1apertis0bv2022dev2b1_all.deb Size: 46360 MD5sum: 3b2be13378876e8ebcd48e0e89eae956 SHA1: d3989293ce2a4720e61eef7e5e03a78c88ab3606 SHA256: 3242a2cb88696c0b67e9ffae273214184d0b4ad0487059647e2843795b7752f2 SHA512: 68e730528a802de04c32740d4e86c3276b1592f3367b5048fe994cf0ee0d718139a9909e523835176ddc50cc47fb834908d03e2f0c7d135c82aa24e8acb6e8f1 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 Package: golang-github-spf13-cast-dev Priority: optional Section: devel Installed-Size: 82 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cast Version: 1.3.1-1apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-spf13-cast/golang-github-spf13-cast-dev_1.3.1-1apertis0bv2022dev2b1_all.deb Size: 10760 MD5sum: 7994af9d369f2a0354f2fb9200272e98 SHA1: 1525393f6ba247a6e1eadc36ce7a8d86af5fe0b8 SHA256: cf1c215d878f5f30a4b6e8d5deb49fa2de9b0c71772362106239ee0c33eb8235 SHA512: 949a1f5995d9775acbdfe61657d5e53cc0d2fe16006c9a534e7557e19b4a34b945eeb730f1cfdb07eafcf2ff5b234190b986de3a145fcd224072ee361da8420e 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 Package: golang-github-spf13-cobra-dev Priority: optional Section: golang Installed-Size: 542 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cobra Version: 1.1.2-1apertis0bv2022dev2b1 Depends: golang-github-cpuguy83-go-md2man-v2-dev (>= 2.0.0), golang-github-mitchellh-go-homedir-dev (>= 1.1.0), golang-github-spf13-pflag-dev (>= 1.0.5), golang-github-spf13-viper-dev (>= 1.7.0), golang-gopkg-yaml.v2-dev (>= 2.4.0) Filename: pool/development/g/golang-github-spf13-cobra/golang-github-spf13-cobra-dev_1.1.2-1apertis0bv2022dev2b1_all.deb Size: 96704 MD5sum: dca9fb85414af20feef9d22ec46df40e SHA1: f449339bce8cd2a5f316d9d082ea1106db7a9977 SHA256: 684d7db7fa15d636dedaa642dda5adfa84facd1002139992af3c103fa98a12fa SHA512: 9b2f5e247fd4e2f5829802240c8d722af73ce5dde00024f336697e9c8e709da78c761b5606f7f154299b323b266036a97c9e172c586fe75cda34a4aa84e57414 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 Package: golang-github-spf13-jwalterweatherman-dev Priority: optional Section: devel Installed-Size: 32 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-jwalterweatherman Version: 1.1.0+really1.1.0-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 7968 MD5sum: 404bf3b564653fc962e5e45326fc0476 SHA1: 8f66a82a965f58706c14823faa3533a6bb897c87 SHA256: 9e3fe633283a34a24f30a0298f2e03cf807f82bb5326f462c15ff539d9558ff6 SHA512: 441b2612c70cd0a3d97accd806d269a09c8b09ac131ef3bb74e1255ac20aa97e8220e34bee6712de54807945709b07556f95d7e05f074cc9db68dc3db880d382 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 Package: golang-github-spf13-pflag-dev Priority: optional Section: devel Installed-Size: 347 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-pflag Version: 1.0.5-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-spf13-pflag/golang-github-spf13-pflag-dev_1.0.5-2apertis0bv2022dev2b1_all.deb Size: 42916 MD5sum: e6602ea35b7094e7b2e2152b271b7e76 SHA1: 73762f1b0a02d7159278a795019d166edcf76a67 SHA256: dd4aacfd1582e0b0e5fd8e421ad5c674e37437ebac9395e6f5bf368bbfbf7658 SHA512: ba2618ecb047bce4cf356bb38ed83dcd3dae7e142e6c9fe1b863e831bd12391c775847a39176a688c28e7f77ab8ab59df78cf4879f7be572db91e44d1163f839 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: devel Installed-Size: 189 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-viper Version: 1.7.1-1apertis1bv2022dev2b1 Depends: golang-github-fsnotify-fsnotify-dev, golang-github-hashicorp-hcl-dev, golang-github-magiconair-properties-dev (>= 1.8.1~), golang-github-mitchellh-mapstructure-dev, golang-github-pelletier-go-toml-dev, golang-github-spf13-afero-dev, golang-github-spf13-cast-dev, golang-github-spf13-jwalterweatherman-dev, golang-github-spf13-pflag-dev, golang-github-subosito-gotenv-dev (>= 1.2.0~), golang-gopkg-ini.v1-dev (>= 1.51.0~), golang-gopkg-yaml.v2-dev (>= 2.2.4~) Filename: pool/development/g/golang-github-spf13-viper/golang-github-spf13-viper-dev_1.7.1-1apertis1bv2022dev2b1_all.deb Size: 48932 MD5sum: cd308feba0f2a1d7a1322acc7f298d60 SHA1: 7598fefa29369beeb72b0a6c60bcaca7ec15ffde SHA256: 42a8c5c51fd91cddfbbaefa443c31157c1b7242b64aad843f35dbd1c7a5d70af SHA512: 063423b6c0cdc466a74814514a009bcf464a1e4787e24d6bfc1dd132f49b1aa3b3a5740a79f1fe20d023d61ef60bfc4f6fa1cb046c6c776b1931fd6947e004d9 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 Package: golang-github-ssgelm-cookiejarparser-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ssgelm-cookiejarparser Version: 1.0.0-2apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-github-ssgelm-cookiejarparser/golang-github-ssgelm-cookiejarparser-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 4440 MD5sum: 45972d207d242b8138b522b1415302eb SHA1: 02d06d15e59183006355d3ae989b32536b471479 SHA256: d5c934e7bb418a2de91a6783aa0d23c4421e671daf4a8e3b0721799d0ea172b3 SHA512: 88e9939a47c098999a5d8e66beed8311bc859ca1cda3b5adfc56ca0e6690e669a6544c8ebf370fd835cfff1a0ac1d302ac659e335978bde2d9ca3763d3ad100e 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 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.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-stathat-go/golang-github-stathat-go-dev_0.0~git20130314.0.01d012b-2.1apertis0bv2022dev2b1_all.deb Size: 5480 MD5sum: 91f5d2f224af172b5f16addbc14a3a88 SHA1: daf9414cdfc63741984055c50233c642b598dfbc SHA256: 98dc54ec399f60b174d25a4231283401bb08080813fd5f540b2e84b050b104ae SHA512: f60d7a5dae5b323e49ad97d49b7354f63951b859fbcd2cbdc83ddfcc543a1883da08940e722360cbde40abcc0a4d907b9825d82d1ed6215dd988d3bce813aa0a 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-stevvooe-resumable-dev Priority: extra Section: devel Installed-Size: 97 Maintainer: pkg-go Architecture: all Source: golang-github-stevvooe-resumable Version: 0.0~git20150521.0.51ad441-2.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-stevvooe-resumable/golang-github-stevvooe-resumable-dev_0.0~git20150521.0.51ad441-2.1apertis0bv2022dev2b1_all.deb Size: 19580 MD5sum: d720f32670d18fa057f013dc0d0aee8c SHA1: 1e8f48c1b6c1c4a8d89b28f35f057090d693d7fe SHA256: 7bbfe10fa8a69d36c2614c5a10d3c460c6fdef73849deb8a80f642053060c3e6 SHA512: 52482e5a50f38641643a30bd465a47f543cdcca0a1b3230f1974d62a68fdadce296232fea54d8fb6037613bbff5ba81216e2a24e2c6b0da19713e93470c5c749 Description: Subset of the Go `crypto` Package with a Resumable Hash Interface Package resumable registers resumable versions of hash functions. Resumable varieties of hash functions are available via the standard crypto package. Support can be checked by type assertion against the resumable.Hash interface. . While one can use these sub-packages directly, it makes more sense to register them using side-effect imports: . import _ "github.com/stevvooe/resumable/sha256" . This will make the resumable hashes available to the application through the standard crypto package. For example, if a new sha256 is required, one should use the following: . h := crypto.SHA256.New() . Such a features allows one to control the inclusion of resumable hash support in a single file. Applications that require the resumable hash implementation can type switch to detect support, while other parts of the application can be completely oblivious to the presence of the alternative hash functions. . Also note that the implementations available in this package are completely untouched from their Go counterparts in the standard library. Only an extra file is added to each package to implement the extra resumable hash functions. Homepage: https://github.com/stevvooe/resumable Package: golang-github-stretchr-objx-dev Priority: optional Section: golang Installed-Size: 235 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-objx Version: 0.3.0-1apertis0bv2022dev2b1 Replaces: golang-objx-dev (<< 0.0~git20150928.0.1a9d0bb-1~) Provides: golang-objx-dev Breaks: golang-objx-dev (<< 0.0~git20150928.0.1a9d0bb-1~) Filename: pool/development/g/golang-objx/golang-github-stretchr-objx-dev_0.3.0-1apertis0bv2022dev2b1_all.deb Size: 25576 MD5sum: acada8d231004dec3401d6095d1b03da SHA1: be0e01f8610cac53b36c53757dac1b1bcdf6db9b SHA256: 430b4e8f28e5865cebec1d0a4f0ec36b58d1cbf2fd30fcbac9c04cd1a4345e80 SHA512: 0830417f3864b0f024700e01c95c9ea12242991ab542356218a4d5a8c4ab1e04ac72b99fe36ee4c5e711972d876b0d5453faa4cd2b1a7ce7e1b116516ceebc6e 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: devel Installed-Size: 499 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-testify Version: 1.6.1-2+apertis2bv2022dev3c4 Replaces: golang-testify-dev Provides: golang-testify-dev Depends: golang-github-davecgh-go-spew-dev (>= 1.1.0), golang-github-pmezard-go-difflib-dev (>= 1.0.0), golang-github-stretchr-objx-dev (>= 0.1.0), golang-gopkg-yaml.v3-dev Conflicts: golang-testify-dev Filename: pool/development/g/golang-testify/golang-github-stretchr-testify-dev_1.6.1-2+apertis2bv2022dev3c4_all.deb Size: 60832 MD5sum: c6a118497b1f634629a281736be1fda6 SHA1: 61b53ed73364dd9e09645117d38ff74d31356df5 SHA256: e0c5c4b91b6dd2b2f2c936265a68f795b54ae4ddb192934c0ec9ba77d2fd3acc SHA512: cde7bc588bc6f53fa825cce6eddf3c0a5eedd8de1848e6edf9e11f7fcbbecded385d57627c2419a3b99e02231fc22ecffa816f1f51b463ff8f21cdf5cc020b70 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 Package: golang-github-subosito-gotenv-dev Priority: optional Section: devel Installed-Size: 39 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-subosito-gotenv Version: 1.2.0+git20190917.de67a66-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-subosito-gotenv/golang-github-subosito-gotenv-dev_1.2.0+git20190917.de67a66-2apertis0bv2022dev2b1_all.deb Size: 8208 MD5sum: 701a472e3fd672d2307a9d8d81fcd70f SHA1: 97d39bb29274e78cd73a8fdc0604d820c22dba84 SHA256: 49fe472ab2a841024ca0d21e6feb0c23665963a30a19ecd7c9955d9d83ced688 SHA512: 0d4c964566989714fe23baea54017ae2683dffdb86658e64328d2b202cbf5fe525902f728f6d248316f5f05ae1c48e4de52d70c1fb34442407b40af2da00a78f 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 Package: golang-github-syndtr-goleveldb-dev Priority: optional Section: devel Installed-Size: 612 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-goleveldb Version: 0.0~git20200815.5c35d60-1apertis0bv2022dev2b1 Replaces: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c) Depends: golang-github-golang-snappy-dev (>= 0.0+git20150730), golang-ginkgo-dev Breaks: golang-goleveldb-dev (<< 0.0~git20170302.0.3c5717c) Filename: pool/development/g/golang-goleveldb/golang-github-syndtr-goleveldb-dev_0.0~git20200815.5c35d60-1apertis0bv2022dev2b1_all.deb Size: 114896 MD5sum: 40fde00402c9c58b1c9573ee7920b976 SHA1: b3e1a91b6d09c61aafb22aeae9479df6fb5d8ade SHA256: 10d6209d117d52365ca3810c77007ef90dfdda1afbd85640da5ffbf8ecf4ccc4 SHA512: 5f1e7710aee9a297446d3cb86f3b0e66a32051b9253081bf4b5c01a4295914ca28b030d5005de6e6b93c193f3d703527928fa0456c7076677166576ad4afa4fb Description: LevelDB key/value database in Go This library provides an implementation of the LevelDB key/value database in the Go programming language. . LevelDB is a fast key-value storage library that provides an ordered mapping from string keys to string values. Homepage: https://github.com/syndtr/goleveldb Package: golang-github-tchap-go-patricia-dev Priority: optional Section: devel Installed-Size: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-patricia Version: 2.2.6-5co2bv2022dev2b1 Replaces: golang-go-patricia-dev (<< 2.2.0-2) Provides: golang-go-patricia-dev Depends: golang-github-satori-go.uuid-dev Breaks: golang-go-patricia-dev (<< 2.2.0-2) Filename: pool/development/g/golang-go-patricia/golang-github-tchap-go-patricia-dev_2.2.6-5co2bv2022dev2b1_all.deb Size: 12268 MD5sum: 8b903d81f17b4ed183c1a9f1a47262b5 SHA1: a8fd42a7611f7db5c2e73818332aa05e60b334f8 SHA256: cd22eefdc3f345f24ed08ecd2e194db622d049485af8834631e694bd7b89a7dc SHA512: 42c24a1ddc0e06a34d463b88ddc49520535197c3bc4e11223b2fdc6193736c8cfddb0a39d2741d6ec8654efc163e5da167970e1c8684b12e99287fd397a2a7fd Description: golang-go-patricia is a 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 Package: golang-github-thomsonreuterseikon-go-ntlm-dev Priority: extra Section: devel Installed-Size: 160 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-thomsonreuterseikon-go-ntlm Version: 0.0~git20151030.0.b00ec39-1.1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-thomsonreuterseikon-go-ntlm/golang-github-thomsonreuterseikon-go-ntlm-dev_0.0~git20151030.0.b00ec39-1.1apertis0bv2022dev2b1_all.deb Size: 29368 MD5sum: f8e0086d6c52595902f28247b26d3839 SHA1: 9f88dccafac149f3c3cd996d02fa7bc498b34239 SHA256: 5bbf69dcfaffb3ac5c2e861b8cb45e248cdd98cb5e369969c473a61704c8a1f4 SHA512: 45903548750c87c65503520279b78cdea5b92854b3da783d879a30aacf733c3e698a3e8605b8864c28cef92ef8812ab2779f70f9c4382c3a6ea51b559250a268 Description: NTLM Implementation for Go This is a native implementation of NTLM for Go that was implemented using the Microsoft MS-NLMP documentation available at http://msdn.microsoft.com/en-us/library/cc236621.aspx. The library is currently in use and has been tested with connectionless NTLMv1 and v2 with and without extended session security. Homepage: https://github.com/ThomsonReutersEikon/go-ntlm Package: golang-github-tinylib-msgp-dev Priority: optional Section: devel Installed-Size: 459 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tinylib-msgp Version: 1.0.2-3apertis0bv2022dev2b1 Depends: golang-github-philhofer-fwd-dev, golang-github-ttacon-chalk-dev, golang-golang-x-mod-dev, golang-golang-x-tools-dev Filename: pool/development/g/golang-github-tinylib-msgp/golang-github-tinylib-msgp-dev_1.0.2-3apertis0bv2022dev2b1_all.deb Size: 69676 MD5sum: c7360025e91488de0b801edb9765f7cd SHA1: d00d019445436675603f4defa96aabf1acde9059 SHA256: d552d9b2db0ecacbade86b87ec09f7511bbb75ba9f9e87f68bbbc536ffe240bd SHA512: 6e3c330df3d120779c72598f8ce5d267ebdd625a91487c4a5c057cd39bf439dbcee1a358dd3e9d752933377e267f9af542082b0504122d5de6616e02b63ee6aa 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: 26 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tmc-grpc-websocket-proxy Version: 0.0~git20200427.3cfed13-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 5824 MD5sum: 8aa9ec0e49632fc9bc2d997e8f89bc45 SHA1: ba13d387baf75e3a518a6ebe1c7adddddec5fbab SHA256: f1311c9943bd7c0e94cfdb5a4f6bed930936e4b707630a7388fed665c9ade26f SHA512: b7086644597d9b7d3da0e0e74c5528826e8c1e1e92915d1e0f5400f3e272872efcecaa2a22044fdf1b9df0a52771d8ed5334fd09a829e7b82fa8b39a24c9d4af 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 Package: golang-github-tonistiigi-fifo-dev Priority: extra Section: devel Installed-Size: 38 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tonistiigi-fifo Version: 0.0~git20161203.0.fe870cc-1.1apertis0bv2022dev2b1 Depends: golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev, golang-golang-x-net-dev Filename: pool/development/g/golang-github-tonistiigi-fifo/golang-github-tonistiigi-fifo-dev_0.0~git20161203.0.fe870cc-1.1apertis0bv2022dev2b1_all.deb Size: 6476 MD5sum: a1c6168ad80ebfee55122eeed8fec181 SHA1: e530f433b1386a81570691a4815b6943a2c93649 SHA256: 06c18872bab554031a1c8dc8036fb6848f587f62a77ab545001e467c358d21e3 SHA512: 9f2e695d3a3b99f4cbe1c6cf20b04f1c7938cdcc65b69efc7bb58da6f3e34a43af7abe4da7c76493bcab782395661c465887a9f0128f72f4163113df93e20397 Description: Go package for handling FIFOs in a sane way This package implements an interface for opening, reading, writing and closing Unix FIFOs. An open FIFO can be accessed using the io.ReadWriteCloser interface. Homepage: https://github.com/tonistiigi/fifo 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-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-tonistiigi-units/golang-github-tonistiigi-units-dev_0.0~git20180711.6950e57-2apertis0bv2022dev2b1_all.deb Size: 4176 MD5sum: 3b8313bbdbbaf8b69157556c07a541a2 SHA1: bfdc639e023cbb04b9ebb3fb878765ed2d0ed1a2 SHA256: 9bee15da2c1cfa51b2b8f240c8342d2baed0576f681ad1e5db0648a86329c84c SHA512: c43a710138074e538b5e9d63011d8d23e2c85ca2b92924536716472b2d5a967ba0fe4df8285304aeaf6291bb136d7cbff2aeb3bdc0615b3cd735651874edaf2b 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-ttacon-chalk-dev Priority: extra Section: devel Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ttacon-chalk Version: 0.1-2co1bv2022dev2b1 Filename: pool/development/g/golang-github-ttacon-chalk/golang-github-ttacon-chalk-dev_0.1-2co1bv2022dev2b1_all.deb Size: 75768 MD5sum: bfe6e43b53810300dd7b2ab7c12e4b9b SHA1: b8b12d079bf08e463080aaaae4b959a04bc2aa2a SHA256: 09a84704f2bac52000b2bfbeeddd80dc577bb0f6f119ea2026ec13ed8e695b4d SHA512: 92e4e2ef00525be1fe68214f0ac2532e4564958d10d7840072c742fd202df69a7c16edde853339de71f476946fdfb0fbc76f38fbfff075b543090f311a6c5842 Description: Go library for prettifying terminal/console output Chalk is a go package for styling console/terminal output. . Check out godoc for some example usage: http://godoc.org/github.com/ttacon/chalk . The api is pretty clean, there are default Colors and TextStyles which can be mixed to create more intense Styles. Styles and Colors can be printed in normal strings (i.e. fmt.Sprintf(chalk.Red)), but Styles, Colors and TextStyles are more meant to be used to style specific text segments (i.e. fmt.Println(chalk.Red.Color("this is red")) or fmt.Println(myStyle.Style("this is blue text that is underlined"))). . This package contains the source. Homepage: https://github.com/ttacon/chalk Package: golang-github-tv42-httpunix-dev Priority: optional Section: devel Installed-Size: 19 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-tv42-httpunix Version: 0.0~git20150427.b75d861-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-tv42-httpunix/golang-github-tv42-httpunix-dev_0.0~git20150427.b75d861-2apertis0bv2022dev2b1_all.deb Size: 3884 MD5sum: fc4bfa79fa1ff581ee62a11aa6b91531 SHA1: 738f229058ce0788ead0f2a2c23b907998d0bda9 SHA256: 7badae21f625acb4d033aaffdd9df0365e22852d41a709a4b80d9024de564a74 SHA512: acba65f62d42e7893a1fd179ed269ec1da4d72d7295e9a5393b80379db8fcc56ef55353a5036062424113576d6904620d5863017a0400359517bccba4b5e6336 Description: library to talk HTTP over Unix domain sockets Golang library to talk HTTP over Unix domain sockets. Homepage: https://github.com/tv42/httpunix Package: golang-github-twinj-uuid-dev Priority: optional Section: devel Installed-Size: 119 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-twinj-uuid Version: 0.10.0+git20160909.96.7bbe408-6apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-twinj-uuid/golang-github-twinj-uuid-dev_0.10.0+git20160909.96.7bbe408-6apertis0bv2022dev2b1_all.deb Size: 26144 MD5sum: b98df152434b7e5ce1a0798b30b661ca SHA1: cabc88787d9546ba254576e0aba4d708c1ccc7b2 SHA256: 5872789a852ff185c6e9f7b8669a5545a42a871a8970c156ee4eed5e634adba9 SHA512: f907c0be267040f70a03e50bfef99da1402da6fe1d68a409e6e085cc91f4b7627538c52580e322901b3cfba9fcdae86098c175d803eb3d8e93e0c77e2b2120b2 Description: RFC 4122 and DCE 1.1 compliant UUIDs in Go This package provides RFC 4122 and DCE 1.1 compliant UUIDs. . It will generate the following: Version 1: based on a Timestamp and MAC address as Node id Version 2: based on DCE Security - Experimental Version 3: based on MD5 hash Version 4: based on cryptographically secure random numbers Version 5: based on SHA-1 hash Homepage: https://github.com/twinj/uuid Package: golang-github-ugorji-go-codec Priority: optional Section: devel Installed-Size: 4715 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1.1.7-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ugorji-go-codec/golang-github-ugorji-go-codec_1.1.7-2apertis0bv2022dev2b1_amd64.deb Size: 1520916 MD5sum: 8a1564c516941a3ac65ea89948dfac5d SHA1: f95b8f397f028ca0a9def827144ff33eed1c1c59 SHA256: 0a6de9631e5c20994f471fabadb1617c067887ccde3aa1cfd52bfd72061ff86d SHA512: 09f8e62eadc3abe72e29260cf3fecd59369ffc63566d3871f2b99b25d44fba514dba6d2562d368a1a14206a02d3b44e1a6acea14592f017a2467a95d3ae27f94 Description: idiomatic codec and rpc lib for msgpack, cbor, json (codecgen) Package codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binc, msgpack, cbor, json . This package contains the tools (codecgen). Built-Using: golang-1.15 (= 1.15.8-4), golang-golang-x-mod (= 0.4.1-1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-tools (= 1:0.1.0+ds-1), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1) Homepage: https://github.com/ugorji/go Package: golang-github-ugorji-go-codec-dev Priority: optional Section: devel Installed-Size: 1630 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ugorji-go-codec Version: 1.1.7-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ugorji-go-codec/golang-github-ugorji-go-codec-dev_1.1.7-2apertis0bv2022dev2b1_all.deb Size: 201548 MD5sum: 006c931bb122dd67b9a8d0a3d7f4d828 SHA1: 8c58d9df29eb9cd3cb1fafadcdb3d389662ba8df SHA256: 5c6a53ef41d936ae017d795ea16ee2eb4d611b6a2f5acf730d1bdea887c3f692 SHA512: ae90c4e011c28cc3290493d0535f8499583e23d84e0ac9e4678bde4c8a86423302a039e8a9007932cf8d5985d1dc2fee0907c10d1950df3820e72a9c0e091014 Description: idiomatic codec and rpc lib for msgpack, cbor, json (library) Package codec provides a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library for binc, msgpack, cbor, json . This package contains the source. Homepage: https://github.com/ugorji/go Package: golang-github-ugorji-go-msgpack-dev Priority: optional Section: devel Installed-Size: 97 Maintainer: pkg-go Architecture: all Source: golang-github-ugorji-go-msgpack Version: 0.0~git20130605.792643-5co1bv2022dev2b1 Filename: pool/development/g/golang-github-ugorji-go-msgpack/golang-github-ugorji-go-msgpack-dev_0.0~git20130605.792643-5co1bv2022dev2b1_all.deb Size: 20864 MD5sum: 74bb8d94dc3e17a6f4e7abb6f0102b7d SHA1: 3b0eb25450da314702b3e5c9e0f69bdd84d9c562 SHA256: 6945657467f6038b35cf47df9a17d5eb11ec09481b220b479bcc0e81ca9a52d8 SHA512: b41588093e50201e8f16bf9bb5c7204bcc049cc4c0bb73b87cc50645ee5545d9ffed72e980b328f14de3170cfc1ab7abb317ad9f2a8490b4f7406d577283c98b 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/ugorji/go-msgpack Package: golang-github-urfave-cli-dev Priority: optional Section: devel Installed-Size: 302 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-urfave-cli Version: 1.22.4-2apertis0bv2022dev2b1 Depends: golang-github-cpuguy83-go-md2man-v2-dev Filename: pool/development/g/golang-github-urfave-cli/golang-github-urfave-cli-dev_1.22.4-2apertis0bv2022dev2b1_all.deb Size: 46912 MD5sum: 3d3b162a11de0c013c99ecd0bab8f6f2 SHA1: 0aa49fe9267115210c66c523240d88431f5cb98d SHA256: 9f891357dcf309b4a5da5df45ab9314c39385e326cc8f394f1ab5ca99af29365 SHA512: 581303a9f2ad8c990b83a9bd6ee8e6de844f325f746544a358e4108b9df8456ab0806f61c781c01ffddaf0575b1f18883f97f0722c9abe6d23daff5441f905e4 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 Package: golang-github-urfave-negroni-dev Priority: extra Section: devel Installed-Size: 40 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-urfave-negroni Version: 0.2.0-1.1apertis0bv2022dev2b1 Depends: golang-go Filename: pool/development/g/golang-github-urfave-negroni/golang-github-urfave-negroni-dev_0.2.0-1.1apertis0bv2022dev2b1_all.deb Size: 8616 MD5sum: e9bd89648db8a83c1026b371f56ed3d5 SHA1: 0a039e772b040c91f11e95dffc53f301769df880 SHA256: 277252150d3c274a18dd63148ef7308177818ffd8a0c70d6c46bfb1701c60079 SHA512: b4cad4d2c151063d1c01ea65ae63a2b9b20c15c541f8ed71f044ada63b774adf9ca49bc7a2a3cef67ee4deff8fc213ee21c4fd1baeae8d6b8be2eab3e0995232 Description: Idiomatic HTTP Middleware for Golang Negroni is an idiomatic approach to web middleware in Go. It is tiny, non-intrusive, and encourages use of net/http Handlers. . If you like the idea of Martini (https://github.com/go-martini/martini), but you think it contains too much magic, then Negroni is a great fit. . This is the library formerly known as github.com/codegangsta/negroni (Github will automatically redirect requests to it). Homepage: https://github.com/urfave/negroni Package: golang-github-valyala-bytebufferpool-dev Priority: optional Section: devel Installed-Size: 28 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-valyala-bytebufferpool Version: 1.0.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-valyala-bytebufferpool/golang-github-valyala-bytebufferpool-dev_1.0.0-2apertis0bv2022dev2b1_all.deb Size: 6660 MD5sum: ca84fcba88f42b5474fda21749b24bb7 SHA1: 21b77c0296c562c1c842dabfb83cdd65d7f20591 SHA256: 61fbf20e4f73cf8b28c5193960b462f87f0d04fa4fcc49c25abec32739dbf299 SHA512: dfbd24c0525d31faba2cffadc2914480102850af13449aa37fb38944e8b1312d83ffaae078e1a4642b6a2cc444f3d3720bf9e4c6999d820c32be86ba893462b8 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: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-valyala-fasttemplate Version: 1.2.1-1apertis0bv2022dev2b1 Depends: golang-github-valyala-bytebufferpool-dev Filename: pool/development/g/golang-github-valyala-fasttemplate/golang-github-valyala-fasttemplate-dev_1.2.1-1apertis0bv2022dev2b1_all.deb Size: 11408 MD5sum: 8d951d9febffc41af71237459d3925fa SHA1: ed0a2684c796f0d08cf53d2973986ff5b6a28d74 SHA256: 4c406cc928839518b7041776ead91c2b51ad2923c5d7f65c115388e3b4847389 SHA512: 9b3260f6f97cd39f629a05eeae86a386f268265d84a7fac8b37778a375abd2e4c9c9cbab322d907b87cfe05cb30bb78b17d72c3e5625f615dc4c2f14f78a5d7e 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-vaughan0-go-ini-dev Priority: extra Section: devel Installed-Size: 21 Maintainer: pkg-go Architecture: all Source: golang-github-vaughan0-go-ini Version: 0.0~git20130923.0.a98ad7e-3co1bv2022dev2b1 Filename: pool/development/g/golang-github-vaughan0-go-ini/golang-github-vaughan0-go-ini-dev_0.0~git20130923.0.a98ad7e-3co1bv2022dev2b1_all.deb Size: 5016 MD5sum: 30d203a3ffeec1229d3c6f9179a8e6f7 SHA1: 6c8cc1547039aa0c10e76d9569342fe339a0d450 SHA256: 77f97f2ebea60b76dc2b447d6c4dc2426bdd3182c077925723ddf5ea1bfc72b8 SHA512: d2c62d84156eaabfd06eaa7b0d591b2c76f3d6cd3d62355ca5c91e43b66aa65882aeb688dd7a583fa85297977be58600f231902b841f4cc0fe50fee75e50804b Description: INI parsing library for Go INI files parsing library for Go (golang). Homepage: https://github.com/vaughan0/go-ini Package: golang-github-vbatts-tar-split-dev Priority: optional Section: devel Installed-Size: 498 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vbatts-tar-split Version: 0.11.1-2apertis0bv2022dev2b1 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.1-2apertis0bv2022dev2b1_all.deb Size: 70428 MD5sum: 5b4deb3afe8fc435f3d4993ea5a36e0e SHA1: 8b9ea04c25ab61810e5b9e74c2bb9973f798ac0d SHA256: e9f9dd8984b6c324f58f22d041b7d2fb35317a34b8a54aff63f732b885a38bd7 SHA512: 7c4572e707dc2d946b0fc33040d4fedc3a03fb771b206714e44b6f269dbcec0cb8657499d17e24f0ff9b935db066aa107387556edffb0f01dca2078d66a63a9e 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 Package: golang-github-vishvananda-netlink-dev Priority: optional Section: golang Installed-Size: 747 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vishvananda-netlink Version: 1.1.0-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 116588 MD5sum: 2656de8934549de7fc92407b324c3891 SHA1: 18c51336ee9a30830b9e9a7a804ff54e7ba28917 SHA256: 646c7b376b55bfae4cc5d467bc2be1fb58c24b0d5020d20b487ba3a9b2acfacd SHA512: 05a70ee82408ab522527086a30dc42d8b2dc9bc8cd6c4a28f10da2ade5000fc64d2f1db9faae7c89b9769108169866d0aec0362efe1014c0d9ff2db347438b0e 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 Package: golang-github-vishvananda-netns-dev Priority: optional Section: devel Installed-Size: 30 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vishvananda-netns Version: 0.0~git20200728.db3c7e5-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-vishvananda-netns/golang-github-vishvananda-netns-dev_0.0~git20200728.db3c7e5-1apertis0bv2022dev2b1_all.deb Size: 6784 MD5sum: 6bb22b1ed92a17e4ab27271e2985f4c4 SHA1: 732afaec7499c408506d2a0facee65a009ee09dd SHA256: 02d4a7f16b601ee3143e9fc1bd7126f3de90950c8e6e4daaf798860a13c015f3 SHA512: 27abb400060717f5aad72b052f3262125714b6b8f2b5473ab0a2954b398eea6833cf30b27e44bbea13bbee2ab5a623cc47b4175f37b35f858b7d2fb97bcb361e 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 Package: golang-github-vmihailenco-tagparser-dev Priority: optional Section: devel Installed-Size: 27 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vmihailenco-tagparser Version: 0.1.1-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-vmihailenco-tagparser/golang-github-vmihailenco-tagparser-dev_0.1.1-2apertis0bv2022dev2b1_all.deb Size: 4600 MD5sum: 1b2812272044b1bd342efbc42ae59846 SHA1: f88e5cb3d792bfa2e13e715738f4bcce6a080dbc SHA256: e74978bc4c485cabac0559437c4d66010e7d50d43aab5bf933ef476a1bfa93b0 SHA512: b7d2f5ce38724b8b8fa0ba5b34ead43135e394b9da12f78134f554cdbdd90c7987e8d4592473e39d3e8e90eaab1b69f4df0cbf8a1f09e6cd8116fd1458655abb Description: Golang tag parser Opinionated Golang tag parser. Homepage: https://github.com/vmihailenco/tagparser Package: golang-github-vmware-govmomi-dev Priority: optional Section: devel Installed-Size: 7271 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vmware-govmomi Version: 0.23.0-1apertis0bv2022dev2b1 Depends: golang-github-google-uuid-dev Filename: pool/development/g/golang-github-vmware-govmomi/golang-github-vmware-govmomi-dev_0.23.0-1apertis0bv2022dev2b1_all.deb Size: 706904 MD5sum: 8ccb1ee71d98d403863d3a0fb57ad009 SHA1: 40429fc537c69ef61205635868b262aace5dc765 SHA256: 19fed4ccbe85bdb887c8dfd9d95fc785bfb379f665c9bc8b39e6ee7f64cff6cb SHA512: e1a0acb707944b4272508909c23a576a445d5bb21f3208fed4d1764d31c9ffefd0ce6dcf4a15d61e476465294212c065baee89930567b24570ace873b6d212cb Description: Go library for the VMware vSphere API Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter). Homepage: https://github.com/vmware/govmomi Package: golang-github-vultr-govultr-dev Priority: optional Section: devel Installed-Size: 326 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vultr-govultr Version: 0.4.2-2apertis0bv2022dev2b1 Depends: golang-github-hashicorp-go-retryablehttp-dev Filename: pool/development/g/golang-github-vultr-govultr/golang-github-vultr-govultr-dev_0.4.2-2apertis0bv2022dev2b1_all.deb Size: 41916 MD5sum: ab86f8cfa093a386b31d35216b797b01 SHA1: 161c61f6e72e8b62ac5260e546b4baf76238d824 SHA256: b1da64b3f175ad51cf750a739c82088b220e20647f8cf8e8bb4575b0b4df8856 SHA512: 85e92df9026056ec993adaf3427f53e75a94df0328003840f3956c4fa10a79a5fdb65f2d4b48b7fa46dc26f7d544e2370e1d2a908028b3184562d53dd2d15851 Description: Vultr Go API client This package contains the official Vultr Go client. GoVultr allows one to interact with the Vultr V1 API. . Vultr uses a PAT (Personal Access token) to interact/authenticate with the APIs. An API Key can be generated and acquired from the API menu in settings. Homepage: https://github.com/vultr/govultr Package: golang-github-weppos-dnsimple-go-dev Priority: extra Section: devel Installed-Size: 74 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-weppos-dnsimple-go Version: 0.0~git20160204.0.65c1ca7-2co1bv2022dev2b1 Filename: pool/development/g/golang-github-weppos-dnsimple-go/golang-github-weppos-dnsimple-go-dev_0.0~git20160204.0.65c1ca7-2co1bv2022dev2b1_all.deb Size: 12280 MD5sum: f1e4f9b2f1248f97a5fdb2b3baff498a SHA1: a698d061709013b2cb7f21fd0186f8e1a2d3e20d SHA256: 0c99ff8ef1fb9a62ec6b2817120a6975157ba36b62ef2e91df7c8bd8d6be7846 SHA512: 2897b07eb380e78beb54b1ea5bee0d473e6c6a7774ffd7ad5a65e5d9f851d676a2d0dfba3851c124232da3e61211bbfc259d7ef17ac46d5ed0c238cd0214124e Description: DNSimple API v1 client for Go Go client for the DNSimple API v1 (https://developer.dnsimple.com/). Homepage: https://github.com/dnsimple/dnsimple-go Package: golang-github-willf-bitset-dev Priority: optional Section: devel Installed-Size: 105 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-willf-bitset Version: 1.1.11-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-willf-bitset/golang-github-willf-bitset-dev_1.1.11-1apertis0bv2022dev2b1_all.deb Size: 18304 MD5sum: 705e89858fb667c9cbffe088c181e5d7 SHA1: ba62abc56a966489fc71e8e26759afee6daed48f SHA256: 2387e9e606941ceed0f96bb98118dd093beeb4798fc99d1d30cc807c1ea6c94f SHA512: ba56f3f4385f66fc2b1cc15ac5b026ab5e91aab891f382d49448fd79de3f50f73472fc93a86466792833ab1d230515303032a50457c9e0272eb8db5b6baf6b36 Description: Implements bitsets, a mapping between non-negative integers and boolean values This package provides a Go library with methods for setting, clearing, flipping, and testing individual integers. . It also provides set intersection, union, difference, complement, and symmetric operations, as well as tests to check whether any, all, or no bits are set, and queries a bitset's current length and number of positive bits. Homepage: https://github.com/willf/bitset Package: golang-github-xeipuuv-gojsonpointer-dev Priority: optional Section: devel Installed-Size: 29 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonpointer Version: 0.0~git20190905.02993c4-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-xeipuuv-gojsonpointer/golang-github-xeipuuv-gojsonpointer-dev_0.0~git20190905.02993c4-1apertis0bv2022dev2b1_all.deb Size: 5968 MD5sum: 21f977842344e60b862a449b8415dacb SHA1: 69653fd3e20c6efaa410daf047ae98ecb3d551f5 SHA256: a58298dd8e7c582cededca24fc229a526535dc528084b08441556b89df46fff6 SHA512: 0be2d4382997ae82f810f9ba5c9b5b0642ea75005be18f930740a97e8398add025c8061a7b11309811a95dd83cb1d368b685cc32013ae4f8270ff8cb51978de7 Description: JSON Pointer implementation in Golang An implementation of JSON Pointer in Golang Homepage: https://github.com/xeipuuv/gojsonpointer Package: golang-github-xeipuuv-gojsonreference-dev Priority: optional Section: devel Installed-Size: 29 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonreference Version: 0.0~git20180127.bd5ef7b-2apertis0bv2022dev2b1 Depends: golang-github-xeipuuv-gojsonpointer-dev Filename: pool/development/g/golang-github-xeipuuv-gojsonreference/golang-github-xeipuuv-gojsonreference-dev_0.0~git20180127.bd5ef7b-2apertis0bv2022dev2b1_all.deb Size: 5360 MD5sum: 57b5c012186a5e6b2a65a50ede2aea08 SHA1: 5cdc8a8ddc06e8f487b5e0336e02f220c3b7e6cd SHA256: 4bb694e391ebdca1044bd00c4436e02b1acb0c2ad5d396d935477ef167aa85a4 SHA512: 6cb0d5f01412fb697aa687aef6912addaee29d549d2a37333eb7d2634713f3df628cca55e64bb9a1c503eed1f7a7d2ef4a337f3401de12d23378349a6c618bc2 Description: JSON Reference implementation in Golang An implementation of JSON Reference in Golang. Homepage: https://github.com/xeipuuv/gojsonreference Package: golang-github-xeipuuv-gojsonschema-dev Priority: optional Section: devel Installed-Size: 567 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xeipuuv-gojsonschema Version: 1.2.0-1apertis0bv2022dev2b1 Depends: golang-github-xeipuuv-gojsonreference-dev Filename: pool/development/g/golang-github-xeipuuv-gojsonschema/golang-github-xeipuuv-gojsonschema-dev_1.2.0-1apertis0bv2022dev2b1_all.deb Size: 45020 MD5sum: 6001437f8950c15844c4ed27c862fdc1 SHA1: ba0a891b66d9d81f2b75804230a50c3bb472df7d SHA256: 7ebce63632dad5d8d3c40e4441c1d7c26e3afc533359b4d8d662569b3c6dfc94 SHA512: 611d350e45b9cc1940ee6e7895006e7948cfc1889e4a10c03e836cb7a129abad2e87722efc265a21ce3c392b9af94561099120b23e8336b94da8c7e880623d3e Description: implementation of JSON Schema, draft v4 Golang implementation of JSON Schema, based on IETF's draft v4. Homepage: https://github.com/xeipuuv/gojsonschema Package: golang-github-xenolf-lego-dev Priority: optional Section: golang Installed-Size: 1043 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xenolf-lego Version: 3.2.0-3.1apertis0bv2022dev2b1 Provides: golang-github-go-acme-lego-dev Depends: golang-github-aws-aws-sdk-go-dev, golang-github-burntsushi-toml-dev, golang-github-cenkalti-backoff-dev (>= 3.1.1~), golang-github-codegangsta-cli-dev, golang-github-jamesclonk-vultr-dev, golang-github-miekg-dns-dev, golang-github-nrdcg-goinwx-dev (>= 0.8.1-1~), golang-github-ovh-go-ovh-dev, golang-github-stretchr-testify-dev, golang-github-vultr-govultr-dev, golang-github-weppos-dnsimple-go-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-google-api-dev, golang-gopkg-square-go-jose.v2-dev Filename: pool/development/g/golang-github-xenolf-lego/golang-github-xenolf-lego-dev_3.2.0-3.1apertis0bv2022dev2b1_all.deb Size: 151288 MD5sum: 0557ec57961821632de10762c14b0dd3 SHA1: a9b15e2da8633bfafd3e6673a7ab39e0db5ef410 SHA256: 9527590676293446817db28a4157dbcfb5876fceaaa6b7478823a1c83c57ac76 SHA512: 341d26d2205eea449d80787391c24a2100c4ab4a1dfea13ff03bd2c91661b0808a15626e0a7266588c743d21870baf76339bc603b69035fda23ca696abc00f00 Description: Let's Encrypt ACME library Let's Encrypt ACME library written in Go. Homepage: https://github.com/go-acme/lego 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-1co1bv2022dev2b1 Filename: pool/development/g/golang-github-xiang90-probing/golang-github-xiang90-probing-dev_0.0.2-1co1bv2022dev2b1_all.deb Size: 4956 MD5sum: 241c97f8d9849886772f3cf9c86d37ab SHA1: 795e8f1f88c95c8fc6b31bcf1b1ced140c06a40e SHA256: bc5814fa83791caa3cea59d0efe048d6c62fd0b96cf38939fe0ccd87a3baacbd SHA512: 7835151b1c674f37e965203f7992b6ccdad22dc135df549d4a646f8436fb3fc135d87a5e251345f20f569dea3f1089019b992e6fafab35e8d3b151922659c4c9 Description: Go library for HTTP probing Library for simple probing via HTTP. Homepage: https://github.com/xiang90/probing Package: golang-github-xordataexchange-crypt Priority: optional Section: utils Installed-Size: 7589 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 0.0.2+git20170626.21.b2862e3-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Suggests: golang-github-xordataexchange-crypt-dev Filename: pool/development/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-3apertis0bv2022dev2b1_amd64.deb Size: 2291548 MD5sum: ab231cdb6cab1ef7d766c08764fa15e8 SHA1: 1cd5e762fb979aa147393100a65123c7dc830f6b SHA256: 613a1efd060d340602415f11e244afc28e8ae78948687b92ca11dee8d27120e3 SHA512: 18d996b048b5cc92da0cd35581cb58245b58d2421e344b8646d9dca4c756d2703d93f6d29a23816018f52f9fa244c566aa9236448e4541264a42685e0af89dc3 Description: Store/retrieve encrypted configs from etcd or Consul (CLI tool) Fess up. You have passwords and usernames hard coded in your apps. You have IP addresses checked in to your source code repository. You have entire configuration files that were created by the developer who wrote the app and haven’t been changed since she typed "git init". . "crypt" is here to lead you back to the Path of Enlightened Configuration. Store encrypted configuration values in etcd or Consul using a command-line application. . Decrypt them before starting your application using a wrapper script and the handy CLI tool, or inside the app using the "crypt/config" library. . "crypt" is built on time-tested standards like OpenPGP, base64, and gzip. Your data is encrypted using public key encryption, and can only be decrypted by when the private key is available. After compression, it is encrypted, and base64-encoded so it can be stored in your key/value store of choice. etcd and Consul are supported out of the box, but adding other storage tools is a trivial task, thanks to Go’s interfaces. . This package provides the command-line tool "bin/crypt", but renamed to /usr/bin/crypt-xordataexchange, to avoid filename collision with /usr/bin/crypt from the mcrypt package. Built-Using: etcd (= 3.3.25+dfsg-6), golang-1.15 (= 1.15.8-4), golang-github-armon-consul-api (= 0.0~git20150107.0.dcfedd5-4.1), golang-github-coreos-semver (= 0.3.0-1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1) Homepage: https://github.com/xordataexchange/crypt Package: golang-github-xordataexchange-crypt-dev Priority: optional Section: devel Installed-Size: 64 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-xordataexchange-crypt Version: 0.0.2+git20170626.21.b2862e3-3apertis0bv2022dev2b1 Depends: golang-github-armon-consul-api-dev, golang-github-coreos-etcd-dev | golang-etcd-server-dev, golang-golang-x-crypto-dev Suggests: golang-github-xordataexchange-crypt Filename: pool/development/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt-dev_0.0.2+git20170626.21.b2862e3-3apertis0bv2022dev2b1_all.deb Size: 12692 MD5sum: 3abf9abb8cd87314bb204c1e6fdb8a60 SHA1: 41144dd13fecb02c5af8d23d907e99bce86c11de SHA256: cade42db6290a75e42c476159c146d0bd32d71b1e4fa20219a08a39b7ef7e37e SHA512: 608bc534c3bdb47ce953889764484734855c89022e489b92ab589f3448d6303c220316b4b44237acda9c4c7f8f6a4b832f7a6634078e8c84faead88de57de7c1 Description: Store/retrieve encrypted configs from etcd or Consul (Go library) Fess up. You have passwords and usernames hard coded in your apps. You have IP addresses checked in to your source code repository. You have entire configuration files that were created by the developer who wrote the app and haven’t been changed since she typed "git init". . "crypt" is here to lead you back to the Path of Enlightened Configuration. Store encrypted configuration values in etcd or Consul using a command-line application. . Decrypt them before starting your application using a wrapper script and the handy CLI tool, or inside the app using the "crypt/config" library. . "crypt" is built on time-tested standards like OpenPGP, base64, and gzip. Your data is encrypted using public key encryption, and can only be decrypted by when the private key is available. After compression, it is encrypted, and base64-encoded so it can be stored in your key/value store of choice. etcd and Consul are supported out of the box, but adding other storage tools is a trivial task, thanks to Go’s interfaces. . This package provides the "github.com/xordataexchange/crypt/config" Go library. Homepage: https://github.com/xordataexchange/crypt Package: golang-github-yuin-goldmark-dev Priority: optional Section: golang Installed-Size: 1219 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-yuin-goldmark Version: 1.3.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-yuin-goldmark/golang-github-yuin-goldmark-dev_1.3.2-1apertis0bv2022dev2b1_all.deb Size: 139300 MD5sum: d6f65310128103088e44e2041887e95b SHA1: f60563bf5b5e417d474b8c90b9003afeca21de91 SHA256: 6edcdff3f2c960f9128df2ee60bcb9a6527c17d72201f8e783e0045aebdf03a8 SHA512: afd9ad6fd1b50ba0b9744b6ca560986c63d7b841675984a2cbb6d31aef30aab237bfad2698587f3c0d77316d3acad9fc36f33ffcaf3f5dddddb6f975d3c1c794 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.29, 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 Package: golang-glog-dev Priority: optional Section: devel Installed-Size: 69 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-glog Version: 0.0~git20160126.23def4e-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-glog/golang-glog-dev_0.0~git20160126.23def4e-3apertis0bv2022dev2b1_all.deb Size: 17484 MD5sum: f0dfd14df0b46b0889b21c44dc618fa8 SHA1: 7c8fe3c887fbe8774af896f8846f1140990c1899 SHA256: 62a6f25f3e587004c4604841875d1ed332389203979a7a8a021d88b491bf66da SHA512: b8ddb564f62dbb6029ffa22a89049ad23ccbc1be658387046d3df650aa469c022b5c0ef0bf499c6db38fd93d7dd589d91d596c6b5a70a4b94b9d7be271ccfd2a 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 Package: golang-go Priority: optional Section: devel Installed-Size: 52 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Replaces: golang-doc (<< 2:1.6.1+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, golang-go.tools (<< 1:0.0~git20151026.0.0f9d71c-1~), golang-golang-x-tools (<< 1:0.0~git20151026.0.0f9d71c-1~) Depends: golang-1.15-go, golang-src (>= 2:1.15~1apertis0bv2022dev2b1) Suggests: git Conflicts: gccgo-go Breaks: gccgo-5 (<< 5.3.1-12~), gccgo-6 (<< 6-20160319-1~), golang-doc (<< 2:1.6.1+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, golang-go.tools (<< 1:0.0~git20151026.0.0f9d71c-1~), golang-golang-x-tools (<< 1:0.0~git20151026.0.0f9d71c-1~) Filename: pool/development/g/golang-defaults/golang-go_1.15~1apertis0bv2022dev2b1_amd64.deb Size: 24164 MD5sum: 49ba92b603998b27133f3f284a083e64 SHA1: 7e85543f42c1fc049ff18c88b0cccaab5e24c060 SHA256: c29a03977c556308469643a750ae531dd38221aea47feace970defeab949a75e SHA512: a319c18803dd776c94350e18db383e26a192a5c8d6585dcb0dbb9e253a52d7f615c16801a30b97b339e708a7db26ece878d0bc8068dc597ff32460cab85e8b07 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 Package: golang-go-flags-dev Priority: optional Section: devel Installed-Size: 261 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-flags Version: 1.4.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-go-flags/golang-go-flags-dev_1.4.0-2apertis0bv2022dev2b1_all.deb Size: 48744 MD5sum: c959082b7aa2d8f0fdf071ce7c7f7791 SHA1: b4f8adfb65f421ce317f3551837181568f422678 SHA256: 984de8fd15814323ee55f3404f6a97e18082eada2e231ecc2488c52a34387bb5 SHA512: af9bd9de408d8ea0e4f6ae6298f82a1b3085994d13bee4b5e0cb92673288b9c07fd7b5a1ea532c1f5feda48d8d14e88292c9331f35b41279a6305e0f9cd82e42 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 Package: golang-go-semver-dev Priority: optional Section: oldlibs Installed-Size: 9 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-coreos-semver Version: 0.3.0-1apertis0bv2022dev2b1 Depends: golang-github-coreos-go-semver-dev Filename: pool/development/g/golang-github-coreos-semver/golang-go-semver-dev_0.3.0-1apertis0bv2022dev2b1_all.deb Size: 2568 MD5sum: 1efc746c74f625e80c3098c323d9e4c9 SHA1: 9daedabaff3eb286a15bcdc4c0503036d4bd9e86 SHA256: 9f0102b3e3d65b32cc025de64804fa36a8d3e28fa3ac991571ba054b1193a3e0 SHA512: 303097bb8806f33c0dbf00ea1948b73d66055930b4e721adf33ff41df98c2ca8f42d26cee1b598298bd294309b6960c12557b5cb56474342509c329d60e6131f 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: 50 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go-zfs Version: 2.1.1.49.gf784269-1apertis0bv2022dev2b1 Depends: golang-github-google-uuid-dev Recommends: zfs-fuse | zfsutils Filename: pool/development/g/golang-go-zfs/golang-go-zfs-dev_2.1.1.49.gf784269-1apertis0bv2022dev2b1_all.deb Size: 11268 MD5sum: 15aad6834a730e337ae47658f7179c06 SHA1: b3bce0b90de320dad667f02fd821325a9c265ae6 SHA256: 3656974254d65babddf54566f4fa9b7169c10ebbd8cdc28dbb839482af24356a SHA512: 62b41f84770d056dec434169e8d46f991f12c8259ea09f4b20275339bca078ef5665ce59db40799e584444bee68a02beac2a1abe92790913d7eacc4ff52ee08b 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: devel Installed-Size: 860 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.opencensus Version: 0.22.4-2+apertis0bv2022dev3b1 Depends: golang-github-google-go-cmp-dev (>= 0.3.0), golang-github-golang-groupcache-dev, golang-github-stretchr-testify-dev (>= 1.4.1), golang-golang-x-net-dev, golang-google-grpc-dev (>= 1.20.1), golang-goprotobuf-dev (>= 1.3.1) Filename: pool/development/g/golang-go.opencensus/golang-go.opencensus-dev_0.22.4-2+apertis0bv2022dev3b1_all.deb Size: 129088 MD5sum: 701e15e9d9079bd5434a73484c51b30e SHA1: 753f60ff049262da742eaaa0caa9b562958bafd0 SHA256: 06c4c1b7fd209a05d2db7786745f908c48bd03d33fba9949366b1db5e17169ed SHA512: c8d48f497d7825820e7f73eeba937eede7f91fc34b64128aa7c2e3f11287a40b0d02339e58e165124839f8635424a460fb1494dde6a609c5d4f57a8af1e1bd45 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 Package: golang-go.uber-atomic-dev Priority: optional Section: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-atomic Version: 1.4.0-1apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-go.uber-atomic/golang-go.uber-atomic-dev_1.4.0-1apertis0bv2022dev2b1_all.deb Size: 7116 MD5sum: 28387600a8955a679d6898a94edb234b SHA1: 210bc01f61326bfd3b7f6fbbe64e3c8ffbbfebe6 SHA256: 0b7a9bfb2bc016238881b226e24f2e9ac89068831d37b2bcf3998423b041c5e0 SHA512: 45617c036978e12193f6bb01af018b5744bfc1241fc144e8aecdd6e249215b05a273fe5de374cb46145515d0aaa8b914a74b3ec00a4682579599ef903c6e6796 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 Package: golang-go.uber-multierr-dev Priority: extra Section: devel Installed-Size: 41 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-multierr Version: 1.1.0-1.1apertis0bv2022dev2b1 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.1.0-1.1apertis0bv2022dev2b1_all.deb Size: 8248 MD5sum: f2bb5cf28909787e8e6580db903987db SHA1: fbaa06a3fe9deb328870ee234f35e9ba8f4b8a74 SHA256: b41a1461ac0cfa6cb53a38dbf48acd6784d3087e75481b96774a7e46b3a2c6c9 SHA512: e1bf1613e55ceb14e22aa488e333dff480fb5c40e977de7649c6c58bc493e26bca313185e51886be3809efade0accd87c3c591bfbf10647879d57cfe3c86b010 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: devel Installed-Size: 594 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.uber-zap Version: 1.15.0-2apertis1bv2022dev2b1 Depends: golang-github-apex-log-dev, golang-github-pkg-errors-dev, golang-github-stretchr-testify-dev, golang-go.uber-atomic-dev, golang-go.uber-multierr-dev Filename: pool/development/g/golang-go.uber-zap/golang-go.uber-zap-dev_1.15.0-2apertis1bv2022dev2b1_all.deb Size: 93324 MD5sum: 00a41d5dd2f8aa0e112f31162344f2f8 SHA1: 6eb888aa7a4ee34210e0fa54cbfc3bd4ab1b1fd8 SHA256: a02eb45a66cd4ad5bee22ecc68007a7ee0adf02b8bd26974ef12d3103b8c4583 SHA512: 193e1b511b488816aa6ad1f58b7703a6e1a8acac3ee6cd7f719f87eb92d009024849a4fc0cfe8d364590f99541234944886b7126ce1bf698017e3b77301e9a73 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 Package: golang-go4-dev Priority: optional Section: devel Installed-Size: 471 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go4 Version: 0.0~git20190313.94abd69-1apertis0bv2022dev2b1 Depends: golang-github-rwcarlsen-goexif-dev, golang-golang-x-net-dev, golang-golang-x-oauth2-google-dev, golang-golang-x-sys-dev, golang-google-api-dev, golang-google-cloud-dev Filename: pool/development/g/golang-go4/golang-go4-dev_0.0~git20190313.94abd69-1apertis0bv2022dev2b1_all.deb Size: 124084 MD5sum: c35d66842d76179b71b3c6b1057cdd4f SHA1: 5c3b6ab6e46a1ced24bdedb1ca96396924609c14 SHA256: 6d8aced4a0eb16bf259654982727624ea2290b0576fe3a5d35b7e765d52f61e8 SHA512: bf05514a93220619f86b905d7719e2ffdecd07a3c609b9030e2da8f6dae73d2dd479099c2167465ab168fbcb592f1b6c363e64e30c22a866c9bd20826de73932 Description: go4 collection of packages go4 is a collection of packages for Go programmers, which started out in Camlistore but have nothing to do with it anymore. . This package contains the source. Homepage: https://github.com/go4org/go4 Package: golang-gocapability-dev Priority: optional Section: devel Installed-Size: 55 Maintainer: Debian Go Packaging Team Architecture: all Version: 0.0+git20200815.42c35b4-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-gocapability-dev/golang-gocapability-dev_0.0+git20200815.42c35b4-1apertis0bv2022dev2b1_all.deb Size: 12148 MD5sum: 8ebe5416c3b572b45de59267e6d038be SHA1: 79e437989583939cab6e52e7e12d40ebe9277b60 SHA256: 155cffa19ee55da5d2cc8f578625047670815ddf2b380dc7ce63d761e5320bee SHA512: 03d165cf5da30b05a03fa03ce596509ecf8aa2e3a0139629300308c5853c36c2a4116ef275d549cc3a3f0acd021afac79500d80fb4bf7c9da50dbc1c8d4d37a9 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 Package: golang-godebiancontrol-dev Priority: extra Section: devel Installed-Size: 31 Maintainer: Michael Stapelberg Architecture: all Version: 0.0~git20140119-2co1bv2022dev2b1 Filename: pool/development/g/golang-godebiancontrol-dev/golang-godebiancontrol-dev_0.0~git20140119-2co1bv2022dev2b1_all.deb Size: 6212 MD5sum: 8f9442917d1afb3faf1bd436ec72728a SHA1: 6e8e1d2ed8c3bef57b672eae5d5a4a58ab31e884 SHA256: 997f38d7aa560dee26b15b15c37c87425d288fb843d2637169ca113a52d3be56 SHA512: 52dadb214b04f58181b0360ec38218e4e1a39b921ad7ea2b1ece56d5fcb2b7747af8e6989af22f16dc7ff73a94bd3258b03bc8d1d913b466a0398b00237d8f7c Description: Go Debian control file parser Parses files such as a Debian mirror’s Packages or Sources file, or any Debian package’s debian/control file. Follows the Debian Policy, chapter 5.1 (“Syntax of control files”). . This package contains the source. Homepage: https://github.com/stapelberg/godebiancontrol 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-1apertis0bv2022dev2b1 Depends: gogoprotobuf, golang-github-gogo-protobuf-dev Filename: pool/development/g/golang-gogoprotobuf/golang-gogoprotobuf-dev_1.3.2-1apertis0bv2022dev2b1_all.deb Size: 5560 MD5sum: d5ce200b441c976bd26c29af76556c49 SHA1: a4fd6897e601536577906d7968dd5a3d10ad490b SHA256: 1412a6f43d3f14411b8da1957345ed3cc4acd1ebdbe9e6da41fcbfb8f753034e SHA512: 22feacad54fd972aa04dcc2f62ff71196ee6a73f40ebb0aafe306e22154e5e51cb1251f48d16d4b36d363e28457611f815b77b8b867729acaaed179cfd040a65 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-crypto-dev Priority: optional Section: devel Installed-Size: 4090 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-go.crypto Version: 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev (>= 1:0.0+git20190404.eb5bcb5), golang-golang-x-sys-dev (>= 0.0~git20191026.33540a1), golang-golang-x-term-dev (>= 0.0~git20201117.f5c789d) Filename: pool/development/g/golang-go.crypto/golang-golang-x-crypto-dev_0.0~git20201221.eec23a3-1apertis0bv2022dev2b1_all.deb Size: 1538076 MD5sum: ce6e0bc7945c42ab6b537a460e5fa25e SHA1: 49c818b2d06100e7cae668ebd03f83c05d7345b0 SHA256: 32079b07e07251dbc7b75c957c9102776b82b0d6c4d477e6ca4da4d0bae42b6b SHA512: 6d8a636f8760e13f74869666c8a10eb0351693ca233c515657f6f85807c3518419efa82fcd6431ff016b53e21b5a3456d6ba51777899a6821648fe89e2616cf3 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 Package: golang-golang-x-mod-dev Priority: optional Section: golang Installed-Size: 458 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-mod Version: 0.4.1-1apertis0bv2022dev2b1 Depends: golang-golang-x-crypto-dev, golang-golang-x-xerrors-dev Filename: pool/development/g/golang-golang-x-mod/golang-golang-x-mod-dev_0.4.1-1apertis0bv2022dev2b1_all.deb Size: 88020 MD5sum: 95fbaca6fdf122adb4a410e953b32b39 SHA1: 3bb79cbc3c546dd6e6a96caef52dced32534b2cd SHA256: 901caef3092059295db94cfcf232a057df9f58fd5c976d92dea4cac361621bf0 SHA512: 1739e17d3563d3d4f77d5c4aa5cd91781e5c2b2ff2b4eda81ec517f2f0fd811880569aeb56563a79a81e6680413c577761a472be0ecc1fe62408289bdca470de 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 Package: golang-golang-x-net-dev Priority: optional Section: golang Installed-Size: 5182 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-net Version: 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1 Depends: golang-golang-x-sys-dev (>= 0.0~git20200930.fdedc70), golang-golang-x-text-dev (>= 0.3.3) Filename: pool/development/g/golang-golang-x-net/golang-golang-x-net-dev_0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1_all.deb Size: 658960 MD5sum: 54c2406534864116f6ce748615c11f46 SHA1: e94ccab8709dd1138439a1dcd7b44dc1c7f043f6 SHA256: 290bbf56d641c123085788eafb6ad16d76ddfd4d873f242c2d4592b89902d821 SHA512: 6a99c9df72518553826d084de30aaeb025230b90b30cd29714bdfcdd983b96fe3aa3e62317cf1211da4dc62eaf9dfc96e11ad4bdd0d1ef1ace49a0e584620229 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. . This repository was previously available at https://code.google.com/p/go.net/ Built-Using: publicsuffix (= 20210108.1309-1apertis0bv2022dev2b1) Homepage: https://godoc.org/golang.org/x/net Multi-Arch: foreign Package: golang-golang-x-oauth2-dev Priority: optional Section: devel Installed-Size: 197 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-oauth2 Version: 0.0~git20190604.0f29369-2apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-golang-x-oauth2/golang-golang-x-oauth2-dev_0.0~git20190604.0f29369-2apertis0bv2022dev2b1_all.deb Size: 32116 MD5sum: 12cb01cfe077de5569b4e3842a454017 SHA1: f27ac2bc830af306b8f0e48d177a1cb24753cb57 SHA256: ff359ee8f79bfbd8802f766d54007b1ac13f3bfcbbd5200842bb7f154323ae3e SHA512: 3ba0f8f8e80fd9b08872b1f48d5764ebe227d84e6cc4e3ad2792e7357619129f0cf9a16da148aba75637338bcfc40e62c9f15c44274814171f241bb8f9c2197e 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: http://golang.org/x/oauth2 Package: golang-golang-x-oauth2-google-dev Priority: optional Section: devel Installed-Size: 68 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-oauth2 Version: 0.0~git20190604.0f29369-2apertis0bv2022dev2b1 Depends: golang-golang-x-oauth2-dev (= 0.0~git20190604.0f29369-2apertis0bv2022dev2b1), golang-google-cloud-compute-metadata-dev (>= 0.34.0~) Suggests: golang-google-appengine-dev Filename: pool/development/g/golang-golang-x-oauth2/golang-golang-x-oauth2-google-dev_0.0~git20190604.0f29369-2apertis0bv2022dev2b1_all.deb Size: 13224 MD5sum: f19db36bae8fd87430061e20410bca72 SHA1: f4f7075094e4df75a1efccc3e7c240d49aab1c54 SHA256: b5ed2d1f9fe40f39a3c0783a88d3ebeb0d23db8b6f7690976da32ca60c0d2366 SHA512: ab9c7f5dc6204441f26d51c2a30017cc424ad3b76f35ffab1393f14f685e3e31c1af1101ad8d6bf6ba0217a3108bc4a6f40b7db7ea4c97af25a454187c5edb9c 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: http://golang.org/x/oauth2 Package: golang-golang-x-sync-dev Priority: optional Section: devel Installed-Size: 84 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-sync Version: 0.0~git20210220.036812b-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-golang-x-sync/golang-golang-x-sync-dev_0.0~git20210220.036812b-1apertis0bv2022dev2b1_all.deb Size: 19336 MD5sum: 78845fd953005b23e797a04bd0c0e024 SHA1: e55deb30c78bce18accfaeea12644c0b9722f7cc SHA256: 3274b51ac9ec964aadbde7c5c715958860fd6b4361c614b612f4a7b9a4e38304 SHA512: ae05e0b385493d90af6f5bd07505aa8cb6d13bc9c00328b9394a49f8f116df4ee7734be62f74661c2900a76086a23e825d945407ea5b7cc648dfc8bb75fd8e47 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://godoc.org/golang.org/x/sync Multi-Arch: foreign Package: golang-golang-x-sys-dev Priority: optional Section: golang Installed-Size: 5800 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-sys Version: 0.0~git20210124.22da62e-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-golang-x-sys/golang-golang-x-sys-dev_0.0~git20210124.22da62e-1apertis0bv2022dev2b1_all.deb Size: 307924 MD5sum: 846c9643c3c22d75871ca4fed19887ab SHA1: 1d00906ad4816fe738310097a4de74236ee1739d SHA256: c5750ea0002a9ea91c8f7cb5cdc3768263e14fe036bf05f8915a3bac43f6339e SHA512: b209dccd697cb295cdb8ec33d82ce5577533846a7c51b3bc7aef1eeac9e82c5d598e78177cb8fde7cfdd1bbc95ea8307ee73b6087cb451c266f4638509d3c802 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: http://golang.org/x/sys Multi-Arch: foreign Package: golang-golang-x-term-dev Priority: optional Section: golang Installed-Size: 69 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-term Version: 0.0~git20201210.2321bbc-1apertis0bv2022dev2b1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-golang-x-term/golang-golang-x-term-dev_0.0~git20201210.2321bbc-1apertis0bv2022dev2b1_all.deb Size: 14680 MD5sum: 6059c7dc82e41088e1ab401298fc9015 SHA1: d0ef4daf8e01a9fbd0801e23f1289c3b3d86b6db SHA256: ed3d8c5de2f12ac8ec2cee850a55457ffea25403ad6a89046b35bdca4770f2d6 SHA512: 15cb7a942d00cd48d12843c3f0b425d04fe8ee7e64b8cb28cb999b15b1006a4d6d9763906115fb209b179c641dbd8f4170410f0036bf8950ef3dbc12c5c0810a Description: Go terminal and console support (library) This repository provides Go terminal and console support packages. Homepage: https://godoc.org/golang.org/x/term Package: golang-golang-x-text-dev Priority: optional Section: golang Installed-Size: 36889 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-text Version: 0.3.6-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-golang-x-text/golang-golang-x-text-dev_0.3.6-1apertis0bv2022dev2b1_all.deb Size: 3851644 MD5sum: ad8805884c73a503b5ee745581ad75d5 SHA1: 19bb874eb79abc4e661b7a0606bb85e256ebc283 SHA256: b9a9c4b980b1833293b1145b3b783493342f892c37c2927ed11e033605384854 SHA512: f43769256afec8aad3fe08ecfc02042575befdd59c0b885ee7eb0add1ecb24a46566b3cf63386ae6759c232a1d03a21dd193a6025f71a898059ccd6ab828acdf 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. . This repository was previously available at https://code.google.com/p/go.text/ Homepage: https://godoc.org/golang.org/x/text Multi-Arch: foreign Package: golang-golang-x-time-dev Priority: optional Section: devel Installed-Size: 44 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-time Version: 0.0+git20200630.3af7569-1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-golang-x-time/golang-golang-x-time-dev_0.0+git20200630.3af7569-1apertis0bv2022dev2b1_all.deb Size: 10268 MD5sum: 7560d52046e63de11c744f0cb5e841d7 SHA1: 7c04eb4e118791c61f863cbe7de2b0daff9019c0 SHA256: 152610d696f1c51910c8809b6cff942280788ae8f63897c13bcc11a9a9f04118 SHA512: c43e4929c39bf71425291ee470a56656f3b19cc15f7a13780302eab1694d7319cadf49d707a9c2f1c01d943b92b8c142d5facdafdad008129d6224f73f88f525 Description: Go supplementary time packages Supplementary Go time packages. Homepage: https://golang.org/x/time/rate Package: golang-golang-x-tools Priority: optional Section: golang Installed-Size: 159631 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 1:0.1.0+ds-1+apertis2bv2023dev0b1 Depends: libjs-jquery, libc6 (>= 2.4) Recommends: golang-doc Filename: pool/development/g/golang-golang-x-tools/golang-golang-x-tools_0.1.0+ds-1+apertis2bv2023dev0b1_amd64.deb Size: 31187020 MD5sum: dbe5ab99fb401744460b58b0bae48f8c SHA1: 69aee0db3bc70b59a140a6a5966180569ed522b2 SHA256: 03ad85f2984ef852eb185d047b8cd10f83e387c643eb4e11886537b20601915a SHA512: c8cb92bca4ea23f2dfc0041781b132685f2b9f6ddad387846621414302b77ca8b7abb23f52721f937ebe8dc3c18e17ca2277cd0e003afc79474535a2cd4677d0 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. Built-Using: golang-1.15 (= 1.15.9-6+apertis0bv2022dev3b1), golang-github-google-go-cmp (= 0.5.4-1apertis0bv2022dev2b1), golang-github-sergi-go-diff (= 1.1.0-1apertis0bv2022dev2b1), golang-github-yuin-goldmark (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-mod (= 0.4.1-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1apertis0bv2022dev2b1), golang-honnef-go-tools (= 2020.1-4co0bv2022dev2b1), golang-mvdan-gofumpt (= 0.1.0-1co0bv2022dev2b1), golang-mvdan-xurls (= 2.2.0-2co0bv2022dev2b1), golang-toml (= 0.3.1-1apertis0bv2022dev2b1) Homepage: https://golang.org/x/tools Package: golang-golang-x-tools-dev Priority: optional Section: golang Installed-Size: 8339 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-tools Version: 1:0.1.0+ds-1+apertis2bv2023dev0b1 Depends: golang-github-yuin-goldmark-dev (>= 1.1.27), golang-golang-x-mod-dev (>= 0.2.0), golang-golang-x-net-dev (>= 1:0.0+git20200226.0de0cce), golang-golang-x-sync-dev (>= 0.0~git20190911.cd5d95a), golang-golang-x-sys-dev (>= 0.0~git20210124.22da62e), golang-golang-x-xerrors-dev (>= 0.0~git20191204.9bdfabe) Filename: pool/development/g/golang-golang-x-tools/golang-golang-x-tools-dev_0.1.0+ds-1+apertis2bv2023dev0b1_all.deb Size: 1627152 MD5sum: e18427aa07874d7b1a9c5e61cb359637 SHA1: d63fc00dfc590e9f4d536de3ddbe6fb1944bf719 SHA256: 02f36064df248fb2aee604068f21e0631b2c3380d65f4e11b6a00e2307ec946c SHA512: afedbd5a2fad254609f65a7b9532261145354a3646d5f29d612aee9a098cdb7bad4067929c4a978ea39c7c469896546f28e363848ab2cdbdeee1fa0f0fe3cf49 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 Package: golang-golang-x-xerrors-dev Priority: optional Section: devel Installed-Size: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-xerrors Version: 0.0~git20191204.9bdfabe-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-golang-x-xerrors/golang-golang-x-xerrors-dev_0.0~git20191204.9bdfabe-1apertis0bv2022dev2b1_all.deb Size: 14372 MD5sum: 4e1369f90d2d94a964cc70e2bc8d66ba SHA1: 927ba7d0a47030a3451ee7da058a0ec8a0eca030 SHA256: a8c8787ec24d7f3636d21fcabd860efac1b20918a1eac03051b4775ed392af34 SHA512: ad7cc256ca487fb74c865c16c387b3810c20a4be7beffad5b51177e3f367011a35b9321e6489e891949c9b5663bb1a5210586737a676699ad80128327d832b8c 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 Package: golang-gomega-dev Priority: optional Section: devel Installed-Size: 567 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gomega Version: 1.10.3-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 84840 MD5sum: 4e7708100f35ffc08cfebc09549618c7 SHA1: 95493be073a65d9d7724ac1e9d3a741138e97742 SHA256: 9974aad47475947b752651ad30de9d530d8f41dcd9549a6edcc87d62f9e6279a SHA512: a45560b8e49f6425a38139d87999269e297efed82cc7f6ff9e6fd5fa6f7d437b3f1f17ccc9b5eca2c52b3b5c33790e33d0b9bd8922a2fa85c89eecb9b4e4bda9 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: devel Installed-Size: 98567 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-api Version: 0.28.0-2apertis1bv2022dev2b2 Depends: golang-github-googleapis-gax-go-dev (>= 2.0.5~), golang-go.opencensus-dev (>= 0.22.0~), golang-golang-x-oauth2-dev (>= 0.0~git20190604.0f29369~), golang-golang-x-oauth2-google-dev (>= 0.0~git20190604.0f29369~), golang-golang-x-sync-dev (>= 0.0~git20190423.1122301~), golang-google-cloud-compute-metadata-dev (>= 0.56.0~), golang-google-genproto-dev (>= 0.0~git20190502.54afdca5~), golang-google-grpc-dev (>= 1.20.1~) Filename: pool/development/g/golang-google-api/golang-google-api-dev_0.28.0-2apertis1bv2022dev2b2_all.deb Size: 3818624 MD5sum: 26649e2a1c10ada4eb1b84d85a652b02 SHA1: 77cb630a53fa6109ad74c8ddff637e39f92d2dbb SHA256: e627f2ac0bbe0faf1d36a045f5fddc39b7e532d3c51f2a2bd204acbfc0d14165 SHA512: 518c02dba397fb5ca4462dd7c05da032c93448b4625738e53cb1ec56b9b45798120c6174dfe093c820b776d93ab16f32c7aa2497f473e4a1670dbb570a8ee8c4 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 Package: golang-google-appengine-dev Priority: optional Section: devel Installed-Size: 1750 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-appengine Version: 1.6.0-1apertis0bv2022dev2b1 Depends: golang-golang-x-net-dev (>= 1:0.0+git20180724.3673e40~), golang-golang-x-text-dev (>= 0.3.0~), golang-goprotobuf-dev (>= 1.2.0~) Filename: pool/development/g/golang-google-appengine/golang-google-appengine-dev_1.6.0-1apertis0bv2022dev2b1_all.deb Size: 255144 MD5sum: ba4b915db40b64508130f9eceb0f4591 SHA1: 4369273bfef9c103c366c382e538c78ef106ac81 SHA256: 4b0b7306f15e8f6f70cb966896478f72f2378488516aa7c285a95b3da1e08576 SHA512: 516937d45f76144c06ead8d6df2304a19e67cf1e47afebf1c918028a83771f7b0c8ec832cb86596821f415a39cca6bfd5415e9829448807049cad7d183743bdd Description: basic functionality for Google App Engine For more information on how to write Go apps for Google App Engine, see: https://cloud.google.com/appengine/docs/go/ Homepage: http://google.golang.org/appengine Package: golang-google-cloud-compute-metadata-dev Priority: optional Section: devel Installed-Size: 93 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-cloud Version: 0.56.0-1+apertis2bv2022dev2b1 Depends: golang-golang-x-net-dev Filename: pool/development/g/golang-google-cloud/golang-google-cloud-compute-metadata-dev_0.56.0-1+apertis2bv2022dev2b1_all.deb Size: 34604 MD5sum: 4e54a3e196ca162564fd2383d26af733 SHA1: fc7a579709377e4e2c7b19f5fb3933b9b3b2a3c4 SHA256: 827d81362f122600a2bf74a523b8c566f778ac7b18a35480ef01b9169a7bf3ad SHA512: 67610768716e9aa649e3c9b8b990e8cbbd813c714226b6b067791baa94fad0f37cc7f714edce059aff0aaf838cf4044f206e93bbec825b28d11caa990eb04f80 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 Package: golang-google-cloud-dev Priority: optional Section: devel Installed-Size: 21693 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-cloud Version: 0.56.0-1+apertis2bv2022dev2b1 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-1+apertis2bv2022dev2b1), golang-google-genproto-dev (>= 0.0~git20200413.b5235f6~), golang-google-grpc-dev (>= 1.21.1~), golang-goprotobuf-dev (>= 1.3.2~), golang-rsc-binaryregexp-dev Filename: pool/development/g/golang-google-cloud/golang-google-cloud-dev_0.56.0-1+apertis2bv2022dev2b1_all.deb Size: 1968752 MD5sum: 06083baef4d17e461e7500f0b30babf2 SHA1: 0dc7c4fa520c85b7d320d1fe87a277a2d7e67ce8 SHA256: 69c1864c49860f17b1d38621e1c98e0cca9a3d141752a75dd510af3b52abe4db SHA512: 1de11a04354f98ab0af506693041bf300f1a78097978bb4f04ec901997a81a8d51e50dd406333d70534f26be23127fbde6ca72e6feef82daea2666c9a341b0b4 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 Package: golang-google-genproto-dev Priority: optional Section: devel Installed-Size: 47189 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-genproto Version: 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1 Depends: golang-google-grpc-dev (>= 1.19.0~), golang-goprotobuf-dev (>= 1.3.2~) 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-1apertis0bv2022dev2b1_all.deb Size: 4031656 MD5sum: ef8622b9e827a9956f8c6b4844a5788a SHA1: f0ad0388a16f8075d060b34b0ca257d871b8ecd6 SHA256: 191a23fe55edc287ffab52d7311418818ecaf0dfd3b84c28315cca1a093a857d SHA512: 737297db4c824d431f8921868785c77c35e9927df181871c82a5c27cb14622e8e0895e923a283ba18fe755cb09f94fbf49b805e8cd2559a37e8906ef2875db1d 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 Package: golang-google-grpc-dev Priority: optional Section: devel Installed-Size: 3574 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-google-grpc Version: 1.27.1-1apertis1bv2022dev2b1 Provides: golang-github-grpc-grpc-go-dev Depends: golang-github-golang-mock-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, golang-goprotobuf-dev (>= 1.3.2~) Filename: pool/development/g/golang-google-grpc/golang-google-grpc-dev_1.27.1-1apertis1bv2022dev2b1_all.deb Size: 478068 MD5sum: 81e90a9311efc438a4b27c3b9081594d SHA1: c9390a31c818ea39c2bcff1c8acf5facd632fb3b SHA256: af7092c5d72f467ea70a4409047579820e9cd6bb906a88aa5c1b5a858a67e171 SHA512: d27b9f7761ca3000b1f3a54d97491c12e67f5771eab0f8c67df3d4142518583aad761bd053597421688d86ef4c10d659df4127deaa2caf79ff49bedd5bc095d3 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 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-3+apertis0bv2022dev3b1 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-3+apertis0bv2022dev3b1_all.deb Size: 43160 MD5sum: 8ee74e05f7d924115fee7c5bc638accd SHA1: c5eff6c52c77c3e34533076576ce3b2719b1e0d5 SHA256: 8bb4eee63415f0b49ba7832f103eb6d096886a4cd556dc8349b6ea6b02af2d92 SHA512: 91da7b2b28c774475bf38327a8a53927aa48533111697f5b73dc5dcc74ceece1f019d88772c824d0c7d6c2caf1d0f96d97bb98ea2304b02b28839ffd091dfe8e 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 Package: golang-gopkg-check.v1-dev Priority: optional Section: devel Installed-Size: 173 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-check.v1 Version: 0.0+git20200902.038fdea-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 32276 MD5sum: f7b1fb176bd47f21b98a9e2d1c9813d6 SHA1: 6191e699321fb1f2bb89226d521ec11fcb0acc6f SHA256: a8fa2de4019a05668e2732e2d89d85db65b3fe5fce09570fe06781e847d10b84 SHA512: b0824dc671252f1c2a4aea3051ee1a0a75f32f321c6085057d5962c438b5855ccc0aceb55268df1a26a88661b8a1c94aebc2c2f11ff9a261d64b441d032209a5 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: 66 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-cheggaaa-pb.v1 Version: 1.0.25-1co1bv2022dev2b1 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-1co1bv2022dev2b1_all.deb Size: 14168 MD5sum: 8986ee852b20d44f7246a27da76a1bfc SHA1: e730d892b6c22b2e0cf57826440fc8dc65e9e3a8 SHA256: 746c1050b69fe36199ad0fd44534330aeb093e7c8fda42b5898752b43c587c13 SHA512: 0ca904312241f4f7cb44359371c675cf75ee68ad8c52a75c844710372fc462884efd8a62bb948a46b5c5a543ae14b85e566b09ff6632d8e6cba1c22f2abe7616 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-fatih-pool.v2-dev Priority: optional Section: devel Installed-Size: 26 Maintainer: pkg-go Architecture: all Source: golang-gopkg-fatih-pool.v2 Version: 0.0~git20171010.010e0b7-3co1bv2022dev2b1 Filename: pool/development/g/golang-gopkg-fatih-pool.v2/golang-gopkg-fatih-pool.v2-dev_0.0~git20171010.010e0b7-3co1bv2022dev2b1_all.deb Size: 5756 MD5sum: 141e9bbe687623866f4ced316dc1461e SHA1: ebe7f1d6efa75bd9ae72eb9cbc6b623a654e36a3 SHA256: 0c6d408bb584435d9cb3c38f6beee641cc749ab3ad108aba45d8a317b3ba5977 SHA512: 0c9a74366c36083754da62d27e35e3a0bc49a545354709e56365bbac08e2a7f99a3e46110e3f9bbd597c422fd10dd52e31de115268e7dc6a1a9c11ec59806ab3 Description: thread safe connection pool for net.Conn interface Pool is a thread safe connection pool for net.Conn interface. It can be used to manage and reuse connections. Homepage: https://github.com/fatih/pool Package: golang-gopkg-gorethink-gorethink.v3-dev Priority: optional Section: devel Installed-Size: 562 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-gorethink-gorethink.v3 Version: 3.0.5-1.1apertis0bv2022dev2b1 Depends: golang-github-cenkalti-backoff-dev, golang-github-hailocab-go-hostpool-dev, golang-github-sirupsen-logrus-dev (>= 1.0.2~), golang-github-stretchr-testify-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-gopkg-check.v1-dev, golang-gopkg-fatih-pool.v2-dev, golang-goprotobuf-dev Filename: pool/development/g/golang-gopkg-gorethink-gorethink.v3/golang-gopkg-gorethink-gorethink.v3-dev_3.0.5-1.1apertis0bv2022dev2b1_all.deb Size: 112952 MD5sum: f9fa42704d58dca7e107ee8c0bab6b46 SHA1: 7a2bf6f7a966b73a5f37c2c7af271c1dbfb72826 SHA256: a4be76b208dff99d10017b4cbef83aa7a36532fe46d23b0693621b351b41de23 SHA512: b9e3b052c15cf3c201e66d458dd546c010d1458415ad392ef7234fb05e79114ede81539da1da23400e2a4f30a7f809188abb12372c5405ad0e3a7618d9169ee8 Description: Go language driver for RethinkDB This package provides native Golang driver for RethinkDB. Homepage: https://github.com/gorethink/gorethink Package: golang-gopkg-inf.v0-dev Priority: optional Section: golang Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-inf.v0 Version: 0.9.1-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 14496 MD5sum: 863a048aac6cee4572275cedcd5b736a SHA1: fac89c7b30182e813d0ea8909b7c5acae44ba459 SHA256: 5f2bb79b9fba9ee615b03dfa7e5494bbf151bd0914fe54e2499676c3316989d1 SHA512: 6c735f6c24f6dfea97cccd618783ebc931cb55bb796664b7379f1207f381d854d9ed740fc72a8e8408d57a8ef505baee08d6160e3001c83265868e916aee03c6 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: devel Installed-Size: 234 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-ini.v1 Version: 1.57.0-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-gopkg-ini.v1/golang-gopkg-ini.v1-dev_1.57.0-1apertis0bv2022dev2b1_all.deb Size: 38212 MD5sum: 87d27568deb1be8642b873c7ade9f4b6 SHA1: fb1bab861076efe951f90f4e33ac2fdfaff679d6 SHA256: 0d356c0599b7b8ac759cdb92d0da78410f7623943d7d4630437773b6c4e5303a SHA512: 7464352cc16ccb7d73b42994b1e520f749ad637ff837d00fe68e95ae21e140c47e26329038ada1ad81a93b94969d5893ab755650d51d6d4c93536e17c2aece30 Description: INI file read and write functionality in Go Golang library providing INI file read and write functionality. Homepage: https://gopkg.in/ini.v1 Package: golang-gopkg-jcmturner-aescts.v1-dev Priority: optional Section: devel Installed-Size: 24 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-jcmturner-aescts.v1 Version: 1.0.1-3apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-gopkg-jcmturner-aescts.v1/golang-gopkg-jcmturner-aescts.v1-dev_1.0.1-3apertis0bv2022dev2b1_all.deb Size: 4872 MD5sum: 255f7575236585f9992379a04d166d3e SHA1: 3423632534d1ff046e2170d74e9183b165ebc10c SHA256: 79a5ca990d37da73b9776260d771715fd5f8cba9d0f81fd2aa9edbcc9328b188 SHA512: d1e41b43a6b75ac9d66239ffb1efd653c1c405b392100be03d0de0309e27bbf444e66cf89245689b990307e3d9f4407524e53251b5a2bc56349d33df0da96959 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 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-2apertis0bv2022dev2b1 Depends: golang-github-stretchr-testify-dev Filename: pool/development/g/golang-gopkg-jcmturner-dnsutils.v1/golang-gopkg-jcmturner-dnsutils.v1-dev_1.0.1-2apertis0bv2022dev2b1_all.deb Size: 3860 MD5sum: 6bf3fe5b5b58667ed80269bbd1e5300a SHA1: ad1b041655181fb26582c0c42056ab6693e021fe SHA256: 1d6abb3c9c13e92bfda5ab40806e8faa559e7a55315e3510faf540cdd1b121ed SHA512: b52ac077035f28bd1a54e17a6afe7075576874f1af7173576fb3a7c70cad5e6364907e059f577b8a1fe5e3de674b6be34b01bf3c1374eea4854544c57a1764e0 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 3388 MD5sum: 10439a9d01aca5835e0e6982a5a4f4c7 SHA1: 4cc439a763f9da0d7bedbf4891ebd641332be1c8 SHA256: 4abd321fe64f30c74d94a005029c67abb57300f331d57fd9c977d18ed00740a4 SHA512: 505a3d5144167cdc263b266971004c7d5caadbde0b121e83e83f28ca612ad0816cbab679d64a88e84669e28ffe9202088b856d74b9fd45fe99147e96e2a9fbba 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-2apertis0bv2022dev2b1 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-2apertis0bv2022dev2b1_all.deb Size: 107408 MD5sum: dcbfbbbcb1fbd1a702fd580aa943a991 SHA1: 42aa8731429d773dd2cd1c66ccf6f6d737f6c58f SHA256: 9786601d2eefaf8c404f494528893d0d1e37e4ce474c478c025052fa9df551a9 SHA512: c70c2b4825ebbac9ed717f982297d0e4c898d05402f63c155fdceac82bb5b7f0d9cc6d5514df970e4ac59423d6e2f6b751920f8cbe2197c9ff61b7e8e0970005 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-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-gopkg-jcmturner-rpc.v0/golang-gopkg-jcmturner-rpc.v0-dev_0.0.2-2apertis0bv2022dev2b1_all.deb Size: 6068 MD5sum: 8f5bb3b141f0d3cd3c57d23b79311d85 SHA1: 38570af60254f292996c49472f190ea19b2973e2 SHA256: 68b0e8c12a4135e63c79d0687a39ad11a7ff7a77b2f22401b98bfd0cef434149 SHA512: 8572f15be7c1eb228d2f40285a89d8bcd62df521e3f8b6ce05192038c8c611c53de3dd18e2d466511fefbe634213e6d29cf6ce9b31ea27707fc07bd7f96d540a 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: 1288 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-mgo.v2 Version: 2016.08.01-7apertis0bv2022dev2b1 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-7apertis0bv2022dev2b1_all.deb Size: 316096 MD5sum: 7efe4f5e0ea2316bb1834c08e30b0547 SHA1: dd5fb28d598a66b0157e00cddd45f72a3cda345f SHA256: 1c01b1a74a0f4a4402699c177fc8f01b196120120ff9779fcff25424eaff8922 SHA512: a3a7dff40f0558cfcb2eefcb25f39bbb364d4a9e406ad33e94e4876ac8c55af5021ae3e3b43f313796883d87e3a1350a50c5a2ee03754873ff8251fcf384f2ce 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-natefinch-lumberjack.v2-dev Priority: optional Section: devel Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-natefinch-lumberjack.v2 Version: 2.1-1apertis0bv2022dev2b1 Depends: golang-go, golang-toml-dev | golang-github-burntsushi-toml, golang-yaml.v2-dev Filename: pool/development/g/golang-gopkg-natefinch-lumberjack.v2/golang-gopkg-natefinch-lumberjack.v2-dev_2.1-1apertis0bv2022dev2b1_all.deb Size: 12888 MD5sum: c5f7d5fffb082e714e207ef55214fd9d SHA1: 3d760ab9df2f9db8391b8dc6b0707efa9adf6ab5 SHA256: 14a51ac6d8e5abb51088d3502478ec2a25fa92452d57da71df10803780a37a28 SHA512: 56844aa505937f2db7570abf38e103c8ed4030a2f8c609e42a0dcb28d08a9bcb9640636a7c46de50cd72cfecc775523c8b8d18974009a810dfcfeca625a233b7 Description: Go package for writing logs to rolling files Lumberjack is intended to be one part of a logging infrastructure. It is not an all-in-one solution, but instead is a pluggable component at the bottom of the logging stack that simply controls the files to which logs are written. . Lumberjack plays well with any logging package that can write to an io.Writer, including the standard library's log package. . Lumberjack assumes that only one process is writing to the output files. Using the same lumberjack configuration from multiple processes on the same machine will result in improper behavior. . This is version v2 of the lumberjack package. Homepage: https://github.com/natefinch/lumberjack Package: golang-gopkg-square-go-jose.v1-dev Priority: optional Section: devel Installed-Size: 598 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-square-go-jose.v1 Version: 1.1.2-2co1bv2022dev2b1 Filename: pool/development/g/golang-gopkg-square-go-jose.v1/golang-gopkg-square-go-jose.v1-dev_1.1.2-2co1bv2022dev2b1_all.deb Size: 230392 MD5sum: a1650e562701f34a86396fc7f9dcdcf5 SHA1: 697f015210512c3ccb8d64125d00b1513ed16a7c SHA256: 3f4892ba9033edb31f6e840ba70b3ceadfbb38590e11ec23b81bd23495f35d1b SHA512: ac7727326d98d4f1651c4caa629e7697b164366d4e24c74b52c3aa33e9a4ba20cedfe11b1f9321d1689531427bc8f67d47053a0891008c16be7db428f7c5ae67 Description: Javascript Object Signing and Encryption (JOSE) for Go This package provides an implementation of the Javascript Object Signing and Encryption set of standards. The implementation follows the JSON Web Encryption standard (RFC 7516) and JSON Web Signature standard (RFC 7515). The package supports both the compact and full serialization formats, and optionally supports multiple recipients. Homepage: https://github.com/square/go-jose Package: golang-gopkg-square-go-jose.v2-dev Priority: optional Section: devel Installed-Size: 767 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-square-go-jose.v2 Version: 2.5.1-2apertis1bv2022dev2b1 Depends: golang-golang-x-crypto-dev Filename: pool/development/g/golang-gopkg-square-go-jose.v2/golang-gopkg-square-go-jose.v2-dev_2.5.1-2apertis1bv2022dev2b1_all.deb Size: 265728 MD5sum: 63dc43e5d2cc49a30cc02c33054c94df SHA1: 3fe02beb2f603b804dd276a16c28fdfec1a4c3ad SHA256: 8fe6773d55fc42bc2eb4f0ecad85454312b04db206f06c37a0c300db42270dea SHA512: bb9983859564f56f7e5bc2f71a3805ee64d41b8e94798c834027ccad979893a0bd46437ec476a35d7db0db1ab1e4937c3067277f0a29c47bd9128ecc2af0fc01 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 Package: golang-gopkg-tomb.v1-dev Priority: optional Section: devel Installed-Size: 22 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-tomb.v1 Version: 0.0~git20141024.0.dd63297-7apertis0bv2022dev2b1 Filename: pool/development/g/golang-gopkg-tomb.v1/golang-gopkg-tomb.v1-dev_0.0~git20141024.0.dd63297-7apertis0bv2022dev2b1_all.deb Size: 5488 MD5sum: c64c05f8ecd47dbdbf62aa7e309df0e4 SHA1: bba4aa2ac5ba35ab3ed661fa71a2ed36df1f02ad SHA256: bb855426dd867dd4fae77173ed54940c79574e8ab0796b84d2f2c8e99112a8f8 SHA512: 6ec9763d9c704fc06ae6baf8d2cb59d1133f35c82854a7336cb9a8a97719e77816ae6e8619b974eb6443a415880af0dd38a0d24fe16f2c76e74a6507f9bf4a6a 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 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-3co1bv2022dev2b1 Filename: pool/development/g/golang-gopkg-tomb.v2/golang-gopkg-tomb.v2-dev_0.0~git20161208.d5d1b58-3co1bv2022dev2b1_all.deb Size: 6996 MD5sum: dcdb102f9271c8e42fdaa45865628d71 SHA1: 874414ee92fc029d90879bb3450c8bca9fdbe3f1 SHA256: 656d89e8ee3d3a21816436d05ddcb37ea1ec639aefb6977ba431e8201bac77eb SHA512: 423584196fbd0872884f40a27a428b67fb4b7780782e106721eb6de53609146fcffc671d97d4013e3881f71c87a229e4bc22a1aa4734fbaf17e645b419b0fc11 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: 157 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-vmihailenco-msgpack.v2 Version: 4.3.1-2apertis0bv2022dev2b1 Depends: golang-github-vmihailenco-tagparser-dev Filename: pool/development/g/golang-gopkg-vmihailenco-msgpack.v2/golang-gopkg-vmihailenco-msgpack.v2-dev_4.3.1-2apertis0bv2022dev2b1_all.deb Size: 27724 MD5sum: 5b6802e07ae4b22ee9e74a6093ecbb01 SHA1: cf12d46e8c48e0afb0ae6912133d2a30783c7cc4 SHA256: 4255bea16b4dbfc1e9a6e3388a2352e58f35c1a2835cadeca88936fb09117f4b SHA512: 814537917bea5aa60b936982de127b0048fdcf68c85e587040de45874b5dfd628dbd8160941581a20024d369c623969f8f8c2a1dae6064d7270acb140d2e504e 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-1apertis1bv2022dev2b1 Provides: golang-yaml.v2-dev Filename: pool/development/g/golang-yaml.v2/golang-gopkg-yaml.v2-dev_2.4.0-1apertis1bv2022dev2b1_all.deb Size: 61656 MD5sum: 0e55f53abf052b59eb811686b01a0a2c SHA1: 7d3201e6e0827b5c2bac0c8e61b66c3822d4f03b SHA256: 60958720e5b34868f684058710f48c14e3b19769ab6205dbc16f3e0950498d99 SHA512: 635af77053421042d7e7c2c23bd07b3dc6768a7b54b5b2ffc29d975c6578151951dda526ac2b9a87c6a58af07315d1123b04ed0c0777fad2a176d4f788001eba 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: 449 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-gopkg-yaml.v3 Version: 3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1 Filename: pool/development/g/golang-gopkg-yaml.v3/golang-gopkg-yaml.v3-dev_3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1_all.deb Size: 70716 MD5sum: 24718c3c5295bb7cc6a11a59a3bc6697 SHA1: e725ce54d9498728825f3a866b32f777283b94a4 SHA256: 814a046b5a1d16a281416c2f68727d3af46b584517964230eba4c3080d04955f SHA512: 3c524dcd19e4994eec136421b8e95c3c67c079d73e588d2026dde15dd58e272a6cd8ee063768d6dba8fd1b7d51e836dfb77715369dcaa2e25edf32566e29fa85 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 Package: golang-goprotobuf-dev Priority: optional Section: devel Installed-Size: 5786 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-goprotobuf Version: 1.3.4-2apertis0bv2022dev2b1 Depends: libprotobuf-dev, protobuf-compiler Filename: pool/development/g/golang-goprotobuf/golang-goprotobuf-dev_1.3.4-2apertis0bv2022dev2b1_amd64.deb Size: 1508856 MD5sum: 98e9b1780c6835ac46521f8aca7fb508 SHA1: 5d5fe30e1221758e24181a21e12d33029903c31d SHA256: 9bed3967b6e71390acd0bed6fae017c3f062cb5de976ad0a5d74eeb5d306779b SHA512: 71db08e3870190c0c9f9094df3547c6124cef4a4192e9e8ac3000e2e5966459869e3f5c4c9c050f178553d950dbf65ff6547ea6909a0e9cc986cd635b5de4722 Description: Protocol buffer support for the Go programming language Adds support for serializing and deserializing data in the protocol buffer format for users of the Go language. This will also install a protobuf compiler filter which will allow you to compile protocol buffers to Go code using protoc from the protobuf-compiler package. Built-Using: golang-1.15 (= 1.15.8-4) Homepage: https://github.com/golang/protobuf Package: golang-grpc-gateway Priority: optional Section: devel Installed-Size: 9542 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-grpc-ecosystem-grpc-gateway Version: 1.6.4-2co1bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/golang-github-grpc-ecosystem-grpc-gateway/golang-grpc-gateway_1.6.4-2co1bv2022dev2b1_amd64.deb Size: 1929384 MD5sum: 124f99a3fa19e24214993323f5b36f40 SHA1: d9d4ac7951911011a74b44b05158240d91a9451a SHA256: c696b924c4fdab46a3fafc47cf2416e9e2866f75994bb0e3db2711e9d915c9b7 SHA512: 9ac2ecc7b64c1529bdfd5614de03f5b397a98156600ef078fa9f72b3b1e4e5d43dd96f935ea352f5598c993f1bdcb24f5cac8d3939fa7156cf419d38e54772e4 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.15 (= 1.15.9-1apertis0bv2022dev2b1), golang-github-ghodss-yaml (= 1.0.0-1.1apertis0bv2022dev2b1), golang-glog (= 0.0~git20160126.23def4e-3apertis0bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1), golang-google-grpc (= 1.27.1-1apertis1bv2022dev2b1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1apertis1bv2022dev2b1) Homepage: https://github.com/grpc-ecosystem/grpc-gateway Package: golang-honnef-go-tools-dev Priority: optional Section: golang Installed-Size: 1723 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-honnef-go-tools Version: 2020.1-4co0bv2022dev2b1 Depends: golang-github-burntsushi-toml-dev, golang-github-kisielk-gotool-dev, golang-golang-x-tools-dev Filename: pool/development/g/golang-honnef-go-tools/golang-honnef-go-tools-dev_2020.1-4co0bv2022dev2b1_all.deb Size: 288976 MD5sum: 64c7006c87e363f7f1367a6bf28828eb SHA1: abb28d55a2d5a2778a3e9ce4b33b728f9a98783b SHA256: 7ef253b204f26ea95a8c6c7043d6c295a1930351fd2459482e79a9e190ec7996 SHA512: a1155c8864b8ee3914ed59bb69eab9001dfdf861f66451f473553c88a5d1932df6dadd338b3914591b44b49149233ecb1974159060c9b0a3df1f34a57474c6bc Description: Collection of golang tools and libraries 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. . In addition to the aforementioned tools, this package contains the libraries necessary to implement these tools. Homepage: https://github.com/dominikh/go-tools Package: golang-k8s-sigs-structured-merge-diff-dev Priority: optional Section: devel Installed-Size: 1242 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-k8s-sigs-structured-merge-diff Version: 4.0.2+ds1-2apertis0bv2022dev2b1 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.0.2+ds1-2apertis0bv2022dev2b1_all.deb Size: 116548 MD5sum: 2f278f71152d560cc8377c9674e16418 SHA1: 98d78930c764e87d83c2bc618d42e4599fd42c23 SHA256: b1d5c80a32df75648819fe096db20b8a33dfee5df654699e2b4191034457a936 SHA512: d909ed69204f2549902ee025db88b56e9f0bcd3b2873b24b5c24e95ceb972cbbbd4de941ceaa1da639db8d5ce302d67bb6347a031be42ef10f6ed1a93af70732 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 Package: golang-k8s-sigs-yaml-dev Priority: optional Section: golang Installed-Size: 57 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-k8s-sigs-yaml Version: 1.2.0-3apertis1bv2022dev2b1 Depends: golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-k8s-sigs-yaml/golang-k8s-sigs-yaml-dev_1.2.0-3apertis1bv2022dev2b1_all.deb Size: 15112 MD5sum: 82ecc26e56c2ed20aa30634e99b7a3d3 SHA1: 9ade2f957b6e956a11ef8781bbf2371f600cd50a SHA256: ab4741ca6a201b2541618811accc7895b1e412f223b02ae295a68cca0e21b0e9 SHA512: 16338d59cf280d0ea2c6cf3f24e881bb588c797ca6613d0f4f34741806317907e106d85b37a42f4f87bbdb5a34b2dea1130b9f7507c65eafe9c83b180c24a993 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 Package: golang-mreiferson-httpclient-dev Priority: extra Section: oldlibs Installed-Size: 9 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mreiferson-go-httpclient Version: 0.0~git20160630.0.31f0106-2co1bv2022dev2b1 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-2co1bv2022dev2b1_all.deb Size: 2912 MD5sum: 0865b79ebfc25ce9cc9bbed6040d4e3d SHA1: c035fcd8722f47af9f0373b46adb1cefb889af84 SHA256: 4183bb3ca1eb5f461bcf65b3d3714211f78c817fc0b774d2c98b30b1ae55fe35 SHA512: 518d7342678e507fff96f81ed36cb98d6ea2c17946655f8db71f053f155ca53a7d85cd59aa259c61aec6a60434dd59fa883054ee353c311094e975d58c86323c 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: 101 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-mvdan-gofumpt Version: 0.1.0-1co0bv2022dev2b1 Depends: golang-github-google-go-cmp-dev, golang-golang-x-mod-dev Filename: pool/development/g/golang-mvdan-gofumpt/golang-mvdan-gofumpt-dev_0.1.0-1co0bv2022dev2b1_all.deb Size: 24492 MD5sum: 5a67bbed891608ca29b9ef76846336bc SHA1: 4bc885610174fdc5a8ce8a763802896aad8b510f SHA256: 4bdae618c7b520d0e430ff8ea81cdda7b9970e473907c63846259901ecd6c979 SHA512: 805386d9d29aa32ea0b0385539d566e2febc10775619798a222bd581c61874aba7767050d24d9825e56593519f80446d22640431ed2055967ea9f15d1adeeca1 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 Package: golang-mvdan-xurls-dev Priority: optional Section: golang Installed-Size: 54 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-mvdan-xurls Version: 2.2.0-2co0bv2022dev2b1 Filename: pool/development/g/golang-mvdan-xurls/golang-mvdan-xurls-dev_2.2.0-2co0bv2022dev2b1_all.deb Size: 13280 MD5sum: 5096e81f6cd7c865d0367aebab27587d SHA1: b465d24dea4035756a82f440905f6333010f28ba SHA256: d7267ebf4a1c79f0983476e3d048b35d7f9ae39ee65180f454decfe87d406ac3 SHA512: d1bf615c7ca314f96930bb59e838c6668731181dcdd280a237e65b94939cea2848e661a324ff4f3c2b272f642bf65b24b5d02f3aa998015f3c18b5471ff72bbd Description: Extract urls from text (library) Extract urls from text using regular expressions. Homepage: https://github.com/mvdan/xurls Package: golang-pq-dev Priority: optional Section: oldlibs Installed-Size: 11 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-lib-pq Version: 1.3.0-1apertis0bv2022dev2b1 Depends: golang-github-lib-pq-dev Filename: pool/development/g/golang-github-lib-pq/golang-pq-dev_1.3.0-1apertis0bv2022dev2b1_all.deb Size: 3288 MD5sum: 687e3d2bde409482042ee81df6155bd8 SHA1: f1f8c2eb20521018069409d7e85b2cda1d3df723 SHA256: e4a48d0c2e16cbc2c62224fd9bca41715c722e0fc9db09c1119f263a23888748 SHA512: 272fa27bfa277a0d11d4d98c120a32a45b5b93927fdd66833ecdf1355c009d2782df93a031bf00f6cd21adf0c2507fee84d70bf196c0adc38d815dffaf6d68f1 Description: Transitional package for golang-github-lib-pq-dev This is a transitional package to ease upgrades to the golang-github-lib-pq-dev package. It can safely be removed. Homepage: https://github.com/lib/pq 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.3.0-2+apertis0bv2022dev3b1 Depends: golang-github-prometheus-procfs-dev (= 0.3.0-2+apertis0bv2022dev3b1) Filename: pool/development/g/golang-github-prometheus-procfs/golang-procfs-dev_0.3.0-2+apertis0bv2022dev3b1_all.deb Size: 4296 MD5sum: c020f0f1da2cf63b23c6a1a4c012a3ef SHA1: 0d8e9c5b839d42fa439e4a74ade44689e553ae02 SHA256: 48011ca9cfb2f7eadcb5f29f0c2eaba8d5afe845c8df1b76af3b15f9afd9b387 SHA512: c5fd3bc02505e6c818c7146fabf7ec2099f40037681cdf60c382ed07849296f7c9c31a9879160e7040da56fcb3b42d2ace6ef42b62bc56d0b6484ab468092a3e 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: devel Installed-Size: 198 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-protobuf-extensions Version: 1.0.1-1co1bv2022dev2b1 Depends: golang-goprotobuf-dev (>= 0.0~git20150526) Filename: pool/development/g/golang-protobuf-extensions/golang-protobuf-extensions-dev_1.0.1-1co1bv2022dev2b1_all.deb Size: 29940 MD5sum: e142b5902f8f6ab650f39e3a2ce2c0ba SHA1: 1cbe7f7dc644da4d333c433e4ea63a8d6d762d97 SHA256: 1d6a67ead091047ca87542e4a830d2672c270cc4debbfcc4940bc3afaf1c76c6 SHA512: 4266a18b6cf54e466c34cb667a91dbc9c9e5faf27d808ea34a31e98ccbfff8320c951001b0e5ed8add5e02dc5b7b2b6dd513cf0ca2a23c0d9475fb5bd4ac5ebe 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 Package: golang-redoctober Priority: optional Section: golang Installed-Size: 12959 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-cloudflare-redoctober Version: 0.0~git20161017.0.78e9720-5apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/golang-github-cloudflare-redoctober/golang-redoctober_0.0~git20161017.0.78e9720-5apertis0bv2022dev2b1_amd64.deb Size: 2886152 MD5sum: 4e2598646ee283b2ed340d1e2275e2ce SHA1: e53fd6c6288248173f569286573a01493eb282d3 SHA256: 04d4fd734cc08e10971795c1d33468168cf61417622556ae03f40639071e2210 SHA512: 2c13a0362ceaa15227aa5acb57ec854c92cae17d309ee05309435bbc60a6fe21895047900e51864efa8f8618d05077f09fc273d13f61f9598565a3d8f900513d 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.15 (= 1.15.8-4), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1), golang-github-coreos-go-systemd (= 22.1.0-3apertis0bv2022dev2b1), golang-github-prometheus-client-golang (= 1.9.0-2), golang-github-prometheus-client-model (= 0.2.0-2), golang-github-prometheus-common (= 0.15.0-2apertis0bv2022dev2b1), golang-github-prometheus-procfs (= 0.3.0-1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-goprotobuf (= 1.3.4-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1) Homepage: https://github.com/cloudflare/redoctober Package: golang-rice Priority: optional Section: golang Installed-Size: 4249 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-geertjohan-go.rice Version: 1.0.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-geertjohan-go.rice/golang-rice_1.0.2-1apertis0bv2022dev2b1_amd64.deb Size: 1364632 MD5sum: 6bb38eb81845f12ee90bebd52425e5d5 SHA1: 1aeaa68be50240474328fecc382af7cc7fb681f7 SHA256: a073c67a944dd250a591cb01a3c9a94c47720624ed45f97747e54cbdbf12018f SHA512: 33a4524941b034bdb840c2caa965bfbc7993f5fee996b9566bf0a0e11328e024f7de786059d2a64eaa7faed428441baa81c274a5c6b9d9e11b75f8c0276044c2 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.15 (= 1.15.8-4), golang-github-akavel-rsrc (= 1:0.8.0-1apertis0bv2022dev2b1), golang-github-daaku-go.zipexe (= 1.0.1-1apertis0bv2022dev2b1), golang-github-geertjohan-go.incremental (= 1.0.0-1apertis0bv2022dev2b1), golang-github-nkovacs-streamquote (= 1.0.0-2), golang-github-valyala-fasttemplate (= 1.2.1-1), golang-go-flags (= 1.4.0-2apertis0bv2022dev2b1) Homepage: https://github.com/GeertJohan/go.rice Package: golang-rsc-binaryregexp-dev Priority: optional Section: devel Installed-Size: 774 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-rsc-binaryregexp Version: 0.2.0-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-rsc-binaryregexp/golang-rsc-binaryregexp-dev_0.2.0-2apertis0bv2022dev2b1_all.deb Size: 419412 MD5sum: 015bfa1dc2b54c0482a5a245e426ab58 SHA1: bd060477355d0262dcbb0747c495f642c11f7116 SHA256: be3256f49596de5c908544ad445769aa303518457aab2759b33ffb1fa4635366 SHA512: c9bd2019335bce605815721c6499937050b09db4ad609d0e1fb9f0830c92e0f59d8314fe26a8109dfb5adcef533fd3426558cdc95a1bcf05e67b5485def253a7 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 Package: golang-snappy-go-dev Priority: optional Section: oldlibs Installed-Size: 11 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-golang-snappy Version: 0.0.2-2apertis0bv2022dev2b1 Depends: golang-github-golang-snappy-dev Filename: pool/development/g/golang-github-golang-snappy/golang-snappy-go-dev_0.0.2-2apertis0bv2022dev2b1_all.deb Size: 3640 MD5sum: ce1d9ab8f6cd365603b19c75959afdbd SHA1: 5403b2e221c8d0f498f89a7e63383a148297452c SHA256: 8cd326d2ac633a40d9d74eca0cb3eafbb396b4e6d8ab12a33b4b2b57f8d6c88a SHA512: 743502f7722602e9d288417b506e1d527df6c11c98462b79619f3078181c27fb3bc3b11eb32b52200fe1e9c5747b840f87c97ef714cfdeb3c1a3c0538321e3e2 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 Package: golang-src Priority: optional Section: devel Installed-Size: 13 Maintainer: Go Compiler Team Architecture: amd64 Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: golang-1.15-src Filename: pool/development/g/golang-defaults/golang-src_1.15~1apertis0bv2022dev2b1_amd64.deb Size: 5120 MD5sum: d32d51cc99a237e31e104f80c8e256c9 SHA1: f5b8309de38be1d6ac9dfe0d460db683db7f320c SHA256: b58ad4c4d4fe1782ab05fa56fd5a926633c95d0e9a82663e1d6a0a700338c6eb SHA512: 42e044607a29590392e488163400c02598e06a87b9c7b8931ff6c6344c65f98e75cb5f29f81a167f47facffce6c0fe2fb26449d623ab03d27d0737b3fefda5cb 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: same Package: golang-toml-dev Priority: optional Section: oldlibs Installed-Size: 12 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-toml Version: 0.3.1-1apertis0bv2022dev2b1 Depends: golang-github-burntsushi-toml-dev Filename: pool/development/g/golang-toml/golang-toml-dev_0.3.1-1apertis0bv2022dev2b1_all.deb Size: 4572 MD5sum: 1aeb6bb661b81fa29015ec4d2fc7b627 SHA1: 9c8aae18507fa629d1dacce73b6aa24cb4620b3d SHA256: 7b11bb897f64f705cedd18741d93535139d53b745764a2b8ee47c5244f45887b SHA512: 57d709743a32a72f8a98aa6b3bfcb3401db89b16a26fdc511dfc26446b51c93b4f5f493598d7d24bf5bc17a002d0354b5d62a7e4af43a4c7ecbd479212469ddb Description: Transitional package for golang-github-burntsushi-toml-dev This is a transitional package to ease upgrade to the golang-github-burntsushi-toml-dev package. It can safely be removed. Homepage: https://github.com/BurntSushi/toml Package: google-mock Priority: optional Section: oldlibs Installed-Size: 16 Maintainer: Steve M. Robbins Architecture: amd64 Source: googletest Version: 1.10.0.20201025-1.1apertis0bv2022dev2b1 Depends: googletest (= 1.10.0.20201025-1.1apertis0bv2022dev2b1) Filename: pool/development/g/googletest/google-mock_1.10.0.20201025-1.1apertis0bv2022dev2b1_amd64.deb Size: 7388 MD5sum: 7fb86553326324b74c156f5d760e7951 SHA1: 3cf2266c6e13c008bded9ea64863f9e905c17563 SHA256: 0851ec194ae9011e9419386e05e090e120b1c308e32904351f255ceaf945a82d SHA512: b808ee6a1a1aa86068a2140ca2d48e67e1af268fac6bc0185702ece79b0fe27162bfce79d031bea2a600501e50ea1d904f97511f7bc907b39e4ba8ed54234e93 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: 4041 Maintainer: Steve M. Robbins Architecture: all Version: 1.10.0.20201025-1.1apertis0bv2022dev2b1 Replaces: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Conflicts: google-mock (<< 1.8.0), libgtest-dev (<< 1.8.0) Filename: pool/development/g/googletest/googletest_1.10.0.20201025-1.1apertis0bv2022dev2b1_all.deb Size: 629792 MD5sum: b06d60df6717bacd6b8ab5e17441b128 SHA1: 231524fd404c0a1af454aa119fe76ca01145958c SHA256: 78e3e6b043e714f39f7af844d537791572a3e0796d0e1fecce7f16901948b7f2 SHA512: b64728b40b6e469a82268ab2959fd06c7820046b1712268791d38571838e94b57a5cc737c6f01729cefb931d6ce9570b565b0096bc8869058b9c75e3bb9d9475 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: googletest-tools Priority: optional Section: libdevel Installed-Size: 115 Maintainer: Steve M. Robbins Architecture: amd64 Source: googletest Version: 1.10.0.20201025-1.1apertis0bv2022dev2b1 Replaces: googletest (<= 1.8.0-8) Depends: python3:any Conflicts: googletest (<= 1.8.0-8) Filename: pool/development/g/googletest/googletest-tools_1.10.0.20201025-1.1apertis0bv2022dev2b1_amd64.deb Size: 27228 MD5sum: d094ba0b5fa5c41c688cbb91e82585e2 SHA1: 95679c262a1a421b384820e4b53ade0909b0ed2e SHA256: 84e8b3f24fc600f3a5ac5bf1fc850348f0711bc21f209fc35cd73050d709dac1 SHA512: 13054393afda95bdc67b65049c423514dc2c599f77f2eb065976d773d3b68024e5c114e206ecfa539bcb0ca6969a6cb7e8a9fb30fba5e8845b0186e5ba29f32e Description: Google's C++ test framework sources This package provides tools to be used with Google Test and/or Google Mock. Homepage: https://github.com/google/googletest Multi-Arch: same Package: gopls Priority: optional Section: golang Installed-Size: 16074 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-golang-x-tools Version: 1:0.1.0+ds-1+apertis2bv2023dev0b1 Replaces: golang-golang-x-tools (<< 1:0.0~git20201116.6f6c72a+ds-3) Depends: libc6 (>= 2.4) Breaks: golang-golang-x-tools (<< 1:0.0~git20201116.6f6c72a+ds-3) Filename: pool/development/g/golang-golang-x-tools/gopls_0.1.0+ds-1+apertis2bv2023dev0b1_amd64.deb Size: 4773328 MD5sum: 7aad5b6683b472b7bc59c9cfaaebe5b4 SHA1: 460439beaa5097b1b367e3d25a15d0705234a790 SHA256: 4d82bc59c09aafbee5e00eb422312b50c132dbef93fc519706fb938160e9b03d SHA512: 98e41734138b78c284a9ab0e839b40e5f97b2593e986b11407994913c228423e44aefc72b6c651ebb6fb73116a201b56661187fca196d74a8529575caef79fe1 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. Built-Using: golang-1.15 (= 1.15.9-6+apertis0bv2022dev3b1), golang-github-google-go-cmp (= 0.5.4-1apertis0bv2022dev2b1), golang-github-sergi-go-diff (= 1.1.0-1apertis0bv2022dev2b1), golang-github-yuin-goldmark (= 1.3.2-1apertis0bv2022dev2b1), golang-golang-x-mod (= 0.4.1-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1apertis0bv2022dev2b1), golang-honnef-go-tools (= 2020.1-4co0bv2022dev2b1), golang-mvdan-gofumpt (= 0.1.0-1co0bv2022dev2b1), golang-mvdan-xurls (= 2.2.0-2co0bv2022dev2b1), golang-toml (= 0.3.1-1apertis0bv2022dev2b1) Homepage: https://golang.org/x/tools Package: gotail Priority: optional Section: devel Installed-Size: 1737 Maintainer: Debian Go Packaging Team Architecture: amd64 Source: golang-github-influxdata-tail Version: 1.0.0+git20180327.c434825-4apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-influxdata-tail/gotail_1.0.0+git20180327.c434825-4apertis0bv2022dev2b1_amd64.deb Size: 586320 MD5sum: a527bb2bdf4eb50851db7d96e7a45b59 SHA1: e6baf7c997707c6822966a661af375bb388b007f SHA256: a60a48e6f11e7edb87d9b6f4850c0a56039554a97fa6f590028017e22e455a18 SHA512: c47a5afbb972fd64a93ac528a98dd5dcdf0c2e2ca6a2f1b03a00efd417ac8a8c5dce01895eb2c450aacfdcb753e90970aa7ed3e37978bad25e156026f4ebc905 Description: Go implementation of tail gotail is a Go implementation of the tail utility (GNU coreutils). Built-Using: golang-1.15 (= 1.15.9-1apertis0bv2022dev2b1), golang-fsnotify (= 1.4.9-2apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-gopkg-tomb.v1 (= 0.0~git20141024.0.dd63297-7apertis0bv2022dev2b1) Homepage: https://github.com/influxdata/tail Package: gotestsum Priority: optional Section: devel Installed-Size: 5599 Maintainer: Debian Go Packaging Team Architecture: amd64 Version: 0.5.0-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/gotestsum/gotestsum_0.5.0-2apertis0bv2022dev2b1_amd64.deb Size: 1601060 MD5sum: ded76a1aff7a4bba23b0b2190790c3ce SHA1: e93c8afb6f97b0aab1db1519abdebe6b985c978f SHA256: 7654824691dc46399a522832f30d16ff96c37d5f5e6aaef31958c15fb1805fde SHA512: 943f3e8408d4ca58a71f3e8604b81af5fe4252e766cb38f760d80e73ed01fbb520736474118e43e6a8affdc6f17d4cf3411511484771d7fa6813175ce13ba01a 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.15 (= 1.15.9-1apertis0bv2022dev2b1), golang-github-fatih-color (= 1.7.0-1apertis0bv2022dev2b1), golang-github-google-go-cmp (= 0.5.4-1apertis0bv2022dev2b1), golang-github-google-shlex (= 0.0~git20191202.e7afc7f-1apertis0bv2022dev2b1), golang-github-jonboulle-clockwork (= 0.1.0-4.1apertis0bv2022dev2b1), golang-github-mattn-go-colorable (= 0.1.7-1apertis0bv2022dev2b1), golang-github-mattn-go-isatty (= 0.0.12-1apertis0bv2022dev2b1), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-spf13-pflag (= 1.0.5-2apertis0bv2022dev2b1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1apertis0bv2022dev2b1), golang-golang-x-mod (= 0.4.1-1apertis0bv2022dev2b1), golang-golang-x-sync (= 0.0~git20210220.036812b-1apertis0bv2022dev2b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1apertis0bv2022dev2b1), golang-golang-x-tools (= 1:0.1.0+ds-1), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1apertis0bv2022dev2b1), gotest.tools (= 3.0.3-1apertis0bv2022dev2b1) Homepage: https://github.com/gotestyourself/gotestsum Package: gperf Priority: optional Section: devel Installed-Size: 308 Maintainer: Hilko Bengen Architecture: amd64 Version: 3.1-1co1bv2022dev2b1 Replaces: libg++27-dev, libg++272-dev Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5) Filename: pool/development/g/gperf/gperf_3.1-1co1bv2022dev2b1_amd64.deb Size: 149072 MD5sum: 17778de3e9aa9684488962534c359492 SHA1: cfffaf9585389b394cfe2faed4aca8247680127d SHA256: 3d80d1ef5a7d61060e1111d3b7d7a46cb5ac37bebf612747ba91f70ab43aa89e SHA512: a9c2de44c97f1ea2df191358a170633c2d995d07123c440bbb6e76c088343543ee7048a018a81e0f0a0dfc613dfb4cf2dff75d5efd22da2510454bbf79a9bcc2 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: 184 Maintainer: Hilko Bengen Architecture: amd64 Source: gperf Version: 3.1-1co1bv2022dev2b1 Depends: gperf (= 3.1-1co1bv2022dev2b1) Filename: pool/development/g/gperf/gperf-dbgsym_3.1-1co1bv2022dev2b1_amd64.deb Size: 163456 MD5sum: efecfe6a951b8b1c1ab2d79ffbb7fa2b SHA1: 6f76552ea95f71c659865809056332816f0d19f3 SHA256: 7bb35158de1f9ea37bf3ebedd9d10b9d7e35cbb7050589f9760e768c98c33927 SHA512: 9186d3afccb8888d616cfeb9f8ee637c122e5cd1c89e1e9404bed59e166540215ba19d8bc686ac44ad1af138983b4b30c4b62112dd4b0ad0bcc445e368aa7474 Description: debug symbols for gperf Auto-Built-Package: debug-symbols Build-Ids: 52ddf3d9e181f6b4e44d8638bd89da0a9ed3c950 Package: gpg Priority: optional Section: utils Installed-Size: 1572 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Depends: gpgconf (= 2.2.27-2+apertis1bv2022dev3b1), libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libreadline5 (>= 5.2), libsqlite3-0 (>= 3.7.15), zlib1g (>= 1:1.1.4) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) Breaks: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpg_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 933204 MD5sum: 854bb8526bec42f6a990ea928aede6d3 SHA1: 489b70ee7f5b082ddfdf67fac10b6bf6015cbbb9 SHA256: 4cf23fca7521cfec5beb74a6e2ac5ee9a8e07aeeea076ffff02e11caf785f278 SHA512: 87a1376916a615944d13f1903f206bc0de0712d5ce5bdd5e000202cae7ee7865802fdc2779d77289c5d03177a4b6bff3126a54962f8983282e71275cdb0f3e56 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: 1298 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg-agent (<< 2.1.21-4) Provides: gnupg-agent Depends: gpgconf (= 2.2.27-2+apertis1bv2022dev3b1), pinentry-curses | pinentry, init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libnpth0 (>= 0.90) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) 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.27-2+apertis1bv2022dev3b1_amd64.deb Size: 674592 MD5sum: 507f34e0b660c3a9c8fcb1315e110a63 SHA1: 17f4dbc019af2f6b7a0f96559534bb8a10eadee9 SHA256: 33504dc82beee3dc74b8e64ed49940416d36cbc8551787c8fe34efd4127bf205 SHA512: 0ea2c89bef4683cf2842568058f63e051da86a73979c45a1030d62e2da4c447f6860bdf730179f4a8b827cd43cde80f7a7d43b792fc8378bda431912d4fad1b1 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: 1035 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg-agent (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-agent-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 915960 MD5sum: fcbae922c0ccc2e3379b46033eae584a SHA1: 12cd0bfc265fd66333809e3b7020ca2b04c17922 SHA256: 3166a01239caf9eb10d002f3c9b6c66dd61087cf1c00a728abebeab386a4f466 SHA512: 465c017f09b5e6a1b08a3f179605896e75a7e4fc80bf342f40ba9f77fb66531f8c1cd2f204290df4a30ab9f8f44bc2bb37edaf28c8be544d22b32516fd9e7a48 Description: debug symbols for gpg-agent Auto-Built-Package: debug-symbols Build-Ids: 11f2b71eece94955673fff3ae46b65a11f878e04 482e70d471fbf50878505833d8eabe600a068d5f 9998a798550cb0f7a492110934f7bcceb781dd6c f1c82064a577a7d541124052c9e19ea8a1d296ce Package: gpg-dbgsym Priority: optional Section: debug Installed-Size: 1313 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 1253020 MD5sum: 50baf2083668f23284f104b1c383b48d SHA1: 4c74c04f4d40e01cf6aa90a4fcf038b2f5631fa1 SHA256: 8c801ea317bf743354dc1f289a50adaf056b6990853ca1e386fc5c3a63bafe12 SHA512: ce19f8f537277c839fd8666cbc785ed8fa598f88d503806dd3821ee8551538a29406fd2d0daa1d50ed35f10ee4124043b7964ee1d6a21b5704080649536348bf Description: debug symbols for gpg Auto-Built-Package: debug-symbols Build-Ids: c4ad52eae0e2cba202e7bd362528c02d40a4e2e5 Package: gpg-wks-client Priority: optional Section: utils Installed-Size: 666 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: dirmngr (= 2.2.27-2+apertis1bv2022dev3b1), gpg (= 2.2.27-2+apertis1bv2022dev3b1), gpg-agent (= 2.2.27-2+apertis1bv2022dev3b1), libassuan0 (>= 2.5.0), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-wks-client_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 528644 MD5sum: 352d54989cf64f549bc0be3d7caa7edc SHA1: 2519a73168cfec52162ffb8d6848088fac9481d5 SHA256: 92d52b6243b3c2628c29ff6988f0772f8bd2d2e7d5b263911cf06cc992dbbf3d SHA512: 08132a003edcc89e476a55451c00c20f36ff36718759f2254fbcaaee08f271014ed0c1f68286c589f9aa7833f8fd0c8e4b744162cb029db1678ca2dcaa1b21eb 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: 315 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg-wks-client (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-wks-client-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 282228 MD5sum: 27026998dd61dad62671d17d2a639836 SHA1: 9557471b189eb2185029ee6a46eebb03ec07fbad SHA256: 7b6dd4d44b1db710dcfd8de6f1e18d2ffddcfb7406221664204505a6738b33ef SHA512: 41b60da3c3741179e6eae4d0cba14335894b736b92fc1a6aef2d6aaae6419ed1055f64f1d6a75b24dff3fb9262238b37599bf4f4a76c88d39ca22c1f6761d02f Description: debug symbols for gpg-wks-client Auto-Built-Package: debug-symbols Build-Ids: 355f75d71df83694f2d66f10c10808053e206291 Package: gpg-wks-server Priority: optional Section: utils Installed-Size: 642 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg (= 2.2.27-2+apertis1bv2022dev3b1), gpg-agent (= 2.2.27-2+apertis1bv2022dev3b1), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-wks-server_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 521076 MD5sum: 7efb04dcee90545c06ab6abcb7555732 SHA1: 501dc57882ecbbdfeba32f3928ae480393c35b01 SHA256: e24d203b1b5b9b2f18c2f09b591e2e793b8f51769fad6b07f5d7587f82536d28 SHA512: 6bccf241167292523999e15545471235e87f6fd5d7234628197f30ae006e092ebcf1f4eb02607e9c90164a1dc8c070c7e933ac05758d1a20b7a6bc913fb8d6a2 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: 293 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpg-wks-server (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpg-wks-server-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 261056 MD5sum: f602372a4f8562b9ebb98eab5dab5039 SHA1: c69ea5457dedaad3ffe9cfd477121a267725632d SHA256: 83c50027f813cd8437348d6b9ef69b80e8f6282ac33d9ae51b2be2ad25cbb971 SHA512: 854781fa19257a4e24c88a289ed6ca06c77cc835fa22aec50e39df124ea99ec14c5431f2fb71928e91af1665ec6e96f7b57415cbb5f0fdbc310c8d4bb9b2cf8b Description: debug symbols for gpg-wks-server Auto-Built-Package: debug-symbols Build-Ids: 2112bcccbbfc776a8d2d115f9ba41556f0af67ab Package: gpgconf Priority: optional Section: utils Installed-Size: 779 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35), libreadline5 (>= 5.2) Breaks: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpgconf_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 553244 MD5sum: 29969be30845b5edea3b55c899074c28 SHA1: 011a2c8d9e0e897bbcf9d7ad8bf978e9385d2943 SHA256: 40ebab1e0275a7c6c83a7bfb8ae94691f179f9f5782ac89f09593e91ae2b30c9 SHA512: 8ee6abc62a5d8ff178efdf1c1a3dd55c0800b7d4f0123a2cc9ce333c3f462250e5a3126fded85b4d45738a342d7ab7103a16583c7e06bd9dec882deedcfbed8f 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: 374 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpgconf (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpgconf-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 319812 MD5sum: a25f34cfb9ff2cd82d2667e49fda295b SHA1: 60a4d831d0a5da0629741a17563ae8994defe9ec SHA256: 1560a5b7608403e4b06f0e194e7dea2c5671ef2439d83ee2955315a94513d964 SHA512: 0d422103adaf50e461b64bb841dfca602295f1172c35cabd7df591615c88d6b7143eb10c2556e5d3a0b40a61418db43facf13dadefa705529b38f1e473234c26 Description: debug symbols for gpgconf Auto-Built-Package: debug-symbols Build-Ids: 3cc454f1e83bc8a06172bf217af8eb39f4120452 ac16d33fe2605fdc5a2e47777ff04b22ab7094a0 Package: gpgsm Priority: optional Section: utils Installed-Size: 961 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg2 (<< 2.1.10-2) Depends: gpgconf (= 2.2.27-2+apertis1bv2022dev3b1), libassuan0 (>= 2.5.0), libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libksba8 (>= 1.5.0), libreadline5 (>= 5.2) Recommends: gnupg (= 2.2.27-2+apertis1bv2022dev3b1) Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/gpgsm_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 650304 MD5sum: d170087049900bae1b5f8ea89f2f2703 SHA1: 88326b3f5cb277111acf245d389d9f8a0a17199f SHA256: d261bd7f8645cf51e56eb3684685e3b8cd20651a065a7926a89bd9f05d574d54 SHA512: 9292a99924c861da1a270aa6075b04df8e3ff6e65e9014032d865d721bc577bd648a3359dfc72a8198bd6d61aff220687c392bab0041550eecfe5d627bfbe9a0 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: 655 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpgsm (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpgsm-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 608084 MD5sum: fe35ea2374f55a830ddcef839e14a80d SHA1: 02b8e867a40abd8b60a3901c3ff2b0aa665937ff SHA256: c9a1a6ed5a3d3f18ecbeb6d460df65b047df5df60e7ee837ebb93cc677e7b1ec SHA512: 0490e09a027ff094b6456139286405c03e0192673bdb5ed3b147767297c0476f55ee6091dea9b9a8af07dd209cfb3f5500ceaec1859a7d80fd03452d39790dc9 Description: debug symbols for gpgsm Auto-Built-Package: debug-symbols Build-Ids: 32a07691649ffd590e95bb12b25d396e2507e4d8 Package: gpgv Priority: important Section: utils Installed-Size: 891 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Replaces: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1) Depends: libbz2-1.0, libc6 (>= 2.25), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), 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.27-2+apertis1bv2022dev3b1_amd64.deb Size: 630792 MD5sum: 900394a5baba684b1accc06b8e3ccd26 SHA1: 0d6be2f3a9634bbe251fecc00a09a2740c5dd47b SHA256: a6834ab4890309309b34aac281c27c0264141dc2828f86086f3619605a2337c3 SHA512: 1e1fb67dcdf37caa6674cb1b2c0b36faf432f1f8ca6b4746c4287c14b58ae27fcbac826f28547efc7484720a9bca978b9d8d0fc1b711866e40336c720b524213 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: 615 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpgv (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpgv-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 568868 MD5sum: 64c25127ea9ad3176fdcf95d1074f134 SHA1: cec29c9785ae4f30b0bd622948d235663c55aed8 SHA256: 116e968bd292335ffe31f52e7f2c2e5d7e5fdc3413f13a2cea583f87a511ac4d SHA512: 21fabe8adc154a7392800b4e46e5286c184d41e17b0bdc4af090b5edab4ffe4dfdd8b9f4fa86f86a442f15a12bd99061985f9aca09ee1aca20bd98c51f364819 Description: debug symbols for gpgv Auto-Built-Package: debug-symbols Build-Ids: 0822acbb877b2eaaede57161049ba19bb7bc69f3 Package: gpgv-static Priority: optional Section: utils Installed-Size: 3017 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Recommends: debian-archive-keyring, debootstrap Filename: pool/development/g/gnupg2/gpgv-static_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 1358772 MD5sum: 7fcccfb4ffc18a2541df50854293ac51 SHA1: 9778e16ea28a2cddf2355fe9f916213f0e096c7a SHA256: b4b1495ee6219c53fec7ef79862e5325972eb3c7949972ac6af69c5ce77b92e8 SHA512: 6fc5e0fb2a58f50dc19aeaba165f6d9198bd0f0176d031065e461b8b888f0c6c078b9c0dd79db236d44039d973640861cfc831d5a4934c3404dc315e82cb6cbf 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: 785 Maintainer: Debian GnuPG Maintainers Architecture: amd64 Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpgv-static (= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpgv-static-dbgsym_2.2.27-2+apertis1bv2022dev3b1_amd64.deb Size: 610688 MD5sum: f8d72a9aa398f48fe8f8bd42440fb93b SHA1: 8a508bbab0d720ccfa24f17313897cda1a3ad0ca SHA256: f3783600f7d2656766a3dec8c6fcdbdb6b3f19e21f66b787cbd03641d952bd6a SHA512: f28845861f6a33d0a8474cfaebc09608ba3e975c669991794c33b71b544297eb215b42607e34cc8370d14452e99469a224cf60710c0360e330051639894a6f59 Description: debug symbols for gpgv-static Auto-Built-Package: debug-symbols Build-Ids: 43b4db34677ec5a7e9ff72eefde9c5a1fc4462a8 Package: gpgv2 Priority: optional Section: oldlibs Installed-Size: 447 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.27-2+apertis1bv2022dev3b1 Depends: gpgv (>= 2.2.27-2+apertis1bv2022dev3b1) Filename: pool/development/g/gnupg2/gpgv2_2.2.27-2+apertis1bv2022dev3b1_all.deb Size: 439068 MD5sum: 238241918b0767093a68edadeaedf0bd SHA1: eaaf1de342d76192a2d15dbdbe22e9740f5a567a SHA256: a475c2256b80c0426b12aaf7dcef1bfd506110ed5fc67dd02345be92c3903acc SHA512: 5b90877e6c5e41ff829616d1e9f86b4f48edc68ba133558d5919731bcb9ff3b37b2d00509e48ea9cb894c15dd1eb4de6ea91b66001bfa3e9c5b6fcf3dd02938e Description: GNU privacy guard - signature verification tool (dummy transitional package) GnuPG is GNU's tool for secure communication and data storage. gpgv is a stripped-down version of gpg which is only able to check signatures. . This is a dummy transitional package that provides symlinks from gpgv2 to gpgv. Homepage: https://www.gnupg.org/ Multi-Arch: foreign Package: gradle Priority: optional Section: java Installed-Size: 512 Maintainer: Debian Java Maintainers Architecture: all Version: 4.4.1-13apertis0bv2022dev2b1 Replaces: libgradle-core-java (<< 1.12) Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libgradle-core-java (>= 4.4.1-13apertis0bv2022dev2b1), libgradle-plugins-java (>= 4.4.1-13apertis0bv2022dev2b1) Suggests: gradle-doc Breaks: gradle-debian-helper (<< 2.0~), libgradle-core-java (<< 1.12) Filename: pool/development/g/gradle/gradle_4.4.1-13apertis0bv2022dev2b1_all.deb Size: 400928 MD5sum: 38b05a86c08d1907a1a867d512a5b5b8 SHA1: 54ac521665e7e277cef3d41c79fd1d304742681d SHA256: 86fdf6cb68d2c5acc0b6367377bcd44fbc0231eab57ccccc770605526ce371fb SHA512: 37215bbcac7e17ee9b158cd131ca0e5e28088c2d16fc1e20f5838cf548b0216cb16464c0164808bb5e60cfd3f7c8d35e50a8b318f6d32317735d057f81ef9881 Description: Powerful build system for the JVM Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. Homepage: https://gradle.org Package: gradle-debian-helper Priority: optional Section: java Installed-Size: 93 Maintainer: Debian Java Maintainers Architecture: all Version: 2.1apertis0bv2022dev2b1 Depends: default-jre-headless | java7-runtime-headless, gradle (>= 3.4.1-8~), maven-repo-helper Filename: pool/development/g/gradle-debian-helper/gradle-debian-helper_2.1apertis0bv2022dev2b1_all.deb Size: 25508 MD5sum: 3feb374a117ffe467743ba0d701ac495 SHA1: af4ecf8eb23eb4a746b7e8b02fe17a7b374da17e SHA256: 0025d4fd2c1ff42865d3f291a9f558ea87789249b01de265e92b61db2e9ec5e3 SHA512: 8fad6c38f90b4165d7353fea64df121af7711087e94b702d4650bf982c5548cec900972584244896f7af42a5d1d24153900f828196d5879cbc90f1c60f14123c Description: Helper tools for building Debian packages with Gradle gradle-debian-helper contains helper tools to ease the packaging of Gradle based projects in Debian. It consists in: . * a Gradle plugin resolving the dependencies against the system Maven repository (/usr/share/maven-repo). The resolver uses the same Maven rule files that maven-debian-helper and maven-repo-helper employ (debian/maven.rules, debian/maven.ignoreRules). * a debhelper class detecting Gradle build files, initializing the plugin and running Gradle in offline mode. Package: gradle-doc Priority: optional Section: doc Installed-Size: 32557 Maintainer: Debian Java Maintainers Architecture: all Source: gradle Version: 4.4.1-13apertis0bv2022dev2b1 Depends: default-jdk-doc, groovy-doc Filename: pool/development/g/gradle/gradle-doc_4.4.1-13apertis0bv2022dev2b1_all.deb Size: 1402184 MD5sum: 1758c617f3868b335e510399e65fd909 SHA1: 7d5fc145d7b185912fa06911bc55a191f482dea2 SHA256: ca8fed078685295f7df3315e8a7bb0aeffc82b84d6ab4117e7d374dfe6f16315 SHA512: 3f1e21c953cc7e1f5a8bc9a3c2c06fadb6a8e043dc86ee61ae1aaff8036fb86a5e07628c6617f313b019d64754b2bf0bffca3263f3a2fe93e1e6ff2c0a8b2da4 Description: Powerful build system for the JVM - Documentations Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. . This package contains Gradle API Javadoc. Homepage: https://gradle.org Package: gradle-plugin-protobuf Priority: optional Section: java Installed-Size: 50 Maintainer: Debian Java Maintainers Architecture: all Version: 0.9.2-1.1apertis0bv2022dev2b1 Filename: pool/development/g/gradle-plugin-protobuf/gradle-plugin-protobuf_0.9.2-1.1apertis0bv2022dev2b1_all.deb Size: 29772 MD5sum: c61a62d65b7d78cc8375b1446601401a SHA1: 473ec2cfdde41fbcc7da0a993544bc40c5db22e4 SHA256: fb23817e06514e257cb63f2698e3dbef95568c285942872c300359dc023dd69e SHA512: d9711d0d0bcf5be56596087190df71951eede974a04f1be469a7ad3deea002d62d6e9435e5c0d44a73e0d184665bc0033d2f9ee522b14f4425916e3a35690acc Description: Protobuf Plugin for Gradle The Protobuf plugin processes the Protocol Buffers files (.proto) in the src/main/proto directory of Gradle projects. It generates the Java classes and compiles them automatically. Homepage: https://github.com/aantono/gradle-plugin-protobuf Package: gradle-propdeps-plugin Priority: optional Section: java Installed-Size: 49 Maintainer: Debian Java Maintainers Architecture: all Version: 0.0.7-3.1apertis0bv2022dev2b1 Filename: pool/development/g/gradle-propdeps-plugin/gradle-propdeps-plugin_0.0.7-3.1apertis0bv2022dev2b1_all.deb Size: 26036 MD5sum: a3cc8b56a0a06a5116e2ff019af20a62 SHA1: a5c1e9c11cc368e4424df2420801d333e442abbc SHA256: 9dd8e818a73f5a6d33f63b1bcc209079180fe88de513d0ca2f44f3e4847bb65f SHA512: 0c314af6a783c774cc09111cceba2ea13916ad76e57ba86e08bdb28f9c3b6ea993ca3631b71ce4c2647cd45d6e51fd0bae2f025a5e9ae2af2611f7ee929227bb Description: Gradle plugin enhancing the Maven integration The propdeps plugin provides additional optional and provided dependency configurations for Gradle along with Maven POM generation support. Homepage: https://github.com/spring-projects/gradle-plugins Package: graphicsmagick Priority: optional Section: graphics Installed-Size: 5249 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1 Replaces: graphicsmagick-doc, imagemagick (<< 6:6.2.4.4) Depends: libc6 (>= 2.2.5), libgraphicsmagick-q16-3 (>= 1.3.5) Suggests: graphicsmagick-dbg Filename: pool/development/g/graphicsmagick/graphicsmagick_1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1_amd64.deb Size: 1015784 MD5sum: ba010f32b4e0354e9e958ea042e6d85c SHA1: 6f7896d41186487a3762c267054a9868e611b353 SHA256: 3d696a7e6cafa13663af95c7507d79343363619725b1612df1b7b5f1396c1c24 SHA512: 8c4502770865e710e446f95558f75064824db8affb2f22566f83afca7cbee28eb9be92116e683dc0b2c4bbbce75372bc6805ce111d24b2f47d05e01ff6427e6a 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: 4580 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: graphicsmagick Version: 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1 Depends: graphicsmagick (= 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1), libgraphicsmagick-q16-3 (= 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1), libgraphicsmagick++-q16-12 (= 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1), libgraphics-magick-perl (= 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1) Filename: pool/development/g/graphicsmagick/graphicsmagick-dbg_1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1_amd64.deb Size: 4180256 MD5sum: 637f23273d3171f0fa081d53c4bef2d3 SHA1: bcfaa67e8044c9f780cb47f28e239a5b21f11697 SHA256: 0f9405d55468a43197be38650d7ed4eae4c1d52f93d14b0da75e1ddd1435bf86 SHA512: 3b5b565843e14e2c649f16a5d20d84b73ff29b77cde374a5b60120b342d4942289f8a51eec834f51e8563650d9a4283b2080ab7a39111aaba45ac13c87d5f7d4 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: 1c40d949d4f7d684f759be6c14fe3f9bfe4022f3 571f099186fa9d196e6199202c060f3e121feffc 6d2f695474881c61c67b692ffd20d3c651c48f5e c948df0e17e9f4d80af3a4e227b99c2928a1457b d9330b3b1e084f59959126fbd921e1334cfcf502 Homepage: http://www.graphicsmagick.org/ Package: graphicsmagick-imagemagick-compat Priority: optional Section: graphics Installed-Size: 76 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphicsmagick Version: 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1 Replaces: imagemagick Provides: imagemagick Depends: graphicsmagick Conflicts: imagemagick Filename: pool/development/g/graphicsmagick/graphicsmagick-imagemagick-compat_1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1_all.deb Size: 38316 MD5sum: 6d59acbfd30c056893665e0912956af3 SHA1: 7e6423d16833a4d8d7e56dbfeaab77c0ffe30481 SHA256: 4cee1d911264b5d446e4c476057da81290f6a2aa08169148dd7d143f015d0f0e SHA512: 82cafdebdd16b3a3801303b2ef330e6958856b603f1057369ad13eaa774d8d1c2aa2e934f96aa6ccf610f90344f5018b1e97d2c6bddbf0e6f2cb1c3c063ae532 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: 85 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphicsmagick Version: 1.4+really1.3.36+hg16481-2+apertis0bv2022dev3b1 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.36+hg16481-2+apertis0bv2022dev3b1_all.deb Size: 41716 MD5sum: cdbd7f2d2a0380fac635fb5dd8a5546e SHA1: dc96a330616469597a877a786e5bf6af577b7d15 SHA256: f79d40f5c53ca20cbfc9aa46e2a3b982d3c0cc1eae13d2dd30f03184e9488a7c SHA512: bc0ef3c8ec675f9c9e90a824c6120d6bb959b58a663f51249189284fe5636c0aa9bdca814206554b514d35438ea0b4d4c212c21f4557a92c38226a13a9f940f9 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: 3097 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Version: 2.42.2-5+apertis1bv2022dev3b1 Depends: libann0, libc6 (>= 2.29), 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, libxmu6, libxt6 Recommends: fonts-liberation Suggests: gsfonts, graphviz-doc Filename: pool/development/g/graphviz/graphviz_2.42.2-5+apertis1bv2022dev3b1_amd64.deb Size: 635684 MD5sum: 8673ad4d9597672e639138dc75c1517d SHA1: 8ad0ddce8323b25504d56a31b1d4e77e2b37b816 SHA256: 59638009460d4e18d6bc956f0378e869c885668cc08c5cf83a118bbd4c48b5c5 SHA512: 176a1874c6657c4cc3fca795fde05f07c6c80a28383972cdb393cafb595a0ae22d147300d8b59fca27a4234d133074982d6c435576209bc9ac36bff7419d8b20 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: 2132 Maintainer: Laszlo Boszormenyi (GCS) Architecture: amd64 Source: graphviz Version: 2.42.2-5+apertis1bv2022dev3b1 Depends: graphviz (= 2.42.2-5+apertis1bv2022dev3b1) Filename: pool/development/g/graphviz/graphviz-dbgsym_2.42.2-5+apertis1bv2022dev3b1_amd64.deb Size: 1810624 MD5sum: 9736f033dfc19341e37f63e9e0a61e04 SHA1: 6e0ba7d42c95f0f003682543bac30a864332dcc4 SHA256: 15f568aeff3d69e02fef9c79ba138f6daabff40ce47658e9ad48e1be47e74a79 SHA512: 49b743c3597d2f7c4f712cfe65cae0b2fecb14f39fd4d5f3c509ed11cdb0f37ec4a15fa28b6034a00c0305b0a2bbaa0db5074373cf47789b25f5f98b7d9e74b0 Description: debug symbols for graphviz Auto-Built-Package: debug-symbols Build-Ids: 00ac986026b91e8d0c958a495faabcadbc63200c 05d86606e52d8550b0e7a95b78315322bc6b7afd 0714954e3e157510c3f337941dc02bbb95c9d229 1f1dd0fa8eeeeea6de5d7150c992a8bdb926064d 250965403f0dd4e0c8f88842151959812889b508 3ba31746c384e1120a73cea5aa3c73a14eb6218d 3db74ef764a0f98858f3c6bbb75b479d92dcf538 3e6a2a464b3c2cc98f557549fd6f9707d6df6f8f 3e88c58b22228dd8df17ff4ff846f9b2cf12c707 4cf437c57c206d0944699b35f8dbc393d70db3aa 537f872c2309d4db69ae62075a3a7d355a4f06c6 5d3b87e6c94ec8bff0126b3ae84344a43434edad 690ef486fc56c1fbfb0fd0336321c90b851bf8f1 7eb062ae8344db7e1681c17af9e5c6343b8b4adc 86378e253bf14e56e6a73ca9ab0ce7c2dcc2b234 9ec374791b2452e387e761d44edb3fa9852dd35d a1db51cdf1dbbb98d8f1702b4028a94a38fd3959 aaa3c9480bd9a03f751c7aeaf1f030fecc602e8e c45a5b8053af787b5ba704b35e607d34c4c607e5 cf8b846cc15cd1a3b1ca6a08664fbc6b7f7f7eb1 d1dc257dd1ab6551c0db624325509e4ac99d606d d2453ea632c71017311906200df074082e001e8e d6d5bea1134779f669f00eaff23dc8238f370ca7 e21fe9d307aa4b2c11630d807fa5919061756927 f40a759138f00caada6c581cbeb87406de609ffa fe27eb0611b564aa76f052fbc0f867d91c6392da Package: graphviz-doc Priority: optional Section: doc Installed-Size: 5427 Maintainer: Laszlo Boszormenyi (GCS) Architecture: all Source: graphviz Version: 2.42.2-5+apertis1bv2022dev3b1 Suggests: graphviz Filename: pool/development/g/graphviz/graphviz-doc_2.42.2-5+apertis1bv2022dev3b1_all.deb Size: 4450068 MD5sum: b1edb0af2d73de846a381b380efbfa8e SHA1: 0e557bb1fe634cb76fbc9be9e078080e61b21843 SHA256: de8210f7257b71a58dd86386229af2c1ecc7bc1f725f1a26de205bcd953320fe SHA512: a0b2badeb48b7149c7aed51769bfaf221d0ac4af5b27faacced196fe694baadfa8aaa446ea03cc4c63a0c56319bbe75e8aaa6084e29ce79e4d26bd2f638b8e65 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: 1091 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Version: 3.6-1apertis0bv2022dev2b1 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.14), libpcre3 Suggests: libpcre3 (>= 7.7) Conflicts: rgrep Filename: pool/development/g/grep/grep_3.6-1apertis0bv2022dev2b1_amd64.deb Size: 398172 MD5sum: 9addc0485639a49378412b948ab68a4f SHA1: a53f326157fe8273f45ca1582f0b1c629bc25de8 SHA256: 6a411ccd24b88167ffded080e09c9e786ab76fe455fc107346eac5682f6331f1 SHA512: cb05d33da31274b1116fa2d8da4ccade4ee7c2d8656a03e833fb25824d8215a8c2468515c7049b33fe9cf52835381c76afbd4f2f9b6a6713dac0875b33249a4d 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: 321 Maintainer: Anibal Monsalve Salazar Architecture: amd64 Source: grep Version: 3.6-1apertis0bv2022dev2b1 Depends: grep (= 3.6-1apertis0bv2022dev2b1) Filename: pool/development/g/grep/grep-dbgsym_3.6-1apertis0bv2022dev2b1_amd64.deb Size: 297408 MD5sum: 022bbfc067495cd78bb66b1360ba44c5 SHA1: d81c613cbf414999c0637991545efd7d96ad313d SHA256: 7bd8bcc91c34ebf52f596ebf61ba9be82e799a6949584ef19c77dae92982b21b SHA512: fbe6b94b88b8dd8f8ba6360ae5ddc38d25f993def6eebc1808b0c06c3a7896b2e37bbdd3d972e90d8971bb719d7cf5fa98ae4ba57245ebddd9213d344c9e9dc6 Description: debug symbols for grep Auto-Built-Package: debug-symbols Build-Ids: 3fb1411d9ceb7f0c00117d1104160b0962a5d641 Package: gringo Priority: optional Section: interpreters Installed-Size: 11090 Maintainer: Debian Science Maintainers Architecture: amd64 Version: 5.4.1-3apertis0bv2022dev2b1 Replaces: clingo, iclingo Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.0), liblua5.4-0 (>= 5.4.2), libpython3.9 (>= 3.9.1), libstdc++6 (>= 9) Recommends: clasp Conflicts: clingo, iclingo Breaks: aspcud (<= 1.9.0-2), clasp (<< 3.2.1-1) Filename: pool/development/g/gringo/gringo_5.4.1-3apertis0bv2022dev2b1_amd64.deb Size: 1859196 MD5sum: 07e2c7de4411e80627eae388d6f16890 SHA1: 80452b664a6a083834ecb6b2e463a4c33607b010 SHA256: 5e6cd7c1f361cb9ac569ec54349bcfaaf4a4fb37123c7445b7a89edcf739f847 SHA512: f421a15c70c01427eb6d8a793645c8c4a451684f3a94953b8efc93e506e1177d3610e419902aef19034c74023c3c8a9185183f25540c43b4eaca20110c957475 Description: grounding tools for (disjunctive) logic programs Current answer set solvers work on variable-free programs. Hence, a grounder is needed that, given an input program with first-order variables, computes an equivalent ground (variable-free) program. . This package contains the following tools: . - gringo: a grounder that, given an input program with first-order variables, computes an equivalent ground (variable-free) program in aspif format. Its output can be processed further with answer set solver clasp. Starting with gringo series 5, its output is no longer directly compatible with solvers like smodels or cmodels reading smodels format. Use lpconvert for translating aspif format to smodels format. - clingo: combines both gringo and clasp into a monolithic system. This way it offers more control over the grounding and solving process than gringo and clasp can offer individually: multi-shot solving. - lpconvert: converter between gringo's aspif and smodels format. - reify: small utility that reifies logic programs given in aspif format. It produces a set of facts, which can be processed further with gringo. Homepage: https://www.potassco.org/clingo/ Package: gringo-dbgsym Priority: optional Section: debug Installed-Size: 30561 Maintainer: Debian Science Maintainers Architecture: amd64 Source: gringo Version: 5.4.1-3apertis0bv2022dev2b1 Depends: gringo (= 5.4.1-3apertis0bv2022dev2b1) Filename: pool/development/g/gringo/gringo-dbgsym_5.4.1-3apertis0bv2022dev2b1_amd64.deb Size: 29456612 MD5sum: 09542b7d493c9229a8fa2873f28dd631 SHA1: a29ba066940754d3929cdeda83600071801cb510 SHA256: e6bc9b2195f89a076f39d64328a40a2af1f1d70ed2d824a187833d0e7fccafb3 SHA512: 2cc35db40b2fd301dc6ce19fee748674a847a181f41ff57b64dd6668f329c3bf49a96c8ce665b1d3cd4e614ae7c748658a522b35fe74ca403985ef4dfb5a0cb2 Description: debug symbols for gringo Auto-Built-Package: debug-symbols Build-Ids: 16d5760b1ed3b071e9883deeb9784bcafacec280 4967fe68c988366ce17c096d12eaa97349dd8cc0 664ee586c01c9e101e435d1c6e8c82301e1f853e 8abd4400683b73f44ad1114fd34420f2ac6cb6c4 d8ba164af4ff3b72db0f48e4c35d285e843d44f6 Package: groff Priority: optional Section: text Installed-Size: 11870 Maintainer: Colin Watson Architecture: amd64 Version: 1.22.4-6apertis0bv2022dev2b1 Replaces: groff-base (<< 1.17.2-9), groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Provides: groff-x11, jgroff Depends: groff-base (= 1.22.4-6apertis0bv2022dev2b1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), libx11-6, libxaw7, libxmu6, libxt6 Recommends: ghostscript, imagemagick, libpaper1, netpbm, perl, psutils Breaks: groff-x11 (<< 1.18-1), jgroff (<< 1.17-1) Filename: pool/development/g/groff/groff_1.22.4-6apertis0bv2022dev2b1_amd64.deb Size: 3985476 MD5sum: 508ca301614d927cac6fa6d611adb726 SHA1: c18c46fb534066378c1c98514b28b94b14fa9c26 SHA256: 8705e5cd88bb28e59c8b09f71948c8d0ea06886c9c4e718defb316471e806119 SHA512: f3d1de547bb87ba5b7b25e7339145688fbcde13eeb44562f3a7fd1515921e029654a36a946b4f5f6f03dc9b3299a4c78f1dd3b23a860abc013bf37690b3687ed 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: 3661 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-6apertis0bv2022dev2b1 Replaces: groff (<< 1.22.4~rc2-2), jgroff (<< 1.17-1) Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.0), libstdc++6 (>= 4.1.1), libuchardet0 (>= 0.0.1) Suggests: groff Breaks: groff (<< 1.22.4~rc2-2), jgroff (<< 1.17-1), pmake (<< 1.45-7), troffcvt (<< 1.04-14) Filename: pool/development/g/groff/groff-base_1.22.4-6apertis0bv2022dev2b1_amd64.deb Size: 936868 MD5sum: b89f615d7ec1c284968db52e2fb59089 SHA1: e643c8647addb7e1a078eb0a1ce14e2c59f297fd SHA256: e25e41a0e8e9255c6367749531b4f9f9f78b7228c0f18907bcd3b55d757d37cf SHA512: 03c094677df23012ae992132b82e4818a9ee4162797f4f3df225bbaba693a72b282f64ba85dbb5cd208029498609e2391fe1d8fb98385063afc846427cedfd79 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: 2259 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-6apertis0bv2022dev2b1 Depends: groff-base (= 1.22.4-6apertis0bv2022dev2b1) Filename: pool/development/g/groff/groff-base-dbgsym_1.22.4-6apertis0bv2022dev2b1_amd64.deb Size: 1927488 MD5sum: 1871ffe5bf126c93ede1a0d993afc04d SHA1: f298b5b8defc1bfabd93edcfed2f7ffafe69a24d SHA256: 1491b89a116ef6f4e2f875c68e9265d7b87f24e4cbe5a4085b3b54ca82b9138d SHA512: 8e4b27f50a32edb4017d3aca35b7b0723239431431ac6c4cce38f72a0a395aae2f5e399ae8db8abfa8b58a643637f5da24aa41897c4f6e05d1f0070002319f54 Description: debug symbols for groff-base Auto-Built-Package: debug-symbols Build-Ids: 02d600b0509322e9ba9137c21e7d791cdd27afe9 0447bad136ef7761e05baa2199aa8f6548543721 0625216fbfe9416ba860e2dca54d7d400f9bfede 1ac01371a78440c44b53d6a8ac2c2da5596cbfc8 3d12dd644ee74cd14b07f1ef6eaf2d99e8f74a90 725ebefbb580b2f2bdefb993aff8e2029fbb6eb3 82203dc5f37a9da68a01dc2106f63c6c7a8c27fe b471e6d19c89d4f658c33ff75bf4f3d01a8d8293 dc15f35c7468d8ce6c867408040dcb52538e89e8 Package: groff-dbgsym Priority: optional Section: debug Installed-Size: 1858 Maintainer: Colin Watson Architecture: amd64 Source: groff Version: 1.22.4-6apertis0bv2022dev2b1 Depends: groff (= 1.22.4-6apertis0bv2022dev2b1) Filename: pool/development/g/groff/groff-dbgsym_1.22.4-6apertis0bv2022dev2b1_amd64.deb Size: 1544776 MD5sum: d278d4109f75c8b1d6c0b08661b55cab SHA1: 5f0d7e6ae0c793e7a2978d936d21056599f7967f SHA256: f3e993a29b969944c6049ed84564dd488881f3cda7d71a00861c6686805edbe4 SHA512: 7ef22d95e51ccf7f29edf94a59320b2980842e6371d2d49a98c76db6cc800454179a46627a02c11fd98de74eca45540ec4bef340fd377589449d73e7dd64ad12 Description: debug symbols for groff Auto-Built-Package: debug-symbols Build-Ids: 10b4a761390951c4ca5ab634a02f6e2f3377f834 20b84f21e6239ac9ff7d49270577cf8613af4d2c 20d93229532d02399b5db0213816442fb0ec3b06 3042f45769167012280423547b29ad1ec42dd5da 32309012b4f3a87742c8ab3e39d7b2a19fd9c6d0 3b6e1161abf3463d2662b1db56aa1c2cfd3c883e 5aaedc1cfd9729a3a4a7ea773ecb9b457734381f 60f1ea31952906ac774fca8a491ebf9903a32ae3 671f30d0da5cb2b8d53207e6e073a8c46bf76aaa 67cb84ce9d7ee3002973e285f0180a1b8bd45fc2 6b14fb1aee2a60f98737d16e3f66c528ac6645aa bb91f1fc7096fe3fe0d39df5253575c43870874d c903f728420385309087225907b9d13b38eec3fc e6fb1261aa6165f50569e426f4ebda02e1852195 edab8d606c1a6a6729dca922e724a8d07ab9395f f3c715dbc4e2d308cd4b23347011dc576a12bd5b Package: groovy Priority: optional Section: java Installed-Size: 28662 Maintainer: Debian Java Maintainers Architecture: all Version: 2.4.21-1apertis0bv2022dev2b1 Depends: antlr, default-jre-headless (>= 2:1.7) | java7-runtime-headless, ivy, junit4, libasm-java (>= 6.0~alpha-2~), libbsf-java, libcommons-cli-java, libcommons-logging-java, libjansi-java, libjline2-java, libqdox-java, libservlet3.1-java, libxstream-java Recommends: ant, ant-optional, libgpars-groovy-java (>= 1.0~), libjcommander-java Suggests: groovy-doc Filename: pool/development/g/groovy/groovy_2.4.21-1apertis0bv2022dev2b1_all.deb Size: 12945600 MD5sum: f48721fe7c18635eb4a7974104ac8335 SHA1: e398a53f415fbddbd0a11e497d53170587b60be9 SHA256: dbc729bba161f8b41a049875d9ea470ff2fd0c2f69624f414982f614ce5043e6 SHA512: b9dc6ed06d5bc7310b31edeb1a49b0e833c283dd4aca89c46fbe13f5860fc538c590df07752aa8f7018ee4bb308207d9d204ab6d9e7db1a85f555b2fd9582dc1 Description: Agile dynamic language for the Java Virtual Machine Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. Homepage: http://www.groovy-lang.org Package: groovy-doc Priority: optional Section: doc Installed-Size: 122784 Maintainer: Debian Java Maintainers Architecture: all Source: groovy Version: 2.4.21-1apertis0bv2022dev2b1 Recommends: default-jdk-doc, junit4-doc, libservlet3.1-java-doc Suggests: groovy Filename: pool/development/g/groovy/groovy-doc_2.4.21-1apertis0bv2022dev2b1_all.deb Size: 3777056 MD5sum: 1efb83fe583bfeb79a00bdaf0ac915ef SHA1: 3eb2b620fc08c4b9114289aa1159e0b6531fd7c2 SHA256: c9ce23de22b63b5acf7dd265561a89653d3ce742614b37f8e1354359bf397d2b SHA512: 32e9e4c380374a15482cf8d4b032a13f22261447f2190cd983b030e5ed60c8d9c0f7ce90c862b42657e4b4c6d03b98f6d0bbc78eb7680eed8343d5e174bfc23f Description: Agile dynamic language for the Java Virtual Machine (documentation) Groovy is an agile dynamic language for the JVM combining lots of great features from languages like Python, Ruby and Smalltalk and making them available to the Java developers using a Java-like syntax. . Groovy is designed to help you get things done on the Java platform in a quicker, more concise and fun way - bringing the power of Python and Ruby inside the Java platform. . Groovy can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language such as for scripting Java objects, templating or writing unit test cases. . This package includes the Groovy API javadocs, and examples. Homepage: http://www.groovy-lang.org Package: grunt Priority: optional Section: javascript Installed-Size: 91 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.3.0-1apertis0bv2022dev2b1 Provides: node-grunt Depends: coffeescript (>= 1.10.0~), node-dateformat, node-eventemitter2, node-exit, node-findup-sync (>= 0.3.0), node-glob, node-grunt-cli, node-grunt-known-options, node-grunt-legacy-log, node-grunt-legacy-util, node-iconv-lite, node-js-yaml, node-minimatch (>= 3.0.0), node-mkdirp, node-nopt (>= 3.0.6), node-path-is-absolute, node-rimraf, nodejs (>= 6.11~) Filename: pool/development/g/grunt/grunt_1.3.0-1apertis0bv2022dev2b1_all.deb Size: 25572 MD5sum: 3ecf4ec7024d1b9e547b44cebc9d58ee SHA1: 2abb83f58371cd2301f76bd0829c7d6569e4b8b3 SHA256: c34230bf0e5cc4d485fa6b496cee9fa972d7322d5a20f0f06baa993ce88188e1 SHA512: b6292d3d631b31cc6d4ae26904a1bbc14d714232f3cf061c8345aa7b6b40033eea306bc563c406b337cc7a84e1a2908e707d4eaa167b2badad61689575387069 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: text Installed-Size: 4439 Maintainer: Masayuki Hatta (mhatta) Architecture: all Version: 1:8.11+urwcyr1.0.7~pre44-4.5apertis0bv2022dev2b1 Conflicts: gs (<< 5.50-5), gs-aladdin (<< 6.50-4), gsfonts-x11 (<< 0.13) Filename: pool/development/g/gsfonts/gsfonts_8.11+urwcyr1.0.7~pre44-4.5apertis0bv2022dev2b1_all.deb Size: 3125236 MD5sum: 9639c6e05224aaae28a13c563ad85e16 SHA1: a402444319a7e4580ee6513818cce86e4e3cdc92 SHA256: a591e072e8b5ad77c435927fbb08337d2e528234644edf5806204a02e20445b9 SHA512: 1d7c765b26dead699500fa5c19b74e28ab3f00c83966a59d73ef30afb8404727f70b6f294282fa469729bb4d0c326164a55fbf1ac3168c94695fe8ee18945496 Description: Fonts for the Ghostscript interpreter(s) These are free look-alike fonts of the Adobe PostScript fonts. Recommended for all flavors of Ghostscript (gs-gpl, gs-afpl and gs-esp). Homepage: http://www.ghostscript.com/ Multi-Arch: foreign Package: gsfonts-x11 Priority: optional Section: fonts Installed-Size: 95 Maintainer: Roland Rosenfeld Architecture: all Version: 0.27apertis0bv2022dev2b1 Depends: gsfonts (>= 6.0-2), xfonts-utils Breaks: gsfonts (<< 6.0-2) Filename: pool/development/g/gsfonts-x11/gsfonts-x11_0.27apertis0bv2022dev2b1_all.deb Size: 9340 MD5sum: 3edd01e3106923a09cc03af9fe025572 SHA1: 137b8e66745bd3ce93e262b3c080360798b23dac SHA256: e7ceaa2a9fe23dab468a750a219a6acb356c6a15f316033fb3f1f60e8747d283 SHA512: c186da9700289a822733671a1091846eb940082a55421e03b4ad85958572464547edbe8ad0698a046a287e16df197f42535bab1ceffae319b42e30c6323f6c67 Description: Make Ghostscript fonts available to X11 This package makes the 35 PostScript fonts from the gsfonts package available to your X server under their "urw" names and via fonts.alias with the official "adobe" names, too. . This package does not contain any fonts itself but allows one to reuse the ghostscript fonts as X11 screen fonts. Package: gsl-bin Priority: optional Section: math Installed-Size: 72 Maintainer: Dirk Eddelbuettel Architecture: amd64 Source: gsl Version: 2.6+dfsg-2apertis0bv2022dev2b1 Replaces: gsl Depends: libc6 (>= 2.7), libgsl25 (>= 2.6) Conflicts: gsl Filename: pool/development/g/gsl/gsl-bin_2.6+dfsg-2apertis0bv2022dev2b1_amd64.deb Size: 29616 MD5sum: e34ed5a23b166d4d0d6904680bfbbb23 SHA1: b4009cacf782a983847107d72491b878cb38ab24 SHA256: 47ffa30f9a43e90db6d7fd1a06217bd4c1673a2817cfacb25749ccf7f00d1425 SHA512: a0195423aac7f73039b26ba482f7aaa64db99ffbd95f725ad991fa0d6ee99f89db94c0b2d531f10071af44bbf58986a8b5043624634094128fbf28421c8b269b 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.16-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.48), libgstreamer1.0-0 (>= 1.2.0), libnice10 (>= 0.1.5) Filename: pool/development/libn/libnice/gstreamer1.0-nice_0.1.16-1apertis0bv2022dev2b1_amd64.deb Size: 26156 MD5sum: d0c814ad017a7bc53466a933f68d7812 SHA1: 1b929255dd94ada7a771a275c8d54ec18be50149 SHA256: 5a8cabc04a94e6420a956696f10d6da97a1f87344183799d82f000e2bd3cbdb4 SHA512: 51e309b4aae55b1b02c59e622f7b11b40d01febc9403b5f6a3a0f94c152dff2421daa1c27cff2e9891b6ffa0f06d49347e6873668961694abe021103e9acb625 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: 57 Maintainer: Debian Telepathy maintainers Architecture: amd64 Source: libnice Version: 0.1.16-1apertis0bv2022dev2b1 Replaces: libnice-dbg (<< 0.1.14) Depends: gstreamer1.0-nice (= 0.1.16-1apertis0bv2022dev2b1) Breaks: libnice-dbg (<< 0.1.14) Filename: pool/development/libn/libnice/gstreamer1.0-nice-dbgsym_0.1.16-1apertis0bv2022dev2b1_amd64.deb Size: 39696 MD5sum: 9f2341fd6b022dd5f1f7dce96a99f2bc SHA1: f3728ffe728f85582306e9093cc5863617c8b50b SHA256: 3ef1007758ab58f235402c0d00aca1afaf53ec627059feb34b6a7b5d73d60179 SHA512: 729c552d4c1ef9daf0d86aa9ab523015363e2632a75cee609cfc4eb2b406f5b63eebc1d011322b0e328bfd0caf001c0792ba6e7c54d497db3939fd13a654deb4 Description: debug symbols for gstreamer1.0-nice Auto-Built-Package: debug-symbols Build-Ids: ab32bd13e4c09afcd53df20dcb256bc6d44d4cb9 Multi-Arch: same Package: gtk-doc-tools Priority: optional Section: gnome Installed-Size: 3048 Maintainer: Debian GNOME Maintainers Architecture: all Source: gtk-doc Version: 1.33.2-1apertis0bv2022dev2b1 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-1apertis0bv2022dev2b1_all.deb Size: 328844 MD5sum: 197ffd4da66503635f5b34f82cb541eb SHA1: 06f85a8d2e30e83897df73dad7df62b28caf33e2 SHA256: b314a753ae0d4d284c28dc8136eaa7724ac7a2cd155e0bace756cd347b3f0609 SHA512: 49a435ec5dab7314e593f818df417fb12dce822396e75a93d20e9162638ff3aa7e42b5c723e48bf415cb1c8900e7541435e266a34382c980e93cefb73232686e 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: 124 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2022dev3b1 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+apertis0bv2022dev3b1_amd64.deb Size: 69788 MD5sum: 1cb979c3615e0252dc958d53ad88bd8c SHA1: 94856518b952e6faa3ce628d59bf59be1537e56b SHA256: 9187c7ef140a800dc5f40dae633aada453dbcac1b85cc988bdc4d185ace65ea5 SHA512: 39154410d4f8814c066ad25dfe86684f4799afe8a22863341398f3238a61e54c6b865140e9dee76224d17abce8edecb7b361418fbe01eece5dec02933018f8cc 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: 76 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2022dev3b1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2-engines-pixbuf (= 2.24.33-2+apertis0bv2022dev3b1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2-engines-pixbuf-dbgsym_2.24.33-2+apertis0bv2022dev3b1_amd64.deb Size: 59860 MD5sum: dfa17c7d53c65f4569034661f93c85a6 SHA1: 95f3b58210539b4297179ce46adbe512b9736527 SHA256: 7a51fd037bb2a89586bdf598d5c22fadc7bae279c3fd58610660ad5e633bcb73 SHA512: b64a695f64cf632ddf63dadba262b529018a8cee3adf065e8ee0299d7e80849cc60c61b119303781cdb84d0775e967f23e9f6ecba935a45d1c3a461e0be6a173 Description: debug symbols for gtk2-engines-pixbuf Auto-Built-Package: debug-symbols Build-Ids: 408d3f939201ddeb460e2a735595aff3d803b1ee Multi-Arch: same Package: gtk2.0-examples Priority: optional Section: x11 Installed-Size: 1037 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.4), 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+apertis0bv2022dev3b1), 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+apertis0bv2022dev3b1_amd64.deb Size: 284428 MD5sum: 95c3cfcda3b64e2736949196e7b1e3d3 SHA1: 5519885d3efb65c79d471ed767b50c73cd1cf86e SHA256: 869ffe537df13354d29f28d8e030d296a9275e3d8e3a85cf0cdbcb3ff1261a8b SHA512: 6bb16e3f7b4a3ce0053800ba386a3618852cfffea922d3d9a28cbc96fc4cab60ed2f8e3cbd11bb1123fad703d873ae2d251a1203e8f6f676605f193305961dd0 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: 228 Maintainer: Debian GNOME Maintainers Architecture: amd64 Source: gtk+2.0 Version: 2.24.33-2+apertis0bv2022dev3b1 Replaces: libgtk2.0-0-dbg (<< 2.24.31-3~) Depends: gtk2.0-examples (= 2.24.33-2+apertis0bv2022dev3b1) Breaks: libgtk2.0-0-dbg (<< 2.24.31-3~) Filename: pool/development/g/gtk+2.0/gtk2.0-examples-dbgsym_2.24.33-2+apertis0bv2022dev3b1_amd64.deb Size: 181252 MD5sum: af37219845432ee04fd7ad99be0138e4 SHA1: 031b4d2cc80a804b63a223af37fa12300dac4b47 SHA256: e70704b9ab8e21f995cf5f3958963958fd9e348c1423fdcac83e719edaf7b894 SHA512: c2471d102e3437b0a74b16e3fe60055eb1c789efe8d778b70c0b10dd61d0ed37e314c828cc73779591cfa4f5b30bb84dd72e422028279274e7da3bfbd3431527 Description: debug symbols for gtk2.0-examples Auto-Built-Package: debug-symbols Build-Ids: 7e91c1d7d1c251ed3ab0d29c48a91c7c92afb94d Package: guile-2.2 Priority: optional Section: lisp Installed-Size: 48 Maintainer: Rob Browning Architecture: amd64 Version: 2.2.7+1-6+apertis3bv2022dev3c1 Provides: guile Depends: guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022dev3c1) Suggests: guile-2.2-doc Filename: pool/development/g/guile-2.2/guile-2.2_2.2.7+1-6+apertis3bv2022dev3c1_amd64.deb Size: 26152 MD5sum: 30cfb69ae1ff20286ac7199fbdf53356 SHA1: da642f2ae7e13d43cc9da16030779c7ac7d97e28 SHA256: 370e23ea9f077ad34f8490b59b66ca35651939b72d79e6ef875ff3eed5b1b92a SHA512: 48331e82531bc9634bcfa361ed80624ee62175942441268625330a2877bbf064c4c8d174878ab58142b79d0404c89bc12ef053101fda92db58e6cd38522dd68d 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-2.2-dev Priority: optional Section: lisp Installed-Size: 3323 Maintainer: Rob Browning Architecture: amd64 Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022dev3c1 Provides: libguile-dev (= 2.2.7+1-6+apertis3bv2022dev3c1) Depends: guile-2.2:any (= 2.2.7+1-6+apertis3bv2022dev3c1), guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022dev3c1), 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-2.2/guile-2.2-dev_2.2.7+1-6+apertis3bv2022dev3c1_amd64.deb Size: 626964 MD5sum: 9eaf7c677065fa5186e661bd3eed9074 SHA1: 1ace6c0dcadd141a54cdf66b5ac0f9903615fe5a SHA256: 8dc107e69fe0d80e23de045c20ea506227629a07aa3a6ceecdefb37f5b1b1cbc SHA512: c88d18a2810c1aa2fabf93eaa44ca9194a64f7d0538c1e5a4f72f9f98d22ce4eeeff62acbac04b3fdadccaaaacdbe0456988ce5cbc4a98a12af31a2c06c3de9c Description: Development files for Guile 2.2 This package contains files needed for development using Guile 2.2. . 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-2.2-doc Priority: optional Section: doc Installed-Size: 943 Maintainer: Rob Browning Architecture: all Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022dev3c1 Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/g/guile-2.2/guile-2.2-doc_2.2.7+1-6+apertis3bv2022dev3c1_all.deb Size: 947280 MD5sum: 5c988e6863fd7590961fd20b9a70848f SHA1: a481d7e5fdf5776891427acc0b37059959b22d6b SHA256: 9032fbc25250b3f55142151b1dad40ce2046e1a6928f86e2161ba71bde0b82e9 SHA512: 8be156282966179c122775f5fc90062eaa3f416a6dcb1e42bbd3e7c3f7ec6d74040aa0afc2eeb50415f67b0812ab132ec5236dad63980881f9694fe485930943 Description: Documentation for Guile 2.2 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-2.2-libs Priority: optional Section: lisp Installed-Size: 44137 Maintainer: Rob Browning Architecture: amd64 Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022dev3c1 Depends: libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libffi7 (>= 3.3~20180313), libgc1 (>= 1:7.4.2), libgmp10, libltdl7 (>= 2.4.6), libreadline5 (>= 5.2), libunistring2 (>= 0.9.7) Filename: pool/development/g/guile-2.2/guile-2.2-libs_2.2.7+1-6+apertis3bv2022dev3c1_amd64.deb Size: 4988224 MD5sum: 2f1e852bb32ae350c76b2181445f2b4f SHA1: 670f58c1b17b4260b4c5e396989050e63d05f38e SHA256: b4b8c8df9df131cbcc9c644047200dc54ed92f5970e1af3ea0c60cd05b87f736 SHA512: 803fa5aeb1154d6918770deef49cd6f2bb6be32e6a742d6d5c8f638aef1500905e77e3d4e9c3002d5f43a130a51cef60f035efe34d6c706cefa8136cc3ea16dc 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-2.2-libs-dbgsym Priority: optional Section: debug Installed-Size: 1726 Maintainer: Rob Browning Architecture: amd64 Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022dev3c1 Depends: guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022dev3c1) Filename: pool/development/g/guile-2.2/guile-2.2-libs-dbgsym_2.2.7+1-6+apertis3bv2022dev3c1_amd64.deb Size: 1534548 MD5sum: db2859bf6759bc93ff015d5bd2817689 SHA1: 8b9fdccd67a2529536e8bab06d6ebd8ab2780c1d SHA256: fcdbc76d401781292ee8d02f8c71c551be94da59f315dfbd89e772233550d0e5 SHA512: 3507aa61e071e9fddfd914551f5c8ed5befe459e94af9c528a763b112628700a8da7cc3b33ff7814878ce0dee150a327b490fa8402d3350efa6db257dfd9b497 Description: debug symbols for guile-2.2-libs Auto-Built-Package: debug-symbols Build-Ids: 9baa3e11f5700c7d4e7ba87453defc0989ba24ea a0ccdec577c21ca253f62c5c53457ac3884230eb fa48a34dd3f859e6d41dc913f1fd7df04d0a94e7 Multi-Arch: same Package: guile-3.0 Priority: optional Section: lisp Installed-Size: 48 Maintainer: Rob Browning Architecture: amd64 Version: 3.0.5-4+apertis0bv2022dev3b1 Provides: guile Depends: guile-3.0-libs (= 3.0.5-4+apertis0bv2022dev3b1) Suggests: guile-3.0-doc Filename: pool/development/g/guile-3.0/guile-3.0_3.0.5-4+apertis0bv2022dev3b1_amd64.deb Size: 27200 MD5sum: 3dd2538f703b8cb36ceb33700b85c087 SHA1: e1ceb90b82ff4352de26e563d04a234bf8364f66 SHA256: c711078fe4d1aea01e811d96530aeffec8b095d5d358f820ad5b6709325cea59 SHA512: a3bea31097a3aa4bb8deade9cb3d3f9cf1869ce647d132d53238d0ff0a8587ee5faeb66374f976c8dbec8251c12ba573612576ba20cdb586a133fd6cfc6fa1e3 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: 3482 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.5-4+apertis0bv2022dev3b1 Provides: libguile-dev (= 3.0.5-4+apertis0bv2022dev3b1) Depends: guile-3.0:any (= 3.0.5-4+apertis0bv2022dev3b1), guile-3.0-libs (= 3.0.5-4+apertis0bv2022dev3b1), 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.5-4+apertis0bv2022dev3b1_amd64.deb Size: 636428 MD5sum: f1ce5935455d9b24e58e214fc7f57e67 SHA1: 61b64c77b4f41a1bf475d5d5daac6f112381f4b8 SHA256: 63edeb7114d0062f49eb6dca3d06eea325ae41d1ec6ebc820aa1ab8d9a28f687 SHA512: 245397c033330ca9c5f2e3d5b323c47ec6e2594e2ffc5010ce79df579fef6ba4f7b39508a0646b9399919bd8acf0e7ff841d29bf7ebaaa4597b504f453af3b62 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: 971 Maintainer: Rob Browning Architecture: all Source: guile-3.0 Version: 3.0.5-4+apertis0bv2022dev3b1 Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/g/guile-3.0/guile-3.0-doc_3.0.5-4+apertis0bv2022dev3b1_all.deb Size: 978372 MD5sum: a387234bacc0bf131359aab5e6429214 SHA1: 645d1a392cdbd79caa8c573a6f4f09ddc1c52978 SHA256: 270586c126a214957cc40e9f9b3e4eaac4afbc927373def2d113d0f607143d53 SHA512: 8cde9bf22921e6a25d04dfa83fa4d3406b8262720ea7ab4183c2043798125d659552fd9a2848cf13b435ab47a4aaca365333779578b62991eea8c9c05f7a2b39 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: 52054 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.5-4+apertis0bv2022dev3b1 Depends: libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), libffi7 (>= 3.3~20180313), libgc1 (>= 1:7.4.2), libgmp10, libltdl7 (>= 2.4.6), libreadline5 (>= 5.2), libunistring2 (>= 0.9.7) Filename: pool/development/g/guile-3.0/guile-3.0-libs_3.0.5-4+apertis0bv2022dev3b1_amd64.deb Size: 6409752 MD5sum: 35e70ca58dc4c1ad69e98a33e371cb9f SHA1: 4c4bd827503bebad65e681dbf7d60f534e125104 SHA256: c1380d2a0a3818a7a9e9fc1a00c271f19fe8f867cae15ec0bc81b9860f8e1d77 SHA512: 3598e717cf6b7059e073734113d3d95d5fb81f3443059e3d6c7c1254d84620e8cd573ed2498e865045606b408f0b613fcfc3d7f6e370d41ea35ca2c1f0fa42c7 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: 2143 Maintainer: Rob Browning Architecture: amd64 Source: guile-3.0 Version: 3.0.5-4+apertis0bv2022dev3b1 Depends: guile-3.0-libs (= 3.0.5-4+apertis0bv2022dev3b1) Filename: pool/development/g/guile-3.0/guile-3.0-libs-dbgsym_3.0.5-4+apertis0bv2022dev3b1_amd64.deb Size: 1937872 MD5sum: 3cb7a0b1b464114a55531342c8b39aa7 SHA1: fec00f25a9af79fae10f83b14f5507b06f407644 SHA256: 97cd7247ded754b5695ba6164c2dad0f4d856ea1766139ee7b2272b063cacf69 SHA512: 9f0c2893f7d956e13ac2e63c8cdeb8f40202a5fd5696210d1c88faf5db643a94a810a8ee102f6b6a3c3660a463b7dbfe18116d3f7bc98d2440ab9be02b1b00a7 Description: debug symbols for guile-3.0-libs Auto-Built-Package: debug-symbols Build-Ids: 1486bd798a8d74260b3cdcef44559c3606b712bf 9dd535f7327b8a0c2b03b3cdb571caa370550bcc f561a208dc6d40c7e2a499bd8f46c177cf257ad9 Multi-Arch: same Package: gulp Priority: optional Section: javascript Installed-Size: 717 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-gulp Version: 4.0.2-8apertis0bv2022dev2b1 Provides: node-gulp, node-gulp-cli (= 2.2.0) Depends: node-archy, node-arr-flatten, node-chalk, node-chokidar (>= 2.0~), node-concat-stream, node-defaults, node-deprecated, node-es6-weak-map, node-find-up, node-for-own, node-get-value, node-globule, node-gulp-util, node-interpret, node-is-unc-path (>= 1.0~), node-liftoff (>= 3.1~), node-minimist, node-normalize-package-data, node-orchestrator, node-parse-json, node-pinkie-promise, node-pretty-hrtime, node-semver (>= 4.1.0), node-set-blocking, node-string-width, node-tildify, node-v8flags, node-vinyl-fs (>= 3.0.3-2~), node-y18n, node-yargs-parser, nodejs Filename: pool/development/n/node-gulp/gulp_4.0.2-8apertis0bv2022dev2b1_all.deb Size: 116320 MD5sum: cb2f8b0e9ef7212c92f6eb5e7b0d58d9 SHA1: d1aa98fed9a246ed1bdde9ffb505db06fdce0365 SHA256: d9e0e6275ca105c5c9f1ffdfc6b503486c728b63040a674fed510468fc53765e SHA512: adb79a3b9f92cd12aecd09be8d4af8874b4c07311afd72a548b5f02d85b1b6dad28dfc5b059c880dfe991c6033aca3489414674f4e97486d605eea25c5bb2283 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: 34 Maintainer: Chris Lamb Architecture: all Version: 20.1.0-1co0bv2022dev2b1 Replaces: gunicorn3 Provides: gunicorn3, httpd-wsgi3 Depends: python3-gunicorn (= 20.1.0-1co0bv2022dev2b1), python3:any Suggests: python3-pastedeploy, python3-setproctitle, python3-tornado Conflicts: gunicorn3 Filename: pool/development/g/gunicorn/gunicorn_20.1.0-1co0bv2022dev2b1_all.deb Size: 18840 MD5sum: 9cf617934d0c6ecd7bd4da6df03e1754 SHA1: 03edc5089380519b8af0c235feaed5134ed17c81 SHA256: f10e15fb5cce0ab3cf32c9d0d53bb1b28cc10b0f5d6e01c81a172dd04e2af91b SHA512: da4a762542b12cd5b23a26e86e6cb9ee9246c479f845f5b2cfe617cce85e0a53352be3e023e5c9ae20fe1988f1503bef01f6468b7964251d6a6ad8786a702283 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: 131 Maintainer: Chris Lamb Architecture: all Source: gunicorn Version: 20.1.0-1co0bv2022dev2b1 Replaces: gunicorn (<< 19.0-3) Recommends: libjs-jquery, libjs-jquery-flot Breaks: gunicorn (<< 19.0-3) Filename: pool/development/g/gunicorn/gunicorn-examples_20.1.0-1co0bv2022dev2b1_all.deb Size: 31288 MD5sum: c50cfacee382e200d072e3849c17605d SHA1: c66046aaf135f7285516e061f4e3a074196d80dc SHA256: ffc2692309db3fb60082b9cd8a5bb307a18e022b89bee788aa7258690dfc8f7f SHA512: d03ebf4b78e9a0e98ceb7deefda82050d35a1f9e5ab9dbf4a139bb1221fc98004f034153126ef79d7dc6aab36b22d1dff812b8c77f8c550cf94596e3f59828e0 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/ Package: gyp Priority: optional Section: devel Installed-Size: 1165 Maintainer: Debian Javascript Maintainers Architecture: all Version: 0.1+20200513gitcaa6002-2apertis0bv2022dev2b1 Depends: python3:any, python3-pkg-resources Filename: pool/development/g/gyp/gyp_0.1+20200513gitcaa6002-2apertis0bv2022dev2b1_all.deb Size: 236264 MD5sum: f3e81d6d43358a6e03699cf06ff7e908 SHA1: ec8e89e4cffcc517b7ff5b11c240fae5b4bca083 SHA256: a9e4168ac18a83d9dc7fa66f6bff55019148f6a70657e3a8a4a9a592b77ee39e SHA512: 62d5e217c7037116d8ef0167e472aafed0b4c906f34bf6afdcdba6fa6af60c57abe0c66e0893c25f01eadd6e6479eeff342f4c48a3f9c60fe30821bfbd640369 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/ Package: gzip Essential: yes Priority: required Section: utils Installed-Size: 242 Maintainer: Milan Kupcevic Architecture: amd64 Version: 1.10-4apertis0bv2022dev2b1 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.17) Suggests: less Filename: pool/development/g/gzip/gzip_1.10-4apertis0bv2022dev2b1_amd64.deb Size: 131948 MD5sum: 086d63ed0d872dc36656db7e7593af43 SHA1: 72223bd8b60e61864a8194454416cecf39da236a SHA256: dd3f2684844e563ed1d3c5a9915848d4bb263047c7f7d64b47eb18e790b9d4c1 SHA512: 9ec0a73125279aa000ceca3ec5ab9b254ef6acb4135f22d708cb684063b1e09214fa7e7e42efc9cbdd2c360a803c6cba3e8d760be4aadd12c2492bbc2ec05c81 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: 127 Maintainer: Milan Kupcevic Architecture: amd64 Source: gzip Version: 1.10-4apertis0bv2022dev2b1 Depends: gzip (= 1.10-4apertis0bv2022dev2b1) Filename: pool/development/g/gzip/gzip-dbgsym_1.10-4apertis0bv2022dev2b1_amd64.deb Size: 106756 MD5sum: 10edcc852d7d6f6887ab6835c336ab9e SHA1: 59e49e06dcf39e025e89078a688970de128c528f SHA256: eb3acb52459d6877f66a03460527b7615ed0ddf0c51c01dcb07fa4b67eba57ca SHA512: a8d701ba107b20354c4c6b36a99587ba37f44040f992ecf45754eafc1ec24e88d960883f37a19d88acd77661277e353abe5e7fa8380b8ac3b928652321af9e92 Description: debug symbols for gzip Auto-Built-Package: debug-symbols Build-Ids: 2dbe5f2754ff7dd32724bcd00223fd4c8a8bcff1 Package: gzip-win32 Priority: optional Section: utils Installed-Size: 241 Maintainer: Milan Kupcevic Architecture: all Source: gzip Version: 1.10-4apertis0bv2022dev2b1 Suggests: wine Filename: pool/development/g/gzip/gzip-win32_1.10-4apertis0bv2022dev2b1_all.deb Size: 132380 MD5sum: a1eff0422bd98e3713b035aa608cfb16 SHA1: 1b782117780f8ff3b31c8179a32a299b424ff38b SHA256: fbd8616b974d3384a29080b42386da44eaccd5f23215dd66b1121944b1c5572f SHA512: cfa8cd50dd35a1a9bc04a9db7ab20b4210173b4ed2d54e36143aad27f04a02b7abc7a9b24eca0dbd2e256cd1e972b4f677d1ba42dc505588209507ca76fe1b0b 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: 1004 Maintainer: Debian Javascript Maintainers Architecture: all Source: node-handlebars Version: 3:4.7.6+~4.1.0-2apertis0bv2022dev2b1 Provides: node-handlebars (= 4.7.6), node-handlebars (= 3:4.7.6+~4.1.0-2apertis0bv2022dev2b1), 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.6+~4.1.0-2apertis0bv2022dev2b1_all.deb Size: 197376 MD5sum: 0d68881d3a43d88f39c4b3a9b599d26b SHA1: 80c512c4f368c74e3e8652f1f00560aaca8278c6 SHA256: d280a03b24e03ffcdf44cf46dd60432b4a113d02915f1ddbb8031e973acfc016 SHA512: 1d02ab9b17c11ee94826efc67cbfab67a152340aff675bb7ecf4d6322ae777a93ef6945cd46e8c183e7eca74dfdaf4057593682c7d595d6e6e92f39988bf6df8 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