Package: alligator Description-md5: 6d5ef3549c6dbb37f83db2964fa22f21 Description-en: Kirigami-based RSS feed aggregator Alligator is a convergent RSS feed aggregator. It requires manual entering of the URLs . The GUI uses Kirigami, so it works on mobile and desktop. Package: analitza-common Description-md5: 15f6d44494810efbd452d25193052305 Description-en: common files for Analitza Analitza is a library to parse and work with mathematical expressions. This library is being used by KAlgebra and Cantor and may be used in other programs. . This package is part of the KDE education module. Package: android-libart Description-md5: 1182b1aa352c613d0a9e93ed53e47a9c Description-en: Android Runtime Android Runtime (ART) is the managed runtime used by applications and some system services on Android. ART and its predecessor Dalvik were originally created specifically for the Android project. ART as the runtime executes the Dalvik Executable format and DEX bytecode specification. . This package provides `libart` and `libsigchain`. . This library is only used by Android SDK and uses a customized RPATH. Package: android-libnativebridge Description-md5: 780d33f01091b260b150268622680c6a Description-en: Android native bridge library This library is only used by Android SDK currently. Package: android-libnativeloader Description-md5: 78ae8e07ddfddcca69ebfeb5180e65c0 Description-en: Android native loader library This library is only used by Android SDK currently. Package: angelfish Description-md5: 237850da6b5931ab09e1b0773f615cae Description-en: Web browser for Plasma Mobile This is a webbrowser designed to - be used on small mobile devices, - integrate well in Plasma workspaces . This use QtWebEngine as backend and supports webrtc. Package: aoflagger Description-md5: 57d9f9f7423c60151609a61268fa47ec Description-en: Find RFI in radio astronomical observations The AOFlagger is a tool that can find and remove radio-frequency interference (RFI) in radio astronomical observations. The code has been highly optimized for speed and accuracy. It is used by default for the LOFAR radio telescope and thus is in productional stage. The software can run in a fully automated way, but a graphical interface is provided to analyse results and tweak the strategy. The preferred input file format is the Casa Measurement Set (MS) format. . Besides the flagger, the software consists of tools to efficiently visualize data in different ways, such as plotting time-frequency diagrams and power spectra. It provides the programs aoflagger, rfigui, aoqplot, aoquality and more. Package: aoflagger-dev Description-md5: 2949085b57fe67a222fa8aec0c1c79c9 Description-en: Find RFI in radio astronomical observations (development files) The AOFlagger is a tool that can find and remove radio-frequency interference (RFI) in radio astronomical observations. The code has been highly optimized for speed and accuracy. It is used by default for the LOFAR radio telescope and thus is in productional stage. The software can run in a fully automated way, but a graphical interface is provided to analyse results and tweak the strategy. The preferred input file format is the Casa Measurement Set (MS) format. . This package contains the header file to compile own programs against the library. Package: archivemount Description-md5: cf333e18ab0d623c8e484a57ae0c66db Description-en: mounts an archive or compressed file for access as a filesystem archivemount mounts an optionally-compressed archive as a FUSE file system, also allowing it to be written to and updated on unmount. . A plethora of archive formats are supported: tar (all variants), ISO9660, Zip/RAR, cpio, ar... . With -o formatraw the same can be done with any compressed file. Package: arianna Description-md5: 8d22278cc591976b81e0407f1dea0ebf Description-en: Plasma EPub Reader An ebook reader and library management app supporting ".epub" files. Arianna discovers your books automatically, and sorts them by categories, genres and authors. Package: ark Description-md5: 2826617260d5fe4c63c9795973445730 Description-en: archive utility Ark manages various archive formats, including tar, gzip, bzip2, rar and zip, as well as CD-ROM images. Ark can be used to browse, extract, create, and modify archives. . This package is part of the KDE SC utilities module. Package: arm-trusted-firmware-tools Description-md5: 3f56b05049e0d5194652edf754afaec1 Description-en: "secure world" software for ARM SoCs - tools The "secure world" on arm64 machines is a special level of CPU privilege that is hidden from the normal OS, and has complete control over the system. It provides both initialization during early boot stages (before u-boot or EFI) and system monitor functionality once the machine is booted up. . This package includes helper tools. Package: artikulate Description-md5: 5a33d49ace77c3f03cd02b2a136832d7 Description-en: Language learning application Artikulate is a language learning application that helps improving pronunciation skills for various languages. This is included in the KDE Education project. . This package contains the main application for Artikulate. Package: asncounter Description-md5: 2bbd91a1f2c2972c5974bcf31f94be5a Description-en: Count the number of hits per ASN Count the number of hits (HTTP, packets, etc) per autonomous system number (ASN) and related network blocks. . This is useful when you get a lot of traffic on a server to figure out which network is responsible for the traffic, to direct abuse complaints or block whole networks, or on core routers to figure out who your peers are and who you might want to seek particular peering agreements with . ## Features . - reads packets from a text file (or stdin) one per line - can parse some tcpdump output or read packets directly from interfaces with scapy - fast ASN lookups pyasn - automatic download of relevant databases from routeviews.org - Prometheus exporter - written in Python - optional Python REPL interpreter shell to drill into reports Package: augustus Description-md5: ab0f2f2c476597fc454d6e64ee4cdcaf Description-en: gene prediction in eukaryotic genomes AUGUSTUS is a software for gene prediction in eukaryotic genomic sequences that is based on a generalized hidden Markov model (HMM), a probabilistic model of a sequence and its gene structure. After learning gene structures from a reference annotation, AUGUSTUS uses the HMM to recognize genes in a new sequence and annotates it with the regions of identified genes. External hints, e.g. from RNA sequencing, EST or protein alignments etc. can be used to guide and improve the gene finding process. The result is the set of most likely gene structures that comply with all given user constraints, if such gene structures exist. AUGUSTUS already includes prebuilt HMMs for many species, as well as scripts to train custom models using annotated genomes. Package: augustus-data Description-md5: ef2877fe1257905e04a7260a864d9c29 Description-en: data files for AUGUSTUS This package contains pre-trained species models and other required architecture-independent data files for the AUGUSTUS gene finder. These are needed to identify gene structures in these or related organisms. Package: augustus-doc Description-md5: 125f046d2967e2236b814f18e9f88402 Description-en: documentation files for AUGUSTUS This package contains documentation for AUGUSTUS: a comprehensive manual-style README both for AUGUSTUS in general as well as for its comparative gene prediction (cgp) mode, as well as a HTML tutorial. Package: austin Description-md5: 620d7f4a5e6cd66265e4f28583d49cb8 Description-en: Frame stack sampler for CPython Austin is a Python frame stack sampler for CPython written in pure C. It samples the stack traces of a Python application so that they can be visualised and analysed. As such, it serves the basis for building powerful profilers for Python. . The most interesting use of Austin is probably in conjunction with FlameGraph to profile Python applications while they are running, without the need of instrumentation. This means that Austin can be used on production code with little or even no impact on performance. Package: bali-phy Description-md5: d67566c758d777cfb87f8ae861258ecb Description-en: Bayesian Inference of Alignment and Phylogeny BAli-Phy estimates multiple sequence alignments and evolutionary trees from unaligned DNA, amino acid, or codon sequences. BAli-Phy uses MCMC to estimate evolutionary trees, positive selection, and branch lengths while averaging over alternative alignments. BAli-Phy can display alignment ambiguity graphically in an alignment uncertainty (AU) plot. . BAli-Phy can also estimate phylogenies from a fixed alignment (like MrBayes and BEAST) using substitution models like GTR+gamma. BAli-Phy automatically estimates relative rates for each gene. Package: biglybt Description-md5: fbbc804e606e1490aaa2e7cf7ef18b28 Description-en: BitTorrent client BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. Package: biglybtd Description-md5: 6b11e5c62b34227471a6b0218b90266a Description-en: BiglyBT system service BiglyBT is a feature filled, open source, ad-free, BitTorrent client used to transfer files via the BitTorrent protocol. BiglyBT is the continuation of the Vuze/Azureus project first created in 2003, and is being actively developed by the original coders. . This package provides the facility to run BiglyBT as a system daemon in the background. It also permits one to launch the GUI when needed. Package: binutils-alpha-linux-gnu Description-md5: af3b95cf468fa442f38551e20ab183d2 Description-en: GNU binary utilities, for alpha-linux-gnu target This package provides GNU assembler, linker and binary utilities for the alpha-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for alpha-linux-gnu and alpha-linux-gnu is not your native platform. Package: binutils-alpha-linux-gnu-dbg Description-md5: b413f423180a0d8ac45547161b750c1d Description-en: GNU binary utilities, for alpha-linux-gnu target (debug symbols) This package provides debug symbols for binutils-alpha-linux-gnu. Package: binutils-arc-linux-gnu Description-md5: 99eb9a490546955fece005eb5d677df5 Description-en: GNU binary utilities, for arc-linux-gnu target This package provides GNU assembler, linker and binary utilities for the arc-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for arc-linux-gnu and arc-linux-gnu is not your native platform. Package: binutils-arc-linux-gnu-dbg Description-md5: 3a5b9d68aae8b5baa9f5a135b2d4384a Description-en: GNU binary utilities, for arc-linux-gnu target (debug symbols) This package provides debug symbols for binutils-arc-linux-gnu. Package: binutils-arm-linux-gnueabi Description-md5: 79266d4adbe9b99c071fa53b597f6949 Description-en: GNU binary utilities, for arm-linux-gnueabi target This package provides GNU assembler, linker and binary utilities for the arm-linux-gnueabi target. . You don't need this package unless you plan to cross-compile programs for arm-linux-gnueabi and arm-linux-gnueabi is not your native platform. Package: binutils-arm-linux-gnueabi-dbg Description-md5: e59c420a02ddb6e7553dc778bbd0e0c3 Description-en: GNU binary utilities, for arm-linux-gnueabi target (debug symbols) This package provides debug symbols for binutils-arm-linux-gnueabi. Package: binutils-for-build Description-md5: 3e7c61cc537f12c56d442cedd307bcd5 Description-en: 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. Package: binutils-for-host Description-md5: 1f6b2f5a49fd5974b13f8e75dc20c7b1 Description-en: 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. Package: binutils-h8300-hms Description-md5: d36f7ce5528d0c8862667e995a4a2067 Description-en: GNU binary utilities, for h8300-hitachi-coff target This package provides GNU assembler, linker and binary utilities for h8300-hitachi-coff target, for use in a cross-compilation environment. . You don't need this package unless you plan to cross-compile programs for h8300-hitachi-coff. Package: binutils-hppa-linux-gnu Description-md5: f5fe4ad0c7c0676b4edfb3c4e6e98c0b Description-en: GNU binary utilities, for hppa-linux-gnu target This package provides GNU assembler, linker and binary utilities for the hppa-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for hppa-linux-gnu and hppa-linux-gnu is not your native platform. Package: binutils-hppa-linux-gnu-dbg Description-md5: 149cfbc7b99518558ca103c35604d5bc Description-en: GNU binary utilities, for hppa-linux-gnu target (debug symbols) This package provides debug symbols for binutils-hppa-linux-gnu. Package: binutils-hppa64-linux-gnu Description-md5: d10ea856859cb34c423f67db676441a0 Description-en: GNU assembler, linker and binary utilities targeted for hppa64-linux The programs in this package are used to assemble, link and manipulate binary and object files. They may be used in conjunction with a compiler and various libraries to build programs. . This package is needed to build an 64-bit kernel for 64-bit hppa machines. Package: binutils-hppa64-linux-gnu-dbg Description-md5: 2e7f5f591a28da760bcd221550eb3193 Description-en: GNU binutils targeted for hppa64-linux (debug symbols) This package provides debug symbols for binutils-hppa64-linux-gnu. Package: binutils-m68k-linux-gnu Description-md5: 91e318163f68633b7480b755b31dca60 Description-en: GNU binary utilities, for m68k-linux-gnu target This package provides GNU assembler, linker and binary utilities for the m68k-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for m68k-linux-gnu and m68k-linux-gnu is not your native platform. Package: binutils-m68k-linux-gnu-dbg Description-md5: 092fdec0bf6a6ba4aae1f5902583622d Description-en: GNU binary utilities, for m68k-linux-gnu target (debug symbols) This package provides debug symbols for binutils-m68k-linux-gnu. Package: binutils-powerpc64-linux-gnu Description-md5: a8d3955c3e92c21de5e6ab3b2d086f0b Description-en: GNU binary utilities, for powerpc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the powerpc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for powerpc64-linux-gnu and powerpc64-linux-gnu is not your native platform. Package: binutils-powerpc64-linux-gnu-dbg Description-md5: fca1ee307fc3e9e8c8b4a35abe58adb0 Description-en: GNU binary utilities, for powerpc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-powerpc64-linux-gnu. Package: binutils-sh4-linux-gnu Description-md5: f825034fec7a76f7251bee2c8e9a9eca Description-en: GNU binary utilities, for sh4-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sh4-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sh4-linux-gnu and sh4-linux-gnu is not your native platform. Package: binutils-sh4-linux-gnu-dbg Description-md5: 85bb1a4a4655a7e23ba6add71b7c0b45 Description-en: GNU binary utilities, for sh4-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sh4-linux-gnu. Package: binutils-source Description-md5: acf2f0e289b8b831828996002f7eb6f1 Description-en: GNU assembler, linker and binary utilities (source) This package contains the sources and patches which are needed to build binutils. Package: binutils-sparc64-linux-gnu Description-md5: 112083b1b69cabd04e42ad79e3caf39f Description-en: GNU binary utilities, for sparc64-linux-gnu target This package provides GNU assembler, linker and binary utilities for the sparc64-linux-gnu target. . You don't need this package unless you plan to cross-compile programs for sparc64-linux-gnu and sparc64-linux-gnu is not your native platform. Package: binutils-sparc64-linux-gnu-dbg Description-md5: 03078b416cd22110053532d91caacde4 Description-en: GNU binary utilities, for sparc64-linux-gnu target (debug symbols) This package provides debug symbols for binutils-sparc64-linux-gnu. Package: blinken Description-md5: 15b854d36619b85d1beb335cd5aaf853 Description-en: KDE version of the Simon electronic memory game Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each with its own distinctive sound. These buttons light up randomly, creating the sequence that the player must then recall. If the player is successful in remembering the sequence of lights in the correct order, they advance to the next stage, where an identical sequence with one extra step is presented. . This package is part of the KDE education module. Package: bolt-17 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: bolt-18 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: bolt-19 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: bolt-20 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: bolt-21 Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: brickos Description-md5: 81bad338f60ecd7f2623f64ba3db9e7c Description-en: alternative OS for LEGO(r) Mindstorms RCX supporting C/C++ A multitasking operating system with development environment for use as an alternative to the standard LEGO(r) Mindstorms RCX firmware. . For posts to/from other users: https://lugnet.com/robotics/rcx/legos/ . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: brickos-doc Description-md5: 4c6ab5ad98c018ad6b20f5eed2bdea13 Description-en: documentation for brickOS an Alternative OS for the RCX API Documentation for brickOS an alternative Operating System for the LEGO(r) Mindstorms RCX. . (LEGO(r) is a trademark of the LEGO Group of companies.) Package: bundler Description-md5: b242d14d76111e77dd80f2c7e98a4707 Description-en: 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. Package: calamares-settings-mobian Description-md5: b626547c6e5789f1f804d66f5104c1ff Description-en: Calamares branding and configuration for Mobian This package contains the branding, configuration and scripts required to boot to calamares and install Mobian on a small, touch screen only device. Package: calculix-ccx Description-md5: b9652211e4452dc83798aead93a56b9e Description-en: Three-Dimensional Structural Finite Element Program CalculiX is a free and open source finite element analysis application that uses a similar input format to Abaqus. It has an implicit and explicit solver and a pre and post processor (CGX). This package contains the solver CalculiX CrunchiX (cxx). Package: calindori Description-md5: 597c61cfc254f0d2064f9121b64fb356 Description-en: Calendar for Plasma Mobile Calindori is a touch friendly calendar application. It has been designed for mobile devices but it can also run on desktop environments. Package: calligra Description-md5: 5b2385e3ba6a90ac8a81e5c2cbf9a89e Description-en: extensive productivity and creative suite Calligra Suite is a set of applications written to help you to accomplish your work. It includes office applications such as a word processor, a spreadsheet, a presentation program, a database application, etc., and raster and vector graphics tools. . This metapackage provides all the components of the Calligra Suite. Package: calligra-data Description-md5: d3f6d1b2e7bc9c43c1993d8f13b5bad4 Description-en: common shared data for the Calligra Suite This package provides the architecture-independent data that is shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligra-libs Description-md5: bd711fec00d4e12eb191529df959aaf2 Description-en: common libraries and binaries for the Calligra Suite This package provides the libraries and binaries that are shared amongst the various components of Calligra. . This package is part of the Calligra Suite. Package: calligrasheets Description-md5: 2d8660804f7fda925c09df2937712c47 Description-en: spreadsheet for the Calligra Suite Tables is a powerful spreadsheet application. It is scriptable and provides both table-oriented sheets and support for complex mathematical formulae and statistics. It is the successor of KSpread. . This package is part of the Calligra Suite. Package: calligrasheets-data Description-md5: bd117eec7cfca920b66e8222d53837b6 Description-en: data files for Sheets spreadsheet This package contains architecture-independent data files for Sheets, the spreadsheet shipped with the Calligra Suite. . See the calligrasheets package for further information. . This package is part of the Calligra Suite. Package: calligrastage Description-md5: 4b8f690fc43fe1ca4190000d83114c16 Description-en: presentation program for the Calligra Suite Stage is an easy to use yet still flexible presentation application. You can easily create presentations containing a rich variety of elements, from graphics to text, from charts to images. Stage is extensible through a plugin system, so it is easy to add new effects, new content elements or even new ways of managing your presentation. . Stage natively uses the OpenDocument file format standard, for easy interchange with all ODF supporting applications, which includes Microsoft Office. Examples of its easy-to-use features are support for layouts, a special slide overview view during presentations for the presenter, support for many different master sliders in one presentation, cool transitions and a useful notes feature. . This package is part of the Calligra Suite. Package: calligrastage-data Description-md5: 63d64d4a8a3b9b339727cb670a41bc78 Description-en: data files for Calligra Stage This package contains architecture-independent data files for Stage, the presentation program shipped with the Calligra Suite. . See the calligrastage package for further information. . This package is part of the Calligra Suite. Package: calligrawords Description-md5: e8c718ad734d42503998d607ce115062 Description-en: word processor for the Calligra Suite Words is a FrameMaker-like word processing and desktop publishing application. It is capable of creating polished and professional looking documents. It can be used for desktop publishing, but also for "normal" word processing, like writing letters, reports and so on. . This package is part of the Calligra Suite. Package: calligrawords-data Description-md5: e3cac4e05ee1286dadee867f20e3d4d4 Description-en: data files for Words word processor This package contains architecture-independent data files for Words, the word processor shipped with the Calligra Suite. . See the calligrawords package for further information. . This package is part of the Calligra Suite. Package: casacore-dev Description-md5: 96dfc7b8d66b63d03c6e0e9d427747f8 Description-en: CASA core library development files The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the files for application development. Package: casacore-doc Description-md5: b2725f0b9d3c79c624256037996c492a Description-en: CASA core library (documentation) The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the API documentation. Package: casacore-tools Description-md5: a5e79738e73cd737a454d5f6d6da9106 Description-en: Tools built with CASA The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the tools built with CASA core: . * taql - query language for casacore tables * measuresdata - create data tables for measures * imageregrid, imagecalc, showtable, showtablelock, findmeastable, fits2table, imreorder, casahdf5support, msselect, image2fits, imageslice, etc. Package: catch2 Description-md5: cc92aee107c5d815d9d38e619a346cbf Description-en: C++ Automated Test Cases in Headers (transitional package) This is a transitional package. It can safely be removed. Package: cbmc Description-md5: 2c892fdd5142036595dc17775271afad Description-en: bounded model checker for C and C++ programs CBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: ceph-exporter Description-md5: 14f06467b954d4b5d80311c7e2fb4140 Description-en: metrics exporter for the ceph distributed 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 metrics exporter daemon, which is used to expose the performance metrics. Package: ceph-fuse Description-md5: 2e66da405a3a0048edd7d65c675526ff Description-en: FUSE-based client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to mount a Ceph file system without root privileges. . Because the FUSE-based client has certain inherent performance limitations, it is recommended that the native Linux kernel client be used if possible. If it is not practical to load a kernel module (insufficient privileges, older kernel, etc.), then the FUSE client will do. Package: ceph-grafana-dashboards Description-md5: 939c1013f80e4cc3c5ba5ec1da64b54c Description-en: Grafana dashboards for the Ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains Grafana dashboards that are used by the Ceph Dashboard for monitoring. Package: ceph-immutable-object-cache Description-md5: c76c82274d014d060096f8293a6f711f Description-en: Ceph daemon for immutable object cache Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. This is a daemon for immutable object cache. Package: ceph-mgr-cephadm Description-md5: 0da38d6bcb55495002fa13c0136a25ef Description-en: cephadm orchestrator module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the CEPHADM module for ceph-mgr's orchestration functionality, to allow ceph-mgr to perform orchestration functions over a standard SSH connection. Package: ceph-mgr-dashboard Description-md5: 9456ae355deee9b12b1de8a1b94dd3ca Description-en: dashboard module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package provides a ceph-mgr module, 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. Package: ceph-mgr-diskprediction-local Description-md5: 02a03197652e5c6eab4a90148eaa1a89 Description-en: diskprediction-local module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the diskprediction_local module for the ceph-mgr daemon, which helps predict disk failures. Package: ceph-mgr-k8sevents Description-md5: 56d70a75867540beabd413da01d6e8e2 Description-en: kubernetes events module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the k8sevents module, 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. Package: ceph-mgr-rook Description-md5: 475363182e55451cd54ca37f2d67e100 Description-en: rook module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains the rook module for ceph-mgr's orchestration functionality, to allow ceph-mgr to install and configure ceph using Rook. Package: ceph-prometheus-alerts Description-md5: f723c2e34718794866ce0a96c0147549 Description-en: Prometheus alerts for the Ceph dashboard Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . This package contains alerts used for Prometheus to interact with the Ceph Dashboard. Package: ceph-resource-agents Description-md5: f350d6a1d9754497356ffd017b1cd63e Description-en: 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. Package: cephadm Description-md5: 110f2b722251944a806cc32bbb99c417 Description-en: cephadm utility to bootstrap ceph daemons with systemd and containers Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, block and file system storage. . The cephadm utility is used to bootstrap a Ceph cluster and to manage ceph daemons deployed with systemd and containers. Package: cephfs-mirror Description-md5: e34342d801959995a3de149b52093567 Description-en: Daemon for mirroring CephFS directory snapshots 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 daemon for mirroring CephFS directory snapshots between Ceph clusters. Package: cephfs-shell Description-md5: 0270e88f7113c49abc31ad8ecd0f5323 Description-en: 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. Package: cervisia Description-md5: 24aa55ccfc4c9ef6342e9d331b63080e Description-en: graphical CVS client Cervisia is a front-end for the CVS version control system client. . In addition to basic and advanced CVS operations, it provides a convenient graphical interface for viewing, editing, and manipulating files in a CVS repository or working directory. It includes tools designed to ease the use of CVS, such as a log browser, conflict resolver, and changelog editor that checks for incorrect formatting. . This package is part of the KDE Software Development Kit module. Package: charliecloud Description-md5: cb5f7a7c45a1b470512c20a02152b601 Description-en: user-defined software stacks (UDSS) for HPC centers (metapackage) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides runtime and builder packages for Charliecloud. Package: charliecloud-builders Description-md5: b7dc89814676ae204f1fc0bb2df35902 Description-en: user-defined software stacks (UDSS) for HPC centers (builders) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides image builders for Charliecloud. Package: charliecloud-common Description-md5: a4d709f199107d02a6260f4b456b3f4a Description-en: user-defined software stacks (UDSS) for HPC centers (common files) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides common files for Charliecloud. Package: charliecloud-doc Description-md5: 3de284a21080bcd5e27a092c522e8bfc Description-en: user-defined software stacks (UDSS) for HPC centers (documentation) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides documentation files for Charliecloud. Package: charliecloud-runtime Description-md5: 695addde1653bc5f0f6abee3f887dda0 Description-en: user-defined software stacks (UDSS) for HPC centers (runtime tools) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides tools to run containers for Charliecloud. Package: charliecloud-tests Description-md5: e941718bf5b79a4c851dce52f78e9b20 Description-en: user-defined software stacks (UDSS) for HPC centers (test suite) Charliecloud provides user-defined software stacks (UDSS) (aka containers) for high-performance computing (HPC) centers. This "bring your own software stack" functionality addresses needs such as: software dependencies that are numerous, complex, unusual, differently configured, or simply newer/older than what the center provides; build-time requirements unavailable within the center, such as relatively unfettered internet access; validated software stacks and configuration to meet the standards of a particular field of inquiry; portability of environments between resources, including workstations and other test and development system not managed by the center; consistent environments, even archivally so, that can be easily, reliabily, and verifiably reproduced in the future; and/or usability and comprehensibility. . This package provides a test suite for Charliecloud. Package: clamfs Description-md5: c8df642610168b48ffd1b29953e6bf2d Description-en: user-space anti-virus protected file system ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. Clamd (clamav-daemon) is a file scanning service developed by ClamAV project. Package: clang-17 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: 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. Package: clang-17-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: 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. Package: clang-17-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: 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. Package: clang-18 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: 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. Package: clang-18-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: 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. Package: clang-18-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: 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. Package: clang-19 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: 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. Package: clang-19-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: 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. Package: clang-19-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: 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. Package: clang-20 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: 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. Package: clang-20-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: 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. Package: clang-20-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: 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. Package: clang-21 Description-md5: c364160e44345420df0f2e97b3082b69 Description-en: 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. Package: clang-21-doc Description-md5: 6bf5242bfe6f159fd907beb982f2315f Description-en: 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. Package: clang-21-examples Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06 Description-en: 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. Package: clang-format-17 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: 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. Package: clang-format-18 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: 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. Package: clang-format-19 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: 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. Package: clang-format-20 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: 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. Package: clang-format-21 Description-md5: 5fdb7838fa336de9de2703cb644c12e4 Description-en: 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. Package: clang-tidy-17 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: 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. Package: clang-tidy-18 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: 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. Package: clang-tidy-19 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: 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. Package: clang-tidy-20 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: 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. Package: clang-tidy-21 Description-md5: 239d974b460ce0b6a914aa94c05888ad Description-en: 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. Package: clang-tools-17 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: 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. Package: clang-tools-18 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: 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. Package: clang-tools-19 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: 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. Package: clang-tools-20 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: 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. Package: clang-tools-21 Description-md5: da24a5a87f39211c1ff10f03f06e0a3c Description-en: 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. Package: clangd-17 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: 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. Package: clangd-18 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: 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. Package: clangd-19 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: 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. Package: clangd-20 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: 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. Package: clangd-21 Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb Description-en: 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. Package: colord-kde Description-md5: 0d7565e3cd3c86cac320de5bfd665678 Description-en: Color management for KDE A System Settings module to do color management for monitors, printers, webcams and other devices. Package: coop-computing-tools Description-md5: 2d3ed84eaaa64f9c805738d1175cd68b Description-en: cooperative computing tools This is a collection of software that help users to share resources in a complex, heterogeneous, and unreliable computing environment. This includes: . * Chirp: A personal filesystem and I/O protocol that allows unprivileged users to share space securely, efficiently, and conveniently. When combined with Parrot, Chirp allows users to create custom wide-area distributed filesystems. * Parrot: A transparent user-level virtual filesystem that allows any ordinary program to be attached to a remote storage device such as an FTP server or a Chirp server. * Makeflow: A workflow system for parallel and distributed computing that uses a language very similar to Make. * Work Queue: A system and API for building master-worker style programs that scale up to thousands of processors. * All Pairs: A computational abstraction for running very large Cartesian products. * Wavefront: A computational abstraction for running very large dynamic programming problems. * The Fault Tolerant Shell: A high-level programming language that allows users to combine the ease of shell scripting, the power of distributed programming, and the precision of compiled languages. Basically, parallel programming and exception handling for scripts. Package: coop-computing-tools-dev Description-md5: 85393004387f17ed004a101c1f5ad86a Description-en: libraries and header files for coop-computing-tools These tools are a collection of software that help users to share resources in a complex, heterogeneous, and unreliable computing environment. . This package provides static libraries and header files for development. Package: coop-computing-tools-doc Description-md5: 6d04dc0d21d45ff80d0205f2b9b366f6 Description-en: documentation for coop-computing-tools These tools are a collection of software that help users to share resources in a complex, heterogeneous, and unreliable computing environment. . This package provides the documentation (manual and API reference) in HTML format. Package: coreutils-from-busybox Description-md5: 543b5ffb0d0072b250c13abc677e02aa Description-en: busybox masquerading as coreutils Use the busybox binary as a coreutils replacement. . This can be used to build minimal container images, but it is not a complete replacement, and may break packages. Package: coreutils-from-toybox Description-md5: fafc398ae330663227e8a1b64d6b441c Description-en: toybox masquerading as coreutils Use the toybox binary as a coreutils replacement. . This can be used to build minimal container images, but it is not a complete replacement, and may break packages. Package: coreutils-from-uutils Description-md5: f5c8ab5130a71564f8412263f74ea6aa Description-en: coreutils from the uutils project A Rust-based implementation of the coreutils, aiming at being a complete replacement. Package: crimson-osd Description-md5: 1278b850d94d621f66cd5ba4c3992e1a Description-en: Crimson 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. . Crimson is a re-implementation of the ceph-osd daemon using a more platform aware and scalable software architecture (seastar). . This package contains the Crimson 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. Package: crun Description-md5: 528a25a9c7b1136d9e41411bebc303fd Description-en: lightweight OCI runtime for running containers crun is a command line program for running Linux containers that follow the Open Container Initiative (OCI) format. It is alternative to runc, but fully written in C, and focused on being fast and low-memory. . As an OCI runtime, crun is low-level and primarily intended to be used through a container engine, such as podman, docker, and containerd. Package: cvsservice Description-md5: 723db9ea6ebe6426ab2ec6ff91dc1c3e Description-en: D-Bus service for accessing CVS repositories This package provides a D-Bus service for browsing and manipulating remote CVS repositories. Applications may make use of it directly from C++, or access the service over D-Bus. . This package is part of the KDE Software Development Kit module. Package: danmaq Description-md5: 54b4bdcf7f1aa27c959de2f431b759cb Description-en: Small client side Qt program to play danmaku on any screen DanmaQ is a desktop danmaku client. It is used to display danmaku strings. . "danmaku", originally a Japanese word, is a certain method of instant commenting over the Internet. It originated in Japan and became popular in East Asian cultural circle. In this case, People write comments and send them to a danmaku server. The server will push comments to danmaku clients connected to it, where comments are displayed on a real-time basis. Comment strings will fly over the screen with artistic effects. . This package provides a danmaku client program implemented in Qt5. Package: dcm2niix Description-md5: 87adc72fb839d25eb3a7bdde4a778ff8 Description-en: next generation DICOM to NIfTI converter dcm2niix is the successor of dcm2nii, a popular tool for converting images from the complicated formats used by scanner manufacturers (DICOM, PAR/REC) to the simpler NIfTI format used by many scientific tools. It works for all modalities (CT, MRI, PET, SPECT) and sequence types. Package: debconf-utils Description-md5: 6ee047164ccc84b6b919790585947b39 Description-en: debconf utilities This package contains some small utilities for debconf developers. Package: debvm Description-md5: 69eb9e07cd67454187b7bcecdcfc7511 Description-en: create and run virtual machines for various Debian releases and architectures The tool debvm-create can be used to create a virtual machine image and the tool debvm-run can be used to run such a machine image. Their purpose primarily is testing software using qemu as a containment technology. These are relatively thin wrappers around mmdebstrap and qemu. Package: deskflow Description-md5: 18681dec689f54e51cfb8d59e9d0783f Description-en: Mouse and keyboard sharing utility Deskflow is a free and open source keyboard and mouse sharing app formerly known as Synergy Community Edition. . Use the keyboard, mouse, or trackpad of one computer to control nearby computers, and work seamlessly between them. . Deskflow is oriented cross-platform and supports all major operating systems, including Windows, macOS, Linux, and Unix-like BSD-derived which supports Wayland and has kindly configuration wizard feature because it is also upstream of commercial fork of Synergy and it can be expected continuous maintenance somewhat. . Deskflow provides similar UI like Barrier so transition to Deskflow is easy. Package: detox Description-md5: 57a56ea30e81ef29e23165136cbfe243 Description-en: replace problematic characters in filenames detox is a utility designed to clean up filenames. It replaces difficult to work with characters, such as spaces, with standard equivalents. It will also clean up filenames with UTF-8 or Latin-1 (or CP-1252) characters in them. . Features: * Removal or replacement of upper ASCII Latin-1 (ISO 8859-1) characters; * Removal or replacement of UTF-8 encoded Unicode characters; * Removal or replacement of spaces and other potentially tricky characters; * Trimming of excessive "_" and "-"s; * Directory recursion, dry runs, verbose listings. . It is designed with safety in mind. It won't overwrite a file that already exists, and it doesn't touch special files if not requested. . detox is useful to mass rename files automatically. As just one example, you can use detox to easily standardize lots of files, as MP3 or movies, downloaded or stored inside a directory. . This package provides detox and inline-detox commands. The inline-detox can be used in command lines, as a filter in shell procedures. Package: dexdump Description-md5: 175619b81080d310819e29dbc6136613 Description-en: Displays information about Android DEX files The `dexdump` tool is intended to mimic `objdump`. When possible, use similar command-line arguments. . This is a re-implementation of the original `dexdump` utility that was based on Dalvik functions in `libdex` into a new `dexdump` that is now based on ART functions in `libart` instead. The output is very similar to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dexlist Description-md5: ad5b877c8de302f91c672600a590e331 Description-en: Lists all methods in all concrete classes in Android DEX files This is a re-implementation of the original `dexlist` utility that was based on Dalvik functions in `libdex` into a new `dexlist` that is now based on ART functions in `libart` instead. The output is very similar to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported. Package: dials Description-md5: ca13c7c5eb0b3848fea8c4630137336b Description-en: Diffraction Integration for Advanced Light Sources The DIALS software is developed in a fully open-source, collaborative environment. The main development teams are based at Diamond Light Source and CCP4, in the UK, and at Lawrence Berkeley National Laboratory, USA. However, in the spirit of the open source movement, we welcome collaboration from anyone who wishes to contribute to the project. . To avoid “reinventing the wheel” as much as possible, the DIALS project builds on knowledge accumulated over many decades in the field of crystallographic data processing. We benefit greatly from the altruism of experts who contribute their ideas and advice, either directly or via their detailed publications on existing algorithms and packages such as XDS [2] and MOSFLM [3]. At the heart of the DIALS framework lies a design philosophy of hardware abstraction and a generalised model of the experiment that is inspired directly by material published on the seminal workshops on position sensitive detector software [1]. Continuing in the spirit of these workshops we held our own series of meetings, with talks from invited speakers, and code camps in which specific problems are addressed by intensive effort across the collaboration. Summaries of these meetings and copies of slides given as presentations are available here. . DIALS is written using Python and C++, making heavy use of the cctbx [4] for core crystallographic calculations and much infrastructure including a complete build system. Seamless interaction between the C++ and Python components of this hybrid system is enabled by Boost.Python. Python provides a useful ground for rapid prototyping, after which core algorithms and data structures may be transferred over to C++ for speed. High level interfaces of the hybrid system remain in Python, facilitating further development and code reuse both within DIALS and by third parties. Package: dislocker Description-md5: 179f3adde3da1312ee2d7a372d87cb5d Description-en: read/write encrypted BitLocker volumes Dislocker has been designed to read BitLocker encrypted partitions under a Linux system. The driver used to read volumes encrypted in Windows system versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's USB/FAT32 partitions. . The software works with driver composed of a library, with multiple binaries using this library. Decrypting the partition, you have to give it a mount point where, once keys are decrypted, a file named dislocker-file appears. This file is a virtual NTFS partition, so you can mount it as any NTFS partition and then read from or write to it. Writing to the NTFS virtual file will change the underlying BitLocker partition content. To use dislocker-find Ruby is required. . This tool is useful in cryptography managing and forensics investigations. Package: dmtracedump Description-md5: 196fc98d82c778363d82a35e66bb16b7 Description-en: Generates graphical call-stack diagrams from Android trace logs `dmtracedump` generates the call stack data as a tree diagram, where each node represents a method call. It shows call flow (from parent node to child nodes) using arrows. Package: dovecot-fts-xapian Description-md5: 679ee87b25baa61c565c18572e0991c9 Description-en: full-text search for dovecot using xapian This project provides a straightforward and simple way to configure full-text search (FTS) for Dovecot, leveraging the efforts of the Xapian.org team. . Compared to dovecot's own FTS plugins, fts-xapian is: . * simpler than fts_solr * more free than fts_dovecot * has a more active backend than fts_lucene Package: dragonplayer Description-md5: 8e6e9720a749b1da382423928372bacc Description-en: simple video player A video player with a different philosophy: Simple, uncluttered interface. . Features: - Plays DVDs, VCDs, all video formats supported by the Phonon backend in use. - Bundled with a simple web-page KPart. - Starts quickly. . This package is part of the KDE multimedia module. Package: dropbear Description-md5: 6a91040e311efe0718dcff44139d8213 Description-en: lightweight SSH2 server and client - startup scripts dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. . This package provides startup scripts for the service manager. Package: dropbear-bin Description-md5: fd6d59a6fb8335f77ba5a60987d1c735 Description-en: lightweight SSH2 server and client - command line tools dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. . This package provides dropbear(8), dbclient(1), dropbearkey(1) and dropbearconvert(1). Package: dropbear-initramfs Description-md5: 5dd10490aa9e4ec06e1152daf8823742 Description-en: lightweight SSH2 server and client - initramfs integration dropbear is a SSH 2 server and client designed to be small enough to be used in small memory environments, while still being functional and secure enough for general use. . It implements most required features of the SSH 2 protocol, and other features such as authentication agent forwarding. . This package provides initramfs integration. Package: e2fsck-static Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89 Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker This may be of some help to you if your filesystem gets corrupted enough to break the shared libraries used by the dynamically linked checker. . This binary takes much more space than its dynamic counterpart located in e2fsprogs, though. . You may want to install a statically-linked shell as well, to be able to run this program if something like your C library gets corrupted. Package: eldav Description-md5: 6c17b623035632c5d9568e8a0ed27167 Description-en: interface to the WebDAV servers for Emacs. WebDAV files can be treated just like a normal file in Emacsen. Emacs/w3 is not required. External program is used for WebDAV access. Package: elisa Description-md5: 14e4e820541290af836bbba24af2bc03 Description-en: Simple music player with a focus on Plasma desktop integration and privacy Elisa is a music player developed by the KDE community that strives to be simple and nice to use. It tries to be flexible to account for different workflows and use-cases. It focuses on a very good integration with the Plasma desktop of the KDE community without compromising the support for other environments. . Elisa is developed using modern KDE technologies and aims to be reliable and respectful of users’ privacy. As such, it favors online services where users are in control of their data. Package: enter-tex Description-md5: 5dea6d78f7c09581d3eee7d96374944f Description-en: LaTeX editor designed for the GNOME desktop Enter TeX is a LaTeX editor for GNOME. It integrates the various tools required for processing LaTeX documents. It provides menus, buttons and templates to assist with the edition and the compilation of documents. Package: erofs-utils Description-md5: 4bb2da847d1e07ff56a58930bc9df83a Description-en: Utilities for EROFS File System EROFS (Enhanced Read-Only File System) is a lightweight read-only file system with modern designs (eg. page-sized blocks, inline xattrs/data, etc.) for scenarios which need high-performance read-only requirements, e.g. Android OS for smartphones and LIVECDs. . It also provides fixed-sized output compression support, which improves storage density, keeps relatively higher compression ratios, which is more useful to achieve high performance for embedded devices with limited memory. Package: erofsfuse Description-md5: 78013a40812bae155f3d4ee4bbbd9601 Description-en: FUSE Mount Utility for EROFS File System EROFS (Enhanced Read-Only File System) is a lightweight read-only file system with modern designs (eg. page-sized blocks, inline xattrs/data, etc.) for scenarios which need high-performance read-only requirements, e.g. Android OS for smartphones and LIVECDs. . It also provides fixed-sized output compression support, which improves storage density, keeps relatively higher compression ratios, which is more useful to achieve high performance for embedded devices with limited memory. . This package contains a utility to mount EROFS images using FUSE. Package: exfat-fuse Description-md5: 718044a370010c19d8fc8b9f34312478 Description-en: read and write exFAT driver for FUSE fuse-exfat is a read and write driver implementing the extended file allocation table as a filesystem in userspace. A mounthelper is provided unter the name mount.exfat-fuse. Package: eye Description-md5: b509d100ee53ef205b9512e00c645e20 Description-en: semantic web reasoning engine Euler Yet another proof Engine (EYE) is a reasoning engine supporting the Semantic Web layers. It performs semibackward chaining and it supports Euler paths. Via N3 it is interoperable with Cwm. . Semibackward chaining is backward chaining for rules using <= in N3 and forward chaining for rules using => in N3. This can be seen in EYE Reasoning. . Euler paths are roughly "don't step in your own steps" which is inspired by what Leonhard Euler discovered in 1736 for the Königsberg Bridge Problem. EYE sees the rule P => C as P & NOT(C) => C. . Notation3 (N3) is a shorthand non-XML serialization of Resource Description Framework (RDF) models, designed with human-readability in mind: N3 is much more compact and readable than XML RDF notation. . Resource Description Framework (RDF) is a standard model for data interchange on the Web. Package: falkon Description-md5: ec499970620cf035929466ac4ecd1b62 Description-en: lightweight web browser based on Qt WebEngine Falkon is a new and very fast Qt Webengine browser. It aims to be a lightweight web browser available through all major platforms. . Falkon has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager. Package: fastnetmon Description-md5: a9cceac7382ec54a0ac123ac90d49277 Description-en: fast DDoS analyzer with sflow/netflow/mirror support (community edition) FastNetMon is a very high performance distributed denial-of-service attack (DDoS attack) detector built on top of multiple packet capture engines: NetFlow, IPFIX, sFLOW. . It can detect hosts in your networks sending or receiving large volumes of packets/bytes/flows per second. It can call an external script to notify you, switch off a server, or blackhole the client. . To enable sFLOW, simply specify IP of the server running FastNetMon and specify (configurable) port 6343. To enable netflow, simply specify IP of the server running FastNetMon and specify (configurable) port 2055. . This package contains the community edition. Package: ffmpegfs Description-md5: 9acbc35c60374f0a466c670c5710a231 Description-en: Fuse Multi Media Filesystem A read-only FUSE filesystem which transcodes various audio and video formats to MP4, WebM, and many more on the fly when opened and read using the FFmpeg library, thus supporting a multitude of input formats and a variety of common output formats. . This allows access to a multi-media file collection with software and/or hardware which only understands one of the supported output formats, or transcodes files through simple drag-and-drop in a file browser. Package: ffmpegthumbs Description-md5: d10a9a3ae792f8e16e85968fe0168029 Description-en: video thumbnail generator using ffmpeg FFMpegThumbs is a video thumbnail generator for KDE file managers like Dolphin and Konqueror. It enables them to show preview images of video files using FFMpeg. . This package is part of the KDE multimedia module. Package: filelight Description-md5: 397ff9a469e07a772f22460c66b66875 Description-en: show where your diskspace is being used Filelight allows you to understand your disk usage by graphically representing your filesystem as a set of concentric, segmented rings. . It is like a pie-chart, but the segments nest, allowing you to see both which directories take up all your space, and which directories and files inside those directories are the real culprits. Package: firebird3.0-common Description-md5: 99ad5b92b46b59007406fee88239a7c4 Description-en: 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. Package: firebird3.0-common-doc Description-md5: b966380cc068867d70fdae3124709805 Description-en: 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. Package: firebird3.0-doc Description-md5: 7a9204397ad8ec5897d0e8c4dbec8fd3 Description-en: 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. Package: firebird3.0-examples Description-md5: 9b846ed7016bd38e7bf0abef4266a8b1 Description-en: 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. Package: firebird3.0-server Description-md5: 2134827313e90e2003de2a24bcb319ef Description-en: 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. Package: firebird3.0-server-core Description-md5: f540578275d4feacf219d86a12101dd7 Description-en: 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. Package: firebird3.0-utils Description-md5: abf897f55faee3358d9fb9b9a2d2b7b9 Description-en: 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 Package: flang-17 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-18 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-19 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-20 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flang-21 Description-md5: bd017b88c85853e1292c78015b1d62a8 Description-en: Fortran compiler Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. Package: flatpak Description-md5: f91acb1d2880527b2759bc5e2d99fbff Description-en: Application deployment framework for desktop apps Flatpak installs, manages and runs sandboxed desktop application bundles. Application bundles run partially isolated from the wider system, using containerization techniques such as namespaces to prevent direct access to system resources. Resources from outside the sandbox can be accessed via "portal" services, which are responsible for access control; for example, the Documents portal displays an "Open" dialog outside the sandbox, then allows the application to access only the selected file. . Each application uses a specified "runtime", or set of libraries, which is available as /usr inside its sandbox. This can be used to run application bundles with multiple, potentially incompatible sets of dependencies within the same desktop environment. . This package contains the services and executables needed to install and launch sandboxed applications, and the portal services needed to provide limited access to resources outside the sandbox. Package: flatpak-tests Description-md5: 8c55ee927d2b9992e22292e7b2c097aa Description-en: Application deployment framework for desktop apps (tests) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains automated tests. Package: flent Description-md5: ac992f5a1b2fd770a6100e803f1403f5 Description-en: FLExible Network Tester for bufferbloat testing and more The FLExible Network Tester: Python wrapper to run multiple simultaneous netperf/iperf/ping instances and aggregate the results. . Tests are specified as config files (which are really Python), and various parsers for tool output are supplied. At the moment, parsers for netperf in -D mode, iperf in csv mode and ping/ping6 in -D mode are supplied, as well as a generic parser for commands that just outputs a single number. . Several commands can be run in parallel and, provided they output timestamped values, (which netperf ping and iperf do, the latter with a small patch, available in the misc/ directory), the test data points can be aligned with each other in time, interpolating differences between the actual measurement points. This makes it possible to graph (e.g.) ping times before, during and after a link is loaded. Package: fonttools Description-md5: 57fe2b0b7365324aa52d193df4f6bb15 Description-en: 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. Package: ford Description-md5: 688897c25f4edb69e34ecabb5f8c3355 Description-en: Fortran documentation generator This is an automatic documentation generator for modern Fortran programs. FORD stands for FORtran Documenter. . The goal of FORD is to be able to reliably produce documentation for modern Fortran software which is informative and nice to look at. Ford was written due to Doxygen's poor handling of Fortran and the lack of comparable alternatives. The documentation should be easy to write and non-obtrusive within the code. . While it will never be as feature-rich as Doxygen, hopefully FORD will be able to provide a good alternative for documenting Fortran projects. Package: fortunes-eo Description-md5: 9144c190bd3cf765f24e57e6559b2237 Description-en: Collection of esperanto fortunes. Datumbazo kun esperantlingvaj mesaĝoj por la fortune programo. Enhavas mesaĝojn el Proverbaro Esperanta de Zamenhof, en UTF-8 kodo. . Database with esperanto fortune cookies. Contains messages from Proverbaro Esperanta by Zamenhof, in UTF-8 encoding. Package: fosfat Description-md5: f485568ff529dc4b40f588a516354d5b Description-en: FUSE library to access Smaky formatted disk (ro) Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. . The Smaky is a line of mostly 8-bit personal computers and accompanying operating system developed at the EPFL (École Polytechnique Federale de Lausanne), in Switzerland, from 1974. Package: fosfat-dev Description-md5: 8a78b42b228e501020d45fa8f9525fd6 Description-en: FUSE library to access Smaky formatted disk, development files Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. . The Smaky is a line of mostly 8-bit personal computers and accompanying operating system developed at the EPFL (École Polytechnique Federale de Lausanne), in Switzerland, from 1974. . This package contains the development files for libfosfat1, libfosgra1 and the corresponding documentation. Package: frama-c-base Description-md5: 2e7860054dd191ec0787bab2062c3031 Description-en: Platform dedicated to the analysis of source code written in C Frama-C gathers several analysis techniques in a single collaborative framework, based on analyzers (called "plug-ins") that can build upon the results computed by other analyzers in the framework. . Thanks to this approach, Frama-C provides sophisticated tools, including: * an analyzer based on abstract interpretation (Value plug-in); * a program proof framework based on weakest precondition calculus (WP plug-in); * a program slicer (Slicing plug-in); * a tool for verification of temporal (LTL) properties (Aoraï plug-in); * several tools for code base exploration and dependency analysis (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.). . These plug-ins communicate between each other via the Frama-C API and via ACSL (ANSI/ISO C Specification Language) properties. . This package provides the library of Frama-c which is useful to build plugins for Frama-c, the command-line tools, and the graphical interface. Package: freerdp3-dev Description-md5: 87d789b26f2354d9180f00d23a677478 Description-en: Free Remote Desktop Protocol library (development files) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the FreeRDP development files. Package: freerdp3-proxy Description-md5: d2e176360b6efb750b0ebc45b645782f Description-en: FreeRDP proxy server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the proxy server that can be used as man in the middle proxy for RDP connections. Package: freerdp3-proxy-modules Description-md5: 407511cf838a49c22026d4df5e80001d Description-en: FreeRDP Remote Desktop Protocol proxy module libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the modules for the proxy. Package: freerdp3-sdl Description-md5: 41c74a14889d4b4119c3c32746d0fa0d Description-en: RDP client for Windows Terminal Services (SDL client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the SDL based client. Package: freerdp3-shadow-x11 Description-md5: 5e8fef249679625146e6e6f483c3b488 Description-en: FreeRDP x11 shadowing server FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains a "shadowing" server that can be used to share an already started X11 DISPLAY. Package: freerdp3-wayland Description-md5: a2f04a08b53a929fe1ae19f0e8e23cb4 Description-en: RDP client for Windows Terminal Services (wayland client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the wayland based client. Package: freerdp3-x11 Description-md5: 99aa06d4e2277777895dcf8da42a6181 Description-en: RDP client for Windows Terminal Services (X11 client) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the X11 based client. Package: fuse Description-md5: e1c60869f8386b61887a67fd20371379 Description-en: Filesystem in Userspace (transitional package) This is a transitional package. It can safely be removed. Package: fuse-convmvfs Description-md5: 06376e0c1d5d38a4b849c599b65677e0 Description-en: mirrors a whole filesystem tree from one charset to another convmvfs is a FUSE (File System in Userspace) utility that transparently mirrors a filesystem tree converting the filenames from one charset to another on the fly. Only the names of files and directories are converted; the file content remains intact. The mirrored tree is mounted at a given mountpoint. Package: fuse-overlayfs Description-md5: c4e052d72c2adc350355e396b2fd9e47 Description-en: implementation of overlay+shiftfs in FUSE for rootless containers This package provides an overlayfs FUSE implementation so that it can be used since Linux 4.18 by unprivileged users in an user namespace. Package: fuse2fs Description-md5: f46223c6f3fa81ecb1aab45af7c4f382 Description-en: ext2 / ext3 / ext4 file system driver for FUSE fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems. Package: fuseext2 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: fusefat Description-md5: 8132b525ea97b6f8f3182b453ba7eaf4 Description-en: Mount FAT file systems using FUSE This FUSE driver allows unprivileged users to mount FAT (FAT12/FAT16/FAT32/exFAT) file systems. Package: fusefile Description-md5: 75fd312bf9bb1259e1f59c3918a2daba Description-en: Using FUSE to combine file fragments into a single file. fusefile is a FUSE "file mount" that presents a series of fragments of other files as a contiguous concatenation. Technically it bind mounts a driver on top of the filename mountpoint to provide access to the given file fragments as if in a single, contiguous file. The fusefile mount driver offers read/write access to the fused file, distributing written data across the given fragments or to an overlay file. Package: fuseiso Description-md5: ed981e9aa4f7032565f4f02511f85fe4 Description-en: FUSE module to mount ISO filesystem images This package provides a module to mount ISO filesystem images using FUSE. With FUSE it is possible to implement a fully functional filesystem in a userspace program. . It can also mount single-tracks .BIN, .MDF, .IMG and .NRG. Package: fuseiso9660 Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: g++-mingw-w64 Description-md5: be80ce4b74c17089adf52fd4e6f4d519 Description-en: 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. Package: g++-mingw-w64-i686 Description-md5: 6366762ba193116a3b542733f5cfb5e8 Description-en: 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. Package: g++-mingw-w64-i686-posix Description-md5: 59f77e288f7da43385e23cd3357279e5 Description-en: 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. Package: g++-mingw-w64-i686-win32 Description-md5: a417f252857a5b8608e19402178d0d79 Description-en: 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. Package: g++-mingw-w64-x86-64 Description-md5: 14601edb773363e23588439ef1aaa043 Description-en: 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. Package: g++-mingw-w64-x86-64-posix Description-md5: 2f78b451e8f57f04cf2bb392f2101c0e Description-en: 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. Package: g++-mingw-w64-x86-64-win32 Description-md5: b7a278b6e6a5418562b9721cbfb394f2 Description-en: 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. Package: gambas3 Description-md5: 3e324decba1c260695be5debdf5ecd7b Description-en: Complete visual development environment for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on... . This package doesn't include anything: it is a metapackage to install the IDE and all the available Gambas components except deprecated ones, as well as components that are not available on every platform. Package: gambas3-devel Description-md5: 8bcbebd475066eae5a04d323bc067d0f Description-en: Gambas compilation tools Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas compiler, archiver and informer. Package: gambas3-examples Description-md5: 71504aa5c3479cdd811d32a92f87b849 Description-en: Gambas examples Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the examples. Package: gambas3-gb-args Description-md5: e7189b87d714de43e09406c6f89a8800 Description-en: Gambas arguments parser Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a command-line options analyzer, and automatically handles the --help option. Package: gambas3-gb-cairo Description-md5: e08bd95d6b5e276fda8cdc5e6e68e8b0 Description-en: Gambas bindings for cairo Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes Gambas bindings for cairo. Package: gambas3-gb-chart Description-md5: 4fa836fbd70c314a72b9ae8ec2098b55 Description-en: Gambas charting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native Gambas component to draw charts. Package: gambas3-gb-clipper Description-md5: efb6d9ef3ff37dd773ecf0169e727526 Description-en: Gambas Clipper component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes a component based on the Clipper library, http://www.angusj.com/delphi/clipper.php Package: gambas3-gb-clipper2 Description-md5: 87d7888a37fd24394018002f31b282c4 Description-en: Gambas Clipper2 polygon component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes a component based on the Clipper2 library. Package: gambas3-gb-complex Description-md5: 74f773b3eae249f9b4c65fa704c2e76c Description-en: Gambas Complex component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings complex numbers support to the interpreter. Package: gambas3-gb-compress Description-md5: f40a6331e684566b700f0812517be248 Description-en: Gambas compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package has the needed base libraries for the other compression components. Package: gambas3-gb-compress-bzlib2 Description-md5: 21476428edc422b6604718b9890beee4 Description-en: Gambas bzlib2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the bzip2 algorithm. Package: gambas3-gb-compress-zlib Description-md5: d0c994ab314fe0a63fd0dcb580ddd63b Description-en: Gambas zlib compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the gzip and PKZIP algorithm. Package: gambas3-gb-compress-zstd Description-md5: 2e892fb683144694a27331d2f9c53352 Description-en: Gambas zstd compression component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to compress/uncompress data or files with the ZSTD algorithm. Package: gambas3-gb-crypt Description-md5: 7fe5c8c8e4b035d19a80b1e364347d00 Description-en: Gambas crypt encryption component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows one to use the crypt() glib function in gambas. Package: gambas3-gb-data Description-md5: d0d2834a60337d643eb1cd614a38d7ff Description-en: Gambas abstract datatypes component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides abstract datatypes implementations for Gambas. Package: gambas3-gb-db Description-md5: 039df58feebabf2a177d855af6367d09 Description-en: Gambas database access common libraries Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the needed common libraries for data access. Package: gambas3-gb-db-form Description-md5: af63f29643d24c401de030839dda4a12 Description-en: Gambas database bound controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native Gambas component that implements data bound controls. It provides the following new controls: DataSource, DataBrowser, DataView, DataControl and DataCombo. Package: gambas3-gb-db-mysql Description-md5: f409fe345065dfd4702195432be333f9 Description-en: MySQL driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access MySQL databases. Package: gambas3-gb-db-odbc Description-md5: 634853ba34fbacd32ce0ff836460c66b Description-en: ODBC driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to databases via unixODBC drivers from Gambas code. Package: gambas3-gb-db-postgresql Description-md5: 6b142e34962dae5204cd16ed7647efc2 Description-en: PostgreSQL driver for the Gambas database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access PostgreSQL databases. Package: gambas3-gb-db-sqlite3 Description-md5: f76f5bbda23c3f7f2cc995b314cb10ea Description-en: Gambas sqlite3 driver database Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to sqlite3 databases from Gambas code. Package: gambas3-gb-db2 Description-md5: c708fa0d9398e5ad6bb1e046a6efa9a4 Description-en: Gambas database 2 access common libraries Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the needed common libraries for data access. Package: gambas3-gb-db2-form Description-md5: 097305aae3d1f1efc09ebc7b18bec364 Description-en: Gambas database 2 bound controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native Gambas component that implements data bound controls. It provides the following new controls: DataSource, DataBrowser, DataView, DataControl and DataCombo. Package: gambas3-gb-db2-mysql Description-md5: 119851166c6271228062025610715ad7 Description-en: MySQL driver for the Gambas database 2 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access MySQL databases. Package: gambas3-gb-db2-odbc Description-md5: 73016b4d4b50f00457c3cc358bf65018 Description-en: ODBC driver for the Gambas database 2 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to databases via unixODBC drivers from Gambas code. Package: gambas3-gb-db2-postgresql Description-md5: c73e68cfc02eb2ed5b0695e2bb462f18 Description-en: PostgreSQL driver for the Gambas database 2 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access PostgreSQL databases. Package: gambas3-gb-db2-sqlite3 Description-md5: 51dee0bbff9d58781a4c05088588a18a Description-en: Gambas sqlite3 driver database 2 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access to sqlite3 databases from Gambas code. Package: gambas3-gb-dbus Description-md5: f8ea1f5a2b770839d30893a927b2ca4d Description-en: Gambas bindings for DBUS Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes Gambas bindings for the DBUS system. Package: gambas3-gb-dbus-trayicon Description-md5: ae953954eecd9f8a819935239203842d Description-en: System tray icon management for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to display a tray icon inside the system tray. Package: gambas3-gb-desktop Description-md5: 36eefd8c37426686698c41658a93e925 Description-en: Gambas Portland project compatibility component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides access to the xdg utilities. Package: gambas3-gb-desktop-x11 Description-md5: 0ebf8450eab091660e26bedb51eb3181 Description-en: Gambas Portland project compatibility component for X11 Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides access to the xdg X11 utilities. Package: gambas3-gb-eval-highlight Description-md5: 4cd48f53f458398a3bcffa3c978ab355 Description-en: Gambas syntax highlighting component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for syntax highlighting. Package: gambas3-gb-form Description-md5: 57b9a07640d6782a565c9d3be818055e Description-en: Gambas native form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component to serve as base for graphic components. Package: gambas3-gb-form-dialog Description-md5: 03189fb497dafcc2e74c6cdfe53abf32 Description-en: Gambas native dialog form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace dialog control. Package: gambas3-gb-form-editor Description-md5: ebb795776c69146ee445d18d3f7c7c3d Description-en: Gambas native editor form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides the TextEditor control, which is a text editor with syntax highlighting support. Package: gambas3-gb-form-htmlview Description-md5: 56416d7b8f5548d1cfbf50a7512fcde8 Description-en: Gambas lightweight HTML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides a HTML component that is based on litehtml. Package: gambas3-gb-form-mdi Description-md5: 98fd67e1838957962cf016cb20f4c97c Description-en: Gambas native mdi form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a native gambas component that implements the Workspace mdi control. Package: gambas3-gb-form-print Description-md5: b5a9230acf7bd9dd149bf71f85fed995 Description-en: Gambas print form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a gambas component that provides a generic print preview and a print dialog. Package: gambas3-gb-form-stock Description-md5: 6115495b4de23e17e7bf732f843865eb Description-en: Gambas form stock icons Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes support for stock form icons. Package: gambas3-gb-form-terminal Description-md5: 82909cf5c0258516978f8e2ff9666051 Description-en: Gambas terminal form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . A GUI component that provides a VT100-type terminal emulator widget. Package: gambas3-gb-gmp Description-md5: 5e500714bca83471b3040caf1ef19883 Description-en: Gambas GMP component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides an interface to the GNU Multiple Precision Arithmetic Library. Package: gambas3-gb-gsl Description-md5: 4165c04bfaa47087cc608952bda49d05 Description-en: Gambas GNU Scientific Library component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package uses the GNU Scientific Library. Package: gambas3-gb-gtk3 Description-md5: 3d9f18b7d5ce5aef3d48f1d761c89bfe Description-en: Gambas GTK+3 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . These are the GTK+3 components for Gambas. Package: gambas3-gb-gtk3-opengl Description-md5: 03d57f0655b698f9af302841faf43bb2 Description-en: Gambas OpenGL component with GTK+3 toolkit Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to integrate OpenGL in GTK+3 applications. Package: gambas3-gb-gtk3-wayland Description-md5: 4a60d5fabc7d3a3fe3c34b8a81ab76cb Description-en: Gambas GTK+3 Wayland component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the GTK+3 component to access Wayland. Package: gambas3-gb-gtk3-webview Description-md5: 6e9fc485d09d07556debef57ffce0770 Description-en: Gambas GTK+3 Webview component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use a WebKitGTK based browser component from GTK+3. Package: gambas3-gb-gtk3-x11 Description-md5: 68252c14f052c7f381a036fc18ed4662 Description-en: Gambas GTK+3 X11 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the GTK+3 component to access X11. Package: gambas3-gb-gui Description-md5: e1fa61b2a5a9450bb838f8675e7dc2d2 Description-en: Gambas graphical toolkit selector Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package just loads gb.gtk3 or gb.qt6. It will make your application more desktop-friendly! If the GB_GUI environment variable is set, then gb.gui will load the component specified by its contents. Package: gambas3-gb-hash Description-md5: 6c56b81cefbafc50349a7dec65343858 Description-en: Gambas hash component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides standard hashing functions. Package: gambas3-gb-highlight Description-md5: 8c8ac8e78a29beae8edc7099a18f1ab3 Description-en: Gambas syntax highlighting component based on definition files Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for syntax highlighting. Package: gambas3-gb-httpd Description-md5: fc9abe91540650b65fe9befac55e7049 Description-en: Gambas HTTP server Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides an embedded HTTP server for the interpreter. Package: gambas3-gb-image Description-md5: 0350d9bb584463a20e3e38e76108adad Description-en: Gambas image effects Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a new component for applying many various effects on images. The effects source code was ported from the KDE libkdefx library, which includes itself some ImageMagick algorithms, and from the KolourPaint program. Package: gambas3-gb-image-effect Description-md5: ead666dffb7f9ce7f7b49cecf27e73db Description-en: Gambas image effects: effects Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: image effects. Package: gambas3-gb-image-imlib Description-md5: 4301839cbcb334c79daabbc29bbdfd84 Description-en: Gambas image effects: IMLIB bindings Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: bings to IMLIB. Package: gambas3-gb-image-io Description-md5: b2787684e119c7eb11cf40f362968cfa Description-en: Gambas image effects: I/O Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Subcomponent for the image component: image I/O. Package: gambas3-gb-inotify Description-md5: 68663167333b304e0df49080ec3e39e2 Description-en: Gambas filesystem events monitoring component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to monitor filesystem events. Package: gambas3-gb-jit Description-md5: 336f89d7ce67813aa7b33df53f9799cf Description-en: Gambas Just-In-Time compiler component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a Just-In-Time compiler for Gambas. Package: gambas3-gb-libxml Description-md5: 882e38eb1c1bc5f158b0a910e510f10d Description-en: Gambas libxml component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings the power of the libxml libraries to Gambas. Package: gambas3-gb-logging Description-md5: 8edb32cd5ebac876c6c1de3e42006f47 Description-en: Gambas logging system component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings a flexible logging system for Gambas applications. Package: gambas3-gb-map Description-md5: 99ab81fc668fcdd64c4c6e881a7425c4 Description-en: Gambas online map viewer Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allowing to display maps from many different sources (Google Maps, OpenStreetMap). Package: gambas3-gb-markdown Description-md5: 14b7fcc798d6905d7cba414f99f14f82 Description-en: Gambas markdown convert component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to convert gambas markdown syntax to HTML. Package: gambas3-gb-media Description-md5: 3abd51afc84d7b5a2b9f34a64c569373 Description-en: Gambas media component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package is a simplified interface to the GStreamer library. Package: gambas3-gb-media-form Description-md5: aa68c4f761e47a20ab6f8b487dee37e2 Description-en: Gambas media player controls Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component provides media player control elements. Package: gambas3-gb-memcached Description-md5: b841fb492b3c9c138bb0a82becfaf035 Description-en: Gambas memcached client Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a memcached client. Package: gambas3-gb-mime Description-md5: ea532f6a9de06a7a742bb81ff18c090d Description-en: Gambas MIME message management Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package parses a string and converts it to a MIME message and the reverse. Package: gambas3-gb-mongodb Description-md5: 03badf5fe651d9b04970a62ce049d41f Description-en: Gambas MongoDB client Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to access MongoDB databases. Package: gambas3-gb-mysql Description-md5: 3aebe36f91e177fb941b686bd430df07 Description-en: Gambas MySQL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package creates MySQL statements and executes them. Package: gambas3-gb-ncurses Description-md5: 0e49774913039b09262e90ba3debff7a Description-en: Gambas NCurses component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package uses the NCurses library. Package: gambas3-gb-net Description-md5: a3654c86d0b052703c593bebd359866a Description-en: Gambas networking component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use TCP/IP and UDP sockets, and to access any serial ports. Package: gambas3-gb-net-curl Description-md5: 0e731bf3398b471acaa7161453e020dc Description-en: Gambas advanced networking component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows your programs to easily become FTP or HTTP clients. Package: gambas3-gb-net-pop3 Description-md5: 56f8de152f23e27484aea9027d9f1b3b Description-en: Gambas POP3 client implementation Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package retrieves mails using the POP3 protocol. Package: gambas3-gb-net-smtp Description-md5: 92208c5fc351d5dbc8fbdc9c498d8901 Description-en: Gambas smtp protocol component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows sending emails using smtp protocol. It contains one control, SmtpClient, that is used for defining the SMTP server, the SMTP port, the recipients, the sender, the subject, the mail contents, some attachments, and for finally sending the mail. Package: gambas3-gb-openal Description-md5: c8e82a17464cf109e6b62085a3dc1d40 Description-en: Gambas OpenAL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes an interface to the OpenAL 3D Audio library. Package: gambas3-gb-opengl Description-md5: 7ca05a7b4ec31fdac1c8f258f1687f76 Description-en: Gambas OpenGL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you 3D programming with OpenGL in gambas. Package: gambas3-gb-opengl-glsl Description-md5: 77055f5352b0f53131864567aab85667 Description-en: Gambas OpenGL component: GL Shading Language subcomponent Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package accesses the OPenGL Shading Language. Package: gambas3-gb-opengl-glu Description-md5: f52de93851be88109eb6d46ca9ab67b9 Description-en: Gambas OpenGL utility Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use the Mesa libraries to do 3D operations. Package: gambas3-gb-opengl-sge Description-md5: 5dec7e7c1fe18cdc3424fb2518c32117 Description-en: Gambas SDL Game Engine Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides a simple OpenGL game engine based on the MD2 format. Package: gambas3-gb-openssl Description-md5: 9ffbc303a685771b001f517437d6f1f5 Description-en: Gambas OpenSSL component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package provides the cryptographic functions available in OpenSSL. Package: gambas3-gb-option Description-md5: 5dbbf9a2a9962b63fe5575f5e53d6a89 Description-en: Gambas option component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for option parsing. Package: gambas3-gb-pcre Description-md5: 70f30e0b51c00cd9c6b911912349f1c0 Description-en: Gambas regexp component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This experimental component allows you to use Perl compatible regular expressions within gambas code. Package: gambas3-gb-pdf Description-md5: 0e796f0ba392ad6ff7af3272bd4d5a46 Description-en: Gambas pdf component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . PDF renderer component based on poppler library. Package: gambas3-gb-poppler Description-md5: 0c374c97afcf47deee6dbf243f10938d Description-en: Gambas poppler component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . PDF renderer component based on poppler-glib library. Package: gambas3-gb-qt6 Description-md5: cf84ba399c7eeae7b46c1131084b1751 Description-en: Gambas Qt5 GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas QT5 GUI component. Package: gambas3-gb-qt6-ext Description-md5: 7c06048d5e2e598efb688a5770f4da22 Description-en: Gambas extended Qt GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . Extension widgets for Qt5: currently only a rich text editor widget. Package: gambas3-gb-qt6-opengl Description-md5: a4adda0a225557076405db9465f81ca1 Description-en: Gambas OpenGL component with QT5 toolkit Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to integrate OpenGL in qt6 applications. Package: gambas3-gb-qt6-wayland Description-md5: d534b679acc932760d82957f1f18a427 Description-en: Gambas Qt5 Wayland component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the QT5 component to access Wayland. Package: gambas3-gb-qt6-webview Description-md5: ef2fe41c2d0cccfe2c11422467103369 Description-en: Gambas Qt5 Webview component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use a QtWebEngine based browser component from Qt5. Package: gambas3-gb-qt6-x11 Description-md5: 951b592ca5fd9717382926eb09f76109 Description-en: Gambas Qt5 X11 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows the QT5 component to access X11. Package: gambas3-gb-report Description-md5: 7cdbd7c55ea7a236753fb00c47920c79 Description-en: Gambas report component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package gives the tools and methods to create reports using Gambas. Package: gambas3-gb-report2 Description-md5: e69cd59e636186c19b95c8fa0607d217 Description-en: Gambas report2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package gives the tools and methods to create reports using Gambas report 2 package. Package: gambas3-gb-scanner Description-md5: 103a3f11766f5982e5d9cdc21b9d6339 Description-en: Gambas scanner component The Gambas scanner management library is a frontend of the ScanImage program provided by the sane toolkit. It allows one to easily manage scanner devices in Gambas code. . This package allows you to use and manage scanner devices in Gambas code. Package: gambas3-gb-sdl2 Description-md5: 7a9c9ed626231ef2a29da57f19e1463c Description-en: Gambas SDL2 component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package use the ttf fonts parts of the SDL2 library. If opengl drivers are installed it uses it to accelerate 2D and 3D drawing. Package: gambas3-gb-sdl2-audio Description-md5: 08f83f43b0d536a1e82bbab4a726e2f8 Description-en: Gambas SDL2 audio component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package use the audio image parts of the SDL2 library. It allows you to simultaneously play many sounds and a music stored in a file. Package: gambas3-gb-settings Description-md5: 306322693bef7e6b543771154faf34f1 Description-en: Gambas utilities class Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component made in Gambas providing several utilities. Package: gambas3-gb-signal Description-md5: eab27e5e094ef8fec507d329626df415 Description-en: Gambas OS signal library Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the component for access to OS signals. Package: gambas3-gb-term Description-md5: 51cfc2cc1e1ba49a4ee142b5590ab860 Description-en: Terminal manager for Gambas Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to manage terminals, with an API very close to the one provided by the operating system. Package: gambas3-gb-term-form Description-md5: 04047bd26dd3fe2fad1153a19be50792 Description-en: Gambas GUI terminal form component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . A component for making the GUI of terminal applications. Package: gambas3-gb-util Description-md5: 1bb722c780ea2eb30a370f9c52321d92 Description-en: This component provides many useful utility methods or classes Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use many useful utilities methods or classes, such as: CSV file read and decode, date and time functions, file utility functions, shell methods, string utility functions. Package: gambas3-gb-util-web Description-md5: c7ed7c4ebf33bc1bebbd73519a4b2c2f Description-en: This component provides many utilities useful for web applications Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows you to use many utilities useful for web applications, such as: decode and encode the JSON format and dealing with URL strings. Package: gambas3-gb-v4l Description-md5: 410a97a5c8471b7eafd5b9186794a272 Description-en: Gambas video for Linux component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component to use v4l with gambas. Package: gambas3-gb-vb Description-md5: 86ba2c1dddc3babf966a3079afd5390b Description-en: Gambas Visual Basic(tm) compatibility component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component to give compatibility with some MS Visual Basic functions. Package: gambas3-gb-web Description-md5: 33d00ec5a9cf1b88ae068c5385cb4688 Description-en: Gambas CGI for web applications Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This is a component for making CGI web applications using gambas, with an ASP-like interface. Package: gambas3-gb-web-feed Description-md5: 876a7132a10279d029ffe20dcc7366be Description-en: Gambas web feed parser and generator Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to parse and generate a web feed. Package: gambas3-gb-web-form Description-md5: be24201d44f2fc884e3ea96de6b1a3d1 Description-en: Gambas web application component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to make the GUI of a web application with the IDE form editor. Package: gambas3-gb-web-gui Description-md5: d042817ad2fa166f202d6fc35f0e309e Description-en: Gambas web application GUI component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This component allows one to develop a web application by following a model similar to classic GUI applications. . This is preferred over the gambas3-gb-web-form component. Package: gambas3-gb-xml Description-md5: cedeedc9dd02ddc6e5cffe2d32deb852 Description-en: Gambas XML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package brings the power of the xml libraries to Gambas. Package: gambas3-gb-xml-html Description-md5: a7eadaf2dc201a87673e16b6eaa1c18d Description-en: Gambas HTML component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows using HTML generator. Package: gambas3-gb-xml-rpc Description-md5: e2cedab517ba7767a839955f20846623 Description-en: Gambas RPC component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package allows using RPC from a Gambas application. Package: gambas3-gb-xml-xslt Description-md5: 51b5ec811a19abb92acaeda56eda2983 Description-en: Gambas XSLT component Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). This package brings the power of the libxslt libraries to Gambas. Package: gambas3-ide Description-md5: 473e5a716aa1548d2eabd6260aa08130 Description-en: Visual development environment for the Gambas programming language Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas Development Environment. Package: gambas3-runtime Description-md5: e3f7113f62122b80c5acf2c6b73ec718 Description-en: Gambas runtime interpreter Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the Gambas interpreter needed to run Gambas applications. Package: gambas3-scripter Description-md5: 2707920b7db74b56b53dcd256d975617 Description-en: Gambas scripter Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic(tm) (but it is NOT a clone!). . This package includes the needed files to use Gambas as a scripting language. Package: gcc-mingw-w64 Description-md5: 186a2a61eb56afd112def7e23ba6c0ba Description-en: 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. Package: gcc-mingw-w64-base Description-md5: c672bcae021d4c3e369501f16896add5 Description-en: 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. Package: gcc-mingw-w64-i686 Description-md5: 1df9e48aacb272ce9615f670323ec4b7 Description-en: 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. Package: gcc-mingw-w64-i686-posix Description-md5: aaea0a71bcf8004dbff53ab14cdc680c Description-en: 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. Package: gcc-mingw-w64-i686-posix-runtime Description-md5: 8cf4db2a61554a8b638d718263fa1896 Description-en: 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. Package: gcc-mingw-w64-i686-win32 Description-md5: 9d97b15b1a36742b6f1c0af43e50bd9e Description-en: 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. Package: gcc-mingw-w64-i686-win32-runtime Description-md5: 388de3e4d18656b3a94b84c4a51659cf Description-en: 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. Package: gcc-mingw-w64-x86-64 Description-md5: cfe2f1984459e655ca7197df3f410b29 Description-en: 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. Package: gcc-mingw-w64-x86-64-posix Description-md5: 6a3f3e94c5611377c2ca02e8e014ab3a Description-en: 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. Package: gcc-mingw-w64-x86-64-posix-runtime Description-md5: a45e6da30baf0e44fb002221b7820e3f Description-en: 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. Package: gcc-mingw-w64-x86-64-win32 Description-md5: caa3be7db7eeed56498fd7c4fb27f2b2 Description-en: 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. Package: gcc-mingw-w64-x86-64-win32-runtime Description-md5: 6a92bf4ba77035bbc3f428c93f7fd133 Description-en: 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. Package: gedit Description-md5: 6f23bb18bd5efec9c9262b1291b92a8e Description-en: popular text editor for the GNOME desktop environment gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI). . gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support. . gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. Package: gedit-common Description-md5: 9a2ba6b65039f4dd4bc79817d53867ce Description-en: popular text editor for the GNOME desktop environment (support files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. . This package contains gedit's architecture-independent support files. Package: gedit-dev Description-md5: a545cd6b5325d1fe68e9ee7abb9518e0 Description-en: popular text editor for the GNOME desktop environment (dev files) gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI). . gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support. . gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. . This package is required to build plugins for gedit. Package: gensio-bin Description-md5: ca67e831dbbbabdb38423807939b6247 Description-en: abstract stream I/O (command line tool) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the command line tool. Package: genwqe-tools Description-md5: 2df62bffda3a05a5d04ac79b7e33d99c Description-en: utilities for accelerated libz implementation Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides utilities to use libzADC, as well as gzip/gunzip names for genwqe utilities in a subdirectory not in $PATH. Package: geophar Description-md5: c3acc8ca9907ae13522455d6c16ff829 Description-en: Swiss army knife for the math teacher this application contains every tool you would like to find when preparing math courses, exercises or their keys. Features: - symbolic calculus - tables of variations, LaTeX syntax - dynamic geometry - probability trees - graphs - function plotting - histograms, etc. Package: gfortran-mingw-w64 Description-md5: 226bdce350b0262f3c77b87c36299c88 Description-en: 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. Package: gfortran-mingw-w64-i686 Description-md5: 8514229bdbe4d596f03ba9790bbcfd2a Description-en: 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. Package: gfortran-mingw-w64-i686-posix Description-md5: 8a0592c2734bdbf3cad2e63b33589d7c Description-en: 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. Package: gfortran-mingw-w64-i686-win32 Description-md5: 189f58f8edc956cf8be003dc5d75ed39 Description-en: 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. Package: gfortran-mingw-w64-x86-64 Description-md5: f81944970a0452452936b0dfcfe0605b Description-en: 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. Package: gfortran-mingw-w64-x86-64-posix Description-md5: 416377ec0777856235543e1a2b85afce Description-en: 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. Package: gfortran-mingw-w64-x86-64-win32 Description-md5: 8d5bee720a90108f09b45c667c3c492e Description-en: 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. Package: ghostwriter Description-md5: 56da59e1199bfd4a4c41bbab4c7490f4 Description-en: Distraction-free, themeable Markdown editor ghostwriter is a Markdown editor that provides a themable, distraction-free writing environment, along with a live HTML preview as you type, easy document navigation with an outline HUD, and export to popular document formats with Sundown, Pandoc, MultiMarkdown, Discount, cmark, or cmark-gfm processors. It also features a live word count and auto-save. Eliminate distractions in fullscreen mode, or concentrate on the current text you are writing in focus mode. It even remembers your last opened file and position within the file, so you can pick up where you last left off. Package: gir1.2-cogl-1.0 Description-md5: 148c6f8cbdcd16e6500ac32753a34daf Description-en: GObject introspection data for the Cogl 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl. Package: gir1.2-coglpango-1.0 Description-md5: 9add089f4444192d7be4e46f724bc4b0 Description-en: GObject introspection data for the CoglPango 1.0 library This package contains introspection data for the Clutter scene graph library. . It can be used by packages using the GIRepository format to generate dynamic bindings for libcogl-pango. Package: gir1.2-flatpak-1.0 Description-md5: d56a77ab2a71ace5e8bdb87dcec05c28 Description-en: Application deployment framework for desktop apps (introspection) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package can be used by other packages using the GIRepository format to generate dynamic bindings for libflatpak0. Package: gir1.2-garcon-1.0 Description-md5: 9e68bf6e334fd15da89f853771e09c4e Description-en: Typelib file for garcon garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package provides the introspection data for garcon. Package: gir1.2-garcongtk-1.0 Description-md5: 87146d9ae71f2dbaa736a15f2ff7012b Description-en: Typelib file for garcon GTK garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package provides the introspection data for garcon GTK. Package: gir1.2-ostree-1.0 Description-md5: a8a0c2ac9194d894a8dd2584c5f178a3 Description-en: content-addressed filesystem for operating system binaries (introspection) libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains GObject-Introspection metadata, which can be used to generate dynamic bindings into languages such as Python and JavaScript. Package: gir1.2-tepl-6 Description-md5: 14b7f86549ddc04a491c8e63a316d554 Description-en: Text editor library for GTK - GObject introspection libgedit-tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for “Text editor product line”. It serves as an incubator for GtkSourceView. . This package contains the GObject introspection binding. Package: git-annex Description-md5: 88efc7abdf2a743a6caeeb3db7c83733 Description-en: manage files with git, without checking their contents into git git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the power and distributed nature of git to bear on your large files with git-annex. . It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with dozens of cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. . git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. Package: gnat-mingw-w64 Description-md5: 1562dadaf2bdac519bb9c18b81e84dc7 Description-en: 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. Package: gnat-mingw-w64-i686 Description-md5: ebdcd25cfbe0ca4c6add299e73634239 Description-en: 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. Package: gnat-mingw-w64-i686-posix Description-md5: d3d4f50a6680407f291d49171d48eaf4 Description-en: 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. Package: gnat-mingw-w64-i686-win32 Description-md5: ca2e7efc6aa8646c992d40a727079873 Description-en: 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. Package: gnat-mingw-w64-x86-64 Description-md5: 0328018315680f1cb26ea975661e7c0a Description-en: 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. Package: gnat-mingw-w64-x86-64-posix Description-md5: c8efde02816ce5b6297ec4a53754a4c7 Description-en: 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. Package: gnat-mingw-w64-x86-64-win32 Description-md5: b51b502172020254cc2e28dc8bc50333 Description-en: 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. Package: gnome Description-md5: 984c5028c0ccad6f8854b311229d0985 Description-en: Full GNOME Desktop Environment, with extra components This is the GNOME Desktop environment, an intuitive and attractive desktop, with extra components. . This metapackage depends on the standard distribution of the GNOME desktop environment, plus a complete range of plugins and other applications integrating with GNOME and Debian, providing the best possible environment to date. Package: gnome-api-docs Description-md5: 496b00afa16f37c71dba791811e45f2a Description-en: API reference documentation for the GNOME libraries This metapackage brings all available API documentation for the libraries of the GNOME platform, as well as their important dependencies. This should be most of the documentation you need to write GNOME applications. . This documentation is best viewed within the devhelp documentation browser. Package: gnome-connections Description-md5: 9b5b85db431b07e23e45d7d5b21f6b89 Description-en: Simple GNOME app to access remote computers GNOME Connections is a desktop client to view or use remote computers using VNC or RDP. The app is intentionally simple and easy to use. . GNOME Connections replaces the remote desktop functionality that was previously found in GNOME Boxes. Package: gnome-core Description-md5: fcab6512392d98bcda40d798ee6af273 Description-en: GNOME Desktop Environment -- essential components These are the core components of the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on a basic set of programs, including a file manager, an image viewer, a web browser, a video player and other tools. . It contains the official “core” modules of the GNOME desktop. Package: gnome-devel Description-md5: 4b80f7ee218a9bd537ce4990cb1bc0fd Description-en: GNOME Desktop Environment -- development tools These are the development tools of the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on a recommended set of applications to develop new programs for GNOME. Package: gnome-games Description-md5: 2443e597e8cb9da0c471d6ba50ef9a22 Description-en: games for the GNOME desktop These are the games from the official GNOME release. They have the look and feel of the GNOME desktop, but can be used without it. . Games are now split in separate packages; this metapackage brings all of them but they can be installed separately. Package: gnome-platform-devel Description-md5: 7bf26e57deae6cf1571f41b9eebefca1 Description-en: GNOME development platform These are the development components that are part of the development “platform” for the GNOME Desktop environment, an intuitive and attractive desktop. . This metapackage depends on the recommended components to develop and build applications using GNOME technologies. Most of these components have long-term API stability guarantees. Package: gobjc++-mingw-w64 Description-md5: dc7e3abeb026ad5da4a85f91fa070a74 Description-en: 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. Package: gobjc++-mingw-w64-i686 Description-md5: 0517df82def24a8915a4a2be58749172 Description-en: 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. Package: gobjc++-mingw-w64-i686-posix Description-md5: 6e63256af7f3fdead5ba0305c626eac5 Description-en: 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. Package: gobjc++-mingw-w64-i686-win32 Description-md5: 0696c94a708736812e65ad9a40746273 Description-en: 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. Package: gobjc++-mingw-w64-x86-64 Description-md5: bb20907e50d2659494026949f23b16cc Description-en: 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. Package: gobjc++-mingw-w64-x86-64-posix Description-md5: ebf58359e18f213c08d8b10411f94cf7 Description-en: 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. Package: gobjc++-mingw-w64-x86-64-win32 Description-md5: 5551ceb3abf97239c8901e039dc560c8 Description-en: 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. Package: gobjc-mingw-w64 Description-md5: 7fe2ecb47243cc07bea99018742991b0 Description-en: 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. Package: gobjc-mingw-w64-i686 Description-md5: 172fe07dd1538747126285978c1061e8 Description-en: 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. Package: gobjc-mingw-w64-i686-posix Description-md5: 3be549903ba16400e761d50360f234a9 Description-en: 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. Package: gobjc-mingw-w64-i686-win32 Description-md5: f53953ed988e77ca04a5e9a57d390e32 Description-en: 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. Package: gobjc-mingw-w64-x86-64 Description-md5: 11ea58d29c4f5d92c7dc744cf90b0af6 Description-en: 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. Package: gobjc-mingw-w64-x86-64-posix Description-md5: 9f75b5920ef296d65897332a582bfac6 Description-en: 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. Package: gobjc-mingw-w64-x86-64-win32 Description-md5: 4ea5963c05fed1a60c996954e71f2d0a Description-en: 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. Package: golang-github-prometheus-community-pro-bing-dev Description-md5: 4047066c121764f5a4752cd724af1081 Description-en: library for creating continuous probers A simple but powerful ICMP echo (ping) library for Go, inspired by go-ping and go-fastping. Package: golang-github-snapcore-snapd-dev Description-md5: a2d3a19f6630f9476511151dac13666a Description-en: snappy development go packages. Use these to use the snappy API. Package: golang-github-ubuntu-core-snappy-dev Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: golf Description-md5: e3b1f8e07f94928edf30e3d7ec1a9a32 Description-en: Programming language for web services Programming language, tools, framework and application server for web services, web applications and command-line programs. Golf is memory safe and high performance, with code that is easy to read and write. Package: gourmand Description-md5: f1993cd7e57731540e2e71e07286e4b4 Description-en: Recipe organizer and shopping list generator Gourmet Recipe Manager is a gtk-based application to store, organize and search recipes. . Features: * Makes it easy to create shopping lists from recipes. * Imports recipes from a number of sources, including MealMaster and MasterCook archives and several popular websites. * Exports recipes as PDF files, plain text, MealMaster files, HTML web pages, and a custom XML format for exchange with other Gourmet users. * Supports linking images with recipes. * Can calculate nutritional information for recipes based on the ingredients. Package: gourmet Description-md5: be6a169e83fb5a14cbdf34432b3aaacd Description-en: transitionnal package to install gourmand This is a transitional dummy package, it can be safely removed. Package: grub-coreboot Description-md5: 24bd58f91c5eb109ee5e6d95810f1702 Description-en: GRand Unified Bootloader, version 2 (Coreboot version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This is a dependency package for a version of GRUB that has been built for use with platforms running the Coreboot firmware. Installing this package indicates that this version of GRUB should be the active boot loader. Package: grub-coreboot-bin Description-md5: be941282995956a28b42e4848b6d427b Description-en: GRand Unified Bootloader, version 2 (Coreboot modules) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package contains GRUB modules that have been built for use with platforms running the Coreboot firmware. It can be installed in parallel with other flavours, but will not automatically install GRUB as the active boot loader nor automatically update grub.cfg on upgrade unless grub-coreboot is also installed. Package: grub-coreboot-dbg Description-md5: ee3f45ba8ef408dea3b4e172ff46a041 Description-en: GRand Unified Bootloader, version 2 (Coreboot debug files) This package contains debugging files for grub-coreboot-bin. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-efi-amd64-signed-template Description-md5: 6505085992cc3617973cb57dcebc7eeb Description-en: GRand Unified Bootloader, version 2 (EFI-AMD64 signing template) This package contains template files for grub-efi-amd64-signed. This is only needed for Secure Boot signing. Package: grub-emu Description-md5: eaa24f3f146f8d2e05f7109f088cfa8b Description-en: GRand Unified Bootloader, version 2 (emulated version) This package contains grub-emu, an emulated version of GRUB. It is only provided for debugging purposes. Package: grub-emu-dbg Description-md5: 4066695808b06e6425e6d4c1f6d4205e Description-en: GRand Unified Bootloader, version 2 (emulated debug files) This package contains debugging files for grub-emu. You only need these if you are trying to debug GRUB using its GDB stub. Package: grub-firmware-qemu Description-md5: cc3754b92a7e1d8e16c04265627088b6 Description-en: GRUB firmware image for QEMU This package contains a binary of GRUB that has been built for use as firmware for QEMU. It can be used as a replacement for other PC BIOS images provided by seabios, bochsbios, and so on. . In order to make QEMU use this firmware, simply add `-bios grub.bin' when invoking it. . This package behaves in the same way as GRUB for coreboot, but doesn't contain any code from coreboot itself, and is only suitable for QEMU. If you want to install GRUB as firmware on real hardware, you need to use the grub-coreboot package, and manually combine that with coreboot. Package: grub-linuxbios Description-md5: 8d63829707a75c424f8ce33f10391cc0 Description-en: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package that depends on grub-coreboot. Package: grub-rescue-pc Description-md5: 5e771fe83a2112f4f90cabc9f93cbd47 Description-en: GRUB bootable rescue images, version 2 (PC/BIOS version) This package contains three GRUB rescue images that have been built for use with the traditional PC/BIOS architecture: . - grub-rescue-floppy.img: floppy image. - grub-rescue-cdrom.iso: El Torito CDROM image. - grub-rescue-usb.img: USB image. Package: grub-theme-starfield Description-md5: 52232de4094a1dafa8ade1df40ec6451 Description-en: GRand Unified Bootloader, version 2 (starfield theme) This is the default theme for GRUB's graphical menu. Package: grub-xen-host Description-md5: fd8c60ce62b7d58e25af7b045851f73b Description-en: GRand Unified Bootloader, version 2 (Xen host version) GRUB is a portable, powerful bootloader. This version of GRUB is based on a cleaner design than its predecessors, and provides the following new features: . - Scripting in grub.cfg using BASH-like syntax. - Support for modern partition maps such as GPT. - Modular generation of grub.cfg via update-grub. Packages providing GRUB add-ons can plug in their own script rules and trigger updates by invoking update-grub. . This package arranges for GRUB binary images which can be used to boot a Xen guest (i.e. PV-GRUB) to be present in the control domain filesystem. Package: grub2 Description-md5: bbb470013d1f2450dba730f10fbd09b4 Description-en: GRand Unified Bootloader, version 2 (dummy package) This is a dummy transitional package to handle GRUB 2 upgrades. It can be safely removed. Package: gshutdown Description-md5: ee97b4df0e39068e484578e7e1eb9f2d Description-en: Graphical shutdown utility and shutdown timer GShutdown is a utility which allows you to schedule the shutdown or restart of your computer. With it you can simply and quickly choose the turn off time at either a specific time or after a countdown. . The graphical user interface uses Gtk+2. Package: guile-fibers Description-md5: 380ebade345d1303117eda1718feee69 Description-en: Guile library with facility to provide Go-like concurrency Fibers is a facility that provides Go-like concurrency for Guile Scheme, in the tradition of Concurrent ML. . This package contains the Guile Fibers modules. Package: halide19-api-doc Description-md5: 370789d1cf6a8d7ef1504cc008bdce81 Description-en: fast, portable computation on images and tensors (Doxygen documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains Doxygen-generated API documentation. Package: hamradio-files Description-md5: cf27175dc09c6225c4bda8a66851a783 Description-en: Ham radio call sign and prefix lists Ham radio call signs start with prefixes that indicate which country issued their license. The country files are listings of these prefixes together with exceptions for use in logging software. The Super Check Partial database files provide a list of call signs used by active contesters. . Contained files: * cty.csv, cty.dat ("bigcty" from country-files.com) * MASTER.SCP (from supercheckpartial.com) * WAG_call_history.txt (from www.dk9tn.de/downloads.php) Package: hexagonrpcd Description-md5: 5074b86965d0099394d3b6303d3e534f Description-en: Daemon to communicate with Qualcomm DSPs Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains hexagonrpcd, a daemon used to communicate with the Context Hub Runtime Environment (a DSP program that manages sensors) using the FastRPC protocol. Package: httpdirfs Description-md5: e83427a9ef2b2014d708d1099b7a17d2 Description-en: filesystem client for HTTP directory listings httpdirfs is program that can be used to mount HTTP directory listings (generated using an Apache DirectoryIndex, for example) as a virtual filesystem through the FUSE interface. It supports HTTP basic authentication. Package: hwctl Description-md5: 7e4fea27551a456a3cb0c131e1309fba Description-en: Tool for checking Ubuntu hardware certification status - Rust source code A command-line interface that checks whether your hardware has been certified for use with Ubuntu. It uses the hwlib library to collect system information and query Ubuntu's Hardware Certification database. . The tool provides an easy way to: * Check if your exact device model or a similar one is Ubuntu certified * See which Ubuntu releases your hardware is certified for * Verify the certification status of your system . This tool is particularly useful for system administrators and users who want to verify hardware compatibility with Ubuntu. Package: id-utils Description-md5: 3f85175a34f0d5e2c543d52fd8a2607f Description-en: Fast, high-capacity, identifier database tool Actually, the term `identifier' is too limiting--`mkid' stores tokens, be they program identifiers of any form, literal numbers, or words of human-readable text. Database queries can be issued from the command-line, or from within emacs, serving as an augmented tags facility. Package: idle Description-md5: caa84bc1c10b5a5e1a8c46a5b4afa275 Description-en: IDE for Python using Tkinter (default version) IDLE is an Integrated Development Environment for Python. IDLE is written using Tkinter and therefore quite platform-independent. . This package is a dependency package, which depends on Debian's default Python 3 version's IDLE (currently v3.13). Package: idle-python3.12 Description-md5: 4a4668eb66afcf983d1db1098428dd56 Description-en: IDE for Python (v3.12) using Tkinter IDLE is an Integrated Development Environment for Python (v3.12). IDLE is written using Tkinter and therefore quite platform-independent. Package: iem-plugin-suite-standalone Description-md5: 1d3c913ada5f31ac2e982f47649c6580 Description-en: IEM's spatialization suite - standalone The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins as standalone applications. Package: iem-plugin-suite-vst Description-md5: 893ce8f20b61f2ab7337e8558a9b1388 Description-en: IEM's spatialization suite - VST2 plugins The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins so they can be used by VST2 hosts. Package: iem-plugin-suite-vst3 Description-md5: 8052a1e1d33d15c8029bb4f95c975c2e Description-en: IEM's spatialization suite - VST3 plugins The IEM Plug-in Suite is an audio plugin suite created at the Institute of Electronic Music and Acoustics (Graz, Austria). It features Higher-Order Ambisonic plug-ins (up to 7th order), among them a number of state of the art encoders, directional compressors, directivity shapers, delay and reverb effects and analysis tools. . This package provides the plugins so they can be used by VST3 hosts. Package: igblast Description-md5: 2962314d8994f10816be6f57d21f8ffc Description-en: Immunoglobulin and T cell receptor variable domain sequence analysis IgBLAST allows users to view the matches to the germline V, D, and J genes, details at rearrangement junctions, the delineation of IG V domain framework regions, and complementarity determining regions. IgBLAST has the capability to analyse nucleotide and protein sequences, and can process sequences in batches. Furthermore, IgBLAST allows searches against the germline gene databases and other sequence databases simultaneously to minimize the chance of missing possibly the best matching germline V gene. Package: iitii Description-md5: f8f21c228a680792196979ade50ba626 Description-en: Implicit Interval Tree with Interpolation Index Iitii is a data structure for indexing begin/end position intervals, such as genomic feature annotations, and answering requests for all items overlapping a query interval. Building on cgranges by Heng Li, iitii explores ideas from DBMS interpolation search and learned index structures to speed up queries on large datasets. Package: isal Description-md5: 7f9035928ec89f5e08326038dda3a0d1 Description-en: Intel(R) Intelligent Storage Acceleration Library - tools Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains CLI tools. Package: isoimagewriter Description-md5: 95a2c09abcd1ae295cb961a6f2d788e4 Description-en: write hybrid iso files to usb ISO Image Writer is a simple GUI application for creating bootable USB flash drives from hybrid ISO files, such as Linux distribution live images and installers. It does not modify the image before writing, so it is also safe for use with the Debian installer. . This package is part of the KDE System module. Package: isync Description-md5: 16c7d48e3209c22c00beb4a984df85c3 Description-en: IMAP and MailDir mailbox synchronizer mbsync/isync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode. . Features: * Fine-grained selection of synchronization operations to perform * Synchronizes single mailboxes or entire mailbox collections * Partial mirrors possible: keep only the latest messages locally * Trash functionality: backup messages before removing them IMAP features: * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; CRAM-MD5 for authentication * Supports NAMESPACE for simplified configuration * Pipelining for maximum speed (currently only partially implemented) Package: jbmc Description-md5: 70bc56bc794696ba3c239e8afdf2b1ac Description-en: bounded model checker for Java programs JBMC generates traces that demonstrate how an assertion can be violated, or proves that the assertion cannot be violated within a given number of loop iterations. Package: juk Description-md5: 79abb73f33494c5f81d84ee96a4badd4 Description-en: music jukebox / music player JuK is a powerful music player capable of managing a large music collection. . Some of JuK's features include: * Music collection, playlists, and smart playlists * Tag editing support, including the ability to edit multiple files at once * Tag-based music file organization and renaming * CD burning support using k3b * Album art using Google Image Search . This package is part of the KDE multimedia module. Package: kaccounts-integration Description-md5: 4b8a54e45cf691d02fcee0b7ecc52391 Description-en: integration for Accounts-SSO and SignOn-SSO KAccounts Integration provides a way to share accounts data such as login tokens and general user information (like usernames and such) between various applications. Package: kalk Description-md5: cae7155f2399a137349372c482f2717b Description-en: Powerful cross-platform calculator based on the Kirigami framework Kalk is a convergent calculator application built with the Kirigami framework. Although it is mainly targeted for mobile platforms, it can also be used on the desktop. . Originally starting as a fork of Liri calculator, Kalk has gone through heavy development, and no longer shares the same codebase with Liri calculator. Package: kalzium Description-md5: 67d773ea4e03fd7ca0c86204051e26c8 Description-en: periodic table and chemistry tools Kalzium is a full-featured chemistry application, including a Periodic Table of Elements, chemical reference, chemical equation solver, and 3D molecule viewer. . This package is part of the KDE education module. Package: kalzium-data Description-md5: 9c6c7933ca013eda471dbd3ad78d1d8e Description-en: data files for Kalzium This package contains architecture-independent data files for Kalzium, the KDE periodic table application. . This package is part of the KDE education module. Package: kamailio Description-md5: 3b9808665d86120a31874a338e582585 Description-en: very fast, dynamic and configurable SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, kamailio can handle thousands requests per second even on low-budget hardware. It can be configured to act as a SIP proxy, application server, session border controller, or call load balancer to handle a set of media servers. . A C Shell like scripting language provides full control over the server's behaviour. It's easy to integrate Kamailio with 3rd party API's and applications using HTTP, AMQP, database drivers, LDAP, Radius and many other solutions. In addition there is support for scripting using Lua, Python, Perl, Java. . Kamailio's modular architecture allows only required functionality to be loaded. There are over 100 modules available: WebSockets for WebRTC, authentication, multiple databases - both traditional SQL databases as well as no-SQL, message bus systems like Rabbit MQ, instant messaging, a presence agent, integration with REST-ful APIs using HTTP and JSON or XML, radius authentication, record routing, an SMS gateway, a XMPP/jabber gateway, a transaction and dialog module, OSP module, statistics support, registrar and user location services, SNMP, SIMPLE Presence and much more. . This package contains the main Kamailio binary along with the principal modules and support binaries. Package: kamailio-autheph-modules Description-md5: e80feac6503dfc23b0b8833138f225df Description-en: authentication using ephemeral credentials for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the ephemeral authentication module for Kamailio, enabling authentication using a Restful HTTP API. Package: kamailio-berkeley-bin Description-md5: 239ed22252bef8c6ab31de881898378c Description-en: Berkeley database module for Kamailio - helper program Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides helper modules for the Berkeley database module for Kamailio, a high-performance embedded DB kernel. You should normally install kamailio-berkeley-modules and not this package directly. Package: kamailio-berkeley-modules Description-md5: afe21acd6a81996d52c56d67c65cd8f1 Description-en: Berkeley database module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Berkeley database module for Kamailio, a high-performance embedded database. All database tables are stored in files, no additional server is necessary. Package: kamailio-cnxcc-modules Description-md5: 3d59c0d88b6e3024f973200765504fc0 Description-en: cnxcc modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the cnxcc call charging control module for Kamailio. Package: kamailio-cpl-modules Description-md5: acc08d42c21651499c8ae0c0e2615207 Description-en: CPL module (CPL interpreter engine) for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a CPL (Call Processing Language) interpreter for Kamailio, turning Kamailio into a CPL server (storage and interpreter). Package: kamailio-erlang-modules Description-md5: 81dd7fccd6b7b252e7247bc36e64f9ee Description-en: Erlang modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This Kamailio module provides interaction with the Erlang node from the Kamailio SIP routing scripts. The module allows sending, receiving Erlang messages and RPC calls between each other. Package: kamailio-extra-modules Description-md5: 079f2a90de4b8c8433a45d4c221ee024 Description-en: Extra modules for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of modules for compression of SIP attachments, UUID usage, JSON data structure support, HTTP restful API asynchronous access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client Package: kamailio-geoip2-modules Description-md5: bb2968f9479079a613c83dc80911f1d5 Description-en: geoip2 module for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the geoip2 module, an extension enabling real-time queries against the Max Mind GeoIP2 database within the Kamailio configuration file. Package: kamailio-ims-modules Description-md5: 9f40af666cd6a9dd0fe3d4272bd00ce0 Description-en: IMS module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains various Diameter interfaces and modules for Kamailio to run as an IMS core. Package: kamailio-json-modules Description-md5: 096739f186c290e3b7f40d8d29087d16 Description-en: Json parser and Json-RPC modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a JSON parser for use in the Kamailio configuration file and the JSON-RPC client over netstrings. Package: kamailio-kafka-modules Description-md5: 6f44290ff565783723f0191e7cb54dd4 Description-en: Kafka module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an embedded kafka producer using librdkafka. Package: kamailio-kazoo-modules Description-md5: 8d9132d1dc3d008b539e3a8adf13ed13 Description-en: kazoo modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Kazoo application server integration module for Kamailio. Package: kamailio-ldap-modules Description-md5: a1f37e4d883caccb2b182a8e04087683 Description-en: LDAP modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the ldap and h350 modules for Kamailio, enabling LDAP queries from the Kamailio routing scripts and storage of SIP account data in an LDAP directory. Package: kamailio-lua-modules Description-md5: e78678d1eea14c5a28d0b5756a863786 Description-en: app_lua module for Kamailio Lua support Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_lua module, an extension allowing to execute embedded Lua applications within the configuration file as well as writing the entire configuration file in Lua. Package: kamailio-lwsc-modules Description-md5: 651a0529537101bebec504571b00408a Description-en: Libwebsockets module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the lwcs module, which provides a client-side WebSockets API through libwebsockets. Package: kamailio-memcached-modules Description-md5: 8a1b5b6a49b64c3f266fd53f56497b9b Description-en: interface to the memcached server, for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the memcached module, an interface to the memcached server, a high-performance, distributed memory object caching system. Package: kamailio-microhttpd-modules Description-md5: f414917140b7589791acfc739ce72745 Description-en: Microhttpd module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an embedded HTTP server using libmicrohttpd. Package: kamailio-mongodb-modules Description-md5: 58f5fcbe5e3436900cb006c7801b2a3b Description-en: mongodb modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the mongodb database driver and non-db connector for Kamailio. Package: kamailio-mqtt-modules Description-md5: 54a4a3f05924c755b672e6ab7fb71880 Description-en: MQTT modules for the Kamailio SIP Server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . MQTT module allows bidirectional publish/subscribe communication by connecting Kamailio to a MQTT Broker. . Messages can be published from any point in the routing script. Also the subscriptions can be fully controlled by scripting commands. Package: kamailio-mysql-modules Description-md5: e5dd14628ca6789f21ca41a164f8564a Description-en: MySQL database connectivity module for Kamailio Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the MySQL database driver for Kamailio. Package: kamailio-nats-modules Description-md5: 98fadf1e6efe7d33f5087da03212f3e6 Description-en: Nats module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the nats module, which provides a NATS consumer for Kamailio. NATS is a real time distributed messaging platform, more details about it can be found at nats.io. Package: kamailio-outbound-modules Description-md5: 5e14e36508e7f1a32376829e888acef5 Description-en: SIP Outbound module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the "outbound" module implementing SIP outbound extension Package: kamailio-perl-modules Description-md5: cfe9d19e4e30f4e71986827ded62b2ab Description-en: Perl extensions and database driver for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides an interface for Kamailio to write Perl extensions and the perlvdb database driver for Kamailio. Package: kamailio-phonenum-modules Description-md5: 28e6546f656f4fa8735fbba63db8bf4a Description-en: phonenum modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides real-time queries against the libphonenumber to be performed directly from the Kamailio configuration and routing scripts. Package: kamailio-postgres-modules Description-md5: 8352e89f5d321aac333965c2b466bead Description-en: PostgreSQL database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the PostgreSQL database driver for Kamailio. Package: kamailio-presence-modules Description-md5: c1834ec77d4cce2de4cb832201049c17 Description-en: SIP presence modules for Kamailio Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides several Kamailio modules for implementing a presence server and presence user agent for rich presence, registrar-based presence, external triggered presence with SIMPLE and XCAP support, as well as a set of other SIP event packages.. Package: kamailio-python3-modules Description-md5: 5bd97b896aa3add6a41b618dc7ba976b Description-en: app_python3 module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_python3 module, an extension allowing to execute embedded Python applications within the Kamailio SIP routing script. Package: kamailio-rabbitmq-modules Description-md5: 291676c921cf99398a1ab3d788565fb9 Description-en: RabbitMQ and AMQP integration modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the RabbitMQ module for Kamailio, enabling AMQP integration into the SIP routing scripts for third party service support. Package: kamailio-radius-modules Description-md5: 5aa030dd29538d295aa0cf0940e5b5d0 Description-en: RADIUS modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of RADIUS modules for Kamailio, for authentication, peering, group membership and messages URIs checking against a RADIUS server. Package: kamailio-redis-modules Description-md5: 2a2e0163eb31c5413dfc1f2ff9e82735 Description-en: Redis database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the Redis NOSQL database driver for Kamailio. Package: kamailio-ruby-modules Description-md5: 9950deeb75bcae73dad9ccfb78da8bc5 Description-en: app_ruby module for Kamailio Ruby support Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the app_ruby module, an extension allowing to execute embedded Ruby applications within the Kamailio SIP routing script. Package: kamailio-sctp-modules Description-md5: 23c1bcafb8b49b3df80140f632fd9d8d Description-en: SCTP SIP transport module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SCTP SIP transport module for Kamailio. Package: kamailio-secsipid-modules Description-md5: 22714923bc20b2934a0ebc9c7f654a58 Description-en: secsipid module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the secsipid module, witch provides STIR and SHAKEN (RFC8224, RFC8588). Package: kamailio-snmpstats-modules Description-md5: 3f19e2de7dc27a4ef75f936a91e17402 Description-en: SNMP AgentX subagent module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the snmpstats module for Kamailio. This module acts as an AgentX subagent which connects to a master agent. The Kamailio MIBS are included. Package: kamailio-sqlite-modules Description-md5: b4f67430b14343d98efac6caaf86fe43 Description-en: SQLite database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SQLite database driver for Kamailio. Package: kamailio-systemd-modules Description-md5: b03a3ec6dcec09ef8291bc5e46f57fcf Description-en: systemd logging modules for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides logging to systemd journal directly from the Kamailio configuration and routing scripts. Package: kamailio-tls-modules Description-md5: 36c06a49af2355c47ed5760d80991cd8 Description-en: TLS support for the Kamailio SIP server (authentication, transport) Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides TLS support for encrypted and authenticated SIP connections as well as generic TLS support for many Kamailio modules. Package: kamailio-tls-wolfssl-modules Description-md5: dcf9a62b41e7ba20efa7042fd946d09d Description-en: TLS support for the Kamailio SIP server (authentication, transport) Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides TLS support for encrypted and authenticated using wolfssl SIP connections as well as generic TLS support for many Kamailio modules. Package: kamailio-unixodbc-modules Description-md5: 1f7c22f422b0111b09d4f9a872f73763 Description-en: unixODBC database connectivity module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the unixODBC database driver for Kamailio. Package: kamailio-utils-modules Description-md5: 10e039d68b43f9d332fe6e38049edc47 Description-en: Utility functions for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides a set of utility functions for Kamailio, as well as modules for restful HTTP API access using the CURL library in the http_client module. Package: kamailio-websocket-modules Description-md5: 14a90490fa55b64ad6cd540ad4dd34b8 Description-en: WebSocket module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package contains the module implementing WebSocket transport layer for use in SIP over WebSockets, in combination with WebRTC media sessions.. Package: kamailio-xml-modules Description-md5: c27d5c0af319dff182dc09dd0da739cb Description-en: XML based extensions for Kamailio's Management Interface Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides: - the XMLRPC transport implementations for Kamailio's Management and Control Interface. - xmlops module for XPath operations in configuration file Package: kamailio-xmpp-modules Description-md5: 5ef95e7d723676af349f49fed944b7b3 Description-en: XMPP gateway module for the Kamailio SIP server Kamailio is a very fast and flexible SIP (RFC3261) server. Written entirely in C, Kamailio can handle thousands calls per second even on low-budget hardware. . This package provides the SIP to XMPP IM translator module for Kamailio. Package: kamera Description-md5: 65aef3b5650e85639fcaecf31cf6c5ea Description-en: digital camera support for KDE applications This package allows any KDE application to access and manipulate pictures on a digital camera. . This package is part of the KDE graphics module. Package: kamoso Description-md5: 8211867cb78e15e620c3f85f8cd648a3 Description-en: tool to take pictures and videos from your webcam Kamoso is a utility that does the very simple actions a webcam offers, like taking pictures or recording videos and adds some extra features that will make the webcam usage both funnier and more useful. Package: kapptemplate Description-md5: bb6acc0d9611f4a00f6cbb6982de45c7 Description-en: application template generator KAppTemplate is a shell script that will create the necessary framework to develop several types of applications, including applications based on the KDE development platform. . It generates the build-system configuration and provides example code for a simple application. . This package is part of the KDE Software Development Kit module. Package: karbon Description-md5: c543dbc851e9639d2f9bd45d7103ac4e Description-en: vector graphics application for the Calligra Suite Karbon is a vector drawing application with an user interface that is easy to use, highly customizable and extensible. That makes Karbon a great application for users starting to explore the world of vector graphics as well as for artists wanting to create breathtaking vector art. Features include: . * Loading support for ODG, SVG, WMF, WPG, EPS/PS * Writing support for ODG, SVG, WMF, PNG, PDF * Customizable user interface with freely placeable toolbars and dockers * Layer docker for easy handling of complex documents including preview thumbnails, support for grouping shapes via drag and drop, controlling visibility of shapes or locking * Advanced path editing tool with great on-canvas editing capabilities * Various drawing tools for creating path shapes including a draw path tool and a pencil tool, as well as a calligraphy drawing tool * Gradient and pattern tools for easy on-canvas editing of gradient and pattern styles * Top notch snapping facilities for guided drawing and editing (e.g. snapping to grid, guide lines, path nodes, bounding boxes, orthogonal positions, intersections of path shapes or extensions of lines and paths) * Many predefined basic shapes included, such as circle/ellipse, star or rectangle * Artistic text shape with support for following path outlines (i.e. text on path) * Complex path operations and effects like Boolean set operations, path flattening, rounding and refining as well as whirl/pinch effects * Extensible by writing plugins for new tools, shapes and dockers . This package is part of the Calligra Suite. Package: kasts Description-md5: 356272ea48bccac4cb6df382ceb67712 Description-en: Kirigami-based podcast player Kasts is a convergent podcast application. It allows discovering via an online directory to find podcasts, and then downloads and plays. . The GUI uses Kirigami, so it works on mobile and desktop. Package: kate Description-md5: ab2572368eb6cf239ac558f6cd35a97c Description-en: powerful text editor Kate is a powerful text editor that can open multiple files simultaneously. . With a built-in terminal, syntax highlighting, and tabbed sidebar, it performs as a lightweight but capable development environment. Kate's many tools, plugins, and scripts make it highly customizable. . Kate's features include: . * Multiple saved sessions, each with numerous files * Scriptable syntax highlighting, indentation, and code-folding * Configurable templates and text snippets * Symbol viewers for C, C++, and Python * XML completion and validation Package: kate-data Description-md5: 9cc10e9ab24f92570b1e4c14c048fb69 Description-en: shared data files for Kate text editor This package contains the architecture-independent shared data files needed for Kate editor Package: kbackup Description-md5: 52ecfbcb8cb06bfd16da7fce2d580b3a Description-en: Easy to use backup program Kbackup is a program that lets you back up any directories or files. It uses an easy to use directory tree to select the things to back up and lets you save your settings in "profile" files. These are simple textfiles containing definitions for directories and files to be included or excluded from the backup process. Package: kbruch Description-md5: 2b96a4ef0de8a316ebf8e0a2bb1fc180 Description-en: fraction learning aid for KDE KBruch is an aid for learning how to calculate with fractions. . This package is part of the KDE education module. Package: kcachegrind Description-md5: 4b04636e1d2e5397cf2634cf35707d11 Description-en: visualisation tool for the Valgrind profiler KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. Any executable can be profiled using calltree without being recompiled, including multi-threaded applications, shared libraries, and plugins. . For visualising the output from profiling tools other than Valgrind, several converters can be found in the kcachegrind-converters package. . This package is part of the KDE Software Development Kit module. Package: kcachegrind-converters Description-md5: 9c89d8d0b71041fb64d59306deca9806 Description-en: format converters for KCachegrind profiler visualisation tool This is a collection of scripts for converting the output from several different profiling tools into a format that KCachegrind can display. . KCachegrind is a visualisation tool for the profiling data generated by calltree, a memory profiling tool for valgrind. Executables can be profiled using calltree without being recompiled, including multi-threaded applications, shared libraries, and plugin architectures. . The included scripts are: . * dprof2calltree: converts the tmon.out output of Perl's Devel::DProf package * memprof2calltree: converts the memory profiles of memprof * op2calltree: converts the OProfile's output of "opreport -gdf" (v 0.8) * pprof2calltree: converts the pprof output from APD . This package is part of the KDE Software Development Kit module. Package: kcalc Description-md5: e82ed4e5e66f53562d4e898716e5e775 Description-en: simple and scientific calculator KCalc is a scientific calculator. . KCalc provides: * Trigonometric functions, logic operations, and statistical calculations * Calculation in decimal, hexadecimal, octal, and binary bases * Memory functions for storing results * A comprehensive collection of mathematical constants . This package is part of the KDE Utilities module. Package: kcharselect Description-md5: e506cbd8befd6637870c979fcdc9ab3a Description-en: special character utility KCharSelect is a utility for finding special characters which are not available on the keyboard. It can search for characters by Unicode number, display characters in any font, and copy characters to the clipboard so they can be pasted into documents. . This package is part of the KDE utilities module. Package: kclock Description-md5: 9ba83b625b23926418b852bfd88405d0 Description-en: Clock for KDE Plasma Mobile A universal clock application for desktop and mobile. It contains alarm, timer, stopwatch and timezone functionalities. Alarms and timers are able to wake the device from suspend on Plasma. Package: kcolorchooser Description-md5: ca21cbab5c251321a8a39106095f6d32 Description-en: color chooser and palette editor KColorChooser is a color palette tool, used to mix colors and create custom color palettes. Using the dropper, it can obtain the color of any pixel on the screen. . A number of common color palettes are included, such as the standard Web colors and the Oxygen color scheme. . This package is part of the KDE graphics module. Package: kde-config-cddb Description-md5: 57d2710bd3d8b5f8ee4800c30aa6a38e Description-en: CDDB retrieval configuration This package contains a configuration module for tweaking CDDB retrieval settings for applications using the libkcddb library from the KDE Multimedia Platform. . This package is part of the KDE multimedia module. Package: kde-config-cron Description-md5: d78d91dad0aad822ffaf90bde4327d02 Description-en: program scheduler frontend kde-config-cron is a KDE configuration module for scheduling programs to run at specific intervals using cron, the UNIX scheduling service. . This package is part of the KDE administration module. Package: kde-inotify-survey Description-md5: c54cd18c23b7818455485a4a90090288 Description-en: Notifies of excessive use of inotify watches Polls the state every couple minutes and warns if the user capacities have been exhausted. Package: kde-zeroconf Description-md5: b20dc98160f5661050652e288f0963a5 Description-en: zeroconf plugins and kio slaves for KDE Zeroconf is an implementation of IPv4 link-local addresses (RFC3927) which can be used for ad-hoc networks. Addresses are allocated from the 169.254.0.0/16 range semi-randomly. . Keywords: avahi, dnssd. . This package is part of the KDE networking module. Package: kdebugsettings Description-md5: 6b7f529f8c04a4b9b291a464d370a1a6 Description-en: application to enable/disable qCDebug settings Qt applications use QDebug classes to print out warnings and errors on a terminal. This applications is a simple GUI to turn on or off these messages. Package: kdeconnect Description-md5: de3a7d975f1e94344c17456bf3a786d9 Description-en: connect smartphones to your desktop devices Tool to integrate your smartphone, tablet, and desktop devices. Remote-control, share files, synchronize notifications, and more! At the moment it only supports Android-based mobile devices. Linux desktop devices are well-supported, with ports available for other operating systems. Package: kdeedu-data Description-md5: 35ae641c83860283ba500339fa4e167c Description-en: data files for KDE education applications This package contains the architecture-independent data files for the KDE education applications. . This package is part of the KDE education module. Package: kdeedu-kvtml-data Description-md5: b346231aeecb8f226137f916998bd3f9 Description-en: KVTML files for KDE-Edu programs This package contains KVTML files for several KDE-Edu applications, such as KAnagram, KHangman, and KWordQuiz. . This package is part of the KDE education module. Package: kdegames-card-data Description-md5: 06b9f687870ff3ed6cfc3edec9526ee0 Description-en: card decks for KDE games This package contains a collection of playing card themes for KDE card games. . This package is part of the KDE games module. Package: kdegames-mahjongg-data-kf6 Description-md5: 24263f9fa6d3bd8da727df261f92612f Description-en: tilesets and backgrounds for Mahjongg games This package contains a collection of tilesets and backgrounds for KMahjongg, KShisen and Kajongg. . This package is part of the KDE games module. Package: kdenetwork-filesharing Description-md5: bf43bae244c8c6dc943545b5ac9bedbc Description-en: network filesharing configuration module This package provides a way to configure network file-sharing using Samba in the properties dialogue of the file manager. . This package is part of the KDE networking module. Package: kdenlive Description-md5: 4e8f8c02918f6de02fc8e354d08ec99c Description-en: non-linear video editor Kdenlive is a non-linear video editing suite, which supports DV, HDV and many more formats. Its main features are: * Guides and marker for organizing timelines * Copy and paste support for clips, effects and transitions * Real time changes * FireWire and Video4Linux capture * Screen grabbing * Exporting to any by FFMPEG supported format Package: kdenlive-data Description-md5: 953e2976abe5604e76e1f57a4433ea09 Description-en: non-linear video editor (data files) Kdenlive is a non-linear video editing suite, which supports DV, HDV and many more formats. Its main features are: * Guides and marker for organizing timelines * Copy and paste support for clips, effects and transitions * Real time changes * FireWire and Video4Linux capture * Screen grabbing * Exporting to any by FFMPEG supported format . This package contains the data files for kdenlive. Package: kdesdk-scripts Description-md5: 2cc964ea24e19e46e4dc31dad33506f0 Description-en: scripts and data files for development This package contains scripts and data files to facilitate development of KDE software. Also included are scripts which are not specific to KDE, such as helper scripts for working with Subversion and CVS repositories. . In addition to these scripts, this package provides: - gdb macros for Qt programming - Vim and EMACS helper files for Qt/KDE programming - bash and zsh completion rules for KDE applications - Valgrind error suppressions for KDE applications . This package is part of the KDE Software Development Kit module. Package: kdesdk-thumbnailers Description-md5: 542b314bd0e401d9d0d30fa1905cc30a Description-en: kdesdk file format thumbnailers for KDE It contains a plugin to allow KDE software to create thumbnails for Gettext translations files (po). . This package is part of the KDE Software Development Kit module. Package: kdf Description-md5: 980ba304cd89925b93e1528c3e6d19aa Description-en: disk information utility KDiskFree displays information about hard disks and other storage devices, including the amount of free space available. It can also mount and unmount storage devices and view them in the file manager. . KwikDisk is an icon for the system tray that provides convenient access to the features of KDiskFree. . This package is part of the KDE Applications utilities module. Package: kdialog Description-md5: bf00f508dd05e4ce091a121e7964e87d Description-en: Dialog display utility kdialog allows you to display dialog boxes from shell scripts. The syntax is very much inspired from the "dialog" command (which shows text mode dialogs). Package: keditbookmarks Description-md5: de9dfceb4ffcfc2905333236f836b07e Description-en: bookmarks editor utility for KDE The editor shows a tree view of your KDE bookmarks and bookmark subfolders. . Several applications in the KDE suite let you create bookmarks (e.g. Konqueror, Konsole, Konversation) and will launch this bookmark editor from their Bookmarks -> Edit Bookmarks menu item. Package: keysmith Description-md5: 989f9605217bf0fe733ba410026a773b Description-en: OTP client for Plasma Mobile and Desktop Keysmith is an application to generate two-factor authentication (2FA) tokens when logging in to your (online) accounts. Currently it supports both HOTP and TOTP tokens. Package: kfind Description-md5: 074402052ebee6202b43f3882728df7c Description-en: file search utility by KDE KFind can be used as a standalone search tool, launched by KRunner or from your menu. It is also integrated into Konqueror as "Find File" in the "Tools" menu. It allows you to find files by name, type or content. Package: kgeography Description-md5: ab96915329fb5430070bb65ac11089d2 Description-en: geography learning aid for KDE KGeography is an aid for learning about world geography. You can use it to explore a map, show information about regions and features, and play quiz games to test your geography knowledge. . This package is part of the KDE education module. Package: kgeography-data Description-md5: a26284dc4f2086494f9ea360b04b5078 Description-en: data files for KGeography This package contains architecture-independent data files for the KGeography geography learning tool, including maps, capitals, and flags. . This package is part of the KDE education module. Package: kgraphviewer Description-md5: becd92687440aa94c73a2526e925f82b Description-en: GraphViz dot graph viewer KGraphViewer is a tool to display graphviz .dot graphs. . It is more generally a KPart able to display any graph data that graphviz can handle. Package: kgraphviewer-dev Description-md5: 0240d7453af58a2513b713bac4ecdf14 Description-en: GraphViz dot graph viewer - devel files KGraphViewer is a tool to display graphviz .dot graphs. . It is more generally a KPart able to display any graph data that graphviz can handle. . This package contains the development files for KGraphViewer. Package: kgraphviewer-doc Description-md5: bf00f369fd9a8b22494cf87c3269dcac Description-en: GraphViz dot graph viewer - user documentation KGraphViewer is a tool to display graphviz .dot graphs. . It is more generally a KPart able to display any graph data that graphviz can handle. . This package contains the user documentation for KGraphViewer. Package: khelpcenter Description-md5: 87d0a347f1986d1e9f2b19e96f51c701 Description-en: search and read system documentation KHelpCenter is an application to search and read documentation for applications, modules, libraries, and system utilities. . It collects documentation from various sources (KDE community, man pages, etc) and displays them in one window. . This package is part of the KDE System module. Package: khelpcenter-data Description-md5: 4eae322e199584695184c86e582b9faa Description-en: search and read system documentation data KHelpCenter is an application to search and read documentation for applications, modules, libraries, and system utilities. . It collects documentation from various sources (KDE community, man pages, etc) and displays them in one window. . This package is part of the KDE System module. . This package contains the data files. Package: kig Description-md5: 6a035f5ea4965efa48268a92ec5c6b16 Description-en: interactive geometry tool Kig is an application for interactive geometric construction, allowing students to draw and explore mathematical figures and concepts using the computer. . Kig supports macros and is scriptable using Python. It can import and export files in various formats, including SVG, Cabri, Dr. Geo, KGeo, KSeg, and XFig. . This package is part of the KDE education module. Package: kimagemapeditor Description-md5: 210b1221fa97d21968b2ec7d02114d9d Description-en: HTML image map editor KImageMapEditor is a tool that allows you to edit image maps in HTML files. As well as providing a standalone application, KImageMapEditor makes itself available as a KPart for embedding into larger applications. . This package is part of KDE web development module. Package: kio-admin Description-md5: 87a88a312c6fd8536c6e58081f1d613a Description-en: manage files as administrator using the admin:// KIO protocol kio-admin implements the admin:// protocol which gives administrative access to the entire system. This is achieved by talking, over D-Bus, with a root-level helper binary that in turn uses existing KIO infrastructure to run file:// operations in root-scope. . Simply put: admin:// is exactly like file:// but redirected over D-Bus to gain administrative privileges. Package: kio-fuse Description-md5: 2d3cb6fa6d2198b8ed8cd4409bc58eac Description-en: FUSE Interface for KIO KIOFuse allows the possibility to mount KIO filesystems in the local system, exposing them to every application. Package: kio-ldap Description-md5: deb8bd07261809563dc97763d615405d Description-en: library for accessing LDAP - kio slave This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the KIO slave. Package: kio-perldoc Description-md5: 6992b7778fa554e505ee10e49afb090c Description-en: Perl documentation KIO slave This package includes the perldoc KIO plugin, which can be used to browse the Perl documentation within Konqueror. . This package is part of the KDE Software Development Kit module. Package: kirigami-gallery Description-md5: c4b077083bba334cce04bcb8c73c801c Description-en: set of QtQuick components targeted for mobile use Kirigami is a set of QtQuick components at the moment targeted for mobile use (in the future desktop as well) targeting both Plasma Mobile and Android. A set of high level components to make the creation of applications that look and feel great on mobile as well as desktop devices and follow the Kirigami Human Interface Guidelines. The target of these components is anybody that wants to do an application using QtQuick as its main UI, especially if targeting a mobile platform, without adding many dependencies. They work on a variety of platforms, such as Plasma Mobile, Desktop Linux, Android and Windows. . This package contains the example application Kirigami Gallery. Package: kiten Description-md5: adb422fc02eb8cae6c36e0b48c08fa67 Description-en: Japanese reference and study aid for KDE Kiten is a collection of Japanese reference tools and study aids for KDE, including a Japanese/English dictionary, Kanji dictionary, and Kanji quiz. . This package is part of the KDE education module. Package: kitty Description-md5: 324ca9ac9df1a1576761aaf85cff7171 Description-en: fast, featureful, GPU based terminal emulator Kitty supports modern terminal features like: graphics, unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, and bracketed paste. . Kitty has a framework for "kittens", small terminal programs that can be used to extend its functionality. Package: kitty-doc Description-md5: 8603b2198ad8b1a22c57fb9c13b49574 Description-en: fast, featureful, GPU based terminal emulator (documentation) This package contains the AsciiDoc/HTML documentation for the kitty terminal emulator. Package: kitty-shell-integration Description-md5: eaf8b9abaed4417913931cf7810c4a59 Description-en: fast, featureful, GPU based terminal emulator (shell integration files) This package provides Kitty's shell-integration files so that it can easily be installed on remote systems. Package: kitty-terminfo Description-md5: 858a2fc157bc1797719d557286ddfe20 Description-en: fast, featureful, GPU based terminal emulator (terminfo file) This package provides the xterm-kitty terminfo definition for the kitty terminal emulator so that it can easily be installed on remote systems. Package: klettres Description-md5: 78ccf87b022629ab130806107e8090a1 Description-en: foreign alphabet tutor for KDE KLettres is an aid for learning how to read and pronounce the alphabet of a foreign language. . Seven languages are currently available: Czech, Danish, Dutch, English, French, Italian and Slovak. . This package is part of the KDE education module. Package: klettres-data Description-md5: de3963ca2a75ca8b88c681b5626efdf7 Description-en: data files for KLettres foreign alphabet tutor This package contains architecture-independent data files for KLettres, the foreign alphabet tutor for KDE. . This package is part of the KDE education module. Package: kmag Description-md5: 82b2b2330ccc170b76cf2d94b9074560 Description-en: screen magnifier tool KDE's screen magnifier tool. . You can use KMagnifier to magnify a part of the screen just as you would use a lens to magnify a newspaper fine-print or a photograph. This application is useful for a variety of people: from researchers to artists to web-designers to people with low vision. . This package is part of the KDE accessibility module. Package: kmix Description-md5: c2f995bbd12865838605a7d5c1050b03 Description-en: volume control and mixer KMix is an audio device mixer, used to adjust volume, select recording inputs, and set other hardware options. . This package is part of the KDE multimedia module. Package: kmousetool Description-md5: ed1cb0185a00a221eacad2de20b93c54 Description-en: mouse manipulation tool for the disabled KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was designed to help those with repetitive strain injuries, for whom pressing buttons hurts. . This package is part of the KDE accessibility module. Package: kmouth Description-md5: 8a07ec1d4353d2840db82251413eeb71 Description-en: type-and-say frontend for speech synthesizers KDE's type-and-say frontend for speech synthesizers. . It includes a history of spoken sentences from which the user can select sentences to be re-spoken. . This package is part of the KDE accessibility module. Package: kmplot Description-md5: 89122cf790f7456ae9d01a49d14e6d04 Description-en: mathematical function plotter for KDE KmPlot is a powerful mathematical plotter KDE, capable of plotting multiple functions simultaneously and combining them into new functions. . Cartesian, parametric, and differential functions are supported, as well as functions using polar coordinates. Plots are printed with high precision at the correct aspect ratio. . KmPlot also provides numerical and visual features such as filling and calculating the area between the plot and the first axis, finding maxima and minima, changing function parameters dynamically, and plotting derivatives and integral functions. . This package is part of the KDE education module. Package: koko Description-md5: e12e46f78e81728cca381d859d83b774 Description-en: Image gallery for Plasma mobile Koko is an image viewer designed for desktop and touch devices. . It is based on Kirigami, being therefore able to adapt nicely to desktops, phones, big screens and potentially everything else. . It features a gallery and an image viewer, plus the chance to do simple image modifications (crop, rotation) in-app thanks to the kquickimageeditor. Package: koko-data Description-md5: 9e6f686cb7f93765e761472af7250b05 Description-en: Image gallery for Plasma mobile -- data files Koko is an image viewer designed for desktop and touch devices. . This package contains architecture-independent data files. Package: konq-plugins Description-md5: 6ef4213296669a674bad452501d6e65c Description-en: plugins for Konqueror, the KDE file/web/document browser This package contains a variety of useful plugins for Konqueror, the file manager, web browser and document viewer for KDE. Many of these plugins will appear in Konqueror's Tools menu. . Web navigation plugins: - Akregator feed icon: allows one to add a feed to Akregator from Konqueror - Auto Refresh: refresh a webpage at a given rate - Bookmarklets: enables the use of bookmarklets, bookmarks containing JavaScript code - Document Relations: displays the document relations of a document - DOM Tree Viewer: view the DOM tree of the current page - KHTML Settings: fast way to change the JavaScript/images/cookies settings - Microformat Icon: displays an icon in the statusbar if the page contains a microformat - Search Bar: launches web searches from the Konqueror's toolbar - Translate: language translation for the current page using Babelfish - UserAgent Changer: quick switch of the UserAgent used for the current site - Website Validators: CSS and HTML validation tools - Web Archiver: creates archives of websites - Crash manager: restores your opened tabs if Konqueror crashes (disabled by default as Konqueror has this feature builtin) . File management plugins: - Image Gallery: an easy way to generate a HTML image gallery - File Size View (kpart): a proportional view of directories and files based on file size - Transform Image (service menu): rotate and flip images - Convert To (service menu): convert and image to another format - Directory Filter (dolphin): filter directory views . This package is part of the KDE base applications module. Package: konqueror Description-md5: eabce4bc4786f8aba9d7b4119e820629 Description-en: advanced file manager, web browser and document viewer Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing. . Features: - Webbrowsing using KHTML or KDEWebKit as rendering engines - File management using most of Dolphin's features (including version-control, service menus and the basic UI) - File management on ftp and sftp servers - Full featured FTP-client (you can split views to display local and remote folders and previews in the same window) - Embedded applications to preview files (e.g. Okular and Calligra for documents, Gwenview for pictures, KTextEditor for text-files) - Different kinds of plugins: Service-menus, KParts (embedded applications), KIO (accessing files using special protocols like http or ftp) and KPart-plugins (like AdBlocker...) Package: konqueror-data Description-md5: 1e0d8a2f234a9ec1dc3d5cf71eceea1c Description-en: data files for Konqueror Konqueror is the KDE web browser and an advanced file manager. . This package contains the architecture-independent data files of Konqueror. Package: konqueror-doc Description-md5: c6c8f0dc11956fb1dfd7c158128ebbaa Description-en: user documentation for Konqueror Konqueror is the KDE web browser and an advanced file manager. . This package contains the user documentation for Konqueror. Package: konsole Description-md5: b9f8e7c204b64c4afaac8166104064ed Description-en: X terminal emulator Konsole is a terminal emulator built on the KDE Platform. It can contain multiple terminal sessions inside one window using detachable tabs. . Konsole supports powerful terminal features, such as customizable schemes, saved sessions, and output monitoring. Package: konsole-kpart Description-md5: 1b7ffab15964a6cf07c7118f81832fab Description-en: Konsole plugin for Qt applications Konsole is a terminal emulator built on the KDE Platform. It can contain multiple terminal sessions inside one window using detachable tabs. . Konsole supports powerful terminal features, such as customizable schemes, saved sessions, and output monitoring. . This package provides the kpart needed by other apps to embed konsole in them. Package: kontrast Description-md5: 094c5d63e6135df1ea1bd23649a70c22 Description-en: check contrast ratio between 2 colors Kontrast is a color contrast checker and tells you if your color combinations are distinct enough to be readable and accessible. Package: konversation Description-md5: 529965a53c80f878568781c6a205d5f5 Description-en: user friendly Internet Relay Chat (IRC) client for KDE Konversation is a client for the Internet Relay Chat (IRC) protocol. It is easy to use and well-suited for novice IRC users, but novice and experienced users alike will appreciate its many features: . * Standard IRC features * Easy to use graphical interface * Multiple server and channel tabs in a single window * IRC color support * Pattern-based message highlighting and OnScreen Display * Multiple identities for different servers * Multi-language scripting support (with DCOP) * Customizable command aliases * NickServ-aware log-on (for registered nicknames) * Smart logging * Traditional or enhanced-shell-style nick completion * DCC file transfer with resume support Package: konversation-data Description-md5: 7369d26a3107009420b36ca948e10205 Description-en: data files for Konversation Konversation is a client for the Internet Relay Chat (IRC) protocol. This package contains data files for Konversation. It is probably of no use if `konversation' package is not installed. Package: kpartloader Description-md5: 2547d789aa1b42e8729eaf160e012011 Description-en: test tool for KParts KPartloader is a very simple application to test loading of a KPart. KPartloader is called with a simple argument to tell which KPart to load. . KParts is a KDE core technology to embed components of one application into other applications. This application is used for testing such components during development. . This package is part of the KDE Software Development Kit module. Package: kpublictransport-data Description-md5: 59b4149aae6e033b3fddde2bce9b28e4 Description-en: Library to assist with accessing public transport (data files) The data files for a public transport API . This package contains the data files. Package: krdc Description-md5: e82ce72c0d3257ff348f6399e7a2ce67 Description-en: Remote Desktop Connection client The KDE Remote Desktop Connection client can view and control a desktop session running on another system. It can connect to Windows Terminal Servers using RDP and many other platforms using VNC/RFB. . This package is part of the KDE networking module. Package: krecorder Description-md5: 6d6ea001f90d1722d7d15c65a6807296 Description-en: Audio recording application for Plasma Recorder is a convergent audio recording application. . The GUI uses Kirigami, so it works on mobile and desktop. . It is minimal, and easy to use. . It can be used to take vocal notes, or for similar tasks. . Features: Record audio with a visualizer, and pausing functionality Ability to select audio sources Ability to select encoding and container formats Audio playback with a visualizer Package: krfb Description-md5: 8c8d162f74b4548f90dcb0fb7f900216 Description-en: Desktop Sharing utility KDE Desktop Sharing is a manager for easily sharing a desktop session with another system. The desktop session can be viewed or controlled remotely by any VNC or RFB client, such as the KDE Remote Desktop Connection client. . KDE Desktop Sharing can restrict access to only users who are explicitly invited, and will ask for confirmation when a user attempts to connect. . This package is part of the KDE networking module. Package: kruler Description-md5: a02f9b40453e33bc787a496e2436df1a Description-en: screen ruler KRuler is a tool for measuring the size, in pixels, of items on the screen. . This package is part of the KDE graphics module. Package: ksystemlog Description-md5: f88acd6e7dfc7bab9eaa4dae1e5dbb7d Description-en: system log viewer KSystemLog show all logs of your system, grouped by General (Default system log, Authentication, Kernel, X.org...), and optional Services (Apache, Cups, etc, ...). It includes many features to read nicely your log files: * Colorize log lines depending on their severities * Tabbed view to allow displaying several logs at the same time * Auto display new lines logged * Detailed information for each log lines . This package is part of the KDE administration module. Package: kteatime Description-md5: 98a702199f60361475509c4b6548d1a0 Description-en: utility for making a fine cup of tea KTeaTime is a handy timer for steeping tea. No longer will you have to guess at how long it takes for your tea to be ready. Simply select the type of tea you have, and it will alert you when the tea is ready to drink. . This package is part of the KDE toys module. Package: ktimer Description-md5: 60b8177a86eb0f422ac7bc24710edccb Description-en: countdown timer KTimer is a countdown timer for running commands after a delay. The countdown can be paused or set to loop continuously. . This package is part of the KDE SC utilities module. Package: kturtle Description-md5: c784cfa622cd2563eec31f7b10a24a19 Description-en: educational programming environment KTurtle is an educational programming environment which uses the TurtleScript programming language (inspired by Logo) to make programming as easy and accessible as possible. . The user issues TurtleScript language commands to control the "turtle", which draws on the canvas, making KTurtle suitable for teaching elementary mathematics, geometry and programming. . This package is part of the KDE education module. Package: kuiviewer Description-md5: 807085628f906bc6dc5f3254fd12cd61 Description-en: viewer for Qt Designer user interface files KUIViewer is a utility to display and check user interface (.ui) files created in Qt Designer. The interfaces can be shown in a variety of different widget styles to ensure that they display correctly in any environment. . The Qt Designer itself is in the package qttools5-dev-tools. . This package is part of the KDE Software Development Kit module. Package: kunifiedpush Description-md5: a6eda1bcd57392940794232d307836fc Description-en: UnifiedPush distributor daemon Distributor daemon implementing the UnifiedPush protocol to provide push notification to client applications. . This distributor supports Gotify, NextPush and Ntfy providers. Package: kwalletmanager Description-md5: 9ddb800fd8f7d7f40b24b46cbaeb9a76 Description-en: secure password wallet manager The KDE Wallet system provides a secure way to store passwords and other secret information, allowing the user to remember only a single KDE Wallet password instead of numerous different passwords and credentials. . KWallet Manager is a utility for viewing and editing information stored in the KDE Wallet. . This package is part of the KDE SC utilities module. Package: kwave Description-md5: cf8fd11b2cbd7594058323d9a9860004 Description-en: sound editor for KDE Kwave is a sound editor designed for the KDE Desktop Environment. . With Kwave you can record, play back, import and edit many sorts of audio files including multi-channel files. . Kwave includes some plugins to transform audio files in several ways and presents a graphical view with a complete zoom- and scroll capability. . Its features include: * 24 Bit Support * Undo/Redo * Use of multicore CPUs (SMP, hyperthreading) * Simple Drag & Drop * Realtime Pre-Listen for some effects * Support for multi-track files * Playback and recording via native ALSA, PulseAudio (or OSS deprecated) * Playback via Phonon * Load and edit-capability for large files (can use virtual memory) * Reading and auto-repair of damaged wav-files * Supports multiple windows * Extendable Plugin interface * a nice splashscreen * some label handling Package: kwrite Description-md5: dd638fec6a6002fe9ac850e5e842392b Description-en: simple text editor KWrite is a simple text editor built on the KDE Platform. It uses the Kate editor component, so it supports powerful features such as flexible syntax highlighting, automatic indentation, and numerous other text tools. Package: latexila Description-md5: ad1aac3fff5521387d06820b089e9e51 Description-en: LaTeX editor designed for the GNOME desktop - transitional package Enter TeX is a LaTeX editor for GNOME. It integrates the various tools required for processing LaTeX documents. It provides menus, buttons and templates to assist with the edition and the compilation of documents. . This empty transitional package is here to ensure smooth upgrades. Package: libanalitza-dev Description-md5: f86a1a12d9304114642eaf951ce52eaa Description-en: development files for Analitza Analitza is a library to parse and work with mathematical expressions. This library is being used by KAlgebra and Cantor and may be used in other programs. . This package contains the development files, used to build applications that use Analitza. . This package is part of the KDE education module. Package: libanalitza9 Description-md5: 92ad86650a4e6fad5ca6fbc6be591399 Description-en: library to work with mathematical expressions This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. . This package is part of the KDE education module. Package: libanalitzagui9 Description-md5: 02f734e9dfb655fed0eb2d6024454a29 Description-en: library to work with mathematical expressions - GUI routines This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the routines related to the graphical user interface. . This package is part of the KDE education module. Package: libanalitzaplot9 Description-md5: 8850b8c7b9a0aaa910de370924d8aa53 Description-en: library to work with mathematical expressions - plotting bits This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the routines related to plotting. . This package is part of the KDE education module. Package: libanalitzawidgets9 Description-md5: b0a7e75633fd35963404b7c26a88930b Description-en: library to work with mathematical expressions - widgets This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides several UI components based on QWidget and QML. . This package is part of the KDE education module. Package: libaoflagger0 Description-md5: ca2a06f67e7f2d04e69f8a92aaeb2680 Description-en: Find RFI in radio astronomical observations (shared lib) The AOFlagger is a tool that can find and remove radio-frequency interference (RFI) in radio astronomical observations. The code has been highly optimized for speed and accuracy. It is used by default for the LOFAR radio telescope and thus is in productional stage. The software can run in a fully automated way, but a graphical interface is provided to analyse results and tweak the strategy. The preferred input file format is the Casa Measurement Set (MS) format. . This package contains the shared library. Package: libapache2-mod-tile Description-md5: 0eb52688a4e671ae4f0c4fbe13514db7 Description-en: Apache module to deliver tiles created by renderd mod_tile is a system to serve raster tiles for example to use within a slippy map. It provides a dynamic combination of efficient caching and on the fly rendering. Due to its dynamic rendering, only a small fraction of overall tiles need to be kept on disk, reducing the resources required. At the same time, its caching strategy allows for a high performance serving and can support several thousand requests per second. . mod_tile was originally written for serving the tiles of the main OpenStreetMap map (Mapnik layer), but since is being used on a variety of different servers providing maps on top of OpenStreetMap data. . This package contains the Apache module that receives map tiles requests and satisfies them from tiles stored on disk, or queries a renderd instance to create them. Package: libasound2-plugin-smixer Description-md5: 690859b414c92870a8828f1886b0d9dd Description-en: smixer plugin for ALSA library This package contains the smixer (Simple Mixer) interface for the ALSA library. . ALSA is the Advanced Linux Sound Architecture. Package: libastro-dev Description-md5: 8d12113d2c4a765844a7516371018b51 Description-en: development files for the Marble astrononmy library Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains development files for building software that uses the Marble astronomy library . This package is part of the KDE education module. Package: libastro1 Description-md5: 657b13f68cade242bc2a621ea4a8e9b9 Description-en: Marble astronomy library Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains shared libraries for astronomy support in marble. . This package is part of the KDE education module. Package: libbaloowidgets-bin Description-md5: a9d801e80f98e052cf20d9f23edb3e4b Description-en: Wigets for use with Baloo - binaries Baloo is a framework for searching and managing metadata. . This package contains binaries used by the baloo widgets library. Package: libbaloowidgets-dev Description-md5: 320c7bb92c4ad24480824bab987b5c94 Description-en: Development headers for developing applications with Baloo Baloo is a framework for searching and managing metadata. . This package contains development headers for Baloo Widgets library. Package: libbcjmail-java Description-md5: 9e3f2782f8a33698d469f59fbf0e7484 Description-en: Bouncy Castle Jakarta S/MIME API The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 and up. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The Jakarta Mail API and the Jakarta activation framework will also be needed. Package: libbcmail-java Description-md5: db592e3b068dd6edf84ea7ee4fe7269b Description-en: Bouncy Castle generators/processors for S/MIME and CMS The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for S/MIME and CMS (PKCS7/RFC 3852). Package: libbcpg-java Description-md5: fb261bacf9406a7cc08d3ab0f013ae4b Description-en: Bouncy Castle generators/processors for OpenPGP The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for OpenPGP (RFC 2440). Package: libbcpkix-java Description-md5: c5f32972d1c1564a4f053850f0d8b208 Description-en: Bouncy Castle Java API for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains generators and processors for PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF. Package: libbcprov-java Description-md5: 522bfc51b38b2fda273cc08a1fd66df1 Description-en: Bouncy Castle Java Cryptographic Service Provider The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. . This package contains a JCE provider and a lightweight crypto API. Package: libbctls-java Description-md5: b72062ef3d2cf8bc53ce2dc845f3b1db Description-en: Bouncy Castle JSSE provider and TLS/DTLS API The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE. Package: libbcutil-java Description-md5: afde813a0d8c496ea98811f583413020 Description-en: Bouncy Castle ASN.1 Extension and Utility APIs The Bouncy Castle Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctls. Package: libbolt-17-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libbolt-18-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libbolt-19-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libbolt-20-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libbolt-21-dev Description-md5: a5816535f62942b4fcded9b86fb66840 Description-en: Post-link optimizer It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler. Package: libboost-atomic1.88-dev Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-atomic1.88.0 Description-md5: 1aa2477e97733797bec0d32670d4e90e Description-en: atomic data types, operations, and memory ordering constraints This package forms part of the Boost C++ Libraries collection. . Boost.Atomic is a library that provides atomic data types and operations on these data types, as well as memory ordering constraints required for coordinating multiple threads through atomic variables. It implements the interface as defined by the C++11 standard, but makes this feature available for platforms lacking system/compiler support for this particular C++11 feature. . Users of this library should already be familiar with concurrency in general, as well as elementary concepts such as "mutual exclusion". . The implementation makes use of processor-specific instructions where possible (via inline assembler, platform libraries or compiler intrinsics), and falls back to "emulating" atomic operations through locking. Package: libboost-charconv1.88-dev Description-md5: 93598341bc642f974a10722811a33d03 Description-en: high quality implementation of in C++11 converts character buffers to numbers, and numbers to character buffers. It is a small library of two overloaded functions to do the heavy lifting, plus several supporting enums, structures, templates, and constants, with a particular focus on performance and consistency across the supported development environments. . It is a locale-independent, non-allocating1, non-throwing and only requires a minimum of C++ 11. It provides functionality similar to that found in std::printf or std::strtod with substantial performance increases. This library can also be used in place of the standard library if unavailable with your toolchain. Currently only GCC 11+ and MSVC 19.24+ support both integer and floating-point conversions in their implementation of . . The package contains the development files. Package: libboost-charconv1.88.0 Description-md5: 0e1db1820234bacb24de34ffde86df2a Description-en: high quality implementation of in C++11 converts character buffers to numbers, and numbers to character buffers. It is a small library of two overloaded functions to do the heavy lifting, plus several supporting enums, structures, templates, and constants, with a particular focus on performance and consistency across the supported development environments. . It is a locale-independent, non-allocating1, non-throwing and only requires a minimum of C++ 11. It provides functionality similar to that found in std::printf or std::strtod with substantial performance increases. This library can also be used in place of the standard library if unavailable with your toolchain. Currently only GCC 11+ and MSVC 19.24+ support both integer and floating-point conversions in their implementation of . Package: libboost-chrono1.88-dev Description-md5: 885c86b3701dab9982f79d2dcc83515c Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class . Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * A tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * A thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-chrono1.88.0t64 Description-md5: 48bd785e2e56a406e6dbf1b5ba8ce77e Description-en: C++ representation of time duration, time point, and clocks This package forms part of the Boost C++ Libraries collection. . The Boost.Chrono library provides: . * A means to represent time durations: managed by the generic duration class.Examples of time durations include days, minutes, seconds and nanoseconds, which can be represented with a fixed number of clock ticks per unit. All of these units of time duration are united with a generic interface by the duration facility. * A type for representing points in time: time_point. A time_point represents an epoch plus or minus a duration. The library leaves epochs unspecified. A time_point is associated with a clock. * Several clocks, some of which may not be available on a particular platform: system_clock, steady_clock and high_resolution_clock. A clock is a pairing of a time_point and duration, and a function which returns a time_point representing now. . To make the timing facilities more generally useful, Boost.Chrono provides a number of clocks that are thin wrappers around the operating system's time APIs, thereby allowing the extraction of wall clock time, user CPU time, system CPU time spent by the process: . * process_real_cpu_clock, captures wall clock CPU time spent by the current process. * process_user_cpu_clock, captures user-CPU time spent by the current process. * process_system_cpu_clock, captures system-CPU time spent by the current process. * a tuple-like class process_cpu_clock, that captures real, user-CPU, and system-CPU process times together. * a thread_clock thread steady clock giving the time spent by the current thread (when supported by a platform). . Lastly, Boost.Chrono includes typeof registration for duration and time_point to permit using emulated auto with C++03 compilers. Package: libboost-container1.88-dev Description-md5: 41cba76db235acb1c7483636f7771fe0 Description-en: C++ library that implements several well-known containers - dev files This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-container1.88.0 Description-md5: 4cc3eab0b1f3ec7475cebab0f0d54594 Description-en: C++ library that implements several well-known containers This package forms part of the Boost C++ Libraries collection. . Boost.Container library implements several well-known containers, including STL containers. The aim of the library is to offers advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard. . In short, what does Boost.Container offer? . * Move semantics are implemented, including move emulation for pre-C++11 compilers. * New advanced features (e.g. placement insertion, recursive containers) are present. * Containers support stateful allocators and are compatible with Boost.Interprocess (they can be safely placed in shared memory). * The library offers new useful containers: * flat_map, flat_set, flat_multimap and flat_multiset: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * stable_vector: a std::list and std::vector hybrid container: vector-like random-access iterators and list-like iterator stability in insertions and erasures. * slist: the classic pre-standard singly linked list implementation offering constant-time size(). Note that C++11 forward_list has no size(). Package: libboost-context1.88-dev Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-context1.88.0 Description-md5: 509bcb267a10afdee403415de2d077bd Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Context is a foundational library that provides a sort of cooperative multitasking on a single thread. By providing an abstraction of the current execution state in the current thread, including the stack (with local variables) and stack pointer, all registers and CPU flags, and the instruction pointer, a fcontext_t instance represents a specific point in the application's execution path. This is useful for building higher-level abstractions, like coroutines, cooperative threads (userland threads) or an equivalent to C# keyword yield in C++. Package: libboost-contract1.88-dev Description-md5: bf0d7e4539ed6d34f89ea7c9286b60e4 Description-en: Contract library for C++ - dev files This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-contract1.88.0 Description-md5: cbd95e0aa2c452e909d5fb8cd5d45bc3 Description-en: Contract library for C++ This package forms part of the Boost C++ Libraries collection. . All contract programming features are supported: Subcontracting, class invariants, postconditions (with old and return values), preconditions, customizable actions on assertion failure (e.g., terminate or throw), optional compilation and checking of assertions, etc. Package: libboost-coroutine1.88-dev Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-coroutine1.88.0 Description-md5: 86838fff80fef6efdf92ff95491207e4 Description-en: provides a sort of cooperative multitasking on a single thread This package forms part of the Boost C++ Libraries collection. . Boost.Coroutine provides templates for generalized subroutines which allow multiple entry points for suspending and resuming execution at certain locations. It preserves the local state of execution and allows re-entering subroutines more than once (useful if state must be kept across function calls). . Coroutines can be viewed as a language-level construct providing a special kind of control flow. . In contrast to threads, which are pre-emptive, coroutine switches are cooperative (programmer controls when a switch will happen). The kernel is not involved in the coroutine switches. . The implementation uses Boost.Context for context switching. Package: libboost-date-time1.88-dev Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-date-time1.88.0 Description-md5: fca468edfa68f3723647bff7a2ed63c3 Description-en: set of date-time libraries based on generic programming concepts This package forms part of the Boost C++ Libraries collection. . These libraries are intended to make programming with dates and times almost as simple and natural as programming with strings and integers. Package: libboost-exception1.88-dev Description-md5: 384c2c28f8227e2f185f0778df8c37fc Description-en: library to help write exceptions and handlers This package forms part of the Boost C++ Libraries collection. . The purpose of Boost Exception is to ease the design of exception class hierarchies and to help write exception handling and error reporting code. Package: libboost-fiber1.88-dev Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-fiber1.88.0 Description-md5: f7f6013704ff4580caf3394917e3c295 Description-en: cooperatively-scheduled micro-/userland-threads This package forms part of the Boost C++ Libraries collection. . Boost.Fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similarly to standard thread support library. . Each fiber has its own stack. . A fiber can save the current execution state, including all registers and CPU flags, the instruction pointer, and the stack pointer and later restore this state. The idea is to have multiple execution paths running on a single thread using cooperative scheduling (versus threads, which are preemptively scheduled). The running fiber decides explicitly when it should yield to allow another fiber to run (context switching). Boost.Fiber internally uses execution_context from Boost.Context; the classes in this library manage, schedule and, when needed, synchronize those execution contexts. A context switch between threads usually costs thousands of CPU cycles on x86, compared to a fiber switch with less than a hundred cycles. A fiber runs on a single thread at any point in time. Package: libboost-filesystem1.88-dev Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-filesystem1.88.0 Description-md5: 2491b00e1306a35046eca365dc71ba1d Description-en: filesystem operations (portable paths, iteration over directories, etc) in C++ This package forms part of the Boost C++ Libraries collection. . The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories. The goal is to facilitate portable script-like operations from within C++ programs. Package: libboost-graph-parallel1.88-dev Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph-parallel1.88.0 Description-md5: 4f57c2a6e2a339b83d9c59b83812e4c6 Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . The Parallel Boost Graph Library is an extension to the Boost Graph Library (BGL) for parallel and distributed computing. It offers distributed graphs and graph algorithms to exploit coarse-grained parallelism along with parallel algorithms that exploit fine-grained parallelism, while retaining the same interfaces as the (sequential) BGL. Code written using the sequential BGL should be easy to parallelize with the parallel BGL. Package: libboost-graph1.88-dev Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-graph1.88.0 Description-md5: 6dc872164cdff9808536697108f9eecd Description-en: generic graph components and algorithms in C++ This package forms part of the Boost C++ Libraries collection. . Graphs are mathematical abstractions that are useful for solving many types of problems in computer science. Consequently, these abstractions must also be represented in computer programs. A standardized generic interface for traversing graphs is of utmost importance to encourage reuse of graph algorithms and data structures. Package: libboost-iostreams1.88-dev Description-md5: c5f42432b54f040f1daea1900a535e47 Description-en: Boost.Iostreams Library development files This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-iostreams1.88.0 Description-md5: 3c388d3a296c3c5ceb93d6073902d96e Description-en: Boost.Iostreams Library This package forms part of the Boost C++ Libraries collection. . Boost.Iostreams are a collection of concepts and a set of templates which turn models of these concepts into C++ standard library streams and stream buffers. Package: libboost-json1.88-dev Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-json1.88.0 Description-md5: 8c42e611a8780e1908b6e82825870214 Description-en: C++ containers and algorithms that implement JSON This library focuses on a common and popular use-case: parsing and serializing to and from a container called value which holds JSON types. . Any value which you build can be serialized and then deserialized, guaranteeing that the result will be equal to the original value. Whatever JSON output you produce with this library will be readable by most common JSON implementations in any language. Package: libboost-locale1.88-dev Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-locale1.88.0 Description-md5: 38eb5c1dcd3b37527a010d985b7c8018 Description-en: C++ facilities for localization This package forms part of the Boost C++ Libraries collection. . Boost.Locale gives powerful tools for development of cross platform localized software - the software that talks to user in its language. . * Correct case conversion, case folding and normalization. * Collation (sorting), including support for 4 Unicode collation levels. * Date, time, timezone and calendar manipulations, formatting and parsing, including transparent support for calendars other than Gregorian. * Boundary analysis for characters, words, sentences and line-breaks. * Number formatting, spelling and parsing. * Monetary formatting and parsing. * Powerful message formatting (string translation) including support for plural forms, using GNU catalogs. * Character set conversion. * Transparent support for 8-bit character sets like Latin1 * Support for char and wchar_t * Experimental support for C++0x char16_t and char32_t strings and streams. Package: libboost-log1.88-dev Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-log1.88.0 Description-md5: 35804ca45b526f128dc2dc545fd3dbf6 Description-en: C++ logging library This package forms part of the Boost C++ Libraries collection. . This library aims to make logging significantly easier for the application developer. It provides a wide range of out-of-the-box tools along with public interfaces for extending the library. The main goals of the library are: . * Simplicity. A small example code snippet should be enough to get the feel of the library and be ready to use its basic features. * Extensibility. A user should be able to extend functionality of the library for collecting and storing information into logs. * Performance. The library should have as little performance impact on the user's application as possible. Package: libboost-math1.88-dev Description-md5: ef3334f7fe3b30cab4c2d25557dbaaa3 Description-en: Boost.Math Library development files This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-math1.88.0 Description-md5: 23f6f4e3877dda6577301cc1999a87b1 Description-en: Boost.Math Library This package forms part of the Boost C++ Libraries collection. . This library is divided into three interconnected parts: * Statistical Distributions: Provides a reasonably comprehensive set of statistical distributions, upon which higher level statistical tests can be built. * Mathematical Special Functions: Provides a small number of high quality special functions, initially these were concentrated on functions used in statistical applications along with those in the Technical Report on C++ Library Extensions. * Implementation Toolkit: Provides many of the tools required to implement mathematical special functions. Package: libboost-mpi-python1.88-dev Description-md5: f4aa2213bbcbac6016ed67ed252a2cb4 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. Package: libboost-mpi-python1.88.0 Description-md5: 3aacb014fd455aab00e9bc4e91c51677 Description-en: C++ interface to the Message Passing Interface (MPI), Python Bindings This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. . This package provides Python Bindings to the C++ interface. . One of the python interpreter packages is required to use the bindings. Package: libboost-mpi1.88-dev Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-mpi1.88.0 Description-md5: 6766b51a84b1e0bf3fc6b1ccf0d4bbf2 Description-en: C++ interface to the Message Passing Interface (MPI) This package forms part of the Boost C++ Libraries collection. . The Boost.MPI library provides a C++ interface to MPI that supports modern C++ development styles, including complete support for user-defined data types and C++ Standard Library types, arbitrary function objects for collective algorithms, and the use of modern C++ library techniques to maintain maximal efficiency. Package: libboost-nowide1.88-dev Description-md5: b9afa86bce7e3278c8490ff95c937693 Description-en: Standard library functions with UTF-8 API on Windows development files This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-nowide1.88.0 Description-md5: 3af43843053722a5bec4ac1ad1187bcf Description-en: Standard library functions with UTF-8 API on Windows This package forms part of the Boost C++ Libraries collection. . The library provides an implementation of standard C and C++ library functions which are UTF-8 aware on Windows without requiring to use the Wipe API. . On POSIX platforms, where UTF-8 is already commonly used, the calls in Nowide just alias to their standard counterparts. Package: libboost-numpy1.88-dev Description-md5: 0cd697d06e4f050674a72a97968e8c0c Description-en: Boost.Python NumPy extensions development files This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-numpy1.88.0 Description-md5: f9652c47c704cb13fd7973b1d9eed5c1 Description-en: Boost.Python NumPy extensions This package forms part of the Boost C++ Libraries collection. . The Boost Python library enables exporting a C++ library to Python. The NumPy extensions lets the C++ code interact with NumPy types. . One of the python interpreter packages is required to use the created extensions. Package: libboost-program-options1.88-dev Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-program-options1.88.0 Description-md5: 9ab9e15257fa51221c16c7f0a9e40597 Description-en: program options library for C++ This package forms part of the Boost C++ Libraries collection. . Library to let program developers obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file. Package: libboost-python1.88-dev Description-md5: 4073b19bab34408d8c56b2db9718bb71 Description-en: Boost.Python Library development files This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . This package allows development of a Python interface for all current versions of Python in Debian. Code using this library will need also one of the Python development packages. Package: libboost-python1.88.0 Description-md5: 1fd3f0310a5498412ebe02c4766ff0b1 Description-en: Boost.Python Library This package forms part of the Boost C++ Libraries collection. . The Boost Python Library is used to quickly and easily export a C++ library to Python such that the Python interface is very similar to the C++ interface. It is designed to be minimally intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply "reflect" your C++ classes and functions into Python. The major features of Boost.Python include support for: Subclassing extension types in Python, Overriding virtual functions in Python, Member function Overloading, Automatic wrapping of numeric operators among others. . One of the python interpreter packages is required to use the created extensions. Package: libboost-random1.88-dev Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-random1.88.0 Description-md5: 7ed20e15c02905e3feecfa31084222f4 Description-en: Boost Random Number Library This package forms part of the Boost C++ Libraries collection. . The Boost Random Number Library (Boost.Random for short) provides a variety of generators and distributions to produce random numbers having useful properties, such as uniform distribution. Package: libboost-regex1.88-dev Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-regex1.88.0 Description-md5: 798250c772fac56d605e432dcc6fe14f Description-en: regular expression library for C++ This package forms part of the Boost C++ Libraries collection. . Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do. Package: libboost-serialization1.88-dev Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-serialization1.88.0 Description-md5: 94da985e07c2397fc71a3f86ec4da7dd Description-en: serialization library for C++ This package forms part of the Boost C++ Libraries collection, containing the following functionalities: . * proper restoration of pointers to shared data * serialization of STL containers and other commonly used templates * data portability - streams of bytes created on one platform should be readable on any other * archive interface must be rich enough to permit the creation of an archive that presents serialized data as XML in a useful manner . Here, "serialization" means the reversible deconstruction of an arbitrary set of C++ data structures to a sequence of bytes. archive: to refer to a specific rendering of this stream of bytes. Package: libboost-stacktrace1.88-dev Description-md5: 54146e5655935cff00889b9b265f7df3 Description-en: library to capture and print stack traces - development files This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-stacktrace1.88.0 Description-md5: 111fa2da3db5649074e55bfb276b056e Description-en: library to capture and print stack traces This package forms part of the Boost C++ Libraries collection. . Boost.Stacktrace library is a simple C++03 library that provides information about call sequence in a human-readable form. Package: libboost-system1.88-dev Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-system1.88.0 Description-md5: 1197eb2ee52a77c28d5e31e8e74c41eb Description-en: Operating system (e.g. diagnostics support) library This package forms part of the Boost C++ Libraries collection. . The Boost System library provides simple, light-weight error_code objects that encapsulate system-specific error code values, yet also provide access to more abstract and portable error conditions via error_condition objects. Because error_code objects can represent errors from sources other than the operating system, including user-defined sources, each error_code and error_condition has an associated error_category. Package: libboost-test1.88-dev Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-test1.88.0 Description-md5: 73a9e2027ebac32df5b898db3154448b Description-en: components for writing and executing test suites This package forms part of the Boost C++ Libraries collection. The library contains several components. . * Basic execution, error detection, and reporting facility. * Facilities to monitor program execution and produce error reports. * Unit test framework to simplify writing test cases. Package: libboost-thread1.88-dev Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-thread1.88.0 Description-md5: d19954bb99722597efd2b9b392158287 Description-en: portable C++ multi-threading This package forms part of the Boost C++ Libraries collection. . Toolkit for writing C++ programs that execute as multiple, asynchronous, independent, threads-of-execution. Each thread has its own machine state including program instruction counter and registers. Package: libboost-timer1.88-dev Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-timer1.88.0 Description-md5: 3800da07b3dc08efcf3c762480b53231 Description-en: C++ wall clock and CPU process timers This package forms part of the Boost C++ Libraries collection. . Portable C++ timer classes that answer the question "How long does my C++ code take to run?" with as little as one #include and one additional line of code. . Class cpu_timer measures wall clock time, user CPU process time, and system CPU process time. Class auto_cpu_timer is a refinement of cpu_timer that automatically reports the elapsed times when an auto_cpu_timer object is destroyed. Package: libboost-type-erasure1.88-dev Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-type-erasure1.88.0 Description-md5: c5bcc1bc341ce6b96d3a0f9a07fb2221 Description-en: C++ runtime polymorphism based on concepts This package forms part of the Boost C++ Libraries collection. . C++ has two distinct kinds of polymorphism, virtual functions and templates, each of which has its own advantages and disadvantages. The Boost.TypeErasure library combines the superior abstraction capabilities of templates, with the runtime flexibility of virtual functions. Package: libboost-url1.88-dev Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost-url1.88.0 Description-md5: 35fe57ff170f6ab465e37db29c2609d9 Description-en: C++ library that implements "URL" C++ library which provides containers and algorithms which model a "URL," the Uniform Resource Identifier (URI) specification (henceforth referred to as rfc3986). . A URL is a compact sequence of characters that identifies an abstract or physical resource. . This library understands the grammars related to URLs and provides functionality to validate, parse, examine, and modify urls, and apply normalization or resolution algorithms. Package: libboost-wave1.88-dev Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost-wave1.88.0 Description-md5: 793667709ca25994c0a09d26633460ba Description-en: C99/C++ preprocessor library This package forms part of the Boost C++ Libraries collection. . The Wave C++ preprocessor library is a Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a simple to use interface, which integrates well with the well known idioms of the Standard Template Library (STL). Package: libboost1.88-all-dev Description-md5: abd1c54975e8940f5fbd0921c61d01f1 Description-en: Boost C++ Libraries development files (ALL) The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This metapackage provides the complete Boost development environment, including all separately-packaged libraries. Package: libboost1.88-dev Description-md5: 5a4757456b06ec2c205f53eaa244f371 Description-en: Boost C++ Libraries development files The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides headers for all Boost libraries. . Extended precision arithmetic package libmpfrc++-dev or libntl-dev is required to use the Boost.Multiprecision wrapping of the respective library. Package: libboost1.88-doc Description-md5: 0047dca3fe8d493c8010ac9a1b558493 Description-en: Boost.org libraries documentation placeholder This package originally provided documentation, but has since fallen into disrepair and presently provides no documentation. Please use documentation at www.boost.org. Package: libboost1.88-tools-dev Description-md5: b20d39e2efe0c14e144ce9d2c5d01d38 Description-en: Boost C++ Libraries development tools The Boost web site provides free, peer-reviewed, portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish "existing practice" and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report. . This package provides the auxiliary tools bjam, Boost.Build, bcp, inspect, boostbook and quickbook. Package: libbrial-dev Description-md5: c2626fcf7fcb606f5ba4966ffc1b51a2 Description-en: polynomials over Boolean Rings, core development files The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl core development files. Package: libbrial-groebner-dev Description-md5: 06b76f7f1667b2f0b3f088ab64c02c58 Description-en: development files for libbrial-groebner The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the development files for libbrial-groebner. Package: libbrial-groebner3t64 Description-md5: c85b9b23bc19cfbcd1c4f6095e22ba7e Description-en: computer algebra routines of BRiAl The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl shared library libbrial_groebner. Package: libbrial3t64 Description-md5: 25d1c5e76291f633e89aa1da852af7cd Description-en: polynomials over Boolean Rings, shared library The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl shared library libbrial. Package: libbson-1.0-0t64 Description-md5: 5e4ec561076f38b0708faffaffcef666 Description-en: Library to parse and generate BSON documents - runtime files libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains the libbson runtime libraries, for applications that have been built with libbson. Package: libbson-dev Description-md5: 6aa5c36fddeb6bc9cad3d09fd53066da Description-en: Library to parse and generate BSON documents - dev files libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains all files necessary to develop applications which use libbson. Package: libbson-doc Description-md5: 977036cf3bd4217d468a8be57dd08926 Description-en: Library to parse and generate BSON documents - documentation libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains the man pages for libbson. Package: libc++-17-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-17-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++-18-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-18-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++-19-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-19-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++-20-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-20-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++-21-dev Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7 Description-en: LLVM C++ Standard library (development files) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++-21-dev-wasm32 Description-md5: 21e20e19acf2a499a9e194408e3990d7 Description-en: LLVM C++ Standard library (WASI) libc++ is another implementation of the C++ standard library . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++1-17t64 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-18 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-19 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-20 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++1-21 Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca Description-en: LLVM C++ Standard library libc++ is another implementation of the C++ standard library. . Features and Goals . * Correctness as defined by the C++ standards. * Fast execution. * Minimal memory use. * Fast compile times. * ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation. * Extensive unit tests. Package: libc++abi-17-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-17-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-18-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-18-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-19-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-19-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-20-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-20-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi-21-dev Description-md5: 364169ef5dcd81ea07cbcba49d061676 Description-en: LLVM low level support for a standard C++ library (development files) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi-21-dev-wasm32 Description-md5: 9a34398f2ed6518894f52de69f57d517 Description-en: LLVM low level support for a standard C++ library (WASI) libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ . This package provides a version for the 32-bit WebAssembly System Interface. Package: libc++abi1-17t64 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-18 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-19 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-20 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libc++abi1-21 Description-md5: 6a197f8a8ae8385e801b369ea97886ce Description-en: LLVM low level support for a standard C++ library libc++abi is another implementation of low level support for a standard C++ library. . Features and Goals . * Correctness as defined by the C++ standards. * Provide a portable sublayer to ease the porting of libc++ Package: libcasa-casa8 Description-md5: 1bf0778b3525ff92ea1e8d23c2e43fc4 Description-en: CASA core modules The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the Core modules: Multi-dimensional arrays, Quantities (values with physical units), OS and IO interface classes, Containers (from pre-STL era), Miscellaneous modules for exceptions, tasking interface, command line input, logging, STL wrappers, and basic math classes and functors. . Most of the code has been developed before STL came into existence, so several classes in modules Containers and Utilities are superseded by their STL counterparts. However, they are still used in some casacore code. Furthermore, some classes offer some extra functionality compared to STL. Package: libcasa-coordinates8 Description-md5: ae009c5328bbea995942d4e0a09e4a2d Description-en: CASA coordinates library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the implementation of coordinates for astronomical images. Package: libcasa-derivedmscal8 Description-md5: 4eec8c5432cb2fd9ea0b246886d348cc Description-en: CASA derived mscal library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains derived MeasurementSet quantities (like hourangle) that can be used as virtual table columns or as TaQL user defined functions. Package: libcasa-fits8 Description-md5: ab456270f339c3d11ac470cfe6b23e85 Description-en: CASA FITS library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains a C++ interface to read and write FITS files. Package: libcasa-images8 Description-md5: 832f2ac0f258d5fd77a11b73e99b2667 Description-en: CASA image processing library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package implements n-dimensional images with masks, coordinates, and history. Package: libcasa-lattices8 Description-md5: df54fa21334930285a1da2762b2c8f9e Description-en: CASA lattice library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package implements memory- or disk-based N-dimensional arrays (lattices) with masking, regions, expressions, and math. Package: libcasa-meas8 Description-md5: 0b11e54085348232b3b902c9e51204ee Description-en: CASA functions handling measures The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This module extends TaQL (the Table Query Language) with functions handling measures. Currently it can handle directions, epochs, and positions. Package: libcasa-measures8 Description-md5: 2d3c5415a586a553ff93755bbd8f6d26 Description-en: CASA measures library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package implements measures (i.e. quantities with references frames) and their persistency. Examples are the Hour-angle and Declination of a source at a certain time and observatory; an Ra/Dec for a certain mean epoch; an apparent frequency at a certain time given in eV; a local sidereal time at an observatory. Measures can be converted from one reference frame to another (and this possibility is its main reason for existence). Package: libcasa-mirlib8 Description-md5: 027c9fbfa74d1849190276ff43385815 Description-en: CASA mirlib library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package implements the MIRIAN radio interferometry data reduction package that is of particular interest to users of the Australia Telescope Compact Array (ATCA). Package: libcasa-ms8 Description-md5: 15f97b2bf7fb3bf4c8ad1468584bc2f8 Description-en: CASA MeasurementSet library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the data format for visibility data as described in the MeasurementSet definition. The MeasurementSet is where all data are ultimately to be found in CASA. Package: libcasa-msfits8 Description-md5: b7cc1a0ae17095126bbe58849e0e8b8c Description-en: CASA msfits library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the mapping of MeasurementSets to/from FITS. Package: libcasa-python3-8 Description-md5: 0b87a349d2f6691a91dd3e189805a5a8 Description-en: CASA Python bindings The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the Python 3 bindings. Package: libcasa-scimath-f8 Description-md5: d0ed04f4223f7fdda03f70a1f8ae0885 Description-en: CASA scimath F library The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the Mathematical modules N-dim functionals, linear/non-linear fitting, and miscellaneous. Package: libcasa-scimath8 Description-md5: fbf40899a19879da90a29b8062b63abf Description-en: CASA basic mathematical modules The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the mathematical modules n-dimensional functionals, linear and non-linear fitting, and miscellaneous. Package: libcasa-tables8 Description-md5: 171b590d676eddaabc88d0b9cf1e4056 Description-en: CASA table system The casacore package contains the core libraries of the old AIPS++/CASA (Common Astronomy Software Applications) package. This split was made to get a better separation of core libraries and applications. . This package contains the database-like table system with advanced query language (TaQL). Package: libcatch2-dev Description-md5: 183ec39aba3cb8efddeb8687a04e58e3 Description-en: C++ Automated Test Cases in Headers Catch2 is mainly a unit testing framework for C++, but it also provides basic micro-benchmarking features, and simple BDD macros. . Catch2's main advantage is that using it is both simple and natural. Test names do not have to be valid identifiers, assertions look like normal C++ boolean expressions, and sections provide a nice and local way to share set-up and tear-down code in tests. . If you've been using Catch2 v2, please see the migrate-v2-to-v3.md file in the package documentation. v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation. Package: libcephfs-java Description-md5: 7a7c6b551a3013f6e45ab66cc7b89b22 Description-en: Java library for the Ceph File System Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java library for interacting with the Ceph File System. Package: libcephfs-jni Description-md5: eeccae7ad4653bc059b325a5ec4ddd58 Description-en: Java Native Interface library for CephFS Java bindings Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package contains the Java Native Interface library for interacting with the Ceph File System. Package: libclang-17-dev Description-md5: 6610a455f274f6950183a3829f91231d Description-en: Clang library - Development package 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 headers to develop extensions over libclang1-17. Package: libclang-18-dev Description-md5: 96c5b47e666f63fe785f241b617bfbb9 Description-en: Clang library - Development package 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 headers to develop extensions over libclang1-18. Package: libclang-19-dev Description-md5: ae144ace7105bacb6cceb4728ea7abf2 Description-en: Clang library - Development package 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 headers to develop extensions over libclang1-19. Package: libclang-20-dev Description-md5: 5d11e43d0fcb99d16f62a9bec9c6f1dc Description-en: Clang library - Development package 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 headers to develop extensions over libclang1-20. Package: libclang-21-dev Description-md5: 7cb1680ccacb561deb44a94504954b37 Description-en: Clang library - Development package 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 headers to develop extensions over libclang1-21. Package: libclang-common-17-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package 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 generic headers. Package: libclang-common-18-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package 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 generic headers. Package: libclang-common-19-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package 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 generic headers. Package: libclang-common-20-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package 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 generic headers. Package: libclang-common-21-dev Description-md5: c70051d53e23270c29353f55183e81aa Description-en: Clang library - Common development package 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 generic headers. Package: libclang-cpp17-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-cpp17t64 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp18-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-cpp19 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp19-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-cpp20 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp20-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-cpp21 Description-md5: 8acc7c5b41666c14f1ef5e79310225e6 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang-cpp21-dev Description-md5: f5afea2f6b71ba0705e995aaab21eef9 Description-en: C++ interface to the Clang library 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 C++ library. . The C++ Interface to Clang provides an API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. . This package contains symlinks without a version number, which needed by linker at build time. Package: libclang-rt-17-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-17-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-17-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-18-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-18-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-18-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-19-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-19-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-19-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-20-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-20-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-20-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang-rt-21-dev Description-md5: 2aaff3e893bfd063ceaf38e310dc3055 Description-en: Compiler-rt - development package This package provides various libraries: . * builtins - Simple libraries that provide implementation of the low-level target-specific hooks required by code generation and other runtime components. * sanitizer runtimes - AddressSanitizer, ThreadSanitizer, UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer DataFlowSanitizer, etc * profile - Library which is used to collect coverage information. Package: libclang-rt-21-dev-wasm32 Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217 Description-en: Compiler-rt - wasm32 builtins Provides the compiler-rt builtins for WebAssembly 32 bits Package: libclang-rt-21-dev-wasm64 Description-md5: f6fba666aadae95050bf103b52358363 Description-en: Compiler-rt - wasm64 builtins Provides the compiler-rt builtins for WebAssembly 64 bits Package: libclang1-17t64 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library 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 library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-18 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library 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 library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-20 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library 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 library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclang1-21 Description-md5: 6fbabc5fd121a4ff6b254de59627b6de Description-en: C interface to the Clang library 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 library. . The C Interface to Clang provides a relatively small API that exposes facilities for parsing source code into an abstract syntax tree (AST), loading already-parsed ASTs, traversing the AST, associating physical source locations with elements within the AST, and other facilities that support Clang-based development tools. Package: libclc-17 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-17-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-18 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-18-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-19 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-19-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-20 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-20-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libclc-21 Description-md5: 73bf1c1e61845108c59b363de4fd901a Description-en: OpenCL C language implementation - platform support libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains support for the amdgcn (AMD GPU), PTX and r600 platforms. Package: libclc-21-dev Description-md5: af42cc63b204a8c47b782398389a6170 Description-en: OpenCL C language implementation - development files libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. . This package contains development header files. Package: libcogl-common Description-md5: d546b96c6a3a291dcdcc684916b2a0c0 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (common files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the common files, such as translations. Package: libcogl-dev Description-md5: be3115f4a0115636a1065d55d8a70f4a Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl. Package: libcogl-doc Description-md5: 6b316c36c70b839fe5274cc7bbbd7eaa Description-en: Object oriented GL/GLES Abstraction/Utility Layer (documentation) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the documentation. Package: libcogl-pango-dev Description-md5: 5c4e7ce27e624192d91d8d0db6688471 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package contains the development files for libcogl-pango. Package: libcogl-pango20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl-path-dev Description-md5: 2e20efef9b615c0cbb5717e31e6c92c8 Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files) Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. . This package should be used as a build-dependency by programs that use the cogl-path API, but is currently an empty package that depends on libcogl-dev due to circular dependencies between the base cogl API and the cogl-path API. Package: libcogl-path20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcogl20 Description-md5: 8c0fee75492f726194fa0be454f54661 Description-en: Object oriented GL/GLES Abstraction/Utility Layer Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. Package: libcoq-mathcomp-abel Description-md5: 3adc2407c3df0e5de782fe2f159ef52b Description-en: Abel-Galois and Abel-Ruffini theorems for Mathematical Components This package provides proofs of the Abel-Galois (solvability by radicals and solvability of the Galois group) and of the Abel-Ruffini theorem (general unsolvability of the quintic equations) using the Mathematical Components library. . The Mathematical Components library is a coherent repository of general-purpose formalized mathematical theories for the Coq proof assistant. Package: libdislocker0-dev Description-md5: d568b9036ff05d749a1fd118799d6f82 Description-en: read/write encrypted BitLocker volumes (development files) Dislocker has been designed to read BitLocker encrypted partitions under a Linux system. The driver used to read volumes encrypted in Windows system versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's USB/FAT32 partitions. . The software works with driver composed of a library, with multiple binaries using this library. Decrypting the partition, you have to give it a mount point where, once keys are decrypted, a file named dislocker-file appears. This file is a virtual NTFS partition, so you can mount it as any NTFS partition and then read from or write to it. Writing to the NTFS virtual file will change the underlying BitLocker partition content. . This package provides the development files. Package: libdislocker0.7t64 Description-md5: 21cc5e9e5e899bf57a8c2cab86f8420b Description-en: read/write encrypted BitLocker volumes (shared library) Dislocker has been designed to read BitLocker encrypted partitions under a Linux system. The driver used to read volumes encrypted in Windows system versions of the Vista to 10 and BitLocker-To-Go encrypted partitions, that's USB/FAT32 partitions. . The software works with driver composed of a library, with multiple binaries using this library. Decrypting the partition, you have to give it a mount point where, once keys are decrypted, a file named dislocker-file appears. This file is a virtual NTFS partition, so you can mount it as any NTFS partition and then read from or write to it. Writing to the NTFS virtual file will change the underlying BitLocker partition content. . This package provides the runtime library. Package: libdune-grid-dev Description-md5: 85d4d4fceff920f104f6c3693a7607e8 Description-en: toolbox for solving PDEs -- grid interface (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the grid interface. Package: libdune-grid-doc Description-md5: 94753bf5a89b60673de5b4b8aa1266bd Description-en: toolbox for solving PDEs -- grid interface (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the grid interface. Package: libdune-istl-dev Description-md5: 861f28a73f032fa881df43c7dbe3ac88 Description-en: toolbox for solving PDEs -- iterative solvers (development files) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the development files for the iterative solver template library. Package: libdune-istl-doc Description-md5: 290d1b252e098c4592acc54dbb97ea43 Description-en: toolbox for solving PDEs -- iterative solvers (documentation) DUNE, the Distributed and Unified Numerics Environment is a modular toolbox for solving partial differential equations (PDEs) with grid-based methods. It supports the easy implementation of methods like Finite Elements (FE), Finite Volumes (FV), and also Finite Differences (FD). . This package contains the documentation for the iterative solver template library. Package: libflang-17-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflang-18-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflang-19-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflang-20-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflang-21-dev Description-md5: 3328d45b650afee35fe8b6da0b9b1e49 Description-en: Flang library - Development package Ground-up implementation of a Fortran front end written in modern C++. . While it is capable of generating executables for a number of examples, some functionalities are still missing. . This package contains the flang libraries and headers. Package: libflatpak-dev Description-md5: 4fcaa1347e5652b1c831098f39239f04 Description-en: Application deployment framework for desktop apps (development) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains development headers and pkg-config metadata for libflatpak0, and the flatpak-coredump and flatpak-bisect scripts used to debug Flatpak applications. Package: libflatpak-doc Description-md5: c7d59a541c5d9998f886d74daf4ac8d6 Description-en: Application deployment framework for desktop apps (documentation) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains reference documentation for libflatpak0. Package: libflatpak0 Description-md5: 0e4073ffd5dff85f7c3cfe70f89906ed Description-en: Application deployment framework for desktop apps (library) Flatpak installs, manages and runs sandboxed desktop application bundles. See the flatpak package for a more comprehensive description. . This package contains the flatpak shared library, used by higher level package management tools like gnome-software. Package: libfosfat1 Description-md5: 4e1d68f98a3f55115747d1c65ded6c73 Description-en: API for the Smaky file system Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. . The Smaky is a line of mostly 8-bit personal computers and accompanying operating system developed at the EPFL (École Polytechnique Federale de Lausanne), in Switzerland, from 1974. . This package contains the libfosfat1, which provides the API for the Smaky file system. Package: libfosgra1 Description-md5: 103f1863d0e956075585c1992a3a8fd3 Description-en: library to decode Smaky .IMAGE files Fosfat is a C library for providing read-only access to a Smaky formatted disk. Currently, only a tool and a FUSE extension that use this library can be used for reading a directory and copying a file. . The Smaky is a line of mostly 8-bit personal computers and accompanying operating system developed at the EPFL (École Polytechnique Federale de Lausanne), in Switzerland, from 1974. . This package contains the libfosgra1, used to decode the Smaky .IMAGE picture file. Package: libfreerdp-server-proxy3-3 Description-md5: 6e9cac03a77ebe00bae9c12093fa828d Description-en: Free Remote Desktop Protocol library (proxy library) FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shared library for proxying RDP connections. Package: libfreerdp-shadow-subsystem3-3 Description-md5: 6ef6436c34df72c1cfaf1cf4dabe3235 Description-en: FreeRDP Remote Desktop Protocol shadow subsystem libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow subsystem libraries. Package: libfreerdp-shadow3-3 Description-md5: 49dfefe1574ce260a63ff9685cd6b5a0 Description-en: FreeRDP Remote Desktop Protocol shadow libraries FreeRDP is a libre client/server implementation of the Remote Desktop Protocol (RDP). . This package contains the shadow libraries. Package: libfuzzer-17-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-18-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-19-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-20-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libfuzzer-21-dev Description-md5: bc55cd127b8dab148b78e61e5e475b8e Description-en: Library for coverage-guided fuzz testing LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing of other libraries. . LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs all of its fuzzing inside a single process. This in-process fuzzing can be more restrictive and fragile, but is potentially much faster as there is no overhead for process start-up. . The fuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka 'target function'); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. The code coverage information for libFuzzer is provided by LLVM's SanitizerCoverage instrumentation. Package: libgarcon-1-0 Description-md5: ccef8bc40b886986c0af27faf580d445 Description-en: freedesktop.org compliant menu implementation for Xfce garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains the core library and the GTK2 support library. Package: libgarcon-1-dev Description-md5: 47fc6c17a67006d56041ffe28624e815 Description-en: Development files for garcon-1 This package contains the headers and the static library for garcon-1. Package: libgarcon-common Description-md5: 88e7d9fc75824b1859206ba2be898feb Description-en: common files for libgarcon menu implementation garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains common files like desktop-directories and menu file. Package: libgarcon-gtk3-1-0 Description-md5: 3efdbc3fb0422b71ae870d49fbd708d8 Description-en: menu library for Xfce (GTK3 library) garcon is a menu implementation that is compliant with the Desktop Menu Specification of freedesktop.org . This package contains the GTK-3 support library. Package: libgarcon-gtk3-1-dev Description-md5: 82e5020ee99ef6a556a7cd776485e413 Description-en: Development files for garcon-gtk3 This package contains the headers and the static library for garcon-gtk3 library, the GTK3 support library for the garcon menu library. Package: libgdk-pixbuf-xlib-2.0-0 Description-md5: ff4a54bdd102169fcecdeee6b5a5e344 Description-en: GDK Pixbuf library (deprecated Xlib integration) This package contains a deprecated library to render GdkPixbuf structures to X drawables using Xlib (libX11). . No newly written code should ever use this library. . If your existing code depends on gdk-pixbuf-xlib, then you're strongly encouraged to port away from it. Package: libgdk-pixbuf-xlib-2.0-dev Description-md5: 31c0ec9e89d3c5842049e497a3b887b9 Description-en: GDK Pixbuf library (development files) This package contains the header files which are needed for using GDK Pixbuf's deprecated Xlib integration. . No newly written code should ever use this library. . If your existing code depends on gdk-pixbuf-xlib, then you're strongly encouraged to port away from it. Package: libgedit-tepl-6-3 Description-md5: 939739a4c6b88e8b0ffadd7b7f12638e Description-en: Text editor library for GTK libgedit-tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for “Text editor product line”. It serves as an incubator for GtkSourceView. Package: libgedit-tepl-common Description-md5: b2b5d7b6b92e1f60ff093914d6b6a03e Description-en: Text editor library for GTK (common files) libgedit-tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for “Text editor product line”. It serves as an incubator for GtkSourceView. . This package contains architecture-independent files such as translations. Package: libgedit-tepl-dev Description-md5: b28022e7ef4c8331d8718f8c61747a70 Description-en: Text editor library for GTK - development files libgedit-tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for “Text editor product line”. It serves as an incubator for GtkSourceView. . This package contains the development headers and libraries. Package: libgensio-dev Description-md5: 167c8984a2f89a1374c8ca415285adef Description-en: abstract stream I/O (development files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the development headers and static libraries. Package: libgensio6t64 Description-md5: 9cdbd584bba4079c70bbc69eb544548f Description-en: abstract stream I/O (runtime files) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the shared libraries. Package: libgrantleetheme-data Description-md5: 72f83fc8b55993c270c2f2ee96952de1 Description-en: KDE PIM grantlee theme support - data files This library provides the grantlee theme support for KDE PIM. . This package provides the data files. Package: libgrantleetheme-dev Description-md5: 1dd606648e6bfbff5df3d2dc1ae2f5f5 Description-en: KDE PIM grantlee theme support - devel files This library provides the grantlee theme support for KDE PIM. . This package provides the development files. Package: libgrantleetheme-plugins Description-md5: fd4098258090ed9198c7f79bf38c3498 Description-en: KDE PIM grantlee theme support - plugins This library provides the grantlee theme support for KDE PIM. . This package provides the plugins distributed with the library. Package: libhalide19-0 Description-md5: 89e993b87074eac88ef31acb3aeb4422 Description-en: fast, portable computation on images and tensors Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Halide currently targets: * CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V * Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT * GPU Compute APIs: CUDA, OpenCL, Apple Metal, Microsoft Direct X 12, Vulkan Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. Package: libhalide19-dev Description-md5: f79e018121f4b3ffe864a21ee6907d27 Description-en: fast, portable computation on images and tensors -- Development files Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains the files necessary to develop against libhalide. Package: libhalide19-doc Description-md5: 49a70fa6bdeeb7cc3885a956f009fef3 Description-en: fast, portable computation on images and tensors (C++ documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains README's and tutorials for using Halide from C++. Package: libhalideaot19-0 Description-md5: 3659818dee53660bdaafd24351957dc1 Description-en: fast, portable computation on images and tensors (virtual library) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . Software that uses halide can either rely on just-in-time compilation, in which case it runtime-depends on/links to libhalide, or it can be compiled ahead of time, when building the software, in which case it does not strictly depend on halide. Former software should depend on this package instead, to make it obvious which software needs to be rebuilt with newer halide versions. . This is an empty package. Package: libhexagonrpc-dev Description-md5: 0fc7a2576766e4fa997ae383e54ff3e6 Description-en: Implementation of the FastRPC procotol -- development files Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains the development files for libhexagonrpc, a library implementing the FastRPC protocol. Package: libhexagonrpc0.3 Description-md5: 946cff0fce38f62063ec44c3d8efe460 Description-en: Implementation of the FastRPC procotol -- shared library Qualcomm processors include Digital Signal Processors (DSP) which can be accessed from Linux using the FastRPC protocol. This protocol is used to: * serve remote files to the DSPs * call functions to offload work to the DSPs . This package contains the shared library implementing the FastRPC protocol. Package: libhsa-runtime-dev Description-md5: a43df1a7a825b65ac5f03fb39ff420b1 Description-en: HSA Runtime API and runtime for ROCm - development files This library provides user-mode API interfaces necessary for host applications to launch compute kernels to available HSA ROCm kernel agents. . This package contains the development headers. Package: libhsa-runtime64-1 Description-md5: 3b6dc07958d486a817a5f2ac17827c4a Description-en: HSA Runtime API and runtime for ROCm This library provides user-mode API interfaces necessary for host applications to launch compute kernels to available HSA ROCm kernel agents. Package: libhsakmt-dev Description-md5: 7206aef6339b557669fd61b2c4ccb72f Description-en: Thunk library for AMD KFD (dev) This package includes the user-mode API interfaces used to interact with the ROCk driver. . This package contains the development files. Package: libhsakmt1 Description-md5: cad20c7a0db349265356ab5bbc60e4cf Description-en: Thunk library for AMD KFD (shlib) This package includes the user-mode API interfaces used to interact with the ROCk driver. . This package contains the shared object. Package: libiitii-dev Description-md5: fce9786d88455289fadb8d51189d3643 Description-en: Implicit Interval Tree with Interpolation Index (devel) Iitii is a data structure for indexing begin/end position intervals, such as genomic feature annotations, and answering requests for all items overlapping a query interval. Building on cgranges by Heng Li, iitii explores ideas from DBMS interpolation search and learned index structures to speed up queries on large datasets. . This package contains the header files for development. Package: libintelrdfpmath-dev Description-md5: eae64e804251a27e96fc83f07c804324 Description-en: Intel Decimal Floating-Point Math Library Software implementation of the IEEE 754-2008 Decimal Floating-Point Arithmetic specification, aimed at financial applications, especially in cases where legal requirements make it necessary to use decimal, and not binary floating-point arithmetic (as computation performed with binary floating-point operations may introduce small, but unacceptable errors). . This library is only fully supported on amd64, i386, and ia64. It builds on several other Debian architectures, but you should check the test results to determine whether it is suitable for your purposes. Package: libisal-dev Description-md5: 874548205a402b15945db5a8d79b55a2 Description-en: Intel(R) Intelligent Storage Acceleration Library - devel files Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains the development files needed to build against the shared library. Package: libisal2 Description-md5: db59909f70c412a803a10087d9506bd6 Description-en: Intel(R) Intelligent Storage Acceleration Library - shared library Collection of low-level functions used in storage applications. Contains fast erasure codes that implement a general Reed-Solomon type encoding for blocks of data that helps protect against erasure of whole blocks. The general ISA-L library contains an expanded set of functions used for data protection, hashing, encryption, etc. . This package contains the shared library. Package: libkaccounts6-2 Description-md5: c743dde45ea6b3d079c3f4df6eb6ee12 Description-en: integration library for Accounts-SSO and SignOn-SSO KAccounts Integration provides a way to share accounts data such as login tokens and general user information (like usernames and such) between various applications. . The KAccounts library is a KDE Frameworks style abstraction layer on top of the Accounts-SSO and SignOnD libraries, which uses a combination of models and jobs to expose the functionality of those. Package: libkaccounts6-dev Description-md5: 39c4be261d645fab2a42d65e5b947ff2 Description-en: integration library and QML module for Accounts-SSO and SignOn-SSO - development files KAccounts Integration provides a way to share accounts data such as login tokens and general user information (like usernames and such) between various applications. . The KAccounts library is a KDE Frameworks style abstraction layer on top of the Accounts-SSO and SignOnD libraries, which uses a combination of models and jobs to expose the functionality of those. . The kaccounts QML plugin exposes that functionality directly to Qt Quick based applications. . This package contains development files. Package: libkate-dev Description-md5: ea7955d0abccb5259d206e2cfde3252c Description-en: Codec for karaoke and text encapsulation (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. This package contains the development libraries. Package: libkate-tools Description-md5: c771130173d36e2f7c329fd922edcb38 Description-en: Utilities for mangling kate Ogg files Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . This package contains some utilities useful for debugging and tweaking Kate files, using libkate. Package: libkate1 Description-md5: 39ec13ea5c59b0ac8acc76b3db8228c2 Description-en: Codec for karaoke and text encapsulation Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . libkate provides an API for the encoding and decoding of kate files. Package: libkcddb6-5 Description-md5: 0d8ee0e128313d9d3531e70c59020cf0 Description-en: CDDB library for KDE Platform (runtime) The KDE Compact Disc DataBase library provides an API for applications using the KDE Platform to fetch and submit audio CD information over the Internet. . This package is part of the KDE multimedia module. Package: libkcddb6-dev Description-md5: 7565ff08889778a2a6494cc12cbf6406 Description-en: CDDB library for KDE Platform (development) The KDE Compact Disc DataBase library provides an API for KDE applications to fetch and submit audio CD information over the Internet. . This package is part of the KDE multimedia module. Package: libkcompactdisc-dev Description-md5: 539d0306eed14eeb7d28116aa92fbcae Description-en: CD drive library for KDE Platform (development) The KDE Compact Disc library provides an API for applications using the KDE Platform to interface with the CD drives for audio CDs. . This package contains the development files for libKCompactDisc. . This package is part of the KDE multimedia module. Package: libkcompactdisc6-5 Description-md5: fd3a25429cb93cb1d7ca336f3ede63da Description-en: CD drive library for KDE Platform (runtime) The KDE Compact Disc library provides an API for applications using the KDE Platform to interface with the CD drives for audio CDs. . This package is part of the KDE multimedia module. Package: libkdcrawqt6-5 Description-md5: 4059d65a18f2fea278d6caf61339fcd4 Description-en: RAW picture decoding library qt6 Libkdcraw is a Qt6 interface to the libraw library used to decode RAW picture files. . This library is used by kipi-plugins, digiKam, kphotoalbum, and krita. . This package contains the shared library. Package: libkdcrawqt6-dev Description-md5: db6d02149ff14fa22c04d8e14f754f92 Description-en: RAW picture decoding library qt6 -- development files Libkdcraw is a Qt6 interface to the libraw library used to decode RAW picture files. . This package contains the development files and the documentation. The library documentation is available in the kdcraw.h header file. Package: libkdegames6-6 Description-md5: 5d3e89955b5eb697625abb46b23f640b Description-en: shared library for KDE games This package contains a shared library used by KDE games. . This package is part of the KDE games module. Package: libkdegames6-dev Description-md5: a79d102eb2683482d80b0574933d5a24 Description-en: development files for the KDE games library This package contains development files for building software that uses libraries from the KDE games module. . This package is part of the KDE games module. Package: libkdegames6-i18n Description-md5: ca4429984469de4fe98a648d93dbecf9 Description-en: Localiztion files for the KDE games library This package contains localization files. . This package is part of the KDE games module. Package: libkdegames6private6 Description-md5: 2b3f3511f4cc5c459dca547b1a1268de Description-en: private part of shared library for KDE games This package contains the private parts of the shared library used by KDE games. . This package is part of the KDE games module. Package: libkdepim-data Description-md5: 7fa517443f4722bf5c2a9c97b052cc2c Description-en: KDE PIM library - data files This is the internal runtime package for applications from the KDE PIM module. It contains data files used by the library. . This package is part of the KDE PIM module. Package: libkdepim-dev Description-md5: ac38fed39cd5255b705265fa498abf78 Description-en: KDE PIM library - development files This is the internal runtime package for applications from the KDE PIM module. It contains headers, and the libraries needed to build some of the KDE PIM applications. . This package is part of the KDE PIM module. Package: libkdepim-plugins Description-md5: f8e68709422343fca6596819f4185c97 Description-en: KDE PIM library - plugins This is the internal runtime package for applications from the KDE PIM module. It contains plugins that are distributed with the library. . This package is part of the KDE PIM module. Package: libkeduvocdocument-data Description-md5: d09accaaeb8818bd1cd78609cd2b6151 Description-en: translations for KEduVocDocument This package contains development files for building software that uses the KEduVocDocument library . This package contains architecture-independent data files for KEduVocDocument. . This package is part of the KDE education module. Package: libkeduvocdocument-dev Description-md5: a519561e3e975e24c43560593d5b9fa7 Description-en: development files for KEduVocDocument This package contains development files for building software that uses the KEduVocDocument library . This package contains the development files for KEduVocDocument. . This package is part of the KDE education module. Package: libkeduvocdocument5abi2 Description-md5: c9ab1266f73e2b5784389c0fd2aef2b9 Description-en: library for reading and writing vocabulary files This package contains a library for reading and writing vocabulary files. It supports different file formats. KVTML (version 2) is the default. This library is used by Parley, Kanagram, KHangMan and KWordQuiz. . This package is part of the KDE education module. Package: libkexiv2qt6-0 Description-md5: 6ad9a4b20d8e256e1beec207aa5fd2a5 Description-en: Qt like interface for the libexiv2 library Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate pictures metadata. . This package contains the libkexiv2 library. Package: libkexiv2qt6-dev Description-md5: a542ba0224b1ad8f2dd33cd864157c85 Description-en: Qt-like interface for the libexiv2 library -- development files Libkexiv2 is a Qt wrapper around the Exiv2 library, used to manipulate pictures metadata. . This package contains the development files and the documentation. The library documentation is available in the kexiv2.h header file. Package: libkf5kdcraw-dev Description-md5: d7b69cc4dd00b28cab07331070e753f7 Description-en: RAW picture decoding library -- development files Libkdcraw is a Qt interface to the libraw library used to decode RAW picture files. . This package contains the development files and the documentation. The library documentation is available in the kdcraw.h header file. Package: libkf5kdcraw5 Description-md5: 6388cc47ceebd62fbf174b0164753c36 Description-en: RAW picture decoding library Libkdcraw is a Qt interface to the libraw library used to decode RAW picture files. . This library is used by kipi-plugins, digiKam, kphotoalbum, and krita. . This package contains the shared library. Package: libkf6baloowidgets6 Description-md5: 7756f0741a85a33a80b79383670f9726 Description-en: Wigets for use with Baloo Baloo is a framework for searching and managing metadata. . This package contains GUI widgets for baloo. Package: libkf6konq7 Description-md5: b53d09335614e0a33c0a028f9527a392 Description-en: core library for Konqueror Konqueror is the KDE web browser and an advanced file manager. . This library contains some core features of konqueror that used to be shared with other KDE applications. It’s currently only used by Konqueror. Package: libkf6konqsettings7 Description-md5: 78ab2d48d85ed0d0a9a00040b1e88e78 Description-en: settings management library for Konqueror Konqueror is the KDE web browser and an advanced file manager. . This library contains the settings management features of Konqueror. Package: libkgapi-data Description-md5: 9a9fe56ee9d1ed10699969e2f79360b5 Description-en: Google API library for KDE -- data files LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for various Google services. . This package contains data files. Package: libkgapi-dev Description-md5: c1caebd71da378d3fbe1ac3bb0d049e6 Description-en: Google API library for KDE -- development files LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for various Google services. . This package contains development files for building software that uses the LibKGAPI library. Package: libkgraphviewer0 Description-md5: fe0c148d24bbedd3221c931ca963ef45 Description-en: GraphViz dot graph viewer - shared library KGraphViewer is a tool to display graphviz .dot graphs. . It is more generally a KPart able to display any graph data that graphviz can handle. . This package contains the shared library for KGraphViewer. Package: libkldap-data Description-md5: 8bccea239dd9315d59503f37f88e9176 Description-en: Arch independent data forlibrary for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the arch independent data for KLdap. Package: libkldap-dev Description-md5: 7389f56e2b83cda2cf6f3ae47b1e5ac0 Description-en: library for accessing LDAP - development files This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the development files. Package: libkldap-doc Description-md5: b17033b799fd447cc13f81d93e1dcf64 Description-en: library for accessing LDAP (documentation) This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package contains the documentation files. Package: libkmahjongg-dev Description-md5: cefc2ded176665344cf48857250eeb41 Description-en: development files for the KDE kmahjongg library This package contains development files for building software that uses the KDE kmahjongg library. . This package is part of the KDE games module. Package: libkmahjongg6 Description-md5: 9c22e51d6b1e038e37bbb6861c59c811 Description-en: shared library for kmahjongg and kshisen This package contains a shared library used by the KDE games kmahjongg and kshisen. . This package is part of the KDE games module. Package: libkmime-data Description-md5: 8a1f03c7dc80e1bcf83d40055b8971b7 Description-en: Arch independent data for library for handling MIME data This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package contains the arch independent data for KMime. Package: libkmime-dev Description-md5: 3e8d7b6fb7ba4938dc9cf77296922163 Description-en: library for handling MIME data - development files This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package contains the development files. Package: libkomparediff2-6 Description-md5: a2b2c5e6ea84aa1ab038916ef6461972 Description-en: library to compare files and strings This package contains a library used to compare files and strings, and is used in Kompare and KDevelop. . This package is part of the KDE Software Development Kit module. Package: libkomparediff2-data Description-md5: f77d880c5d7e6a366b8f9b8c5b610f8a Description-en: architecture-independent data files for libkomparediff2 This package contains a library used to compare files and strings, and is used in Kompare and KDevelop. . This package contains the architecture-independent data files for libkomparediff2. . This package is part of the KDE Software Development Kit module. Package: libkomparediff2-dev Description-md5: 5923ec7db50bfd01c96c3d698d42f7e1 Description-en: library to compare files and strings - development files This package contains a library used to compare files and strings, and is used in Kompare and KDevelop. . This package contains development headers for the kompare library. . This package is part of the KDE Software Development Kit module. Package: libkonq-dev Description-md5: ff78d9ef8147ab982d24a80e9f20fb57 Description-en: development files for the Konqueror libraries Konqueror is the KDE web browser and an advanced file manager. . This package contains development files for building software that uses the Konqueror libraries. Package: libkontactinterface-data Description-md5: a2a7a275f7f1a309edfaddf600a21c0e Description-en: Kontact interface library - data files This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). . This package contains shared data files. Package: libkontactinterface-dev Description-md5: 5d4ec19cad08b4aa5cb9586cb7df8087 Description-en: Kontact interface library - development files This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). . This package contains the development files. Package: libkopeninghours-dev Description-md5: 3aa36412b696f4bcbc0edf67bddd653b Description-en: OSM opening hours expressions library (development files) A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the development files. Package: libkopeninghours1 Description-md5: 6496855967dc926ebd3446ff92e10f70 Description-en: OSM opening hours expressions library A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. Package: libkpim6gapiblogger6 Description-md5: 0ab2dbb9a3cc27a9ee05df5b6a7fe199 Description-en: library to integrate with Google Blogger service API This package is part of libkgapi. Package: libkpim6gapicalendar6 Description-md5: 23bbb9c625c6e525a8331f1f2f99b239 Description-en: library to integrate with Google Calendar service API This package is part of libkgapi. Package: libkpim6gapicore6 Description-md5: 54f8a72da2e5a80b769787b65f0a59f6 Description-en: core library to integrate with Google service APIs This package is part of libkgapi. Package: libkpim6gapidrive6 Description-md5: ffecc2c04c645daab0ee28719380599f Description-en: library to integrate with Google Drive service API This package is part of libkgapi. Package: libkpim6gapilatitude6 Description-md5: 9231c0952b775c1d09e0b8584f83add5 Description-en: library to integrate with Google Latitude service API This package is part of libkgapi. Package: libkpim6gapimaps6 Description-md5: 4963a89e07c8770c1f8286e7cdc48b5e Description-en: library to integrate with Google Maps service API This package is part of libkgapi. Package: libkpim6gapipeople6 Description-md5: 702c8d5a3883d82f701a45aec77ed919 Description-en: library to integrate with Google People service API This package is part of libkgapi. Package: libkpim6gapitasks6 Description-md5: e4e30c4cba468f3f8dde6bc0666c3697 Description-en: library to integrate with Google Tasks service API This package is part of libkgapi. Package: libkpim6grantleetheme6 Description-md5: 1f5691859f111ae0c61fc219d811ab53 Description-en: KDE PIM grantlee theme support - library This library provides the grantlee theme support for KDE PIM. . This package provides the shared libraries. Package: libkpim6kontactinterface6 Description-md5: 6f19c549a0a3669b6ef227dae99e378c Description-en: Kontact interface library This library provides the glue necessary for application "Parts" to be embedded as a Kontact component (or plugin). Package: libkpim6ldapcore6 Description-md5: 2bc1a9b485bbacf6b6fdefdd2097e5ff Description-en: library for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6ldapwidgets6 Description-md5: 2bc1a9b485bbacf6b6fdefdd2097e5ff Description-en: library for accessing LDAP This is a library for accessing LDAP with a convenient Qt style C++ API. LDAP (Lightweight Directory Access Protocol) is an application protocol for querying and modifying directory services running over TCP/IP. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6libkdepim6 Description-md5: 0b8cef31f54cbd986ec19974ef571136 Description-en: KDE PIM library This is the internal runtime package for applications from the KDE PIM module. It contains shared libraries and data which most of KDE PIM applications use. . This package is part of the KDE PIM module and hold the part of libkdepim that do not depend on Akonadi. Package: libkpim6mime6 Description-md5: ea8d6d0463a1443aeab1a64fda908b1b Description-en: library for handling MIME data This library provides an API for handling MIME data. MIME (Multipurpose Internet Mail Extensions) is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpim6pkpass6 Description-md5: bf7b99e51c879704afa812aaddf81ea0 Description-en: library for Apple Wallet Pass reader This library provides an API for Apple Wallet Pass reader. Package: libkpim6smtp6 Description-md5: 75704be94f818dcb73fdf7187d5f3528 Description-en: library for handling SMTP data This library provides an API for handling SMTP services. SMTP (Simple Mail Transfer Protocol) is the most prevalent Internet standard protocols for e-mail transmission. Package: libkpim6textedit6 Description-md5: 109259b7958e194638f3e7341d582dde Description-en: library that provides a textedit with PIM-specific features KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package is part of the KDE Development Platform PIM libraries module. Package: libkpimtextedit-data Description-md5: bca0a8d0fa518f77f38f05287d5a34ef Description-en: libkpimtextedit - arch independent files KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package contains the arch independent files. Package: libkpimtextedit-dev Description-md5: 36db1c740ff02746942a7e33f4e72e9f Description-en: libkpimtextedit - development files KPIMTextedit provides a textedit with PIM-specific features. It also provides so-called rich text builders which can convert the formatted text in the text edit to all kinds of markup, like HTML or BBCODE. . This package contains the development files. Package: libkpkpass-dev Description-md5: 416f5fe817f4d8876cf3b0debce596f6 Description-en: library for Apple Wallet Pass reader - development files This library provides an API for Apple Wallet Pass reader. . This package contains the development files. Package: libkpmcore-dev Description-md5: 81e908e345c295321aef87887d52f89a Description-en: KDE Partition Manager Core development files KDE Partition Manager Core (KPM core) allows software to re-use common partitioning GUI tasks. . It is used by the generic system installer called Calamares as well as the KDE Partition Manager application. . This package contains development files for kpmcore. Package: libkpmcore13 Description-md5: 6657221d5ba350785332e5c86dfc3646 Description-en: KDE Partition Manager Core KDE Partition Manager Core (KPM core) allows software to re-use common partitioning GUI tasks. . It is used by the generic system installer called Calamares as well as the KDE Partition Manager application. Package: libkpublictransport-dev Description-md5: c973b0fcd9b0077e0e361bc186fe2c8e Description-en: Library to assist with accessing public transport (development files) A library providing a public transport API. . This package contains the development files and headers. Package: libkpublictransport1 Description-md5: 21d24fc3a4e1c99264e872eea4d74af4 Description-en: Library to assist with accessing public transport A library providing a public transport API. . This package contains the main data. Package: libkpublictransportonboard1 Description-md5: e0019d562f8b3239029c9b30bd2bb203 Description-en: Library to assist with accessing public transport onboard system A library providing a public transport API. . This package contains the onboard library. Package: libksanecore-dev Description-md5: 50481794e2edefc3c515c8f73b2d8e0c Description-en: library providing logic to interface scanners - headers KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware. . This package contains the scanner library development files. Package: libksanecore6-1 Description-md5: e8905236e4f04898ebfc4e88e2afb36b Description-en: library providing logic to interface scanners KSaneCore is a library that provides a Qt interface for the SANE library for scanner hardware. . This package contains the shared library. Package: libksmtp-data Description-md5: 62a1e45be74ceadec2715bcea122d6a7 Description-en: library for handling SMTP data - arch independent files This library provides an API for handling data received from IMAP services. IMAP (Internet Message Access Protocol) is one of the two most prevalent Internet standard protocols for e-mail retrieval. . This package contains the arch independent data for KPimSMTP. Package: libksmtp-dev Description-md5: 4baa9c7344b25e1c20065aabbb626249 Description-en: library for handling SMTP data - devel files This library provides an API for handling SMTP services. SMTP (Simple Mail Transfer Protocol) is the most prevalent Internet standard protocols for e-mail transmission. . This package contains the development files. Package: libktorrent-dev Description-md5: 004248fb628b0bddaa8e906fe94c6e04 Description-en: development files for the KTorrent Library The KTorrent library is a C++ / Qt 5 / KDE Frameworks based implementation of the BitTorrent protocol (mostly client side). . This package contains header files, CMake modules and other files needed for developing and compiling/linking which use the KTorrent library. Package: libktorrent-l10n Description-md5: b60fd4dafe5e993e69a1afa70ae7a753 Description-en: localization files for the KTorrent library The KTorrent library is a C++ / Qt 5 / KDE Frameworks based implementation of the BitTorrent protocol (mostly client side). . This package contains translations of the KTorrent library. Package: libktorrent6-6 Description-md5: a7d5177cf356a95b1fb5035409a1f1df Description-en: KTorrent library for C++ / Qt 5 / KDE Frameworks The KTorrent library is a C++ / Qt 5 / KDE Frameworks based implementation of the BitTorrent protocol (mostly client side). . The library supports connectivity to HTTP and UDP trackers, mainline DHT and the new generation Micro Transport Protocol (uTP). In addition, it provides many powerful BitTorrent network features including but not limited to torrent downloading and seeding, torrent creation and downloaded data verification, magnet links, advanced peer management, IP blocking lists. Package: libkunifiedpush-data Description-md5: d5f2ddde70ffc9ba63e9c64d985a57be Description-en: UnifiedPush client library - data files This library can be used by applications wanting to receive push notifications from a UnifiedPush distributor like KUnifiedPush. . The library implements Message Encryption for Web Push (RFC 8291) and Voluntary Application Server Identification (VAPID) (RFC 8292). . This package contains the architecture-independent data files for libkunifiedpush. Package: libkunifiedpush-dev Description-md5: c713acdf2133c18eed28ca859cafd3f9 Description-en: UnifiedPush client library - development files This library can be used by applications wanting to receive push notifications from a UnifiedPush distributor like KUnifiedPush. . The library implements Message Encryption for Web Push (RFC 8291) and Voluntary Application Server Identification (VAPID) (RFC 8292). . This package contains the development files for libkunifiedpush. Package: libkunifiedpush1 Description-md5: 7b6a29dcafe6c5defc771aaafe3efb37 Description-en: UnifiedPush client library This library can be used by applications wanting to receive push notifications from a UnifiedPush distributor like KUnifiedPush. . The library implements Message Encryption for Web Push (RFC 8291) and Voluntary Application Server Identification (VAPID) (RFC 8292). Package: libkweathercore-data Description-md5: 68569ca7305293f4068b21d176397e27 Description-en: arch independent data for KWeatherCore Get weather forecast and alerts anywhere on the earth easy. It provides you a highly abstracted library for things related to weather. . You are able to get the weather by location or coordinate. It is also possible to get the alerts of a country. . This package contains the arch independent data for KWatherCore. Package: libkweathercore-dev Description-md5: 25cb72ea262cb995ed6e613a3058106b Description-en: development files for KWeatherCore Get weather forecast and alerts anywhere on the earth easy. It provides you a highly abstracted library for things related to weather. . You are able to get the weather by location or coordinate. It is also possible to get the alerts of a country. . This package contains the development files. Package: libkweathercore-doc Description-md5: cc6e5f9fd49152f097c6d909f63599da Description-en: development documentation for KWeatherCore Get weather forecast and alerts anywhere on the earth easy. It provides you a highly abstracted library for things related to weather. . You are able to get the weather by location or coordinate. It is also possible to get the alerts of a country. . This package contains the qch documentation files. Package: libkweathercore6 Description-md5: a98e0508449e00b4f530c0c8dc5ca671 Description-en: Library for retrieval of weather information Get weather forecast and alerts anywhere on the earth easy. It provides you a highly abstracted library for things related to weather. . You are able to get the weather by location or coordinate. It is also possible to get the alerts of a country. Package: liblld-17 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-17-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-18 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-18-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-19 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-19-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-20 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-20-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblld-21 Description-md5: edabea654ba7a6bd671515adc0fffdd2 Description-en: LLVM-based linker, library LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package contains the LLD runtime library. Package: liblld-21-dev Description-md5: d5f91d89aa80d28cd4d98b74563f075b Description-en: LLVM-based linker, header files LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. . This package provides the header files to build extension over lld. Package: liblldb-17-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-17t64 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-18 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-18-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-19 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-19-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-20 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-20-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: liblldb-21 Description-md5: 88542bb8337de28344a74df10ce94f4e Description-en: Next generation, high-performance debugger, library LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package contains the LLDB runtime library. Package: liblldb-21-dev Description-md5: 8f3dc7f570ba958d1f7496e3e5195498 Description-en: Next generation, high-performance debugger, header files LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This package provides the header files to build extension over lldb. Package: libllvm-17-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-18-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-19-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-20-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm-21-ocaml-dev Description-md5: 7727e410aa3baa784cb47a4afb95f4e8 Description-en: Modular compiler and toolchain technologies, OCaml bindings LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the OCaml bindings to develop applications using llvm. Package: libllvm17t64 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libllvm21 Description-md5: a8854f4edf76a8c14ce34dc209bd1d11 Description-en: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVM runtime library. Package: libllvmlibc-21-dev Description-md5: b678725717171e9f1656f9727ef63f83 Description-en: LLVM C Library - dev package Implementation of the C standard library targeting C17 and above. . This is an experimental project. Don't use in production. Package: liblomiri-private0 Description-md5: f062670035d03ae5eaf24a30c663dca4 Description-en: Lomiri Operating Environment's Shell (private libs) Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package contains the private libraries for QML and other components only used by the Lomiri Shell. Package: libmapnik-dev Description-md5: fd0e8839490c2fcbdcb9c274208e9950 Description-en: C++ toolkit for developing GIS applications (devel) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains the development headers, API documentation, and build utilities. Package: libmapnik4.0 Description-md5: 36506166fb82747c4d1db71abd2dcf0c Description-en: C++ toolkit for developing GIS applications (libraries) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains the shared library and input plugins. Package: libmarble-dev Description-md5: 98d446a5b223b2b403ecbbf11613e987 Description-en: development files for the Marble globe widget library Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains development files for building software that uses the Marble globe widget library. . This package is part of the KDE education module. Package: libmarblewidget-qt6-28 Description-md5: 2a9945efd67150389c70c7f1b8d76e97 Description-en: Marble globe widget library Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains shared libraries for the Marble globe widget. . This package is part of the KDE education module. Package: libmfsio-dev Description-md5: 4a526cc84b0b27954fc8294e0fb1014a Description-en: MooseFS IO library - development files This package contains the development files used for building applications that use the MooseFS IO Library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: libmfsio1t64 Description-md5: bed661dc7d47f115fc0806fd5b332860 Description-en: MooseFS IO library MooseFS client IO library. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: libmicrohttpd-dev Description-md5: 086a03adbfa00b9ffca631a67418ab82 Description-en: library embedding HTTP server functionality (development) GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. . This package contains the development files. Package: libmicrohttpd12t64 Description-md5: d303341b1bf70eb61d7c833dbe882057 Description-en: library embedding HTTP server functionality GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. Key features that distinguish GNU Libmicrohttpd from other projects are: . * C library: fast and small * API is simple, expressive and fully reentrant * Implementation is HTTP 1.1 compliant * HTTP server can listen on multiple ports * Four different threading models (select, poll, pthread, thread pool) * Support for IPv6 * Support for SHOUTcast * Support for incremental processing of POST data (optional) * Support for basic and digest authentication (optional) * Support for SSL3 and TLS Package: libmirserver-dev Description-md5: 5df494748c81b14deddb055b2b3bb810 Description-en: Mir Display Server - server library - development headers Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files required to build Mir servers. Package: libmlir-17-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-17t64 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-18 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-18-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-19 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-19-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-20 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-20-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-21 Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmlir-21-dev Description-md5: b2671453793175bc5bd7c93d05c96c40 Description-en: Multi-Level Intermediate Representation library Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. Package: libmongoc-1.0-0t64 Description-md5: e6169cf9d29c80f10bc51741c28ec2f6 Description-en: MongoDB C client library - runtime files libmongoc is the officially supported MongoDB client library for C applications. . This package contains the libmongoc runtime libraries, for applications that have been built with libmongoc. Package: libmongoc-dev Description-md5: f75b0d98dc34e4da08d5b1a695963802 Description-en: MongoDB C client library - dev files libmongoc is the officially supported MongoDB client library for C applications. . This package contains all files necessary to develop applications which use libmongoc. Package: libmongoc-doc Description-md5: 11b136dcf9b8276606b7deea828477ff Description-en: MongoDB C client library - documentation libmongoc is the officially supported MongoDB client library for C applications. . This package contains the man pages for libmongoc. Package: libnbd-bin Description-md5: c4d0828eadd8a75283f0a15d9a0d0771 Description-en: Utilities using the Network Block Device client library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains utilities that make use of libnbd: . - nbdcopy - nbddump - nbdfuse - nbdinfo Package: libnbd-dev Description-md5: 177999def0eb7c9610d511b838c14b91 Description-en: Network Block Device client library -- development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the development files. Package: libnbd-ocaml Description-md5: db5d8b5abeb70b006dae91a1009761e6 Description-en: Network Block Device client library -- OCaml bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains the OCaml bindings to libnbd. Package: libnbd-ocaml-dev Description-md5: 174a81577292d238af4e3a727e837cc8 Description-en: Network Block Device client library -- OCaml development files NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains all the files needed to develop OCaml programs which use OCaml bindings to libnbd. Package: libnbd0 Description-md5: da99f9821cdc8826ed7d870a6201d13b Description-en: Network Block Device client library -- shared library NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . The key features are: . * Synchronous and asynchronous APIs, both for ease of use and for writing non-blocking, multithreaded clients. . * High performance. . * Minimal dependencies for the basic library. . * Well-documented, stable API. . * Bindings in several programming languages. . This package contains the shared library. Package: libnginx-mod-http-auth-spnego Description-md5: a79c15be4d6a290433d15749f69f742b Description-en: SPNEGO authentication module for Nginx This module enables authentication using the Simple and Protected GSSAPI Negotiation Mechanism (SPNEGO, RFC4559). . Currently, the only supported mechanism is Kerberos, including unconstrained and constrained (S4U2Proxy) delegations. Package: libns3-dev Description-md5: b04c39395592e83014e68bd13544c81b Description-en: Static and header files of ns-3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains static libraries, header files. Package: libns3.43 Description-md5: b7ee6eaa287b7316a4ad8b00fbd1c4a0 Description-en: shared libraries of ns-3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains shared libraries. Package: libnss-libvirt Description-md5: 600b29d53c1dad3be832c6eca2a12669 Description-en: nss plugins providing IP address resolution for virtual machines Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains two nss plugins for IP address resolution of libvirt managed virtual machines: the 'libvirt_guest' plugin uses libvirt's domain names while the 'libvirt' plugin looks at the guest's hostname. Package: libnss-myhostname Description-md5: 0980255dcdd179a9442647b0c4bdcb7c Description-en: nss module providing fallback resolution for the current hostname This package contains a plugin for the Name Service Switch, providing host name resolution for the locally configured system hostname as returned by gethostname(2). It returns all locally configured public IP addresses or -- if none are configured, the IPv4 address 127.0.0.2 (which is on the local loopback) and the IPv6 address ::1 (which is the local host). . A lot of software relies on that the local host name is resolvable. This package provides an alternative to the fragile and error-prone manual editing of /etc/hosts. . Installing this package automatically adds myhostname to /etc/nsswitch.conf. Package: libnss-resolve Description-md5: 2dce7349d41cde95481f217d1250a7a1 Description-en: nss module to resolve names via systemd-resolved nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via the systemd-resolved daemon (provided in the systemd-resolved package). . Installing this package automatically adds resolve to /etc/nsswitch.conf. Package: liboffload-21 Description-md5: 841bdc20a27b40722e37c7b2d0838a75 Description-en: Offload Library The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. Package: liboffload-21-dev Description-md5: 352e5b2eb6f0446d5039b547a7bc6d17 Description-en: Offload Library - Development Package The offload library facilitates efficient task distribution by offloading specific computational tasks from the CPU to alternative hardware accelerators such as GPUs or FPGAs. . This development package includes headers and other resources needed for building applications that utilize the offload runtime. Package: liboggkate-dev Description-md5: 42fbab643f09b4832020479a1b182cfe Description-en: Codec for karaoke and text encapsulation for Ogg (dev) Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. This package contains the development libraries. Package: liboggkate1 Description-md5: 23431caff7d267e36d535589d0523848 Description-en: Codec for karaoke and text encapsulation for Ogg Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. . liboggkate provides an API for the encapsulation of kate streams into Ogg. Package: libomp-17-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-17-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-18-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-18-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-19-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-19-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-20-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-20-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp-21-dev Description-md5: 6f692a0e089a2d4587b533b4f246db62 Description-en: LLVM OpenMP runtime - dev package The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp-21-doc Description-md5: 55ecafb377674896611f496b3a8a1433 Description-en: LLVM OpenMP runtime - Documentation The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. . This package contains the documentation of this package. Package: libomp5-17t64 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp5-18 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp5-19 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libomp5-21 Description-md5: e28f50eb4beb8e316b69da2c1c0194c3 Description-en: LLVM OpenMP runtime The runtime is the part of the OpenMP implementation that your code is linked against, and that manages the multiple threads in an OpenMP program while it is executing. Package: libompl-dev Description-md5: 15b8689b9ec8a047afe0c3ddd9863b4e Description-en: Open Motion Planning Library (OMPL) development files The Open Motion Planning Library is a set of sampling-based motion planning algorithms. The content of the library is limited to these algorithms, which means there is no environment specification, no collision detection, and no visualization. The library is designed so it can be easily integrated into systems that provide those additional components. This package contains the development files needed to use the library. Package: libompl17 Description-md5: b4ac7fae3bdb3fe02a2138b02d07a0bd Description-en: Open Motion Planning Library (OMPL) The Open Motion Planning Library is a set of sampling-based motion planning algorithms. The content of the library is limited to these algorithms, which means there is no environment specification, no collision detection, and no visualization. The library is designed so it can be easily integrated into systems that provide those additional components. This package contains the library itself. Package: libopenigtlink-dev Description-md5: fd3f51b838d40c1415b3720bc1eeb307 Description-en: Open IGT Link is a simple network protocol - development Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains the development files needed to build your own IGT applications. Package: libopenigtlink1.11 Description-md5: 0d29bb6317701140ce005ec15b67e475 Description-en: Open IGT Link is a simple network protocol - runtime Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains library files for OpenIGTLink. Package: libopenscap-dev Description-md5: 1343a585f6ad621eea43b3baf4962546 Description-en: libraries enabling integration of the SCAP line of standards - Development files OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains the development files for OpenSCAP. Package: libopenscap-perl Description-md5: 0faa4dc88dd4d571aabd340b8aea8176 Description-en: libraries enabling integration of the SCAP line of standards - Perl bindings OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains the Perl bindings for OpenSCAP. Package: libopenscap33 Description-md5: 5f819b0e2c883c1d548f519be9749e62 Description-en: libraries enabling integration of the SCAP line of standards OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains libraries for OpenSCAP. Package: libostree-1-1 Description-md5: 7f070d279b2cc988d078b2a019548640 Description-en: content-addressed filesystem for operating system binaries (library) libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains the shared library. Package: libostree-dev Description-md5: c22486f6aa7420e21a9ea0a7a63be1ad Description-en: Development files for the libostree library libostree is a library for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. It is also used by the Flatpak application runtime system. . This package contains development headers and the pkg-config file for libostree. Package: libostree-doc Description-md5: 09cc3f7b6e492af7e658d0d0b52eed53 Description-en: Development documentation for the libostree library libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains development documentation for libostree. Package: libpgpainless-cli-java Description-md5: 297c438702dbf180854e500c063719e7 Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package provides CLI command classes for PGPainless-SOP via picocli. Package: libpgpainless-cli-java-doc Description-md5: 887b93af9808b92a3df79f39507f4d7f Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-cli-java. Package: libpgpainless-core-java Description-md5: d8d02f0d036ae8a912affdfbe4369eaa Description-en: Easy to use OpenPGP library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains the core PGPainless classes. Package: libpgpainless-core-java-doc Description-md5: 360623277dfb9e7ec36ebfe5fc9d2931 Description-en: Easy to use OpenPGP library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-core-java. Package: libpgpainless-sop-java Description-md5: 206a081e2af5ed53395a7ea16dd8a5f7 Description-en: Stateless OpenPGP Protocol with PGPainless - library PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains the PGPainless-SOP implementation classes. Package: libpgpainless-sop-java-doc Description-md5: 9637a2fa81073e1b6e6925ef88477830 Description-en: Stateless OpenPGP Protocol with PGPainless - library - docs PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package contains documentation for libpgpainless-sop-java. Package: libpgpool-dev Description-md5: e7072bbc9ee688a1df4b094d04b278ed Description-en: pgpool control protocol library - headers pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains headers for the pgpool control protocol library (libpcp). Package: libpgpool2 Description-md5: 2cd55b5780fe90e7a4c652bb45f02e47 Description-en: pgpool control protocol library pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains the pgpool control protocol library (libpcp). Package: libphp8.4-embed Description-md5: 17fa3de0790c8e86099371b7d0b0b0bd Description-en: HTML-embedded scripting language (Embedded SAPI library) This package provides the library /usr/lib/libphp8.4.so which can be used by application developers to embed PHP scripting functionality. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . WARNING: The embed SAPI is experimental and there's no guarantee that the API/ABI will be kept compatible even between minor releases. You have been warned. Package: libpolly-17-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpolly-18-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpolly-19-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpolly-20-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpolly-21-dev Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7 Description-en: High-level loop and data-locality optimizer Uses an abstract mathematical representation based on integer polyhedra to analyze and optimize the memory access pattern of a program Package: libpomegranate-clojure Description-md5: 4149edf9922cf9fb6aa2e64710b67505 Description-en: dependency resolution and repository handling library for Clojure pomegranate provides a Clojure interface to sonatype-aether. It supports the following features from Aether: . *Dependency resolution and common dependency graph/hierarchy manipulation operations. *Local installation of artifacts. *Remote deployment. *Repository authentication. *HTTP proxy configuration. *Offline mode. . It also allows provides dynamic inclusion of libraries in the classpath whether the libraries are installed or have to be retrieved from a repository. Package: libpython3.12-dev Description-md5: 83564bef79c906c3a214f9bb01f93034 Description-en: Header files and a static library for Python (v3.12) Header files, a static library and development tools for building Python (v3.12) modules, extending the Python interpreter or embedding Python (v3.12) in applications. . Maintainers of Python packages should read README.maintainers. . This package contains development files. It is normally not used on it's own, but as a dependency of python3.12-dev. Package: libpython3.12-minimal Description-md5: 2614ac5854b4fd0c793c2aa4cba675f2 Description-en: Minimal subset of the Python language (version 3.12) This package contains some essential modules. It is normally not used on it's own, but as a dependency of python3.12-minimal. Package: libpython3.12-stdlib Description-md5: 5287339189e70a6c3b4b29ecc0cd6fdd Description-en: Interactive high-level object-oriented language (standard library, version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains Python 3.12's standard library. It is normally not used on its own, but as a dependency of python3.12. Package: libpython3.12-testsuite Description-md5: ad730db5e04da1131b8cceebc4970626 Description-en: Testsuite for the Python standard library (v3.12) The complete testsuite for the Python standard library. Note that a subset is found in the libpython3.12-stdlib package, which should be enough for other packages to use (please do not build-depend on this package, but file a bug report to include additional testsuite files in the libpython3.12-stdlib package). Package: libpython3.12t64 Description-md5: 7423642141d03dd5a6c290ce38cfe066 Description-en: Shared Python runtime library (version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter. Package: libpython3.12t64-dbg Description-md5: ae1c7a395386f965910e0d42b5fdfcab Description-en: Debug Build of the Python Interpreter (version 3.12) The package holds two things: . - Extensions for a Python interpreter configured with --pydebug. - Debug information for standard python extensions. . See the README.debug for more information. Package: libqmobipocket-dev Description-md5: e1efa022b8f642ab2ad167fd68c5b353 Description-en: development files for the QMobipocket library QMobipocket is a Qt5 library for reading Mobipocket documents. . This package contains the files necessary for development. . This package is part of the KDE graphics module. Package: libqmobipocket2 Description-md5: 1d3e6513038cecac30dd4ef9ad0e9310 Description-en: Qt5 library for reading Mobipocket documents QMobipocket is a Qt5 library for reading Mobipocket documents. . This package is part of the KDE graphics module. Package: libqmobipocket6-2 Description-md5: 6e1f11472a4c1e45e95acde8d0643226 Description-en: Qt6 library for reading Mobipocket documents QMobipocket6 is a Qt6 library for reading Mobipocket documents. . This package is part of the KDE graphics module. Package: libqmobipocket6-dev Description-md5: c4550682628d76716853670e1e2e7213 Description-en: development files for the QMobipocket6 library QMobipocket6 is a Qt6 library for reading Mobipocket documents. . This package contains the files necessary for development. . This package is part of the KDE graphics module. Package: libqtmirserver-dev Description-md5: 376ec2bea0b32507542d53504a40f1e0 Description-en: Developer files for QtMir server API QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This package contains the library headers for developers. Package: libqtmirserver2 Description-md5: 628cff369478303cbde4b695026d15cb Description-en: QtMir server API shared library QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . Contains the shared library containing QtMir server API. Package: librust-askama-axum-dev Description-md5: 325b7131e4ddbab3ba8760be5ffb2b34 Description-en: Axum integration for Askama templates - Rust source code Source code for Debianized Rust crate "askama_axum" Package: librust-async-std-resolver-dev Description-md5: 08b68b6345b7677788fe7892787bc1b5 Description-en: Hickory DNS is a safe and secure DNS library, for async-std - Rust source code This Resolver library uses the hickory-proto library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries. . Source code for Debianized Rust crate "async-std-resolver" Package: librust-async-tls-dev Description-md5: 30ec4f70093ce3ad4b827921abf2cdee Description-en: Asynchronous TLS/SSL streams using Rustls - Rust source code Source code for Debianized Rust crate "async-tls" Package: librust-atomic-polyfill-dev Description-md5: 32924fc3172dc22ea7923095a7c19334 Description-en: Atomic polyfills, for targets where they're not available - Rust source code Source code for Debianized Rust crate "atomic-polyfill" Package: librust-axum-core-dev Description-md5: b392ea96cdb46906274e394fb39eb946 Description-en: core types and traits for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-core, for use with cargo. Package: librust-axum-dev Description-md5: d84c6c7f8d0787e1d58404074107aa36 Description-en: ergonomic and modular web framework - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum, for use with cargo. Package: librust-axum-extra-dev Description-md5: 1b0ba7257a7d6b6be07ecd9d209f783e Description-en: extra utilities for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-extra, for use with cargo. Package: librust-axum-macros-dev Description-md5: 2a36e3388eed8dd879edaca3389693dd Description-en: macros for the web framework axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . * Route requests to handlers with a macro free API. * Declaratively parse requests using extractors. * Simple and predictable error handling model. * Generate responses with minimal boilerplate. * Take full advantage of the tower and tower-http ecosystem of middleware, services, and utilities. . In particular the last point is what sets axum apart from other frameworks. axum doesn't have its own middleware system but instead uses tower::Service. This means axum gets timeouts, tracing, compression, authorization, and more, for free. It also enables you to share middleware with applications written using hyper or tonic. . This package contains the source for the Rust crate axum-macros, for use with cargo. Package: librust-axum-server-dev Description-md5: 6518735fceaa4cfd23abed3fc5dd0b8c Description-en: hyper server implementation used with axum - Rust source code axum is a web application framework that focuses on ergonomics and modularity. . axum-server is a server implementation for the axum framework using the hyper HTTP library. Package: librust-cap-async-std-dev Description-md5: f788f6a7abe9b88706ff14db7b1fadac Description-en: Capability-based version of async-std - Rust source code Source code for Debianized Rust crate "cap-async-std" Package: librust-cap-std-dev Description-md5: df3f6eec5b488dad7b8a0bd3b30612af Description-en: Capability-based version of the Rust standard library - Rust source code Source code for Debianized Rust crate "cap-std" Package: librust-cap-time-ext-dev Description-md5: 06650d9817b6087ebdac405ea213795e Description-en: Extension traits for `SystemClock` and `MonotonicClock` - Rust source code Source code for Debianized Rust crate "cap-time-ext" Package: librust-clap-complete-nushell-dev Description-md5: 6e2d619c8e3d1f28afe15bc8136691a3 Description-en: Generator library used with clap for Nushell completion scripts - Rust source code Source code for Debianized Rust crate "clap_complete_nushell" Package: librust-dockworker-dev Description-md5: c0099da15cc1850aa5b7afdd0b1640b1 Description-en: Docker daemon API client - Rust source code (a fork of Faraday's boondock) . Source code for Debianized Rust crate "dockworker" Package: librust-h3-dev Description-md5: 92bf4fde7a400ad30f0a03f7de0bba4c Description-en: Async HTTP/3 implementation - Rust source code Source code for Debianized Rust crate "h3" Package: librust-h3-quinn-dev Description-md5: f96ed1e05dd98877425b69c70d7bce42 Description-en: QUIC transport implementation based on Quinn - Rust source code Source code for Debianized Rust crate "h3-quinn" Package: librust-hickory-proto-dev Description-md5: 0627ec8919bab75e7c1ffdfcda293bb5 Description-en: Hickory DNS is a safe and secure DNS library - Rust source code This is the foundational DNS protocol library for all Hickory DNS projects. . Source code for Debianized Rust crate "hickory-proto" Package: librust-hickory-resolver-dev Description-md5: c1ec6b16d752fd7525e09ce824f29d5f Description-en: Hickory DNS is a safe and secure DNS library - Rust source code This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries. . Source code for Debianized Rust crate "hickory-resolver" Package: librust-hickory-server-dev Description-md5: 638286222286d95730b2e520edaa3d4c Description-en: Hickory DNS is a safe and secure DNS server with DNSSEC support - Rust source code Eventually this could be a replacement for BIND9. The DNSSEC support allows for live signing of all records, in it does not currently support records signed offline. The server supports dynamic DNS with SIG0 authenticated requests. Hickory DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries. . Source code for Debianized Rust crate "hickory-server" Package: librust-hyper-timeout-dev Description-md5: 1e54498e2dfcfe0ef271057f6182d335 Description-en: Connect, read and write timeout aware connector to be used with hyper Client - Rust source code Source code for Debianized Rust crate "hyper-timeout" Package: librust-idna-dev Description-md5: fb59d7bf132a83005cc227505eceaa27 Description-en: IDNA (Internationalizing Domain Names in Applications) and Punycode - Rust source code Source code for Debianized Rust crate "idna" Package: librust-irc-dev Description-md5: 4eef2960d18a3009874f6b5c7881b277 Description-en: Irc crate – usable, async IRC for Rust - Rust source code Source code for Debianized Rust crate "irc" Package: librust-leptonica-plumbing-dev Description-md5: df5e97de8b281f9d08bd768166aa6bb9 Description-en: safe wrapper of leptonica-sys - Rust source code Leptonica-plumbing exposes a safe version of the leptonica-sys api, to access the C API of leptonica in a safe manner. . This package contains the source for the Rust leptonica-plumbing crate, for use with cargo. Package: librust-mime-guess-dev Description-md5: 1ca2bde1ffaab5724b00e7acf1f543c9 Description-en: Detection of a file's MIME type by its extension - Rust source code Source code for Debianized Rust crate "mime_guess" Package: librust-multer-dev Description-md5: 065080faaff8ca8dc74c8b67196fae6a Description-en: Async parser for `multipart/form-data` content-type in Rust - Rust source code Source code for Debianized Rust crate "multer" Package: librust-ntp-proto-dev Description-md5: f8e3ce7c61f16f09a5b48ad2ffdf98a4 Description-en: Ntpd-rs packet parsing and algorithms - Rust source code Source code for Debianized Rust crate "ntp-proto" Package: librust-ntpd-dev Description-md5: 92d6966643366931ea312a657c5286e4 Description-en: Full-featured implementation of NTP with NTS support - Rust source code This package contains the source for the Rust ntpd crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-octocrab-dev Description-md5: 5d76196a37763b7dcbdaf5894bef2500 Description-en: Modern, extensible GitHub API client - Rust source code Source code for Debianized Rust crate "octocrab" Package: librust-opendal-dev Description-md5: 285649594f352276aeb77e9e0a9fbd18 Description-en: Apache OpenDAL™: One Layer, All Storage - Rust source code Source code for Debianized Rust crate "opendal" Package: librust-potential-utf-dev Description-md5: edf613f291b4e8c95df7c7e5cc03e9e5 Description-en: Unvalidated string and character types - Rust source code Source code for Debianized Rust crate "potential_utf" Package: librust-quinn-dev Description-md5: 41f99da67465a3243c0144cacb5e5325 Description-en: Versatile QUIC transport protocol implementation - Rust source code Source code for Debianized Rust crate "quinn" Package: librust-quinn-proto-dev Description-md5: 1be3279d43243393ed5e9d68be4361ee Description-en: State machine for the QUIC transport protocol - Rust source code Source code for Debianized Rust crate "quinn-proto" Package: librust-quinn-udp-dev Description-md5: c80c1e9ba3c34643499f7b00c9b8ab3b Description-en: UDP sockets with ECN information for the QUIC transport protocol - Rust source code Source code for Debianized Rust crate "quinn-udp" Package: librust-repro-env-dev Description-md5: 8f3e41da458ecbdb921dc1727d77973f Description-en: Dependency lockfiles for reproducible build environments 📦🔒 - Rust source code Source code for Debianized Rust crate "repro-env" Package: librust-reqwest-0.11-dev Description-md5: b7fd7f6cc834f7716825c6f222ae40cf Description-en: Higher level HTTP client library - Rust source code Source code for Debianized Rust crate "reqwest" Package: librust-reqwest-dev Description-md5: b7fd7f6cc834f7716825c6f222ae40cf Description-en: Higher level HTTP client library - Rust source code Source code for Debianized Rust crate "reqwest" Package: librust-rust-embed-dev Description-md5: 79b3a9f53ed7980232f89e67798c00d8 Description-en: Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev - Rust source code Source code for Debianized Rust crate "rust-embed" Package: librust-rustls-dev Description-md5: 562f732d4323155d48d399eacef9d864 Description-en: modern TLS library written in Rust - Rust source code Rustls is a modern TLS library written in Rust. It uses ring for cryptography and webpki for certificate verification. . Ring is a Rust library implementing safe, fast, small crypto using Rust with BoringSSL's cryptography primitives. . Webpki is a Rust library to validate Web PKI (TLS/SSL) certificates. . This package contains the source for the Rust rustls crate, for use with cargo. Package: librust-rustls-native-certs-dev Description-md5: a67d1c567e821fc302481575699ba2a1 Description-en: rustls use of platform native certificate store - Rust source code rustls-native-certs allows rustls to use the platform's native certificate store when operating as a TLS client. . Rustls is a modern TLS library written in Rust. . This package contains the source for the Rust rustls-native-certs crate, for use with cargo. Package: librust-rustls-pemfile-dev Description-md5: 9207ec1618699ce2232a5105c4ee3a48 Description-en: Basic .pem file parser for keys and certificates - Rust source code Source code for Debianized Rust crate "rustls-pemfile" Package: librust-sequoia-autocrypt-dev Description-md5: ad26750e1bb463f6dc9f54a14f419d3a Description-en: Autocrypt support - Rust source code Source code for Debianized Rust crate "sequoia-autocrypt" Package: librust-sequoia-cert-store-dev Description-md5: c2a46b8bac058f25ee5c2412700cdb98 Description-en: Certificate database interface - Rust source code Source code for Debianized Rust crate "sequoia-cert-store" Package: librust-sequoia-git-dev Description-md5: b95b979b03bd1c0e41a2483c039853a3 Description-en: Managing and enforcing a commit signing policy - Rust source code Source code for Debianized Rust crate "sequoia-git" Package: librust-sequoia-gpg-agent-dev Description-md5: 2aaa3366054883ef3d5cf7c63f052c3d Description-en: Interacting with GnuPG's gpg-agent - Rust source code Source code for Debianized Rust crate "sequoia-gpg-agent" Package: librust-sequoia-ipc-dev Description-md5: e124a3e22fb3ce064e3c514af237c3dd Description-en: Interprocess communication infrastructure for Sequoia - Rust source code Source code for Debianized Rust crate "sequoia-ipc" Package: librust-sequoia-keystore-backend-dev Description-md5: a2b1b379240eb6b08a6d8c87468a9b1c Description-en: Traits for private key store backends - Rust source code Source code for Debianized Rust crate "sequoia-keystore-backend" Package: librust-sequoia-keystore-dev Description-md5: b181c94ab4340832c59fe8df0557fb64 Description-en: Sequoia's private key store server - Rust source code Source code for Debianized Rust crate "sequoia-keystore" Package: librust-sequoia-keystore-gpg-agent-dev Description-md5: 038c6f9e32a274488319b8ebc6f44ad1 Description-en: Gpg-agent backend for Sequoia's private key store - Rust source code Source code for Debianized Rust crate "sequoia-keystore-gpg-agent" Package: librust-sequoia-keystore-openpgp-card-dev Description-md5: 0ff3f7a9b4d77d07e283df53d7ad9381 Description-en: OpenPGP card backend for Sequoia's private key store - Rust source code Source code for Debianized Rust crate "sequoia-keystore-openpgp-card" Package: librust-sequoia-keystore-softkeys-dev Description-md5: d5d56b1f8f12dea9ff58ca77de887ce9 Description-en: Soft key (in-memory key) backend for Sequoia's private key store - Rust source code Source code for Debianized Rust crate "sequoia-keystore-softkeys" Package: librust-sequoia-keystore-tpm-dev Description-md5: 56552ad6faf3ae0bd338ddc1d7ad3abc Description-en: TPM backend for Sequoia's private key store - Rust source code Source code for Debianized Rust crate "sequoia-keystore-tpm" Package: librust-sequoia-net-dev Description-md5: 5738dc5a853193b29d9d5418c8cafa0a Description-en: Network services for OpenPGP - Rust source code Source code for Debianized Rust crate "sequoia-net" Package: librust-sequoia-openpgp-dev Description-md5: c557d34e629e92e231570f1740df9e61 Description-en: OpenPGP data types and associated machinery - Rust source code Source code for Debianized Rust crate "sequoia-openpgp" Package: librust-sequoia-openpgp-mt-dev Description-md5: 566599b63433db3f50327bfe598cbf66 Description-en: Multi-threaded parsing of OpenPGP data - Rust source code Source code for Debianized Rust crate "sequoia-openpgp-mt" Package: librust-sequoia-policy-config-dev Description-md5: 29c1faaf7b912f18d7d31d3319b1af1d Description-en: Configure Sequoia using a configuration file - Rust source code Source code for Debianized Rust crate "sequoia-policy-config" Package: librust-sequoia-sop-dev Description-md5: 26a9ffb2530555a02c63cf4afe17e901 Description-en: Stateless OpenPGP Command Line Interface using Sequoia - Rust source code sqop offers a Rust-based implementation of the Stateless OpenPGP Command Line Interface. . This standards-derived interface is an implementation of https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/, intended to be used in interoperability tests and simple OpenPGP commands, while leaving no trace in the filesystem. Source code for Debianized Rust crate "sequoia-sop" Package: librust-sequoia-wot-dev Description-md5: 9f38ed4605394eb65326145395268a11 Description-en: Explore the OpenPGP Web of Trust using Sequoia - Rust source code The "Web of Trust" describes a network of identity assertions ("OpenPGP certifications") and signing delegations ("OpenPGP trust signatures"), which can be used to formally validate identity information in a cryptographic certificate. . In particular, this tooling allows the user to associate OpenPGP User IDs (or simply the e-mail address part of the User ID) with some set of OpenPGP certificates on the basis of explicit certifications made by trusted parties. . The validation rules and certificate formats used in the Web of Trust support corroborative, multiparty certification, so there is no need to assign full trust to any single party. . This tooling offers a means to explore the Web of Trust by a library in Rust, and a command-line interface capable of working with either certificates in the filesystem or interacting with GnuPG's certificate store and trust database. Source code for Debianized Rust crate "sequoia-wot" Package: librust-tokio-dev Description-md5: 14e3f2f39c184d81cc0c50c49c3052ae Description-en: Event-driven, non-blocking I/O platform - Rust source code Source code for Debianized Rust crate "tokio" Package: librust-tonic-build-dev Description-md5: d7474b4869827cdfdead4f8efadf2362 Description-en: codegen module of tonic gRPC implementation - Rust source code tonic-build compiles proto files via prost and generates service stubs and proto definitiones for use with tonic. . tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. . This package contains the source for the Rust tonic-build crate, for use with cargo. Package: librust-tonic-dev Description-md5: 99a604b27028cf4d1ba7d3f169b47446 Description-en: gRPC over HTTP/2 - Rust source code tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. . This package contains the source for the Rust crates tonic and tonic-types, for use with cargo. Package: librust-url-dev Description-md5: 1fe6c6acc78ef84e0d2da1d4a1afaabd Description-en: URL library for Rust - Rust source code Source code for Debianized Rust crate "url" Package: librust-virtiofsd-dev Description-md5: e190504f545651689e82a9703932c825 Description-en: Virtio-fs vhost-user device daemon - Rust source code Source code for Debianized Rust crate "virtiofsd" Package: librust-warp-dev Description-md5: 45ce896c08e18b84a336ab10e996610b Description-en: Serve the web at warp speeds - Rust source code Source code for Debianized Rust crate "warp" Package: librust-yoke-dev Description-md5: 5dd08a5ef5222277bed4a32655c58ad7 Description-en: Abstraction allowing borrowed data to be carried along with the backing data it borrows from - Rust source code Source code for Debianized Rust crate "yoke" Package: librust-zerovec-dev Description-md5: e9127a2c8e5a30b09b9d90f358057bbe Description-en: Zero-copy vector backed by a byte array - Rust source code Source code for Debianized Rust crate "zerovec" Package: libsasl2-modules-kdexoauth2 Description-md5: 2a50ceb2cc3d75be9947decc1210d1ba Description-en: library to integrate with Cyrus SASL This package is part of libkgapi. Package: libsaturn-ocaml-dev Description-md5: 88a07dd0a9b7cee1a7baa257e127394f Description-en: parallelism-safe data structures for multicore OCaml A collection of parallelism-safe data structures for OCaml. It aims to provide an industrial-strength, well-tested library that makes it easier for Multicore OCaml uses to find the right data structures for their uses. . This package includes all lock-free and non-lock-free data structures. Package: libseat-dev Description-md5: e03544163d34dd8d30669f67251851d0 Description-en: flexible user, seat and session management library (development files) seatd session management development files. Package: libseat1 Description-md5: 7f01ee0a114f451a23cc50044cc35adb Description-en: flexible user, seat and session management library This library provides runtime access to user, seat and session management. The backend server used is configurable at runtime. Currently implemented backends are seatd, elogind or systemd-logind. Package: libsimgrid-dev Description-md5: f4d3bb389a90140b0356cba284af377f Description-en: Development files for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains the development files that you need to build your own simulator on top of SimGrid (header files and scripts), for C, C++ or Fortran. Package: libsimgrid4.0 Description-md5: f56d5c55629c5218ec3098e55a423076 Description-en: Toolkit for scalable simulation of distributed applications SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains the dynamic libraries and runtime. Package: libsocl-1.4-1t64 Description-md5: 607f8f9648f71dbaceaaeeaa04f4c6e8 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains an OpenCL-compatible library interface to StarPU. Package: libspooles-dev Description-md5: 74ac75a522d72c2e2cb1e666c6eed0bc Description-en: SPOOLES SParse Object Oriented Linear Equations Solver development files SPOOLES is a library for solving sparse real and complex linear systems of equations, written in the C language using object oriented design. . This package contains the SPOOLES development files. Package: libspooles2.2t64 Description-md5: d1ed9410d9ecb29a734fad3393746354 Description-en: SPOOLES SParse Object Oriented Linear Equations Solver shared library SPOOLES is a library for solving sparse real and complex linear systems of equations, written in the C language using object oriented design. . This package contains the SPOOLES shared library. Package: libsquashfuse-dev Description-md5: 8fb2c33a265ea350640183082f7dc5ea Description-en: Development files for libsquashfuse This lets you mount SquashFS archives in user-space. It supports almost all features of the SquashFS format, yet is still fast and memory-efficient. . SquashFS is an efficiently compressed, read-only storage format. Support for it has been built into the Linux kernel since 2009. It is very common on Live CDs and embedded Linux distributions. . This package contains development files for libsquashfuse Package: libsquashfuse0 Description-md5: 2ea59e88671147285aae478923989565 Description-en: FUSE filesystem to mount squashfs archives library This lets you mount SquashFS archives in user-space. It supports almost all features of the SquashFS format, yet is still fast and memory-efficient. . SquashFS is an efficiently compressed, read-only storage format. Support for it has been built into the Linux kernel since 2009. It is very common on Live CDs and embedded Linux distributions. . This package contains the squashfuse library Package: libstarpu-1.4-6 Description-md5: 6e4e8db53b47fb942bef212def2a1e22 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the main StarPU library Package: libstarpu-dev Description-md5: 967c103c8b3cf3662ee291f422fa5be6 Description-en: Task scheduler for heterogeneous multicore machines - dev StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains development headers and libraries. Package: libstarpu-openmp-llvm-1.4-1t64 Description-md5: fa0db18af8ec5b15b780924363dc10b1 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the runtime support for LLVM OpenMP. Package: libstarpufft-1.4-1t64 Description-md5: a1e84fcd5b7aa1a04d6c8089b0a0ecef Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains a hybrid CPU+GPU FFT library. Package: libstarpumpi-1.4-3t64 Description-md5: a7034f989f1ae2e40b4db1b5bb58bd47 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains MPI extensions for StarPU. Package: libstarpurm-1.4-1t64 Description-md5: 85559acb0db63a97ea4ac811b666f011 Description-en: Task scheduler for heterogeneous multicore machines StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains the resource management library. Package: libsubid5-dbgsym Description-md5: b674f03cfbd5e650378720d589413e16 Description-en: debug symbols for libsubid5 Package: libtools-build-clojure Description-md5: 1a07b07ccebbd5dd5bb445d93eb624bc Description-en: Library for building artifacts in Clojure projects tools.build is a library of functions for building Clojure projects. They are intended to be used in a build program to create user-invokable target functions. Package: libucx-dev Description-md5: e2f87be68e4cfcf1b0f06888acc40657 Description-en: Header files for UCX library Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides development files for UCX. Package: libucx0 Description-md5: 83e9e3f7c1645625f6431aab28b6c3d7 Description-en: Unified Communication X libraries Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides shared libraries for UCX. Package: libunwind-17-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-17t64 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-18 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-18-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-19 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-19-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-20 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-20-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-21 Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-21-dev Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e Description-en: production-quality unwinder libunwind is a production-quality unwinder, with platform support for DWARF unwind info, SjLj, and ARM EHABI. . The low level libunwind API was designed to work either in-process (aka local) or to operate on another process (aka remote), but only the local path has been implemented. Remote unwinding remains as future work. Package: libunwind-setjmp0 Description-md5: a2ad087672aa604c7e2e5e0dee1676a0 Description-en: libunwind-based non local goto - runtime The unwind-setjmp library offers a libunwind-based implementation of non-local gotos. This implementation is intended to be a drop-in replacement for the normal, system-provided routines of the same name. The main advantage of using the unwind-setjmp library is that setting up a non-local goto via one of the setjmp() routines is very fast. . This package includes the shared library Package: libunwind-setjmp0-dev Description-md5: 099a990a984e4f0a5487014e58a269b8 Description-en: libunwind-based non local goto - development The unwind-setjmp library offers a libunwind-based implementation of non-local gotos. This implementation is intended to be a drop-in replacement for the normal, system-provided routines of the same name. The main advantage of using the unwind-setjmp library is that setting up a non-local goto via one of the setjmp() routines is very fast. . This package includes the development support files Package: libvirt-clients-qemu Description-md5: 082e084529c4e3e0c61639b0984ad3bc Description-en: Programs for the libvirt library (QEMU specific) Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the QEMU-specific client binaries. Package: libvirt-daemon-driver-lxc Description-md5: 2cc07557cd5de83a9972e42c6de8aaa2 Description-en: Virtualization daemon LXC connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for LXC. Package: libvirt-daemon-driver-storage-gluster Description-md5: 7c5efa2eb9f5a55e51f953e2496dc89d Description-en: Virtualization daemon glusterfs storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for GlusterFS. Package: libvirt-daemon-driver-storage-iscsi-direct Description-md5: 10acda7b12929a3c0a850b914a00cfb0 Description-en: Virtualization daemon iSCSI (libiscsi) storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains a libvirtd storage driver for iSCSI volumes implemented using libiscsi. Package: libvirt-daemon-driver-storage-rbd Description-md5: 4e2039368200982b12534d16d0792845 Description-en: Virtualization daemon RBD storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for RBD/Rados/Ceph. Package: libvirt-daemon-driver-storage-zfs Description-md5: 82733d9170fa45c9e6ed76bcec5869e9 Description-en: Virtualization daemon ZFS storage driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd storage driver for ZFS. Package: libvirt-daemon-driver-vbox Description-md5: 12b3becd7a3f100f8639457b28573a6a Description-en: Virtualization daemon VirtualBox connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for VirtualBox. Package: libvirt-daemon-driver-xen Description-md5: 4443d0d7dc3e14e6af4fa769a49871a0 Description-en: Virtualization daemon Xen connection driver Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the libvirtd connection driver for Xen. Package: libvirt-daemon-plugin-sanlock Description-md5: 591d8eb54e1ca33601a8d3c1e23d3a88 Description-en: Virtualization daemon sanlock plugin Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the plugin that implements disk locking using sanlock. Package: libvirt-daemon-system-systemd Description-md5: c7d1a0b80f4325b34d72942a87dea1cd Description-en: transitional dummy package This is a transitional dummy package and can be safely removed. Package: libvirt-daemon-system-sysv Description-md5: c7d1a0b80f4325b34d72942a87dea1cd Description-en: transitional dummy package This is a transitional dummy package and can be safely removed. Package: libvirt-dev Description-md5: 7e0bab852c890b732dbbdd941dc00165 Description-en: development files for the libvirt library Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the header files and static libraries which are needed for developing the applications with libvirt. Package: libvirt-login-shell Description-md5: b5e830e5771db93ed6a4c1c4f7927c4f Description-en: Isolate user sessions using LXC containers Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the virt-login-shell tool, which can be set as a user's login shell to isolate their sessions using LXC containers. Package: libvirt-sanlock Description-md5: c7d1a0b80f4325b34d72942a87dea1cd Description-en: transitional dummy package This is a transitional dummy package and can be safely removed. Package: libvirt-ssh-proxy Description-md5: 07831ce48c1bab2d17bec468d05973ac Description-en: ssh proxy for connecting to virtual machines via VSOCK Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . When this package is installed, ssh will be able to connect to locally running libvirt domains via VSOCK. . See https://libvirt.org/ssh-proxy.html for information. Package: libvirt-wireshark Description-md5: 0fe09d3e4f6e75cb9e76d08eab9490e4 Description-en: Wireshark dissector for the libvirt protocol Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). The library aims at providing a long term stable C API for different virtualization mechanisms. It currently supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox. . This package contains the wireshark dissector. Package: libvoms-api-java-java Description-md5: a5d3fae2541438057ddbbfdef53f7224 Description-en: Virtual Organization Membership Service Java API The Virtual Organization Membership Service (VOMS) is an attribute authority which serves as central repository for VO user authorization information, providing support for sorting users into group hierarchies, keeping track of their roles and other attributes in order to issue trusted attribute certificates and SAML assertions used in the Grid environment for authorization purposes. . This package provides a java client API for VOMS. Package: libvoms-api-java-java-doc Description-md5: 21abaa789fd9bc93ed1ce70535ab74dd Description-en: Virtual Organization Membership Service Java API Documentation Virtual Organization Membership Service (VOMS) Java API Documentation. Package: libvumod-dev Description-md5: 93c52e6f2f6b5ab8945bca9d86f36925 Description-en: Virtual Operating System at user space: library dev resources Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This package contains the vuos library (resources for devs) Package: libvumod0 Description-md5: b8d8630251a77f9298152e46f294af35 Description-en: Virtual Operating System at user space: library Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This package contains the vuos library Package: libwf-config-dev Description-md5: a967e31a8dead04b9bae04a2488595d2 Description-en: Wayfire-specific library for managing config files (dev) Wf-config is a library for managing configuration files, written for wayfire 3D wayland compositor. . This package provides development files. Package: libwf-config1 Description-md5: c57e06ccc7f52fcd577c19a2398fe4a3 Description-en: Wayfire-specific library for managing config files Wf-config is a library for managing configuration files, written for wayfire 3D wayland compositor. . This package provides shared library files. Package: libwim-dev Description-md5: f2d7e888089737c8f0887635cde2ed90 Description-en: Library for manipulating Windows Imaging files - development files wimlib is a C library for extracting, creating, modifying, and mounting WIM (Windows Imaging) files. . This package contains the static library and header files Package: libwim-doc Description-md5: 5eaffacfad4f76126b76cd3e39b7f6af Description-en: Library for manipulating Windows Imaging files - API documentation wimlib is a C library for extracting, creating, modifying, and mounting WIM (Windows Imaging) files. . This package contains the API documentation. Package: libwim15t64 Description-md5: 1366c0b12fcc0192b6bd53dea8a153d4 Description-en: Library for manipulating Windows Imaging files wimlib is a C library for extracting, creating, modifying, and mounting WIM (Windows Imaging) files. . WIM is an archive format designed primarily for archiving Windows filesystems. It features single-instancing and LZ77-based compression, and is used by Microsoft to distribute and deploy Windows Vista and later. Package: libzadc-dev Description-md5: f17d42635224c91e66d835b12e64490e Description-en: accelerated libz implementation (development headers) Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides headers and development libraries. Package: libzadc4 Description-md5: 4899caf4ba1ec5289dd3b0f59c13b577 Description-en: accelerated libz implementation (Accelerated Data Compression/ADC) Accelerated libz implementation uses FPGA based PCIe cards (e.g. zEDC) to accelerate compression/decompression. . This package provides public libzADC library, and libz library symlinks which are not exposed in the ldconfig paths. Package: linuxcnc-doc-de Description-md5: fb7d225302dafb9ba8a208b57920df31 Description-en: motion controller for CNC machines and robots (German documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in German. Package: linuxcnc-doc-en Description-md5: 79c41601a0a9e78cb9cdeb4433b75801 Description-en: motion controller for CNC machines and robots (English documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in English. Package: linuxcnc-doc-es Description-md5: eeb5f507a868b9ea4f4ecaa3223c61cb Description-en: motion controller for CNC machines and robots (Spanish documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in Spanish. Package: linuxcnc-doc-fr Description-md5: 4f072e0eb655ed9eeea64455c0ba5717 Description-en: motion controller for CNC machines and robots (French documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in French. Package: linuxcnc-doc-zh-cn Description-md5: c48dae06f86878677ab4ed040feb5f90 Description-en: motion controller for CNC machines and robots (Chinese documentation) LinuxCNC is the next-generation Enhanced Machine Controller which provides motion control for CNC machine tools and robotic applications (milling, cutting, routing, etc.). . This package contains the documentation in Chinese. Package: linuxcnc-uspace Description-md5: d46e83cfb81f8e02da0ea345f95c3c8a Description-en: motion controller for CNC machines and robots LinuxCNC is a fully-realised CNC machine controller that can interpret machine-control programs (such as G-code), plan trajectories and finally output low-level signals to machine control hardware . LinuxCNC is modular and in principle the HAL (hardware abstraction layer), pluggable interpreters and variety of hardware drivers mean that it can control almost any software-defined physical system. . LinuxCNC relies on a realtime kernel to support real-time motion control, typically updating the position waypoints every 1mS and reacting to input within tens of microseconds. . Modules exist to use the low-level parts of LinuxCNC as a motion-control client for OpenPnP. Interfaces exist for ROS (the Robot Operating System) with which LinuxCNC has considerable overlap. . LinuxCNC supports arbitrary kinematics (the mapping between coordinate space and actuator space) and can control both parallel (eg Stewart platform) and serial (eg robot arm) systems in addition to conventional cartesian machine tools. . LinuxCNC supports 9 cartesian axes and 16 "Joints" (individual actuators) though the joint limit is build-time configurable. . A variety of interface hardware is supported including Modbus, EtherCAT, analogue +/-10V velocity control and Step/Dir. Step/Dir is supported by several hardware interfaces, including, but not limited to, the legacy Parallel Port. . A Hardware Abstraction Layer allows for great flexibility in signal mapping between the controller and the driver hardware. An extensive library of modules allow for complex signal processing within the HAL layer. For specialised tasks custom HAL components can be created using a C-like syntax and installed with the supplied tools. . By default LinuxCNC supports RS274 G-code but is extendable to parse other grammars such as STEP-NC or Gerber through support for pluggable interpreters. . If you want a computer to control things in the real world then LinuxCNC can do it. It is especially applicable to systems that are required to follow accurate paths described in cartesian space but has been used for numerous other applications. . This package provides the main package for LinuxCNC. Package: linuxcnc-uspace-dev Description-md5: 304732c1f4cbf9d912cfe6a9279c09a9 Description-en: PC based motion controller for real-time Linux LinuxCNC is a fully-realised CNC machine controller that can interpret machine-control programs (such as G-code), plan trajectories and finally output low-level signals to machine control hardware . LinuxCNC is modular and in principle the HAL (hardware abstraction layer), pluggable interpreters and variety of hardware drivers mean that it can control almost any software-defined physical system. . LinuxCNC relies on a realtime kernel to support real-time motion control, typically updating the position waypoints every 1mS and reacting to input within tens of microseconds. . Modules exist to use the low-level parts of LinuxCNC as a motion-control client for OpenPnP. Interfaces exist for ROS (the Robot Operating System) with which LinuxCNC has considerable overlap. . LinuxCNC supports arbitrary kinematics (the mapping between coordinate space and actuator space) and can control both parallel (eg Stewart platform) and serial (eg robot arm) systems in addition to conventional cartesian machine tools. . LinuxCNC supports 9 cartesian axes and 16 "Joints" (individual actuators) though the joint limit is build-time configurable. . A variety of interface hardware is supported including Modbus, EtherCAT, analogue +/-10V velocity control and Step/Dir. Step/Dir is supported by several hardware interfaces, including, but not limited to, the legacy Parallel Port. . A Hardware Abstraction Layer allows for great flexibility in signal mapping between the controller and the driver hardware. An extensive library of modules allow for complex signal processing within the HAL layer. For specialised tasks custom HAL components can be created using a C-like syntax and installed with the supplied tools. . By default LinuxCNC supports RS274 G-code but is extendable to parse other grammars such as STEP-NC or Gerber through support for pluggable interpreters. . If you want a computer to control things in the real world then LinuxCNC can do it. It is especially applicable to systems that are required to follow accurate paths described in cartesian space but has been used for numerous other applications. . This package provides all files that you need to embed parts of LinuxCNC in your developments. Package: lld-17 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-18 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-19 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-20 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lld-21 Description-md5: 39b52f07f105b329dd7852cce89ebb7d Description-en: LLVM-based linker LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project. Package: lldb-17 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-18 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-19 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-20 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: lldb-21 Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f Description-en: Next generation, high-performance debugger LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. Package: llvm-17 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-17-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-17-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-17-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-17-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-17-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-17-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-18 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-18-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-18-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-18-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-18-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-18-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-18-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-19 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-19-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-19-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-19-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-19-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-19-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-19-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-20 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-20-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-20-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-20-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-20-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-20-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-20-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: llvm-21 Description-md5: 07d463911771b9679a5f0131f40992d4 Description-en: Modular compiler and toolchain technologies LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . The strengths of the LLVM infrastructure are its extremely simple design (which makes it easy to understand and use), source-language independence, powerful mid-level optimizer, automated compiler debugging support, extensibility, and its stability and reliability. LLVM is currently being used to host a wide variety of academic research projects and commercial projects. LLVM includes C and C++ front-ends, a front-end for a Forth-like language (Stacker), a young scheme front-end, and Java support is in development. LLVM can generate code for X96, SparcV10, PowerPC or many other architectures. Package: llvm-21-dev Description-md5: 29f654aa391c01f742a2023c872d7a49 Description-en: Modular compiler and toolchain technologies, libraries and headers LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the libraries and headers to develop applications using llvm. Package: llvm-21-doc Description-md5: 19896d0a63f9911e3a7a7b85ecfac407 Description-en: Modular compiler and toolchain technologies, documentation LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains all documentation (extensive). Package: llvm-21-examples Description-md5: 61fee537b751bf39ce1ac5bf27ca3806 Description-en: Modular compiler and toolchain technologies, examples LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package contains examples for using LLVM, both in developing extensions to LLVM and in using it to compile code. Package: llvm-21-linker-tools Description-md5: 34d6480db2d150315f7bca6065772d03 Description-en: Modular compiler and toolchain technologies - Plugins LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . This package contains the LLVMgold and LLVMPolly linker plugins. Package: llvm-21-runtime Description-md5: a2e425ebfc2fcd56b539f44a28559b4a Description-en: Modular compiler and toolchain technologies, IR interpreter LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides the minimal required to execute programs in LLVM format. Package: llvm-21-tools Description-md5: 709eba32627c3c079585c05fc5963fe8 Description-en: Modular compiler and toolchain technologies, tools LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other compiler-related programs. . LLVM uses a single, language-independent virtual instruction set both as an offline code representation (to communicate code between compiler phases and to run-time systems) and as the compiler internal representation (to analyze and transform programs). This persistent code representation allows a common set of sophisticated compiler techniques to be applied at compile-time, link-time, install-time, run-time, or "idle-time" (between program runs). . This package provides tools for testing. Package: lokalize Description-md5: fda0bc89864e135e6a7956c955824f0e Description-en: computer-aided translation system Lokalize is a computer-aided translation system that focuses on productivity and quality assurance. It is targeted for software translation and also integrates external conversion tools for freelance office document translation. . It features project management overview, translation merging (synchronization), translation memory, glossary and spell-checking. . Lokalize is part of the KDE Software Development Kit module. Package: lokalize-data Description-md5: 085d862023ac4588a20abf87bbf2b97a Description-en: computer-aided translation system - data files Lokalize is a computer-aided translation system that focuses on productivity and quality assurance. It is targeted for software translation and also integrates external conversion tools for freelance office document translation. . It features project management overview, translation merging (synchronization), translation memory, glossary and spell-checking. . Lokalize is part of the KDE Software Development Kit module. . This package contains the data files for Lokalize. Package: lokalize-doc Description-md5: 8d6024f6c1059396396f9ab4d53fbb79 Description-en: documentation for Lokalize, computer-aided translation system Lokalize is a computer-aided translation system that focuses on productivity and quality assurance. It is targeted for software translation and also integrates external conversion tools for freelance office document translation. . It features project management overview, translation merging (synchronization), translation memory, glossary and spell-checking. . Lokalize is part of the KDE Software Development Kit module. . This package contains the documentation for Lokalize. Package: lomiri Description-md5: 89314b23acb88f5e486e3d3b4f041663 Description-en: Shell of the Lomiri Operating Environment Shell of the Lomiri Operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides the Lomiri shell. Package: lomiri-common Description-md5: 141dfeeb254e8ac68f0b3df21c8b2bba Description-en: Shell of the Lomiri Operating Environment (common files) Shell of the Lomiri Operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package contains the QML, graphics and locale files for lomiri. Package: lomiri-doc Description-md5: 104675d86cea2acecf68e6ef207cef1d Description-en: Lomiri Operating Environment's Shell (documentation files) Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides documentation of the Lomiri Shell. Package: lomiri-greeter Description-md5: 9b1c114cd0538c7260247aac2a198659 Description-en: LightDM Greeter for the Lomiri Operating Environment Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides the Lomiri Greeter. Package: lomiri-tests Description-md5: 08d410958d81e9755211a0200d395421 Description-en: Scripts and mocks for running Lomiri Shell tests Lomiri is an operating environment optimized for touch based human-machine interaction, but also supporting convergence (i.e. switching between tablet/phone and desktop mode). Lomiri is the user shell driving Ubuntu Touch based mobile devices. . This package provides fake implementations of some QML modules used by the Lomiri Shell (e.g. Lomiri.Application) so that you can run it in a sandboxed environment; it also provides scripts to run its test suite. Package: lprng Description-md5: 47d742863c1b0d7c17930026e04f3553 Description-en: lpr/lpd printer spooling system The LPRng software is an enhanced, extended, and portable version of the Berkeley LPR software (the standards UNIX printer spooler) You can use this for local and remote printers. Package: lxcfs Description-md5: f3cabfc6ca3d3433720d9d811af950bd Description-en: FUSE based filesystem for LXC LXCFS provides a FUSE based filesystem to improve the LXC experience within the containers. . This filesystem offers both a cgroupfs-like view for use by unprivileged containers which wouldn't otherwise be allowed to mount cgroupfs. And a set of files that are meant to be bind-mounted over their /proc equivalent to make them cgroup-aware. Package: lxqt-qt5plugin Description-md5: 3fa31b71a25863768b0396014ef61f76 Description-en: LXQt system integration plugin for Qt5 With this plugin, all Qt5-based programs can adopt settings of LXQt, such as the icon theme. . This package provides the LXQt qt5plugin interface. Package: lyricue Description-md5: de7205151a71a3fbaf16eafef408bd83 Description-en: The GNU Lyric Display System This application is used to edit/display song lyrics on a second screen/projector for use at singing events such as church services. Features * User access controls * Networkable (ie run interface and server on different machines) * Multiple Playlists * Copyright info for songs * Automatic Page advance * Re-orderable playlist * Playlist entries to change background * All songs kept in a database and so screens are dynamically generated, allowing you to easily change the backdrop, font etc without having to change all the songs * Can automatically create screens for bible verses * Quick searching for songs Package: mapnik-doc Description-md5: d06247ada0040cba76336a7ee57adeb6 Description-en: C++ toolkit for developing GIS applications (doc) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains developer documentation. Package: mapnik-utils Description-md5: 27e63d7a1e67e83793688f05c93c0cdc Description-en: C++ toolkit for developing GIS applications (utilities) Mapnik is an OpenSource C++ toolkit for developing GIS (Geographic Information Systems) applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. . Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), the library doesn't rely on "windowing systems" and is intended to work in multi-threaded environments . This package contains miscellaneous utilities distributed with mapnik: . shapeindex: program to creates file system based index for ESRI shape-files Package: marble Description-md5: 1f126a4752fd8384e6c2471b34c0cba7 Description-en: globe and map widget Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package is part of the KDE education module. Package: marble-behaim Description-md5: 699b463592b5c7199739a71c668d213a Description-en: Behaim globe Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package displays a virtual representation of Martin Behaim’s globe. . This package is part of the KDE education module. Package: marble-data Description-md5: 7ed75411766d39c37afa00e8c22391ab Description-en: data files for Marble Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains the architecture-independent data files for the Marble desktop globe. . This package is part of the KDE education module. Package: marble-maps Description-md5: 5ffb66de74b67fa9ac2b8427c33f3045 Description-en: globe and map widget for mobile form factors Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package is part of the KDE education module. Package: marble-plugins Description-md5: 94cc6f96b770964058cd35411cc0d773 Description-en: plugins for Marble Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains various plugins for the Marble desktop globe. The Marble globe widget library may not be of much use if this package is not installed. . This package is part of the KDE education module. Package: marble-qt Description-md5: 5f4b46ddf09c8912ca6fa30e13c94ee1 Description-en: globe and map widget (no KDE dependencies) Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package provides a build of Marble that only depends on Qt libraries with no additional KDE dependencies. . This package is part of the KDE education module. Package: marble-qt-data Description-md5: cbef330924f85dfe9e95fd18b0c0c2b5 Description-en: Qt-only data files for Marble Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains the architecture-independent data files for the Qt-only version of the Marble desktop globe. . This package is part of the KDE education module. Package: markdownpart Description-md5: 89ea145ccd8fd47d6984ae0c67e117f8 Description-en: KDE Markdown KPart MarkdownPart is a small KDE KParts plugin to render Markdown documents in any application which uses the KPart system. Package: massif-visualizer Description-md5: 6492b621e487cff7ae61f65201eeabe4 Description-en: Tool for visualizing memory usage recorded by Valgrind Massif Massif Visualizer is a graphical interface to visualize memory usage recorded by Valgrind Massif tool. . Run your application in Valgrind with --tool=massif and then open the generated massif.out.%pid in the visualizer. Gzip or Bzip2 compressed Massif files can also be opened transparently. Package: mesa-drm-shim Description-md5: 02a636d160b665ddd114dec858ed10b1 Description-en: DRM shim libraries This package provides drm-shim libraries which can be used for testing DRM drivers when none exists on the host. Package: mesa-opencl-icd Description-md5: 10fe1749fa432fa001ccca2f3b268b84 Description-en: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Package: mesa-va-drivers Description-md5: c89bbf6e4f80a47acafd5858be814f3c Description-en: Mesa VA-API video acceleration drivers These libraries provide the Video Acceleration API (VA-API) for Unix. They provide accelerated video playback (incl. H.264) and video post-processing for the supported graphics cards. . This package enables support for VA-API for some gallium drivers. Package: minuet Description-md5: 29dc982332cf3174fa9329251ab0c028 Description-en: KDE Software for Music Education Music education Free Software, thoughtfully designed to push your musical skills to the next level. Enhance your ability to recognize intervals, chords, rhythm, and scales while enjoying all the power of Free Software. Package: minuet-data Description-md5: 1afee3fa354462af2c971f000ee2241a Description-en: data files for Minuet Music education Free Software, thoughtfully designed to push your musical skills to the next level. Enhance your ability to recognize intervals, chords, rhythm, and scales while enjoying all the power of Free Software. . This package contains the data files for Minuet. Package: mir-demos Description-md5: 438fbed9a91dcd2671ec41b04913bd86 Description-en: Mir Display Server - demonstration programs Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains demo applications that use the Mir display server Package: mir-graphics-drivers-desktop Description-md5: 59d745ac811598ba73a8e13e20ca3dd2 Description-en: Mir Display Server - desktop driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for traditional desktop systems. Package: mir-graphics-drivers-nvidia Description-md5: c0424baaf74e4b1256606a561265ab82 Description-en: Mir Display Server - Nvidia driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics drivers for Nvidia systems. Package: mir-platform-graphics-eglstream-kms Description-md5: 2b191965ce82ac99a8d25828a19dfdb9 Description-en: Mir Display Server - eglstream-kms driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for eglstream-kms systems. Package: mir-platform-graphics-gbm-kms Description-md5: 05b58bd09bf49946527e9b9ec5127458 Description-en: Mir Display Server - gbm-kms driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for gbm-kms systems. Package: mir-platform-graphics-wayland Description-md5: d6462affe2c9705c94330ef888c61bec Description-en: Mir Display Server - wayland driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for wayland systems. Package: mir-platform-graphics-x Description-md5: 91ffd09dd18fe029f248419094a716e8 Description-en: Mir Display Server - x driver metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on a full set of graphics and input drivers for X systems. Package: mir-platform-rendering-egl-generic Description-md5: b4d7651082f4783fe4b838674cc39f3f Description-en: Mir Display Server - EGL rendering provider metapackage Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . This package depends on the current provider of accelerated client rendering support via standard EGL interfaces. Package: mir-test-tools Description-md5: 94ca9c295a0197948e62bb50b87dc42c Description-en: Mir Display Server - stress tests and other test tools Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains tools for smoke and performance testing the Mir display server Package: mir-wlcs-integration Description-md5: 71b3e542b35358f2a9a5d28123cd64fe Description-en: Mir Display Server - wlcs integration Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains libraries for integration with the wlcs test suite Package: mirtest-dev Description-md5: 32cc63ccfaab1c888ad772a208dcc7e8 Description-en: Mir Display Server - test development headers and library Mir is a display server running on Linux systems, with a focus on efficiency, robust operation and a well-defined driver model. . Contains header files and static library for testing of server and/or client development. Package: mlir-17-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mlir-18-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mlir-19-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mlir-20-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mlir-21-tools Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a Description-en: Multi-Level Intermediate Representation tools Novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. . This package provides tools. Package: mlmmj Description-md5: 7464917fe4021e603835c1edb8441ae2 Description-en: mail server independent mailing list manager A mailing list manager with roughly the same functionality as ezmlm. . mlmmj features: * Archive * Custom headers / footer * Fully automated bounce handling (similar to ezmlm) * Complete requeueing functionality * Moderation functionality * Subject prefix * Subscribers only posting * Regular expression access control * Functionality to retrieve old posts * Web-interface * Digests * No mail delivery subscription * VERP support * Delivery Status Notification (RFC1891) support Package: mlmmj-php-web Description-md5: 3488f99919352151e2a2c8c7d5c8be0f Description-en: web interface for mlmmj, written in php A web based tool for mlmmj written in php, so that your users can subscribe or unsubscribe through some HTML forms, which sometimes, might be more convenient than just using the list commands. Package: mlmmj-php-web-admin Description-md5: 3bc9d42e981c0bcdedbcaa347d22b0cb Description-en: administrative web interface for mlmmj, written in php This web based administrative tool for mlmmj written in php will help you to configure each mailing list individualy, through the web. You will be able with mlmmj-php-web-admin to set each individual tunable of the list. Package: moosefs-cgi Description-md5: d0888f5ccae05efbe5153827eb859c72 Description-en: MooseFS - CGI monitor CGI application to monitor MooseFS through master/metadata server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-cgiserv Description-md5: 42c731d320b3c4b7113789a31b12ff7a Description-en: simple CGI-capable HTTP server to run MooseFS CGI monitor Simple standalone CGI-capable HTTP server to run MooseFS CGI Monitor. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-chunkserver Description-md5: faa741b8876d1e74e40394b9c4ee7f40 Description-en: MooseFS - data server The MooseFS data server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-cli Description-md5: 2a8f1b3f2de5c68f622f0b51027af691 Description-en: MooseFS CLI utility MooseFS monitoring utility which can be used for showing list of connected chunkservers, clients, health of the system, some stats etc. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-client Description-md5: 0a3bd90a33471b0442fa64680b84902c Description-en: MooseFS - client tools and mount utility Moosefs FUSE mount utility "mfsmount" and client tools. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-common Description-md5: 3900b31ed61dab4ad73fcbdec34483cb Description-en: MooseFS - common files This is an empty package to facilitate creation of "mfs" user for MooseFS daemons and to own "/etc/mfs" and "/var/lib/mfs" directories. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-master Description-md5: 1ecaccf30048af994d54a9627406d1c4 Description-en: MooseFS - master server MooseFS master (metadata) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-metalogger Description-md5: 67a3a8a980351bf2c53e2c95684efa9f Description-en: MooseFS - metalogger server MooseFS metadata replication (backup) server. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: moosefs-netdump Description-md5: f7d268191838a37586d173b660e15f16 Description-en: MooseFS network packet dump utility MooseFS monitoring tool "mfsnetdump" utility which can interpret MooseFS network traffic and show it in colorful form. . MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file system. It spreads data over several physical servers which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts as other Unix-alike file systems: . * A hierarchical structure (directory tree). * POSIX file attributes (permissions, last access and modification times). * Special files (block and character devices, pipes and sockets). * Symbolic links and hard links. * Access control based on IP address and/or password. . Distinctive features of MooseFS are: . * High availability. * Fault tolerance. * Strong integrity check. * Capacity is dynamically expandable by simply adding new computers/disks. * Deleted files are retained for a configurable period of time (a file system level "trash bin"). * Coherent snapshots of files, even during I/O. Package: mopac Description-md5: 06f2c86d7c4d2e76a74f40337a84d774 Description-en: Molecular Orbital PACkage (MOPAC) MOPAC is a general-purpose semiempirical molecular orbital package for the study of solid state and molecular structures and reactions. . The semiempirical Hamiltonians MNDO, AM1, PM3, PM6, RM1, MNDO-d and PM7 are used in the electronic part of the calculation to obtain molecular orbitals, the heat of formation and its derivative with respect to molecular geometry. . Using these results MOPAC calculates the vibrational spectra, thermodynamic quantities, isotopic substitution effects and force constants for molecules, radicals, ions, and polymers. For studying chemical reactions, a transition state location routine and two transition state optimizing routines are available. For users to get the most out of the program, they must understand how the program works, how to enter data, how to interpret the results, and what to do when things go wrong. Package: mp4h Description-md5: 50dc119daee9730d3000394b409596f6 Description-en: Macro processor for HTML documents Mp4h is a macro processor specifically designed for HTML documents, with powerful programming features. It allows definition and expansion of new tags with a syntax familiar to HTML authors. . Mp4h is a core component of the Website Meta Language (WML). Package: nautilus-kdeconnect Description-md5: fc541cf35821c4d40d562883506ea818 Description-en: KDE Connect integration for Nautilus Extension providing integration to send files to KDE Connect compatible devices directly from within Nautilus. Package: neochat Description-md5: 9ac11cf2e554558ee70e84462011039a Description-en: Matrix client for desktop and mobile made by KDE A chat application for Matrix, a decentralized communication protocol, created by the KDE community. It allows one to send text messages, videos and audio files to your family, colleagues and friends using the Matrix protocol. . It features an elegant and responsive user interface allows one to adapt to any screen size automatically and gracefully. It works on both Desktop and Mobile. Package: nfdump Description-md5: 4fa77d0d490891adcde185fa1cc34138 Description-en: netflow capture daemon Collects and processes netflow data with command line tools. Collected netflow data is stored in filesystem and is limited by available storage space only. Tools are optimized for speed and filtering. nfcapd reads netflow v5, v7, v9 and IPFIX flows transparently. You need one nfcapd process for each netflow stream. Package: nfdump-sflow Description-md5: a117d3b23094754849df79bc829ee86f Description-en: sflow collector daemon sfcapd collects sflow data and stores it into nfcapd compatible files. Package: nik4 Description-md5: 54ba4ae54c87ce64d6058778bef18822 Description-en: Mapnik to image export Nik4 is a mapnik-to-image exporting script using the Mapnik Python bindings. . Nik4 takes great care to preserve values you feed it. If you say you need a 800x600 image, it won't take a pixel less or more. It won't shrink a bounding box or distort lines when specifying so called "scale factor". When you need a 300 dpi image, you tell it --ppi 300 and can be sure you will get what you intended. . Also it can use real-world units, that is, millimeters (and prefers to). Specify dimensions for printing, choose bounding box and ppi scale - and the result won't disappoint. Options are intuitive and plenty, and you will be amazed how much tasks became simpler with Nik4. Package: nim Description-md5: 1077ec624ad7f485ec20529f4e9db6d8 Description-en: Nim programming language - compiler Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. Package: nim-doc Description-md5: c720387a7d762b52c23fdf73ebffedb3 Description-en: Nim programming language - documentation Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries. . This is a documentation package. Package: node-jquery-slimscroll Description-md5: b5e05a97378b7e94ddbd4b90c618f4c0 Description-en: jquery plugin to transform any div into a scrollable area slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. . Node.js is an event-based server-side JavaScript engine. Package: nordugrid-arc-nagios-plugins Description-md5: d9c650bb8e0209b671e8c4b2927c38b9 Description-en: Nagios plugins for ARC This package provides the Nagios plugins for testing ARC computing elements. Package: nordugrid-arc-nagios-plugins-doc Description-md5: 4fab98c85952ecd7913a406b2b393d9b Description-en: HTML documentation for the ARC Nagios plugins This package provides HTML documentation for the ARC Nagios plugins. Package: nordugrid-arc-nagios-plugins-egi Description-md5: 7c5d7cceb5d3b79f7f9dfc50a2717a28 Description-en: EGI configuration and dependencies for the ARC Nagios plugins This package provides EGI configuration and dependencies for the ARC Nagios plugins. Package: ns3 Description-md5: f12ce0d749c845967463616b618b054b Description-en: discrete-event network simulator for Internet systems ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains several utilities. The files for development are in libns3-3, libns3-dev and python3-ns3. Package: ns3-doc Description-md5: f605df70f414a0af6bdc70d3bf97e546 Description-en: documentation for ns3 ns-3 is a discrete-event network simulator for Internet systems, targeted primarily for research and educational use. ns-3 is free software, licensed under the GNU GPLv2 license, and is publicly available for research, development, and use. ns-3 is intended as an eventual replacement for the popular ns-2 simulator. The project acronym “nsnam” derives historically from the concatenation of ns (network simulator) and NAM (network animator). . This package contains manual, modules, tutorial and doxygen. Package: ntp Description-md5: 478df64ab7ec53f98fde4b6609b69b9c Description-en: Network Time Protocol daemon/utilities (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntp-doc Description-md5: e045136c201469a62ca425c831cc6f95 Description-en: Network Time Protocol docs (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntpd-rs Description-md5: b1e963d8d9dfd1564671d497f5a5c9b7 Description-en: Rust-based NTP implementation with NTS support ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS. Package: ntpd-rs-metrics Description-md5: 58316583a043b58d0782ac18c19fe19d Description-en: Rust-based NTP implementation with NTS support - exporter ntpd-rs is an NTP implementation written in Rust, emphasizing security and stability. It provides both client and server functionalities and supports NTS. . This package provides essential operational metrics for an external Prometheus instance. Package: ntpdate Description-md5: 70a63a2d48deb3b01421dfbf30350dcc Description-en: Network Time Protocol client (transitional package) This is a dummy transitional package to transition to NTPsec. It can be safely removed. Package: ntpsec Description-md5: c455d4fac72d8d6e46cfdbc0a5ddb7b3 Description-en: Network Time Protocol daemon and utility programs NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the NTP daemon and utility programs. An NTP daemon needs to be running on each host that is to have its clock accuracy controlled by NTP. The same NTP daemon is also used to provide NTP service to other hosts. . This is the NTPsec version of NTP. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. NTPsec supports Network Time Security (NTS) which provides cryptographically authenticated time. . For more information about the NTP protocol and NTP server configuration and operation, install the package "ntpsec-doc". Package: ntpsec-doc Description-md5: 305615088e9512416c11e16403af0a23 Description-en: Network Time Protocol documentation NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains HTML documentation for the ntpsec packages (ntpsec, ntpsec-ntpdate). . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpdate Description-md5: 71e2f5537b567c32013b184c9137b5ef Description-en: client for setting system time from NTP servers NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpdate is a simple NTP client that sets a system's clock to match the time obtained by communicating with one or more NTP servers. It is not sufficient, however, for maintaining an accurate clock in the long run. ntpdate by itself is useful for occasionally setting the time on machines that do not have full-time network access, such as laptops. . This is the NTPsec version of ntpdate. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. . If the full NTP daemon from the package "ntpsec" is installed, then ntpsec-ntpdate is not necessary. Package: ntpsec-ntpdig Description-md5: 4ea65e175e70452fe6e632f224a1a7ae Description-en: ntpdig SNTP client NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpdig can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time. It is not sufficient, however, for maintaining an accurate clock in the long run. . This is the NTPsec version of ntpdig, which is equivalent to the sntp utility. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: ntpsec-ntpviz Description-md5: 0eaae42373fa30a1293b94825738d9bd Description-en: NTP statistics graphing utility NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . ntpviz analyzes NTP log files and generates statistical plots from them. The output is in the form of HTML with images. If Apache is installed, it will be served at: /ntpviz . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: octave-video Description-md5: 7ae07fba61d0b0e8d03bff0da985ab2a Description-en: video file reader/writer for Octave This package contains an implementation of the VideoReader and VideoWriter classes, based on OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG, for Octave, a scientific computation software. . This Octave add-on package is part of the Octave-Forge project. Package: okular-backend-odp Description-md5: b35a667ad1ed048d126b2bff8bf907af Description-en: Okular backend for ODP documents This package provides a backend for Okular to view OpenDocument Presentation (ODP) documents, but also PowerPoint and PPTX documents. . This package is part of the Calligra Suite. Package: okular-backend-odt Description-md5: 4cdcf0582561c0f594bb6ce736fd3e58 Description-en: Okular backend for ODT documents This package provides a backend for Okular to view OpenDocument Text (ODT) documents, but also DOC, DOCX, RTF and WPD documents. . This package is part of the Calligra Suite. Package: ompl-demos Description-md5: 7f1cf404448da644db293aa2e4c8ad85 Description-en: Open Motion Planning Library (OMPL) demos The Open Motion Planning Library is a set of sampling-based motion planning algorithms. The content of the library is limited to these algorithms, which means there is no environment specification, no collision detection or visualization. The library is designed so it can be easily integrated into systems that provide the additional needed components. This package contains a set of demos of the library. Package: ompl-plannerarena Description-md5: 5b5195bb6e6f83e236f7c1db478da3a8 Description-en: Open Motion Planning Library (OMPL) plannerarena The Open Motion Planning Library is a set of sampling-based motion planning algorithms. The content of the library is limited to these algorithms, which means there is no environment specification, no collision detection or visualization. The library is designed so it can be easily integrated into systems that provide the additional needed components. . This package contains an script that launches a web server locally to analyze SQLite3 benchmark databases. The benchmark databases are created with ompl_benchmark_statistics library. Package: open-vm-tools-containerinfo Description-md5: d32e2b0da1011bfbda464ce297c38698 Description-en: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Container Info plugin, which captures and publishes information about running containers inside the guest. Package: open-vm-tools-salt-minion Description-md5: 81abec60577d47d176be467e17043310 Description-en: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the Salt Minion plugin for event driven IT automation, remote task execution, and configuration management. Package: open-vm-tools-sdmp Description-md5: 349080d17373649f2499f751cfb181e9 Description-en: Open VMware Tools for VMs hosted on VMware (Service Discovery Plugin) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains the vRealize Operations Service Discovery Management Pack (SDMP) plugin, which discovers services running in VMs and builds relationships between them in vRealize. Package: openigtlink-doc Description-md5: 1224078a23f02542f4e2f2e1c52c9503 Description-en: Open IGT Link is a simple network protocol - documentation Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains documentation files for OpenIGTLink. Package: openigtlink-examples Description-md5: 0287bc304fbf4da0ec35f1001be36d20 Description-en: Open IGT Link is a simple network protocol - examples Open IGT Link is a simple network protocol intended for trackers, robots and other devices to send data to the main application. Some devices might also accept commands. . For example applications may include: * Stereotactic surgical guidance using optical position sensor and medical image visualization software. * Intraoperative image guidance using real-time MRI and medical image visualization software * Robot-assisted intervention using robotic device and surgical planning software . This package contains examples from the OpenIGTLink source. . Consult /usr/share/doc/libopenigtlink-dev/README.Debian for details. Package: openjdk-25-dbg Description-md5: d73cb0a41450fd194ce774f2b26510b8 Description-en: Java runtime based on OpenJDK (debugging symbols) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the debugging symbols. Package: openjdk-25-demo Description-md5: 8c587e17f25fb354ef51e27e56507756 Description-en: Java runtime based on OpenJDK (demos and examples) OpenJDK Java runtime Package: openjdk-25-doc Description-md5: 4689d9c1e14d405d15f0710639599643 Description-en: OpenJDK Development Kit (JDK) documentation OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the API documentation. Package: openjdk-25-jdk Description-md5: b9e7f4837238c34971e4a8b72ab7d045 Description-en: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-25-jdk-headless Description-md5: 494a52f34d707a832270d6d51a78f511 Description-en: OpenJDK Development Kit (JDK) (headless) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. Package: openjdk-25-jre Description-md5: 13097853553de1ab39cc189225a9cbaa Description-en: OpenJDK Java runtime, using Hotspot JIT Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot JIT. Package: openjdk-25-jre-headless Description-md5: 62c2c9689e617c48cc4480926d2ca785 Description-en: OpenJDK Java runtime, using Hotspot JIT (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot JIT. Package: openjdk-25-jre-zero Description-md5: c714861c802c9808def07d5329c6ed78 Description-en: Alternative JVM for OpenJDK, using Zero The package provides an alternative runtime using the Zero VM. Built on architectures in addition to the Hotspot VM as a debugging aid for those architectures which don't have a Hotspot VM. . The VM is started with the option `-zero'. See the README.Debian for details. Package: openjdk-25-jvmci-jdk Description-md5: 351e7350b88df768936549c8df16a587 Description-en: JVMCI-enabled SDK for building graalvm This package provides a JVMCI-enabled GraalVM builder Java SDK. Package: openjdk-25-source Description-md5: 5e4d8bbb398daa24b05478a4a3be42bf Description-en: OpenJDK Development Kit (JDK) source files OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains the Java programming language source files (src.zip) for all classes that make up the Java core API. Package: openjdk-25-testsupport Description-md5: 90b36dc9c28e2e8bfec904dc5995bd4c Description-en: Java runtime based on OpenJDK (regression test support) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . This package contains all the binary files needed to run the OpenJDK autopkg tests. Package: openscap-common Description-md5: d4b33b888e210d99e89e7e9c6ef4147d Description-en: OpenSCAP schema files OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains schema files. Package: openscap-doc Description-md5: 8e75f9dba75c84af986a688e32cda531 Description-en: libraries enabling integration of the SCAP line of standards - Documentation OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains documentation. Package: openscap-scanner Description-md5: 6ced1f2556f55c33f64c9d54bd5be1f1 Description-en: OpenScap Scanner Tool (oscap) OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains oscap command-line tool, configuration and vulnerability scanner. It can use for compliance checking with SCAP contents. Package: openscap-utils Description-md5: 6e8d5554751400b329617a3f4bbdc52e Description-en: libraries enabling integration of the SCAP line of standards - Utility programs OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains command line utilities. Package: opensmtpd Description-md5: be8df8944be13df6be34d92bf71cf048 Description-en: secure, reliable, lean, and easy-to configure SMTP server The OpenSMTPD server seeks to be * as secure as possible, and uses privilege separation to mitigate possible security bugs * as reliable as possible: any accepted email must not be lost * lean: it covers typical usage cases instead of every obscure one * easy to configure, with a configuration syntax reminiscent of the OpenBSD Packet Filter's (PF) * fast and efficient: it can handle large queues with reasonable performance Package: opensmtpd-table-ldap Description-md5: b72d2f6733f8a11c69d097d4f2a403d4 Description-en: lookup OpenSMTPD users in LDAP tables This package provides the LDAP table for OpenSMTPD. An LDAP table stores information regarding local users. An LDAP table allows one to access userinfo, aliases, domains, and mailaddresses that are stored in a directory and are provided by an LDAP implementation. . The table is used by OpenSMTPD when user information such as user-id and/or home directory is required for a delivery, when a domain lookup may be required, and/or when looking for an alias. Package: opensmtpd-table-passwd Description-md5: c6029faafb2d5c34cbaa30436084d9d9 Description-en: lookup OpenSMTPD users in passwd-format tables This package provides the passwd table for OpenSMTPD. A "passwd" table stores information regarding local users. The information is encoded using the traditional passwd(5) format and allows the sharing of a user database across different software supporting this format. . The table is used by OpenSMTPD when authenticating a user or when user information such as user-id or home directory is required for a delivery. Package: opensmtpd-table-postgres Description-md5: 6e7594f8d2e0d3b42f47cef24852c70d Description-en: lookup OpenSMTPD users in PostgreSQL tables This package provides the PostgreSQL table for OpenSMTPD. A PostgreSQL table allows the storing of usernames, passwords, aliases, and domains in a format that is shareable across various machines that support postgres(1). . The table is used by smtpd(8) when authenticating a user, when user information such as user-id and/or home directory is required for a delivery, when a domain lookup may be required, and/or when looking for an alias. Package: opensmtpd-table-redis Description-md5: 7cdddb03fac9840c7253259695e5f3ae Description-en: lookup OpenSMTPD users in Redis tables This package provides the Redis table for OpenSMTPD. A Redis table allows the storing of usernames, passwords, aliases, and domains in a Redis server. . The table is used by smtpd(8) when authenticating a user, when user information such as user-id and/or home directory is required for a delivery, when a domain lookup may be required, and/or when looking for an alias. Package: opensmtpd-table-socketmap Description-md5: 1311d03286c6f3bc33bfa02ace11f481 Description-en: lookup OpenSMTPD users or keys in socketmap tables This package provides the socketmap table for OpenSMTPD. The table may be used for any kind of key-based lookup by smtpd(8). Socketmap tables use a simple protocol: the client sends a single-line request and the server sends a single-line reply. . Tables are used by smtpd(8) when authenticating a user, when user information such as user-id and/or home directory is required for a delivery, when a domain lookup may be required, and/or when looking for an alias. Package: opensmtpd-table-sqlite Description-md5: 8397f70678d00a3a11c984fc5a7fb5c2 Description-en: lookup OpenSMTPD users in SQLite tables This package provides the sqlite table for OpenSMTPD. A sqlite table allows the storing of usernames, passwords, aliases, and domains in a format that is shareable across various machines that support sqlite3(1) (SQLite version 3). . The table is used by smtpd(8) when authenticating a user, when user information such as user-id and/or home directory is required for a delivery, when a domain lookup may be required, and/or when looking for an alias. Package: osmocom-analog Description-md5: 33af00ed74e872ffce785e993eb81472 Description-en: Base station implementation of classic mobile networks Included software allows the emulation of classic mobile networks to communicate with historical mobile phones. Package: osspd Description-md5: d7ac15bb4572a62032e48c6a9cafc78c Description-en: OSS Proxy Daemon: Userland OSS emulation OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and /dev/mixer) implementation using CUSE. Currently it supports forwarding OSS sound streams to PulseAudio and ALSA. . Actually emulating the OSS devices makes for a more robust emulation compared to OSS wrappers using LD_PRELOAD, like aoss and padsp. It also works better when running foreign-architecture applications or using old libc versions for compatibility reasons. Package: osspd-alsa Description-md5: b7a1f3818df02903703285718e5eb492 Description-en: OSS Proxy Daemon: ALSA backend (experimental) OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and /dev/mixer) implementation using CUSE. Currently it supports forwarding OSS sound streams to PulseAudio and ALSA. . This package contains the experimental ALSA backend for osspd. Package: osspd-pulseaudio Description-md5: d5e5ec062dd26d73ccb9b9a0e215800f Description-en: OSS Proxy Daemon: PulseAudio backend OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and /dev/mixer) implementation using CUSE. Currently it supports forwarding OSS sound streams to PulseAudio and ALSA. . This package contains the PulseAudio backend for osspd. Package: ostree Description-md5: d767cb08238abbe08c2671b5e44f6d0b Description-en: content-addressed filesystem for operating system binaries libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. It is like git in that it checksums individual files and has a content-addressed object store; unlike git, it "checks out" the files using hardlinks into an immutable directory tree. This can be used to provide atomic upgrades with rollback, history and parallel-installation, particularly useful on "fixed purpose" systems such as embedded devices. . This package contains the executables used to manage and create filesystem trees. It does not affect the boot process for the system on which it is installed. Package: ostree-boot Description-md5: b74187f4782dcc008e77d474b62637c6 Description-en: libostree boot loader and initramfs integration libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains configuration snippets and executables needed to boot a Debian derivative from a libostree filesystem deployment. This integration currently has some limitations: . - the initramfs must have been made using dracut - the boot loader must be one that is supported by libostree, currently GNU GRUB 2, syslinux/extlinux or Das U-Boot Package: ostree-tests Description-md5: d7b28e54f9327d4a658e4e5bdbf03edf Description-en: content-addressed filesystem for operating system binaries - tests libostree provides a library and tools for managing bootable, immutable, versioned filesystem trees. See the ostree package's description for more details. . This package contains automated tests. Package: parser3-mysql Description-md5: d75b039dd00d2183a76eef0a76a72fcc Description-en: MySQL driver for Parser 3 This package provides driver for MySQL database connections directly from Parser 3 scripts. . Parser 3 - simple and convenient object-oriented language which allows creating good sites in short time. . Available features: * XML, XSL, XPath and DOM support * Available in documented source code * Uniformed database support * Support of object-oriented programmers * Detailed language documentation (160 pages!) * UTF-8 support Package: passwd-dbgsym Description-md5: 907e4ed9e0ccd610ffdcd3e2f66d7f8b Description-en: debug symbols for passwd Package: pgpainless-cli Description-md5: 5765316890f7e447616fe1abc11b2e19 Description-en: Stateless OpenPGP Protocol with PGPainless - runtime executable PGPainless is a modern implementation of OpenPGP in Java. It offers an ergonomic interface on top of the BouncyCastle cryptographic toolkit that makes it straightforward to deal with OpenPGP data. . This package provide the command-line interface for the PGPainless Stateless OpenPGP Protocol. Package: pgpool2 Description-md5: db1da7136cd7647f1ce4a0a590fc0046 Description-en: connection pool server and replication proxy for PostgreSQL pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It provides the following features: . * Connection Pooling * Replication * Load Balance * Limiting Exceeding Connections * Parallel Query . pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. . This is version 3 of pgpool-II, the second generation of pgpool. Package: php-laravel-prompts Description-md5: d4350eb40af328865ca83c3e2447733f Description-en: Add beautiful and user-friendly forms to your command-line applications Laravel Prompts is a PHP package adding forms to command-line applications, with browser-like features including placeholder text and validation. . Laravel Prompts is perfect for accepting user input in Artisan console commands, but it may also be used in any command-line PHP project. Package: php-net-sieve Description-md5: b32816c7a6d5e3b5c342cfc7e75a4102 Description-en: Handles talking to a sieve server This package provides an API to talk to servers implementing the managesieve protocol. It can be used to install and remove sieve scripts, mark them active etc. Package: php-net-smtp Description-md5: 6680f1b2ea72c9355ca1819f84f15672 Description-en: PHP PEAR module implementing SMTP protocol Provides an implementation of the SMTP protocol using PEAR's Net_Socket class. The php-net-smtp package supports the SMTP authentication standard (as defined by RFC-2554) if you also install the php-auth-sasl package. Net_SMTP then supports several authentication methods like DIGEST-MD5, CRAM-MD5, LOGIN and PLAIN. Package: php-slim-psr7 Description-md5: 0fef223470c111dbdaef9fb17762c28b Description-en: Strict PSR-7 implementation used by the Slim Framework This library can be used with other libraries that are compatible with the PSR-7 standard. . PSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs used for HTTP. This standard helps normalizing a request and handling a response. Package: php8.4-bcmath Description-md5: 8f9f425714b203a9b7d1f3678f64c107 Description-en: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-bz2 Description-md5: 6221ff838ed81a370f3420140a1ccf42 Description-en: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-dba Description-md5: a1c9cd8c67d752f4aaf0ba88ecb360df Description-en: DBA module for PHP This package provides the DBA module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-enchant Description-md5: 687582edca33aa141d3f62c1294fcb07 Description-en: Enchant module for PHP This package provides the Enchant module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-fpm Description-md5: e3bb89e5b1e3fbe806cd175f90f3abe5 Description-en: server-side, HTML-embedded scripting language (FPM-CGI binary) This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests. Note that MOST Apache users probably want the libapache2-mod-php8.4 package. . The following extensions are built in: Core date filter hash json libxml openssl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-interbase Description-md5: 40c18d15eeba50ef5700d72e1e45d586 Description-en: Interbase module for PHP This package provides the Interbase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-intl Description-md5: 576352b0c1559ceb07b3161367c69f39 Description-en: Internationalisation module for PHP This package provides the Internationalisation module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-phpdbg Description-md5: 67c6305a8de98639c145ce896becb6da Description-en: server-side, HTML-embedded scripting language (PHPDBG binary) This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code. . The following extensions are built in: Core date filter hash json libxml openssl pcntl pcre random Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-soap Description-md5: 8ca6ca2ae4fbc6127f6522e73f05005a Description-en: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-sybase Description-md5: c5f3c0b4521b40ee671df4ab3452df1d Description-en: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: php8.4-xsl Description-md5: 93c8fc5e2935346a001f328e898c3cff Description-en: XSL module for PHP (dummy) This package is a transitional dummy package and can be safely removed. Package: php8.4-zip Description-md5: e148c478613188b645a0ec42c87f0518 Description-en: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Package: plasma-marble Description-md5: 64ac054df03b0c07871f8b256bb40e74 Description-en: Plasma integration for Marble Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains the Marble integration with Plasma: * the Plasma runner * the World Clock widget * the Plasma wallpaper . This package is part of the KDE education module. Package: plink2 Description-md5: 8bf29787d12baeabb31572ed571bfb04 Description-en: whole-genome association analysis toolset plink expects as input the data from SNP (single nucleotide polymorphism) chips of many individuals and their phenotypical description of a disease. It finds associations of single or pairs of DNA variations with a phenotype and can retrieve SNP annotation from an online source. . SNPs can evaluated individually or as pairs for their association with the disease phenotypes. The joint investigation of copy number variations is supported. A variety of statistical tests have been implemented. . plink2 is a comprehensive update of plink and plink1.9 with new algorithms and new methods, faster and less memory consumer than the first plink. Package: postgresql-17-pgpool2 Description-md5: 77861b0779cf9765b16eaec279cdb038 Description-en: connection pool server and replication proxy for PostgreSQL - modules pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. This package contains support modules for the PostgreSQL 17 server: . * pgpool_adm * pgpool_recovery (PostgreSQL 9.1 and above) * pgpool_regclass (PostgreSQL 9.1 and above) Package: poxml Description-md5: 2ea6ef7ec3fbb8ba316b75ba53436f46 Description-en: tools for translating DocBook XML files with Gettext This is a collection of tools that facilitate translating DocBook XML files using Gettext message files (PO files). . Also included are several command-line utilities for manipulating DocBook XML files, PO files and PO template files. . This package is part of the KDE Software Development Kit module. Package: prometheus-dnsmasq-exporter Description-md5: 9f5ed947eefc155a57813888ca2f8170 Description-en: Prometheus exporter for dnsmasq dnsmasq_exporter is a Prometheus exporter for dnsmasq, allowing you to monitor/alert on the number of DHCP leases and various DNS statistics. Package: prospector Description-md5: 0e153609ade56a0663bb58cdcd18e27f Description-en: comprehensive static Python code analyzer Prospector analyzes Python source files and puts out information about coding errors, potential problems, convention violation and unnecessary complexity. . It provides an uniform and flexible interface for these tools: - Pylint (extensive Python code checker) - Pyflakes (checks Python code for logical errors) - Pycodestyle (checks for PEP-8 coding style conventions) - Pep8-naming (checks for PEP-8 naming conventions not covered by pycodestyle) - McCabe (checks for cyclomatic code complexity) - Pydocstyle (checks for compliance with the PEP-257 docstring conventions) - Dodgy (checks for hard coded passwords, VCS diff checkins etc.) - Vulture (scans Python programs for unused code) - Pyroma (Python packaging quality checker) . Prospector detects if code employs specific frameworks and libraries, and checks them by corresponding Pylint plugins: - Django (web application framework) - Celery (asynchronous task/job queue) - Flask (web application framework) Package: pry Description-md5: ce99f68a73f6097b1ef921b937e4c46b Description-en: powerful irb alternative and runtime developer console Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from scratch to provide a number of advanced features, some of these include: . - Source code browsing (including core C source with the pry-doc gem) - Documentation browsing - Live help system - Open methods in editors (`edit-method Class#method`) - Syntax highlighting - Command shell integration (start editors, run git, and rake from within Pry) - Gist integration - Navigation around state (`cd`, `ls` and friends) - Runtime invocation (use Pry as a developer console or debugger) - Exotic object support (BasicObject instances, IClasses, ...) - A Powerful and flexible command system - Ability to view and replay history - Many convenience commands inspired by IPython, Smalltalk and other advanced REPLs Package: psychopy Description-md5: 66d9303eb23820356ab53df5ec3d038a Description-en: environment for creating psychology stimuli in Python PsychoPy provides an environment for creating psychology stimuli using Python scripting language. It combines the graphical strengths of OpenGL with easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. . The goal is to provide, for the busy scientist, tools to control timing and windowing and a simple set of pre-packaged stimuli and methods. PsychoPy features . - IDE GUI for coding in a powerful scripting language (Python) - Builder GUI for rapid development of stimulation sequences - Use of hardware-accelerated graphics (OpenGL) - Integration with Spectrascan PR650 for easy monitor calibration - Simple routines for staircase and constant stimuli experimental methods as well as curve-fitting and bootstrapping - Simple (or complex) GUIs via wxPython - Easy interfaces to joysticks, mice, sound cards etc. via PyGame - Video playback (MPG, DivX, AVI, QuickTime, etc.) as stimuli Package: puppetserver Description-md5: 6548d3df7d02873136cb18ff1d650bfd Description-en: configuration management system, server Puppet is a configuration management system that allows you to define the state of your IT infrastructure, then automatically enforces the correct state. . This package contains the Ruby/Clojure server component which compiles configurations for a fleet of Puppet agent nodes. This implementation replaces the previous Ruby-only implementation known as Puppet Master. Package: python-cogent-doc Description-md5: c500b1c82c580b2eec9f3cdab53c4831 Description-en: docs for python3-cogent3 PyCogent is a software library for genomic biology. . It is distinguished by many unique built-in capabilities (such as true codon alignment) and the frequent addition of entirely new methods for the analysis of genomic data. . This package contains documentation and examples. Package: python-coverage-doc Description-md5: f1f9ea1c05b01e52d3b281411e5bc886 Description-en: code coverage tool for Python — documentation Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. . This package installs the HTML documentation for Coverage.py. Package: python-fonttools-doc Description-md5: c034b60f39b2cb2d4d14bf355cb9f952 Description-en: Converts OpenType and TrueType fonts to and from XML (Documentation) 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 is the sphinx documentation of the fontTools package. Package: python-fsspec-doc Description-md5: ea9d8a2899f28b59aabe1b3fd2d28f33 Description-en: specification that Python filesystems should adhere to (documentation) The package produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend. . This package contains the documentation. Package: python-hypothesis-doc Description-md5: 54899cf5f7c557cff40372a060077026 Description-en: advanced Quickcheck style testing library (documentation) Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow. . Hypothesis is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the documentation for Hypothesis. Package: python-uncertainties-doc Description-md5: 285c19ece94684e75071ae1c367e94ba Description-en: Python3 module for calculations with uncertainties: documentation uncertainties is a Python3 module, which allows calculations such as . (0.2 +/- 0.01) * 2 = 0.4 +/- 0.02 . to be performed transparently; much more complex mathematical expressions involving numbers with uncertainties can also be evaluated transparently. . Correlations between expressions are correctly taken into account; x-x is thus exactly zero, for instance. The uncertainties produced by this module are what is predicted by error propagation theory. . This package contains documentation for the python3-uncertainties package Package: python3-all-venv Description-md5: aaf60dba5b816b15c04107aed211f901 Description-en: package depending on all supported Python 3 venv modules The package currently depends on python3.13-venv. In the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python 3 venv packages. Package: python3-aoflagger Description-md5: 3f0187e10db1d402537356ee2b11c5d7 Description-en: Find RFI in radio astronomical observations (Python package) The AOFlagger is a tool that can find and remove radio-frequency interference (RFI) in radio astronomical observations. The code has been highly optimized for speed and accuracy. It is used by default for the LOFAR radio telescope and thus is in productional stage. The software can run in a fully automated way, but a graphical interface is provided to analyse results and tweak the strategy. The preferred input file format is the Casa Measurement Set (MS) format. . This package contains the Python 3 package. Package: python3-brial Description-md5: c156f962c6f2314f9f45be4d5ac79611 Description-en: polynomials over Boolean Rings, Python 3 module The core of BRiAl is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library a Python interface is provided. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. BRiAl features a powerful reference implementation for Groebner basis computation. . This package contains the BRiAl Python 3 module. Package: python3-casacore Description-md5: ef8e0b896ad9e6e228e48c70e6a884c4 Description-en: Python bindings to the casacore library The casacore package contains the core libraries of the old AIPS++/CASA package. This split was made to get a better separation of core libraries and applications. CASA is now built on top of casacore. . This is the Python wrapper around the library. Package: python3-ceph Description-md5: 73168f4688e222dd80dcdae1068a35d8 Description-en: Meta-package for all Python 3.x modules for the Ceph libraries 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 is a metapackage for all Ceph Python 3.x bindings. Package: python3-clang-17 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-clang-18 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-clang-19 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-clang-20 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-clang-21 Description-md5: 2c9b6237594ba364f2afb9b0458f2f14 Description-en: Clang Python Bindings 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 binding package provides access to the Clang compiler and libraries. Package: python3-cogent3 Description-md5: 7f66bef045873462e2411adbafa6b365 Description-en: framework for genomic biology PyCogent is a software library for genomic biology. It is a fully integrated and thoroughly tested framework for: * controlling third-party applications, * devising workflows; querying databases, * conducting novel probabilistic analyses of biological sequence evolution, and * generating publication quality graphics. It is distinguished by many unique built-in capabilities (such as true codon alignment) and the frequent addition of entirely new methods for the analysis of genomic data. Package: python3-coverage Description-md5: 18d886573192e9d7cb0890d2f9d788e1 Description-en: code coverage tool for Python 3 Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. . Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. . This package installs the Python version 3 ‘coverage’ library, and the ‘python3-coverage’ program to perform and report coverage tests. Package: python3-dials Description-md5: a26aaa4d772b165678054abbbefca9ba Description-en: Diffraction Integration for Advanced Light Sources - Python3 The DIALS software is developed in a fully open-source, collaborative environment. The main development teams are based at Diamond Light Source and CCP4, in the UK, and at Lawrence Berkeley National Laboratory, USA. However, in the spirit of the open source movement, we welcome collaboration from anyone who wishes to contribute to the project. . To avoid “reinventing the wheel” as much as possible, the DIALS project builds on knowledge accumulated over many decades in the field of crystallographic data processing. We benefit greatly from the altruism of experts who contribute their ideas and advice, either directly or via their detailed publications on existing algorithms and packages such as XDS [2] and MOSFLM [3]. At the heart of the DIALS framework lies a design philosophy of hardware abstraction and a generalised model of the experiment that is inspired directly by material published on the seminal workshops on position sensitive detector software [1]. Continuing in the spirit of these workshops we held our own series of meetings, with talks from invited speakers, and code camps in which specific problems are addressed by intensive effort across the collaboration. Summaries of these meetings and copies of slides given as presentations are available here. . DIALS is written using Python and C++, making heavy use of the cctbx [4] for core crystallographic calculations and much infrastructure including a complete build system. Seamless interaction between the C++ and Python components of this hybrid system is enabled by Boost.Python. Python provides a useful ground for rapid prototyping, after which core algorithms and data structures may be transferred over to C++ for speed. High level interfaces of the hybrid system remain in Python, facilitating further development and code reuse both within DIALS and by third parties. . This is the Python 3 version of the package. Package: python3-fastparquet Description-md5: 3651548d1250fb7492d5ab338ef6fdd3 Description-en: python implementation of the parquet format This is a python implementation of the parquet format, aiming integrate into python-based big data work-flows. It is used implicitly by the projects Dask, Pandas and intake-parquet. . This module offers a high degree of support for the features of the parquet format, and very competitive performance, in a small install size and codebase. Package: python3-fonttools Description-md5: 9692c4b2675bf033fc7ef3a1d2778405 Description-en: Converts OpenType and TrueType fonts to and from XML (Python 3 Library) 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 is the Python 3 version of the fontTools package. Package: python3-fsspec Description-md5: 8e3ca0edbc9e3f65aa4d22daaa364169 Description-en: specification that Python filesystems should adhere to (Python 3) The package produce a template or specification for a file-system interface, that specific implementations should follow, so that applications making use of them can rely on a common behaviour and not have to worry about the specific internal implementation decisions with any given backend. Package: python3-full Description-md5: afcc8c0cdbd5f789f3f673bfe8c60249 Description-en: Default Python Interpreter with complete class library Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv, and modules with complex dependencies, such as tk and IDLE. All batteries included. . This package depends on Debian's default python 3 version's full standard library (currently v3.13). . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3-gensio Description-md5: ac166db42e1a9f8e99547496868f943e Description-en: abstract stream I/O (Python 3 bindings) This library (pronounced gen'-see-oh) is used to abstract stream I/O like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a framework for giving a consistent view of various stream (and packet) I/O types. You create a gensio object (or a gensio), and you can use that gensio without having to know too much about what is going on underneath. You can stack gensio on top of another one to add protocol funcionality. For instance, you can create a TCP gensio, stack SSL on top of that, and stack Telnet on top of that. It supports a number of network I/O and serial ports. Gensio can be used for sending and receiving ports, and it also supports establishing encrypted and authenticated connections. . This package contains the Python 3 bindings. Package: python3-halide Description-md5: dc490334b39989b099eacb5d6d4f8607 Description-en: fast, portable computation on images and tensors -- Python3 bindings Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains provides a Python binding that provides full support for writing Halide embedded in Python without C++. Package: python3-halide-doc Description-md5: a9fe644105d6d62b705937dd7fac26ee Description-en: fast, portable computation on images and tensors (Python3 documentation) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains tutorials for writing Halide embedded in Python. Package: python3-halide19-dev Description-md5: b732dcdd19ccf6e0d05b4b604430a3b6 Description-en: fast, portable computation on images and tensors (Python3 Bindings Dev files) Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. . This package contains the files necessary to develop against libhalide Python binding. Package: python3-hypothesis Description-md5: 466954f1c5c38e1a2d5163868bd81bf8 Description-en: advanced Quickcheck style testing library for Python 3 Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow. . Hypothesis is both extremely practical and also advances the state of the art of unit testing by some way. It's easy to use, stable, and extremely powerful. If you're not using Hypothesis to test your project then you're missing out. . This package contains the Python 3 module. Package: python3-kopeninghours Description-md5: 3b19eb309c6f0552b1a7ad09ffa2d04b Description-en: OSM opening hours expressions library - Python binding A library for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the Python library. Package: python3-libnbd Description-md5: c59bd34986f97f1e7492b1fedcce9bcf Description-en: Network Block Device client library -- Python 3 bindings NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. . This is the NBD client library in userspace, a simple library for writing NBD clients. . This package contains Python 3 bindings and nbdsh, an interactive shell. Package: python3-litestar-htmx Description-md5: 85aadc464bedf17015293d1c6e5095ba Description-en: HTMX Integration for Litestar The Litestar framework supports Plugins, ships with dependency injection, security primitives, OpenAPI schema generation, MessagePack, middlewares, a great CLI experience, and much more. . HTMX is a JavaScript library that gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. . This package provides Python bindings for the Litestar package to interact with the HTMX functionalities. Package: python3-lldb-17 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-18 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-19 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-20 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-lldb-21 Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92 Description-en: Next generation, high-performance debugger, python3 lib LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler. . This binding package provides access to lldb. Package: python3-metview Description-md5: d7374649cdfda22352a154130b3c46df Description-en: Python3 support for Metview Metview is the Visualization system from the European Centre for Medium Range Forecasts. It is scriptable, allowing auotmated generation of weather and climate graphics. . This package provides Python3 support for the Metview package Package: python3-napari Description-md5: 15b2401a7872de383c014d992bb1bc8b Description-en: n-dimensional array viewer in Python Fast, interactive, multi-dimensional image viewer for Python. It's designed for browsing, annotating, and analyzing large multi-dimensional images. It's built on top of Qt (for the GUI), vispy (for performant GPU-based rendering), and the scientific Python stack (numpy, scipy). Package: python3-nopie Description-md5: 31e6008ca39ff837e1229d920f443a6b Description-en: Python interpreter linked without PIE (default python3 version) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3 executable, and making the interpreter built with PIE available as python3-pie. Package: python3-ntp Description-md5: c4d6513317681c5e7fd330d6d5438546 Description-en: Python 3 NTP Helper Classes NTP, the Network Time Protocol, is used to keep computer clocks accurate by synchronizing them over the Internet or a local network, or by following an accurate hardware receiver that interprets GPS, DCF-77, or similar time signals. . This package contains the Python "ntp" module, which contains helper classes for NTP utilities written in Python. . This is part of NTPsec. NTPsec is a secure, hardened, and improved implementation derived from the original NTP project. Package: python3-opengl Description-md5: 6cd85f297c2f35e11fe3999051811826 Description-en: Python bindings to OpenGL (Python 3) PyOpenGL is a cross-platform open source Python binding to the standard OpenGL API providing 2D and 3D graphic drawing. PyOpenGL supports the GL, GLU, GLE, and GLUT libraries. The library can be used with the Tkinter, wxPython, FxPy, and Win32GUI windowing libraries (or almost any Python windowing library which can provide an OpenGL context). . This is the Python 3 version of the package. Package: python3-openscap Description-md5: b8fc56076479a03fe99553b8cc2e5229 Description-en: libraries enabling integration of the SCAP line of standards - Python 3 bindings OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains the Python bindings for OpenSCAP. Package: python3-psd-tools Description-md5: b8c75c7ddfa167996cd7d7f875c2d4a1 Description-en: library for working with Adobe Photoshop PSD files (Python 3) psd-tools is a library that can read and write of the low-level PSD/PSB file structure and raw layer image export in NumPy and PIL format. . This package installs the library for Python 3. Package: python3-psd-tools-doc Description-md5: ca7bfbb445377824d374999e2ccdb9e9 Description-en: library for working with Adobe Photoshop PSD files (documentation) psd-tools is a library that can read and write of the low-level PSD/PSB file structure and raw layer image export in NumPy and PIL format. . This is the common documentation package. Package: python3-pydantic-extra-types Description-md5: 88d7c46f906d9f1113005288d9e408bf Description-en: Data validation and settings management using Python type hinting (extra types) Data validation and settings management using Python type hinting pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated. . This package contains extra types. Package: python3-pyfuse3 Description-md5: bf24d92970ce97ee856c58379bbbf07d Description-en: Python 3 bindings for libfuse 3 with asynchronous API pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio, and enables you to easily write a full-featured Linux filesystem in Python. Package: python3-pyfuse3-doc Description-md5: 20275ba8b1135551dfdff5b4ad54ae41 Description-en: Python 3 bindings for libfuse 3 with asynchronous API (documentation) pyfuse3 is a set of Python 3 bindings for libfuse 3. It provides an asynchronous API compatible with Trio, and enables you to easily write a full-featured Linux filesystem in Python. This package provides the documentation package Package: python3-pynpoint Description-md5: 0192b271bdb8c291e1df6cd310b7f866 Description-en: Pipeline for processing and analysis of high-contrast imaging data This is a generic, end-to-end pipeline for the data reduction and analysis of high-contrast imaging data of planetary and substellar companions, as well as circumstellar disks in scattered light. . The pipeline has a modular architecture with a central data storage in which all results are stored by the processing modules. These modules have specific tasks such as the subtraction of the thermal background emission, frame selection, centering, PSF subtraction, and photometric and astrometric measurements. The tags from the central data storage can be written to FITS, HDF5, and text files with the available I/O modules. Package: python3-rgw Description-md5: 06f6fa39d546967387c6ab7f058abce7 Description-en: Python 3 libraries for the Ceph librgw library 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 Python 3 libraries for interacting with Ceph's RGW library. Package: python3-simgrid Description-md5: b02569d1d127c334a22bac8974dbdb7e Description-en: Python3 bindings for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains what you need to use SimGrid from the Python programming language. Package: python3-sphinx-autodoc-typehints Description-md5: d0c70c082a513c9310561648da901a0e Description-en: Type hints support for the Sphinx autodoc extension This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. . It listens to the autodoc-process-signature and autodoc-process-docstring Sphinx events in order to strip annotations and inject appropriate directives. Package: python3-surfer Description-md5: d67c09269586f78115cd3c00f10c1913 Description-en: visualize Freesurfer's data in Python3 This is a Python3 package for visualization and interaction with cortical surface representations of neuroimaging data from Freesurfer. It extends Mayavi’s powerful visualization engine with a high-level interface for working with MRI and MEG data. . PySurfer offers both a command-line interface designed to broadly replicate Freesurfer’s Tksurfer program as well as a Python library for writing scripts to efficiently explore complex datasets. Package: python3-triton Description-md5: e0f427308b31686b455ed02a948422ff Description-en: language and compiler for custom Deep Learning operations For writing highly efficient custom Deep-Learning primitives. The aim of Triton is to provide an open-source environment to write fast code at higher productivity than CUDA, but also with higher flexibility than other existing domain specific languages. Package: python3-uncertainties Description-md5: 856baa0f5d5e32fcf792450eeed19033 Description-en: Python3 module for calculations with uncertainties uncertainties is a Python3 module, which allows calculations such as . (0.2 +/- 0.01) * 2 = 0.4 +/- 0.02 . to be performed transparently; much more complex mathematical expressions involving numbers with uncertainties can also be evaluated transparently. . Correlations between expressions are correctly taken into account; x-x is thus exactly zero, for instance. The uncertainties produced by this module are what is predicted by error propagation theory. Package: python3-venv Description-md5: 5463618244dd95374cfb73cbfdeba67b Description-en: venv module for python3 (default python3 version) This package contains the venv module for the Python language (default python3 version). . The venv module provides support for creating lightweight "virtual environments" with their own site directories, optionally isolated from system site directories. Each virtual environment has its own Python binary (which matches the version of the binary that was used to create this environment) and can have its own independent set of installed Python packages in its site directories. . This package is a dependency package, which depends on Debian's default Python 3 version's venv module (currently v3.13). Package: python3-workqueue Description-md5: 4a7c1bb9aedf64c2d06da1eaa3b73ee1 Description-en: cooperative computing tools work queue Python3 bindings CCTools's Work Queue is a system and API for building master-worker style programs that scale up to thousands of processors. This package provides bindings to access this system from Python3. Package: python3-wsgi-intercept Description-md5: 41bba37d5f018511e0cf6888b10c1207 Description-en: installs a WSGI application in place of a real URI for testing (python3) Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application importable by your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app. . wsgi_intercept works by replacing httplib.HTTPConnection with a subclass, wsgi_intercept.WSGI_HTTPConnection. This class then redirects specific server/port combinations into a WSGI application by emulating a socket. If no intercept is registered for the host and port requested, those requests are passed on to the standard handler. . This package provides a python3 module. Package: python3.12 Description-md5: af6e3d533670d7c2547d79718a4e35f4 Description-en: Interactive high-level object-oriented language (version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Package: python3.12-dbg Description-md5: ea3cf0704d61f4e85e6e51bc57f6dcac Description-en: Debug Build of the Python Interpreter (version 3.12) The package holds two things: . - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. . See the README.debug for more information. Package: python3.12-dev Description-md5: 128990a0b657fbd89264c584d6eaccce Description-en: Header files and a static library for Python (v3.12) Header files, a static library and development tools for building Python (v3.12) modules, extending the Python interpreter or embedding Python (v3.12) in applications. . Maintainers of Python packages should read README.maintainers. Package: python3.12-doc Description-md5: 999b4ffba367b2ada218d1a71a5a3957 Description-en: Documentation for the high-level object-oriented language Python (v3.12) These is the official set of documentation for the interactive high-level object-oriented language Python (v3.12). All documents are provided in HTML format. The package consists of ten documents: . * What's New in Python3.12 * Tutorial * Python Library Reference * Macintosh Module Reference * Python Language Reference * Extending and Embedding Python * Python/C API Reference * Installing Python Modules * Documenting Python * Distributing Python Modules Package: python3.12-examples Description-md5: 59a4662ef9e50abb5636ce3046323402 Description-en: Examples for the Python language (v3.12) Examples, Demos and Tools for Python (v3.12). These are files included in the upstream Python distribution (v3.12). Package: python3.12-full Description-md5: c01ee9acb676a0c9085ff97e42c5eee2 Description-en: Python Interpreter with complete class library (version 3.12) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on the full standard library of Python for Python developers. Including modules used only at build-time, such as venv, and modules with complex dependencies, such as tk and IDLE. All batteries included. . According to the Debian Python policy, this package must not be used in build dependencies, dependencies and recommendations. Package: python3.12-gdbm Description-md5: 0ab5255a08c1063b0a116ee5f0765bea Description-en: GNU dbm database support for Python (v3.12) GNU dbm database module for Python. Install this if you want to create or read GNU dbm database files with Python. Package: python3.12-minimal Description-md5: 409352196e00a839966f4424a82663b1 Description-en: Minimal subset of the Python language (version 3.12) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.12-minimal/README.Debian for a list of the modules contained in this package. Package: python3.12-nopie Description-md5: b2caa9209422575dc286fad5c3159b64 Description-en: Python interpreter linked without PIE (version 3.12) This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3.12 executable, and making the interpreter built with PIE available as python3.12-pie. Package: python3.12-tk Description-md5: be6819922fa194a108407a647de13317 Description-en: Tkinter - Writing Tk applications with Python (v3.12) A module for writing portable GUI applications with Python (v3.12) using Tk. Also known as Tkinter. Package: python3.12-venv Description-md5: 1541a921c4cf1a31fd5c4c49c0b86732 Description-en: Interactive high-level object-oriented language (pyvenv binary, version 3.12) Python is a high-level, interactive, object-oriented language. Its 3.12 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the pyvenv-3.12 binary. Package: qemu-block-supplemental Description-md5: f29869e1613ab5f5d33f8040d503473a Description-en: supplemental block backend modules for qemu-system and qemu-utils QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides supplemental block device backend modules for qemu-system emulation and qemu-img from qemu-utils package. . Currently, the following modules are shipped in this package: block-glusterfs block-blkio Package: qemu-guest-agent Description-md5: c5d18e452bd7f7d1477905b4957a8f24 Description-en: Guest-side qemu-system agent QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides a daemon (agent) to run inside qemu-system guests (full system emulation). It communicates with the host using a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform some functions in the guest from the host, including: - querying and setting guest system time - performing guest filesystem sync operation - initiating guest shutdown or suspend to ram - accessing guest files - freezing/thawing guest filesystem operations - others. . Install this package on a system which is running as guest inside qemu virtual machine. It is not used on the host. Package: qemu-system-x86-xen Description-md5: 27adb7f3674734cd12ad1dd4d5ecc76c Description-en: QEMU full system emulation binaries (x86) The former qemu-system-x86-xen binaries are now in qemu-system-xen. . This is a transitional package. You can safely remove it. Package: qemu-system-xen Description-md5: aa7dcd7497006c10704a348f8ff89e3a Description-en: QEMU full system emulation (Xen helper package) This package provides the i386 system emulation binary to work together with the Xen hypervisor for some types of DomUs. This package is not useful by its own. Package: qemu-user Description-md5: ac1d9a9271c8a65efd1b2a07327a5b98 Description-en: QEMU user mode emulation (static binaries) QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides statically linked user mode emulation binaries. In user mode QEMU can launch Linux processes compiled for one CPU on another CPU. . If qemu-user-binfmt package is also installed, it will register binary format handlers from this qemu-user package with the kernel automatically so it will be possible to run foreign binaries directly. Without qemu-user-binfmt, it is possible to register certain binfmt(s) by using: cat /usr/share/qemu/binfmt.d/qemu-ARCH.conf \ > /proc/sys/fs/binfmt_misc/register Package: qemu-user-binfmt Description-md5: e64f16d60c78a6797d7047057c0d93fd Description-en: QEMU user mode binfmt registration for qemu-user QEMU is a fast processor emulator: currently the package supports Alpha, ARM, CRIS, i386, LoongArch, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, RISC-V, S390x, SH4, SPARC, x86-64, Xtensa and other emulations. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. . This package provides binfmt support registration for the user-mode emulation binaries from qemu-user. This package does not contain additional binaries, just (sym)links to binfmt registration data in /usr/lib/binfmt.d/ so it is picked up automatically by, eg, systemd. Actual files are provided by qemu-user package. Package: qemu-user-static Description-md5: ecc7a9ded37d8c0f37b01d4226601eaa Description-en: QEMU user mode emulation (compat/transitional package) In the past, this package provided statically-built qemu user-mode emulation binaries. Now this functionality is provided by qemu-user package, and this package just to help migration to qemu-user. . This package provides old/compatibility symlinks from qemu-user-static binaries pointing to corresponding qemu-user binaries, and old qemu-debootstrap script. Neither of these should be used in practice. . Please remove this package once you ensure nothing is using the old interfaces. Package: qml-module-org-kde-charts Description-md5: 5fdffae34eeddb86408a001773dea12b Description-en: QtQuick plugin to render interactive charts A QtQuick plugin to render beautiful and interactive charts. . kqtquickcharts is part of KDE Applications. Package: qml-module-qtmir Description-md5: 8fd50954d0da615affabe3875bf3a9db Description-en: Qt/QML module for Lomiri specific Mir APIs QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . QtMir provides Qt/QML bindings for Mir features that are exposed through the qtmir QPA plugin such as Application management (start/stop/suspend/resume) and surface management. Package: qml6-module-org-kde-analitza Description-md5: 01edccf0ccef447e85d8695698668660 Description-en: library to work with mathematical expressions - QML library This library is used by KAlgebra and may be used by other software to parse and work with mathematical expressions. This library provides the QML components for some of the UI widgets. . This package is part of the KDE education module. Package: qml6-module-org-kde-games-core Description-md5: 62257cc6e190d31d693ad0fe9345ed3c Description-en: kde-games-core QtDeclarative QML support Contains a plugin for QtDeclarative that provides support for using KDE-games-core to components written in QML. . This package is part of the KDE games module. Package: qml6-module-org-kde-kaccounts Description-md5: 2efb52b27065c54491812ca056e109b9 Description-en: QML module for Accounts-SSO and SignOn-SSO KAccounts Integration provides a way to share accounts data such as login tokens and general user information (like usernames and such) between various applications. . The KAccounts library is a KDE Frameworks style abstraction layer on top of the Accounts-SSO and SignOnD libraries, which uses a combination of models and jobs to expose the functionality of those. . The kaccounts QML plugin exposes that functionality directly to Qt Quick based applications. Package: qml6-module-org-kde-kdeconnect Description-md5: cafe4919cb8ca55a64edaaa0d8e80370 Description-en: QML module wrapping KDE Connect functionality Tool to integrate your smartphone, tablet, and desktop devices. Remote-control, share files, synchronize notifications, and more! At the moment it only supports Android-based mobile devices. Linux desktop devices are well-supported, with ports available for other operating systems. . This package contains the wrapper to use KDE Connect functionality from QML. Package: qml6-module-org-kde-kopeninghours Description-md5: 64c009eb23a3c8624d14c453a6ad3a2e Description-en: OSM opening hours expressions - QML module A QML module for parsing and evaluating OSM opening hours expressions. . OSM opening hours expressions are used to describe when a feature is open/available or closed. This format is not only used in OpenStreetMap itself, but in various other data sources or APIs needing such a description as well. . This package contains the QML module. Package: qml6-module-org-kde-kpublictransport Description-md5: e71880dc9c34e123df0c3f92492ed947 Description-en: Library to assist with accessing public transport (qml plugin) A QtQuick plugin providing a public transport API . This package contains the runtime qml module. Package: qml6-module-org-kde-marble Description-md5: 196f4aefa259f45b22d8605512841ccf Description-en: Marble QML module Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains the QML bindings for libmarble. . This package is part of the KDE education module. Package: qml6-module-org-kde-marble-imageprovider Description-md5: 03322ff1c1e22e0833902895e1b1fe87 Description-en: Marble impage provider QML module Marble is a generic geographical map widget and framework for KDE applications. The Marble widget shows the earth as a sphere but does not require hardware acceleration. A minimal set of geographical data is included, so it can be used without an internet connection. . This package contains the QML bindings for libmarble’s image providers. . This package is part of the KDE education module. Package: qml6-module-org-kde-weathercore Description-md5: 33b09a8ea866b5f5722ce45d28518a27 Description-en: Library for retrieval of weather information Get weather forecast and alerts anywhere on the earth easy. It provides you a highly abstracted library for things related to weather. . You are able to get the weather by location or coordinate. It is also possible to get the alerts of a country. . This package contains the qml module. Package: qmlkonsole Description-md5: e5289eaf44181e7699302e951f8a6d92 Description-en: Terminal app for Plasma Mobile This terminal application is optimized for touch devices and to integrate nicely in Plasma Mobile systems. . It is based on Qmltermwidget (QML port of qtermwidget) and Kirigami (framework to design convergent apps with a user interface that adapts to desktops, phones, big screens and potentially everything else). . It depends on Qt graphical libraries and a few KDE Frameworks. Package: qrca Description-md5: e446a70f3952aef57e7c6f03410ebc99 Description-en: QR code scanner and generator Qrca is a simple application for Plasma that lets you scan many barcode formats and create your own QR code images. . The GUI uses Kirigami, so it works on mobile and desktop. Package: qtmir Description-md5: 3bc5056b8d08a50de01d8af8fda17dff Description-en: Qt platform abstraction (QPA) plugin for a Mir server QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. Package: qtmir-desktop Description-md5: ffa24c1526f4334a539c5cc05747c5b0 Description-en: QPA plugin for a Mir server (desktop, transitional package) QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This variant of the package is for GNU-based desktops. . This is a transitional package. It can safely be removed. Package: qtmir-tests Description-md5: a36d8a75ffc0b4c73a2f6f41696e91ef Description-en: QtMir tests and demos QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This package provides benchmark tests and a simple shell and client using the QtMir QPA. Package: r-cran-dendextend Description-md5: 462e930d6a9e7bb10f3183a8db7bd5e7 Description-en: Extending 'dendrogram' Functionality in GNU R Offers a set of functions for extending 'dendrogram' objects in R, letting you visualize and compare trees of 'hierarchical clusterings'. You can . (1) Adjust a tree's graphical parameters - the color, size, type, etc of its branches, nodes and labels. (2) Visually and statistically compare different 'dendrograms' to one another. Package: r-cran-gbm Description-md5: bb38159ea69aa73da1340c69243cf5cd Description-en: GNU R package providing Generalized Boosted Regression Models This package implements extensions to Freund and Schapire's AdaBoost algorithm and Friedman's gradient boosting machine. Includes regression methods for least squares, absolute loss, t-distribution loss, quantile regression, logistic, multinomial logistic, Poisson, Cox proportional hazards partial likelihood, AdaBoost exponential loss, Huberized hinge loss, and Learning to Rank measures (LambdaMart). Package: r-cran-xml2 Description-md5: 9f4e439dde66f931d30f875a5b525299 Description-en: GNU R XML parser This GNU R package works with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. . Modifying existing XML can be done in xml2 by using the replacement functions of the accessors. They all have methods for both individual `xml_node` objects as well as `xml_nodeset` objects. If a vector of values is provided it is applied piecewise over the nodeset, otherwise the value is recycled. Package: ranger Description-md5: 7f811aec48674129ecdcdc719da1178f Description-en: Console File Manager with VI Key Bindings Ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with "rifle", a file launcher that is good at automatically finding out which program to use for what file type. . Design Goals * An easily maintainable file manager in a high level language * A quick way to switch directories and browse the file system * Keep it small but useful, do one thing and do it well * Console based, with smooth integration into the unix shell Package: rasdaemon Description-md5: 962545a9e22020ccd686f6c5e425e37f Description-en: utility to receive RAS error tracings rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It currently records memory errors, using the EDAC tracing events. EDAC are drivers in the Linux kernel that handle detection of ECC errors from memory controllers for most chipsets on x86 and ARM architectures. This userspace component consists of an init script which makes sure EDAC drivers and DIMM labels are loaded at system startup, as well as a utility for reporting current error counts from the EDAC sysfs files. Package: rbd-fuse Description-md5: 15cf24eaec74387c1ae6ddef87cdb866 Description-en: FUSE-based rbd client for the Ceph distributed file system Ceph is a distributed network file system designed to provide excellent performance, reliability, and scalability. This is a FUSE-based client that allows one to map Ceph rbd images as files. Package: rbd-mirror Description-md5: 1d710ddd4d105de6cfd76d4ca18a79b3 Description-en: Ceph daemon for mirroring RBD images Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. . This package provides a daemon for mirroring RBD images between Ceph clusters, streaming changes asynchronously. Package: rbd-nbd Description-md5: 7780c9ecf943aeed38e3b3d394062e74 Description-en: NBD-based rbd client 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 a NBD-based client that allows one to map Ceph rbd images as local block device. . NBD base client that allows one to map Ceph rbd images as local block device. Package: redis Description-md5: 78a6a1a27b35b2a9388a817f91f05f71 Description-en: Persistent key-value database with network interface (metapackage) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. . This package depends on the redis-server package. Package: redis-sentinel Description-md5: f4556dfa5cce22a246afed26179a780a Description-en: Persistent key-value database with network interface (monitoring) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the Redis Sentinel monitoring software. Package: redis-server Description-md5: 9160ed1405585ab844f8750a9305d33f Description-en: Persistent key-value database with network interface Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . The dataset is stored entirely in memory and periodically flushed to disk. Package: redis-tools Description-md5: 73e12355ae0942ddf9ddc6d068f95d50 Description-en: Persistent key-value database with network interface (client) Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets. . This package contains the command line client and other tools. Package: redmine Description-md5: 3a216a1439e1b07aad3aecd0c613d53b Description-en: flexible project management web application Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database. . Dependencies for database support are provided by these metapackages: redmine-mysql, redmine-pgsql, redmine-sqlite. . Features * Multiple projects support * Flexible role based access control * Flexible issue tracking system * Gantt chart and calendar * News, documents & files management * Feeds & email notifications * Per project wiki * Per project forums * Time tracking * Custom fields for issues, time-entries, projects and users * SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) * Issue creation via email * Multiple LDAP authentication support * User self-registration support * Multilanguage support Package: redmine-mysql Description-md5: 5334d370ac0b467914273b70a17e9522 Description-en: metapackage providing MySQL dependencies for Redmine This package only provides MySQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a MySQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-pgsql Description-md5: f308cd100ee4983a5adb6ff3370520bf Description-en: metapackage providing PostgreSQL dependencies for Redmine This package provides PostgreSQL dependencies for Redmine, a flexible project management web application. Install this one if you want to use a PostgreSQL database with Redmine. . Redmine package should be installed along with this package. Package: redmine-sqlite Description-md5: 92a51359a57c7c0c86638eb96a7a1e4e Description-en: metapackage providing sqlite dependencies for Redmine This package provides sqlite dependencies for Redmine, a flexible project management web application. Install this one if you want to use a sqlite database with Redmine. . Redmine package should be installed along with this package. Package: reform-desktop-full Description-md5: 9dca7acbac5b56569628d69da8ebdc8e Description-en: MNT Reform Desktop Environment -- graphical desktop The MNT Reform suite of open hardware computers comes with a default Debian installation. This metapackage includes all packages required for a full graphical desktop. Package: reform-desktop-minimal Description-md5: 4d432406fe814f72b4f160bfdedda511 Description-en: MNT Reform Desktop Environment -- essential components The MNT Reform suite of open hardware computers comes with a default Debian installation. This metapackage includes all packages required for a minimal non-graphical terminal based installation. Package: reform-tools Description-md5: a753980269e0b522dfedf3b67f516966 Description-en: MNT System Tools for MNT Reform and MNT Pocket Reform Utilities, scripts and configurations for the MNT Reform and MNT Pocket Reform open hardware laptops with either i.MX8MQ, i.MX8MPlus, Banana PI CM4, LS1028A or RK3588. . Contains system utilities to manage your installation as well as configuration files for initramfs, flash-kernel, pulseaudio, alsa, u-boot-menu, udev and NetworkManager. Package: reform2-lpc-dkms Description-md5: 68075fae3138a8f5a03575a7677c426c Description-en: dkms driver sources for Reform 2 LPC11U24 The reform2_lpc kernel module allows for interaction with the NXP LPC11U24 Cortex-M0 MCU system controller in the Reform 2 open hardware laptop. It controls an analog monitor chip for the eight battery cells as well as the charger. It is connected to the Processor Module via SPI, and has GPIO lines to the main power rail switchers in the system. It has a UART (SYSCTL) that the keyboard can talk to directly for issuing power on/off commands and battery status queries. . The reform2_lpc module provides battery status information and is necessary to completely shut down the system when powering it off via userspace. . This package provides sources for the reform2_lpc kernel module for use with the Dynamic Kernel Module Support (dkms) framework. Package: renderd Description-md5: eb2e53d08f861accea883f2836d46607 Description-en: Daemon that renders map tiles using mapnik mod_tile is a system to serve raster tiles for example to use within a slippy map. It provides a dynamic combination of efficient caching and on the fly rendering. Due to its dynamic rendering, only a small fraction of overall tiles need to be kept on disk, reducing the resources required. At the same time, its caching strategy allows for a high performance serving and can support several thousand requests per second. . This package contains the renderd daemon that creates "metatiles" for map tile requests issued by mod_tile using the mapnik library. Package: repro-env Description-md5: f863ee24111d78d4e61cd98f092e44df Description-en: Dependency lockfiles for reproducible build environments Tracks a description of a desired state in *repro-env.toml*, for example, the latest version of some official container image, with the latest patch level and the latest version of some additional packages. It also tracks a resolved variant in *repro-env.lock* that tracks the specific versions and checksums of the packages needed to set up the described environment (at the patch-level available at the time of writing). . The purpose of *repro-env.toml* is to make it trivial to re-resolve the specification if new patches become available. This file is read by *repro- env update*. . The purpose of *repro-env.lock* is to document which compiler versions have been used for the release binary associated with a given release. Recording this information is essential for reproducible builds and allows future forensic investigation of the build environment. It can be either committed into the source-code repository or attached to a release as an artifact, along with the compiled binary. This file is read by *repro-env build*. Package: rhash Description-md5: 1b9baaeabf77319f9a71a4784a419af4 Description-en: utility for computing hash sums and magnet links RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring. . Features: * Output in a predefined (SFV, BSD-like) or a user-defined format. * Can calculate Magnet links. * Ability to process directories recursively. * Updating hash files (adding hash sums of files missing in the hash file). * Portability: the program works the same on Linux, *BSD or Windows. Package: ri Description-md5: 14a95d540fbde8499de582efd5f8756b Description-en: Ruby Interactive reference ri is a command line tool that displays descriptions of built-in Ruby methods, classes, and modules. For methods, it shows you the calling sequence and a description. For classes and modules, it shows a synopsis along with a list of the methods the class or module implements. . This package provides ri command and descriptions about Ruby. This package provides the ri documentation for the Ruby standard library. The ri executable itself is in the ruby package. . This package is a dependency package, which depends on Debian's default Ruby version (currently v3.3). Package: ringdove Description-md5: 12c000c1f58d8692115e9a37db5e1269 Description-en: Electronics Design Automation (EDA) tool suite Ringdove EDA is a free/open source electronics design automation suite that offers a schematics editor, PCB editor, and gerber/excellon viewer. . Ringdove uses a modular, toolkit approach with stand-alone tools that fit well in a UNIXy workflow, including command line invocation for automating tasks, and support for user scripted extensions in a dozen scripting languages. . This package is a meta-package that depends on the individual tools to make them easy to install all at once. Package: rkward Description-md5: e8a3cbd610e4eb795ccc0b8f8601ff5f Description-en: KDE frontend to the R statistics language RKWard aims to become an easy to use, transparent frontend to R, a powerful system for statistical computation and graphics. Besides a convenient GUI for the most important statistical functions, future versions will also provide seamless integration with an office-suite. Package: rkward-data Description-md5: 21cb2f4d9b19a1aaec0241b160b3b363 Description-en: KDE frontend to the R statistics language - data files RKWard aims to become an easy to use, transparent frontend to R, a powerful system for statistical computation and graphics. Besides a convenient GUI for the most important statistical functions, future versions will also provide seamless integration with an office-suite. . This package provides the architecture independent data files for rkward. Package: rmlint Description-md5: 5ac49a76d676161eaee0f5eede7d8a54 Description-en: Extremely fast tool to remove filesystem lint rmlint finds space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). * Colourful progress bar. Package: rmlint-doc Description-md5: 4653bd1e89c79e9aa3c8d8e77a401fc7 Description-en: HTML documentation for rmlint rmlint finds space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). * Colourful progress bar. . This package provides documentation in HTML for rmlint. Package: rmlint-gui Description-md5: 6fb9d3e931620165df39f13f8b5452f9 Description-en: GTK+ frontend to rmlint rmlint-gui (a.k.a. Shredder) is a graphical user interface to rmlint using GTK+. It uses rmlint to find space waste and other broken things on your filesystem and offers to remove them. . It is able to find: * Duplicate files & directories. * Non-stripped binaries. * Broken symlinks. * Empty files. * Recursive empty directories. * Files with broken user or group ID. . Key Features: * Extremely fast. * Flexible and easy command-line options. * Choice of several hashes for hash-based duplicate detection. * Option for exact byte-by-byte comparison (only slightly slower). * Numerous output options. * Option to store time of last run; next time will only scan new files. * Many options for original selection/prioritisation. * Can handle very large file sets (millions of files). Package: rmtfs Description-md5: a2b8781e4ad29c91a22070863214679c Description-en: Qualcomm Remote Filesystem Service implementation This package contains the reference implementation for Qualcomm's Remote Filesystem service. . It allows userspace applications to access the shared memory and internal storage of the remote processors (Wi-Fi, modem, sensors...) found on recent Qualcomm SoCs, using the QMI and QRTR protocols. Package: rocminfo Description-md5: 1f5df0ccf58846dc9fb3b77e755c719f Description-en: ROCm Application for Reporting System Info rocminfo gives information about the HSA system attributes and agents. This package is part of the AMD ROCm software stack. Package: rocs Description-md5: 4630339f2ebf0d533f4893ee0b27c1bd Description-en: graph theory IDE Rocs aims to be a Graph Theory IDE for helping professors to show the results of a graph algorithm and also helping students to do the algorithms. . Rocs has a scripting module, done in Qt Script, that interacts with the drawn graph and every change in the graph with the script is reflected on the drawn one. . This package is part of the KDE education module. Package: rshim Description-md5: 8fc02fdc757546f7a3af6a7d301fa702 Description-en: Userspace (fuse) host driver for Mellanox BlueField devices This is a userspace driver that provides host access to BlueField PCIe devices. It can be used to push boot streams (usually to flash a new OS image), access a virtual console, provide a virtual network interface connecting the BlueField device and its host, and a debug interface. Package: ruby-adsf Description-md5: 7dd0acc17fc487794200d3fef5299ce2 Description-en: tiny static file server adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static files. It can be used programmatically in Rack and other Ruby applications. . For example, the nanoc static website generator uses it its "view" command. Package: ruby-adsf-live Description-md5: b32fbc9a066353d7dee4cee5c08e4f32 Description-en: live reload support for ruby-adsf tiny static file server adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any directory to serve static files. It can be used programmatically in Rack and other Ruby applications. . This package provide the adsf --live-reload support. . For example, the nanoc static website generator uses it its "live" command. Package: ruby-attr-encrypted Description-md5: 60538f8a19df3eec979801aed1b13230 Description-en: Encrypt and decrypt attributes Generates attr_accessors that encrypt and decrypt attributes transparently. It works with ANY class, however, you get a few extra features when you're using it with ActiveRecord, DataMapper, or Sequel Package: ruby-bundler Description-md5: 0f8878504f4ef4eeb01d05a248e11434 Description-en: Manage Ruby application dependencies (runtime) Bundler manages a Ruby application's dependencies through its entire life, across many machines, systematically and repeatably. . This package must be used as dependency for checking application dependencies at runtime. Package: ruby-concurrent Description-md5: 04fc348d434f7acc0aa5945f83e5eedb Description-en: Modern concurrency tools for Ruby Concurrent Ruby provides modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. . This package also includes experimental edge features via the concurrent-ruby-edge gem and the Java native extension for JRuby. Package: ruby-concurrent-ext Description-md5: 7312ea8df0f5d7cd38e9cd02a109521c Description-en: Modern concurrency tools for Ruby (C extensions for MRI) Concurrent Ruby provides modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. . This package provides the C extensions to optimize concurrent-ruby under MRI. Package: ruby-full Description-md5: 1ef7ab1f3386a15f77522a8ecc3700d0 Description-en: Ruby full installation (default version) For many good reasons, the Ruby programming language is split in many small different packages. Installing this package will make sure you have all the packages that add up to a full Ruby installation, with the exception of the Tcl/Tk bindings for Ruby, which are only recommended. . This package is a dependency package, which depends on Debian's default Ruby version (currently v3.3). Package: ruby-mini-magick Description-md5: a44f2635e5337409abb15fe127fe2f83 Description-en: wrapper for ImageMagick with a small memory footprint MiniMagick is a Ruby library providing a wrapper around ImageMagick or GraphicsMagick, allowing manipulation of images with minimal use of memory. MiniMagick gives access to all the commandline options provided by ImageMagick. Package: ruby-nokogiri Description-md5: 8b5216e340ca3509e38f4420fb6ca92a Description-en: HTML, XML, SAX, and Reader parser for Ruby Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. It is able to search documents via XPath or CSS3 selectors, and is a drop-in replacement for Hpricot (though not bug for bug). Package: ruby-rack-session Description-md5: b261965f1b4397b64b65da01265633fd Description-en: Session management implementation for Rack A session implementation for Rack. Package: ruby-rackup Description-md5: 72a438cc22a13c6d9f376f8c61982426 Description-en: General server command for Rack applications rackup provides a command line interface for running a Rack-compatible application. Package: ruby-rails-html-sanitizer Description-md5: 7c513cff28c1362b292745527d2dc320 Description-en: HTML sanitization for Rails applications This gem is responsible to sanitize HTML fragments in Rails applications. In Rails 4.2 and above this gem will be responsible for sanitizing HTML fragments in Rails applications, i.e. in the sanitize, sanitize_css, strip_tags and strip_links methods. Package: ruby-sanitize Description-md5: 2b64f78c43810e31c817317190e764b0 Description-en: whitelist-based HTML sanitizer Sanitize is a whitelist-based HTML sanitizer. Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string. . Using a simple configuration syntax, you can tell Sanitize to allow certain elements, certain attributes within those elements, and even certain URL protocols within attributes that contain URLs. Any HTML elements or attributes that you don't explicitly allow will be removed. . Because it's based on Nokogiri, a full-fledged HTML parser, rather than a bunch of fragile regular expressions, Sanitize has no trouble dealing with malformed or maliciously-formed HTML and returning safe output. Package: ruby-sinatra-contrib Description-md5: 56ae0b4094103de483ea43df9b7167ef Description-en: collection of useful extensions to the Sinatra web framework sinatra-contrib is a collection of common extensions to the Sinatra web framework, semi-officially supported: - capture: Lets you capture the content of blocks in templates. - config_file: Allows loading configuration from yaml files. - content_for: Adds Rails-style content_for helpers to Haml, Erb, Erubis and Slim. - cookies: A cookies helper for reading and writing cookies. - engine_tracking: Adds methods like haml? that allow helper methods to check whether they are called from within a template. - json: Adds a #json helper method to return JSON documents. - link_header: Helpers for generating link HTML tags and corresponding Link HTTP headers. Adds link, stylesheet and prefetch helper methods. - multi_route: Adds ability to define one route block for multiple routes and multiple or custom HTTP verbs. - namespace: Adds namespace support to Sinatra. - respond_with: Choose action and/or template automatically depending on the incoming request. Adds helpers respond_to and respond_with. - custom_logger: Allows one to define their own logger instance. - decompile: Recreates path patterns from Sinatra's internal data structures (used by other extensions). - reloader: Automatically reloads Ruby files on code changes. - extension: Mixin for writing your own Sinatra extensions. - test_helpers: Helper methods to ease testing your Sinatra application. Partly extracted from Sinatra. Testing framework agnostic. Package: ruby-terser Description-md5: 5ad9dd7258fe4ce55eaefe8727d4d624 Description-en: Ruby wrapper for Terser JavaScript compressor Terser minifies JavaScript files by wrapping TerserJS to be accessible in Ruby Package: ruby-vips Description-md5: ecf83a71649d0f57b8f09dece08705aa Description-en: Ruby extension for the vips image processing library This package provides a binding for the vips image processing library. It is extremely fast and it can process huge images without loading the whole image in memory. Package: rust-coreutils Description-md5: a1493c3903ec45d30f8f490cebb19663 Description-en: Universal coreutils utils, written in Rust This packages replaces the GNU coreutils package written in C. It should be a drop-in replacement but: * Some options have NOT been implemented, * Might have important bugs, * Might be slower, * Output of the binaries might be slightly different. Package: sbcl Description-md5: eb1113dee9d2ad5949c6cfc6301108ec Description-en: Common Lisp compiler and development system SBCL is a development environment for the ANSI Common Lisp language. It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification. . SBCL also contains other extensions to the ANSI specification, including a foreign-function interface, a pseudo-server API, user-extensible stream functionality, a Meta-Object Protocol, and an ability to run external processes. . To browse SBCL source definitions with development environments, install the sbcl-source package. For documentation on SBCL's usage and internals, the package sbcl-doc is provided. Package: sbcl-doc Description-md5: bf2cec45285d0c3bfa96c64bda87fbd5 Description-en: Documentation for Steel Bank Common Lisp This package provides documentation for SBCL -- a development environment for the ANSI Common Lisp language. . The documents in this package cover SBCL-specific extensions to the language, explain how to use this Common Lisp implementation and how it differs from the ANSI standard. . The manual about SBCL's internals is also included in this package and may be of interest for people who intent to work with SBCL's source code. Package: sbcl-source Description-md5: ee91a0cda511e6d9ca51542b0320b384 Description-en: Source code files for SBCL This package provides the source code for SBCL -- a development environment for the ANSI Common Lisp language. . The source code is useful in conjunction with development environments and debuggers like SLIME, that allow macro expansion and lookup of source definitions. . Installing this package enables your source browser to dig deeply into the core of Steel Bank Common Lisp. Package: seatd Description-md5: 87529e8f20191dfe3d8e2d2d24590acb Description-en: minimal user, seat and session management daemon Lightweight standalone implementation. Package: sequoia-git Description-md5: 2058421f3dd664e5f4d4f03aa9676301 Description-en: Git commit signing policy verifier Tool that can be used to improve a project's supply chain security by verifying that git commits are signed by the correct keys. Package: ser2net Description-md5: 7f918b13b22cf169dd85a386cbf2fa59 Description-en: Serial port to network proxy This daemon allows telnet and tcp sessions to be established with a host's serial ports. Combined with a terminal emulator, this can be a very simple means to configure network devices or other equipment with a serial port. This is remarkably similar to the reverse telnet feature of some Cisco routers. Package: signon-kwallet-extension Description-md5: 2e37ceaef2945601fc449b1541ea125c Description-en: KWallet extension for signond Enables signon services to store credentials in KWallet. Package: simgrid-java Description-md5: 866cf43034d581d7b773cb8f40c14794 Description-en: Java bindings for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI simulator, or a mix of all of them. The typical use-cases of SimGrid include heuristic evaluation, application prototyping, and real application development and tuning. . This package contains what you need to use SimGrid from the Java programming language. Package: snap-confine Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: snapd-xdg-open Description-md5: ba6c49ad1a4e739a75a7e8d0fde06a77 Description-en: Transitional package for snapd-xdg-open This is a transitional dummy package. It can safely be removed. Package: sntp Description-md5: b5be4c6ce149fe58ec50c630985473aa Description-en: Network Time Protocol client (transitional package) This is a transitional package to transition to NTPsec. It can be safely removed once all uses of sntp(1) have been converted to run ntpdig instead. Package: sopv-doc Description-md5: ec602c9c500e26405f8df032343c4e2a Description-en: OpenPGP verification manuals and examples sopv is the verification-only subset of the Stateless OpenPGP Command Line Interface. . It is used to verify OpenPGP signatures. Several different implementations of this interface are present in Debian, and it is possible to use the alternatives system to choose between them. . This package provides generic documentation for users of sopv in the form of manpages, and example test scripts that can be used to confirm the conformance of a sopv implementation to the specification. . See https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/ for more information. Package: sopv-gpgv Description-md5: b1739dc80f7825668d26c43cd384d43e Description-en: Stateless OpenPGP CLI Verification-only Subset backed by gpgv The Stateless OpenPGP Command-Line Interface Verification-only Subset (or `sopv`) is a simple, standard interface for verifying OpenPGP cryptographic signatures. . This package provides an implementation of `sopv` backed by the minimal, verification-only `gpgv` tool from g10code. . `sopv` is defined in https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/ `gpgv` https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html Package: spooles-doc Description-md5: 5e713060d748756ce03744f19c4510f5 Description-en: SPOOLES numerical simulation pre- and post-processor documentation SPOOLES is a library for solving sparse real and complex linear systems of equations, written in the C language using object oriented design. . This package contains the documentation for SPOOLES. Package: sqop Description-md5: c277c1a699f37aaca8fe33ce471eeae6 Description-en: Stateless OpenPGP Command Line Interface using Sequoia sqop offers a Rust-based implementation of the Stateless OpenPGP Command Line Interface. . This standards-derived interface is an implementation of https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/, intended to be used in interoperability tests and simple OpenPGP commands, while leaving no trace in the filesystem. This package contains the following binaries built from the Rust crate "sequoia-sop": - sqop Package: sqopv Description-md5: 4857c6b482609673b49b50f4d34c829c Description-en: Stateless OpenPGP Verification-only Command Line Interface using Sequoia sqopv offers a Rust-based implementation of the Stateless OpenPGP Command Line Interface's verification-only subset (also known as "sopv"). . This standards-derived interface is an implementation of https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/, intended to be used in interoperability tests and simple OpenPGP commands, while leaving no trace in the filesystem. This package contains the following binaries built from the Rust crate "sequoia-sop": - sqopv Package: squashfuse Description-md5: 0abda75cb957b3b82c5f13bc4875582d Description-en: FUSE filesystem to mount squashfs archives This lets you mount SquashFS archives in user-space. It supports almost all features of the SquashFS format, yet is still fast and memory-efficient. . SquashFS is an efficiently compressed, read-only storage format. Support for it has been built into the Linux kernel since 2009. It is very common on Live CDs and embedded Linux distributions. Package: sshfs Description-md5: 53290533db24b88f6a76ffb069dba11c Description-en: filesystem client based on SSH File Transfer Protocol sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh. . sshfs is FUSE (Filesystem in USErspace). Package: starpu-examples Description-md5: 601fd3c318d53962421cdbdd364f312b Description-en: Task scheduler for heterogeneous multicore machines - exs StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains application examples. Package: starpu-tools Description-md5: eb2ba87d4cd88833bc91b0cf6b977279 Description-en: Task scheduler for heterogeneous multicore machines - tools StarPU is a runtime system that offers support for heterogeneous multicore machines. While many efforts are devoted to design efficient computation kernels for those architectures (e.g. to implement BLAS kernels on GPUs or on Cell's SPUs), StarPU not only takes care of offloading such kernels (and implementing data coherency across the machine), but it also makes sure the kernels are executed as efficiently as possible. . This package contains StarPU tools. Package: step Description-md5: 41b9209e3ba293cc51da9daac61a2e20 Description-en: interactive physical simulator for KDE With Step you can not only learn but feel how physics works. You place some bodies on the scene, add some forces such as gravity or springs, then click "Simulate" and Step shows you how your scene will evolve according to the laws of physics. You can change every property of bodies/forces in your experiment (even during simulation) and see how this will change evolution of the experiment. . This package is part of the KDE education module. Package: svgpart Description-md5: 4a1993b3ae42f82ae7ffee908eef752f Description-en: KDE SVG KPart SvgPart is a small KDE KPart component to display SVG images in Gwenview and in any other KDE application which uses the KPart system. . This package is part of the KDE graphics module. Package: sweeper Description-md5: 9f36680cf633d3045f0c9d6da8e49f6a Description-en: history and temporary file cleaner Sweeper can quickly remove temporary information, such as web page cookies, browser history, or the list of recently-opened documents. It helps provide additional privacy on a system shared between multiple users. . This package is part of the KDE SC utilities module. Package: syslog-ng Description-md5: 2498a80b4edf9c00bf85d5db8c845d60 Description-en: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng-core Description-md5: 0ce4da37b4a4b9d3162b79edaffeccba Description-en: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-dbg Description-md5: e15d4ad36da40ad276e206fc790be161 Description-en: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Package: syslog-ng-dev Description-md5: a94a207e078bf72c91d13958d7f6a26b Description-en: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-mod-add-contextual-data Description-md5: f5cdaba43f53eed5410426ab2e6e0ed7 Description-en: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-amqp Description-md5: bd44ec9cc9806f6f3c86ce39d4e11edb Description-en: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-examples Description-md5: ae4845d075ea1647ed6afbdb7c34eaea Description-en: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-extra Description-md5: bfe8ebc058cce6653c20fea6f85a4246 Description-en: transitional package This is a transitional package. It can safely be removed. Package: syslog-ng-mod-geoip2 Description-md5: 8b91c2257d2c29d12dd1e2dd69d3d62d Description-en: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-graphite Description-md5: a68ac16e22a78a6423488f3ec0e497da Description-en: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-http Description-md5: 407ec9ef3e0d4d6809b0d556a073792c Description-en: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-mongodb Description-md5: de6c1b88ea6811df480727d4384e1207 Description-en: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-python Description-md5: c477d7d1a4be242c9abcd7ae4f312d6c Description-en: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-rdkafka Description-md5: 6efd0e85b427e914f690cdbdc39597dc Description-en: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-redis Description-md5: f03b81038aae87e40382598af2cb75af Description-en: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-riemann Description-md5: d660ca26b43c6887b08eed42518964cc Description-en: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-slog Description-md5: 2be8ec9bd4bf2e6742066da89440f121 Description-en: Enhanced system logging daemon (secure logging plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(slog) template functions and command line utilities (slogencrypt, slogverify, slogkey). Package: syslog-ng-mod-snmp Description-md5: 19bfe0b8c8d3a681520760a92c04dc05 Description-en: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP source/destination plugins, which allows one to send/receive SNMP traps. Package: syslog-ng-mod-sql Description-md5: f6ea0afc4a806f1e39e0cfdeec8e7bf4 Description-en: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-stardate Description-md5: 1efe99b6ad547ec072dacba942d465a2 Description-en: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stomp Description-md5: a30022326e1111992c5537d0788f71ca Description-en: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-xml-parser Description-md5: 2a0db99165de9948e70351eb8e6e009c Description-en: Enhanced system logging daemon (xml parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . The xml parser can process input in xml format, and adds the parsed data to the message object. Package: syslog-ng-scl Description-md5: dd3a43803375db820bc1736ec1041b67 Description-en: Enhanced system logging daemon (scl files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package collects scl files, scripts and config sniplets focusing on specific areas, providing help creating more readable configurations. Package: systemd-boot Description-md5: 0df90775ace126cb973183972b57f509 Description-en: simple UEFI boot manager - integration and services systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . Installing systemd-boot will configure and install it in the ESP. . This package contains various tools and services to manage systems using systemd-boot, and serves as the main integration point to autoconfigure the system. Package: systemd-boot-efi Description-md5: 1a28c616cc5e8559e958ebd9ceb453da Description-en: simple UEFI boot manager - EFI binaries systemd-boot (short: sd-boot) is a simple UEFI boot manager. It provides a textual menu to select the entry to boot and an editor for the kernel command line. It supports systems with UEFI firmware only. . This package contains the EFI binaries. Package: systemd-coredump Description-md5: 149b22bdf2366b7d731957d1b710e54f Description-en: tools for storing and retrieving coredumps This package provides systemd tools for storing and retrieving coredumps: * systemd-coredump * coredumpctl Package: systemd-homed Description-md5: e71da21f82a0832ca7fcbdc41f810503 Description-en: home area manager systemd-homed is a system service designed to manage home directories. This package includes the homed service, a PAM module to automatically mount home directories on user login, tools and documentation. Package: systemd-journal-remote Description-md5: 6bd80842a0c96acb169877c7a6a25ff6 Description-en: tools for sending and receiving remote journal logs This package provides tools for sending and receiving remote journal logs: * systemd-journal-remote * systemd-journal-upload * systemd-journal-gatewayd Package: systemd-repart Description-md5: 6033d83496890808246e2de4437b8865 Description-en: Provides the systemd-repart and systemd-sbsign utilities systemd-repart is a configuration-driven system partitioning tool. It follows the Discoverable Partitions Specification and provides support for encryption and dm-verity among other things. . systemd-sbsign is an EFI binary signing tool. . systemd-keyutil is a tool to manipulate X.509 certificates. Package: systemd-standalone-shutdown Description-md5: 9ee6184f37c7f9760d9be532ffe4e801 Description-en: standalone shutdown binary for use in exitrds Standalone shutdown binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in minimal exitrd images. Not intended for normal systems. Package: systemd-standalone-sysusers Description-md5: 59eb167fc8fbdb9ddb8918d80524736d Description-en: standalone sysusers binary for use in non-systemd systems Standalone sysusers binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Package: systemd-standalone-tmpfiles Description-md5: e59a151e226689c494584c32d7f05a2c Description-en: standalone tmpfiles binary for use in non-systemd systems Standalone tmpfiles binary with minimal dependencies. This package conflicts with the main systemd package and is meant for use in non-systemd systems. Package: systemd-tests Description-md5: ece07db851f8a2e9731975ec11eedb8d Description-en: tests for systemd This package contains the test binaries. Those binaries are primarily used for autopkgtest and not meant to be installed on regular user systems. Package: systemd-ukify Description-md5: 39e5649d00705f557e265149601a82a3 Description-en: tool to build Unified Kernel Images This package provides ukify, a script that combines a kernel image, an initrd, with a command line, and possibly PCR measurements and other metadata, into a Unified Kernel Image (UKI). Package: systemd-userdbd Description-md5: 86b45a916ba4cb12ae812c532cd56008 Description-en: dynamic user/group manager systemd-userdbd is a system service that multiplexes user/group lookups to all local services that provide JSON user/group record definitions to the system. In addition it synthesizes JSON user/group records from classic UNIX/glibc NSS user/group records in order to provide full backwards compatibility. It may also pick up statically defined JSON user/group records from drop-in files. Package: telemetry-tempest-plugin Description-md5: e8b13bd2b5547104c96622df0cd20415 Description-en: OpenStack Integration Test Suite - Telemetry plugin Tempest is a set of integration tests to be run against a live Openstack cluster in order to make sure that all components are working as expected. Tempest will start and stop virtual machine in order to check that your cloud is working as expected. . This package contains the Telemetry plugin. Package: tm-align Description-md5: 667f2046704f2eef863a73792384abed Description-en: structural alignment of proteins TM-align is a computer algorithm for protein structure alignment using dynamic programming. The scoring is performed by the TM-score rotation matrix. This is similar to the RMSD in that unaligned portions of the structure influence the scoring less than the more structurally conserved regions. Package: tmfs Description-md5: ab774c75adc729c67bc45896bb80b1e2 Description-en: Apple Time Machine FUSE mount Time Machine File System is a read-only virtual filesystem which helps you to read your Apple Time Machine Backup by reconstructing the hard-linked directories from the HFS+ metadata directory. . You can browse the tmfs mounted Time Machine normally and easily recover data from any backup point contained within. Package: tokodon Description-md5: 918cf9e42287ae3cd93fab42aeb0a163 Description-en: modern Mastodon client Tokodon is a modern client for Mastodon, Pleroma, and Nextcloud Social, built using the Kirigami technology. . Tokodon allows you to interact with the Fediverse community. Package: tqftpserv Description-md5: 24893039bc928e266f80d291a350c489 Description-en: TFTP server implementation for the QRTR protocol TFTP server working over the QRTR protocol, enabling basic communication with remote processors (Wi-Fi, modem, sensors...) found in recent Qualcomm SoC's. Package: tup Description-md5: 37d97ee5af776ca2ce6ff73cfb41869e Description-en: fast build system Tup is a file-based build system for Linux, OSX, and Windows. It takes as input a list of file changes and a directed acyclic graph (DAG). It then processes the DAG to execute the appropriate commands required to update dependent files. Updates are performed with very little overhead since tup implements powerful build algorithms to avoid doing unnecessary work. This means you can stay focused on your project rather than on your build system. Package: ubuntu-core-launcher Description-md5: 3223c275ff89224fda1b277eec5e7ffe Description-en: Transitional package for snapd This is a transitional dummy package. It can safely be removed. Package: ubuntu-core-snapd-units Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ubuntu-snappy-cli Description-md5: 1f317b04f78374dba7d1e14def0b7f80 Description-en: transitional dummy package This is a transitional dummy package. It can safely be removed. Package: ucx-utils Description-md5: 052e583e5ec1d0808dc620d8e0fbe4d0 Description-en: Utilities for the UCX messaging library Unified Communication X (UCX) provides an optimized communication layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric applications. UCX utilizes high-speed networks for inter-node communication,i and shared memory mechanisms for efficient intra-node communication. This package provides utilities for the UCX frameworks. Package: uidmap-dbgsym Description-md5: 2101ffc8d6c4888d0087bea716eed9a8 Description-en: debug symbols for uidmap Package: umbrello Description-md5: 30aaae1c92062b322ab165ce25f6c379 Description-en: UML modelling tool and code generator Umbrello UML Modeller is a Unified Modelling Language diagram editor for KDE. It can create diagrams of software and other systems in the industry-standard UML format, and can also generate code from UML diagrams in a variety of programming languages. . This package is part of the KDE Software Development Kit module. Package: umbrello-data Description-md5: 081bdf83d20b0054ba0a2ced230a581a Description-en: Umbrello shared files Arch independent shared data files needed by Umbrello. . This package is part of the KDE Software Development Kit module. Package: valentina Description-md5: d1f6828fe9ae1850efe03b8497b0a811 Description-en: pattern making program Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . The "tape" executable is provided as "valentina-tape", and the "puzzle" executable is provided as "valentina-puzzle". Package: valentina-l10n Description-md5: 0989bbfb518e26b0a8f84c64384bf969 Description-en: pattern making program - locale data Valentina is a pattern drafting software tool for small-batch and custom-sized clothing manufacturing. . Valentina allows designers to create and model patterns of clothing, using either standard sizing tables or an individual’s set of measurements. It blends new technologies with traditional methods to create a unique pattern making tool. . This package provides locale data for Valentina. Package: virtiofsd Description-md5: e96fb3b03e22bd9f7749d474cd901a23 Description-en: Virtio-fs vhost-user device daemon virtiofsd is a daemon for sharing host directories with a virtual machine or other guest using virtio-fs. It is designed to work with QEMU’s --device vhost-user-fs-pci but should work with any virtual machine monitor (VMM) that supports vhost-user. Package: voms-clients-java Description-md5: f8f21b72391e1fb70cec40778f30f85c Description-en: Virtual Organization Membership Service Java clients The Virtual Organization Membership Service (VOMS) is an attribute authority which serves as central repository for VO user authorization information, providing support for sorting users into group hierarchies, keeping track of their roles and other attributes in order to issue trusted attribute certificates and SAML assertions used in the Grid environment for authorization purposes. . This package provides the Java version of the command line clients for VOMS: voms-proxy-init, voms-proxy-destroy and voms-proxy-info. Package: vuos Description-md5: 0b36bcb1df4ac7d0264dfee0c361c096 Description-en: Virtual Operating System at user space metapackage Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This metapackage installs vuos hypervisors and modules Package: vuos-cmds Description-md5: 0fb282d79a07e6f1c01a322c8f912cb5 Description-en: Virtual Operating System at user space: commands Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This package contains the vuos commands Package: vuos-mod-vufusefatfs Description-md5: 3f78485e9462256ef9958a66b5c89676 Description-en: Mount FAT file systems in vuos This vuos plugin allows mounting FAT (FAT12/FAT16/FAT32/exFAT) file systems in a vuos session. Package: vuos-modules Description-md5: d8b70027e5dfacd03fa2ea1f3d1cc381 Description-en: Virtual Operating System at user space: modules Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This package contains the vuos modules Package: vuos-umvu Description-md5: b5ddb64d20f1efa07250c0d2e60809d5 Description-en: Virtual Operating System at user space: umvu hypervisor Virtual Operating System at user space. Currently it implements about 150 Linux-compatible system calls providing support for a wide range of applications. Each process or even each thread in VUOS can see a different execution environment: file system contents, networking, devices, user ids, etc. The main idea behind VUOS is that it is possible to give processes their own "view" using partial virtual machines . This package contains the umvu hypervisor Package: wapiti Description-md5: b13c5cbe215f396866461fbe6e26610d Description-en: web application vulnerability scanner Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scan the web pages of the deployed web applications, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. . Wapiti can detect the following vulnerabilities: - Database Injection (PHP/ASP/JSP SQL Injections and XPath Injections) - Cross Site Scripting (XSS) reflected and permanent - File disclosure detection (local and remote include, require, fopen, readfile...) - Command Execution detection (eval(), system(), passtru()...) - XXE (Xml eXternal Entity) injection - CRLF Injection - Search for potentially dangerous files on the server (thank to the Nikto db) - Bypass of weak htaccess configurations - Search for copies (backup) of scripts on the server - Shellshock - DirBuster like - Server Side Request Forgery (through use of an external Wapiti website) Package: wimtools Description-md5: 41ca2f36b8bce876dc32dd8b6aa86924 Description-en: Tools for manipulating Windows Imaging files WIM is an archive format designed primarily for archiving Windows filesystems. It features single-instancing and LZ77-based compression, and is used by Microsoft to distribute and deploy Windows Vista and later. . This package contains a free implementation of the ImageX utility that is used to create WIM files on Windows. Package: winpr3-utils Description-md5: 5ad5407ece20a3e087a48f65ab4e7aec Description-en: Windows Portable Runtime library command line utilities WinPR is a spin-off project of FreeRDP which aims at providing a portable implementation of important portions of the Windows API. Just like FreeRDP, WinPR is released under the Apache license. Unlike Wine, WinPR does not provide binary compatibility, and does not require applications to be built for Windows. Instead, WinPR provides API compatibility for applications targeting non-Windows environments. When on Windows, the original native API is being used instead of the equivalent WinPR implementation, without having to modify the code using it. . This package contains WinPR command line utils (winpr-hash, winpr-makecert). Package: wp2latex Description-md5: d28715ce7230a6e60fa33646eb824ebe Description-en: Conversion of WordPerfect documents to LaTeX: the converter WP2LaTeX is a program for conversion WordPerfect documents to LaTeX. All known WP fileformats are supported: MAC WP1.x, WP2,3,4.x, PC WP WP3.x, WP4.x, WP5.x and WP6,7,8,9,10.x. It is possible to convert a lot of features. For example: Centered+Right+Left text, Endnotes, Formulas, Footers, Footnotes, Headers, Indentings, Tables, a lot of Extended characters (Greek, math, cyrilic) and of course a normal text. . This is the pure wp2latex converter to convert WPerfect files. Package: wp2latex-styles Description-md5: 9702c6506cb063093d9f1ab04d1c6c77 Description-en: Conversion of WordPerfect documents to LaTeX: the LaTeX style files WP2LaTeX is a program for conversion WordPerfect documents to LaTeX. All known WP fileformats are supported: MAC WP1.x, WP2,3,4.x, PC WP WP3.x, WP4.x, WP5.x and WP6,7,8,9,10.x. It is possible to convert a lot of features. For example: Centered+Right+Left text, Endnotes, Formulas, Footers, Footnotes, Headers, Indentings, Tables, a lot of Extended characters (Greek, math, cyrilic) and of course a normal text. . These are the style files to compile LaTeX files created by wp2latex. Package: wsclean Description-md5: 65506df9af16568e0f7261e953951213 Description-en: Fast generic widefield interferometric imager WSClean (w-stacking clean) is a fast generic widefield imager. It uses the w-stacking algorithm and can make use of the w-snapshot algorithm. As of Feb 2014, it is 2-12 times faster than CASA's w-projection, depending on the array configuration. It supports full-sky imaging and proper beam correction for homogeneous dipole arrays such as the MWA. . WSClean allows Hogbom and Cotton-Schwab cleaning, and can clean polarizations joinedly. All operations are performed on the CPU (it is not specialized for GPUs). Package: wsclean-dev Description-md5: ab23b1c1edfbac6bd40b0fafca1aa3a2 Description-en: Fast generic widefield interferometric imager (development files) WSClean (w-stacking clean) is a fast generic widefield imager. It uses the w-stacking algorithm and can make use of the w-snapshot algorithm. As of Feb 2014, it is 2-12 times faster than CASA's w-projection, depending on the array configuration. It supports full-sky imaging and proper beam correction for homogeneous dipole arrays such as the MWA. . WSClean allows Hogbom and Cotton-Schwab cleaning, and can clean polarizations joinedly. All operations are performed on the CPU (it is not specialized for GPUs). . This package contains the static library and the header file to compile own programs against the library. Package: xdg-desktop-portal-dev Description-md5: 868b66f3cbad8db622f38d23df203ad4 Description-en: desktop integration portal - development files xdg-desktop-portal provides a portal frontend service for Flatpak, Snap, and possibly other desktop containment/sandboxing frameworks. This service is made available to the sandboxed application, and provides mediated D-Bus interfaces for file access, URI opening, printing and similar desktop integration features. See the xdg-desktop-portal package's description for more details. . This package contains development files for backends such as xdg-desktop-portal-gtk. Package: xdg-desktop-portal-tests Description-md5: 90c16dc002ccbefb1d97879a1101ca0d Description-en: desktop integration portal - automated tests xdg-desktop-portal provides a portal frontend service for Flatpak, Snap, and possibly other desktop containment/sandboxing frameworks. This service is made available to the sandboxed application, and provides mediated D-Bus interfaces for file access, URI opening, printing and similar desktop integration features. See the xdg-desktop-portal package's description for more details. . This package contains automated tests. Package: xmount Description-md5: 2898e66cd99a9bb23f87dc196dc42961 Description-en: tool for crossmounting between disk image formats xmount allows you to convert on-the-fly between multiple input and output harddisk image formats. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. . The virtual representation can be in raw DD, Apple's Disk Image format (DMG), VirtualBox's virtual disk file format (VDI), Microsoft's Virtual Hard Disk Image format (VHD) or in VMware's VMDK file format. . Input images can be raw DD, EWF (Expert Witness Compression Format), AFF (Advanced Forensic Format), VDI (VirtualBox Virtual Disk Image) or QCOW (QEMU Copy On Write) files. . In addition, xmount also supports virtual write access to the output files that is redirected to a cache file. This makes it for example possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VWware or alike. Package: yakuake Description-md5: abf3bd0113526a2750546b44894ec066 Description-en: Quake-style terminal emulator based on KDE Konsole technology YaKuake is inspired from the terminal in the Quake game: when you press a key (by default F12, but that can be changed) a terminal window slides down from the top of the screen. Press the key again, and the terminal slides back. . It is faster than a keyboard shortcut because it is already loaded into memory and as such is very useful to anyone who frequently finds themselves switching in and out of terminal sessions. Package: aad-cli Description-md5: 0a55e20e854e41d73da3ff43be48eb7e Description-en: Azure Active Directory Authentication CLI tool Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the CLI tool to manage various aspects of the Azure AD integration. Package: bochs Description-md5: bc053c9a3065af52a73668b7866a2e07 Description-en: IA-32 PC emulator Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . Bochs is capable of running most operating systems inside the emulation including GNU, GNU/Linux, *BSD, FreeDOS, MSDOS and Windows 95/NT. Package: bochs-sdl Description-md5: c1de9e8924d4d41e5077c82fed4d22e9 Description-en: SDL plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an SDL GUI plugin for Bochs. . Use Scroll-Lock key for full screen. Package: bochs-term Description-md5: 6e4769512394248d4595633871dc05ef Description-en: Terminal (ncurses-based) plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a Terminal (ncurses-based) GUI plugin for Bochs. Package: bochs-wx Description-md5: 173269ea6b13541db917fabb97fa5bcc Description-en: WxWindows plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains a WxWindows GUI plugin for Bochs. Package: bochs-x Description-md5: d05bd802b2729b64a9ea369b90b87f71 Description-en: X11 plugin for Bochs Bochs is a highly portable free IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. . This package contains an X11 GUI plugin for Bochs. Package: bximage Description-md5: 8deff38bdaf35413e0eddc6a244bcd1c Description-en: Disk Image Creation Tool for Bochs This tool is part of the Bochs project. Its purpose is to generate disk images that are used to allocate the guest operating system in Bochs environment. Package: clickhouse-client Description-md5: 6dceda8938e33615fa36694310e1e0cc Description-en: column-oriented database system (cli client) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse CLI client. Package: clickhouse-common Description-md5: dafc4f101c8118146cf2903a05dfe5ed Description-en: column-oriented database system (common files) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides common files for both ClickHouse server and client. Package: clickhouse-server Description-md5: 40ffe1390c0d529d732668d8ed763668 Description-en: column-oriented database system (server runner) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides ClickHouse server runner. Package: clickhouse-tools Description-md5: 25307a8fa689f823bd361f1d7b95d91a Description-en: column-oriented database system (tools) ClickHouse is a column-oriented database management system that allows generating analytical data reports in real time. . This package provides various ClickHouse tools: - clickhouse-performance-test - clickhouse-benchmark - clickhouse-compressor - clickhouse-copier and some others. Package: grub-efi-arm64-signed-template Description-md5: 5f26229874a330dedc61233a338b2cb6 Description-en: GRand Unified Bootloader, version 2 (ARM64 UEFI signing template) This package contains template files for grub-efi-arm64-signed. This is only needed for Secure Boot signing. Package: ignition-launch-cli Description-md5: 58a5b2679542ab03c37010d229be92d2 Description-en: Ignition Robotics Launch Library - Launch cli Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch cli application Package: libignition-gazebo-dev Description-md5: 8ba4d9f9a00527803ae38cb007410427 Description-en: Ignition Gazebo classes and functions for robot apps - Development files Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files Package: libignition-gazebo-plugins Description-md5: ed75f85997875eff7f6d998c9eef28e9 Description-en: Ignition Gazebo classes and functions for robot apps - Plugins Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Plugins collection Package: libignition-gazebo6-6 Description-md5: 5f37a7f9f59985df65ec850277bd2285 Description-en: Ignition Gazebo classes and functions for robot apps - Shared library Ignition Gazebo is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Main shared library Package: libignition-launch-dev Description-md5: 980577ac8b37422a77b797e25a67db00 Description-en: Ignition Robotics Launch Library - Development files Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch development files Package: libignition-launch5-5 Description-md5: b1c4132c18a7f9ea2480e3a2dcb9fdc6 Description-en: Ignition Robotics Launch Library - Launch libraries Ignition Launch, a component of Ignition Robotics, provides a command line interface to run and manager application and plugins. . Package contains the ignition launch libraries Package: libnss-aad Description-md5: a682083ef91d385da535ba1a8080b33c Description-en: Azure Active Directory Authentication module for NSS Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the NSS module. Package: libpam-aad Description-md5: 005c34d19bddf8524f3af21f6da08d98 Description-en: Azure Active Directory Authentication module for PAM Azure Active Directory Authentication enables authentication of Azure Active Directory accounts on your local system. It dynamically creates local accounts, supporting additional features like offline connectivity. . This package contains the PAM module. Package: libregfi-dev Description-md5: 2aed8bca746e6c7f0c3aadaeb08a57c0 Description-en: utility to analysis for Windows NT-based registry (devel files) RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. . This package provides the development files. Package: libregfi1t64 Description-md5: 166686126ff450d9d34a781f46c10fba Description-en: utility to analysis for Windows NT-based registry (shared library) RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. . This package provides the runtime library. Package: linux-lowlatency-headers-6.8.0-20 Description-md5: dc19fa6de3cae9aa833d00daf7dfb93f Description-en: Header files related to Linux kernel version 6.8.0 This package provides kernel header files for version 6.8.0, for sites that want the latest kernel headers. Please read /usr/share/doc/linux-lowlatency-headers-6.8.0-20/debian.README.gz for details Package: mesa-teflon-delegate Description-md5: eb218b8822219f66933bb2fbf65b5981 Description-en: Mesa TensorFlow Lite external delegate TensorFlow Lite delegate which can make use of NPUs to accelerate ML inference. It is implemented in the form of a external delegate, a shared library which the TensorFlow Lite runtime can load at startup. Package: mingw-w64-tools Description-md5: e51ae65009b54dc317e276561f73ef47 Description-en: Development tools for 32- and 64-bit Windows 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: * gendef, which extracts DLL exports from Windows executables; * genidl, which extracts IDL information from Windows executables; * genpeimg, which manipulates PE flags in Windows executables; * widl, which generates build files from IDL descriptions; * pkg-config symlinks to allow .pc-based libraries to be used. Package: pcb-rnd Description-md5: 4b66ffcba9e5706243a3308fee948225 Description-en: Standard installation of pcb-rnd pcb-rnd is a highly modular PCB (Printed Circuit Board) layout tool with a rich set of plugins for communicating with various external design tools and other EDA/CAD packages. . Feature highlights: - subcircuits, pad stacks - flexible footprint model; unrestricted pad shapes - arbitrary copper, silk, paste and soldermask objects - sophisticated, flexible layer model - flexible/universal polygon model - any object, even polygons, can have a clearance within a polygon - advanced mil and mm grid, with support for mixed unit design - strong CLI support - static footprints and parametric (generated) footprints - query language for advanced search & select - powerful, user scriptable, modular Design Rule Checker (DRC) - layout optimizers such as teardrops and a trace puller - footprint library from local file systems, HTTP and board files - netlist management: imported and as-built; back annotation . File formats and compatibility: - text based, tree structured native file format (lihata) - import board: * Altium PcbDoc ASCII board * autotrax PCB board, version 4 * autotrax PCB board, version 5 * dsn board * eagle xml board version 6, 7, 8 * eagle binary board version 3, 4, 5 * EasyEDA std board * EasyEDA pro board * hyperlynx board, version 2 and above * kicad board, version 3, 4 and 5 (s-expr) * lihata pcb-rnd board (any version) * PADS ASCII board * gEDA/PCB .pcb board (any version up to 2017) - export board: * anonimized board statistics in lihata * autotrax PCB board, version 4 * specctra dsn board * hyperlynx board, version 2.0 * kicad board, version 3 (s-expr) * kicad pcbnew-board, version 1 (legacy plain text format) * lihata pcb-rnd board (any version) * PADS ASCII board * gEDA/PCB .pcb board (various version up to 2017) - import footprint: * BXL footprints * eagle xml footprint lib .lbr (as board) * eagle xml footprint lib .lbr (as footprint) * eagle binary footprint lib (as board) * EasyEDA std footprint * EasyEDA pro footprint * kicad footprint module (s-expr, version 3, 4 and 4) * lihata pcb-rnd footprint (any version) * Mentor Graphics cell footprints * gEDA/PCB .fp footprints * tEDAx footprint (any version) - export footprint: * kicad footprint module (s-expr, according to version 3) * kicad pcbnew-module (legacy plain text format) * lihata pcb-rnd footprint (any version) * gEDA/PCB .fp footprints * tEDAx footprint (any version) - import netlist: * Accel ASCII netlists + footprint info * calay (netlists + footprint info) * flat netlist from EDIF * freepcb netlist + footprint info * gEDA/gschem (netlist + footprint info, running gnetlist) * import ltspice .net and .asc (netlist and footprint info) * flat .edf (netlist+footprint, produced by Mentor Graphics Design Capture) * pcb-rnd action script (netlist + footprint info) * schematics import by running a commandline * netlist import by running a commandline * gEDA netlist (plain text, no footprint info) * Orcad PCB II (netlist + footprint info) * PADS ascii (.asc, netlists + footprint info) * Protel netlists 2.0 + footprint info * sch-rnd sheet (netlist + footprint info, running sch-rnd) * sch-rnd project (netlist + footprint info, running sch-rnd) * Ringdove project (netlist + footprint info, running sch-rnd) * tinycad .net (netlists + footprint info) * eeschema netlist and footprint info * tEDAx netlist (any version) - export netlist: * tEDAx netlist (any version) - export image: * render in .png * render in .gif * render in .jpeg * render black&white postscript (single or multiple files) * render black&white or color embedded postscript (single file) * pro (projector: 3d rendering) * svg (Scalable Vector Graphics) - import misc: * HPGL plot (lines, arcs, polygons) * MUCS unixplot .pl (lines and vias) * ttf font * specctra .dsn (route result: wires and vias) * specctra .ses (route result: wires and vias) * eagle DRU (design rules) * lihata pcb-rnd font (any version) * gEDA/PCB font * tEDAx drc * tEDAx pcb-rnd drc script - export misc: * bom (Bill of Materials, text, templated) * .dxf (2D drawing for mech CADs) * excellon drill/cnc (for PCB fabbing) * fidocad .fcd (partial export) * export gcode (for milling) * gerber for PCB fabbing * hpgl * IPC-D-356 Netlist (for automated testing) * printer (using ps) * list of terminal connections (old, custom format) * OpenEMS (simulation, matlab files) * openscad script (colored 3D model) * stl (3d triangulated surface model) * amf (Additive Manufacturing File, surface model) * geda/PCB xy * gxyrs * Macrofab's pick&place * pick&place file for the TM220/TM240 device * KiCad .pos file * IPC-D-356 Netlist (from automated testing) * lihata pcb-rnd font (any version) * tEDAx etest * tEDAx drc * tEDAx pcb-rnd drc script Package: pcb-rnd-auto Description-md5: be675b124324df03a904ca8496118d7b Description-en: Autoroute and autoplace. Feature plugins for automated component placing and track routing. Package: pcb-rnd-cloud Description-md5: 859d6a2c53982005317e756bfac33d21 Description-en: Networking plugins. 'Cloud' footprint access plugin that integrates edakrill and gedasymbols.org. Package: pcb-rnd-core Description-md5: 279c48d25c357ab1e90b1bc510fea9da Description-en: pcb-rnd executable with the core functionality Includes the data model, the most common action commands, the native file format. Can be used in headless mode or batch/scripted mode for automated processing or with GUI (if pcb-rnd-lib-gui and librnd GUI HIDs are installed). Package: pcb-rnd-debug Description-md5: 2d96e71bab9b9339ac7f1c63d3c9283e Description-en: Debug and diagnostics. Extra action commands to help in debugging and diagnosing problems and bugs. Package: pcb-rnd-export Description-md5: d8cf77f8a18952d6b036d2bffe2d57ec Description-en: Common export plugins. Export the board in vector graphics (svg, ps, eps), raster graphics (png, jpeg, etc.), gerber, 3d model in openscad, xy for pick and place, BoM, etc. Package: pcb-rnd-export-extra Description-md5: ef520b6de88b14444ed094ba648d58a8 Description-en: Export formats: special/extra Less commonly used export formats: fidocadj, ipc-356-d, stl, old geda connection list format, direct printing with lpr. Package: pcb-rnd-export-sim Description-md5: a22b2a04b5d291080bf71d16b692b837 Description-en: Export plugins to simulators Export the board in formats that can be used for simulation: openems. Package: pcb-rnd-extra Description-md5: a3efb3bd038251fcf9ddca3e97c32f13 Description-en: Extra action commands and optional functionality. Align objects in grid, optimize tracks, font editor, combine polygons, renumber subcircuits, apply vendor drill mapping. Package: pcb-rnd-import-geo Description-md5: 822cece041a2bd04ae510167bc4f70ad Description-en: Geometry import. Plugins for importing pixmaps, fonts and vector graphics. Package: pcb-rnd-import-net Description-md5: 1fbf5e96856afbabfcf0f17698de5554 Description-en: Netlist/schematics import plugins. Import netlist and footprint information from edif, ltspice, mentor graphics, gschem and tinycad. Package: pcb-rnd-io-alien Description-md5: 81b54acbcbbd793966e22f38ed365535 Description-en: File format compatibility with other PCB layout designers. Load and/or save boards in file formats supported by other EDA tools, such as KiCAD, Eagle, protel/autotrax, etc. Package: pcb-rnd-io-standard Description-md5: 84bd19563fbd411a8ae90f8ad086d7d0 Description-en: Commonly used non-native board and footprint file formats Plugins for tEDAx footprint format and the gEDA/PCB file formats (footprint and board). Package: pcb-rnd-lib-gui Description-md5: 2e1dcc757749be91fb239872a520d909 Description-en: Support library for building the GUI. Provides pcb-rnd specific dialog boxes (e.g. fontsel) and top window GUI elements. Package: pcb-rnd-lib-io Description-md5: 78c6ae8a45216ac39f2e76f549bfeed0 Description-en: Support library for alien file formats. Provides generic, low level parsers (such as s-expression parser) for I/O plugins that need to deal with alien file formats. Package: python3-graph-tool Description-md5: 7d5143f85a6739dac984b51d57ee6d7e Description-en: Efficient network analysis -- Python graph-tool is an efficient Python module for manipulation and statistical analysis of graphs (a.k.a. networks). Contrary to most other Python modules with similar functionality, the core data structures and algorithms are implemented in C++, making extensive use of template metaprogramming, based heavily on the Boost Graph Library. This confers it a level of performance that is comparable (both in memory usage and computation time) to that of a pure C/C++ library. . This package provides the Python material. Package: python3-uwsgidecorators Description-md5: b6d60cbaaf5f0468faa6a7e19cf60424 Description-en: module of decorators for elegant access to uWSGI API (Python 3) uwsgidecorators is a simple Python module that exports a bunch of decorators to allow a more elegant approach to uWSGI API. Provided decorators helps with creating of RPC functions, timers, filemonitors. . This package provides uwsgidecorators module for Python 3. Package: reglookup Description-md5: 4b4cbf28979f6df6f91127ad133ce24b Description-en: utility to analysis for Windows NT-based registry RegLookup is a system to direct analysis of Windows NT-based registry files providing command line tools, a C API, and a Python module for accessing registry data structures. The project has a focus on providing tools for digital forensics investigations (though is useful for many purposes), and includes algorithms for retrieving deleted data structures from registry hives. . Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type. The package provides the following commands: reglookup, reglookup-recover and reglookup-timeline. Package: trinity Description-md5: 0b66b5bef215d4a2e96be23a7eddb2e0 Description-en: system call fuzz tester As 'fuzz testing' suggests, trinity calls syscalls at random, with random arguments. Where Trinity differs is that the arguments it passes are not purely random. . If a syscall took, for example, a file descriptor as an argument, one of the first things kernels does is validate that fd, if is not valid the kernel would just reject it as -EINVAL. . So on startup, Trinity creates a list of file descriptors, by opening pipes, scanning sysfs, procfs, /dev, and creates a bunch of sockets using random network protocols. Then when a syscall needs an fd, it gets passed one of these at random. . Trinity also shares those file descriptors between multiple threads, which causes havoc sometimes. . Warning: This program may seriously corrupt your files, including any of those that may be writable on mounted network file shares. It may create network packets that may cause disruption on your local network. Run at your own risk. Package: gcc-h8300-hms Description-md5: d91901416f9dfbb090eaa1f5d4083486 Description-en: GNU C compiler (cross compiler for h8300-hitachi-coff) This is the GNU C compiler, a fairly portable optimizing compiler which supports multiple languages. This package includes support for C. Package: libkseexpr-dev Description-md5: c4c9405a2ebe7495b26e0924d68c367d Description-en: development files for libreadstat library ReadStat is a command-line tool and MIT-licensed C library for reading files from popular stats packages. . This package contains the development files. Package: libkseexpr4 Description-md5: c157ea3e143b8a7cd757e48245f95d1c Description-en: embeddable expression evaluation engine - shared library SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. . KSeExpr is a fork of SeExpr mainly used for Krita. . This package contains the core shared library. Package: libkseexprui4 Description-md5: f923496503faba2e746129511b6cfd58 Description-en: embeddable expression evaluation engine - UI shared library SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. . KSeExpr is a fork of SeExpr mainly used for Krita. . This package contains the UI shared library. Package: libreflectcpp-dev Description-md5: c450107d0c5e0b46a772e2dc967e9e04 Description-en: C++20 library for fast (de-)serialization and validation (development files) reflect-cpp is a C++20 library for fast serialization, deserialization and validation using reflection. It supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org. . This package contains development files for libreflectcpp. Package: libreflectcpp0.18 Description-md5: 58534d0ab02cc922cd7975a260195b9d Description-en: C++20 library for fast (de-)serialization and validation (shared library) reflect-cpp is a C++20 library for fast serialization, deserialization and validation using reflection. It supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org. . This package contains libreflectcpp shared library. Package: liferea Description-md5: 57f6fdb83a5fee63a19a055fbe0906ab Description-en: feed/news/podcast client with plugin support Liferea is a feed reader, a news reader, and a podcast client that brings together all of the content from your favorite web subscriptions into a simple interface with an embedded graphical browser that's easy to organize and browse. It supports: * aggregating feeds in all the major syndication formats (including RSS/RDF, Atom, CDF, and more); * synchronizing feeds across devices, with TinyTinyRSS and TheOldReader support; * downloading articles for offline reading; * permanently saving headlines in news bins; * playing podcasts directly in Liferea's browser interface; * social networking / web integration so you can share your favorite news articles to Facebook, Google+, Reddit, Twitter, Slashdot, Digg, Yahoo and many more. . Liferea is an abbreviation for Linux Feed Reader. Package: mailfront Description-md5: df32c5e85614568b7e938b41fb60bfb4 Description-en: mail server network protocol front-ends mailfront is a set of customizable network front-ends for mail servers. It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an authentication module for IMAP. The mail delivery front-ends also contain internal address filtering features. . Two SMTP back-ends are provided. One delivers mail to qmail-queue, mimicking most of the behavior of qmail-smtpd, with the addition of support for SMTP AUTH. The other rejects all SMTP commands if $SMTPREJECT is set, and execs its command line otherwise (in order to run the above program). Package: openjdk-25-jre Description-md5: 5bad8f597e182fdf0635f3b9fccbce1a Description-en: OpenJDK Java runtime, using Hotspot Zero Full Java runtime environment - needed for executing Java GUI and Webstart programs, using Hotspot Zero. Package: openjdk-25-jre-headless Description-md5: 125494d786a73a442968635c3a21c714 Description-en: OpenJDK Java runtime, using Hotspot Zero (headless) Minimal Java runtime - needed for executing non GUI Java programs, using Hotspot Zero. Package: opensnitch Description-md5: 70a7beb0fba436ced27b1a33b90140fa Description-en: GNU/Linux interactive application firewall Whenever a program makes a connection, it'll prompt the user to allow or deny it. . The user can decide if block the outgoing connection based on properties of the connection: by port, by uid, by dst ip, by program or a combination of them. . These rules can last forever, until the app restart or just one time. . The GUI allows the user to view live outgoing connections, as well as search by process, user, host or port. . OpenSnitch can also work as a system-wide domains blocker, by using lists of domains, list of IPs or list of regular expressions. Package: qtmir-android Description-md5: 51bed230b43284a66cec12ffc66adc35 Description-en: QPA plugin for a Mir server (mobile, transitional package) QtMir is a set of Qt5 components to enable one to write a Mir server with Qt. It contains a QPA (Qt Platform Abstraction) plugin which creates and manages a Mir server. It also exposes some internal Mir functionality. . This variant of the package is for Android-based phones and tablets. . This is a transitional package. It can safely be removed. Package: wsjtx-improved Description-md5: 70f68c4174fac5fcd5affc60a599bcb0 Description-en: Weak-signal amateur radio communications WSJT-X implements amateur radio communication protocols or "modes" called FST4, FST4W, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, and WSPR, as well as one called Echo for detecting and measuring your own radio signals reflected from the Moon. These modes were all designed for making reliable, confirmed QSOs under extreme weak-signal conditions. . JT4, JT9, and JT65 use nearly identical message structure and source encoding (the efficient compression of standard messages used for minimal QSOs). They use timed 60-second T/R sequences synchronized with UTC. JT4 and JT65 were designed for EME ("moonbounce") on the VHF/UHF/microwave bands. JT9 is optimized for the MF, and HF bands. It is about 2 dB more sensitive than JT65 while using less than 10% of the bandwidth. Q65 offers submodes with a wide range of T/R sequence lengths and tone spacings. . FT4 and FT8 are operationally similar but use T/R cycles only 7.5 and 15 s long, respectively. MSK144 is designed for Meteor Scatter on the VHF bands. These modes offer enhanced message formats with support for nonstandard callsigns and some popular contests. . FST4 and FST4W are designed particularly for the LF and MF bands. On these bands their fundamental sensitivities are better than other WSJT-X modes with the same sequence lengths, approaching the theoretical limits for their rates of information throughput. FST4 is optimized for two-way QSOs, while FST4W is for quasi-beacon transmissions of WSPR-style messages. FST4 and FST4W do not require the strict, independent time synchronization and phase locking of modes like EbNaut. . WSPR mode implements a protocol designed for probing potential propagation paths with low-power transmissions. WSPR is fully implemented within WSJT-X, including programmable "band-hopping". . wsjt-x_improved is an enhanced version of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others. Package: sb16ctrl-bochs Description-md5: 00c29543573b338ce1a35bae09b7e897 Description-en: control utility for Bochs emulated SB16 card You can use this utility to perform some query operations on the Bochs emulated SB16 card. It needs to be installed in your Debian-based guest OS. . The sb16ctrl utility contained in this package can only be used from inside the Bochs emulator. DO NOT TRY IT ON REAL HARDWARE. Package: librust-tokio-executor-dev Description-md5: 1d0777a6d4941c1d599a024b61bd87bb Description-en: Future execution primitives - Rust source code This package contains the source for the Rust tokio-executor crate, packaged by debcargo for use with cargo and dh-cargo. Package: netlabel-tools Description-md5: c34a9c6dc669e03e4de3a6aeac234e2b Description-en: management tool for the Linux NetLabel Subsystem The NetLabel management utility, netlabelctl, is a command line program designed to allow system administrators to configure the NetLabel system in the kernel. . This package requires that the running kernel supports NETLABEL. Package: bsdextrautils-dbgsym Description-md5: eed65ed3b5cc3203ae5c9022e2ceae57 Description-en: debug symbols for bsdextrautils Package: bsdutils-dbgsym Description-md5: 3f4df212010573fe5c59b9ce5822bd15 Description-en: debug symbols for bsdutils Package: denemo Description-md5: 167f8e8517e834f579dc7fbd7c3c79b0 Description-en: free graphical music notation editor (GTK front end to LilyPond) Denemo is a free music notation program GUI for GNU/Linux, macOS and Windows that lets you rapidly enter notation which it typesets using the LilyPond music engraver. Music can be typed in at the PC keyboard, or played in via MIDI controller, or input acoustically into a microphone plugged into your computer’s soundcard. . Denemo uses LilyPond which generates beautiful sheet music to the highest publishing standards. During input Denemo displays the staffs in a simple fashion, so you can enter and edit the music efficiently. The typesetting is done in the background while you work, and is generally flawless publication quality. Some final tweaks can be done on the typeset score with the mouse if needed. This represents an enormous practical improvement over the popular programs which require you to re-position colliding notation constantly as you enter the music. . Beginner to Professional: Denemo can be used for a brief student homework all the way to a full-scale opera. Support is there for creating the widest range of notation – Tablature, Chord Charts, Fret Diagrams, Drums, transposing instruments, ossia, ottava, cue, title pages, table-of-contents, critical commentaries, footnotes quoting music, and more with LilyPond’s extensive syntax available for even more demanding uses. Package: eject-dbgsym Description-md5: 619bc59769a6a98c9101a79a9cdd8804 Description-en: debug symbols for eject Package: fdisk-dbgsym Description-md5: 5bac049ebdd48f12581382bb024da0df Description-en: debug symbols for fdisk Package: fim Description-md5: 545bc8b6326b5387fc70d5fa199f1855 Description-en: scriptable frame buffer, X.org and ascii art image viewer FIM is a highly customizable scriptable image viewer targeted at the users who are comfortable with software like the Vim text editor or the Mutt mail user agent. FIM aims to be a "swiss army knife" for viewing images. Its code derives from the "Fbi" framebuffer image viewer by Gerd Hoffmann. FIM is multidevice: it has X support via the SDL library and ascii art output via the aalib library. . It supports image description files, file search and filtering using regular expressions on filenames and descriptions, caption display, customizable status line, EXIF tags display, EXIF-based image rotation, recursive directory traversal, reading from stdin, and can e.g. jump between two images remembering scale and position. . It can speed up loading by image caching and speed up scaling with mipmaps. It offers GNU readline command line autocompletion and history, completely customizable key bindings, external/internal (if-while based) scriptability (through return codes, standard input/output, and commands given at invocation time, an initialization file, Vim-like autocommands), and much more. Package: gnome-shell-extension-prefs Description-md5: b750b0280408e85a2232c9f629868acf Description-en: tool to enable / disable GNOME Shell extensions This package contains a tool which users who use Shell extensions can use to toggle them on and off, and access their preferences. Package: groff Description-md5: 25430e8d190f285b6b198b66cd6a4f35 Description-en: 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; - perl: required for PDF output and for the chem preprocessor. Package: lastlog2 Description-md5: a81b4cb36ae4cda8dff736646e2d36b6 Description-en: Read lastlog2 database This package provides the lastlog2 program, to read the lastlog2 database. Package: lastlog2-dbgsym Description-md5: a49e4323edc3aa9f04fd9ef289c6c89f Description-en: debug symbols for lastlog2 Package: libautopilot-gtk Description-md5: c76f24e365cee9cbd3ae6bd89df0ce70 Description-en: Makes GTK+ applications introspectable by autopilot. This allows autopilot to test any existing GTK+ application, without having to rebuild the application under test. Package: libblkid1-dbgsym Description-md5: 247d757d1e363ac04c6e40813fc53303 Description-en: debug symbols for libblkid1 Package: libfdisk1-dbgsym Description-md5: 3668d91fa5c6898933fab189cc68390e Description-en: debug symbols for libfdisk1 Package: libignition-gui-dev Description-md5: feda608232ae7542cb618649a19a2bc9 Description-en: Ignition Gui classes and functions for robot apps - Development files Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package for development libraries and headers. Package: libignition-gui6-6 Description-md5: a1785db80184ac84ff09bc2ef2702ff3 Description-en: Ignition Gui classes and functions for robot apps - Shared library Ignition Gui is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Package contains the main libraries Package: libignition-sensors-air-pressure-dev Description-md5: 7ef8439d5cf7d15ce02454d28114b52d Description-en: Ignition sensors classes and functions for robot apps - Dev files air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for air-pressure sensor Package: libignition-sensors-altimeter-dev Description-md5: e7e4bd4fb10ae6d525fd53df49e3f692 Description-en: Ignition sensors classes and functions for robot apps - Dev files altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for altimeter sensor Package: libignition-sensors-camera-dev Description-md5: 9a8b2d2bc7256e8d3be9e95a8de9da99 Description-en: Ignition sensors classes and functions for robot apps - Dev files Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for Camera sensor Package: libignition-sensors-core-dev Description-md5: 045b0fe84d48ce2e398a6cd32cb62aba Description-en: Ignition sensors classes and functions for robot apps - Development files Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Core development files Package: libignition-sensors-depth-camera-dev Description-md5: 0cb6de466a3cb3a15285645737d1a676 Description-en: Ignition sensors classes and functions for robot apps - Dev files depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for depth-camera sensor Package: libignition-sensors-dev Description-md5: b51a00c68154af6a66278ed2bef0391a Description-en: Ignition sensors classes and functions for robot apps - Metapackage Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Metapackage for all the -dev files Package: libignition-sensors-force-torque-dev Description-md5: a68ff69ec3a7ac190752e37aead56407 Description-en: Ignition sensors classes and functions for robot apps - Dev files force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for force-torque sensor Package: libignition-sensors-gpu-lidar-dev Description-md5: 7c0a357103c919f224f14ccd4636a13c Description-en: Ignition sensors classes and functions for robot apps - Dev files gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for gpu-lidar sensor Package: libignition-sensors-imu-dev Description-md5: 2cb4aabeeda68b9203ced686aed19ec1 Description-en: Ignition sensors classes and functions for robot apps - Dev files imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for imu sensor Package: libignition-sensors-lidar-dev Description-md5: a97d47fe92f56af44e92d5c936cfb306 Description-en: Ignition sensors classes and functions for robot apps - Dev files lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for lidar sensor Package: libignition-sensors-logical-camera-dev Description-md5: 520a4c764874076ef2a304550f1789a7 Description-en: Ignition sensors classes and functions for robot apps - Dev files logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for logical-camera sensor Package: libignition-sensors-magnetometer-dev Description-md5: 959672d6f8a3b26e7fc4e2d9ef834460 Description-en: Ignition sensors classes and functions for robot apps - Dev files magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for magnetometer sensor Package: libignition-sensors-navsat-dev Description-md5: 7f056e5be5b7abc2cdf602b4d4ef786a Description-en: Ignition sensors classes and functions for robot apps - Dev files navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for NavSat (GPS) sensor Package: libignition-sensors-rendering-dev Description-md5: e8d69ff6a6c453c6791ed8ea937efcc4 Description-en: Ignition sensors classes and functions for robot apps - Dev files rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rendering sensor Package: libignition-sensors-rgbd-camera-dev Description-md5: f35c366810390c55e8eb96ba1b7a3e98 Description-en: Ignition Sensors classes and functions for robot apps - Dev files rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for rgbd-camera sensor Package: libignition-sensors-segmentation-camera-dev Description-md5: c99da2926ec257e587e2da1a5878e1ac Description-en: Ignition sensors classes and functions for robot apps - Dev files segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for segmentation-camera sensor Package: libignition-sensors-thermal-camera-dev Description-md5: c6b83066508432d2887164583c32b21e Description-en: Ignition sensors classes and functions for robot apps - Dev files thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Development files for thermal-camera sensor Package: libignition-sensors6-6 Description-md5: 11c0438fc30ca20a7a7b6a53c5a094a3 Description-en: Ignition sensors classes and functions for robot apps - Shared library Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. Package: libignition-sensors6-air-pressure6 Description-md5: 6af3c8504ac71fac27ab75b3e27d3b55 Description-en: Ignition sensors classes and functions for robot apps - Lib air-pressure Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for air-pressure sensor Package: libignition-sensors6-altimeter6 Description-md5: b5b40c004495caa2a0617bd41ac8fbc4 Description-en: Ignition sensors classes and functions for robot apps - Lib altimeter Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for altimeter sensor Package: libignition-sensors6-camera6 Description-md5: e0cefdb7a9b8fee736a39c6a3e5d7894 Description-en: Ignition sensors classes and functions for robot apps - Lib Camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for Camera sensor Package: libignition-sensors6-depth-camera6 Description-md5: fd36179ae2b4b263c991c031208c6557 Description-en: Ignition sensors classes and functions for robot apps - Lib depth-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for depth-camera sensor Package: libignition-sensors6-force-torque6 Description-md5: 56926cbbacc74bdb19f6320d9d96e9eb Description-en: Ignition sensors classes and functions for robot apps - Lib force-torque Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for force-torque sensor Package: libignition-sensors6-gpu-lidar6 Description-md5: 94dc7b7ee619cf97c4bbd9b9aa1d48e2 Description-en: Ignition sensors classes and functions for robot apps - Lib gpu-lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for gpu-lidar sensor Package: libignition-sensors6-imu6 Description-md5: c3f7a8b0900b5bb22286690a7dad12a8 Description-en: Ignition sensors classes and functions for robot apps - Lib imu Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for imu sensor Package: libignition-sensors6-lidar6 Description-md5: 09928d3bcb5434c27b4ee3f1b66284b0 Description-en: Ignition sensors classes and functions for robot apps - Lib lidar Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for lidar sensor Package: libignition-sensors6-logical-camera6 Description-md5: d21596526c2a201792542dffbe8fb918 Description-en: Ignition sensors classes and functions for robot apps - Lib logical-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for logical-camera sensor Package: libignition-sensors6-magnetometer6 Description-md5: 9f99ea765378626d5f99f4682048de90 Description-en: Ignition sensors classes and functions for robot apps - Lib magnetometer Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for magnetometer sensor Package: libignition-sensors6-navsat6 Description-md5: 6dbd43dc17d2d05de6788cc0423ed621 Description-en: Ignition sensors classes and functions for robot apps - Lib navsat Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for NavSat (GPS) sensor Package: libignition-sensors6-rendering6 Description-md5: 3bbd2907b87b38d1a3df1c97ab4918c5 Description-en: Ignition sensors classes and functions for robot apps - Lib rendering Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rendering sensor Package: libignition-sensors6-rgbd-camera6 Description-md5: 501dfc7a56ce94b12ca397b409807442 Description-en: Ignition Sensors classes and functions for robot apps - Lib rgbd-camera Ignition Sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for rgbd-camera sensor Package: libignition-sensors6-segmentation-camera6 Description-md5: c33fab7ca9f229ab00c48de7041b65e7 Description-en: Ignition sensors classes and functions for robot apps - Lib segmentation-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for segmentation-camera sensor Package: libignition-sensors6-thermal-camera6 Description-md5: 3d9f0ce4b4fd826a65199add2c4d5f7e Description-en: Ignition sensors classes and functions for robot apps - Lib thermal-camera Ignition sensors is a component in the ignition framework, a set of libraries designed to rapidly develop robot applications. . Shared library for thermal-camera sensor Package: liblastlog2-2 Description-md5: eea62ff73e66a83c684042e59cac1a51 Description-en: lastlog2 database shared library Y2038 safe lastlog database implementation, library files. Package: liblastlog2-2-dbgsym Description-md5: 21386af2b11cee5f1c76ec43cfc99eca Description-en: debug symbols for liblastlog2-2 Package: libmiallib-dev Description-md5: 27f4961c2a07fa987b1d0bd4a13ffd92 Description-en: JRC morphological and image processing library - Development files Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the files needed to develop a software that will use the Miallib (headers, static objects, configuration script). Package: libmiallib1 Description-md5: b7bd283625f499e4453aa7f0ab0b6a2b Description-en: JRC morphological and image processing library Miallib is a C library including image processing and mathematical morphology algorithms used by Join Research Center in their Big Data Analytics Platform, with binding for Python provided. . This package contains the shared library. Package: libmount1-dbgsym Description-md5: 3f176eaa1ca310b5fee75bc23c03ca3f Description-en: debug symbols for libmount1 Package: liboqs-dev Description-md5: 0bccf5e2c23b45c46763f63d43beffdf Description-en: library for quantum-safe cryptographic algorithms (development files) liboqs is an open source C library for quantum-safe cryptographic algorithms. It provides a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; a common API for these algorithms; a test harness and benchmarking routines. . liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through OpenSSL and OpenSSH. . This package contains the development files. Package: liboqs3 Description-md5: 0d203f318572e69446707ff82ea0f6e1 Description-en: library for quantum-safe cryptographic algorithms (shared library) liboqs is an open source C library for quantum-safe cryptographic algorithms. It provides a collection of open source implementations of quantum-safe key encapsulation mechanism (KEM) and digital signature algorithms; a common API for these algorithms; a test harness and benchmarking routines. . liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through OpenSSL and OpenSSH. . This package contains the shared library. Package: libpam-lastlog2 Description-md5: 44d05a5389249ac3ace99386c8a9584d Description-en: lastlog2 database PAM module Y2038 safe lastlog database implementation, PAM module. Package: libpam-lastlog2-dbgsym Description-md5: b7c8946a56e39afbff431ed955659903 Description-en: debug symbols for libpam-lastlog2 Package: librust-tokio-reactor-dev Description-md5: 07eabb320ba20cc7e0ec5ba4953b5dff Description-en: Event loop that drives Tokio I/O resources - Rust source code This package contains the source for the Rust tokio-reactor crate, packaged by debcargo for use with cargo and dh-cargo. Package: libsmartcols1-dbgsym Description-md5: 46b050da96f3d986e5ad10435ea50733 Description-en: debug symbols for libsmartcols1 Package: libuuid1-dbgsym Description-md5: 7218cdc079d4873f9b9c0bfff987e3f9 Description-en: debug symbols for libuuid1 Package: login-dbgsym Description-md5: d410e0abaa488d48e1dac7fdab334af6 Description-en: debug symbols for login Package: mount-dbgsym Description-md5: 9858f9b8eecc6fdd583e88e5694ef545 Description-en: debug symbols for mount Package: python3-cypari2 Description-md5: 4ce72cd59d1d99bc5bef7cb61b958cd3 Description-en: Python interface to PARI -- Python 3 A Python interface to the number theory library libpari. . This package installs the library for Python 3. Package: rfkill-dbgsym Description-md5: 506ba1b405cecbc3e6150d26a580097e Description-en: debug symbols for rfkill Package: ruby-haml Description-md5: 1a881aaa2a77db6c5a188cfabf6bb701 Description-en: Elegant, structured XHTML/XML templating engine Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML that's designed to express the structure of XHTML or XML documents in a non-repetitive, elegant, easy way, using indentation rather than closing tags and allowing Ruby to be embedded with ease. . It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine. Package: util-linux-dbgsym Description-md5: 264d94d2398c27bd9b971af750705294 Description-en: debug symbols for util-linux Package: util-linux-extra Description-md5: 6d905c81fc375da4b911c6b1488773c9 Description-en: interactive login tools Tools commonly found on systems where humans login interactively, or are needed with non-standard system configurations. Package: util-linux-extra-dbgsym Description-md5: 03a3a1f82b5a6e5fa6042474bd5a08f8 Description-en: debug symbols for util-linux-extra Package: uuid-runtime-dbgsym Description-md5: d6b650219b29daea431df32c0871b1e8 Description-en: debug symbols for uuid-runtime Package: s390-tools-chreipl-fcp-mpath Description-md5: b074ae3b95d7f4707c086e1f8d3c5b17 Description-en: chreipl-fcp-mpath utility for Linux on z Systems The package contains chreipl-fcp-mpath toolset from the s390-tools collection of utilities, that uses multipath information to change the configured FCP re-IPL path on detecting issues with the current path. Package: s390-tools-cpuplugd Description-md5: 9ecbba0935f842e86acedec57a87f6f3 Description-en: cpuplugd utility for Linux on z Systems The package contains cpuplugd hotplug daemon from the s390-tools collection of utilities. Package: s390-tools-osasnmpd Description-md5: e19b0c795d99dc43d017fe6145018e15 Description-en: osasnmpd utility for Linux on z Systems The package contains osasnmpd monitoring daemon from the s390-tools collection of utilities. Package: s390-tools-statd Description-md5: cdd35cf438bc9d1a03cdbf8e550ccea9 Description-en: mon_statd monitoring daemons for Linux on z Systems The package contains mon_procd and mon_fsstatd z/VM monitoring daemons for Linux on z Systems from the s390-tools collection of utilities. These tools are also known as mon_statd.