Package: abi-compliance-checker Priority: optional Section: devel Installed-Size: 1317 Maintainer: Mathieu Malaterre Architecture: all Version: 2.3-1+apertis0bv2022.3b2 Depends: build-essential, perl:any Recommends: ctags Suggests: doc-base, icheck Filename: pool/development/a/abi-compliance-checker/abi-compliance-checker_2.3-1+apertis0bv2022.3b2_all.deb Size: 193024 MD5sum: ee8ea015e03800e1a9e22e8a2ef21d64 SHA1: 7d0de2ac73690284a722243e6c85f2f884e65384 SHA256: 1ee4ab381bc54ad82fcf7a2d9cce91cfc79f9c4e04c65c914d1830eabe672130 SHA512: f40ee2ff24b076d920a1a0a0878de2b6623c0283881d9b064901d5fb57e46a44eb61205f7ea7682bba14f897c3b471139f162f04f78fad4a4555fd449c213c15 Description: tool to compare ABI compatibility of shared C/C++ library versions abi-compliance-checker can be used to help reduce the possibility of an application crashing when the shared libraries it links against have changed. Signatures and data type definitions from two separate versions of a library are compared by examining the shared objects (.so) files themselves, and by analysing the header files (.h) provided for the two versions of the library and their dependencies. . Shared library developers trying to strive for binary compatibility between releases may also use this tool to detect if an any accidental application binary interface (ABI) changes have been introduced. . The checker may also be used for assessing binary compatibility between different Linux distributions. Homepage: https://github.com/lvc/abi-compliance-checker/ Package: accountsservice Priority: optional Section: admin Installed-Size: 571 Maintainer: Debian freedesktop.org maintainers Architecture: armhf 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_armhf.deb Size: 83792 MD5sum: 8c4ce8f45a550ea1c8c0d2f37b526171 SHA1: 6e499f1aa68563384251f6f1d68b4a57fb965669 SHA256: 7558980f698ee8a3b84f6adc70203b92470045a9a92b71c9f8af668b20e15eda SHA512: b32a3c2f9da98a7ae7176f16eaf9572bac2a816a201fd9a165dbb722b9c2591b48f479b68e371c605d75c69921e814a324c791a9dca5cd60ac361af14b99422e 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: 215 Maintainer: Debian freedesktop.org maintainers Architecture: armhf Source: accountsservice Version: 0.6.55-3apertis0bv2022dev2b1 Depends: accountsservice (= 0.6.55-3apertis0bv2022dev2b1) Filename: pool/development/a/accountsservice/accountsservice-dbgsym_0.6.55-3apertis0bv2022dev2b1_armhf.deb Size: 157692 MD5sum: 49f459b928b890d74f76ebb45e593a06 SHA1: f9bf970b7e59cf2f68a47d8b3168afe32e7516f3 SHA256: 626366bf088c7e0601668bab7a4a74dd199b65acb72201e8bd9deec49d1c326f SHA512: 2f008a3eec8f6c3167d6e946e9b44ab28989b99a181771f0c1e0197012813529a2f0f93281dc5c88e3ec5927c77d1c0727253f5ebb08c5d92b598d9e8674e3a0 Description: debug symbols for accountsservice Auto-Built-Package: debug-symbols Build-Ids: e5a1d0183d2bfee70d461d1762406295b0bd00c3 Package: acpica-tools Priority: optional Section: devel Installed-Size: 1751 Maintainer: Al Stone Architecture: armhf 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_armhf.deb Size: 746444 MD5sum: acbf64c6997d6e8cb9869872bc9c8437 SHA1: 0e89c8fcf290a03a9e6ea65c8434d9c7a33f9b8f SHA256: c4ce75e02f40e069150d99360dbd7987d63c26e4f79d2c48134ced8da7b90586 SHA512: f1ba6cf1293d341bf4168dab8dffac01010e08e265a8c45498a19b2c647a6ae6743b917c154c407f8a22bde5fc78fcc1da026387de70a41daef0a3fc66271991 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: 3262 Maintainer: Al Stone Architecture: armhf 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_armhf.deb Size: 2833480 MD5sum: 3f6c303b87b38c5d304ce3132edbe29b SHA1: 3571e71ec88ac9ef22693c23620e80762a04a02c SHA256: acbe36cd30e1326106e8fbca01a9bee475aeea5c0dc34b9bee21bceab00bb797 SHA512: 51b8a201efed87c7d05743280f16d296bc5a027246be9dbe02d5c28937085a0fbf42f8376bda6be40d9ec5ff68bb59a4e9e12405e9b6da04109d75ec7e18397f Description: debug symbols for acpica-tools Auto-Built-Package: debug-symbols Build-Ids: 0afeb371d9d802201a3ecc10ee0cde099e827901 19e792f2f08d64a0312ebf8d503820cc191e505e 58d54da362970685f5511dff548a7f23ea7b6952 7ed2bc5f73b18c13ce679ea0c1028049ee713ba2 bef4a20f1762aa58947e13b710f41c148d925320 d3bf68b2bd039a09e0621239ef0317501d22d4d6 eb6e6939481d6d44b807c782f9d264d7fd923b29 Package: adb Priority: optional Section: utils Installed-Size: 542 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Provides: android-tools-adb Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 10.0.0+r36), android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.30), libgcc-s1 (>= 3.5), libstdc++6 (>= 9), libusb-1.0-0 (>= 2:1.0.16) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Filename: pool/development/a/android-platform-tools/adb_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 221984 MD5sum: 3098c33589c0cd26c372d57225c0a251 SHA1: 48edfb1deee81ad94348ae64a5dd3e98a934d41c SHA256: 164fe8687bdb146b718a5a74919dc8c70d23952c8a809c9789e39cf29b906e4a SHA512: b963cdbf2477298fa814d4f7a1f5c09d0540b95e028a7227d39dc9b9003c074ef1b39c8e432372261cef0b0d31e12f8b7c9d42cdd0062cee9fddb2a09ab6bda6 Description: Android Debug Bridge A versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: adb-dbgsym Priority: optional Section: debug Installed-Size: 2668 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: adb (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/adb-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 1542584 MD5sum: 5f5c5afe9b151e13a7d39ff674fef97a SHA1: 74a8fd6471edc1e5c7b9daaa6a1d0f33492e3a72 SHA256: 3d8b229f00b5bf454e96aadadf575bac6ba42a77d229d4c67606a1a79e3ec39e SHA512: d8c149e45cb1dae6e0707eb034a48d70b107876212c3075df863236a97acf2a7f042ce3f0aa6242abd5692e52eaf0c25c8db5add6ea91f25bd24a47df859c6f2 Description: debug symbols for adb Auto-Built-Package: debug-symbols Build-Ids: a5f04518c7655ce54e903485780f2e38a8c0405c Package: adbd Priority: optional Section: utils Installed-Size: 438 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Provides: android-tools-adbd Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 10.0.0+r36), android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), libc6 (>= 2.30), libgcc-s1 (>= 3.5), libstdc++6 (>= 6), libsystemd0, libusb-1.0-0 (>= 2:1.0.8) Filename: pool/development/a/android-platform-tools/adbd_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 177952 MD5sum: c750cd50309adb1c755f20072dee46f3 SHA1: b0489f82296d5f056ac9a1ce66069e3ebf4913d7 SHA256: 5d4cfea151092d1bbc95739093b10314ac17e69d2494a5fd849d704133963653 SHA512: 0f7d1048286f125784a360dc76e0d7d5cdf738c3677fbffb1c075891e3c792275f6a78ef6907791b215396a55f04a4ad320cd80cf857ec016ac6baca9abf8487 Description: Android Debug Bridge daemon Android Debug Bridge (adb) is a versatile tool that lets you manage the state of an emulator instance or Android-powered device. It is a client-server program that includes three components: . A client, which runs on your development machine. You can invoke a client from a shell by issuing an adb command. Other Android tools such as the ADT plugin and DDMS also create adb clients. . A server, which runs as a background process on your development machine. The server manages communication between the client and the adb daemon running on an emulator or device. . A daemon, which runs as a background process on each emulator or device instance. . This package provides the daemon component. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: adbd-dbgsym Priority: optional Section: debug Installed-Size: 2336 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: adbd (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/adbd-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 1283488 MD5sum: 231c57073cde498393eb8291a7b0bdae SHA1: a8611b79e964202ec3548b497e189b0d5ca86826 SHA256: 8dcc64438f592489263070cc57b44036900f04e3683841b7df75fa96d2ea7549 SHA512: 518dba2da15d696c3ba973643fde9c8436586353a59419ad8d24bae6ffb6110d2a88868d0b3d3c275419953163dcf987d459f52fc177a88e343259de4203c6dd Description: debug symbols for adbd Auto-Built-Package: debug-symbols Build-Ids: 25853b753b92699e9fb455021b6c611a0b61732f Package: advancecomp Priority: optional Section: utils Installed-Size: 689 Maintainer: Piotr Ożarowski Architecture: armhf Version: 2.1-2.1co1bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/a/advancecomp/advancecomp_2.1-2.1co1bv2022dev2b1_armhf.deb Size: 168868 MD5sum: e55e6f5eb419423596d838838df4b51a SHA1: c5a5d2cdec6dbd8fc731e7a53e57eba5d59d4844 SHA256: 1ba20e110b2274065bda74846645cead338038f7fc3abaa9ea87776dec359371 SHA512: 541ada795fe3d276f68ceb72812499eb7f697b0bdc36a5c17e9dfc2867a3f9643deeb8ca41aca61ffa44090631ecc6e01cd4b3b7d8deec3480a429c554ae5db1 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: 2310 Maintainer: Piotr Ożarowski Architecture: armhf Source: advancecomp Version: 2.1-2.1co1bv2022dev2b1 Depends: advancecomp (= 2.1-2.1co1bv2022dev2b1) Filename: pool/development/a/advancecomp/advancecomp-dbgsym_2.1-2.1co1bv2022dev2b1_armhf.deb Size: 2176488 MD5sum: 4202daa2c39a02a299690cb5422f53c3 SHA1: 96477289692a62c4e9cfc00842ccf8002487072e SHA256: e8db9e471f0820a383fcd691b77c496009d0adae43f9ad96ef3d6840cc5d7307 SHA512: c44750b0efff5a3bc95353aeb2e53b8a948af1af8ec90947917d4b6480b3ce67df09dc61c7ca55a0c4ff7dd8b1cfa4f2f68d33ff20306dc8f3aa1c2f7045c899 Description: debug symbols for advancecomp Auto-Built-Package: debug-symbols Build-Ids: 38ae73d075f693cc937e3143cafe4dd8863e9cbd 465ec2b191d4b1476ccf43aee44fe1d160ae0ac6 51758425f013e2666113d76a047ea90c5118dda2 6b6dffd0c4d30e5e396eb048983c4b2cf8a964a1 Package: aeson-pretty Priority: optional Section: utils Installed-Size: 9230 Maintainer: Debian Haskell Group Architecture: armhf Source: haskell-aeson-pretty Version: 0.8.8-1apertis1bv2022.1b2 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10 Filename: pool/development/h/haskell-aeson-pretty/aeson-pretty_0.8.8-1apertis1bv2022.1b2_armhf.deb Size: 1476568 MD5sum: bf17a0ea4c4aafed4dd142e65a4000cf SHA1: 1b76fe8d91c668c00a5d52ec3ecce00bae56259c SHA256: ef93254c2ca437f4277f47f747589ecace84b8f26d3d2c157af0e279a82ac7e9 SHA512: 155bdcc1600f438fa77d92654c47bb4935d695d8cb19e8a80ca2837cdd999389cb4782bcc730a3d0ed768180a785558bf71f92d98ad61cc58698a2820752e894 Description: JSON pretty-printing tool The command-line tool reads JSON from stdin and writes prettified JSON to stdout. It also offers a complementary compact-mode, essentially the opposite of pretty-printing. . This is built on the aeson-pretty library; see also libghc-aeson-pretty-dev. Homepage: http://github.com/informatikr/aeson-pretty 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: 2746 Maintainer: Debian Fonts Task Force Architecture: armhf Source: afdko Version: 3.6.0+dfsg1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.11) Filename: pool/development/a/afdko/afdko-bin_3.6.0+dfsg1-3apertis0bv2022dev2b1_armhf.deb Size: 742824 MD5sum: f0004666ce58ac4f58044a29535cf9e8 SHA1: bf6e67978add61758c7ffd238a465e02f6f98412 SHA256: 14d52088e7ba6747ce2825e0396f1c4c221a0d2dac331aa1156bcc78d17520c7 SHA512: 3ddc715a8cef011f7cd614179203194c736d8868ff7ed6a49d93d885a0e5eb87eb55f18fec9280ee8517176c259cae97734b85d88a04489281b714fa42e57854 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: 4230 Maintainer: Debian Fonts Task Force Architecture: armhf 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_armhf.deb Size: 3965848 MD5sum: 73b4630734177a75472e539aa3ce55e9 SHA1: e13becc90d4296eb847231ddc290ed8bee252254 SHA256: 2e45fea11c167bddbcd4bf873c7fc52478eb08f8945c92c06512184237f1c62e SHA512: 425979af61cca998e6ac0018efd8bf9ff6a778b263e68b4d9be1e7ec65749dda7f46c769066f62302453225fa579e0a4fc99818645168538789526afd0524d21 Description: debug symbols for afdko-bin Auto-Built-Package: debug-symbols Build-Ids: 00a24b9c914f5cad1f676d3cc24f2092520eccec 07d4a6c97609f2c509b1c480dd223074f84dc1c1 437ad3e95dcc9f3af524cb077f3bded307fecaf4 47de136a225685dd9d046fa2f81ed5f3eee29794 4c0c14464cdeffdfc25848f73df7623becef7d34 51015ea325f0cefbcf6c9106932b3d7565ebfccc 8e1603dc731ed715e0107337b5be470eb09c3419 8e1edd562aceadd36b17038b8f77bbf03d4b40b5 c2351219e0221b33e3082bf8581ce32db58a3e4d 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: alex Priority: optional Section: haskell Installed-Size: 1910 Maintainer: Debian Haskell Group Architecture: armhf Version: 3.2.5-2apertis1bv2022.1b2 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10 Filename: pool/development/a/alex/alex_3.2.5-2apertis1bv2022.1b2_armhf.deb Size: 420964 MD5sum: d56e403040bfd4d79372e26106f048e3 SHA1: 1873758dab5cc1dfe7a304668721a021bd8cce20 SHA256: 9bad3cf57bc7d993291481c6043e7446d9851d638b782e33ce29007c44138443 SHA512: f5a5491ccb32407d72e846e3d325156adb887bfe4789d066d81d18c694d08fec4edf4ba15d8fdb9028bf9bcede7b4a140f99fd537dad68aff9d85c5cf376d48b Description: lexical analyser generator for Haskell Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tool lex or flex for C/C++. Homepage: http://www.haskell.org/alex/ Multi-Arch: foreign Package: alsa-utils Priority: optional Section: sound Installed-Size: 2002 Maintainer: Debian ALSA Maintainers Architecture: armhf 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_armhf.deb Size: 1036132 MD5sum: 62573fcf5d068a292bac0502f2ba7004 SHA1: 67e990c18c8aa976ca000964e028075c4d054c31 SHA256: e3f55832256fa424175b3f9d6d26ab0c712eab78b16322786fa0f84d5c24d196 SHA512: 9d8de2e0440629f3fce921028c01f74e0cc8fb49db5f4f97f004f71f31e3f0c889b6f30ec389a98f2fe1cf87d9705b2dd65de9c8c866968327c87b0cd2a286ba 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: 837 Maintainer: Debian ALSA Maintainers Architecture: armhf 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_armhf.deb Size: 634332 MD5sum: f750281e5fece46ea5fc627610cb8c91 SHA1: 1bea8d0bb84a75cf71b120d06fabcd947a2013e8 SHA256: 3770123a18e9d43488b1f3ddf925d8037c58505d99e014f003543220b232923c SHA512: 3dd0134fe3354a779438dceb563d002f0300f34eb07d3767fc9f2263676e126275cc8d2c3b64babbbcf518d5cab8c1027d48ce9771ff6ac0315fc6d1b6a52484 Description: debug symbols for alsa-utils Auto-Built-Package: debug-symbols Build-Ids: 000609caee35c5a3b163b4e697595175caab3779 059324f39ae1b869331f72c70f2772397e57e4d3 1fa48f2b14078e3655cece1c17fb1ac151cb66f1 258d89b69e69862db1b83e9ffda62d9d8734f450 275173e30fa6a19e189e23b96eca82d9d00c34c9 4b3be21a3ffed915fc5bd3f65ffb8807ebcdd0af 5c1ae2201843b9433ed953e7064902fe8b6cdf04 5efb37a9180ea4a6fbd76aeeb5c40b2d52f72bc7 7a72f1c1bdeed4bd7ddc6163c78a80c2806ec9d1 8aa7d577a3506e3a37b12c382bd81916418d2d62 96bee1c93bf255db800d116c67f8b26aee9441e2 a5c6521c1fe41f17bca5238e599290404d6d94c4 b7641e9d445cb024c5720aef6a7b41f15b24e350 d6a6805f43090842925d6e59aa1947342f80c6db ece99c7d1e11c3797cc0be43e2141b2b186d5cf5 f2ba8b3f82a1227b99434ba7e2837325dec4780d f7a705e6aead763e161c293aad8d285e4069a308 Package: amqp-tools Priority: optional Section: net Installed-Size: 104 Maintainer: Michael Fladischer Architecture: armhf 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_armhf.deb Size: 30988 MD5sum: c3d2c53e1c9034da53aebafcd78376ae SHA1: 5c6950798745ce6dda1fb19733cf9a6d569f99d9 SHA256: debf51f9167af48708b3edb249f7da48c1b2f1ebe5d3d74311e546ee78d7162f SHA512: b915cce1016f9a18e2a6abdedabfe576d54b1b6e0221d5e2a8eb50976b0884476ef568414a729743f815ac8af40139ad85c22b181061577667a73514d6a089db 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: 107 Maintainer: Michael Fladischer Architecture: armhf 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_armhf.deb Size: 53952 MD5sum: 405e496562aafccf4952e82011993a65 SHA1: 3bda84c3842dbd676310f9ded0fa849c8954880c SHA256: 9c4916380abaa40025eacb49cd89b5f442138b6ed21f34d7ee9e06ec52d9095f SHA512: 34779e701d864643edaf4215e44b73caf601587c1930221a36edf99b6c2c3906f763e2b9902ae4b1161301258a9e925c6fb79b01d0104b377654ccfaca12bfd1 Description: debug symbols for amqp-tools Auto-Built-Package: debug-symbols Build-Ids: 3f2a7b82d13132ce17651df74489d8378a940dad 72ed47c8addd1cfcef9f34063b4c53926a7cbaf0 848420d0e34c3829b0238823cbe32f7c1c67be9f 99ebfc0f4862bbd5f517a9ecff4d6ebbef9fee8f c2185c49ea35f040d75fac61c03f09d4ffa310c2 Package: android-libbacktrace Priority: optional Section: libs Installed-Size: 489 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), libc6 (>= 2.17), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.9), p7zip-full Filename: pool/development/a/android-platform-tools/android-libbacktrace_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 167024 MD5sum: aa58815e4e3caa641d7949d475f8267c SHA1: 88e86c7da3ff97d38ce7b7055d782773ca0cfcd9 SHA256: 556b953a7df9b6a0b463ddb3104c1034846fdadb2bb1361f06c7f0916a6d5fd7 SHA512: 4f12208a7504d92fe124ec0b86b0a63e80bebeeae7a3d0df29149f75402e77fbd4094f2486ea00a5505491fcce2084c7c4f3b447e67ad9805f9140acbec41571 Description: Android backtrace library Android backtrace library produce symbolic backtraces for making debugging easier. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libbacktrace-dbgsym Priority: optional Section: debug Installed-Size: 2090 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbacktrace (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 1107056 MD5sum: ba2ebc1d7bd44f7a22c6cd24ecb3c192 SHA1: d38b777f1c6c1060ec1c90236288a62cf2e3b949 SHA256: b1a6ba94c8ef1968b4eed9500b205664e9fc749e93676dc0544fa1056d205da8 SHA512: c70721877a446716f286354026050bda2ec2585e94ea3ec98a6b926dd6f74dda56a6509b7b03837b0edbcce5f2c72b1d3e7152cbcf9468753a801a474583bafe Description: debug symbols for android-libbacktrace Auto-Built-Package: debug-symbols Build-Ids: d310a7b6dbfad9985d50f2160c6b6db0982a46c1 Multi-Arch: same Package: android-libbacktrace-dev Priority: optional Section: libdevel Installed-Size: 130 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbacktrace (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libbacktrace-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 70016 MD5sum: 57ebe9de18870de224e279fcecb9f2f1 SHA1: 02c4c32032c4adcbd35b41e6ab0902ac66ba4ded SHA256: e674cea06551294a9ef20059e4467578a363d3c32392b691a7e73169cb878dde SHA512: 93e4dbec8f6c2df250d945f55fa8f17d16defa98b0cd8e6905e8897674d9292448d91fe619058f67019ca1cb05d4950873f94c77b617222a1539c86909872129 Description: Android backtrace library - Development files Android backtrace library produce symbolic backtraces for making debugging easier. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libbase Priority: optional Section: libs Installed-Size: 192 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-liblog (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.17), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/a/android-platform-tools/android-libbase_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 90540 MD5sum: 2119e0709ade701807adb7eeece99d2c SHA1: 8a583a42dec849d295edcbfe9f997b30b1c2d9da SHA256: 5e22614cb0ba4b3b69bce5b9f6e323a06ec8e334a761f2b4daae364a1c96bcd7 SHA512: 5b67506cca1fe0128a3abc69f118e9ac47800a42d758be3faeacb13621ba5afada334acf94ad11d77b79ee2c7b3ec38cf37d6f364c4cd3f154d605fb469ddeb7 Description: Android base library This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libbase-dbgsym Priority: optional Section: debug Installed-Size: 453 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libbase-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 214340 MD5sum: e34affbad8f33597aa87ad65ad7c7568 SHA1: e66e5c200a26258e765341484e8db1b8e41d22b5 SHA256: 17e778d33a1d24d5f8387171eb83deec922afdebf84ee7e5aa0c329cac966ee1 SHA512: 66d12c9b89a385bc11492fa4b69b27702bc947f18427a9700db3c4fee0aeb38a837bdef695a82217cce69a37078d46365c02cb6c3c699a20dc5bc2180e5ddf1a Description: debug symbols for android-libbase Auto-Built-Package: debug-symbols Build-Ids: bb5c051dc6a275122be422732341a4de2f1d79b9 Multi-Arch: same Package: android-libbase-dev Priority: optional Section: libdevel Installed-Size: 253 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog-dev (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libbase-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 90992 MD5sum: d1eecf3c2eb13725a8e7ebe224b6d493 SHA1: b93870346694921baa5857c431f221d8ff0c8454 SHA256: 8cafe6c1553085a3408cac1d5ffedd9a98b2ae2568b8fea24f457ca8758c15fa SHA512: 6f403dc3e7b8fbf1dabc10fece6d43de4f05968bb169b5028d05d8ef8e003cc01127f646c11c5f94db70510dd7e54afd1fd2820cdea1b8459d1e850ce7ee6c03 Description: Android base library - Development files This library provides APIs for basic tasks like handling files, Unicode strings, logging, memory allocation, integer parsing, etc.. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libboringssl Priority: optional Section: libs Installed-Size: 1073 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-external-boringssl Version: 10.0.0+r36-1+apertis1bv2022.3b1 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.3.0) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl_10.0.0+r36-1+apertis1bv2022.3b1_armhf.deb Size: 496052 MD5sum: 4ad77075aea3e4551e8408b506bb95e5 SHA1: b0174d2a71517cdb52baf24b4d641a4d1c781987 SHA256: c6526e131fecbbd591cad813ce7f8a0561b4d7eb97746e4b75e8ba41f8bd1f73 SHA512: 9467768103449ebad2f0c7dd7dfa8fb8576bf9d909f42893bb01de7d9985dc6bfebbbb654840f1aaea68a6d6395e0adadf8a544581e77e0b12e6be00bf3fda1c Description: Google's internal fork of OpenSSL for the Android SDK The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. Homepage: https://android.googlesource.com/platform/external/boringssl Package: android-libboringssl-dbgsym Priority: optional Section: debug Installed-Size: 3111 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-external-boringssl Version: 10.0.0+r36-1+apertis1bv2022.3b1 Depends: android-libboringssl (= 10.0.0+r36-1+apertis1bv2022.3b1) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl-dbgsym_10.0.0+r36-1+apertis1bv2022.3b1_armhf.deb Size: 2910060 MD5sum: d30ae92b30be3aeb970c27c023fddc62 SHA1: 8804e503de02ee803a82318324835dbff7bd7ffa SHA256: f0f71e9f1fb33493ad75e5a06c99f779e1f6710f42c8b20dce8a83a0208f908e SHA512: 79b208bbd4a67936fe57f919ecb5d1251508d141010564f399dac7f4c7f69103e241bc771fc4299b287245ae29af3e1eb6c8f2a0113c344ed9574d63f0efa07c Description: debug symbols for android-libboringssl Auto-Built-Package: debug-symbols Build-Ids: e2c6217e19d3a46bf5335a5c01427a4120924579 ef1199d81dc2938eadf7b60474cf77b701095b1e Package: android-libboringssl-dev Priority: optional Section: libdevel Installed-Size: 1280 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-external-boringssl Version: 10.0.0+r36-1+apertis1bv2022.3b1 Depends: android-libboringssl (= 10.0.0+r36-1+apertis1bv2022.3b1) Filename: pool/development/a/android-platform-external-boringssl/android-libboringssl-dev_10.0.0+r36-1+apertis1bv2022.3b1_armhf.deb Size: 196876 MD5sum: 7a088654a671001e9eba593df9fb8438 SHA1: 4c3cf255a4b1aa1a8c2c761968b5a0dc1d984269 SHA256: 666ae9ed5f4bd60e74a46e7fdc169254d4861c337ad9fcf01208c5835160df01 SHA512: d3823bab21ba5089a3a8ede14e4af408ae01fc505a81deb4d68d3cbe8ec63f5513a720b2c4ed1bb0a38970c142d942bafc648a25787a1e141cf6528de2efe4ad Description: Google's internal fork of OpenSSL for the Android SDK - devel The Android SDK builds against a static version of BoringSSL, Google's internal fork of OpenSSL. This package should never be used for anything but Android SDK packages that already depend on it. . BoringSSL arose because Google used OpenSSL for many years in various ways and, over time, built up a large number of patches that were maintained while tracking upstream OpenSSL. As Google’s product portfolio became more complex, more copies of OpenSSL sprung up and the effort involved in maintaining all these patches in multiple places was growing steadily. . This is the Android AOSP fork of BoringSSL which is designed to be used by Android and its SDK. BoringSSL is only ever statically linked into apps, and pinned to a commit version. Upstream has no official releases of BoringSSL on its own, so it must be included separately for each project that uses it. . This package contains the development files. Homepage: https://android.googlesource.com/platform/external/boringssl Package: android-libcutils Priority: optional Section: libs Installed-Size: 160 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), libc6 (>= 2.28), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.9), libbsd0 Filename: pool/development/a/android-platform-tools/android-libcutils_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 80604 MD5sum: 0676edc6d67d8ee53f6780ee41abfa8f SHA1: f24823a32eddcd69dda74f0c20b58171129fe6cc SHA256: bb50d80685bdaf7243780d1b2c322a4f294d52449f1f4137d82627f99d7e3637 SHA512: b0d26d15a67b5452823c4cbb045d9e3601caab16f71ba1ad04adc59fd493cb962e633c7aedb3544ab8c8d4786b502f558cdef8f06aa864f5170b747b1d8b35ee Description: Android utils library for C This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libcutils-dbgsym Priority: optional Section: debug Installed-Size: 117 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libcutils-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 56224 MD5sum: b476610ba27d125f1facb503e7fb7f29 SHA1: 18c02570a42201c11aec4dc2f3d854af8e75c1fb SHA256: d1179c3b58a4d6f6f07a319bd143d17431fb53f843a52f0fb46add4e0817629a SHA512: 8513ba935b4b262a19580b87ac6c0bde60a4f60c5b8283069a667d6a2677be312e00ad6fd18d4771c05df5645fc762906b22348cb13f06639c704b9586e7d65d Description: debug symbols for android-libcutils Auto-Built-Package: debug-symbols Build-Ids: dda23b86099b0f5b605f7396d83288cd87093fc6 Multi-Arch: same Package: android-libcutils-dev Priority: optional Section: libdevel Installed-Size: 194 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libbase-dev (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-platform-system-core-headers (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libbsd-dev Filename: pool/development/a/android-platform-tools/android-libcutils-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 80316 MD5sum: 57ab07a0d5d1ce50c56c23386e38c6dc SHA1: 5e13bfc2a5f1ec11f982633dab5e6ffd0bcb6db2 SHA256: 915474fec0f49ec8cb2ecaed14495486f2c702341d258d700285e6531eac6769 SHA512: 6307cfafa4451752f9ce4860d38202f254d24e0956dc1799b1739de9f46694485bf23b71ba6aec5af41d8a92274e27975308952ce00a94443a37af334f90c6eb Description: Android utils library for C - Development files This library provides common functionalities for android related tools. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-liblog Priority: optional Section: libs Installed-Size: 171 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.8) Filename: pool/development/a/android-platform-tools/android-liblog_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 85248 MD5sum: c4f315ae8842d7705b008adc85f41a61 SHA1: 3f054ebb77698bcec536b425a66a754ba85f686f SHA256: 37d059a6bb96d74f8ec9aca2f34dd64a0d1b4d936ceec353339358927cddb9dd SHA512: bd37a42b82a474116198e0f1e9c9375c23aaa250946967dda93729f5dc5441298daef2935ea274412185249250413b9e2a2037ef2a0e212804fe93efacdcb2d2 Description: Android NDK logger interfaces liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-liblog-dbgsym Priority: optional Section: debug Installed-Size: 224 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-liblog (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-liblog-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 125784 MD5sum: 16291aa37b54b7a6336bda22b6af1c64 SHA1: a439ea83615bdee0356acfaeea5fcd2fb9f76de3 SHA256: 19f6b275d1587e22a3fa822e3b69fe3a009e166828656eac7aceea7ee88a5dc0 SHA512: 3f7186eb18be3dd553caf1801b9c2daa92458698d77396a31d09d51848ca277e80bc7a7fa2718c382afc01cb6583fb859e7cb2de7035ab1215d0f956482d575f Description: debug symbols for android-liblog Auto-Built-Package: debug-symbols Build-Ids: 0c99ac176bdd519b8ed8c26c0af249315f41eeb9 Multi-Arch: same Package: android-liblog-dev Priority: optional Section: libdevel Installed-Size: 187 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-liblog (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-liblog-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 80920 MD5sum: 8cad9b2794feb8fba1a0f6154a0c5036 SHA1: 42138b4d55064168e38e0d03721f66600e7c6b01 SHA256: e9d8b9f20954eb5d1eab49a833568158a092eb7fd1186865801f9488ec70d7df SHA512: 670926709da7226d8e7e4357cc17c5d34052e810d591c5f2c772df43f8f2e729a19c4b1587e66992be981ac1ec86e71ddde759667f4c14c9823b6dcc13681b67 Description: Android NDK logger interfaces - Development files liblog represents an interface to the volatile Android Logging system for NDK (Native) applications and libraries. Interfaces for either writing or reading logs. The log buffers are divided up in Main, System, Radio and Events sub-logs. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libnativehelper Priority: optional Section: libs Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools Version: 29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-liblog (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 4.4.0) Filename: pool/development/a/android-platform-tools/android-libnativehelper_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 73396 MD5sum: 4f8cbd8af69b651227d1310afcd233eb SHA1: 24b35df7ea2d1d92a821dd4787e6643440ed0dcf SHA256: ef5fab2337bb62e6b4a8d06856e55c9e605b6aa6bb2dc1b35cf953b8f340c951 SHA512: b6eb16827e68bcee32b3504cc4e42d38c707175808dfe00ea090a207b78292fd0db0939d1874a6b23de57e289ee8b7ab62398dd3d4182cce8059cc9efa26fae1 Description: Support functions for Android's class libraries libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libnativehelper-dbgsym Priority: optional Section: debug Installed-Size: 144 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools Version: 29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libnativehelper (= 29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 62728 MD5sum: 2da9a686a383c2dbbf6df032eb34e471 SHA1: 5a12bac3d52edd98b9510d1ba010ab678971cac0 SHA256: 8efada76dba9f2a5b23d80d50721d46924f29b9bc464e5ed62410407f6a8e32a SHA512: dc435b2763123406551c8d6f3c89775e2014d08204ea6dbabfc19cf56a4da22750ba19cc28e7061f33c64bcd333fb46fb99e7f38f52bb5bafd8bad4a41802206 Description: debug symbols for android-libnativehelper Auto-Built-Package: debug-symbols Build-Ids: 4ef0c7f487ed6dd46c45984aaee41dc1323fe841 Multi-Arch: same Package: android-libnativehelper-dev Priority: optional Section: libdevel Installed-Size: 278 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools Version: 29.0.6-21+apertis1~v2022+1bv2022.3b1 Replaces: android-libnativehelper (<< 10.0.0+r36-3) Depends: android-libnativehelper (= 29.0.6-21+apertis1~v2022+1bv2022.3b1) Breaks: android-libnativehelper (<< 10.0.0+r36-3) Filename: pool/development/a/android-platform-tools/android-libnativehelper-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 92700 MD5sum: b446f2045bebf73145b32ecda11fb3a8 SHA1: 5a6d82d9159ea6eef47ff99bd04665fb5179b370 SHA256: 5c67c4c6e7c066ee3451a16d38ae14b58a2ca78905e3991fbf000fdb5ed42daf SHA512: 981d63b9b51f743e990fbeba0cd0d432a17e1526dc162b964a216f39e287b62881a5a269d49e40bc618641aaf6584827def9ae3c2ec817a602dc88ad0d766e19 Description: Support functions for Android's class libraries - Development files libnativehelper is a collection of JNI related utilities used in Android. . There are several header and binary libraries here and not all of the functionality fits together well. The header libraries are mostly C++ based. The binary libraries are entirely written in C with no C++ dependencies. This is by design as the code here can be distributed in multiple ways, including mainline modules, so keeping the size down benefits everyone with smaller downloads and a stable ABI. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libsparse Priority: optional Section: libs Installed-Size: 151 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.2.3.4) Filename: pool/development/a/android-platform-tools/android-libsparse_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 78268 MD5sum: 87614cb1b29e02e8b701e1711ee75241 SHA1: 65718002d5de3c50d9d003f50397b84059e7eaff SHA256: e0ee9a3d87acb1662c7d8f0f1cffbe4378cf968b4edf6eecc9e3d57bb66fadfa SHA512: 768629c1b31a172d1b423b6ae9367d9acce582b85f30d71f185f15f868ecddf03474dde7ab8a5969ab25198b59f28372c16ccaa4a2aff98f109560efe7feddbf Description: Library for sparse files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsparse-dbgsym Priority: optional Section: debug Installed-Size: 91 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libsparse (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 46112 MD5sum: 9c2af0a3fc788f5155e865f4b7e9d080 SHA1: 47b48a9aef63cdb04a49b3d0ff81430cf80e2567 SHA256: 37c25876b78cb81830cca8a2b5885dae1f9e08dbad5cf465f4ea98f5d3d46d94 SHA512: 5d70d6699b373539e716428b17036ddbe788c52a453cdd54f4838b89aebd575433e93e0a90b0906bcb5ee9db7aa1f870e1c29a2f48d2e2ca543c8447436a67b9 Description: debug symbols for android-libsparse Auto-Built-Package: debug-symbols Build-Ids: 595680c7ca7613f49b94f3d0d50087d2a1262087 Multi-Arch: same Package: android-libsparse-dev Priority: optional Section: libdevel Installed-Size: 127 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libsparse (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libsparse-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 68720 MD5sum: 6509dad16cdb3bdf4b49abfe333329e7 SHA1: 2136b9dec551f7756072174d8dc25f64f87a41b9 SHA256: 2aedc22f395c230e7d6b607d695771572e83df719b9d3a8966cf9a1c71d9c507 SHA512: 9e94222abc571b1772494aea12ec03d9ae5fa9fdd7d378e5211ff9c07bc0e1b517ee8eb32cea713c5b6ef0897240987761178094fd9409523eab68b52a003cf3 Description: Library for sparse files - Development files This library provides APIs for creating, manipulating and destroying sparse files. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libsync Priority: optional Section: libs Installed-Size: 129 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.4) Filename: pool/development/a/android-platform-tools/android-libsync_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 68028 MD5sum: be448ae30e0e214252888728c0726876 SHA1: dc592766d9740f6b09fd4e13760fb563e0fe14b2 SHA256: d4217ce433756fa3c9e96c3e4c3593fed3bc189baef587438f712ca8be38cf9b SHA512: d8e54fbb1274d2750a726c4821778e6714b6d122b3b1cb4aad032abd023ea05ad443f7a8eed55278d800f4404c0bfc83049fd191c5a6ac541bc794c4aaf4778b Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libsync-dbgsym Priority: optional Section: debug Installed-Size: 23 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libsync (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libsync-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 7576 MD5sum: a19c1f2a904d7d0a690ffdebcfc6d440 SHA1: 12b5f36f147062cd7c4269c698e8b3f2d0d16068 SHA256: e490f9022aab97527c8b13ef739b7c1021b7cb7ac3a734e82d77bbf59717fc70 SHA512: fc74128575574760230a194d0f296e4753dd638c2a03348a73d160166695f9f8333f374cd93d6623c776eee138f4a868f0711edce3c7dbc1c095d4c520fc3d1b Description: debug symbols for android-libsync Auto-Built-Package: debug-symbols Build-Ids: ec71dae5cab6865fc294aa9cb11fb180828f8451 Multi-Arch: same Package: android-libsync-dev Priority: optional Section: libdevel Installed-Size: 115 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libsync (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libsync-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 65780 MD5sum: 71de971f2e5d98bf20aaac51991c094f SHA1: f85c55dbbad4f3bcafa5cf850bf809511c7728c1 SHA256: 3730f88d01e56786fceb29c2538cad4dff3cdfc3632840593e253329142dc878 SHA512: 9fd87d9a646ac70234ea7a44b564631763a91245e295427dae5950a01459782fdc48c3076aaeb2073669552fb4960661b0a42f7ffad4b1962c1f635658777983 Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libutils Priority: optional Section: libs Installed-Size: 232 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbacktrace (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), libc6 (>= 2.17), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1) Filename: pool/development/a/android-platform-tools/android-libutils_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 102392 MD5sum: ea58ba7250f2dd887374313b136517c1 SHA1: e5676f640d852e3d728dba016df53bc1b1875e46 SHA256: 61c57d461e9d3aec97db7c2c7bbee12598ae525e7360f7a203a99e7793f9dc3c SHA512: 0cbc60a9209929174883219f2648b19e818af5a2f04dbc216830d5c9f9752fa77a51fdd54da425fa01770339b11ca47285c0617c01bd47a2e0e55364c40989ab Description: Android Utility Function Library This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libutils-dbgsym Priority: optional Section: debug Installed-Size: 423 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libutils-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 184412 MD5sum: 3b510f49e3b9407b49db47333b225747 SHA1: 4af9cebcf77bd151ada59a564ef7c4217a315496 SHA256: 0bd8ec6906d9dbdb5cb38b651be400f87b7194fdb50f6395c25652c0786145e6 SHA512: c2506f115b19725f2c7a012ce3f48df7bc4aa4ee9bc6df4847c2ccebfc711900370572cb8d2e99e0cc2e6d5419e4e5bb82bc7c720f7f1512e85d3e2ced2a7964 Description: debug symbols for android-libutils Auto-Built-Package: debug-symbols Build-Ids: 27921da7f90bb5299f718b48a280c963947e4cea Multi-Arch: same Package: android-libutils-dev Priority: optional Section: libdevel Installed-Size: 386 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbacktrace-dev (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libcutils-dev (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-platform-system-core-headers (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libutils-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 115452 MD5sum: 3be1ce6132d95954be98969cf4336e2b SHA1: 441a388ca1ab466f805d161b4ef5b692209cef52 SHA256: 4c3dda2b6323a71c82bcc6db6d8733e7d7dfd783bfce334747ef6426439022c3 SHA512: f3de1c0a1faec2ba8b5c13c5b9f650ff22328ba8397ef62a1b9b6a4e39b89f82b5f952834b9b228c8426e1ae485e6202ed31f3f8a8b3afb8a226b75140dc671b Description: Android Utility Function Library - Development files This library provides miscellaneous utility functions. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-libziparchive Priority: optional Section: libs Installed-Size: 171 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), libc6 (>= 2.11), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Filename: pool/development/a/android-platform-tools/android-libziparchive_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 84404 MD5sum: 599fafc27f79947ce0052fbdf662b829 SHA1: ef2dce7b0a0c23ebabc6bcd62d40687fb3de6f14 SHA256: 6848fa936b1d693fc4b8382148fd5bb474f0f72035f163719d9c833c7eaacbbf SHA512: cdb7a008962584b4ca2e382afee2b8cde34c21e39d35a44574989b73eccf396bc2fab37075202116fd484f10c240e7797fd92bd44d871b8590ba5bde34137735 Description: Library for ZIP archives This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: same Package: android-libziparchive-dbgsym Priority: optional Section: debug Installed-Size: 174 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libziparchive (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-libziparchive-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 96048 MD5sum: 6f22123f1dea470a12ed10459b908b94 SHA1: 07cd854c9faf6c788b628e2913dbf5f4ca8decdf SHA256: 4dd1262ded45388fcebef85bfec2e4e4aff25c339d3b2d5b91a74bb2586f649b SHA512: 7500894670b638b44d01729c61a89c6522474a122f73cadd75d3c25d081707af4acc8ce4a76c9d15b97866d3702aba59aeba96b43f702f607bb212476441230e Description: debug symbols for android-libziparchive Auto-Built-Package: debug-symbols Build-Ids: b657b0a8c75660f0061ef9169b488a9256f53c67 Multi-Arch: same Package: android-libziparchive-dev Priority: optional Section: libdevel Installed-Size: 132 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-libziparchive (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libgtest-dev Filename: pool/development/a/android-platform-tools/android-libziparchive-dev_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 70636 MD5sum: 8fea7dd28a6ad2d64b1e14a1d585c6c5 SHA1: f2129a09d8cd94e917426807f92e1306f4786af3 SHA256: 8c08ffa1d0b1bf23eddb4675c0721877e11c3532a4d0f9dd3efed24762d45d8d SHA512: 32d1323c5533550661803ab9a186f642baf008c5846edb11ef0db59315b3ebb4eef1530bca8a74cafe94f34e165398d441a04ba9daa8086299d8cdc595abb586 Description: Library for ZIP archives - Development files This library provides APIs for creating and manipulating ZIP archives. . This library is only used by Android SDK currently. . This package contains the development files. Homepage: https://developer.android.com/studio/releases/platform-tools Package: android-platform-frameworks-native-headers Priority: optional Section: libdevel Installed-Size: 598 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Filename: pool/development/a/android-platform-tools/android-platform-frameworks-native-headers_29.0.6-21+apertis1~v2022+1bv2022.3b1_all.deb Size: 138040 MD5sum: cde5c0bc93be069581a11161b75e5892 SHA1: dbe46d3b62ac9f866dd3316a01167fca7bae7770 SHA256: f09f873f9485f8c4d66ff88909583f8a1a8ad1b46584997f76eb8ed54d6ca612 SHA512: 454b305433ce85f98e565da22bf6551bacf480c3c86c9a6f5336f835fb7fe800c1779e63d531c312f7ea1d1ae6523801869600a34501ee7454b1912624f3e7b8 Description: Headers of android-platform-frameworks-native This package contains headers in include/android in platform/frameworks/native Consists of all the header files ranging from asset_manager.h to window.h. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-platform-system-core-headers Priority: optional Section: libdevel Installed-Size: 298 Maintainer: Android Tools Maintainers Architecture: all Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Filename: pool/development/a/android-platform-tools/android-platform-system-core-headers_29.0.6-21+apertis1~v2022+1bv2022.3b1_all.deb Size: 93904 MD5sum: 739736117bf3e48bfee4d6b1ed1cb173 SHA1: cd3682da9708a000a99b938300db4589f0db2fb2 SHA256: 45a5bb17057f167f93f76cd0237d28216c6ddda71e3eca6373b21c253efdebee SHA512: 0024e6ec873943e6948b19f555cb016421bf4d9336e6b3d5868b54b976238b69a7dfce56b6a34c014124638bad0dbe36993777d5f4debdf7ed1a1fbe1722a4e9 Description: Shared headers in AOSP repository platform/system/core This package contains header files in AOSP repository platform/system/core that do not belong to any specific libraries but used by other programs. . This package currently contains headers in include/private and include/system. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-sdk Priority: optional Section: metapackages Installed-Size: 35 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-sdk-meta Version: 28.0.2+3+apertis2bv2022.3b1 Depends: android-sdk-build-tools, android-sdk-common (>= 28.0.2+3+apertis2bv2022.3b1), android-sdk-platform-tools (>= 20), proguard-cli Recommends: gradle, default-jdk-headless Suggests: android-sdk-platform-23, maven, proguard-gui Filename: pool/development/a/android-sdk-meta/android-sdk_28.0.2+3+apertis2bv2022.3b1_armhf.deb Size: 5916 MD5sum: 46f7e897083e6957c5b8330b8c1aa571 SHA1: 3eb7693d7b08baa052ae89e634141a1a73f52229 SHA256: 90648625b1a70f9bf4e88ddb93b5396c7cc9fc7524d8c54b3d922280bcdc418f SHA512: 8bbf5313107cdd26152a8957e6ab5b0f54747fcf5e35d074a43e5e40bf7884fb86110dfbba76e974e0da653ea8cdd9882d2025b64ba8bf7e661ce182b09ed794 Description: Software development kit for Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This metapackage pulls the entire Android SDK. Package: android-sdk-build-tools Priority: optional Section: metapackages Installed-Size: 17 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-sdk-meta (28.0.2+3+apertis2bv2022.3b1) Version: 29.0.3+3+apertis2bv2022.3b1 Depends: android-sdk-build-tools-common (>= 28.0.2~), aapt (>= 1:10.0.0+r36~), aidl (>= 1:10.0.0+r36~), apksigner, dalvik-exchange (>= 10.0.0+r36~), dexdump (>= 10.0.0+r36~), split-select (>= 1:10.0.0+r36~), zipalign (>= 1:10.0.0+r36~) Filename: pool/development/a/android-sdk-meta/android-sdk-build-tools_29.0.3+3+apertis2bv2022.3b1_armhf.deb Size: 5104 MD5sum: 60f6a9970e6c272d21b3ed94f2503218 SHA1: 96e98ed0ee6798a96f0aeb72ba099cc0963eaf0c SHA256: fb1e247d0059d9e92a683a5cefd20ff47e393081ab00ebc9605c7063b35b9a4c SHA512: 5aedc9e9c1424031f591652849cad4eb7295693c2ac5db30b831008085884663c445d48b359b0d2febe2ea9235461d4f024c5c4161520fb5ea6c6cffef0ee9ab Description: Tools for building Android applications The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package pulls Android SDK Build-tool. Package: android-sdk-build-tools-common Priority: optional Section: devel Installed-Size: 22 Maintainer: Android Tools Maintainers Architecture: all Source: android-sdk-meta (28.0.2+3+apertis2bv2022.3b1) Version: 29.0.3+3+apertis2bv2022.3b1 Filename: pool/development/a/android-sdk-meta/android-sdk-build-tools-common_29.0.3+3+apertis2bv2022.3b1_all.deb Size: 5776 MD5sum: 72e27dcd54b1e03f925087f5cb499c5b SHA1: 34286d95acc4a24d319b0d95928cc2c4fb90297b SHA256: 5b5477688a4e159e00ae4d202fddb818a049768c2d4791391ac5a9fd2fd60b8d SHA512: b91a3e74866da4041ba49e6ec0b7015f1cf911c551191506bd54f118df26f1646a60bb288c436a79058c70fc2a67d48b1364cca55fc80590fa6e06ef3bd0f5da Description: Tools for building Android applications - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Build-tools is a component of the Android SDK required for building Android application code. . This package provides common files of Android SDK Build-tools. Multi-Arch: foreign Package: android-sdk-common Priority: optional Section: devel Installed-Size: 27 Maintainer: Android Tools Maintainers Architecture: all Source: android-sdk-meta Version: 28.0.2+3+apertis2bv2022.3b1 Filename: pool/development/a/android-sdk-meta/android-sdk-common_28.0.2+3+apertis2bv2022.3b1_all.deb Size: 7376 MD5sum: 873333dee4daeab4153e94e3d256c981 SHA1: 6c9661122d8417cacbc10f4ce1564dbede6ef9d2 SHA256: 646356b41e2eb97ce36d1d4199bca9441955599e3d6b34b34db7f83c625c01b9 SHA512: 60068abbfb73b9e95a501d79018d6f30841142d57f0c9ce00f3575221b5c739041570c453e9435a144dabe5048e7eb283c103b925b01b626ae050ca0739a63d7 Description: Common files of Android SDK base toolset The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . SDK Tools are platform independent and are required no matter which Android platform you are developing on. It is the base toolset of Android SDK. . This package provides common files of Android SDK Tools. Multi-Arch: foreign Package: android-sdk-libsparse-utils Priority: optional Section: utils Installed-Size: 154 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Replaces: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Depends: android-libbase (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-liblog (>= 29.0.6), android-libsparse (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.1.1), python3 Breaks: android-tools-fsutils, append2simg (<< 1:10.0.0+r36-1~), img2simg (<< 1:10.0.0+r36-1~), simg2img (<< 1:10.0.0+r36-1~) Filename: pool/development/a/android-platform-tools/android-sdk-libsparse-utils_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 69616 MD5sum: d2aec9e0c458807d89d7291635baf1d4 SHA1: bdb325eb13dd556bde1d60ff71d7df9f03c8ded8 SHA256: e2d4d0326e82e8baaaf33859c6566f45b58cb68fb04183b152b36b51b4a6f257 SHA512: ec45ba5444c97ad0ec54879baaea3325033705ea4edefd89eb5f1bdaa7152af31c8f452b0431a261d8f035440a28f3fcbbbeffb23ed386b4c65ab1fb2d40581c Description: Android sparse image creation tool Command line tools to create sparse images for usage with Android devices. Includes simg2img, img2simg, simg2simg, simg_dump and append2simg tools. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: android-sdk-libsparse-utils-dbgsym Priority: optional Section: debug Installed-Size: 59 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: android-sdk-libsparse-utils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/android-sdk-libsparse-utils-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 17448 MD5sum: 9c38fcfe8c576d4ea168d3c912c3cb80 SHA1: 20783ff9abc25061142704fd9e4c64624f76e4d9 SHA256: 46f699d324a01173b1e78daa5dd9df79725505e62da73f2e0657aab4cb8d2bf8 SHA512: 70d3505367160ca7317de0b5199b536e945492018ec2e4bde5d6539c7fd858c6764c39c03aab8af607801796a2fbef6c6a07f28d8910a3ac6e669b703b33430a Description: debug symbols for android-sdk-libsparse-utils Auto-Built-Package: debug-symbols Build-Ids: 3339b2c6f0508fffb8e0dcf5f1b8a5a0b62a7f40 938a9a8a2072f7ed4f95d29e36d8438f50b6a6c7 a18353a89b09b8823eaa0c48fb50a88a471798d1 f07dd9e9ed2ddc3b91932ac28984ea8c7edcdd15 Package: android-sdk-platform-tools Priority: optional Section: metapackages Installed-Size: 24 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-sdk-meta Version: 28.0.2+3+apertis2bv2022.3b1 Depends: adb (>= 1:10.0.0+r36~), android-sdk-platform-tools-common (>= 28.0.2~), e2fsprogs, f2fs-tools, dmtracedump (>= 10.0.0+r36~), etc1tool (>= 10.0.0+r36~), fastboot (>= 1:10.0.0+r36~), hprof-conv (>= 10.0.0+r36~), sqlite3 Filename: pool/development/a/android-sdk-meta/android-sdk-platform-tools_28.0.2+3+apertis2bv2022.3b1_armhf.deb Size: 5448 MD5sum: 1776cef935904d9dd4070ed35ad63bc0 SHA1: c64c62a2cf8e9c6a10b6daa9c4424f490f4e3760 SHA256: 9c01d99c4a149901a83390ef34c1a63546011b9d3341328b029c706616592275 SHA512: 7fd2497fe3e786624820180123ff2d5bd8a0f3a009f63387747d054339c4f2fc9765ca5da424e2de6e47360fe1dc423d1081721d6deba1a91db484ba26eac9d8 Description: Tools for interacting with an Android platform The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package pulls Android SDK Platform-tools. Package: android-sdk-platform-tools-common Priority: optional Section: devel Installed-Size: 40 Maintainer: Android Tools Maintainers Architecture: all Source: android-sdk-meta Version: 28.0.2+3+apertis2bv2022.3b1 Filename: pool/development/a/android-sdk-meta/android-sdk-platform-tools-common_28.0.2+3+apertis2bv2022.3b1_all.deb Size: 8380 MD5sum: 1bf4454d7ba6ec72d0f4eb8e5fa973b8 SHA1: f9c3f58378c7005ebaeec253de43e2f2c7f8e1cf SHA256: f94bb2f0dfa06e776c1f9f58380790b39b009da12545790dfcb0fb6cae32f8e9 SHA512: f0f17d638e6b3d1c4c3e33bfdd7ff1a03ccd0f8aac78d3aa8d97d927198ba672ff4def33a115f98a09f14df236b5e93ef9e4e4137ed53f39d17b80480915dc53 Description: Tools for interacting with an Android platform - Common files The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into 3 groups: SDK Tools, Platform-tools and Build-tools. . Platform-tools are customized to support the features of the latest Android platform. . This package provides common files of Android SDK Platform-tools. It also provides UDEV rules enabling adb and fastboot to work without root access to the host machine. Multi-Arch: foreign Package: ann-tools Priority: optional Section: math Installed-Size: 101 Maintainer: Debian Science Maintainers Architecture: armhf Source: ann Version: 1.1.2+doc-7co1bv2022dev2b1 Depends: libann0, libc6 (>= 2.29), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Filename: pool/development/a/ann/ann-tools_1.1.2+doc-7co1bv2022dev2b1_armhf.deb Size: 34136 MD5sum: 01acd1341ed906eef40df7d7192ec58a SHA1: fa47ae9af1407789a6998e9249b2f0151e33e840 SHA256: 1e90d0979a69a0b82fa7ce17ba49308a576e4076c2d56b90152ea58cbf99d928 SHA512: 285196511e6b3db8ffc222118fb9203fd276c52cc4da2ec180f80cfb9c58cf8335687ac2114d624bebd9a1935e3ceff47a06a002dc56e46e57d2a642465fe451 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: 135 Maintainer: Debian Science Maintainers Architecture: armhf 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_armhf.deb Size: 103212 MD5sum: 5886248f12fd2ad68d7a116b0f73623c SHA1: 1e5f5786fb5ec598e3e649bccc9c9d94265bcebc SHA256: 77b84d7e2a16ea08b7c42d165d31b893a2e27f5d55bec03700a86efd87f855f0 SHA512: 9ef17464a2738f621978f3ffbc582e35b2d0db5effb9c3344f552fad5f1158685666b93d58a7c9a80e2cf03a0302125211f6a2c31da5af14388fa7884503dfd6 Description: debug symbols for ann-tools Auto-Built-Package: debug-symbols Build-Ids: 9b3a77a53853b416ac63bccc14f56a2f17d4f4a7 a88c413de1840590c62a342e84b725e3ba1f65a9 ec21ba14f5c6761da3ac1fb2749e2c1a6ca942cd 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: 60 Maintainer: Debian Input Method Team Architecture: armhf 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_armhf.deb Size: 24628 MD5sum: 5144f18d1657911bbdf13e866ab13a6a SHA1: 6c6242f5e9343fc56eabf8fcd38f4c79d667fc99 SHA256: d51c8de4e9671c51ddc40f62357e20390226da34559d993c7575a87c1f51c80e SHA512: 013add79206271efffc2064070db9975526d941fc8e95d3fe6d1f1a1355008b238d2b566a6abdcebe3cdfaadd645a634981c0116ecd9ebe3cbe87ecb13df11cc 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: 63 Maintainer: Debian Input Method Team Architecture: armhf Source: anthy Version: 1:0.4-2apertis0bv2022dev2b1 Depends: anthy (= 1:0.4-2apertis0bv2022dev2b1) Filename: pool/development/a/anthy/anthy-dbgsym_0.4-2apertis0bv2022dev2b1_armhf.deb Size: 41276 MD5sum: a47b7c1c9a2a75092c14867516690e3f SHA1: fbee096298f426dd8169497aba6817f8ec9441d4 SHA256: f49581428613e6135837961c69bb1f214499d86d4fa5d8248e3d77c75b119bc4 SHA512: 24080f2624fd3f5c3f6797f3602f987aef0c8d8876214724a081a5d5e115f8a7b15acb0c231e897fedf69569c0151922f5bc96d5420804f32b7d0a0c413d7855 Description: debug symbols for anthy Auto-Built-Package: debug-symbols Build-Ids: 5d83168ec8caa2bbb5e055fb6ff5f4a926d2f412 daf63de36a5ec54436f88cdf964f5341b3e79a0f 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: 432 Maintainer: Debian Multimedia Maintainers Architecture: armhf Source: aom Version: 1.0.0.errata1-3+deb11u1+apertis0bv2022.3db1 Depends: libaom0 (>= 1.0.0), libc6 (>= 2.29), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/a/aom/aom-tools_1.0.0.errata1-3+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 133912 MD5sum: 7e2016896abcb87506407e592e5a0f7c SHA1: 3ec86479152275bf7439bf55ba3f3687774ef9bd SHA256: e108008e7831aa4111851b65e1651a2b615ca205bb234406a2d574fa8d833690 SHA512: 0074f30bc26351ec8dcfcc88f3424ce2159be7cbeb2394ccc27c7669079725624225afd46284d54d574bc0ec1f19ee161eed8e5e86fd9d2bfe0f55e40c6a2f5c 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: 1093 Maintainer: Debian Multimedia Maintainers Architecture: armhf Source: aom Version: 1.0.0.errata1-3+deb11u1+apertis0bv2022.3db1 Depends: aom-tools (= 1.0.0.errata1-3+deb11u1+apertis0bv2022.3db1) Filename: pool/development/a/aom/aom-tools-dbgsym_1.0.0.errata1-3+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 980224 MD5sum: c31878ca7dddf9db1f1217624ec5ecd3 SHA1: ce1245b6154419ba7afd9dc733a40ef4ef28d6f8 SHA256: f2344e6403b478faff66e77e0c9a1fb5af31ac0662a3dddb57fb7c08ceab0884 SHA512: 691ef4712fe0e5abd37235a5a995fc0c4ab64f3a7a13c1cf85408e13d8d8160a5a881a91dbdba7bea008773727969499a93b02789aabfd2b7a61d55d2da0464a Description: debug symbols for aom-tools Auto-Built-Package: debug-symbols Build-Ids: 0bf4bd47f5675decf8b9e0e545d8cb0296e92b90 420a6e8bd0c7fe5e8c0cc4fd8a529278f53e1d06 Package: apache2 Priority: optional Section: httpd Installed-Size: 638 Maintainer: Debian Apache Maintainers Architecture: armhf Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Replaces: apache2.2-bin, apache2.2-common, libapache2-mod-proxy-uwsgi (<< 2.4.33) Provides: httpd, httpd-cgi Depends: apache2-bin (= 2.4.56-1~deb11u2+apertis0bv2022.3db1), apache2-data (= 2.4.56-1~deb11u2+apertis0bv2022.3db1), apache2-utils (= 2.4.56-1~deb11u2+apertis0bv2022.3db1), 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.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 284024 MD5sum: 16bd7c77b492dbd340ec14b070487763 SHA1: 8ee4884c67cde13ff9d3f87601f11b51f05df413 SHA256: e35e50f5786ff6dc279c212438a8bc06036601c55834660c148cb4523926e246 SHA512: ed7deb9c7d4dd2d9be83f38fc62b3fae1b63a70a0b7dacede4fb727b3ee6b3fee18eb446c0d8da3578f340c2c50344f88b51cdec83d4a0bd58fc706786e7d9aa 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: 3305 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 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.7), 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.20.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.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 1268452 MD5sum: 3654f5f7e3f453bd0ccf031aed6ddf0b SHA1: 168e3cc5253ee14a9b505bb67a6dbd6eccaa9276 SHA256: 33c0f86fdaa4cd1ae2c8f62dfd8e64e47a12642d48cd60aa00840add64895edc SHA512: ce2f2e8455bcd66e7290bb2398d405e075da92862b0860dd9e2d8c23f72c635dcf8580c051724e29e2c448b8c858e90093c2d0e4108202ac5842f24891c7ee95 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: 4275 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-bin (= 2.4.56-1~deb11u2+apertis0bv2022.3db1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-bin-dbgsym_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 3230452 MD5sum: a28272740ac4507981cff6f35e8f23e1 SHA1: 19cf401e058aacfd43d9c89381fb763883e35111 SHA256: 06a8f06dcd3a27201a3e05a1f090c70935603cb72646fc34a5fae81ad4580bbc SHA512: 92fef3e6a2e9a0947d2c921223fb107a62803bbca8b99893f04d147dd5baeb8f8de0821780570fe8423dc9229028f5179d4db8a6aba28b2903ce8232019a8689 Description: debug symbols for apache2-bin Auto-Built-Package: debug-symbols Build-Ids: 01763b2cf81a613b9f3221a2c85d25217c227a42 01d49e69e404929ddeffebde51d4011cec3577a4 02770aa873e04133319a07921d2cf6bf4eec10fc 02942ef94d68a4d87f486c632ed9391b91339249 05a034fc73f08ef466be5ce66f455a93962a7b8c 089dc64e77e514cd2e5dffb506dc7da52294370f 0bfde31544f586806765f0d74a60f896be9d3519 0f5d79278eae706ff8757311799e4e15ddf9fecf 1077b4bc847ce1bcc6e3e68b2eaf93dc7053940f 1125efa96e07fa4feb157cbc2ea028ca5e567283 11884fe4abe54047ce46c85c7777eb2a3b6f74cd 1363810e50ea6c8a1ff852bcbb6ea3323db68a0b 13eac52aecff0dc219664a934c0b649d239af05f 14ab6cf449c2953a4a1f5d7bab584535dd28d086 14cbb7e3ea7c0a0ccd7d28f10adc78c4bf4a3bf4 167c5a2e81aac633cf6b271e0e2e9ccb90398c84 16ee34733408e6d9aaa33b4f355a32beb1b42d49 1d09c60d15865cdc0a6bcd8eaa412acd441844d6 20313b507509317de27be4c294ba44b4fd8cb383 20316af784bb77e1d731f18e1862c0ba78aeed76 207a3fd91fef9c4a838827b4e2caa9cb8eb68a1b 244cce4a82e6885c7f0850bad201e7e5d9a85544 2594647d232e8845ac2574e99cf13d39988e550e 259ddb8bfcd997c0bcfd14dd448f43a038a88ffa 2b8fa03dee2fcf9bdf445f9b9308208508da5528 2df1fe015c3ab6ace1b7ad026d17ba90e600a3f1 31e587c5a0661fdbbf169a39f19c084cd9d05c85 31f99d926c9d96f7bd710037bdca351a35741e37 320145d6820ae61e7497ffe52dc804939efe5aec 3393b91e343d702f32eb05834c9fd3e074857554 34470681997eb8672904536d9c00ff4107d978d1 34aea65c4160d45cf0b0ff5de2b123719080c559 3709d3dff1f0dedbb541630d4e49874c127006d5 3781056cfebb58c4a20598c87fd37be2113885cf 3caac4f749a26b0280afd7c54ea3fedde8ad797b 3cfd646248e53dfefe1b19757d65f518e52cda40 3ea57532f1c2fed21fcf5941846b31fe2d8b3051 3f4b76e6c98823d77807d169bee2c6cedea5068b 40d2321a7bc32dca851aba75e2f2f298abb27da7 40dd4c2fc4de1d12c3b5c4671e83713dc5c8d9f6 41369047f32145f51f08063eb43c966bea8d574c 41f38d2f5589b8af187447d7567486e4552a031d 4608d2f6723d0e4cf0a5107341127e4bdb0718ac 49f727738ff3b7d50d43d6fb77ce3ecd28f93716 4aa744ecc62bffcf0d27375bc4e9f13554cd8b32 4d3f4cc4796a201744d4ca8853402459f13d4c66 4d78f245eb1a28bb7e7e43ac3044b7dfd908d14a 4da97a3ea123f7663e522c0e1645f0b1e86bcb04 4de2c347b5f41446b99152c534ce8e7cdc061bd3 4fcede97890fd567d52a08abc37a63f574cb340d 510a5a627cd2aef49dbdd810bed7eb088a3dde31 539b24c6cb0bcd81c5c67638e839f6a845f63242 570f2e3648d757d67a36c79cf707bf6c94235cf7 582f0d251ffbcb3610f3e163c34f7ac1ba0209db 5b58bcd07b7b9891a8c1c410d42ac8a53fe07633 5d9239c635af626ae6d77526b184b900f504b7ad 617466ee72d38c9967e217ae91134cc5a0e8db6f 64c03700733f407a2b53c717548c545745acf965 68aa8858478541a4c10a9dcc0d4466a6a7e5baae 697668a61ad7fb43966e05ff2d6e7f924814da8d 6eab60552526b625647ca441916d6715a3735bce 76bf2c2e3fad6d38bcdc8d9c77f4ce570fec596d 79d35330a91aed5b08204ef2a916520c409ec061 7a81ea4ab6e0d2ae25f3db823b3f32e8f5debe0c 7b3068117b3afe67edf5dd8134aee93737dd940e 7bcc03b6b9447b387c1ec48118fe435fca011b84 7fbb783a2eea789aea12f2716f0860a765e17ceb 80e214daad6bf9a04621368d338f58486863ace0 816a69c64f04d020663f1b07dfaa0faf85ed66a9 82eda9dd60a5e0673987fdf88340cd9c5d6189fb 8644bf51e2603d717211c427669f7bd06d43b19f 86fd0e8743d26335b9968136ba74babff98cc231 881e70c0b9bfe30750c719a1a46beacfea39abd0 89321926e91f0c68ba836375ef5095c799da2da0 8bf89495ced51abbe15ec780f418aa701c761755 8d9d26bc49742d01246e535b857ee6fccda58024 8e5b02095573d15bb31e36af56b800fedb8c4b1b 9301b16594347140ee4711e0486ab62c1923f5dc 9345797000c33c51a7934182e413f6b561b674d7 938ff4ecf93a69d7e930537c270443f5cc99b11a 9aaa30d1eb6a964403a90faa372fc925b90018c8 9ce74a9a681e71c04b38e51078c6bcf4d3077452 a03aa1c68020319565298b7fb4087d8ea6e05c83 a4ba333479531180c0128e6bd374984475066865 a5a1394bb4df69b571e4124515a0f7b3874e9c23 aa140c84bc676bff1944f4e7147be0643c3b97a5 ac165ceb5e9ba519e01bdb6ce24b0ca4412514e4 ad4dced718c084362a0296703bed28f1a3a5e704 b0d67e282b3eae514da61b0b00f332e1906acb77 b1a2fbbee7127bdf8db904e7ee37d554bd02afe2 b2ff4e07e4aab619726e12db39f27b6777e81b09 b3dae9ed70a58b7a270712bf98887b2e15f54bce b4e7f32490b119bb897695e16196f9f4c835e649 bd4c7f92946137915d078ecd4edc21aebb81e6cd c09c36d2ea03a26225aee26624bcca852d23d860 c1879e7a9fe067578d6cbd5639414ad667f9c67b c3a8e94af126994b83f902b7224cd3622a4fe749 c5f31dfc3b0ca0fd983ffeb637de0dc9008f9770 c9b4320f8364c9a9814be371f8bd741dbd0d82d7 cb2db3ff66172520047e1c377f12d552cadfe13f cbf5c505d0d827ff3aa69471ef8303958a3204af cd4004c38721a62e90adbb39d3ee9f7fdb697533 d1b8b4263ad52d7d9c0f2bf7f710c3f4f4e6fcaf d382a9053fefadb45c32e0cf73a8ac33279db217 d44eb7843de9f6c6d32aed593d09cc77c95b6ce1 d5342863313cbef45bb1c907b5f4feafdb298ad8 d8714db05cb751f3b126f1c6bc1fd0327177a90c d903d89d848a48a2d573a1f49cbbd2a943a56e1f df934bbdd1362f41c2b6713ceeece1112dd509f6 e13f1cf6fa6e1f3a25e815667dea7142980a1a62 e1654826a62d9ed2bded26059723eba7a80cf2ad ea57e77ed8f3c9de5dbb71f7112c4cb2d3d91959 ecedf8531a0f2652fcef8bedc8c40dd0664e4da0 ed0f8770e94871d9b4fb8f153a869b3a8409dbcc ede52fb46c329fec21e307b3748e6a863abf4e24 f50117440811fbb236408970cbb863feed9f6547 f5884f5b851f975cc94d32a008ad1ad4613c6765 fa894dec14e92b3c842ad2b44a29bfeba93443ec fef7ad6146b78bdfc2a6164721205f5ec5efcff9 Package: apache2-data Priority: optional Section: httpd Installed-Size: 860 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Filename: pool/development/a/apache2/apache2-data_2.4.56-1~deb11u2+apertis0bv2022.3db1_all.deb Size: 166184 MD5sum: 569f1f6bdcbab81252d3adcac624ccef SHA1: afd0c375a712ba4f2665a78bf654df4319d3d166 SHA256: 13d0c86c8c2b17c98de74f059fce7982d1c12697ab3742dfc7b39fab06d0fddd SHA512: 66a1a86008a71a6a89b36a68c6445e38bd424fc7954bfccb3e8b73780a9b4c4ad5b3a0d4397bd9670c89918cb7e5d1c33cfec313af5ed95a32b81e9fd7fdb9dd 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: 1166 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Provides: dh-apache2 Depends: debhelper (>= 10), libapr1-dev, libaprutil1-dev, libpcre2-dev, openssl, perl:any Filename: pool/development/a/apache2/apache2-dev_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 374096 MD5sum: 715c1a22a01569b45ca99965ca2cbb31 SHA1: 60c139b0baaecae8a535dd066d4d593091415ec3 SHA256: 680653fe56186cc9732402827f383a871b4ac1623b03f9847cecdda2868f3dd5 SHA512: 1dc9c11076af0811ae5e932ee19bbb7a4ecd47072bd163372f24467d2922c8f0af34780ec8a8acc168723b608bf871fc8a8fc8894e6bea9ec9e289b6e9cb194c 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: 25209 Maintainer: Debian Apache Maintainers Architecture: all Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Recommends: apache2 Filename: pool/development/a/apache2/apache2-doc_2.4.56-1~deb11u2+apertis0bv2022.3db1_all.deb Size: 4076668 MD5sum: 2cadc9c9042a195b7a8cede84f7d54b4 SHA1: 6cfe9d528ab5eaffe6b4fe760c29b710f828528d SHA256: 8f9de3dd69e486dbeea6dcd2f19d451cd2b3c2896ef12896979ef8a99d27d197 SHA512: 31a2d48b238410b244be3df58af55947dec4a0113f14e59d686799eb104ed943e755a43eff96c7ec67cedf248b99267262a72a0b8728119d1bf392419dedb85e 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: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Depends: apache2-dev (= 2.4.56-1~deb11u2+apertis0bv2022.3db1), libssl-dev (>= 1.1) Filename: pool/development/a/apache2/apache2-ssl-dev_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 3140 MD5sum: 1af6fb4b2dba21b154cb8c50a8b02e7f SHA1: 42fde0e4096ed20a2d9a9956ba1bff793f476477 SHA256: 59c1a6bb1852eaae7e5e111e7b8d112bce240b85d05ef4ff101914dfd0c5940c SHA512: cfdd2d66a7e724adfc1c634b63b1a5627b9ee894a2696f5318f9cd58dec37ea8f3af46762f37eb74274bf94fc2f052bbe448f11d65ebcc9eaeaacd0c48e8af03 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: 248 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.28) Filename: pool/development/a/apache2/apache2-suexec-custom_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 203576 MD5sum: 523951ea168e6ed69a37dbb4df62045b SHA1: 68892d369276d69e2b8c009a1bc61137883eeeb6 SHA256: 5eadca6070f92f30b6b735bafe75ed088dadca6575d34ceaae6db721d043a6e2 SHA512: 62827c57564a64fa18d63b86a6c766df3d5df8383f6b41a6adb6232ff663a48a10a9b34fc0643bc49c068974d63c2db3357cb0e8e1709b923fe28d1d52e583ad 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: 26 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-suexec-custom (= 2.4.56-1~deb11u2+apertis0bv2022.3db1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-suexec-custom-dbgsym_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 12320 MD5sum: a9dc1ae66c8668f563ad53bfbd359205 SHA1: 53a5ad5d6794198144546f1b6dc7f68e07905679 SHA256: b47ab811d51a471351ca5f9ebe64a5350b68a119eb3b8fac30b564e6a7eeb98a SHA512: 0d67540fbba5eed659f80a754ffbbc812ce08cacbfc8eb315ab47cd9774969cae2ce054d89c6c6ecb2df1e80dc034268a73668f892d64b72450bbc36811cd5a4 Description: debug symbols for apache2-suexec-custom Auto-Built-Package: debug-symbols Build-Ids: 6fc30769e2bb4538e5a6a9c907371ac322679538 Package: apache2-suexec-pristine Priority: optional Section: httpd Installed-Size: 242 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Provides: apache2-suexec Depends: apache2-bin, libc6 (>= 2.28) Filename: pool/development/a/apache2/apache2-suexec-pristine_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 202180 MD5sum: 542b9e6589f10dd1818185491c30ff85 SHA1: 5f9c5df9e0c6f9fea68c59460049581a7a6ff8f2 SHA256: 69fba34813af2de300282ad92874326f009573bba18b2fee52b6ce8d57845949 SHA512: bc3cf1c256b8e2a2468968c4377e8b8be2d1fd34f3aef8322ddcc7a09272abfb95c0fcebc4bb98c2e4f1e0afb21f5dbc696d023a6cc770788144971d5bdda8f7 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: 25 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-suexec-pristine (= 2.4.56-1~deb11u2+apertis0bv2022.3db1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-suexec-pristine-dbgsym_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 11056 MD5sum: e580b58dbd8739fcdf58d7ebd5e305de SHA1: 7cc9074b67e41e810ac3790cb96612acb8f58673 SHA256: ea92d065ccb2a10ec91a0576ad0e1d4021369a129a870cea207305338bdc3428 SHA512: 44dad071f7705d1bfe6b78ac57826ea4f937ace8c966e6449bfb108057a2d7e44b17743f4434c4aab1f3fe4e3c2935a5014a15dc45c228f8b3eacfdb03be809e Description: debug symbols for apache2-suexec-pristine Auto-Built-Package: debug-symbols Build-Ids: 9d763f18429efb67e7b73ad81f8d891fe4456b6e Package: apache2-utils Priority: optional Section: httpd Installed-Size: 417 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Depends: libapr1 (>= 1.4.8-2~), libaprutil1 (>= 1.5.0), libc6 (>= 2.4), libcrypt1 (>= 1:4.1.0), libssl1.1 (>= 1.1.1) Filename: pool/development/a/apache2/apache2-utils_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 270600 MD5sum: f70e5fec17ec4ae70f6cc652cafde42a SHA1: d120622960ade312a38703a63f7a3c8c59ec1af3 SHA256: 7184bec9c53f3832ad07b5bd9e221ef67dfa4f6ea7808abdd591436eecbf80d4 SHA512: e8cddbd1d10356644d03876cf70436dff77c9623603f5a53391945bf5695cddc2fbe251987f3a7e4507bb503938c85ffe9c462eed8106d4084e66d1e95ef9a53 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: 204 Maintainer: Debian Apache Maintainers Architecture: armhf Source: apache2 Version: 2.4.56-1~deb11u2+apertis0bv2022.3db1 Replaces: apache2-dbg (<< 2.4.37-2~) Depends: apache2-utils (= 2.4.56-1~deb11u2+apertis0bv2022.3db1) Breaks: apache2-dbg (<< 2.4.37-2~) Filename: pool/development/a/apache2/apache2-utils-dbgsym_2.4.56-1~deb11u2+apertis0bv2022.3db1_armhf.deb Size: 117448 MD5sum: e1c4038f87c028b7d0b0615db557a75b SHA1: 667780ccb50a0bc6596d57133565a90ed104dc82 SHA256: ac71c311739288a0c42862ec2285f79109bad877d107d2d2917b2dc34bba79a7 SHA512: 7da1afd69286c1ad80b40580a62bfe0f18dabe6de77cd5b0afbedcc6da452d49852ec357f459f9c39e9653dc2c855884c72397824617d4ce2cd31e4019a58546 Description: debug symbols for apache2-utils Auto-Built-Package: debug-symbols Build-Ids: 21a836cd0c53d9543048409ec530e1c47f166789 55b3c4ef4d2adb7bcee68bd15089c3669b8505f3 69e075fb9e56915cbc198a63f9f67b7c0b81e6e7 7305ba16ba2a749b09661a61ebb44e1cb0fd7905 a1a44f6453acaeed9ff04ed2c17bff848f7f4ef8 a886b5ecf6ec48bd92fa5c6fd9ca5b515e4ecdba b119077c25434e68fac161a2019513afe3af3bdc e1ce5d430c1772dccb349733cb7aea86c17cf917 f80135d7168a514b6b8f77e0a9e362351d223632 f992e0f7feb6fe4f025f3caa4767c9d34d3609c0 Package: apertis-dev-tools Priority: extra Section: devel Installed-Size: 196 Maintainer: Apertis package maintainers Architecture: all Version: 0.2022.6+v2023.0bv2022.3db1 Depends: abi-compliance-checker, flatpak, git-buildpackage, gitlab-rulez, python3-argcomplete, python3-debian, python3-sh, python3-xdg, python3-yaml, python3-paramiko, python3-gi, python3-gitlab, python3-bs4, python3-requests, python3-tqdm, systemd-container Recommends: gcc-arm-linux-gnueabihf Suggests: ribchester (>= 0.1612.7) Filename: pool/development/a/apertis-dev-tools/apertis-dev-tools_0.2022.6+v2023.0bv2022.3db1_all.deb Size: 48788 MD5sum: cee6d93e3c6422f93c293af65e9aaf67 SHA1: 8ee307f3e1d1be9bb82e12d3360bd697ff92a494 SHA256: 29ef68608b25cb57690baec72a092b33e4f33c61135491157ee24881c1181127 SHA512: 56bf80c75faa0a5dd1b63bc781886f694e476cf610f91e371e88acd68dab2f5f9b955e8ccae230c9e067942e540fa2e58df150d612c67aaf84dc1be34f7dfa55 Description: Apertis development tools to help building, deploying and debugging applications Package: apertis-tests Priority: extra Section: utils Installed-Size: 673 Maintainer: apertis-tests maintainers Architecture: all Version: 2:0.2021.18bv2022.1b2 Replaces: chaiwala-tests (<< 2:0.2021.18bv2022.1b2) Depends: python3:any, connman, python3-dbus, python3-dialog, python3-gi Breaks: chaiwala-tests (<< 2:0.2021.18bv2022.1b2) Filename: pool/development/a/apertis-tests/apertis-tests_0.2021.18bv2022.1b2_all.deb Size: 370780 MD5sum: 2ebb73ac62171c9b807bb82322636152 SHA1: 1ca29c96703f6c44f9cf20ddb009dca8d40a8c8c SHA256: 69dc85d11cd797ea83bb842f0d6af231021af5e7fc996fef7b9c7de1596caff4 SHA512: d7ab6f1a5c4257bea7bbecb7c23920862e07bc0c6a6a5dd5bc7489bbd36d621f1ae92d9575dcb34d77ab4af01acec4d0f68d1a175e6ba5aa748e074230cea106 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: 60 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 24680 MD5sum: a7ec236c60acc56873d2e431bdfebcfd SHA1: 2eee5b92e1f885370e5521c56cae069701c8be87 SHA256: ea516cafce4754f8941e105a6cf49b5b20dfdcfcdc678235260cb35df96a57df SHA512: d41aa29c3a7f82718dcda16842024bb4597e51dd5bbe7b9169d5661586fc8796ff93d47eead923f29518ead81994ab09624fc6ca4cfc3b228c757715048ac809 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: 90 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 32588 MD5sum: 1564a772cf7ba8a8c3089b3f262fb0f9 SHA1: ea4a7d55afd2742eb09cceb251d1cb946a936273 SHA256: e62dec0c87d7a11ab332be93811292ce6364c4f563e66279cfe5dd985c85b067 SHA512: 6fd72ee5d1a05297e031045af8a60a158c527ca826ec4a65181981b8574fe94190f111a741310c6cdaf8637eabcd146565091284aa0a25ae2eb896567e8048e8 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: 27 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 Depends: apertis-tests-apparmor-goals (= 2:0.2021.18bv2022.1b2) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-goals-dbgsym_0.2021.18bv2022.1b2_armhf.deb Size: 7784 MD5sum: c0a086b1ea6694f6d9f464e52ad2bc5d SHA1: 19dad30922c960b2ab9bb007de25f8ced8aa6fa6 SHA256: 69d84ae2ff6be00a6084453ddd0e8ba9ad699149c296aff2ef1ab389f4d1ab72 SHA512: d9a2408623ce5ea439d975f4d77add8c02f0f4d34c832cec70941faead522418d5d0f03129ec9f4bc98ec2b816ae9450387a1b647b8ff14fa55c9aebde381feb Description: debug symbols for apertis-tests-apparmor-goals Auto-Built-Package: debug-symbols Build-Ids: 49fcc39696805beecbf1bb3f9e7c1b99908cab11 ea8490cca4956d626ecfaa19f80f58b96e681f67 Package: apertis-tests-apparmor-ofono Priority: extra Section: utils Installed-Size: 60 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 24716 MD5sum: 579aca087bde3f8b44827ee3325d288c SHA1: 88d0f94b09706608beab3f9c2499cb3aceb0adeb SHA256: d6a2f72de12aee9238467965170364d02145726f56e0228a2fa8a732000576c9 SHA512: 2fc914a2c5009035509aee724224b677ef30c16d0b95989caa9db9545240a24812ff59ab6af464dad79a576f78a90eb3fe4ee136637acb25e7715c0c19cd7be1 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: 54 Maintainer: apertis-tests maintainers Architecture: all Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 Replaces: chaiwala-apparmor-report (<< 2:0.2021.18bv2022.1b2) Provides: chaiwala-apparmor-report Depends: apparmor, apparmor-utils Breaks: chaiwala-apparmor-report (<< 2:0.2021.18bv2022.1b2) Filename: pool/development/a/apertis-tests/apertis-tests-apparmor-report_0.2021.18bv2022.1b2_all.deb Size: 23716 MD5sum: 03373d8b0bfefd34e6aaffdd76f95ccc SHA1: 887c6bec67bd7d7b958a44585dc8714b8c86c5ac SHA256: add21a0d0b08a123a9572f8007450c6b07feef9f0b68d8434545c1cb686dc63e SHA512: 6cb13f12153d2496b8907453403eb5a085df254b248c96c3f4f39a5e6bb7fbf8839354bcd1736b2d39d9e7c0b59378ca87e4c90e7cccdd4c34194774fe27089f Description: apparmor complaint report generator This package contains the apparmor complaint report generator. Package: apertis-tests-apparmor-tracker Priority: extra Section: utils Installed-Size: 63 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 25412 MD5sum: 0bbc5307be495257c04285dd0f9387b2 SHA1: fda28fb44d6aaa386cb85753fce60ef84a646cfb SHA256: 62455ea000abc0bad11167a83a78a5ea54eb283ef4e93ef0d87d5186c29e3477 SHA512: bfbd95679232d2cc2f3a79609e6e645afc00adf3e613cbb9d251ffbbe4af80668d0f86bd3af2cdfaf20aa65875a3c7d3e7f2d07013f7d9a0ed4de7a9bb53fc6c 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: 58 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 25648 MD5sum: 5b92d5c0d8592aac4765fd9b8f9fbcd9 SHA1: e4d8e1e4686deb5635e951c76632a0f34826fc7a SHA256: 27a2f02b07296151dcc99017011b4e1729d243b8710b095c830a03125faf74b7 SHA512: 26743bedc07df4720667387b1db36b967dd53b23560ace2f920a5ff7992437fe29e4af93e2c538323021e30ed22652d75b0949d434d2875dd12fb8a56c527dad 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: 26 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 Depends: apertis-tests-bin (= 2:0.2021.18bv2022.1b2) Filename: pool/development/a/apertis-tests/apertis-tests-bin-dbgsym_0.2021.18bv2022.1b2_armhf.deb Size: 11768 MD5sum: 37106efa785201736d8433f1615843f9 SHA1: e2d4c9a0b45f765bc9d17c605c97e261d0338135 SHA256: 7825b6ffaa7991be50c03396b20232136e3e43e81a03b9b8d3f3e49e90f02b71 SHA512: 121a0836302a6fbbdf7cea0015109d47fd5d38977a8bea507dcc8f983f1c06e7279778402fdb6bbac7027cdbbcb4f30fc79e3449c5e46fcb05cad2552d659108 Description: debug symbols for apertis-tests-bin Auto-Built-Package: debug-symbols Build-Ids: 57fb0315e0448c9296c1d24fffa77f9711a62466 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: 25 Maintainer: Frédéric Dalleau Architecture: armhf Version: 0.2020.5bv2022dev3b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-bluez-tester/apparmor-bluez-tester_0.2020.5bv2022dev3b1_armhf.deb Size: 9012 MD5sum: 4aee516dc757265b9e76f2ab8a434b80 SHA1: 11f9f1b4c7a39a709e870a7b5c6c7d13bac3d062 SHA256: 36185cf415666ea65ed77cf14cf62a19764e626b2fbffca8231ceab01b857ca2 SHA512: a29d18effad4d69e4c1833c789200f4ff7410f7d89e8a1b8f1e6278fa42f55e434fc148cf0b5502d6b122fbfaedc93d57c27c03028e8d45f5bbffbf62bc6c893 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: armhf 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_armhf.deb Size: 19332 MD5sum: 759b5450b9f73ca2fc9bc6c486898f7f SHA1: c2a035ddcf8f160bff0521170b5799a039151684 SHA256: 1205e8f35e356f36ddb0c5dfcafcaf7658a1cebb0065485006aae57a3d80fa2e SHA512: e0dc13e141106771f5c859c5e4895bd64ffaffb437495c18b6830d37483f9085c92d2ff6b5c9187f8bff21a4098dc838e781d9a5d1253b9987b7e8556d020626 Description: debug symbols for apparmor-bluez-tester Auto-Built-Package: debug-symbols Build-Ids: dbdf6a72d0a683dfb996d0858000441fb23caa7f Package: apparmor-chaiwala-system-tester Priority: optional Section: misc Installed-Size: 24 Maintainer: Andre Moreira Magalhaes Architecture: armhf Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/a/apparmor-chaiwala-system-tester/apparmor-chaiwala-system-tester_0.2020.3bv2022dev2b1_armhf.deb Size: 4904 MD5sum: 5430bc96f219aed94f251add2760c32f SHA1: 24d73df0c9a45ec5ed3c2ba768206c4bb23e0596 SHA256: 18e276f5be5921d07574139ca05d922f32471f53c7ba9ac8e6913da6af7ee437 SHA512: 3a4227ee8a247dafd5cb941521195255ad7df271bfba7e508ca02ff7331bec097417805e32b9026ec63e3b863114fab0c8b9856b08730a1d74ddf6a71201f74e 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: 27 Maintainer: Andre Moreira Magalhaes Architecture: armhf 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_armhf.deb Size: 7780 MD5sum: e51b97eeececad3f4a8f54875dd0d353 SHA1: ba3edec4ce0326328e9fe3e2ef5b5535b79ccb4d SHA256: 226d2da529be402c84acceb0bad591fd151d2e12928cda6682cf817e6544e322 SHA512: dbb7e95e74568aa61e915755ab58803a048583a1c57c330f34ab8d13747d036eaafee05d11df6b8f58e0e95381fb289ce0076ddb2c74e28647014ce80c2c531e Description: debug symbols for apparmor-chaiwala-system-tester Auto-Built-Package: debug-symbols Build-Ids: d012a6ed9fd6365b491110c9752727d7dd309428 d3d0d4d64d87906e05985609dc227d6123545ac2 Package: apparmor-dbus-tester Priority: optional Section: misc Installed-Size: 21 Maintainer: Martyn Welch Architecture: armhf Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/a/apparmor-dbus-tester/apparmor-dbus-tester_0.2020.2bv2022dev2b1_armhf.deb Size: 5052 MD5sum: ebefe07167b3de468478f67b549db9be SHA1: a0fcd934ea6dbfe6694d637cca30aff37f6567aa SHA256: 4ce7b1da52d51d58f8af33f466dbf652137513b57804d717bb85fa462c45160c SHA512: 735d19dfb49865bcb0c0f7b90e9dbd60bc8056640b5b5cdc6ac85665ff7cde2690558ebda6fb86e40c0a855129a99ba34d990f2b984672ad037b4d2ad2ad78d3 Description: D-Bus test server for apparmor testing A small server, used to provide functions that are utilised to test the ability to limit D-Bus accessibility with Apparmor. Package: apparmor-dbus-tester-dbgsym Priority: optional Section: debug Installed-Size: 23 Maintainer: Martyn Welch Architecture: armhf 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_armhf.deb Size: 9380 MD5sum: f14f940a2c75b2e143d2b9c1385df63c SHA1: b3690ff1682b617ab93cf2b328c936340ef13be7 SHA256: b96398a7bf933fe990daa03caea10d88b7d8b9da484223d3b8f0c13f4362e588 SHA512: 6370a35b15ea71d37383186527a6a1774f1cb4381e2bfcaa75b9b8856ae23f0638b4090def34344da9568d9e15702b7633a8f03cb51c1467b3863ed350b4d11c Description: debug symbols for apparmor-dbus-tester Auto-Built-Package: debug-symbols Build-Ids: 21e3811d042472c2be9a3f864d1188af527474c0 Package: apparmor-demo Priority: extra Section: misc Installed-Size: 71 Maintainer: Cosimo Alfarano Architecture: armhf Version: 1.2021.2bv2022.0b2 Depends: libc6 (>= 2.4), apparmor, iputils-ping Filename: pool/development/a/apparmor-demo/apparmor-demo_1.2021.2bv2022.0b2_armhf.deb Size: 15856 MD5sum: 604250da5a3c4382f2d63c36b533e627 SHA1: 2c71bc8f70b137bee61986837d476614496e0cb8 SHA256: 00ac3b895caf9e4a86bbb63a8232252011be6ae1304e3ea71c8d3cc6e7f648ed SHA512: eaaa595dbad9715625fee6ccfcbee128795a7d0d1c9cd656f28fd28fbaf0efe053150e07c208fe5838e9bea8f9a5a253a1b963519f6bf31b6197a3d97ae197ac Description: AppArmor demonstration Demonstrates some AppArmor functionalities using a test-like approach Package: apparmor-demo-dbgsym Priority: optional Section: debug Installed-Size: 47 Maintainer: Cosimo Alfarano Architecture: armhf Source: apparmor-demo Version: 1.2021.2bv2022.0b2 Depends: apparmor-demo (= 1.2021.2bv2022.0b2) Filename: pool/development/a/apparmor-demo/apparmor-demo-dbgsym_1.2021.2bv2022.0b2_armhf.deb Size: 14292 MD5sum: ea4dac7ba837caad3ffb0cb64aad1301 SHA1: 1975b8c3c33d205bcdda653c2f37a3e0859a360e SHA256: 379568bff6f755831bfe0488891071cb619dcbac6b25de4cf2a26774b316a656 SHA512: 7a2170bc5db82193f46d165fc5a7254d89000d607c1f2b3d7b0e47dc9295f89f774c7dd92cfbe716f3978de8de99951f8b5fa9ec2c8a959d3d5b2bf944c4ca8b Description: debug symbols for apparmor-demo Auto-Built-Package: debug-symbols Build-Ids: 31e3827beb1abc237bb62c492e5835f9890d21b0 b0cd01d451d512ac66b42d388b986303dee2656a bbe64906f5922d0cee9646d4c1add65c769f2f4c d9047a87ae5b645e2f8ece888f9975853b96bed9 Package: apparmor-pulseaudio-tester Priority: optional Section: misc Installed-Size: 18 Maintainer: Andre Moreira Magalhaes Architecture: armhf Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-pulseaudio-tester/apparmor-pulseaudio-tester_0.2020.3bv2022dev2b1_armhf.deb Size: 3984 MD5sum: 7a74664bc32efcc10d03d30d8b6b6ace SHA1: 6980741e7dcfdbb8b9ce1ed20a40dd8a65b85843 SHA256: 54b6191eaf9e8705316954694d664de25e049a8baffdf5536072faa0d83827a7 SHA512: d49ea9bc00e20a94de6bdd8ef0a96971c7a2e99b48dda1167f62244d0072ca54f937e3cc77a89cf7d27dff969a635d8133b959afc6cf8fb21e8cd18ef5be4398 Description: Test utilities for apparmor-pulseaudio tests Test utilities for apparmor-pulseaudio tests. Package: apparmor-pulseaudio-tester-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Andre Moreira Magalhaes Architecture: armhf 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_armhf.deb Size: 5196 MD5sum: 20d11df8fc9f64a08bb6cb159b076da2 SHA1: e07079292b104313e232a4cc6346f08ab6957b0f SHA256: 21147d24bbb1d126a8dd013d504ae26ed4edc966149eee14a0c583d404f347a8 SHA512: 263354bcca5b0d3669c044ff327cc6b6a59e85c17edc9096b3e8be7d7d9725accd32bb29393f2b3dd5b05636124e27c51343be9491e4f2e6675ff1db802f1b6e Description: debug symbols for apparmor-pulseaudio-tester Auto-Built-Package: debug-symbols Build-Ids: 7c7c4f4c20d970e1cae98de2beb73f8e360e8254 Package: apparmor-tumbler-tester Priority: optional Section: misc Installed-Size: 17 Maintainer: Andre Moreira Magalhaes Architecture: armhf Version: 0.2020.3bv2022dev2b1 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0) Filename: pool/development/a/apparmor-tumbler-tester/apparmor-tumbler-tester_0.2020.3bv2022dev2b1_armhf.deb Size: 3948 MD5sum: 2d0d7c3a3f1615bfa93d974577c02853 SHA1: 8363d1607922bfa5db5cba1d9d2c347049bda506 SHA256: 337a77e3f04b845adf930cc24587ff7ab33a5aa9d6d9772ddaf8e2e5a06dde8f SHA512: 6577bc619b0196422a60470be378237d88e76ac30501c3d633cd403bd8c7073b9201ba21504e607427ec72ee323ee9cae2237dce442231ff939508e0977637ff Description: Test utilities for apparmor-tumbler tests Test utilities for apparmor-tumbler tests. Package: apparmor-tumbler-tester-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Andre Moreira Magalhaes Architecture: armhf 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_armhf.deb Size: 5052 MD5sum: 00101d1d01d53ca2971ca12bacd5b6fc SHA1: 66b81f332cb8951e7afeda8197f8aab5b4a3529e SHA256: 366265c870718c189fe001d50570ca6b572bb7183db7bfa0c3adc8b0d645bc82 SHA512: 5a2f655fd59f361d354aa0e42967ba0dafc3cf45685add90280ad4e335826a2032b4ca41d97ca1b3b72c7b7fb8ac1c309d6461a1b970801844d0e917e7630599 Description: debug symbols for apparmor-tumbler-tester Auto-Built-Package: debug-symbols Build-Ids: 12037525a2b2be397b37a85d99a835f882321e5f Package: appstream Priority: optional Section: admin Installed-Size: 1955 Maintainer: Matthias Klumpp Architecture: armhf 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_armhf.deb Size: 326208 MD5sum: 8a0e234a309fdf1472bafaa3db66e3fc SHA1: 391a4fc13a3afa9cc74bee5bfcd0c4c4f6bb56d6 SHA256: 7c0fc2c91d7d91697304c7837388fd9be61a61b2c26d4ef94ee8357531e26e6b SHA512: d1e9def350c27921b103c998cc9341ef0533ed2ab5a7f20611a0059ad4429b85ac7832e156151e3207373e3b1c76800b08cc29f44fd5c799206b64c6b9e6eda2 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: 99 Maintainer: Matthias Klumpp Architecture: armhf 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_armhf.deb Size: 73780 MD5sum: 96f4f83d5afffd1e72638a5d1beacaaf SHA1: cf9b563e9c46e53e34eaa7e364d9a99ac6b951ad SHA256: 0ae0a88c35648394fc20ca21ccdd0ba35afd30e954e518a560c7a34a0b6b9710 SHA512: 8f4facac1696adadaf2f06d11346cf0b0f0cea90076bac65d61930a536187ff922e19e317e6132562ddd00c756e8cc6c959794170d38326aa2a0da4ee6740855 Description: debug symbols for appstream Auto-Built-Package: debug-symbols Build-Ids: 994af75cd973dfe8894066c8ac1a77797bf8634e 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: 3157 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 1068156 MD5sum: fb112e834351acdbef625f748fc3ef4c SHA1: 14d7944688f7b51237297f2769cde19019edfd79 SHA256: ee724b17b3414090a6489cca8e6b8cf19524e64a224b29b2085c4672230564e9 SHA512: 9bec5f1d8b5eb6ec1e8647f976f2c6d950eeec7f74e12f8bdbbd718f4edc5850157cd5d28b3d19f50f411e441946e9bc0d15e428dfc057b6648e3a3280f6a582 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: 1089 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 234264 MD5sum: 34c1edf19719da790c13797fd573a1dc SHA1: b6f36f7c091ab52e3b407339ccb25efb1ca091d6 SHA256: be95a360b0a64a25121f7dbdd7da0ad09a91b3b9cc41436ec59ad660c35932f0 SHA512: 6efe1b21710db02f44444b1dce1490a8e9b3b67016b744e63a2d5c80b0bab459ea6420efb2c7ed017ff9f21ab20cb6ea50b60e0e4eba7f973f0bff36ebf6f4f4 Description: debug symbols for apt-cudf Auto-Built-Package: debug-symbols Build-Ids: 504c43a45d678cc2359d430cfcd3ee9f5d3c5551 Package: apt-file Priority: optional Section: admin Installed-Size: 91 Maintainer: APT Development Team Architecture: all Version: 3.2.2+apertis1bv2022.3db1 Depends: perl:any, apt (>= 1.3~exp1~), libapt-pkg-perl, liblist-moreutils-perl, libregexp-assemble-perl Breaks: apt-venv (<< 1.0.0-1~), command-not-found (<< 0.2.38-2~), devscripts (<< 2.15.10~) Filename: pool/development/a/apt-file/apt-file_3.2.2+apertis1bv2022.3db1_all.deb Size: 38880 MD5sum: eb6872f3e0222e1d495d48ad410c9eb4 SHA1: c3f26bd6cf9a172073c26fba588b1cc8aeeb8110 SHA256: bc64663ed61d19177a6b8eca84cbc8d667c2a3c2008f38d57ec2347b40e580b3 SHA512: 81ac0409449f9a05d4a6c82f6cf00728bbfec50d2132fc50a4d9316cf19f233b75f1c05a9c5f2ebf2d7251a8ff4d19b17d3a52f0148ee6fbb66c50db2b283dd6 Description: search for files within Debian packages (command-line interface) apt-file is a command line tool for searching files contained in packages for the APT packaging system. You can search in which package a file is included or list the contents of a package without installing or fetching it. Package: 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: 91402 Maintainer: Jörg Frings-Fürst Architecture: armhf 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_armhf.deb Size: 5436392 MD5sum: ca87f7f24f4d47ae8b05584d46c607d2 SHA1: 2ea833cb961c8b559eb55b28a2f79985dd74f46f SHA256: cf4724416cfc93e850009806d9068ad360b05d460aa69958c0757ae8895a0fe2 SHA512: aae22a2ca82ebe987c9818d2800e8224fc662038b2a617584b8b5e7c8e354922ec1f14d9bd3ec62978e60c7fca4a621b1a53c344e6bdc44f86ff4dc028e6ca17 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: 45305 Maintainer: Jörg Frings-Fürst Architecture: armhf 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_armhf.deb Size: 42069536 MD5sum: 5fe549820152ce0685e374609485dd1d SHA1: 85fae75ca1af0147202e16cb5ccffdc40809aa9b SHA256: ade00695dcfb5ee05c2fc208efba7e6c6706e1f5741f173ac97dd6268457eefa SHA512: 7284ab97c558607ae5fc4843ddac2e7b584318b787227b1b6455cbc43183b4ee035a7f4101f7c95dc9fa21152118d10613953dc5a847817493224b7eb90e4413 Description: debug symbols for argyll Auto-Built-Package: debug-symbols Build-Ids: 0c1264479f071bb392b07538104118375c127608 0cf2cdd4fbf3e7c47b3a4e80fa1c317d76098f42 0df41507788a473eb13f03ec9767a0fa59646d09 20c4261cfe05feb4bfcdbfc0bee13a3892332cb3 31be282a9e8002b40b97c912b6b2da2460906d6c 359cb3aa7246d3c22e7c5fc862711db355c1afc9 3ac5847826477bcd1fad0f0159f5a5007054154e 4494ce9e35a1cf0fe24d0cc88883c2d8e2ccc80d 574fb4cb4aab94e528b658e1214b39522f3db1fd 5fe77496f3873dab9276ae11239471adca869b77 6062847ede90e789713ce8b4f5a5e7f191f4bcdc 6124c9c6b20e446299008995b081a7fabe6ab35c 63a16d8756723e910cbfcb59511b64eab9cdfaf7 6cc7910b751a45f1f3850ad5fb308b0f86a23e9c 6e3de681f885f185192be1b1720638fcfcc1e376 7f02ea1f546aba019322a81ab06493745c3d294f 85ca446fbebd53b4150f0945313e08247910de47 8f75f01d580fd41f206c84aaee449f12ad748f5d 8fbb8594e3bcf2ef6b0cc6cf7e8459e79d57b1f4 9622ff885e42920f9d0588ce54fd436ade32b5cf 9c9ad4bfa37427d3661bfba4f1ac4aa935b8e764 9ed3d18c663bc8e403f72838edc923e01f886a8b a0d3a9313b29800e4a1f59779f8d6a0ef6ab2c4c a6f15b47a1324fe5fc96e6cffd2422b76414324c a78a08f0d08fee74d7c60f731bae282e2c36c1a2 aff8dc6ed3090e691b1acf3d2ba04f9c984a551c b2d1afa27d67cc535f9ffeb1df7ffa9eec27c83d b63f521439b89087802399999291e0da3804dba5 bb67a3ddbaa81af6455de0380152ae8a4b6dca35 c18314920d6645dcbc5cbe98d3c3e5bffe22b3e9 c34e5ee8cadfc00ee6b2fd9173dc1fe29ca18ba9 c6d80d7f75b4e797be9f5873fb74c628b671330f ca0c359c967703fbcab83239ad678ca4a30d8c74 cfed94abb96c80a94bd887ec27910ed797ecdc4b d54a0102cb62957da716dac4b003efce94e0e3c0 d5fcc331f6cc79ddce2f66684db8453e28efed1d e3790b52b6cb2ceb3533ffbbf545a977b8fefd0e e37d36b12b87589fc8a485db4fde48dfcb2b576e e60edb0a1a93d836226aae49868d4f27538cee84 e6b9ddf283cd157717c9b35b4a6496a2767705cc e7e204db3cc2d5d2f1e526eeb4d853bda0d11005 e86c31d90fd0be4ccdcebe39e1ff3001632445cb ee09d4550279f01e496ab4680bd4a2ac21991d90 f5ca2155564ca3a79555841a6a3c83f6dd9587e5 f657e5d15391c6fe74b56f35cb82bc4f7dca972e f859094833c3f8bf8d119569d3d7b6204875e7a5 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: 308 Maintainer: Ralf Treinen Architecture: armhf Version: 1:1.9.4-3apertis0bv2022dev2b1 Provides: cudf-solver Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), gringo (>= 4.2.1), clasp (>= 3.0.0), clasp (<< 4) Filename: pool/development/a/aspcud/aspcud_1.9.4-3apertis0bv2022dev2b1_armhf.deb Size: 111604 MD5sum: 06a896995f83e4c410d5d9c47cac5170 SHA1: 9025026320b3519814976ab9cac090767229a390 SHA256: 7051128579216846aab36c29053e473cef7ec168f9c4d652a99c7178e261ccb9 SHA512: 9a1524bb367a87784ba31bc9a6b65ea8c2159b36748f733c4c37a51801f06f1b95a505ace2ef81599cde56974257fa04a44231ae8d5e290a440b4f4c7b110a4d 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: 2096 Maintainer: Ralf Treinen Architecture: armhf 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_armhf.deb Size: 2047088 MD5sum: 2cec3dacb8673b62c4a05815f1beee3d SHA1: 7821adff6f1515a501cbdfabe26e8f33c9cd9e52 SHA256: f18689c413145593e7c318df0fe483deebc1415d58432ff56d6520e5b46c1a51 SHA512: 6326e589c9093fe3c8432e24e5aac4b8ae8db5f83722a58b602acc0077f1dc2b06848e95b9c9560a1bb74ba482e6552b4fcfb03e34f9e45f1ecb36449e4f5407 Description: debug symbols for aspcud Auto-Built-Package: debug-symbols Build-Ids: 2ac6fcfd30f047326691f7d4e6c1850af2b0fc8b b596c1c179633833e348f0128bd63409a4932723 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: assimp-testmodels Priority: optional Section: graphics Installed-Size: 74445 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: all Source: assimp Version: 5.2.5~ds0-1+apertis0~v2022bv2022.3db1 Filename: pool/development/a/assimp/assimp-testmodels_5.2.5~ds0-1+apertis0~v2022bv2022.3db1_all.deb Size: 20601400 MD5sum: 932c2e71ae1e0813c72d5c5b2042cc09 SHA1: 64ccf19d8a4bf3b73dd0d19207c1bf5f63de4465 SHA256: 82e7d0318c75f0f696376ff4c4ea3692dac1dbdacf988efe1757a12523a3fbe5 SHA512: 56ddc223f85388ef3053e12c7f0b4292d2b987b6a7a8709366436f6baf2574eb75059ade037c9f70a8a04e3d612b3203594a127e7c66b141813fd003c92d2d99 Description: assimp 3D model import library (testdata) Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience. . This package contains 3D models in various formats for testing assimp. Homepage: https://assimp.org Multi-Arch: foreign Package: assimp-utils Priority: optional Section: utils Installed-Size: 458 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: armhf Source: assimp Version: 5.2.5~ds0-1+apertis0~v2022bv2022.3db1 Depends: libassimp5 (>= 5.2.5~ds0), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/a/assimp/assimp-utils_5.2.5~ds0-1+apertis0~v2022bv2022.3db1_armhf.deb Size: 187208 MD5sum: 7da91380b094f96ba0507626521a4815 SHA1: e0e10b22d3c211ded203bb5d4f4131b99e3d0fca SHA256: 2847d78cf6f2beb994713fcb7e05f1c1c32ddda5855733c9f43b079d54156aa2 SHA512: 6fcacc6595e8cdbce3fd6f79c79d09dfcef455028ead5637f08e46cf1aa1bcb4302944be4717d965f91a6e73cc6ced4b61f87c470b9f6dfdc49f89bf5c050659 Description: 3D model import library (utilities) Assimp is a library to import various well-known 3D model formats ("assets") in a uniform manner. Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience. . This package contains additional commandline utilities (currently only 'assimp') to interact with 3D models. Homepage: https://assimp.org Package: assimp-utils-dbgsym Priority: optional Section: debug Installed-Size: 610 Maintainer: IOhannes m zmölnig (Debian/GNU) Architecture: armhf Source: assimp Version: 5.2.5~ds0-1+apertis0~v2022bv2022.3db1 Depends: assimp-utils (= 5.2.5~ds0-1+apertis0~v2022bv2022.3db1) Filename: pool/development/a/assimp/assimp-utils-dbgsym_5.2.5~ds0-1+apertis0~v2022bv2022.3db1_armhf.deb Size: 588228 MD5sum: 89b9e911242332c9241fa5c7b610a883 SHA1: 4833a6d873cf23a0a561026609c0f45ba2892e49 SHA256: fc55f40e88a99627b63e2c30ca6d214fbaf1beb31cdbbc0ae28d619f719c8866 SHA512: e0c2e2571baf43454b2c55a9928a5a18ad13e8c5c5f9169dedcc431d0a69a7391e927991e7939b9e5ceae91f65629df2d79e9ce2da68484de85a16c88a554860 Description: debug symbols for assimp-utils Auto-Built-Package: debug-symbols Build-Ids: e6353d2d8308e22b15662127418465315c22af6a Package: at Priority: standard Section: admin Installed-Size: 128 Maintainer: Jose M Calhariz Architecture: armhf Version: 3.1.23-1.1apertis0bv2022dev2b1 Depends: libpam-runtime (>= 1.0.1-11), lsb-base (>= 3.2-14), libc6 (>= 2.28), 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_armhf.deb Size: 47608 MD5sum: c47c80ab6fd89c852ab7f425800b4240 SHA1: 7c2d8dae7cb676cbe26a2196dbbbd2f3aa0b3e2f SHA256: 9762d471406f5d65204e23c0d64b4ede283c82d01f106e88af08a15251a3ea4a SHA512: d1c31c5500eb0165ade8bbd12aa86b511a1ec7cf7baed4c33527761c222792ef9a043a3cf8ce983cb8fd8a512d0ff0b01427f70e61cc1cc1a3bd821bae98048c 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: 91 Maintainer: Jose M Calhariz Architecture: armhf 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_armhf.deb Size: 65088 MD5sum: 7307f4bd534f2ebe33de418a0005823c SHA1: 91eb2cc259421353b5f22ed61922b3f5a1c3c712 SHA256: f4479779a91dbe07c0181950785a1468152c062f213aeb116c86e8a82d43062b SHA512: cd5bdd2d3f01fb6923000aff488e03ec9c044956deb512dd7c02dbe122c97d8e1a54068ada054fe2d4159306ffd72a22d36affe08ae77a6ccfd3e62339b7c48c Description: debug symbols for at Auto-Built-Package: debug-symbols Build-Ids: 38bd23cf4211bba8df77543d61f4ce5b924b2600 83d6c5690ff012c5513c3085629d97a57f661f67 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: 68 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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_armhf.deb Size: 35548 MD5sum: 271980f4a81741280171d10b45ba9222 SHA1: f146c3da4154b15bbac2826ea5d6c2bafcac8793 SHA256: 96083df8328ac2941c779d89529c8c59d008cd3e40cfb0a31b73311aca3c223b SHA512: 50d420b10944b1a36b6a79fce406d0dcbaf66bb09fe8c468733b13b79e5c6d7371977cd6a432cab0307aeeeca0919fb5c30b5202f87661108d210811564dae5d 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: armhf 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_armhf.deb Size: 25224 MD5sum: c1f7d5e366f9bdb9b492be05ee1ffcfc SHA1: 25945e4d3fb06422934699d5cfb136442b56954e SHA256: 4e553a01ebf5fa36247ae2e5a8e6345eacec29d9765f6c7661a2d5d4cfc86339 SHA512: 7e7f5dea828c3e608dc5529993d40e1e7e6d6ff39121899408aad323d32180a7b795613de07479f0913786583d99c9f348c15d587d4de4479fa539ba4e1980ff Description: debug symbols for audiofile-tools Auto-Built-Package: debug-symbols Build-Ids: b7594acc77e62b33b3d4dd07c5ddfb2145146b04 eb521e0906d0960c50a683a08ac8fa1711751ec3 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: 213 Maintainer: Hilko Bengen Architecture: armhf Source: augeas Version: 1.12.0-2apertis0bv2022dev2b1 Depends: libaugeas0 (>= 1.10.0), libc6 (>= 2.8), libgcc-s1 (>= 3.5), libreadline8 (>= 6.0) Filename: pool/development/a/augeas/augeas-tools_1.12.0-2apertis0bv2022dev2b1_armhf.deb Size: 174404 MD5sum: b420972bb3d7927d58d2a68b161ee742 SHA1: 26033ba50ab3182c9f8bedd9aca6c0be576e9001 SHA256: 5a588968ef00b48c990a90cf92579d6ffe0dabb65f7e73c3f8058b67d3246343 SHA512: 0c5baeee59adba1b76cc475f43a0eed17b120cc28bf701c5e40440c5cd1c2cdb5f45a746acd31d3bcc63c8649e4c8368e8182481b3697f6d982e131b0038cd84 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: 72 Maintainer: Hilko Bengen Architecture: armhf 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_armhf.deb Size: 39524 MD5sum: 06d945e5e2924d25e52384f5272bb159 SHA1: f470a2a7688dae48f29251baef0e50e1852c74af SHA256: b31a5b056bc4750492fcdb99f4bde39cb54874de8309a5d1eb5a7a9865baa7e5 SHA512: 48b431e8bb76677d448b0841d11c08af5fd5552d1e062770e58a0260e9bb5aca5161c8bef958ac4fe89161de0b8ea9ca48ce9605073e642a779e39923c7ddc90 Description: debug symbols for augeas-tools Auto-Built-Package: debug-symbols Build-Ids: 157a1868684381a5eac54f44b82764405e1e41ba e54f1ce5e2bb2c217b0b9ef4a812f4c5fb8adc42 f022d3e1ba3b0438782be671c6123064414e4574 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: 1063 Maintainer: Andreas Metzler Architecture: armhf Version: 1:5.18.16-4apertis0bv2022dev2b1 Depends: guile-2.2-libs, libc6 (>= 2.28), 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_armhf.deb Size: 560176 MD5sum: ad6fc7a5d1fc4f557851f91dea981e48 SHA1: 9d847f87879c792942531daae290cc62f1054e9b SHA256: 7f26bb48dfcb79029c3f75b2526e7f1b79e98b16fd6e42a661cc2c14e300e0d9 SHA512: 028abedca17ae999cb5ec7a33dd3b26c9b00374759efbed96077566dc7ac15cf6045a12729b0eca4b37d4e8d14f1092cea7be4a05a1dc141cf2c47265d11bb96 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: 345 Maintainer: Andreas Metzler Architecture: armhf 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_armhf.deb Size: 288764 MD5sum: c8475a35af72dcd5edefbb6477721383 SHA1: 3c0d5f7fc5bf8b18500da2330273b075c2521a7b SHA256: 3c866f836b0a1be2df18f9a2f661fe4ca09df0c8d2d73f422bfc80ee9f4d0716 SHA512: 6da1cb16913ec5eb0917c3669966772c9b64e80f2d05f0930f9b0d4599ae09c659e08d2fc1b5653b0973105dda20e1b2cf774cf610e0ef42c570a8ab63bd815e Description: debug symbols for autogen Auto-Built-Package: debug-symbols Build-Ids: 862769bdee8450fcdbaad4eee3aac04417e3eb7d 9f94ceef56191749e48e36f619ea926e493d09ba a84f9d20c037fc28e4da3514915bfffa777eca5d ba957471d422604bb203c3184712c47a1e91ab25 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: 89 Maintainer: Jon Bernard Architecture: armhf Version: 1.5.8-1apertis0bv2022dev2b1 Depends: libbabeltrace1 (>= 1.5.4), libc6 (>= 2.7), 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_armhf.deb Size: 44000 MD5sum: e34f6d22cfa29b6cd57f701b088cd6a5 SHA1: b5244311849ca4d2b8e4899d8e06ac40a0a2b5ee SHA256: 6dd3a79ade78fb9e4500ef95fb682581cf6331ec1ba6bdf9432dc599b1f2fc09 SHA512: 899d230d19262a4530e3dc3c74462170d4e8b751dbaf42dd272be26530908ba1f61eb9cea29ef71e1900bd159856d9ee648bd00ae75c7340fb0f91038fa950e7 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: 67 Maintainer: Jon Bernard Architecture: armhf Source: babeltrace Version: 1.5.8-1apertis0bv2022dev2b1 Depends: babeltrace (= 1.5.8-1apertis0bv2022dev2b1) Filename: pool/development/b/babeltrace/babeltrace-dbgsym_1.5.8-1apertis0bv2022dev2b1_armhf.deb Size: 44752 MD5sum: e72cab0ea4a9eb97013a64500496dbe8 SHA1: 00ffc5e843c9af0a2b7ecec2c9f77c5f617213ca SHA256: b3d0035bf3671a84e124d45e66829be43993f00093b433d668cb70c471ac1b78 SHA512: d3b41569f407e609a583750edf32ca453ce313724ea0987bd740f1f13f91ee78a542b43d593a0b4686756d651c94b0bbad024e7b2619a6069a185f36ec1de7c7 Description: debug symbols for babeltrace Auto-Built-Package: debug-symbols Build-Ids: 30c98b425b85becd7abbbb6430552babbb9cfbbc 968a7676f9f675204abebe3d1f29df12dbb7d764 Package: bash Essential: yes Priority: required Section: shells Installed-Size: 6057 Maintainer: Matthias Klose Architecture: armhf Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Replaces: bash-completion (<< 20060301-0), bash-doc (<= 2.05-1) Depends: base-files (>= 2.1.12), debianutils (>= 2.15) Pre-Depends: libc6 (>= 2.28), libtinfo6 (>= 6) Recommends: bash-completion (>= 20060301-0) Suggests: bash-doc Conflicts: bash-completion (<< 20060301-0) Filename: pool/development/b/bash/bash_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 1356608 MD5sum: d56192c6d6a63a44473744d9302ded5d SHA1: 90cefe816261df880ab4eca979266e0a3ab9ee9f SHA256: e986af6a5a615e8b382257d2960998c5ae8f305eb7e31ae0f0fce52763ab6c14 SHA512: a454c7ae72e8acb0c01f952d481663e812c62dd798d80d463c775249dd0fe051a3e15210480e0074e534e03e87ab6b7b9b48dc7e2bafb137d9eb5108b96ec4d7 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: 772 Maintainer: Matthias Klose Architecture: armhf Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Depends: bash (= 5.1-2+deb11u1+apertis0bv2022.3b2) Filename: pool/development/b/bash/bash-builtins_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 132796 MD5sum: f8ece807c878fdcfd750971f9f795e50 SHA1: 8a067a57d3aae1fd309cab9edfb5fb8d02c07044 SHA256: fc227f88114bcc580ffd1a32b6bf39660a0aaf7ac76911021a63181c9ce979bc SHA512: 03e626f4225afcea7eea5e2304dda8db2c1c78a66c9d58d365208e815ddad7386a02ecba9b9064d455d59a6807afc921fd494586625c95bcc643484d61a62898 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: 311 Maintainer: Matthias Klose Architecture: armhf Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Depends: bash-builtins (= 5.1-2+deb11u1+apertis0bv2022.3b2) Filename: pool/development/b/bash/bash-builtins-dbgsym_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 127336 MD5sum: 472d727d22a4828802f55df0460694fe SHA1: f20f4b6d71b9b6778f4b072407ce1d86ed7aff77 SHA256: bdd3de7b6fa9c9b728a34acb0c8d11a1d285abccff68727df5dc2ab96f264358 SHA512: a88e11fd36a6b869001aa6ccfc23b985bffc9c494836538f85ae4b3751ce2c70356125f1d248301c964b73e9f953a5a4998051955f3cfdb40453f1efa6eff334 Description: debug symbols for bash-builtins Auto-Built-Package: debug-symbols Build-Ids: 00acef8521c719d692bab4656dace8849c053fef 055b0933f3244e9886153461d2179edf3306cd65 08ca1fa98df3fb3a79ffaa59f6bca50fd77700b8 0a135469d5762ec794a77dd78b292898f77b97fa 1159475c63d0df0f997f19fc2f7d14ea599196a9 17e0670b10912d466dd77035aba106b943aa7a42 1b0e4ad02eb216ef74cf3321664f4bba1861b1f5 21cd2f06e6e77b47f33e5d6d31811213acef6caf 2f56d0bfcaddf8f243b9a4539aa601181d187faf 375d0ec7937a9ed3013c8af41f06449d715022b8 39dc8f597ba9aa80efe5ef66821086db1fa793dc 55d34695a84f7e0755edbe3649263ca5dfce8b58 5a37cc2d366d10d5de48b038af79b6caec03495a 6d2741e70a2185b9cbcc3c735f313e15249867be 7959650ae5beb5d46d66b5fa02080f242c712d15 805c0a8f3f31425d038fa7ff1d308a1eda19cf01 81bd07ee5eef4f667d75b31d1010b7e0718d1ae6 8aca475b690606752732e2e50b15e5a0c9aa3ad1 9a8d93256fc0d7a862c7c6bf7063200bdedffd56 9e58e5d8511dff235c6dba1fac7fb3f480cabf79 bb26e851e90afdb89555fd104de5c69b425e0442 be6e3ce6e3e14fd0a18025f2662aae37d85c9807 d45e6e34506b9aded27709177403e39be5a2c246 da4cf16c764b60bfd600d5cb70fea69fd39ecd2b db1ef54247867f970da6ab1693727d49ebe9b35f df1737a491ce5a5cf3c56284954b9d14689b1c73 e407ad1daf5e78c6aa30ea8bcd01a0e9e4b5b885 e69c47d28b0c9a808b8766934468e30fea0ef0cb e6bcd50c368d27f44d03f34c2e0c51c74b191b46 eb7ec5e10eafc0271d22bdac4800034f57aab9f8 f3d3739cf5846b48bacb9c6885f6f737024e0e0f f43bb5895a28c80421dfdf0ac95d4159e27a9731 fc106473968c18fd6b7bfee4465b9b741533a81a Package: bash-completion Priority: standard Section: shells Installed-Size: 1523 Maintainer: Gabriel F. T. Gomes Architecture: all Version: 1:2.11-2apertis1bv2022.1b2 Provides: dh-sequence-bash-completion Depends: bash Filename: pool/development/b/bash-completion/bash-completion_2.11-2apertis1bv2022.1b2_all.deb Size: 234616 MD5sum: 29f6624f17e6d89e9122ad091a0ec5f9 SHA1: 57dfa8210c0e6ef3853dbe8a7cb5dcdc90f83822 SHA256: 648fa37f66fee1e7f6bed6e576bab259bafb151a010e4fb91b0f981cf4af23e3 SHA512: dcc97a956a5f454e1a4e4f70565fa8aff21cf8353151c5c052d656b0ca10b686cd5a257942458703cc970340012bc243e8ec1b038851feb76a178639fd83ccf2 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: 1523 Maintainer: Matthias Klose Architecture: armhf Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Depends: bash (= 5.1-2+deb11u1+apertis0bv2022.3b2) Filename: pool/development/b/bash/bash-dbgsym_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 1396612 MD5sum: c23568a35a1878791752eef8ecd60755 SHA1: 488ba06f1721c0f274c2e62e9cce0f4936bf7dd5 SHA256: 7f055112712d3aac097aa056fbaf825522a918d4abb046b94f99acd65e591a85 SHA512: 93e94e42495d33a77ca2ec9233ba4ba20adbec39d5863ed5b95dac7979fdbbc2dc52384cad436b08e699fdc29bb86f1f414938451c76ded1e48f1c41eaaec2e4 Description: debug symbols for bash Auto-Built-Package: debug-symbols Build-Ids: 0495af29a94e6d1cfce9ae64c5f91a8c082388b1 a2de8d1ff23b1eb3492c639aedca3e7e8c2359b5 Package: bash-doc Priority: optional Section: doc Installed-Size: 3244 Maintainer: Matthias Klose Architecture: all Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Replaces: bash (<< 4.3-2) Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/b/bash/bash-doc_5.1-2+deb11u1+apertis0bv2022.3b2_all.deb Size: 1934684 MD5sum: 87106a4d3cb20e711db1f87f3d56e244 SHA1: b52f3df57046e9ccffca4f99d5c802dec7d256d7 SHA256: c0295daedcc729a810ab550947884f4b4a7c9e4871a0d08a2be107fa2753363e SHA512: eadedf061cc3ad9dd44a1600bf2443f24eab562d9a6dfb45044414491114803be26e97a1829a5311a89af39247c01bd427bdf1d7cc641181a13ca4502f8866d1 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: 1524 Maintainer: Matthias Klose Architecture: armhf Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Depends: passwd (>= 1:4.0.3-10) Suggests: bash-doc Filename: pool/development/b/bash/bash-static_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 955408 MD5sum: 98a1ee784b37a73f3a30e84a4d0c0990 SHA1: 1262ced446760d5cf28f18419f3ac824c4bc84ad SHA256: 18d4dfd17118e61267dd3fba5880e7cb37e26a21a0a09443ea66c42cf1dc1d9c SHA512: de23cd49630b792e3c926e3d721bb2f7d6ff00ab362421f596170e80f7984ce490f7f5d1dc4f92317d6b791d3289377af0ca8e52936df2b5c20156a552e7df07 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+deb11u3+apertis1bv2022.1b6) Homepage: http://tiswww.case.edu/php/chet/bash/bashtop.html Multi-Arch: foreign Package: bash-static-dbgsym Priority: optional Section: debug Installed-Size: 1637 Maintainer: Matthias Klose Architecture: armhf Source: bash Version: 5.1-2+deb11u1+apertis0bv2022.3b2 Depends: bash-static (= 5.1-2+deb11u1+apertis0bv2022.3b2) Filename: pool/development/b/bash/bash-static-dbgsym_5.1-2+deb11u1+apertis0bv2022.3b2_armhf.deb Size: 1420280 MD5sum: 39b3089bc385adaf44f195b1787c9287 SHA1: 88e978b91201f99c932ac940855c7dee67644566 SHA256: 029b4a2598fe78fe8aaa5a98a0e596f54453b1919b43b777a6559109916835f6 SHA512: 99d4cd995f0615a930233e8db01070c2094a07e2b6a551d1d02dda2f7b7045687e637ef34a0b72a0b6ba331a360215444172b6b150d9dcb359614ef1cc9eaf2b Description: debug symbols for bash-static Auto-Built-Package: debug-symbols Build-Ids: 07710e55ece13aab3d04735e6149e9197424eed0 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: 208 Maintainer: Ryan Kavanagh Architecture: armhf Version: 1.07.1-2co1bv2022dev2b1 Depends: libc6 (>= 2.4), libreadline8 (>= 6.0) Filename: pool/development/b/bc/bc_1.07.1-2co1bv2022dev2b1_armhf.deb Size: 104172 MD5sum: 1265c25178f4479d937729ff4c793756 SHA1: ed77345d4abdbd06b3b2dad9eab8c80460926fbc SHA256: e46a95b9b6cb28d765d5756d74dda7e24df438edaad4ec550eaf99a2d0839236 SHA512: ea5bfa29fab56718fe45d134809c88a0eabf86e43bc3e728261451de88a7dd446ffed88bb7d4fe66711d7b27f97a25d3d9c75d833d22a1cd542fa40e6730352a 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: armhf Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: bc (= 1.07.1-2co1bv2022dev2b1) Filename: pool/development/b/bc/bc-dbgsym_1.07.1-2co1bv2022dev2b1_armhf.deb Size: 91156 MD5sum: 8d11ac23144dcbe934a9ec3761222d0c SHA1: 8fe82b04553308ad45428fe67578e7d862da15b3 SHA256: e5c5e385ddbab1a85f2799d50cf8692c2f6528173609f0124501e64f909fc502 SHA512: 2e359944dea082827cc4d9e33a752baece89e27f98b9a91570965fe5321f4cafd9e442840b337de5d9469b2580eb321187545489da1d46c811c371f00925b724 Description: debug symbols for bc Auto-Built-Package: debug-symbols Build-Ids: 1d81bb735632e532a5b18fda3169c5efeb4f73ed Package: bcc Priority: optional Section: devel Installed-Size: 210 Maintainer: Juan Cespedes Architecture: armhf Source: linux86 Version: 0.16.17-3.3co1bv2022dev2b1 Replaces: linux86 Provides: c-compiler Depends: libc6 (>= 2.7), 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_armhf.deb Size: 111060 MD5sum: 54291edcd02f38f8eda230f04b846acb SHA1: f131de1957a246e1f87a1b7d016a8581f55c0c44 SHA256: e3df55aa6d1ecd7dc08175f295256e02bf4a3dd70a920df15602408deba7df0c SHA512: 3e60975d1ce7fb65916e6c8d67c4f1d5e0c05b475b8198de8e7908823f1eae9740096eaa45271910c7e439fbf177d221ffb77f18a2e35a4379a8cc9af6f75c0e 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: 32 Maintainer: Tatsuya Kinoshita Architecture: armhf Version: 1.5-12apertis0bv2022dev2b1 Depends: libc6 (>= 2.7) Filename: pool/development/b/bdfresize/bdfresize_1.5-12apertis0bv2022dev2b1_armhf.deb Size: 12492 MD5sum: 6ebcd618e0a49b155651c66bce5cad61 SHA1: 5b57849256f39ee1cabb4c7c90ddc524cb04cb47 SHA256: 7b56dc1fb2b5559295480998ed266acc45041aae6343caa9dbf3183e5ebf76c2 SHA512: b453063d23050eac0534b18e16bc7e4d48cabbc71b54cdb74a991ad8764d8d6a1ecbc0a9ee252b271b85f83ff498270a912aa8b5d80067391f73917e2aca75be 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: armhf Source: bdfresize Version: 1.5-12apertis0bv2022dev2b1 Depends: bdfresize (= 1.5-12apertis0bv2022dev2b1) Filename: pool/development/b/bdfresize/bdfresize-dbgsym_1.5-12apertis0bv2022dev2b1_armhf.deb Size: 18532 MD5sum: 2d6d4be1f22e52500793250bb80b099f SHA1: 7b98bd26c2f0d4a70238cd83cf21e2380af39964 SHA256: c569f6eaa92ea5700feb8757765d57d8936da83c798d3271d79e329b7ff07f1d SHA512: 9b5ae81b3e551806a1ee90bc4586b9f6ac600fa64b1775766d8329bf4797b9b0c0969f88222a16d01d9221e525997fffad8a4e32ddcac21869534d3d0d07342d Description: debug symbols for bdfresize Auto-Built-Package: debug-symbols Build-Ids: 86067a48c49f11e6e2b7c664dbe5a875f382674e 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: 170 Maintainer: Juan Cespedes Architecture: armhf Source: linux86 Version: 0.16.17-3.3co1bv2022dev2b1 Depends: libc6 (>= 2.7) Conflicts: linux86 Filename: pool/development/l/linux86/bin86_0.16.17-3.3co1bv2022dev2b1_armhf.deb Size: 93156 MD5sum: c1902182598f05debf207733d6634d50 SHA1: 3618cfc2e55adfa12b42deca6303bbb5e88c4b10 SHA256: 98739fe940982d84a2f5c2538a8b95a1cb0bbc35827f1a8fb682ad17e748718d SHA512: 188e7c211f4ad8f0268538068d784c68059c7b204b89655c98a59c4c8cbd1616b38e202f9cedb3c74f1ec7a7531ac900a30b54bb53981615920f23ebc050b8c3 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: 2773 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-bindgen Version: 0.55.1-3+apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libclang1-11 (>= 1:5.0~svn302377-1~), libgcc-s1 (>= 4.3) Filename: pool/development/r/rust-bindgen/bindgen_0.55.1-3+apertis0bv2022dev2b1_armhf.deb Size: 787996 MD5sum: 180437a46eab73db033bb1adf5845cf0 SHA1: 20f21e7fede00355102fde608aac5e9bd20eb016 SHA256: b09e46ea1b2bb97724eae9e4882acfed35c0f576e86bf514cd7cfddd4f8b943f SHA512: baabc47d7b6092be4182cf59ceefa13b401395a06f5c5eb00596dc646a2a80d5dc49a911d8340b9ebdf5226037b68598fe2ac2cc32809fe48e0269879186e56c 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: 16484 Maintainer: Debian Rust Maintainers Architecture: armhf 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_armhf.deb Size: 11800384 MD5sum: 64f10778bdf352048ffc5f6c992fbec2 SHA1: f0059cd671c0ee3c484179bb88dcf4425a97314d SHA256: b1031318e57f190162a098cf3907ed7b79999687c9c37f78f563cd861209cae5 SHA512: 8d54a8fc2558951eedfba008fb314b7eb8c0036bb55ecec3a73e952f91aed0110e44ba5e175f92ce56e205c189afb833b89dad72e5ea25f8ac48cc34fe77182f Description: debug symbols for bindgen Auto-Built-Package: debug-symbols Build-Ids: 205e8e190707131ca0c381abb0c499bc8d003185 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: 157 Maintainer: Colin Watson Architecture: armhf Version: 2.2.1-1+deb11u1+apertis1bv2022.3db2 Depends: libc6 (>= 2.28), libpipeline1 (>= 1.0.0), lsb-base (>= 4.1+Debian3) Filename: pool/development/b/binfmt-support/binfmt-support_2.2.1-1+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 58996 MD5sum: f817d0ef717a3909d04f35d98927a0d6 SHA1: 1373523d1942c696fb2e0f2852886dcc9258bb37 SHA256: 1047f1e09029e12a25bb3e02e668a806a0522434efd7ec8cfc54a2a8bb53f54a SHA512: b06ff75f52a0267b18df4b42546e2d065acc19e4457f2a90bdc9fb709de07dc137f5ea418aefd73c1a1495b47daecdd515db75d90e209c1e000b90a54372358b 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: 259 Maintainer: Colin Watson Architecture: armhf Source: binfmt-support Version: 2.2.1-1+deb11u1+apertis1bv2022.3db2 Depends: binfmt-support (= 2.2.1-1+deb11u1+apertis1bv2022.3db2) Filename: pool/development/b/binfmt-support/binfmt-support-dbgsym_2.2.1-1+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 229700 MD5sum: 1a0d12e9c640efbefeb4709793226f4d SHA1: fe47e7cf9e36728ec406c215783e6d0b7384c413 SHA256: 66462eadb1adf896f6f62b4883ad0dc7038fa8821fffa4a08caa7c9d9581fd97 SHA512: 65daac404fa3b86dbb1b600e64568f3aea805d116bea993d57c6db95416b6cf70024c5bc92bf421d7c5080f0b295549a4e51b21f6bffad506e8bf63ed5c0c5f7 Description: debug symbols for binfmt-support Auto-Built-Package: debug-symbols Build-Ids: ddccfb90951d17d93e9ccf385011a335ebb8f736 dff4bffa682ebcf5eeb8fe86084993ed64431920 Package: binutils Priority: optional Section: devel Installed-Size: 98 Maintainer: Matthias Klose Architecture: armhf Version: 2.35.2-2+apertis2bv2022dev3b1 Provides: binutils-gold, elf-binutils Depends: binutils-common (= 2.35.2-2+apertis2bv2022dev3b1), libbinutils (= 2.35.2-2+apertis2bv2022dev3b1), binutils-arm-linux-gnueabihf (= 2.35.2-2+apertis2bv2022dev3b1) Suggests: binutils-doc (>= 2.35.2-2+apertis2bv2022dev3b1) Conflicts: binutils-multiarch (<< 2.27-8), modutils (<< 2.4.19-1) Filename: pool/development/b/binutils/binutils_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 62200 MD5sum: 25ab3a0de5371a22ed966bd7528e69bc SHA1: ebb62beea307c1af18e380ac76b86bb7078024e2 SHA256: 094e422abbb4598beb4d8333fedd77e30bc8c89d089654214d9a2067b55b6de5 SHA512: 23275ea1e9d36cfbfbeb0d22615868c5eee7fff6f103f469a21dd0b950ed26dd3c0fee5b835feb0d4ff63b975550eae4e74629b4af731ba73a5827c7c14e902f 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-arm-linux-gnueabihf Priority: optional Section: devel Installed-Size: 7730 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Replaces: binutils (<< 2.29-6) Depends: binutils-common (= 2.35.2-2+apertis2bv2022dev3b1), libbinutils (= 2.35.2-2+apertis2bv2022dev3b1), libc6 (>= 2.27), libctf-nobfd0 (>= 2.33.50), libctf0 (>= 2.33.50), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), zlib1g (>= 1:1.1.4) Suggests: binutils-doc (= 2.35.2-2+apertis2bv2022dev3b1) Breaks: binutils (<< 2.29-6) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 2382040 MD5sum: 560cfb8b03933fff700f1ba63a43d30f SHA1: f306e4ac764daf4ed3cf025555209dbc68693382 SHA256: 93304c10bcd60498cadfb8664b0a8e9490f6bf1250c122908bb2c05dc8be1523 SHA512: 7b557c7471eeb5aa3de6353bb997d0024d39f9b84093483b833b53a83abeb01f3f4788a7ecb4eb6fe7beb6bbe13d59a316d365897c4feaa19a4d3541fd28eb31 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: 36854 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Depends: binutils-arm-linux-gnueabihf (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-arm-linux-gnueabihf-dbg_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 31602424 MD5sum: 08aec8deab4fb3ebb7f5728a2a5d064a SHA1: 6771d951d407acb1db9bc933deaa1a181abd74b0 SHA256: 28f81167a3f3a95752a1a17135ecb0e13fcdaf4a54bfc0909c7a753bbc5b4ea3 SHA512: bc46e5b11acc7940847685022fc6b5251af86421fd7607d4165ca096b76807476d0a42437a8c893b4bc1098ea19a8f60fb9fd366c97669f729e701d3635a9535 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: 10707 Maintainer: Joaquin de Andres Architecture: armhf Source: binutils-arm-none-eabi (14apertis0bv2022dev2b1) Version: 2.35.2-2+14apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), zlib1g (>= 1:1.2.0) Filename: pool/development/b/binutils-arm-none-eabi/binutils-arm-none-eabi_2.35.2-2+14apertis0bv2022dev2b1_armhf.deb Size: 2190156 MD5sum: 3f8de8a228f48d50014780e9e1bc26f3 SHA1: 047ecebf83aacf14f7d2a9476f32a250f67deb2d SHA256: dfc64178851f981b7cf63479ba20f6014f802a851fcfcd759f3a8398d3872ec2 SHA512: 7bca3180b3ec36e00a5531327fcf94825fd0f17a9a740e3a6dee36eef8beffa1b6d262cbd52c32179e702d1635a9074663bc68a24427e064293817eaa1d7ce85 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: 30281 Maintainer: Joaquin de Andres Architecture: armhf 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_armhf.deb Size: 27983632 MD5sum: f2719e8f004221389ff4c7d068e1631f SHA1: 712e470d2e7bcb793b48c98a200e17f816374d95 SHA256: d7f6d829edde66021af6756d9a787765408ec7704c7d784a64d49f5072497c59 SHA512: 0e91037ffc322a7680654bad60bedf39b8c23065c3111b08e48b719abcec4bb0e906b6e75b013982bdc7cca62c567aa041d155a4426a85863876715409a057dd Description: debug symbols for binutils-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 0736938414c34df5a977ed90388d174b4d68f79b 08e2fc44e5fa5e15e589b40cd637df4a70501e87 189f40a95d64b08e307ef1d83d0a12f494220535 18b4d975f6fe69d7d570deb0b2974e589dbdb3fc 2293ccbd3199c3208c7dfee0315b9a01ca0b54c0 30e056eb3ccbbdb083748dc130595fd3d37c145c 42b4e9e00b4242f9c890bdaa668fd0522e69fe78 577b09642bd749dba53d81b77d145ceba6a9a9ed 658f9a58a5fdce348a4eb1b8c13880217bc76888 9723f562ad8d68f76d57efda49528efa3e20310b 9d905d6c89929c183ad7cf1c515cd936494056c2 c7253a070dfdf6ec9891c988715dd4f4e563cecd ce8bf4f7177ac5d4b9d1d0cce392e9505858dc73 deec2322330ded2cc86b788778758fae4313fd05 e5a46aefc7293156d839c52f7b335d11c953208a Package: binutils-common Priority: optional Section: devel Installed-Size: 13898 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 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+apertis2bv2022dev3b1_armhf.deb Size: 2220528 MD5sum: b23b881eac642580c14e691d7993b452 SHA1: 1f76b01b781aaab8a2ca27f19d17ebc2c784125e SHA256: bfb0e69106717452fb3c42664519fb9e35340c59be32f1cd83f43c4f39661a61 SHA512: 68eb29653f50e065c1c55b91144c614510bd00966c40f9f583b87e388e253b0f03adbb625039f45e09111de29ddbfb9e5d0ccc31d8752b132d3dc37e4a8c1346 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: 14815 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Replaces: libbfd-dev, libc5-dev Provides: libbfd-dev Depends: binutils (= 2.35.2-2+apertis2bv2022dev3b1), libbinutils (= 2.35.2-2+apertis2bv2022dev3b1), libctf0 (= 2.35.2-2+apertis2bv2022dev3b1), libctf-nobfd0 (= 2.35.2-2+apertis2bv2022dev3b1) Conflicts: libbfd-dev Filename: pool/development/b/binutils/binutils-dev_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 2404984 MD5sum: d666265ae9d00461cb28b16ba755b900 SHA1: 3ea316e6c4fe54a7895711034ee273e61019a72a SHA256: d1be730a427a616dd66b30c08f1e1a0c04393266d7665bed64cb7f2cf968b2f2 SHA512: c81c50739a6f60eb33a24bdc5388c65289ae6d4fafbb28289d83390a07d88188525891f65cbf21014d9b41e45536af5869ade874f8e1e41df92bb2cac26a77cc 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+apertis2bv2022dev3b1 Suggests: binutils (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-doc_2.35.2-2+apertis2bv2022dev3b1_all.deb Size: 574828 MD5sum: 10ab409c01e85065996a4386f48c22a0 SHA1: b6c87ef63e695446a398e55a7d6ff3fcca20f389 SHA256: f00e229fe90cf7750e2a7f79ff0037f57ff78d20f262d0ce9a41d7f083ff9f9b SHA512: 5fa8dee6ac0029afd2df83a5620b0cf628ab4a40c044974c8259c3784f44ff2e53be11a3002b789fcdee7c04ac5a48e47ebb54cf6a8e591faa9d78640f977792 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+apertis2bv2022dev3b1 Depends: binutils (>= 2.30-2), binutils-common (>= 2.30-2) Filename: pool/development/b/binutils/binutils-for-build_2.35.2-2+apertis2bv2022dev3b1_all.deb Size: 1100 MD5sum: 755e0a2c8107e1ae67a28a5b9fbcf143 SHA1: 071436e501b5ec344b1dbe3177be5e1f730818e1 SHA256: fb325663edc336571eadc824b64406be21cba4f3366ce808b0604c9a8d4de43d SHA512: d11c50a102629bbc74d06c127f8d6c50dc2d3f63395272b23b325392681b665e1bd34423d5fee0a266e4f5fee8af88940392accdae14bb3d0530e5b0eff41e52 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: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Depends: binutils-arm-linux-gnueabihf:any (>= 2.30-2), binutils-common (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-for-host_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 1124 MD5sum: 073fdcbbe7f1883c27816294c443a1b3 SHA1: 857b68859f3b00fdff39fba5b9c1d43d76d94544 SHA256: 415044e338b9ac492b8b510e8f1badc991f343fa268ae8b29b6773b61d5086ed SHA512: dea75f3fe844b1bb327cf442c03da3601c788bfe2b636a9201ea57c3f1c2b3ded2de4878d4d90167878ee6b7d544bf78a4ee0050cc28b6bdcd87d63170b9d58d 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-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: 12486 Maintainer: Stephen Kitt Architecture: armhf Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Replaces: binutils-mingw-w64 (<< 2.22-1+1) Depends: libc6 (>= 2.28), 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_armhf.deb Size: 1903920 MD5sum: e8e7197caf1c4bf12bcb97d519440946 SHA1: 0bd1e22876cc9bf3723b0c6577d7b1a65832f54e SHA256: 74ee8c3e66f4c7b5b99ab874c9f6d2ea147f6159c4c3dff943847047eb07b0e2 SHA512: 58c266b83a4037e237abb3d5527a28f90ae0ad976e09ed61f0dec5c5e224c57b04f0a468da7616ce0161069e339bf7e27e375e6d6c7fa03428cb5d79ce750efc 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: 39625 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 37027984 MD5sum: abaac1fa8b1e9f36875a20f0c1b78e64 SHA1: 6d1c07e53ce794a89acda266408fb13928ddb50f SHA256: 145c04115d20c646e34dce88120993fe7255d5c5de8cb8b4146ceba58f9d3987 SHA512: 41ee118fd9823150601f15a8731dcffc1a184c524932d39e34834a5a7c6f303b6949f5483d30c1d045c0757d3498b8bb52b22972caa7012e6fe7ba2ed5bd04c5 Description: debug symbols for binutils-mingw-w64-i686 Auto-Built-Package: debug-symbols Build-Ids: 1b317900c2c2919f838bfd17a6c7624590986a18 38257963d85af3e56a4d8f158451456a28699259 3b0024532f51e9b64cbf1fa1f3e960c64de316ca 504f4a30fc60f7dade5e9a9e773b152dfa50afbb 5b97444f64aa356e35487e22a5f85260c6fa8712 5f5bd03e61bfc50a6530b3d6c24a7bfc7bf945cf 67b03cfe1bbf6a822304ce6a6ad26612da9fab62 688f598222c9986309e0339d9aa382d06064d14a 6e02130e3e766eb35a6fc92c82abae366ff2dd54 81a4d091543cfc7162960781c59fd2d8089d3e91 918f435ffe0a6bcdef552667ed4d8a4358599b83 9a080cb5e12ccf692dfc8586ac3f025d7959bafc 9e20f09174efd130c7d00fd7ca230712f42d5aaa cae6094b68c37b0a2a43ffe55e74b39b8c10f5bb cc9d3f0ad5d086a84389d9f1e3f213b9d5c15d0a edbda675e4aaeb42cba77be9b58cf46d71a829e3 f35620786f0ab3ae60a4c67fa300630b3a71d472 fa6fbc25591fabe824bcf1ef04181ce4625d4951 ffbcbf0b2998e758eb3f55bbe54a07e514b6ad98 Package: binutils-mingw-w64-x86-64 Priority: optional Section: devel Installed-Size: 15300 Maintainer: Stephen Kitt Architecture: armhf Source: binutils-mingw-w64 (8.11apertis0bv2022dev2b1) Version: 2.35.2-2+8.11apertis0bv2022dev2b1 Replaces: binutils-mingw-w64 (<< 2.22-1+1) Depends: libc6 (>= 2.28), 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_armhf.deb Size: 2168732 MD5sum: 5c1e3cd23ed023192804296342fca0d1 SHA1: 565fd99a80c61cd0d1ac4d30256cefbc34574e82 SHA256: 95c29d2fa0c64463b4b23757c4c04674da9bfafc02c40cc7368325dee22e9474 SHA512: 1bd2c08796dca3525436d516d1bc751f4c540c43a3b11a84bcc2ec31661eb65e6c4eac7cdc2b471bd9ea5da30e7d9b0f39780adc8ac669d1d5fc340d05a2c0ed 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: 46067 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 43508908 MD5sum: 3ac7ecc7d2d6873920f834c828d65214 SHA1: 499d5aabddabaeba943ae50fe2801c03158bd6af SHA256: 9ffbbbeb6f468588a3aa7f2852bbdc8b7a262b9ecea7a00754fc3a2d724248ae SHA512: 4f96504aa9a49ef8c2df84f8b467bf53cdee668d585369612f5ab952ec255b4d05b44f2c13e8e93f7aea1b4bca1bb7e40aabc58397509ea01024efc29cf409df Description: debug symbols for binutils-mingw-w64-x86-64 Auto-Built-Package: debug-symbols Build-Ids: 0276178fff588b70c0619604487e85c095ac1fa9 102213c1d3eb2ed82e8b47560e8b4e53855327d9 1817ab393860f1170a11c1b98c2c43b83fab2624 22eb8e1aa7f92260ef6ba8b938f3d7c209c72176 37c0b4a50be8d10b424040da99746cbe05f2e1ed 43228ea08356fafc426fe11fc9450d1283e5bf4d 4eab7cb24bc76fd0b3134c79f76749aacca90417 55e7bdcc29a06cb75f48672bd3c11090389b1efd 5c2eb588db49a3b38fa20fbca6f35b7d0b4ddd72 5c6cf356804b31b5c3e21200bf134547248bd6ff 7aaa570d2596dac59eb7948fe7220271ecd1ca98 7d1cd71fb056c392a8cb50fc0e8a86e24c2444ce a0dcce53695297909170a418a01ff282b900650e b278373e939bcee5a843fe5fc77508a7bc064fdb b363d476e4b6f5c22b8655943a653feac8031845 dc2e95efd72a36593430ea31ed190d9a9bb8ceca e24bbbcefbeaa5a61ae1482139803b17d0baae57 e7b266dd259f4a4b09de5ef8ee732c7af6a40e96 eec90a4d7013b2e0c116ec35f691634cee60f5d2 Package: binutils-multiarch Priority: optional Section: devel Installed-Size: 8281 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Depends: libc6 (>= 2.28), zlib1g (>= 1:1.2.0), binutils (= 2.35.2-2+apertis2bv2022dev3b1), binutils-common (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-multiarch_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 2020384 MD5sum: 18e980af36951c8bc860ebdcd32839fe SHA1: a516d724708f0a447bc413e6f402d13f0678b77e SHA256: b82c7cd3bc51f55ffd5436e3a96339560c010bb558e49dbcc71c23c058660a53 SHA512: 24f3b18573d0bb6ecee528a001fa461055aa4c38123924bc82329e89a542d5155bc58fc5da6ccb79ff4f3fd0c4d4ef2cd88709640e60768082b1621c44842080 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: 7126 Maintainer: Matthias Klose Architecture: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Depends: binutils-multiarch (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-multiarch-dbg_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 5777932 MD5sum: 835f4b55a5cac3584ff1b63243b6b634 SHA1: 7fd6dfaba31d8b77d9a197f6c2fcaffbc85768e8 SHA256: 5a582c582d572653c9668affd028b87be0a7326b90d5543f5899cf004a65c83a SHA512: c88461461a368b1ae38639c56748edacc78b490acf8c370c3623212f644b8bbbf60307de2a22601d7e7637fbe6368bbaf6c3d6a8d803db2a3ee475c792c2b834 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: armhf Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Replaces: binutils-multiarch (<< 2.24-5) Depends: binutils-dev (= 2.35.2-2+apertis2bv2022dev3b1), binutils-multiarch (= 2.35.2-2+apertis2bv2022dev3b1) Filename: pool/development/b/binutils/binutils-multiarch-dev_2.35.2-2+apertis2bv2022dev3b1_armhf.deb Size: 1500 MD5sum: 5b2938487cc7b0b0273b757dd070d33b SHA1: e7140959bedf43a1b94e895a8dd0b566ae150149 SHA256: ddd2abda6b9a986fcfabd763b095cba75527c25038852a052c43d452dc99024a SHA512: d7db8f835648c2cb84c5719850efc6e8b9baa110489ba98c16e950c5531f3e2f8acd128a21cbf82a1d2fda0ba304b8136e677413eb510e3ebce913ff6900a0f6 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: 3474 Maintainer: Nicolas Boulenguez Architecture: armhf Source: binutils-or1k-elf (1+apertis1bv2022dev3b1) Version: 2.35.2-2+apertis2bv2022dev3b1+1+apertis1bv2022dev3b1 Depends: libc6 (>= 2.28), 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_armhf.deb Size: 874000 MD5sum: 41573648294e58268c1f0d3333bddb46 SHA1: 3c0106219a9cea5fddca627e10628af0069dc9f4 SHA256: 6c6283b00cac93d27d490501b722585912ad1bb1d255311bdd5b4506f238ba1d SHA512: 2d94b0aefd3d3f323dc33d41575d0247f9576d8fd455fa23dd7924e1f85d8de5c658bcc794cefbe4ba94dd98990c03be2871604a23118d3fc990bdf28b579f7d 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: 4220 Maintainer: Nicolas Boulenguez Architecture: armhf 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_armhf.deb Size: 3777908 MD5sum: b6d0e6184ea1e605568a92b9329d0937 SHA1: 9b32d3ed0712a8d5d047b5e1a7df3437b3c54ae5 SHA256: b3f6430c02dd353d4f4a7a79480de803932b3d0293efa44b8a61503789740fe5 SHA512: a41c637f971fbe1c604efb3a4f729cec84f54b242f26bbd160f20d648c14bc55f82deb8b94dd10a23bc1ef1726828456207f6823de5aea661f6d5ea8ed7b11f7 Description: debug symbols for binutils-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 21b5bd71de05eb59182e618a95ae83e7935755aa 29f904d419583030e07d82fd0073646497b6b72c 3bb38c9a20cf4cbd432a67c827d1fafc2f1fdef4 4dbfb917d2f11d54adc98fbff1776ba0c265bdd6 58baa6a234c0f07723f18f4af41da4a345f842c9 5fe513e9fdae20e5a72542fd7b2cf14d9b790053 66acf7afcf0b9af8a477a71a119304812059f949 70a878009f55a5300c3a52b6665012d5bd4a10ac 82f979acf7c86d446cf90b6580e42be8209e4965 989613df95031b76fca85d8e55119dc91b39d19a 9f6bad312bd7018bfe5b09aa6150da855e345f72 a6e0221e1de54b72db1bf2f9b5cd72f78d4b986c a922ec0a5d8e741a969720fb80a231eb0c3990cd b77d8985b0295ae514ba24a6ed178cd963cfe28c be3b6fa436fb2814fb1c1a3e8beef77416b6abc2 c145264002e4ec3ea22678150628de0184c26130 c18d80fe73bc7102476304fbc588237675f99760 c52ec03513da305ece6d007a97380acb2cc92cd7 f52a112d81da8ff0174e2a8a311580f79ac249ea Package: binutils-source Priority: optional Section: devel Installed-Size: 22039 Maintainer: Matthias Klose Architecture: all Source: binutils Version: 2.35.2-2+apertis2bv2022dev3b1 Depends: texinfo, zlib1g-dev, make, python3 Filename: pool/development/b/binutils/binutils-source_2.35.2-2+apertis2bv2022dev3b1_all.deb Size: 21984376 MD5sum: 0afea5528c1be963d25cb5dbc37693a2 SHA1: 16ed941826c3cf82d42587fe20adb616fe2d2bb7 SHA256: 8fa325d3be3df6f3aa37e42ccb4639a264f44f8120cac9d35dc3eab4fe3c149b SHA512: 32335569f4f6e9c8f7bf56caeda9ad55848fb05b21ab52362ada874c698f3f8e83d04eeb0fc534821bb66f07d825f94d8c15ecaf3fb9955ea6a90bcc6b7aea9f 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: bison Priority: optional Section: devel Installed-Size: 2651 Maintainer: Chuan-kai Lin Architecture: armhf Version: 2:3.7.5+dfsg-1apertis0bv2022dev2b1 Depends: m4, libc6 (>= 2.28) Suggests: bison-doc Filename: pool/development/b/bison/bison_3.7.5+dfsg-1apertis0bv2022dev2b1_armhf.deb Size: 1072612 MD5sum: 47dbb4fb6e819b47275ea1dac097102f SHA1: 8ae70b5cb74f00b6b0eb56e6e3aa2f6f1a56e921 SHA256: 4959e195fa6136c6f2587113ae9b2c4e2ef83832ff288c9194a70c9ea8a3e412 SHA512: 2ac3116f55eb34397fecb9d2fb587fda50397907919f4dce1b1799c6f1bf0287ce5e9092a596ab54e289d30e546f4a9b9488e59bc9d8472178e0c1741676cfc0 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: 761 Maintainer: Chuan-kai Lin Architecture: armhf 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_armhf.deb Size: 705756 MD5sum: a50cdfd5f13d04b11d587dcc3898d614 SHA1: 613d7f283da2bce5203b7618a40b1142853483f9 SHA256: 062732c7068fc7136f9d51a8f59c99348edcbc3e5986be2ecac5b0976fe9f3ef SHA512: 2222d27573f77125c68647aa42da01078eccc060a835ba5e567544be5f7b81059b2d7bf07d9257494c8ed4a0fd2d8073d3dfd8819363f6a2a52a54494dcd5f3a Description: debug symbols for bison Auto-Built-Package: debug-symbols Build-Ids: 3e3e43c431b5f045a736d9d1b995ed457f299fa1 Package: blt Priority: optional Section: libs Installed-Size: 30 Maintainer: Sergei Golovan Architecture: armhf 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_armhf.deb Size: 15052 MD5sum: 5cb459ebd308b9125ad29fb8ddba614a SHA1: e7d2b0ef28605aed0ca00fe17e7bcbc9ae4e802f SHA256: 771712b29e6afd52f6d6d08bc9b9a280ee03d071675fbab344aa747b32b9c80d SHA512: 4229f2971cfde0edd535219eee127071dabd8e1f9d33039cebabe1c6b6e94efa5e00cb5f3a162a667fe7f116252a39e3c87f4c86163fc5f522786ab9cacdd0e0 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: 3371 Maintainer: Sergei Golovan Architecture: armhf 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_armhf.deb Size: 1002384 MD5sum: 547e67c7fba3921d784c1c7122a88601 SHA1: 2b7bb3d22514f77ed1a493c8e4155f6e8dcf5406 SHA256: 08af77e4eb7af1c099c118111e8c8d66490c5292603f8490b70dd649b42a1ba7 SHA512: 93164572f52bc6a98a76d9e391c4ec6260aab64da693382d7723317002bc558b9705b4ea1118a8bffa4b89887c4f44415d19f6d43237f35de9fc525ab670aa5c 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: 33 Maintainer: Frédéric Dalleau Architecture: armhf Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.4), libsystemd0 (>= 243) Filename: pool/development/b/bluez-phone-tester/bluez-phone-tester_0.2020.2bv2022dev2b1_armhf.deb Size: 6448 MD5sum: 35ab6f569ce0f1ad9df6883d02fe2c70 SHA1: 4fd3dd5b2e5b79c66ca520bf1f6f4fa935e53cd6 SHA256: 6a27b88cfc0a80cc4cd67100cd4b0e253753aba41076f02f214f5a70ff23a50f SHA512: 9e234d607aa5950afdb1c42e6dc2860eac298669b031b1758584ad85666113583083c16d260efe9d9ea749de1a59d5e19e8189a71896c832a48a3e0862bdfd9e 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: 40 Maintainer: Frédéric Dalleau Architecture: armhf 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_armhf.deb Size: 13364 MD5sum: 3838777cf9c39dfe7d402b67e11f1293 SHA1: 1fd5b17a7284a7d3fe7d7a7724a209f9a006bdc1 SHA256: 1ed810cfaa09976b21fe134eaacc0f50476657daab5535f8bd359b33f2055652 SHA512: 77642e4594686776335281c0e9c91d94585475e06ea79c92efa426b5875a2ccc8f2f3bc0f72b803b322bc8067ff742638c9c4883081259726b717681dd74b2d6 Description: debug symbols for bluez-phone-tester Auto-Built-Package: debug-symbols Build-Ids: 5253304a238479ebf23a0db51059e5df6a8bf093 8bcd943e6de5e955352a666fea078a3bcce8e021 f9deb9a42169b78239ad928000a35717e1765b00 Package: bmake Priority: optional Section: devel Installed-Size: 872 Maintainer: Andrej Shadura Architecture: armhf Version: 20200710-14+deb11u1+apertis0bv2022.3db2 Replaces: pmake Provides: pmake Depends: libc6 (>= 2.28) Conflicts: bsdowl (<< 2.2.2-1.2~) Breaks: pmake (<< 20200710-2) Filename: pool/development/b/bmake/bmake_20200710-14+deb11u1+apertis0bv2022.3db2_armhf.deb Size: 374284 MD5sum: 81e0e7e3d77fb5ddc63cb883029275f7 SHA1: a212df3fe1569f5efd25da0b449a9a27367e853c SHA256: 3a8b7f9da5862029a157186156616342a941a7a0b7c7c76bbacb697ddaf32fa3 SHA512: dba132ef9b947abe894d0a1c87a8ee0617efcecbe3e474afe80f1b32ebfb8e63ab36c19d592c0c2283486c313b2088376848ea3fb53b80d3b395153b255edf6a 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: 279 Maintainer: Andrej Shadura Architecture: armhf Source: bmake Version: 20200710-14+deb11u1+apertis0bv2022.3db2 Depends: bmake (= 20200710-14+deb11u1+apertis0bv2022.3db2) Filename: pool/development/b/bmake/bmake-dbgsym_20200710-14+deb11u1+apertis0bv2022.3db2_armhf.deb Size: 250496 MD5sum: 61b1e2bdf6bb50e0b26434e2e56be2b1 SHA1: e907b25105acdc8cbe826e997ad70ba3c6bfb5b6 SHA256: a6f99a657e282a94cc11a23f42b3eecdf195ca6d029dbd88e58a905494952abf SHA512: 57a0c206693719699f28c73822b0480b06f833ea7743b7b0567329555ee54d42e87e4fca301848b73a74f51c506ee2ec45e7dc9f90fc3c45014cb613f1d166c2 Description: debug symbols for bmake Auto-Built-Package: debug-symbols Build-Ids: baf45d038326977aba00e5bb9436844204630467 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: 464 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf Version: 2.17.3+dfsg-2apertis0bv2022dev2b1 Depends: libbotan-2-17 (>= 2.17.3+dfsg), libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/b/botan/botan_2.17.3+dfsg-2apertis0bv2022dev2b1_armhf.deb Size: 199372 MD5sum: 06118faa92b3c4cca12233150bf7c494 SHA1: f98125899956c1fe6dc0b9a752909f9384b4bb9d SHA256: 87ae5e8d8e3fd6d9a5e043ef95ffadf2cc34cf838ab8da5abb19d7de11425cc8 SHA512: ef2a414922386e3fb27a81e856655d5dc0a530f707d9a64552e0000301a0f60150dfcb8eebaacaa2cb7e9564fa7e6a2ff2932a59ac2a2fd2cf51c97e782c3a8a 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: 4392 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf 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_armhf.deb Size: 4217812 MD5sum: fb906148abf8d301599e62b6a864a2f2 SHA1: 8eaeeeb8ff68897f2397a0e16fc21bec2a6dc33e SHA256: 6fe76f18fad23212e06386c514b4016592de4c341f085e037b001a757f4daa8f SHA512: a6bf13f0d1e1223b72e6eea4f1077f2819c575a7c006ac249101b995c0411a210048533ff08b41a9b98386a7325542f2a35d225de38e7f595f9c29d936b8e76e Description: debug symbols for botan Auto-Built-Package: debug-symbols Build-Ids: 9bfe7a092e93587fbf12daefc44462f6ae863cae 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: 104 Maintainer: Santiago Garcia Mantinan Architecture: armhf 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_armhf.deb Size: 37032 MD5sum: 0fa99f6f3b349db5634c325c44c6e264 SHA1: e63dbb58752082428e6eba8eab261a25c41b7eae SHA256: b51adfb5dc79c72feba2391c00a3a6fdf35fff71148da4c185fdb5ce28ae6ab2 SHA512: 243d86b03a5590ffd323811195a289afcfa89850cbd0674af61b523b327962dbb72f7ec60a722f5aab3a12cc0769ac7a3ffad46d239aace4c9b25bfbec372e20 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: armhf 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_armhf.deb Size: 37288 MD5sum: 409e7c76752d17e5a0bca6dc96174ed4 SHA1: 922b07b2639bc54b9b05ab15d5e8fa5ca8ef8e78 SHA256: 3447f2259da9741eac52f5bd29a6fa202c0e71c25539c11eb7059b514e9108ed SHA512: bd0ecd94c114402de72a7019723b133b3654a1064e94d537fafd33c762da249cd51ed184896a486049f63ac7dd067de70c85438dbb2d0665b3377672f4d3197b Description: debug symbols for bridge-utils Auto-Built-Package: debug-symbols Build-Ids: f271478bcfdf3447dc8166fb602e055883b52619 Package: bsd-mailx Priority: optional Section: mail Installed-Size: 133 Maintainer: Robert Luberda Architecture: armhf 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.28), liblockfile1 (>= 1.0) Filename: pool/development/b/bsd-mailx/bsd-mailx_8.1.2-0.20180807cvs-2apertis0bv2022dev2b1_armhf.deb Size: 82620 MD5sum: 08cf1bbe3ea616bedd97630f385c9fba SHA1: 31469ffa89c97db66dba4c6293c01ab8d448776d SHA256: 67a165390f04de8beb3363eda8bbc8eed532ee105d926532f59755b6ac12039f SHA512: 32c8ed05738b3f43b0c1ec79f4d067a0d017e1db489c8a6a97aebe03bf510d39795dc538211fd98a1f59cd1515a2a66329201083a74013e69b09fce06fc595f1 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: 139 Maintainer: Robert Luberda Architecture: armhf 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_armhf.deb Size: 116676 MD5sum: 522bb8f3c42bcee47819f3383359951a SHA1: 7e21cedba103cb9969f208665d23dfcfa46a6b05 SHA256: 1bf49ad0e8f88966994bbaef232919383da0021facd808e0f94bd63c95b8d7d6 SHA512: 279e30c95d415453c9729fdf098af493ebe7d9f145e3bec1e789fc2c6410014989a7fc07dcacd752c8297b10a637f79e9bb73709661bb584b7da4be75d9ffad8 Description: debug symbols for bsd-mailx Auto-Built-Package: debug-symbols Build-Ids: be736839000af1f09cde5de54c8441860151e381 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: 3264 Maintainer: Adam Borowski Architecture: armhf Version: 5.10.1-2+apertis0bv2022dev3b1 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+apertis0bv2022dev3b1_armhf.deb Size: 658864 MD5sum: 2be3741eddf07008a5f7eb9bd7bd2f59 SHA1: f02b4785dd39f10cb91d540f4c4acbf3ce17fc52 SHA256: ac4e61aced45657eb292994b00aca9ad10bd67617bdaa056cf832035c5c35d20 SHA512: 013244346eb9a7aea97a9765f721537c28c9132b994be38acd644a5a9b41f19b0ec48fb7a419c830590f1053ef442da6b519c61ef7acb16a497b181faff2aa57 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: 5433 Maintainer: Adam Borowski Architecture: armhf Source: btrfs-progs Version: 5.10.1-2+apertis0bv2022dev3b1 Depends: btrfs-progs (= 5.10.1-2+apertis0bv2022dev3b1) Filename: pool/development/b/btrfs-progs/btrfs-progs-dbgsym_5.10.1-2+apertis0bv2022dev3b1_armhf.deb Size: 4950096 MD5sum: 449dd15b955b327847e520c3ebb98ec1 SHA1: c38a7732d7a7916c2fec3883213e29a238bdd589 SHA256: 15c21c3a9ea9734c350b776e24d886f4b96a8b52f4f144088ff8708d725411af SHA512: c3425bf6140a2db6c09866967089e80098eb993c85b7581684de8da8d5b63f2a7dfc93f2291aa2a8d1353f6722feb97f34595052095cb3f6e889ab475d3f0b4f Description: debug symbols for btrfs-progs Auto-Built-Package: debug-symbols Build-Ids: 09545fcc71bf0e693fc6a5026a12c58636d6f702 0f295a298780b8ee35fc40ac4379e54b79aab3d2 19e2be4e988916e1c4b56bff9c1f0bb671c6f2ba 41256e2a68a223c8aa52dae590392ff051592b7b 622d9073765ece6f80039e640dfd0f23665324bd ae2f7e1320a278fdac872295706f9cd3156011a6 dea56ad0e9de4ad7e22fbf54ce77962965b44383 f127291ad733cd1d706d5f5bf697a86cef09f665 Package: build-essential Priority: optional Section: devel Installed-Size: 20 Maintainer: Matthias Klose Architecture: armhf Version: 12.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_armhf.deb Size: 7912 MD5sum: 437712518fc7e93cc17430b05b564ae8 SHA1: bfebf407c0a5a179a6c8da0c7b7d16711fddd9c8 SHA256: b532befe3103dcf6952bda0774e1f2c41e779e3939c01796fb40abbc37480f17 SHA512: 70b1e0f41ae4c981e7b13b74ed57df4c8b100c7d6990ce24410ddff197815909f455e178b60f261321b4c9614bc19d6e775b11c85d94699d4b93aadabd2ba529 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: 136 Maintainer: Dave Beckett Architecture: armhf Version: 20140715-1co1bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/b/byacc/byacc_20140715-1co1bv2022dev2b1_armhf.deb Size: 79112 MD5sum: 431ecaeb247512f1262b4c74938dcd2a SHA1: bcaa9172bbd99b216c0d8854f13a240f89c500f1 SHA256: 63d4cc9dab92c2e51a73e9466ddf8456918d21bf2b4209a546f4658cee0d8114 SHA512: bfac640ec9cc72b49fa468ef3231cefac139b8e19d26c5c3a27c8ff786ff7f7686816c614222026800e00f03bed9ff5f0c1e4f66b391c4e924cf03d6828d91c4 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: 120 Maintainer: Dave Beckett Architecture: armhf Source: byacc Version: 20140715-1co1bv2022dev2b1 Depends: byacc (= 20140715-1co1bv2022dev2b1) Filename: pool/development/b/byacc/byacc-dbgsym_20140715-1co1bv2022dev2b1_armhf.deb Size: 100504 MD5sum: 408fa8d8170d4ff48274f066d560f535 SHA1: a779aeb28468ad8e9cf1840f7d98ed895b85ac47 SHA256: 1c87f5754726739a12c80a976460aceafd27923a6388093b99c81ff2904e1842 SHA512: 40d6ff766c82118030375105c19253290c35c65714883a953f26be2e573b048a30c129fc5769ae7af3f22d07b42039cc05043028d44f8fc1e0fcd65c3fb67658 Description: debug symbols for byacc Auto-Built-Package: debug-symbols Build-Ids: 7ab6bd98ceb3227ed7e7840a9178d7fea57f851a Package: byacc-j Priority: extra Section: devel Installed-Size: 118 Maintainer: Ludovic Claude Architecture: armhf Version: 1.15-1co1bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/b/byacc-j/byacc-j_1.15-1co1bv2022dev2b1_armhf.deb Size: 49724 MD5sum: 145e8d422bc3f995a7528b0b316ad138 SHA1: daf86be3aa55978df90e51d439dda31be565b064 SHA256: b05c0e1a562be94cbd177010be7a3d12235f31e7d8eaa1959858fe1fd9be7aee SHA512: 42c73827a58a1b84d0834bbded2b283dd0ceca7eae9d0858264b87dcdfb7ed38313616149d98ae6f6c5f0bc41b42dba020eff4e91d5ee2dad4ae35aea269286f 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: 123 Maintainer: Ludovic Claude Architecture: armhf 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_armhf.deb Size: 100568 MD5sum: ee5dde13c16696bc06d6d2ba3938ae87 SHA1: 7ac86be9fd22d49c552d009ad8755c293a65e380 SHA256: 804dcc9524fafb2181178424d9877f7a85857fe0f1859c48b5933414e786fb03 SHA512: 2566b38b3d4d0e2ed6f68d4f98f6479a8d563af4d5d7c566f51f6ea87a8c91f2578d74f0463f5ca65a4f44bd08c55d53d4e632edcda3f6ea6f24c36efa22469c Description: debug symbols for byacc-j Auto-Built-Package: debug-symbols Build-Ids: 847094b883781331ad413a2e0a3d614b6bbb6b76 Package: ca-certificates-java Priority: optional Section: java Installed-Size: 44 Maintainer: Debian Java Maintainers Architecture: all Version: 20190909+deb11u1+apertis0~v2022bv2022.3db1 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_20190909+deb11u1+apertis0~v2022bv2022.3db1_all.deb Size: 16480 MD5sum: 3379d75b5d2a93d93a64820da7e65f4a SHA1: fd1c0e9c36e5d43a975f22c94e3f80f73f28ae3a SHA256: 73d2cfea909d2b0347bd0349f90e884ca21796d7add7606b93b2b90e2c988f82 SHA512: f2442b0c66a64c5ef55611c136ebb593d1ce33b5950eb8e7b530ff1a3bc4fa97be301877748ec522c973daf61cd1face64f53ccae82bbc1750159f494fbca0e9 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: 400 Maintainer: Debian Bsdmainutils Team Architecture: armhf 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_armhf.deb Size: 131312 MD5sum: 1874126bee4adac6410f2efce10bd365 SHA1: 8b6f255e23ab1c2158c223354cb65223ce4529d3 SHA256: 4a9c1f1cc6bc8655b73199f4d595cca319f5102445079d7250e125f088564464 SHA512: 7dbe3afb9f2acdab58b231156eb2dba7ad7487f41ed0a3738e212549c0fc96b26486be281a2a0b9bae5e4e501064eabc3d87274bb784b9cf8d805f53febb3ae4 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: 41 Maintainer: Debian Bsdmainutils Team Architecture: armhf 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_armhf.deb Size: 25228 MD5sum: 328be42c83a3d66635324ad3e9503625 SHA1: 8d613bdae80c963c781a6195abf185412da780d0 SHA256: 9940f2cd92bca59c979ed3c6abc4fe0c5e99ce6d6b1b895ee1370b6bc2279d31 SHA512: f199bc1433c48bf399d63a80a362918cf9cf10b7b43a90b3b177983a163a7794efb82bf2ff4b81aab38b74b46ce55d0f9c48ba852d0aaec07fbe43d77e6809f3 Description: debug symbols for calendar Auto-Built-Package: debug-symbols Build-Ids: 804428a858f0c4231286d88c336e4f141bbaf635 Package: capnproto Priority: optional Section: devel Installed-Size: 515 Maintainer: Tom Lee Architecture: armhf Version: 0.7.0-7apertis1bv2022dev2b1 Depends: libc6 (>= 2.4), libcapnp-0.7.0 (= 0.7.0-7apertis1bv2022dev2b1), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Filename: pool/development/c/capnproto/capnproto_0.7.0-7apertis1bv2022dev2b1_armhf.deb Size: 211396 MD5sum: b4f127921fd2d7cf05526ddf97fdfe29 SHA1: c8c5824b678bb7944dbb42c640f8c572a42d6617 SHA256: 2bae1aa7a13411d4701cf5c6514d822e456e0b7baf2224befc9c1c3af5e1db4e SHA512: a7a5f369156cf0e3b82534b84d8a0ae8c7f2e5b3bd25c6d44dd6c0e6dd80ed777432221f7a96ba24b869e727ab2e1dc47ce7756a184a5518da56e8931f8bc547 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: 3286 Maintainer: Tom Lee Architecture: armhf Source: capnproto Version: 0.7.0-7apertis1bv2022dev2b1 Depends: capnproto (= 0.7.0-7apertis1bv2022dev2b1) Filename: pool/development/c/capnproto/capnproto-dbgsym_0.7.0-7apertis1bv2022dev2b1_armhf.deb Size: 3092208 MD5sum: 5be84dde383d97c34d89bce7b0a49222 SHA1: f84c0e428a3401fb708df9910f6920bbef5f7b20 SHA256: 74d0b9b43c9d843bdda9d12a3d66b380d2fb9cabdebe5ba671f95d3923b65ec6 SHA512: bd1cb173c5f2a2c7365c10fbe6280843ff811ae4045da546158dc3fd42585a74263ca424223f2d36d61a5530a02361fde9e1aa001d409147efbc74562f0908bc Description: debug symbols for capnproto Auto-Built-Package: debug-symbols Build-Ids: 1e5c2280a440dfd6818965fda44e73772339cc97 614dcd4bb0f89af55aafaefa6bb9d95bf365bdca 9c88b526e513825a58322ca56535c7b23c7495e1 Package: capstone-tool Priority: optional Section: utils Installed-Size: 4477 Maintainer: Debian Security Tools Architecture: armhf Source: capstone Version: 4.0.2-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/c/capstone/capstone-tool_4.0.2-3apertis0bv2022dev2b1_armhf.deb Size: 493952 MD5sum: 0af4b6f3156da48ffd020a4834016410 SHA1: b9356ba95135472f75b6eba232665406636dcbbc SHA256: e57760de3f0b0d2b660f62e15dde5a4cb222c308c47361956578b08461eea110 SHA512: f73c9d79445491018469baf3f4e13a00bbe1708f6eb10928205b6e1ed779fb8a56bd7670c323f12fc1c963c2f3408e44f3abc17bad185914290d0bff802607c6 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: 1990 Maintainer: Debian Security Tools Architecture: armhf 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_armhf.deb Size: 1892988 MD5sum: 9c99fafca35041ea11f435932a6d89ff SHA1: ed6ab5fdd0c2011a943608de5bdf10d204418c77 SHA256: e89f6ba65146c155fb70b530d0d1f9aaa7b79c97dbb68d363ddba4a55fa2106c SHA512: 0aa0c0395be20eecece4ef4a709c8be7b5ec365fb3f5907e36e722301ba0bbe738f1796d8de35a326127f05af45b26c465ab88cabea36e3546a7c45b92c7011c Description: debug symbols for capstone-tool Auto-Built-Package: debug-symbols Build-Ids: bcbf25e4ad18702d8ff5bbee221baee2f2211576 Package: cargo Priority: optional Section: devel Installed-Size: 8472 Maintainer: Rust Maintainers Architecture: armhf Version: 0.47.0-3+apertis2bv2022.2b2 Depends: libc6 (>= 2.29), libcurl3-gnutls (>= 7.28.0), libgcc-s1 (>= 4.3), 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-3+apertis2bv2022.2b2_armhf.deb Size: 2454184 MD5sum: a630dc9875fb088ca67a5fef4571a0ea SHA1: e5c240da2506c0cf28ccaaa261d48ac3e00b36d1 SHA256: 2836bc19a7c3051866e47cf36c34f852246622cde0fd7ad5f33e3710badddc30 SHA512: 704d3186eafe50fcba296ffaf5a83c86d10b08950e807da0ba6bd31f43c3594a1c57fb977c05f63c49821e92cab8f8d835e0d9f445834444a8ae75696f8c4571 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: 41251 Maintainer: Rust Maintainers Architecture: armhf Source: cargo Version: 0.47.0-3+apertis2bv2022.2b2 Depends: cargo (= 0.47.0-3+apertis2bv2022.2b2) Filename: pool/development/c/cargo/cargo-dbgsym_0.47.0-3+apertis2bv2022.2b2_armhf.deb Size: 29023928 MD5sum: 1282ff533045c48b47710f7c13aa5342 SHA1: 6d3a477923fb5993aff069acc72864f4a8c8195f SHA256: aa71f72fd5d48b6b2419c3459b38ffe561e073c93384da6409a6a556c0bf286f SHA512: 46704d5fee4fc2c99ee3ce23f8b85cb02ec05b9ce05aa144c671b3b62b4bbfa8692029fe0392e98d5b6cff272e2d6d604820081d0238ac5e8d2b52c94ab78000 Description: debug symbols for cargo Auto-Built-Package: debug-symbols Build-Ids: 0da3eedc4e43d9bda59e9ec909cd0fcc7340c7c1 Package: cargo-doc Priority: optional Section: doc Installed-Size: 16951 Maintainer: Rust Maintainers Architecture: all Source: cargo Version: 0.47.0-3+apertis2bv2022.2b2 Filename: pool/development/c/cargo/cargo-doc_0.47.0-3+apertis2bv2022.2b2_all.deb Size: 1202540 MD5sum: b085bd351ab18ef19c157c1c2b4f32a9 SHA1: 69ce09193ff4133199f2d25009a4f6d29126fd2d SHA256: 5a96c00f8e5cf16ebe18b49915c4aa8e400fedae3bdf42444bf526ab01a292f6 SHA512: 6d181a1c891bbfe6f5fc2340e197bf1f12ce8725dbba5bea8d427800eb051b3f48877a580ca613f7e762346c7226e28787093633e3df65aef4cb9e2b31457a56 Description: Rust package manager, documentation Cargo is a tool that allows Rust projects to declare their various dependencies, and ensure that you'll always get a repeatable build. . To accomplish this goal, Cargo does four things: * Introduces two metadata files with various bits of project information. * Fetches and builds your project's dependencies. * Invokes rustc or another build tool with the correct parameters to build your project. * Introduces conventions, making working with Rust projects easier. . Cargo downloads your Rust project’s dependencies and compiles your project. . This package contains the documentation. Homepage: https://crates.io/ Package: catch Priority: optional Section: devel Installed-Size: 925 Maintainer: Jérémy Lal Architecture: all Version: 1.12.2-0.1+apertis0~v2022bv2022.3db1 Filename: pool/development/c/catch/catch_1.12.2-0.1+apertis0~v2022bv2022.3db1_all.deb Size: 114764 MD5sum: 8dc05f9d62a7472d8d2e83902d2ba850 SHA1: 8a9b14f4b86cab49c85bdc7bc4922e7fb4191d68 SHA256: fdd730c5b9571001b428f87204f730fae1c4313e5ce8ec07736c56181797dea6 SHA512: 72c92cabc37ec765edfd9b29b2a32a77a1ce178c92c9fa89ccdf85c0e9689ad9f38e57b90df19e026d9e36b2797b1b2547f0c5d356436ab3b34964fcab946502 Description: C++ Automated Test Cases in Headers Catch is a multi-paradigm automated test framework for C++ and Objective-C. . Its key features are: * Distributed as a single header file with no dependencies. * Test cases are self-registering. * Test cases can be de divided into isolated sections. * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN in place of test cases and sections. * Only one core assertion macro for comparisons; standard language operators are used for comparison, yet the expression is decomposed and properly logged. Homepage: https://github.com/catchorg/Catch2 Package: cbindgen Priority: optional Section: utils Installed-Size: 4191 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-cbindgen Version: 0.24.3-2~deb11u1+apertis0bv2022.3db1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.3) Filename: pool/development/r/rust-cbindgen/cbindgen_0.24.3-2~deb11u1+apertis0bv2022.3db1_armhf.deb Size: 1122352 MD5sum: 225c872a257601a6f0cb22d1e3af631d SHA1: 0f0649610a8b40ff42a8a9403b6c726cc8502810 SHA256: fb0b75da5566385a46a1155a11ce7b0f41b379831699d24ce63b8eeb0cda9b68 SHA512: 4b4f6c5d352e4db9565de711e7c44fefe9af28b6f5184783f9425b3b44b604f01dd4cea6560be9b56875263c39705d36e95cca157d1bdc311acac321ccb48062 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-mozilla (= 1.59.0+dfsg1-1~deb11u3+apertis2bv2022.3b1) Multi-Arch: allowed X-Cargo-Built-Using: rustc-mozilla (= 1.59.0+dfsg1-1~deb11u3+apertis2bv2022.3b1) Package: cbindgen-dbgsym Priority: optional Section: debug Installed-Size: 12722 Maintainer: Debian Rust Maintainers Architecture: armhf Source: rust-cbindgen Version: 0.24.3-2~deb11u1+apertis0bv2022.3db1 Depends: cbindgen (= 0.24.3-2~deb11u1+apertis0bv2022.3db1) Filename: pool/development/r/rust-cbindgen/cbindgen-dbgsym_0.24.3-2~deb11u1+apertis0bv2022.3db1_armhf.deb Size: 11514360 MD5sum: 5828f5bc8b154d900247eb2d7fc2a633 SHA1: 5c54301ec6072cbdebe5488619e3454843ec2a05 SHA256: 82de1575c4963ee8461adf125cbff760871f2def03cbaa711a9694dbd923e8a4 SHA512: f7673058f00a690382956c3b896e5c84549d0d51b432cf8486c3d8899a7a1cbdf1ffda2f73608f5fb5d820778379366523eaace7985819a106d84b6406769e0a Description: debug symbols for cbindgen Auto-Built-Package: debug-symbols Build-Ids: 7bd57736992d3cafdcdfacc2e721c09e99b43638 X-Cargo-Built-Using: rustc-mozilla (= 1.59.0+dfsg1-1~deb11u3+apertis2bv2022.3b1) Package: ccache Priority: optional Section: devel Installed-Size: 858 Maintainer: Joel Rosdahl Architecture: armhf Version: 4.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libstdc++6 (>= 9), libzstd1 (>= 1.4.0) Suggests: distcc | icecc Filename: pool/development/c/ccache/ccache_4.2-1apertis0bv2022dev2b1_armhf.deb Size: 429008 MD5sum: 860548a653bde3153f563ee1cff5d9c2 SHA1: 393ad311503b9d594d4c0afbd70d15de26163a6f SHA256: ed102a70500ddb74613d981a43d2e3ff37fbd6d88357d1bf690872c366e28d3c SHA512: 261e2368a10591ee38cc150571ba16e885799e26da2b3b15f7fa9078400704fe950b7586f7c704c39ea54f6606057b75667d6ac4a6760b9579f95ae4a5d01f72 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: 5068 Maintainer: Joel Rosdahl Architecture: armhf Source: ccache Version: 4.2-1apertis0bv2022dev2b1 Depends: ccache (= 4.2-1apertis0bv2022dev2b1) Filename: pool/development/c/ccache/ccache-dbgsym_4.2-1apertis0bv2022dev2b1_armhf.deb Size: 4964696 MD5sum: 3a2761b8a7516aefa14766b884385fc5 SHA1: 852d8a9e875652c086590826b086a69e7f49b134 SHA256: b99407eb8f8028e1f2a4b3d7689f1f160f03fb13083e0ab1d2dbbf61bb14f617 SHA512: e9887872fc75cdbc2d771dbfc9e9c2888d26c5c61fa83ee320c60769a73a94c327162546bcab1aed9309db0228c47b0adf146fca3c679e0e79a48551df3fe3eb Description: debug symbols for ccache Auto-Built-Package: debug-symbols Build-Ids: c58ccc8d70198d3f675ff2dcba3c69fdead2c7c4 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: 209 Maintainer: Debian Libburnia packagers Architecture: armhf 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_armhf.deb Size: 125324 MD5sum: 5022a31f4f23cb3550ab02e64449483e SHA1: ff0b6d633431ff9d9a6c218c9c79f220fd8c0975 SHA256: 2bff7be3394627aa77fb9be8f153a8ba2029853ab4f6d8037dab881cf5731c0a SHA512: 979e2b562e54e40e3cd378b1523e3e2084d7f8a7a40851dee9a58bb8798d5beda64eb9e8a99ba40c6f732f6c58a8dd3511cd2a40662dff540ba094a9205dcb22 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: 199 Maintainer: Debian Libburnia packagers Architecture: armhf Source: libburn Version: 1.5.2-1apertis0bv2022dev2b1 Depends: cdrskin (= 1.5.2-1apertis0bv2022dev2b1) Filename: pool/development/libb/libburn/cdrskin-dbgsym_1.5.2-1apertis0bv2022dev2b1_armhf.deb Size: 176660 MD5sum: a3084c1e67ecf10498af1b729f5c672d SHA1: f563dbe29868ef9ed80d3a961dd666c586526b7a SHA256: 7cd9fb8b088db2c90f8333cb66f4bf7f2a3df0bf4d879596504fde2234d0efc0 SHA512: 679131bc586973300d94f94635507c0d4d12e07d592ef2ebf903fd816800d1f0636ef8d3ea1e0f3f0880dd2d9298d0b1d351d232b5f4b3bacb68016981f1560d Description: debug symbols for cdrskin Auto-Built-Package: debug-symbols Build-Ids: c61bd84b6d72a450e76567348666e5897fb53aff Package: ceph Priority: optional Section: admin Installed-Size: 241 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 197324 MD5sum: 85ebca599723d43ca24c468a98413edb SHA1: f70c2797839e4d24d7f3916a175e16f8597fbe97 SHA256: 642ea4b1ec590794a83a2cd1c45ba9bb23e7a744c9ca36c2ff79eb3c3398982c SHA512: ff879c159c51f5ba2f907e00774e572a9451480d56aa163fb06b7b29ddb3720a855eddb87281c4820ff86d21581695bb22a0a4205a7193e98757fe50710d9c7c 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: 13781 Maintainer: Ceph Packaging Team Architecture: armhf 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.5), 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_armhf.deb Size: 3829348 MD5sum: b16ed8d6be6660a38ff5425bb641dbee SHA1: c0c71d90e9adfd076b42ba15ba1523784b7ccbfe SHA256: b6380b444a2a596cc33c431c923683120e6eba0d202fbbedbb5fd32d0d9b92ec SHA512: 5f4368ca13773a1af721b5cfd562c0b2b26edd840bca49e541e7a0774b4b9aec4e355a9c3c30330139112c92b6b751cc54121093a9a8d7797c0e6ae69992a940 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: 22932 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 17885232 MD5sum: f5e629390fa1c1a0cec0cf2bb2525aab SHA1: 286f6557057d1c71d229b538384170c7327f04a0 SHA256: 96f4d2f8087a98ec247a61af04bd84a7b77f9ddc9248168b18b82de82c4e702a SHA512: 4687446aacb2e8b916cd7ee06b4c7b9d38982d0aeb78b5bf9f0e8e7f1304df1e75a20a53592cbd0dc2598a6fe06022270d8f999f5858f54fc2bb3dc8db19123f Description: debug symbols for ceph-base Auto-Built-Package: debug-symbols Build-Ids: 18fbd7b23fc7dd3800e18a4a45f5128b02e93eeb 1b816a8adb8b61012623ebaaea69e6c92d7c5490 1c1e8ef8c5ab917ef718f1ed6dea9023498fa0e9 2e2dc8010b67eadf8e414adc7fe1d9387c4f3b17 473ae7cba22da93b680c0ebc6bea16591b822f92 4f16c38273ec27ebb78c162ffee8eab3b09652d6 5d87b5e6b9aa04131536d63caaa306f094380bd9 5e02b52b482431daf4170163edbc125f8a796f2d 657c960ff5eabce138ac161401076b453d7220df 6a000352bea6a075753a6a8218f218a5f9cf1102 6cd94f5cc22e12a5874e8340233d2a3bc33bb87c 6d542c2c406880cb8406c168c76e41e384f11c89 84112e42c873e70e71601a36b6df911f57eb2704 84fc205f570076fe3c565931ff247ab4198047c5 858361b8815216ac193f4dafc837406d69a59463 90a578c90b043beb87feb6aa7a4350b28f8a55c9 99b5d65634922c52d304c879b2a52b49ac72c963 9be424fe4f29b0b925b855adc6820eff72766af5 c51e4d9a616b862c7aeb4e28ca30a1a05bf72fba c6f54d422c8982986e614a37b52f605b9fe433d2 c856fe5b5e2eb3d0876c853c5f155aa60c01cc60 c860fb5547dd0f278f78411b896bb9a51a4bffd9 c9b0e091d4796c63fa0695d3101870e158411e58 d363d2f2d518f0591fd558011704e9d45d93e408 df84201a6c44abba2ee59efb5878929ef59ee59a e0c22e96dea2c6f901b2ca58cd3e8a080fb1be6f f104df399dcb75cfb4be6c523cd4dd02f2bbc770 f84749b69de2c53e7540fc86e0b2dae9859bdeb3 f94ea5bbafdfc2b2e52021da9af1d53298ca6cb8 Package: ceph-common Priority: optional Section: admin Installed-Size: 22884 Maintainer: Ceph Packaging Team Architecture: armhf 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, 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.5), libgoogle-perftools4, libkeyutils1 (>= 1.4), libldap-2.4-2 (>= 2.4.7), 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), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), libtinfo6 (>= 6), libudev1 (>= 183) 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_armhf.deb Size: 6780924 MD5sum: 0d34ddfa6d5a16c4a232631d0c4718ca SHA1: d9af3893850197bc47731c9f55fe0cd017183f2e SHA256: 6466189278c1e43c6a003845d0b17897ce0e71c753dc436a7b0b9d3e257b2816 SHA512: edd958b7496d51823752ccd5c36e74363d1360b03bdbd28b4424ba4069d999bae694ba708261296fca99771dc9f01d3b25f7052243d76e6a0194e6adc6f2ef90 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: 55582 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 50426468 MD5sum: 497eb8f42630a0180ce05cd9d51f4598 SHA1: 4733f089c8dee62ac61cfcebe76b7d92863ea96c SHA256: 96413b268ab6c1584cc4eefb0df883feebc77892dd2ef05f30797fe25598ff3a SHA512: 461a7407df1943567c8ecee50858fb365acaf89feb1dbe9eeeab9ea2f5edcbeaa8ba3c4a9132670f3e15e58c0e0257573622f5ab554b4ce8ef5487f58068ce7d Description: debug symbols for ceph-common Auto-Built-Package: debug-symbols Build-Ids: 17171ce83539485bd70b831ebc6d0ad0c4cecea6 2c3675006edc8f8b1ac31f39a3389883992a42f3 3444b9ff99299ec3a47adf396816170c906e318e 394991578e1babd5cbc107907eb310e455657629 581b340a3bc7b608b9ccf09117b8afe942692e85 646479c3b0d47be33b9dfca05af870a58828ed49 753677862e084ec1f58711a799c2fdfd96a4ee07 7a61e416f40bb4c1e497eb0fbce720306633efe5 7b1b3416f37e029f0e6cb3f0aad5f79134cf2ce0 81aac6525ebda20b49f42f258e29ea15f79f11d5 83d89a6f87c59a33f62b97cba5d5edea34c06669 8897e8f73f5f507b9047641b7da6e8bc2649f0e6 96f6e1c7c180f2a0a5982e730301c0f1474431a7 9af33b461c9def34fcbf1732476230f6ea53b739 b12e28b9c62550fb848402fa8ee684f5e73d7077 d0586184f0b66570118afaa68ecd61730f9229ea Package: ceph-mds Priority: optional Section: admin Installed-Size: 4005 Maintainer: Ceph Packaging Team Architecture: armhf Source: ceph Version: 14.2.21-1+apertis0bv2022dev3b1 Replaces: ceph (<< 0.67.3-1) Depends: ceph, libc6 (>= 2.30), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 1809208 MD5sum: b659ea1c9bf8174bce557b98c5d9ee04 SHA1: 7771e10e4602f8993d6d5b575bd23ac3d574fca8 SHA256: 4f7976b3ebb4727599f163d81edc5fbfde7ae0ab4ac26f5ae8fef70a826ac246 SHA512: ae0f135d29ab1c81a253020e589cc6da021bff4a2de49d2a7ddc0103565cdea5348bf074c497f1bbbec7fd6900f7041eb2bbd4337fad4cbe380389d5f198f463 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: 9752 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 8933508 MD5sum: 356cb1cf22eae7ecccce7b428c1bc0d1 SHA1: f4a34972237c9146d701614646c70130dc1b4192 SHA256: 88ad41d6d8aeff12b5a3ac1d9112f4171fea95ca49fc6aa944d18aa67385ad37 SHA512: e3d36bb452ffba8033a6b409a7f4aa827e46c9f1dd3d53dbddc1cad513325887a9cb6632cef1ea385f3d390bdf58086eabcf946e85d9e3655d58ede4c7a3ee74 Description: debug symbols for ceph-mds Auto-Built-Package: debug-symbols Build-Ids: ff523219bcea14ef47c96151fa6334ac388c43ac Package: ceph-mgr Priority: optional Section: admin Installed-Size: 4014 Maintainer: Ceph Packaging Team Architecture: armhf 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.5), 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_armhf.deb Size: 1456120 MD5sum: 8204f9c58ddd4746b3450c116639d6e8 SHA1: d3d95a57b758f10e902bf8782a7badfc4912be6a SHA256: c8251e24edd2a768de6dd0d0635b9d78cbcc0e0bf6a235ea06a094140ef9c423 SHA512: 394f0c8c71d4d4b92a35c33ddf4b0921ed574a0fb7bfe58534e5d8f44b2a742cb60db06b2c87ec97a75eba5eb0c5e612d347d3a196d46f26f22c2491887afd0c 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: 6955 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 6298428 MD5sum: 8837c01d97f14af7299e1a2577f3ee9b SHA1: 79cbb02e069599a2b4fe621d0f5a840cf4058ff2 SHA256: 6b7b81bee2314dd89684ca7828d304314734a1b61bbf626b4aee4735ae47c748 SHA512: 3615f63980353ee7ac56f1a4994928dc7436709fb137b498743d18deae66ffeb3c7b54633dd0fd0860663ac181ee9a182aabdbb38b7ccbc1288bb692b75ac823 Description: debug symbols for ceph-mgr Auto-Built-Package: debug-symbols Build-Ids: 16f08499f7acf693ee949dcb6939670273ef45bd 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: 10000 Maintainer: Ceph Packaging Team Architecture: armhf 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.5), 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_armhf.deb Size: 3054976 MD5sum: c0aabf288bbc5cc13ffb7dbc57ef7eee SHA1: 1e54331c90dff173aa45daf3ae03a2591c3e4bd5 SHA256: 5a45ee6e79906e621f33645a784c0f98727ca62890444f7bb877e097535524c5 SHA512: f597cd85da6ab45e7c7cac82f0523442cc6bf7a0dccfd9e377da691ee23d8f6d203e4f6453af06f36b309472664ff63ce32263be5b87cf245af03a335624be85 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: 20927 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 18466584 MD5sum: 39fe4086c5fb4934fdb7e62e4cf81402 SHA1: 48a893ecae684ff40c37e6d5a2bfc001985b5e88 SHA256: d8a0f75f9dc5081c6730c2ed6e21e8b9f9e9e2136129691fdf075485e8f6814f SHA512: abc573a624e871896b6d4c8827e991358d773d4a2c1efa0a0573eab545369fecbfea2b44867b0afd777f9a4ab7d5908c4e4bd42d2316d533c68375babcac1925 Description: debug symbols for ceph-mon Auto-Built-Package: debug-symbols Build-Ids: 7615211c560daa19c07ee60982dd932be99bc663 b965f3efa492be1a44a542e3b0d2adb95d4b5396 Package: ceph-osd Priority: optional Section: admin Installed-Size: 37009 Maintainer: Ceph Packaging Team Architecture: armhf 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.5), 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_armhf.deb Size: 13412124 MD5sum: 4a500009f326ca8dbb0ece5f255f970e SHA1: b288a4240d3d25e341e865ea222337e54301ac24 SHA256: 49247e02ed0af7a2552fa29578a447226639b22f3c9d9e93aa9c098b23371fd2 SHA512: 524af9abdf89db61110381d9db12f5888a0ca0e266b66f2f3520cf8ac83f16b6cd31250b5f3787b2bf50ef89719a41002f59e999e5f150b169e279331ab82be5 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: 71495 Maintainer: Ceph Packaging Team Architecture: armhf 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_armhf.deb Size: 62712680 MD5sum: 62f5275e920b2fa16142393bee8a9048 SHA1: d2b43f4d1084678c0b34fc9e481898ab6e1d1e0f SHA256: 5c327112a60948042923a77bd873eea6b62ff25d22abbba43d2db95dfc97fdfa SHA512: 028c225aca86a3f8233db8911af5d07d38a60457477e7ef905591bd1291463c343aba778a723939d396fbf245162bebd5b18ddd8c932793de20b6ca4210ce08b Description: debug symbols for ceph-osd Auto-Built-Package: debug-symbols Build-Ids: 0cb741a32622e1e935311cbea34ba139361e856c 578850df71e3bc74a2ff26892e802cbb2083cfb8 9dc0532c03a90011febc217197f9a62f3c834245 e224f280c651a77957f2dc0b96189ca73cc1e73b 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: 39 Maintainer: apertis-tests maintainers Architecture: armhf Version: 0.2020.2bv2022dev2b1 Depends: libc6 (>= 2.8) Filename: pool/development/c/cgroups-resource-control-tester/cgroups-resource-control-tester_0.2020.2bv2022dev2b1_armhf.deb Size: 10152 MD5sum: 2597185df77f4c3c7f83cdc10a146b7b SHA1: 85932ff333d6aae23b7962d904e25ae584c7a03f SHA256: 8f2248c374c7e544d50ae2855eb679e4c6196817a304ae5665c9fae5d7831e4f SHA512: a42f897ece91220f16cbf4d5b53e252907dd8b86bc41399dd1d44f0a7cc58243ffc5f282a6845df4691797f2c97ff245ae756e9f0b3bb288975a4aa73ed14811 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: 29 Maintainer: apertis-tests maintainers Architecture: armhf 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_armhf.deb Size: 9284 MD5sum: 2144a5fadb963fd47e7228550e827dc7 SHA1: 94a5e4dbccfe61dfa95b5aa0a3d5721b11539413 SHA256: 105e7ce2f9c283d21188336bbfa0ff24483dd33124fc6851b5704da64a4c8ade SHA512: cae34ba14804bd9786b57d70e7aeb1832d216de5eba209bad6926705a0b385fc4b80bfa15c6bcb0e8ccb396809874eab4eb715c5583afdff079bd042ec75aa02 Description: debug symbols for cgroups-resource-control-tester Auto-Built-Package: debug-symbols Build-Ids: e0cf6c0329daa86c31595e7bb1ac4140adaf5f09 e1ce14659d1a744c96f14eb888ae32c6dfea5a91 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: 205 Maintainer: apertis-tests maintainers Architecture: armhf Source: apertis-tests Version: 2:0.2021.18bv2022.1b2 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.18bv2022.1b2_armhf.deb Size: 49368 MD5sum: ce83ca4fc35aea9b9f42d88a7e6ef984 SHA1: 6ab3c8ec0c357a1b08cb69d4be338e91112fa762 SHA256: 73be314d65cb909686779932211870217ee22a87a5775bcebda87cbfabd158c2 SHA512: f381f5a290a1fdc8c738bf31b7b97133650e41d4a96476d7f6c22f501f373d7e2d9092f2c1f2c0609b1dc448cb14884d96a325d0fee0e517aa6269a274dd132a 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: 346 Maintainer: Christian Göttsche Architecture: armhf Version: 0.15.2-2apertis0bv2022dev2b1 Depends: libsubunit-dev, mawk Filename: pool/development/c/check/check_0.15.2-2apertis0bv2022dev2b1_armhf.deb Size: 111880 MD5sum: 15120fde61b3bc6ac52956857fe34acb SHA1: 7347fb81aa19d1c12aad5c98eb9405ef355adafd SHA256: 24163aae176ebcb1ea91b48e97f3b4d1c832503ef0142203dda438709ca4a728 SHA512: 5e1f03c62a5abdba21076595f9e88d2b4b19dae35354ca696da85004d3c0d212ba825f6e8906bca79ff945751ccc17d1f48c6e0b20f5f2f2527f7876cfe26169 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: 621 Maintainer: Debian SELinux maintainers Architecture: armhf Version: 3.1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/c/checkpolicy/checkpolicy_3.1-1apertis0bv2022dev2b1_armhf.deb Size: 202232 MD5sum: 0bbf35262dde8c4fbfef2c30e8c82388 SHA1: e0172c2df4225c9efcdfe398abf4af5173a45e94 SHA256: dc41bcf4049fa8682dd34921042d383e2865d166f066630d0d4fd31fa920db6b SHA512: 61d431fca83fd410927ad0f1a869dcae4e02ebc35623e44a93a7c845e99d7595c5f491ac49b6139dac0895a11335e4945f2a6ce370694f136cc3ff1312106bb4 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: 355 Maintainer: Debian SELinux maintainers Architecture: armhf Source: checkpolicy Version: 3.1-1apertis0bv2022dev2b1 Depends: checkpolicy (= 3.1-1apertis0bv2022dev2b1) Filename: pool/development/c/checkpolicy/checkpolicy-dbgsym_3.1-1apertis0bv2022dev2b1_armhf.deb Size: 246392 MD5sum: f8af167c533d5a3c55c9973c1ca18622 SHA1: 9216ba6ec8993011b2fa8a84e675e6ce376a9a19 SHA256: 78531db0637351d2f4899e62b828154a00e21704d9a740a0dfb332938cc529c2 SHA512: 11869287c19c4bd0c8c4f6eed714a18ba7d6f0dae896fcce497874fb0ada53534a8d8e592fd38d324153fd5bd4fddb2abcf2ec4bf5ad0d56bbeaf3d11d76e280 Description: debug symbols for checkpolicy Auto-Built-Package: debug-symbols Build-Ids: 0338fc09d6def7f06ea5fb64afc07b7363f0fc92 da34eb5435585d783c7fb1e26fe2f40981a6c95d Package: chicken-bin Priority: optional Section: lisp Installed-Size: 4884 Maintainer: Davide Puricelli (evo) Architecture: armhf 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_armhf.deb Size: 1083320 MD5sum: bdbd2cb0076f6f26a88f149ca4cc180c SHA1: 9917acc85af023a205e085e75e29d5d12f92cabb SHA256: 35a82d962a9ad99ed242be6ec4c1b4ccdaf10f7aae194f76cf62d3a1f8e6cbc3 SHA512: b3d9da7cf812c11ac850dc1af52a632447013fa8eabf4c003132c36f37b65e3ecc6b87b74708d73c56e662a0277da9d580e2b240a62252172561ee22e56839ee 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: 4801 Maintainer: Davide Puricelli (evo) Architecture: armhf 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_armhf.deb Size: 3966628 MD5sum: 52fd33fe000c64cec0c2485ef3165f5b SHA1: e875eb8d30d8f02d379b4b7b4c615813919baa72 SHA256: b3183d452ca368fe045c96525a5472f130df7e7a99d91683301a0d780013d034 SHA512: 9fa289e975786529082157f5ec97940efaa0d2429d68b4c2d057c649a3bc23d27d2abe5a277f490bd6071a6d470f16c68cfefd94734901c2adfead8904d8aa6c Description: debug symbols for chicken-bin Auto-Built-Package: debug-symbols Build-Ids: 02de086afc0a18b71e69443ca906c01750e1feb3 0dd5d608f4b57f8d4e5bf1621304e1322581a211 1c36cbfe83f06752e78f6084827d118d86fa3d6a 288c7ebb353a1a38ca204b12aa10ede5a15f20f5 3369eb3509035444c5544abf1433f37e4be801d5 36f3df70a0263b720695580d8798ea0d8abb988e 37025da2e12a56bf1d78c0e20fa45c4ab6a41cdd 4177eecd28c6cd345cdc9490027fa3a2e5637cd9 447661c5f0aae506a8587edcf5b4ff928e2f56c4 452c86ae31181b7f0c19b173ba4410d48679d633 46da48726f248c27a7c1cf8fae266fe70a32cc04 477606272ac8f7405e12f202132c53c82abaa09b 4900f046ae0416d057282164d625a016cc24a12a 516ee60d8763aba38354853bfaddf06074e2d379 537f35b0a870a828aef36b0bdc031a37a23431dc 53d19f99c04f8d70eb4be5bf9640cd2020b3b095 572be2016ad8c41058cd114cbf6a9fb8010c0605 5a6af1deca4059048919d4bbab2aeb8aa80efe90 606d7e47814a931d868b600f7c4c5af894a6f1ce 65f6e4b18fe16f0c1e3e7e9d3a87150dde37b5aa 671929b7f5b3f177cd980a3d6172d6c1233ab5a1 69160f24721b0f6f9c34dc480c3e8a602f630024 6aabeb6891be15336cf2338a12e25285c3b4bbcb 6b80f1115957ca193f8bc1353a9ae440f3fd8fee 6ee5c4ceb596575d2c2ea91b1a6bd7063b46d847 77890be384b24270a922c17311381d21748c67e1 78a1218054004918cf4731948b1dda9de0add253 86046ea135d44c895b200685d9c995c6c0ec8a71 891ba4e5b0e0d5905fc5bbc82a5f88adff4f008e 8c400c5243dae31adee9793a12e393a7baa1266c 8f5ada9ab4aa69c668f5a105aa4d32cc6d4af7d8 93ecf4592b36bf4f7eb89556623d242d0225b47a 985ececa52a7f4dcd2435e1bd1c30bbf1017af22 9a8665f86de028038d4f84b511299146552a51fa 9f92aae354ec23709b25aa5d19c25c49e8a010c3 a74a6dd6ccc690ae01a8e84f54c90789e4b069de c0cfa5c2c1439895086225dd473a17b76f9477bf ca1c2d5c45c76e5a13ba6146baebeb2ad332848f cf7c833048f55be9bd0b3165251a4a9c01709a62 d872a13bb689d15700cf8d527c09d57f54865099 e159c99306561aa7e6b0937dc963ee5f70577766 e3da6d2f467c1bbe65aaef5cd2e86b8b791070be e44fa87fa7da33d681fab931003eab9f79af7f54 ead6ca08ac1f41552d3cb2932301bf023b1eb28b ebbf0214464b20cc25779c245d0528ccc7dd0cd8 ed5105db2ab099900fad3ad731c549e554e86201 f173a91d11ec61972263f7710918f3b1e3d7cd32 f17b4029cb016c58b76cc9be951013cd6703096f f563a3e3fd79966009a55585236d85a29b5d59b2 f7d09c948e876d13197c84e67d3c4895ef97bf2a fe321212e56df290fa497a67735e82e919c4b8fe Package: chrpath Priority: optional Section: utils Installed-Size: 36 Maintainer: Tollef Fog Heen Architecture: armhf Version: 0.16-2co1bv2022dev2b1 Depends: libc6 (>= 2.7) Filename: pool/development/c/chrpath/chrpath_0.16-2co1bv2022dev2b1_armhf.deb Size: 16060 MD5sum: 37941b9c3758bfbcce7cf263e832493a SHA1: e6da05bac78a44963871ecf27341d8c0111f5992 SHA256: 25d9c9ebe1c797997b16188ad91ba14e981344511a98bcb98f61615edb9a12cb SHA512: d049b9beb09697889551fd40be8dc6fe91070f224127552859e9b1bd05fceff0de0408fbf6cae003b495559848651f2f009efe6bde0348012f29b082e6ca6277 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: 34 Maintainer: Tollef Fog Heen Architecture: armhf Source: chrpath Version: 0.16-2co1bv2022dev2b1 Depends: chrpath (= 0.16-2co1bv2022dev2b1) Filename: pool/development/c/chrpath/chrpath-dbgsym_0.16-2co1bv2022dev2b1_armhf.deb Size: 20284 MD5sum: 121d4c57e1942f502cd5625f6fca73c6 SHA1: b7012613d2b3d7ce36fd31349fc9955c28b4540d SHA256: 63f0af928e3e641bc597ea9d12ea22bdcb8c6d6315642d12b542a54182b35df2 SHA512: 31b1181c01cb3feca8681a17a543946c235b36da92c80f9e972ce4320f13e95eec85570ccc283b7bb0a5815c2070568f05f26e7c5bfada5d25797be3a416e67d Description: debug symbols for chrpath Auto-Built-Package: debug-symbols Build-Ids: d71eb9c8f5f44271d45673a826746a07131e3024 Package: clang Priority: optional Section: devel Installed-Size: 25 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 9180 MD5sum: c346eeccc39864b83a9595e818010214 SHA1: 8cb4987ef18c012489dc9f14cbca1f07a04b2ce3 SHA256: 72f22ac06914a1dfe8eccb47c6e3edda6773fbe564f5a811f496193bd1d41e8d SHA512: 3813b3b6cfb7a1b39098c7a24f8376df9c40010675fac590ba74522c59e7cd7e98cb54385feb21eeeba603dd52cddfba9fea2c672771fc9f257e477c3e814b42 Description: C, C++ and Objective-C compiler (LLVM based), clang binary Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This is a dependency package providing the default clang compiler. Package: clang-13 Priority: optional Section: devel Installed-Size: 340 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Replaces: llvm-13-dev (<< 1:13~++20210129063721) Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.4), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13, libstdc++6 (>= 5.2), libstdc++-10-dev, libgcc-10-dev, libobjc-10-dev, libclang-common-13-dev (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), llvm-13-linker-tools (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), libclang1-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), libc6-dev, binutils Recommends: llvm-13-dev, python3 Suggests: clang-13-doc Breaks: llvm-13-dev (<< 1:13~++20210129063721) Filename: pool/development/l/llvm-toolchain-13/clang-13_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 117392 MD5sum: 7e969e1804c4388f21a8cd9c6cba3432 SHA1: f47cb1dd7fad719825813ee5b0f269269b4a2b8c SHA256: a61f62d2782d63c944c1481e13bc64dcb06b7dcea416b1d7c860e99810553b35 SHA512: 42ea1df03805b24f6221f2b045993b597eff641463b6803de69b6512c738e67959e9434a962edc8d93c9b92769fc4e31bb313d264f91e46f4a9232b60727bb01 Description: C, C++ and Objective-C compiler Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. Homepage: https://www.llvm.org/ Package: clang-13-dbgsym Priority: optional Section: debug Installed-Size: 137 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: clang-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clang-13-dbgsym_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 98296 MD5sum: 7794e75741cce1dc4ff52cbbe4cb5854 SHA1: 4cb6430f607f2198f24d8065812c5ab9cd74370e SHA256: f4b3a039afabebde07b351b96d107dc583f7617cd3dea20083ce5693549debc3 SHA512: 0360d1231d6e16a60d501de27529026d699699b9d0d9209e9ce28b4783fb3a3141a15ba0700593132dde086f3a1788979f8486a8b5b84dcf123380c38ec6d993 Description: debug symbols for clang-13 Auto-Built-Package: debug-symbols Build-Ids: 34b9cb67f9926d519b7e3a5f4484f545b51e283d Package: clang-13-doc Priority: optional Section: doc Installed-Size: 8187 Maintainer: LLVM Packaging Team Architecture: all Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: libjs-mathjax Filename: pool/development/l/llvm-toolchain-13/clang-13-doc_13.0.1-6~deb11u1+apertis0bv2022.3b1_all.deb Size: 1122772 MD5sum: 34d205748c33faa9b1ea69045d3cef7b SHA1: 58a55bc36382ec3151e54ba1951fd2f4c74eea79 SHA256: a126a1de69c3a7cfb586c654e30cc9d21ea419f404c104ba6f0b189640980197 SHA512: 41c1caf4dfc7f766d0d7dbbef9da2bf9fe33892a7a118c0fb8b224698303638e12f6632a05bba33d34e39ed41b27cb19a5fc9216fed2638798407a73087b9468 Description: C, C++ and Objective-C compiler - Documentation Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the documentation. Homepage: https://www.llvm.org/ Package: clang-13-examples Priority: optional Section: doc Installed-Size: 95 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Filename: pool/development/l/llvm-toolchain-13/clang-13-examples_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 65880 MD5sum: d1e2c6a49edd12669d82f4669396867d SHA1: db35cd901ba182f99706bcefc6a0069687b2c69e SHA256: c158c12eb9f0e0d3a18c037e67faa40b5ee4b5d89cd8713c9df75ffa505243cc SHA512: 403d64cf50a43ad7e341179faaf1655f1209114c78a427f1f650b62c7834cab5f2e33c7f92ff194825794d1c17c01389fb4fe302f235980979db80265b2e3aec Description: Clang examples Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains the Clang examples. Homepage: https://www.llvm.org/ Package: clang-9 Priority: optional Section: devel Installed-Size: 3172 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Provides: c++-compiler, c-compiler, objc-compiler Depends: libc6 (>= 2.4), libclang-cpp9 (= 1:9.0.1-16.1+apertis0bv2022dev3b1), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 934592 MD5sum: b2c8199eeaf02c8da9f8088863b8b042 SHA1: 959796b783ed35eba924a7eacd9e01d3cd34225a SHA256: a972f3dfb5674b4814cfb318281cc3e3ff73473f6d5d5cd390619db676fa188c SHA512: 32f607de01a7257ada2e60c6af4742ea88cb1e727fdebda85cd2cf862e218e156ed7a643532e3f3a1fdc19dccf409d7ba54c0601f356314c9e8e59788b048a6f 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: 4366 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 3194060 MD5sum: 6cd38a06e4d342c35cc273d75887a3b6 SHA1: 35db7406638a68ca63f86d1b184236f6109fb244 SHA256: d639246d675b45e19fcc56525dbd747c1e511705edb65c2ecbc4c8fae75bf1e7 SHA512: ca459cc4fa5c85145e8c05a0546cc1b998082511ead34a03c66bd8e57150e78c36ad5f12bea68d81b636f21fec59e8dcf2a0adc3891de7b297710219daaaa598 Description: debug symbols for clang-9 Auto-Built-Package: debug-symbols Build-Ids: 8097399696560c7586de6d58baf5a0fae2a4999c 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: armhf 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_armhf.deb Size: 54808 MD5sum: 8c7a85e51c5dcf205872910cc7dca6fa SHA1: acc6dfbebaaec4e275dd5f5bbff72222bc961878 SHA256: bbde1ec88e592763c25c5feed0609d217b339a47342511c2da6800c6581f2e63 SHA512: d670169c0e14a7afdc69146ed32eb8e954358e27290a578874c35cf547a4bdb5d420095892f84e502b686ac631bb98f99f75446a8bc93713ec32693639e31012 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: armhf 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_armhf.deb Size: 9188 MD5sum: fb4fc96311ba154c546974c64fbcff30 SHA1: bc5eb575a15ce50b492691f4412183c574961b5f SHA256: 4c87e9b2ccbe26a0ba4ab26a5eb8a49c7d992a404c71348d8b82081e59ef09cd SHA512: 80a4f10a45afe18d9214d1783a16a34f9ec6a2b9f74c67e7d2f62c8128f79330ad09fff1e8e3d9e191cfb20e3db6a7d858197dfdb3912dae4e7667cebbec960e 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-13 Priority: optional Section: devel Installed-Size: 209 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: libc6 (>= 2.4), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.0), libllvm13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), libstdc++6 (>= 5.2), python3 Filename: pool/development/l/llvm-toolchain-13/clang-format-13_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 92548 MD5sum: c1a8dca4c2330eaee234d744733bdaf6 SHA1: c482e56c1a1167a600848e91e3ab26a17c11a2c0 SHA256: b7776c2a821bb0fd07813827d7d544a597369900946623fa6bc7c2bef9cfc6f2 SHA512: 909495b9d3b5ebaec8ce7ae8f6c7cd9ee62c069d816e9aab3d6fc372a163de11d5e23519cae8b360ec173326869b8a8404ae2bb5e0ec06ee8abc66faf38929b5 Description: Tool to format C/C++/Obj-C code Clang-format is both a library and a stand-alone tool with the goal of automatically reformatting C++ sources files according to configurable style guides. To do so, clang-format uses Clang's Lexer to transform an input file into a token stream and then changes all the whitespace around those tokens. The goal is for clang-format to both serve both as a user tool (ideally with powerful IDE integrations) and part of other refactoring tools, e.g. to do a reformatting of all the lines changed during a renaming. . This package also provides vim and emacs plugins. Homepage: https://www.llvm.org/ Package: clang-format-13-dbgsym Priority: optional Section: debug Installed-Size: 91 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: clang-format-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clang-format-13-dbgsym_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 58740 MD5sum: 64eb2ae14453ed88ce22c08ad8c796db SHA1: 064f7e889e48e2c5eb65394acdc62acb5260d51e SHA256: 34c2a6ef2d1fcfa1b92b9b8629c3aa16ed87cad4197b6bcaed01738753e2a3fe SHA512: e7fa9225ff55464cb59f0bcc6785bee8766dd485e2b1338321b4a2bdbeef367ab0041f045a68765578b405a12d23482bcfc5bf3854d2a5d4197bcf9f4fd62c99 Description: debug symbols for clang-format-13 Auto-Built-Package: debug-symbols Build-Ids: 9f0efeaa35cbf547e9530c81da955f65c1dce2a9 Package: clang-format-9 Priority: optional Section: devel Installed-Size: 178 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.4), 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_armhf.deb Size: 78328 MD5sum: 5da2d5c36ed3038b54a06a57ca4142c7 SHA1: 112bcbb80f65ec026fd8e79c7494c5e9893363b2 SHA256: 46894aac8a5758f54fe74e155890cdf7a721a90cf9b840e48b699a5e9db61d96 SHA512: 2a870a3263d66f55683f3a2b17b22122b3679f65febb5a16e8c2f65d49abbbffcd74cd3d996c2344b8de89c8dcc3ef567e18834eda50de5fcb0484f8c1afb25b 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: 70 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 40864 MD5sum: 0d321fadd47468aac331a9dd3d4b3957 SHA1: d54bdb3d8a3bd26e7fe66cc15838bf36f983c2ab SHA256: 952c23bd505fcf1d35125a030122084aa44d77c85a25adef8c4b324dfe29ee7d SHA512: e38e0867e92ad1dc09683bba7f4dc05549837f723dc37ca4c31814ea47665cfe7540456f74935a68d3211bc049d02274f650d2d61cb17db00c94375963d89eae Description: debug symbols for clang-format-9 Auto-Built-Package: debug-symbols Build-Ids: 2a035956d35f49d5c1cb750bd6ef0450318099ec Package: clang-tidy Priority: optional Section: devel Installed-Size: 23 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 8948 MD5sum: 2c157c3b90a6f5edcfd061d75e4f1d19 SHA1: 4b424e1f0341430d089a6d43ae76f2b7f8fdecd5 SHA256: 6919b61d79c43fa600c1883e67e2594d59abf62e81ef769fd785ec417668cb16 SHA512: b5d6eed142afccfb4aa83b47269f496197644f721bf9c5605f8adafa5d021d0b6f39b1b659afdc24ac02081bf0926ed307570826531efe08a295e49e63a80d10 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. . clang-tidy replaces clang-modernize . This is a dependency package providing the clang tidy tool. Package: clang-tidy-13 Priority: optional Section: devel Installed-Size: 6554 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: libc6 (>= 2.29), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.5), libllvm13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), libstdc++6 (>= 5.2), python3, libclang-common-13-dev, clang-tools-13, python3-yaml Filename: pool/development/l/llvm-toolchain-13/clang-tidy-13_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 1082692 MD5sum: ebb51787923c489069511795a04d56f4 SHA1: a19ab20f788020c0f5a2f5755a044b79d3ee1409 SHA256: 7b681ffbc7fde5cd7e7b869c8a2373fbe02844de802e77bbb005f34f63455f05 SHA512: cc98f7808dbf80f986c6e898d4f79b2f522e57983aca2ebdfc8d0e1d557f4b1ca65734db174f8a052a3ac64745df48e5dd3b0b03be2374aa19326db5e89c27f2 Description: clang-based C++ linter tool Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. Homepage: https://www.llvm.org/ Package: clang-tidy-13-dbgsym Priority: optional Section: debug Installed-Size: 11978 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: clang-tidy-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clang-tidy-13-dbgsym_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 8999840 MD5sum: f738e6c5746ff1b88e58b9911eb4a81c SHA1: 1491da5407622de12a63cd636fdf13d8ddcec181 SHA256: 76eb3a2e85286e28462bb435a8aced4697e08ed2de2715e0e88960a359643ece SHA512: 5a7a4432ca1c4c8db13d20a2c75b8aec3afd04cbb718795dcb6088ddab8590f83a9ad1eb93a16a79e801c632bba1579457b9d55df2179b95b655a2466bda22de Description: debug symbols for clang-tidy-13 Auto-Built-Package: debug-symbols Build-Ids: 733b5ecd0291edf9fc64734ea69a854ba1d0474c Package: clang-tidy-9 Priority: optional Section: devel Installed-Size: 23213 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 5360716 MD5sum: b90a6099a8109ffa1f36fefbf1663db1 SHA1: 8c03945eb231a1014ea76633b376ce8e563c20d9 SHA256: c6e6152a60eefd3064a5a7e93745311395ffda9855caf820dfa055d64e9e2de0 SHA512: 02b3043554033372b25ca9df7132fe8309474a42bccecf6038ff020b6e93f5519dc1348106691d22b48847df3c93244ccd17141d745017699993da8a12e2fa70 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: 36384 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 26842768 MD5sum: 7c420aed20bee36aa96db92758ffb166 SHA1: b30dacc1a743349d5b65a846a9eaa52aca194c48 SHA256: db388adf14e1ecb5b06d741040d4423c75bd38e2b7d1e8768d2e308cf4b7b90b SHA512: b5ad6428522f8f19b82025bf58e3b7075a2382e3671c52c64e701aba8b710a7c319496f1eabc22ee7ded488ae43ac0ee3b7a4fdaa697b355cdd353e0f43b0cd4 Description: debug symbols for clang-tidy-9 Auto-Built-Package: debug-symbols Build-Ids: 8fbdca572ee3d1d6ece6bd92cb389489a901279e Package: clang-tools Priority: optional Section: devel Installed-Size: 32 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 9088 MD5sum: 91a153f3f6c8ac510650d99987790a7d SHA1: 2cd3fa0595766ab8e82dbc13892f8835962d7805 SHA256: 17ee1ebb5f498323a1628e615de72ffacd7063750715b373691b83d78d1553b7 SHA512: 3406a441130c2ba7069e0cc1b46c209b474479ab9ddd7659bac29de02975775e5f2900c5385e2621cecb5d42d98d679108184359f9deb4b602d1477641f85885 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-13 Priority: optional Section: devel Installed-Size: 24233 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: libc6 (>= 2.29), libclang-cpp13 (>= 1:13.0.1), libclang1-13 (>= 1:13~++20200417041528+cc0ec3fdb9d-1~), libgcc-s1 (>= 3.5), libllvm13, libstdc++6 (>= 9), libxml2 (>= 2.7.4), clang-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1), python3 Filename: pool/development/l/llvm-toolchain-13/clang-tools-13_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 5477420 MD5sum: b889e8488c6e032fc9b79e98c7f46ceb SHA1: 1c61426e1e8e0c67f25849b0c372a15f8d58b834 SHA256: 229f99f8c708f2e20f777c2b2d296cc4f52b9ba5c2ca88f624c7026e3da6f663 SHA512: d7a12f64929618cabfb0d37c3c6a0403efbbc70e4fee14e4b5ef0e5b81c01182e217cafacb6780ba7d8af343760f2e682450c2676cf7c7276024662df47a1c23 Description: clang-based tools for C/C++ developments Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also provides most of the support of C++20. . This package contains some clang-based tools like scan-build, clang-cl, etc. Homepage: https://www.llvm.org/ Package: clang-tools-13-dbgsym Priority: optional Section: debug Installed-Size: 33203 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: clang-tools-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clang-tools-13-dbgsym_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 26873064 MD5sum: cb715d2bb7f22f06cfbef336263209a7 SHA1: 57764e3c109f186cbc85024a55c5241547a5f82a SHA256: bf4ee76b84b964328e1741ce93c7fa8a79d231f26602a05edbea4a47b6a3d4ec SHA512: c4839241cfec86d5f9625953740aab90e0cebcc80b95c5d9f78285cf13815854cc90d21404e29bb8e0442fc59e41a72b8d150e2878b60a073c68710c405bedae Description: debug symbols for clang-tools-13 Auto-Built-Package: debug-symbols Build-Ids: 0b84fed6d9d7fb4aa71258b9e7554b8caca18ff7 0e49413af9d17ae8f479008f7039c023ccb32462 10720a943e922ad14a57f33a8b89451a4ad2f488 16bd69f74d7cf27c791f687ed4d2fbef32c391cb 32a461052255b0cc5ae2f8f4d51418f343ab9ffa 33591e3f6c898e217bff6452b40305cb905bb7aa 4e54f130e0bd064ec7cde5a7b8a139abda85c6a9 58b15b5af1b8eb536a1cab919fe18f7cb4437b41 94f5bde46d81b8be7dca2778e5b1e3e2648de7d7 a56438db3f5535ceb3315499f03fed03d4044502 a8d3e79b9686d753333de87221268377d99d5dc7 ae9a7a0ffad036b24f9cf733ed1dc53ac7d1677b b09a6e4ba1d5a4eb5a5fad33b8c56f65a452d8b0 b3b02cb6d993787557b1bc2dfa499e8e69cf655b ba92b3058b853b96afe572481875e40946b8a8f2 c510cfe78edb271838f60ba83678faa6622b7062 cd4e2f1e3a1e73f645baf85720c1d4a922f73320 d6fe58ccae1aaba991fda8bf8e70ccdbeff403e6 de4f35ed8afc07d273ba036e379a358da8b1276a e556c3ddb39cbaae68384a2fb477b6c7d2b17d3d fbb3315ca7243f7a2173bcb3b4a54d63bcd7fbe0 Package: clang-tools-9 Priority: optional Section: devel Installed-Size: 123552 Maintainer: LLVM Packaging Team Architecture: armhf 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.5), 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_armhf.deb Size: 29727452 MD5sum: 387cae1c8a851d3628d34dc8ee16726b SHA1: 36b02f9bdee78ec1d12b2a5a37b19f1e948abc53 SHA256: f3afa43947c51c87f84df0074d3656fad5b0a159fbf752d1bfca47fd991679e7 SHA512: 40b2049f8bf6b27cb03dd44e42af6d3a0427ad1cf3f239517a57c2a35570621527e0a8f38c140a319131dc4b8ed0ccf2714bc8f49298708682b91edfe22c930a 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: 171818 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 134141788 MD5sum: d9a8c80ef82d09031b4e95b4e10d3a1f SHA1: 572fbbedc74b0928b36dcdb7eceaeda8011267dc SHA256: 5f924e38109d1584048f30a450b408594d2a9343afcdd7c378e8bab31256b6f3 SHA512: 8b04dbc5bdf7eb44a1e0b613991e3ec995a2ddcf76bb16307fba332cd3e4cee0f418f6ad77664f896d3bb6b7ef9a87331afe52621d4593ca81060a5e01e7b758 Description: debug symbols for clang-tools-9 Auto-Built-Package: debug-symbols Build-Ids: 111ed9871232df86fe6806b680a8f9c0850924f5 2e0fc11427f204d4fec3238453c8d0b7683e7aea 38c554921192d1c90d93f818a2a6829593634eb5 3cfb98cc7274465f2233444639bd72dcb233c26e 48cbefcbe728b6498872c40930ee355c2ed2546f 59176eecc2f9ac7666b64e7faef9adf85d7910ce 631d5be74d5be7ac26fea04f8ca8cec3debcf425 68b33c0cd5d2398bc03e6f60f3afb489ea1cd36e 777f91030cbdc3f760d34352bf3d9f2ed99d4a91 9a7e94369369a0306edd3f69a16c70c6991470d7 a68460d18acbeb3d62b3911b3b5883b2d7f9fc7f c4386f082a40c020c3f5e6e4ff7c6b5cefcc05e1 c69a1c97b931604c4cfea845a86a44f48110c6f9 c86ffc54e75c4922e950be163c45918420d14728 ce1bf1a553121c6b8781b572974d9e00c9cbb336 d43a59b3f185bc3fc4c0763e6f5605f82dfb1063 d9c303919804b07304aa1cf100a570e27f14f80b e305d9eba8713d1af596bee1462b5b74b59795c1 Package: clangd Priority: optional Section: devel Installed-Size: 21 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 8884 MD5sum: e5136198efbf128aa13ac32a492e8615 SHA1: b58223a5ee937176e7c6a37caca0a06864fd9def SHA256: 9554ef9744b41e8ef7a15d850401a3ef6e18c60f83dcf9150be2fe6422336639 SHA512: 588c384316a16d8f94d50be98f8b7cb61cf37dde27f1c15c456e73ff7ab490984eb0cb0dffd43c1e3c5f5b8badca12337932a66397031ced341c69ee275d8354 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-13 Priority: optional Section: devel Installed-Size: 11078 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: libc6 (>= 2.30), libclang-cpp13 (>= 1:13.0.1), libgcc-s1 (>= 3.5), libgrpc++1 (>= 1.30.2), libllvm13, libprotobuf23 (>= 3.12.4), libstdc++6 (>= 6), libclang-common-13-dev (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clangd-13_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 2303588 MD5sum: d060d384db4e50f4c22ac0de345d31bb SHA1: 78b1bc5dd0f4c0a1a5b0df32950224f88184f80e SHA256: edfeb2b40a06a96e1837f92cd05280b801d003be5aa121fa5ef4976515a636b4 SHA512: f6885f0b93c385e6ce039ca5a73ae21da49eb8ed39c0cc836c462fe9822463e7d6317acc0cfab8de6d72681c85fa51c8732f12ba3ab3f0460a1f5b8390a6182b Description: Language server that provides IDE-like features to editors clangd understands your C++ code and adds smart features to your editor: - code completion - compile errors - go-to-definition - and more. . clangd is a language server that implements the Language Server Protocol; it can work with many editors through a plugin. Homepage: https://www.llvm.org/ Package: clangd-13-dbgsym Priority: optional Section: debug Installed-Size: 18810 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-13 Version: 1:13.0.1-6~deb11u1+apertis0bv2022.3b1 Depends: clangd-13 (= 1:13.0.1-6~deb11u1+apertis0bv2022.3b1) Filename: pool/development/l/llvm-toolchain-13/clangd-13-dbgsym_13.0.1-6~deb11u1+apertis0bv2022.3b1_armhf.deb Size: 13782032 MD5sum: d68c06c5f92f3ae9fe49d34571112091 SHA1: 17f747effa3bad90b7bbd916f7315b5092d66649 SHA256: 25d8ad1da91b85b0a5f9bec457e7eebdaed748d2b109ebd38412c74cb2cbf9bb SHA512: 57021afab89430511c4e08e4c8decff11aab6f274b6d365d53f4ff7910a7204f9e1cfeafb4dbcfb990d81cc080a77cb0d97c4f20e8bd2f1711cd9b070fb2dd10 Description: debug symbols for clangd-13 Auto-Built-Package: debug-symbols Build-Ids: 1a12dd94ad303125dc9b2b12180c52b8756ebc35 Package: clangd-9 Priority: optional Section: devel Installed-Size: 21849 Maintainer: LLVM Packaging Team Architecture: armhf Source: llvm-toolchain-9 Version: 1:9.0.1-16.1+apertis0bv2022dev3b1 Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 5076724 MD5sum: 4cf94970db5dd2bede23b8d9ceb519d8 SHA1: 02e84b56c8bfed7018eca41d73baa814606c97c9 SHA256: b7c1bb2da727b2383cad9569bf528dc4da4cb9ffe80479a210ac8e30d3a6d1c5 SHA512: 33b560a6396a33be2bd460e12c026839302cffd1afe4a6a0e20aed648c03582071c3f5e5042c2b5dab48d561fd87875bd1e0163968b8c5fa3f78da7a11b5bdcb 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: 38512 Maintainer: LLVM Packaging Team Architecture: armhf 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_armhf.deb Size: 29014356 MD5sum: f8788b0d64429c9f7190b1cb000cfe3c SHA1: 2ea49ca7889da1e1086d80d758eff732314d1681 SHA256: bf03a47d8d58a67bf2aa374e3322604b37ada71adbc5f8501ec40c4c063dbe09 SHA512: 64a6e70e5fc2ac703d404cc918c284d9fe649643ebf20fc10272680553523876ce394d4d374a343fdfd1ac8bb4e6a5d949e34c19fbcb49e6d20fbe7ae4e24861 Description: debug symbols for clangd-9 Auto-Built-Package: debug-symbols Build-Ids: 8b85ebceb2a5be9d79d91dfb9d745fcb09eb7ab5 Package: clasp Priority: optional Section: interpreters Installed-Size: 1182 Maintainer: Debian Science Maintainers Architecture: armhf Version: 3.3.5-4apertis0bv2022dev2b1 Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.5), libstdc++6 (>= 6) Recommends: gringo Filename: pool/development/c/clasp/clasp_3.3.5-4apertis0bv2022dev2b1_armhf.deb Size: 550148 MD5sum: b58731ae3c6c0205ffc3471993a6565c SHA1: 3b457112934c5fe8b7e5a087a46622e015c59382 SHA256: 770eb98cb58533a010e3ee477dc21bb75c3d5e61ec8a50b4b786df6696618bbf SHA512: 87910cff5fdd3d92d2d5908f1a7bf9dc3dabe10e1cd4a17b2a5eb49c807872c36e1b71e2b9013a6638d16d2721126da4a0f925725b8cda822c08ee8c0b63595c 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: 6455 Maintainer: Debian Science Maintainers Architecture: armhf Source: clasp Version: 3.3.5-4apertis0bv2022dev2b1 Depends: clasp (= 3.3.5-4apertis0bv2022dev2b1) Filename: pool/development/c/clasp/clasp-dbgsym_3.3.5-4apertis0bv2022dev2b1_armhf.deb Size: 6264596 MD5sum: 890bce0b2c5a5cdd75bf87b10ec62278 SHA1: eb0c134f98661cc75aa00b3e25808d4ed286f51f SHA256: 4e80cd345fce39045860e752bc724aae937eda2c5905806efd89870af6119a53 SHA512: 7435a304fa6b7c6ff643bbe84d5250d787efcdea165899267a63a083f4e4d7b8800673619bfc0fc26d332decda3a90393c48622eeb2c29021a15c4b376b67322 Description: debug symbols for clasp Auto-Built-Package: debug-symbols Build-Ids: 7c5a033247a56a8fbcc3c2d7a3421b82d2715497 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: 24493 Maintainer: Debian Common Lisp Team Architecture: armhf Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 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-dd4eb634896a3dea826cdbca213bda8486c35b90, 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+apertis2bv2022.2b3_armhf.deb Size: 5467528 MD5sum: aaa8600b23f1efcbcc90257eb2c61870 SHA1: 47a89090375b73c700ab84a78dc6c8aa8f7908be SHA256: 57ec7d0aa14da1a9fc13dbd3815e8692bba9a7b17b3f5893df0609dbfe4eeb08 SHA512: ba97cb2d41adf25bdc2636c6d598f40d6a1576f7c91045d2c99758666962c2d199de74cb1c3b5bbb16bab4f1d50fb49636cc7e89fce3019bb7bc54e3dbadd062 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: 3012 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 2798900 MD5sum: fdb11c254aeaef9615b70ede421c3394 SHA1: b4c9b4b49b822ce027e3b5e777f667d3544bf0c4 SHA256: 5050b1fe670902088d2d0b8a5f24636fef7c52d99b2f062b7ba4eec9335f5322 SHA512: 13e5dc7102c86c96a1fb656def0a915c731ba4a8ce4d6367f22cbce509e27e14a109e5813b6f34461bd4ef30d6b5ba42fde23c493b53fbe64504126350aa9acf Description: debug symbols for clisp Auto-Built-Package: debug-symbols Build-Ids: 07b30b0d3d46ebb07be50eab5aff46cf8c4425e8 44ae10cad4b207b87aa3f52d286b1e48890700d1 a85d6563c5357f94d17a297c203597f41a17d343 d8cd570acf13dc5ee0dcf18451d0ebecf7445326 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+apertis2bv2022.2b3 Filename: pool/development/c/clisp/clisp-doc_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_all.deb Size: 1199424 MD5sum: 3381a6648ecf1360235406bbbce06e9a SHA1: f2e4b2d9d3a8fddfc09f5b18fb2fbcc905f6512b SHA256: 16dc5a890eababe47b5a1c6469e5629de8696aeebcb8590bbc0c86a454123aa1 SHA512: d7f959e83612155550ef1c494790d45c0ff6a9c939ae34f2fa82f77225a6195d0bc57e2faaccf698c4b6eac1272e7b670dd92ad57720dccdf2866e5d8c9d6e2a 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: 1675 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libc6 (>= 2.4), libdb5.3, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-berkeley-db_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 885636 MD5sum: 3089d9da45db6292471daeabfd02b366 SHA1: e15633bc0dc78549e3782924d7ce75e2935bed89 SHA256: edf9b26804c8bc7c8a1643c777fcf873beda5a8045789d24922d8f3f5d27df79 SHA512: d62e44583d4d3ee62218c2763a8c6e09bddc89d4da1c749197d188f057d88d9b5bed0d323c7a5d9857a961d9c04123436170b3042f3e6b17d82d69fb4804a492 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: 186 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-berkeley-db (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-berkeley-db-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 168660 MD5sum: 60e471c3bf1a7bbf5090ec3f23d6a66b SHA1: 4db3a130d4d492035657e8b86a51ba93a9bfaefa SHA256: b2fa549b7f921221bd8805b9074fa303f3158f9d1fe08ed7ed7aa326f5a16bbe SHA512: 28d223c7de4de16055fab3e8716ed96e4588b00c5dd93291fa302d6d6a25d3301ac0bbca54c0bcc539d4ef793f90c99e05582e1f9c7e1aea6a4ec4821a94d350 Description: debug symbols for clisp-module-berkeley-db Auto-Built-Package: debug-symbols Build-Ids: 4c87149c0f15b189f369d1515aa456730c52e262 Package: clisp-module-clx Priority: optional Section: lisp Installed-Size: 2963 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libc6 (>= 2.15), libx11-6, libxau6 (>= 1:1.0.9), libxext6, libxpm4, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-clx_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 1113804 MD5sum: 331a60c01ae723c160712285b15e00a9 SHA1: 1fe5f341f14ece646475754df76e736eaa4e0717 SHA256: 4fa76556d1125dcdace7d722455b7d239bd764e20fddfd18228d6a044f4fe8dd SHA512: c0746259fe658310a7688b47a534f1d0a29be39aebc1011cc87ef50aa0878fb62133deffa6265f678b0545c9dacdf7c7e9561771c5b40ba6a456098ea2590a67 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: 323 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-clx (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-clx-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 274992 MD5sum: fb65a12e6a96a51b7045a761efe2d7e0 SHA1: f543e3ffc7a49ec836d3222ac97558afc35baffb SHA256: cb8cf42d1054436786f39d575c2de3606a6a70094986b3cf724639054b733623 SHA512: b73263bef047b5dfaffa81e2b0d7c1267eafb78cbd1482fe640d571a34b0b5c050b45a3c08263555885b1fb6c1804129324abfe6abc6e5f011abb626660d7ba1 Description: debug symbols for clisp-module-clx Auto-Built-Package: debug-symbols Build-Ids: 68963d11d8b8a10925f76aa3c5b4ba08e579c2e4 Package: clisp-module-dbus Priority: optional Section: lisp Installed-Size: 1445 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libdbus-1-3 (>= 1.9.14), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-dbus_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 735720 MD5sum: 6ac75c21888fe04f5eb597317b0dc82f SHA1: 330b70c6ade883dda1548c572beb286794cb232e SHA256: fcd41ac4931aa60249149d622d4faf3428cbdd8a3e6d7a29bbfbb3ed36d0df98 SHA512: 934872a59c8e42b6071ba735b759015ef2ad1256fe18b5910d67c1aa268a8806b695818aebd9dcaa2053f6d6425ea638f852288f3d0736beb5b4a08072b4f388 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: 30 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-dbus (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-dbus-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 7960 MD5sum: dfe4e107519caadc3c48c9d6c7d04c38 SHA1: 303e5db82b8319c59e075840f51deacaa5e2c8da SHA256: 104b577be2d8bc02bc7e7831c002366cd18006982b97b2e06697fe9ced8391da SHA512: 0b1c35f31f5d20d16051fa9724cb00ef13cb97a00ba83e8b5fda834bc4dc28f73feb93d8b45f74012afbafd71dbae22b494743db6fd72b0bf2314a3df36072d6 Description: debug symbols for clisp-module-dbus Auto-Built-Package: debug-symbols Build-Ids: 470e5d813796b4db5b60b96683d3b3b52406e59b Package: clisp-module-gdbm Priority: optional Section: lisp Installed-Size: 972 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libc6 (>= 2.4), libgdbm6 (>= 1.16), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-gdbm_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 751140 MD5sum: 1841849a18b95c6229209cc1af63d5fc SHA1: 8101d12a865b20dd1af8c8b44de357ff39a465f1 SHA256: c7a424cff3e9fda270b2020a0d7ccfec15adb7a2d4ba31d899ded01f37ecaa36 SHA512: ca77d334ae766601d36d7ae933c40a3e987189155960cc26061e7498fac1b51d4fb33870d84a0e683508b0de0e13260fa49cd8811476e6d6ac344b7fff0f7fdf 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: 82 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-gdbm (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-gdbm-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 68404 MD5sum: 817dd8721f381384d8cdd56fb053a0ba SHA1: 834eee11c7465a5a8ae88e972e4aa682ba2eff3b SHA256: 4363e7d04c234dfbe5ea9320a6098523489d92eecd407e80bc27bae1c81283e2 SHA512: 4da6686f273c5f32a78df9bde75e5d6b8d41e0b0f5507f34cf05bdc0b754015ee85d47afc851a690e2b9f703ee4c67c0125cf5a119fda20ef4d95d7567cced2d Description: debug symbols for clisp-module-gdbm Auto-Built-Package: debug-symbols Build-Ids: f06c65c5bff4f5459f784f0a799733384a61109e Package: clisp-module-pcre Priority: optional Section: lisp Installed-Size: 909 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libc6 (>= 2.4), libpcre3, clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-pcre_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 737252 MD5sum: ecffa1d8bfa518b9146408fa646dc382 SHA1: 66943a4519e2e60b3c4aab7c45fca8d723444b22 SHA256: aac52f0f67e4a2a3785cc4200cc49122dae5f3a4e480685a076e919c7053648c SHA512: bde7c78aefeddc89e92bc91830706a1c029fdb95680b20983ad2411ebb2608ef4ae55cea5431a97cf2e5c803ee2bce50bf28f94e1475b4a39b3f7f21dcaaa1b2 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: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-pcre (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-pcre-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 55632 MD5sum: 58c017497a1511cec07c1bf139047c3f SHA1: 907dcdec76cfcb765cc1cc37f359bb268ead4857 SHA256: 30a73038670701683588f2220ec4c085e79e2c83176e80d3903c73179015a0dc SHA512: f66e3d4a81f434c4f91c7a8bb6fc5dfe305d56fead5faa3273693f4fadc340851ff434397a3b69cfcf9ee44af85c7fba7ebe9dc04c4fb5719e25523111c26c06 Description: debug symbols for clisp-module-pcre Auto-Built-Package: debug-symbols Build-Ids: c87ae991469bc74216ab19533ab2674591d3ebcb Package: clisp-module-postgresql Priority: optional Section: lisp Installed-Size: 1016 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: libpq5 (>= 8.4~), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-postgresql_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 712156 MD5sum: 0cc90118b5fb4392d6b3bdcd916292fc SHA1: 56427697eb86903ddf218ec7bd833d89626a51d9 SHA256: 1db489b49367bbe4cf0d2ecc11ed8c426defba3c6fadda06a3afefe72796fa9b SHA512: 919cb07c409b146b922e2d1c89d057e7f2eaac86cfb60cd02bce0d773351d6884862ae7c30551d5a8045c89f3c06ad2b85a8c8f91796f2383ee5d0c8e26dd1f8 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: 21 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-postgresql (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-postgresql-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 6096 MD5sum: 39fe482ccce3369ce0ba4f5b74122e4d SHA1: 410ed8c0d84e854a14e5c8878a8ed722c9c32774 SHA256: c7277b5c4d1426fd8b5a0434ee3e606159c295058ab3c7189fd78da71b42019b SHA512: 9dc511c3fedf6e99df24c95507f05a7a74834ffe5fb2bef4dbb2402fecc299614c75da29653cc55d6c80a7b40b0baec92c88810a4c846b6ede405a874afeec09 Description: debug symbols for clisp-module-postgresql Auto-Built-Package: debug-symbols Build-Ids: ee5539ac39db8c14eec44b7892018370eb7f1ca5 Package: clisp-module-zlib Priority: optional Section: lisp Installed-Size: 712 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: zlib1g (>= 1:1.2.0), clisp (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-zlib_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 686452 MD5sum: 1620ed3ff3423b38b1f20ae7c74fe4dc SHA1: 046c750952851c69c143f1d57c70f37dec4d8940 SHA256: e4d2fe88300c677c15989c5930a13df90f0fb2e1ac6df0a8ca5e90828d535d9a SHA512: 08133e38f2015deb05cfefed3c1638b61761adee6e0faf39bfc8a2edcdab7b122424501f161f937e7085eeae21884a2a663ade748d4807e1356dcf5d862b6f63 Description: GNU CLISP module that adds zlib support for vectors GNU CLISP is a Common Lisp implementation. It conforms to the ANSI Common Lisp standard, and offers many extensions. It runs on all desktop operating systems (GNU and Unix systems, macOS, Windows) and is particularly memory-efficient. . This adds a module to CLISP that implements a zlib interface, allowing you to compress vectors using zlib. Enhances: clisp Homepage: http://www.clisp.org/ Package: clisp-module-zlib-dbgsym Priority: optional Section: debug Installed-Size: 17 Maintainer: Debian Common Lisp Team Architecture: armhf Source: clisp Version: 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3 Depends: clisp-module-zlib (= 1:2.49.20180218+really2.49.92-3+apertis2bv2022.2b3) Filename: pool/development/c/clisp/clisp-module-zlib-dbgsym_2.49.20180218+really2.49.92-3+apertis2bv2022.2b3_armhf.deb Size: 4256 MD5sum: f4ce5dd61054a174e7d80383e58a4673 SHA1: 53b29627f286d9a8d23f4bba5c5d8e3d84840abc SHA256: a0f6b6455ff3f978a01a4b6dea71d872be5afa2977fe5367e4dbe49c427d49a8 SHA512: cee86aebc901152e9e5fb10104d0682ac98da9ef279c70a8dec9739856155b0984ecfae280c87501c1ee1a03e13c41d8652e7e8998064540999b4a46fbc8b402 Description: debug symbols for clisp-module-zlib Auto-Built-Package: debug-symbols Build-Ids: 1c3e772056f3fce496c830e4ca5b3b3cb8891adc 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: 941 Maintainer: Debian HA Maintainers Architecture: armhf Version: 1.0.12-20apertis0bv2022dev2b1 Depends: libbz2-1.0, libc6 (>= 2.28), 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_armhf.deb Size: 254204 MD5sum: 092d89adbb51d276c38bead150c21e89 SHA1: f0d9ec7b2ab55291860a1294902d1e1531d77334 SHA256: 83458193ff073bb4c721bc8106cccf3001f265b103b1be173953bab95b80518a SHA512: 81974ca6def2bf37cc494ed59fd40941f402925e71fc414032ae48f0c51e196584af60dd230e29c714fbb9d67d342b1cce2fbb5e7205d84c35bc5e0b94939617 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: 709 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 430592 MD5sum: 1041fcf49957de5abd7a3df19c5a7a69 SHA1: 17642f7e962432599c57634c8520d7d9b7acb4e0 SHA256: c9a1f14815e690ff4d4ee74d5a123c2654c4d2cbbc29326276ef0b51b9f640f4 SHA512: c61528f88eb423cc269a596f091ccdb22fd4e0bd2168bb200bc877a5a7780e2572bd3fdac739291d3ff37d7aa11f9bcb54eee7d91c60a07b953cacf1aec7f4b0 Description: debug symbols for cluster-glue Auto-Built-Package: debug-symbols Build-Ids: 029e0f6eb543969f8163f3cdbfec037ecc5bd491 13c8a18a7c5598847a934fae3c6cd1fec816cf20 26aaf598cd738f03dbc40e63fa2d6852c56b2820 3c749231036b5c340f36025929db00a4b8b88874 3c81ee04000a553f6039d67d0fc4b5914e8e1952 4372164bff0eeda3f0ce733b1e91054d4944e424 4ef38cf509447088db86b2a671ed275b0909192f 4f0d63e8f476e70cef8e13179e928599f7feba8f 57d9980da0e7e635406524f21975255ecef80375 5d017f039deba5effc63dcc9bb3b545fd757b7f8 636534e1f99e67f7e30925bb562e9be588f67369 692ec124cf38946ce667453f8fba628955af66d2 7036c2b87f35424624f66b19ac9d452973ee4d7b 7900b9c2ab78941b5c0dbde84fdd4e867783edb1 7c799b90d61acfd53713a843929b92aa557833bf 7eab929b98f471a0178435174e8b823e2764941d 81e71cd49b38a30c506a15e92581081fe891dc4d 83a6da627cfca1520e5f265ca7cd66ff4c23c96c 87bc8c747e969f69dda3bc43ec704ca15ab5d56f 8ea404b47f3b8dd02026ece8cfe46ad92f116484 996bd8e5e5d0095639e375c7f7bb9e9d3c476a40 9a41a80c4c3d02871aece022f1e579be3a494c87 acedbc08033023be5b8bc0ac8174b7a122dfc151 b4aa50d2d0f42b764a54b6a389d7b09da924e723 c74da9139d44c224156d49351c67bd52cbf51e7d ca4f90e6353c3d1698a17de69ab68ccf2b108189 d12479bb2af92a81b197edc8588426d36437d620 d492ff471ba8a5861f62906a206e891cc8216db8 d661dd4af2996643a675b8a34417ba51c6fbebdb d891605e31fb4708c24db70ad4d995887126b4a5 ddc3048ec025b55fbd443784270fc5ada7583cb9 f21bc91020a29aff541bb8227074abae99ef71e5 f265c6972b28992bca73f3f70308e427430559f5 f3e9144d5378e6d4d824a8dfd979ca8da7f0cd7e f5180ae477b3a4f566514490aa30b21bfe9c797b f81e011a03059058b045102ee663e139fcc4ab5c fbb8408d5ade869bc9fa1d58ff967d798d575620 ff26628965d33bda619b2678661ce3cc86f48d66 Package: cluster-glue-dev Priority: optional Section: admin Installed-Size: 47 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 20824 MD5sum: 1f9d6dacb64e08c8d57436212f0205b7 SHA1: 52b346c7c2d21ab98a979e69bf11b7f1eb0cf30f SHA256: 4e91f69a8d58094063dd1f851dd5b7fea78b7e8e3e987dc4e22e89c6eebd63fe SHA512: 7f752157260a1250ba52d20b3d3fa6b10da2b5c04e8741d388c4c9166c9ce0eb4ff89a2acdeb716d6af159b992b6069a4f178126637b29270e59972d061c9d6c 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: 13544 Maintainer: Debian CMake Team Architecture: armhf Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Depends: cmake-data (= 3.18.4-2+deb11u1+apertis1bv2022.2b3), procps, libarchive13 (>= 3.3.3), libc6 (>= 2.28), libcurl4 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.5), libjsoncpp24 (>= 1.9.4), librhash0 (>= 1.2.6), libstdc++6 (>= 9), libuv1 (>= 1.11.0), zlib1g (>= 1:1.2.3.3) Recommends: gcc, make Suggests: cmake-doc, ninja-build Filename: pool/development/c/cmake/cmake_3.18.4-2+deb11u1+apertis1bv2022.2b3_armhf.deb Size: 3540124 MD5sum: 4c68aca0df4180c27b7af13dc133d79a SHA1: 3e16bd4ecb18a9a26a2754d947f90f6b2ac3cb0f SHA256: 988152e20acfb531b3c74828091d71e11f0de0fc06126bfde2b9471c82e700b8 SHA512: 258deb869c2c8ccd54f0d574695b25cabb717f2d288587ad0e134ecd8b9b024fe78b9773e646dacdde981e1a383c2f4cb1d49385460afc83bd11d522cf04b470 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: 4004 Maintainer: Debian CMake Team Architecture: armhf Source: cmake Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Depends: cmake (= 3.18.4-2+deb11u1+apertis1bv2022.2b3), libarchive13 (>= 3.3.3), libc6 (>= 2.28), libcurl4 (>= 7.16.2), libgcc-s1 (>= 3.5), libjsoncpp24 (>= 1.9.4), libncurses6 (>= 6), librhash0 (>= 1.2.6), libstdc++6 (>= 9), libtinfo6 (>= 6), libuv1 (>= 1.11.0), zlib1g (>= 1:1.2.3.3) Filename: pool/development/c/cmake/cmake-curses-gui_3.18.4-2+deb11u1+apertis1bv2022.2b3_armhf.deb Size: 1872600 MD5sum: 77d5bd9875687899f365ffef7a09228b SHA1: 3f98eb56faddc71105af61310714ba9a8a04a8b7 SHA256: 23fa5c753e410c3c0ac108ff41f0c309b86058e59a2b58b567e28acfebe2a49e SHA512: cb4ccba3c924d99711c9f08dbcaad54038a1e5261f0fe8e8aba758a520181d56597110ee6ed5313051e32d2a2b854ae23c9cae59e895027f8f12cb9cbc05f323 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: 61520 Maintainer: Debian CMake Team Architecture: armhf Source: cmake Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Replaces: cmake-dbg (<< 3.5.0-1~) Depends: cmake-curses-gui (= 3.18.4-2+deb11u1+apertis1bv2022.2b3) Breaks: cmake-dbg (<< 3.5.0-1~) Filename: pool/development/c/cmake/cmake-curses-gui-dbgsym_3.18.4-2+deb11u1+apertis1bv2022.2b3_armhf.deb Size: 61364272 MD5sum: 8ea264e2d79c0737f6c200208f69daae SHA1: 98846c033ad3add79c4ce4fdc674961737be01ea SHA256: e206053fd469efa0a2e74f497b3f195cf219a30643ac1cc87d833b070520bf98 SHA512: 6063c08fb015edccb26e434c7b9be592aa632a5412765bdc4539c5076848d76ac013fac5f89e4c7324a17dcfffe749483a6fcc3ed4f9da743401736a305000e8 Description: debug symbols for cmake-curses-gui Auto-Built-Package: debug-symbols Build-Ids: bc5c322156f84a684d1821c004a1bbbb29957afa Package: cmake-data Priority: optional Section: devel Installed-Size: 8895 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Filename: pool/development/c/cmake/cmake-data_3.18.4-2+deb11u1+apertis1bv2022.2b3_all.deb Size: 1729720 MD5sum: b47c453903935e6b955847028109109f SHA1: 50ce1581ff12dec4085abf8349e66939146b73ca SHA256: b9f650a5bc00cf5e1aeee2c8d22cbaf79a4c9380f39cef94b947d7c4f92273c3 SHA512: a05357c5427d3fc9a728dc09e5de492af4a6038e1206cbd11336927d8e86d2d9c7eb377a0c02e09c4b70b69f5010a7432a52183569a6333b6702066b147e9385 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: 202831 Maintainer: Debian CMake Team Architecture: armhf Source: cmake Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Replaces: cmake-dbg (<< 3.5.0-1~) Depends: cmake (= 3.18.4-2+deb11u1+apertis1bv2022.2b3) Breaks: cmake-dbg (<< 3.5.0-1~) Filename: pool/development/c/cmake/cmake-dbgsym_3.18.4-2+deb11u1+apertis1bv2022.2b3_armhf.deb Size: 202316100 MD5sum: f40a7dd797efc086307360472d56fd62 SHA1: e9fca4f9aeca7666d5427cd65811707bddbc9c85 SHA256: bef81f94cdc736e61a813f717156542ddce62d6cf01666717b2a071237ef96b4 SHA512: 901c0b7f66788c06a1afd2a9b66eb3ef3ae6c8fee1922dc2262d38bdd01f6aa9d1c104f75fbe4de0c5471ce5cd9543d9be606eba07141844e30bd2ff4238259f Description: debug symbols for cmake Auto-Built-Package: debug-symbols Build-Ids: 0bb19c941787221c6673d890931507d706df9e6e 442190b3daef39cde6f7cbf5fd7e5f88cd3d6292 48cf3d9317805656af4adc60f7d263709feffbf9 Package: cmake-doc Priority: optional Section: doc Installed-Size: 22770 Maintainer: Debian CMake Team Architecture: all Source: cmake Version: 3.18.4-2+deb11u1+apertis1bv2022.2b3 Depends: cmake-data (= 3.18.4-2+deb11u1+apertis1bv2022.2b3), libjs-sphinxdoc (>= 2.4.3-5~) Recommends: doc-base Suggests: cmake Filename: pool/development/c/cmake/cmake-doc_3.18.4-2+deb11u1+apertis1bv2022.2b3_all.deb Size: 1705192 MD5sum: 0defca8722dfa1e53dc57374e0d23a72 SHA1: ba659aec393cbaa7f47f409d7c5cda7767c73d61 SHA256: 24ef5fa001d5e5fcb35cd08b4e9a18699c7bc60bfd3602420c9f01aaa8b708bb SHA512: 8d6333767b9c9f0ac580f47819e5aa74eae11477f4f07c8d4be875409277f74b579850ff15b015369dcb9f07c093a8998d9d1dfa717167f9e1ae7e85eea568db 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: 75 Maintainer: Keith Packard Architecture: armhf 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_armhf.deb Size: 37672 MD5sum: 64a890b821476e8988aca1720adb9104 SHA1: 071b71e1da76bcf921bbb8bd139f239f0dd59fa6 SHA256: 1a003d7e03b9166eca60e66987839f28d6f0575a0b84b0355d626cb3bb76f59e SHA512: fa501f714e041057f019390d820f2e61988ebcdec02ae0b141080f49ac2b84221380b4d928727515684fa7dfa216ef247456d900c346f7a97a6e80bb40c417d9 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: 26 Maintainer: Keith Packard Architecture: armhf 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_armhf.deb Size: 12832 MD5sum: 0c866b5e7b9892444290718b5d3452a9 SHA1: 984d40a60c12078eaf0723c39dfe190b5c32bae7 SHA256: 359b4a824b53547531cfc62a53d84687e2eb60e0519ae923110bb946a5910e21 SHA512: b6581d474f5544f2879b1771afb5914bb325c25b0e525ba9506336698b93b77c7b0493b62a0c9b7e3784ce1d58c2a11a58403a52f5694d3afef889fb0ae56bc2 Description: debug symbols for cmark-gfm Auto-Built-Package: debug-symbols Build-Ids: cbfddcb7bdc442c68dbf4654efb1faa4c31c2bb5 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: 181 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Source: libcmis Version: 0.5.2-3apertis1bv2022dev2b1 Depends: libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.4), libcmis-0.5-5v5, libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/libc/libcmis/cmis-client_0.5.2-3apertis1bv2022dev2b1_armhf.deb Size: 108980 MD5sum: 44f20ef793606f2ee74dc437bf9b4911 SHA1: 22d1bbf03928a4d67d5a3ae05ace42e2635724a4 SHA256: 3cc171e6f11111b625d03a35988d09fba3c484c480d3a7affdad3943954d0e0a SHA512: 8b45e7e3dbad975bf77cf8de10cd6129357eeb5fa0c76b5be0e28db18f6ccef0803ea6eda2262aea75c50fcfaaa0ce6d6c661f19fec2e287e9ec210e1773178b 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: 731 Maintainer: Debian LibreOffice Maintainers Architecture: armhf 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_armhf.deb Size: 683324 MD5sum: cf9524a2e289ff6dd7d72a3f280e1e68 SHA1: 6ba8dabfd8008a6e7eb8ed524685b44a561a85ac SHA256: a458ec7d65758427a70c9eb1c29b82a62dac428d3d95b239b4bb4670c1bac393 SHA512: 3a5073f85d0be95be0fddf943fb5bf9c25f5f9ce8ee6389e942e1c80cdcfa41ad978f0c570d3a77a1ea8bf4630b15a53ff456e81116176a58ac9146914d83329 Description: debug symbols for cmis-client Auto-Built-Package: debug-symbols Build-Ids: f07d16c055fe9f323444558b9cd457abbddf7689 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: 5666 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1738400 MD5sum: 86cfcb388ce992015c8927aa1be89940 SHA1: a868dc65347ac04304f98f638cf9cb22bb4cf1b6 SHA256: 1880ad3abe2e413d8d628fd4936373fb49b313ee3530a94a1cf1d433859b31f4 SHA512: 8f87c7e7b8a1e8cfcfa8f577f0176b8881659354af953f1b33aa209b13067925e70c4eae54858ef15a8985923e748e9c4c1b005eeccdb5a6481182eb975f9f08 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-1), 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: 55458 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 1.8.7+dfsg1-5+apertis2bv2022.2b5 Depends: init-system-helpers (>= 1.51), libc6 (>= 2.4), adduser, pipexec, procps Filename: pool/development/c/consul/consul_1.8.7+dfsg1-5+apertis2bv2022.2b5_armhf.deb Size: 12633348 MD5sum: 6a67b155820a4dfec7daab5c7f846132 SHA1: 7ec4db8c6b54df54563da7341a5f72724b0725e7 SHA256: ff51c423550faf5f86054cb0266789e626debcdf361a29a6e7f7588697e6ca8d SHA512: 6ad31077e00d28b70e0afe1a2f92098cc4a3654d31641cf2dce1f68ba516871f53bbad5fe46eaa1b1ca2b44e388a7d3a445bb90eaeb95ee29d2178cb44669c66 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.15-1~deb11u4+apertis0bv2022.2b1), 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-3apertis2bv2022.2b4), golang-objx (= 0.3.0-1apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1co1bv2022dev2b1), golang-testify (= 1.6.1-2+apertis2bv2022dev3c4), 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: 61915 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1 Depends: runc (>= 0.1.0~), libc6 (>= 2.4) Suggests: containernetworking-plugins Breaks: docker.io (<< 1.12) Filename: pool/development/c/containerd/containerd_1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1_armhf.deb Size: 12848132 MD5sum: c0eef2c9aface91409e3508fa671b229 SHA1: 2099d9917e4aa768f4284f8c2b5d5e339b1d5ca1 SHA256: 14f3d588181cd12cf53f63b8b6ca66378ee5749a2e4c745a067d62b3f579e967 SHA512: d3cf1e6c57743f28048ff7ca084cf0238877d88e0c94ec8ee2bb75b5aad66a4b242318bee9b58775d3b6545e9d0692509ca521e84c79da5ecb4e3db249f4fbd8 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.15-1~deb11u4+apertis0bv2022.2b1), 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-1apertis0bv2022.2b4), 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-1+deb11u1+apertis0bv2022.2b2), 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-3apertis2bv2022.2b4), 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+deb11u2+apertis0bv2022.3b3) Homepage: https://containerd.io/ Package: containerd-dbgsym Priority: optional Section: debug Installed-Size: 11227 Maintainer: Debian Go Packaging Team Architecture: armhf Source: containerd Version: 1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1 Depends: containerd (= 1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1) Filename: pool/development/c/containerd/containerd-dbgsym_1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1_armhf.deb Size: 7556244 MD5sum: 7b158449e6c3fa52cd0a54c54d64e819 SHA1: 655d29848d796e86f42a559168e6eaf8bbc53ef6 SHA256: b2752ae94af4391bd05a86456cd39d603aecc95a23ab3c33df775abe26254c34 SHA512: e12dd79cd75c5ebd4bba418115eb8a4d6b96c827c54d705449a05e4bbf4fa1cf630899d8979696607eb777264580194a7919219eb57f3476aee809a3540b2f60 Description: debug symbols for containerd Auto-Built-Package: debug-symbols Build-Ids: 810327a81f406d42c7b72e9474749235483cc1a8 Package: containers-storage Priority: optional Section: devel Installed-Size: 6668 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-github-containers-storage Version: 1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1 Depends: libc6 (>= 2.28), libdevmapper1.02.1 (>= 2:1.02.97) Filename: pool/development/g/golang-github-containers-storage/containers-storage_1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1_armhf.deb Size: 2082188 MD5sum: bb9444431011c9761f32d1aee27032b4 SHA1: d468518ca26231179da79d95779ea5e523f9995c SHA256: d0e2873108d6ca11a387dfbbb901e21b645db698f4bc01134c72d8dc3d596d89 SHA512: 5eb40d8e7783e7f845f31555c3f6120e1fe87b3394bdfdb4e19d0d1751219fb0b02ef5964d35a90bd2bb829e62507e89dd8d0304a69296a39875a82f0c26201f Description: CLI tools for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the CLI tools. Built-Using: golang-1.15 (= 1.15.15-1~deb11u4+apertis0bv2022.2b1), golang-github-cespare-xxhash (= 2.1.1-1apertis0bv2022dev2b1), golang-github-davecgh-go-spew (= 1.1.1-2apertis0bv2022dev2b1), golang-github-docker-go-units (= 0.4.0-3apertis0bv2022dev2b1), golang-github-google-uuid (= 1.2.0-1+apertis1bv2022preb1), golang-github-hashicorp-errwrap (= 1.1.0-1apertis0bv2022dev2b1), golang-github-hashicorp-go-multierror (= 1.1.0-1apertis0bv2022dev2b1), golang-github-klauspost-compress (= 1.11.7-2+apertis1bv2022.3bb1), golang-github-klauspost-pgzip (= 1.2.5-1+apertis1bv2022.3bb1), golang-github-mattn-go-shellwords (= 1.0.10-2apertis0bv2022dev2b1), golang-github-moby-sys (= 0.0~git20201113.5a29239-1apertis0bv2022dev2b1), golang-github-opencontainers-go-digest (= 1.0.0-1apertis0bv2022dev2b1), golang-github-opencontainers-selinux (= 1.8.0-1apertis0bv2022dev2b1), golang-github-opencontainers-specs (= 1.0.2.41.g7413a7f-1+deb11u1+apertis0bv2022.2b2), golang-github-pkg-errors (= 0.9.1-1apertis0bv2022dev2b1), golang-github-pmezard-go-difflib (= 1.0.0-3apertis0bv2022dev2b1), golang-github-pquerna-ffjson (= 0.0~git20181028.e517b90-1.1+apertis1bv2022.3bb1), golang-github-vbatts-tar-split (= 0.11.1-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-gocapability-dev (= 0.0+git20200815.42c35b4-1apertis0bv2022dev2b1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-4+apertis0bv2022dev3b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-gopkg-yaml.v3 (= 3.0.0~git20200121.a6ecf24-3apertis0bv2022dev2b1), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-testify (= 1.6.1-2+apertis2bv2022dev3c4), golang-toml (= 0.3.1-1apertis0bv2022dev2b1), runc (= 1.0.0~rc93+ds1-5+deb11u2+apertis0bv2022.3b3) Homepage: https://github.com/containers/storage Package: containers-storage-dbgsym Priority: optional Section: debug Installed-Size: 2829 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-github-containers-storage Version: 1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1 Depends: containers-storage (= 1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1) Filename: pool/development/g/golang-github-containers-storage/containers-storage-dbgsym_1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1_armhf.deb Size: 2266468 MD5sum: 230426ff87a3cd4c229e9d76fb1c2e75 SHA1: b67b0e8620bac78cf3c2a108021c1073d5543330 SHA256: 99d2fb66bb50406b8cfd97e7452d08c99f86372a3a798a917c5c2cd6369b7c0a SHA512: 7db27dc47f984b52ba947f7f0107748cea263a9f80a965f2ceaa6fcf66bc7183fb786bd63caf38b37b057caf9525fb98628b671418893bc5e478d7b864dd4100 Description: debug symbols for containers-storage Auto-Built-Package: debug-symbols Build-Ids: 2b39e0b1e2d9ff1864d6c7002b00f5083caadc7b Package: coreutils Essential: yes Priority: required Section: utils Installed-Size: 15045 Maintainer: Michael Stone Architecture: armhf 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_armhf.deb Size: 2722140 MD5sum: 69c7c75731c1202411ce9e8b129986e1 SHA1: 2a7e01ad73606af061195c1dc1d4917a6b0341be SHA256: a8ca309cf2c0e80e4ba8f0291f6e137cfb57fd83849267acd4d727cc99f816f8 SHA512: ce40683b3ea7f5d6bdf8b39eb290ce00e20d90ce2ad12517c3ef8030ab59b368f806d46fcc510e6163217c541f4ee9d95bc5453a394a7e79325d03fbe3d06204 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: 8091 Maintainer: Michael Stone Architecture: armhf Source: coreutils Version: 8.32-4apertis0bv2022dev2b1 Depends: coreutils (= 8.32-4apertis0bv2022dev2b1) Filename: pool/development/c/coreutils/coreutils-dbgsym_8.32-4apertis0bv2022dev2b1_armhf.deb Size: 6347776 MD5sum: 1442c2ea392c040a61facdb4cf630bee SHA1: 62d9aa89ce96745eecc7bd8a041876c190c72960 SHA256: 7829922777feb6719c6b7b1b9c8422de5d358010654be89c745cd2d8c71dd986 SHA512: a547dcbb7c27a04cf4994b0e5d57398a806e0d1e557cef0d544f93ae0e3a36e190b595f14dc4282d33594a33d1ab5e7b5d0bf1c025708c495d3dfd21946a4f57 Description: debug symbols for coreutils Auto-Built-Package: debug-symbols Build-Ids: 02965eee229f1b9008d1e7dc5ca49104985bf980 02cbe291c1919430edd23e92a45f9bb4241d5788 04b54f39ac27dcf58ea79b1a6a2261a27a3f7095 053346af6ec7e2432fb88fd81457d2140aa1001d 0a5847d3c8d9d13d85daca551bfd538055bcff1b 10944dcb63291d22b8284b4cd62a6315b6187624 130daabd44dbf5a2663bf92fdf5ab49a079816ad 17b95dd885ff0528808f475f927877d770473445 19211020716ceba7df55578026718738ed4c0382 1b72715edca2f11e56727f1fb71859b7e955e534 1dfda1c3c140f62e6b8b32b55c08d84467529e5f 22c8730495b25e4660af398aebe5bdb1c27041be 24a0b1d2185ae2a4194def1fad49a81d75c0468a 26c9cedbe23e9fde757ec0786f9a2b44b32ce25c 2766a9d480ee38375e8c126a4d89c6af9c5de71c 286fb2b9322af39ca7e757c9dc9bae2423b28687 29a3d60d9f2855a76dcaffa63131223324a249c2 29ca3bb2722dd9e452cd28ec2a128d16d386865e 29e92bb13423819ca457dd8e8ab6e8c153268e47 2de698c1bb2c81dcff46cf6ada3d290cb9bdf38f 2f9037e8036995282130411a8d9cf20718890cb7 300b046045fcf38986a39fabf1c6448683afa902 3044344c6c4a60469949efd925f002b9c4a95ef8 3186fa5f2385f8454232f71e4e1c98d7a1b8c37a 35613515cb3d2f8b26fd2e8c0fdc68cbfd199205 36b21a6fd8e1d9b2c5e823d4f5c77695993ab3be 3bfc3e00fa2403cf797875fd8561db66213dc52e 4422039d588fbce3e035c8b81c6d744e39f03eda 47ba67a00d944a70a61df36e1d8bd9098b837f9d 48a5e6f2feb25166fd960fa577a9ba67f4201987 49d4d3a78632cbc2345af51e90621a167100a384 4b987350c17555f102a0458ecc43e8c08ed6bfc4 4c73f95a53c71403723340aa2deca79c0c2cf3d9 4dc38bc76a92b1d3830ee3eb8e28ac95f99d9f73 4ea626a6a2ac6a9e30bce9628a571be9d50d4e09 4faab57c2ddd38e873f9d099ed77128a6450d600 506895911839b6b3eff3460f17f4298fc3d87963 557367e1f8aac405ea8b1bbc58002c6bcef7a29f 55a284791e44a06f56dd4bcaca3aa81f5c8557ba 560be7359b3c608a5ca4a010acc177b71ad2ebd0 5c401d7911e054dbe10d503ceed8437e7869f942 5caafd9408ea0f372538a48955c28627550cbf96 5ee85b34e894c0dbc453d1880447bdc1ab8b2ee0 63960445841203e62ce1f5cf6bf2ce3f399f2e29 65ecfee343960e9d4c9b09b5b5b0ca9376310528 67be74267483bedb825f03c6eb22dd19377bbf6f 682b18c1bfef58ab4052c48366f47a9ca6f11300 6af9ebc646ce4d51094cfafb4ee40cda367fa539 6f54a94d9d8f04cdd49ffc7ed36d8d60e3445bb8 715d37e919d49825edf634323edd62acff2e6b53 726f450ca9629e61170b15906bef557667758c4c 732d37a4b14d9eab2ee973836055021293dcfdac 782398842c1a39373780324d8455ef140422fab6 79035710988e3b1cd57faeb348d33524f2d91225 7afbf59f70be22ea3184ed2921dfab5d570c3997 7b3d481440f070adf4288daf6a3f5d3717245653 7c86980279b36be1c56bb949c7e2cbf2c82f08f8 7e803f59d512f644414cefbe7a2d505072c21789 84841bb3bac2c83aeee7b47bbf226f82e865ea5f 85b2b431c8f99c5ea828b78678100b42b4beaa1d 91ca6bcda12a79a4cdcbd9065b1790ff50803e4d 91f18a482b6e649879064ae35ddbebe9bc9ced5e 938724e41a7918e3b54e2942ad94554ae360886e 954bf18378eaea350db93f9fb42a810eb33e1a91 9826ce268c1534c4c2e5831fd8623ee7b14a7602 999a92d4879f5470d5f88cebec311d42c1aa1a2e 9b6d75d1600771b59550f510eef0ba40b14ad580 a02c5d93b7dfe8a8c7c1a3dcd8bd1f36b54b3bfa a241a44e0b21ab178728733af5c436a3a13e3da5 a65ada369b63c7d223f296633c2c8231174f42f4 ab8a73a9c088ab1b71c8e77e4e8c40dc0c83a09f ad9c0a740d4cf1a0a2a06dd7aaf8f4b50f4a9365 af717b51626c7dc94346cf166a30ce1698923625 b431d30a3a5e9818e6cd3dcfc4f6563f8b9e3408 b4d230ff3b7343ad977e01c08f1d6f6706093e19 b8d60647f558c2d37a6a68c71b927a4ad5cf7004 b985f284758934918e2ce6ef130e58a39196c4ac ba0e385eec8836837ba0b51552eb15acb0692df4 bb77d1a46c8f2a0438b6b3182ad5361f418ad899 bbc2af19f69f444cd67cf6af8167d6d1ee2c3bc3 c03472c4b1d634be7993d210411b44eff8b9803e c2c3f7d00e67414fd857dac7cdb5ae6ea57d9920 c471d58cbc7f2f61db5d6009f2fc2f8f66f2de29 c626b1fa0e4c0a8f6a1d822b5ddbde097356bf7f c7f960121a8d00b662bf4877158fcba31d4accab cb20e4ddf4fd3e89a49f73e8d845c757812451cb cc097752d53b0656fb2eb169367cd2248afbf35f ceed9d1885e0b0669822fdec74e617033a87d2cf d0a823becb344d1765c47de49a03599e1e256f79 d3cd61b2db334c6d4396cc4a1d6cdfc45064a87c d6876b78cfc38f142b1f1e928d0131c51bdbe225 d8318461d0bfe7e2a751e6b556a1d3ef8cc2a82c d85430e72887d200dfab065647f2fa95cf795fd8 d8831ddb2bbc5f519e0c6b5bf700dc6e19a1308c dfbbf3b165d0698b5213bffacf85d686334ef3a8 e154e37f6ab5f731065276c85094e6f2e07651d2 e500ac69658ed7eef4066dfe929ad94c9a900ef3 e6fa7ec9337d385429238d35d7c13c3d96d1d16a e75ea1cfad7022ac6ec85ace8a7be6a70e852c92 ede48c28e83ae6a83a1784a452e2149d901b6f6f f1495829e9a83d153a5a1e57a397e972ec9098cf f7f8dec6ad6fae076a9cceb121ad7363745d7f35 f8b1a8dbe28482b26fd65addc1e7337d3d7e0fc9 f91381cb53a07854f57e4128243e6b84d7bb213d fb071ab5998c936b5e1770c7442ab5069c56be31 fe43f93a6494670cedf28e97595c78dd6a3c92e0 Package: corosync Priority: optional Section: admin Installed-Size: 744 Maintainer: Debian HA Maintainers Architecture: armhf Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.28), 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_armhf.deb Size: 479812 MD5sum: bdcd39c3ba21fc93d7327d9ddfa7419c SHA1: ae6b32607fb7a84a65bf7f6772d20eb12198e2ee SHA256: 6b9c408103d7a9f7792b2ef40a919e52c7dbde282e6e9df7d556c67da52738ce SHA512: 8c99887f6050603a391b20ff5afa197f5f99502e2fc7d2493227b04c9fa645d3669008b73ec3a2f856cbdcc5f2a530bc01c74d0ef3bc622643f1b00d5f2bbc33 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: 810 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 712460 MD5sum: 7d83b77e248254b6e6a746d5fc4316a2 SHA1: 7b8b1f17fae5ffd6a81d1e7e8f403aab3b10f1ba SHA256: efd41467c070ae842912af791df4a5ff03f6260930b5c613edbcaf9cfb1afe7b SHA512: 7714d18fb649e1a9318560afef26b44f8a49dcf92c5c2a428dddb7805816c8e11bd313fdad8dca2b3191a9012e7d2eaec8b92a571a2ab5eda201b0688898a5aa Description: debug symbols for corosync Auto-Built-Package: debug-symbols Build-Ids: 15ea8e30676f2fe3d8cd3df7dd0e734421dd10d8 5c2c04e3d35c60687943a0fa7534d563aee17476 64d28c5bfa77f13f53187d9621715c73ad46888d 836ac9b675e8e337eb7fed525a6cec09d4d86e79 af7cbff5ec570bffc8ce0fd8c9237b28a5076fe2 bea64f3e77d966d1c3252b3af97ef2ac117c46b5 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: 318 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 274312 MD5sum: ca01fb3e215e3941f3f636f77fc9e763 SHA1: f8760aeb5ea4cebd9da279cd32ec8ccca680a44e SHA256: 6581d0ccfcd8ca24bec29b74caa6bc768145ffbab747429ae60bc62212081294 SHA512: 9f27314c2684431e06f0f084174d367f8d66b67bd052645e7d022ba258941fc2669dba9dee1f38548bb9445c77408576a2bb15567da47b125869e5fe94d7a28d 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: 123 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 108404 MD5sum: 4ea2e8ea82226ec08b2af517976ffd93 SHA1: cf96b340cc86b47ce53a0aef8d9650753f9e62f4 SHA256: f5fe2455a023de1f9dd1e806d17d8887586f51b77ec9bf8c695b7480b830ce3e SHA512: 4d7ec8154bf2a3e6815804c32894a56f0e697d2068192627698b4cc5993661e3bd64bf281fcdb8264362ce7f572df41af72195aaa18f953744b576b9d8b60dba Description: debug symbols for corosync-notifyd Auto-Built-Package: debug-symbols Build-Ids: cde7ed1eeb69934166b5fbdf99613d6f4edb19e6 Package: corosync-vqsim Priority: optional Section: admin Installed-Size: 364 Maintainer: Debian HA Maintainers Architecture: armhf Source: corosync Version: 3.1.2-2+apertis0bv2022dev3b1 Depends: libc6 (>= 2.7), libcorosync-common4 (>= 1.99.9), libqb100 (>= 2.0.1), libreadline5 (>= 5.2) Filename: pool/development/c/corosync/corosync-vqsim_3.1.2-2+apertis0bv2022dev3b1_armhf.deb Size: 308788 MD5sum: 10af3eb5a9e98dbbc974f6c5e6ecdb2a SHA1: 2ef35853b32fc4b2716b215c20ed41fb2baff484 SHA256: 97df964634ac6095832ac728fa49d32fce6a81f53ca4dfff245f9853e1bd80d3 SHA512: 86d1381b1be683d573f158fcae0737b1c8d5e8eaade0378b49b29ed1cb216f53bf716d2b2f567cda16c2a3d6633fc166695794ed808bd0246ade604eedfd71eb 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: 286 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 259716 MD5sum: 332e0df2d8a75b1da424f594502edae1 SHA1: 4f582a51d2ff1bc4fc50557af4582867f752a2ad SHA256: 0a03465300f0bd9f77b5a6fb3492251f57597139fff349ff79b43dbeb2d0fb1a SHA512: 8025bbbb067ef19c06845b472c04670fd77401d6c418c9d6ec8bcfda81bb009d7241fd82ebb46d0a92d237fbac45938e278ea28b1b27c74264e8fa9921269213 Description: debug symbols for corosync-vqsim Auto-Built-Package: debug-symbols Build-Ids: 36038f04c82739d41309d55ba7fb1430c403967c Package: cowbuilder Priority: optional Section: utils Installed-Size: 71 Maintainer: Debian pbuilder maintenance team Architecture: armhf Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Replaces: cowdancer (<= 0.49) Depends: cowdancer, pbuilder, libc6 (>= 2.8) Filename: pool/development/c/cowdancer/cowbuilder_0.89apertis0bv2022dev2b1_armhf.deb Size: 31408 MD5sum: 415816475c4e4ce2415ecf0cfa4df23d SHA1: 74e2fd474d68e7ca16e889021dc0d5a37a0b3faf SHA256: 53dbf13a4fcf14adea13c3c37d07fe4b2574d762807fd1b51fb98c62b860f855 SHA512: edb33edecd43af41948e56a91084420e34a56bd451b6861b6ebdedd0aa2802a195a009fcf327d53f063010737fe8d40a2f511d3d9ad164273617e1f6f290bdce 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: armhf Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Depends: cowbuilder (= 0.89apertis0bv2022dev2b1) Filename: pool/development/c/cowdancer/cowbuilder-dbgsym_0.89apertis0bv2022dev2b1_armhf.deb Size: 30832 MD5sum: 139b228e4cc72303cb039d303b385315 SHA1: 53f5459b9ddd5d4293aa4ec80de7025979852d92 SHA256: 1629aa1470266217136052f8e90762bb7fce9ec7be9ccfac52439d63cf565837 SHA512: dad67d5a2a2f078e77aa8069b96410c60bc5ca7ec5b5e57c24728fc4ed74a625416edab60486154f283564bff844ac52ea68548aed9053081e75165477d5f068 Description: debug symbols for cowbuilder Auto-Built-Package: debug-symbols Build-Ids: 9416f764413f3180ad5457183bd2068eb31adf43 Package: cowdancer Priority: optional Section: utils Installed-Size: 86 Maintainer: Debian pbuilder maintenance team Architecture: armhf Version: 0.89apertis0bv2022dev2b1 Depends: libc6 (>= 2.8) Filename: pool/development/c/cowdancer/cowdancer_0.89apertis0bv2022dev2b1_armhf.deb Size: 30972 MD5sum: 7a1265f87ec88e31d9c5d2f477e1fddd SHA1: af3aa96e3952b1ab8af9f495d85fe2b6485de229 SHA256: b7fd9850c818be4e93a5ca901b575e08b66172b36b4449b3b2b42756f8853a78 SHA512: 33f14e549ae5c64153f7c897d0098a2b50e8df4b96e98d1c8cc026b1a0536a1938dcd8de6f3cf67100de61c28ee0f5396f85b89064930a809218094f13e8aa12 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: armhf Source: cowdancer Version: 0.89apertis0bv2022dev2b1 Depends: cowdancer (= 0.89apertis0bv2022dev2b1) Filename: pool/development/c/cowdancer/cowdancer-dbgsym_0.89apertis0bv2022dev2b1_armhf.deb Size: 41312 MD5sum: 0b97b530165a34bd3720fcb14ce2ddad SHA1: de5f2bd96fb8ca52c7cf54b37d7167674b16af03 SHA256: 3a3e67c687cc73ace45e020408c954641ee3d2ccd7e8372ab2d460c496654b8c SHA512: 4a98f0ba72b9cdd8d9f6cebfe36e18e6cad2b428fb14114e7ed9d5912c006b1a747dead7357de4185834764e3aeb6ce55d30ad725084241532cf7fd8a48704b2 Description: debug symbols for cowdancer Auto-Built-Package: debug-symbols Build-Ids: 29fa1ec671f92085a6145b060ab207a8b6eb2a47 7175ae2e9e54bcc1aa6b0745e61651206339e68c 7aca7e0a3ec778555de8471c357a0f77937e3890 f62bbaf803b22dedc0eb8975b38e4849b76710fa Package: cpio Priority: important Section: utils Installed-Size: 1054 Maintainer: Anibal Monsalve Salazar Architecture: armhf Version: 2.13+dfsg-7.1~deb11u1+apertis1bv2022.3db1 Replaces: cpio-mt Depends: libc6 (>= 2.17) Suggests: libarchive-dev Conflicts: cpio-mt, mt-st (<< 0.6) Filename: pool/development/c/cpio/cpio_2.13+dfsg-7.1~deb11u1+apertis1bv2022.3db1_armhf.deb Size: 236436 MD5sum: 4d299da9938e5743385e0c5de22e0ace SHA1: 98275c9626dba5bea5fed1427c3398c24048e198 SHA256: ac74b6a31016c44e8544727f352ef50a337e9efc43bea15a6c636da12068292f SHA512: cfc4c360eac839e0725d7ea069c548854c663b4d7cd37322bcd5ec3e87484a923ec5a2a3347d859a4599a9fe2a3304e9c27418d3709b79e5571e67faf1ffa959 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: armhf 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_armhf.deb Size: 19948 MD5sum: 3a59476b926cfe3d16f165100826b0fe SHA1: 1caf18dcb7056ad00350c9b6ad8e7f71c0cd92f2 SHA256: 0517f82f74979a10f0e9a4500ef2f58c5b0c882e194a265de20344c41eb07168 SHA512: 8ca4fb8e04cb8dccab3ea1b50cddd3b33e739450de09f0cf3b6f1d7c520a01c0a5e7eaca1b23255d19caaaf7eca4185ce9fe1f4c09d1d7f91cb37080c358f2af 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: cppcheck Priority: optional Section: devel Installed-Size: 5752 Maintainer: Joachim Reichel Architecture: armhf Version: 2.3-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 1553128 MD5sum: 9357da9d8a9172a7636cfc2d4ee8accd SHA1: 30fb578f3c8a6861953c4ae3c79bb1a026a96d30 SHA256: 93b26eaba25791bacfb1f660f8db2e3f4f717d50dc16a4bdc81ae30a54a81842 SHA512: 31d350625d0349a2ea62013fc54c0c0f8d3796ba83b13de54359bdd9315dd28643e6befd7e3638c5af1e598d19d32d11d3b0de499ebef64b9822e917b785a1b3 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: 31605 Maintainer: Joachim Reichel Architecture: armhf Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: cppcheck (= 2.3-1apertis0bv2022dev2b1) Filename: pool/development/c/cppcheck/cppcheck-dbgsym_2.3-1apertis0bv2022dev2b1_armhf.deb Size: 31412196 MD5sum: 5cc626b0bf1ef35026063aca6fe58f4c SHA1: 93e07178b9ce4141929a65693f44a56fdd5a68ae SHA256: 5232382b1cea6938ac5c98e8ac5c75a1bbd50f0fdbd6da7b2aad6e814287ac70 SHA512: 2a478398bfd1c0d3f4f010081b9d674246388cc3b48b889885125b25446468e52e7febd783058bf87e710c610ca0d14db891a1cc24bdb7baea4af5502f05dd12 Description: debug symbols for cppcheck Auto-Built-Package: debug-symbols Build-Ids: eacdc58033da39de5c4d733395440183bae3414e Package: cppcheck-gui Priority: optional Section: devel Installed-Size: 3836 Maintainer: Joachim Reichel Architecture: armhf Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 1603132 MD5sum: c140d0915f3f190a25c644281385e5da SHA1: b93a295529b5601968168a10e4625040cf1556bd SHA256: c48c251aa0d9084e553118ae4fdef741e76c60024e692a7c7dd2ed339ce159b5 SHA512: 0f0619da91160e8f1fdd7011c8689a0ee92520716a8bc7ec3064777b7b7398210c557d359b83cf25b1adbba4f165b53a74f32e7936fef3cada0518867a68cfc4 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: 39624 Maintainer: Joachim Reichel Architecture: armhf Source: cppcheck Version: 2.3-1apertis0bv2022dev2b1 Depends: cppcheck-gui (= 2.3-1apertis0bv2022dev2b1) Filename: pool/development/c/cppcheck/cppcheck-gui-dbgsym_2.3-1apertis0bv2022dev2b1_armhf.deb Size: 39431968 MD5sum: f12573f245f130a214e00d4359cf191b SHA1: bf817dbf2b60695a199f02d3936b70e70b162c34 SHA256: c5331777394fb7e2399fb7d2bf2cce270838e0704d24bf3140533d2c99bf2687 SHA512: 5ed70120054b052350f0196da98e85e1ea7f9005c027e49925dad0ff7a38981cbbb3fb05e34342a0970f15e82ed5bddbfda78ed6444df44a649bd7505650c06b Description: debug symbols for cppcheck-gui Auto-Built-Package: debug-symbols Build-Ids: 68a67a2d8037481c7acdb64e1f6c2deae075fe66 Package: cpphs Priority: optional Section: haskell Installed-Size: 1772 Maintainer: Debian Haskell Group Architecture: armhf Version: 1.20.9.1-1apertis1bv2022.0b1 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10 Suggests: ghc | hugs Filename: pool/development/c/cpphs/cpphs_1.20.9.1-1apertis1bv2022.0b1_armhf.deb Size: 392088 MD5sum: b1cbff32421c8c98b3eac3ba7060e988 SHA1: e1738e2a955934fddf3ff578f605b0d7b8d51035 SHA256: a023f98b9c7ff757499c28d7740db9fc91c764006e7e00fec7f9138b19981df4 SHA512: 5c11512b2a2df9d046433d70206d4adf5bd23a7940d3b87f4d797722ab74632266c3c01489e8a7286af1ff530a5090a889a1e8696ca0310787804dcff4fafac4 Description: Simplified cpp-a-like preprocessor for Haskell The C pre-processor has been widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and different OS platforms. It is also occasionally used for its macro language, which can enable certain forms of platform-specific detail-filling, such as the tedious boilerplate generation of instance definitions and FFI declarations. . However, gcc's cpp has recently been evolving to more strictly adhere to the C standard. This has had the effect of making it increasingly incompatible with Haskell's syntax. This is a cpp-a-like designed with Haskell's syntax in mind. Homepage: http://projects.haskell.org/cpphs/ Package: cppo Priority: optional Section: ocaml Installed-Size: 1132 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 397748 MD5sum: 49f90525249cf2f33c1748d94f0a2419 SHA1: 4c58ba211c37328f426524410fa7b2ab0069b346 SHA256: 455df1719a0614085f02bad8ac068ac13619707f77160bb0c3b111606fb6e10e SHA512: 483cf114d8c52e8f01c2c724dc3dbbd567bd5fb70a45604de7c34cef2ef6c252b7495a68dcf62fa8a8075f3b306b0d37628629bbec30d34b5c26efa8ac5f3639 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: 356 Maintainer: Debian OCaml Maintainers Architecture: armhf Source: cppo Version: 1.6.6-2apertis0bv2022dev2b1 Depends: cppo (= 1.6.6-2apertis0bv2022dev2b1) Filename: pool/development/c/cppo/cppo-dbgsym_1.6.6-2apertis0bv2022dev2b1_armhf.deb Size: 85820 MD5sum: fa8b36e329343a6babcbbd4ee78395f4 SHA1: 15fbb012e9d9839ac76ebd25715e875a466080ac SHA256: c75c8594de9b321d7706d719d76e21cb7dee45bf0081300402af7d9207812a77 SHA512: 2ce9dd953637359ff0525dd20c5ea3587f0627565c27575834eefab10c2c528a0b8d7d4dfdfa698c874268a46c6444c72e5f5e8fc18c7a91515bb67551a74a62 Description: debug symbols for cppo Auto-Built-Package: debug-symbols Build-Ids: 49098692885f9d0ccc2dfc76fe5b4c0e1c9b1063 c5b5009918e459939dd7b52a6a436280989a052e Package: cpputest Priority: optional Section: devel Installed-Size: 297 Maintainer: Raphaël Hertzog Architecture: all Version: 4.0-2+apertis0bv2022.1b1 Depends: libcpputest-dev Suggests: ruby | ruby-interpreter Filename: pool/development/c/cpputest/cpputest_4.0-2+apertis0bv2022.1b1_all.deb Size: 40348 MD5sum: 1f8dcf2df27b6295d5c040c222ec8fc9 SHA1: 6b0512b4c18e15460b96b9da1e6d22a45ecc97ec SHA256: aaea61fdc61874030425ba8a0d7eebea8a5fc0b9fdbad6c1bdfb4db4ee9deab9 SHA512: aff627587a6af96b2d32a515a01f1d402b68d60d29a4411efeec592b5afd1122150a0d46599da0a594d3164c7eb33877a4e9484e16d54aee7ca8867bf3c22beb Description: C/C++ based unit test framework — main package CppUTest is a C/C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. . CppUTest has a couple design principles: * Simple to use and small * Portable to old and new platforms . CppUTest also has support for building mocks and can be used by practitioners of Test Driven Development. . This is the main package. It contains some examples, support scripts and depends on libcpputest-dev which provides the test framework itself. Homepage: http://cpputest.github.io/ Multi-Arch: foreign Package: cracklib-runtime Priority: optional Section: admin Installed-Size: 570 Maintainer: Jan Dittberner Architecture: armhf 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_armhf.deb Size: 155228 MD5sum: 8ff4f86f2dc6f020c03f1398cea15f6e SHA1: 8230fa132aeed5937494ae0516398cbb010347c0 SHA256: fb7978c313fb7c86edecd97fda8955471dfdc86314f566a3b1c3c3ef0aea6dd3 SHA512: 6d208fc0783e57cca3154f0e8e2fd42f815be155367755bce72412f0f5e918905f031f4254080a500295086ef731f581c67cd9894e9b2b4afb77fba4b0bd4339 Description: runtime support for password checker library cracklib2 Run-time support programs which use the shared library in libcrack2 including programs to build the password dictionary databases used by the functions in the shared library. Homepage: https://github.com/cracklib/cracklib Multi-Arch: foreign Package: cracklib-runtime-dbgsym Priority: optional Section: debug Installed-Size: 37 Maintainer: Jan Dittberner Architecture: armhf 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_armhf.deb Size: 11836 MD5sum: 4c0cd1e3016803e50360b8e08cd9b7cf SHA1: 2868ab816f4154f0ea0688a56597e7d3920bd3d7 SHA256: 2757c0375de7a8f98e77798a837544801a3adf8392ff32d02c0e27f711f67f21 SHA512: 23f1f8159390331183033386ac136b43c46b92e079ad16f0397f653d20916b5ace056483a6b5a5e1d1465c616c12d8d6574e73b5879f3615e3ad27ff50f568bd Description: debug symbols for cracklib-runtime Auto-Built-Package: debug-symbols Build-Ids: 0f132fb714aeaff23be54bdb4e4482d2d9f661ba b0d5eec584ac487a0420f8327fd6672ebdc72811 eb97015448bb83d584f29ca015e4632cee87f232 Package: createfp Priority: optional Section: utils Installed-Size: 26 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Source: libexttextcat Version: 3.4.5-1co1bv2022dev2b1 Depends: libc6 (>= 2.4), libexttextcat-2.0-0 (>= 3.3.0) Filename: pool/development/libe/libexttextcat/createfp_3.4.5-1co1bv2022dev2b1_armhf.deb Size: 10220 MD5sum: 95f9902db7e5e48dac7b1769d7432ad0 SHA1: 5bd81000715258163321d2e7e73a2a0be2032f20 SHA256: f0d7e3179b37202014f26b0dbebb35941f8f3b7fc3a5e7ff3504b81656246c65 SHA512: 9e217a065fcc6b49f2dd5569ffcae33fb5f3fb06d7f251950d7350df15088f8980148ef30fd1285eba04382e95e652d740fe620de449ab82b20739516a649b0c 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: 19 Maintainer: Debian LibreOffice Maintainers Architecture: armhf Source: libexttextcat Version: 3.4.5-1co1bv2022dev2b1 Depends: createfp (= 3.4.5-1co1bv2022dev2b1) Filename: pool/development/libe/libexttextcat/createfp-dbgsym_3.4.5-1co1bv2022dev2b1_armhf.deb Size: 5876 MD5sum: 23b079536e927a20354f4cae892b765f SHA1: c5902ee1e2ec1826ec329f25b9f34c435197aaf9 SHA256: dd5ac3dd8910c812d0b6c773e1a72476b8dc2f5796b59e358fd7e19d7957a8a4 SHA512: fa91df6e6c4e312130a875afc882c87e69744d40d24c6f2b511452c834e4ac99231f14cd7c79a9415952f7da275a168a7c52198962351bd63a8390b7a6eff8ed Description: debug symbols for createfp Auto-Built-Package: debug-symbols Build-Ids: 45ac8e3b80074c920de2eb53e9692dbd91acf513 Package: cron Priority: important Section: admin Installed-Size: 225 Maintainer: Javier Fernández-Sanguino Peña Architecture: armhf Version: 3.0pl1-137apertis0bv2022dev2b1 Provides: cron-daemon Depends: libc6 (>= 2.28), 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_armhf.deb Size: 96472 MD5sum: b9e160909c1a9098d4c19bf9d253d05d SHA1: 0ab2c4156e2d0954b4ac90ebf43c65112821479d SHA256: ab626619759e976fe5041a68bfd66c652e8470c18029b0ead49c81f8a32397a1 SHA512: 12cd704432273025c6979ac9695b6bdbc08ec8cdcc6be267c405b97069d49452d0e9df8f3f17eea9e7fbbfecf047973da4fcfaff15bc19ec0c7f00c17e19a8fa 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: 119 Maintainer: Javier Fernández-Sanguino Peña Architecture: armhf Source: cron Version: 3.0pl1-137apertis0bv2022dev2b1 Depends: cron (= 3.0pl1-137apertis0bv2022dev2b1) Filename: pool/development/c/cron/cron-dbgsym_3.0pl1-137apertis0bv2022dev2b1_armhf.deb Size: 87752 MD5sum: 8f8e6e0e5f92d950ec116121380a9954 SHA1: abf80487ebb3bcc4eed083aa635a01ef36d7b283 SHA256: 8cdb5cda251d380d681d18e8761a223c5f8aede0a467aa1653e52b8345f1f124 SHA512: 4cd0f527e2bb6348b96dfb8e2a39852c6bac355234cb25fa80628b041bd7cc4f943d8c086c19c5073eb47558ec160979600e7d2a144d6cc7b47a404033d5be7c Description: debug symbols for cron Auto-Built-Package: debug-symbols Build-Ids: 09f1e6eed7baf377b2ca2bf5cfc4434c2483b18c 5b13b1c4f8c7de4150104ddeb0af239474c8e0f9 Package: crossbuild-essential-amd64 Priority: optional Section: devel Installed-Size: 15 Maintainer: Matthias Klose Architecture: all Source: build-essential Version: 12.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6920 MD5sum: a9bdd0b4de61cd88cf8163e4f72052ec SHA1: b78e649eaaa4cb6379d08abbc0f64eff0a3bf387 SHA256: 98ec980c2e565ece9dbff7f575df0881fe0f8ce5d4051e448d767e6e51c47184 SHA512: 7d968f1dfa46e3c6882d7b932c36b9936a46a57ca0bb521d30960f104ae7e09af2f697be949cd57ad57a1f36a931080cecc067d65fdfb57804b8a9495d53d67d 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6924 MD5sum: 28dd3fbb3bbd879512765695fa344a64 SHA1: 59d77b1d1ee3ca2714ae059979cc992194e5e4be SHA256: 9f9fd58372522d814c783a914b2b49860f3a1bb6c6698054066a1c119b4c97d3 SHA512: bdb8b76df0d8400ecd6dcf693e50111e8b191b0ed8f6fbc6ba1f3cb1fc7e49d2cda71f3b56894692f697b8147b7a15bab224b6658fbedb95cc76a5e5b3f72289 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6924 MD5sum: 8edba0d98e91206159044eae072a5f22 SHA1: 3fd08bffa6136b3803f84caf991085a5443fac4c SHA256: 7d464a60355636891f4322994be7058a0952b7c0fc0a5321907d532fa5fd6773 SHA512: b09f512672102ef525ecf0078e789dbed836d81aed733cb61550f07e9019b4f241e5c8fed53ce2476e56796e4132aac28506c23e8b6a8af4a281cf348dfc8830 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6928 MD5sum: 815ed09bf7fec16b3d432657e71e2e97 SHA1: b1a7813b583275e78bd300de50493f807df51be2 SHA256: d14cc01b236961c3ec8d0461a8dbb02ea9fe2b69324640ecaf8930af64da4a19 SHA512: c2c7077894c5344a44b5ffd483e5ed03c11d59740da6ace561bbe79af40061b244ebb37d1389f4305bb8756bb11d549a3de0d7137ca948e4ae1983ec99189fb4 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6912 MD5sum: f152342a711c473311d739334ea258db SHA1: 275990e4ff301502c1b8bf1ec5e3b138c651db28 SHA256: 33d15024edd9e13200e650430aea65c0b2898814dbaa0d1073592d1aa0cb3aa8 SHA512: 1e6bd4ca7e7c5549babb816560a517086e9a6019fc50fed1a5908635f63e230d6185f5c9941e7ba448f4fddac10c30f354399ed78d227fa4d598d9c4569c7acc 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6916 MD5sum: bb156ce16a48872b10c3e017f9b62b15 SHA1: b8fcbdb153b3b20a6929c5639de66bc5d3113ef5 SHA256: a40bb709e31b68aa6cc2c21e4fb79508b127f3e79d93b810c58141f7588f6459 SHA512: f9ad42d3327249857d6dfc1453820fcb1a94dc73e251404c5dcab8f2fdbfe922f77b78270f129ab9c3c34054183c20492bef70416b2a9e8e01b8d8a3fbbf8214 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6924 MD5sum: bd7b476793f6f6a0929dea16edaa8dfb SHA1: a1a9ae3addf340263b46feba4959a5a852642a40 SHA256: 08947ff8adae4c9f96883cb18efb61b3d6378f89a44a21d9916b3cc5e143286f SHA512: 4f2b7a5d9f180fae5fcee53a4bf3c64c1e3b2b8392994a26d915cb0e12434d8ace5a9decb28c48b171e2ce81c37496f3c8403eb4a2a13008ac0352f54e60baf9 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.9apertis0bv2022dev2b1 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.9apertis0bv2022dev2b1_all.deb Size: 6912 MD5sum: d0fbd24e0a099b389d66201eef64545f SHA1: c0604a02e3ae4384e0e60a9aecbbb3547aae33f9 SHA256: 0d0c18126837cdcce1b7a66f0bd9f6a70ea02a26487d41236962f65529b5e2a6 SHA512: b414377c0bdde30ddd08a5d7d35daf7dfed0b87f4d0dd4346f1d1b5251c2e033c12a4f4859f9137dcba5abbf8693c4fc2aa06c71e135da5b9ac5279678258415 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: 1194 Maintainer: Tobias Klauser Architecture: armhf Version: 15.9-1co1bv2022dev2b1 Depends: libc6 (>= 2.28), libncurses6 (>= 6), libtinfo6 (>= 6) Suggests: cscope-el Filename: pool/development/c/cscope/cscope_15.9-1co1bv2022dev2b1_armhf.deb Size: 217724 MD5sum: 83d219c7748d0faf23218188f00bef9d SHA1: 7ddb0c3efdea74e9cf2c7961f711fc8bd062c776 SHA256: 51fbe040ba8c4db4baacd0b2f681dce0802049983920217930750bbed5895891 SHA512: cabbebb37fdb520c9d6dd395c57f5b1151a8da2304734501c8f7d9635f8f56641ba0f814c287f58a27c0e5b99d94160ef453ce91f10b1ff842385758af20f231 Description: interactively examine a C program source Cscope is an interactive text screen based source browsing tool. Although it is primarily designed to search C code (including lex and yacc files), it can also be used for C++ code. . Using cscope, you can easily search for where symbols are used and defined. Cscope is designed to answer questions like: . - Where is this variable used? - What is the value of this preprocessor symbol? - Where is this function in the source files? - What functions call this function? - What functions are called by this function? - Where does the message "out of space" come from? - Where is this source file in the directory structure? - What files include this header file? Homepage: http://cscope.sourceforge.net/ Package: cscope-dbgsym Priority: optional Section: debug Installed-Size: 174 Maintainer: Tobias Klauser Architecture: armhf Source: cscope Version: 15.9-1co1bv2022dev2b1 Depends: cscope (= 15.9-1co1bv2022dev2b1) Filename: pool/development/c/cscope/cscope-dbgsym_15.9-1co1bv2022dev2b1_armhf.deb Size: 145020 MD5sum: 7d1a690b84e6ecffdc7375ca1dfc2fb6 SHA1: d3aa59fe47b6e274ecdfd99a1f9922a02379d013 SHA256: 6fcf192c5f4dea927b994136f5590693afa849eb12e3973260581d4480c7e0da SHA512: 01bc27c6c1be1a6619ea628361d6740a2bc88f468465aa3426c3b1c27c1e21511cc3ada29f0a697bfc24070135f99ec6698a2372b8bafb55ca60ab0e4a3bad74 Description: debug symbols for cscope Auto-Built-Package: debug-symbols Build-Ids: 74e0a587715d1b7242c3499494e2b7d29440cb42 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: 2741 Maintainer: Debian Samba Maintainers Architecture: armhf Source: samba Version: 2:4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1 Depends: iproute2, lsb-base (>= 3.0-6), psmisc, samba-libs (= 2:4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1), sudo, tdb-tools, time, libbsd0 (>= 0.0), libc6 (>= 2.28), libpopt0 (>= 1.14), libtalloc2 (>= 2.3.1~), libtdb1 (>= 1.4.3~), libtevent0 (>= 0.10.2~), libwbclient0 (= 2:4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1) Recommends: ethtool, python3-etcd Suggests: logrotate, lsof Filename: pool/development/s/samba/ctdb_4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1_armhf.deb Size: 733476 MD5sum: a10205a978f6147c6e988cdbb3673f25 SHA1: 04894108cea5f107c2e64aaabeb91e8728418567 SHA256: e96e1d036c7d1d2efb3f4bee4bf11708efaec31e723635d4b9553fdbf6080c00 SHA512: acacc7f81b6057816435fea37a773cb6dda5ef0004e7418d678e48f4cda4f6d2b327be02ebf3a545578f117c5366ea342260932eb03319e4c2149dff953a300a 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: 2633 Maintainer: Debian Samba Maintainers Architecture: armhf Source: samba Version: 2:4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1 Depends: ctdb (= 2:4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1) Filename: pool/development/s/samba/ctdb-dbgsym_4.13.13+dfsg-1~deb11u5+apertis1bv2022.3b1_armhf.deb Size: 2184448 MD5sum: 4bfacbf8ca2dd0d13bf2f1eadd8fefca SHA1: 1558fabb20513b6529ae464869a304fa7360aa8b SHA256: 0b2fbfd7522025c9e617e642a90e1a505db9d829b9a4687803506507cb03dd05 SHA512: 1f7a8004ec60fb53d7f9eb2c6bed1eb764d0fa6fda86fe2fa14a6d0b9787ec6f155b9020689ca3e235fc7ae6a94eb7f36cb8dec199f0c6a25cd4668aee2620f6 Description: debug symbols for ctdb Auto-Built-Package: debug-symbols Build-Ids: 00a4efbbbe53d02c638af45fd43df0ac9c3f7748 0d525f2ff4bd29dfc1ee05febcb98e6c90669678 15cc99e295252b1298754b3b03306e9dcb332130 200d2fa09c546d5f28693db120551ec6c7df14cb 221166b0fb9338e0c7c07093e2071c78916029e8 289468511807d11edc802feaea730e2dab100f28 3c91d3b728cb37aab3fcd1af02c130a7d449fbb6 550f9bd19fe77038a1cb4485db13d25215dad385 9eb9449c65e5a06efa70156532c6270b70b3d5f5 b03572bd733c3a30624c13e3c9c35b1ef46121ab c433873e0469b7fc90a1ec8847ad2cde67778e71 cb4baaa6c2a9bd49b902b868d87de70aa16c3efd ceb56e2d1a5d58805bffc2b1e5e7833e9740aac3 d9b8e6d432b6a9e42d3c1cb2bf925e84ffb203b2 ead61ec7db0a3620a134d560828b59c4cfad0a3e 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: 1736 Maintainer: Debian OCaml Maintainers Architecture: armhf Source: cudf Version: 0.9-1apertis0bv2022dev2b1 Depends: ocaml-base-nox, libc6 (>= 2.29) Filename: pool/development/c/cudf/cudf-tools_0.9-1apertis0bv2022dev2b1_armhf.deb Size: 476512 MD5sum: 44c575f21e0ffb6df2c671815efba085 SHA1: e955bdaf1fbe87f64d8e97291db1fbb5c5be3434 SHA256: 7994af52846a51ea2da76cfd3f0025b0fc7fd6aa5a5bb841b309ecbb26d27930 SHA512: 1e470ef61ecddfc1686862956f89dd696359882e1aabfff56f3e7d73aa3006bab2d2a5d4d9300920368df5e7729d971639cc0b56bd753daa9aea4e7fd06c2e67 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: 598 Maintainer: Debian OCaml Maintainers Architecture: armhf Source: cudf Version: 0.9-1apertis0bv2022dev2b1 Depends: cudf-tools (= 0.9-1apertis0bv2022dev2b1) Filename: pool/development/c/cudf/cudf-tools-dbgsym_0.9-1apertis0bv2022dev2b1_armhf.deb Size: 133592 MD5sum: e9cd0bdbd920523e721c5d199c22479d SHA1: 7f35379d1f40d11e9049e0fd03c05e6e491352d9 SHA256: e4fcabd6a358b051d119b1299d24310e728a34dd9702213c854d9820712dd60a SHA512: 4712fc6594f23137a03e192486d9fc85a5ae2812ed5ca3bd7bcc514373e5ec818abdc44d3545e449de81a9d1afabc0de981fa6b252bde0b575b4e961d2c18bf2 Description: debug symbols for cudf-tools Auto-Built-Package: debug-symbols Build-Ids: 73231c985aed84e2a12f3523d49399d037d69dd1 e8bf2b0fbadd85357668faa66c034c9ce9a99fb8 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: 868 Maintainer: Debian Printing Team Architecture: armhf Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-client (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-core-drivers (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-daemon (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-filters, cups-ppdc, cups-server-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), debconf (>= 0.5) | debconf-2.0, ghostscript, libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), poppler-utils, procps, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 361188 MD5sum: 27f0f185b0fc3ab8fc83362b2a8abfa1 SHA1: 420a3691778824fe360bc697d36783a1aa08446e SHA256: 14c466da767bdca2a29afc81de395f2a30f258a85e507af21ed35ae0bb052dd2 SHA512: c1190f3b67941c659ec9bf697cfbb0e0c3f810b82a111b86900f026c60098949d17d6a611a55ef35dbf346b2deace830ad984a9336945cff42a60f9b462babdc 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: 315 Maintainer: Debian Printing Team Architecture: armhf Source: cups-filters Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 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-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 155940 MD5sum: 3f5313c36b9afabd6a212f0ed7871d3e SHA1: 3ed3d82e7743a6a8a5284134e5a51ae2805a740a SHA256: def6a783d7f83ba12375ccb58acaa810180d8b3607d7d27054f771950432a1d5 SHA512: b286ca0743c61fdebf6b3bb0126f23f3c6b0fac4896439ad186aba6d92278c1b9f0582bfd32fec6bcbf1dbbcf186fc8fe408f66d004f35a5b5b0a563e0df2635 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: 259 Maintainer: Debian Printing Team Architecture: armhf Source: cups-filters Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 Depends: cups-browsed (= 1.28.7-1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/c/cups-filters/cups-browsed-dbgsym_1.28.7-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 210264 MD5sum: 43261cfff508c10d1d460ce371e7c329 SHA1: 55d1b0644e114d1ab7be7e1d88ad8cc453d886e8 SHA256: e05d3201025f742214ea765ede432cc91637b877e303fe6d271c61603414908e SHA512: fee09606012db2e08e33255deadbbf15a949098953204f1af0236ea7061e3633a63cf674573d6e8b0317014e2094dcf4bda2c3dd3a93a4dfcfd10b5bdd152352 Description: debug symbols for cups-browsed Auto-Built-Package: debug-symbols Build-Ids: 0e2079be712fc92f6d6e982a1ea734f4c6b33586 1af2ce74594d2f49653d34b1008039713229ace1 Package: cups-bsd Priority: optional Section: net Installed-Size: 104 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Replaces: lpr Provides: lpr Depends: cups-client (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), debconf (>= 0.5) | debconf-2.0, libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), 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+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 34188 MD5sum: 8b98ab4551fb7d1d19ba8703cf652e66 SHA1: 96454181980cabebe870fe522a9e4f6e3db69ac1 SHA256: e6ed80934245f93648998db3eab2dce9687542d47e5f07724def56b3afa16130 SHA512: f6a9ec5ad9d95129dedce0d58891c5fee9b1aa1d3be44dffe27deb3a0c493482897dcd5518a62aa3560f1339750ddbf7726a92a3a610dae7a5adda8453882d58 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: 69 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-bsd (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-bsd-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 32580 MD5sum: 3145eef63d787f533b267135890ca95d SHA1: d99ae063f90b0d992c8a06e662139c6145e5d5dd SHA256: c87de9503275591e51b9f04587c02dac16295ba8b7211c4171a5b8b8703034d8 SHA512: 951facd1f3b258d184fb0784e83a7eedf889fde4c081ef3ff794642c93e9d7303cdf639146c1ea709a29b5494bdb4b1fdaa02b14a27fd8f4982927c72ac03fce Description: debug symbols for cups-bsd Auto-Built-Package: debug-symbols Build-Ids: 4156015addf078bc86ced0afd87c46a4dde85eb8 86bc1ed058fc8aefaaa9c88a57fd3a47d778eb85 d10e153f93a5cbdd0a2be42fb082000953d66b4f d372167d7d6ef34a75f4bd4385725f6260a73fed Package: cups-client Priority: optional Section: net Installed-Size: 408 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: adduser, cups-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), libc6 (>= 2.7) Suggests: cups, cups-bsd, smbclient Conflicts: lprng Filename: pool/development/c/cups/cups-client_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 239420 MD5sum: 71c041ded28f0e79079a9b4ea69cd496 SHA1: 358d182344a3b98da164d5e1fdbe3b4a6caf6ed1 SHA256: db8f21456b7ac50e734c0a8d35c21c923683b530cc422f1225e9ef96ec93634d SHA512: dbfa13bf491b08163a9b3bf97ebf35d3b278bcf38ce49d108be906aa860c88bfc4d25bcff29e6b671e115eb9695033905e972e5b1634db9310234bf5ca538467 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: 200 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-client (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-client-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 118400 MD5sum: 3320eb74ae5eb737253a4d2b7bc212ee SHA1: 845bb8f0af6c9b45e92a66d152926df90a180b50 SHA256: 1361710667fb135ee7713ebd6e42acd37896339ba34d363fa2f2d58b93d8ca89 SHA512: 40d4060d80a40bda355693c67520657342f99f0df7612d11007f4fcf7a16042f41d14542363412e1441ede44f985f7f6df91cdb19d0c39e533641d234d2ebdeb Description: debug symbols for cups-client Auto-Built-Package: debug-symbols Build-Ids: 1fe250eae8030576c5b6d0eba02f277fecb1caba 26fcb86b5bc7ad1fd3688c79b07460c72470b6d9 2ac2107c75f61a8802a16f3b726ed86dddf38caa 368291f4591e465e819bf73d9980711b0e23eb0c 5123b19e6f735b8df25e5fc6d014c868cc768298 6f5b2532d1abb922eb323dff637c773ab40197c4 7678da8c0de1fd99e403b8ac5abf1f9db148ec8c a970148640beebd8dbc1e6c7b67d8e752188789b aedd70c8e7ff7d82f0400f1c68b05270c50499a1 d554a0837dd686b1643a7fed00b49e109e527c05 Package: cups-common Priority: optional Section: net Installed-Size: 3861 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Filename: pool/development/c/cups/cups-common_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_all.deb Size: 316500 MD5sum: eefbb637077f3717b82008d6a1fc36ed SHA1: d4924086c335ae780324a350a5be4abb8acad2f3 SHA256: 2bbbc89c436b75b14ae1972618cf718d8935160d546100bca58dff6de5868e3b SHA512: c72cf9a70b81cf08a39c4164189ca0a3abf51a384bc4bbb84d853cb8deec41a1bafadbfbe18f5c72ae9e61d21840d279d121dbc0a2bbd19043ee0ac1390a6d38 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: 203 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Replaces: cups-server-common (<< 2.1.0-7~) Depends: cups-daemon (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-filters-core-drivers, libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), 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+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 147712 MD5sum: f7ef8b15cc63dae988ac7061879cfde0 SHA1: 2eabac469a9d2a1c5e38a30151e0d7e75b720a44 SHA256: 1de4efe21c986edf3421fe2fb6b727a9abd4a187502622f1c28ce5f9edd21ebc SHA512: 28986e6f1520e3cecd2032de38c6d6a4009fd98de3749240b6bfeeafd5248d4da32c4bba9ebf61c1f8696af9e10fd697db307a0435dff98cfd390fed117a37a5 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: 83 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-core-drivers (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-core-drivers-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 51532 MD5sum: 607fcbedec42921d8a0ba5b7510f8e2a SHA1: 9b5d47b4e5f64bbfc49bb10bfc06ef0780fa3737 SHA256: a008aa501a42d43e52dc443f3ca05c57a21e88cc9bc272742e30f57702a66d51 SHA512: 54cf4533ad8433251f70a0e7a75ceb66abff754f5f2230e205eecacc4c46426d1ca681a9fe61b9efb305cb582b9d02549326e23750c7b36d5816a4060c1efce9 Description: debug symbols for cups-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 093da26284cbddbc03492186afb563803ef7a385 359d0b813d2a8fabf12ca1541fb266b5d4182c50 a916ffa8a83a3898c7aaa35b86272ad2ce78e51b Package: cups-daemon Priority: optional Section: net Installed-Size: 756 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Replaces: cups (<< 2.1.0-6~) Depends: adduser, bc, libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), lsb-base, procps, ssl-cert, libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.28), 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+deb11u6+apertis0bv2022.3db1), cups-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), cups-filters, cups-pdf, cups-ppdc, cups-server-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), 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+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 414816 MD5sum: cefdffc44c3053c8549960afde1e9bf4 SHA1: 37ebd2c7a61357c83c244a24061aa7517c66a1b9 SHA256: a3eeeb594f907b604f59e1257ae046043bacf674b4621e1a03e225ee4166ace6 SHA512: d00a796edd8e848d4707b32e47228af5b438ae367667a004ca4b44fc896900f4250d22120e2fade303f2d285d512119a13338d3bc1c19c7114cc9b60ccaccd09 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: 551 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-daemon (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-daemon-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 475012 MD5sum: 6495d074af94c73454795e9711ab58ca SHA1: a16a520996b43d3ac69e83ef5e6c8832c74ea928 SHA256: 32c70fc2ae8ee799b0463c789acf362c9cf43f1523eff14e0f1d409b7f4094bc SHA512: dde995982658b17fbd1514971bc76791d4ff4db46d45fd0c03b1b2b2ec35f0fbb15ad24dceeb3393e36d2afd6c2596e021caff88728f48fc0c779dd32a02ff5f Description: debug symbols for cups-daemon Auto-Built-Package: debug-symbols Build-Ids: 14d6953eb4572ff50fd8f24e975ed199cc70d3b0 189c57cadbdce4b7b4657a6d710d44c2f1bd88f7 59588ef507914ac7122df22e5697d30f6c573f8f 5dc75cc7f497ff392dc716a8b209855dd4fd3edd 8fed8ad66a80b0c20943d77b83d08b3b26d908c2 debb2cec33a685c3a42e5ea27dc494e7ec9f2408 Package: cups-dbgsym Priority: optional Section: debug Installed-Size: 833 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 636564 MD5sum: 5036f7fa7edf3dbfd4709fedfced3cd7 SHA1: b2bea60a39d4c46dbb7c439737d7583ed2529dc7 SHA256: 2323a6129637a3239f23d2979f3cd95649dcb5303d9bfeba69b30b73d9c953aa SHA512: 323856a000eb70f0858a57aeb6eb471bdb1698bd2675641b50477f7319b90355805bc6c0a8a41ae59207d998d5403db4b1f542d775954e70dad9e4c862b2bf95 Description: debug symbols for cups Auto-Built-Package: debug-symbols Build-Ids: 0768fbb542ff0a6794c71e1f27f0acafab24f304 0a0d171af856941c981d8af0daad6dab478dfa40 21fae86680bf52ad8a4156148f8c49f0e80312bc 22348f8c50ae351c6d97eead8f46f42596349d5c 2a898dfd75f78337613b68cc65bc2f263e2b0c24 312352eb06cf446fc690c6ee31a2505bc66d458c 3b58a625374b9204458b994d613c8c91d4b8a467 4eda7d4da2080fc032234bb3795d00e0f2abdb5e 5287065655bc7b2bf29c9b08d922fbabf74cfea2 6391ced61ed3142c755a705268739aaa074dc17d 751a63c76be07e5348777dca003a540b55650f8f 762542cbf4be0e2e76d6553d777d7922afc65172 8747c935a2ed110913ce186c9b6b4b3199c9633a 9e60d6e6c6ccdf363f1a1b657213cccc5328c375 a6bac012a97714c8ae0e1f3828108c46e638f1f5 a73142e84439feee1326faa9edc7a10208f2a7a1 afb1baad0abcd8e65bcedc2f7d54ec31b5df122f b66a6cad6fbb3e6070cc71018cf7857afe9d5553 ba8e01a1141fe64761b710f33e1274eeb026355e f2275bd9d3b6ae37c2e6ca912c47f451622e0115 Package: cups-filters Priority: optional Section: net Installed-Size: 1708 Maintainer: Debian Printing Team Architecture: armhf Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 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.5), libqpdf28 (>> 10.1~), libstdc++6 (>= 5.2), cups-filters-core-drivers (>= 1.28.7-1+deb11u2+apertis0bv2022.3db1), 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-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 573752 MD5sum: d5428035bd075f3784ecaad569fd0a33 SHA1: 59e6cd298c7e1a02c507284d5e2437fbb4f274dd SHA256: 8ede2498ea94b12a69c829a3bef840bbc6688fdc5cc98b06ea97b6c5fd657edb SHA512: f1f15addaa27ef7fdfc05b6749f8add3daf109c882fc48920f80f784355e05f2f30b9069ee05ec364ee400cb460c1a9cfad259e2a1de109d128028e393b5f34e 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: 461 Maintainer: Debian Printing Team Architecture: armhf Source: cups-filters Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 Replaces: cups-filters (<< 1.13.0) Depends: libc6 (>= 2.28), libcups2 (>= 2.3~b6), libcupsfilters1 (>= 1.28.0), libgcc-s1 (>= 3.5), 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-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 203712 MD5sum: 099023b7efd6af42c23de8574d9e74b9 SHA1: f47519cdb60bf286b9340bab3c589e99163e0593 SHA256: b52742e8d76e3a856a72e65d373a9b9a69be89b48bd185e475d16a9b7d3e4716 SHA512: 1763e192a35807857a4c4236eb9c8da71e60cd6741130f1605b0e43a684c4a9bdc0a06431698deb736ad7c8abe5b8879432af48712b97253b30a02930ced7c93 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: 1804 Maintainer: Debian Printing Team Architecture: armhf Source: cups-filters Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 Depends: cups-filters-core-drivers (= 1.28.7-1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/c/cups-filters/cups-filters-core-drivers-dbgsym_1.28.7-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 1699388 MD5sum: 4b3cc060dd63abbcf84352eaa3c9cba7 SHA1: d2f9c5ec36f1246727a9f021700a5a9a1bcdb609 SHA256: 0fc0f83aead45090e2c66c2e7080933921c558051a7e54ebf3bec2fa478c9239 SHA512: 6f04211f81a7aa09709cbd78ffda1a076269aa8d4de16ed9a09f5078100c85ed69916e09a843ed19cf525590859a9bb7f3c23e8df2b260152b6195816068ecd3 Description: debug symbols for cups-filters-core-drivers Auto-Built-Package: debug-symbols Build-Ids: 02612a4b973b2d73af7a9d66c0717d40ab55050c 25238b85b27a9c2af52958fa8bccd7e4cbac8d75 4b8701fa741509c350e06b0a8f6cac19c92eed31 6e40481c64623b2e6b29fe07e3b0cc11ae0e096f 720f885ea785a00e0b718492490d25201f2d3257 c40b7cb16637f152ecf96db1ed151b36893e3a8a e54f2ecad26945547ee41b3389a6be61de9d69c8 e58140bdabd8e7806b5ae49af8c0209704238717 f200151b8550cf8f1e3b2197f7e6b26ddba6031e Package: cups-filters-dbgsym Priority: optional Section: debug Installed-Size: 796 Maintainer: Debian Printing Team Architecture: armhf Source: cups-filters Version: 1.28.7-1+deb11u2+apertis0bv2022.3db1 Depends: cups-filters (= 1.28.7-1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/c/cups-filters/cups-filters-dbgsym_1.28.7-1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 660160 MD5sum: e614fbc91d18fc8788c392765452d22f SHA1: d0da998bdbd4dab75c2a9fbcccb1d7a896496b50 SHA256: 6e79a7e09f4875f4a74d58e31ae933d279136e93f6ada2568763d86408c642ae SHA512: 1f89785eaedc76b61d000e370aeaffcad3641d190cf6d831df16df2df1527cc49b0607af4b739ef3ac8e34409bdbd516eb6d3a6292740d038ad85cd84f52502a Description: debug symbols for cups-filters Auto-Built-Package: debug-symbols Build-Ids: 03d876a65f59ff4cf79e5788d8811d6de8b0fa73 30f9bc385a8b654e77314dc0d20ea48b05584259 3965cc32073fa102d8cb57ab94205c25ccc178aa 4dec6a146fefdc3f1692e2f496ebe19c37e22c31 6427c0809b1b1b09cd9abc0ae1671c642402af42 713af9fadb8f59ee656ea2610e2a2e15b86b424e 74472df7aabafc6ab5b26f39f5a2a5a94c62fd62 889d402c5519de3e69ce4c4c0efa4e50420ab526 897cc4131bfe0983640d62aa7dcedb5694f74136 8c870de5621e0a29eee01ac1ada2f3d9c44bf05f 94e413f63aafe77bdfb301e2c171277033537eb5 b4f5e5233639f56ef7434b6c6a6a10bf05f0061e d712af84607c2d7493e13900f19e0a450a1a5a40 f27e339e90c4599d823f6a642d1848fbdf20b5fe f6b1f3a1a8e19511c9f7f8958ee2d0b323f93fb0 Package: cups-ipp-utils Priority: optional Section: net Installed-Size: 902 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Replaces: cups-client (<< 2.0.3-2~) Depends: libcups2 (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.7), libpam0g (>= 0.99.7.1) Breaks: cups-client (<< 2.0.3-2~) Filename: pool/development/c/cups/cups-ipp-utils_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 289568 MD5sum: d08df0c54339d74d2c4f7e23c49afc02 SHA1: d827992bd294b215d79545b9a2bb3120b99fd815 SHA256: 8b741c82bfaa41d0ef94b036d3d03f891571fb6ec55997ad05f1b10249fc85f7 SHA512: 1af9eb674213c933ea62b56b4b197086d060cc7d86630ad1d15ae01966b3eadeaa9e1344fe3afc3c4030a97c4c71d9a872e97f0f17d76ca53791d72e72e1d0fa 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: 217 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-ipp-utils (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-ipp-utils-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 176216 MD5sum: 5ea9fa59dbc0ec2001e68417f77d7224 SHA1: 0f067662fe6e43aa8cf3992c4e72d98228b79c6b SHA256: fa5ce85d9c4e963a0ccd6a06ce735667f56c25f99f70090da85c8507580706cf SHA512: 5f4a36650010e5f119d8dfa93d2a3196050bcf8e92af4ffb7dd9323b835a2918d88a6ac2160ba21d0c1610fe9bb7f098785729b71aaa6a6ec0d103e51ce35634 Description: debug symbols for cups-ipp-utils Auto-Built-Package: debug-symbols Build-Ids: 323b27b20ff29e2f61b1f65016c1bde1f9cbef8c 6b0ddff298ddc16deaf4c93cd621c59825c559e1 76f086c859e0179c4845a0123ca3c96aa54bd647 Package: cups-ppdc Priority: optional Section: utils Installed-Size: 469 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-common (>= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1), libc6 (>= 2.7), libcups2 (>= 2.3~b6), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Filename: pool/development/c/cups/cups-ppdc_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 200332 MD5sum: 8d6be2662a1c457bf0233ef155861328 SHA1: fad368f1618f7c628324b72c2b71ffeebff7eb91 SHA256: 7352f5ec2e0e3d7c1bb7516983ef6e38f17b5fc4604e068e9d3c28a06c4e3efa SHA512: b8889c156a8b7f731601a1bed7d1ba9963f5aca00734e05fff6c23a07c18b115ab2ff36de7248925a32de8a93898ca8373d5baa150d8236468a270cc4b4fa5a7 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: 417 Maintainer: Debian Printing Team Architecture: armhf Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Depends: cups-ppdc (= 2.3.3op2-3+deb11u6+apertis0bv2022.3db1) Filename: pool/development/c/cups/cups-ppdc-dbgsym_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_armhf.deb Size: 323956 MD5sum: 4b9357904192d78f69b3c577364895bf SHA1: 4f39c9464043ca564910384acc144e174f7a02f9 SHA256: d892056da1bce1fc58dabd0983ae1ccef4da54a6e5e71e060cb7c8ee0a8e9310 SHA512: 0ca3a59ecde1a3b26ec5746620cd143773d4afe22d223ab00b9a23ec3e1dfd7fba8f54ff1ea1632894d924cc4a095788af55c9434e9afe26cc4dbcdb484a5616 Description: debug symbols for cups-ppdc Auto-Built-Package: debug-symbols Build-Ids: 154fe31ce0e064f8343dc2fd8c9f2c6d409a3a7b 2321ecce5c8d3d8a05639aa5c3e9af86ae4d9262 4433a81b637867ce5889309c317be65bf13c1554 527dbbcf8bdad7be45c893c49d0c83abdc9d2dfc fca66e0c6735b5294d7dcc4a8226ec1bd8c21b45 Package: cups-server-common Priority: optional Section: net Installed-Size: 2407 Maintainer: Debian Printing Team Architecture: all Source: cups Version: 2.3.3op2-3+deb11u6+apertis0bv2022.3db1 Filename: pool/development/c/cups/cups-server-common_2.3.3op2-3+deb11u6+apertis0bv2022.3db1_all.deb Size: 522608 MD5sum: 24a449136308e645f4bc1a9a7103b1df SHA1: 7f437405918b51fc2d918fc7588aed03cb27a974 SHA256: f2e733b73bbcce228ead75b33b15be7b9651e62e4fa01a488eb2a6f9297fabc4 SHA512: e3c12a33b6a921c42f10f658ec909e3da5e525c3647e68b474abe0f94828c639dab3063c6a2d007f0cc5ee259c377c42f0a379ec353b50acd85b6f81da99f522 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: 4338 Maintainer: Thorsten Glaser Architecture: armhf Version: 2:1.12.13+real-28apertis0bv2022dev2b1 Depends: libbsd0 (>= 0.0), libc6 (>= 2.28), 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_armhf.deb Size: 2756952 MD5sum: 9c7b4ec55d343f03b7f1b234613432d4 SHA1: 2a1ea6eb7f747821b5b8bd6657b5b78746631dfa SHA256: 5c77a3fc87b92ae8a74d13866b692f7ca7d9959b90e60abaca030f8d026e8cc0 SHA512: aaacaccdd21350e17b74eb89954cf78510b4668eacea5625c6a5031389bca2ce5233d476a8a919680bdfcb233924bd95f35c93b1f0b105394eef05f0a80eb856 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: 1082 Maintainer: Thorsten Glaser Architecture: armhf 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_armhf.deb Size: 1023736 MD5sum: aa46d566d7c88b8d321531966a06d482 SHA1: fa8ea2f50287b4b896b618fc4dfff22608bc960f SHA256: 3e0b83ef958e4e948269ec982f2fafbc285e91a142a047e5b98d0620ca482d89 SHA512: c02bef3132bda7808bc9d47cb0565abcbce3edbb25858ee7acb2efa016b791329685c8ac6349d65f322ea4a57ffd4768c46b781830c63b17766d0fc21c89afad Description: debug symbols for cvs Auto-Built-Package: debug-symbols Build-Ids: 938f4596fdd05b163e1d8ff952d95d20101b63d3 Package: cvsps Priority: optional Section: devel Installed-Size: 87 Maintainer: Debian QA Group Architecture: armhf Version: 2.1-8co1bv2022dev2b1 Depends: cvs, libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Filename: pool/development/c/cvsps/cvsps_2.1-8co1bv2022dev2b1_armhf.deb Size: 46412 MD5sum: 808f0e0d4462a2887ab3b366861f3443 SHA1: 4f8a58adf92bd8a67d5958ef09c34e524b5d3979 SHA256: 21a96413fbb1938c0f926acc89a08c82eba2bcc9afc0a6526552292a57cdfa5b SHA512: 29b5bb43aadec7d84b6e32f6ee34d76382b00f9bb064385118f22f55ef04a7e1e32505d7bfce0e0013354c05dd9d648b52a81c8fa5338335fbe9f4b144a9afda Description: Tool to generate CVS patch set information CVSps is a program for generating 'patch set' information from a CVS repository. A patch set in this case is defined as a set of changes made to a collection of files, all committed at the same time (using a single 'cvs commit' command). This information is valuable for seeing the big picture of the evolution of a CVS project. While CVS tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository. Homepage: http://www.cobite.com/cvsps/ Package: cvsps-dbgsym Priority: optional Section: debug Installed-Size: 114 Maintainer: Debian QA Group Architecture: armhf Source: cvsps Version: 2.1-8co1bv2022dev2b1 Depends: cvsps (= 2.1-8co1bv2022dev2b1) Filename: pool/development/c/cvsps/cvsps-dbgsym_2.1-8co1bv2022dev2b1_armhf.deb Size: 95640 MD5sum: ca70c0136818a41ecff4631d3add30e0 SHA1: 6e4fcfa4ce81af57c124e568dee86d8b03f7297f SHA256: aa104c9b6c27cf2f3487a331bc3ab17188870b9db938a26b4eec440029fcbbcc SHA512: 4cead9fc7497bf13e68b1f1246f21d5a181a057092381c23c4b08ea758be41aa3358945473364536f8af05f9dc06dafc4a29863f5bfd28060883ead47b7be7f6 Description: debug symbols for cvsps Auto-Built-Package: debug-symbols Build-Ids: 167939232932556869e327b502e6a238543f92f0 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: 5564 Maintainer: Debian Python Team Architecture: armhf Source: cython Version: 0.29.21-3apertis0bv2022dev2b1 Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4) Recommends: python3-dev, gcc Suggests: cython-doc Filename: pool/development/c/cython/cython3_0.29.21-3apertis0bv2022dev2b1_armhf.deb Size: 1249596 MD5sum: 487bbbe9775f334e486101d5fb9ef383 SHA1: 7c026176538ed8579faab2a112b28ce753a30a53 SHA256: 23f5b4308649f9b85d8ae863db1744641f37d386c429639cf41b3d17afd47625 SHA512: b980ff31b9da9eae23dd3947547d01288e252629a024f1f77eb64ae3982d85f45bf1a83714656271fa8c1716cfe7a2d580d9036103ab705eb1b533c5c226c30e 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: 27545 Maintainer: Debian Python Team Architecture: armhf Source: cython Version: 0.29.21-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), cython3 (= 0.29.21-3apertis0bv2022dev2b1) Filename: pool/development/c/cython/cython3-dbg_0.29.21-3apertis0bv2022dev2b1_armhf.deb Size: 9762944 MD5sum: dfa5d73b8411376ca3b104c42d138132 SHA1: 78bbe09e09aaf9bed297b72f24a209afcf75c4dc SHA256: 37d398af2c5299a8ba045dbfb8ccc7d3acd507c5bdf1bf4120bfac10d9505e3f SHA512: 46720d8011e3566af7f14b0746ef72f1aec32eb7125c239de6498e78bb8d6d833bdc92d21d47746d0be6811a44eedb891b01b1a03ba3193eba2836f2ed507a08 Description: C-Extensions for Python 3 - debug build This package contains Cython libraries built against versions of Python configured with --pydebug. Build-Ids: 05347c5a8c518bed8313281fd3c09ad2f03f45c4 202dc73be60c348e96e5ea44c536ed16b6efdb38 302336a77ef441334fdf260f19ccf21b1e65bcf8 45d6e9cd00556ab5dee0ef4672bdd68c33b275e8 77b5ac6845fcd3f28a95450d1df7191fcd39fe02 a2c7442c2a2e432baa8717ddf51d977bcef5862b a4aae5380d4e287b4db698ce824c4e773f5ba541 ccb7d6f2fdfc41f9c96d8b76699adab859fb3971 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: 29 Maintainer: Robert Luberda Architecture: armhf Version: 1.24apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/d/datefudge/datefudge_1.24apertis0bv2022dev2b1_armhf.deb Size: 9852 MD5sum: 1bb9103ceed99a530ff83ed86ec34488 SHA1: 142f22a5b6fc94a3d8e184635ae240ca9bcdf9e2 SHA256: 36f7d64fad5319b46a600803a923afa4bbf220cc73842d0cf55a180737631f4a SHA512: a5016d0208033fef4d8774a596661eb50e8d4f95d209dc994f12a5e16d69b20c1ee8715e3ff4562ceba786fda4a8d0607088cd5be6b55c34d27803793d1c3c7a 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: 17 Maintainer: Robert Luberda Architecture: armhf Source: datefudge Version: 1.24apertis0bv2022dev2b1 Depends: datefudge (= 1.24apertis0bv2022dev2b1) Filename: pool/development/d/datefudge/datefudge-dbgsym_1.24apertis0bv2022dev2b1_armhf.deb Size: 4776 MD5sum: a6af7bca7118a9e9a12e2fa9cc4a3d95 SHA1: 44de605e43146137c365d15905d2f2e38e429bf3 SHA256: be316237ee90f5afbbda9508b8769ea3ee6634bf572b8dd5e3d87aedc9711b4f SHA512: 2090bc98ac9a88e3afb1f6384376dcf96816ad4ea86c183113a8b32be73ae5fa73433b9a24068228af9df02bb47949f6bf0aceb5238bb98437d94903e4878685 Description: debug symbols for datefudge Auto-Built-Package: debug-symbols Build-Ids: a982e1ef269dae2c6ee536f036c835a13119bb3a Multi-Arch: same Package: dav1d Priority: optional Section: video Installed-Size: 58 Maintainer: Debian Multimedia Maintainers Architecture: armhf Version: 0.7.1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.17), libdav1d4 (>= 0.1.0) Filename: pool/development/d/dav1d/dav1d_0.7.1-3apertis0bv2022dev2b1_armhf.deb Size: 25680 MD5sum: 81194257b4d5b16ec63e8d6ea0ed1357 SHA1: c1f95e9cc75f82ad1a7ae1116b47b1024cf89fb9 SHA256: b30fcda69d7c1794ae5ba46ce2cfec07df806fae0d622efd764ec44bf2419510 SHA512: eadc3e2d5296f1a5e8cd360a2d090d002eb6cba00c63c7f25f2de4ff1b0e578005df94dba67dd405453364e446b41e75b6e2550b7769615e6a86905afeed4fd8 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: armhf Source: dav1d Version: 0.7.1-3apertis0bv2022dev2b1 Depends: dav1d (= 0.7.1-3apertis0bv2022dev2b1) Filename: pool/development/d/dav1d/dav1d-dbgsym_0.7.1-3apertis0bv2022dev2b1_armhf.deb Size: 44604 MD5sum: e3fbf98c287c796715596389fc302962 SHA1: d1834fad8fa146d5f2e1f1791e96a6dec7cc4952 SHA256: 76bf1844b3de9c0faf38542649342339de3cab43d2b9014210a2d2df238ef93d SHA512: 58128a4de528aa45ec16b8a4740b8a4f1c2a63eb6d35a059dde299de70708502d835506bcacd1c4a68337488cce9886b4fd7ba505ef852de53c97c9ab52246f8 Description: debug symbols for dav1d Auto-Built-Package: debug-symbols Build-Ids: b0ac2dc8f856e186b2d6acc8d036b43cd41e9043 Package: daxctl Priority: optional Section: misc Installed-Size: 83 Maintainer: Adam Borowski Architecture: armhf Source: ndctl Version: 71.1-1apertis0bv2022dev2b1 Replaces: ndctl (<< 63-1.3~) Depends: libc6 (>= 2.8), 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_armhf.deb Size: 40328 MD5sum: c661cb32934946478cc00821a85edc0e SHA1: 945222474eb6585df2ed8da5fe13acceee32c07b SHA256: c69fcb6ab42ab9c6038f61de1a672c9b8fddc314d1b86d47a08ebdb0efb9f95d SHA512: f7afa4ce320a52badf045396db9fa59650fe531e98677a2c443ca66f3e54b205c712655b61481ed874769184586f5c83bd56d2059f850ebd54126ec19220bb8e 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: 114 Maintainer: Adam Borowski Architecture: armhf Source: ndctl Version: 71.1-1apertis0bv2022dev2b1 Depends: daxctl (= 71.1-1apertis0bv2022dev2b1) Filename: pool/development/n/ndctl/daxctl-dbgsym_71.1-1apertis0bv2022dev2b1_armhf.deb Size: 94812 MD5sum: b9ff19b5ef41d9b9d54085315ea75071 SHA1: e8c616afaa5d7c1757c300a000141c6ec4baa762 SHA256: 42e7835edee7c765e95fadf6596f58f0a10349f15e7dce9721c6531c7e5a673c SHA512: dee7c2556278835c2579b7f4f2948a5ce5279a2e465b70c35d42e27ce047f3cb580a71a15a737e14bb80232d2d4946ab11a32130290d6b146a42ca1a4003b162 Description: debug symbols for daxctl Auto-Built-Package: debug-symbols Build-Ids: 0e750823f66e5e3762fc3e7c3dce107a8d517d58 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: 36 Maintainer: Mike Gabriel Architecture: armhf 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_armhf.deb Size: 13548 MD5sum: 2f4dac90aeec72091853c261f0284ef8 SHA1: 51dfe4475a2ab42a2d2d80fdbe879f42b3a715aa SHA256: a5e9c645792b96bb7ade0ae5a8944a126be227fb7b2fc6d92fa3df5c51660d22 SHA512: 5caba9c9e14f3cae59a4419741938db5c9c9692a0fda0a96132fd7ec828cd883ecb51809ed218c299c293a2fa68dc35565e09e016d8ccb23b3acf5829f22745c Description: Runs tests under a new DBus session A simple little executable for running a couple of programs under a new DBus session. . Use this DBus tool for unit testing of code that accesses DBus at runtime. Homepage: https://launchpad.net/dbus-test-runner Multi-Arch: foreign Package: dbus-test-runner-dbgsym Priority: optional Section: debug Installed-Size: 25 Maintainer: Mike Gabriel Architecture: armhf 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_armhf.deb Size: 10264 MD5sum: a001b2f6e74837bf88716cf2388ec0cf SHA1: fd1d449b82263264b6ac1bdb58de1ff7c68fbbad SHA256: 0203d7b0cc10166d67a36ea6d7abdafea64d9286da73be7cf69b89fdc544f834 SHA512: e67ea856bb52642ca1cceed3b6a5623501ff586ccbb07fd3044a1528682a4750f003bf09863410bcad03781152878902694a7f056570c5e2ef15f00ac7b47a81 Description: debug symbols for dbus-test-runner Auto-Built-Package: debug-symbols Build-Ids: 8b5b90a257266ec356066c125e1d44d32173c234 Package: dc Priority: standard Section: math Installed-Size: 133 Maintainer: Ryan Kavanagh Architecture: armhf Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/b/bc/dc_1.07.1-2co1bv2022dev2b1_armhf.deb Size: 69260 MD5sum: 14ace97d6f5fe87c2d21927e0b1ec3bc SHA1: f0441391bc34bdfa4c23f277880bebd15aade684 SHA256: daebf47d53e640a2047282e7fe58b2db8a717748ad64dbb2ee5a687a9f11cdf7 SHA512: 8fca29e3fd9778ad629ca3f0a3b42effb45fda3a2a6e5d8961c47869d5a6e6a2356f9076af17dba2321b0506265734d9cdf1a1eb2da34164950d90417d6d6e3a 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: armhf Source: bc Version: 1.07.1-2co1bv2022dev2b1 Depends: dc (= 1.07.1-2co1bv2022dev2b1) Filename: pool/development/b/bc/dc-dbgsym_1.07.1-2co1bv2022dev2b1_armhf.deb Size: 66312 MD5sum: cfc6cbfc56bd9c3002336d4c7fec2ad9 SHA1: e3e47f7e37c0d2e59b1128b17066ea1611ff30fe SHA256: 7b3c6cedea4478508d9a50f6f0d196c13c62263ba6e654b28e74a40c4825136b SHA512: 6fa3190b1e9b318f670cf2b5329a6cb6cc9655f4ce07a6d130f20966d43789622a1bad6c8a61edb5ea1d516238dd2897a086302a716213a98f805f3210a698f7 Description: debug symbols for dc Auto-Built-Package: debug-symbols Build-Ids: f619cfd0d34b4980da13babc3bbf9e6b379f8cad Package: dctrl-tools Priority: optional Section: utils Installed-Size: 357 Maintainer: Rhonda D'Vine Architecture: armhf Version: 2.24-3co1bv2022dev2b1 Replaces: grep-dctrl Provides: grep-dctrl Depends: libc6 (>= 2.4) Suggests: apt, debtags Conflicts: grep-dctrl Filename: pool/development/d/dctrl-tools/dctrl-tools_2.24-3co1bv2022dev2b1_armhf.deb Size: 96764 MD5sum: a46d95f5e37a551c9242b920118ebf4d SHA1: d7690ed57afcbccfa13146ee86a902a0adf23fe0 SHA256: 9235d5e4e35c4dbda6937a8f0da76f95c0c3879f7745d700aae16d70123a90fb SHA512: b93999c8445dc2c9a1d47a75d4b128734a3c2fc2674663f90863101f1cf2d9b2c50d667491bad21c2f44f5cdd9ce7abe29d1ae72776b10b161a99a2cdc352f7c 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: 224 Maintainer: Rhonda D'Vine Architecture: armhf 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_armhf.deb Size: 179220 MD5sum: 0d3263c439b1882976966bb601913a4b SHA1: 1f08394f829847cd32e46648782f414c6c12569b SHA256: b34909eb59a473e4cea0b364d16da2a30a68f3e686c354d9c5b4c7d1947bcc48 SHA512: 5cd5cdb7b65b85a840f75e380019008612c2adafe70ba3f2402142fbde469d8ae517c379ff23f488607101bea2868c538c2d34a1601bfa862197e860cf8fd236 Description: debug symbols for dctrl-tools Auto-Built-Package: debug-symbols Build-Ids: 54137d6778ddf1fe9049a07733c626f1ace1f063 63b6ab61544c30dd3ca13d4a660d32bbc8e8b15f 9892fc52ec0933e5fc6cb55f2ddf10c2c98efbcf a3b1843a759e01cad077dc8430f444d312054d97 Package: debhelper Priority: optional Section: devel Installed-Size: 1514 Maintainer: Debhelper Maintainers Architecture: all Version: 13.3.4+apertis4bv2022.2b2 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+apertis4bv2022.2b2), po-debconf, perl:any Suggests: dh-make Breaks: cmake (<< 3.9~), meson (<< 0.40.0~) Filename: pool/development/d/debhelper/debhelper_13.3.4+apertis4bv2022.2b2_all.deb Size: 1055892 MD5sum: d8d21fdac23de8c46154b00d997fcb4b SHA1: 67d92eb0dfb80c635268f3f1402249dee7f63e6c SHA256: c697cd30d0e4435d2106d156298cd3d461382f87366bffa0edcd2fbf3a1ae9f3 SHA512: 7fe512fb1620b9286935f2f8167ceb271e42eab8dac4381efef0438418a8705521a06a147529357e91da563bba43ee15a796295055bd49361c3069bdb2bfcb5a 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: 254 Maintainer: Debian Release Team Architecture: all Version: 2021.1.1+deb11u1+apertis0bv2022.3db1 Filename: pool/development/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1+apertis0bv2022.3db1_all.deb Size: 110196 MD5sum: 99761557f89899025107715f930f713e SHA1: 23d35fc33c6fd81d49ad1ebc0bc26ed566d10d88 SHA256: 253dc42aa752a1cd7b51bbb8e7ba39554c53c8e0a093b45c206af0f8a13ecacc SHA512: f7d128476c1c8e90236bf8f31f55a8b27b41b6f33dd704baef3469df97ccf03ce07fadd67c70dc996e9f3735c92a36a38c9cf3806f30b79c1806f62f0e2cd57f 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.123+deb11u1+apertis2bv2022.3db2 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.123+deb11u1+apertis2bv2022.3db2_all.deb Size: 75968 MD5sum: 7f27a5bbe2ee579f36dfe3a5e4de5622 SHA1: 1f56f7205b7461e8f88b751ad9ed36585a837f23 SHA256: ee7e54e35812110cc28c04dbf9f5b2c9e95cb232f75bc3844f5a69854ae55e85 SHA512: c788ecbcb8dc12febdae5f332bd07dc9e2f21cdf355f3ed3b8c6aa9a2ca2a87297db27693965e6cf11d1fb035d9d738e3912f38255dd20d26fcdf73529a355b9 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: 1468 Maintainer: RPM packaging team Architecture: armhf Source: rpm Version: 4.16.1.2+dfsg1-3+apertis0bv2022dev3b1 Replaces: rpm (<< 4.11.1-2) Depends: libc6 (>= 2.4), 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_armhf.deb Size: 1471472 MD5sum: 0b2d08baca7e2b019cc9d9f9f0c802ca SHA1: 12a37819639936cef5cf913b8cee249d104dd054 SHA256: 3dcfa302ada78aac85179fd75b347c297284907a6bdecaa651beb4ebb68b08ab SHA512: ff77e79ef6ce29e085b717dbc7b0496991890736f49dde54fddd1a7aad74b7fa7d2f74f572aa9d1009c7526f2c8fa80aa78059c5497c110c920f789394326dbd 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: 86 Maintainer: RPM packaging team Architecture: armhf 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_armhf.deb Size: 70156 MD5sum: b66175772103764e11754a92167658a6 SHA1: bf599169847a753e9e9d2bc869656d2845d436a1 SHA256: c4bc482f63319918b69b59c2d61217bc4c9c76b8699806da4cb189c1f4c8aa3c SHA512: 2edc302d6364b5322bbf12fd6bc675135f16042acc8327e4a60ee1d285772a02db8c6060f2602c076199ed0063c0eae345731f8ff8cda21e638c2bc42e419a6b Description: debug symbols for debugedit Auto-Built-Package: debug-symbols Build-Ids: d0c3f7cf7ea1ba6b2374708e7dfad95c80b20d96 Package: dee-tools Priority: optional Section: utils Installed-Size: 28 Maintainer: Kartik Mistry Architecture: armhf 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_armhf.deb Size: 11196 MD5sum: bac566ab9d1f305c844e746be41a83b3 SHA1: 3053bfe0852486a5c3e424dea224add0bf16404e SHA256: 4d717e2e9d86e7dec5c52ede39483af9eb7be20aa86b9f5871752304942604dc SHA512: ddedc475be8acf18e34e2ed24451dd971a4ebddd541db8b193c87d31f62f48a449dd10ce23a9df68fa2c99c05172148dd9be40d3a0314c2df938afb420151a57 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: 24 Maintainer: Kartik Mistry Architecture: armhf 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_armhf.deb Size: 9576 MD5sum: 263dcc9cfba6cf93ea137b392a596021 SHA1: 3d07f59a47178723425080e3e63e51c57e659863 SHA256: 167574aa3f5761cc254d86f62dbc85c84d9a2f05d195a9e436c76359788fdf58 SHA512: 65ce24e1c4d10d04032ad0301afd14d4daaf7dcbde12f94f33333151b833c7eca2b67ca5df0a460dca64234253ac53c705d20943c865dd1d26708eca0d673015 Description: debug symbols for dee-tools Auto-Built-Package: debug-symbols Build-Ids: 85f3a7c2a2a68d9e53c547c1d332278237b121cb Package: default-jdk Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: armhf 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_armhf.deb Size: 1076 MD5sum: f01d2cce3dfba47e2ab087eef267bfbe SHA1: 2092af36a9277baa7c6f05e24cd110f099abddb2 SHA256: fc45d1f033645b8c3af3451c60a266426c9b0d04e291cc201d03dae5110f23b5 SHA512: ff398de006de73f12beea3e96bd7447d8fcc2ba59ba6db7c8aae395416733b6eda715ffc03964eafa1ae6f45ebea3880fe22109f92b0a5f6ae3190ce5a2970d2 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 armhf. 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: armhf 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_armhf.deb Size: 11164 MD5sum: 733b327087d88052a6e75ccbd80adc2c SHA1: 2ec444a56ef66c4114274b78a4278ae67b4fd976 SHA256: 8fb8e84c3960e948fc192ef8666371611cd33a13ad2f836c533622e27d434748 SHA512: ff812a7655432f4cf02dbb98cd989b15bbded451eacdffa8f55eec2951e8a87a8c64aca2b5cc663ec4b81786b95f5d44164c3fb3997605c4f771ddb4e5cb460c 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 armhf. Homepage: https://wiki.debian.org/Java/ Package: default-jdk-headless Priority: optional Section: java Installed-Size: 6 Maintainer: Debian Java Maintainers Architecture: armhf 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_armhf.deb Size: 1124 MD5sum: e599a8f5893b566eac6b9aa1efbd5518 SHA1: 51c04528ce9f456b08c1e42b02513b4d0c40748b SHA256: 984ef14a579f87e40551ae305e2c98eb287ae5054d54311854be396a6cb8b3d5 SHA512: 0a6ab756cff1b67d3a49e7ebf3b393f62a86adefc95626a09d95b156e48607dfbf7ddf9b1a8d4f85803fc8bb70e11c778f6b1ae8281cd6787305dfd4ba47638a 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 armhf. . 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: armhf 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_armhf.deb Size: 1060 MD5sum: b8962388eea5a996c1c21dc529919933 SHA1: f7e287a33fcc7c582de95ebde77e9c0c596c2d51 SHA256: acd75482785c1e4f0b5f182a4355d33a6f9e8adc403b3318b0d3e197af6a34c0 SHA512: f3fbe699914093bf7e778faddb0e07a10f9e0dd1a8ae09241ce124ed397b3a6e4218da81e16b0cedbc4f12883617df6e5cbb57a77135790ac2e1c626bf12c0bc 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 armhf. 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: armhf 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_armhf.deb Size: 11092 MD5sum: 8b9df952c9b3d81385606ba5f7ad40cc SHA1: 23679028385102b24bb3e7ad1048daa4ce7d9297 SHA256: fae689342dd6b4df8cd55d8d4f3738e8dedba5a70df3372846b81831d8d7f03d SHA512: f40a4e1b05ed0a181ead8a5d5efdc0014ad0403e77b6b3743493214c66b74a4e17311e54387a20e9538a337123416fc2137987aa927c4696cc203dfb2b934fb2 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 armhf. . 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: armhf Source: mysql-defaults Version: 1.0.7apertis0bv2022dev2b1 Depends: libmariadb-dev-compat Filename: pool/development/m/mysql-defaults/default-libmysqlclient-dev_1.0.7apertis0bv2022dev2b1_armhf.deb Size: 4132 MD5sum: 8aef08307c08cce73a4cf67042ff4738 SHA1: 8fcaee8932ca2c1072131132b2ac492ed2e8b7d6 SHA256: ed66828960c173f398d0458878bd662fac9e73e08d7174285c398dd2e4577d72 SHA512: 7cac3dfe69eba8814b4e12adb01d1efc21c0c11a36779d3fff5a8bfaec143bdd24d9ce0c76e9e002ca65807105220feff7928b434a04fa9f9c3d6fd9a6009e9b 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: armhf Source: mysql-defaults Version: 1.0.7apertis0bv2022dev2b1 Depends: libmariadbd-dev Filename: pool/development/m/mysql-defaults/default-libmysqld-dev_1.0.7apertis0bv2022dev2b1_armhf.deb Size: 3904 MD5sum: 4a7d59e5350edc84cdaaeebf44b92421 SHA1: 084713f27a902698b4f521ccaa62b0de9b04487f SHA256: c34a75e4ee0a6e8e69ec9bc9d7d163342dace7f343360b4aefd55dfbffc7182c SHA512: cb25c687c8dbab5a27245f560012b705008afe57b116a93859f61e4010321a623389d48da3464c393cab56caa7539cd1e1049598e723b4c11c46790b8ce12a60 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: 343 Maintainer: Héctor Orón Martínez Architecture: armhf Version: 1.6.0-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.7), libfdt1 (>= 1.6.0), libyaml-0-2 Filename: pool/development/d/device-tree-compiler/device-tree-compiler_1.6.0-1apertis0bv2022dev2b1_armhf.deb Size: 216308 MD5sum: ad7cdb179c12bbfbf045629d32f2d382 SHA1: f9f0793b22469e77c14a6d9936ff8382d1df2ced SHA256: e8292b29e781ae9d0066307a6251a652faed4939c4b23e7402844afab8ec1f71 SHA512: 9d8e8af353927af9b5beeffc643ef1024fad24c1ac739ffbeb6426a008370bf485558013966412fe54413f2297569fecd74386827d543f4c7fb5a2e0bacfd497 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: 298 Maintainer: Héctor Orón Martínez Architecture: armhf Source: device-tree-compiler Version: 1.6.0-1apertis0bv2022dev2b1 Depends: device-tree-compiler (= 1.6.0-1apertis0bv2022dev2b1) Filename: pool/development/d/device-tree-compiler/device-tree-compiler-dbgsym_1.6.0-1apertis0bv2022dev2b1_armhf.deb Size: 224136 MD5sum: d4f0dccc86dd0c2bcd65c75b444dfdce SHA1: 75e90086c5ee6e018eb7835a67dd758ff6a0fa29 SHA256: a8460dea59e50a9762e2a9d5b3aec530fb8ce28cb9ff048591a35e8eabe3f1ec SHA512: 6e7ba2159df4770e985beb4371b599cf8cd50e7fc3a2be406e1160bae82d9e629068e38d5dd970bd61b92f273b074152bd6a9f39d1991ef68b2c6fed41cd4c90 Description: debug symbols for device-tree-compiler Auto-Built-Package: debug-symbols Build-Ids: 402783a1946241a82409bc6fc3faef793af3b654 67e8b5a14c8e73ca75934d01e701043f531b7c91 6b20af5cda02553b1c0aa59ebd20974a11230535 8681676146684a0095d0b9bb22db793d2ab96b95 d8ee5cf7c29b5ce4cfc66fb1c067eb5fb82e2e21 f905935778f98bb0ffd8be5c0b4c70c4ef5e89b3 Package: devscripts Priority: optional Section: devel Installed-Size: 2653 Maintainer: Devscripts Maintainers Architecture: armhf Version: 2.21.3+deb11u1+apertis2bv2022.3db2 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.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+apertis2bv2022.3db2_armhf.deb Size: 1096576 MD5sum: 8c586cf7411c4d3f5325423e549476c9 SHA1: aed90a50d9036e2067c7167c9f28869ca3d60d5d SHA256: 35558596dcd1a0ce126db953765d1a5bcd043a6477fff28b8258f084a3c9602c SHA512: 3e93171783e561fe5f7d4da3d40f8c7fcc6586d04d0589b8ec3dbc991a066f5519bd02e491938ae4d906ddd4716cc0ceb9295c322aef699678c6dd5fe91ca336 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: 17 Maintainer: Devscripts Maintainers Architecture: armhf Source: devscripts Version: 2.21.3+deb11u1+apertis2bv2022.3db2 Depends: devscripts (= 2.21.3+deb11u1+apertis2bv2022.3db2) Filename: pool/development/d/devscripts/devscripts-dbgsym_2.21.3+deb11u1+apertis2bv2022.3db2_armhf.deb Size: 4352 MD5sum: b7654cc5791a21b2f1e21fd992889664 SHA1: d2d3a5f3ea594f0ec8f9b0a4c9ab5017ed866c18 SHA256: 0d77c742c1ee369faedc15d462acadf2cebefcd6d4f7faa0f32ac988005ed4c9 SHA512: 92ef6dcc2589fba9aace15092a2774ea53aaaa8c1453a61e185f16126235aa41a78a767d8f8467c2212b9c88e93d15bb3605f4926db17743b87301c0cb66a709 Description: debug symbols for devscripts Auto-Built-Package: debug-symbols Build-Ids: 189247f27f2f493935b77b624a287054cf1e39c3 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: 45 Maintainer: Mathieu Malaterre Architecture: all Source: abi-compliance-checker Version: 2.3-1+apertis0bv2022.3b2 Depends: abi-compliance-checker (= 2.3-1+apertis0bv2022.3b2), debhelper, perl:any Filename: pool/development/a/abi-compliance-checker/dh-acc_2.3-1+apertis0bv2022.3b2_all.deb Size: 21792 MD5sum: 01f50084e05ca77d0c2cdd010ffd809e SHA1: d7f4b39d94d58c79c7970b063ddb858c2cdfd9c3 SHA256: bca4a8436d9a348ce8373cdcbb246e2c47da3e6ef9db38f6802e86f66e522b26 SHA512: d0963b7a7d896714a038971ff8d6d344d1bc90c9801a4406f8efe3e69fc23e04f84ad4df569c5f22866e06adbf4432ce044d1fd5186cca4d877f28f833d7e42a Description: debhelper addon to compare ABI compatibility of shared C/C++ library versions dh-acc is an addon to facilitate generating ABI compatibility reports by comparing known ABI dumps with newly build ABI at Debian package build time. Thus providing monitoring and early detection of ABI breaks in shared libraries. . This package provides dh sequence addon and cdbs integration snippet. Homepage: https://github.com/lvc/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: 104 Maintainer: Debian QA Group Architecture: armhf Version: 0.23.2apertis0bv2022dev2b1 Depends: libc6 (>= 2.8), 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.2apertis0bv2022dev2b1_armhf.deb Size: 25636 MD5sum: 23d04187f58798b1e91bdc43dee340f3 SHA1: 90c9937521fcc70e85b3c7e46ccc993ff6e46ce6 SHA256: f61d2772b1fc04b1b10091d8679a878566d8c5131782dfd1a8cff3e5c4372460 SHA512: 2caeb229393571b51c99fbb16425414621ba433e9713d805cf299278fa9789192943cb62f3021345836f3d1d25400654759805dc5d414b4df5bc1261918e5957 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: 96 Maintainer: Debian QA Group Architecture: armhf Source: dh-exec Version: 0.23.2apertis0bv2022dev2b1 Depends: dh-exec (= 0.23.2apertis0bv2022dev2b1) Filename: pool/development/d/dh-exec/dh-exec-dbgsym_0.23.2apertis0bv2022dev2b1_armhf.deb Size: 34044 MD5sum: 8f253803b7958f7fc48054487bb8ff25 SHA1: 3d2c0b3418b450abed544826ae0b137972882a44 SHA256: f8d93b38711c68b703dd4a3ac03adbe079f6dab8b1574717e6a3e9c2a10961ed SHA512: 96aee6cd8820a2cc7a72de3fcfe862b657ecd51b50198fbff74f4b3a433e6f38ff9223f0d8dd4cc6a5a85b9c81fee508a7c4d370486987b41516475f458a58c6 Description: debug symbols for dh-exec Auto-Built-Package: debug-symbols Build-Ids: 0b148f1d3e4881bd05cfc27647898d24319b79b9 0f30e745dcbc46ac0ccfc35cac4162c61e59e339 441338d92a0c62f077d634ec42a5d7178712a25a 5089c50fd831372117c8080f82d15b84487913c4 f6884ad9219b3e5c5d18243f45b04bb6da17922e fb471b76423bb79b2102494dd86249f75230bee8 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: 27apertis0bv2022.2b4 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_27apertis0bv2022.2b4_all.deb Size: 32224 MD5sum: 7344adfc04d673cd525ebba06eb3e191 SHA1: 167340dfd945278d004c6855d91f9fa6b8d1dd62 SHA256: 7cd3d44681ef0ba58a1c605c4502180b5d1b7cec2b9357b1bca6f250e88ed94b SHA512: 30bc22619b04d85ddb0c37655321190e3c1be216c379b9b1ccf393172c5639d93cb1739c23be2bf6d715b850fc929dd4588a9bb84f094478e97fa01395e708cf 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: 2184 Maintainer: Rodrigo Carvalho Architecture: armhf 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_armhf.deb Size: 727896 MD5sum: d11940064991597e63d8d36300aada36 SHA1: 577770b2ed59591c76ca8ea18fca1a84d3caa9b4 SHA256: ffc204e15c79666fa5a7ac499bcd622f9ff8b50e095d486ab11026e325efbee0 SHA512: 20572c2f5a85bb25cedf7ba9edd8b411af235e70f74fc7a55ed06d91a5b20fad8a3459b2fdba034c702649be30ca50c877306ef5f21af5e8667682f4fea3d27a 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: 5046 Maintainer: Rodrigo Carvalho Architecture: armhf 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_armhf.deb Size: 4484896 MD5sum: de02805ecdb56287102cacd6c42f20d9 SHA1: 7fd7aa7d17fd2313b1994c4b252322218cfe2b86 SHA256: 16059d122c9cd117516d4ac5796d1e970f1a875207ab5f42d31e4ff15bfc5c8d SHA512: 408fc2fb2562edce82a725a346103036dc7b4b1fb9062b2a75fd5095a76cbd5658af1e8e90e9c87e8546ecdc6d569e39ba159c218a945f905da34e8901df6765 Description: debug symbols for dia Auto-Built-Package: debug-symbols Build-Ids: 02168863f84825d807fe052cfb8ceabe8fd53592 0e620b7be15dffd7b8103a7b8a5dd1313fdd8a89 16fe8502dd0a34735e1fc5b746ea3ea8acf555cf 20a62572b184f7a94dae4a2461ef72242415fba1 3554695695cc39f22e158713a38431fac49a91fa 451910d7ad203f6ebd73671151e5579e9eb45afa 4ea4a12332724b0d3403103b37c1ce5606f2c999 58cdc7e0c76c2587133ef0956fcf440499b16b40 58de5de838d19eec00ec3c0a656cb6f6d45d6958 61d01518a869c53b8d467c41fb43965481272720 63faaac6f0aa949203ed75e554cff3d096fcbb58 712a5e5a6ddd52f4e6ef466ba3e748ae751ddc64 71c181fb8f8b875b5bf0098057de2b8773f77415 739a6a7811066041bcba422ffce272c079f75373 7b03afaffff3287963e4b3c8ccab147d9fd3820a 85a2fb866886b1798c18c188240d4f64b5a01a5d 88260630d520c875290b9129c6cfe8bf5abc58b3 8b1e7e23944d2e01bc39a70854ef64e36f9ba8d9 9220b43ae2dcb626019c924dd9320b70f837316b 9b247ff49ce4f84bd5f00fcde602352e8dae4f68 9bbb2376d52ed0212c5afd660ad3fc0477c91695 9e229a9b321330f5e7067caf4b2a7d98e1ef92c2 a4517c7e3a2057fdeff8cc10d936a5926f3abacd ab3d8bb034a6628da7185d93217ec531b10e4253 adf95eb591cb617ad8aac3bd18727aca16dbbf9c b1091ef2893e226130fea2ecf41ed54bcc1cc321 be109ad8236a438ca103a51e3dadaacf1f99da43 c7bf165bed871a8c48522bc54ba3ed70a8e2321a c85772fa4c20cdc1117c0441538727b36a38148b d6f182100f9f09a14ce43abd33896e707480b365 dff2ef344d9508288067674e4b2694223fe1ccea e3b9d56afc8cfdfaf3edb3370a66bff731913d03 ebbdde9d49f49dfedcc4a3016e179ade30a5926b f1c09ddc41348230f8d1350aed964376f5554c0a f2fd0f27ee229cb65593835457dba22236e8f760 fde51e5ed302855bb78896e726aa10bb4b661f95 Package: dialog Priority: optional Section: misc Installed-Size: 939 Maintainer: Santiago Vila Architecture: armhf Version: 1.3-20201126-1apertis0bv2022dev2b1 Provides: libdialog-dev Depends: libc6 (>= 2.28), libncursesw6 (>= 6), libtinfo6 (>= 6), debianutils (>= 1.6) Filename: pool/development/d/dialog/dialog_1.3-20201126-1apertis0bv2022dev2b1_armhf.deb Size: 263564 MD5sum: 4ce2d34d178019e8fe522aa0df83887e SHA1: a087591de6df79a7f2a334b2a0492dc23c9742f7 SHA256: 328e9c605485da7a9e439136997eafa64b4d6f02a6a27398f0243166263f22ba SHA512: 57777e97f9fabdb442811c20939d88b6557636a960c32247cf60d17ac096c4d7b8e1e4d191fc3d02d4d8d12811f09d0bcd7a817d14f0e441137f37a8886639a9 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: 315 Maintainer: Santiago Vila Architecture: armhf Source: dialog Version: 1.3-20201126-1apertis0bv2022dev2b1 Depends: dialog (= 1.3-20201126-1apertis0bv2022dev2b1) Filename: pool/development/d/dialog/dialog-dbgsym_1.3-20201126-1apertis0bv2022dev2b1_armhf.deb Size: 287372 MD5sum: d842a680495e942a014140f268a4a1cf SHA1: 937ff53b1b98e2d8389638947a5450a6a8785c10 SHA256: ee15a271dc52c31a139cce10fefd2dfa1a68bdf09f995021cd43e36b86922ab2 SHA512: 69fa7dde95ae53540694bc3b15e4c8ddd78fa0df767fb8f0fa49ded770f2b980af14354538b236fa140666d5f747f0ff8f73ff0d0a2153d6723979ec577fdb47 Description: debug symbols for dialog Auto-Built-Package: debug-symbols Build-Ids: f9a7e581a57a9c1c6edbfc284cb9fa4de6e56ff1 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: 2242 Maintainer: Christian Seiler Architecture: armhf Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022.2b5 Suggests: dietlibc-doc Filename: pool/development/d/dietlibc/dietlibc-dev_0.34~cvs20160606-12apertis0bv2022.2b5_armhf.deb Size: 377488 MD5sum: 39e445229abb1fe2c481ecaf4e0f50d5 SHA1: e2d109eaa843a87ea533602820d74447c7c95dd2 SHA256: a4f21c558584baebb089550f675e64d67e9da295f5139dc3da25bf9a7df56ca1 SHA512: 20ce266e8486b61346a76e2768e37383218532f3962baac6e0fe2397396e6d5a9ef89bd495bc272799f5896db1bbb474afcd09f83ea330a7890d450b34bc4e83 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: 70 Maintainer: Christian Seiler Architecture: armhf Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022.2b5 Depends: dietlibc-dev (= 0.34~cvs20160606-12apertis0bv2022.2b5) Filename: pool/development/d/dietlibc/dietlibc-dev-dbgsym_0.34~cvs20160606-12apertis0bv2022.2b5_armhf.deb Size: 41836 MD5sum: 722f5cbe66661a123c72de9658aca683 SHA1: fd0177b818776bbb96f18c5f6cfa57430d8c483f SHA256: 430ee62ed3f44351437fc130df3e194784899c98eb8da7ede53fa49da82f3d04 SHA512: 5023abe3363d71210c55abc59c54ab5f2d814609d679fe821e4a6ec6884fc52b914387e7c6ff5a23514cc22df084b05326581c483d21c8df42cb1eb12c9d8964 Description: debug symbols for dietlibc-dev Auto-Built-Package: debug-symbols Build-Ids: 595eec179305159a58abb7473dda72f92c28a621 7f578ee2d32b8ea274bb7d51b9a21deb73190cb9 a99ec4dfb902c6ebe872d4d3f0af90570126fc24 Multi-Arch: same Package: dietlibc-doc Priority: optional Section: doc Installed-Size: 86 Maintainer: Christian Seiler Architecture: all Source: dietlibc Version: 0.34~cvs20160606-12apertis0bv2022.2b5 Suggests: dietlibc-dev Filename: pool/development/d/dietlibc/dietlibc-doc_0.34~cvs20160606-12apertis0bv2022.2b5_all.deb Size: 60560 MD5sum: ebccb63b54fb6896bb51b61cccfa0f74 SHA1: 6c77c32d5262a746efa2f99b4470864f8558d728 SHA256: 9dd5d860011d8504c70331b1036c58c2fd1c0d81e23afa21e79ed0f81a74bf22 SHA512: 9c284e280dbaca7a014061438948adb819cf048d486429d74a1e16b4283e15869e999fc396d133db4996879279d555cbe5944fbc421d8d04a98187d11e160357 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: 60 Maintainer: Sandro Tosi Architecture: armhf Version: 1.64-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.7) Filename: pool/development/d/diffstat/diffstat_1.64-1apertis0bv2022dev2b1_armhf.deb Size: 34832 MD5sum: b88a53a3c2030ceca66227aa7d7dcce0 SHA1: 878725692620de0b42b17ab8adc125d632a0bc2c SHA256: ea0bd7cf5e93017683601e497cc739ecb9379d4f4956debe9ef9fe69fd52f467 SHA512: 5ad3d4d7303ef552569f8a1f0e2b32ecd844bb545f3b4520b49b21b6ee3c037dabd7d071a58bfd4a1e4140d3afb9d3e12a6e1716e1bc64db90b691a84ac27595 Description: produces graph of changes introduced by a diff file This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed. Homepage: https://invisible-island.net/diffstat/ Package: diffstat-dbgsym Priority: optional Section: debug Installed-Size: 74 Maintainer: Sandro Tosi Architecture: armhf Source: diffstat Version: 1.64-1apertis0bv2022dev2b1 Depends: diffstat (= 1.64-1apertis0bv2022dev2b1) Filename: pool/development/d/diffstat/diffstat-dbgsym_1.64-1apertis0bv2022dev2b1_armhf.deb Size: 59416 MD5sum: 179a0081e4be2c1fbdc5c630d18614e0 SHA1: 7b84ca34e48e8f0b2aefbe55054db47891cbb7fd SHA256: 30c8688606e5e79ce024143f31ae52f012d8d2736fa184a0ae21fd3da70c6052 SHA512: 8c31a09c299d95855d7bbc6e243f9d1a59a47da030a58e58969b655757b85532f3fec3f2c82c1741251bfe6299e5d4df92ba197895716a83a12684f6c57e627f Description: debug symbols for diffstat Auto-Built-Package: debug-symbols Build-Ids: 40c3a8d100c298144d7bb1389f60b60e06c7a19b Package: diffutils Essential: yes Priority: required Section: utils Installed-Size: 1455 Maintainer: Santiago Vila Architecture: armhf 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_armhf.deb Size: 355204 MD5sum: fafb136d085c9ef2aadb41449786025c SHA1: 763a671ac1cf7f430f5c9b0fc532fa9b82fb2fb4 SHA256: 45c2d1bb6b2180f461505689bcaa027e53cfd4c9266181bb30a891ef0b0618f3 SHA512: 5ae7c88541ea0268552e60827a821d81a09ba1ba1afa1697364d78f24263b30cb699a2dacf9c28d64e800bb9921cb5fdc5ee6d5efdb0089ca28ec5c91f505a31 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: 495 Maintainer: Santiago Vila Architecture: armhf Source: diffutils Version: 1:3.7-5apertis0bv2022dev2b1 Depends: diffutils (= 1:3.7-5apertis0bv2022dev2b1) Filename: pool/development/d/diffutils/diffutils-dbgsym_3.7-5apertis0bv2022dev2b1_armhf.deb Size: 431120 MD5sum: b532b263f80cc62d1bbc38820c0d2fc3 SHA1: f0246f70eb2c0bf2d4fb3c48a5d69b9d7a3602f4 SHA256: 39934d42f21ff026b2e0fdd69316d2ebe07f935e3616708bf45dc5f8ba180acc SHA512: f91937d9518e41fdc4b103234afa702b27582525b543ffc8abc523e84a0a1fccb2d3c7535f032cad76fb5acd8a8e50fdf82e4f32e26b70370ae6c03dc47c7142 Description: debug symbols for diffutils Auto-Built-Package: debug-symbols Build-Ids: cd4e653ecb4ece43886302e0c5264eef7094a574 d30a9746eae6ff2feb5eadd89ce1f8750f1ecbc3 d859e878f0060adb9c845f5396f6a9afddeca487 f7ae9161f7b01d71bed92071737a7586d55cad9f 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: 1015 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg2 (<< 2.1.10-2) Depends: adduser, gpgconf (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), lsb-base (>= 3.2-13), init-system-helpers (>= 1.52), libassuan0 (>= 2.5.0), libc6 (>= 2.28), 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+deb11u2+apertis1bv2022.3b3) 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+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 727548 MD5sum: a3dc7e0fc916a00c6f1f4094092e10b9 SHA1: 199726de82ad2d84d8970d7dfa3d2d857f2d38f4 SHA256: c8506f748281561c848b1105fb5d5ae50374142e5837e2b31643ee694ea7af32 SHA512: 0d361251c86d2fce703473b0c13e29d34b2982fa3b09bd44df1dd65598604535850c99582a534ff909885a47cab066a3dae5bef5f3c389b3ab8d1bfea2aca2b5 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: 1021 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: dirmngr (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/dirmngr-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 911432 MD5sum: fb390adfde4ae130ae96fca9d265e96f SHA1: 9be88d5ea0060a4afad8eebe79db68cc170f7392 SHA256: 366686d1d7d857e9327f38d26447e23b5a9e3df4bbbeff395bfde4481cb88a6e SHA512: 765d0683365b7f24301f34fe6fce6f5ae889527981847a6dc1da6f23d60dfe9512cd4edf13391a200d9664da8b97b630e36cf40e558278fcb6fc4adeaf6b0c05 Description: debug symbols for dirmngr Auto-Built-Package: debug-symbols Build-Ids: 4c440b9f529fdb7a2fe6c50bb9a592aa3562ea40 877784661cf557bacf2c6a10576702afd231212e d16e580f86c23ffa6c019ca0571797e36fda8bf0 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: 82 Maintainer: Alessandro Ghedini Architecture: armhf 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_armhf.deb Size: 23488 MD5sum: dfd47d519ab8e15e3d2f9c28ea02964d SHA1: 7b1568cadf35de3a910f8a0b221898082b61fa8f SHA256: 3308911f893140e1e0f5b983e2bfef0f41e2d5aefad648dbf1f99f09e5fd49ad SHA512: 01cb3b52789d3e1d77e3c313864d7d47f720582c259e64cf3551175697e7ab6d9bd36c464434273cb9f095d1d9e10e0c119adf4e3d1b95b4767d59537e81a42b 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: 81 Maintainer: Alessandro Ghedini Architecture: armhf Source: discount Version: 2.2.6-1apertis0bv2022dev2b1 Depends: discount (= 2.2.6-1apertis0bv2022dev2b1) Filename: pool/development/d/discount/discount-dbgsym_2.2.6-1apertis0bv2022dev2b1_armhf.deb Size: 40460 MD5sum: e8d9ff7126e3ded0269232d474ccd52f SHA1: 860bb2c43837be80de8ef8ab92914904a2d81620 SHA256: 3984d950f0fc05c58a497cb96ae28921716e739b632c6d995859be4efd6192ba SHA512: 57b346e474f203cd3985c9869ccf7b388b230b75a26224f62e5ae551560b4226feeec79e6365d393a55e9ac5e5249a770fe7ddb467493b62bb8dceb1046a99b0 Description: debug symbols for discount Auto-Built-Package: debug-symbols Build-Ids: 188acd4f8f9394b4e3696e6d8d3c51069dc8dc8e 8c72c7f3339fa7ea58572780cbe6175eecf3b212 bdd4c0921cb3a965872f750ae5bb2e7944fb53b4 d43d8823b33eebb62927ef9795d87379b5e8d69c 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: 55 Maintainer: Benjamin Drung Architecture: armhf 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_armhf.deb Size: 19572 MD5sum: fe4e377adae56f4c51e0d039ccb75ec5 SHA1: 2217115bc90c33e5b3ce3ef166f499ac97b6b162 SHA256: 9fd359121f40eb06b7b5664ed3dcd7406cd74a5bcfc50dee909da89d826cf31f SHA512: 382fa5f5e7d279af6fecbbab8abbe52e0a367aea153f5e31106617a1249b51baf94a4e2a26ba190d51aaaed03d5218f16f78631cfe8148098d28dc544fafd1d6 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: 21 Maintainer: Benjamin Drung Architecture: all Version: 0.51+deb11u4+apertis0bv2022.3db1 Breaks: distro-info (<< 1.0~) Filename: pool/development/d/distro-info-data/distro-info-data_0.51+deb11u4+apertis0bv2022.3db1_all.deb Size: 8452 MD5sum: ff2ecbd8cc85b1fd79411a63c30237bf SHA1: f6a71732a16d26ea7661845865bc1d6790c0aca6 SHA256: b3559b01c4ed963da1bfbd1184b71ce53bb0cc3a93b9dcd1e90a5a17bd9b3f4e SHA512: cdd28bd6fb170bf16196a33724ed731d48b1eb12d73dad5f6a8341fb93fbcef415155d76774fe35c9be84f836af5d998ed522f1abde72d1dcef88b77abc81fd9 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: 62 Maintainer: Benjamin Drung Architecture: armhf Source: distro-info Version: 1.0apertis0bv2022dev2b1 Depends: distro-info (= 1.0apertis0bv2022dev2b1) Filename: pool/development/d/distro-info/distro-info-dbgsym_1.0apertis0bv2022dev2b1_armhf.deb Size: 37644 MD5sum: f78ecf580721281d2b1202c0a5baa716 SHA1: e2e830fa265dd0b1381e01896d5dae271338d88f SHA256: e431a188d13c2d00bd23c861aa20afde0087f4d07a1742337e506ba0fafe4fac SHA512: 386a8492865aa4fd8d5c75b8ffd41ea339c5cf2a1539d57f90db68de48a684f16379b50456fcbf30c1d081fed3b3d72db9710f78f81e7dc2ef43bfbcb3d13251 Description: debug symbols for distro-info Auto-Built-Package: debug-symbols Build-Ids: 3e33a42970ff9c225a58a29ad610ac7fbb0aad88 6f209b11bff9eb5717437b2e4f017c5eb3ed394c 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: 706 Maintainer: Barak A. Pearlmutter Architecture: armhf Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: libc6 (>= 2.29), libdjvulibre21 (= 3.5.28-2+apertis1bv2022dev3b1), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 265460 MD5sum: 33bb209b27f6e1d4d4e78a14c47c59a2 SHA1: 8d577d4a593ed3d065f6d0726e1d1c1b702ddc03 SHA256: 4a17102af3aeee77c6a277abde41083f4a2fb8af4dc65c9385e1e5fb2eeb9267 SHA512: 1183316abf5c4017af1df802ca6689cf84ede0b0c30f47fd46bce3cef2cc235c88f9153dfa3a65579f813508e87eb29e8506e6a9c317ce5c4131913601f48cb2 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: 1418 Maintainer: Barak A. Pearlmutter Architecture: armhf 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_armhf.deb Size: 1235008 MD5sum: 66e6a3ba8834b84e095457a7b88bf0ab SHA1: 59b51daaa510f6a770e37f4a8b59b2ec6c381847 SHA256: 442aa54bdaf6b74c2e3de3b041dd4ad6dcc82d308e097263ecaeb1b2e9fce8c5 SHA512: 524bf1eef76247928775194c6663cb18e7776ddca19bad5df869b7118ba4b510160738aff159c7430f8db51d2c9f128215176819becec01f1e696a29568f289f Description: debug symbols for djvulibre-bin Auto-Built-Package: debug-symbols Build-Ids: 10b3a59f3c99748b993d2ee40e7160b2d721cdfe 1e296ab67edd3b15f11547d16bd9b8a2945fbf80 32c41cf7797342a50f865128d2659b8d81a9f6d8 7743623e892282969ca93d6883fd8480d01f1dec 8dbb247a5cf243d426483f95ef2a8b2a60763be2 a3d6935a737ed8cc53e1caf1dc6afc67b0898737 b3c8c4ef160c13d0f03ab80bb6f380a081cb6517 b40c1cbf348a578d82beb1129ba3b75060e50b89 b420f3f517cb7b1ed6a35bc5855abf254a8d1c12 b55d2676cae1b10fedecab81a844c4c2452c4ff5 b83ded358e60bba58f51bb04a889a728edfaaec2 d706a1111ecccf96af84264ac0aa1c9e76fce48e d950eb6ce33e8feea7b81962c001422846cbb8ad e8231638b8a0421dfd2c9bb9c2bff34516a99166 f4bee51636a145b6da54bca0d48f2db87800e300 ff0bf97142571e0dfe50ece81ec690eed609e287 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: 71 Maintainer: Barak A. Pearlmutter Architecture: armhf Source: djvulibre Version: 3.5.28-2+apertis1bv2022dev3b1 Depends: libc6 (>= 2.4), libdjvulibre21 (>= 3.5.28), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 32788 MD5sum: 613bb91f88aa1f96b77c3a96e450238e SHA1: c09ee6c33a7a4eaaf70ef6e17ded38acb631ea4b SHA256: 2b829c2f9a84896ba916f9e3d263f6cc007e128b050fad1ece46cbbd13692417 SHA512: 64b5db6f82e0192699d0b480c8e9b470adce89d6e36e9c923c2ef2be1752fec63b6572e9f6b1e7f23371fbd27b0981bae2b99c08929e1ab690ffc7d3d4d45b53 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: 84 Maintainer: Barak A. Pearlmutter Architecture: armhf 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_armhf.deb Size: 66000 MD5sum: 51681686b5d26eeec7c32f90e0c80ff0 SHA1: 64f795e8d585345758446643d37f5aa1466fc554 SHA256: 873857d81cf9989103298d4f2d6d6d7cc23c5967e345f4bb9698454e38d53fa6 SHA512: e9bb556e44eebedf64eb843dd11c4b685a4e548adea82c35c9954efd491bc9f64a2ec6a59b90c2e15cd333ce8240b657220b6b7892925dd94264184437a942d7 Description: debug symbols for djvuserve Auto-Built-Package: debug-symbols Build-Ids: ad78058b719b65b7b611196779c99977ab8e5c5a Package: dmraid Priority: optional Section: admin Installed-Size: 86 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf 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_armhf.deb Size: 35352 MD5sum: 16d3580a116aaec4ae40f6039c9dd151 SHA1: 4de2a1c2b6ddc9020dde355efa223b3a468a0eb8 SHA256: 057b0b7f553c609ea17f532c2fcbba9e6dadd73c45ee18dcfcfcb1415424f806 SHA512: 9d6969f18e22ff4dc0a5936ae6fa996434ee309e656f15fe042e88fe8a3f38dbd28a374cd7b9477e200c6f4a0960ef160e90503009579dc99a1386bacbe4bd1a 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: 30 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf 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_armhf.deb Size: 15408 MD5sum: 5139580fdc9b1f4d0df2bde5a7c27993 SHA1: 81401db51b12781fa5de1a697e8b824f0ead327b SHA256: 7da69fefcfc09491a8791620a11c40d2c77b650aa6af48e0c3c0ec98fbe9739e SHA512: 37a6a3c58e21a11554d75107bbade5f5617b9bed8b88643ee2d99949ee6b9fe688a389f8f5b79501c5c5ee0730c5c92d566878902e3f5c3f835685fbc852fc8b Description: debug symbols for dmraid Auto-Built-Package: debug-symbols Build-Ids: b89c656f0584af446bcf49d3dec5efa0c7bb9e12 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: 782 Maintainer: Simon Kelley Architecture: armhf 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_armhf.deb Size: 430648 MD5sum: da4aa1142dfb5083008a7c385fa5607c SHA1: 11500aed116973dc09e7c7c9f3464635eebc3a43 SHA256: 34f3233fb23339d1442e23e92abab49d893cec9223be4e5beb90a9a6e395bcee SHA512: 3ef698006500a26478b3681ad9be82b6b282c8f9f739748a98ccf352e52326537d693f1d576165852e0dc324e1399c66fbe74af16b1343abbca5bdb58cedafd1 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: 791 Maintainer: Simon Kelley Architecture: armhf 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_armhf.deb Size: 432144 MD5sum: b78a7141928ded58c0819115ad92d9c3 SHA1: 48caad408dd04263ed7b29cd9bf823d1d0161aad SHA256: 0bcfe64e69efca2d4962d06c05e5d77a9df0edc9448bc441216e3c32ab32fd01 SHA512: a435cd914ea2a3dabefb36b9a734b74bc68fc1e2f6c543b9cef61c2054c4573196d18d5a9956e2ad353b4960055356f0d23aca58f161521442340b1b95ac44e1 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: 58 Maintainer: Simon Kelley Architecture: armhf Source: dnsmasq Version: 2.85-1+apertis1bv2022dev3b2 Depends: libc6 (>= 2.4) Conflicts: dnsmasq (<< 2.40) Filename: pool/development/d/dnsmasq/dnsmasq-utils_2.85-1+apertis1bv2022dev3b2_armhf.deb Size: 24992 MD5sum: 1d38ef24be1beb9e1a3f14ee33d94878 SHA1: ea872ae4682fdea70523b2c3ef8e07e08387017a SHA256: 574301d48c19349acab0cca98f1395648d969d572ca9552163c19369d5c6686d SHA512: 6bba4844a41c7a131753c4c067ad55381f7cce730bf1afcd5b97c8e2a81d4a1e0c2d89dddeda012739f2d541507ffa012d01150a63d23b17adec5b4f83b33977 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: 162 Maintainer: Chris Lamb Architecture: armhf Version: 1:2.0.0-45apertis0bv2022dev2b1 Depends: docbook, opensp, libc6 (>= 2.4) Filename: pool/development/d/docbook-to-man/docbook-to-man_2.0.0-45apertis0bv2022dev2b1_armhf.deb Size: 73336 MD5sum: 48b83516ac80496afb6f075ab0815de0 SHA1: 50b2bd6578528196cfa377ce63135382000f5ebd SHA256: c6c03665d781a753f56715773f2d573f8979a52e1e8722d02bc4dc9552c643b8 SHA512: 6d9dbf27f230032819cd10ec848f8b9ab5ea1adb5e1ef4847b15dc7ecd4730e01aa4537d4f55e8fc3a9d4d4f77e522dc3c34ed781fb34b0c75fa04861513aba7 Description: converter from DocBook SGML into roff man macros docbook-to-man is a batch converter that transforms UNIX-style manpages from the DocBook SGML format into nroff/troff man macros. . This is not the original version by Fred Dalrymple, but one with the modifications by David Bolen. . docbook-to-man lacks support for internationalization and utf-8. Other tools like docbook2man or docbook-xml with xsltproc are better suited for new projects. Homepage: https://www.oasis-open.org/docbook/tools/dtm/ Multi-Arch: foreign Package: docbook-to-man-dbgsym Priority: optional Section: debug Installed-Size: 118 Maintainer: Chris Lamb Architecture: armhf 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_armhf.deb Size: 100228 MD5sum: a30752bfec153955c5aa3efdd2c08971 SHA1: 01954aa91fd0c9f8c91052a00fc02bb996e43090 SHA256: 03cbecf124abc7534784fb48cf5825f2caaf0ba284925584212018312fc1ed54 SHA512: 85b48cc76d80442b67febe0c3b7cf7089e19669edaf59fe85b9ef4c702d41a655cdd5b1600446ed106e7c77616ddd46a0eff167940dec0dae9f73dafab9e1949 Description: debug symbols for docbook-to-man Auto-Built-Package: debug-symbols Build-Ids: 3d214042e7be88d26e1e3b1e6b48326fc8d1b8c2 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: 1439 Maintainer: Debian XML/SGML Group Architecture: armhf Version: 0.8.8-17co1bv2022dev2b1 Depends: libtext-wrapi18n-perl, libxml-sax-expat-perl, opensp, texinfo, xsltproc, xml-core (>= 0.14), perl:any, libc6 (>= 2.7) Recommends: docbook-xml, docbook-xsl Filename: pool/development/d/docbook2x/docbook2x_0.8.8-17co1bv2022dev2b1_armhf.deb Size: 294552 MD5sum: f020a90904340d47d4512ac04bd01c5f SHA1: 0008ceaec6498f2f782957d66f4afe7964849838 SHA256: 6351f8803601206aca1e893ffe967438376c78a0cd249efcf89216256712bdaf SHA512: 26ebe7d95f91fb9817e7db8d15439df24e68adc5c37536e02625f5031efdf680edbbc3e9a50e4afd7051c990fcd4cf8e3d945b8ab7de10819b2ce40d14a3f505 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: armhf Source: docbook2x Version: 0.8.8-17co1bv2022dev2b1 Depends: docbook2x (= 0.8.8-17co1bv2022dev2b1) Filename: pool/development/d/docbook2x/docbook2x-dbgsym_0.8.8-17co1bv2022dev2b1_armhf.deb Size: 15464 MD5sum: 9e91859441840d647a557d41e2279f01 SHA1: 6870c9606ab12d8cdc3898366737a4a633e0864b SHA256: 6f507e0e30038bc3148881a7274ed76e8e086d41877069ee35c8acba5f0de46f SHA512: be2caf05dbc48d47c269990bdcadca7173b6111f39b36bdf6efda518d57dd3997d0ed8b7936cb1188c0bdd93c687ba6fae0e22a4ee1e03f26181d80ab71e783e Description: debug symbols for docbook2x Auto-Built-Package: debug-symbols Build-Ids: f0eb0103ed105159a2b6358a8515117cb5019a4d 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: 2141 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1 Provides: docker.io-doc Filename: pool/development/d/docker.io/docker-doc_20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1_all.deb Size: 1874848 MD5sum: b8a60494e74f5ce33b26f3c49da87336 SHA1: e3ec173cfb59e2e7454f1b8e1de706b7b4c08685 SHA256: 6ad2050f2359d8091391363085e29f42e690e12c8c571c67b4a3e448422f4329 SHA512: 1fd287883323d94f97f7f84c58d6b8c10aecc56e09261812bc29c6a98b1eabcee3e0fd272c8739144fc8807a4a0d6e1673722a79fc3d2df07919c595ee09893b 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: 14611 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 2.7.1+ds2-7+deb11u1+apertis0bv2022.3db1 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-7+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 3921116 MD5sum: 6356e522480e3e49bf591ae7514aef98 SHA1: 6bcf331a54ccc12ab2d311989bad5b95ae78e645 SHA256: 28a3a3eb1eed356f992921617438997baf6724e4c3ffe35b298ea4451db008ee SHA512: 58b08cd460c7542144f94e7a1be86a332b93f047287dd3827cfcd05e782c6f7e1e1906f58ce71a3ae83a72fc5806ce7dee12726c9b230064fa636b884cdcccf8 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.15-1~deb11u4+apertis0bv2022.2b1), 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-1apertis1bv2022dev2b1), golang-github-beorn7-perks (= 1.0.1-1apertis0bv2022dev2b1), golang-github-bshuster-repo-logrus-logstash-hook (= 0.4.1-2apertis0bv2022dev2b1), golang-github-bugsnag-bugsnag-go (= 1.7.0-1apertis0bv2022dev2b1), golang-github-cespare-xxhash (= 2.1.1-1apertis0bv2022dev2b1), golang-github-docker-go-metrics (= 0.0.1-1apertis0bv2022dev2b1), 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-2apertis0bv2022dev2b1), 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-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-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-4+apertis0bv2022dev3b1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1apertis0bv2022dev2b1), golang-golang-x-text (= 0.3.6-1apertis0bv2022dev2b1), 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-1co1bv2022dev2b1), golang-text (= 0.2.0-1apertis0bv2022dev2b1), golang-yaml.v2 (= 2.4.0-1apertis1bv2022dev2b1) Homepage: https://github.com/docker/distribution Package: docker.io Priority: optional Section: admin Installed-Size: 115970 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1 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+deb11u2+apertis2bv2022.3db1_armhf.deb Size: 27998628 MD5sum: f97a1f64077d858cf64536d4c0cc925f SHA1: 5f143b84167f8b10936f0cfaf9f6147f60f9ddbd SHA256: b9cf7304d0750f1c70c9021b19d59f285be4f89751721e395a6676830674809c SHA512: 607ec230460b684c221a2ca03141f9e7042af403e7356360a3d89f4e0e00008ac3bf4e7e50d775e85694ea5456ea3dcbe0670c51cdb476d69624f2ede1213f58 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-5+apertis2bv2022.2b5), containerd (= 1.4.13~ds1-1~deb11u3+apertis0bv2022.3db1), 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-13+deb11u3+apertis1bv2022.1b6), go-md2man-v2 (= 2.0.0+ds-5apertis0bv2022dev2b1), golang-1.15 (= 1.15.15-1~deb11u4+apertis0bv2022.2b1), 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-2+apertis0bv2022dev3b1), 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-3+apertis2bv2022dev3b1), 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-1+apertis1bv2022preb1), 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-1apertis1bv2022.2b4), 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-1+deb11u1+apertis0bv2022.2b2), 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-2+apertis0bv2022dev3b1), 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-2+apertis0bv2022dev3b1), 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-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-3apertis2bv2022.2b4), golang-logrus (= 1.7.0-2apertis0bv2022dev2b1), golang-protobuf-extensions (= 1.0.1-1co1bv2022dev2b1), golang-testify (= 1.6.1-2+apertis2bv2022dev3c4), 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-5+deb11u2+apertis0bv2022.3b3) Homepage: https://mobyproject.org Package: docker.io-dbgsym Priority: optional Section: debug Installed-Size: 12819 Maintainer: Debian Go Packaging Team Architecture: armhf Source: docker.io Version: 20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1 Depends: docker.io (= 20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1) Filename: pool/development/d/docker.io/docker.io-dbgsym_20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1_armhf.deb Size: 1336440 MD5sum: 29459220dfc905d08d09be71cc66395c SHA1: 85165f9f38fbdb310a40e529905bbc6bbe3e9e5f SHA256: 256dcfeef836ddfc646928ae15d615f97af3657ee1e5c6e9e964066aa1090df4 SHA512: 8466b17e78135ab7a4a9a51955d13fd52d6d637fc763ed34d2f5a688348f8255d62e288ded761994c71c375a58f5b17abb7a2b4bee4ad00388f9d3d561c81286 Description: debug symbols for docker.io Auto-Built-Package: debug-symbols Build-Ids: 27445a2edce0dda7a76ebd5c7e6cff95e527df59 6158b36450a1b0b2763e06a9149505770982cb3d Package: doctest Priority: optional Section: devel Installed-Size: 67941 Maintainer: Debian Haskell Group Architecture: armhf Source: haskell-doctest Version: 0.16.3-1apertis1bv2022.1b2 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10, libtinfo6 (>= 6) Filename: pool/development/h/haskell-doctest/doctest_0.16.3-1apertis1bv2022.1b2_armhf.deb Size: 11245628 MD5sum: c7a108d0d4ed1052859f2966af82371b SHA1: 324fd89273e47110e1ec286054aea94576755489 SHA256: 881d5c9946a087722f3286942260398782527a3c0f02b6b8d23d6dfc3db6bc29 SHA512: 04abdf661ba3ca310d8b764beaeefff75860a97716f7dcfd8b93780f18cee7b6bb9578fdf02a9092872441aeefa2232a7cc2a9fd88cc217ea9a96c7ff81a5d0a Description: test interactive Haskell examples; executable The doctest program checks examples in source code comments. It is modeled after doctest for Python (). . Documentation is at . . This package contains the doctest executable. Homepage: https://github.com/sol/doctest-haskell Package: docutils-common Priority: optional Section: python Installed-Size: 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: 1291 Maintainer: Jari Aalto Architecture: armhf Version: 7.4.1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/d/dos2unix/dos2unix_7.4.1-1apertis0bv2022dev2b1_armhf.deb Size: 389264 MD5sum: 08387940f72e324e4ee416a724f87292 SHA1: 0016d59edcd9196a1661e64c1ac8816c7becf6f6 SHA256: 21c3ac94b4709823319e40c0ad23adc16bb9e04f2382e851994f3bd3a04dcb94 SHA512: 07e6f94beeba169a77f21b8529ce207058cd28b544d2c107d865767b43bb377b1bf9584fdbdd86ed0e3a6771a8f9afb473fe2244f25aca1ccd67f2c16d0ffb3f 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: 117 Maintainer: Jari Aalto Architecture: armhf Source: dos2unix Version: 7.4.1-1apertis0bv2022dev2b1 Depends: dos2unix (= 7.4.1-1apertis0bv2022dev2b1) Filename: pool/development/d/dos2unix/dos2unix-dbgsym_7.4.1-1apertis0bv2022dev2b1_armhf.deb Size: 88400 MD5sum: 9c87b4de7945e36d9c98852c6e006302 SHA1: 82da4e99e53e13f624daed812312e6f30cc5aeaf SHA256: 75a7249931e174d19f473b97678bc5a6cd5f44c4cc064f29675c84cbc12e8492 SHA512: 5429bdfb3bb89b7bd2d59aaad78cc355cdff32d09525ec0633e618e1bd0f02f3968bb52450fe388bc1e39900e337d5a7379f239f702b2293b03eaf3f8ee0f96e Description: debug symbols for dos2unix Auto-Built-Package: debug-symbols Build-Ids: 219ee64957457c0bd45f615a25154ca092735528 8f6d1b636fef60f8a02ef07df33a35c6ddd31016 Package: dose-builddebcheck Priority: optional Section: devel Installed-Size: 3244 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 1098528 MD5sum: f05068fc52af63f4896ef58bb46e9fca SHA1: 4d840dff979ae9962fed7e08a0b1097f9ba49813 SHA256: ec788222eac81c74ecbd1b1ec8c502737b63fe8014ddd783400a56ca76b7cb2c SHA512: 7397dc1d6d0fadb24167548a98ece3e6b9b906acc328eded77df1f854ab1a8c68c5ffff1bca853cd754379473956ce9d4048c1538305041c9d445ab33b3cb3e3 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: 1132 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 243324 MD5sum: d354f50de06c52ec478416f118e21abc SHA1: a2a715c38960766e304a9f850cf8e47bf032f3d1 SHA256: 185e86868c7c024ff56088a302640ce3c782dd18f095e0ad7c5ea27fb838f092 SHA512: a7427e17094e1ec74b77cd795b641d1267de212ab87396a91b4f91b4a8b5bf3f058d3049a87e5990f1e79fb240f2dc746b89ae692cc732aacad7636c468fa23b Description: debug symbols for dose-builddebcheck Auto-Built-Package: debug-symbols Build-Ids: 6b3f43d2955698e3222ca95258bcbbed5d3658f9 Package: dose-distcheck Priority: optional Section: devel Installed-Size: 3265 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 1102228 MD5sum: e75b961044dc0b629616f053e74d9cd5 SHA1: 39a1bb02d70872d3dea2fad2474918b3df3afb30 SHA256: effe235085018a45cd957d5f1c5cb7fca2244154855d1a3eab9a1ce16877caec SHA512: 66344331ddd1869bb8e45d5cc2260c90a5481eb88fdb3bd17cd5130e2777fea7753492a8725d7fd94a0423a19ee0913da0037eb964cd1673ef3daff47a9f007e 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: 1138 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 244864 MD5sum: 77f08f0901536f603af2eb35aca27074 SHA1: 5d12ff1d885f7f2702ac05c99975458b650ed5db SHA256: 7253b46565d4b22e1562bc54d9c5f2cc338d5b523c613f8bc036c623de9d0acb SHA512: 6df52a513ce0dbebdf5e036f271df04711efa3f2ac6d14772b782546c0d3097422b9cc67dfd47660548d058a6b8e570fae35936eaf942916b9f06f5ff422fb14 Description: debug symbols for dose-distcheck Auto-Built-Package: debug-symbols Build-Ids: 3e2d2c4be0fd93aa852517861e724ab9773f969d 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: 12454 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 1980660 MD5sum: 010d11c670771efd8d55edaef10d142c SHA1: 7a95cfd0e907bf644878626dd5fba2f514fd2e3c SHA256: c7f11c0131598307e2408d45e56f032fdfea3964240c64392815568149f50868 SHA512: 867bab2cd0ef543f8a94c2485e4e5a604df7df1f7e6cc7c10b9ebb0efb099f16c29909406b3e96b45916a19cf32e77e3dab450367f4067c4840a2cc069fa77e0 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: 4319 Maintainer: Debian OCaml Maintainers Architecture: armhf 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_armhf.deb Size: 724316 MD5sum: 295308d115585326670231a0a250b3fc SHA1: 0d38623c8689428a7650cad1f93edb8460931a73 SHA256: 028d6ca5a980f0717a31912d3eec4471ff1dccc7667d2a4b4d969fd2eb7ae801 SHA512: 4dfc4df7325aebf81de44e3edbb8f38e845b6f9db884a24023d66aa1ed4d8e8ca51726ddff1d4dba8c4f67b03d7fcad2106983565011dd9f2422c2d0354a8399 Description: debug symbols for dose-extra Auto-Built-Package: debug-symbols Build-Ids: 0ccddbe51cff7c783ae2e975ae05a2bbf978ed6c 6c493b40557c00186e79dc43b2ae4f86e6cc63a0 914dc1e75b66465d35eb9e42d0b9d367b97a8650 9958a531609f161b8f59613a792f6bd3658bd025 Package: dosfstools Priority: optional Section: otherosfs Installed-Size: 261 Maintainer: Andreas Bombe Architecture: armhf Version: 4.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.8) Filename: pool/development/d/dosfstools/dosfstools_4.2-1apertis0bv2022dev2b1_armhf.deb Size: 137372 MD5sum: 0fa8b4f280b3bc160dfe57f95a9f6981 SHA1: d8ca92e3130aca63e8ee684de9375916cd58c4cd SHA256: ead7bf32e70fbaab8dcbdfc70cf797414ea329ba3e5ee4e7d586588c272c6352 SHA512: 6e931121a4ad7a040f825475fd4e16919cdc1db7b438231572eb43b2550c1fb671a3543e201b04034124ea3361408417467e2be94e96909df496bfbc64147dde 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: 211 Maintainer: Andreas Bombe Architecture: armhf Source: dosfstools Version: 4.2-1apertis0bv2022dev2b1 Replaces: dosfstools-dbg (<< 3.99.0~) Depends: dosfstools (= 4.2-1apertis0bv2022dev2b1) Breaks: dosfstools-dbg (<< 3.99.0~) Filename: pool/development/d/dosfstools/dosfstools-dbgsym_4.2-1apertis0bv2022dev2b1_armhf.deb Size: 169508 MD5sum: 4bbbcb455388a9eca82a5f89e34c70aa SHA1: f58d4a07ac1bcfa1bff3bf0f3ef096f9a72fc13f SHA256: 6e24b70eee781b8dd883748a81fea8d02b6413c4914def33c4b986f936ab9352 SHA512: c802af014d138edcfa6d171f149cb18b5554e4d6575c2da0105feca5528e8a03c32ccc47979f5b98d3ff32ddf5b7affd50c420c0934382a4b5eff181f6636561 Description: debug symbols for dosfstools Auto-Built-Package: debug-symbols Build-Ids: 0cb6f686c5f4f28d3dacd76d70f6efa0357d7c39 25b635015ebf40a3c1dc38afec51acaa778972f4 ca044076cfa7e5edaf4eb7c9845a3a532e0500e8 Package: doxygen Priority: optional Section: devel Installed-Size: 13031 Maintainer: Paolo Greppi Architecture: armhf 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.5), 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_armhf.deb Size: 3767384 MD5sum: e2da3af755f141b3a1192d5eb2b07e5f SHA1: 1364aeed3ac4a341533c1478e6b4e7504371da6b SHA256: 88eb98f9a33221976b20dc4b65bb56b9fae494de549513321fe2235221aeb033 SHA512: 3e6abe2a2d6f8fd67a5a21041369ac63977e3ab8b25e16bcf621748d812fe24b03be10ed25e20f112139a1cc3552177967ad6e1733e95ada4ef2573ab777b2ac 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: 55939 Maintainer: Paolo Greppi Architecture: armhf Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Depends: doxygen (= 1.9.1-1apertis1bv2022dev2b1) Filename: pool/development/d/doxygen/doxygen-dbgsym_1.9.1-1apertis1bv2022dev2b1_armhf.deb Size: 53257800 MD5sum: 26f42480e7c87f7c254f8bae717e33c1 SHA1: d1db4461aef6a246b1d099e438a8b3f5178c881e SHA256: 7f8d39922b1abd906456b683ff6b360e26400b461971359dd13ab6cc51a8d56d SHA512: a7b529c6b190e8724fc95d7d936377c945d1482d3c46be503cf89cda7a2f3ba42d59f5bb0081bdae30be9440fe9fc6a668e999358558c3249cd9c23ecce37676 Description: debug symbols for doxygen Auto-Built-Package: debug-symbols Build-Ids: 51a6548905229678ba0d6b1b224ac6083ff46047 a67e74449db7129fcdceb571bef0dab8f019b10d dc225bb11cda7cb2a58b3c44f81601b11dafecff 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: 12644 Maintainer: Paolo Greppi Architecture: armhf 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.5), libllvm11 (>= 1:9~svn298832-1~), libstdc++6 (>= 7) Filename: pool/development/d/doxygen/doxygen-doxyparse_1.9.1-1apertis1bv2022dev2b1_armhf.deb Size: 3664804 MD5sum: 33029a5e1287ab917334cb30396a8c57 SHA1: 6d1834a3df048d1ca7411dca1a15fa08dedd704c SHA256: 74b03dd804429f3194f68e32c0856e9b16857dacc4455d1add6d8f8cf4ad037b SHA512: 7f10f046d96c625a6a7760e4890f17233becf31c92656a0ffb69bf9309415280054cc9cc9f9d24ff4bf1dda134610490cb09ba3e49aa7f6ef51c7fbcfe84cf66 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: 55342 Maintainer: Paolo Greppi Architecture: armhf 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_armhf.deb Size: 52553680 MD5sum: 421b6d5a2f302d1faf242ae8898ef018 SHA1: 082b5ab522d4a65e9f18c4fe6ee58f6d60d12fe8 SHA256: 86d26b97a1d766b75bb94ab4afa8ac614da8cc2a3962f5d3f167ef680956df97 SHA512: fef776edd71e634dce7fbaeaaebd51d5cfab0b229c98523a5383af58043eef49426b16ec204e2334f30eb639f63885f06cde5be6c0da7fedbbcf6980f25e9c1e Description: debug symbols for doxygen-doxyparse Auto-Built-Package: debug-symbols Build-Ids: f400c19c20d2e5d6a9add908b06ed5e22f54ec3a Package: doxygen-gui Priority: optional Section: devel Installed-Size: 793 Maintainer: Paolo Greppi Architecture: armhf Source: doxygen Version: 1.9.1-1apertis1bv2022dev2b1 Replaces: doxygen (<< 1.2.14) Depends: doxygen, libc6 (>= 2.29), libgcc-s1 (>= 3.5), libqt5core5a (>= 5.14.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_armhf.deb Size: 538912 MD5sum: 6331ab838d1a3d7536795d82f0196fb2 SHA1: a54188adb058a62fdfcf2e00e632e485fc72f1d5 SHA256: e8d463508d1d4f0b210268f12930e53ff6495aac5092e6e5da46ee85379d10c7 SHA512: ab1761359e915a8e89e2c89570395810a7246ba5190a22347e4755be6ab175dcf0e24fc26b915a1e346eec37467a1700ab8f71303534d69a49d5ada013c16459 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: 2602 Maintainer: Paolo Greppi Architecture: armhf 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_armhf.deb Size: 2573540 MD5sum: ffa3e07f997e4bc3a81b5f4f82003844 SHA1: 8100a968ea3f75ee4e7975d604b2e13e035159f6 SHA256: 54b44b59e5a63eb1c282298b661d12cf37296be20784e851bdc2e69b42e1b050 SHA512: b13afabb0a759c7f1f25dce469bc5b64a56ef173a18c409d0d9b5dfb4412602726906aed3c721cd813e7445e1ba6b2d0290ddc1de34a0c951f2493cbaeed99af Description: debug symbols for doxygen-gui Auto-Built-Package: debug-symbols Build-Ids: 09fb444af05b5b15f725a47d17a83bcb9fdf577c 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: 137 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 113176 MD5sum: ceed904c672d4e73953c8b5ee5434209 SHA1: 1b0029fb1dab5cec61f285ba25a049ba805edbca SHA256: 636e56c22a2126a7084f97b91250526cb67fabafba219f9087e111af03b3f6cd SHA512: 5cbfc418d663399f60d18ce8d468f24c696e83d98490c1d2c331261b11d3df1860cf4598b86bd63a6920cd074cf5e5aae592fdd442cb951c6ab6a9b348b8d2ee 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: 52 Maintainer: Debian HA Maintainers Architecture: armhf 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_armhf.deb Size: 36904 MD5sum: c6d199d6e79de8ee1bbd302797fdd23b SHA1: 4d617b06439ba065b172ba8eeb090e401d7b7c9b SHA256: a34090d3afe7cb010a5549390619a812fa7743c63f9dbad1a5d572a3ea8bba5a SHA512: 16ec23e9375ad4d59ed164792f1ff5c3c4cef72f3fcfcd6dda8fe708ed653c6a44d8ff1d4f1674d02119eba51f5c25351797752bf0dba70efa73aa989779d755 Description: debug symbols for doxygen2man Auto-Built-Package: debug-symbols Build-Ids: c4c142d172f282953f7f9961c063caa1218206d1 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: dput Priority: optional Section: devel Installed-Size: 204 Maintainer: Ben Finney Architecture: all Version: 1.1.0+apertis0bv2022.0b1 Replaces: devscripts (<< 2.17.0) Depends: python3-pkg-resources, python3-debian, python3-gpg, python3:any Suggests: openssh-client, lintian, mini-dinstall, rsync Breaks: devscripts (<< 2.17.0) Filename: pool/development/d/dput/dput_1.1.0+apertis0bv2022.0b1_all.deb Size: 56624 MD5sum: a49141b6793741359cb1ea189dd0a151 SHA1: bbb1dde992ce85c64dd57056ee340555a1c75b59 SHA256: 656eeab722fd8c6b7b199b39a1c08e03049ccc3f524a427b54a8483d1b1e33b5 SHA512: 91f4e68e585ac6f6eeb9a92d5077f5fbbf7e61c2fe8db37a5d277248eebca64a135a9b8fa803672115aaf21c2823c6df6df20efbfb10d0a08a11cec44d7c324a Description: Debian package upload tool DPut is the Debian Package Upload Tool. The ‘dput’ command uploads one or more packages to the Debian archive. . This package also includes the ‘dcut’ command, which can generate and / or upload a commands file for the Debian FTP archive upload queue. . ‘dput’ runs some tests to verify that the package is compliant with Debian Policy. It can also run Lintian on the package before upload, and/or run ‘dinstall’ in dry-run-mode, when using an appropriate upload method. . DPut is intended mainly for Debian maintainers, although it can also be useful for people maintaining local APT repositories. Homepage: https://packages.debian.org/source/sid/dput Package: draco Priority: optional Section: graphics Installed-Size: 251 Maintainer: Timo Röhling Architecture: armhf Version: 1.4.1+dfsg-3+apertis1bv2022.3db1 Depends: libc6 (>= 2.29), libdraco1 (>= 1.4.1+dfsg), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/d/draco/draco_1.4.1+dfsg-3+apertis1bv2022.3db1_armhf.deb Size: 63392 MD5sum: 62b38cedd1879dea386cf69395d05924 SHA1: a13c1a2cc92dab7344024f1f0b07c47d84f0930f SHA256: 79ce1a8cb60d79a140350f9d3655300c789e2e982e21897f9123eedbf942ec42 SHA512: 3067f1216e5e421e0838b8c23c066fcd09aa3d374c3fd3e3278dc1367c1014c3848734a89299ddd46ada9b7dc4cfaceec013d7611be291b6aea764fbbf120906 Description: Encoder and decoder for 3D geometric meshes and point clouds Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. . Draco is designed and built for compression efficiency and speed. The code supports compressing points, connectivity information, texture coordinates, color information, normals, and any other generic attributes associated with geometry. With Draco, applications using 3D graphics can be significantly smaller without compromising visual fidelity. For users, this means apps can now be downloaded faster, 3D graphics in the browser can load quicker, and VR and AR scenes can now be transmitted with a fraction of the bandwidth and rendered quickly. . This package provides command line tools to compress and decompress files using Draco. Homepage: https://github.com/google/draco Package: draco-dbgsym Priority: optional Section: debug Installed-Size: 1995 Maintainer: Timo Röhling Architecture: armhf Source: draco Version: 1.4.1+dfsg-3+apertis1bv2022.3db1 Depends: draco (= 1.4.1+dfsg-3+apertis1bv2022.3db1) Filename: pool/development/d/draco/draco-dbgsym_1.4.1+dfsg-3+apertis1bv2022.3db1_armhf.deb Size: 1885364 MD5sum: f1ecac10cee5787d8f73a6fbf10585d1 SHA1: 1b0dc06d3106760bf2d498970ff1556f00782e3e SHA256: e4734269cadf25c49c26135bf3c5b98c44d591275035f8b419470ce996a745cc SHA512: 03fa404893ced6c43a935f89bcf9d4a84bca8ddb66048ae4e98070a3364f4772755bf99fe16aff9fe02fb2b575f8c231daf2b84d28d122b02833157590f6d79e Description: debug symbols for draco Auto-Built-Package: debug-symbols Build-Ids: 7488c304b22fe90086bd94993d9fd42a41d01d5b d2f745f0bdd84aa63063aa36e0fc68f1189d9c43 Package: dsdp Priority: extra Section: science Installed-Size: 65 Maintainer: Soeren Sonnenburg Architecture: armhf Version: 5.8-9.4co1bv2022dev2b1 Depends: libc6 (>= 2.7), libdsdp-5.8gf Filename: pool/development/d/dsdp/dsdp_5.8-9.4co1bv2022dev2b1_armhf.deb Size: 23980 MD5sum: 3017a73a83560e7e8d31c7e28c60b6a7 SHA1: 55523ebebf4bbc7c7aae79ee85ee9430cb959eee SHA256: edf940ee554bc2ef78c62ec18225cab6c67fcd76588cd620e5a4b439cbc31e5f SHA512: 32925f71008a1e44ad28d7f20d06bbfcbe682640bb1908016b017589e27bd8a7ead26070e31cca53fe538b9772fa5f80c76255714d8df052660737713e7e23e1 Description: Software for Semidefinite Programming The DSDP software is a free open source implementation of an interior-point method for semidefinite programming. It provides primal and dual solutions, exploits low-rank structure and sparsity in the data, and has relatively low memory requirements for an interior-point method. It allows feasible and infeasible starting points and provides approximate certificates of infeasibility when no feasible solution exists. The dual-scaling algorithm implemented in this package has a convergence proof and worst-case polynomial complexity under mild assumptions on the data. Furthermore, the solver offers scalable parallel performance for large problems and a well documented interface. Some of the most popular applications of semidefinite programming and linear matrix inequalities (LMI) are model control, truss topology design, and semidefinite relaxations of combinatorial and global optimization problems. . This package contains the binaries. Homepage: http://www-unix.mcs.anl.gov/DSDP/ Package: dsdp-dbgsym Priority: optional Section: debug Installed-Size: 34 Maintainer: Soeren Sonnenburg Architecture: armhf Source: dsdp Version: 5.8-9.4co1bv2022dev2b1 Depends: dsdp (= 5.8-9.4co1bv2022dev2b1) Filename: pool/development/d/dsdp/dsdp-dbgsym_5.8-9.4co1bv2022dev2b1_armhf.deb Size: 5380 MD5sum: e48251a93ebc5c5c82b9fb100f591b4f SHA1: 456ee1b076126dcd83d3cc9cb790c95c5725c2ba SHA256: 8ae517c068770d0703f76e255b4143f60ba5b28502af11c916b1cf3fae84423e SHA512: 2b1b61328ffb087a92cea6854e79e544beef4efe65e058e61ba8a454f914b6f2afd64d77a71fa5e91a8c181586b2513f301d928e2297e951931b1108def7eb15 Description: debug symbols for dsdp Auto-Built-Package: debug-symbols Build-Ids: 6891efbf0bccf02a3a0338a17574d13e456ec7a9 ce426350adc7d08271a93381109033ece8328dfe df3a03d822308ce648f2410d11b14179e8fdb189 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: 141 Maintainer: Varun Hiremath Architecture: armhf 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_armhf.deb Size: 84536 MD5sum: 16920727accd5a07b2af9ddc62927081 SHA1: 317496d3c7fcc6eb01ef93dbc42a626d859f03a6 SHA256: 34bdfa6cfcae126e5019ee1941723db74a42301eb64e46e6f0aea441a521e2ec SHA512: 5234b38fcbe43f4ba95d9a7518587dc9455a0999d9156a32c648b52bedeb0ca3e9430cfe1ac0cc6acd1e4d5749eb6fb2991d637e1fddc02a00dddd89acb13a88 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: 149 Maintainer: Varun Hiremath Architecture: armhf Source: dvipng Version: 1.15-1.1co1bv2022dev2b1 Depends: dvipng (= 1.15-1.1co1bv2022dev2b1) Filename: pool/development/d/dvipng/dvipng-dbgsym_1.15-1.1co1bv2022dev2b1_armhf.deb Size: 127780 MD5sum: ddc9d6ed15dd888b385227864a5a8df9 SHA1: e385d4a35424820d8338165600dff4ab6dc52e04 SHA256: b155d5a5bf77d09433b2bf9b3108bdf64a737c7486b5c0f79d2d97741e725d20 SHA512: 5451e4bec76e1a9291df879edcd3b6878726b4bc2769c752a84853bcec56025aca530f62785e0c3124257af4c937c4817a17391804a57b554db61283e09e782d Description: debug symbols for dvipng Auto-Built-Package: debug-symbols Build-Ids: 5a5dcad66544a5c22ddc06a787a5826efce1146a Package: dvisvgm Priority: optional Section: tex Installed-Size: 2938 Maintainer: Debian TeX Task Force Architecture: armhf 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.5), 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_armhf.deb Size: 941748 MD5sum: 1adddd5de3a9ab74a37660baafc31e45 SHA1: a6b1e8e1526624c0fa2ba03ae270c6ea51b1dd34 SHA256: 34d845a5ef00cb748c44345d058a61b73271773682146e5546676882721b7b2c SHA512: e51662827461cdc997c33b7ebbe94f3b39bf7483835da2f1a8f57bd8cb5df2a4e8c2e241bbd6c0ee31b6ac768b949c54715b38e2d63fe78b24d71bdb79ad079f 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: 11495 Maintainer: Debian TeX Task Force Architecture: armhf Source: dvisvgm Version: 2.11.1-1co0bv2022dev2b1 Depends: dvisvgm (= 2.11.1-1co0bv2022dev2b1) Filename: pool/development/d/dvisvgm/dvisvgm-dbgsym_2.11.1-1co0bv2022dev2b1_armhf.deb Size: 11208192 MD5sum: a01bf057e229f403168b13e7c016f0a5 SHA1: 98a9fd279b8e0696699e7b06e139464f1a73fa05 SHA256: a7e53ad4af6f6de74eadc443cdcadf6ca47855bc0a24e146b3a4dbf398f0abb9 SHA512: 0503ba3f17d8684be7984e8bc9d26b72baf0f818d909ba57f74e7118707c1373a6dd1fa7f0c60a125379cbb4fc3afa4acb6607aa6e2afff4370f92b2c439dd1b Description: debug symbols for dvisvgm Auto-Built-Package: debug-symbols Build-Ids: 2fa2c9dfd5ef3b74558c9d24846effbe759e6a37 Package: dwarf2sources Priority: optional Section: devel Installed-Size: 1064 Maintainer: Sjoerd Simons Architecture: armhf Version: 0.2.1bv2022.2b2 Depends: libc6 (>= 2.18), libgcc-s1 (>= 4.3) Filename: pool/development/d/dwarf2sources/dwarf2sources_0.2.1bv2022.2b2_armhf.deb Size: 341440 MD5sum: 645a24766e0374093590ec3b756335cf SHA1: c674145b32ab17a8f98f6547a71c72fce01b0209 SHA256: 6812e6703856ed24a174c04dd26070cc607c6ee339b9b61987edf267e6100c53 SHA512: 343f13a79da1b819f4299bda225845d164452ec4e2dff4b75986819ab866c75a1234cf98bd8d6bdc0005d4dd3d4cf0fa4725d81fe2d6745d6098e2ace21fe6f5 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: 8547 Maintainer: Sjoerd Simons Architecture: armhf Source: dwarf2sources Version: 0.2.1bv2022.2b2 Depends: dwarf2sources (= 0.2.1bv2022.2b2) Filename: pool/development/d/dwarf2sources/dwarf2sources-dbgsym_0.2.1bv2022.2b2_armhf.deb Size: 5840472 MD5sum: 1ea39bdfdacfcbbf18b1b1273b1f0d63 SHA1: 049cd77b7a1df1298d67502b47738dccca90e4b7 SHA256: 896eed4e741ffb63cb2e77953d9f1a0baee0a5905827df1a5e0b2c3a3f6e7820 SHA512: 5d2b5f6f2b061d79a1428ebb54e3d565fb8bd32197e0b6dd302ccea3a2e1c956e5169b1ee08982ce3c7386dd0d65e8562ee635dc386fa52566686402aa9df013 Description: debug symbols for dwarf2sources Auto-Built-Package: debug-symbols Build-Ids: 5636ac28d5a21d28955c2b280b23f67d382d6f3c Package: dwarves Priority: optional Section: utils Installed-Size: 987 Maintainer: Thomas Girard Architecture: armhf 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_armhf.deb Size: 180180 MD5sum: c7c79fedb352d9543f30a06ccd8dbb33 SHA1: ffa07a02bc2b33542c156d7db9ea80cb8abec8ce SHA256: 0924735a830be113994e74f7bb5d84893771f39555925c88d9e1ea2cf39ff45b SHA512: 618c5bed82254008ebe665309ff91d73e8c66f34eb2edb620d394970a1dccfd4a656e0c381f9cca77e08407744ab1f7852459d303330261f5e7b1f4fcf4b91f9 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: 2054 Maintainer: Thomas Girard Architecture: armhf Source: dwarves-dfsg Version: 1.20-1apertis0bv2022dev2b1 Depends: dwarves (= 1.20-1apertis0bv2022dev2b1) Filename: pool/development/d/dwarves-dfsg/dwarves-dbgsym_1.20-1apertis0bv2022dev2b1_armhf.deb Size: 1748284 MD5sum: 0ba0e4df4a9c6ae979ea328ead4acc38 SHA1: 27d9139d716fbb482a3cdc618434e1026e1c852a SHA256: 837573b0fd1567e452dd0a118aef28c4995ac62acaf42d9244b2f7c8eba923d2 SHA512: 50eb924baac7d8cefc574d8a52229357d6a0da21ee7e77291e05a8db0801aa001f2156eb0a940db05b395e23f57f3fcb3a9bf132017d549652799a02417e7c38 Description: debug symbols for dwarves Auto-Built-Package: debug-symbols Build-Ids: 5009649d30c2c5dc9724a468d6722929a8905547 5ddf63d3fcb33904c4bf4eafa844aa59db3cc63a 85b3c62dfab6c3706f8e5abcc6f3cc0489f4b388 a2e1c17842cbb03f0eb81f935c750f4782c33d1e bb5b90177bf431f6aeeef128a9a1448fe9517a55 bdcffc6beddf0c7d906505ee736bdb23918b3569 d23655ac5a37b96d72927a42d7892635c7d9593f e52d0e4e359750b40082a37b17414ddf60d91af4 f3462f2c85c619de8239f528401a944d31496977 f5ac4bf20afdb6c648661bd1c500ba50c7b2c952 Package: dwz Priority: optional Section: devel Installed-Size: 528 Maintainer: Debian GCC Maintainers Architecture: armhf Version: 0.13+20210201-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.7), libelf1 (>= 0.131) Filename: pool/development/d/dwz/dwz_0.13+20210201-1apertis0bv2022dev2b1_armhf.deb Size: 179420 MD5sum: dddef1b8afbdd0c743a17be9be1a274d SHA1: f20dfd3ef2090b9290b59f496defd6f51d807eae SHA256: 5192d239661c9c935cd009fc1dc9684cce4f0607cb7d3ec1435ce556e0cd5077 SHA512: 03c9c7fb1a9ef56cbf0211f764fccc47778ae977d0190c336aedd122af27a95352dd077c876f3349c1fbfeda3c87ce173f72d669de2999a676103c6f24c4d257 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: 189 Maintainer: Debian Netfilter Packaging Team Architecture: armhf Version: 2.0.11-4apertis0bv2022dev2b1 Depends: netbase (>= 6.0), libc6 (>= 2.7) Recommends: iptables, kmod Filename: pool/development/e/ebtables/ebtables_2.0.11-4apertis0bv2022dev2b1_armhf.deb Size: 79484 MD5sum: 52469ace48b12ee24747a8c5adb18bab SHA1: 0532d4a72b27ca9db0c204883d53df34c78d92ce SHA256: 9f192d5627a40ab5893723ac8117cb095e96190d0b2810bc8857e7348f3a7574 SHA512: c2f5ca4e54d7eb61ea0be918986428f776165ab5d388bcb07866538167a0a9649993e88ae4c821014453982e9ac2e2a221036ece2067bf540c00b462d904aae1 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: 202 Maintainer: Debian Netfilter Packaging Team Architecture: armhf Source: ebtables Version: 2.0.11-4apertis0bv2022dev2b1 Depends: ebtables (= 2.0.11-4apertis0bv2022dev2b1) Filename: pool/development/e/ebtables/ebtables-dbgsym_2.0.11-4apertis0bv2022dev2b1_armhf.deb Size: 149088 MD5sum: a4f64a509bb371f79a88c87df5336fc5 SHA1: 572d4049db4e7f2ce2750f2535e2cbd35771f6f8 SHA256: 1d6c470139e0a73b33d728c695228def67d036c4d366535c554f0270fcf0105a SHA512: 66e8d66e82523011fb8d00e86d59ef6743a973dc5260cc6577dde3c675d85de62c148d8ed4ab323ade3ef81ae6db05d596dbf76188a2d59afdbc015f08b06237 Description: debug symbols for ebtables Auto-Built-Package: debug-symbols Build-Ids: 2b044a18db2e8af22a361518766830e8c90318b7 4603c9d81a6dcfe2d09a6fddb0da422b8722a9e1 6035f323da40b4ed67bc9ca3563e9596c1e288b2 9e2816aa78fb50c43956f1246de43bb41e3bd1de d1f16b26e183b20504d88f631f77a63931b3f4a4 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.8apertis0bv2022.0b5 Depends: ant, ant-contrib, maven-repo-helper, default-jdk-headless | default-jdk Filename: pool/development/e/eclipse-debian-helper/eclipse-debian-helper_1.8apertis0bv2022.0b5_all.deb Size: 6812 MD5sum: f411ec46c83a1c54e7d762ad8bf8dae3 SHA1: edb9966a915d5c785c17a41e538246f5d12f5b29 SHA256: aeead6ad4261af8d6524173d73126156d47d03e9bdfab21881438d8a9519ee96 SHA512: dac0fe926d29ef51fcc62651e33702f7415c02ee6a5120d6dd890634622bb4750f6bb2a22b1775dc0fee8153c1b11dd6418cceee6b02c38c5bd68ea759637371 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: 93 Maintainer: Martin Zobel-Helas Architecture: armhf Version: 1.17-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.11) Filename: pool/development/e/ed/ed_1.17-1apertis0bv2022dev2b1_armhf.deb Size: 56896 MD5sum: fc3257dc3e3ef3c524d772070902137c SHA1: 78df8aa7c92fa9b894bd50962c8fe0114bdf8a55 SHA256: 7c813f8f1bb0820b73a50fc42996a44e2fb01f41bcbd6b73c7f8069d4dfc5be2 SHA512: d36405bc59262bacde4eba6ed9d2f2d67558034dbba902664b1a9e1374ba6daaae710a2fe7a40deebf2c562517428850ac861bf67d38807bc77f2564a4d0916f 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: 80 Maintainer: Martin Zobel-Helas Architecture: armhf Source: ed Version: 1.17-1apertis0bv2022dev2b1 Depends: ed (= 1.17-1apertis0bv2022dev2b1) Filename: pool/development/e/ed/ed-dbgsym_1.17-1apertis0bv2022dev2b1_armhf.deb Size: 61888 MD5sum: 24418a41597e0330cdc0ab21440dc410 SHA1: 813ea937494baea7b670fe29804af836e5ed77bf SHA256: db120cf2efcee5a991daab41bb5d3b9a68d882f69f2866cc6c1c8c4bb1f5fadb SHA512: 702deceb55a4393d24ca1e92182948839d73311703c197363dbce5b211ac87f2f32b9e06b7852f7d7f4cfebd9aa81af2c84e27a8eed843e55509db84bf0c3914 Description: debug symbols for ed Auto-Built-Package: debug-symbols Build-Ids: d4e25cc242d2c08dcedb9bd7509282d72be09d7f 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: 1107 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: armhf Version: 0.13.2-1apertis0bv2022dev2b1 Provides: www-browser Depends: libbz2-1.0, libc6 (>= 2.28), 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_armhf.deb Size: 513712 MD5sum: 32b7fa428a822fd9d41bd5c281c9ae09 SHA1: 4809c034741878dcc4e21dd6d1ce231b57d8fa06 SHA256: a1573b500a41416185863224392daf4f39eb83cef714560bc2de98b59d18ddc1 SHA512: 1a0de91607abb93df86940111dcb82e7dd88dd1a7af4d88db38a80c8c9f737a09c4af788776df677f8e6677a4d67d5b063e2899cb8ba55acd3f897628780f0c1 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: 1892 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Architecture: armhf Source: elinks Version: 0.13.2-1apertis0bv2022dev2b1 Depends: elinks (= 0.13.2-1apertis0bv2022dev2b1) Filename: pool/development/e/elinks/elinks-dbgsym_0.13.2-1apertis0bv2022dev2b1_armhf.deb Size: 1780756 MD5sum: 03cc0ff3af190e9f4e9628d9ef5ebc33 SHA1: 9e8c36fb74a8443ea7a2513764a4d861ac3edd67 SHA256: 6a6dd51ee72ea4faab5ca6ad88c9fef4b9e5a6049c8878401c34d397dd60e83e SHA512: 5ca0266285ab3ca98cf8cda1a8ffd18efb7ed07ea628bf9c5646b0fa0389ca6750ab7d5d517e1ee985cbc47787f8787608e3ca9d63c7f0d43cf55134a15fa9a1 Description: debug symbols for elinks Auto-Built-Package: debug-symbols Build-Ids: c77255641b174547ee3d37a5be9bb1b3b658f3d0 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+deb11u2+apertis0bv2022.3db1 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+deb11u2+apertis0bv2022.3db1_all.deb Size: 57016 MD5sum: fb8d262fe2603a237d5a22995949e0dc SHA1: 4b228146a7273e3a8a4e46b765249f0bba03bf51 SHA256: dfc79ef7f6a70c14afb57686a3e2447fbbff3bcf18051cb33cc0928cee3d2c28 SHA512: b95f7ab41dc9ee2a13f69995892178add6aaa3a91466862e8efe78a17dbf5df6bfabab366a394104280b9c90f8f14616db5c2e070506ca642cd938ef0704f148 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: 371 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 Depends: emacs-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1), libc6 (>= 2.7) Recommends: mailutils Filename: pool/development/e/emacs/emacs-bin-common_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 153924 MD5sum: 1b6a2c777c45996a0a6fbf3782e8e0ec SHA1: 822ac5f8cfb2f22ce5f9240c30bad06b83f2b9a4 SHA256: 90a4da35aaaac0e59df2a919863abcba506c3c433523683e57ec9410222afa76 SHA512: 5e96f76653ed74a0fc5ac0b651b9701608622dbdcb785c0fa5a9548e91d6c8d6bd084340fd518f9c421e058fee2391d7bf32070861e4df931fd62689e124b9bb 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: 509 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 Depends: emacs-bin-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/e/emacs/emacs-bin-common-dbgsym_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 454424 MD5sum: 5e95ee5dceeec8af5af5db6ac29fd035 SHA1: ff3731593ef574be4b5d5df752efa0cfe7930e95 SHA256: 6402eb343694163dc4e00742bd8f3f936999dfa6582f4dbdf4544fdb433e1881 SHA512: 6490d13de0db59723f2c0ba02b44e40ca6fed137a31059b9f2341dbe5094bb9bf1d6c4d58c96a310b7b5b0b7e8f9957654353e773b5f67f14a6c4ac0cf6d2773 Description: debug symbols for emacs-bin-common Auto-Built-Package: debug-symbols Build-Ids: 020dd190337b2b4cdac9c94c96242702333bd6de 0406ab9022410f5b72e84eb462b617f9250e5150 3883be7cdd9be76318dfaca93cc6a89021f4a5d8 759825f5619836075c4f9f1ec11643a1d26cee9e d071a7b915fce6d583a7f78ac6e6186194350bd6 Package: emacs-common Priority: optional Section: editors Installed-Size: 68923 Maintainer: Rob Browning Architecture: all Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 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+deb11u2+apertis0bv2022.3db1), 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+deb11u2+apertis0bv2022.3db1_all.deb Size: 13706564 MD5sum: 97fcf98b7aded096f5ac52efc9823668 SHA1: 0597c1b800e7b3bb71ac00cb61103a55f6361985 SHA256: 10857ca7270d1f766adbab080e21e0e6460eb7058d84b2bd0e285d97bfe8602c SHA512: f1de8595b9ae05fba212844753994628f7621680bd7bfa186d40ffb30af32b3113c2a497f7d82fb68b3767011d890ef307614365203a1b993f01657a674bf8f3 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+deb11u2+apertis0bv2022.3db1 Depends: emacs-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/e/emacs/emacs-el_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_all.deb Size: 16328384 MD5sum: 392847d73b54ff4323728dac443c92a2 SHA1: 760b317c6bb7ee7c7c121f8e6df4436e11546e4a SHA256: bd8743db2104d11b0d06f9c2dde10dac81f05f38d3f36efc428607a5c69cfe27 SHA512: dafaab1877658639dab4140f3278c3b8fbf165db00d4888f35b60618ee5f6c78108a033f2b436ad20941d037f1d317b32552251bed0785fdf395f0a46485dec7 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: 13510 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 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+deb11u2+apertis0bv2022.3db1), emacs-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1), 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+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 3082788 MD5sum: c6c06025d59132b6960e39f009f5e75f SHA1: 2dc012eee76e5578878ea2b4b157f200e5976e5f SHA256: 77538f3b9526fb12e922e5cdd5dacbaec1223472277027fd1719a64a0f6dc965 SHA512: ee9395720631f9707ab022016285ee36f88a56d66516abeb80d4f96e84b7116bcea9bf49c49b156b145b180224e1f96d97e16d745ea70f3dc5255c2840feec70 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: 6902 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 Depends: emacs-gtk (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/e/emacs/emacs-gtk-dbgsym_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 6684936 MD5sum: f38090377fa22adbccfc9d7bd98857c9 SHA1: 740172928daf663ee146383e085777813ce57f80 SHA256: 97e209dcd3bd042df1fda21891b3b4980c5dc1c742a6f6bc77b8cad379b0cbf6 SHA512: 3cc2ef4dc6213385019f08eaeec921dc03bbce41df88ad58609a2995a1f225de7ceb3a4ab93823194f7c387e2a2ab18e8a4a87915ee51d42234c4b29ed590711 Description: debug symbols for emacs-gtk Auto-Built-Package: debug-symbols Build-Ids: 4a2d16c4e66016c7545aad5159964d84135e8e67 Package: emacs-lucid Priority: optional Section: editors Installed-Size: 13508 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 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+deb11u2+apertis0bv2022.3db1), emacs-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1), 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+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 3095240 MD5sum: 567ce45d04a13852006cc856c0d60aed SHA1: cbb7fe6a081d11d32205e7d41d876510a5d13a66 SHA256: d7d00b700795ab131dca2b1a8182038ef40995df7304a39fa3ce2a177d92a369 SHA512: 3b4580aefc96c0f33e62e085d26ae1819767115d542dd00e599a02fea2b8d133dca3e663975c8d4bbb17e17fe928e04450d32c6bc21327facb2f153c92221c6a 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: 6963 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 Depends: emacs-lucid (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/e/emacs/emacs-lucid-dbgsym_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 6753332 MD5sum: 028bdf8cb5303e78abf16dfc4cfb670d SHA1: e21095d3fe3ff71aea5d3f535a8c3225aefc63ff SHA256: 3b257f31d0a4c3c5584cea930198f6dc0ace36a17ed55b2ea7e40633d1bd1dd2 SHA512: ce826a7fe129e1988689284bcc71ba6b4c4ae7750fde5b3a2613931eb69ceb8ee91896baef65c34ab04dea42ad32a8d97060236e1bdf74d8fbdd549c1a4f8f96 Description: debug symbols for emacs-lucid Auto-Built-Package: debug-symbols Build-Ids: 7c632e75141f0f496fa5ec8724623af83f94fbdc Package: emacs-nox Priority: optional Section: editors Installed-Size: 12787 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 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+deb11u2+apertis0bv2022.3db1), emacs-common (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1), 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+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 2768220 MD5sum: 573f14f9e0ed04678f04d390c5fa11d5 SHA1: 044340a926996cff3da6070a7a645a25793164d4 SHA256: c917995932b16f3629f380f7e13b0aca6592e25ae17da71cac486384cc25f893 SHA512: e07453db1d5ad2e763e6c5039366a7c42804cdef25273fd1de5a00ebae608047bd643443a0bb4c3cddedc7b4670b666009a579c3f826db7aa45798b0ec57e25c 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: 5233 Maintainer: Rob Browning Architecture: armhf Source: emacs Version: 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1 Depends: emacs-nox (= 1:27.1+1-3.1+deb11u2+apertis0bv2022.3db1) Filename: pool/development/e/emacs/emacs-nox-dbgsym_27.1+1-3.1+deb11u2+apertis0bv2022.3db1_armhf.deb Size: 5050220 MD5sum: 739238a597e3d39d9d1672ab32e7fb8d SHA1: 6000e5fa4010d71493a7edb09ce44b36652c6479 SHA256: 4d0195543529ae915a876ea808d1f169e63cfa6470758556450b1ae83a746bbb SHA512: a2eb7ab088d25b5e5e1baff0d6a7bf4878f1059ee045089cb508e7735e01f28bbe6751186fc9b163e5cf3d277ae86852dc595e2c364c5f8eb541c6aff693fd0a Description: debug symbols for emacs-nox Auto-Built-Package: debug-symbols Build-Ids: b87028d9698c8dcde79e1351a2a11bfd28f3ece3 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: 126 Maintainer: Michal Čihař Architecture: armhf 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_armhf.deb Size: 53864 MD5sum: 00195f467932e5b4f0bcf779d96f4920 SHA1: 0da01bee3eb049f58017de763a11e96b0829f5a5 SHA256: c905e7cf91b2c179a2e756bc41002b99a269072724e996222eb19dde0543de19 SHA512: d27659069a0df05bdf72120c4b560fb9c903f7da971c1ab84a7cd3c81878b510d5290b339edcc16e41c0338298a72e8c63cfb52985dfa027f20bad391a1c82e5 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: 57 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 19268 MD5sum: ac797086f54f7a37f64f357cdf75ffb9 SHA1: d8321ebca57904b21c7f628cc01b64e92629f17f SHA256: 4c5a46a5b8bacc4b90aae3aea2eb0c84f44e4ea9b55ce23da5f356b6fee9da8c SHA512: 0fcaa374115b33423fea5f0e8afee557d72d59fe6b3ac6beae1eab82062ccdacc1be1cf04f5c3f3e7b3041abc2e00409d7633bfd884a53f77b88caa68d9b940a 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: 41 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 17496 MD5sum: dd02bb0837e8d06d17b47e7ab04bc3c1 SHA1: f9ce5e41a2a011e0bb046c82ffd058658577fad3 SHA256: 4587afc02c51e19ac977d0ba641231222f5c20cf404aac90d06079ec80d9e329 SHA512: d9adec4e3cf02fd68e49b1043083749c0bbbfda369961fb45f9d88c9812ce78bd6743dfe6993a1002540fccc4f289946c290c74d1a5b7fa8907859db34ff98e8 Description: debug symbols for enchant-2 Auto-Built-Package: debug-symbols Build-Ids: 963a547b8fa719dfd263601057122a21e4a1cc35 bb2334dbf8cbce08553c80890695f1da40f341a9 Package: eperl Priority: optional Section: devel Installed-Size: 260 Maintainer: Axel Beckert Architecture: armhf Version: 2.2.14-23co1bv2022dev2b1 Depends: perl, perlapi-5.32.1, libc6 (>= 2.4), libperl5.32 (>= 5.32.0~rc1) Suggests: libapache2-mod-perl2 Filename: pool/development/e/eperl/eperl_2.2.14-23co1bv2022dev2b1_armhf.deb Size: 112472 MD5sum: 8ad254bd4b02e384add789775775e5ab SHA1: 7316bcd2703faffc7062dccc8ea2d33f4f098fe6 SHA256: 4482a1efe285f87d3936d3b4a2df79f472a2b9b3019ea09e7bde5d97435ea181 SHA512: 79f004410a535a9d7bef0339dcc4c9031a0aa649157d0163ce64bbf97a3359ad88829cc960e6fa3d7ccfece22c01ddbbff78a8914180fcece1afe88ff542444e 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: 56 Maintainer: Axel Beckert Architecture: armhf Source: eperl Version: 2.2.14-23co1bv2022dev2b1 Depends: eperl (= 2.2.14-23co1bv2022dev2b1) Filename: pool/development/e/eperl/eperl-dbgsym_2.2.14-23co1bv2022dev2b1_armhf.deb Size: 42332 MD5sum: 1fe5767640d68fb36658f073bea354f0 SHA1: 90846492dc39193b40d1a0b9079d40c43fd978fc SHA256: 614873b886dd281a48b4f4f760b769a8e992d3a249f7421e4357337f054665ac SHA512: e00e36eedb4cb2863e86994985713a4246d484a023d832c15dec719e724a5231b8c6c0b15f3f2c72fa33c4bcbd3b5baa5febabc2685b7c63a09e2b15f4c88de3 Description: debug symbols for eperl Auto-Built-Package: debug-symbols Build-Ids: ee5f8d36b43ced94048e0ea5b35c5ad24bc8a5ff Package: epsilon-bin Priority: optional Section: science Installed-Size: 80 Maintainer: Debian GIS Project Architecture: armhf Source: libepsilon Version: 0.9.2+dfsg-5apertis0bv2022dev2b1 Depends: dsh, perl:any, libc6 (>= 2.7), libepsilon1 (>= 0.8.1), libpopt0 (>= 1.14) Filename: pool/development/libe/libepsilon/epsilon-bin_0.9.2+dfsg-5apertis0bv2022dev2b1_armhf.deb Size: 36460 MD5sum: 71325ae0f8765eb56e8275f1ebe4f6e4 SHA1: c7d0889a69190b23f81e88956c9eac337fd74572 SHA256: 79b21c184455da1e88f6bde12188105f43801d6f4262dca91a7fcf6aec629231 SHA512: 2e4400aa7c751d7f72c262058bfb33d15bc714a5c42aa6b119fd68d5be4c28050c78525294afe167222521a5c2f1dd419ee7c3ab07b4a1f6efcec2b895b38ec0 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: 88 Maintainer: Debian GIS Project Architecture: armhf 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_armhf.deb Size: 72076 MD5sum: 5877fdf62409dbe76064cf96e0eff7ec SHA1: 562c08dce2e90c53fe2bb87025d9abe0e73a7633 SHA256: 80d12518a5e47de41297e6d21366c612b504f3a9dc007c9a6def15549a73f938 SHA512: 8e3a62f2fe2ae2fa054aa95fed70b36d4d7ed1146d17b43a4fc98d7eba49f28b5fd3e449dff70791a5598bc4c96279c1dcd5819bac200d3addcfc0c84a85de7a Description: debug symbols for epsilon-bin Auto-Built-Package: debug-symbols Build-Ids: ef2de3aae0a082b85866092d16513f8008ae5296 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: etc1tool Priority: optional Section: devel Installed-Size: 142 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools Version: 29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: libc6 (>= 2.11), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 4.1.1) Filename: pool/development/a/android-platform-tools/etc1tool_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 73664 MD5sum: 0e8a7bd69a25e7ba6d0b7b37dff49f5a SHA1: 2970c1f727a91e6806c8f4bd671bcfdce562fa68 SHA256: 615f5a4198627d7f7b0c54a2532a0708af8c64d69981d3a1f9240f97c8f52870 SHA512: d6b113a59815a47e4999b5b8fce0e482465eb4e1700830e914b180eade8eccd5bc3bc2208a18067d47fadecbb173ab883c2efa30e025b4de0828f8625112829a Description: ETC1 conversion tool etc1tool is a command line utility that lets you encode PNG images to the ETC1 compression standard and decode ETC1 compressed images back to PNG. It is part of the Android SDK for working with media files for game apps. The standard for the ETC1 texture format is here: http://www.khronos.org/registry/gles/extensions/OES/OES_compressed_ETC1_RGB8_texture.txt Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: etc1tool-dbgsym Priority: optional Section: debug Installed-Size: 44 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools Version: 29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: etc1tool (= 29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/etc1tool-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 24108 MD5sum: 6fead0a37fb0d3626ebf5125686f1d3d SHA1: 1209d6b8f376b6060c8b2686548ec06b376763e6 SHA256: ccfb008a9b5aafb5ab4853cabb36bc5df9d379109324a7df8020ccc854dac49a SHA512: 2187afa6d6de9e58c1b9bf72f01e62a21ff29634ac7af01d90e3bbcffbed051bdee6324edc3c6886690712a17f7809f2e8ff768e452d13a914fa96e40ea0a014 Description: debug symbols for etc1tool Auto-Built-Package: debug-symbols Build-Ids: 46b03ae45b241d293bc009fc107cf5e3a4f4d30d 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: 13273 Maintainer: Debian Go Packaging Team Architecture: armhf Source: etcd Version: 3.3.25+dfsg-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/e/etcd/etcd-client_3.3.25+dfsg-6apertis0bv2022dev2b1_armhf.deb Size: 3590044 MD5sum: 046f97fcd48b360e3c134fe8e3d05c66 SHA1: b9eeccfb2cd16c41edc677433734082b861be84d SHA256: 1eda3980eaf11e441a3d70e39e51f68085c7b0df7333e4d80eda957f9cf78880 SHA512: 4cbb4b3d1e2e58da25e1826bcfb92519dc7246c6099b44b2a207544039efc1558a975d3144c99854521ba5dabc3c9cf94a8d32e994905b33b577ef3bb252b78e 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-3), 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-1), golang-github-google-btree (= 1.0.0-1), 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-2), 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: 17119 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 4806040 MD5sum: 527ff06fb03b8df6ed5d6072a23315e8 SHA1: 0f8c429b3eb8cfa13048537c169abe597657fd78 SHA256: 13f16b8bfa68da66b8c1713c128d0ad459bcdd8dfbc8f905d141a71c7366d020 SHA512: 062d199b89bb9056e2a5497447f027f7204e4262703845f96cf946d8867f815c983839f758bd56595080c20eb31887a1529fd08f37fcb08c93362070ca9a301b 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-3), 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-1), golang-github-google-btree (= 1.0.0-1), 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-2), 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: 7029 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 5039624 MD5sum: f389a90246ee4492fdd0a0c47a6206ae SHA1: 4481f6e0e6e559388bc500f60f36f16cd23bfea2 SHA256: 678ae595c4a0f22c3b4ffe8a64d5996a8a4a262298d7d3b24c8377e68d67bb77 SHA512: f366891c650a784a1ec73bb63ec13aebd20e0515a1994c78682d1adab3cb96758e6274cfc7c6b690978ba34e8c95929fae5f27b9784d6aa145b70fb6dec6667c Description: debug symbols for etcd-server Auto-Built-Package: debug-symbols Build-Ids: ef046ce6051cab7ab86e05a109e602dce7c5ef07 Package: evemu-tools Priority: optional Section: utils Installed-Size: 75 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 15284 MD5sum: 37fd8db790c6d5b4e450b6f0ffcfcbd8 SHA1: da4b4d7c4a24926179e6d98d8ddfbf403adafad5 SHA256: 27c78e4467674b29fd9bacc8585293aef0a588352ea290e55d4a4a1669981054 SHA512: a72ce40b36791612b0afc59fcaeb9059e51a4cfea69af6cf3c44c2a7af5a90f51324568674138dd6e25de0eb752a26f86972bbaaa821a05771bce9e8401bde5c 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: 54 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 24276 MD5sum: 5d54a9d22a47ee1c49ec03692d503fa8 SHA1: fc4c88a341e6526824e896f0091b75b6c6c502d1 SHA256: 997b8c6c4ecb33ff9eb157f0e1f80f8b4434ee3673ab6872e8795eedac48d830 SHA512: 38a259567ab53fcf873da1bf2e5a73c0b73eabe8a914e8cf02ddd105efbe04a1a136c48a465eaac7338091e410cbc9495a78acd135efc8c83670b299f4abb80f Description: debug symbols for evemu-tools Auto-Built-Package: debug-symbols Build-Ids: 034830fbc26fc10dd3a55e953df386098bb6c1c7 3528aeb5039bc5ed78083812141b206c0b042f91 7ae33e954f7e64a497ea54d4ef5210694211f106 Package: evtest Priority: optional Section: utils Installed-Size: 49 Maintainer: Stephen Kitt Architecture: armhf Version: 1:1.34-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.15) Recommends: evemu-tools Filename: pool/development/e/evtest/evtest_1.34-1apertis0bv2022dev2b1_armhf.deb Size: 14716 MD5sum: f57fbb17fdc22ca9245ee862d34f32be SHA1: 55d3fd86311c2b3f8a5c18ce0a8e8b53c31269ed SHA256: 13ce3e5ce27bc305c378cdfa63e00114c11345dea320ecc2f5031755b081ff85 SHA512: 860aef5cb188e26b5f0211e9507bcfd6b9facc7bdecf8d3ec77cf427c1db3dd0f26bb792966da324bd19be6e2e2fc7a39755875c9409643cfd4c86ed585ce270 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: 31 Maintainer: Stephen Kitt Architecture: armhf Source: evtest Version: 1:1.34-1apertis0bv2022dev2b1 Depends: evtest (= 1:1.34-1apertis0bv2022dev2b1) Filename: pool/development/e/evtest/evtest-dbgsym_1.34-1apertis0bv2022dev2b1_armhf.deb Size: 17384 MD5sum: 8f9761c31df11373f45ac62126d49af4 SHA1: 74a14b1662b9729baebe02b7af091f0391e2d2ff SHA256: 36337495d01aaacac50c6a5a8d27b02052c115a1f47d8d5a9de15413cac610f1 SHA512: e35bec44868b0752a139f52012466252b5341a9df569ef060c0738b08073d9f37aac9879f3241e98ee9b9879c00504a5275859688f517190bcac47e8d3ab29a0 Description: debug symbols for evtest Auto-Built-Package: debug-symbols Build-Ids: ae3bdd9e539fec342550ea5921605b2ce130e67b 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: 308 Maintainer: Sergei Golovan Architecture: armhf 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_armhf.deb Size: 165756 MD5sum: 74b6d688cb4b0ac3e50106381139a4d4 SHA1: 0ac06ccda19c2e0a0742295b59217aa4396eb97f SHA256: 2348679716f5171778d36b65caac7057001ffc79ca6ae435668d41641db4c224 SHA512: 5af98baa9a9792f28364512e72e4edb020c4670d902d0678c49c516a7a6ccbcd41d3ec7d031b925f158406832d718ff1bf670d73c1aa54c12f780b75bcac754b 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: 19 Maintainer: Sergei Golovan Architecture: armhf Source: expect Version: 5.45.4-2co1bv2022dev2b1 Depends: expect (= 5.45.4-2co1bv2022dev2b1) Filename: pool/development/e/expect/expect-dbgsym_5.45.4-2co1bv2022dev2b1_armhf.deb Size: 5928 MD5sum: efef0ee67e9ea7a695c4d17da5ee34f1 SHA1: 40eea57e77cea55ae2af29c4c48093d227428475 SHA256: 7eaa1cf3821540b3a3dad99c49ec18fd052c507742af7c615e0ff722e46a512d SHA512: eb9163d4c17ec29bf67a90e4ec3a5fe561248abb1f2dba3c454faac4a7600283cdf79b6528c626d3524a25fb6009920b6d8c96736cbf198f41745f9c695bbfb5 Description: debug symbols for expect Auto-Built-Package: debug-symbols Build-Ids: 07e5d490ce8c62eaa14e8bc29b54e385310fb1e7 Package: extra-cmake-modules Priority: optional Section: devel Installed-Size: 707 Maintainer: Debian Qt/KDE Maintainers Architecture: armhf 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_armhf.deb Size: 174888 MD5sum: 81ff65988860d9e20908b31b3cedd61c SHA1: 9a2ae7d20bdad025c6d9f5d9653d9c296f14b3e2 SHA256: 576d7f827d68976f5bca5a750aafceee9b5e54c8212a2d84e7e4be0250447054 SHA512: d6547957d2f94c33c9a03f20b9c5b4f13aa0e06590a3cbba7e39ea0bc8e43401e02f511329baca5775ef53e80f7e3837da0f0fd6697e5034dbfd026762df5caa 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: 230 Maintainer: Colin Watson Architecture: armhf 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_armhf.deb Size: 131500 MD5sum: 67fdd162021f43463756d0fb15e7476e SHA1: bdcca02031f574a9301c3387b985351dd2d627aa SHA256: d6778ebcbb85efeed6cde78c84e826eff44ed7bd51cd3c14d38400d36b2701b3 SHA512: fd1be279416052fffba5dc9231c8e7168bddb3d8c7e851f9ed15f9cc02e6e4e26407a7c9615122cfef2226a23e143c27c5aee622a8b6b4d37f98a73e2517f467 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: 379 Maintainer: Colin Watson Architecture: armhf 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_armhf.deb Size: 342516 MD5sum: 8877f89ed35ea12c8fed2c6086610018 SHA1: b1f58b0eabcf2e5dc6112a1598f60f4c6ef357d0 SHA256: b83cd99ad0dba0c56ff9c231db9c9287b323427fe49628c98717cdc684e08782 SHA512: 4add62f3735719189d8a448132855eacbb697d22324c33d841538ee20f649d507d738873af90add5068f92492c1922b60f35e5b7822361438580fe29e07991f9 Description: debug symbols for exuberant-ctags Auto-Built-Package: debug-symbols Build-Ids: b2b15e98dd61cdad224f1cfbb4b3d25399adad9b Package: faad Priority: optional Section: sound Installed-Size: 61 Maintainer: Debian Multimedia Maintainers Architecture: armhf Source: faad2 Version: 2.10.0-1apertis0bv2022dev2b1 Replaces: faad2 Depends: libc6 (>= 2.7), libfaad2 (>= 2.8.2) Conflicts: faad2 Filename: pool/development/f/faad2/faad_2.10.0-1apertis0bv2022dev2b1_armhf.deb Size: 28684 MD5sum: 8d9ac28b954b17831438268c245e7bf5 SHA1: 6dd0ae0eaa62315970e52dc145f5817817f64457 SHA256: 407063c2bed1092ff97aeb0f0f16666ecd49ecd7b211c1e89e56b58cbe77bbfa SHA512: c5ff53de72981e9eae150800695cd295f65964c7ad247624f514116fe03058f9b960bd6a8b1ad8c10220efbd993a8521a9e456deac6aa2dff8688575b3569d8e Description: freeware Advanced Audio Decoder player FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. . This package contains a command line interface to play AAC or MP4 files. Homepage: https://github.com/knik0/faad2 Package: faad-dbgsym Priority: optional Section: debug Installed-Size: 63 Maintainer: Debian Multimedia Maintainers Architecture: armhf Source: faad2 Version: 2.10.0-1apertis0bv2022dev2b1 Depends: faad (= 2.10.0-1apertis0bv2022dev2b1) Filename: pool/development/f/faad2/faad-dbgsym_2.10.0-1apertis0bv2022dev2b1_armhf.deb Size: 47592 MD5sum: 66ee0fd3288a04637316931f7b58a155 SHA1: 49f7cef569b803436ca5fddd5d1566f24a022952 SHA256: bbce20fa2db299c3fd88cf61e5f9f4cd8bdb74bb8d94a34d44ccc567c43fb728 SHA512: 22d07be41435dc910cd674715d99652b878216ce11ba427c4235efe2fd4a6c959f3ae7eee0b60d29a62a12a338281288d4a5f0aa7b290732345bcdb320d41fc9 Description: debug symbols for faad Auto-Built-Package: debug-symbols Build-Ids: 23584178aff33e22afc83cffdf08c4b837292141 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: 199 Maintainer: Clint Adams Architecture: armhf Version: 1.25.3-1.1apertis0bv2022dev3b3 Depends: libfakeroot (>= 1.25.3-1.1apertis0bv2022dev3b3), libc6 (>= 2.28) Filename: pool/development/f/fakeroot/fakeroot_1.25.3-1.1apertis0bv2022dev3b3_armhf.deb Size: 85516 MD5sum: c9016201767044e3058fee1b41f1ea68 SHA1: 00ce34cdb3121e8b91df088037b2b9442bbf0e3c SHA256: 8278475ff49cfc59f0c94e73c2910e933df6cb1a23b8ba25407f1c7fb5dc94ba SHA512: 8ec6da2c55385151ac3210cae03f90702b77ec6d26a7bf013cf9e8cba6e23756e682c35f8cc992bfa6dde2c070f03804ce26e239a541859e18ee95c8d5f0cb25 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: 85 Maintainer: Clint Adams Architecture: armhf Source: fakeroot Version: 1.25.3-1.1apertis0bv2022dev3b3 Depends: fakeroot (= 1.25.3-1.1apertis0bv2022dev3b3) Filename: pool/development/f/fakeroot/fakeroot-dbgsym_1.25.3-1.1apertis0bv2022dev3b3_armhf.deb Size: 57808 MD5sum: 8c8911e4cffb1ba6e0a4e2d288b86f29 SHA1: 06795ab437a9bf7182f9ec89c1cc4c4cc11c2a50 SHA256: 4a21b6339b9503435fa5486dee0dcfc643d935ea951bac5a856e8b50bd01f997 SHA512: e0b92d55ddde8987ad3048644b7884ea807cc41b1e142b875e082e332029a85329e67bbaa6487775ed373000fa6d9ce7fde6e40c98791144bb12d56b8bf07eea Description: debug symbols for fakeroot Auto-Built-Package: debug-symbols Build-Ids: 291681ae35529c7ea72c7743c88b4b93d80a4f53 e062248c3f6389f0776068f1c56bc737b1af71d1 Package: faketime Priority: optional Section: utils Installed-Size: 33 Maintainer: Daniel Kahn Gillmor Architecture: armhf Version: 0.9.8-9apertis0bv2022dev2b1 Depends: libfaketime (= 0.9.8-9apertis0bv2022dev2b1), libc6 (>= 2.4) Filename: pool/development/f/faketime/faketime_0.9.8-9apertis0bv2022dev2b1_armhf.deb Size: 15696 MD5sum: 83f32509e99c0cda50a02896b93b4cc5 SHA1: daa1b90161ff478f841d94bc1c17339a781bdd4e SHA256: dd563f6d92bc331243114a228c0e83efe1b3a025d3e7c4e0f0cbe1aceac44496 SHA512: b40313704d9458602efe63af8ed96b47aceb39644f67ef6721494964fe51672adaacceea17845ae2279fc9d2947cd325a41f012385bb932af9619845067a0f79 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: 23 Maintainer: Daniel Kahn Gillmor Architecture: armhf Source: faketime Version: 0.9.8-9apertis0bv2022dev2b1 Depends: faketime (= 0.9.8-9apertis0bv2022dev2b1) Filename: pool/development/f/faketime/faketime-dbgsym_0.9.8-9apertis0bv2022dev2b1_armhf.deb Size: 9300 MD5sum: ab07d0df68e0138a3fd9464d2e21e941 SHA1: 0b60ab1d983cae30a38425846e2dad1d281304f9 SHA256: ec37c98195e8cc4d8a450ce1e04c60a0847495d1b67bdef0aa7a64b9beced54b SHA512: b82994d7441b44634d3688695c77876a66f5698a323f39456ca39fac72f9c796d22d96d6ea5b7f8e9bdad38e7a6fb483e184658eaab279a90f9ab373fd2abbcd Description: debug symbols for faketime Auto-Built-Package: debug-symbols Build-Ids: 54a1e4bc4a20b724d6c67d26577aea5f4d87455a Package: fastboot Priority: optional Section: utils Installed-Size: 457 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Provides: android-tools-fastboot Depends: android-libbase (>= 29.0.6), android-libboringssl (>= 10.0.0+r36), android-libcutils (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libsparse (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), android-libziparchive (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1), libc6 (>= 2.15), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2), libusb-1.0-0 (>= 2:1.0.8) Recommends: android-sdk-platform-tools-common (>= 28.0.2~) Suggests: android-sdk-platform-tools Filename: pool/development/a/android-platform-tools/fastboot_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 184872 MD5sum: 0ae1443118013daa81845bac29ef8c3b SHA1: 2c90156159824b63cdf451e5a358eb45432d8460 SHA256: 677669ca2b842e387fee0977e0016bbd0ec8cd5ddc5c7ddb9683d475f35fdfdb SHA512: ae4223e6cd3db7cb00181fb1abad2937503ac4551c1ed20df426eb3bc348bba5415503fca2755552078f47d0372b231263669012dd0bf6bbf07c5e13c7790e8f Description: Android fastboot tool A command line tool for flashing an Android device, boot an Android device to fastboot mode, etc.. . This package recommends "android-sdk-platform-tools-common" which contains the udev rules for Android devices. Without this package, adb and fastboot need to be running with root permission. Homepage: https://developer.android.com/studio/releases/platform-tools Multi-Arch: foreign Package: fastboot-dbgsym Priority: optional Section: debug Installed-Size: 1976 Maintainer: Android Tools Maintainers Architecture: armhf Source: android-platform-tools (29.0.6-21+apertis1~v2022+1bv2022.3b1) Version: 1:29.0.6-21+apertis1~v2022+1bv2022.3b1 Depends: fastboot (= 1:29.0.6-21+apertis1~v2022+1bv2022.3b1) Filename: pool/development/a/android-platform-tools/fastboot-dbgsym_29.0.6-21+apertis1~v2022+1bv2022.3b1_armhf.deb Size: 1317928 MD5sum: 5d8b6898fcea7e751c10c1ed2bb8d089 SHA1: 42e1e4647e586e64c16a5d011f7389f88a2d5881 SHA256: c528bad8dbea5ef10881069101e4cfba446ab8f2b0c5e8d2f9abeb2996f084cb SHA512: e29095e4cf1091c5dc9262726ca36d1b6817766b6bfe25f16c866691efe2125c69e2fc077453bcf5342eebdc41aca29ff51c336bef8de012f4ddc61de4805d9c Description: debug symbols for fastboot Auto-Built-Package: debug-symbols Build-Ids: 6e2fda517591d408b8aac096177939486fd6ed8c Package: fastjar Priority: optional Section: misc Installed-Size: 81 Maintainer: Matthias Klose Architecture: armhf Version: 2:0.98-7apertis0bv2022dev2b1 Depends: dpkg (>= 1.15.4) | install-info, libc6 (>= 2.4), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fastjar/fastjar_0.98-7apertis0bv2022dev2b1_armhf.deb Size: 43952 MD5sum: 7312556f00f1fd50bde36ed1c16b20c1 SHA1: cb74fb2fc339f9926a2de16ea3a48778569cf680 SHA256: 9902c865f7d360ef9d7afc1e21f97ada34c49d011e4ed49527600d5eb5d6ec74 SHA512: 53d64e4656cdd0aeeb67ac1b59ff1a5986a3cacf2a0662b6fd33a375a27228ba990f95a7a8e81d16f682f1b63af6b1b37b0fd01e82381c3be1959b12f45b7acf 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: 99 Maintainer: Matthias Klose Architecture: armhf Source: fastjar Version: 2:0.98-7apertis0bv2022dev2b1 Depends: fastjar (= 2:0.98-7apertis0bv2022dev2b1) Filename: pool/development/f/fastjar/fastjar-dbgsym_0.98-7apertis0bv2022dev2b1_armhf.deb Size: 76920 MD5sum: a70ee47c73eee9a14e943072130db484 SHA1: 7ec24b4123c3127f9cc3df17d3f4679879aaade4 SHA256: 3171eefedaa4dc4821910c318ec127889c219fd62ff43bb3f4ea89b5ac5a00eb SHA512: d49e58ded812ea73faf3390e372a90f3483e39a0946d82cfc217336e51a2141b6fa01d096a4d695fcf0636dadd4b6c02601ddeffec4b5d68f8aa3fd8b48ec9bf Description: debug symbols for fastjar Auto-Built-Package: debug-symbols Build-Ids: 0f58243d18c7ca1f63a8179e5c60342ffc79b120 2deb7062959b02d2e7816266faf5292cd130dcac Package: fdupes Priority: optional Section: utils Installed-Size: 77 Maintainer: Sandro Tosi Architecture: armhf Version: 1:2.1.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.7), libncursesw6 (>= 6), libpcre2-32-0 (>= 10.22), libtinfo6 (>= 6) Filename: pool/development/f/fdupes/fdupes_2.1.2-1apertis0bv2022dev2b1_armhf.deb Size: 38716 MD5sum: bf2e3022ddeec2f988524cad9274ffc5 SHA1: 763a2df068b448875dc37f5d2494bf33e32ac6ad SHA256: 5d507b5d323f48dc7c660a54a101c36de7bf5dc0b60fde9aa2e39f7c30267738 SHA512: 9c3f40ef581322e9a429f18134f036be03c73c0fc472703ab1c903f189466495de5755473832cf906babd12f6bc1cd2f583de203f806c6db5d86b966c778f7ba Description: identifies duplicate files within given directories FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. It has several useful options including recursion. Homepage: https://github.com/adrianlopezroche/fdupes Multi-Arch: foreign Package: fdupes-dbgsym Priority: optional Section: debug Installed-Size: 102 Maintainer: Sandro Tosi Architecture: armhf 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_armhf.deb Size: 82804 MD5sum: 7073f7c02d8a4eab3964d12ba16c85ee SHA1: cc84054ec3847f2a1bbe36b3cab5cdcbedc6216f SHA256: 6aa8f02db62f61d47fa7469b1167abedc1bb52236b2353d75531cf9b786e3554 SHA512: a4a4077fb45351c493ce12ebe7d49c94d10392b357f3c6889a5a0e80dea2e262181e35cbc23feda8d91d0f3258496f991cd092c93bf700ac6e9609d2a1dbc31a Description: debug symbols for fdupes Auto-Built-Package: debug-symbols Build-Ids: f3ea17f3642b1ae276dfd0cadf166c043144c857 Package: fernet-go Priority: optional Section: devel Installed-Size: 2859 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 584548 MD5sum: 7543b01d37e4450ed5dca0eef93545e7 SHA1: 52f060bc18b89aa60ef6b424053128a23ae62db7 SHA256: 508a3f16a464dc4d91728919668ad39045f26008efc822937ac626b6e3dc8c79 SHA512: b24db076e286d768b48797e858528ac0891324ae710a24c9519854a2125170155a3be444cb22d58bae0c08c412eeb40716ad1fe7e563e93b229c1857f6eb9685 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: 167 Maintainer: Debian Multimedia Maintainers Architecture: armhf Source: libffado Version: 2.4.4-1apertis0bv2022dev2b1 Depends: dbus (>= 1.0.0), libffado2 (= 2.4.4-1apertis0bv2022dev2b1), libc6 (>= 2.4), libdbus-c++-1-0v5, libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/libf/libffado/ffado-dbus-server_2.4.4-1apertis0bv2022dev2b1_armhf.deb Size: 59908 MD5sum: be0abe0f541488835517a34e04d1c26e SHA1: 7fd90f589a9dd0e4d8f15dcb511c0db7acaf8b83 SHA256: 90dc87d3cad9a1cfea24a58d7567e85f66e5c4862fbb1af9c0c567206aaed4a6 SHA512: a1d72f392e4949f0d3dd55131676bf801801a02d6ea88449816d8663a65cebc3abfe21a9fb5b267a348f8321c3da989661d0f91f2c9c0aba4248f85891856734 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: 568 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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_armhf.deb Size: 477080 MD5sum: 3988cee39616491b8b8f8bf490ccf461 SHA1: 35c3af124a6dbfc5c75d5970f0747a26c3a213df SHA256: b92880385619b88d6aea18ab527d61e8b94b2b9353600aa1a3760d06b6d90802 SHA512: 1fa581c8c675b403f3beb32d1ee464eb37edcf8bd3d3389f17001905979cf3f84fad3ddce4aad2336e9cdf4cf7cdc17a2c623d15e7d0a68d6d3ae3dd7ad9c71d Description: debug symbols for ffado-dbus-server Auto-Built-Package: debug-symbols Build-Ids: b378c1a75350702147ba37ecea79294b584327d7 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: 1813 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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.5), 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_armhf.deb Size: 634496 MD5sum: 1cd9f81a7e34fcf4b97ab1a56e799d2e SHA1: c617d3562010088723204860262f99106742c268 SHA256: 2494ec8ae2d227f5b823dc980ff44cdd536813198340631d07201678a3d98112 SHA512: 71aff5ae342439366c7b8ba1c01795553414da4a89757242ff482ba79695f4efc53e3493af82965ed672f82497c782aa4cb1854986a87d9b30edf4b13d670a85 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: 8713 Maintainer: Debian Multimedia Maintainers Architecture: armhf 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_armhf.deb Size: 8220116 MD5sum: e391c7b81f0caa3466a373a49cea25c9 SHA1: 6e2c166f3adb612540575a317db586d41cc3e8f5 SHA256: 95d8767497b08c34b18f4ddec66cb2f288580f5fb876987e8ab08e03db8b777b SHA512: 6d99322e9c2937cbd4db7bd326577c0bc28a21786771d5277ba80ceaba09c1e657ccfbb812ff4e5bc16c17063462296a58433cd8f8958d1b5385ebaa70d406e6 Description: debug symbols for ffado-tools Auto-Built-Package: debug-symbols Build-Ids: 2a75eeed020b709166f0cbb33f612259ebfb0c3e 330ae7b3a770e8599068097d09778e9ec4d90cba 524bc18cc5ecc0b7a3e0a41751640c339cebcf71 c1cd1e08ee20508d28b3e4b3903d31b4ef6208b0 caefea2ebf473e1eb5600de426759a415f59d08a d3dc32aff52a4c2da683a2193d762973bf075013 f84aa96ebaf6457ce3373783b85d1f345a79c4e0 Package: ffjson Priority: optional Section: devel Installed-Size: 3046 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-github-pquerna-ffjson Version: 0.0~git20181028.e517b90-1.1+apertis1bv2022.3db1 Depends: golang-github-pquerna-ffjson-dev Filename: pool/development/g/golang-github-pquerna-ffjson/ffjson_0.0~git20181028.e517b90-1.1+apertis1bv2022.3db1_armhf.deb Size: 970208 MD5sum: e8dcd829fff1739e78ddc16599e3d8d5 SHA1: 88d4b1a2a538b0f1a7f3967848734014fafdb3c8 SHA256: c3fd6e5662b99cca597d67df3cc8ed096f328948001dd1dddf1c3e961020660a SHA512: 6c279060408514cf4439d5ed1e1afe7285643ed572b0895c4278f279f48512fa2b9470432c17069d39b57caca39faa697921ea8b42c5dbe8a1c884ad2091b63f Description: faster JSON serialization for Go ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes. . This package contains the ffjson executable. Homepage: https://github.com/pquerna/ffjson Package: fido2-tools Priority: optional Section: utils Installed-Size: 100 Maintainer: Debian Authentication Maintainers Architecture: armhf 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_armhf.deb Size: 30180 MD5sum: 4e7c4ad9e46c2c8c89ac9faf56632d67 SHA1: aa25fd687b82cc9689e2bba633e2344ab8d2bf15 SHA256: dcbb25bf9769ef8dbc7a5b14ff08b73f03e880f0e142975db7a1841c0e62111b SHA512: d342e59e08a60404e60b8ad8b3a3b437a6c73133b5c1b17197dc4ead5ada757533b922d884f320bc4607cc53d24b150922b9ad396011c0ada7776c8041e7cb1a 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: 120 Maintainer: Debian Authentication Maintainers Architecture: armhf 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_armhf.deb Size: 78348 MD5sum: 1fb24ff580da3f2c5f342199cb303c1c SHA1: 23e8bbfe34f64a03c494aa61349576bc2da0abd2 SHA256: bc14998caf7a994a7a5bf82a02d3dc7b8c23e0d83b97cab1c2676d8653391693 SHA512: 809982c8ed25bc52dec62b0df1a80b2ada8bea4c5956ddd11976c4909d1226f186a1a95db39e6f88b8eafd3c2992e3bf3d58be6d85be2080ab4537a81f4aa2bc Description: debug symbols for fido2-tools Auto-Built-Package: debug-symbols Build-Ids: 899a73157926808a3bcb581435dab0d6bf355d62 a06dc26dabc39de94ea4af13b47bc50ad43635cf cad362f0fc178a2177748e7a55e88e8ad2a74f88 Package: fig2dev Priority: optional Section: graphics Installed-Size: 1085 Maintainer: Roland Rosenfeld Architecture: armhf Version: 1:3.2.8-3+deb11u1+apertis0bv2022.3db4 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+deb11u1+apertis0bv2022.3db4_armhf.deb Size: 640456 MD5sum: 8c9973021235fb7509a5c5d85410ba11 SHA1: 151dd448a0caa403951267b78f7cf32b689e52be SHA256: cf5ad29ae0512e773301638f223fe1d885c8d5211ce5532632e380ad10022cfe SHA512: 25d2df508b024c88bac885e15467c2ce1e1980d0681cd0218144feacce2b74486e6a331fdd2bd587c4e012c0d9e06033c9ef5a7e124f282c30e3b8b55db31d64 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: 682 Maintainer: Roland Rosenfeld Architecture: armhf Source: fig2dev Version: 1:3.2.8-3+deb11u1+apertis0bv2022.3db4 Depends: fig2dev (= 1:3.2.8-3+deb11u1+apertis0bv2022.3db4) Filename: pool/development/f/fig2dev/fig2dev-dbgsym_3.2.8-3+deb11u1+apertis0bv2022.3db4_armhf.deb Size: 630264 MD5sum: b8fe38281dcda7d103d0b19f1ac883f4 SHA1: 58f830d75453241cc895fd4d83ca995ff8728aa1 SHA256: 78131dca1ad7e32299f5e3f810ca9fb05b4f76cf4f25c9debf8050b14f171c18 SHA512: dc5c777e5636c21aa247a497467c285a220da127e223dc4b98df4e1209b50fd1e36362667dae9d28fe03f0d03cd777e7ba2d7880b50102005086a3e97679df0e Description: debug symbols for fig2dev Auto-Built-Package: debug-symbols Build-Ids: 30cb97cba8fb279050317d0f0a0042a6d46e37f4 42896a99281766a56a51e7d22b85f0d1e2d4b162 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: 1824 Maintainer: Andreas Metzler Architecture: armhf Version: 4.8.0-1apertis1bv2022dev2b1 Pre-Depends: libc6 (>= 2.28), 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_armhf.deb Size: 678248 MD5sum: e00c335c69cdfe7434ac489827dad3ab SHA1: 7698c95fb03fdb46df3dc3ca05a5282f8c986b98 SHA256: b3aff2c014fb2aad81ead1587d1267380d478679b090e801bdcafeb47e25e3b3 SHA512: 3201da92dd294dbc835d9003c440c6987a0bfb8790519c6ecea8c1696fb364d9b955d4a00cd149d3e27b7435b565014f2ca0b2dbba60145e2c63e8358d30053d 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: 541 Maintainer: Andreas Metzler Architecture: armhf Source: findutils Version: 4.8.0-1apertis1bv2022dev2b1 Depends: findutils (= 4.8.0-1apertis1bv2022dev2b1) Filename: pool/development/f/findutils/findutils-dbgsym_4.8.0-1apertis1bv2022dev2b1_armhf.deb Size: 486384 MD5sum: 6769f35faeaea4e225ac968e994badb9 SHA1: 16e47aaafa9e2bcc6569176542bd90bd7620b128 SHA256: 6ecd486e247ead9517402870e99bac6ca576e557c215cd7256a751c52576f907 SHA512: f921080267b15d552d69e08aec5aaed2288273eb7c6c18e0b6c906d4bd759b433b2fd8b845c4d3707c65a3496429d9e0b5de52132b5c826c393d7343bd60f256 Description: debug symbols for findutils Auto-Built-Package: debug-symbols Build-Ids: 3e56b4b3d6a6abd97cdcb3b3e6339e124850e614 8cdc307eeff33b80c5b6c56f3ef1ef71ae4e843f Package: firebird-dev Priority: optional Section: libdevel Installed-Size: 1456 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Replaces: firebird2-dev, firebird2.1-dev, firebird2.5-dev Depends: libfbclient2 (>= 3.0.7.33374.ds4-2apertis0bv2022.2b5), libib-util (>= 3.0.7.33374.ds4-2apertis0bv2022.2b5), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) 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-2apertis0bv2022.2b5_armhf.deb Size: 119156 MD5sum: 8f9d7c13cf6e185ceb4777283675388c SHA1: 13e0311fd2e7337163e527bbb5fe19fd388c4633 SHA256: 622b88d69419b6703947dd81d9fc8a287b61a6326f01d0e464160bfcfa85aa9e SHA512: e6363b7a15b3284d95ff9566b9b5a5bc2aa725e0b70516e7a0d9f8720cb6964072b43f4503049d79f858ecacba86a4a7557b664fc0a8e38d2f02e84d038d7b64 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-2apertis0bv2022.2b5 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Filename: pool/development/f/firebird3.0/firebird3.0-common_3.0.7.33374.ds4-2apertis0bv2022.2b5_all.deb Size: 15264 MD5sum: c534c00cbe7b9848c906099e4f61491c SHA1: cd2a40de6aa16881405fd0bb888fe150b890646c SHA256: 90f03145a5a570360d3c9d956a48ad8b9f702c1bcf8a8da585b5858f0185da3f SHA512: 31bd732ff0aa3c48a74b2d669f83192f5140b805002cbd1f2ae9bb084cb4c2dbfaf685aebdb69417967ed7365b671fc0dca4dbdfd512529a994647dd265c9e7b 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-2apertis0bv2022.2b5 Filename: pool/development/f/firebird3.0/firebird3.0-common-doc_3.0.7.33374.ds4-2apertis0bv2022.2b5_all.deb Size: 42392 MD5sum: b707f7819397d3735a7cb4d5fa632c55 SHA1: 4db7a2df037c7ce024709f1613ac23876cd55ea9 SHA256: 7c03758d3980a4f6dd2747bba30edcbc2e099ba2a531cfa27cd26b3ec6f24884 SHA512: 23fdfa003c45b57dcd41ab9699fc75741967341fe9da19e8f6e6a4417158e9854ea6673daf2fcdf012f557455be96582e8c3b6aae505e44ac7ffb58e37b70e26 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-2apertis0bv2022.2b5 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Filename: pool/development/f/firebird3.0/firebird3.0-doc_3.0.7.33374.ds4-2apertis0bv2022.2b5_all.deb Size: 197652 MD5sum: f3d421ad1a3a4cfc9da1dc52669082b9 SHA1: 392176138ebf72a5328b7533ccd46df640fabc2a SHA256: 9798c02fd965185d7c0c39b3db055301e0f458f4fe9775e3c5bfa963696da341 SHA512: 340f150cade512921ab529198f42808c69ed3faa288ae46b15a450d408625853d6c81402264898f5e944b0b5405365362293b9404a012d6e50d81cca62df0ed6 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-2apertis0bv2022.2b5 Depends: firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Recommends: firebird3.0-dev Filename: pool/development/f/firebird3.0/firebird3.0-examples_3.0.7.33374.ds4-2apertis0bv2022.2b5_all.deb Size: 119404 MD5sum: e25c01f51d6c1f47d770481f9a9ff37c SHA1: e708c877930913ad8d245ac65b61e8c5205b4930 SHA256: 8cb9da17cee67eb478790cac421657dd4e9fbfd6f6b44ef0ddb0362041afba15 SHA512: 1433c3205b9ab16d0823a94dacfa9b997600106b0fd958d21a5468bccf8f42e2ef66bcde86a89817e5e328e0c9eb6ba854c2656428427cc4a9c3f936a14add30 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: 890 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 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.5), libstdc++6 (>= 4.3.0), libtommath1 (>= 1.1.0), firebird3.0-common (= 3.0.7.33374.ds4-2apertis0bv2022.2b5), firebird3.0-server-core (= 3.0.7.33374.ds4-2apertis0bv2022.2b5), firebird3.0-utils (= 3.0.7.33374.ds4-2apertis0bv2022.2b5), lsb-base (>= 3.0-6), debconf (>= 1.4.69), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) 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-2apertis0bv2022.2b5_armhf.deb Size: 319568 MD5sum: 03cc7a93be688b1b3a863480538f48a0 SHA1: 34bc395f819c26b65f3f2d91a68634898845cb91 SHA256: d6b703f10fdeb1f010c8b0f619b7cd292f8b035a55bd6ffcf964fb548f0a8de3 SHA512: 5008c7f1a95323952373eccd36bf4012c13e67e800a1097bd734d94750a49611d03af5ac8f1a5556dd1d18fcc593206e84d14c904f6023720c4faf9029d1e47e 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: 6412 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Replaces: firebird3.0-server (<< 3.0.0.32483.ds4-6~) Depends: libc6 (>= 2.29), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.5), libib-util (>= 2.5.0.23247~Beta1.ds2), libstdc++6 (>= 4.3.0), libicu67, firebird3.0-common (= 3.0.7.33374.ds4-2apertis0bv2022.2b5), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) 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-2apertis0bv2022.2b5_armhf.deb Size: 2124908 MD5sum: 7b9a5285679bd47e3c18cf2eab1d2677 SHA1: dc8f42b130c7f862034b22e2a8b22e3511757254 SHA256: fb58482249eb6c74a43ba707ca8a91c5043f7bb7e66aabe800453df47a3ac945 SHA512: b07739cd830d722da64e602fa54312b210d8ed7ba87b603daeec1cc73aa1cd25bcc3d2db3deca0bd5f65bdb79dfed7bbb30072756725ac3f512804f0e10e36ab 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: 37829 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Depends: firebird3.0-server-core (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Filename: pool/development/f/firebird3.0/firebird3.0-server-core-dbgsym_3.0.7.33374.ds4-2apertis0bv2022.2b5_armhf.deb Size: 36641936 MD5sum: 6b640ebddbd4be3d6f9c7248434fb4a9 SHA1: 7c3627a5859bf759574f3cb160b3eeca03be480d SHA256: bcc45f5a6e3c56acf64bc75fcb14552d3ed7a4a2d1f5d92775872591e58c3c25 SHA512: d72863a45abe78076814e389e42963d3d0c64ab0f6178bb220688e00d5ad0fde12cc196fb65ce28f98a926d6552a0b7bf41a674c1d6b759cf10819f8009b08f3 Description: debug symbols for firebird3.0-server-core Auto-Built-Package: debug-symbols Build-Ids: 0d862f22f9b896e1cb64fe574cffc31a30ea346f 60387bba3373107946e8cc71eb43e9f45075bc6e 70b7d601b2bf83680f0071686d09dc1f1ef1de6e 7522a5c6e3e2a9b01d7cc111ab0911d212ca84b8 7c8bf8c1a574d6c3b181c74726e725c29d118661 8a2b0f5468771846de00e92d13a7d4415b57e9a7 8c6f523247c8d808e6ccb865871ca044ce777dea bd6864e15a201e0dbaab9488fac33f67a4382a5c d93670d968eef96b2a0cf385115ff0ef6e2b2f00 Multi-Arch: same Package: firebird3.0-server-dbgsym Priority: optional Section: debug Installed-Size: 3984 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Depends: firebird3.0-server (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Filename: pool/development/f/firebird3.0/firebird3.0-server-dbgsym_3.0.7.33374.ds4-2apertis0bv2022.2b5_armhf.deb Size: 3602928 MD5sum: 74cc2b5c324f78c7d5780f80e69b4317 SHA1: 3ab4a62e23f16e4e3e1d953394586d643f4d3674 SHA256: 768fe9090591012273b38e43ff3953d52814f698ab12613431434705860cc3cf SHA512: 19bcce7e7d784d33fc0582e8003e81f336ba5ca914ad3494c91cd58e848ac2e9af974c22f40e8cc7ef5092ff34350cfe6a685236a5be9e807e1ad941264947c1 Description: debug symbols for firebird3.0-server Auto-Built-Package: debug-symbols Build-Ids: 0dcb0771090d285098e352548080db22a540271f 60882199340a82644404eb7871cdc96677c540ef b6cf4578594d3bb95d4c3b3f810bcf7e903a8680 c79666ca8a5792881a71209a34c90a653a22801e Package: firebird3.0-utils Priority: optional Section: database Installed-Size: 2046 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Provides: firebird-utils Depends: libc6 (>= 2.29), libedit2 (>= 2.11-20080614-0), libfbclient2 (>= 3.0.0~svn20110219r52404.ds3), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.3.0), firebird3.0-common (= 3.0.7.33374.ds4-2apertis0bv2022.2b5), firebird3.0-common-doc (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) 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-2apertis0bv2022.2b5_armhf.deb Size: 724224 MD5sum: bd7a980038782e4ba49ca6902664f397 SHA1: 65dbc3d0ba81cb52b005d91f8a833c2989c07938 SHA256: db1386e6495c1941492e655dd2b1f36c6d41df8349f9534f1fec87f4a8ef8076 SHA512: cdc3858644c3e5410ec6aa65466b62e1c2416868b04509c85902d5e6f9ad2f1ba7048c54b2e034cd3b8a3f5b9d4a50afc945720fd56049546d6ff418e1566212 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: 6791 Maintainer: Damyan Ivanov Architecture: armhf Source: firebird3.0 Version: 3.0.7.33374.ds4-2apertis0bv2022.2b5 Depends: firebird3.0-utils (= 3.0.7.33374.ds4-2apertis0bv2022.2b5) Filename: pool/development/f/firebird3.0/firebird3.0-utils-dbgsym_3.0.7.33374.ds4-2apertis0bv2022.2b5_armhf.deb Size: 6115260 MD5sum: 93286b3a1c5da03fa152ba1c8a576945 SHA1: afbbd624fef250a0eec5f2fd28b34fe78d1fc5ba SHA256: 022cdbf4d3d7214a48403a6e97c101c37b086e41f5710746772b7e4c8aa943da SHA512: 68e3cca4ec96fbc2055c57503be59e7195ae963842473c79d966e136c17f9c55851aaf450753093b3653f630168f410a2f094a7f3918962f98326ffb5a32c0e9 Description: debug symbols for firebird3.0-utils Auto-Built-Package: debug-symbols Build-Ids: 0dcf9c7a3c3e0edf759652c4757c946f0297b3c5 263a254473fe3eded653525821b36d8a6995c17b 3ab2483bda57a94880043043f2d450d002cb6d03 4579f268ad7f55a0a30c9cf8b434d303782cea1c 572ac02b5ef336bb4167e385f8273d720295a082 62ffc4316fcd77c73ada66ede198eaa405bb9e13 8bee1aa9cbaf5afe76cc35fb044fffc3db088afb cdb1adb7a9b38f80e3dccfd9a81271e7a6ca65d7 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: 1165 Maintainer: Manoj Srivastava Architecture: armhf 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_armhf.deb Size: 425704 MD5sum: 067a4b65d7f6cdeac7f68cce9e731cc4 SHA1: 79664a2e1e06be3fd592fa14962f43d3e623ce3e SHA256: fadd2f7d1faff1a8e9d1819fdc94f5a0daad68e4ac14dd5cdbd83b2d8a24e0d0 SHA512: 4f42c9fffd8c637e8f6f4146b53dbb9aa70dbc8761a41972693fe00c61d54aba3eda43d61d5189f2d2dce831991ca8f672e3bb3198b1353a99fc9a18f184ab18 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: 205 Maintainer: Manoj Srivastava Architecture: armhf Source: flex Version: 2.6.4-8apertis0bv2022dev2b1 Depends: flex (= 2.6.4-8apertis0bv2022dev2b1) Filename: pool/development/f/flex/flex-dbgsym_2.6.4-8apertis0bv2022dev2b1_armhf.deb Size: 179480 MD5sum: 06885c6de77aa956d94b4a522dd74247 SHA1: 67ea9b9cb14d72aef965994f98c8dfeceefe59ac SHA256: 603eb5c3f5150c3566e5b38e713cf24828d38f54c81a1d04f4bd922ed4469287 SHA512: 377ff226f1a07cab557323126d649768a251de53300e70c1a0e2503144ef41f5885e8542d5ed53b8cc50b25e599763c3b73e27307b9ce189206859cd5b2ff7db Description: debug symbols for flex Auto-Built-Package: debug-symbols Build-Ids: 1843328cbd3906d3c1e85269ceb7283ac905cf95 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: 517 Maintainer: Debian Accessibility Team Architecture: armhf Version: 2.2-2apertis1bv2022dev2b1 Depends: libflite1 (= 2.2-2apertis1bv2022dev2b1), libc6 (>= 2.4) Filename: pool/development/f/flite/flite_2.2-2apertis1bv2022dev2b1_armhf.deb Size: 255204 MD5sum: 7655666c0f5348d78a85b52611a82b8d SHA1: a269eddccb031529f2fe444eb08a96a98e5eb435 SHA256: 1c1a287006ea0be1550d755de877ab353e7d227e45981b17a2ee90abd7e8bdff SHA512: 37003edf0606ea26dc0af7f9166d1f316d1487d7c56fa6d876b3eaa113777c6e9cfc15d33c55dd163adc7e0681f7d998d3c32831a0edf717efabe1ba74665364 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: 147 Maintainer: Debian Accessibility Team Architecture: armhf Source: flite Version: 2.2-2apertis1bv2022dev2b1 Depends: flite (= 2.2-2apertis1bv2022dev2b1) Filename: pool/development/f/flite/flite-dbgsym_2.2-2apertis1bv2022dev2b1_armhf.deb Size: 39188 MD5sum: ba291b0ddc9d57a47d4c5be9e4b742be SHA1: 12fc2670a2a3f491c23398d22345556003d28c78 SHA256: 679593938aa6ac84d562ca44cae3592f5296c37d57f268e9ef1ab55c5cbdc275 SHA512: 2b7fa0ca4f9d04d283d84348efec6c5727dae8b573b5a5b98dbf1f20ac9eec42f4b51bf3653983b993a228fa309a86ca93ebe359964db1d1abe30d7c9ab0b0be Description: debug symbols for flite Auto-Built-Package: debug-symbols Build-Ids: 23e29246174bcc54076256167985759e39120de0 42b6ff0408312cd6c02ab52df6c5917599795b33 559d753faa30869387a0fb29205ea0fd7d1516c3 5b6cdbc9023384fe33a05d8e4f011be174ad1616 62195fced9dc9f56a8ae1921984ad7768c5cb2c9 6f57d523ff165b9d1a3d5d8efc0456dba652e1a1 aa99175c16d76204c227c7028256df8b788a121f ae8d6641ff4239b70b29310f3da93e7e821faecb ef4ef7225dab4e515eb3e8e5b2fcab6c38f66c85 Package: flite1-dev Priority: optional Section: devel Installed-Size: 23125 Maintainer: Debian Accessibility Team Architecture: armhf 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_armhf.deb Size: 12583436 MD5sum: fffb9fd6fbeede41a93467ba8f6c68b7 SHA1: 77591d657501dcd2b43a66364519b1188f31ead2 SHA256: 349194139c0c95c670bba536d94ac6a1b770c38081019e89829074d290c7fa1a SHA512: 850b6e7f4f40b63eb1f0d4a29474eb8df4a4621c8b4c1650be861601c17a5af189c17388b6aad51b058d9c100834218b0c7d1e687ddf8ef2f6cd09a7dcc63f0c 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: 55 Maintainer: Chris Lamb Architecture: armhf Source: mtools Version: 4.0.26-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libx11-6, libxau6 (>= 1:1.0.9) Suggests: mtools Filename: pool/development/m/mtools/floppyd_4.0.26-1apertis0bv2022dev2b1_armhf.deb Size: 25792 MD5sum: e28d58ccf29fcb4c1951c45ee3fdc765 SHA1: 48ec0544bb07e97be53f6335e100834ec5857b24 SHA256: b2b7157e69ed7bba4c6dffb83cee7d0fb875f4724e7ea2c864937486617db258 SHA512: 69cdf4e4e5a4b7e0d4388dec53876f004afb52d7825fda10bbf0f51ffed807788c09c67be7c8872220b1c25774f492bcf54ad3fd47e6d0fe000766b4c39aabd4 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: 73 Maintainer: Chris Lamb Architecture: armhf Source: mtools Version: 4.0.26-1apertis0bv2022dev2b1 Depends: floppyd (= 4.0.26-1apertis0bv2022dev2b1) Filename: pool/development/m/mtools/floppyd-dbgsym_4.0.26-1apertis0bv2022dev2b1_armhf.deb Size: 47884 MD5sum: 945526e0cd8da861d283ef0ab2036b3c SHA1: 56f23216f0e11412be21f53b141738fe6d1dd77d SHA256: 5a9a8549c4b2b3530026cef7653cc575ce1f7cb3b9714a679b9c6c745d8095cf SHA512: 769814f48a9a14fe042c645422a3bfc5a014f1314cd712e5e1dc99f964fc845a519ddabb695c7d2d2eca0d3f5034d64c0180041246510166270e7bd2736d5e29 Description: debug symbols for floppyd Auto-Built-Package: debug-symbols Build-Ids: caaf35051da196f10a71a5e1378b563069cdc1b4 f1c1755ca5e9a4c84773d62bff647c3383fcdf1d 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: 247 Maintainer: Aaron M. Ucko Architecture: armhf Source: fltk1.1 Version: 1.1.10-29apertis0bv2022dev2b1 Depends: libasound2 (>= 1.0.16), libc6 (>= 2.4), libfltk1.1 (>= 1.1.7), libgcc-s1 (>= 3.5), libstdc++6 (>= 5), libx11-6 Filename: pool/development/f/fltk1.1/fltk1.1-games_1.1.10-29apertis0bv2022dev2b1_armhf.deb Size: 162268 MD5sum: 4656ffdabc7aee7442d2d4bb4eb26617 SHA1: 4fb02f7ee9b58dd41762ac4a39c89887cd15c5ab SHA256: dc1e8fd7ae5360122c0714ad7e813df3af31772e3657c61de9323dd7fe4cb89a SHA512: c2cad032905cb02b55e04ecf1b68050990fcc0eb010d4c82d8b807db6750ad28b74dd4de8d6299bfb1024dab811b75928da8f455ca8a0ea1f640c596bc241adc 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: 154 Maintainer: Aaron M. Ucko Architecture: armhf 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_armhf.deb Size: 114040 MD5sum: 49bf96188f257f896f3af2c14abda390 SHA1: 76d015bedcdfde6077a445155f14c2b638e6c545 SHA256: f255da4eafce5438c459f6d8e2bfdd4e70b251fbfd4b0b00fd7209373ef93bed SHA512: 1f6a1471a9842bf65e5214cc362edf568597074104b130c0982a63ac88e80b8a561c0a4447af71a93c700881f10c4cd019d72d61de7f752d4fd50ecb0890a2c2 Description: debug symbols for fltk1.1-games Auto-Built-Package: debug-symbols Build-Ids: 80a3ad8fb8906b8c11c10a3e5b3680c19697b67a 970bfc46e3624d1497dbe7471c6c74749ca32137 a677919fbf86814ac2b2465e683a9183e0de330e 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: 990 Maintainer: Aaron M. Ucko Architecture: armhf 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.5), 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_armhf.deb Size: 332348 MD5sum: 97c5185d6d164eb5e2e62add913b00c3 SHA1: d39cbe3931b77eebab73d40f442b4fca6de80d5a SHA256: 11760b31d43c645645bb37cae5942c518d8954e2c42ec59d8237d6fe3e51d5da SHA512: a918186763d0a3f265443b236c59f56fa7def5236cb47b7a10793ad03733831ba79b9b5cf67d314832669a9e5006dd5762a12ebe909910e3b4b6838edded69ef 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: 2281 Maintainer: Aaron M. Ucko Architecture: armhf 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_armhf.deb Size: 1974204 MD5sum: 4126f8a011f5c296a426d3909fa594bb SHA1: 28335234f4dc466719511c0c44561287d5bd7051 SHA256: f6b2e3f546bf08255cc3d71d7a9661acd53fb95dd2962a210ea695adca68fad7 SHA512: c2bfd228d93b2a026c134e234d0635c995c68878b117345c998cedeb37b24bae5a9f32d1e5e99dd8e96607b4f67bd2d84e7ea70217a3101335dc247998251508 Description: debug symbols for fltk1.3-games Auto-Built-Package: debug-symbols Build-Ids: 0f3c4fa2bed8b694ac33f4f179cecbbb5e0c4097 14e13abfc84bbf3a521c587f6f841e2ecd1e27e6 f4f1827dac06ba539d4a5c07bfa07354e4df9668 Package: fluid Priority: optional Section: devel Installed-Size: 455 Maintainer: Aaron M. Ucko Architecture: armhf 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.5), 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_armhf.deb Size: 211248 MD5sum: 5d2b3fcd7d958847f14c5e6d4e515639 SHA1: d601121e12d93831b4d79bfef742697413dca2e4 SHA256: e58788629c70fc3a470936e05586f8bda40976e601b45c37f86ea6629723a58b SHA512: 7e939714bd65a0d45b062931d345402c0408d6bde44cd03ad7d042c7dd4513ca04a110b32251a3e450befddb65816f1e41206f806f4ad0b2c27fe455cc5ff33a 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: 757 Maintainer: Aaron M. Ucko Architecture: armhf 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_armhf.deb Size: 652028 MD5sum: d3bcd02c2988e437fce03a9fb5d31061 SHA1: cfc5b2c591a338d8e69168c379229ec47762b594 SHA256: ab7c7ec2d5ed793dce91c83e8da68be74f4503a225d8c306f7216d9e25d22016 SHA512: f6d386157fa5e591b1b6a104a5d3d023f97cc0e6cefec46a6590da091d803251c74556e082499549e7ebdc6a81afe8966f43057e4ec2b3bb6710924e10797957 Description: debug symbols for fluid Auto-Built-Package: debug-symbols Build-Ids: be9bc0a773452f32c47e27baeef7f9a54b6a91e2 Package: fontforge Priority: optional Section: fonts Installed-Size: 2768 Maintainer: Debian Fonts Task Force Architecture: armhf Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Provides: fontforge-nox Depends: fontforge-common (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libfontforge4 (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libc6 (>= 2.7), 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_armhf.deb Size: 1227144 MD5sum: 98e846e4d2448ef645273c3512dcb3b1 SHA1: 7da981cf862d7dedcd8d797b44cf039bf1579945 SHA256: 6e4dfdda92427807593582be4a4f8e7117a6809a4780070ba3011b139a78e809 SHA512: 56678714e7379f2ea5a509f7ccc9c8465e36d7b23b17e5eda5991970e0491f901a72b3bbdfce564428092fa09f1c748a066c366f4b5a880f0909dad78aeb3d16 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: 2958 Maintainer: Debian Fonts Task Force Architecture: armhf 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_armhf.deb Size: 2770640 MD5sum: 6b3f756961bb08c6bfa9c46097d6ace8 SHA1: ae2da8c63a3a076890d8353bf0fd5289adbcd5ed SHA256: 5daaccff35e73b16a2725e93fb3e0893f25b9ab1f49b32aa8570dda864e7d4a5 SHA512: 66834f0e4d905d32a74720c2b3336962322e465fd9b3c133e6ec5b39c287dae3eba36673403312cb87f0d0b72544a5abe1279ef9fbab2905fdb956544316c23b Description: debug symbols for fontforge Auto-Built-Package: debug-symbols Build-Ids: 7ad7883f8da95e6ad90857f1a3ec8cf256de553c 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: 1401 Maintainer: Debian Fonts Task Force Architecture: armhf Source: fontforge Version: 1:20201107~dfsg-4apertis1bv2022dev2b1 Depends: fontforge-common (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libfontforge4 (= 1:20201107~dfsg-4apertis1bv2022dev2b1), libc6 (>= 2.7), zlib1g (>= 1:1.1.4) Filename: pool/development/f/fontforge/fontforge-extras_20201107~dfsg-4apertis1bv2022dev2b1_armhf.deb Size: 293900 MD5sum: de7dda46be3d8d138d906f6beafc252f SHA1: 477dcb15fe8bd5be6d07ee6c50e8e974ab72e754 SHA256: 55c8d69012e1d5535bf810fac2ebd1544de425151067e4d03fa9c0d4734e5a1d SHA512: 9fe7582ef8c2bc0e7b7ca8bf7b245acb08ee419b26f9689fb35ed31637ba109ef068267df815e9a34371078950c560e7cee6b9566866f29a494e11a8802682d0 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: 435 Maintainer: Debian Fonts Task Force Architecture: armhf 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_armhf.deb Size: 361496 MD5sum: 0fd42aef42dcb5abbde96e358802c15e SHA1: 2ae41521757586ffd21c6c8a966e8185ab5b7ff2 SHA256: 276f6b0aa52b1fc7402640ffaa13d578a1d5bf0358d8f8173ce2e621e88931e8 SHA512: 06c4396878a2b094aa0d777ec75f14918bbea9f0c0906af5157cdc920a0a7d37a9618984d491e9fe95eb9348c40b557432de286b9fa84dc65f065dcc205ada69 Description: debug symbols for fontforge-extras Auto-Built-Package: debug-symbols Build-Ids: 3d4facdcad7195c22fb1101ce9aba36c7a5f6e05 486df00e41974219d357e919aa318e8d7e2ec48e 6192e36ff459cbd1e8a38083157a3841fc8ba1e7 7664a4ea70b33414263dd795992307d8ac712c5f ad910a8e9f96342993b34988f29d2cd12630607a cfc54bae81f292680cb2872ab54d069437878737 e05688f6a1fc1f508054638c737884c175749aac e4604a851308e019cb83191446c408c307efcedd f224d9b808b53c7738a31c5a29846d25f9af7d03 f557aa294a90ab81f903c6a74714f698cfce769d Package: fontforge-nox Priority: optional Section: fonts Installed-Size: 88 Maintainer: Debian Fonts Task Force Architecture: armhf 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_armhf.deb Size: 38780 MD5sum: ab02f6d0629255ebc046ecc3f6ede8ce SHA1: 0ffdbb264f67b788c6324f0be443c6539c910c46 SHA256: f539a580318062f3a59ca60e5575c1751683054bf13af9b564fa8d9123850fe7 SHA512: 00d85a98d39d890926dd99c0b8433e1f4a8c19cdd46de4762ec615828646f190f245bc8afed4844b7ce8ee4e973e63e58726350041f087a0d1babf23de06df18 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: 21 Maintainer: Debian Fonts Task Force Architecture: armhf 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_armhf.deb Size: 8068 MD5sum: 1c59471a051d033affbaeade34e31ab3 SHA1: 6deec19130462fa8c97fa03f721fecd56520054a SHA256: 35ee55600b11258b984611b616f782b2a3da27e4d766d7ca5d826a884aeddee5 SHA512: 11fb6905998562dca44ad8a971755415fc15b5aae479d87d3d83b299826604428351bb27d2325323eea71079f8cf96abb507f8d14bb0c0b8c9fc2be0a14dcaca Description: debug symbols for fontforge-nox Auto-Built-Package: debug-symbols Build-Ids: 075a64103c9b5dfc4cdc438edacccf39b7c004ee 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-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: 251 Maintainer: Anton Gladky Architecture: armhf Source: freeglut Version: 2.8.1-6apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libgl1, libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4) Filename: pool/development/f/freeglut/freeglut3_2.8.1-6apertis0bv2022dev2b1_armhf.deb Size: 112420 MD5sum: ac125c8e510cc500858975bfe58b27ce SHA1: e9e9ee1a3f0fe9effbc85cbda604b0655f01d29e SHA256: 8243e2d996a5ec762524a11ff457001e764f53403039d1dfe26230004d0106c9 SHA512: 53d9c62d70b5bd4178797170ca2b20d645bb8d60d7d56dd46da596158084a99f72a000da5934dbb65c28b488aa478c3074d55f04e193660b93a4f89292e36671 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: 231 Maintainer: Anton Gladky Architecture: armhf Source: freeglut Version: 2.8.1-6apertis0bv2022dev2b1 Depends: freeglut3 (= 2.8.1-6apertis0bv2022dev2b1) Filename: pool/development/f/freeglut/freeglut3-dbgsym_2.8.1-6apertis0bv2022dev2b1_armhf.deb Size: 137112 MD5sum: 61d89d6b9cd1cc882bfb1e356356f218 SHA1: 7745f2692e66420a9fb492fed3e85dd9fe600fe7 SHA256: ec56bdc6bfe6d700caa12ea9b429c04c9710318159d8fdcc924021a28605fbd6 SHA512: ca6f9529ce410ed32e537e358419260d7c7b591169483a4b1ecc9d925544a56adcba69674f7e1a9c9843c132c679cb9ed9b41f3c935e38f1d8276baeeca639df Description: debug symbols for freeglut3 Auto-Built-Package: debug-symbols Build-Ids: 22a51270988644ec3ae6d894ceea1f67d8c56eb2 Multi-Arch: same Package: freeglut3-dev Priority: optional Section: libdevel Installed-Size: 584 Maintainer: Anton Gladky Architecture: armhf 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_armhf.deb Size: 170816 MD5sum: d55c909197bc159ef4bd05ab6f968250 SHA1: f35fd13fc429a79f3007440fc531d6ab7fe0d6f6 SHA256: e35339181f47aaaee0292436afc3f546a1ab8a66e97620025e64ccaa4f7695df SHA512: 53bca841329057d7e97289396e30ce76a5fb12b2999f3392838b28705db57b6f9c29a442be0628edd10036d6d28042024c20ef0651181ff4a00337ef585bd379 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+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-bmc-watchdog, freeipmi-common (= 1.6.6-4+deb11u1+apertis0bv2022.0b3), freeipmi-ipmidetect, freeipmi-tools Filename: pool/development/f/freeipmi/freeipmi_1.6.6-4+deb11u1+apertis0bv2022.0b3_all.deb Size: 170880 MD5sum: 77bcf8ec27595e0cd0a00839d6fe438f SHA1: 02d0bd12a029b4dd5c561de8f7002220f30abc8c SHA256: 74de265a61bb0df502af1231182af94ac6fdb9da82b983f236aa8d8fe1b0b236 SHA512: b7d10c00a8140772fbd1c6988eda114dd353b06a8c0d08b3cd6931b7d4772fcbe4954b4510e0c6b60372a8c71c100185247d750f0e003e043e56c1102f955cc3 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: 277 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-common (= 1.6.6-4+deb11u1+apertis0bv2022.0b3), freeipmi-tools, libc6 (>= 2.28), libfreeipmi17 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 209400 MD5sum: b810f52b03032b87db336ee998405168 SHA1: 8b12c7d5806e2abc3e5b08575a59e2911b91b58d SHA256: 78e3bb1ac3f4875e1d5dfea8f8cd29ff48a9c01d690c01563fed7751e1285748 SHA512: 3d985ce89de1334355602704c291a49d0f525134456295ef4d68457558523bfe1aba5bad957b49f58fa6ccb941be812201dbb866eb26ac1c761fc0d83f15a5b9 Description: GNU implementation of the IPMI protocol - BMC watchdog FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards. . This package contains a watchdog daemon for hardware BMC watchdogs. Homepage: https://www.gnu.org/software/freeipmi/ Package: freeipmi-bmc-watchdog-dbgsym Priority: optional Section: debug Installed-Size: 102 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-bmc-watchdog (= 1.6.6-4+deb11u1+apertis0bv2022.0b3) Filename: pool/development/f/freeipmi/freeipmi-bmc-watchdog-dbgsym_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 81260 MD5sum: 43fe8e5d60229121b2d5159042471f56 SHA1: 7dfe8204b9585cf3a281c813b358d50bc27bbf8e SHA256: e7b3a9dfbd52367eed6c889f1ed16df22176985880249473833ae163539d9a03 SHA512: 402a252f12965eb7f7084dc6fbeaf38739f95b66aa7e7a67c87067c59832bb18c88623f2be89da3384089942a7b548e59fa58abcd8553ea375ac9b1f2f78a5ba Description: debug symbols for freeipmi-bmc-watchdog Auto-Built-Package: debug-symbols Build-Ids: 2b820b35f04fd9414af9a93c2026f818fcdff01a Package: freeipmi-common Priority: optional Section: admin Installed-Size: 509 Maintainer: Fabio Fantoni Architecture: all Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Suggests: freeipmi-tools Filename: pool/development/f/freeipmi/freeipmi-common_1.6.6-4+deb11u1+apertis0bv2022.0b3_all.deb Size: 354640 MD5sum: 2c55d5da231961bffc8b4e2dde5cf1e0 SHA1: b25a7ebaa3ece9f517c21886d9d94f846f72e1e2 SHA256: b95e106628e4fa13d36041967a7b380eecc54994a25325dce9b14b828ba75e51 SHA512: 77a66851dd6bef7dfdd5d50452811aff2c8f71595cf6162f7bf164bf9b8d07b2e6865f8e5acfff398acc1acfa2f4a6a17e8b644e755d433c3b2c380dcd0e1c4b 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: 269 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-common (= 1.6.6-4+deb11u1+apertis0bv2022.0b3), libc6 (>= 2.28), libfreeipmi17 (>= 1.1.5), libipmidetect0 (>= 1.1.5) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 201212 MD5sum: 4ee472de7665fcb9333f8cebaad023dc SHA1: 0524a5b591b9a1cd3c142ee0b38634ece98d9a3a SHA256: 21d771e7d94270975f683a66f3127f43a7cf3696396b6eba6e3ca5974ce4452c SHA512: 34b69e241611ab4e8b6fe17d85f9e20991158313e993c625cac91e92035e13c29ddbd3e372a43caa32a88dd73ed98c851e0fb8768ec0629a61f9bb2a99504b7a 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: 164 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-ipmidetect (= 1.6.6-4+deb11u1+apertis0bv2022.0b3) Filename: pool/development/f/freeipmi/freeipmi-ipmidetect-dbgsym_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 132568 MD5sum: 2366edf0587465880e4d3c25cf8370c8 SHA1: 42b29e4fad61444bdd30836a678478c417f31b00 SHA256: 2e03a70195e44324eb1e4a43ebb33926921cbdbe408c1b8f58680c5c3cbbddc9 SHA512: 442d88679e3ee350ea80c46a40bc8d393afd3b2afad81cf108c54570b09528ceb45d83dd3659d04f8e9a1b11e3429951c542fb0998ee80aace8ca5867564d609 Description: debug symbols for freeipmi-ipmidetect Auto-Built-Package: debug-symbols Build-Ids: 1eb620a1bc2e4df65a80f7c1a381d1a16ce842b4 de43049c03b1e699278afa0e8f5ad9fc0f266b74 Package: freeipmi-ipmiseld Priority: optional Section: admin Installed-Size: 326 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-common (= 1.6.6-4+deb11u1+apertis0bv2022.0b3), libc6 (>= 2.28), libfreeipmi17 (>= 1.4.4) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 243384 MD5sum: 25aab334ef87dcd83dd9c19651ee50b3 SHA1: b0d8267285e39ea586d23056685586f94a72446a SHA256: 2078d1f9e02307ebc973b4f37b51b46bf63c15a789ddda3dedd90007ef397b67 SHA512: b885d3497521e69d76047380b5c3d84de2ef50f6ba682053e2b1a611df1fc563d4393b45956716f795c3c397189a97439104c9124f99278dd6af79e63847c061 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: 216 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-ipmiseld (= 1.6.6-4+deb11u1+apertis0bv2022.0b3) Filename: pool/development/f/freeipmi/freeipmi-ipmiseld-dbgsym_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 188140 MD5sum: 4eeb2b4c769fe831755c9d6ab90e0e92 SHA1: dadaa03a61edf5e9b710ba5ef44b9210debaeba0 SHA256: 48805fddce0dc4e85a232ee3bcb345d8675b9f59fbfc80ac7e93c969ac7c7c91 SHA512: 8a8a28f3a82f3755a1fb6ccf73b527ab4d20e98dbae237aba9a0220158568d468339039d7d2743bf8c10e4a439eb13d0b0d7598c1caead19ed2183dbddcab468 Description: debug symbols for freeipmi-ipmiseld Auto-Built-Package: debug-symbols Build-Ids: 60ce1275cc6369fa70e34407029e61cb0d90a8ec Package: freeipmi-tools Priority: optional Section: admin Installed-Size: 2338 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-common (= 1.6.6-4+deb11u1+apertis0bv2022.0b3), libc6 (>= 2.28), 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+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 747312 MD5sum: 748de1e0297066e4c6e11a2e75fc3c49 SHA1: 75cc90f04bb2844f2cdeedb604530a98582d8019 SHA256: d88137f4d8e1c449011cd4ab417628870af61cd4dd2a2b4152c561afd843b5bb SHA512: 49d1582262fc2c537ed03f8d9371d77e78a66736fecb3e4687bbe911dca1237b0a87f6d2859982c1263d03c988147f84529808155b6eafd763746d6bfa777923 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: 2744 Maintainer: Fabio Fantoni Architecture: armhf Source: freeipmi Version: 1.6.6-4+deb11u1+apertis0bv2022.0b3 Depends: freeipmi-tools (= 1.6.6-4+deb11u1+apertis0bv2022.0b3) Filename: pool/development/f/freeipmi/freeipmi-tools-dbgsym_1.6.6-4+deb11u1+apertis0bv2022.0b3_armhf.deb Size: 2351536 MD5sum: cf6058b079022cf650df3ed43ec60055 SHA1: 5c56b02c00ec8e5d2cb96bebfeb513a91d7faa7a SHA256: adf2b14c64ce139e7022bdd6c90f5db5b4ef82ad357466a884bd2c5458bd27f6 SHA512: adb936be7af26f63aa8f80f2dd8e8a47dd6c576668ca47127ef960b103917984709243dbff8e39f2c86384af18417b3296fd80bd055c9d8f23cc1ef3cf8698e6 Description: debug symbols for freeipmi-tools Auto-Built-Package: debug-symbols Build-Ids: 14ddaebbcae34765326f3a56732fbd8be9944878 2f5b38bc2812975564f42de4043956df38b458ee 349a32856ef924324cc3509437ad5fba0e27dacc 5573023913ca5ef60e93cdf1509a4ca40579d16c 7748f2e0215bdc89d149b478509b2abd89af0c48 79076e3e5813601d3c3f2d55e37e425955b8050f 7d432a32925e118230666e9ab3037bad15bbea20 7ef31b47cf6c2f77c51648e2a6c77956edf8215e 9c7ba1df693c745ff6e905402166115650a42155 c0354ed060202f114e0494d6eccd64496c626958 c4e4bad46f84ffb05e7457606f2caa996063c44f d368e5bdc2aaa7acaa2275d74ef14f6519c5c76e d65c109cab436a44c6f458ad9a2e600961804f5a dd8e273ca8cab1bcdd4d4924a8586d28c5f93aae f18ea2b1f187f4093217a36eae1acb162ef08184 f753fc3a08f24af04918d9ff8350ed2e6cba1a01 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: 574 Maintainer: Steve Langasek Architecture: armhf Source: freetds Version: 1.2.3-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.28), 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_armhf.deb Size: 197224 MD5sum: 7719adbcf30ef3e7c812a1bc74183b4d SHA1: 801a0dd65c1c7d0c9ec287499cf9f5bd9d3a8d6a SHA256: 9f88f6d25db80d4035eb4ee32811deb41e6a9c024a5c0c085654606cd0f8b088 SHA512: 26cf50c52099b94ec733602eed3ea7910e98c11d1b647233927c9b3b57b8565871d06bf2225b63ed1079c80f410a51b80ee1b47c98ea4351ffab3d3766140b9f 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: 1156 Maintainer: Steve Langasek Architecture: armhf 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_armhf.deb Size: 1031696 MD5sum: 8ad77a3317216d993d149410c1c87265 SHA1: dc595964aa359fb170907bfcb37e611b5626a595 SHA256: d0857fa8daed6f623a2611580d5478a958dba3f31392d20245d32fcb24cdcad7 SHA512: 79a864778c3c26a47e9b904c12e600e1ce008f591a1650a04f1b28ce8c63046efc4a0fcf2445f98c3bdfd03d8dca4faace6deaffdf3ff33751b5c8e5e6d65ac3 Description: debug symbols for freetds-bin Auto-Built-Package: debug-symbols Build-Ids: 1854d93f8f4afc6e7bf8d3e939e90e35b67abe75 1f048ac519a5dc064264baba5f6a00ab1c094bb5 2d4ed54e9bc20e66dd862a847d89fb1baa8322e7 4aa7fecb3b279699586dc6902c25e6480faf6844 5257d5dba39f532c59d28f2d1cd6dc380b952594 7ca6cc61762c9ce207558783accec8adae92d8cb c2618515892e1f62757e47150e377341daf2959a e0fe49a827687f9ea0e7a73fe51fc0ede037e572 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: 1137 Maintainer: Steve Langasek Architecture: armhf 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_armhf.deb Size: 252316 MD5sum: 83c12d3787b48875995f6e96c2c88c64 SHA1: 37ae1511b5a1c51d4574a63b35c2f89aaf058d03 SHA256: 78b9a1daf6428c75b025d1a7c5d8445df3a2182a73c4dda4f751d91ee476bc8c SHA512: dccd2d6e11b6a6ee530367184e7697004fb7aee81a14b274c16dd2fae92d3bed9afb3bca7d0e4585c7eed32f9b790ef8f5e03144a71f47612ff26777f2c3fdd6 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: 101 Maintainer: Robert Edmonds Architecture: armhf 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_armhf.deb Size: 32172 MD5sum: 51c51448467251980a724f9a1f443633 SHA1: 1363190fac4aac6b8cf965c17ebd46209179e8bc SHA256: 7a43f17d8f66639609bf56e8ee240e9fa6556a393b4b75ef1d3b351d812d3b22 SHA512: 2bcf9b87e3628dc942d1c2379844441ae155113b65d6be2f20db6a0da539b5e31117759c27c2bda63e91bce221d5bd3e26171ec1286227c6152dd073bf32ef77 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: armhf 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_armhf.deb Size: 96600 MD5sum: a1eb710a3d5aeaa1eda91014a14f2e10 SHA1: af92d36dfb34bad53e635b97b1698b37a31934ce SHA256: 933622121eaa250ef2ab973311d186313f21eeca8fcf4bdedcbcd5f082009218 SHA512: 2b2ad56c4fa398566960867fa333ef29d7abedb1c82ac103e01191283fb53a3ef7a23313722be091bfe423091af49e1a4e905361d9e9476181223938a84ea3a9 Description: debug symbols for fstrm-bin Auto-Built-Package: debug-symbols Build-Ids: b6880ccca229a10249056e7f43679bfff9991dd8 bb7cc5ac56a6086751c07bd8f0bda336e0cc0d36 c3fc238ab4c54d2de093df7f5d02fc6d1b915315 Package: fuse3 Priority: optional Section: utils Installed-Size: 82 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf 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_armhf.deb Size: 33912 MD5sum: e68babb19b5994a3ccec291b350cc11a SHA1: ea2b720369850f71e2db37ba0b51571f5b8bcec4 SHA256: c838d1a344ebbfdeba78fdadc36400f7ebc8c0bb6c8eed6cf47db2f4636024fa SHA512: 0467851c669a4fa2bdc8ed2e700db382ba0a387db74790d55968c39e467cf549784570fab398817f334b11d8d2dc86d04b6e9a829a0d024de995c01e1b5af8db 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: armhf 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_armhf.deb Size: 52340 MD5sum: 867d66cc5323979911169ad8218ee9f2 SHA1: 41081a4db49857d04eef6803de0147cddcbe9df7 SHA256: 3e286e194b8adae84e8af2be06bb8ede913913ebaef1ac93cdaa8a924f2de6b3 SHA512: 7b9f7b086b4d1077855ae0a62ffe63734bd368f2d62be36bd19252c756645df3f74529748b8213d9071e828958397bc6a3800429cff7a1ff41e3f5f9bd19e0c5 Description: debug symbols for fuse3 Auto-Built-Package: debug-symbols Build-Ids: 6fc68e6f594d35d0658657c829287fa5830587f9 8f435ddbdc82ea6328189251eacbffb585ba0ad1 Package: g++ Priority: optional Section: devel Installed-Size: 15 Maintainer: Debian GCC Maintainers Architecture: armhf Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: c++-compiler, g++-arm-linux-gnueabihf (= 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~) Filename: pool/development/g/gcc-defaults/g++_10.2.1-1apertis0bv2022dev3c3_armhf.deb Size: 1644 MD5sum: 1617d6eca766423e6ede3e858844b12d SHA1: e496e866cc5bd2c1d4aa4495ea6e6b9849d2d9d7 SHA256: c0c6702b22437cff4d3f4ad2818e276d742cc17a4d342f3c947afa83011c8282 SHA512: 977aa870807210cc745253ad2287f50ac197619b89e7225005b70cf71d52885465c5b799bc9fde9531dc9e387846e94312137fe364e8d335db8e8986d2d2467d 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++-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: 39574 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 9255464 MD5sum: 90ca14340e07983397598b805339825a SHA1: 4317ed07f3e1ad6e13bb3d7674b92cf8c5dd8cc7 SHA256: d016409c1550a99f86b8082e235be532bc516e4d69a3fb62d8bd7a26ab9c4ca6 SHA512: 3841498ffb178fdd83580fd9e5c09f4991a15b06388a6f0f61e7e517e364c8b627f85e9b5e0dafdb36fcdfa8875526255135d9cd038d0cc15468a9351162172e 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: 85401 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 83691604 MD5sum: dd78b852ee7590f0ce4fbdec67891cd4 SHA1: 61e01df19e9c09c10f8efb79e46409c4fdbdaa65 SHA256: 2e8b8523a9cd0ceeeb34ac8dc30dbab126c55281041d2735041ae043b612611d SHA512: e3d5f8348072cc189612d635f7c0277160bc01919e72918a9b737b57e105bc01e8837441b10689a40fc80cf96e388af834b1255aff70aa097f95ef47eb037312 Description: debug symbols for g++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 0e2cc28d609d22a4b29ba028d5fff4117062d276 594915a92768e92fe620cc44351486cba85e1949 Package: g++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 39497 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 9247652 MD5sum: d3e01a2fde1b02b650bdf87fb39be9c2 SHA1: 97f35bc0cd7e3d0b109f0c1be9352aa736d6187c SHA256: 8b0ebd6b7e5ef96215ab3ad6d4efd421b12cc6cc34da02c62744f7fd50ff2949 SHA512: eeb2e3edd5876e954029016aa1d26042b2bf5414784e064a9eab352d89850407ca696b25e1e56fe1f8763cfaa0a84e193c386d522a3d0e9b9c1595b9148ca3a5 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: 85396 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 83697396 MD5sum: 57ac9ac701609138618e37d9493d31fd SHA1: baece4d96a98a5d3f2ce18c50b3a2687983de76d SHA256: af88d108bd7a48c7c851d5b719e2488c15091f510d519f7aaa2d18f723455c69 SHA512: b4dea3acbb96098ad44419f083ccfba3f47382e57ab10c28223b3e959bdf27428e3bb9092082660c6b4bb6a5a86e61dc2df12cbd664bd79fb7196b020b4f45b6 Description: debug symbols for g++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 8c8fb83b586e17d4edebe87aae4d445e9655b137 f31352c69c2ef5b4d676e2b9c03b2a2d482d5731 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: 41093 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 9412964 MD5sum: 230f3f2ab5be0fabcca2636dde456af7 SHA1: 82d31c54c9285f84f994e31c06e96d7c56ff8d20 SHA256: e1d577a2c504bef0926d358dc97ccfa9ea6884986fca80bce5b937fc6b4fd9e9 SHA512: 1e94c37199668959f91926c4d9e5d496ff2af84a017fdf9d9ab358decc7671a6f1edc5b63cbcc8c5dede0561708115538f1874781d21b4aff485b069acedbddc 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: 85888 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 84114544 MD5sum: fb26e4e9be7f0f44460602000f3d600e SHA1: 87b65e24fe6319dbf0ccb4fda42dfe42f2f304b1 SHA256: 1040267170f0195e68bf79d73883fcefdfb091893bb366a3d774f14834a4f01f SHA512: fc623eae0492bf9aa57068f079b2b00f49f35a927aaa0781b84eaa88a1adde3492dd00b928894704fd87fa80522de8c77a5488df3b44d46c06e36474f3c46426 Description: debug symbols for g++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 86fade16b543e466f3de68fdfa82a4b63a53f2db 92a835a18dac02464691d524b983e368376f260b Package: g++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 41010 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 9410804 MD5sum: 9f4a4bf43547b518b0efd4449ae367f6 SHA1: fe31d4c493dffc22c308f3300b206cd1ef8d59e6 SHA256: 8ac81e812ea1d3431a2623dfd5a6af6ab2fcb0cdccde8483f642ba5343a20329 SHA512: f45e98f5370c5cc22da11fd4dcf9be39426c17be690877e4e5cf1303d4d57e0b7c869d71a62e7b91efa4d4dcc027ad2737e9c34a03c320a66aa8660081b224ff 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: 85884 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 84099248 MD5sum: 3bd3368383f86b698349410721226ca0 SHA1: 9c643a93158fb45fb5fdf40c4ebb83a4d5809682 SHA256: 3e7203dcb5e8cdc92fd7ed5145f4094f5f5afce73c94c2f18a8e23769d346a70 SHA512: d75a3b4da72fed45c1011b16745b6e6ac924b7512a762c46cfa0b195b1ab2e6139e43421f8ede7390a9d7c73fb42090d245c6978dcc35a19f06f9ddbf2e791aa Description: debug symbols for g++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 64ae9fcb8faa978c804b8dd9281e7a319b9ce987 c4e949541e4fc5327b5607bb2a7b32c97ed6d859 Package: galera-3 Priority: optional Section: libs Installed-Size: 1383 Maintainer: Debian MySQL Maintainers Architecture: armhf Version: 25.3.37-0+deb11u1+apertis0bv2022.3db1 Replaces: galera Provides: galera, galera3, percona-xtradb-cluster-galera-25, wsrep Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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.37-0+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 687424 MD5sum: e8265d4800640f2ffccaf963e02a95fe SHA1: 54f0ab41d9efba31a33b85cc31a6332525075967 SHA256: a61e22cae1ef176b15cf237ad93cf881443027f7f5243adbbd3e93f8e328eb05 SHA512: b432345e2a2979f587c4e4b0f627b333f2539e37a7af789006949f9a75c0b5d1f48fb54ea30eb47e2cff2de200bf678f8464133109670660e5d8638dd453a5b8 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: 11728 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-3 Version: 25.3.37-0+deb11u1+apertis0bv2022.3db1 Depends: galera-3 (= 25.3.37-0+deb11u1+apertis0bv2022.3db1) Filename: pool/development/g/galera-3/galera-3-dbgsym_25.3.37-0+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 11566340 MD5sum: 8e777f0f1944387ada97a8a642536596 SHA1: a404f43868db69c60662fde8f29604c7553e2d97 SHA256: 08b6badbf8ef1fe7d6e0b62b7a81f8ea8cec2eae1a1abe335a85b46b89104451 SHA512: b4acaa9b9b6fd011870e87705d54692b5d77814aa6a1f3b2d0738edc4a80215a3ce5d7e7b2b3df1a561168ee716d2ef2141c0a45faa60bc29aefbc79000a5868 Description: debug symbols for galera-3 Auto-Built-Package: debug-symbols Build-Ids: 172cd46edbdb5714ca897ca2bc79d34f9a73439c Package: galera-4 Priority: optional Section: libs Installed-Size: 1488 Maintainer: Debian MySQL Maintainers Architecture: armhf Version: 26.4.11-0+deb11u1+apertis1bv2022.3db2 Replaces: galera-3 (<< 26.4) Provides: galera4, percona-xtradb-cluster-galera-26, wsrep Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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.11-0+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 741588 MD5sum: 0c599cf82c2513f7f14924a4a3d412c0 SHA1: 817c517be61a9d552fec93bd8a71c509583c4174 SHA256: 7c0e73121a7e32c409e77a0025e46c5d85a7e785a6edcda2088c09521cc3b978 SHA512: 10e7d9ed5fc3071a108a85c6d78991654b8ea06696c631355462232c204c9a4ab49bcf93d2df284d9dfa224a5c1ec869701f1eae63754ef23638ce8470a3b103 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: 13288 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3db2 Depends: galera-4 (= 26.4.11-0+deb11u1+apertis1bv2022.3db2) Filename: pool/development/g/galera-4/galera-4-dbgsym_26.4.11-0+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 13121284 MD5sum: dc4fcfd83c762ca3af9d46bb20837c17 SHA1: 3b7616afd0e4f60aba6e10044544f2c3731422f9 SHA256: 9e05aa8de427cd033243d5eceb54bf8719851a3fbc267dba99328cd43b866f6b SHA512: b9ff83a3c5f8f32cd6a2bf08cc4a3993be763deda1d9bcc16b713401d49e46d00219e0fe37a7d66a21aafc6e56a629df68712c1fe499b9ec041c37713f5aeab3 Description: debug symbols for galera-4 Auto-Built-Package: debug-symbols Build-Ids: 5aafab8813616203c479e35c64b741a2bb73fe9d Package: galera-arbitrator-3 Priority: optional Section: database Installed-Size: 1201 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-3 Version: 25.3.37-0+deb11u1+apertis0bv2022.3db1 Replaces: percona-xtradb-cluster-galera-2.x Depends: lsb-base (>= 3.0-6), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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.37-0+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 531600 MD5sum: 5075c885c61f54079dc6cf6124dbe4c9 SHA1: 81bf2e0442a7e996c5d92929491c318aab56af03 SHA256: e75ffc0f7f2abf04f0ac64cbf2eabe5af8cdd82af4124bd8a97ad530d16e33d2 SHA512: db099dbf7beaf78e94a655438048ad983543a56178cfbfe0f631deb30150aa892fb84a3659fe489dc52d0f67808b94561ed83a7b37c47b93871dfb07fffca261 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: 7931 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-3 Version: 25.3.37-0+deb11u1+apertis0bv2022.3db1 Depends: galera-arbitrator-3 (= 25.3.37-0+deb11u1+apertis0bv2022.3db1) Filename: pool/development/g/galera-3/galera-arbitrator-3-dbgsym_25.3.37-0+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 7773320 MD5sum: d13991a76486b1215249c1624da7e138 SHA1: c8eeafdc031b035175648e0c9169fb4de2e2eaac SHA256: 99ee84181e79e89927f9b5070b1f74404a9b22052882d4e15a2b0f3cf3fa747a SHA512: 94666f8fa7621405500d744bad95f0524544e14832805a3a11fdf6c1184f7bb18b5b26a723e170c74cb817ee7a3113132285e3f3d8454de8606a34a6fbca04b5 Description: debug symbols for galera-arbitrator-3 Auto-Built-Package: debug-symbols Build-Ids: 46160c3aab12e3874c19683865740ba82208e029 Package: galera-arbitrator-4 Priority: optional Section: database Installed-Size: 1314 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3db2 Replaces: percona-xtradb-cluster-galera-2.x Depends: lsb-base (>= 3.0-6), libboost-program-options1.74.0 (>= 1.74.0), libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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.11-0+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 573412 MD5sum: 5aba731e5cdae6b7e4c45ada3295d698 SHA1: bb05cf25c97a1225ea8241f79de6e3b69c8b6dcd SHA256: 149536a3d88534edab1341def5853e529a9a2faf5ac3ebf66d98688060e59272 SHA512: 581501f6f3e5447f14fac4b47558a0c5a27935942b0745d543b8e11e958bf177520425d65d1dda703dcbb90cd85120da14dd6973941b470ecb8f18835fc7c96b 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: 9111 Maintainer: Debian MySQL Maintainers Architecture: armhf Source: galera-4 Version: 26.4.11-0+deb11u1+apertis1bv2022.3db2 Depends: galera-arbitrator-4 (= 26.4.11-0+deb11u1+apertis1bv2022.3db2) Filename: pool/development/g/galera-4/galera-arbitrator-4-dbgsym_26.4.11-0+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 8953024 MD5sum: 92f4b5cbcb369b84c5fb36291851f3c7 SHA1: a1896769b4ac70b8acfcaa55dfe79816917e2d5d SHA256: 4c2ab4f24150f9a717df7901dbcce121dddaf1ad829854ba9df66b2486745062 SHA512: 13bfa4cf1d253ccb8aa14f76aae0a15f9e88b96f6cbb441b8b7db807429ba812b57d1876208e61446ede6f2dd982a3e6ab0225a2217bc058b3b1485fb2d0bc55 Description: debug symbols for galera-arbitrator-4 Auto-Built-Package: debug-symbols Build-Ids: 9c3a84116d9827cbede3de4c89ea1dfea0dc0c76 Package: gawk Priority: optional Section: interpreters Installed-Size: 2123 Maintainer: Adrian Bunk Architecture: armhf Version: 1:5.1.0-1apertis0bv2022dev2b1 Provides: awk Pre-Depends: libc6 (>= 2.29), libgmp10, libmpfr6 (>= 3.1.3), libreadline5 (>= 5.2), libsigsegv2 (>= 2.9) Suggests: gawk-doc Filename: pool/development/g/gawk/gawk_5.1.0-1apertis0bv2022dev2b1_armhf.deb Size: 568524 MD5sum: 9b3438a6a16c30aa060eb7c0eca20f37 SHA1: 133a553315538e7dbb917ce647cd8d1ed53e1f28 SHA256: dfdc6df02fe14d5213c4f3a12e7879339cc922828fd92c34ad88569f984597d3 SHA512: 845ed9850b0d237e0669fa919bfc71c5311b9b90cbe17c765d049ec3e13eb18854c8413d6902b755b10047d482c5c3056f428084b09eb4bdefdb08d79414840c 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: 1195 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 1067492 MD5sum: 47ebd76d3156611d356c73627d3ff06f SHA1: 3aa1a2ba7d4184702e54d3e26a6c5f4ecf844466 SHA256: 27d2e3b1f904d4e8f1aefdaf16ab54f924e6279c77825a453a7427dc5fc5bfc7 SHA512: 43dda15e2532fc8036b6d8ea38f533cf2a5032b5efab4fb670646c1782286e64ed19bae904593d48e89bd4725a5c0d0b6d6332a788fe6b92cbc32d741b6e149e Description: debug symbols for gawk Auto-Built-Package: debug-symbols Build-Ids: 2c8c54b30e084e1de6c74689ba1a4a793d7e955e 34902e9ef2d2947365216cb7cfd134f01490b254 3ad9e868401cee8865abbe24bc03560139b07ceb 465ffca97760b8ee523589e31661925f936396d7 76d7866726ba2b5343595e25a41971b983cd04a7 927052f14d29d2a839ca5296663d10152abb72ea 984c009729ea49fa46bb63da12dcd95c1f64bed3 99da46453898ea9c2a6db3b98ff116010e28942b 9cb5f9b41be5eb2e1512acc4db7999e008ff3f45 aa35609fa7531a57be7b691536a85040ecb04df8 ad72e15cb0eea98d46a91b2c92f6bc2eec6eb72d b5f2a381da8c55cede34a5f53d083e430832809d be0aaed4b6409c467f6dc54d3718882f58bb6a0f be19824522b0505edf4a3bd02c87dee42fc3b028 ce7b5881e73cd9cb57e8db1216a20a9f2a373dd1 Package: gcab Priority: optional Section: utils Installed-Size: 203 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 33460 MD5sum: e2fdb8b3d9b01797cd592ecaca02138d SHA1: ddb7451941d9c01fa561f2609389817e91601550 SHA256: 4598c9a059656a14db54f454d0f27e2a6271bbcb1ae3132712d16296ea7d1d4a SHA512: bba3f5ba3f647c5031fe4702a0de1428101a72086d3d3b6bcee09e177a8d21be7eae6e439b13ab487439dc5c42fd1727a588e6a370cdac3bdd6391a080d75a33 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: 29 Maintainer: Stephen Kitt Architecture: armhf Source: gcab Version: 1.4-3apertis0bv2022dev2b1 Depends: gcab (= 1.4-3apertis0bv2022dev2b1) Filename: pool/development/g/gcab/gcab-dbgsym_1.4-3apertis0bv2022dev2b1_armhf.deb Size: 14876 MD5sum: fe1ed89de1f9c610a5defc86c173d013 SHA1: 5fab9c09d5b2b949cbc14f373f9d2ad24ee9d890 SHA256: 843fed574e47dd730a8337629d572a7748bf69761ce3b4862b48352306bbd13e SHA512: 48cba3a46555b5da015e044428bcf8d42fb4c88eca8242a99834c10e93704d0dde1aa1f1b24423de6c4c934841a6aafab23b02816c69e4a02f78bcd1b20e5ccc Description: debug symbols for gcab Auto-Built-Package: debug-symbols Build-Ids: 069a40a6011130e4a1cb3f10283f7f8f6a4b6330 Package: gcc Priority: optional Section: devel Installed-Size: 45 Maintainer: Debian GCC Maintainers Architecture: armhf Source: gcc-defaults (1.190apertis0bv2022dev3c3) Version: 4:10.2.1-1apertis0bv2022dev3c3 Provides: c-compiler, gcc-arm-linux-gnueabihf (= 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_armhf.deb Size: 5204 MD5sum: 4d40b3ed1fa003fcfed76b18d9e4d0dd SHA1: 3d5baef60b0ce72289e09a8e4739069e7bb8e3be SHA256: 3d5e992f1705e1876e2f4594a63c64b5f6e1512fdaccc012fd47c9f5a2d1b687 SHA512: 9bce5d8fbc91b2eb6beba0514bc6fc50be3c2b73a9678f595dd701fe0dbacdfc10a01f0abfc3e44ef11b2499cef976806c9deb7d484a7c9905b1939591b15c7f 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-cross-base Priority: optional Section: devel Installed-Size: 348 Maintainer: Debian GCC Maintainers Architecture: all Source: gcc-10-cross (15+apertis3bv2022.2b4) Version: 10.2.1-6+apertis6bv2022.2b11cross1 Filename: pool/development/g/gcc-10-cross/gcc-10-cross-base_10.2.1-6+apertis6bv2022.2b11cross1_all.deb Size: 293900 MD5sum: d0cf1e616e1f75c1b70650e1e960fd61 SHA1: 0357b6df043967e39f6751b298bc40b7aa40e7f6 SHA256: ba78985869dc475f4222b60c64a676feed638100951ff501d34436415fb377dc SHA512: d7fc5bee57bcc64b12b68c834663ead7aef438ebb29691621b81210abbe476398e7820a2350a8a5e0db5281d4c36ad7cb9dfaac4e6235ee0273a3783533ac3d2 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+apertis6bv2022.2b11) Homepage: http://gcc.gnu.org/ Package: gcc-arm-none-eabi Priority: optional Section: devel Installed-Size: 484133 Maintainer: Agustin Henze Architecture: armhf Version: 15:8-2019-q3-1apertis1bv2022.3db2 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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-1apertis1bv2022.3db2_armhf.deb Size: 27550800 MD5sum: 109ea2599cd208d25a504769545ff5ee SHA1: 25d20de137e778baf8e21133845b6497831a01f5 SHA256: 86af7cf7c22dfc23d15aed31871f9881cfee6bb0dbd0958e368130b0ce54cdf7 SHA512: ab2b869014dcf7668999e34e680ba834f38bba8b4a08a27d7f4533369b71051028e24670a5cab76f68799decf4356de26ca77cf0ac70ae6606f00fa59c3e8e60 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: 198870 Maintainer: Agustin Henze Architecture: armhf Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis1bv2022.3db2 Depends: gcc-arm-none-eabi (= 15:8-2019-q3-1apertis1bv2022.3db2) Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-dbgsym_8-2019-q3-1apertis1bv2022.3db2_armhf.deb Size: 195385012 MD5sum: db0580ff15075ceb73d5b4d43a09d78b SHA1: c54a7b4ac1e23e4fff3f9bab0961945b69c9f00b SHA256: d640e600c1e30ca7b299073fc227c41235cbb8becc6abe3ac664f910c4070686 SHA512: e7ca04fd2aa1e926496727856a87c2bf54edc9dd7f72171e8b8254838ab80bf291e550f0909ec7b2091fdf2464d5aa0a4a196ca82149f7503c75b168b1b039bb Description: debug symbols for gcc-arm-none-eabi Auto-Built-Package: debug-symbols Build-Ids: 1930ac551d4d2bfb729216e37baf626e2ec55c14 312f1e5ca968ae38ced5ce5e7a91890b984046cd 49fc012e068a689f098a16a9131d551bffe548e3 5caa853c07148a5b7c3ed20ef810b1da0649cb1d 688777502312c73e1a608f410464957708131db1 6bdd395bd8d4904e47fdef1f0aa04a359d602304 7e12aeaf8c6b72e6006fe3cdef070b35ab7e61aa 8f7598ff1ebf2142414bdac3abb23f1adf44ebee 90daadad36244a2c7f5aa8bfd864e1f78ec8cfb6 9f8139b23bc2001fbffae8bae1ba73957bb98667 a75fd5fceab4e21709aeaf471a100e21b66e44f9 aeab36337bd95a89f509b385ee23d9affd02ffc2 b18fe84a2c5bd48cbe1ec8eebd18ba0bca6f8d57 d13e9aac1daa25a4b40aa43a018cbc73c8c53239 e33928bc9fc5f9cd11b49a2cc75c8b08a72da310 f00ca9c5e1e312820c6aff8344a8405e26076382 f2ba2edfa6a4349eedec5215b18bc8c79258f3ba f5a0fe4331d7367fc52e2e264304d244fa5e2f71 fa4f5a4e37af2627030e1fcfdeae012c4b85c643 Package: gcc-arm-none-eabi-source Priority: optional Section: devel Installed-Size: 52228 Maintainer: Agustin Henze Architecture: all Source: gcc-arm-none-eabi Version: 15:8-2019-q3-1apertis1bv2022.3db2 Filename: pool/development/g/gcc-arm-none-eabi/gcc-arm-none-eabi-source_8-2019-q3-1apertis1bv2022.3db2_all.deb Size: 53477804 MD5sum: 61604c5f87d8444139ffd43832b2d772 SHA1: 5136a57ac665720d0d2bb791bfe056adb64f12c7 SHA256: ffb253050c13d1d18bf0cab13e45d9195ab5af48ab3c91c1341e6c8f5e33e04f SHA512: 1604cf5c6ede3fafb213a2f9f830a9a5d4c26a6f08f386de3fc9201bafa1d7067c6a29ceb4af077a20e913e200509f20f3daec8b48364272cf05bae6d0d153d3 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-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: armhf 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_armhf.deb Size: 186512 MD5sum: 29163169d9d120526969782d1d7bc00f SHA1: 8a97848f55b97a06cd71e76fa2f8809eb9233683 SHA256: 1fee53934f21ee633a0ea5bb719d2372b9af6acbd43bb58f6d00a76c292786ca SHA512: d9a6220f01d5f13181a162cde993a674231703afe1c779221b3375d3379253aa4955fde72568447965b9222adeb63740a8c3a2d274e8d4272cf24c39bb12af87 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: 70604 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 22722352 MD5sum: 10ca433dd7a1698deef69f1ee45f3752 SHA1: 765417cf40df5a043c11837150bad0fec0b47e39 SHA256: 8ac8ae6b3d5a5ececcc2a55eaea51747cb8fd93036b4e17b368bdadc27d07f16 SHA512: 7732b0aa941d42743bc6270864097403910ff21a41c5772f161cf2877ff983af1023d55b1b59dcc982287343a94d6a4466ad8aed8417487cbf3ed677323cd782 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: 240680 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 235422088 MD5sum: a1ca7242ccbc8cb92fe99d5a4cefa579 SHA1: 626c2bcddbb9535ecfc8ed93c55871de4e2feffc SHA256: 1f2e85c860cee17387cd803070a587cd4be78c616d60748fc6fb94330a3c2b05 SHA512: 44680dff98156841baedd4ec7cbac78ae597b878a4b6b8a9bd7f9bed93f50061c2ed59a4ccc83c9bc28cde3ae2c05d165a6a84e40718012ad09f74f0f3247a8c Description: debug symbols for gcc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 0401499b5381d5ca614c5da5497f65a64b9113dc 11773b8d1b00c1930cb3a6bc2788c2c9ff601c76 28af3a7b1d757a26549631148f660fffc6dc1db1 41de0b742c0cb211306e1fd884e6d59d001f36cb 49820d83edf2188d7a8ef53e5b02e17f71265a5a 53c336245e186edcd52f5c068341463f70edb81d 61cd1774b671681348f3d1cd1f0fb301a39cc02d 6ff40607eb04786cd5b62d70763a56ad6cffafd2 9e948da9ec515e2792c2d4f57ce1100cf670a588 a4a5f335253f2d81f5c70b80ae10789264612c59 b139a7b6688e967686efb8174231774f7b5bd0c7 b425bb030732b4ee7a024fbcdcc99f562a93c539 bdd7eda608abe6193bea806ec48e1102a51889ce c77f280d629ff3f85c7ee3f2a0b9b41571814a70 cbc5382fd25d06cd9887eecdd5813d69048d13a0 e238b87cfdae9189540aa94e954355f28210c172 e511cfeddc1672bfe237b033d1532a458f6b8762 Package: gcc-mingw-w64-i686-posix-runtime Priority: optional Section: devel Installed-Size: 48431 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 10751816 MD5sum: e887214168de6ee187f890a79a3c4cea SHA1: 43de8ce10104f24171b8def7101b047f0cb87e60 SHA256: 98af1ad4be8740f1d88994bb1cb5facc6bfcdbc2726ba86d7a70e59e1bb258e4 SHA512: c8c2c326fa0e05e43ecab1ab4ea7b1aa40d8d6af68c3f90116031e51289829cc944f33f9063713219b69e56f90641e908b32878a314d16da3a813051dba70b7e 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: 70605 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 22728136 MD5sum: a16f1018f281cd39c2a2994893f1e902 SHA1: f22a14f195817ba9803feb1c7103f4ee73619806 SHA256: 13e5eb6ed925da71927131f40043096ab1084d3ce3bae5a00aafe62fe97bc224 SHA512: 89766a64cfd44a09023df8a7b0b3f567f52552868d48fea8ea00dc29b80df2001dedd0065746836a48f3cd6b3d69890d098b7b0e23ebc04099b97bbdbc8690be 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: 240673 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 235474868 MD5sum: 8b5a02b6b7b1506065da874fefcc4b79 SHA1: ad14a6b035aa89b50bb9556b5867f698a6c5f4ae SHA256: eda09d08c8b54823c01491310877e5c4e6a91e3b2e10f3ca0739329f1b85e20a SHA512: 2a8e3b6fd66759c1f83d6cb330fde440c702a6a7921b31b3010ce4d3cf87e4dc3e41b37b2c1e80272607224d89721226ab0dd26d740925363024dd7eb9e2bc6f Description: debug symbols for gcc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 10c0a6e880dc3210a1471c268c00bbaec46ac1af 1967620e581560b992c7a8816c5f42d4aa45ad3f 2381db3a439b71c79fceff18d21b2cbb7ac53961 5501c43bc0ec287feffa2476e364b5a912f42fd3 574a2d8b2288eebdd6938343daa1a49a11b47fff 590a11d6b8d9b1e6d8d72b56b0a2684b251b674f 85cb373fe876946db78562136b9c641b1bd11b07 90b0c6db700dd959870786399507a1d860205c4e be3a1d0ef84873444d3d310b44052bb17c4c8551 d465a4ad8869fcf6d9efc2e12afc884f06d0dd0e d7ec965caaf4fde2083a2f73b80aa56b1959b6d3 dfd7ca7c98f6032fee83b116f24d66ff7c57b237 e5333ee0196f89efccab3c4fd5176a640de3a54b e7122db194f320c571ca7f1f357dc106f6b75843 f94597f56834c9a94df3582d8b6e872c7beccc6d f9a813aa9a62ec64ea66ba83dec71f34b0fe707e fbf870bfb062b88a097c86839e0646c7b26cbbc4 Package: gcc-mingw-w64-i686-win32-runtime Priority: optional Section: devel Installed-Size: 48275 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 10713680 MD5sum: cc2458998b5e4c6774a9578d3628819f SHA1: 5fc4b2a84abb7b56e2bfe39c7f92fa8ed352f833 SHA256: f6b52b72b61ed131185df867734dd54d2b040d5bfe5c9db305c09c4834a9de0c SHA512: 48b946b489b557af2ab134ecc627fa14bf67b8bf75b004e25cea9e1ae272aa40a2347fb3da5e9c91641776762d71d4503a19ebbf7c17dfcd6fcca6119018031f 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: 71133 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 22880524 MD5sum: 5c9a417e3648a6f2c8068647aba90e11 SHA1: 37dedbb6b9b08ee45033ec2730ee53cfb7a2b212 SHA256: 4b5790dd46777b24366b127c6fe7728cd88f6739dd25b00c85b5c2bd90a22110 SHA512: a33f916a3c7ea8074a7069c877b2f797844d145272cc1dc8441235112e975139837c0821f85eec838d728d2c65efe02d7a8001da2900e46ef7433d9014572a3c 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: 242105 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 236679840 MD5sum: adbdaf4a95af33b58b4786bdb6fd5a7d SHA1: ebdb12762b94fe38315178370e0a0091e76b0a35 SHA256: d02f654d3e588b1d2685384f9a8a4c2e6d34e18ef09e222c7a1a48d8a58a324c SHA512: 0915c7acd4aec6530354f31d5332e3aa393e8e184545bcb5468d89f69fd7006cd0c022d3d736356fbc2500b077fda1f4367c34d0165faa1f9179aa6bb20fd56c Description: debug symbols for gcc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 033d8a91edc5e3ac6cb65ddd7635c772cd3fd646 1451c7b58a3cee41452a4d09931184613a4da927 1e0e0c231b22984c1a1046f206153a9a58f89a3f 200e527415c19f8b7426a9f0d1b49d05a522f77a 26430f586e4bfa81a7fc2583f45bf341e4ad22b8 7427e2eb3dff173b2416b037d91912bbb5d835b3 75e12deb65484438494f7f5d9843cce0652c91fe 996dc2aabf5cd9e03ebcf6d52c4bab9b4f8652c6 ab21bf4e908885ab212f3ea4e181d54982c643c1 b3194f7fa49f1505a022f15256c22b00a4f57d8d b3c18663b85d91b44bcc9c0df320cc899aa9c98d b874fb8fe1c4a941001fb5a174dfbdf8631eb65a b98f931d7f87570e46119d467865d6898badb601 e49169302dd34d30f1bcd16ee788419ceaf40fee f5e56a65c323cbeff18151067b78bd5b5650eac3 f67c70dda10f288044af545c236be0bc073b44b4 ff3e3a2e4e134f05f840c10fb042a2c0d50b497e Package: gcc-mingw-w64-x86-64-posix-runtime Priority: optional Section: devel Installed-Size: 60508 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 11474520 MD5sum: ffa963b3ca8ec5776d25ee3924ea4f07 SHA1: 38acaf1fc289e55eb3232819037fb01cec02fd6a SHA256: 3f196634282c27a1c55c98cd14dc3bf1db7f2d7ebdd0cd14ea1f66711bac7acc SHA512: 9d03bc5d72e8b388de685727f445788c664ada67587ded9ea311a4534372995f610d303f1f229385f9e1a2932097cd30a45c75251674f104a7ad3fc98a7cc519 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: 71133 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 22879656 MD5sum: 33f6e24a08b4b56091f68a742e907538 SHA1: 839af4348c3aeb7efbff34add7a4227a78a73aea SHA256: 89711020423ba0198b0836c21b84cc63c8fdae0906ed2893d9249ca1b6945991 SHA512: d118552e3ffb417ac31035f92853df407bf7831a147e905fd71cea3302e158b4ec26aeb85dad8e50a3e5b437318cd848ad5962531be2c2c7aad471c8f03ff91d 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: 242110 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 236820928 MD5sum: 216d4a9b3ab87d38556412fbf547d449 SHA1: 0523f1e15e9b7657470bd6ce996b478e86d41a94 SHA256: d3ceb1656b14f03eb7868627bfc442942f8289cdfcb6fb140dbef891483e8df5 SHA512: 472dd1ff7fc759d3eb89c3e9991fa844c44ad88d78d9c52ff303b2281a64889729e18cf2041381960e424c0d4882bde01c8f37fe90e3227a80a7607db379c33a Description: debug symbols for gcc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 1c69494f3bedb03a8146d498d818a0fb3e4212c5 1d4f736c8283e9acd3257d09420e2b31ff472bf8 21917c3448319762f7b510623c89a172f00524eb 35318d0d1e59d0fad67b6fa8021c5c422a6ff7e2 3ca80d7b1ec4166e1e9884e405dfc666a70634dc 452d3eadd69f98f697f0df1f901c577939645c04 51652ddca337e2c6a780a947890d42acef8d0c86 74c5b0eb5d3dee52e52aa2b1e2b639212dc83d01 82650aaf3cf45a0206cf9a5fa277177a817e7f2d 8684e81a933af0b2f9c65917b771cb116a25383f 9d7f18f1dd64630821c88d09c73cf37b54b2e2f2 affcee0f4efb9a8027dd939669c8b9d82e69acb3 b93c96a90ae5ccf1e3f3dbf9738797ebfb6f944b c9712e6132c914b070d760538f586077a29702fb ee7d141c97314f49bee0db25308e671bc446dfa4 f10fbf10400f8c776403152e9dfaf35542502f28 f226fb906ea1d6ff9bd8fe9200fb161ef769ff88 Package: gcc-mingw-w64-x86-64-win32-runtime Priority: optional Section: devel Installed-Size: 60352 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 11420676 MD5sum: 86891269d55a068e2353596020d7d658 SHA1: 8b88fb041d4c2a7b9e4390b4acadcc4fc28e0e9f SHA256: ef438f7534c6022fc64e527e039fbb34a6f95dc07f8ed35947eaa8e129570f79 SHA512: d0e77236e951ed2f0c23ca50467940a64c6c106698d69b9dbe012a36cd25600e68364ca39adf11175d13d427a073ce3eda8afb61e71f11ca69f48895e9d945ba 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-or1k-elf Priority: optional Section: devel Installed-Size: 23996 Maintainer: Nicolas Boulenguez Architecture: armhf Source: gcc-or1k-elf (1+apertis1bv2022dev3b1) Version: 10.2.1-6apertis1bv2022dev2b1+1+apertis1bv2022dev3b1 Depends: libc6 (>= 2.28), libgmp10, libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), zlib1g (>= 1:1.2.3.3), 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_armhf.deb Size: 10168568 MD5sum: 601a88e62442239676be9cee4bf1aa87 SHA1: 3e170e64655f2fdf860180e804c9aff47ff2e5fd SHA256: 6cb16c73e7d60a873e919e53fb7aa9ffaaadf2ca7f93aaa322986e79d29fee66 SHA512: 83cda4c07690f9aa26d2202bacc72255705b3e51557bde7d1bd67a10c96441e394187b93ece54784dc15671668acd93fc538ec05bd3910d9e5b42a3d29b0e564 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: 81190 Maintainer: Nicolas Boulenguez Architecture: armhf 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_armhf.deb Size: 79032340 MD5sum: 6ed751a83455cc1809e9178d08bae377 SHA1: 95bf4fed9401e1135878f001a38cdc4d34045d62 SHA256: a870c81c88ad2f8e8704eb07d1c8cb73d0d4165999c0b1efd9f38388de5b330c SHA512: 8a84b4c332d41b175ab6b241bf068d5e676b69519aef7ca269df5878ead6a8485e7727b291b7fc3d35e2c16752a25c05f19b275915c4df0a3b482980c5b883e5 Description: debug symbols for gcc-or1k-elf Auto-Built-Package: debug-symbols Build-Ids: 0e2862448178b0642c93a22318856fe09d867138 1822bc425a3b47d4cd4419e5eb2bc144d8601d9b 1913ae44306a623280997aecb7b2dbb2611e7b55 1eba66c6266cb2886142a49811489cafe3348e9b 27de66effa622132f12f00a7629b0e8a12aad2d8 46db68e3ced9a970e76f39298cb2c1ae43818fe8 5451756fea022ccc63ae61891759c22420749fff 5682e5c4d60f8b54dbcd16a850ae17b559db28c3 e88c0156163d0384a187cf5d28f28cb409a83e77 f53cc3baaaae9ffbaad21409affd1e063b459941 Package: gccgo Priority: optional Section: devel Installed-Size: 12 Maintainer: Debian GCC Maintainers Architecture: armhf 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~) Filename: pool/development/g/gcc-defaults/gccgo_10.2.1-1apertis0bv2022dev3c3_armhf.deb Size: 1200 MD5sum: 7a64b8831b6921eb6e4b31ddb747dd66 SHA1: 81be7dc81d6711765200ae37f27060bd11689071 SHA256: c6bfc74f2104d0b0617bfd68125f76eee38dc2baaf8724657997c078fb02087e SHA512: 86ed2d454dceb410ed4b5528ee04e30db53659400dec4baf601cae6cec484434ed76c2c95a1ba43b926512d8d2ac955de115b9d21a208e39fca3f828d29e3faa 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-go Priority: optional Section: devel Installed-Size: 46 Maintainer: Go Compiler Team Architecture: armhf 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_armhf.deb Size: 23452 MD5sum: 50ac637939e1fccf8a5dde8d53069118 SHA1: b3d73417b531e391ad230f301dc2456802beec6b SHA256: e7d4813f1f7ce48a137a25c774f2f3485cbebd7628a6e2168cce1a74ec95bdf0 SHA512: 3c568ab537fc7ac99fe6751b77099382cf1c5b997f6cbc8f3e2c52e87afe6aacb21b408d1af95a1a635b5512f5ea72a923f6f356ad85f610561783da5a1fed90 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: gconf-defaults-service Priority: optional Section: libs Installed-Size: 426 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 372260 MD5sum: 4f9ba302fa86ca4d927c2ca5e7a1db4f SHA1: 94c923a7a8be97bedf1bf854e0a33aff007e46a2 SHA256: 1778f9ccf37ce404c6010e68b780dcda677084708a84136291367ba1d1839604 SHA512: e8df21b0006501b008005ea8c51b9d2ee5c7f52cbea76af55722f225b3c8bbb86f69038a0e1501f773af01de0bb6228f862b848ed5780996695e3e2b1e1d5b26 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: 49 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 31684 MD5sum: 1b4fa5e248705dbd3c5c6a8d79f03049 SHA1: 180b922e2bdad5460ad5e77af3c8f769faffb591 SHA256: cee5abf10a3989d519b6c4bc7c7acb0e65246af318c13d671a59e15ab258f2b2 SHA512: 396e0ebb9dac73d9d88f8f71a11a89d4931fa9e774dda276a975b6276f672f3ce644be9e8689de052eb4cbc7ec602df77756423de5b854948bc71116bc8379ae Description: debug symbols for gconf-defaults-service Auto-Built-Package: debug-symbols Build-Ids: eb15e958a162c322938272e1767e2db10096ce29 Package: gconf-gsettings-backend Priority: optional Section: libs Installed-Size: 383 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 364404 MD5sum: d1f0bb45dd62454ed657ae45a8bb0aaa SHA1: 03bd358ee419cf8c5ca14444168d4d9fe0927b61 SHA256: 13b971d038816b8e72b2372cc868a0b8199bf4595cf73040b25cc5f2e7a33dfd SHA512: 3d34311521205504d73f4620a92406cdc409b9cc98af72bd86d658baaadb35c6115f3ff0a287eed8caa4aba8aa5e25ef05e61d23642cbac5432b695cfe336d5c 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: 40 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 23092 MD5sum: 7ef3e753140b1eef6ea2dfdba0472dd0 SHA1: eccf44fa331a30ba8eb457e38166207d95422eec SHA256: ad8f5b35199205a3b440422eaf83187c588da9fc05f24bcf1744bff100062f8e SHA512: 400ff1fed40794bdca50fd276ab1edbba60ee9bcab76a600e1747f3ea288f5d38911dc31d5641f83bcb6d1a49e0fa2fce7b204d8c9a91285fcc766e74bc4a342 Description: debug symbols for gconf-gsettings-backend Auto-Built-Package: debug-symbols Build-Ids: 8a0e1a8b5d89d31339c406dfbf01054418d3b62b Multi-Arch: same Package: gconf-service Priority: optional Section: libs Installed-Size: 499 Maintainer: Adrian Bunk Architecture: armhf Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Replaces: gconf2-common (<< 3.2.3-2) Depends: libc6 (>= 2.4), 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_armhf.deb Size: 407872 MD5sum: 406d62eae95676baa39654fa80151b37 SHA1: 40ef1a423eb3934a0ab4a2883bca98cb8daa656a SHA256: 0ffc25e225816275cc8d9a903425b549ae76b45c9e9d1fef4cfa0e74d3d8b0b0 SHA512: 657b329577dd275ac9d2d0ae1457a3edbf23b7cd1cd43a8914a0b88a2851b4e26d9e9ea21c49a07b5e90b7d8fdebaf1cc1c4bd6cbd6ebd268e95170f6b694919 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: 237 Maintainer: Adrian Bunk Architecture: armhf 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_armhf.deb Size: 185340 MD5sum: 9c445afd994ca69816962c57f6ae847f SHA1: 7491604b07b6df6e85abcd38fe7c2d6e1fe88267 SHA256: 0183bb317d9e8053d3725a5fef8ee378abc096effcb032558b740a067ef46479 SHA512: 5a6359ab21cdffa94762ccba52354141b9e1f9f0f09d312c8334c43ca98957fd774595d43be9fd98e9c5706e3ddccf30bceddeca11b5edad8d66d616833cd49d Description: debug symbols for gconf-service Auto-Built-Package: debug-symbols Build-Ids: 2ff8b18490a23e45e5b60ce7f032e57980cfb855 47b6818667269bd8043a2bc6f487b442e120246a 50a006b6b7d6d1c3afd1dd2027f0b1897d90b46b 8e6c77753268a6daf44f8b0f6456c9fd0697ac97 Package: gconf2 Priority: optional Section: libs Installed-Size: 557 Maintainer: Adrian Bunk Architecture: armhf Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf-service (= 3.2.6-7apertis0bv2022dev2b1), libc6 (>= 2.4), 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_armhf.deb Size: 423456 MD5sum: f1eb754defca9ae9b0550c94bf40dd2b SHA1: fa8676a2982ed6fb62046cac24862a860f0dade5 SHA256: 7b9f93a0b1a0df28397032575d15fcb4a2730b6f40ac982f679602d55e8079cf SHA512: f9147ba84cdc20604dd46c4560bb7c15af6ac9bafb932a6375af0419c71fdacfaed2dd1eb64c3b43e761a3ad69e192beb47613aee2a02e8044a6122d9e60d703 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: 161 Maintainer: Adrian Bunk Architecture: armhf Source: gconf Version: 3.2.6-7apertis0bv2022dev2b1 Depends: gconf2 (= 3.2.6-7apertis0bv2022dev2b1) Filename: pool/development/g/gconf/gconf2-dbgsym_3.2.6-7apertis0bv2022dev2b1_armhf.deb Size: 122340 MD5sum: 872f7f40022c305bf76253e629777ace SHA1: 3534f67bdc2d056931eef89e416fa2f6af6bef7c SHA256: 49a156c373f8f27a0c520fd388168745e48338817a3b1d4603069577bd6053a4 SHA512: 0c624acb18d8739a77168395f705b56c6e16d233a2531d0655a21c2bb142ad0d3990201b96c0918371967385175fa64ad8ec8b33a0947be018d2cdcc3fab9cc5 Description: debug symbols for gconf2 Auto-Built-Package: debug-symbols Build-Ids: 11578f4f5d5a38e3312eeaa41dda1cc4fb39c4d6 25ead448b009d8cbf0990a780cf1d2f82a7db713 99ef1d862cf0fb1fb45226320ede3ea049e3d04b Package: gdal-bin Priority: optional Section: science Installed-Size: 1083 Maintainer: Debian GIS Project Architecture: armhf Source: gdal Version: 3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1 Replaces: python-gdal (<< 2.4.3~) Depends: python3-gdal (= 3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libc6 (>= 2.7), libgcc-s1 (>= 3.5), 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+deb11u2+apertis0bv2022.3b1_armhf.deb Size: 535864 MD5sum: 686d7200f141cf51cb1c72d656d9d998 SHA1: 6beb700f0ba4facfd2858d955d1905e508b7b338 SHA256: ecaa787a3ddf429eebb47f1bb349a463a12f40f6448043b501b07664b3826361 SHA512: bb0c7d766cd1fef082d349f8f6514925ed6fc8e5717ae5eb0c2ce595277fd866163cab782c39fd28cb34b3de1e410d049f34f7459d78ac00550b7a5354ed2ec6 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: 1210 Maintainer: Debian GIS Project Architecture: armhf Source: gdal Version: 3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1 Depends: gdal-bin (= 3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1) Filename: pool/development/g/gdal/gdal-bin-dbgsym_3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1_armhf.deb Size: 1020544 MD5sum: 5f468505ca5212c8332e9db34fdae58e SHA1: fc198f9ae1282d9fb79d7436f0eb4d03a8d2c27c SHA256: 737b165217c7cf15eec70d37b5c57c2737e1192799e278523cc768e481410efd SHA512: f8c6a7af5cc7a83041c0f247bd86f7d4ab319ce29193136c9132e3d41fa7c4c97d79958da65430e90a9dfe625dca9956ee916497d2bafe29874117a4a001487f Description: debug symbols for gdal-bin Auto-Built-Package: debug-symbols Build-Ids: 067aa839d59d7dca03b5d0dad9eb50def336bc1e 0cd7cf6dd4a200062def666f74529d105dee486c 0d804a6e204ee316553d0bf63da8c813d412de40 316098bf9cd569a62960ab090d16105b513b54f4 43fa335ce3296f76aaa342b110f082bede3fe629 496babf215d32e741c2460d7f262cbdc6033381a 573ef48f666f2ffa1ebac04a44e765cfab3798c4 5dc2b649b2733c149cb5606f1d0d5729ea68f747 69b8555bfb933ab61ab8715f149cff3f94d95eea 6e73a73ceb27a16ca1ae5d10bb63b34445624eb8 748b3285ad77ab90dcc7c46e9cb5edfa99441021 7552d8a2dcfca958391429f74aeed4d5fb4202c1 7847d0ee00b8a5fb2ba05fde75a46a7c67c2f587 81e0fd2bfdcf4b48ba9d89715019c56773a70eb0 99f16f5c2d69c7bc9fccec82c3194d6648196ef9 a39505f95db89a559e0e277c8fd314dc57c1933f bcd7cba7a897705db7787b7ce918147497443d55 bea973efcc00fea6db590766bf4c5b85aa448acb c844c200e018f6b3cde1be7e475c6d466799a6f0 cd0cdba56e43141dcfc97b904652b13549c07bab dc882273b053c5837a89273f6d2e688e1c978d7d dcf3614cb4083b69b888fd3dbdecbcf3a208a759 df3e6048875abc7ef1d5d68f7c2f4ebc8d9adbd9 e067f8da83ad43918596f0871c2af93cb7cac54f f24b17b30af7245e3f66f9e0b3021bf922e35be9 f42a88b890280983204bf3f4f81bf34c5bd7fea7 f4ab9680fe806d6620bd0e6ce803762877cdd080 Package: gdal-data Priority: optional Section: science Installed-Size: 2013 Maintainer: Debian GIS Project Architecture: all Source: gdal Version: 3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1 Filename: pool/development/g/gdal/gdal-data_3.2.2+dfsg-2+deb11u2+apertis0bv2022.3b1_all.deb Size: 483188 MD5sum: 65651147f2b3a377d6993a77b1d6fb9e SHA1: 6d0e7915d3f51cbdc6726db3b9192fbd3e5d3ff6 SHA256: 2cf5c3aa015cedc06898ea31416d1208990b1ce0842f3d9f29fc9619d2ead29f SHA512: f4545442d3bebe00c1812dbd54894f8f00971f38c0899487e40e9c887fdcd9d0d7de3bfecc1b4b8a613bc74e5f4ec528b915f54f31a9e039058184711cf261bc 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: 7609 Maintainer: Héctor Orón Martínez Architecture: armhf 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.5), 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_armhf.deb Size: 3144504 MD5sum: 6b88199751206ebcc5bfff25b990c964 SHA1: 9b6c455db027a1a1523f5e7c22ebcb241474d729 SHA256: 8d7b27c128bc9008f19c4c55799775d20fa025a9f655e94fa6325c3fa89f85ec SHA512: 4a29b831352afa5bdcb2cf3b78a6614a34acd3f0d5619fe0fbd937c93ca6504e90949634149aa6cc38997ba6f8d7665b83f7d2fdad5289eef7ab48186c978974 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: 21631 Maintainer: Héctor Orón Martínez Architecture: armhf 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_armhf.deb Size: 20730380 MD5sum: 08ad3110d5c41b5c77a28615f3237b24 SHA1: d00617cde900cb337c54cbc964c84ab7cd2b95bb SHA256: 5f21b074013b76567acc4064204215bd5a9116e1a7fcd014adae4787b2731a6c SHA512: 6d12480f6408c18b6600cf2052e32254a9e84db41cbcd88150def1f81c76f4a8222ae5a045625e5be7114f88737c0949244a0094941945c53504915499b2eeb5 Description: debug symbols for gdb Auto-Built-Package: debug-symbols Build-Ids: 03fb26c6235df9490af482f7a721e0748121a0c9 6977668769282e930947e925d2a6535a12cc3982 Package: gdb-minimal Priority: optional Section: devel Installed-Size: 4986 Maintainer: Héctor Orón Martínez Architecture: armhf 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.5), 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_armhf.deb Size: 2343592 MD5sum: 1c697d4951c8ae740ba41d35193c03d0 SHA1: 2be1ab8f536b7a5fd6255c3634802597617fd189 SHA256: 10b889c994bd5e35e0c736c6da063cc52e2d5a9341fd45a96fd3c4fa560d3625 SHA512: b6590a468c8157fda7c2a6c10a34c6179835874485d1fd20a4dfc30b5ab121b3abcd1b97b255a5281abbbbde08af54a7a17f6cb6ad9ee94896dda0d5db0c92b2 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: 19646 Maintainer: Héctor Orón Martínez Architecture: armhf 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_armhf.deb Size: 18945388 MD5sum: ab8d222ad64cf3d5dfc07409c04f92fa SHA1: dc8fea74b49b814141b234cb689b8397915ad4aa SHA256: ce0823a795b492409730b49c8a71e63d8d336d6cf425219753d5d420dcec5ee3 SHA512: e502683a03c306105a8251856045d62e6497ae5a30267276a8d376b209111a6a43406fd08087a065f398e3a24341889448318eb0a9abffe8352120d3f30c4c57 Description: debug symbols for gdb-minimal Auto-Built-Package: debug-symbols Build-Ids: fb6c7ec053837804fad416cc7f13f054ffc87705 Package: gdb-multiarch Priority: optional Section: devel Installed-Size: 10569 Maintainer: Héctor Orón Martínez Architecture: armhf 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.5), 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_armhf.deb Size: 3302256 MD5sum: caeadf837b0b9f6a16e834dae52c2327 SHA1: c033b091c468ee1fc729e04d40ff37e80f74d48e SHA256: cc627f9835f09a7cda5d8cbb2810b36ff110ea8bfc041aa7fb873228fa5cd914 SHA512: 664223a526e8f45244b9e17abac24c23f00720c88f6a022ed32637b988ee432e8282b16c2130fa0bb02103debd583cf60d1b24e530477559ac36d167256e5714 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: 23323 Maintainer: Héctor Orón Martínez Architecture: armhf 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_armhf.deb Size: 22266060 MD5sum: 09c4b59e7bc1489fe21e02a2cfc99f4a SHA1: db323f8c50a8d1ab2f6eca7e1f0328f7232751d2 SHA256: ebb42561928aa877b819a7d6b8b082626b0c6e4166dff79094fb4648869c98e6 SHA512: e259c07e08b13e1dc4a55bc9947292866fbcee63c6dbb40e125243471051a3f221eebc6321353d8174c41c8a2ccb7c20ea8f1f577af39aff1a39347de281b5d4 Description: debug symbols for gdb-multiarch Auto-Built-Package: debug-symbols Build-Ids: 355a16cf0c529f98c295f346d1a50bfe4260bdf8 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: 327 Maintainer: Dmitry Bogatov Architecture: armhf Source: gdbm Version: 1.19-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libgdbm6 (>= 1.16), libreadline8 (>= 6.0) Suggests: gdbm-l10n (= 1.19-2apertis0bv2022dev2b1) Filename: pool/development/g/gdbm/gdbmtool_1.19-2apertis0bv2022dev2b1_armhf.deb Size: 117624 MD5sum: aafb932af508920be9e9f72114d2b0d6 SHA1: 34fe044e4c692159567efaae95ed3e54eca68db5 SHA256: e0201f1b57338364195afd9b50bb77d20abb484a4c06661a2a8b19af7267581f SHA512: f55a1a7a5045bdb0b544f12423f683cb2ec4a406fc09b85ff65a29df2eee3d161065332d6f3f0d0ee2fb0dfb4cd124ab30465588056125f2eca4ebd5ea73a214 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: 583 Maintainer: Dmitry Bogatov Architecture: armhf Source: gdbm Version: 1.19-2apertis0bv2022dev2b1 Depends: gdbmtool (= 1.19-2apertis0bv2022dev2b1) Filename: pool/development/g/gdbm/gdbmtool-dbgsym_1.19-2apertis0bv2022dev2b1_armhf.deb Size: 489012 MD5sum: 5f81afb436a29a3a659e63165ac61898 SHA1: d3b7ec423ced0f2f05d839f277f18fb3221fbc65 SHA256: fcef91cc492086dd8856f14626a6c0f8a9842b4bfa63663c5bbabefa12554328 SHA512: 749e2b63fc141146cf09e1b2b54b05b1f17e12a24e7286dac8e4300aea81cfe4cf0429dc2c1f10fee357adddfdb3a2de6cfa9b14ce2e765e221f975347a985bb Description: debug symbols for gdbmtool Auto-Built-Package: debug-symbols Build-Ids: 164ab5ac01dcaf70227d8f0e877de566121820ef 3e3ed6ce4a62320132c1564007c70e65ea0866be 682e379967f1924b0fd4bdde3a7d312f4a46e001 9de0fc8dd316e9611abfea63e6ebcef575041ae2 d3c26fcba6a0ce65d76bfc3cd33069e44598f7e7 ee1d9e8b86e395702d3a642b060fe4661630b8ec Package: gdbserver Priority: optional Section: devel Installed-Size: 536 Maintainer: Héctor Orón Martínez Architecture: armhf Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Replaces: gdb (<< 7.0.1-1) Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), libstdc++6 (>= 5.2) Filename: pool/development/g/gdb/gdbserver_10.1-1.7apertis1bv2022dev2b1_armhf.deb Size: 371728 MD5sum: 2cb309845364f9eb8bc0caeaf7742ffc SHA1: f75ab473c9b9356c27d391fb785b983d98e8ca57 SHA256: affc30a0c3ea62e5d208c7cef48948518cd8a759682852d0b1055864f78c6a65 SHA512: b64cda32fe2dd90fbb141dcc80444057bebb57083f12d26fb0a63701f8e27db7146004944bd185d2d124ee16e52ba1b4cca9217f5eac85c6c734e6c4bbc30f3c 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: 1403 Maintainer: Héctor Orón Martínez Architecture: armhf Source: gdb Version: 10.1-1.7apertis1bv2022dev2b1 Depends: gdbserver (= 10.1-1.7apertis1bv2022dev2b1) Filename: pool/development/g/gdb/gdbserver-dbgsym_10.1-1.7apertis1bv2022dev2b1_armhf.deb Size: 1330096 MD5sum: 72a7c62750b403cca1a467be7d3ce80f SHA1: 176895e8af9623f3d9cb7f5c2b3bc92bfc5f1d17 SHA256: 0258f7e7957dd35c2bbc5086f054ca25cecd690288fecc60074377cbb561feb1 SHA512: ac4dd50a2dd0a4f6eff6f0f69f80f4fef5616dfacb2673758f8fff9ce105557aef18b0fc0c11f3f035e902f80a004d6ac893f93055de33da7b386d0ee54465d4 Description: debug symbols for gdbserver Auto-Built-Package: debug-symbols Build-Ids: 7f78d4364cb367695d2415d3ca6973b29be8a682 Package: gdc Priority: optional Section: devel Installed-Size: 41 Maintainer: Debian GCC Maintainers Architecture: armhf 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_armhf.deb Size: 19900 MD5sum: 906e722d85a932738f51924a946b3fa7 SHA1: 3bd287b4049cb78ab25f7be61431315fdedcb82c SHA256: 7f663bd6f3ef0f89f53ff00ec2c66db4b3486fc1d0b1f8791cebc178b1a1fe40 SHA512: 8e05b24ea7c1c28fc3b416bebc2784e1a4e5dff9604be5fce6070b746aa5dc9047d45db666415732033583d840a1cd6a0e38d6236fecc76ef3db9de8bf1558f4 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: 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: armhf 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_armhf.deb Size: 62288 MD5sum: 4db67fef36c2cf1406cd84d928728dce SHA1: e50e8ceb7e9978496b9b24e59048ad6d4d17d887 SHA256: 5f082a85286c088015763aa596d676750bd41590fd21ca4bab58367e3154693d SHA512: 6c3f9143ecdd8c6933004502f49c89a2cb7dbdba9c7e57bc4c9c63af266547cdc5d3f5a4bbc69f1425e533edf82f69c7712f85f71a37b5d6dcf32efb2a332d1c 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: armhf 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_armhf.deb Size: 26476 MD5sum: cfd004069988ddefabd609f13c2ebe90 SHA1: 85d04d1e4b103cc47faca6b7149199010d3d750f SHA256: f8659f83afa60ade462d2dd67c193331671b4bdbe7e3eb0656ce7e81b75d1600 SHA512: 3af344c4a4574958ec9bf0358b7d426263968ec15507bc759b59130e0bc4489c120de46b7dea6b7b5ed0ca36856787f53ee477bd32547672612e43dbb56fdc28 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: 432 Maintainer: Thorsten Alteholz Architecture: armhf Version: 2.23+dfsg1-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libstdc++6 (>= 9) Filename: pool/development/g/gengetopt/gengetopt_2.23+dfsg1-1apertis0bv2022dev2b1_armhf.deb Size: 147228 MD5sum: 7e75b82bceaf2acd1ba2b9827baeefef SHA1: ed3c8a87eef471c2ef8bf4dd85cade6e522546c9 SHA256: 5a1fed73cef09e6d9cf87d88aab2776e4faa4c81c0aef8517fafbc0305e747ad SHA512: 7d76eca825f0fa9d243bb8a8bf722495879959745791c3a9f8a395c61b682296e4fada1606712775209ac6a64d09aa6cf4962204ddd90dc3cbd0aa65071bc45c 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: 1528 Maintainer: Thorsten Alteholz Architecture: armhf Source: gengetopt Version: 2.23+dfsg1-1apertis0bv2022dev2b1 Depends: gengetopt (= 2.23+dfsg1-1apertis0bv2022dev2b1) Filename: pool/development/g/gengetopt/gengetopt-dbgsym_2.23+dfsg1-1apertis0bv2022dev2b1_armhf.deb Size: 1433228 MD5sum: ab867989f8ad93eef70dd931c2f0e841 SHA1: 7f538ddfd10e057f782133334dcca0980cd2bdad SHA256: 3748a3b671e8820c2a3f0ba9d4cefe4b51036af3970d8decac6874e0f85479e9 SHA512: 9ed2995123cf78d2581ac81337335ab4d806e5c7cc139b32469277b17d3e709c1ad9c5836b887858371089dcd6cec0b53849f73564eecf2c385530e8362f3621 Description: debug symbols for gengetopt Auto-Built-Package: debug-symbols Build-Ids: b9e38b6caa25e10b89ab2c205b2c9ac971c539f7 Package: genisoimage Priority: optional Section: otherosfs Installed-Size: 1146 Maintainer: Joerg Jaspert Architecture: armhf 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_armhf.deb Size: 334136 MD5sum: afe5e42fe3ae708609aaa384d0e7fc16 SHA1: 85e85d0e0bc5ea1e3f8dbf20ed1c5fd809e23c9e SHA256: d40edef62e73734a709de6db4e3cf92d7436a25fcf222e06f8d563b44c516a44 SHA512: 843144f1291cf6bd1a77c46def1ffe98c3703bb4d5928204d8adaa077a15f008b24be2d05cbd6aa0f3d2d1603d10b205877a6958ed323e81f4408f7c67a5b080 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: 1261 Maintainer: Joerg Jaspert Architecture: armhf 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_armhf.deb Size: 1093016 MD5sum: 6bd2b4e0c0d048503e74684800175298 SHA1: adcbd8acf3e879e708371dddba2720f05e30248e SHA256: a30bb8d47f4408b77c96c36dc8cebfb49a1ef8f8095504617bb17b3cff69bd5b SHA512: dc33d9aaa926e2d606280055408aaf098d0fcb18268fb2eef671aa52360968c0c427c879637d10dd7fad78087010b45c929c54151cb22f2369d88cad4fba3a25 Description: debug symbols for genisoimage Auto-Built-Package: debug-symbols Build-Ids: 18a9eefe33ca2362cd095832b8fe5803ea390616 4adc86b82ca1356fc41d771c579f7d4e35419d90 5add811ab269fcc828c63a80b1214cadbe8ce898 909736d7a17cccd98ea119442ba5e362ee7d2b1d c25ce2e724cb4a12914469796bbdc8e16ba3d8de c49f422163a04dab2aca23b6692e23f181f7f4a0 Package: geoclue-2-demo Priority: optional Section: utils Installed-Size: 92 Maintainer: Laurent Bigonville Architecture: armhf Source: geoclue-2.0 Version: 2.5.7-3+apertis4bv2022.0b1 Replaces: geoclue-2.0 (<< 2.4.10) Depends: geoclue-2.0 (= 2.5.7-3+apertis4bv2022.0b1), 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+apertis4bv2022.0b1_armhf.deb Size: 38640 MD5sum: 2c41f15ec8efe592ff640dba988ae278 SHA1: 5e9e1b492c1086c89fb601bb95b1953d19adede7 SHA256: a875c1fafaf5b3053336da79c2479b63dac6f3b872b43b564b2cd5f181189d6b SHA512: ea6db7f8c33b468b11db85ff90d845f86d14b190d4544073d48f51d3614bc88b3a2518f813405db344d0edf076fa523df0bfbb8b6f6314cb6475ccc8b1eb25c8 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: armhf Source: geoclue-2.0 Version: 2.5.7-3+apertis4bv2022.0b1 Depends: geoclue-2-demo (= 2.5.7-3+apertis4bv2022.0b1) Filename: pool/development/g/geoclue-2.0/geoclue-2-demo-dbgsym_2.5.7-3+apertis4bv2022.0b1_armhf.deb Size: 82968 MD5sum: f694d98e6046db73f20ca995f0e9bfd8 SHA1: 0fc544762981c56e109f82e4b0677540accc4a40 SHA256: 8756520144a512c2b638b5ab5f8d17e2c319479698a65c0b2e28292df14768ee SHA512: aeefc321c5fcade54e409bfe1c30d48f4f7b81d5afae1e8582a9f29aab6a0ba35ee1570266c101173e1c61d359b8087fc7c6f7e4c68a6650b737cfc4c96e4f69 Description: debug symbols for geoclue-2-demo Auto-Built-Package: debug-symbols Build-Ids: 4e288958252ae4b353de6717f6f870d944f11244 Package: geoclue-2.0 Priority: optional Section: utils Installed-Size: 292 Maintainer: Laurent Bigonville Architecture: armhf Version: 2.5.7-3+apertis4bv2022.0b1 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+apertis4bv2022.0b1_armhf.deb Size: 94308 MD5sum: e77c452344296648fae723ee94a78475 SHA1: 0b9ba9dfcd505a72717582ef8f3ff6827f42692b SHA256: b990af99085fb251f4be5d14138b4db4759974f5a09cb29f523f72e72a9b6e7f SHA512: 4216ab02840457f240ff1409d149075eb691015fb2d2180f7410d5798c507e8312f973641475d7e61f6e9edd50f7e1f3afd6784f775c58ab05da26c133c4d9bc 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: 425 Maintainer: Laurent Bigonville Architecture: armhf Source: geoclue-2.0 Version: 2.5.7-3+apertis4bv2022.0b1 Depends: geoclue-2.0 (= 2.5.7-3+apertis4bv2022.0b1) Filename: pool/development/g/geoclue-2.0/geoclue-2.0-dbgsym_2.5.7-3+apertis4bv2022.0b1_armhf.deb Size: 320480 MD5sum: deb548413cb31d493983ba3d3c9f5d68 SHA1: 5cd7c3d0165e625077962362f52c8e24b79806b2 SHA256: 6e779e2896660c26a323d483056560f2fcc5b02f10dd5e9d8d84381a3ef6dbf6 SHA512: 7f4e39145fc6bd8fdf1f9b07e486210928631e397fb99d704fc108e253b552e5eec6612649126e3237505ebe7b452e093b2d21159578c9eb64ba2deb7e49f38d Description: debug symbols for geoclue-2.0 Auto-Built-Package: debug-symbols Build-Ids: 5fbe33072a12b4607c86a02c7b70ac8b9508b97c a191d544626b27ccc2e66ff65ba14901e29ea9de Package: geoclue-doc Priority: optional Section: doc Installed-Size: 166 Maintainer: Laurent Bigonville Architecture: all Source: geoclue-2.0 Version: 2.5.7-3+apertis4bv2022.0b1 Filename: pool/development/g/geoclue-2.0/geoclue-doc_2.5.7-3+apertis4bv2022.0b1_all.deb Size: 42208 MD5sum: 9e78b69b06901ec5640696cc3310a117 SHA1: fd786e6f66dbee19886b8b8ec3888816c58f3866 SHA256: 71f9f1cc49d6d6dc712eeafe6d3c01e80fb8901323e82ff3043ed57d99489b45 SHA512: a5708ce45c1fe7cd84d59fc863ce30dabfd9c1a7a2e9344189b3e4ea157d84e444a73bf344b3f63c840fd5b95dcf107e99475390866af6500d053633fea53550 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: 105 Maintainer: Debian GIS Project Architecture: armhf 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_armhf.deb Size: 47224 MD5sum: 05f78459801a7822741358e0c158793a SHA1: 6fe37209a857e6ae033f049bd3754d294580c439 SHA256: c981d969e6410b4376b01c2e888e082425b975e100271b2be70cd60e3d106a18 SHA512: 6244b84314ce76eaa96d6a0682be190f0daf7413201e516f59362a599d9c65e0d4800ce9f7879aa8b4866b454d7078e4bc3d9736cf73280ae7a63d3e5294b281 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: armhf 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_armhf.deb Size: 50388 MD5sum: 3d328521d6169cd11818ed76a67099a0 SHA1: a07247c4b3792fa5c2f87b503ddd25ac83275d9a SHA256: 6b5d1622069ff3c9ada748244726fc6af57d0d142adf4efc3d1fe8c76a1cee3d SHA512: 490f44af281c87939e9a543d5df9a2d52d649e2c3e2ded9d4884920732b0403f51f74ec88298efc72d6f903b581d75aa2dea462e0d064da9e77a2be6808c5a2b Description: debug symbols for geotiff-bin Auto-Built-Package: debug-symbols Build-Ids: 2aff729a507409afe12b27d1d10bc4a1c80df013 c47446904c749a10b60aaa5597c58833c5fca04f df22b9d512f47557bd9dcbde3c54b7fdb5e6873c 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: 5298 Maintainer: Santiago Vila Architecture: armhf Version: 0.21-4apertis1bv2022dev2b1 Depends: libc6 (>= 2.28), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 1250192 MD5sum: 6b7db643a5c0aa6618c50235888e3878 SHA1: 33ebc0e3c9de392b1cb5840bc6a142ee4ec18de1 SHA256: b908ef7c2786ebe57a0bacbf0ba2563fbc337275b978f085c977e4d02fa03afc SHA512: e1ff7b429d310c4d62d57058891ceb8d56341840381fae395ae3b9fc42efb6aafe588e73e2946064b6113aabcf353fd4d99fc7f89e3b6a2361b0f74d865a628a 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: 619 Maintainer: Santiago Vila Architecture: armhf Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/gettext/gettext-base_0.21-4apertis1bv2022dev2b1_armhf.deb Size: 179244 MD5sum: 63a6fb4c5fd6a926bdfb23a3d97b7915 SHA1: 07bf4b5a91a3dd37b478bf78ef96fca8ef6a6628 SHA256: 0d354f0dd4ab9c77eb37caa6390b5998175645ff1c5d70ebdbaa4b28348fea50 SHA512: e63a58ac62d407d683be88d35ce7f63559fca433aeebec81fb04f9bb637c13efb02edd79ca1720ab326c9cfa3052a31a8fdebee227e28c156afeeb41e23ed201 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: 136 Maintainer: Santiago Vila Architecture: armhf Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: gettext-base (= 0.21-4apertis1bv2022dev2b1) Filename: pool/development/g/gettext/gettext-base-dbgsym_0.21-4apertis1bv2022dev2b1_armhf.deb Size: 95804 MD5sum: 20bc7c1f07698c5e927e2a36f4a94ab9 SHA1: ddbf1b0fd83c1dd8248f4183572596c05017d59a SHA256: 22daf3defa639ea830b79dc236fdbf1435b8a660bb72e785f3104f7ea43c16b6 SHA512: e3897c537491a28bb4bc4fefc3ada4e0fab7628644b803839e056e9276d79d1c51a00b51f9351f90ff2122ef99bfc84ec335e77be6d2ea473e85aad36cad3b0d Description: debug symbols for gettext-base Auto-Built-Package: debug-symbols Build-Ids: 4f6bb64c23dd9603b2096690163e5722b57500a4 be77cc1f1993363b05c3e462f9746485fc3b8602 f7bfa2282f0bb0e0a633c05c4ae2a8c3c78b3aa3 Package: gettext-dbgsym Priority: optional Section: debug Installed-Size: 1654 Maintainer: Santiago Vila Architecture: armhf Source: gettext Version: 0.21-4apertis1bv2022dev2b1 Depends: gettext (= 0.21-4apertis1bv2022dev2b1) Filename: pool/development/g/gettext/gettext-dbgsym_0.21-4apertis1bv2022dev2b1_armhf.deb Size: 1405324 MD5sum: f52a3b5cf7cbf65e29ec6452b1c04b05 SHA1: 034a9d95904a11612e40c66b79e815e866456c56 SHA256: 9324841c761ee4d3325d3f2cae3c54964e8c98ee511eab6874bf512e95dec795 SHA512: 34dca2a7f78b7adb1a546c8323183f7cdc1189d0eb16f7c25729ff6bab6c7b1be6cec19bdc3a7d45812f2d7ddcccc2a41bcc882c3bfe9ea9811f5eadf92e889f Description: debug symbols for gettext Auto-Built-Package: debug-symbols Build-Ids: 11bde0df246a25755b1780b18ebfe8ff868f2411 2256b175ea8385daff1a557283db465246bae7e1 2f594a0b2f29a110775bc9b7a2b533d720adf2ef 33c2eeebb8153fce9ad9bed92414ff93723779f7 361eb9286ef6f447d39671bb85c434c6d08bb68d 3c02e4f79cfac0efa30c01f09717d3e8714277ea 438d5d10953a9d271ae7a0a5d88cd92a266a1a80 43ad5efa9712e07914b12e6b256c13491d99c41c 4af4e1d5d43c968807207166d6013de9f384f573 4dbee3243d7a44652a6388781fe09696ada1dd96 5052f92e265ea9aece1d546c0ca62375c2b08fcd 597b699d95876a0603bed5e93949b90b3744bc71 61209d8d5760896b2078847a1feb7fddcf9de9d6 6db86c07db73cbc1ab2c9b436ccd663f35271324 7c86319e6631ee5e2dfa63c8bacad8c598eb4bb4 9156e666cf973f2245e5cb20d4ae6bea5f149bac c481084ee3f1998924672e74e7332d6b4e7134e8 c6978a8c74a9a46e78168c524f3215722ec73cc4 cc6f706e744236588a0823329f5b31db5a00ceca d7e337a20f0c750af6450e628a3b238630d96806 efd64d665142c2c31994bbcee9d7bca12d9af99e f900724ccd9ab615dcf3649ff980041055e673e0 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: armhf 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-doc Filename: pool/development/g/gcc-defaults/gfortran_10.2.1-1apertis0bv2022dev3c3_armhf.deb Size: 1440 MD5sum: 4ff202d294713131b299bf11c2cdc661 SHA1: f545d0a5a023b5783b60f53ab1135e6dda82455c SHA256: 83248873c93002f2a1ee1769ba586d65d580215047358ea79018fa939b3fd93f SHA512: 75a3fa4b1b04691a1981f831f4b6058aa80fa9d1aa8c2d13a5137c6c222ad0b30574a8c6f0d577233517fb9b6b76230fdded8690007acb916230db7cdc61f987 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-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: 23255 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7814684 MD5sum: 82c8b7878e0507290a13e10eb571558b SHA1: 361cab0d7206e251c75999f3e629b1ca23a977b5 SHA256: 83f33cad1fd8460ba05e24693956c641622c698847ee915cb126163447744e43 SHA512: 589edbfaca9c243e17b5efc6b7f4e82c081baa5ad43edba684dcf112f1db9e5282cfd9610e5bde4a6b7ef2430157b1a6f6d0fbcf24cf437a05f42b093f23798c 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: 80978 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 79334840 MD5sum: 36d77d08ca764f4bfa4a492a32d1d507 SHA1: c31f37d4898e92b66250a81326c81a9c07ce94d7 SHA256: 5cf84d2a65c0cbea01c0ab92cba65d0c433ce070f98fe36d6d3568a52b526f78 SHA512: b19e45f354b3d89a396188f12d42aa375b14985d8fa24dc8bb1aa21a8c3bc28f2f5cace7e77be8e348e41c27b2abb3d20dd0ecae1658517b17fdc19b55e6f94a Description: debug symbols for gfortran-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 4951136e1da33c921c088fe597139f5b2c57de47 a2acf2d36b1815188e4a1073df1183ecc4363a2a Package: gfortran-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 23254 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7811164 MD5sum: b0ff75568387f737ea4e7c16bfde93a8 SHA1: 2aa8d321cfa3236dbe462775baaacd013998999d SHA256: 608ddf8d5bb71cdaf6518edfcc0289402f1c82843d5412ca8eac8e87a9dd43d0 SHA512: 5b7afc4b324e0cf2af538a51661ea9e44a2d49798c01ee8565dffb6fc178b6ab9371e6b6e12e2283e71640db18dd31b354163429be57aa33eb6919bd34103ea1 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: 80982 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 79328148 MD5sum: 6cfa441a80e6d9f0a4251e6aaa418759 SHA1: 374b2a35b8ff8f1c10a06f483a0925a44c1636b4 SHA256: 7a9749d9e474311c36d3807b796df3f54998680ace48aca4ca84f6af8d756242 SHA512: 29cd89f0b02b9b765b2282c6acd992a25833b3152db8f3b117cc4fa1a8730c02020d29c5aaae42c626f60cd2ad63e924aa33d4732557fb631f22f0ccdd2ae3ca Description: debug symbols for gfortran-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 192eb5d64c0abece2de8873e9171d6120d0eff91 8943df999da356042b6755983114e2528dcba364 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: 24545 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 8026416 MD5sum: 05de89a8aa8f4d24869b79bed67632bc SHA1: ce7c8b485f8617bd356c2cce451b5e32438d9130 SHA256: ea8f058a5ff6c887589180168d4ccb9cf9ae4797864d14df1a06495adac6e6c9 SHA512: 4f5d4af687aca0448ce45e0827cb2c48f00bd6b616bf4cf1b8393da9a43faf004d4abe29024ffd9e3fedb59fbd76eb94ce5b285c2494ecbaaf33f722be76f8ae 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: 81461 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 79753696 MD5sum: 0110846926929d7d82ef6e5c2da3a52b SHA1: 80edca4a5c694badbbe65b258966fc116d5306e3 SHA256: 3ddcd67ee0fdfb72bda06136464aaf1e5ff4a00ec6fdaea8b4d80ba38c02ae7e SHA512: 0df2e14a75025750d6ca6a4713b92b27b944ef536091c661eb289f2be937a121e42899a45ab94b420d3ffa8a2f2aebcae3a9f4b00b4a868b28524491d4453077 Description: debug symbols for gfortran-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 3b12ce37356dcd77fc2fbd5219124ef7cbdc016c 413c2f4c9cfedf2f2ef4ec55d3b1885cb069ae02 Package: gfortran-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 24544 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 8028468 MD5sum: 76b030f7d7934485b0210826929abe15 SHA1: 6cdaafe7b562a7c3d8c987d0c8c85ae091016936 SHA256: 11666adfce1d7f206b7132b7e347f685b2d014b14029c45a3454d988c3068233 SHA512: c68b9d9dc3d31b44b29874cbd2a36ee231607113c55305b35ff5a7d65d0ce2085c255d1e79b2fa95c7879a5c8d878c900c3b827112bc4c0e7ad1e6a7d8d2b7ff 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: 81467 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 79776260 MD5sum: 02433bbc61c29da1d8ae1935d70892cd SHA1: b32ccdb6b25df6940ba270155fb82b6202c8cb16 SHA256: 44e25509a5eae4309ad59e2572fa8a4468a536d86c0c0231da100337f41add2d SHA512: 633d2476fb90c4af5a8beba44c68d1aeebff7e8f8aeb561848e5e2856c4cb9455c8b73f21c02b942a164c8032c882d146ddbe1cfac89570b7ca612896a7f3854 Description: debug symbols for gfortran-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 9efd5e882d836471d90a516c9cf52e34e4c28df0 e0ce833914654fb26f85204066e42612cbe515e1 Package: ghc Priority: optional Section: haskell Installed-Size: 1074569 Maintainer: Debian Haskell Group Architecture: armhf Version: 8.8.4-2+apertis4bv2022.0b1 Replaces: ghc-dynamic (<< 7.8), ghc-haddock (<< 7.10), ghc6 (<< 7), libghc-array-dev (<< 0.5.4.0+), libghc-base-dev (<< 4.13.0.0+), libghc-binary-dev (<< 0.8.7.0+), libghc-bytestring-dev (<< 0.10.10.1+), libghc-cabal-dev (<< 3.0.1.0+), libghc-containers-dev (<< 0.6.2.1+), libghc-deepseq-dev (<< 1.4.4.0+), libghc-directory-dev (<< 1.3.6.0+), libghc-filepath-dev (<< 1.4.2.1+), libghc-ghc-boot-dev (<< 8.8.4+), libghc-ghc-boot-th-dev (<< 8.8.4+), libghc-ghc-compact-dev (<< 0.1.0.0+), libghc-ghc-heap-dev (<< 8.8.4+), libghc-ghc-prim-dev (<< 0.5.3+), libghc-ghci-dev (<< 8.8.4+), libghc-haskeline-dev (<< 0.7.5.0+), libghc-hpc-dev (<< 0.6.0.3+), libghc-integer-gmp-dev (<< 1.0.2.0+), libghc-libiserv-dev (<< 8.8.4+), libghc-mtl-dev (<< 2.2.2+), libghc-parsec3-dev (<< 3.1.14.0+), libghc-pretty-dev (<< 1.1.3.6+), libghc-process-dev (<< 1.6.9.0+), libghc-stm-dev (<< 2.5.0.0+), libghc-template-haskell-dev (<< 2.15.0.0+), libghc-terminfo-dev (<< 0.4.1.4+), libghc-text-dev (<< 1.2.4.0+), libghc-time-dev (<< 1.9.3+), libghc-transformers-dev (<< 0.5.6.2+), libghc-unix-dev (<< 2.7.2.2+), libghc-xhtml-dev (<< 3000.2.2.1+) Provides: ghc-dynamic, ghc-ghci, ghc-haddock, haddock, haddock-interface-35, haskell-compiler, libghc-array-dev (= 0.5.4.0), libghc-array-dev-0.5.4.0-0281a, libghc-base-dev (= 4.13.0.0), libghc-base-dev-4.13.0.0-5b8ba, libghc-binary-dev (= 0.8.7.0), libghc-binary-dev-0.8.7.0-ab5e4, libghc-bytestring-dev (= 0.10.10.1), libghc-bytestring-dev-0.10.10.1-92515, libghc-cabal-dev (= 3.0.1.0), libghc-cabal-dev-3.0.1.0-724b1, libghc-containers-dev (= 0.6.2.1), libghc-containers-dev-0.6.2.1-53ee1, libghc-deepseq-dev (= 1.4.4.0), libghc-deepseq-dev-1.4.4.0-5e065, libghc-directory-dev (= 1.3.6.0), libghc-directory-dev-1.3.6.0-6c350, libghc-filepath-dev (= 1.4.2.1), libghc-filepath-dev-1.4.2.1-8143b, libghc-ghc-boot-dev (= 8.8.4), libghc-ghc-boot-dev-8.8.4-af967, libghc-ghc-boot-th-dev (= 8.8.4), libghc-ghc-boot-th-dev-8.8.4-7a117, libghc-ghc-compact-dev (= 0.1.0.0), libghc-ghc-compact-dev-0.1.0.0-a500b, libghc-ghc-dev-8.8.4-0817d, libghc-ghc-heap-dev (= 8.8.4), libghc-ghc-heap-dev-8.8.4-f797c, libghc-ghc-prim-dev (= 0.5.3), libghc-ghc-prim-dev-0.5.3-00322, libghc-ghci-dev (= 8.8.4), libghc-ghci-dev-8.8.4-e2edf, libghc-haskeline-dev (= 0.7.5.0), libghc-haskeline-dev-0.7.5.0-01122, libghc-hpc-dev (= 0.6.0.3), libghc-hpc-dev-0.6.0.3-06e14, libghc-integer-gmp-dev (= 1.0.2.0), libghc-integer-gmp-dev-1.0.2.0-0b5a2, libghc-libiserv-dev (= 8.8.4), libghc-libiserv-dev-8.8.4-3354d, libghc-mtl-dev (= 2.2.2), libghc-mtl-dev-2.2.2-c5b7a, libghc-parsec-dev-3.1.14.0-665c4, libghc-parsec3-dev (= 3.1.14.0), libghc-pretty-dev (= 1.1.3.6), libghc-pretty-dev-1.1.3.6-96d07, libghc-process-dev (= 1.6.9.0), libghc-process-dev-1.6.9.0-83e3e, libghc-rts-dev-1.0-, libghc-stm-dev (= 2.5.0.0), libghc-stm-dev-2.5.0.0-d009b, libghc-template-haskell-dev (= 2.15.0.0), libghc-template-haskell-dev-2.15.0.0-d6b75, libghc-terminfo-dev (= 0.4.1.4), libghc-terminfo-dev-0.4.1.4-fc5c0, libghc-text-dev (= 1.2.4.0), libghc-text-dev-1.2.4.0-9798c, libghc-time-dev (= 1.9.3), libghc-time-dev-1.9.3-8c784, libghc-transformers-dev (= 0.5.6.2), libghc-transformers-dev-0.5.6.2-38196, libghc-unix-dev (= 2.7.2.2), libghc-unix-dev-2.7.2.2-96844, libghc-xhtml-dev (= 3000.2.2.1), libghc-xhtml-dev-3000.2.2.1-56f25 Depends: llvm-11, gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, libncurses5-dev, libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10, libtinfo6 (>= 6) Pre-Depends: dpkg (>= 1.16.1) Suggests: perl, ghc-prof, ghc-doc, haskell-doc Conflicts: ghc-dynamic (<< 7.8), ghc6 (<< 7) Breaks: cabal-install (<< 1.22), ghc-doc (<< 7.10), ghc-haddock (<< 7.10), haskell-devscripts (<< 0.8.13), libghc-array-dev (<< 0.5.4.0+), libghc-base-dev (<< 4.13.0.0+), libghc-binary-dev (<< 0.8.7.0+), libghc-bytestring-dev (<< 0.10.10.1+), libghc-cabal-dev (<< 3.0.1.0+), libghc-containers-dev (<< 0.6.2.1+), libghc-deepseq-dev (<< 1.4.4.0+), libghc-directory-dev (<< 1.3.6.0+), libghc-filepath-dev (<< 1.4.2.1+), libghc-ghc-boot-dev (<< 8.8.4+), libghc-ghc-boot-th-dev (<< 8.8.4+), libghc-ghc-compact-dev (<< 0.1.0.0+), libghc-ghc-heap-dev (<< 8.8.4+), libghc-ghc-prim-dev (<< 0.5.3+), libghc-ghci-dev (<< 8.8.4+), libghc-haskeline-dev (<< 0.7.5.0+), libghc-hpc-dev (<< 0.6.0.3+), libghc-integer-gmp-dev (<< 1.0.2.0+), libghc-libiserv-dev (<< 8.8.4+), libghc-mtl-dev (<< 2.2.2+), libghc-parsec3-dev (<< 3.1.14.0+), libghc-pretty-dev (<< 1.1.3.6+), libghc-process-dev (<< 1.6.9.0+), libghc-stm-dev (<< 2.5.0.0+), libghc-template-haskell-dev (<< 2.15.0.0+), libghc-terminfo-dev (<< 0.4.1.4+), libghc-text-dev (<< 1.2.4.0+), libghc-time-dev (<< 1.9.3+), libghc-transformers-dev (<< 0.5.6.2+), libghc-unix-dev (<< 2.7.2.2+), libghc-xhtml-dev (<< 3000.2.2.1+) Filename: pool/development/g/ghc/ghc_8.8.4-2+apertis4bv2022.0b1_armhf.deb Size: 119427404 MD5sum: 5be35649ec0ee99bffee391b69763be0 SHA1: ccda002e9a61ab5a670f1ba7741abf4081657fde SHA256: 89ca173db9a84988784f510b8658e6356c2f87a02fd29b1474958d693b1a09e7 SHA512: f053482d35061cdd2380c5fc68f4eccbf745f728b3a2aa8497b30f1b04d65752cbf46bccafcd782131bf383fccc4383db5de148d01d8b2f2bf86737d7e11fd38 Description: The Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. Homepage: https://haskell.org/ghc/ Package: ghc-doc Priority: optional Section: doc Installed-Size: 256758 Maintainer: Debian Haskell Group Architecture: all Source: ghc Version: 8.8.4-2+apertis4bv2022.0b1 Replaces: ghc6-doc (<< 7), libghc-terminfo-doc (<< 0.3.2.5-4), libghc-transformers-doc (<< 0.3.0.0-6), libghc-xhtml-doc (<< 3000.2.1-5) Provides: libghc-array-doc (= 0.5.4.0), libghc-base-doc (= 4.13.0.0), libghc-binary-doc (= 0.8.7.0), libghc-bytestring-doc (= 0.10.10.1), libghc-cabal-doc (= 3.0.1.0), libghc-containers-doc (= 0.6.2.1), libghc-deepseq-doc (= 1.4.4.0), libghc-directory-doc (= 1.3.6.0), libghc-filepath-doc (= 1.4.2.1), libghc-ghc-boot-doc (= 8.8.4), libghc-ghc-boot-th-doc (= 8.8.4), libghc-ghc-compact-doc (= 0.1.0.0), libghc-ghc-heap-doc (= 8.8.4), libghc-ghc-prim-doc (= 0.5.3), libghc-ghci-doc (= 8.8.4), libghc-haskeline-doc (= 0.7.5.0), libghc-hpc-doc (= 0.6.0.3), libghc-integer-gmp-doc (= 1.0.2.0), libghc-libiserv-doc (= 8.8.4), libghc-mtl-doc (= 2.2.2), libghc-parsec3-doc (= 3.1.14.0), libghc-pretty-doc (= 1.1.3.6), libghc-process-doc (= 1.6.9.0), libghc-stm-doc (= 2.5.0.0), libghc-template-haskell-doc (= 2.15.0.0), libghc-terminfo-doc (= 0.4.1.4), libghc-text-doc (= 1.2.4.0), libghc-time-doc (= 1.9.3), libghc-transformers-doc (= 0.5.6.2), libghc-unix-doc (= 2.7.2.2), libghc-xhtml-doc (= 3000.2.2.1) Depends: haddock-interface-35, perl, libjs-mathjax Pre-Depends: dpkg (>= 1.16.1) Suggests: haskell-doc Conflicts: ghc (<= 7.0.3-1), ghc6-doc (<< 7) Breaks: libghc-terminfo-doc (<< 0.3.2.5-4), libghc-transformers-doc (<< 0.3.0.0-6), libghc-xhtml-doc (<< 3000.2.1-5) Filename: pool/development/g/ghc/ghc-doc_8.8.4-2+apertis4bv2022.0b1_all.deb Size: 15872164 MD5sum: 8f8ef36e10285c82a735b9c5dc8939f1 SHA1: ab8a1bb7aeca53a938356364a76bfada71646f48 SHA256: 2ce2bfbe16e8c93663ea7666af1924c29516a44231f371780e43e3bc5a87bdcc SHA512: c26e35e7796fe47745dabf6bf50095b171bc75d9e99587eccfe7d7bafbdbc70203896415c465e6779b05f02c5fec01aa56c324cd227021bdda300fe1271bcf6c Description: Documentation for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. . This package includes HTML, DVI and PS versions of the SGML-based documentation around GHC. Homepage: https://haskell.org/ghc/ Package: ghc-prof Priority: optional Section: haskell Installed-Size: 943036 Maintainer: Debian Haskell Group Architecture: armhf Source: ghc Version: 8.8.4-2+apertis4bv2022.0b1 Replaces: ghc6-prof (<< 7) Provides: libghc-array-prof (= 0.5.4.0), libghc-array-prof-0.5.4.0-0281a, libghc-base-prof (= 4.13.0.0), libghc-base-prof-4.13.0.0-5b8ba, libghc-binary-prof (= 0.8.7.0), libghc-binary-prof-0.8.7.0-ab5e4, libghc-bytestring-prof (= 0.10.10.1), libghc-bytestring-prof-0.10.10.1-92515, libghc-cabal-prof (= 3.0.1.0), libghc-cabal-prof-3.0.1.0-724b1, libghc-containers-prof (= 0.6.2.1), libghc-containers-prof-0.6.2.1-53ee1, libghc-deepseq-prof (= 1.4.4.0), libghc-deepseq-prof-1.4.4.0-5e065, libghc-directory-prof (= 1.3.6.0), libghc-directory-prof-1.3.6.0-6c350, libghc-filepath-prof (= 1.4.2.1), libghc-filepath-prof-1.4.2.1-8143b, libghc-ghc-boot-prof (= 8.8.4), libghc-ghc-boot-prof-8.8.4-af967, libghc-ghc-boot-th-prof (= 8.8.4), libghc-ghc-boot-th-prof-8.8.4-7a117, libghc-ghc-compact-prof (= 0.1.0.0), libghc-ghc-compact-prof-0.1.0.0-a500b, libghc-ghc-heap-prof (= 8.8.4), libghc-ghc-heap-prof-8.8.4-f797c, libghc-ghc-prim-prof (= 0.5.3), libghc-ghc-prim-prof-0.5.3-00322, libghc-ghc-prof-8.8.4-0817d, libghc-ghci-prof (= 8.8.4), libghc-ghci-prof-8.8.4-e2edf, libghc-haskeline-prof (= 0.7.5.0), libghc-haskeline-prof-0.7.5.0-01122, libghc-hpc-prof (= 0.6.0.3), libghc-hpc-prof-0.6.0.3-06e14, libghc-integer-gmp-prof (= 1.0.2.0), libghc-integer-gmp-prof-1.0.2.0-0b5a2, libghc-libiserv-prof (= 8.8.4), libghc-libiserv-prof-8.8.4-3354d, libghc-mtl-prof (= 2.2.2), libghc-mtl-prof-2.2.2-c5b7a, libghc-parsec-prof-3.1.14.0-665c4, libghc-parsec3-prof (= 3.1.14.0), libghc-pretty-prof (= 1.1.3.6), libghc-pretty-prof-1.1.3.6-96d07, libghc-process-prof (= 1.6.9.0), libghc-process-prof-1.6.9.0-83e3e, libghc-rts-prof-1.0-, libghc-stm-prof (= 2.5.0.0), libghc-stm-prof-2.5.0.0-d009b, libghc-template-haskell-prof (= 2.15.0.0), libghc-template-haskell-prof-2.15.0.0-d6b75, libghc-terminfo-prof (= 0.4.1.4), libghc-terminfo-prof-0.4.1.4-fc5c0, libghc-text-prof (= 1.2.4.0), libghc-text-prof-1.2.4.0-9798c, libghc-time-prof (= 1.9.3), libghc-time-prof-1.9.3-8c784, libghc-transformers-prof (= 0.5.6.2), libghc-transformers-prof-0.5.6.2-38196, libghc-unix-prof (= 2.7.2.2), libghc-unix-prof-2.7.2.2-96844, libghc-xhtml-prof (= 3000.2.2.1), libghc-xhtml-prof-3000.2.2.1-56f25 Depends: ghc (= 8.8.4-2+apertis4bv2022.0b1) Conflicts: ghc6-prof (<< 7) Filename: pool/development/g/ghc/ghc-prof_8.8.4-2+apertis4bv2022.0b1_armhf.deb Size: 103800828 MD5sum: 1f2c6ca6dce579cddd3fefde5cdf3bd1 SHA1: 2d3eb5375dfc4ff7e57c19a257f5ffac9ba9998d SHA256: 5ba3cc3680f9fd8f10c1888a662f8125ce770e92a48f51847fc16dd3858bbe26 SHA512: 1fa04aef33bee8be5a0642a7da644589155d5972f734111ed6cd0bbfd8914ac1ab245a55745f01126f302bf39ac3b7c1a4819798e127fb1358c55213342aa09f Description: Profiling libraries for the Glasgow Haskell Compilation system The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for Haskell. . Haskell is "the" standard lazy functional programming language. The language definition and additional documentation can be found in the `haskell-doc' package. Alternatively, there is an online version at http://haskell.org/onlinereport/. . This package contains additional profiling libraries. They are only needed, if you want to take a closer look on where exactly your program burns CPU cycles. Homepage: https://haskell.org/ghc/ Package: ghostscript Priority: optional Section: text Installed-Size: 228 Maintainer: Debian Printing Team Architecture: armhf Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1 Provides: postscript-viewer Depends: libgs9 (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1), libc6 (>= 2.4) Suggests: ghostscript-x Filename: pool/development/g/ghostscript/ghostscript_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1_armhf.deb Size: 101936 MD5sum: 164e082df2c820fc497201bda3c246c9 SHA1: b3ce03101aee7a065034608f902875ccb87e183c SHA256: 760073e849a0cce2bbf4bca690c4fb9fab6f224726fc028cab5f0d20f14bae1a SHA512: ccb3cd841acf547a24dcfca80205bfebe9aad57bedb899bfe03f0421d128dd613382f41bd5f3d28b79ce8816a2f6a15fcfe603ff173cc9b290d86ab91fa14752 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: 19 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-dbgsym_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1_armhf.deb Size: 6140 MD5sum: 87cff25f26ee0e1dbd7da43cede2298e SHA1: 7d72b34d5c671d5f258a8b4e712c1a43357deda0 SHA256: 79db291358080851b63a0add7255c1fa5c944168baf2ad65f36d397fdaa7f39a SHA512: e7ab625720bef3fe8f2857ee9d2162244211894f41b20a0e3f667805991847fe59683e97307e81bdd6ae8cbe03ea39931bad1aaea79456fcbc572e305b7631bd Description: debug symbols for ghostscript Auto-Built-Package: debug-symbols Build-Ids: 66fa45e6dcc7ef80713a61a489d3ad0502f8ce47 Package: ghostscript-doc Priority: optional Section: doc Installed-Size: 16129 Maintainer: Debian Printing Team Architecture: all Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1 Depends: libjs-jquery Suggests: ghostscript Filename: pool/development/g/ghostscript/ghostscript-doc_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1_all.deb Size: 8162792 MD5sum: afdf48bf31b54fc9f04dfcc0c0849a90 SHA1: 9d86f3bcef2c38140a38326399e07c4607b3d69e SHA256: 54e924f1c87981743b0f1ba62387f9ed57ff0d909a79e6a2bc3b6fe7e5dcc59f SHA512: 7ea3d8f6a38c3602cb8d28ca7ad116044402ba687c7d614da3ea5c8c4f9fb58d38855302c53912433d460985c894d557a5f45f11013202ca92614aedfed9f157 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: 196 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1 Depends: ghostscript (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1), libc6 (>= 2.7), libx11-6, libxt6 Filename: pool/development/g/ghostscript/ghostscript-x_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1_armhf.deb Size: 94376 MD5sum: f2cea93b244d24547d242c801c3b8079 SHA1: 9c54747471d88f9d309e4ea87f537ecc12bee7b4 SHA256: bce9d72ce70191e1c5145e30f3ee0356ccbabbf24452574fd4ed1faf2118008a SHA512: 2455e3b0edb713c5bd0c95c9306ad1bacdceeb25128fc6ef645e5d5b7bef593bb73c59b560610e749914c7f8f26d8994735d96b2100f4552b9413c22b0bd631b 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: 120 Maintainer: Debian Printing Team Architecture: armhf Source: ghostscript Version: 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1 Replaces: ghostscript-dbg (<< 9.53.3~dfsg-2~) Depends: ghostscript-x (= 9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1) Breaks: ghostscript-dbg (<< 9.53.3~dfsg-2~) Filename: pool/development/g/ghostscript/ghostscript-x-dbgsym_9.53.3~dfsg-7+deb11u6+apertis1bv2022.3db1_armhf.deb Size: 100596 MD5sum: 81b20e11ba0666eaf18232e1baa84379 SHA1: 7e0feec4ec009782be5d20eb4e13be304e2a9fba SHA256: f46e43aa253f685eaa16d27347c1f5532cd7de77e64f232246e4adb722253d3d SHA512: 4baf3438c2a7004f6cb8e2c16fe1ce1e1fad9ba71a341b914d1ecb9435c66719697b41f16c95850c2578d24b9890fadb8140ca21a57acadbc8f9c7e9876f77ab Description: debug symbols for ghostscript-x Auto-Built-Package: debug-symbols Build-Ids: d597d75bc9e272b0cca9e5b54f1c945602490f53 Package: ginkgo Priority: optional Section: devel Installed-Size: 6286 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 2029572 MD5sum: 36e8177915c961182272d1a5a6141a6a SHA1: 9b1eb021f26694fb7e4057b08418753aa06e1b9a SHA256: d50e18e8d75ef407af141c1b24c49b0bed900a2a9e97cc48b23a2d31a0a05b7b SHA512: 648ba15a44feb673ffce9097a9ed1172cc46c6afdd28dcf6995d11f55430be4c79c45c5aa7bddd7e41052e4d0ff4c5684902d545fec2ad30ee826e332d20e671 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: armhf 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_armhf.deb Size: 18036 MD5sum: b1df1e3d8f128ec5c596972fd2ad1696 SHA1: 458e693dea94cb74019e20748749432191384b0a SHA256: efd5fac5079623475b148d6b09e40a6075813d98c4e468acbcc5aeade195857d SHA512: 5cd60e47369a01f3712653cd9caafbebf80d888ba3b597a20e2449bba1ba54d414e77fa46303dd7a55b4dd77dfcfed2a0af378900c6cbf61d972eb248667eae2 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: armhf 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_armhf.deb Size: 31536 MD5sum: 10294253db24588413dcd02f8dbc7723 SHA1: 40290e4f77c544d4f716c630ccdba6eb28d99889 SHA256: 4ad766a113eac648db49e57386dc5641edbe169c15accf1a20ed6b2d35e10908 SHA512: 046f0871bc6817156cc69a69a9d475e86f8c1a0e56394d1cdd0c9d4f2b68ca29f32d21b66c931dd138004e0bb970dbf53c42f5fd6d6a15683d844661586e12c5 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: armhf 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_armhf.deb Size: 17488 MD5sum: 0e81bb29e971bd02eb672f4105f98123 SHA1: 33cb85292763e8fa5a0ee9eb13d50e6341dda326 SHA256: 08c1daa8f781efce19475cb46f0d4cfb8df62c24397721169e014a69348d3dff SHA512: 7d696aaa018e0a383fafcec84962204da28498dd54d5ae57e05693a1570c9948696cce08555e8d53dff316b619c64a47a6410a60b0cfe688fca62f9d2b618085 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: armhf 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_armhf.deb Size: 34744 MD5sum: b59a044c550d8f16eab46793564557bf SHA1: 7239694243bc13b16d406aba75c80aba54d89c18 SHA256: 6fb2241b3c1938b8cb58707f4f48845cb6977ff6937865e45a7be407831b4ac5 SHA512: dfe319627c49b7f98165bc01d67fc7d51025968fdf49c87847139ecac4475ffcf6635bf3cce9fdc1a331d4ed68a58765ab109c574603534d9b19c71503e019b0 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: armhf 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_armhf.deb Size: 17696 MD5sum: fd47919adb2edf3d406a5b17ccca07a7 SHA1: 7bb959bdf480b0e61fa3931964c38cbc34a63074 SHA256: c4b088bd1d39508c9c517ad4066ca775f91996bdf5e85cf2a5b9d9206e00842d SHA512: a5e9d75d368a05ba4f3bd84c2ba5f7c510398f86ca007c302122e446049052e649a06b9e4b833aafcaea554eb0a08fade0b55ecb30d48965476add393048dbdc 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: armhf 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_armhf.deb Size: 217204 MD5sum: 5e07ef02640e58eeac3aa23aeb03390f SHA1: 01bf6d55ee51bffeed7e77d3d92487ea0fc0f562 SHA256: 9b3a67312512bd2332964dad2da7edc2c47e29fba0cb9d048b4099d8239bee1f SHA512: 251027c65e0b76d066288e1a698aa151ee0abb469e2b51367b1994fbf062aeb88618e907584f4e3eca6436919e9aa2faf98f49760f83e417fb1c45515f10961a 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: armhf 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_armhf.deb Size: 6696 MD5sum: ea312c8efaac34a9611f90a4b801cc12 SHA1: 4d177d01ec6c5831e4b4bf2428dda191383ca088 SHA256: 2c57f5a0e46bf8d6a411591e2a8503773fa62d9c4ac1917c3bc2dfe6f8d51508 SHA512: 5f0b2d8e74a25473c292ed20db8b4355dc0160e210ab9321475eb9e37a85417f710f580ecddded8286add41ac9d6ee8a10fd77f0cdc4cad6530d32274bbc4a25 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: armhf 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_armhf.deb Size: 362764 MD5sum: 0f8544f62b170bc0ee3954c4d5e101ad SHA1: 5175bbb10ebd17115e33ddec6ea1bfaf5fe1ce6b SHA256: b94d6de3e821d41c81c98cc6e46629a9d605d7d59ea7425aad5f9b1719373c6f SHA512: 95ba39436536ad37fc39554fe91e69a5068fba5ce0bc97b88ef34edb9aa5813514ca084b470550d6aab625a4e89ffe9ad1dcb6c5975960b36149b4228df78532 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: armhf 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_armhf.deb Size: 32456 MD5sum: 8eedf4ac5f5c4dbd6e6d2259c0ced533 SHA1: 202dc78780c88bac424ae762e7255f5fa95f69e4 SHA256: adf3a36df7d31bc38e96ac92fca97a9613c3501ac4dc94b4feb7ce3c79d342fc SHA512: 777e10cb6ddc94bac1b5c626573277a006e68a56ebb8ae8536c1d9dffeb6014c6f091af427ee340cf84317d586c646734c4e9f609db88689f52c059aa33580c4 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: armhf 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_armhf.deb Size: 36716 MD5sum: 9924dea7d53489dfe77ce1eb6286fc74 SHA1: 4230e5865ad8e7cff64b882889871648895ab8e0 SHA256: 27496d53583d60e70f7bfec4c4acd095a2b6abd96c31cc4c4768159f01bef2ce SHA512: 9e33075fb2c2dcadab2523072e03bdc5c917ec503e1d20c78f4bc779b8abf58ede01ecf0b7e2112c8dff44f6700012faa5ec320826c870fd5a88f22c9a7f53a3 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: armhf Source: geoclue-2.0 Version: 2.5.7-3+apertis4bv2022.0b1 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+apertis4bv2022.0b1_armhf.deb Size: 22744 MD5sum: ac527d18dd4d290d3239612d1b9d8133 SHA1: b79cd8d4116cef9ad201c1b329bb3262badf0bd5 SHA256: e944effabc9ec2ddd825749d35859d208a03062e84e7b9b34999a424a25a94e9 SHA512: f5988e993c72c558167525c561f49e2a9b4b8282147cce5d8d34b1954b9423fa7de89a9dbf7beef02b52ac3156ae759e9e0f59d74bcc1089ce2b3f27fcfb1a11 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: armhf 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_armhf.deb Size: 4592 MD5sum: 164b9b23f5943c3921c062d0c8be0cc5 SHA1: 4b13dae92431eb04ac2f164ed7e1a12ffaff3606 SHA256: 8eca3e29eb7d32bac6ff70d62c01fed67dff12fad7df869564083c257dd0536c SHA512: 36e4d4786193179b932fbb533b05f6f2f7a00232279bb3fd6d014e4838e5589a608f7f22fe5eb5de03f5653b2124a716df3b48206c80ed6b539cae28a55ae625 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: armhf 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_armhf.deb Size: 42260 MD5sum: 37a1ca05dca9f5498365dc2d4ff41136 SHA1: 621cdf592cefb7902a01dff932cdf8a6c3f6e039 SHA256: 7274e78f6f3470eca94631036b8e76dde15620143487443f75033155930b364c SHA512: 6cd59439e8ec3426fcda869adbbfe4ebbdf2fe0e15ec9424ddb2f71c0283d92319148b92d1beff0dff527449cb92af1eb640be1639cadaccba003b67ef555aa6 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: armhf Source: gnome-desktop3 Version: 3.38.5-3+apertis1bv2022.2b3 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+apertis1bv2022.2b3_armhf.deb Size: 35044 MD5sum: 2cb7129b7c21250009e4c762b831ebb1 SHA1: e2ea7b576b5a6773e56f90a204c331b14e5c9efb SHA256: b64b640aaf228ef83b9ac1c0e59829ca416b5f5413986b167875fb2d522f8a21 SHA512: 68a50430d303c84c94bb83c12ec113f08c996e7081b8a5689f6f0c10da3bfba7a92a89c813bdc916936367e5296bd07cd13dfcc21252de63c7ec97a68ad41bff 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: armhf 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_armhf.deb Size: 222596 MD5sum: 0cd2fb418eae631ea347f96edb4a3f6e SHA1: 560c929cd2ff85462f451105200d648b4889e0ea SHA256: bce7ab1c5a60be2bc0a9f53946795ffb00459d8997dd5d5b2c6552eff8224608 SHA512: c815d7496ad4d4c308de205977d1c795c40c67d567abc0c83ef05ef6e2f75772c0eada6e3273004e64ba77be61746bf8d8f1caccb882f8487e5e96eac9cabd73 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: armhf 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_armhf.deb Size: 10092 MD5sum: eefab310ad36082a9ea837e4cda61163 SHA1: 7812367bf58883cc3e88cf7a4952b24eca759414 SHA256: 37dc387af30650cdbd63e3125cb31d4648e8202de421fe182952184778df3e81 SHA512: a6f55964fd1ba47907bbb06693f481a8f1aa461d5c0ab651110b2bc9e45ec3909f0a9389f4d49d1729b978c2e0b0f2b6b4cd8e534e0403ce7e582e10c46cf675 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: armhf 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_armhf.deb Size: 49992 MD5sum: 82893814dca80ac18ee6e0a2d9a2b8ec SHA1: 891dbfff716aab87ed138aab0607cdf4f49299af SHA256: 75e766e9862f7b851fea460740ec4187ea91b0dab562cb35f2362848d2a1ae55 SHA512: 4e2de6268e3c4abee2ab74f69e28cda7ca9472b7c002ad896da9552002c158426dc51fb0694976256a41c8b650fd45e61e5b7709fbc618739a54e39e5ae8cdcc 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: armhf 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_armhf.deb Size: 12320 MD5sum: b7f58ba043903dbafc5709cbd4f0c287 SHA1: 7cd0f994002f0a8798c9a7023dd07a1331f38391 SHA256: 51bf30cf2cd782688d2aa333bd33b065f8bb4a1463de036a4a97eefe0ac4c30c SHA512: f6bbd4245ff0540eb9921854605276295a3c871751ad1a0dfe5cfaa3acde107453b4cac8ffae30a1bc2f2b252fde272acde9594d1cb407677fab1169973f7c9a 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: armhf 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_armhf.deb Size: 317660 MD5sum: b857068f4dce66f16ddbf251570ecdd9 SHA1: 19ef66ff3272449b2781b7ce6cc6a6059fbc8e16 SHA256: 3c4d6a678a4c026e66878c7d8cbb9f661ee1c7a36666138d7e54c5f5363327f1 SHA512: e0598b279ef7553b4f37bd43286d54f99d7071bc309b983982315cd55fafc8d235f8c9e6c5a5bf862e86cf03cd4718c4b2c619134708f310f3e898cce747b623 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: armhf 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_armhf.deb Size: 38860 MD5sum: 1e5ce1bac4ee9a307641d4fa63f71271 SHA1: beea0816fbf4b9f205aa2b52eaf1183fc84af587 SHA256: 215680d1c663cd3a322bf64b6986af26f97bef465e0922a73dc31e3cfde6b69f SHA512: a59b25312c8de9156e1e41cde1b43f28a1a3162fdfd876429bb27c88c3bec6e004a4726677cf541f6e9a17d6fcc88ff395fc483750e202f45bd9c8ad0b68b7ac 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: armhf 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_armhf.deb Size: 107128 MD5sum: b0cd7e09b028bd48a59b5180c8ada370 SHA1: d2067856f4807b44d89a9c5b81b1c13c2a9c7d24 SHA256: bb523a0a9e8a4660aa0a4e970a90ea06a34869b091471972a3559000fb573bd1 SHA512: 910b51621f382acc8366bea92015440050393b96d5dc060a3653bf12e42f23e07e75a8c3c2e0e9040da86f59f008bea884ad3703cca7b3282e7666e3d0c6626b 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: armhf 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_armhf.deb Size: 966156 MD5sum: fea67e9b01ee27e28f15b1f3f6f185d4 SHA1: 5000eda55a684f3152d9729422d5f8f48047a1eb SHA256: cf2c530d9792170e09d839a322dfc302b50d38c19cb6e7c5087e9f277949574d SHA512: 11987a73872dc67baebfcd46576eaa927a7ca0191d57e0f77c0d837ecd6e8b568e81aa5a3c2c04ea40e4a5bd9ab04c7ed3384901b6d7859835d0b0fe61f0a548 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: armhf 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_armhf.deb Size: 23200 MD5sum: 14ccb61092afd53da25305b72ab7be3a SHA1: fee7d7cf88cfb6da57b19e6672eacbb46cb4ede3 SHA256: 960dfc8db5934a0ab4dc14d910c38cc4520018568655d62b9a3df6424f7b8b50 SHA512: 8839244ecbcec0d0120c46b6fd063fa32b4afcd638b85071c78e840fe69f0fef4834f40bdd7673b6b0b13bd6ab510d268b8484d8af5117e4f26d26d7edbf49c7 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: armhf Source: network-manager Version: 1.30.6-1+deb11u1+apertis1bv2022.3db2 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.6-1+deb11u1+apertis1bv2022.3db2_armhf.deb Size: 105228 MD5sum: 1c528266589fe1b6bb9bd5aff6a84302 SHA1: 74ec8cdc9ad32656795e808cf32f6575a7912674 SHA256: 75347f3414eafd0f98ac2664eb9a910bb10730104ab937e2c6ee871456275fe0 SHA512: af2d1faf378277bf06cd7c85dfcef43a67b15c38abd8cf16d6b7617cadd3bf74516792d36a2e872e8de81f1fadbde1459c65b8d83c7f0cc29d071181dcb1d78b 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: armhf 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_armhf.deb Size: 123812 MD5sum: f403741223e8198b7314d455637460b2 SHA1: 10078789846fc5efbecbbe8bb6bc04b0aa764ca4 SHA256: 1bb4861a6f8746d83917563f6fb74eda7988fb928d996a20c815d3ab6312a84a SHA512: 54d32f9b7a151e7b0f83dbe5b5b43a6b15a898571ed2ee39f411f296ec4e391e6ed53498d19156380d6c3d8ac3cda43eaf8c0106544927cbd40af6f0213ee824 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: armhf 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_armhf.deb Size: 81440 MD5sum: 2687423cbe32705a4dcbbd0e8ed70f9f SHA1: 61f24d369492e674ab516e2d03bea911648013a7 SHA256: 07fee942c3a23c83b2b34c8fe7e8a55142a821b3745cd32199d848f543c2d20b SHA512: b7a5a11744c5419136a33687987106b1a6999e34badfcc40e706361e53298d2ff2e938d53ec40b917bfa8d82f637269e13570c1bb74ba014e3042abf454012f3 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: armhf 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_armhf.deb Size: 4660 MD5sum: aadf172a52b7591ea09ae3e0e93c0a72 SHA1: 6b145007acda7b0a429d4192b43a99cabc1ce169 SHA256: d11d17cca67995681699500ae24a5c73fbe8ca86371b80139ba72b85f1ba322c SHA512: 3af2659aea273d992db5fb75e2ef862cd2f186b1862258e01a5a42d1a8106ed4d4b15e8e2cf12ec2d783e0978533c4762b1dc2b3208c43cbbba150e0b6694665 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: armhf 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_armhf.deb Size: 28260 MD5sum: 488db004f2abf9943e5a97174093c552 SHA1: dc383a585ecef1e7b5552192bb6da9b66e1013d9 SHA256: 70fd8fe0c66e4243dfc510cf7aa924f3adf86322ab87548376efd2b6ddd9b219 SHA512: 9e5195b7c1839c7b9e0d485c8ce4eb45b6a5818a527eb832725bb63644e502bc629e58f0786bdae794a10b439208ab0a46806857b22073fd488edd1e3ed49f82 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: armhf 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_armhf.deb Size: 47020 MD5sum: 7686eb0af57759baa47a5cba5582b5b4 SHA1: e2bf477d771d6e64d86f5ea0b02226ee27625259 SHA256: 3418fca1337dfed80315a5be1c5927d47f506b57098e48223d8320d8910d0fe7 SHA512: f8aa7dd8eb3703825a30f31c4db1f41bde8604b3e599a4915ed1692b845bb53aa47d9b2114b86e310e1e0e6acbd529fdda36911aabd64f5fffac21a5f1bb944d 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: armhf 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_armhf.deb Size: 22528 MD5sum: 0f15715644574a4a18121b8b774b4dfd SHA1: b1321788d6da2c65313d6e6ea89dcd80e27c36e5 SHA256: 2dabbc137addfe70d2b720b069704370371b78e8187f59a04d41dc213ebd2855 SHA512: 46442398bf9f5424b0c86f353b708aea387a6357d22bb436144dd7c32731b5f5f3e5bedf952022b7d087ed8a846d160cea0ab003d6af43b1a0e03ffaa94e5980 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: 26926 Maintainer: Jonathan Nieder Architecture: armhf Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_armhf.deb Size: 5120136 MD5sum: 24e35436e84ee7e4eb4802a2083f6cf3 SHA1: a5d652777373b6582ff350c08ae71cedb8f17453 SHA256: 3b79b075de50a5cdfc78691c0ac3f157bb50e07154729f47e6121e1cd2d2bb14 SHA512: bf84ad11c0df85ec9d48ee603a86efc3771560db6493628f307a736cd83abc38880aae6f7ad4370e87001cf36b3d3e7360bb10acee4e76dd30a3ee9e23602c0e 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: 906 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 910540 MD5sum: a32968d7a91a10f1b97eec8b7d433880 SHA1: fe083f3e73a8e4b16923a96ba9d042d12630a69a SHA256: 6e3dde18deb08dd0bd13a84201a8e87bb6d93a644f1b8103753858ed0a9131f4 SHA512: c8f8cb95c5f7ed0dd1cd7397470929a06998532398e8eaff76aed139adf0944788e90c067c5a4a9d93c315d61805602f63ee5d16a3f5d316c648848b357d9ae7 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: 4217 Maintainer: Guido Günther Architecture: all Version: 0.9.22apertis2bv2022.3db3 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.22apertis2bv2022.3db3_all.deb Size: 1008240 MD5sum: ef05094cb8a06f7a3b77cf7f4e91a6e3 SHA1: 23130d0eb8429a4f7c9be969d7afbf196ab96e2d SHA256: 042e59b1e51184f5687e4af571cee9214f232338284995bb340a5034fa584622 SHA512: d482b3e51fb44a10bbbd3a3c53ba28985c60e791eeb36b492fb10bcfbe795b6c347fbcecb337225705a0fb074adeb1850ddb6cf00135a5104a426f283018f4c1 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: 274 Maintainer: Guido Günther Architecture: all Source: git-buildpackage Version: 0.9.22apertis2bv2022.3db3 Depends: python3:any (>= 3.7~), cpio, git-buildpackage (= 0.9.22apertis2bv2022.3db3), 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.22apertis2bv2022.3db3_all.deb Size: 126296 MD5sum: 394135d25bec1650ef4d5d0596a56a1c SHA1: 4649dcefaca23136c071a7c868ace714d1c7877f SHA256: 42abe4c0f0fddb1d4d93873f590705e390545feff33d81cc36b0c2213ba83eb1 SHA512: ae41037818fd28846400ab82dd914beca9495ae30355d420e686add9d16ab9a2538c2d1652a55af41537369d37c05f06decccbaf50b87b9c74584d8bc721ed03 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: 1289 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 973892 MD5sum: b5da4da1cac2001a6ceca4342423c905 SHA1: cc3b26f11ce8393b7ff8cdb4b410f84ff7ffb788 SHA256: 6d4159278818ff2155877888c5a559a3400df4bed1a6842289eef78a3a6ccaa8 SHA512: 7565f32be81a654537a9df2f5f0585722c320b7c20a97c9f84639cca2c9a9cf7b7a594009276f8c749e53edbb1dfbfdd04fd5e7e1f7b396c4bf3ebdcbf19c67e 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: 918 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 912192 MD5sum: 24f61ea8e8ef6b980933c338036087b3 SHA1: b4d8835667b01d83a71a07c1ce02ddd4bc36481c SHA256: b2905cf208443c3273ff6590c14d40f88d5582c7ef0ccdd458209a7a2bb1e0f4 SHA512: 566acff8756e67e7d46ccd531028672d84583cde9d001604013110b5519c3f58d12b4019a0b3757a381e6875ae8a72caa270a4549f7ad22e68c10923b99b4541 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: 921 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 913264 MD5sum: 730e29810699a27bd65b73b46cb30a8b SHA1: f10c68df35dc51e08ac5e95aa0cfd16096d149af SHA256: e88df69b70e4d5f59234df9174dc101f3550630cf4c1ebe071af905aa84eb913 SHA512: 3d28f6c83f52b4199d72e89ba23375e00b0d7b1a5eda649a5a02dc148a60d8debceb110326b913d87eccd03088ee9612f313745d14c26d525a7a7be076dddf9f 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: 33866 Maintainer: Jonathan Nieder Architecture: armhf Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 Depends: git (= 1:2.30.2-1+deb11u2+apertis1bv2022.3db1) Filename: pool/development/g/git/git-dbgsym_2.30.2-1+deb11u2+apertis1bv2022.3db1_armhf.deb Size: 32308908 MD5sum: 560163627a2fb4b0377b435ca7293b0e SHA1: 5c809876456435e1c40790f3f0695b12e7c3360a SHA256: 1ce04cf7d2f5d8744a4d2c2179526b08f9b4b27bde8dd5cc6d3d521d3badb8bc SHA512: 1d6e46e66249bddc56ffc42808a8895b440fc2227958658fb8a683eb3ad87e434b557fe201d4509ac5e012678ac335f33ea1ba4d323ee7482d650555582e573a Description: debug symbols for git Auto-Built-Package: debug-symbols Build-Ids: 16a023df97783da260da0a43b27ddb1ee2d35b7d 3049623d0cbb64447cec176490c078508e0d17f4 32ce1ad12af030f8056e057595c2bec907a7ba02 3d3f7e34345fb0192d3afb21accfb1357e4bdfb7 56ea7227880efee2af36d8c9349d90026a2c9ff5 72aaa9d0277650802d80e35bdebd0b387b84f2aa ae83be99d253bed89b460e5d714f44695e529490 b4d346ec9965f2f0d8d169a5e4e613ac20d7cfc0 ba4d90213938489904cbc8ae5cb802f1a3bd79f6 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: 11777 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 Suggests: git, git-cvs, git-svn, git-email, gitk, gitweb Filename: pool/development/g/git/git-doc_2.30.2-1+deb11u2+apertis1bv2022.3db1_all.deb Size: 1954372 MD5sum: 758958373ffc89edb0fca0399a919a79 SHA1: 6ee29c590cd910d21a946b82d8105e79ef86dfd1 SHA256: 8876764b989645ae15ef96bc4d65080a060e69140d6ffe7e4cf96d8bade92151 SHA512: 439fb310374e770dbe699a2888cc939e22626b60a037fb6352fe39cac541e214508998276caa3f8365c6109cbb47811fa61192b785bf741bd1dd826c0cc4ac73 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: 929 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 912888 MD5sum: 60b03ae7e0bd5b04a88b6a84c4f63600 SHA1: 634245b1fc74e8aec3a1844187bd887a9743fcbd SHA256: fdb499eedc8bb450a5bf10969072aa80e607d11d221255ccd8154b0c884c7eba SHA512: a1dc2452f1f8cd552d1f0a08d701c9cfcab35b4a7c806e982a38ab76f275af4995734249e9013c808cbcb93d28cc308082b2b5ce3b46a8974243ea0154187556 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: 976 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 935172 MD5sum: c6d46e47b2812c0cbf8254f4af78ce6e SHA1: 2861fadcba42bd3b8b5dc9dc8b6da959eed25dbb SHA256: beaa252bd41ebf582d05d7b5dfc3a84da2a1206e00acda632b6760ec747e047d SHA512: deb8f58fa26525a8b4aa6917605fa0a5e5490d101e139c14dd8771537de4de6dd16104a1d808e046083cdfe84475d8f839045fa2bbf915cdd7b2af075cf16986 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: 2327 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 1129180 MD5sum: a5f2f9eb0c84eef7afcec24d4b484b8c SHA1: 1ea99e945333a9cda6ec1f121fb8a13b81889835 SHA256: d6f54108c8665a188070a5143adfc12fb66e6d1dee021c85f6a2166c8071b550 SHA512: 04f97e181bb9956a456f5f8b66803fb80bded388660bc6de8cba6ce5acc008523e3782dc4ba5029b7b6a9a3ac16d5f3b6e04ce42fa38db248e03530e11e20c6a 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: 9165 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 2.13.2-1apertis1bv2022dev3b3 Depends: git, libc6 (>= 2.4) Filename: pool/development/g/git-lfs/git-lfs_2.13.2-1apertis1bv2022dev3b3_armhf.deb Size: 2791680 MD5sum: cade1b82e0966622ba8e372397c2984d SHA1: 6cf21b4b5c40655e6f151f0c0317b4004da1ac45 SHA256: 4a7fca759394d6e22d4e5f58a555aa3a3bf822ebd5c995b33c962b05762333da SHA512: 346207440280f601ab5e303c016e559019703b47646e1f4e65a0b21c6f3b1d57a290756a561adebd0301c28801fd5b39db98ad468370219bc47e35cf3fdab758 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-1apertis0bv2022dev2b1), 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-2apertis0bv2022dev2b1), 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-1apertis1bv2022dev2b1) Homepage: https://git-lfs.github.com/ Package: git-man Priority: optional Section: doc Installed-Size: 1884 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 1835828 MD5sum: 2d76958153fff8dfd5e8cd53d5318993 SHA1: 765808a97d1bdbfcaba99b80718e3336fbaab630 SHA256: 5e9921ca845522a89276a5c1c983c66e1033e92e2aa5460605d14d3866a1df51 SHA512: 46e3102fd287728abd65e47d4abc10ed7bfa0d5831f7a27b91cf5e56651ffc71be1843f530c4fb9f08b58c6162daf9c1a4ebc57ff61217ac390736c0642bdaac 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: 966 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 925916 MD5sum: af1af3a8db3ab7e7e3092dc417b39255 SHA1: d4586279b201aea6f3bd5723b56eab4e83492049 SHA256: 44a0f79af35986d1cf9c60a152544d37f94588403496956c555ef95c56d49db1 SHA512: 4853163cd0252e343f86cb9d4dd377209f5f7b8c519e1bac73b80bbd87f1af77a008ae8977e7b5c67d407c9a498509e51ca2a1433a2f050c670bfa6627ebde60 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: 1493 Maintainer: Debian QA Group Architecture: armhf Source: gnulib Version: 20210102~ebaa53c-1apertis1bv2022dev2b1 Depends: libc6 (>= 2.25) Filename: pool/development/g/gnulib/git-merge-changelog_20210102~ebaa53c-1apertis1bv2022dev2b1_armhf.deb Size: 1319124 MD5sum: 314a61b320874bf51d7b170216901f2e SHA1: b6f8ac913771e7093ed7109f6512d51ba7db8b23 SHA256: dcfd713bbec1a1ddbd76f5fb408aa64e1cfbae1a3ec723e34ee247a71cafeb05 SHA512: ae6b6ae0af162d885519c6eb5ecf74ace33e681c0e222456eb86b1c040346ede7c615bb95acc5eef26646539a535bdda2134ff22dcc392c3d63253166f14119a 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: 123 Maintainer: Debian QA Group Architecture: armhf 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_armhf.deb Size: 105340 MD5sum: 98af37e48e90354e75da54226dcdcb0d SHA1: f01b47731d3af1c04a5752139dc5c315d9101cd0 SHA256: 6f156175fbfb5ba1ae7de758b0f0bb8c70aa0168aa8740bfbfff0aac9721caa0 SHA512: c94f2fd0829db99e133b14498abcc8f577425593d24fbe3750b42b14b232a09c9f327eeee392a37e00aa41aca47e3cd1f7cef25404d5a5e741305b2daa2ace06 Description: debug symbols for git-merge-changelog Auto-Built-Package: debug-symbols Build-Ids: 4404c4c2eb0948438631fb5783019e84dcc9258e Package: git-svn Priority: optional Section: vcs Installed-Size: 1154 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 985172 MD5sum: 04b833cf44e77dbfb193d6c9626c5ac4 SHA1: 4228a71f73c8eb80bce2ead584653a827f9e68a3 SHA256: ea1621623923bf2d28d17ea88ad80b8c95e5cf46c628609188785418583279d0 SHA512: bb9291b16fc93cdef75258595b8b2abb1713f55e1cf8913581c7e4574f3c695fe5e8ace3c75351aa58b4b0dcd2e08506d4622e34b25e14c7f9e47300dad2beef 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: 1733 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 1045884 MD5sum: 5be41712bab9b73e293960a7005fab9a SHA1: 23475745256df6ee3ebd9a381ed59e046a11a316 SHA256: bd661d36ba7d0fa59d93193fb97a874fdda6a94019a296ba3080393ab393f3a9 SHA512: 1d83c82164cc46fe50a5bdc1acf22fae7206d8bb6b51e6717839dd58159725a6f0d0d942250af67e523118763ae7f255b2369f97083e6ea86c3c114bd326a182 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: 24 Maintainer: Frédéric Danis Architecture: all Version: 0.0~git20220111.6a67fc5-1+apertis1bv2022.3b2 Depends: python3:any, python3-gitlab, python3-yaml Filename: pool/development/g/gitlab-rulez/gitlab-rulez_0.0~git20220111.6a67fc5-1+apertis1bv2022.3b2_all.deb Size: 5812 MD5sum: 9e62b188e0b3c37e38f03240aed28c6f SHA1: e32c6bdd1dd7c680f796e74752b2ad73e9df4877 SHA256: 1f6a06685c18288af38c8b242dfc7691cb9658b3f91f076fd51e164fdce9432c SHA512: 83026d492ab350b109d054183c716bc48b4a87f2598090d43762189bd1ff40082c4def47ee7e2d427e1a625fe1242d35b89650ffb155968daa77631e3dfb35a9 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: 928 Maintainer: Jonathan Nieder Architecture: all Source: git Version: 1:2.30.2-1+deb11u2+apertis1bv2022.3db1 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+deb11u2+apertis1bv2022.3db1_all.deb Size: 914804 MD5sum: 87320ca4391b2362d42f28b7842bab02 SHA1: 874d687894605d357a894ef6ba6da864c44dafc2 SHA256: 7e421d41033d0c767334c8383005ad4855f26b1a06f7eaa255550a0943a07c6a SHA512: 9996f4274f57edd5e95d3cb73a404a8f0946b8ce1a352d259a3ce373f77e285c032aab770aacbd130d70188afc3e6ba66d44bb7e6547766341f4a5635f4c48d2 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: 80 Maintainer: Debian GNOME Maintainers Architecture: armhf Version: 1.66.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.5), libgjs0g (>= 1.65.90), libglib2.0-0 (>= 2.58.0), libmozjs-78-0 (>= 78.4.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_armhf.deb Size: 58440 MD5sum: f18273c4e7203ef9836210121f0f5aba SHA1: 56d03d4e62f91b70efc77c732e68a478ad9876a1 SHA256: 3be944218d5b99e92ec862053ee711a3d6e42403bcf6006754c5f625902e1b30 SHA512: 4949d6679292f70f4e1a5a544ab828c436ed007e5209a1c3214936f6cd47a3f984d9ecbe69a4b988c5931a276ebfcd2b3d50a54578a4d964c22e0235efbf5771 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: armhf Source: gjs Version: 1.66.2-1apertis0bv2022dev2b1 Depends: gjs (= 1.66.2-1apertis0bv2022dev2b1) Filename: pool/development/g/gjs/gjs-dbgsym_1.66.2-1apertis0bv2022dev2b1_armhf.deb Size: 17464 MD5sum: 9ae5a23b4ba35f0d182c776d9f225939 SHA1: 2817fef5c3efc2139287a800e238925948b3a07e SHA256: d900f2577c365ec618fc7099bc427621b49a613625f3a80534a6aa4661ecc6cf SHA512: a8e673b45bef3aec1e28a5a06805ee44aa95f3a80073a6192b329a1fcc25ac606da4864a13675276c3c93a5f5a3e8e33dedfc8327093ac3b2fb1bb6c8a0c494e Description: debug symbols for gjs Auto-Built-Package: debug-symbols Build-Ids: fbb444f43041bae102c383dd1f813c5ea5f1a2ee Package: gjs-tests Priority: optional Section: interpreters Installed-Size: 895 Maintainer: Debian GNOME Maintainers Architecture: armhf Source: gjs Version: 1.66.2-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.5), libgirepository-1.0-1 (>= 1.64), libgjs0g (>= 1.65.90), libglib2.0-0 (>= 2.58.0), libmozjs-78-0 (>= 78.4.0), dconf-gsettings-backend | gsettings-backend, gjs, at-spi2-core Filename: pool/development/g/gjs/gjs-tests_1.66.2-1apertis0bv2022dev2b1_armhf.deb Size: 171040 MD5sum: 98a951bfd7a38a60a1ef19d0e2595e89 SHA1: 33f24af99c7ebe2d9246c7c17e306f53458a3ae0 SHA256: 3d8fe3948e497a652f7a9eb9ab36f6973bce589c754dbd7f7a8447c1190b6bd2 SHA512: 5f36deb7a282e5fc3360224f7b06070be10458ff9ced3152762cd20313a0fbc2f4e721e6d20254cd087e963b0d64f7f96e6d05460bbd7c7987957df303ef059d 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: 255 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 162392 MD5sum: 3cac7c7e1901b0209953af6e83e05c32 SHA1: 0343af5520e9a11c200a5ea0aa45ba3264991cb3 SHA256: 8b7df5a228fde4ed91dc68b0a5091cad1a2670a649e6c97003db1c6e763f165b SHA512: 960646c642b600dc565820555f74260c0612fcc8896fc58ef2279ba37dd02865b25dc1554851f7a97991c3e3ca87b6b2288e8a14d606ef1149e6e9ae0ea07938 Description: debug symbols for gjs-tests Auto-Built-Package: debug-symbols Build-Ids: 34b71b4cd8f9d90911f63c5db07c5ce7e628cbc4 8a8491f8a5932c1fabb9e809f1a6c407c1a9f219 a7ad6f5e2ca5d76a9c6c587750652bf571161240 b288def905a060139c0278d8b6aad9c8ed9ada77 Package: glade Priority: optional Section: devel Installed-Size: 1668 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 713404 MD5sum: cc84ff623209e28f6932d2bb9e2c2cfd SHA1: cf01c77f3390a98fba1df935f2b549d178878b9d SHA256: e8fae35c9f40bc34dc3a6ba4e641e7df3dd2d9a7f763be2a50c5a540664e02cf SHA512: d4b963234215cc85bd94faf9e8e85d06c644c70f3318e4bcee52ef3c5c9923ddf6757d2bfb8e77a80a8685c1776a1f36f1e0405c2c8e038975e46c3a090d2b43 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: 219 Maintainer: Debian GNOME Maintainers Architecture: armhf Source: glade Version: 3.38.2-2apertis0bv2022dev2b1 Depends: glade (= 3.38.2-2apertis0bv2022dev2b1) Filename: pool/development/g/glade/glade-dbgsym_3.38.2-2apertis0bv2022dev2b1_armhf.deb Size: 167800 MD5sum: 8cb9e5ba8cd144ed7a66b009209900ca SHA1: 9f4f763e02f5f96e2e61b146c75ad968a13e13a5 SHA256: b98f2905944d11581882b008a4112e87e74415c1666fc54a11ff4bd9f79d6715 SHA512: 8fc1d91f56529a10f4c0a6aa525c98602867d43cabe4de7580765263386dc765ccc25d13d1845d49270ad6215cd232d1b7d1fd0ed6a13a8b9006b1baced9546d Description: debug symbols for glade Auto-Built-Package: debug-symbols Build-Ids: 3ed64c8cb77d452f8c8a959267ab3098f70e40ed 88ef18beb0f86b0b4776d0fc2c04453815456291 Package: glew-utils Priority: optional Section: utils Installed-Size: 466 Maintainer: Alastair McKinstry Architecture: armhf Source: glew Version: 2.1.0-4co1bv2022dev2b1 Replaces: libglew1.6 (<< 1.7) Depends: libglew2.1 (= 2.1.0-4co1bv2022dev2b1), libc6 (>= 2.7), libgl1, libx11-6 Filename: pool/development/g/glew/glew-utils_2.1.0-4co1bv2022dev2b1_armhf.deb Size: 94800 MD5sum: 26a93d910b44959b7f9fc073e092e4c3 SHA1: 788e654404a81d30b6ca18a3013d676f69f5a4bb SHA256: c7b655dc47f5d34ba9454f1d2b5aec852834f0a36acfb9303fe25326fb237c4f SHA512: 63671e8e7e9441335250ccf4144e04c6d50965c23f64ce42038888b3329f6aad0332a2abc641bb097bffe13a4b8ab491846b279b8d2743691b2ccb77cca3290e 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: 404 Maintainer: Alastair McKinstry Architecture: armhf 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_armhf.deb Size: 215976 MD5sum: c0f51a1408f37448ab375bac82ba8f9a SHA1: 1fa8815d3bbee0b2e74678156ce413d68847367b SHA256: 3104b63113389a1599c0b22958e7194117c474e88cbb06bdde9dbb126e0ab8fe SHA512: 91b9acdc59ba395b1319bdc0f443c8e6695e6268df3614ab64286565e0d0860a5dd59f8759b537791f5ad89a61a5d570b443d686dec454c628afb7acc5bd4bfa Description: debug symbols for glew-utils Auto-Built-Package: debug-symbols Build-Ids: 1c8d3dfbe70892feca781d879654890b0076dffa bee8c773a41d9ace3075c5c7bf7eafe484ec4573 Package: glmark2-data Priority: optional Section: utils Installed-Size: 9313 Maintainer: Debian Games Team Architecture: all Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Recommends: glmark2-drm (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) | glmark2-wayland (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) | glmark2-x11 (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) | glmark2-es2-wayland (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) | glmark2-es2-drm (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) | glmark2-es2-x11 (>= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-data_2022.06~git.3f1104d-1+apertis0bv2022.2b2_all.deb Size: 6592088 MD5sum: 9506829b35564e3b7a4180e1b0139dd2 SHA1: 08e083b1143b6cd88f53b955a78e62d6636d4da2 SHA256: a31e7815affb95746265036db759ae2ffd9cdcc1f0b98706b8c36c836600cc1d SHA512: 13c4639faef62d46606b727e45ec27494c18fe9817cebdb398d919228e3822db559dc941a3f684ce68e1db0efc85218022e242a948d98df665e617f2848158e6 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: 624 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libdrm2 (>= 2.4.30), libc6 (>= 2.27), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2), libudev1 (>= 183) Filename: pool/development/g/glmark2/glmark2-drm_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 260924 MD5sum: 4f3739d2f55b8eb4ae28e1802af57aad SHA1: 4f1635e79d4593d35d27e11fe111ed2a86336013 SHA256: dae367bddb9effdaeaa533b62c0af5a82ebde605c7ae6aacbd0cd4562a6a8fc9 SHA512: 055feaf386f1deea7b26e8160fcd98cde4d63d36124485a2d4c1280ba26fc70a0eab5ed4c1af85a1e70b39161531c75b30f0096a906995ff70b47c258a64aa30 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: 4954 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-drm (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-drm-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4798916 MD5sum: 81ab4d6792497138dd28f5eaeb3700b2 SHA1: 0aae387d91bd8364b02858023106f77cae3c00a7 SHA256: d7e3171dd3a10f6a204de373ca766a639f721277ec5451bbeaf390cc6d021906 SHA512: fac75e9075cf4fb8988f0e79e7f19e18ea9b88d4964f5f844bc982fda13fdf5847163e4069a24b88efe171adbcffac2581b47dc3c800cac6cee399255819d291 Description: debug symbols for glmark2-drm Auto-Built-Package: debug-symbols Build-Ids: a9e23f42636db13dcf212887dc2b78317296a9bd Package: glmark2-es2-drm Priority: optional Section: utils Installed-Size: 603 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libdrm2 (>= 2.4.30), libc6 (>= 2.27), libgbm1 (>= 17.1.0~rc2), libgcc-s1 (>= 3.5), 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_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 255920 MD5sum: cad4a9e97cb1e8cb5638cf0c080f0d53 SHA1: 6c66e2f6eae59504af7ed96c6b19c44d8e298be3 SHA256: 99f38a6fd569e49ad021dc7e4e157b8ba63627bc1c6541454a87d931481faffc SHA512: 65df8e348c48608316b379d1ffa73756ce19dda95c0fc2a3d1fd6855b0ef07ac8ead78cffff0097e75254d47f7187266ce57228aeb7ac9f17d2b0272ad8172e3 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: 4924 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-es2-drm (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-es2-drm-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4782664 MD5sum: 4c529178731c553aa6fcb7a97f6c71cc SHA1: bb6c2996040081a8228386cfc4aed8e8ebf5aff2 SHA256: ee19502a12de0fe5fba449cd5204fc0f1b1e8327a34c27bcbe1267b8051cd4de SHA512: 0df1db597b1dbfeafe04f5ba80516979455249de7665bc0cdbd5d4e939bb8f6b5f7ceaf71f529e8175959ed5b2627b5cc773b721c1186e7db4594041d9a75b7d Description: debug symbols for glmark2-es2-drm Auto-Built-Package: debug-symbols Build-Ids: 8749e547f1bac39e01980691acd01d3e233425f7 Package: glmark2-es2-wayland Priority: optional Section: utils Installed-Size: 603 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.27), libgcc-s1 (>= 3.5), 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_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 255708 MD5sum: 0c254c0712670a915764d0ac07e82c24 SHA1: 326ad43bb84f1ac8f59a9fa8b9a6c713c4b1a02b SHA256: 09951e39710e09323fcf0fb673ea82aad426a67da3c16137f2cf496ab95e04fe SHA512: 6d09406e4020e37d11993770c934aa6b47d4f4a8fa7b9dbd3e96bea3eb1ca2b1cadffbaaca52a6fccd36cb0aeb8abc4ba295fc04191649805f28cad4e94ef09c 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: 4934 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-es2-wayland (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-es2-wayland-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4792008 MD5sum: 4afd1443066438e195de213560407fcd SHA1: 738bd86ebb41882fea5d8f31240f2af5899ef971 SHA256: 845eac67ea81955fa0d44d3bb50bab2e087e556989c14b5070eb44919163fedf SHA512: 7cd012f7c26dd7e49b0a397ff929a363ee7d0cc33ecbcca623b16e26079e59d8e50ed078d063eccd9a46e9d3c5aff5ecd0b33f33114cbc847b00650f2ac72906 Description: debug symbols for glmark2-es2-wayland Auto-Built-Package: debug-symbols Build-Ids: 440a510fc9ac8c653c92b4e6a0b4b129217d1ce8 Package: glmark2-es2-x11 Priority: optional Section: utils Installed-Size: 598 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Replaces: glmark2-es2 (<< 2021.02+ds) Provides: glmark2-es2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libx11-6, libc6 (>= 2.27), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2) Filename: pool/development/g/glmark2/glmark2-es2-x11_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 253960 MD5sum: 7c47110b616c616fd8b15af7198037ab SHA1: f636929ff5e3162a05a72d66ccdbd1af5c64fe12 SHA256: cb4a3c9d2c6c6175eed000ba486be6a9cb8bc7780b3dab5082b17ebfaa07c02c SHA512: e8cb98a595922a118a05b822c6693ee4675a17b14753e72c1a19c494fa6bf62a0542d516badcaddeac742562e5f4bb645185d35ba9d3b986a02da05d1000d55a 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: 4909 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-es2-x11 (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-es2-x11-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4766736 MD5sum: 94e1cba11dc70274900eb67d0fe17979 SHA1: 09131283880348a007271fa8dee6c1c03f47f452 SHA256: 5fe5c1e67a04ef3c407c189d3a302a38b1b01410c1a850e8e44d6a25c956afd4 SHA512: 0d0b4272be165147e36d72440605c27bdc9b8f22a1cfb67f69498ca70f91f741011e7ddf168c67d46d30fa330978c85963ec3052e731efef43f7b9b25404e862 Description: debug symbols for glmark2-es2-x11 Auto-Built-Package: debug-symbols Build-Ids: e714fdd99b471513c329f1da59d245ab8fe54775 Package: glmark2-wayland Priority: optional Section: utils Installed-Size: 624 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libwayland-client0 (>= 1.9.91), libwayland-cursor0 (>= 1.0.2), libc6 (>= 2.27), libgcc-s1 (>= 3.5), 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_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 259784 MD5sum: abb1b776afd7d33f74defb5376ca4846 SHA1: 7c50a30949bd48f70503bc36321ccd6eb435d176 SHA256: 4ac4ea14067991aefdc6e28d42c4bcdeb2e879f36c7770dd6f6fc0e2d26d05f7 SHA512: dc5506f113a452815fd97bac0d179b5ee3ca07ef7920053b5c5438f8aa0e07e58ef73f8f3f37140360f932c9a47b3f878fa1d4a6eff9acfbc61b765915f9e60d 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: 4965 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-wayland (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-wayland-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4809048 MD5sum: 259a99a106303ed8ef84f149bcc3e1d8 SHA1: c91b7fdda79a1cad9b3633e74604e8e2a37a0222 SHA256: bb0aca742f148d5638f8ad4e92a6606ee178bbaa1be9aebed43c55672478aa81 SHA512: 45dcc24518ffd1f583c422228c6451ef351c19e0aa1540b01274b9e01e79c2662116d641f6850ae5d99b7380d32228a2ec852192b0dfeaa248168349445c6a17 Description: debug symbols for glmark2-wayland Auto-Built-Package: debug-symbols Build-Ids: d91cfb528e6caded11288971b2fa2bbf0fae0e38 Package: glmark2-x11 Priority: optional Section: utils Installed-Size: 612 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Replaces: glmark2 (<< 2021.02+ds) Provides: glmark2 Depends: glmark2-data (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2), libx11-6, libc6 (>= 2.27), libgcc-s1 (>= 3.5), libjpeg62-turbo (>= 1.3.1), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2) Filename: pool/development/g/glmark2/glmark2-x11_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 254868 MD5sum: 0b850903c2c8bd8043526c8c4512af81 SHA1: cc3a861d620074cd7f18bc87cd69174817978f26 SHA256: b56c39d9ce7359ae2dd59b4377ad048cee709fcef39b642cb6f8b5a37e09bc50 SHA512: 847ea635d825cd744459ebbd144b159231b370b0653fb69d2cb06888b0a34c9d000c6734119444e4a23f5859a8f7526c3350485b5811cf09bb1c81cea8d80b4f 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: 4876 Maintainer: Debian Games Team Architecture: armhf Source: glmark2 Version: 2022.06~git.3f1104d-1+apertis0bv2022.2b2 Depends: glmark2-x11 (= 2022.06~git.3f1104d-1+apertis0bv2022.2b2) Filename: pool/development/g/glmark2/glmark2-x11-dbgsym_2022.06~git.3f1104d-1+apertis0bv2022.2b2_armhf.deb Size: 4728776 MD5sum: 0369ead8038653bfc6ec5c8cc3971ddb SHA1: 84c6f21da9fb961ab5e2255c5863bdaf1b80466b SHA256: 5a80a846e996bbac097c76eba515b0f125c2782c5f4c6ecfa62ae7d831949bd2 SHA512: d1239dc682988458a2492303e53405dadbe95e8ce87e011cefa63ab1e60232b1d4fec0f90a225117b74fd11910ce7b1a4ff3b047be901607ea12f83b1984cb31 Description: debug symbols for glmark2-x11 Auto-Built-Package: debug-symbols Build-Ids: 75b23bcafe23409aa88eb60b387b9ac05eb4cd73 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: 1036 Maintainer: Debian Science Team Architecture: armhf Source: glpk Version: 5.0-1apertis0bv2022dev2b1 Depends: libc6 (>= 2.4), libglpk40 (>= 4.59) Filename: pool/development/g/glpk/glpk-utils_5.0-1apertis0bv2022dev2b1_armhf.deb Size: 254540 MD5sum: e00000d5c912a4bf122957994ee91c05 SHA1: 8987c939d87c42bbb9162089e949d5434e574046 SHA256: 31ee7b5d911bd40b0dc92a68b43e4965bd7d96d819dcaf3755a0e40c4392a0ab SHA512: 307ea768144f023ec5347a1d4fdffe6ffba28c478918644d00e2574f4b2c502d284b961943dbcefe2933ec747767422e373b792867aa567209ec3a0a46811e18 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: 31 Maintainer: Debian Science Team Architecture: armhf Source: glpk Version: 5.0-1apertis0bv2022dev2b1 Depends: glpk-utils (= 5.0-1apertis0bv2022dev2b1) Filename: pool/development/g/glpk/glpk-utils-dbgsym_5.0-1apertis0bv2022dev2b1_armhf.deb Size: 16000 MD5sum: 8fd37d3caa58eeefc069129ce9d8cad0 SHA1: 6c84c1d79b3d20af20afc86b95859cec19aac9ed SHA256: 0bd2b45bc3a168624850ad032110c7182d131459430c7b32878d99b4a16efdaa SHA512: 76740ee986718cdfd0e61bd333d649ff80d6fd55e3cb5bb3b7e2d79d67d3122a8c8f1d6a95bf204e00926cbd20b07bac74aa74fce18aae13c92e79713ebbfd57 Description: debug symbols for glpk-utils Auto-Built-Package: debug-symbols Build-Ids: a5a930076693c6e30ff982b00fa24075c5630e9c Package: glslang-dev Priority: optional Section: libdevel Installed-Size: 5019 Maintainer: Debian X Strike Force Architecture: armhf Source: glslang Version: 11.1.0-4apertis0bv2022dev2b1 Depends: spirv-tools Suggests: glslang-tools Filename: pool/development/g/glslang/glslang-dev_11.1.0-4apertis0bv2022dev2b1_armhf.deb Size: 1056832 MD5sum: 0f7a39992280849e226020ce2f9c9f21 SHA1: 171828b773c5fcd94243c2d783959c4843e5ea2c SHA256: eb22f64dde6873d4e02651aafa1dfd50775aa4b2282e632c9a68aedca2e6e90d SHA512: 3f794512b259272720a40fdfa8ecf441ab3c067159780894b454f7b8ea1b8681f4a6ac32bdea7b631511e09160d023ab0fd7d88e80bb826aaf2136c83f66a9b2 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: 4696 Maintainer: Debian X Strike Force Architecture: armhf Source: glslang Version: 11.1.0-4apertis0bv2022dev2b1 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libstdc++6 (>= 6), spirv-tools (>= 2020.2) Filename: pool/development/g/glslang/glslang-tools_11.1.0-4apertis0bv2022dev2b1_armhf.deb Size: 1761004 MD5sum: e79cc9f6d5ddc894015f2f97236b96fb SHA1: 76f08550816f8eb242282da83903273b0b9126ba SHA256: 0bf5cc57e0df30a5d423573f347a245b99eee07c8698d77e4b94aeba6ec7d33f SHA512: ef148697cfa7b38af792b5aec353a572e7e03b24e0393eb587dd4d5cf7ea0e34ad2f7a905cc726e6692df70ca42c7a2deb151041d352ba3278d2e27fdeef61d1 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: 13031 Maintainer: Debian X Strike Force Architecture: armhf 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_armhf.deb Size: 12320272 MD5sum: 5ae1c48b3318781219dec1c96815ee53 SHA1: 28306c0e17e75fe3e88e50fbd83b8f99df44f98d SHA256: 199dfe2115b9209211513dc2f06ffcea43ee8d57b3cb4213b49a88e141b467bc SHA512: 4c7e4420abca17904ebd297db7f7c84df7ac8a676115a58bd53597adcd887a0aa077cd83130a28a8c807c2d16f34bbf188e37a7875d12cd3f3bfc294feddbcf8 Description: debug symbols for glslang-tools Auto-Built-Package: debug-symbols Build-Ids: b59e73cc023ae7950fe318d194b918c2edebe11d f96a518425d58b65c52a2519377052d58df377d4 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: armhf 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_armhf.deb Size: 1040 MD5sum: 9c12c0bfbc8251ac13cbbb1e7b0a6248 SHA1: 8fcab1fbaec51074d0848f3ee1b216206c426c8f SHA256: 7b069145412846ef8191d5faca1d766e05e80d9164bdab5c4e7e1e7e4e3f7c2c SHA512: aee508bdc4245a29a8f1eaf584261e80376f3429974aa3a488c34ee76edd20ab99551d718f06743d13af5cedfab9ce868ab2a1e1b6bdd38706f096c26f645c42 Description: GNU Modula-2 compiler, based on the GCC backend This is a dependency package providing the default GNU Modula-2 compiler. 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: 64582 Maintainer: Stephen Kitt Architecture: armhf 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.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 12961124 MD5sum: db3e92aae55ce9199a94e9db983d985b SHA1: 5f91e94e1f7e63982d0e2e2394059275e9ecc00e SHA256: 6ccb8c279d50b73317b82cd8fe1d53453a4ba3b51823d5ff3e35c968b9c46647 SHA512: a0fb3b9979e6f31fe9194f2e22367c138bfff4633019de539a0de0d14bc2c473e49332597f25ae73f403a5760b9839c0344b759cf76400c58a7b35630f7d6efd 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: 108652 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 101181676 MD5sum: 460157562e80b2f72f7fa74b0d1869ca SHA1: 92b0f2ee0a7ceaf6999c2b1d6f1adc21f05a11e4 SHA256: f6b99e3062d65db0f56bf4e5ebc542ac1ed8399b8372897363d04e7e1841673e SHA512: ef6e846cfa7e8dce4d890be2101e898396d6a67dc66e278d890fc189778c6b9d12340ba9487bdf189994b8edc603d780b065fa0a1b14690375636bc1e87b9a02 Description: debug symbols for gnat-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 1fe0d2c1f226efb1642da43a80b585b43ba6f704 398ee43ce03b584c5d749ae8b9d7a9e4cbba1fe9 39b6b39bea9a1449b24060b5424d2aa7afa99275 4c1318fb7a6f129e62c91c15b1b18be1d6fa3900 75fa1dd059e9a7e93b1ac7cab2a6e0d8d3f7e03f 7908d477c7adf75d80e0e594fe2389f78d03af57 7c775dcfc5d45d2e07c216c45b6b7f5dc1d0f6f2 7fb8fce19dc86c4bd1604137de3a5306424032f3 86b64f2eb3335c26df64dbac19dcbd29cab08bf7 8d531908dd7fe22e00b5d164589c73ec8a710901 9254abb58c63b81b153891cb39e63349dca29681 ba9cfa07da4aefd66a2c74f7f1c22a20cdc6879e baa83f88fb17e9d3fc38ff93b809702e7d2c7685 Package: gnat-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 64582 Maintainer: Stephen Kitt Architecture: armhf 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.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 12959884 MD5sum: e0317de64277c03474f3e98b18e2f860 SHA1: 2e754b88df504384fc40e4ea04fbd7011c116254 SHA256: ff23cd209f3e1177ee54169b2ce82c5fc0084e9f38bc3ab1790183333a087716 SHA512: 3cf9355dcfbe4687f80922bd1a5db5b48f4ab6b8e943e6f58496a304906c89122b95418c0a12bc67ab0d5e543b0f1ab455f1cc764acc7e145333eb2c826a83c6 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: 108653 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 101231992 MD5sum: beb03bbd53b3aa9e2c9d25369d6ddfcd SHA1: 85f64457c67ea7c01d340cc30f0ce5fd4f2ddd7e SHA256: fb65559660f77a3d6b0ac64c6e20fb0c3b797aafe78b4fccaad6ad48a681fe70 SHA512: 1b6386ae8a320b5127dac4a99fa675f7426a5f4501fe8b1258d38f7ad647f835d78b8f785367c31b9fc7e2020dea6706101470c7d18d037809b8d82ebd84c12e Description: debug symbols for gnat-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 1d32467d17759034ca188fcf6854a1286ad73bba 4ab8b853ab66edd81a9ed651b66a0a7bcd0a7d4a 675aeef9556de446a73e3eba3e363f7f1f8980ad 8da9b14e82ef075283c27abfaa819ac37d967ace 8e2d6228aa4e6f6be056bfc07bf9634d50092970 9d86a0bf3c8b09132fe01fc5719c58da425e273a baa35aeb2bc7bde0998c71ad8d7fb6b371108b49 bc4d449248b46b79633ca000f43ea158b50ac2b1 c62fe99b82256673b801e1e632b75fdfb3368ded d0ff8c15cbb17e90f6ba291c61ed3594720bee50 dd13808ded82271888646738bc93c75f6346937c ed77fd094374014a60e45eea6b80c14108978ae0 fbc89996818776a94d1468ac9ddd63eb63bb1f62 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: 69624 Maintainer: Stephen Kitt Architecture: armhf 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.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 13281580 MD5sum: 31b89475d8bc3e99536551ae0c1f0e2f SHA1: 5d7d9c5fc591c1b0505699bb5a8ea1f5a087c427 SHA256: bdbad60b0703758a135551a285908d6c77bae1c479cef01696a885785dfc0385 SHA512: 109e321b86f9986f256c06194f7edaa7f56d9daa1c73aa142f90269914063f90cbe289fcdfbf8ae7d0de1042a925499e3162ae653967bd81791476c02f75224f 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: 110929 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 103450532 MD5sum: 80e2e48c62f2bf30aabb8c27555498d4 SHA1: b4fa918bc283d226cbbed570ea32dc730f50ead0 SHA256: 3f28c663f198246445df543900f635a7676942a67d38ebeb6bac62e6692598a9 SHA512: 9fe8bc44cfe1b2c55081dc663e251c397ce21dd4e28f8d8a7e2c6e4a261f8777c9635d7e5fc927e34101882587985a541ffbba3f387789f308fd9624d4c1c700 Description: debug symbols for gnat-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 109dcb9a714939ef95587445a839ebc94e8f5dcf 23c283ffa7c072195f2c9868a4cb28641aa3003d 250b29733d381b28e13497791bc8bc7b19b0b531 38a77665f3f277a3f8f7005ad8cc395eed90817e 3dbdbfaf5156a85a8643284cd6ac332f4cf32815 4677f8ca059921665dba0e8e93eb4b4d11efde42 57718c99709e4c9849847220eef47ec37e184848 5c0ec5fcd2034a6c0f3bf069b801aa87212e4057 7a79b0db1edafa65db741728a5420ce4ede1081d 7f54057710c3214b501ac4e5d3537c658dbeee4a a6590b30c7f241f8acb4ddc000057c57c92f5173 fd31ac40e2e7030f248a2933dbb64353693228d4 fdd67a4d21de18a5d9643b8754f9ec0ff3d7b679 Package: gnat-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 69624 Maintainer: Stephen Kitt Architecture: armhf 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.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 13281956 MD5sum: 828f3b3def4097e3d3b34151987f1207 SHA1: 0e8a46f3407dbc178b906080bb7d1453f2cf5341 SHA256: c73faf62cd39d9b6554d46526d93f88835783a65f11f86b67f4be902ab8357dd SHA512: cc816ecf7a3d3518bd1eda3c6918df3e79c6b59eb73fdf143132197798f76ebccf71470bb19c1f90a0a3ec84d11a72b9970cf38cbfb5822ac636b145b395d42f 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: 110930 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 103589584 MD5sum: 7473f2e3051a804b5b322f801b356da9 SHA1: bf75d54fc881f8e00a825e3d625e13e2ed09e092 SHA256: 51637850172866a82e1d84890b85343e345b7f6045c9cad2e217a0ff0dc08ab5 SHA512: 2eff853f2e4f9e83fd8e7582bc9809d384be38621778bda339ff2948244b026563cb63ac8c742985aaced48040ab1b86a318f23b30605bf75585d33b72b1d4be Description: debug symbols for gnat-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 09e7809715cb22076f3a8d4f8143f23e9d13b61b 1dc7a689b914ed6317843c6fcf60c12f05cf2508 23f046854508b0af8fcb91476c19a3f0f88db3bb 690e24f060f994f3b8dc8658c69dff7546b48805 6c92e7a7b47e714036f0d2a66680a3081aae79fd 706797adc86bfdb639d8d5c43ce133f78468b6c6 78a8d911bfc1b0549add5058cb99f7d07ecb1ba2 9ff865b82bafdadfad07b6c688b697a827b151a0 cd5d29a341478df02d30ec2a8551f2b2a925da5d d0b7ee46446b2588ba6f0354c8d61e70ece25955 d8b1837c9c5025581c7ab187bbe88b9e52e7c0a8 e5d576a13e9d2d36f574d906daa4c43ecbc8a9ed e96f8bc128f05949fdb2c65504c95ae72cdea2c0 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: 34 Maintainer: Debian GNOME Maintainers Architecture: armhf Version: 2018.1-3apertis0bv2022dev2b1 Depends: libc6 (>= 2.28), libglib2.0-0 (>= 2.49.3), libsystemd0 Filename: pool/development/g/gnome-desktop-testing/gnome-desktop-testing_2018.1-3apertis0bv2022dev2b1_armhf.deb Size: 13104 MD5sum: 44b5a03486eae6f1309d5fad27fdfe07 SHA1: 7a9cf4f5cee7c85fd7bd24914cc4f186bfa6eb6d SHA256: 9290fcea0547c259ba6e456c084cbe946ac36f743d062464d11dbb118b464751 SHA512: 8ab9a6b742347e53388cf1302e3ca0766893c1be97d0e0da635a6d1e25ebb549e946a47af825e255ac45bc64e98437a8e6569aa7417ab4954d447999fa696a72 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: 46 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 29360 MD5sum: d1193cdc52617ba78f3a413e60f4fdda SHA1: 3a2286e47bb3fc52c42d50c880c25a5c29901e1c SHA256: 8465183f1fa6467e29098dfcf1e21fd6b54ad878e6e242c2575b195bbade7f66 SHA512: 5e4b6cdae2194506a9846540ecf77ab350f014416b7081d7bf0c478e92665f2b7851f021359a1f5a33bd884ac9ca0bf58d54d93acd14f3e7aa45725376cbe5a7 Description: debug symbols for gnome-desktop-testing Auto-Built-Package: debug-symbols Build-Ids: 1d1c60b52ee26951f61c1b521eeb24d4970bed34 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+apertis1bv2022.2b3 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+apertis1bv2022.2b3_all.deb Size: 420500 MD5sum: 1912935bf1798ea011c40f04c3aa030f SHA1: 86f41f1d829bb8c082c58ce1dc477574979fefa1 SHA256: c2ef8261c3b5ad5030ecb408a0896e535f732f77a1970a10f5b14a70ab0089fd SHA512: 3aba624171572f1b55a8474cdc20396e05bcc44ad8b5b55df1e8e2d9a5c7f1679469c50554a96517fe37978a3f22a38f428065fd3e7e9d39f3305505451aaf62 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: 3501 Maintainer: Debian GNOME Maintainers Architecture: armhf Version: 3.36.0-1apertis0bv2022dev2b1 Depends: dconf-gsettings-backend | gsettings-backend, libc6 (>= 2.28), 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_armhf.deb Size: 913796 MD5sum: 8cec0cbe3cd3a31edafcab20d082a2ae SHA1: e7b7824d57254bef43009c4f85a943c2df654ac2 SHA256: 3368eea80888fb040d03fd1dd6e50ea5a97a36b2e878abe76e5f0322cdcbcc57 SHA512: 9bc3ce9730094c35fd2a18cc9bdbd252d7d1789851db1fde77c60779d6bd5f968e4787ff33d338359363ba9e2ac56f28b6fc80012ecf743dc2760d493a37ed04 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: 4755 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 4126144 MD5sum: 87df8385e3e82d3aa6a1aff24fef3fff SHA1: 098236150cb7e57c710e1d3df0b43d24c78f5af6 SHA256: 54ccf06936f78f145612ba630df74c5ae2f28e176212fb64139aaa458924d0c6 SHA512: ddf8696d44d147251566a8c6d0bd27e12bfd2282d9681816c4c24902954d2ff182a83dae18979db0d38079692295ecfbae49642836376d30e5ba97067c714af0 Description: debug symbols for gnome-keyring Auto-Built-Package: debug-symbols Build-Ids: 11e63dee0f2a63da38c452fcf2342acf2d8782ce 40607429efc5dcb6bd4f630bd6de6ed55eaa35c4 4e7d5975b4c4e2d941a1dd6cc0ce554d8884fea4 7ce1a75352c53a2653d7dccc75cdb6fb47367104 7d5a1b1f022a3f292e3e733f4cd1955c730f25a4 8d4af02968878308d3bcbffb68c1bc0a4074d0d5 Package: gnome-keyring-pkcs11 Priority: optional Section: libs Installed-Size: 363 Maintainer: Debian GNOME Maintainers Architecture: armhf 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.28) 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_armhf.deb Size: 318188 MD5sum: 8eba018d453b1f78ed3f15a53ccfa757 SHA1: ac06deeae6a0a5bb8fa6c770338df006b1ef4f11 SHA256: 12ca825eb03f4f4d2e05330cf1b8dfc1bf9f9ec7f355857ceb8c0f7a2d6580f8 SHA512: b4db176f8182322151895a861ce45047688d8bd879826e61849e5735c28b8d1b16b474e058169f652298e8f21338d645e4805cc15b88a4ffd7a87be4473795e8 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: 89 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 67052 MD5sum: cc4f813e91f2a8c4813cb897250325d9 SHA1: a4caaf523f6faaf64c3e379c80afc656ba1b0427 SHA256: 7aff34be95d2ef085110ced81f622511700f8ddf0522cd3aadc6b053d6a6b648 SHA512: 459085f239182d4fb034c22af6f73e0750feb8ade14d9f570d52c6727bb900609f90857e0039be81b5b87513135c574c21a0ab9d82526365d32e539b7e50bd23 Description: debug symbols for gnome-keyring-pkcs11 Auto-Built-Package: debug-symbols Build-Ids: 5f206b14a98d8f3daf1cf16b8fb1e1a39ab23994 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+deb11u2+apertis1bv2022.3b3 Replaces: gnupg2 (<< 2.1.11-7+exp1) Depends: dirmngr (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), dirmngr (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gnupg-l10n (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gnupg-utils (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gnupg-utils (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpg (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg-agent (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpg-agent (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg-wks-client (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpg-wks-client (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg-wks-server (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpg-wks-server (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpgsm (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpgsm (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpgv (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3.1~), gpgv (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Suggests: parcimonie, xloadimage Breaks: debsig-verify (<< 0.15), dirmngr (<< 2.2.27-2+deb11u2+apertis1bv2022.3b3), 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+deb11u2+apertis1bv2022.3b3_all.deb Size: 829940 MD5sum: 8ff626328890732b5d7b095eb311d859 SHA1: 19e52e8c5ef5c15ef7ae56178227313861ffdb88 SHA256: 1e9daea303019b93c7a58d46ae825e7434f8443431715931cdd37c95ad39b15d SHA512: 566da55135511c75a67db1ef28acafea15e4ba63f50b95444657b421639a70d54976665a9314274ea5e6656ea57fe931a415365f66d58e7bf6ed748bb6dceab9 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+deb11u2+apertis1bv2022.3b3 Depends: gpg-agent (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gnupg-agent_2.2.27-2+deb11u2+apertis1bv2022.3b3_all.deb Size: 439292 MD5sum: f8560f18e00afb53cd583d106ca1d37b SHA1: db4d1de3713929991bdc9b462ef7dde2ebcb176d SHA256: f19f88e55ddc840687944180aea5dd7f189b868650488ee6d7f83d23d638365c SHA512: 9e2ca739a792f03cca956a4b01d8083805aab89b92d7f8cc83415c0ad2faf6130a311dd0391a07e773aaaa60af6afc11c81ef7cfbf48dc75da4f58a79058b16c 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+deb11u2+apertis1bv2022.3b3 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+deb11u2+apertis1bv2022.3b3_all.deb Size: 1089100 MD5sum: 1d4eec1346854d8c76f57367739e9b03 SHA1: 90999362e36bfbdd198b75cefc1f7c51f8e1bc33 SHA256: 0476b2fc36fd709abe6fe449d4a8c64220d4a3d34749eea0ece6899ef2f57f5d SHA512: 185c7404eb6af24f50c8c6635172c1edb7aa10125060bf285dff3843323528d3b86bd233fe686fcd5a982e463b875d57a0002553df4af12291d619fc5cb9e9ff 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: 1338 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.28), 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+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 841208 MD5sum: 01d532578d14d59fec7f0aec1c764962 SHA1: 7fe3834767dbe54d02a4468927f4bee276b44682 SHA256: b86081796d19d1cb6e6487ed6af07c666ddb155377707ffaef11b8b83deb8622 SHA512: 192fd9ffdf9d82fa77f7e878120c19bca7bd3be56ecb71db55595ab58a13565f2f91c47569d0564736ddd1459de97ea1792483ef44b0dae7f18dd32a13f7fc1e 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: 1695 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gnupg-utils (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gnupg-utils-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 1528052 MD5sum: 350c516978633e346714517048598a77 SHA1: e60245cdf2491243dd9e03d46d336540ac16ffad SHA256: f228d96236cd17b1e589b162b3027729700fd81bb307e572f07f7bb5786c611a SHA512: d67891134390619d9d74de9d051236f12f66e9a74f4a79df489f96f6ea95c1ffd0fc80ce81e9aa6dbb34e8bcc5f47b2606d4454fdbee4fa2f29a6043cb067b11 Description: debug symbols for gnupg-utils Auto-Built-Package: debug-symbols Build-Ids: 146d30bf186a3faeb22945ff9827b37e1edc3a0a 6b05b7c481955403ba2ccccb048e75d4f1d55094 9fc2e2e8d5101b7978606926c016db8106908d9a c43edeb85f1023e30cb14cbcb11cf506615cc589 ceab35757266f0034d8137f89491619d085db42a e9f7e839479feee1e4236a09eab4e791ddcb3cd9 Package: gnupg2 Priority: optional Section: oldlibs Installed-Size: 447 Maintainer: Debian GnuPG Maintainers Architecture: all Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gnupg (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gnupg2_2.2.27-2+deb11u2+apertis1bv2022.3b3_all.deb Size: 439380 MD5sum: d6a49494379d500a5efd1f17188c5fc1 SHA1: 6de2322d17e909ed1adeabd31c700dfc7966f3e3 SHA256: e50858c7a3a941b6d5a00c98b1a5a1545fca4504bc18774b535c22f8fafd8750 SHA512: 343d16f24d68f9cff737c2bc82dc4890267316ed6df09b0aa41a2a23a0ce648e45cbf3e6fb1574375af0c3f3f261d6f88ee48f63757cb03730a88b91fdf3aedc 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: 1828 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 597468 MD5sum: 65976396abfd996e70469cdecea49208 SHA1: b2e52e65a64ba3c918406e8ad9df591cabc409d6 SHA256: 57cda483cf7b21e82e57cfcf49f17f6990afa4735978711897e746c0f42ec0ed SHA512: 5fe1cce7124c5eaef54a0e5dee929a8bbb289995fe2c6d9f0b4ce3814840531daca83a59e97fe72086754855f2be80dccc34ac682722baa3fe85a9808db2a874 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: armhf 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~) Filename: pool/development/g/gcc-defaults/gobjc_10.2.1-1apertis0bv2022dev3c3_armhf.deb Size: 1012 MD5sum: 2d94f981b6e9325c1c7347748b859181 SHA1: 111ed1b25a57dcb25439685a3118902c8fa9c5f0 SHA256: 0d44bec1f973eea5d93e362b6d61fec775fc8cc08cddc747b49e0af641cfea7f SHA512: 96cd9ca417025c7f90d53a76ded7a9e9324dcb3a21468590517cf1246d23198b161169e2c455e32100fbda41729b000156ccc9a9dac7fd1b9369c7b84274c562 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: armhf 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) Filename: pool/development/g/gcc-defaults/gobjc++_10.2.1-1apertis0bv2022dev3c3_armhf.deb Size: 1032 MD5sum: af3edac6c16c5f57b3e2891baaa218bb SHA1: 475d9ab535c21383e4845a8e60c0efd3432b322b SHA256: 509b8fdeda3dacb164d1192757c4975f7afa426542d90a068dcd6999efc85c81 SHA512: e30d7b806ed9a102bf2bfbd69813447c4213516b27569d152ec3d19eeebb0c0dd59a4b4248780bee7c7266707ce5a3b15ff7ba6ead1b29ce7053a2806e973a4e 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++-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: 18667 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7114720 MD5sum: 1d702cb6128fc9d5a5e727954cdbe884 SHA1: c68a19f0aca131764b157d6a4848c464803b9dd1 SHA256: da5f2a085f041d145684071a6ae65296c4666b1396605dc9c0cffc2d7191ca05 SHA512: 9c0ddeec2a77d1735fdbce85bed31ed1df77518b4afdcc8a937b0cb0d5f2af4558318569158c2403582e2de264592cbf975f734a2c0de8f7897b9a9757796d05 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: 84606 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 82926736 MD5sum: 1a7e2584a7a8898e7869c24b66fcddc7 SHA1: 7b8c70804ecc9ca28c4385a3214019d085601804 SHA256: e15b9c222267abbe6594730a73ca7850a9f467fa667c4c546a79cf23a57c55c8 SHA512: 3f4ed4012e0afb227e09afb9ea71d666877d1b7f9486c38f300b4732de3fbf095e201c0dd06646d7446250815db2c741104e0a400738bfaad277f1e676ccd27a Description: debug symbols for gobjc++-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: 3492bcb13b08b5d4fbbf7f688ee434e161335568 Package: gobjc++-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 18667 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7107444 MD5sum: 3ca81cb078f6ac5ef151d055510928ed SHA1: 2abd6b9b516b64633f8d5f0cd77a83ee384f026f SHA256: 9a21e1200add1c1ac0f5cac9371e415ce6e7acb846386dd9942b5d9b5d61243a SHA512: 24a5f1a035612db4b241d019f5067a24969c4e2d4ec09475c501e7ad4ded1eaa78c4504d940c4b2365d79d9740798c6db96d79818c820b7e59db8418ea21456f 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: 84598 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 82967308 MD5sum: c1af0990dad77407e89b099383838c9a SHA1: 6cc5be9dea6ba4aa527d6993069fa19ac74b0609 SHA256: b1a477aabd6dc7db8bbd12cc19cf685471b8ac1c0a40c5983a211fafe6f18c2f SHA512: 500b9373804cd350a6a59636928e12dcb22ac629d64ab6cc620bbb152da5688acf0239ee65f6456e05a6963343ae9212d5e22e328e46c0024c927ab517bd9e5a Description: debug symbols for gobjc++-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: aa2880e4618cfbe9a7b826146ef4095442f2b516 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: 18963 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7195440 MD5sum: 49125ebb691093d4efce48f9bff5eea6 SHA1: 690a5ce2139e7c4adb735c58a41489b895a5084e SHA256: d65119b263c331f89e1b0a3f87cab7c00e958c1f518963f50ac78865c16a259a SHA512: 333718a18a381bf038ddceb90dc25bc0ab9e87b2eee1bc566ee292ba2d7923c79e7fd3dce39dc213d10f476332e1fb4efb92ed38a68c9ad3c2d59db32af7ef48 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: 85057 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 83381184 MD5sum: ae712cf00b262b6aeca4432dff1106b3 SHA1: 7d15a227cb2973cef4fcf49fe75cd0fb1bbfc7bd SHA256: 4b49981d57c7b3ea17526951f8492c925c2fae8ce350bd487a4feefd70d2f3d4 SHA512: 24c2bd27cd2c5c9082acbeb2014c73047273860d058ce48d3585cf78409a3d12764ea3fa104a63d5f7a1caef881ed7c4929cbc83cdb12447363095bad661c642 Description: debug symbols for gobjc++-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 4c4da959558002a4b5abbe6ddf145596d1ef9eb1 Package: gobjc++-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 18963 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 7202192 MD5sum: 4f7ace17dc3d9e8c592c384b9127ff15 SHA1: cf62e0b4bdd047ed2b38e4ee0bbbd0e85f143b76 SHA256: c75b78d1cedd81b0b74f57a660d06f4fa5bc47aa4243fad775f7362ac0e67f21 SHA512: f4cae8a8a59b39c28b81eef5cced9360de86070da901c0e00e0bbce3fe3884c4c599601951c8106370ac3b81e1c9e57b89855be783fef5993a16a1d218e68636 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: 85070 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 83370248 MD5sum: 76d6e8edaed8eeaea2594cffa97f0f41 SHA1: a47163c46b2be9e63c527c55e122dd44d78f7403 SHA256: 6e99988ee2425366c5c6d1f5c42bebbc6fb581396482416a62654bb3201ac1c3 SHA512: 6818483ab7e856932de8bb4423253e28a910826b5ef01a3f222495d4e94280236d2a5c631ae848e675d6fa27dfff74f0f2e687e23dd8496b83ced3188450bfc4 Description: debug symbols for gobjc++-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: 6309e929e9634f86d68282ad990763ba18569649 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: 17935 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 6634992 MD5sum: dc2d0be040aa745c48732e4d96bb3370 SHA1: b452d315181ebecc7532d16b604e9f61f20ecc9b SHA256: 0abb2dd049653854506f51edcb182a562a2b4043af9a8ac090284928ded31e05 SHA512: 4722e08b3f825734dcd0f7e34bf6e13b96d19c5e38623009468e47dbce5afaddc2cb9ac1c24c1986abe7bfc6619a1ea734669434eb301fa4c7b97010871b9ac5 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: 79518 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 77931648 MD5sum: 0fe64016b038f4bf1361c871acf4d1e4 SHA1: 7b79d7096b8ddaeb6a54d360cbe45109b2add97b SHA256: 5378bae0ee64922fba72f93d04b9c58f917e16b7b1982ec9b6d45274bd7c88a6 SHA512: 8c9389872ad8ee679b905af17b89ed292cfb0d193e87348824d4594194a59a5687d4a6f8f755a005f7158f020e26bba8692e2e443b2e38ad1afa2e690fb58cdd Description: debug symbols for gobjc-mingw-w64-i686-posix Auto-Built-Package: debug-symbols Build-Ids: aec73c9bca727ad9f89e1c710b4b40ffffd5171e Package: gobjc-mingw-w64-i686-win32 Priority: optional Section: devel Installed-Size: 17951 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 6632644 MD5sum: 670b9c9386c72f77262eee5c6ea5df0a SHA1: d8c22510edcfcb2f6062065e71d2188bbc15cc85 SHA256: 7003548fdc40ff9d25b98cf6364647a33c515ffa94cd21843a2b16d167872050 SHA512: 68831805990bfba30f958bda95772d410a8c1088450818657cfbbdad7a0595e8ba21da17f47ab569a7de7a52e8d86621bb9312ce6d0a3520b2f7a36a4d1e67d0 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: 79516 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 77944496 MD5sum: b9e58fc9efcf416b3ce6244c6ac1f6e5 SHA1: bc9c43ecf61638978e1e1e833768b6db503457ef SHA256: 40489cbaaa92b7ffd21902ab26f5d266134d3b03560b1dc40c2a997925a19063 SHA512: 6c7f7e981ad4e3badf25d9b0853022d822ed86c734c20a965dc036bf718c6c7102d92716b4cddccb05b07fc2450b34da6ec94d24ebd23638970c52a756a114ca Description: debug symbols for gobjc-mingw-w64-i686-win32 Auto-Built-Package: debug-symbols Build-Ids: 4546cc5924a1825230173809ea327a6b90d48160 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: 18237 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 6722180 MD5sum: 6f475ccaaa55ee9aa199a11367101530 SHA1: 640c639b6e9ec449e5e703912beb6f604bbf8a44 SHA256: 76db54ea380c429a5296127ce3ce4fd50da2c95138e40984e8187fae33e17a82 SHA512: cae5f9bf123ab443f8ed62461f67c675df3938c5bbddadb682412fdfc984ff2fb7dd194b747f39e5cf722e63b049fb176527c0e823a3303b2ed56c3d0a18fe84 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: 79984 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 78378308 MD5sum: 0cd10e7a5e943855c2108e78e6a06227 SHA1: fbe7828bc2c7a01580ae3e74bfbb9f19f74a12bb SHA256: dcf3161b81d70a9ed8d449514274cb239d449dc5483fe600f9df8f20a63b5b35 SHA512: 35a2482c582b5e5bd70782f179a1e2b9f96c36fe970044602156fa25c1f89f48648974a355c53ebcbdfd2ffaefa3d990d5f26f4d572458a282c7e9acfa67c6b8 Description: debug symbols for gobjc-mingw-w64-x86-64-posix Auto-Built-Package: debug-symbols Build-Ids: 526041b297b5270729e3b1152767446147153f58 Package: gobjc-mingw-w64-x86-64-win32 Priority: optional Section: devel Installed-Size: 18252 Maintainer: Stephen Kitt Architecture: armhf 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.28), libgcc-s1 (>= 4.3), libgmp10, libisl23 (>= 0.15), libmpc3 (>= 1.1.0), libmpfr6 (>= 3.1.3), libstdc++6 (>= 5), zlib1g (>= 1:1.2.3.3) 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_armhf.deb Size: 6721412 MD5sum: 354778c32028b85768b7e23ad238b0d9 SHA1: 57a30ac8230edfa7e5b4c7cc99b530ba5f0f1074 SHA256: 87eb0bfcae690e339cdb10347175e52894b81cb388fdb1e085429e034b310a04 SHA512: 21330bb0fcf94c9c31928985fca4caecbc2c46a70f70ad835631a89ae29ae0d076ceea60a8a1079bfaf9f544756440baf5f4f465f9658d86af6a6135441b6183 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: 79993 Maintainer: Stephen Kitt Architecture: armhf 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_armhf.deb Size: 78402476 MD5sum: 2a16f45c432b441e5e0483f310cf5410 SHA1: 81df4e05c2eeea48028e115913e1015eb7e642db SHA256: 9aa148bf5814bad78e190d79bdd804e20561f9a750ad2b713a9e8ab4f077abb9 SHA512: e4c1b459e0fb108344f2aa2b50c42eafe6d1f19b63f85d07565b9fa5a8da5840f1bfdbd81940ff475412f7ec152aa84f1e5c920ea5076fb8947c19fc6ee598fd Description: debug symbols for gobjc-mingw-w64-x86-64-win32 Auto-Built-Package: debug-symbols Build-Ids: d1e0c8cc8e6893ca97d08004cd0e7ad1a0e2f5aa Package: gogoprotobuf Priority: optional Section: golang Installed-Size: 40385 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 4473052 MD5sum: 74aaf1627f976fa578775df9c7778048 SHA1: 9c537498c448529e8d55ac42dc15bb99c8638384 SHA256: 7af63cb3c766b031d89c24fbda537f583f15979b39869329eeff1762a51917c5 SHA512: b8acc24849014305ddc7f4b7a508768bdc3882f92b24a199d7bed80825f0dfcb84cb4253156f6fbc425c7db04f850e4abff7b32ad72417cb89c67dc33c45ea6e 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: 5359 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-gogottrpc Version: 1.0.2-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-gogottrpc/gogottrpc_1.0.2-1apertis0bv2022dev2b1_armhf.deb Size: 1416972 MD5sum: fa698abb1ca5200239cd18cc59d47b30 SHA1: 7b74496bf923ca2a84d5237cffd8b30ccaefa5b8 SHA256: 5fcac1f86c30f242b01875b41a25a5202f646d1f527a8f7912807851cc7fb16e SHA512: 1bab5825081392e73ffd86937e01cbd854bbb567647306472f72a80577c0f0f77b7723bc496e699ec2177054c3fcf8bb5203f1283a320db6c8f1f690b8212700 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-1apertis0bv2022dev2b1), golang-google-genproto (= 0.0~git20200413.b5235f6-1apertis0bv2022dev2b1), 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: armhf 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_armhf.deb Size: 5068 MD5sum: f17d22da0390f957ff9376689a6ea38d SHA1: edc1d9e1a974e35db91e9a9c22b91d5f816748e6 SHA256: 67a17e4864fc412e52a0e10f9e93bb7706985510898902aeea76e4e74484f899 SHA512: 6357e7ff98619c24f26c2318689d62d47a790a6d9f1db320dff611587f6650a11e9ba59f00d7477541a1c5b38879177296df78fe644392d6e4777d3eb6773c2c 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: golang Installed-Size: 62 Maintainer: Go Compiler Team Architecture: all Version: 1.15.15-1~deb11u4+apertis0bv2022.2b1 Depends: golang-1.15-doc (>= 1.15.15-1~deb11u4+apertis0bv2022.2b1), golang-1.15-go (>= 1.15.15-1~deb11u4+apertis0bv2022.2b1), golang-1.15-src (>= 1.15.15-1~deb11u4+apertis0bv2022.2b1) Filename: pool/development/g/golang-1.15/golang-1.15_1.15.15-1~deb11u4+apertis0bv2022.2b1_all.deb Size: 30692 MD5sum: cec49829c8be8bde02ae13e5cb7a0c8f SHA1: cf66f4c901fc331eab7027531f7aa63c5737c769 SHA256: 43cb851386bad8b825e4f9c01927cb5bb0342985a4c9f4cab8a96fa2d96393c7 SHA512: 52a8dc88739be4506bde43fab1d80460111d7de6f9a6e91dd6475a2de55a64f5dd5066e7a7c8f02b553b85f1c9b0fcbe24e1690f68a092f14181875ea5e5131f 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: 4065 Maintainer: Go Compiler Team Architecture: all Source: golang-1.15 Version: 1.15.15-1~deb11u4+apertis0bv2022.2b1 Depends: golang-1.15-go Filename: pool/development/g/golang-1.15/golang-1.15-doc_1.15.15-1~deb11u4+apertis0bv2022.2b1_all.deb Size: 2457336 MD5sum: 5b44c3ccab13f82234464e2d84deee56 SHA1: c598b9f236049430230211e8f014376b5af1fb3e SHA256: 49bbfc8cf0cdd713df3faf9aaa8d0dfd89fe058b377e60aaeca2de41851ec9b0 SHA512: 200f8d438d32ff48203c66d54dafa7d949139dc6af47269f81fbcce5f74c06046fbd2cbdc5916c60a90ecd7c4c08900593f62b918715a9abee475701cb725fcc 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: golang Installed-Size: 229827 Maintainer: Go Compiler Team Architecture: armhf Source: golang-1.15 Version: 1.15.15-1~deb11u4+apertis0bv2022.2b1 Depends: golang-1.15-src (>= 1.15.15-1~deb11u4+apertis0bv2022.2b1), libc6 (>= 2.4) 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.15-1~deb11u4+apertis0bv2022.2b1_armhf.deb Size: 43191976 MD5sum: 0d7a17baca57aeacd9438ab64e572042 SHA1: e0bb5bff0efca3e441028781c6186ab99bf6c8b1 SHA256: cbdd8931a5deb6d6ac55b637b2834333b8aace02d8aa59719ee494eaa833d799 SHA512: d04fd411337f98a79fd02e422307d586f44905aa90897fb86f2e31e6e94cb2dcea3b0039c6cb6b1357cbc353458bbb53fad353a42adf2c2e59ed973637753cfe 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: golang Installed-Size: 94115 Maintainer: Go Compiler Team Architecture: armhf Source: golang-1.15 Version: 1.15.15-1~deb11u4+apertis0bv2022.2b1 Filename: pool/development/g/golang-1.15/golang-1.15-src_1.15.15-1~deb11u4+apertis0bv2022.2b1_armhf.deb Size: 13859496 MD5sum: a82fd9670e7f7f6e26259741ce0b5a2d SHA1: 65af26d3297ce680cb8b8b072ad1e61364f16972 SHA256: 1e1476b23ff2643f18a712bca4fa8cc3d0553f3b17a1bd55ce1eeaf46a474582 SHA512: 517224809d68c5b784bcde556994ab36f17f7ec499f9b3c6459f99ea71ac1d563a3c373ccf0e009833af6521e5dffacd40e0395853048f7dac10ff1aa13b6c4f 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: armhf 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_armhf.deb Size: 5204 MD5sum: 0e772a625f9b9d69764a30463188812d SHA1: 314aa1db158e44756604dffa78454d3a52794de5 SHA256: a28760e6ece2d81443570fba373282d164237180bf398eb3f44b4a01c90435bb SHA512: c9f32e07422234186e692ff4cad17e674ec282c5d130eb85a31c111cc4b13238f903e388019ebbf94414406343b5e3816309ae421b9aa30a0d6737ba980af7d6 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: 36765 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 6570388 MD5sum: 570ac9b28448f253844daec88f30d3d0 SHA1: 86910f2d3516567428accdd5b10921bc7b7b4dd1 SHA256: 27468bf7ff54906f74c25a616bf498fd035ccd06912bb0485f7b02450aae6912 SHA512: 97c5d8710a9443363047d4abf999a71d62935ea369ec6da6ba8f5971967b0db243afc6ce536f331baa12eba53b3038ee4c5d54032b823b10a25d517e02edb614 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.1apertis0bv2022dev2b1), 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-2apertis0bv2022dev2b1), 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: 3235 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 2598384 MD5sum: 03f6c8beef7f91ac3f45c10e36abcad7 SHA1: 75ed7837daf4fed91ffe9ceb564767b09424ecb6 SHA256: 37e3cbd148c59ceee0ae5ee41493f7ac8e656e0d3291c10f44a77c671603a60a SHA512: 9a138edd3b8d7fa92274163d1fab2d31d767e48304d37d15e7ddc5cd749297900c4bf7c390f425435c1f1a1ec0d2837ff2eef435112debcd891d0703bfe82aa5 Description: debug symbols for golang-cfssl Auto-Built-Package: debug-symbols Build-Ids: 0dd2592a7a18cf81ae10ae7ddcdb399657ed1ae6 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: 3246 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-github-docker-docker-credential-helpers Version: 0.6.3-1apertis0bv2022dev2b1 Depends: libsecret-1-0 (>= 0.7), libc6 (>= 2.4), 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_armhf.deb Size: 720672 MD5sum: 37d1814b73e863857c0bd74e9aad731c SHA1: e53d8d2e18965f3b2cf9a0ea99255904abd250ca SHA256: a7c538e6f65c9f8a86e139e3f2f49fd7db09766df92f9ca5a3a3c16a07bef042 SHA512: d4d2f440c6e91dcd5f3b49a152ad7a3e6bc363205d22abf80744a6128d28ce47c7af867909828fb7545adda7b850bbf72db96ac48454ba393fd59dbd2bbc295f 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: 702 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 567556 MD5sum: 24c1d05b6ef8f0d6d9af82a2148db530 SHA1: bee3740e3842a7df725ac88575c41519db933fcb SHA256: 3620321dd9bf00a4e4f2ef317fb8af759db90f847eb193bb41ac99b6603b7562 SHA512: e750b1e92667c27b302fcd55de4a61f1851b4f1cef14951d558f94d0e8f342014fb4246aaca2cd8590494a42a1ff98ccde2797fb57aa684d5b66de974613ab45 Description: debug symbols for golang-docker-credential-helpers Auto-Built-Package: debug-symbols Build-Ids: 44a5740693b63d8344211427f6adfa3d46d266ec Package: golang-easyjson Priority: optional Section: devel Installed-Size: 3144 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1026800 MD5sum: 16bc2b53faa0629d5cf63237bf1f2284 SHA1: c7fd782e468ec07c4393e715410002b6a87b0599 SHA256: 83b0401d9393babfc37712957d5eb2e4008f9a48aac93cea51b81f3be3010f0c SHA512: 9f79bd7e458fec6d74b17de6926c57b0014c75d145047c0379b3a99ac971dc6e1f6e43a5237a3afae9993af35273fc50164bde396751d831a7cbbc50c66d748e 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-14rcole-gopopulate-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-14rcole-gopopulate Version: 0.0~git20171207.91c73a7-1.1+apertis1~v2023bv2022.3db1 Filename: pool/development/g/golang-github-14rcole-gopopulate/golang-github-14rcole-gopopulate-dev_0.0~git20171207.91c73a7-1.1+apertis1~v2023bv2022.3db1_all.deb Size: 4276 MD5sum: 5684e5dcf691a2f2ab4005952078a888 SHA1: 53fd22e0fc4a47284a0a9f26a60f434439138409 SHA256: 58b7d6bd65db203cf18ec9d5923064bd18d33f356011bc62addc9aebbe6e350e SHA512: 0188056e3ae8b4c3ecb9ce0dcdcd8afed05964d4f75d5df64d7ddf50b5e56505bfb07c3849dfe211123d0be9781cbcb841252ef381c7b1638aab77dd75566a97 Description: Small library to populate a directory with random data populate a directory with random data. This package is used for debos image building tool. Homepage: https://github.com/14rcole/gopopulate Package: golang-github-acarl005-stripansi-dev Priority: optional Section: devel Installed-Size: 16 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-acarl005-stripansi Version: 0.0~git20180116.5a71ef0-2+apertis1bv2022.3db1 Filename: pool/development/g/golang-github-acarl005-stripansi/golang-github-acarl005-stripansi-dev_0.0~git20180116.5a71ef0-2+apertis1bv2022.3db1_all.deb Size: 3028 MD5sum: b4df17423fd6a8c5cc6f68db7f0704fc SHA1: c99a28a3ea2f3440821708f5225203cb20b5f2d2 SHA256: e4590cf2e83c0cfe1e62816c8d2b154ff01d2f2e372a1dd0effaeb22c3bc7e57 SHA512: 7dd76996c9ecbe8ea6b0f9c552d04517fc655a20b3217e1d42274e99f6787e3733f99c1c0f1eac6c08b00481a96d448242cb017689febd2193b88f19e2b3ece5 Description: Little Go package for removing ANSI color escape codes from strings This Go package removes ANSI escape codes from strings. . Ideally, one would prevent these from appearing in any text one wants to process. However, sometimes this can't be helped, and one needs to be able to deal with that noise. This will use a regexp to remove those unwanted escape codes. Homepage: https://github.com/acarl005/stripansi 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-5co1bv2022dev2b1 Depends: golang-github-bmizerany-assert-dev Filename: pool/development/g/golang-github-bitly-go-simplejson/golang-github-bitly-go-simplejson-dev_0.5.0-5co1bv2022dev2b1_all.deb Size: 7412 MD5sum: 54f9fbf50715e19a239fe942ca4f7faa SHA1: 5cbed5b6673bf4be86bc2dfb5751f9634b4391d4 SHA256: c34192565fba8ebfc45bc63d04403360e50b330cfedabc86bda7f9e10077619d SHA512: 88ef7bdbd7abf356fc9d087ea743da8957d6138f3d31986bcf59b8c3a4279080722a60bbe93d266a4ee5b1ab365a6effb4194c44f5cee02822a88d8624278b3f 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-buger-goterm-dev Priority: optional Section: devel Installed-Size: 46 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-buger-goterm Version: 0.0+git20181115.c206103-2+apertis1bv2022.3db1 Depends: golang-golang-x-sys-dev Filename: pool/development/g/golang-github-buger-goterm/golang-github-buger-goterm-dev_0.0+git20181115.c206103-2+apertis1bv2022.3db1_all.deb Size: 9988 MD5sum: f858ee44be54c719be1a46402971a60b SHA1: 27d4677857924021b1b7f1c04d9cae3093ff8e69 SHA256: 86128edab7bdcb95982e99879688c8230acae312792d59d47e29c32d128f7de0 SHA512: 2c5e3497042146c80824ef5fbef818eb22b300a28fedd7ea8dd5eb5f917ec9b424690d39a0bb60046271fd8474b4215c2ba8a85545092d8a03130b4533ee45e3 Description: advanced terminal output in Golang This library provides basic building blocks for building advanced console UIs. Homepage: https://github.com/buger/goterm 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: 4884 Maintainer: Debian Go Packaging Team Architecture: all Source: containerd Version: 1.4.13~ds1-1~deb11u4+apertis0bv2022.3db1 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.13~ds1-1~deb11u4+apertis0bv2022.3db1_all.deb Size: 527872 MD5sum: b849991a2239ccbac7c6a2f2e4b47326 SHA1: 8ec8ece0266868ab2cdff812363547f0e44b6d8c SHA256: 268b8bf107e412f256ee291f93093fa0093136f0a1ed1f57dbc9f3896be5c3ba SHA512: 7965afd3db91dc100b00376aa42ab3a59f0e13ae30847ec341e58af4d6c5a86b4643da16961a48a2ad7e811fc810f0454bdea7b92b77892515ff1bf7f405ce4e 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-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-containers-psgo-dev Priority: optional Section: devel Installed-Size: 124 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-psgo Version: 1.5.2-1+deb11u1+apertis1bv2022.3db1 Depends: golang-github-opencontainers-runc-dev, golang-github-pkg-errors-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containers-psgo/golang-github-containers-psgo-dev_1.5.2-1+deb11u1+apertis1bv2022.3db1_all.deb Size: 22384 MD5sum: 67ae1aa156cef5a0649e6bd91c30d57f SHA1: 148fbfefc138b36aace7c431476bf2a3d33f2e9c SHA256: c8b8c0c4fa3abd516b44f8a4d1fd37c35185aed7e6d015dfa936cc95c2424fa9 SHA512: 13fdd20aa79ce21a2e420e93bb9cb9f95e85f49aa50f1acb4d94bdfda6cab754ba370137ee942fdbdb01d8498c7405a500a212566ef63f13261cf465773f30e6 Description: ps(1) AIX-format compatible Golang library Psgo is a ps(1) AIX-format compatible golang library extended with various descriptors useful for displaying container-related data. . The idea behind the library is to provide an easy to use way of extracting process-related data, just as ps(1) does. The problem when using ps(1) is that the ps format strings split columns with whitespaces, making the output nearly impossible to parse. Using fork and execute ps also adds some jitter, either in the container or filter the output afterwards, further limiting applicability. . This library aims to make things a bit more comfortable, especially for container runtimes, as the API allows one to join the mount namespace of a given process and will parse /proc and /dev/ from there. Homepage: https://github.com/containers/psgo Package: golang-github-containers-storage-dev Priority: optional Section: devel Installed-Size: 1856 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-containers-storage Version: 1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1 Depends: libbtrfs-dev, golang-github-burntsushi-toml-dev, golang-github-datadog-zstd-dev, golang-github-docker-go-units-dev, golang-github-gotestyourself-gotest.tools-dev, golang-github-hashicorp-go-multierror-dev, golang-github-klauspost-pgzip-dev, golang-github-mattn-go-shellwords-dev, golang-github-moby-sys-dev, golang-github-opencontainers-go-digest-dev, golang-github-opencontainers-runc-dev, golang-github-opencontainers-selinux-dev (>= 1.0.0), golang-github-opencontainers-specs-dev, golang-github-pkg-errors-dev, golang-github-pquerna-ffjson-dev, golang-github-sirupsen-logrus-dev, golang-github-stretchr-testify-dev, golang-github-vbatts-tar-split-dev, golang-go-patricia-dev, golang-go-zfs-dev, golang-gocapability-dev, golang-golang-x-net-dev, libdevmapper-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-containers-storage/golang-github-containers-storage-dev_1.24.8+dfsg1-1+deb11u1+apertis1bv2022.3db1_all.deb Size: 287064 MD5sum: ecd2a2826b65b610daef737929404787 SHA1: ff362e09f635e9610d2fa7d680d357a426c82efe SHA256: e0cfa619e4be3c5417fb0b07bd1a10dcdda8f5c6fcdd07ac57ff0bc4e5a37c37 SHA512: 442fcf66713222384832c1364ed176e4ae7f4e78d00ce594ebf91ddabed6aa985c1e842cc99c88aed444cc5a3491015d6ec756edbc09b405e51928c39809840e Description: Go library for handling how containers are stored on disk storage is a Go library which aims to provide methods for storing filesystem layers, container images, and containers. A containers-storage CLI wrapper is also included for manual and scripting use. . This package contains the library. Homepage: https://github.com/containers/storage Package: golang-github-coreos-bbolt-dev Priority: optional Section: 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-datadog-zstd-dev Priority: optional Section: golang Installed-Size: 63 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-datadog-zstd Version: 1.4.5+patch1-1+apertis1bv2022.3db1 Depends: libzstd-dev, pkg-config Filename: pool/development/g/golang-github-datadog-zstd/golang-github-datadog-zstd-dev_1.4.5+patch1-1+apertis1bv2022.3db1_all.deb Size: 12856 MD5sum: 285c44e4b00baa5e8c5e523b8e485fce SHA1: d1d82a75b85956ddd7b44d248a46b1f83a51559b SHA256: 84355a85a98f0ad9c21e867b5f2195e032eb241e2a03be7b520b69faaac4c167 SHA512: 56dec4f6f71767ec0ec44a2ba59d5f6f849a395812882ae44d503b3e9bc4615de66839aca618a1eb4a35b18d41d0c538205ad42bf8ee8597047997f411c37e32 Description: Zstd wrapper for Go The Go wrapper exposes two main APIs * simple Compress/Decompress * streaming API (io.Reader/io.Writer) . The compress/decompress APIs mirror that of lz4, while the streaming API was designed to be a drop-in replacement for zlib. Homepage: https://github.com/DataDog/zstd Package: golang-github-davecgh-go-spew-dev Priority: optional Section: 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: 1641 Maintainer: Debian Go Packaging Team Architecture: all Source: docker-registry Version: 2.7.1+ds2-7+deb11u1+apertis0bv2022.3db1 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-7+deb11u1+apertis0bv2022.3db1_all.deb Size: 264948 MD5sum: 39b08684051b3f6d4fe70a4a07016501 SHA1: f55c0a87c964b8a2022cc6f598fb4462ed29cfd2 SHA256: e60ab25461bb84037d5a774d1d749e5e34f883016762655d9b1863d757ce64d1 SHA512: a17fe1fba521cb2f194422858f4025240124eade74e5160ac8b9310f550a2dc2783a2c46a99ef82b96c9def8c9395cc2088962bda3b0c81ddd83a8561f6767b2 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: 7769 Maintainer: Debian Go Packaging Team Architecture: all Source: docker.io Version: 20.10.5+dfsg1-1+deb11u2+apertis2bv2022.3db1 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+deb11u2+apertis2bv2022.3db1_all.deb Size: 1115216 MD5sum: dfa39edace6faa9f6919febc45224578 SHA1: e64589ca189c55d44523d0623d45cc538bdf4a51 SHA256: 34490e57c8b27e55a47dd01741d06f93f53fc743dd1500e4c3b4e96bd8592c01 SHA512: 4bab4cc8c7b57e5a86ed04124107ad96ab3ec989cc1aad9eeece589abe81168a8fb2c645be61efa5fd7e21cc46faeef5ca6153d11b1dcb03e4b3ac1316f64ce5 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-1apertis0bv2022.2b4 Provides: golang-github-moby-spdystream-dev Filename: pool/development/g/golang-github-docker-spdystream/golang-github-docker-spdystream-dev_0.2.0-1apertis0bv2022.2b4_all.deb Size: 25304 MD5sum: efa5633359e0f85f01a51877804e42c4 SHA1: 51fe3b027114383fc1ec4d5524ee0701acd0aa67 SHA256: d179cbcfb8861789fb192b4d513a1099f3fed408b084bc594252a390c4893991 SHA512: e73ac98c93c593b3ae552232fd1a46e80e2e822b3453a7f955bf253ea172f21b6630a15684e33358678c7c02a8e44694310f8ba4dc1cc3529b9f53274960c0b7 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-1apertis1bv2022dev3b3 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-1apertis1bv2022dev3b3_all.deb Size: 265660 MD5sum: b2efdbbfb83b161075b925eb2a16ff06 SHA1: fb77f142b7b7ea1d9d21a6725ab7974858e345b4 SHA256: d6aada015e243130f8f3a485aec0607a64bc6b920e1b63b3e5d548cc7ef38635 SHA512: 87f580830d2b8cc3715457ffd8b51dabe92bca5d17468c905f8469a93df6fe364d6a26ec1d7eaf6aebc865b5a0487739cf862ba16c34b0e21827d5939543efd9 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: 31853 Maintainer: Debian Go Packaging Team Architecture: all Source: consul Version: 1.8.7+dfsg1-5+apertis2bv2022.2b5 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-5+apertis2bv2022.2b5_all.deb Size: 3931988 MD5sum: 31ae3a032e4bbf2a23e74b79cdde3425 SHA1: 8ccc2cbec9be0d92db089ec9dc30eec2fbcdefc5 SHA256: 49b7498479f5ca335b05b71fc7df0f8cd873cd03ec2f00d2e5257829712e8fbc SHA512: 73e237476ad50a2da46555a3bda97f82d2c1157277e47d1f85551ff5775173ccb6bc16a9e89a7a08aacea3b284500cdc3439be2cdff2bccbe02097342726d686 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-1apertis1bv2022.2b4 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-1apertis1bv2022.2b4_all.deb Size: 81628 MD5sum: 894c65fb7d5ac30df34e1d3d566ef4c8 SHA1: a6e0005214920ad4215220f7766dfd09b58c91bc SHA256: 77b2b8d56c48f33eff938e835ec4a3e4b61ce1d4ada7698c907091700549fd7e SHA512: 1e5b2a1d1026db11a645d47b10dc7f69d43d81b8c77a4af7f39c3626c0d9fd8d0dcd70e1d566bf1714e962090f9c58ae7db137ae4ef5c1fbabd69f9bbbd8b9bd 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-insomniacslk-dhcp-dev Priority: optional Section: devel Installed-Size: 579 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-insomniacslk-dhcp Version: 0.0~git20200621.d74cd86-1+apertis1bv2022.3db1 Depends: golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: pool/development/g/golang-github-insomniacslk-dhcp/golang-github-insomniacslk-dhcp-dev_0.0~git20200621.d74cd86-1+apertis1bv2022.3db1_all.deb Size: 90324 MD5sum: 5792dbd69483356ebb8d1a0271ecc60f SHA1: 758bd8a33e3deffaa7097f4cc47721476b355a30 SHA256: 58acdb605d14a0a64ddd99ff4aba72a7fa3bc7f6529c4d792ce8afa0cd8f3b63 SHA512: d2ff1c0f62a63890f0007e0226b0f0da45502aba46ea77a9e0c378609f6875d118e5762bc9a4d8e4cfcb0223c6eda592ab0edd9acb92cc5e5ce58ae321f672e5 Description: DHCPv6 and DHCPv4 packet library, client and server written in Go (library) DHCPv4 and DHCPv6 decoding/encoding library with client and server code, written in Go. . The library is split into several parts: . * dhcpv6: implementation of DHCPv6 packet, client and server * dhcpv4: implementation of DHCPv4 packet, client and server * netboot: network booting wrappers on top of dhcpv6 and dhcpv4 * iana: several IANA constants, and helpers used by dhcpv6 and dhcpv4 * rfc1035label: simple implementation of RFC1035 labels, used by dhcpv6 and dhcpv4 * interfaces, a thin layer of wrappers around network interfaces Homepage: https://github.com/insomniacslk/dhcp 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-klauspost-compress-dev Priority: optional Section: golang Installed-Size: 21905 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-klauspost-compress Version: 1.11.7-2+apertis1bv2022.3db1 Depends: golang-github-cespare-xxhash-dev (>= 2.1.0~) Filename: pool/development/g/golang-github-klauspost-compress/golang-github-klauspost-compress-dev_1.11.7-2+apertis1bv2022.3db1_all.deb Size: 14229828 MD5sum: cb944365c0f7591ab36e461bbd57cc12 SHA1: ddb06138649a5ec61af89bba216214449b6c4f4e SHA256: 8e96ba82e4b635d45b988a4dc7ff60b2e94e11374d271ba2553311c073cc6ff2 SHA512: f473c849abaa4ba912ea657c6e5c8470178c56f8cee54095ef39575a79bc9b96da4d022664be45f40be6113aa1337bddf7216d2af10868dcab7c7b952765a6b4 Description: optimized compression packages This package is based on an optimized Deflate function, which is used by gzip/zip/zlib packages. It offers slightly better compression at lower compression settings, and up to 3x faster encoding at highest compression level. Homepage: https://github.com/klauspost/compress Package: golang-github-klauspost-pgzip-dev Priority: optional Section: devel Installed-Size: 400 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-klauspost-pgzip Version: 1.2.5-1+apertis1bv2022.3db1 Depends: golang-github-klauspost-compress-dev (>= 1.1) Filename: pool/development/g/golang-github-klauspost-pgzip/golang-github-klauspost-pgzip-dev_1.2.5-1+apertis1bv2022.3db1_all.deb Size: 117932 MD5sum: cb58b754e490e8ea7570e63df19ab905 SHA1: fdb0591b4f0a6ffe0f797ef9d44a5489fcf2017d SHA256: 396e93b572176c5f03fd0a551a049fab65d0465217995533c23819f1710c556f SHA512: 443be875720b56d726b40d8f6dae88419be70150a5113df30c97e6c9858c608f601141deab619216e2d18898a63a2edc10dd13d27f4b5ebbe4ea4a2fd0ed9a21 Description: parallel gzip (de)compression library for Go pgzip is a parallel compression/decompression library for Google Go which is a compatible drop-in for "compress/gzip". It splits compression into blocks that are processed in parallel. The output is a standard gzip file. The standard Go decompression of modified so it decompresses ahead of the current reader. The library is useful especially if large amounts of data (>1MB) are being processed. Homepage: https://github.com/klauspost/pgzip 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-konsorten-go-windows-terminal-sequences-dev Priority: optional Section: devel Installed-Size: 20 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-konsorten-go-windows-terminal-sequences Version: 1.0.2-3+apertis1bv2022.3db1 Filename: pool/development/g/golang-github-konsorten-go-windows-terminal-sequences/golang-github-konsorten-go-windows-terminal-sequences-dev_1.0.2-3+apertis1bv2022.3db1_all.deb Size: 3864 MD5sum: a9f61498776708252c63653402faa864 SHA1: cc1405b9489303f40cb5bdadab1e02eae688aedb SHA256: 8d4def2c444e7c8587c61b87e2b8c5a45d93d823fffe343bd9c7b13d09f906a7 SHA512: c65492a3d977ed60b15577cf15bafbb20f73fb192cd9bc5ddc0e3bad7d09f925a9ca59b97c2378f386c25ac2c409cb21ee625dead05c9d5484d79aa4861f0731 Description: Enable support for Windows Terminal Colors This library allows enabling Windows terminal color support for Go. . Virtual terminal sequences are control character sequences that can control cursor movement, color/font mode, and other operations when written to the output stream. Sequences may also be received on the input stream in response to an output stream query information sequence or as an encoding of user input when the appropriate mode is set. Homepage: https://github.com/konsorten/go-windows-terminal-sequences Multi-Arch: foreign Package: golang-github-kr-fs-dev Priority: optional Section: devel Installed-Size: 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-manifoldco-promptui-dev Priority: optional Section: devel Installed-Size: 118 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-manifoldco-promptui Version: 0.8.0-2+apertis1bv2022.3db1 Depends: golang-github-chzyer-readline-dev, golang-github-juju-ansiterm-dev Filename: pool/development/g/golang-github-manifoldco-promptui/golang-github-manifoldco-promptui-dev_0.8.0-2+apertis1bv2022.3db1_all.deb Size: 23408 MD5sum: f562016c38fc4a4e8e85e59e77c6bc58 SHA1: f303ca8d2362477e5b31083c366a7b7be18e78ca SHA256: 4e81049d56e8d862175dac28375845495942a4b01e5cd696035d85183d67b6f1 SHA512: 83b767e1ba436abafd3d2e8eebc90ea7f93bfbafe036fe15424f4a0a3a5e912e9ba71b8e3c69e545151812935a2f690199ed53393a3c0270646fed953ddde955 Description: Interactive prompt for command-line applications (library) promptui Interactive prompt for command-line applications. . Promptui is a library providing a simple interface to create command-line prompts for go. It can be easily integrated into spf13/cobra (https://github.com/spf13/cobra), urfave/cli (https://github.com/urfave/cli) or any cli go application. Homepage: https://github.com/manifoldco/promptui Package: golang-github-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: 1296 Maintainer: Debian Go Packaging Team Architecture: all Source: runc Version: 1.0.0~rc93+ds1-5+deb11u2+apertis0bv2022.3b3 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+deb11u2+apertis0bv2022.3b3_all.deb Size: 231396 MD5sum: b03fa3c17d7b45ed1afcf27b7a93d75f SHA1: 2fc8f3799a3c58d01c56d2da00bf67a017d78a38 SHA256: 12d11cce866dd55006bcac2e2a5a712be355d6714b6c551a00938fe555368508 SHA512: e1d763cbfcf12e31cec150e5e083615b939ffd0897aaf9ee1c59b72edd6be87df1ef781c16c84bc664bdf76f03e947b15cc53856dcc5e73f56a6cee23f231ab9 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: 108 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-opencontainers-specs Version: 1.0.2.41.g7413a7f-1+deb11u1+apertis0bv2022.2b2 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-1+deb11u1+apertis0bv2022.2b2_all.deb Size: 27208 MD5sum: 29cd42726b306cef68acf941c3fb5041 SHA1: 082bc05561e193fc82de56a022a6e5cb77cb580b SHA256: e56c7592ab9d6a2614fc26581614dfd765a7ac795fb90527688951f377ed44a4 SHA512: 79393c81037ee05df71c14012ecf8e12e229ba45230aeac148da4da92c6f8f48a7f0f227f889c98e9c92305eebfc47d382726435da3ea5f3c3bf2decd4368ed5 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-openshift-api-dev Priority: optional Section: devel Installed-Size: 12054 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-openshift-api Version: 4.0+git20190508.81d064c-4+apertis1bv2022.3db1 Depends: golang-github-emicklei-go-restful-dev, golang-github-google-gofuzz-dev, golang-github-json-iterator-go-dev, golang-github-spf13-pflag-dev, golang-glog-dev, golang-gogoprotobuf-dev, golang-golang-x-net-dev, golang-gopkg-inf.v0-dev Filename: pool/development/g/golang-github-openshift-api/golang-github-openshift-api-dev_4.0+git20190508.81d064c-4+apertis1bv2022.3db1_all.deb Size: 899640 MD5sum: b8de292d1eb55e53e7c75026b82352ba SHA1: 394c7b2f8cde713fcff6ee66be14c63958f5f547 SHA256: 3ba6c52ef221a0d380d1f83ba6933865d7c9fe1804e33c1cac6c36d2795e8407 SHA512: 05c25e2cd41471f174685a8b99d81b254e48ff088b476b3755ab5298b0d9acd06161879d788afcd5d55bde091c3b75100a3a950cff089bd674036120257754eb Description: OpenShift API definitions API type definitions and serialization code used by "openshift/client-go". Homepage: https://github.com/openshift/api Package: golang-github-openshift-imagebuilder-dev Priority: optional Section: devel Installed-Size: 523 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-openshift-imagebuilder Version: 1.1.6-2+apertis1bv2022.3db1 Depends: golang-github-containerd-containerd-dev, golang-github-containers-storage-dev (>> 1.11), golang-github-docker-docker-dev (>> 18.09.3+dfsg1), golang-github-fsouza-go-dockerclient-dev, golang-glog-dev Filename: pool/development/g/golang-github-openshift-imagebuilder/golang-github-openshift-imagebuilder-dev_1.1.6-2+apertis1bv2022.3db1_all.deb Size: 86984 MD5sum: e680446bd0872a874a4fa34f402e3459 SHA1: d8f12babc08635ef284d7edb7d21f5bde42f16c6 SHA256: 3ad99b911ce46f2cf7ea6062de57a31658870f2bb444a0cba018d877e72dfe96 SHA512: 5946c3262c390943a03c06f7057b699fd5197ef059630ddf9ebcd9d3cbcd110f3aac1c0850a4e503f33fc0257af1f002a44ee6e038fe7012f15cfd0f62c97605 Description: Builds container images using Dockerfile as imput This library supports using the Dockerfile syntax to build OCI & Docker compatible images, without invoking a container build command such as buildah bud or docker build. It is intended to give clients more control over how they build container images, including: - Instead of building one layer per line, run all instructions in the same container - Set HostConfig settings like network and memory controls that are not available when running container builds - Mount external files into the build that are not persisted as part of the final image (i.e. "secrets") - If there are no RUN commands in the Dockerfile, the container is created and committed, but never started. The final image should be 99.9% compatible with regular container builds, but bugs are always possible. . This package provides sources that other package may require for building. Homepage: https://github.com/openshift/imagebuilder Package: golang-github-opentracing-contrib-go-stdlib-dev Priority: optional Section: golang Installed-Size: 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-ostreedev-ostree-go-dev Priority: optional Section: devel Installed-Size: 101 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ostreedev-ostree-go Version: 0.0+git20190702.759a8c1-4+apertis1bv2022.3db1 Depends: golang-github-14rcole-gopopulate-dev, libglib2.0-dev, libostree-dev, pkg-config Filename: pool/development/g/golang-github-ostreedev-ostree-go/golang-github-ostreedev-ostree-go-dev_0.0+git20190702.759a8c1-4+apertis1bv2022.3db1_all.deb Size: 16560 MD5sum: 8ff380e3e8cb877595945ef38afcff4c SHA1: aa44a24f4d6329daa65997ec2bad0f6383d23924 SHA256: ea47b55afbb7bcd20e9c18a534f501fb9e3b814d036dbae30f880780fa20ef89 SHA512: a1d35724a49d299ffe72da27c74a83002095871b4cabd0a36711e00c3d4c396909103cf6aa7e482ccc597217184470f20dfc9eb7f84137fb8cbe77438cd3279e Description: Golang bindings for httt://github.com/ostreedev/ostree OSTree-Go Go bindings for OSTree. Find out more about OSTree here (https://github.com/ostreedev/ostree) Homepage: https://github.com/ostreedev/ostree-go Package: golang-github-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: 5766 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 1.8.1-1apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-pelletier-go-toml/golang-github-pelletier-go-toml_1.8.1-1apertis0bv2022dev2b1_armhf.deb Size: 965172 MD5sum: 9fe6f6b0586e817ab59ed2dd0885b927 SHA1: 04248f85be763c9c19e3d9484373ca59066c21cc SHA256: 803fc0eb7cb085c134dcad92a56232804987ff4c78aeaead7c8b5bf5880ca508 SHA512: aa9b6a9b9dcf05dee4d04109fe179f03549559997c3f4b5d3803e25f79107a86ff219dc505c2fc0bdebba884cbeb26176790ec73f8f5e4c0315fb39e6f1cd5bf 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-profile-dev Priority: extra Section: devel Installed-Size: 36 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-profile Version: 1.2.1-2+apertis1bv2022.3db1 Filename: pool/development/g/golang-github-pkg-profile/golang-github-pkg-profile-dev_1.2.1-2+apertis1bv2022.3db1_all.deb Size: 6796 MD5sum: fbad671e3f58884e892a174f3dc02663 SHA1: 8f313efdc69b6e2fff43129d2c83676de8505443 SHA256: 46ba2d14ae236c97537e9cf274e92352e3ac5a7ceaa24c4dd6adffa520135418 SHA512: a60453455987404946b3a222f92e75fafdb4ea1bf717ef9af57daf8c3219fa610529ca05db0c9641c0eff889437383e6c73af35a437d3f0466da42cabb1fda97 Description: Simple profiling for Go This package can be used for simple profiling. It provides several convenience package level values for cpu, memory, and block (contention) profiling. Homepage: https://github.com/pkg/profile Package: golang-github-pkg-sftp-dev Priority: optional Section: devel Installed-Size: 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-pquerna-ffjson-dev Priority: optional Section: devel Installed-Size: 445 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pquerna-ffjson Version: 0.0~git20181028.e517b90-1.1+apertis1bv2022.3db1 Depends: golang-github-google-gofuzz-dev, golang-github-stretchr-testify-dev Filename: pool/development/g/golang-github-pquerna-ffjson/golang-github-pquerna-ffjson-dev_0.0~git20181028.e517b90-1.1+apertis1bv2022.3db1_all.deb Size: 71336 MD5sum: 811ada866d051fc5443b194cd57a256e SHA1: bf3b1b50342180221048740595046dfd5ccceafd SHA256: 9aeca66e529ba152d77ed9a9271bbc9dc39bafd673506858edc36a61498ce1f3 SHA512: 0712ba06316f8db974f45e9950c75fb6b08681f276d6a27303afad3fbaf6594b5a2770b36403575c42b19682d27921567fb7ac28e34fb867a03c5c7cceeccde7 Description: faster JSON serialization for Go ffjson generates static MarshalJSON and UnmarshalJSON functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where ffjson doesn't understand a Type involved, it falls back to encoding/json, meaning it is a safe drop in replacement. By using ffjson your JSON serialization just gets faster with no additional code changes. . This package contains the source code for other go programs to link against. Homepage: https://github.com/pquerna/ffjson Package: golang-github-proglottis-gpgme-dev Priority: optional Section: devel Installed-Size: 78 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-proglottis-gpgme Version: 0.1.1-1+apertis1bv2022.3db1 Depends: libgpgme-dev Filename: pool/development/g/golang-github-proglottis-gpgme/golang-github-proglottis-gpgme-dev_0.1.1-1+apertis1bv2022.3db1_all.deb Size: 19640 MD5sum: 854597f8d9b9a327daa6f48cc02c8bd6 SHA1: 231ae5c9afbcee23032a1e2c1c5bc391bbd5457a SHA256: c6c0db25f36c832c51cc14e8f493421ebc68039261187463965eaf5b7b56272c SHA512: a40f96463b90e4f44545e7266dd273ec57497f710d8cf059ce7deb00e0322866ba7558ebf1fba6c6a8e38fa6c1a35e11a3e684809cbaa9d3a4bf7d9fa20c1a0d Description: Go wrapper for the GPGME library This library provides a Golang wrapper for the C GPGME library. If you are looking to add OpenPGP support to a server application, you should also consider the olang.org/x/crypto/openpgp library. Homepage: https://github.com/proglottis/gpgme Package: golang-github-prometheus-client-golang-dev Priority: optional Section: golang Installed-Size: 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-containers-golang-dev Priority: optional Section: devel Installed-Size: 45 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-seccomp-containers-golang Version: 0.3.2-1+apertis1bv2022.3db1 Depends: golang-github-opencontainers-specs-dev Filename: pool/development/g/golang-github-seccomp-containers-golang/golang-github-seccomp-containers-golang-dev_0.3.2-1+apertis1bv2022.3db1_all.deb Size: 9460 MD5sum: fde0abd43dae7a0cf0b36e64af1d4c24 SHA1: cf493f270e6dbb26e4e27578471f5e116aa6bc04 SHA256: f69b51de4793b2c810e8be1210096ea4eb913274865e3cb1e493b447bb4a0724 SHA512: b2a4f96bd0cb686c69f380ec97e63823c4c502c0e9a6e02e8e61b40aef94b42b7353f79a3b3cf17f1172b30e6b0f37d0ec6e6738d47a5c18468337311a89140d Description: libseccomp mappings in Golang Golang libraries used by container runtimes to generate and load seccomp mappings into the kernel. . seccomp (short for secure computing mode) is a BPF based syscall filter language presenting conventional function-call based filtering interface. Homepage: https://github.com/seccomp/containers-golang 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-uber-go-atomic-dev Priority: optional Section: devel Installed-Size: 131 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-uber-go-atomic Version: 1.7.0-1+apertis1bv2022.3db1 Depends: golang-github-stretchr-testify-dev, golang-go.uber-atomic-dev Filename: pool/development/g/golang-github-uber-go-atomic/golang-github-uber-go-atomic-dev_1.7.0-1+apertis1bv2022.3db1_all.deb Size: 15152 MD5sum: 9c5a968d49f4330597940de44ea25f96 SHA1: 63b720a3c22ac3b91d9c7085abb0be165536095a SHA256: 31d60bc3f3bfe10428194d0b81ebe04f838ea3ec4f019f409d5fac607000f153 SHA512: e36fbb626beaec1ed872d3a70f6f1483dd5d60e8650144547e53836c8858abafbd2a36f55df951d30a46da40ce1b6cfdc37ca8975df3c30d5e4f5b84ebfe0f6c Description: Wrapper types for sync/atomic which enforce atomic access This package contains 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. This library preserves all the functionality of the standard library, but wraps the primitive types to provide a safer, more convenient API. Homepage: https://github.com/uber-go/atomic Package: golang-github-ugorji-go-codec Priority: optional Section: devel Installed-Size: 4007 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 1.1.7-2apertis0bv2022dev2b1 Filename: pool/development/g/golang-github-ugorji-go-codec/golang-github-ugorji-go-codec_1.1.7-2apertis0bv2022dev2b1_armhf.deb Size: 1302032 MD5sum: 72dadd104d2dcfe555dd91822c77b3bb SHA1: 8071d0b2d0d626b397912a0e266032cdf46c675d SHA256: 89d56658748e1ab1a24a086c7a022d4a37d03e6e2fcfbd9d7100ba346050ff65 SHA512: d79e7c167386cd5fab1801f62a525d45f05f1291a08cf7b67568419f824683c6e560770ae1f6ff1c5e4dbf49222c48fd5a60202e57ee65ab758c32098f5ea123 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-ulikunitz-xz-dev Priority: optional Section: devel Installed-Size: 1386 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ulikunitz-xz Version: 0.5.6-2+apertis1~v2023bv2022.3db1 Filename: pool/development/g/golang-github-ulikunitz-xz/golang-github-ulikunitz-xz-dev_0.5.6-2+apertis1~v2023bv2022.3db1_all.deb Size: 353112 MD5sum: cc91f8e9879baae746fa659ffab1ec98 SHA1: 5c05320b1a33d88c02e1a941b21e43404822401e SHA256: a46771b27b232dd13f68afe7ff1b689a8265b98a53ecad9f72a13a1484596c0f SHA512: b1e8c5967a20d149b4e342b0a7e20d5ac5d182bb394e362cc8d892ebd7452c6028474eb20cbf0d722db1c4ef52b8d8f57ca1ffef7777ce91a65db9b83dd8179e Description: Pure golang package for reading and writing xz-compressed files A Go library that supports the reading and writing of xz compressed streams. It includes also a gxz command for compressing and decompressing data. The package is completely written in Go and doesn't have any dependency on any C code. Homepage: https://github.com/ulikunitz/xz Multi-Arch: foreign Package: golang-github-urfave-cli-dev Priority: optional Section: 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-cli-v2-dev Priority: optional Section: devel Installed-Size: 323 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-urfave-cli-v2 Version: 2.2.0-3+apertis1bv2022.3db1 Depends: golang-github-cpuguy83-go-md2man-v2-dev Filename: pool/development/g/golang-github-urfave-cli-v2/golang-github-urfave-cli-v2-dev_2.2.0-3+apertis1bv2022.3db1_all.deb Size: 55720 MD5sum: b13ed39944ead0aac1c3761e09720133 SHA1: 613a8d13ea00894944424dd4beac91c6c3eaa48e SHA256: 571733c6e6d47de10b448ae4d8122451b1170adf17cb5dd473a8a6d46eca0d0a SHA512: 1850ad9b839879086cdfc132453cf8803f65d91662e6e9d69aab587702caaac01e3c0c8e4585d479a741f488cdfa334d0a390ac28270452ec4877c04bbb93179 Description: package for building command line apps in Go (version 2) "Cli" is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. . This package provides cli version 2 (github.com/urfave/cli/v2) Homepage: https://github.com/urfave/cli 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-vbauerster-mpb-dev Priority: optional Section: devel Installed-Size: 143 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vbauerster-mpb Version: 5.0.3-2+apertis1bv2022.3db1 Depends: golang-github-acarl005-stripansi-dev, golang-github-mattn-go-isatty-dev, golang-github-vividcortex-ewma-dev, golang-golang-x-crypto-dev Filename: pool/development/g/golang-github-vbauerster-mpb/golang-github-vbauerster-mpb-dev_5.0.3-2+apertis1bv2022.3db1_all.deb Size: 29132 MD5sum: 79dcb2cc5ca5614164cc096a28216069 SHA1: 499ce865d4ab0d583eacb1e1309f0dde85e7aa8b SHA256: 7744d4f4e119775654e86f20f92ec39018391d5d0c5441a6ded6ec5630ba32a2 SHA512: 9df3c2f8fe16289b8446a2bf8d99d46dd614662feff3180efce6b03e5a95b36bb53a5874dd37f194493e6bbc46324abd032fe61e5666a0b3e8c4cad7fd35bba6 Description: multi progress bar for Go cli applications mpb is a golang library for rendering progress bars in terminal applications. Homepage: https://github.com/vbauerster/mpb Package: golang-github-vishvananda-netlink-dev Priority: optional Section: golang Installed-Size: 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-vividcortex-ewma-dev Priority: optional Section: devel Installed-Size: 23 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-vividcortex-ewma Version: 1.1.1-2+apertis1bv2022.3db1 Filename: pool/development/g/golang-github-vividcortex-ewma/golang-github-vividcortex-ewma-dev_1.1.1-2+apertis1bv2022.3db1_all.deb Size: 5708 MD5sum: 8238b74b2b328d7b56f07219ad563dfa SHA1: 1b473fbad7ba4ea1e97c01479ef637cebfdd4cc6 SHA256: ae116e4f32bce26ca78f983f7c880edb2cb7dcb8136adaf4b4daad702954f034 SHA512: e5398d42ad4966ff7bab3c95761a0c61042a4f7dda2d8b2f2de0e870e7690128826b802a1eaa1aba9ba3c9cf77a1dd754350fff5fd72da1dbb0d475b330f985b Description: Exponentially Weighted Moving Average algorithms for Go An exponentially weighted moving average is a way to continuously compute a type of average for a series of numbers, as the numbers arrive. After a value in the series is added to the average, its weight in the average decreases exponentially over time. This biases the average towards more recent data. EWMAs are useful for several reasons, chiefly their inexpensive computational and memory cost, as well as the fact that they represent the recent central tendency of the series of values. Homepage: https://github.com/vividcortex/ewma Multi-Arch: foreign Package: golang-github-vmihailenco-tagparser-dev Priority: optional Section: devel Installed-Size: 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: 6346 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1982572 MD5sum: b2793be541948905d0887b68ae629f66 SHA1: b796ab789fa81a9c9989ea824e916cdfea7e9117 SHA256: 46786377f2839fff264e2b89d4b1c6659040b0c5775a883e424c83e48f8cd802 SHA512: ce7d2cb2481baafcb2e726079fc510c24a5209f23464e8367bcedd82272d8a9280b6687eab04ab65882d4d0e7fe10ca601858141ad680c64f002b5c6f5aed5d1 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-6apertis0bv2022dev2b1), golang-1.15 (= 1.15.8-4), golang-github-armon-consul-api (= 0.0~git20150107.0.dcfedd5-4.1apertis0bv2022dev2b1), golang-github-coreos-semver (= 0.3.0-1apertis0bv2022dev2b1), 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-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: armhf 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_armhf.deb Size: 24164 MD5sum: 072ad31f1c28e9cd3afcd3d7350a0e40 SHA1: 5564126465870167c91377ee0f4f662bbd2a1225 SHA256: 563b4e0c8f9b88981f88dd8a6671e580955ef85d81fb94300d869dc483e97e4a SHA512: 7cdb0e9e37f4bf5fc48015d01377b095db80797b450037aa30cd24d1ce62e6893b1308efbf01fb71789288a3a0d8a36c99301a2d009ae681fc51a5319a3f93b1 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: 5386 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-golang-x-net Version: 1:0.0+git20210119.5f4716e+dfsg-4+apertis1bv2022.3db4 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+apertis1bv2022.3db4_all.deb Size: 667716 MD5sum: 68e953d6515da88508168bbd6e3be37b SHA1: 66bbebd9e38a4cf784c3ca955b095ddda7475b40 SHA256: 7dab34b015f6c9fe3ef7d39c8ca368eaff0c113246fff3f0382cdfa900e9f4c0 SHA512: ca1bce2295a389edf58defb49b9adeef8aa7827de67a7071f30e47ca7ff0bde3d5aea03ae80eaadcf3c8f3b101458ebbc341d9032f65f6a65470345ef483b872 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 (= 20220811.1734-0+deb11u1+apertis0bv2022.3db3) 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: 137112 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 1:0.1.0+ds-1+apertis2bv2022preb2 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+apertis2bv2022preb2_armhf.deb Size: 24950264 MD5sum: f2ad3055b5785256264d3db6bb7c273e SHA1: 8f34c3cbb0df0f1457a79ffbd476dae60594a930 SHA256: 89b841e999f4ddc2f5375dbfaf67adb4be200aae1b675f6909d27fb36c6d399a SHA512: 000a9f124234237305ac7cc74a31266fa69dc7c87c2b92609a46973cf445250e58c1fcf10ef2b7a32abd3b8f8861d5bd947cfa7bef327a1b5a10a1e10fe1c825 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+apertis2bv2022preb2 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+apertis2bv2022preb2_all.deb Size: 1626996 MD5sum: 53a8682da8827f436fad7f715e506048 SHA1: 9a7e1c5ad7af41d64c95cfce68f05d8fb609765a SHA256: e5c0d1966b70c1cb8ea2b1656a0f5270a9b41ca281250ebd5a050be8a31fc76e SHA512: 59cc1b3ed6db5be30fb35129dbb23603003de244c68ba1143883ba4c3e970def503f5f1deda844dfabf306d0b7568a09add7a7f8021164616256c0e03ddef7cf 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: 5208 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1334164 MD5sum: 0d9bf9db3578ce4e3785d94118669255 SHA1: 844d25efbdd9c294d90065f057b4a909670859ea SHA256: 05a48bea622473a815f9a3179e5a6b6ae3573e3586b5d113e0af1314c7165afb SHA512: c977681c037f99235e7efc99bb47192a9f867504d067c68b99b8f3a605b70cf100567c81d545bc4d0b701bd3f1a37b696faa517cd6f67b578a468f3ddc89e167 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: 8092 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1657280 MD5sum: c898d41647aedaa8a1157c09d9dcc185 SHA1: 182873c675f0d9bc629da63d46932625a946a663 SHA256: 08d9db50485bac64e7796557ef59df08979aeef42e87ced65f437041b37a47fe SHA512: dec739e3242d36625fe22b497691d06352a8785b8edd115cd2a0bc2830307a72163d427b17d40d89fdae476c7e4e5d027af1771ea2a2fbfdd0665d0da24748b3 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-3apertis2bv2022.2b4 Depends: golang-gopkg-yaml.v2-dev Filename: pool/development/g/golang-k8s-sigs-yaml/golang-k8s-sigs-yaml-dev_1.2.0-3apertis2bv2022.2b4_all.deb Size: 15196 MD5sum: 0f769871b3bdef19dafd0356c83a2727 SHA1: bed8c7df4338a0f4a808e51182289984bfcba0b6 SHA256: a1af5113b2f8e33cd2b9bc265aa7e8b2c061314f6a48b62f852508a0cd39edff SHA512: 73110c00465d956e93c71479ca88f2b65f4d2587ddbe6e7ffa7818867dfd697ce75c89125a458bf673bad0617ee576118acf32e418860d21255b245c94fc59ff 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: 10932 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 2493448 MD5sum: af6113c0030e65e9c9293afbe51f163f SHA1: 110402f46dafd968a5e1a7fb5991717ef8e2fa81 SHA256: d18e009d4cdd195d9db9fb04f88ddb9d833801b2cbdc06c1f82b3241b029bad7 SHA512: 510be45c7459f7b681fff7b4be70978c72138b0bfb2915150c3203414d9c1c4ec239e824e6dcddaf103c69d0126469caa25595625822f28cb777260519caa85a 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-2apertis0bv2022dev2b1), 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-1apertis0bv2022dev2b1), 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: 3694 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 1184076 MD5sum: 03e8ff61c9852651c2a06e59f780d4fd SHA1: 6cec017e7781ff6c83dfdca74533d7bcd17780d9 SHA256: 87f78ce3adb27b7fa42cf7369611efba14ee4eb61205fd61489a8559873a3707 SHA512: 0054b91d531a629b6ddcdf853194fe9fdd4df5accc189a95d75ec860326a64fc0b3d801bc4a9428910f778edea147aadc3e740f1d5addf03afe56e0d95b28eb6 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: armhf Source: golang-defaults Version: 2:1.15~1apertis0bv2022dev2b1 Depends: golang-1.15-src Filename: pool/development/g/golang-defaults/golang-src_1.15~1apertis0bv2022dev2b1_armhf.deb Size: 5120 MD5sum: a44634a95675e90c8eceec17f073e7c2 SHA1: 2268adfeaf85b30df9be8e6d826ce5d69266a40d SHA256: 92557f080d0c2ac14a6b2607fbf697dfe43b24a07336cd99ef120f9a42f23e12 SHA512: d0ff2de0248e4bb0268899993e2761ac578868d7bbcfa89eb0a2ad1b90c69529f741e3ddee71380fa3b106816e3d35616e92dad04bdf17e832314b35fd3a21be 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: armhf 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_armhf.deb Size: 7388 MD5sum: dc3928b5983c4a55be169e463ee6cfb3 SHA1: 2111070872fb32987574b771a7b551de582874f2 SHA256: 7db1d188fe204dbcb243ec31cd763db16357e16e67f74d95422131088e1b2410 SHA512: 4e8862eb5474562975dca3e27094508fda09bc877ab0bd41374bd9237fe6d7019f014336eb472765860a0549c97f97b0c8b0e54538c995162cd65ee49941e1c5 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: armhf 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_armhf.deb Size: 27228 MD5sum: b915b42a7bc3b4808aad13e8b64d7af1 SHA1: 62bf360048b319c448f718be701a09cbaf8885e2 SHA256: 901b70c1f050e8d58a31cbe976b6537752cb3b94e1fafa88c839cfddd640f10b SHA512: f283eff7342c850380c600eb1b90fbb3dd635e3b3a7e094d48713e7f3d6a8ab82d68bb3764f29805490104da1d74ce39f2e809aa24c52b4c9e6326cbe998ee5a 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: 13186 Maintainer: Debian Go Packaging Team Architecture: armhf Source: golang-golang-x-tools Version: 1:0.1.0+ds-1+apertis2bv2022preb2 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+apertis2bv2022preb2_armhf.deb Size: 4091248 MD5sum: 733a42db3d6c3f05b2ea4af95f49de9d SHA1: d9fb64d60b271f18c71eb806e1f5bad2c7a6e456 SHA256: 5c304d1ba977cea57d43fffa33ccbe86c302984f48267a066f68bf131780e128 SHA512: 13ae3a89b4fbf84175690f4282dcd82a3a884d90f942003e2b5e26bead91813ad010c57f99c262a2ee4cb69c9fd44f62e99d683c2f92dc417c59aac9fbe8d891 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: 1559 Maintainer: Debian Go Packaging Team Architecture: armhf 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_armhf.deb Size: 514756 MD5sum: 9dc61d4eb109305c5357c86ad74f19c5 SHA1: 6fefbc3ee421b742b71c5354e0531b7dc11c8378 SHA256: a42281e0347b17e5d51b538ca5ed7c3b9ccf77273230234d38593ce169e28c10 SHA512: 0ef9ddfc51578150fc791f3127c9ae8ab4bb622977eea949f61788617f9c99a82cca48fd19ef0bf781aeaf6756481c9c2e553c9b0be63a56a389eb3867fa4feb 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: 4283 Maintainer: Debian Go Packaging Team Architecture: armhf Version: 0.5.0-2apertis0bv2022dev2b1 Depends: libc6 (>= 2.4) Filename: pool/development/g/gotestsum/gotestsum_0.5.0-2apertis0bv2022dev2b1_armhf.deb Size: 1346536 MD5sum: f42c4d70319fe0a5be169e6f66359622 SHA1: 002eb467b2a472623e6ae50b34b2291e7de9cba9 SHA256: 94c4da3f0f4d16635c8b47f9fa5e00a4deecd53e55542bd119d9762cf34d5c62 SHA512: 431e1678ab5a4fc0c2bb99ad3a9d01d12a5c94d25ad54c49f6f8452c495d2ac71d80cd0417fff212043757b97c4d4a36541fc242f0b5b8f788eb34ddc7ccaf37 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: gotestsum-dbgsym Priority: optional Section: debug Installed-Size: 1663 Maintainer: Debian Go Packaging Team Architecture: armhf Source: gotestsum Version: 0.5.0-2apertis0bv2022dev2b1 Depends: gotestsum (= 0.5.0-2apertis0bv2022dev2b1) Filename: pool/development/g/gotestsum/gotestsum-dbgsym_0.5.0-2apertis0bv2022dev2b1_armhf.deb Size: 1381192 MD5sum: 805a1cb726212a49ef6da97d581b7d06 SHA1: fd67f63ed1b159ae9c6a2585a92ead1dc4be7a80 SHA256: 49e096f2e6150d710a178e3a4e2ef0b4095eb1405b725bf63b39ef9ce08b5ec9 SHA512: 93a145861b34ea0fddd96f203fbf621247b577d874c5931137fa7243b263bc43023883e6f3fd53b2a57f2e9636fce375dc19bd4d9862a64f6faa79d529c0ae42 Description: debug symbols for gotestsum Auto-Built-Package: debug-symbols Build-Ids: a9f609417995e3773fdbd1614e74a7ddea0a1d86 Package: gperf Priority: optional Section: devel Installed-Size: 279 Maintainer: Hilko Bengen Architecture: armhf Version: 3.1-1co1bv2022dev2b1 Replaces: libg++27-dev, libg++272-dev Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.5), libstdc++6 (>= 5) Filename: pool/development/g/gperf/gperf_3.1-1co1bv2022dev2b1_armhf.deb Size: 144668 MD5sum: b403e8debb5d84ff276a4046960c3cf7 SHA1: 152d21a9db76746dbb22dfc2c8a1f87879d236d2 SHA256: e9766e258f8aa90158c1a2b88a0e7ac1b62f21791dc37ac2b5a9e3e921e86923 SHA512: fd4fe3984ad8222a222f73256a7b2cf7f32bcc7eb638e416bf78b15bc5a1dd7a393e34cc3a34170d81480e99d3a3a406447ffba1eb29bbc6f2196600ecf9caeb 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: armhf Source: gperf Version: 3.1-1co1bv2022dev2b1 Depends: gperf (= 3.1-1co1bv2022dev2b1) Filename: pool/development/g/gperf/gperf-dbgsym_3.1-1co1bv2022dev2b1_armhf.deb Size: 163452 MD5sum: 5f966ab58d3176caf7874a98306636c9 SHA1: d0e1d1a9a91caf71a319db0d18a53edb340a8e12 SHA256: 5f1c0ad837448dcf4ce1fa268dc0dd453cf595277154aa0def0f0e6805308fe1 SHA512: cc91aceb007bcf91383cdd247a34c36119de4b57bf81bffcc5ba9c96a82d2fd4218d848fc1434ce22064b83564e0702ed321deb34e93f37026fffc423113335b Description: debug symbols for gperf Auto-Built-Package: debug-symbols Build-Ids: 951bd2611dc7636a697624f2dd93ac81f05fcafb Package: gpg Priority: optional Section: utils Installed-Size: 1208 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Depends: gpgconf (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), libassuan0 (>= 2.5.0), libbz2-1.0, libc6 (>= 2.28), 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+deb11u2+apertis1bv2022.3b3) Breaks: gnupg (>= 1:1.4), gnupg (<< 2.1.21-4) Filename: pool/development/g/gnupg2/gpg_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 873872 MD5sum: 3081cb7a5cc9ef0dfebe941d889ba64d SHA1: c623857d1c0a4732c75cc884e4e416c8d741d25f SHA256: 1d00ae2da008c40b0c9edb08be062c3d933c2a622842fba5e1dfbd46db9293f9 SHA512: 831145b810f12399ff85e74fae2b328f7a12e988e75659522714df1ff0a60d8aa4a53ae4a0e956e59b808fc66dbb1ae0f2bc001855d0b45d0144980b1fb4eeb0 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: 1001 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg-agent (<< 2.1.21-4) Provides: gnupg-agent Depends: gpgconf (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), pinentry-curses | pinentry, init-system-helpers (>= 1.52), libassuan0 (>= 2.5.1), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libnpth0 (>= 0.90) Recommends: gnupg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) 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+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 635012 MD5sum: 625d95402f66fea41fbc650dcd491ed9 SHA1: 9add2dca7ccfc0d08cbd187d96eb3e7b37fc4e0a SHA256: 9e4d4335be92751488b70abce8d6aeace4d5bc69a7a9275228480f0d49c2c0ae SHA512: 26107a03f4120cf209cad645a3981aed0fdf87f176430e3ad36a77743e1a6dfc86ee8425b5e7d163ceb8decb9190a7c7d9f85231d0005c162ba5a816e7dd1255 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: 1019 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpg-agent (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-agent-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 885872 MD5sum: b1e0a2e07dd5689760769e4b3ef95ffe SHA1: 7defc1182b189849b0323439f4b34e84522b0d71 SHA256: 0693ac78fb5760ede2e49314a978eb1e24cc492fca55d764eb0ac2b5e07cf234 SHA512: 44428958c4b153e7341a2d81f02ff6ef755fa26d7fd90831e294bd62b0234266fd4b8b7895e0a971e7a40ebf07202a3d6c49d9b60ac80454d07f76a11fc77e2b Description: debug symbols for gpg-agent Auto-Built-Package: debug-symbols Build-Ids: 11f83200d934378e245f1c3b00fa67bd520e3c9e 2288a4ac4b11b186dccf95b227ffad450344092e 473e1a4c5cd980bbf51c9bf818f45a1d768ccdf3 a69d9f9a3079e85e1ac06baaa5c3b941a240ad8b Package: gpg-dbgsym Priority: optional Section: debug Installed-Size: 1287 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 1207212 MD5sum: 76a82fbf3a6269d851161e476aa5926c SHA1: 8c91f619dac54babcadf90bfb28992af459b8ff4 SHA256: 371548fc38e8c2b1702964a44dd6fc70a4457da278133c6a747925f16fc37f3d SHA512: 56d06a0b2c94488cb71623c11944e058794301f9d6c2b3fbed1752078ff6c091831f59bd69670eba3ce949b3887a5876dba9d726e87aca4e8b0d25ef07af5013 Description: debug symbols for gpg Auto-Built-Package: debug-symbols Build-Ids: 50663e1395cf114e2df54651d861fcdef3788454 Package: gpg-wks-client Priority: optional Section: utils Installed-Size: 585 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: dirmngr (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg-agent (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35) Recommends: gnupg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-wks-client_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 514184 MD5sum: 9988a34e4306f0792c967c73764e3de2 SHA1: 19adb7ae9d43069aa551d90b50a43c7c5855a0d5 SHA256: 5d9f2291169e89ed1444d8fde9db31533d032c04b9f9de7b9b173bed8cd29761 SHA512: fe29b21954be8e66ba048e24541f82ae4cbbe6a664092028c35801583bfcd2d974279a4af817dd6e9d869ab91de59fc3884a31a89c2edd49152436b8a463f686 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: 312 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpg-wks-client (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-wks-client-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 275452 MD5sum: 1255518ff84ba58af035f2c47c6f6fd2 SHA1: 2d39046288342853c3ec36e834dacc3b09c19601 SHA256: 59cc3bda3458716f88e3da3f009122d5637dc4d68f3c81000253ec99eefc6529 SHA512: bdb29a8f8e44a3deb7245e05d2c83dd71bc6844a7a5d68a0c509f71520803f3f473d02e4fa3282b0dc38d75a8072b7856e25ffa237c37460f9673fe50b3316cd Description: debug symbols for gpg-wks-client Auto-Built-Package: debug-symbols Build-Ids: c7c9e8efa82cb1ca31d7fc4e3d07766f6071175c Package: gpg-wks-server Priority: optional Section: utils Installed-Size: 573 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), gpg-agent (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.35) Recommends: gnupg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-wks-server_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 508204 MD5sum: a8c0b9dd86f50f9778c4b1989f950263 SHA1: 3e096450cb60502b23c604c0706bda94026f78c3 SHA256: a13bd3a2264d536d38b2c0e81cdfb3756d10dd3840dad3feac77eaf15e6ded8f SHA512: b22f4fb4bc037a4504477111cad68d0b57c83afdb73a62bbace77c0e910702e6d94184f54305e922f3d9fc0ee7ec515bc76a135d6ab1370df55f3d1103f88e29 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: 288 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpg-wks-server (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpg-wks-server-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 253928 MD5sum: ef6c08b991effd81b6dcf3649ec2a1ca SHA1: f9f5d4c11a26b0b938a4b3912b0a857da2ef2087 SHA256: 6821871fd79d2785e7ae4a0b09feab92fa4e60eb540cf3ba2816b6b834be9df5 SHA512: 0a8737749edb89d643b2a54d899e3a283ca0929ea0a642ce7cc08a9f2607a23795036d215b1b85651eee291840276ead9361987e91a1f92a1006fc9465970303 Description: debug symbols for gpg-wks-server Auto-Built-Package: debug-symbols Build-Ids: 2d10f01289b7a575bc80a9024c98e1c8e5fb77f1 Package: gpgconf Priority: optional Section: utils Installed-Size: 662 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg (<< 2.1.21-4), gnupg-agent (<< 2.1.21-4) Depends: libassuan0 (>= 2.5.0), libc6 (>= 2.28), 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+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 536760 MD5sum: 67f10713b0ed5d3583196bc5f677763d SHA1: 55e34cf8f3700fdc885970143a117be40fcf55e8 SHA256: 801fa0e9bd92c4ac85a49bf559de86f97d43fe36d8505efdfde3853bb4861a61 SHA512: c8956234fd6f792aaaf132d12208eb0cc4d3dd7bbf7458f6f8d618a4515c29300da229191e7833a5592a917c4d4f89df8c94b0828a7d2e055a3d4d84a2770385 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: 372 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpgconf (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpgconf-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 312552 MD5sum: 24fedf2153eab2a59f8c89c714c8c45c SHA1: 28b23641a6b94be637c633a50d97f180830fb920 SHA256: f3c304de21c3b04c604c231b416e991da81000b94cdea8b2f0d76cc54923d9f7 SHA512: 05ae01ec1a3526b52bc77e88f775d4c8bf3bbebfb413f3b0d3b71f3950d43d43a9d435c0e0a5eb8ebf213a85818a400e63ddf55b66100d5e3de33b4654c471ce Description: debug symbols for gpgconf Auto-Built-Package: debug-symbols Build-Ids: 1897200be69f8fc4578da2191f7f7b696dfd2d10 4b8e9f60c79096e84d4f1e3c5f9ef02a07a0bbf0 Package: gpgsm Priority: optional Section: utils Installed-Size: 787 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg2 (<< 2.1.10-2) Depends: gpgconf (= 2.2.27-2+deb11u2+apertis1bv2022.3b3), libassuan0 (>= 2.5.0), libc6 (>= 2.28), libgcrypt20 (>= 1.8.0), libgpg-error0 (>= 1.38), libksba8 (>= 1.5.0), libreadline5 (>= 5.2) Recommends: gnupg (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Breaks: gnupg2 (<< 2.1.10-2) Filename: pool/development/g/gnupg2/gpgsm_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 622836 MD5sum: 4ec427600d65271c72c4c12bc391bc35 SHA1: 6713b8fcbb8b6dbf5e899e148e6b4862d955e175 SHA256: bf501a2f397bd4088fac0586717fa14c49f6749b14bfaf246663ba0abc2743d2 SHA512: 57a61e6bb8f8b3dd253444fdec6d5a51bae2df5e0e8b65332903fbe49349fbb076ea96bef8f6c6e05ee62c5a9a550500dd2eb47293303d8e51348395b27f0670 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: 643 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpgsm (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpgsm-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 587340 MD5sum: 328873c478402c2ad84d966604cf3736 SHA1: c3ceba805777f37f203dba46ca5a6867ec3c4be4 SHA256: 47bd303d529df47a0cc1fc9823b2dc96c2081b885d02fafd3fe94cc9c950e388 SHA512: 67bcb24ba2fcc30af52aa2346eac535dca09f4bfb8fce0da545a6481dee5900911e6716b0454c9aa47d3dae13f7f53b6ced4e5d70986cb3951032daf5f772407 Description: debug symbols for gpgsm Auto-Built-Package: debug-symbols Build-Ids: 9d8c56529eba2401e58a1103340acbaf5551f539 Package: gpgv Priority: important Section: utils Installed-Size: 734 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Replaces: gnupg2 (<< 2.0.21-2), gpgv2 (<< 2.1.11-7+exp1) Depends: libbz2-1.0, libc6 (>= 2.28), 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+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 602796 MD5sum: 036a8493fbc8d56e13a68aa165beef4b SHA1: 3f10ff3f8c44aa31e8234d440578590723069369 SHA256: b536e6324b620e21bcdae36bb144602d99abad4145cc924bf729cac3c87f79f5 SHA512: 00e4c52bef2fa48e528fe0ef8b4c60cf7c01448daf91b17695cb53212286305906655687f53a68a14c995bd901a8b972000d0b722cd886139b710765ac289e3f 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: 606 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpgv (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpgv-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 550432 MD5sum: 2b29073a1163867892dcdc550616f0c0 SHA1: f2104f5c99827e5624330b641ad5da5bdb1dd969 SHA256: 9b4d572624c1bc2dfabb528842b332cd2b45f822e00806d756e00621e3ffe374 SHA512: a27ca9969e9d7c366f02d78e39c7b950fb55fe714ee9d62a1a5b7458466f3392186629a87f685a5d1178b74a6715ad480a6bc0831e2df6380ae4a0027b12f2f4 Description: debug symbols for gpgv Auto-Built-Package: debug-symbols Build-Ids: 32b79380cc31a8a4698ae0c5d35d1c8fe165598b Package: gpgv-static Priority: optional Section: utils Installed-Size: 1884 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Recommends: debian-archive-keyring, debootstrap Filename: pool/development/g/gnupg2/gpgv-static_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 1192324 MD5sum: f6e06c3752a8e65098a1bc9df305f407 SHA1: 4f64b26e5c2cb19eb137e595c8e831fff153ea47 SHA256: 32c5e479fd51b7d5f240e21d5e8f46abea7dadf9c6049a797888acd1042cf775 SHA512: 79d2f4cdb60eb85b9dc8f0c3c02403973b3d4f7cb273306c7d81f515f05df49a4ae2b6cd62dd407ec0e1301973c69ce91bad0b7c0ac1aed97259e45c0e7eb682 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: 800 Maintainer: Debian GnuPG Maintainers Architecture: armhf Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpgv-static (= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpgv-static-dbgsym_2.2.27-2+deb11u2+apertis1bv2022.3b3_armhf.deb Size: 599264 MD5sum: 0ee6b0c31f40ac3fad2743ea69e40ac9 SHA1: d008db1e7a2cf60ade651d529afcdb38a224fc26 SHA256: 4157c697ac044439dc87c0cca9bb1c2ea7bd4e03bcac5b84d097a36d15331136 SHA512: a78b6bc216b328c1021d112b10b693672f8de9a8e834246f01ad4b8c10259f3770dff440684bd15ef7737f1d6ed6a3269cf967a46d70fd35984687c874aa4fc0 Description: debug symbols for gpgv-static Auto-Built-Package: debug-symbols Build-Ids: 3cb630379af6379060b4043ebbafb55f00109ad8 Package: gpgv2 Priority: optional Section: oldlibs Installed-Size: 447 Maintainer: Debian GnuPG Maintainers Architecture: all Source: gnupg2 Version: 2.2.27-2+deb11u2+apertis1bv2022.3b3 Depends: gpgv (>= 2.2.27-2+deb11u2+apertis1bv2022.3b3) Filename: pool/development/g/gnupg2/gpgv2_2.2.27-2+deb11u2+apertis1bv2022.3b3_all.deb Size: 439308 MD5sum: 6bc1e983e729ff581a894f4b7060f437 SHA1: a0da32eed60a311c8025f1b2afd9fe8219941a1f SHA256: 4f66fecb4f2b3cd928854e7656458d672ef1da5da119b464142960bb1827543e SHA512: 3c1c6d6a79b52dfe5095394f84956a4eece700dde8e0a37e9963b8ad4e977209654d52ff773eb17c8fef3447da54c1449fc2a9956ae07408c356973fb93b475d 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: 5241 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf Version: 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4 Replaces: graphicsmagick-doc, imagemagick (<< 6:6.2.4.4) Depends: libc6 (>= 2.4), libgraphicsmagick-q16-3 (>= 1.3.5) Suggests: graphicsmagick-dbg Filename: pool/development/g/graphicsmagick/graphicsmagick_1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4_armhf.deb Size: 1016252 MD5sum: 6cccc857c232a56a308f82311ae8d1f8 SHA1: 11c550f8f8612eeaa69946b7a8f9f59e39d81064 SHA256: 7c2c139eb4f593e118b09a450e5c858868f21381b9d64ad8d1877842d736cc96 SHA512: 4ad34e23749804371b51a00eb55f6511129b2416dfd00e118f2a588cc433ad8e369ab0582f18969a96665b9cd74ec024d7c9a999a48910102800e3823c608a7a 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: 4489 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf Source: graphicsmagick Version: 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4 Depends: graphicsmagick (= 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4), libgraphicsmagick-q16-3 (= 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4), libgraphicsmagick++-q16-12 (= 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4), libgraphics-magick-perl (= 1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4) Filename: pool/development/g/graphicsmagick/graphicsmagick-dbg_1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4_armhf.deb Size: 4070340 MD5sum: dbd42811141b463fc2c139da66eaf208 SHA1: f9e7fdd961ece4a91ad58df54d17fbccd0e93937 SHA256: 6463815d0081284b8002e99c36084f584f19719e8329303878a0c071f950d507 SHA512: 9e43ab6626634797a6f545b481a38c3acd091771438bfe44aeee1da0c09ac3805686a00fa336c041cd3a9f21193634889a6ee723453ddaa9f763212e6bf09caa 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: 0a701ce7de3c7442b77791c69c0585f8d6e89af0 432e21abd2c6d2dae7aeec64780c60bc624f7afc 8881104f63b8208c761292d21004c718f5811bba a7e07602178f33b211b194e35ac271f33dcb7b64 ce475064eb620f87aca1b356fe3eb9d865555a89 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+deb11u1+apertis0bv2022.3db4 Replaces: imagemagick Provides: imagemagick Depends: graphicsmagick Conflicts: imagemagick Filename: pool/development/g/graphicsmagick/graphicsmagick-imagemagick-compat_1.4+really1.3.36+hg16481-2+deb11u1+apertis0bv2022.3db4_all.deb Size: 38788 MD5sum: e4a6cfd4bc09a10222daeec9379ccdd9 SHA1: b7edfab8c383dc936ad05208f592581bbe1bf26f SHA256: c929a0e7c08d71ea70645557549b6393a918517599669ea1976537ff7527f98e SHA512: dab247429646cecec7834466120585f8cc118fa807aa125ba18dbac6e738df09338972e556d7e937ce7585bb1722565b2525e040fa118564b5cc5bfdf1fb3ac5 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+deb11u1+apertis0bv2022.3db4 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+deb11u1+apertis0bv2022.3db4_all.deb Size: 42192 MD5sum: 3aa231cb35d50b59a9b462c6dc379613 SHA1: 0190885fecb8e33afccfe7059bb73568969973c5 SHA256: 00d6671d11e8580065bd66ef248b5eebf94b7a6b0ae571844301f082ab3219da SHA512: 6bc22e58ad407a6855798c6097784f1a864ec505fcb1c74e1c18c74c814912105c79ff7127dd348489b762fb8ce0e0f9750c42a45ce0d8f003bd8de13ccdefbd 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: 1926 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf Version: 2.42.2-5+apertis1bv2022dev3b1 Depends: libc6 (>= 2.29), libcdt5, libcgraph6, libexpat1 (>= 2.0.1), 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, libx11-6, libxaw7, libxmu6, libxt6 Recommends: fonts-liberation Suggests: gsfonts, graphviz-doc Filename: pool/development/g/graphviz/graphviz_2.42.2-5+apertis1bv2022dev3b1_armhf.deb Size: 522276 MD5sum: 312a684c63b667b5c72d157ecb105c51 SHA1: 0971f8fba6da38bbb746f08a4d157d3ce803a36d SHA256: 1f9150cb853174089de5a3218b8ce3dfb0a8773ffbcc97f76d58864847c52a5d SHA512: cfee3723f92c84943546533e50e4f65479db3609738332d81084f7a6abb35e0572dd2869c310239d9a0a800266a3b57bf05e38eff5b66f33bbe2832b0ac43e6d 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: 1842 Maintainer: Laszlo Boszormenyi (GCS) Architecture: armhf 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_armhf.deb Size: 1552300 MD5sum: 8d41faa5a504ea561718fbb657f4f018 SHA1: 7777c8572770a58f0120acf688c6b94de276fe9f SHA256: 2f6ec1c52a6439b9584c67df714523906b184616ed31557f16294ce8e2535b52 SHA512: dbd3ff0f189f4b740e541a8a01eed92c5eb1f1d8a896f7d4b1a8e7bd5f7df7cce77e3c2a74cf9d5cb9553c40ca9ac745b33eff5322d81e30a0b57e314e296a5d Description: debug symbols for graphviz Auto-Built-Package: debug-symbols Build-Ids: 17a5bd88aaf41f1706f7800453239f745f285313 255b6fb271be794b6f7b97cad3c2429c40ceb06a 263d6accaa13811ee3092ca9bbb5530891e61412 364fbcbc660e7d0d16f53299d74c4d6f2b1dd507 3b21804b44e4b4460f56e07937efdc24e883efb7 43b74b731274580466148024dbef75bcccec7598 448c78ccf19c3e16c60fade5128c920ad86d06bb 474d14099adc4b6432dcd7954c4d4412ccb731ae 49a012e1da5663e8222449eb896c4ba3177d2195 59d909a888f2e8773b319c7c41a7577df9295b8b 609a927b4e6b91d2ba9fe0e2cc29bf193fc6a226 60fb4b9e8d718d810319776f0be1a6aca4b3e363 6e44480532c03129a273367165c6ea85cc09d9d6 7155ae32d82e55338d68ad17ae773b66d78139c5 72c1e2d0ccf678e7013fba0d0ebeae2b2711f01b 7abf3f116a99ddf51741ffdf5d9359c3ddc8ee02 8b31cf2d06fc89cb3be404d269090ad5a8743ae0 a635dfe4f3de41cf66f752a87b3686c6592918e7 b3142a7cf301036508eb3d1bf1013ef38eedc5b3 b730fd2270a01c283fdd550de5e2f897e5611572 c73748037a0198336deec76b3e6caebc7d8f96aa d062490256bec4e328e4267e3bc7de3ffe889c13 e1cd7faa29b7fc9f2ee07385d4a3b0a968373a0f f3c987f3e3c9599d3a6ae6f119ba263853e7cc32 f537eacd043b11b5e1d513f271c034bd28887f0d 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: 1019 Maintainer: Anibal Monsalve Salazar Architecture: armhf Version: 3.6-1+deb11u1+apertis0bv2022.3db1 Provides: rgrep Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.28), libpcre3 Suggests: libpcre3 (>= 7.7) Conflicts: rgrep Filename: pool/development/g/grep/grep_3.6-1+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 389472 MD5sum: 6b84320cec30e278f7a1099543227906 SHA1: a33bf6bc5e7732589780f719580c69d22d52308b SHA256: 28a50dc002f44398f2f606629e09943a9ddc38cb1675fc509dfbe468f9268d1a SHA512: c52890820f187137684c982c3027c38e875a17ef872fec9e29130cf41560b73421fd090038555c3d45981f589de968b384123234a3db9bea6c086368ef7d3c7d 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: 308 Maintainer: Anibal Monsalve Salazar Architecture: armhf Source: grep Version: 3.6-1+deb11u1+apertis0bv2022.3db1 Depends: grep (= 3.6-1+deb11u1+apertis0bv2022.3db1) Filename: pool/development/g/grep/grep-dbgsym_3.6-1+deb11u1+apertis0bv2022.3db1_armhf.deb Size: 285212 MD5sum: eaaa956b1f1ad13d3473aa5d009fcf9b SHA1: 3faf64e87771e48a6c3e07671fb06b201b35992e SHA256: 9aa942566917f176fa1f42c5598330dc3dbc91b9383240a10e6909b99d26b121 SHA512: 9622f97ec79ed04e5c0c1c415353df3f66e8388e11b6768016c8735f653122bac3f762d5ec864164d43cd2dd4671ffc675f50a96d26e765091571db0bc8b0d25 Description: debug symbols for grep Auto-Built-Package: debug-symbols Build-Ids: 1f6d0ba5d5484cc912bab0421fd49c9f68ffeca6 Package: gringo Priority: optional Section: interpreters Installed-Size: 8724 Maintainer: Debian Science Maintainers Architecture: armhf Version: 5.4.1-3apertis0bv2022dev2b1 Replaces: clingo, iclingo Depends: libc6 (>= 2.30), libgcc-s1 (>= 3.5), 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_armhf.deb Size: 1605264 MD5sum: c0ce42a0c936c56c988788adb14f4b50 SHA1: 22e471344e7b3e437810f9586405b99eb316de5c SHA256: de1453cd8aaef22a2b25ec4cbcc0d65dab2e9d27ed8645d62b4bdaf5a4b19214 SHA512: e669a13c25783786a8bd3e4a60f2121e96cde0b0cba71fd63086662436460d3a122710307a4e5a0706be09466528c009f0a638bbc65e89cc386281f7094f1009 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: 29435 Maintainer: Debian Science Maintainers Architecture: armhf Source: gringo Version: 5.4.1-3apertis0bv2022dev2b1 Depends: gringo (= 5.4.1-3apertis0bv2022dev2b1) Filename: pool/development/g/gringo/gringo-dbgsym_5.4.1-3apertis0bv2022dev2b1_armhf.deb Size: 28040100 MD5sum: a4ddc1e0a41f5bb29efce0ff43b9da86 SHA1: e7ecbce97c279ac804def95e2092920443da015e SHA256: ed834aceef7b3760701ea25e9e0ea4f40a9a9bed6b36be630180afb1fd258aa2 SHA512: 10b0a8b72e7a375bae10c3c88d21ae93a4dfc49aa0ce4fcd6cb1cfb9e24600133133d646a1c3a9e81e6f54e188e6f174fa9ac1001e9698af022936aae5a8d32a Description: debug symbols for gringo Auto-Built-Package: debug-symbols Build-Ids: 133b5ed572a3356bf9089304fdbeb999c1900914 716f7d92e544dcbd8945baaf9b3d8dc0546e7207 7a732265e8629d443a9702d2d4100f351d3f9f2d 7ceb5211566d9f34d672d0e2eaa51988cba11818 8f3c804561b59a7295008cd46ef87452f8c06bf0 Package: groff Priority: optional Section: text Installed-Size: 11115 Maintainer: Colin Watson Architecture: armhf 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.7), libgcc-s1 (>= 3.5), libstdc++6 (>= 4.3.0), 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_armhf.deb Size: 3908864 MD5sum: 5ea9fb04889fe0c6905da343f8a8d759 SHA1: 9e239b6d8f22b16c572f744eefddd3bc5d2ba260 SHA256: 020bfd1f332c60669c7a1ac964861d23a3f524e491fc4e795ef50b8dd8b42e0f SHA512: 1613874c06d2187ff4e3b0c3b234c6084461c54c5e793c5f43d5c8426198a0ed36f729f96e18e7079321b60ff5818f71555f7d5c2ec98bb7342bc5264f824131 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: 2865 Maintainer: Colin Watson Architecture: armhf 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.3.0), 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_armhf.deb Size: 847000 MD5sum: 85dc6afeb2f9cff5c511abe671407f50 SHA1: 8a48a54bede67a16c6e4a798c8e4c56ecaa3f756 SHA256: 1b94d77184e06c50bc466e8ea8a286609a1237a25900bc9e5b5ce4668ff39ae1 SHA512: 84e591519cbe8db9fb282d9edf7524e9b22870f65ada4b296c23d73c64614e7f562247fb193647064ff106ca454146be5c1a7ed26e68012de674d018b1c6a8c3 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: 2209 Maintainer: Colin Watson Architecture: armhf 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_armhf.deb Size: 1872444 MD5sum: 2e980482faea533e68acff633721325f SHA1: 6ea6059876370a843d92e0ab3126da91da65eed0 SHA256: c0077bc4fce4b821c694b8db1cf28322b22bf8ca8cb09ccafaaf67160d547d18 SHA512: 2dfdc89c1b1585d22df637c0e4f9667436a39d2bc6c5d6b5b3a9a8c0282fe67d351b791c4d128b17e53de1a6a9f65dc290a028360682532ba4f6485e8517a8b5 Description: debug symbols for groff-base Auto-Built-Package: debug-symbols Build-Ids: 3a85b99c948f2e5d1539415c5e63ab284b65d27a 61c6a19f7ffea8399131406bd5c32fc3c5d504c6 6aac8de79e34c7fbbb5d46c78c5addb5e85134ac 6e15f0eb4733dc65813ef828553cb2ab053191f8 7e8c788a0f662ff756a0f6f92723227f9e8b6c7c a7d5fc0a455b683a493ead79ceebfad28feb0b5d bd9be4db47d7e4946a9324037c146bbcc4b3668d d24ec99ea2608383b075abcfadc9f7ead6f4d252 dee0542d987a81e34bac1c078c9a277f216cecaf Package: groff-dbgsym Priority: optional Section: debug Installed-Size: 1816 Maintainer: Colin Watson Architecture: armhf Source: groff Version: 1.22.4-6apertis0bv2022dev2b1 Depends: groff (= 1.22.4-6apertis0bv2022dev2b1) Filename: pool/development/g/groff/groff-dbgsym_1.22.4-6apertis0bv2022dev2b1_armhf.deb Size: 1504144 MD5sum: 0d74783a45d393bde3e1b49ccb190b17 SHA1: 290ca08b8ad4b23579f85e38ab5741b1bf4791f7 SHA256: 261b07f717aad5569d54081c4245c4ff5576374546813e4eb2ff8903ada5a3f3 SHA512: cb4eaa3e7d45f2bd52de75c426562ec93909937b43d05d79415fd379202c791dfe2255c50d3d057d627de72d88e0165109fca46aef290ec75ac92ec90a56b2c2 Description: debug symbols for groff Auto-Built-Package: debug-symbols Build-Ids: 14585469a151e48c43d11beb66705fd6019fab92 2b0a641882c4b8be66a521a1db28e6d58d8dc38d 2b32006e1cac2fa26d5be58c5eeb1b5782c94912 6510db974979a7561e732d303f9e35f82a7aeba3 7783cdf46a4b66163cc85ca031612cd84fa2c96c 8ba3357e0d71018749c551dbdf0eaf099488bc8b 8e6a53ff3c4520ce9f36aadc5286059e3c337588 9090c812d952d2c79a959cee6622c23e77cfdd09 98357160af00318726ed89ff81c8996889df92fe ab99f6ccfae644b449cb9e5891cbddb98e6d1767 afcd8113adf353b4417a0d41f54c4757501b4ecc b8e2c9e9634d71a0089b8edf8e83aa92585fe941 b9ba00e472dd1b643e541cc55f3eab5875b7899a bd14b9a3c226e2708d1b1fd0963d3195f21350d5 c8e4a904b4971ff0be1b64b4d1c91deb1fecb1ba cc26f6781abfbe6f50a004155a07cbd7678352e0 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: 93 Maintainer: Debian Javascript Maintainers Architecture: all Version: 1.3.0-1+deb11u2+apertis0bv2022.3db1 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-1+deb11u2+apertis0bv2022.3db1_all.deb Size: 26024 MD5sum: b57e1826c268ee6b589c44636cef9816 SHA1: 521eb3dccf966a172ff7c60094550070eef66616 SHA256: c4c2cf4fcfc1eb3ac791f3a844d5054031be9c1f848c10ab23b15bc7769faa24 SHA512: c9abbaa8a7976639184950c3a9ebaacd98eb7465f70c06c96eea2575816ccd5b4c04a45b348cd4cdab79dc5a79e3602eedf6d97cfefecef6e690b412e2dd5022 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: 54 Maintainer: Dirk Eddelbuettel Architecture: armhf Source: gsl Version: 2.6+dfsg-2apertis0bv2022dev2b1 Replaces: gsl Depends: libc6 (>= 2.7), libgcc-s1 (>= 3.5), libgsl25 (>= 2.6) Conflicts: gsl Filename: pool/development/g/gsl/gsl-bin_2.6+dfsg-2apertis0bv2022dev2b1_armhf.deb Size: 29212 MD5sum: f13ad04119a84e0b9ce4d5388b73f113 SHA1: c2569536dde38f58c4442e4a846ecbf1cf782575 SHA256: fb556cb9f5393b24f72297b7d9d5071cc0d9e7d352f9a9fe8e566c2d5f999433 SHA512: 387120db08a8b5ecf31816ed056c2dc5d49b2dd1a713780f829d8308f99bcf7a2e651d9da4e5afc24095bce974eb9df8004eabe32dafa3c728189c3ab4deb9c2 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: 66 Maintainer: Debian Telepathy maintainers Architecture: armhf 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_armhf.deb Size: 24728 MD5sum: 41d170eaecb89e383f734f108455705b SHA1: 296fe827b23e0ea09fc61fb618966e4152302bf0 SHA256: e5a73dfabb83191db416579a5ceed3236b13a4782e4f56901bd32cce624dd0d8 SHA512: 96f1d68d20794d494e4583b93b4d49e2f60659963402e642fc49662f798ffc602ff419f99e7758dfc8a6052027fdc863d87aee6ec61aea083229148269277787 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: 56 Maintainer: Debian Telepathy maintainers Architecture: armhf 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_armhf.deb Size: 39560 MD5sum: df0abcc78c7a0227035a921f0f6169ca SHA1: c1080d795ef2043312cba2a5e6476b3ef83126b7 SHA256: 1a6a69660337197a3777cc22892a6848d44982122aa3fe7bac757843923a19c9 SHA512: f3fd8893812e1cf52b2425c4da64fa62d77f84f1021a70f730006d46003d0150ef9ec43a7d9c3cedd5de4d7972bf8ffcb224bfc02dd1c9727b794a6d4cca8924 Description: debug symbols for gstreamer1.0-nice Auto-Built-Package: debug-symbols Build-Ids: 605e8710fa972851b151b2698c504eef4733551c 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: 103 Maintainer: Debian GNOME Maintainers Architecture: armhf 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.27.3) Filename: pool/development/g/gtk+2.0/gtk2-engines-pixbuf_2.24.33-2+apertis0bv2022dev3b1_armhf.deb Size: 67556 MD5sum: 2f884d59d2ef357729f8dc08372e39d4 SHA1: 94fee2dbff2ae91c4ec0cd2d0e376c2e39deb0f9 SHA256: f6b25e9a101c2071579530a26880b71a4688f0016fcb4cdea2643cc6f8ace716 SHA512: faef24d7ac3db7f4c92a67d895341a982beb6b41c97aab57726a2564890dd2cca178f3ff24016ca15f4731a268b0dc0d932e38cc950b1d143a80bd59eaae75be 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: armhf 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_armhf.deb Size: 60304 MD5sum: c3f6c674a56ca80bcb102185af3717b8 SHA1: 42def6dc42bca29672fb794a2375bdf154ee726d SHA256: a1840dd65bedaffbad5f259852f594be943991aa27340c6a5c25f7dfc144709b SHA512: f60eda000f2eee88f6504df441657e724ce4c28ddd7886fd13fe75eb432edee9e3ecc472e8a621f4eb2a7acf35395d0ab5f05c3bfd7104e65a5b2656f5233745 Description: debug symbols for gtk2-engines-pixbuf Auto-Built-Package: debug-symbols Build-Ids: 37e2040072688924dd291c07d62efbc683497992 Multi-Arch: same Package: gtk2.0-examples Priority: optional Section: x11 Installed-Size: 968 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 276616 MD5sum: 1431dee0003f0e37186da3dc776f039b SHA1: a471372ef06093bdfa1b40e2445e976f7bd750e4 SHA256: d8e612caaf9412b3dcc7ec9c245f8d7731d88d8324046b697ab2d5e4db2f54c8 SHA512: ee3e04904ad4032c071b880c1bc30be111788699a6ce97ff2d3afd5dce07a369420a49e0f08e34f213af26fb8437200dffd57a2385f3bc0608f0906578d6f711 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: 226 Maintainer: Debian GNOME Maintainers Architecture: armhf 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_armhf.deb Size: 180792 MD5sum: 7d68e1be4c5fec4d2b7d38480417d314 SHA1: f3e4849dc6270256a2de60df9232928892073adc SHA256: 37638f0245493bfdfe562408c523aaa76d13411e6a2de9b270ed6e3efd87eddf SHA512: d4661eeec12f433553e4d09d83806855d0bf9d4865a27970c9adc5ccc0ebc7342a716f43fe1efc8bdb9ddc15f3cd89cfba1da16c1c7b3e3c7e0a65494d253878 Description: debug symbols for gtk2.0-examples Auto-Built-Package: debug-symbols Build-Ids: a2e021382607c0eb0e506c4b403e417a6da88a64 Package: gtk2hs-buildtools Priority: optional Section: haskell Installed-Size: 7420 Maintainer: Debian Haskell Group Architecture: armhf Version: 0.13.8.0-1apertis1bv2022.0b1 Depends: libc6 (>= 2.29), libffi7 (>= 3.3~20180313), libgmp10 Filename: pool/development/g/gtk2hs-buildtools/gtk2hs-buildtools_0.13.8.0-1apertis1bv2022.0b1_armhf.deb Size: 1161976 MD5sum: 11a0dc72dca08238c1b47d96f9b3b465 SHA1: 2ac56806af062b47b41586e3e621494ac48bdc33 SHA256: d4fbd2958656ed58f8abd3e1cd2aa0ae41655c560ee9138bea0a8cf3ce2df487 SHA512: 4017ce6df3ccec06c20e2c561291456f38e0c68d0220da8ab2317958162af49c6aae7be84b43a161fe4b871aec921009d5ac1fbb41086e67cb39c63c01362d9a Description: Tools to build the Gtk2Hs suite of User Interface libraries This package provides a set of helper programs necessary to build the Gtk2Hs suite of libraries. These tools include a modified c2hs binding tool that is used to generate FFI declarations, a tool to build a type hierarchy that mirrors the C type hierarchy of GObjects found in glib, and a generator for signal declarations that are used to call back from C to Haskell. These tools are not needed to actually run Gtk2Hs programs. Homepage: http://projects.haskell.org/gtk2hs/ Package: guile-2.2 Priority: optional Section: lisp Installed-Size: 48 Maintainer: Rob Browning Architecture: armhf Version: 2.2.7+1-6+apertis3bv2022.2b5 Provides: guile Depends: guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022.2b5) Suggests: guile-2.2-doc Filename: pool/development/g/guile-2.2/guile-2.2_2.2.7+1-6+apertis3bv2022.2b5_armhf.deb Size: 26152 MD5sum: 2638df843f3b39c3984aec3ef54b4cf8 SHA1: 527a9476b0f40fa4f1b7cfcb469b75ccc5f5634e SHA256: 10877e1e73d05f61b6d6bea98906167103c0494073315fd4b54be95e3e1c59d9 SHA512: 16c6cb28c7e05bd0f75436abbd8e810dced3102ae62e996f52ab8afc126098b0c6f66e95f037c378889c4215b7187c43b1e3590198ef05660a4c0dfb2934e6cb 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: 2305 Maintainer: Rob Browning Architecture: armhf Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022.2b5 Provides: libguile-dev (= 2.2.7+1-6+apertis3bv2022.2b5) Depends: guile-2.2:any (= 2.2.7+1-6+apertis3bv2022.2b5), guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022.2b5), 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+apertis3bv2022.2b5_armhf.deb Size: 574628 MD5sum: a523b51b8ac9101a10112df0155eb754 SHA1: 2fe408f2d3a26034770d84f72749b75e2d6685e9 SHA256: 9ff8151205469040593478cc32cb34de4353d41ac0f96372ee5100426a01795a SHA512: 9ba13076dfb7d2d3d8cd95ee33d8c34003573fb761253c8fc775e271345ff4e7d9a58c3768dd70093863369b2cb28806022618b94ca645914f8d3ed88c367a69 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+apertis3bv2022.2b5 Depends: dpkg (>= 1.15.4) | install-info Filename: pool/development/g/guile-2.2/guile-2.2-doc_2.2.7+1-6+apertis3bv2022.2b5_all.deb Size: 947280 MD5sum: 4b090bf37af99cda2f826b2ab4cf6b27 SHA1: f5d20da78baf0f8be901ff39541982034c2701b9 SHA256: 3650e0b8fc37f8496d0f2182258217beaf74f2a1f87a32e0933d4136bdc6710d SHA512: f2fdf4770d4c43220401433d3120a752411de285d7c8a6eb485f603381135d7645f3fa8412b8e9e0a2281fdbcaed7aba66dbe8321727d64f448102a44d3ec9b0 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: 40231 Maintainer: Rob Browning Architecture: armhf Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022.2b5 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+apertis3bv2022.2b5_armhf.deb Size: 4936844 MD5sum: 1280cab3dc8179bd3ea32e899252c00a SHA1: b5089556700efe793ee0eece1a044d6fb22c2366 SHA256: fde4e3de134ba33f9767750632271a69bfc50e524cb516a675ca9d4cee64ffb9 SHA512: 251e767cc76f04e6bbfdaaff420f7c3982751e189f8a1c5173df0d3d443bf38e9d0a4d40c3e63699d32b3565b5112bc8dbdc191c247d56be61ace822c91bc896 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: 1692 Maintainer: Rob Browning Architecture: armhf Source: guile-2.2 Version: 2.2.7+1-6+apertis3bv2022.2b5 Depends: guile-2.2-libs (= 2.2.7+1-6+apertis3bv2022.2b5) Filename: pool/development/g/guile-2.2/guile-2.2-libs-dbgsym_2.2.7+1-6+apertis3bv2022.2b5_armhf.deb Size: 1482816 MD5sum: 581ec488f4d938deb9c1b550846724ed SHA1: 6faa88f074ac1b41fc8c273a05cf484c03a492b9 SHA256: 2040b0f7d3496beaa4bbcc0eb10aaef9c911169d9cbb07673659f043ad66073d SHA512: 7b6da571ff0a27a93e2eced13fa85f36432c34a4c11ffa8df2074f9f18ac1fb566b349907f6aa3a8613f3ff58e2a296bc0d19aea3c538fdfb46a5151b91da3b1 Description: debug symbols for guile-2.2-libs Auto-Built-Package: debug-symbols Build-Ids: 1bcb7811a02d08b8cd68abf5793ef47cab809221 4b71b0c969af9846b614cde5d5b724d075dcd882 702d1cb241ba451c54d18a3228dad4877964c231 Multi-Arch: same Package: guile-3.0 Priority: optional Section: lisp Installed-Size: 48 Maintainer: Rob Browning Architecture: armhf 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_armhf.deb Size: 27208 MD5sum: d4195f699e2ce2122334d92588b709ba SHA1: 5cae2758a77a80f7e8b60a4d63b26f89f37d3dce SHA256: ea900129a6cbbdf8517bfb515e3e49d132a02b870711d00a34b479d4cd802a90 SHA512: de0246e7c3ad226bedda784aa4a99dc1df6b6d6127972038f8cce4c6fb78747163198afda13c66996b36da91c0ad5fc0152d39d12a45f463cae168aa67ec2511 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: 2237 Maintainer: Rob Browning Architecture: armhf 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_armhf.deb Size: 537444 MD5sum: 561f427da1e933878365cd72690ec115 SHA1: b2ea67ee635f03dfe3fe945e9f950a78639cd733 SHA256: b020ffb1c1c17986cb8b65d8d49c8bc60716d31b9fac38d398f89c4ca8dc7000 SHA512: 066f53e1505d2f2d3d153a27722e1cdb810a04c905fb7813af148f7a4f5d3d8cabfa6c4d23d196dae3deb9720c47ba5eb255eb48a1ee979b9212bc616ec92a43 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: 47409 Maintainer: Rob Browning Architecture: armhf 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_armhf.deb Size: 6260988 MD5sum: bd5b8e3c3a9d3e91cdd161e165e0baa7 SHA1: bd516eb80ca23990c7680dafd28ce951cd452832 SHA256: 4988d03461b1373a3f19866918b009d8732b5002d38c99e5941e9a83f2942df1 SHA512: cb5e06ee95cab7622f3355beed7beb77371741f9da8c6e289cfd3bb47726b0dfe7250b6345643f376cf6eea339e5bdc1123bcc93cc769d8a0fadd82c7fa4727a 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: 1706 Maintainer: Rob Browning Architecture: armhf 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_armhf.deb Size: 1498284 MD5sum: 5ffe361c76927e75db97402893d35eee SHA1: 1ed30699818c95593df84d5f5fc9041059c388fe SHA256: a4bb61f1f40e110098bf460ea3d66b9f2db76f3cd8445565cc88d65b33dfd4d2 SHA512: 7822443c21f0e33f217f9e86e2e0970671bd15fe08972c432060965c6289b32d311b15313c6299b56908e4594ce3bd60494c9cc8a46bc327159e3424a13a1a6f Description: debug symbols for guile-3.0-libs Auto-Built-Package: debug-symbols Build-Ids: 4a3ddc59beabe23037869b775ef39245071eb4d3 92c309cf7d409ba78f44183642a13153fe86c0f9 97746e4573b832c774471a514ea45d7563297063 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: 214 Maintainer: Milan Kupcevic Architecture: armhf Version: 1.10-4+deb11u1+apertis0bv2022.1b2 Depends: dpkg (>= 1.15.4) | install-info Pre-Depends: libc6 (>= 2.28) Suggests: less Filename: pool/development/g/gzip/gzip_1.10-4+deb11u1+apertis0bv2022.1b2_armhf.deb Size: 130056 MD5sum: 42f77fc88e253bcc4411874a7a55713f SHA1: 62384a8decce580bb6bc3235c939f2b71b94ee35 SHA256: 2757df44efc0768d0345c8c47e129956e1825592d35c8d04bc07cddf0f48459f SHA512: d6cca0c7b8bd0a6398a851c8f9e726c9062d4785c897a95a5c06106ee7411321993fffde7ae6f0578ec1f8c6a138750d54ee4f5f5cc805b341a5a00401d62940 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: 126 Maintainer: Milan Kupcevic Architecture: armhf Source: gzip Version: 1.10-4+deb11u1+apertis0bv2022.1b2 Depends: gzip (= 1.10-4+deb11u1+apertis0bv2022.1b2) Filename: pool/development/g/gzip/gzip-dbgsym_1.10-4+deb11u1+apertis0bv2022.1b2_armhf.deb Size: 105180 MD5sum: 5c1a5b26cc66ffc5de707acfd21625f4 SHA1: ec28fa3291f0c2b404d928b72cfdcde881c28e61 SHA256: ffa454331731154b64a427e638e802bfeceb916592fcee3cbb5f39490ca6792b SHA512: 7cad8135d0b94ace7a24cf3fbd4ad3c3cdb394dd0c2cbf20d6131c90eb137dad6b00a895fae0b6cec426b3de77a49170c9964f7ac65e0d4ea9b6107297f3af53 Description: debug symbols for gzip Auto-Built-Package: debug-symbols Build-Ids: df6fe9365227a29ace776e744d3cafdbd28fbb88 Package: gzip-win32 Priority: optional Section: utils Installed-Size: 243 Maintainer: Milan Kupcevic Architecture: all Source: gzip Version: 1.10-4+deb11u1+apertis0bv2022.1b2 Suggests: wine Filename: pool/development/g/gzip/gzip-win32_1.10-4+deb11u1+apertis0bv2022.1b2_all.deb Size: 133808 MD5sum: 0e54903086decdf96333b3b9475d31ff SHA1: 0fcbfc78589895c699fb12178e28886bdf1a690c SHA256: 5e0208378c261329a6e5e7db9c00040ade6514555f09169429f68b86307a2a6c SHA512: ab8d408d988f47be0f77172bdb2dc97ca6d48bcf2b7669355e57c95717cb333a0d32c5c878d07198878326498498cd2ffcccc0bf3fbc5c066250e279d8776546 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