Package: afl++
Description-md5: dad03c98adce45fdfb6d2610388bb2e7
Description-en: instrumentation-driven fuzzer for binary formats
American fuzzy lop is a fuzzer that employs compile-time instrumentation and
genetic algorithms to automatically discover clean, interesting test cases
that trigger new internal states in the targeted binary. This substantially
improves the functional coverage for the fuzzed code. The compact synthesized
corpora produced by the tool are also useful for seeding other, more labor- or
resource-intensive testing regimes down the road.
.
afl++-fuzz is designed to be practical: it has modest performance
overhead, uses a variety of highly effective fuzzing strategies, requires
essentially no configuration, and seamlessly handles complex, real-world use
cases - say, common image parsing or file compression libraries.
.
afl++ is a fork of the unmaintained afl.
Package: afl++-doc
Description-md5: e28faca40fdb5d878c9f725ad154b396
Description-en: instrumentation-driven fuzzer for binary formats - documentation
American fuzzy lop is a fuzzer that employs compile-time instrumentation and
genetic algorithms to automatically discover clean, interesting test cases
that trigger new internal states in the targeted binary.
.
This package provides the documentation, a collection of special crafted test
cases, vulnerability samples and experimental stuff.
Package: alire
Description-md5: 7e71cbdb1432d63dbdcc547934cf40ef
Description-en: Ada package manager
A catalog of ready-to-use Ada libraries plus a command-line tool
(`alr`) to obtain, build, and incorporate them into your own projects.
It aims to fulfill a similar role to Rust's `cargo` or OCaml's `opam`.
.
This is a source package manager, in contrast to apt which is a binary
package manager.
Package: altree
Description-md5: b6b21ff883122e1527c5ccc7bb5583bd
Description-en: program to perform phylogeny-based association and localization analysis
ALTree was designed to perform association detection and localization of
susceptibility sites using haplotype phylogenetic trees: first, it allows the
detection of an association between a candidate gene and a disease, and second,
it enables to make hypothesis about the susceptibility loci.
Package: altree-examples
Description-md5: 36faf63076f27a0aada20ad02635b42a
Description-en: example files for ALTree
ALTree was designed to perform association detection and localization of
susceptibility sites using haplotype phylogenetic trees: first, it allows the
detection of an association between a candidate gene and a disease, and second,
it enables to make hypothesis about the susceptibility loci.
.
This package contains the example files for the ALTree package discussed in
its PDF manual.
Package: amanda-client
Description-md5: eb340217bc77fc442e67d6d525d8c0fb
Description-en: Advanced Maryland Automatic Network Disk Archiver (Client)
Amanda is a backup system designed to archive many computers on a
network to a single large-capacity tape drive. This package is
suitable for large amounts of data to backup. For smaller solutions
take a look at afbackup, tob, ...
.
Features:
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as they can be can written to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* does simple tape management: will not overwrite the wrong tape.
* supports tape changers via a generic interface. Easily customizable
to any type of tape carousel, robot, or stacker that can be controlled
via the unix command line.
* for a restore, tells you what tapes you need, and finds the proper
backup image on the tape for you.
* recovers gracefully from errors, including down or hung machines.
* reports results, including all errors in detail, in email to operators.
* will dynamically adjust backup schedule to keep within constraints:
no more juggling by hand when adding disks and computers to network.
* includes a pre-run checker program, that conducts sanity checks on both
the tape server host and all the client hosts (in parallel), and will
send an e-mail report of any problems that could cause the backups to
fail.
* can compress dumps before sending or after sending over the net, with
either compress or gzip.
* can optionally synchronize with external backups, for those large
timesharing computers where you want to do full dumps when the system
is down in single-user mode (since BSD dump is not reliable on active
filesystems): Amanda will still do your daily dumps.
* lots of other options; Amanda is very configurable.
.
THIS PACKAGE RELIES ON A RUNNING AMANDA SERVER IN YOUR NETWORK.
.
For important notes, see /usr/share/doc/amanda-client/README.Debian.
.
Explanation of suggested programs:
- gnuplot is needed for plotting statistics of backups
Package: amanda-common
Description-md5: 9be314450886c6bdecdb2064ccfdb4bd
Description-en: Advanced Maryland Automatic Network Disk Archiver (Libs)
This package contains libraries required by the amanda client and
server packages and includes the documentation.
Package: amanda-server
Description-md5: 7a44af7cb005595215636c1ed7a211fa
Description-en: Advanced Maryland Automatic Network Disk Archiver (Server)
Amanda is a backup system designed to archive many computers on a
network to a single large-capacity tape drive. This package is
suitable for large amounts of data to backup. For smaller solutions
take a look at afbackup, tob, ...
.
Features:
* will back up multiple machines in parallel to a holding disk, blasting
finished dumps one by one to tape as fast as they can be written to
tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host
with a large holding disk can be filled by Amanda in under 4 hours.
* built on top of standard backup software: Unix dump/restore, and
later GNU Tar and others.
* does simple tape management: will not overwrite the wrong tape.
* supports tape changers via a generic interface. Easily customizable
to any type of tape carousel, robot, or stacker that can be controlled
via the unix command line.
* for a restore, tells you what tapes you need, and finds the proper
backup image on the tape for you.
* recovers gracefully from errors, including down or hung machines.
* reports results, including all errors in detail, in email to operators.
* will dynamically adjust backup schedule to keep within constraints:
no more juggling by hand when adding disks and computers to network.
* includes a pre-run checker program, that conducts sanity checks on both
the tape server host and all the client hosts (in parallel), and will
send an e-mail report of any problems that could cause the backups to
fail.
* can compress dumps before sending or after sending over the net, with
either compress or gzip.
* can optionally synchronize with external backups, for those large
timesharing computers where you want to do full dumps when the system
is down in single-user mode (since BSD dump is not reliable on active
filesystems): Amanda will still do your daily dumps.
* lots of other options; Amanda is very configurable.
.
For important notes, see /usr/share/doc/amanda-server/README.Debian.
.
Explanation of suggested programs:
- perl is needed for some non essential server utilities
- gnuplot is needed for plotting statistics of backups
- to backup the tape server, you need to install the client too
Package: asciidoctor
Description-md5: 12d0cefa9d5d385422cc8c36ee28ad6a
Description-en: AsciiDoc to HTML rendering for Ruby
Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
Package: asciidoctor-doc
Description-md5: 2f072b4a9505129c88ad447fddec6434
Description-en: AsciiDoc to HTML rendering for Ruby (documentation)
Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
.
This package contains the documentation for asciidoctor.
Package: barnowl
Description-md5: 433996a434a354683f4eb690c5630cfb
Description-en: A curses-based tty Jabber, IRC, AIM and Zephyr client
A curses-based instant-messaging client supporting the Jabber, IRC, AIM
and Zephyr protocols. Much of the functionality is written in
Perl, which is supported as an extension language.
.
This is a fork of ktools software's owl Zephyr/AIM client.
Package: binkd
Description-md5: 5d0f8501c604b17ac5a63bc4efae3e5b
Description-en: FidoTech TCP/IP mailer
Binkd is a FidoTech mailer designed for use over TCP/IP.
.
This program is NOT an internet mail transfer agent.
If you don't know what it is, you don't need it.
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: calamares
Description-md5: 4d5b78b9b4c9dcb910431a58e1938ff8
Description-en: distribution-independent installer framework
Calamares is a distribution-independent installer framework.
.
It provides a graphical installer that can be used with nearly
any distribution. This package is suitable for live media on
Debian-based systems, and won't be of any particular use on
an already installed system.
.
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
Package: cgi-mapserver
Description-md5: 84edf36c492ddf586b6901d8fd342142
Description-en: CGI executable for MapServer
This package contains the mapserv CGI program. It provides the
MapServer template language, and can be used to implement Web Map
Service applications.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards. Scripting
functionality in MapScript is provided by the suggested mapscript
library packages.
Package: chafa
Description-md5: 22a0cde9e8437e61d5167ec916682939
Description-en: Image-to-text converter supporting a wide range of symbols, etc.
Chafa is a command-line utility that converts all kinds of images, including
animated image formats like GIFs, into ANSI/Unicode character output that can
be displayed in a terminal.
.
It is highly configurable, with support for alpha transparency and multiple
color modes and color spaces, combining a range of Unicode characters for
optimal output.
.
The core functionality is provided by a C library with a public,
well-documented API.
.
This package ships the command line tool.
Package: cl-bordeaux-threads
Description-md5: 5378588069e09e6c16e32d40e4635e4e
Description-en: Portable threads library for Common Lisp
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface.
.
It essentially provides a compatibility layer for multi-threading across
multiple CL implementations.
.
Some parts of its implementation-specific code can also be implemented in a
Lisp that does not support multiple threads, so that thread-safe code can be
compiled on both multithread and single-thread implementations without need of
conditionals.
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-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-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-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: 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: claws-mail
Description-md5: 5ca896e9df0156098e01f8da88fdd407
Description-en: Fast, lightweight and user-friendly GTK based email client
Claws Mail is a powerful and full-featured mail client formerly called
Sylpheed-Claws. It is also extensible using loadable plugins, which can
provide support for additional features, like other storage formats,
feed reader, calendar management, mail filtering, etc.
Package: claws-mail-acpi-notifier
Description-md5: 4e5b85c8942d81ee4bd233418f63a2a2
Description-en: Laptop's Mail LED control for Claws Mail
This plugin for the Claws Mail mailer enables notification
of new mail using the mail LED available on some portable computer
models from Acer, ASUS, Fujitsu and IBM makers.
Package: claws-mail-address-keeper
Description-md5: faacd3fe1d0d1606f5c86d62f6196a38
Description-en: Address keeper plugin for Claws Mail
This plugin allows saving outgoing addresses to a designated folder
in the address book. Addresses are saved only if not found in the
address book to avoid unwanted duplicates.
.
Selecting which headers are scanned for keeping addresses is also
supported, one or several of 'To', 'Cc' and/or 'Bcc'.
Package: claws-mail-archiver-plugin
Description-md5: 94bf682ad3a2ffe62004d3a22e4d9e3b
Description-en: Archiver plugin for Claws Mail
This plugin for Claws Mail allows archiving of account's folders (IMAP,
POP or local) as well as vcalendar folders.
.
Several formats are supported (TAR, PAX, SHAR and CPIO) with optional
compression methods (GZIP, BZIP2).
Package: claws-mail-attach-remover
Description-md5: 3fee7e31954e9d3ea9d5d1cf1822cec8
Description-en: Mail attachment remover for Claws Mail
This plugin for the Claws Mail mailer provides ways to remove unwanted
attachments from received mails.
.
All attachments are removed from the selected mails when more than one
message is selected.
.
You can also remove individual attachments from messages.
Package: claws-mail-attach-warner
Description-md5: 59e83182f81ae39e1bd2208a237368c7
Description-en: Missing attachment warnings for Claws Mail
This plugin for Claws Mail warns the user with a popup window if some
reference to an attachment is found in the composed mail text but no
file is attached.
Package: claws-mail-bogofilter
Description-md5: 504a951df8914653f11ee4bb5deb69db
Description-en: Bogofilter plugin for Claws Mail
This plugin for Claws Mail will scan received mail using Bogofilter
to decide if it is spam or not. Users can also teach Bogofilter
to recognise spam or ham using the corresponding menu entries.
Package: claws-mail-bsfilter-plugin
Description-md5: 1ddf77a7ec2ac108b230c93b1a2583be
Description-en: Spam filtering using bsfilter for Claws Mail
This plugin for Claws Mail allows filtering of spam messages using the
Bayesian filtering program bsfilter.
.
The bsfilter can be trained with spam and ham messages to improve its
spam detection capabilities.
Package: claws-mail-clamd-plugin
Description-md5: 6954540c2d783c54db171f63f9fb0a24
Description-en: ClamAV socket-based plugin for Claws Mail
This plugin uses Clam AntiVirus to scan all messages that are
received from an IMAP, POP or local account.
.
When a message attachment is found to contain a virus it can be
deleted or saved in a specially designated folder.
.
Due to licensing issues this plugin does not link against any
libraries from ClamAV. The plugin therefore requires a ClamAV
daemon running, either on localhost or somewhere else, for the
plugin to access it via a Unix or TCP socket.
Package: claws-mail-dillo-viewer
Description-md5: bb042d60efe411fef778c5d1091a04f5
Description-en: HTML viewer plugin for Claws Mail using Dillo
This is an HTML viewer plugin that uses the Dillo browser to render the
HTML message parts in the Claws Mail message view window.
.
Additionally allows for:
• Safe browsing to avoid problems with malicious HTML mails.
• Fetching and displaying remote images.
• Browsing the web from within of Claws Mail.
Package: claws-mail-doc
Description-md5: 5908123576c87afa2da6cc4147785777
Description-en: User documentation for Claws Mail mailer
This package provides the Claws Mail user's manual. The document is
available in text and HTML formats for screen reading, and also PostScript
and PDF formats for printing.
Package: claws-mail-extra-plugins
Description-md5: 5be0713364e2ea1b54026a74529533cc
Description-en: Extra plugins collection for Claws Mail
This is a metapackage for installing all extra plugins packages
available from the upstream site for the Claws Mail mailer.
.
Historically these were plugins shipped in a separate tarball
but nowadays they are included in Claws Mail sources.
.
See each individual package description for further details.
Package: claws-mail-fancy-plugin
Description-md5: bd83c0fd6a566d58dcf9f8aa023b6fa1
Description-en: HTML mail viewer using GTK WebKit
This plugin for Claws Mail allows rendering of HTML email messages
in the message window.
.
It uses the GTK 3 port of the WebKit library to render HTML.
.
Supports printing HTML mails when html2ps package is installed.
Package: claws-mail-feeds-reader
Description-md5: cd0f79d2ef1c9e1bc12cdb61bf6907a0
Description-en: Feeds (RSS/Atom/RDF) reader plugin for Claws Mail
The RSSyl plugin provides feeds reading capability for Claws Mail mailer.
.
Supported feed formats are:
• RSS 1.0 (Resource Description Framework)
• RSS 2.0
• Atom (RFC 4287)
.
Has also per-feed customization features, transforming Claws Mail into
a powerful lightweight feeds reader.
Package: claws-mail-fetchinfo-plugin
Description-md5: 841a2ef97926188460ae1c13942bfc38
Description-en: Add X-FETCH headers plugin for Claws Mail
This plugin for the Claws Mail mailer enables adding useful extra headers
to the received mails with information like the receiving account or the
server the mail was downloaded from. These extra headers can be used for
filtering and/or processing messages more appropriately.
Package: claws-mail-i18n
Description-md5: c260b84bb0144f68c9ec6679901e405c
Description-en: Locale data for Claws Mail (i18n support)
This package provides support for additional languages to the
Claws Mail mailer.
Currently available locales are:
ca (Catalan) cs (Czech)
da (Danish) de (German)
en_GB (British English) es (Spanish)
fi (Finnish) fr (French)
he (Hebrew) hu (Hungarian)
id_ID (Indonesian) it (Italian)
ja (Japanese) nb (Norwegian Bokmål)
nl (Dutch) pt_BR (Brazilian Portuguese)
pl (Polish) ro (Romanian)
ru (Russian) sk (Slovak)
sv (Swedish) tr (Turkish)
zh_TW (Traditional Chinese)
Package: claws-mail-keyword-warner
Description-md5: df6b140b3772f2f677914e8cb700e138
Description-en: Warning on message keywords for Claws Mail
This plugin for Claws Mail warns the user with a popup window if some
predefined keyword is found in the composed mail text.
Package: claws-mail-libravatar
Description-md5: eacf857760854ac440624d8426a2591c
Description-en: Display sender avatar from a libravatar server
This plugin for the Claws Mail mailer allows retrieval of profile
images from libravatar servers, either federated servers (running
on sender's domain) or the main libravatar.org server.
.
Currently supports all default missing icon modes on libravatar.org
service, and makes extensive use of disk caching to minimize the
number of network requests.
.
Nevertheless, it may add several network requests per message, so
if you're on a high latency network you may experience some delay
displaying messages.
Package: claws-mail-litehtml-viewer
Description-md5: ddf06b17b1cf162943a869e65f9563c9
Description-en: HTML viewer plugin using litehtml library
This is an HTML viewer plugin that uses the litehtml to render the
HTML message parts in the Claws Mail message view window.
.
Users of old Fancy plugin may find this viewer more similar than
other HTML viewer plugins, though you may miss some feature.
Package: claws-mail-mailmbox-plugin
Description-md5: 19bf8bc8f99d98d9d59ffcb51cfd2ee5
Description-en: mbox format mailboxes handler for Claws Mail
The mailMBOX plugin for Claws Mail provides the ability of handling
existing mbox format files using the libetpan library.
.
Once added, these files appear like mailer's native mail folders.
Package: claws-mail-managesieve
Description-md5: 1ea5983ecb3e0c7f5f7259242639d731
Description-en: manage Sieve filters with Claws Mail
This plugin for Claws Mail mailer provides an interface for
managing filtering scripts on Sieve-compliant mail servers.
.
It allows creating new, editing and removing existing server
scripts. Syntax checking is also available, but knowledge of
filtering language is required.
Package: claws-mail-multi-notifier
Description-md5: 4afbd30463edcbea413b068e8dcea0de
Description-en: Various new mail notifiers for Claws Mail
This plugin for Claws Mail mailer collects several ways of notification
of new (and possibly unread) mail to the user.
.
Currently the following methods are implemented:
- a banner
- a popup window
- a custom command
- a message to a LCD daemon
- a system tray icon
- an indicator
Package: claws-mail-newmail-plugin
Description-md5: be9616baf10620781e523d42d04b288b
Description-en: New mail logger plugin for Claws Mail
This plugin for the Claws Mail mailer writes a summary of new messages'
headers to a log file.
.
This summary is written on arrival of new mail and after sorting it.
Package: claws-mail-pdf-viewer
Description-md5: 0d8443a0c4b9cabce87b62e22cf4d319
Description-en: PDF and PostScript attachment viewer for Claws Mail
This plugin allows Claws Mail to view PDF and PostScript files
attached to mails in the message window.
.
PostScript requires 'gs' tool to be available for conversion,
otherwise plugin will only be able to display PDF attachments.
Package: claws-mail-perl-filter
Description-md5: e54b415a2b4c0548f40cd4753adbc9ae
Description-en: Message filtering plugin using perl for Claws Mail
This plugin enables filtering of Claws Mail messages using perl
regular expressions and, in fact, giving all the perl features and
power to the filtering engine.
.
A tool for converting the current filter set of the user into a
equivalent perl script suitable for the plugin is also provided.
Package: claws-mail-pgpinline
Description-md5: 7166e0d7bd8f79fd291d57cd18bcc651
Description-en: PGP/inline plugin for Claws Mail
This plugin for Claws Mail verifies signatures of digitally signed
messages, and decrypts encrypted messages. It's also required
to send signed and encrypted messages using inline method (deprecated).
Package: claws-mail-pgpmime
Description-md5: 5429c2a80781d2ea107fbbfad8cab2ed
Description-en: PGP/MIME plugin for Claws Mail
This plugin for Claws Mail verifies signatures and decrypts
messages. It does also provide the PGP/core plugin for use with other
privacy plugins, required also for signing and encrypting mails.
Package: claws-mail-plugins
Description-md5: aea89c1eacea28211295db1a94b6b8c8
Description-en: Installs plugins for the Claws Mail mailer
This is a metapackage to install core plugin packages provided
by the Claws Mail sources. Historically these were the only
plugins provided along with Claws Mail itself.
.
See the claws-mail-extra-plugins package for more plugins.
Package: claws-mail-python-plugin
Description-md5: 5268ea850c40577f1afafa1d8dfb943a
Description-en: Python plugin and console for Claws Mail
This plugin provides Python scripting access to Claws Mail.
.
It features a console for testing and help about available
functions. Scripts can be saved for later usage as new menu
items or to be automatically loaded on startup.
Package: claws-mail-smime-plugin
Description-md5: b0bded1d04f084c1ec70a2a4f594350b
Description-en: S/MIME signature/encryption handling for Claws Mail
This plugin handles S/MIME signed and/or encrypted mails in Claws Mail.
You can decrypt mails, verify signatures or sign and encrypt your own mails.
.
S/MIME is also known as PKCS#7 and uses the application/pkcs7-signature
or application/x-pkcs7-signature MIME subtype within messages.
.
Receiving an attachment called smime.p7m is also sign of this kind of
signature usage.
Package: claws-mail-spam-report
Description-md5: 15cf727eb20d84e8a0a571ad876e60dc
Description-en: Spam reporting plugin for Claws Mail
This plugin for Claws Mail allows sending reports about spam
messages received to spam harvesting sites online.
.
Currently are supported the signal-spam.fr and spamcop.net
sites and also the Debian lists spam nomination system.
Package: claws-mail-spamassassin
Description-md5: 7776d5cb9efb31a0d77a00c53abdcc32
Description-en: SpamAssassin plugin for Claws Mail
This plugin for Claws Mail will filter all received email through
a SpamAssassin daemon to decide if it is spam or not and process them
accordingly.
Package: claws-mail-tnef-parser
Description-md5: b8e73b52146e065a3bdff4bb8f78cc0c
Description-en: TNEF attachment handler for Claws Mail
This plugin for Claws Mail allows reading of application/ms-tnef
attachments. These attachments usually come from Microsoft mailers
with the name 'winmail.dat'.
Package: claws-mail-tools
Description-md5: 38d2e1956f817d4610778a5eac021743
Description-en: Helper and utility scripts for Claws Mail mailer
Several scripts in a variety of languages which provide ready to use
solutions to common problems found by Claws Mail users.
E.g.: mailboxes migration, addressbooks conversion, etc.
.
See README files for further details about included scripts.
Package: claws-mail-vcalendar-plugin
Description-md5: 6800bec1a1d9b26bab9d54ee77eb5c60
Description-en: vCalendar message handling plugin for Claws Mail
The vCalendar plugin for Claws Mail provides vCalendar message
handling (the meeting subset of the vCalendar format), displaying
such mails in a nice format, letting you create and send meetings,
and creating a virtual folder with the meetings you sent or received.
.
The functionality is similar to the one provided by Evolution for
that mails.
Package: clc-intercal
Description-md5: 8377fcaece3b12bf7911a8ee0bcb2da8
Description-en: Compiler for the INTERCAL language
This package provides a Perl-based compiler for the INTERCAL
programming language, usable either from the command line or as a
Perl module.
.
CLC-INTERCAL is designed to be almost compatible with the original
(Princeton 1972) compiler. It also implements several extensions to
the original language, including support for object orientation,
operator overloading and quantum computing.
Package: clearsilver-dev
Description-md5: f4cf156c070f7222d1b2c8c25d352567
Description-en: headers and static library for clearsilver
Clearsilver is a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it
provides a separation between presentation code and application logic which
makes working with your project easier.
.
This package contains the C headers, the static library and the cstest binary
for developers.
Package: cod-tools
Description-md5: 8b218d25247cc21b857131c4bc2132d7
Description-en: tools for manipulating CIF format files
cod-tools is a set of Perl modules and command line tools for
manipulating Crystallographic Information Format (CIF) v1.1 and v2.0
files.
Package: cyrus-admin
Description-md5: 30d4f431154e19f3badd2b37661f7170
Description-en: Cyrus mail system - administration tools
This package provides the administrative tools for the Cyrus IMAPd suite.
It contains the cyradm tool which can be used to administer
both local and remote Cyrus mail systems. It also contains sieveshell
and its deprecated cousin installsieve, which can be used to manage
sieve scripts.
.
For more information, please see the cyrus-common package.
Package: cyrus-caldav
Description-md5: 4a2a6a95eea3e87b63bd5ba8d5020b3d
Description-en: Cyrus mail system - CalDAV and CardDAV support
This package contains the CalDAV and CardDAV portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-clients
Description-md5: 992ed3dec2e38f35f5825dbbb87631db
Description-en: Cyrus mail system - test clients
This package contains client tools to test the Cyrus IMAPd suite.
It contains the mupdatetest, sivtest, smtptest, lmtptest,
imtest and pop3test tools which can be used to interactively talk to
a mupdate, Sieve, SMTP, LMTP, IMAP or POP3 server.
The clients are fully SASL-enabled for authentication.
.
For more information, please see the cyrus-common package.
Package: cyrus-common
Description-md5: ce477374fcdec4eb4b04c5e339e4a360
Description-en: Cyrus mail system - common files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
Cyrus doesn't support reading from and storing mail in the
standard mail spool. It stores mail in a separate directory in its
own MH-like format.
.
This package contains the common files needed by the other Cyrus
components. The cyrus-imapd and/or cyrus-pop3d packages are needed
to enable IMAP and POP3 support respectively. cyrus-murder can be
used to enable IMAP, POP3 and LMTP proxying. cyrus-replication
can be used to provide server replication between two imap servers.
Package: cyrus-dev
Description-md5: 16eb6f696ea714cc04c10da3bf1af891
Description-en: Cyrus mail system - developer files
This package contains header files and the static library needed
to develop IMAP applications that interface with the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-doc
Description-md5: dc4db33c7f92d614299003a2faaa98f8
Description-en: Cyrus mail system - documentation files
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the documentation for the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-imapd
Description-md5: 2013b72b2b05fdd34a3b3dd1c1ba084e
Description-en: Cyrus mail system - IMAP support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the IMAP (Internet Mail Access Protocol) portion
of the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-murder
Description-md5: ab90b0c9d4129b972ab15fe6e9c32d5d
Description-en: Cyrus mail system - proxies and aggregator
This package contains the Cyrus IMAPd suite murder aggregator system,
i.e. IMAP, POP3 and LMTP proxies, and the mupdate mailbox master daemon.
It allows for cluster setups where there are many backend Cyrus spools and
frontend proxy servers.
.
For more information, please see the cyrus-common package.
Package: cyrus-nntpd
Description-md5: bcca7012a9781e9e61073187c18156df
Description-en: Cyrus mail system - NNTP support
This package contains the NNTP (Network News Transfer Protocol) portion of
the Cyrus IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-pop3d
Description-md5: 70c2ae7050e6313a16eb7cb9d9341a7f
Description-en: Cyrus mail system - POP3 support
Cyrus is an IMAP server designed to handle massive quantities of mail,
with a number of features not found in other IMAP implementations,
including support for:
- running the daemon without root privileges;
- POP3 and NNTP in addition to plain IMAP;
- CalDAV and CardDAV;
- secure IMAP using SSL;
- server-side filtering with Sieve;
- mail users without login accounts;
- simple mail quotas;
- virtual domains;
- IPv6.
.
This package contains the POP3 (Post Office Protocol) portion of the Cyrus
IMAPd suite.
.
For more information, please see the cyrus-common package.
Package: cyrus-replication
Description-md5: b418abba8bf22d6e89141717800813af
Description-en: Cyrus mail system - replication
This package contains the Cyrus IMAPd suite replication system.
It allows the replication of the mail spool between two imap or pop servers.
.
For more information, please see the cyrus-common package.
Package: deken
Description-md5: 613b085629314b423c1c10e0dd8ba7fc
Description-en: Externals wrangler for Pure Data - upload utility
deken is a simple and easy to use package manager for Pure Data (Pd).
.
This package provides a command line tool that facilitates the creation
and upload of your own packages to the official package repository
puredata.info.
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: elinks
Description-md5: 66ee559746b6122c8f9322ccc27fd1f6
Description-en: advanced text-mode WWW browser
ELinks is a feature-rich program for browsing the web in text mode. It is
like enhanced Lynx and Links. The most noteworthy features of ELinks are:
.
* Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.)
* Internationalized domain names
* Persistent cookies, HTTP authentication and proxy authentication
* Tabbed browsing, good looking menus and dialogs, and key-binding manager
* History browsing and typeahead searches
* Forms history and completion, and history in commonly used input dialogs
* CSS support and support for browser scripting (Perl, Lua, Guile etc.)
* Tables and frames rendering, and configurable color support
* Compressed and background (non-blocking) downloads, and download resuming
.
This package is based on elinks fork, since original elinks seems to be no
longer maintained.
Package: elinks-data
Description-md5: b12fd0ea4ccdeeebd88e81a5321ce4cc
Description-en: advanced text-mode WWW browser - data files
ELinks is a feature-rich program for browsing the web in text mode. It is
like enhanced Lynx and Links. The most noteworthy features of ELinks are:
.
* Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.)
* Internationalized domain names
* Persistent cookies, HTTP authentication and proxy authentication
* Tabbed browsing, good looking menus and dialogs, and key-binding manager
* History browsing and typeahead searches
* Forms history and completion, and history in commonly used input dialogs
* CSS support and support for browser scripting (Perl, Lua, Guile etc.)
* Tables and frames rendering, and configurable color support
* Compressed and background (non-blocking) downloads, and download resuming
.
This package contains the data files that are necessary to use ELinks.
Package: elinks-doc
Description-md5: 51de3db0ddd45c8875ca36ea5debfd21
Description-en: advanced text-mode WWW browser - documentation
ELinks is a feature-rich program for browsing the web in text mode. It is
like enhanced Lynx and Links. The most noteworthy features of ELinks are:
.
* Lots of protocols (local files, finger, HTTP(S), FTP, IPv4/6 etc.)
* Internationalized domain names
* Persistent cookies, HTTP authentication and proxy authentication
* Tabbed browsing, good looking menus and dialogs, and key-binding manager
* History browsing and typeahead searches
* Forms history and completion, and history in commonly used input dialogs
* CSS support and support for browser scripting (Perl, Lua, Guile etc.)
* Tables and frames rendering, and configurable color support
* Compressed and background (non-blocking) downloads, and download resuming
.
This package contains the documentation and manuals for ELinks.
Package: elpa-flycheck
Description-md5: a537e395ab01bcebd0553cd7a9a35398
Description-en: modern on-the-fly syntax checking for Emacs
Flycheck uses various syntax checking and linting tools to
automatically check the contents of buffers while the user types, and
reports warnings and errors directly in the buffer, or in an optional
error list.
.
It is intended to replace the older Flymake which is part of Emacs core.
Package: eperl
Description-md5: 8c031cf4d8b7bf7f078c7b2aac563af3
Description-en: Embedded Perl 5 Language
ePerl interprets an ASCII file bristled with Perl 5 program statements by
evaluating the Perl 5 code while passing through the plain ASCII data. It
can operate in various ways: As a stand-alone Unix filter or integrated
Perl 5 module for general file generation tasks and as a powerful Webserver
scripting language for dynamic HTML page programming.
Package: epic4
Description-md5: deab0227c20efd2b4b1bd5a140b463f3
Description-en: epic irc client, version 4
epic4 is an irc client based on ircII. It is primarily suited to users who
wish to write their own irc scripts or have irc scripts written by others.
.
Previous versions of epic were 100% compatible with ircII 2.8.2, though
this is no longer the case. Instead we've taken a new direction and chosen
to find places where compatibility with ircII is undesirable and fix them.
No gratuitous incompatibilities have been added, though many new features
have been.
Package: epic5
Description-md5: 6d8a541e08d80d4b65dba9febd82c8d2
Description-en: epic irc client, version 5
epic5 is an irc client based on ircII. It is primarily suited to users who
wish to write their own irc scripts or have irc scripts written by others.
.
Previous versions of epic were 100% compatible with ircII 2.8.2, though
this is no longer the case. Instead we've taken a new direction and chosen
to find places where compatibility with ircII is undesirable and fix them.
No gratuitous incompatibilities have been added, though many new features
have been.
Package: exactimage
Description-md5: 9949da3ff157b2d9d5470042b5d548a3
Description-en: fast image manipulation programs
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the utilities.
Package: eximon4
Description-md5: 9d049018af5088cbceaa2af23692d02a
Description-en: monitor application for the Exim MTA (v4) (X11 interface)
Eximon is a helper program for the Exim MTA (v4). It allows
administrators to view the mail queue and logs, and perform a variety
of actions on queued messages, such as freezing, bouncing and thawing
messages.
Package: faketime
Description-md5: 583f56c26c345706c1147c5561a549d0
Description-en: Report faked system time to programs (command-line tool)
The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts
various system calls which programs use to retrieve the current date
and time. It can then report faked dates and times (as specified by
you, the user) to these programs. This means you can modify the
system time a program sees without having to change the time
system-wide. FTPL allows you to specify both absolute dates (e.g.,
2004-01-01) and relative dates (e.g., 10 days ago).
.
This package contains a "faketime" binary that makes it easy to use
the LD_PRELOAD library.
Package: faust
Description-md5: 1c36fd02fcf7c7ea7473333e8a7d78d9
Description-en: functional programming language for realtime audio applications
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translate signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
file are provided and additional ones are fairly easy to add.
.
Syntax highlighting of faust files for various editors is included in the
'faust-common' package (which will be automatically installed along this
package).
Package: faust-common
Description-md5: 655ae3fd6faef658b0c8f9585d6776b1
Description-en: functional programming language for realtime audio applications - common files
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translate signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
file are provided and additional ones are fairly easy to add.
.
This package contains the architecture independent files for faust as well as
syntax highlighting files for various editors.
Package: feersum
Description-md5: b28d591f0efcae435f4eeb3e8afb6a7f
Description-en: PSGI engine for Perl based on EV/libev
Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
including the psgi.streaming interface and is compatible with Plack and PSGI
1.1. Feersum also has its own "native" interface which is similar in a lot of
ways to PSGI, but is not compatible with PSGI or PSGI middleware.
.
Feersum uses a single-threaded, event-based programming architecture to scale
and can handle many concurrent connections efficiently in both CPU and RAM. It
skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.
Package: fenics
Description-md5: d3015a1f60aae2dbbc9de5b6f0aa19b9
Description-en: Automated Solution of Differential Equations
FEniCS is a collection of free software for automated, efficient
solution of differential equations.
.
FEniCS has an extensive list of features, including automated
solution of variational problems, automated error control and
adaptivity, a comprehensive library of finite elements, high
performance linear algebra and many more.
.
FEniCS is organized as a collection of interoperable components,
including the problem-solving environment DOLFIN, the form compiler
FFC, the finite element tabulator FIAT, the just-in-time compiler
Instant, the code generation interface UFC, the form language UFL and
a range of additional components.
.
This is a metapackage which depends on all FEniCS components.
.
This is the legacy version of FEniCS. You may want to consider
installing the next-generation FEniCS-X (fenicx package).
Package: fenicsx
Description-md5: e4e2e6146cf4c1c06ad520ad19b71e84
Description-en: Automated Solution of Differential Equations
FEniCS is a collection of free software for automated, efficient
solution of differential equations.
.
FEniCS has an extensive list of features, including automated
solution of variational problems, automated error control and
adaptivity, a comprehensive library of finite elements, high
performance linear algebra and many more.
.
FEniCS is organized as a collection of interoperable components,
including the problem-solving environment DOLFIN, the form compiler
FFC, the finite element tabulator FIAT, the just-in-time compiler
Instant, the code generation interface UFC, the form language UFL and
a range of additional components.
.
This is a metapackage which depends on all FEniCS-X components.
.
FEniCS-X is the next-generation implementation of FEniCS
(with DOLFIN-X, FFC-X)
Package: finch
Description-md5: 540371cd58e628029990a6002ba2caac
Description-en: text-based multi-protocol instant messaging client
Finch is a text/console-based, modular instant messaging client capable of
using multiple networks at once. Currently supported out of the box are:
Jabber/XMPP, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, Lotus
Sametime, SIMPLE, and Zephyr. It can support many more with plugins.
.
Some extra packages are suggested to use increased functionality:
* libx11-6
- To use the Clipboard and/or Toaster plugins.
Package: finch-dev
Description-md5: c7eff7657eed23dc8ade8bbf10342727
Description-en: text-based multi-protocol instant messaging client - development
This package contains the headers and other development files not included in
the main finch package. Install this if you wish to compile your own plugins.
Package: findimagedupes
Description-md5: 6f073b619749599256d959f814d86df6
Description-en: Finds visually similar or duplicate images
findimagedupes is a commandline utility which performs a rough
"visual diff" to two images. This allows you to compare two
images or a whole tree of images and determine if any are
similar or identical. On common image types, findimagedupes
seems to be around 98% accurate.
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: flycheck-doc
Description-md5: 2b752f744980a4c6e2ff13af7e4e80a6
Description-en: modern on-the-fly syntax checking for Emacs - documentation
Flycheck uses various syntax checking and linting tools to
automatically check the contents of buffers while the user types, and
reports warnings and errors directly in the buffer, or in an optional
error list.
.
This package includes flycheck's HTML documentation.
Package: flydraw
Description-md5: aa058a16abd6cbeedce7c237076a8669
Description-en: command-line drawing tool
flydraw is a drawing tool based on an interpreter which parses a
language featuring rich graphic primitives; it uses libgd to output
GIF, JPEG, or PNG files.
Package: freeradius-iodbc
Description-md5: 6347edefac75f466ab02895aecb1a016
Description-en: iODBC module for FreeRADIUS server
The FreeRADIUS server can use iODBC to access databases to authenticate users
and do accounting, and this module is necessary for that.
Package: freeradius-krb5
Description-md5: 3a5c3602207569628c542943459c0429
Description-en: kerberos module for FreeRADIUS server
The FreeRADIUS server can use Kerberos to authenticate users, and this module
is necessary for that.
Package: freeradius-ldap
Description-md5: cc9ad4f60cb78e6b940d44e4c3b57d1d
Description-en: LDAP module for FreeRADIUS server
The FreeRADIUS server can use LDAP to authenticate users, and this module
is necessary for that.
Package: freeradius-memcached
Description-md5: 6c7415181d540694968e8e8c5fbf1877
Description-en: Memcached module for FreeRADIUS server
The FreeRADIUS server can cache data in memcached and this package
contains the required module.
Package: freeradius-mysql
Description-md5: 4423793fbfc997cd42deec2bcb196555
Description-en: MySQL module for FreeRADIUS server
The FreeRADIUS server can use MySQL to authenticate users and do accounting,
and this module is necessary for that.
Package: freeradius-postgresql
Description-md5: 21c022ad780dbebcad8db320d076ccd0
Description-en: PostgreSQL module for FreeRADIUS server
The FreeRADIUS server can use PostgreSQL to authenticate users and do
accounting, and this module is necessary for that.
Package: freeradius-python3
Description-md5: 80f8197fc7d045314f87c86f25224510
Description-en: Python 3 module for FreeRADIUS server
This package is required to add Python 3 functionality to the
FreeRADIUS server.
.
It was introduced in FreeRADIUS 3.0.20 as EXPERIMENTAL module. Use at
your own risk.
Package: freeradius-redis
Description-md5: 409331feca6e7b06facbc4bac2a0f07b
Description-en: Redis module for FreeRADIUS server
This module is required to enable the FreeRADIUS server to access
Redis databases.
Package: freeradius-rest
Description-md5: 84efad4f894dd87ee01e51563cfab4f8
Description-en: REST module for FreeRADIUS server
The FreeRADIUS server can make calls to remote web APIs, and this module
is necessary for that.
Package: freeradius-yubikey
Description-md5: 085fe9fe99855d39801336fb78e00a38
Description-en: Yubikey module for FreeRADIUS server
This package is required to add Yubikey functionality to the
FreeRADIUS server.
Package: frozen-bubble
Description-md5: 3785aec5dfad3884d80489fbf1b4f48a
Description-en: cool game where you pop out the bubbles!
Frozen-Bubble is a clone of the popular "Puzzle Bobble" game, in which
you attempt to shoot bubbles into groups of the same color to cause
them to pop.
.
Players compete as penguins and must use the arrow keys to aim a
colored bubble at groups of bubbles. The objective is to clear all the
bubbles off the screen before a bubble passes below a line at the
bottom.
.
It features 100 single-player levels, a two-player mode, music and
striking graphics. A level editor is also included to allow players to
create and play their own levels.
Package: frozen-bubble-data
Description-md5: e6151b33d0f9e9b8420e0cec8e654913
Description-en: Data files for Frozen-Bubble game
Frozen-Bubble is a clone of the popular "Puzzle Bobble" game, featuring
100 single-player levels and a two-player mode.
.
This package contains the sound files, graphics and levels for
Frozen-Bubble.
Package: fscrypt
Description-md5: a00e89ddf41088a1fe352513192a47b3
Description-en: Tool for managing Linux filesystem encryption
fscrypt is a high-level tool for the management of Linux filesystem
encryption. This tool manages metadata, key generation, key wrapping,
PAM integration, and provides a uniform interface for creating and
modifying encrypted directories.
.
To use fscrypt, you must have a filesystem with encryption enabled and
a kernel that supports reading/writing from that filesystem. Currently,
ext4, F2FS, and UBIFS support Linux filesystem encryption. Ext4 has
supported Linux filesystem encryption since v4.1, F2FS added support
in v4.2, and UBIFS added support in v4.10. Other filesystems may add
support for native encryption in the future.
Package: ftpmirror
Description-md5: 7d2af59ec05cab964f16fd21e0cee0a9
Description-en: Mirroring directory hierarchy using FTP protocol
ftpmirror is an utility to copy directory hierarchy (usually
called 'mirror') using FTP protocol.
.
A similar perl script exists, whose name is 'mirror',
but ftpmirror requires less memory than mirror.
Package: fungw
Description-md5: 1c0b8ee3a4ea7b18edb918ef7306f59d
Description-en: Standard installation of libfungw
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs fungw core and support for a few very small
scripting languages.
Package: fwknop-apparmor-profile
Description-md5: 2f89436d74e4f698ba3448ea0b627773
Description-en: FireWall KNock OPerator - Apparmor profile
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
This is the apparmor profile for the FireWall KNock OPerator server.
Package: fwknop-client
Description-md5: 051dcec7cc09ad4f9dc52338bee09ff1
Description-en: FireWall KNock OPerator client side - C version
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
This is the client program responsible for accepting password input
from the user, constructing SPA packets that conform to the fwknop
packet format, and encrypting packet data.
Package: fwknop-server
Description-md5: c694b7b8c77e0124be3c4eafe1bebec8
Description-en: FireWall KNock OPerator server side - C version
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
The authorization server passively listens for authorization packets via
libpcap, thus preventing any connections from being processed on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
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: gbrowse
Description-md5: 0aa2912bfc190ad55fe33a0ecfc2aabe
Description-en: GMOD Generic Genome Browser
Generic Genome Browser is a simple but highly
configurable web-based genome browser. It is a component of the
Generic Model Organism Systems Database project (GMOD).
Some of its features:
* Simultaneous bird's eye and detailed views of the genome;
* Scroll, zoom, center;
* Attach arbitrary URLs to any annotation;
* Order and appearance of tracks are customizable by administrator and
end-user;
* Search by annotation ID, name, or comment;
* Supports third party annotation using GFF formats;
* Settings persist across sessions;
* DNA and GFF dumps;
* Connectivity to different databases, including BioSQL and Chado;
* Multi-language support;
* Third-party feature loading;
* Customizable plug-in architecture (e.g. run BLAST, dump & import many
formats, find oligonucleotides, design primers, create restriction maps,
edit features).
Package: gbrowse-calign
Description-md5: 52106883c9df300bab833de801839ea2
Description-en: CAlign helper
Generic Genome Browser is a simple but highly
configurable web-based genome browser. It is a component of the
Generic Model Organism Systems Database project (GMOD).
.
This package provides the CAlign helper
for use with Realign. It speeds up Smith-Waterman alignment.
Package: gbrowse-data
Description-md5: 10ce158783e67e4316b3c5112e31af99
Description-en: Sample data to use GBrowse
Generic Genome Browser is a simple but highly
configurable web-based genome browser. It is a component of the
Generic Model Organism Systems Database project (GMOD).
.
This package contains sample data to test the gbrowse tool
with the Yeast genome.
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: genders
Description-md5: 05788d4e0fe4eae94f19b79462bf87d7
Description-en: cluster configuration management database tools
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
Package: generate-ninja
Description-md5: 07fe9ff036b6e4b5c688313612d778d9
Description-en: meta-build system for ninja
Generate-Ninja, or GN, is a meta-build system that generates Ninja
build files so that you can build your project with Ninja. GN was,
originally, part of the Chromium source tree, and has since been
extracted into its own standalone repo.
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: 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: gir1.2-gnumeric
Description-md5: b3f5baac1cd2d2f1a57cf8e15ff9f294
Description-en: GObject introspection data for the Gnumeric spreadsheet
This package contains introspection data for the Gnumeric spreadsheet.
With it one can use gnumeric API from scripting languages like Python or
others.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-guestfs-1.0
Description-md5: 10c3e57f26ba608aa3690bd897efa916
Description-en: guest disk image management system - GObject introspection files
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the GObject introspection data.
Package: gir1.2-zbar-1.0
Description-md5: 15303040a9b872266ed0d2962a456d23
Description-en: QR code / bar code scanner and decoder (introspection data)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the GObject introspection data which are needed
for developing the zbar library in various programming languages
with GObject introspection support.
Package: git-delta
Description-md5: 5321a4c9ad3ebbcc7fa824cddf867acf
Description-en: syntax-highlighting pager for git, diff, and grep output
Code evolves, and we all spend time studying diffs.
Delta aims to make this both efficient and enjoyable:
it allows you to make extensive changes
to the layout and styling of diffs,
as well as allowing you to stay arbitrarily close
to the default git/diff output.
.
This package provides the executable binary /usr/bin/delta.
.
(Unrelated executable binary /usr/bin/git-delta
is in the package git-extras,
and unrelated executable binaries
/usr/bin/multidelta and /usr/bin/singledelta
are in the package delta.)
Package: glgrib-data
Description-md5: 714f8716d08af1ee546655f2384d7b91
Description-en: Display GRIB2 fields using OpenGL (data for glgrib)
This package contains the runtime data for glgrib, which are coastlines and
landscapes.
Package: glgrib-doc
Description-md5: 77063f3f61c2fd1396bac2a4938efea0
Description-en: Display GRIB2 fields using OpenGL (glgrib documentation)
This is the documentation (in markdown format) for glgrib: pictures and
examples.
Package: glgrib-egl
Description-md5: ef5a17d1eaab5b035ba384d6349c7098
Description-en: Render geophysical fields encoded in GRIB edition 2 using OpenGL
This is the headless executable, based on EGL.
Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale,
coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for
interactive display, EGL backend for batch processing without X11 display.
Perl/Tk interface.
Tested on :
- VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core
Processor Integrated Graphics Controller (rev 06)
- VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
- VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani
[Radeon R5/R6/R7 Graphics] (rev c8)
- 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1)
Package: glgrib-glfw
Description-md5: d917d803aa437b63eccfc25458f98864
Description-en: Interactive display for geophysical fields encoded in GRIB2
This is the interactive executable, based on GLFW.
Display GRIB2 fields with OpenGL. Raster, contour, vector, colorbar, mapscale,
coastlines, borders. Lat/lon, lambert, gaussian grid. GLFW backend for
interactive display, EGL backend for batch processing without X11 display.
Perl/Tk interface.
Tested on :
- VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core
Processor Integrated Graphics Controller (rev 06)
- VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
- VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani
[Radeon R5/R6/R7 Graphics] (rev c8)
- 3D controller: NVIDIA Corporation GV100GL [Tesla V100S PCIe 32GB] (rev a1)
Package: glgrib-shaders
Description-md5: 3a80698ab14f59f8cd3e9f1dc0d2f9c4
Description-en: Display GRIB2 fields using OpenGL (shaders for glgrib)
This package contains the OpenGL shaders used by glgrib, in its GLFW & EGL
flavours.
Package: glgrib-testdata
Description-md5: 31cda71e04f66e4a650bb855628dcdb1
Description-en: Display GRIB2 fields using OpenGL (test data for glgrib)
This package contains mostly GRIB2 files used to create glgrib examples and
tests.
Package: glgrib-tk
Description-md5: f6cf9a13efeaf467fd2810773a422bc3
Description-en: Display GRIB2 fields using OpenGL (Perl/Tk interface)
This package offers full access to glgrib capabilities through a Perl/Tk
interface.
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: gnumeric
Description-md5: 752f01da7bfef3ea92285a393109bd9c
Description-en: spreadsheet application for GNOME - main program
Gnumeric is a spreadsheet application that interoperates well
with other spreadsheets. It comes with plugins that enable it to deal with
commonly used spreadsheet file formats.
.
The following formats can be imported and exported:
- Microsoft Excel 97/2000/XP (.xls);
- Microsoft Excel 95 (.xls);
- OASIS XML, OpenOffice.org XML, StarOffice (.sxc);
- Comma/Character Separated Values (.csv);
- Data Interchange Format (.dif);
- Applix version 4 (.as).
.
Additionally, the following formats can be imported:
- GNU Oleo (.oleo);
- Linear and integer program expression format (.mps);
- Lotus 1-2-3 (.wks, .wk1);
- MS MultiPlan SYLK (.sylk);
- WordPerfect family "Plan Perfect" (.pln);
- Quattro Pro (tm);
- XSpread or SC;
- XBase (.dbf).
.
Gnumeric can export to LaTeX 2e (.tex), TROFF (.me) and HTML as well.
.
Gnumeric should be easy to use, in particular for users familiar with
Excel.
.
Gnumeric is a GNOME application. GNOME (GNU Network Object Model Environment)
is a user-friendly set of applications and desktop tools to be used in
conjunction with a window manager for the X Window System.
Package: gnumeric-common
Description-md5: 3749931255266b5bbbc512b3833e7c03
Description-en: spreadsheet application for GNOME - common files
Gnumeric is a spreadsheet application that interoperates well
with other spreadsheets. It comes with plugins that enable it to deal with
commonly used spreadsheet file formats.
.
This package contains architecture-independent data files needed by
gnumeric.
Package: gnumeric-doc
Description-md5: 1a2c472dd4a01f8bf6179550d830e0b6
Description-en: spreadsheet application for GNOME - documentation
Gnumeric is a spreadsheet application that interoperates well
with other spreadsheets. It comes with plugins that enable it to deal with
commonly used spreadsheet file formats.
.
This package provides the user manual in GNOME Help
(DocBook XML) format.
Package: gnumeric-plugins-extra
Description-md5: 9fe96eb847d4f753e7268d4a75f69445
Description-en: spreadsheet application for GNOME - additional plugins
Gnumeric is a spreadsheet application that interoperates well
with other spreadsheets. It comes with plugins that enable it to deal with
commonly used spreadsheet file formats.
.
Some plugins shipped with gnumeric require additional packages to those
required by the main gnumeric program. These plugins are therefore
packaged separately.
.
This includes:
- Perl plugin;
- Python plugin;
- Python plugin loader;
- additional Python functions;
- GNOME glossary.
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-guestfs-dev
Description-md5: 81d5f68a5cacd378d31ecfde67a47153
Description-en: guest disk image management system - Golang bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains source for the Golang bindings.
Package: graphdefang
Description-md5: 56442872d10189f16df5ea7e34c05805
Description-en: grapher for MIMEDefang spam and virus logs
GraphDefang is a configurable utility that parses arbitrary
syslog entries and creates a set of configurable charts (PNG files)
with the data. These files can be written to disk or displayed by a
web server through a CGI script.
Package: graphicsmagick
Description-md5: 49dce754c724afc2a734936e7250be4b
Description-en: collection of image processing tools
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
The tools support a large variety of image formats from the widely used
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image
formats found on some photo CDs. They can convert between formats,
concatenate several images into one, annotate and distort them, create
thumbnails or manipulate the colormap. While all features are available
from the command-line, the package also includes an image viewer that
allows interactive manipulation.
.
Note that unlike ImageMagick, the GraphicsMagick tools are accessed
through a single executable called 'gm'. Therefore, GraphicsMagick and
ImageMagick can be used in parallel. Install package
graphicsmagick-imagemagick-compat to obtain a set of several executables
that is compatible to ImageMagick's interface.
Package: graphicsmagick-dbg
Description-md5: fcc436d75960b67f4f57213c969230ff
Description-en: format-independent image processing - debugging symbols
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains debugging symbols for the gm executable as well as the
C, C++, and Perl bindings. Tools like gdb and ltrace make use of these
symbols.
Package: graphicsmagick-imagemagick-compat
Description-md5: 06e8ce60c8b196d658a1e3bb6c1eebec
Description-en: image processing tools providing ImageMagick interface
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
With this package installed, the GraphicsMagick command line tools can
be executed like their ImageMagick counterparts. It allows one to migrate
scripts from ImageMagick to GraphicsMagick without any code changes.
Package: graphicsmagick-libmagick-dev-compat
Description-md5: 9f57ab3d18417d8eacccdce6026304cc
Description-en: image processing libraries providing ImageMagick interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick libraries are a fork of ImageMagick and therefore offer
programming interfaces that are mostly compatible. While there might be
small differences, experience tells that many programs only use a compatible
subset and build fine with either GraphicsMagick or ImageMagick.
.
While GraphicsMagick uses different names for libraries, classes, and
helper applications in order to coexist with ImageMagick, this package
intends to minimise porting efforts by exporting the GraphicsMagick
interface with the usual ImageMagick names. Note that this package only
tries to provide build-time compatibility. Run-time libraries of
ImageMagick and GraphicsMagick are incompatible and cannot be interchanged.
.
This package includes compatibility wrappers for the C, C++, and Perl
libraries.
Package: graphviz
Description-md5: 3596bf983eb939217c51507635922cde
Description-en: rich set of graph drawing tools
Graph drawing addresses the problem of visualizing structural information
by constructing geometric representations of abstract graphs and networks.
Automatic generation of graph drawings has important applications in key
technologies such as database design, software engineering, VLSI and
network design and visual interfaces in other domains. Situations where
these tools might be particularly useful include:
.
* you would like to restructure a program and first need to understand
the relationships between its types, procedures, and source files
* you need to find the bottlenecks in an Internet backbone - not only
individual links, but their relationships
* you're debugging a protocol or microarchitecture represented as a
finite state machine and need to figure out how a certain
error state arises
* you would like to browse a database schema, knowledge base, or
distributed program represented graphically
* you would like to see an overview of a collection of linked documents
* you would like to discover patterns and communities of interest in a
database of telephone calls or e-mail messages
.
This package contains the command-line tools.
Package: graphviz-doc
Description-md5: f78e17da4b5250c519aa60f99d9c7a3c
Description-en: additional documentation for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs HTML and PDF documentation for Graphviz, as well as
examples.
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: gtk-4-examples
Description-md5: 5aa776a1b85b3a7177e93a35cc24869b
Description-en: example files for GTK 4
GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains the example files and a demonstration program
for GTK4.
Package: gtk-4-tests
Description-md5: 16801b2e0bb5b3bd5dd4b20c8fb93349
Description-en: "as-installed" tests for GTK 4
GTK is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK is suitable
for projects ranging from small one-off tools to complete application
suites.
.
This package contains installable test programs, primarily for use with
autopkgtest.
Package: guestfish
Description-md5: fe3347006f63bfea9da9eb4d41b7fda0
Description-en: guest filesystem shell
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains guestfish, the interactive shell, and some
small tools that are built around it.
Package: guestfsd
Description-md5: 08296bddcf65cda2436f60a7c10347c3
Description-en: Daemon to access to guest virtual machine through virtio serial
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains a standalone version the back-end daemon that
carries out file system access on behalf of libguestfs applications.
It is not needed for regular operation.
Package: guestmount
Description-md5: d9ab2ac05b13c3f34584055d28da2275
Description-en: FUSE-based mount utility for guest filesystems
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the guestmount and guestunmount programs for
mounting virtual machine filesystems and other disk images on the
host.
Package: gvm
Description-md5: 41cd0d79cdaa9ef0f2fc423820d6e7a6
Description-en: remote network security auditor - metapackage and useful scripts
The Greenbone Vulnerability Manager is a modular security auditing tool,
used for testing remote systems for vulnerabilities that should be fixed.
.
This package installs all the required packages. It provides scripts to setup,
start and stop the GVM services.
.
The tool was previously named OpenVAS.
Package: hdate
Description-md5: 3a748b7e3d5e0c3e7492c6f9096040d5
Description-en: Provides the hcal and hdate binaries that help use Hebrew dates
LibHdate is a small C,C++ library for Hebrew dates,
holidays, and reading sequence (parasha). It is using
the source code from Amos Shapir's "hdate" package fixed
and patched by Nadav Har'El. The Torah reading sequence
is from tables by Zvi Har'El.
.
This package provides the hdate command-line utility.
Package: hexchat
Description-md5: 3bfe3ea667431d0fee42197cdaa40f2c
Description-en: IRC client for X based on X-Chat 2
HexChat is a graphical IRC client with a GTK+ GUI. Features include Python,
Perl and Lua scripting support, a plugin API, multiple server/channel
windows, spell checking, multiple authentication methods including SASL, and
customizable notifications. For more information on IRC, see
http://irchelp.org/.
Package: hexchat-common
Description-md5: aa1d4fd0c11a8d9b810f38999ed64ded
Description-en: Common files for HexChat
This package includes documentation, headers, and locale files for the
Debian HexChat packages that are common for all architectures. Hexchat is a
popular and featureful IRC client with a GTK+ GUI. For more information on
IRC, see http://irchelp.org/.
Package: hexchat-dev
Description-md5: 3a82bddb41ba7f4457573e9e10933d8c
Description-en: Development files for HexChat
This package contains the hexchat-plugin.h and hexchat-plugin.pc
files, which facilitate building binary plugins. Hexchat is a
popular and featureful IRC client with a GTK+ GUI. For more information on
IRC, see http://irchelp.org/.
Package: hexchat-lua
Description-md5: d6963485b4835624cb4d1a7cbe14202e
Description-en: Lua plugin for HexChat
This package contains the Lua plugin for Hexchat.
Previously included in the main HexChat package, it's now separate as it's not
actually required for core functionality.
Package: hexchat-perl
Description-md5: d8453713ad1cc654dacacd420df73fa7
Description-en: Perl plugin for HexChat
This package contains the perl plugin for HexChat. Previously included in the
main HexChat package, it's now separate as it's not actually required for core
functionality.
Package: hexchat-plugins
Description-md5: 4032377420fef37282baa6e24d01e9ac
Description-en: Common plugins for HexChat
This package contains the FiSHLiM, Sysinfo, Do At and Checksum plugins.
Previously included in the main HexChat package, they're now separate as
they're not actually required for core functionality.
Package: hexchat-python3
Description-md5: 0c9908188183179286e4c8e916a6eaba
Description-en: Python 3 plugin for HexChat
This package contains the Python 3 plugin for HexChat. Previously included in
the main HexChat package, it's now separate as it's not actually required for
core functionality.
Package: highlight
Description-md5: 41582079c56affb2a98f081f9b1e9702
Description-en: Universal source code to formatted text converter
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
SVG, XML or terminal escape sequences with syntax highlighting. It
supports several programming and markup languages. Language
descriptions are configurable and support regular expressions. The
utility offers indentation and reformatting capabilities. It is
easily possible to create new language definitions and colour themes.
Package: highlight-common
Description-md5: 08ae57b93f7c2207f853162d2187294f
Description-en: source code to formatted text converter (architecture independent files)
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
SVG, XML or terminal escape sequences with syntax highlighting. It
supports several programming and markup languages. Language
descriptions are configurable and support regular expressions. The
utility offers indentation and reformatting capabilities. It is
easily possible to create new language definitions and colour themes.
.
These are the architecture independent files.
Package: highway-doc
Description-md5: d9de94f11c74f89a3e29b00c3711537b
Description-en: Efficient and performance-portable SIMD wrapper (documentation files)
This library provides type-safe and source-code portable wrappers over
existing platform-specific intrinsics. Its design aims for simplicity,
reliable efficiency across platforms, and immediate usability with current
compilers.
.
This package installs the highway documentation files.
Package: icheck
Description-md5: 2d1b0028b8b82b44d54a65a87e7fe39e
Description-en: C interface ABI/API checker
A tool for statically checking C interfaces for API and ABI
changes. All changes to type declarations that can cause ABI changes
should be detected, along with most API changes.
.
icheck is intended for use with libraries, as a method of preventing
ABI drift.
Package: imagemagick
Description-md5: 454d44b3e8d4177be027105c6c73b6f9
Description-en: image manipulation programs -- binaries
ImageMagick is a software suite to create, edit, and compose bitmap images.
It can read, convert and write images in a variety of formats (over 100)
including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bézier curves.
All manipulations can be achieved through shell commands as well as through
an X11 graphical interface (display).
.
This package include links to channel depth specific binaries and manual
pages.
.
This is a dummy package. You can safely purge or remove it.
Package: imagemagick-6-common
Description-md5: 242e9070bb8cf8876ae8723472cc8f76
Description-en: image manipulation programs -- infrastructure
imagemagick-common contains the filesystem infrastructure required for
further installation of imagemagick in any configuration; it does not provide
a full installation of binaries, libraries, and utilities
required to run imagemagick.
.
This package is independent of channel depth.
Package: imagemagick-6-doc
Description-md5: f514d30b27cec105434014153f1921ca
Description-en: document files of ImageMagick
This package contains the document files shipped with ImageMagick, a software
suite to create, edit, and compose bitmap images.
.
Documentations includes html manuals, examples files, and doxygen generated API
documentation.
Package: imagemagick-6.q16
Description-md5: 49e9a0c98638bff268b4ff3d89f9b404
Description-en: image manipulation programs -- quantum depth Q16
ImageMagick is a software suite to create, edit, and compose bitmap images.
It can read, convert and write images in a variety of formats (over 100)
including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bézier curves.
All manipulations can be achieved through shell commands as well as through
an X11 graphical interface (display).
.
For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats,
you need to install the libmagickcore-6.q16-7-extra package.
.
This version of imagemagick is compiled for a channel
depth of 16 bits (Q16).
Package: imagemagick-6.q16hdri
Description-md5: 8f169b232060c70bec051695a54912e1
Description-en: image manipulation programs -- quantum depth Q16HDRI
ImageMagick is a software suite to create, edit, and compose bitmap images.
It can read, convert and write images in a variety of formats (over 100)
including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
shear and transform images, adjust image colors, apply various special
effects, or draw text, lines, polygons, ellipses and Bézier curves.
All manipulations can be achieved through shell commands as well as through
an X11 graphical interface (display).
.
For working with the SVG, WMF, OpenEXR, DjVu and Graphviz formats,
you need to install the libmagickcore-6.q16hdri-7-extra package.
.
This version of imagemagick is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: inn
Description-md5: 94d47a86936a5f450692741671bbbed2
Description-en: News transport system `InterNetNews' by the ISC and Rich Salz
This is INN version 1.x, provided for smaller sites which do not need
the complexity of INN 2.x.
Large sites should use Debian's inn2 package instead.
.
The news transport is the part of the system that stores the articles
and the lists of which groups are available and so on, and provides
those articles on request to users. It receives news (either posted
locally or from a newsfeed site), files it, and passes it on to any
downstream sites. Each article is kept for a period of time and then
deleted (this is known as `expiry').
.
By default Debian's INN will install in a fairly simple `local-only'
configuration.
.
In order to make use of the services provided by INN you'll have to
use a user-level newsreader program such as pan. The newsreader is
the program that fetches articles from the server and shows them to
the user, remembering which the user has seen so that they don't get
shown again. It also provides the posting interface for the user.
Package: inn2
Description-md5: 63e9cfa94e4a7e41032459586c02d0fb
Description-en: 'InterNetNews' news server
This package provides INN 2.x, which is a very complex news server
daemon useful for big sites. The 'inn' package still exists for smaller
sites which do not need the complexity of INN 2.x.
.
The news transport is the part of the system that stores the articles
and the lists of which groups are available and so on, and provides
those articles on request to users. It receives news (either posted
locally or from a newsfeed site), files it, and passes it on to any
downstream sites. Each article is kept for a period of time and then
deleted (this is known as 'expiry').
.
By default Debian's INN will install in a fairly simple 'local-only'
configuration.
.
In order to make use of the services provided by INN you'll have to
use a user-level newsreader program such as pan. The newsreader is
the program that fetches articles from the server and shows them to
the user, remembering which the user has seen so that they don't get
shown again. It also provides the posting interface for the user.
Package: inn2-dev
Description-md5: 8e652d34db9099db023b92811eb2d07b
Description-en: libinn.a library, headers and man pages
You will only need this if you are going to compile programs that
require the functions in libinn.a.
Package: inn2-inews
Description-md5: a5db9d905d5a55d55a233c52b39dad00
Description-en: NNTP client news injector, from InterNetNews (INN)
'inews' is the program that newsreaders call when the user wishes to
post an article; it does a few elementary checks and passes the article
on to the news server for posting.
.
This version is the one from Rich Salz's InterNetNews news transport
system (which is also available as a Debian package).
Package: iraf
Description-md5: 6c55b8d0405360237049c296582d2c11
Description-en: Image Reduction and Analysis Facility
IRAF is the "Image Reduction and Analysis Facility". The main
IRAF distribution includes a good selection of programs for
general image processing and graphics.
.
Other external or layered packages are available for
applications such as data acquisition or handling data from other
observatories and wavelength regimes such as the Hubble Space
Telescope (optical), EUVE (extreme ultra-violet), or ROSAT and
AXAF (X-ray). These external packages are distributed separately
from the main IRAF distribution but can be easily installed.
The IRAF system also the programmable Command Language scripting
facility.
Package: iraf-dev
Description-md5: 355c3cf7ee6906bdc0b9af3ea7eb52f8
Description-en: Image Reduction and Analysis Facility (development files)
IRAF is the "Image Reduction and Analysis Facility". The main
IRAF distribution includes a good selection of programs for
general image processing and graphics, plus a large number of
programs for the reduction and analysis of optical and IR
astronomy data.
.
This package contains the IMFORT Fortran/C programming interface, and
the full SPP/VOS programming environment in which the portable IRAF
system and all applications are written.
Package: iraf-noao
Description-md5: 27f22c08a6b1c4c85bc7d8c198b28160
Description-en: IRAF NOAO data reduction package
IRAF is the "Image Reduction and Analysis Facility". The main
IRAF distribution includes a good selection of programs for
general image processing and graphics, plus a large number of
programs for the reduction and analysis of optical and IR
astronomy data.
.
This file contains the NOAO packages for the reduction and analysis
of Optical Astronomy data.
Package: iraf-noao-dev
Description-md5: 01dc270f04f52a826856c831c3da2261
Description-en: IRAF NOAO data reduction package (development files)
IRAF is the "Image Reduction and Analysis Facility". The main
IRAF distribution includes a good selection of programs for
general image processing and graphics, plus a large number of
programs for the reduction and analysis of optical and IR
astronomy data.
.
This package contains additional libraries and headers used for
compiling packages that extend the functionality of the iraf-noao
package.
Package: ironic-python-agent
Description-md5: 0a3f62f99ca1ec0dadaaa0dd7a0e7c69
Description-en: bare metal hypervisor API for OpenStack - Python Agent
Ironic provision bare metal machines instead of virtual machines. It is a fork
of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
API and a set of plugins which interact with the bare metal hypervisors. By
default, it will use PXE and IPMI in concert to provision and turn on/off
machines, but Ironic also supports vendor-specific plugins which may implement
additional functionality.
.
This package provides the Python agent, to be deployed on the discovery image
or ramdisk.
Package: irssi-plugin-otr
Description-md5: ccdc9bf1f4518f74c48965de9b687e8b
Description-en: Off-The-Record messaging plugin for Irssi
This plugin adds Off-The-Record (OTR) messaging support to the Irssi IRC
client. Although primarily designed for use with the BitlBee IRC2IM
gateway, it works within any query window, provided that your
conversation partner's IRC client supports OTR.
.
OTR allows you to have private conversations over IM by providing:
* Encryption - no one else can read your instant messages.
* Authentication - you are assured the correspondent is who you think
it is.
* Deniability - the messages you send do _not_ have digital signatures
that are checkable by a third party. Anyone can forge messages after
a conversation to make them look like they came from you. However,
_during_ a conversation, correspondents are assured the messages
they see are authentic and unmodified.
* Forward secrecy - if you lose control of your private keys,
no previous conversation is compromised.
Package: jack-example-tools
Description-md5: 320b88f76c36886ba2729c6534867ab9
Description-en: JACK Audio Connection Kit (example clients)
JACK is a low-latency sound server, allowing multiple applications to
connect to one audio device, and to share audio between themselves.
.
This package contains some example clients and tools.
Package: janus
Description-md5: 022f61fae5f25008ff31538c0638cfb3
Description-en: general purpose WebRTC server/gateway
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
As such, it doesn't provide any functionality per se
other than implementing the means to set up
a WebRTC media communication with a browser or application,
exchanging JSON messages with it over different transports,
and relaying RTP/RTCP and messages between clients
and the server-side application logic they're attached to.
Any specific feature/application is provided
by server side plugins,
that browsers can then contact via the server
to take advantage of the functionality they provide.
.
Example of such plugins can be implementations of applications
like echo tests, conference bridges, media recorders,
SIP gateways and the like.
Package: janus-demos
Description-md5: fc46cfe9970d817fde5a4d4d91d9bdbc
Description-en: general purpose WebRTC server/gateway - demos
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
This package contains a set of demo html applications using Janus.
.
The demos require online referenced Javascript code.
.
GStreamer example script in package janus-tools is needed
to feed one of the streams in Streaming demo.
Package: janus-dev
Description-md5: a43d387e9fb659100fa84874325248ed
Description-en: general purpose WebRTC server/gateway - development files
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
This package contains headers for plugin development.
Package: janus-doc
Description-md5: 34ebfe3e1ab34bf6420ffb9fe4447365
Description-en: general purpose WebRTC server/gateway - documentation
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
This package contains the html documentation for Janus.
Package: janus-tools
Description-md5: 1057f39fa11fc64fe9effaf649942463
Description-en: general purpose WebRTC server/gateway - helper tools
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
This package contains the following helper tools:
* janus-pp-rec - extract media file from a Janus recording
* pcap2mjr - convert a pcap dump to a Janus recording
* mjr2pcap - convert a Janus recording to pcap format
.
Packages gstreamer1.0-plugins-good gstreamer1.0-x are needed
for included example streaming script.
Package: jellyfish
Description-md5: 33c2d211a341ae9429c6f8ced355efd0
Description-en: count k-mers in DNA sequences
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
Package: jellyfish-examples
Description-md5: 70cd6238484ba024b031a85b283b1b27
Description-en: count k-mers in DNA sequences (examples for testing)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains examples to test the package
Package: juce-modules-source
Description-md5: e36a9946227bc21e9b3789067ad38388
Description-en: Jules' Utility Class Extensions (module sources)
JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for
developing cross-platform software.
.
It contains pretty much everything you're likely to need to create most
applications, and is particularly well-suited for building highly-customised
GUIs, and for handling graphics and sound.
.
This package installs the sources for the JUCE modules along with
required development libraries, as used by 'jucer' projects.
(Projucer is provided in the 'juce-tools' package).
Package: juce-modules-source-data
Description-md5: 3254191bdd95de7ef53161ef14e79304
Description-en: Jules' Utility Class Extensions (platform independent module sources)
JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for
developing cross-platform software.
.
This package contains the actual source files.
.
This package is not intended for a direct installation.
Instead, you probably should install the 'juce-modules-source' package
(which will force this package to be installed as well).
Package: juce-tools
Description-md5: dfdee637c73f97d146c7b5165c5dcba9
Description-en: JUCE's project management tools
JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for
developing cross-platform software.
The Projucer (formerly Introjucer) is JUCE's project-management tool and secret
weapon.
.
The Projucer's Duties:
- Central management of cross-platform builds
- JUCE Module Management
- New Project Creation
- User-Interface Design Tool
- Plug-in Projects
- Miscellaneous Utilities
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-geoip-modules
Description-md5: 86fec52bcdfa8d5c5d639089795e4840
Description-en: geoip 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 geoip module, an extension enabling
usage of the GeoIP API within the Kamailio configuration file.
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-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: 77e54d2140e98221839f3a2e993c4980
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: kildclient
Description-md5: 50f93acd669695460a77bcbe955a2664
Description-en: powerful MUD client with a built-in Perl interpreter
KildClient is a MUD Client written with the GTK+ windowing toolkit.
It supports many common features of other clients, such as triggers,
gags, aliases, macros, timers, and much more. But its main feature is
the built-in Perl interpreter. You can at any moment execute Perl
statements and functions to do things much more powerful than simply
sending text the mud. Perl statements can also be run, for example,
as the action of a trigger, allowing you to do complex things. Some
built-in functions of KildClient allow interaction with the world,
such as sending commands to it.
.
KildClient's ANSI support is extensive: it supports not only the common
16 colors, but also support underlined text (singly and doubly), text in
italics, text striked through, reverse video and "hidden" text. It also
supports vt100's line-drawing characters, and xterm's escape sequences
for a 256-color mode. All these features make KildClient one of the
clients with the most features for displaying the mud output.
.
Kildclient supports the MCCP (Mud Client Compression Protocol) protocol,
versions 1 and 2, to reduce the necessary bandwidth.
.
KildClient allows connection through SOCKS4/5 and HTTP proxy servers.
.
KildClient supports the GMCP (also called ATCP2) and MSDP protocols
for out-of-band communications between server and client.
.
This package contains the main program. Install the kildclient-doc
package to access the HTML manual.
Package: kildclient-doc
Description-md5: 9156327ee50acd2ae7b64d66a9dafabf
Description-en: powerful MUD client with a built-in Perl interpreter - manual
KildClient is a MUD Client written with the GTK+ windowing toolkit.
It supports many common features of other clients, such as triggers,
gags, aliases, macros, timers, and much more. But its main feature is
the built-in Perl interpreter. You can at any moment execute Perl
statements and functions to do things much more powerful than simply
sending text the mud. Perl statements can also be run, for example,
as the action of a trigger, allowing you to do complex things. Some
built-in functions of KildClient allow interaction with the world,
such as sending commands to it.
.
KildClient's ANSI support is extensive: it supports not only the common
16 colors, but also support underlined text (singly and doubly), text in
italics, text striked through, reverse video and "hidden" text. It also
supports vt100's line-drawing characters, and xterm's escape sequences
for a 256-color mode. All these features make KildClient one of the
clients with the most features for displaying the mud output.
.
Kildclient supports the MCCP (Mud Client Compression Protocol) protocol,
versions 1 and 2, to reduce the necessary bandwidth.
.
KildClient allows connection through SOCKS4/5 and HTTP proxy servers.
.
KildClient supports the GMCP (also called ATCP2) and MSDP protocols
for out-of-band communications between server and client.
.
This package contains the HTML manual for KildClient.
Package: kvirc
Description-md5: 781975de1f5b4ac23d4c5bc7a732099b
Description-en: KDE-based next generation IRC client with module support
A highly configurable graphical IRC client with an MDI interface,
built-in scripting language, support for IRC DCC, drag & drop file
browsing, and much more. KVIrc uses the KDE widget set, can be extended
using its own scripting language, integrates with KDE, and supports
custom plugins.
.
If you're looking for a simple and plain IRC client, KVIrc is probably the
wrong choice as it is rather big. But if you want a highly customizable client
you won't regret the installation.
Package: kvirc-data
Description-md5: 700d9e96b324cea54eba7a6172043fa4
Description-en: Data files for KVIrc
This package contains the architecture-independent data needed by KVIrc in
order to run, such as icons and images, language files, and shell scripts.
It also contains complete reference guides on scripting and functions
within KVIrc in its internal help format.
Package: kvirc-modules
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
This is a transitional dummy package, it can be safely removed.
Package: ldirectord
Description-md5: d72d6b56a28652bb82109ce53fb17aad
Description-en: Monitors virtual services provided by LVS
ldirectord is a stand-alone daemon to monitor real servers behind
virtual services provided by The Linux Virtual Server (LVS).
Package: libace-perl
Description-md5: 0beecf4bcce569f15c4ea5e6cd5c8d79
Description-en: Object-Oriented Access to ACEDB Databases
AcePerl is an object-oriented Perl interface for the AceDB
database. It provides functionality for connecting to remote AceDB
databases, performing queries, fetching ACE objects, and updating
databases. The programmer's API is compatible with the JADE Java API,
and interoperable with the API used by BoulderIO.
.
AceDB is a genome database system developed since 1989 primarily by
Jean Thierry-Mieg (CNRS, Montpellier) and Richard Durbin (Sanger
Institute). It was originally developed for the C.elegans genome
project , from which its name was derived (A C. elegans DataBase).
Package: libacme-damn-perl
Description-md5: 506f2206e1c947452cc98875b45b0540
Description-en: Perl module to unbless objects
Acme::Damn provides a way to reverse the bless operation, which takes a
variable and associates it with a given class. One can use this module
to return the original reference; that is, prior to calling bless on it.
.
After using 'damn()' or custom aliases thereof, the blessed Perl object
reference becomes a simple data type.
Package: libafs-pag-perl
Description-md5: a97184371753605a9d94e095b53721cb
Description-en: Perl bindings for AFS PAG manipulation
AFS::PAG provides the standard PAG and token manipulation functions
setpag and unlog to Perl programs as a native module. It also provides
the hasafs and haspag functions to detect whether AFS is running and
whether the current process is in a PAG.
Package: libai-decisiontree-perl
Description-md5: be5b849e4f8c832250a9ddf56c0900ed
Description-en: module to create decision trees from training data
The AI::DecisionTree module automatically creates so-called "decision trees"
to explain a set of training data. A decision tree is a kind of categorizer
that use a flowchart-like process for categorizing new instances. This
implementation uses the gain obtained at each node in order to figure out
what are the most useful information in order to take decisions.
Package: libai-fann-perl
Description-md5: 8d56f28d776bd7e31a1837422a87b5ed
Description-en: Perl wrapper for the FANN library
This module provides a Perl wrapper for the Fast Artificial Neural Network
(FANN) library (http://leenissen.dk/fann/wp/).
.
The AI::FANN object oriented interface provides an almost direct map to the
C library API.
Package: libalgorithm-combinatorics-perl
Description-md5: 572117ec59e9f8df5667432f6cd79bd7
Description-en: module for the efficient generation of combinatorial sequences
Algorithm::Combinatorics is an efficient generator of combinatorial sequences.
Algorithms are selected from the literature (work in progress). Iterators do
not use recursion, nor stacks, and are written in C. See Math::Combinatorics
for a pure-Perl module with similar (if less efficient) features.
Package: libalgorithm-hyperloglog-perl
Description-md5: e2a6b2d7e9eb5b40ffbbf6eb464e6641
Description-en: implementation of the HyperLogLog cardinality estimation algorithm
Algorithm::HyperLogLog provides an algorithm for estimating the cardinality
of a set.
Package: libalgorithm-lbfgs-perl
Description-md5: 764dc61b293928e13bd578bf760e50df
Description-en: Perl interface to an L-BFGS non-linear optimization algorithm
Algorithm::LBFGS is an interface to liblbfgs, a C implementation of L-BFGS.
.
L-BFGS (Limited-memory Broyden-Fletcher-Goldfarb-Shanno) is a quasi-Newton
method for unconstrained optimization. This method is especially efficient on
problems involving a large number of variables.
.
Generally, it solves a problem described as following:
.
min f(x), x = (x1, x2, ..., xn)
Package: libalgorithm-permute-perl
Description-md5: 35b120ef36e978ba2914f7c532fa9963
Description-en: module to perform permutations with object oriented interface
Algorithm::Permute makes performing permutation in Perl easy and fast,
although perhaps its algorithm is not the fastest on the earth. It supports
permutation r of n objects where 0 < r <= n.
Package: libalgorithm-svm-perl
Description-md5: 1ca6fbf200001c245865456b0f1b7a25
Description-en: bindings for the libsvm Support Vector Machine library
Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector
Machines provide a method for creating classifcation functions from a set of
labeled training data, from which predictions can be made for subsequent data
sets.
Package: libalias-perl
Description-md5: e551a9a56f9c118087676b518634d849
Description-en: module for accessing perl variables through aliases
You may find the Alias module useful if you:
.
* are tired of dereferencing hash-based object attributes
.
* wish perl could make-do with fewer $, -> and {} things
.
* are a little scared of using typeglobs
.
* want the freedom to put what you want, when you want in
the symbol table without having to deal with weird syntax
.
* need to use scalar constants in your program since you don't
trust yourself from changing $PI
Package: libalien-gnuplot-perl
Description-md5: 822ae63984f15da9b42dc7e480c49292
Description-en: module to find and validate the gnuplot executable
Alien::Gnuplot verifies existence and sanity of the gnuplot external
application. It only declares one access method, Alien::Gnuplot::load_gnuplot,
which does the actual work and is called automatically at load time.
Alien::Gnuplot doesn't have any actual plotting methods - making use of
gnuplot, once it is found and verified, is up to you or your client module.
Package: libalien-wxwidgets-perl
Description-md5: 392060524689a923058a3c4333e54636
Description-en: Perl module for locating wxWidgets binaries
Alien::WxWidgets is a simple Perl module that detects configuration settings
of an installed wxWidgets. It is useful to assist in the building of modules
that require wxWidgets, providing indispensible compile-related information
like relevant linker and compiler flags.
Package: libanyevent-perl
Description-md5: 7936e5064c6550ca3d7bfad654f53afb
Description-en: event loop framework with multiple implementations
AnyEvent is not an event model itself, it only interfaces to whatever event
model the main program happens to use, in a pragmatic way. For event models,
the statement "there can only be one" is a bitter reality: In general, only
one event loop can be active at the same time in a process. This module
cannot change this, but it can hide the differences between them.
.
The goal of AnyEvent is to offer module authors the ability to do event
programming (waiting for I/O or timer events) without subscribing to a
religion, a way of living, and most importantly: without forcing your module
users into the same thing by forcing them to use the same event model you use.
.
During the first call of any watcher-creation method, the module tries to
detect the currently loaded event loop by probing whether one of the
following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk,
Event::Lib, Qt, POE. The first one found is used. If none are detected, the
module tries to load the first four modules in the order given; but note that
if EV is not available, the pure-perl AnyEvent::Loop should always work, so
the other two are not normally tried.
Package: libanyevent-xspromises-perl
Description-md5: 4b5beb7aeb97f37f4a283b00fd14a1b6
Description-en: Another Promises library, implemented in XS for performance
AnyEvent::XSPromises provides a Promises interface, written in XS for
performance, conforming to the Promises/A+ specification.
Package: libapache-authenhook-perl
Description-md5: 9ceb6a63b43fae6e1f23a0874babf3b8
Description-en: Perl API for Apache 2.1 authentication
Apache::AuthenHook offers access to the 2.1 Apache authentication
API in Perl. This is different than the authentication API
from Apache 1.3 or even Apache 2.0, but in its differences lies
strength.
Package: libapache-ssllookup-perl
Description-md5: 15664be79fc992e0321e9676160b634d
Description-en: glue layer between Perl handlers and the mod_ssl public API
Apache::SSLLookup is a glue layer between Perl handlers and the mod_ssl
public API. Under normal circumstances, you would use $r->subprocess_env() to
glean information about mod_ssl. for example,
.
$request_is_over_ssl = $r->subprocess_env('HTTPS');
.
however, this is only possible after mod_ssl runs its fixups - that is, Perl
handlers can only accurately check the subprocess_env table for mod_ssl
information in the PerlResponsePhase or later.
.
This module allows you to query mod_ssl directly via its public C API at any
point in the request cycle. but without using C, of course.
Package: libapache2-mod-apreq2
Description-md5: 1d2af6984c5d28eda964cc2022c20b5c
Description-en: generic Apache request library - Apache module
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Apache module itself.
Package: libapache2-mod-ruwsgi
Description-md5: 494e705a15ecab461dc09fdc5ea58d1e
Description-en: uwsgi module for Apache2 (mod_Ruwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the second module developed and it's more Apache2 API friendly.
Package: libapache2-mod-ruwsgi-dbg
Description-md5: 12215be63fd6bd1eea7055883a47e944
Description-en: debugging symbols for Apache2 mod_Ruwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_Ruwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
Package: libapache2-mod-svn
Description-md5: e15ffe075b3a61d7ee31166809f7092c
Description-en: Apache Subversion server modules for Apache httpd
This package provides the mod_dav_svn and mod_authz_svn modules for
the Apache 2.4 web server. These modules provide Apache Subversion's WebDAV
server backend, to serve repositories over the http and https
protocols. See the 'subversion' package for more information.
Package: libapache2-mod-uwsgi
Description-md5: ec18f930ae31a8967e8961b9c288b877
Description-en: uwsgi module for Apache2 (mod_uwsgi)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
This package provides Apache2 module for communicating with uWSGI.
.
This is the first module developed, it is stable but a bit hacky (it does not
fully use the Apache2 API).
Package: libapache2-mod-uwsgi-dbg
Description-md5: 01377a16f9da1e1a0c0a4c8a9f789387
Description-en: debugging symbols for Apache2 mod_uwsgi
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for Apache2 mod_uwsgi. Install this
package if you need to debug module or if you need a useful backtrace of a
crash.
Package: libapache2-request-perl
Description-md5: f1e75083136f390a7c62a09fccaf15b7
Description-en: generic Apache request library - Perl modules
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the Perl bindings, which are simply a thin XS layer on
top of libapreq, making them a lighter and faster alternative to CGI.pm and
CGI::Cookie.
.
Apache2::Request provides methods for parsing GET and POST parameters.
Apache2::Cookie provides a CGI::Cookie like API for cookie objects.
Apache2::Cookie::Jar collects Apache2::Cookie objects into a lookup table.
Apache2::Upload adds the upload method to Apache2::Request.
Package: libapreq2-3t64
Description-md5: a7cbbe5541f0b98aaaa957c43520424f
Description-en: generic Apache request library
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the main library.
Package: libapreq2-dev
Description-md5: c9af9099a3246332c834d078304ac945
Description-en: generic Apache request library - development files
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the development library and C headers required for
compiling programs against the library.
Package: libapreq2-doc
Description-md5: 92318dc20bfd3cf171825757d8cc86a1
Description-en: generic Apache request library - documentation
The generic Apache request library (APR) contains modules for manipulating
client request data with the Apache API from Perl and C. Functionality
includes:
.
- parsing of application/x-www-form-urlencoded data
- parsing of multipart/form-data
- parsing of HTTP Cookies
.
This package contains the programming documentation for the library.
Package: libarray-base-perl
Description-md5: 7e29b2b273d01411f14337f572452882
Description-en: array index offseting
Array::Base implements automatic offsetting of array indices. In normal Perl,
the first element of an array has index 0, the second element has index 1,
and so on. This module allows array indexes to start at some other value.
Most commonly it is used to give the first element of an array the index 1
(and the second 2, and so on), to imitate the indexing behaviour of FORTRAN
and many other languages. It is usually considered poor style to do this.
.
The array index offset is controlled at compile time, in a lexically-scoped
manner. Each block of code, therefore, is subject to a fixed offset. It is
expected that the affected code is written with knowledge of what that offset
is.
Package: libarray-refelem-perl
Description-md5: b6cece96765d1a4af5c9144272788586
Description-en: module to set up array elements as aliases
Array::RefElem gives direct access to some of the internal Perl
routines that let you store things in arrays and hashes.
Package: libastro-fits-cfitsio-perl
Description-md5: c59bd528b4196e31e9778e4b93fe8787
Description-en: Perl extension for using the cfitsio library
Astro::Fits::Cfitsio is a Perl interface to William Pence's cfitsio
subroutine library. For more information on cfitsio, see
http://heasarc.gsfc.nasa.gov/fitsio.
.
This module attempts to provide a wrapper for nearly every cfitsio routine,
while retaining as much cfitsio behavior as possible. As such, one should
be aware that it is still somewhat low-level, in the sense that handing an
array which is not the correct size to a routine like fits_write_img()
may cause SIGSEGVs.
.
The goal is to eventually use these routines to build a more Perl-like
interface to many common tasks such as reading and writing of images and
ASCII and binary tables.
Package: libasync-interrupt-perl
Description-md5: 9b5c58429a35f16d4a15401a79271254
Description-en: module to allow C/XS libraries to interrupt perl
Async::Interrupt is a Perl module that implements asynchronous interruptions,
similar in nature to UNIX signals, in a cross-platform manner. Modules might
want to run code asynchronously (in another thread or from a signal handler)
and then signal the interpreter on certain events. One common way is to write
data to a pipe and use an event handling toolkit to watch for I/O events.
Another way is to send a signal. Those methods are slow, and in the case of a
pipe, also not asynchronous - it won't interrupt a running Perl interpreter.
.
This module implements asynchronous notifications that enable you to signal
running Perl code from another thread, asynchronously, and sometimes even
without using a single syscall.
Package: libattribute-storage-perl
Description-md5: b144ca89fcbea8fbc381c957afb20c38
Description-en: declare and retrieve named attributes about CODE
Attribute::Storage package provides a base, where a package using it can define
handlers for particular code attributes. Other packages, using the package that
defines the code attributes, can then use them to annotate subs.
Package: libaudio-cd-perl
Description-md5: 83f3b88bd5013516f36910cf4f809c80
Description-en: library to handle CDDB and low-level cd io calls
Audio::CD supplies the CDDB functionality and low level calls to CD
players. It provides a Perl interface to libcdaudio by Tony Arcieri,
in the form of glue for the libcdaudio functions and data structures.
Package: libaudio-ecasound-perl
Description-md5: fc6dd04d30899e59fcea8ee5abc70d0a
Description-en: Perl binding to the ecasound sampler, recorder, fx-processor
Audio::Ecasound provides perl bindings to the ecasound control interface of
the ecasound program. You can use perl to automate or interact with ecasound
so you don't have to turn you back on the adoring masses packed into Wembly
Stadium.
.
Ecasound is a software package designed for multitrack audio processing. It
can be used for audio playback, recording, format conversions, effects
processing, mixing, as a LADSPA plugin host and JACK node. Version >= 2.2.X
must be installed to use this package. SEE ALSO for more info.
Package: libaudio-flac-decoder-perl
Description-md5: 8929c23e95c0ead468db4754ae3da202
Description-en: Perl module providing an object-oriented FLAC decoder
The Audio::FLAC::Decoder module provides users with Decoder objects for FLAC
files. One can read data in PCM format from the stream, seek by pcm samples,
or time.
.
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is
similar to MP3, but lossless, meaning that audio is compressed in FLAC without
any loss in quality. This is similar to how Zip works, except with FLAC you
will get much better compression because it is designed specifically for audio
and you can play back compressed FLAC files in your favorite player just like
you would an MP3 file.
Package: libaudio-flac-header-perl
Description-md5: 4af3aa12f5e379adaef3f7ca3b7cd81b
Description-en: Perl interface to FLAC file header metadata
Audio::FLAC::Header provides an object-oriented interface to FLAC file header
and metadata, it returns a hash containing basic information about a FLAC
file, a representation of the embedded cue sheet if one exists, as well as tag
information contained in the FLAC file's Vorbis tags.
.
There is no complete list of tag keys for Vorbis tags, as they can be
defined by the user; the basic set of tags used for FLAC files include:
ALBUM, ARTIST, TITLE, DATE, GENRE, TRACKNUMBER, COMMENT.
Package: libaudio-mixer-perl
Description-md5: 9808ce964262e165b6948407107b5cb7
Description-en: perl extension for Sound Mixer control
Library to query / set various sound mixer parameters.
.
This is just a very simple Perl interface which allows one to
set various sound mixer parameters. The most important
probably 'vol' (volume). The list of all mixer parameters
can be obtained using get_mixer_params() function.
.
This Audio::Mixer library works only with OSS.
Package: libaudio-scan-perl
Description-md5: ed802a33d9707c66bfaaae50c8bf9999
Description-en: module for reading metadata from common audio file formats
Audio::Scan is a Perl module for extracting file metadata and tag information
from several of the most common file formats, including: MP3, MP4, Musepack,
Ogg Vorbis, FLAC, ASF, WAV, AIFF, Monkey's Audio, and WavPack.
Package: libaudio-xmmsclient-perl
Description-md5: deba57b5a877f94f945b73949e63f289
Description-en: XMMS2 - Perl client library
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the Perl library Audio::Xmmsclient that allows you to
write XMMS2 clients. It's a language binding of libxmmsclient0.
Package: libauthen-dechpwd-perl
Description-md5: ea8fb8a29e8e3566f6b29543009ae115
Description-en: Perl module for DEC VMS password hashing
Authen::DecHpwd implements the LGI$HPWD password hashing function from VMS,
and some associated VMS username and password handling functions.
Package: libauthen-krb5-simple-perl
Description-md5: eaffe139d08b44647302168b45fb69de
Description-en: Perl module for authentication using Kerberos 5
Authen::Krb5::Simple is a Perl module that provides a way to authenticate a
username/password combination using Kerberos 5. Simply use this module and
call its authentication function (or user@KRB_REALM) and a password.
Package: libauthen-libwrap-perl
Description-md5: 43f92bffba2db0b37f21f6931b25727a
Description-en: module providing access to the TCP Wrappers library
The Authen::Libwrap module allows you to access the hosts_ctl() function from
Wietse Venema's popular TCP Wrappers security package. This allows validation
of network access from Perl programs against the system-wide hosts.allow file.
.
If any of the parameters to hosts_ctl() are not known (i.e. username due to
lack of an identd server), the constant STRING_UNKNOWN may be passed to the
function.
Package: libauthen-pam-perl
Description-md5: d0f77982a88156e720d72af612560c93
Description-en: Perl interface to PAM library
The Authen::PAM module provides a Perl interface to the PAM library.
It provides compatibility with both newer and older PAM libraries,
allowing the use of any of the known names for a give constant.
Package: libauthen-sasl-xs-perl
Description-md5: 1b61991256d633fea0db034b75bd5ddd
Description-en: Perl XS extension to glue Perl SASL to Cyrus SASL
SASL is a generic mechanism for authentication used by several network
protocols. Authen::SASL::XS provides an implementation framework that all
protocols should be able to share.
.
The XS framework makes calls into the existing libsasl.so resp. libsasl2
shared library to perform SASL client connection functionality, including
loading existing shared library mechanisms.
.
libauthen-sasl-xs-perl is the successor of libauthen-sasl-cyrus-perl.
Package: libauthen-smb-perl
Description-md5: 4e507b2a677b04aef11a3e15d4566366
Description-en: SMB authentication module for Perl
This package supplies the Authen::Smb perl module for authenticating against
an SMB password server.
Package: libauthen-tacacsplus-perl
Description-md5: ecfb99e2a65309e191f3b863386c2193
Description-en: Perl module for authentication using TACACS+ server
Authen::TacacsPlus is a Perl module that provides authentication services
using the TACACS+ authentication protocol, optionally supporting various
authentication methods including plain text (ASCII), Password Authentication
Protocol (PAP) and Challenge-Handshake Authentication Protocol (CHAP).
Package: libautobox-perl
Description-md5: 1f5d930384c2bd91260d4bf8ca1aa68e
Description-en: Perl pragma for method calls on native types
autobox is a Perl pragma that enables method calls on Perl's native data types
including numeric values (integers and floats), strings, arrays, hashes and
even code references in a simple and consistent way.
.
When a method is invoked on something which is not a blessed object reference,
autobox looks for the method in a package whose name corresponds to the ref()
type of the value. This design means extending the default functionality for
new methods on a type-by-type basis is very simple.
Package: libautovivification-perl
Description-md5: 8e0f8248936ecf9ff77f8defc84c132a
Description-en: pragma for lexically disabling autovivification
autovivication is a Perl pragma that enables developers to control whether
variables can be created automatically on their first use, rather than
requiring them to be defined beforehand. While occasionally useful, this
behaviour can result in subtle bugs that are difficult to debug.
.
This pragma lets you disable autovivification for some constructs and can
optionally also emit a warning or error when it would have happened.
Package: libb-compiling-perl
Description-md5: b7b5b4290744a869261a5ca29eb58099
Description-en: Perl module for expose PL_compiling to perl
B::Compiling exposes the perl interpreter's PL_compiling variable to perl.
.
The module exports one function, PL_compiling, which returns a "B::COP"
object representing PL_compiling. See B for documentation on how to use the
returned "B::COP".
Package: libb-cow-perl
Description-md5: 9b1c409924e6a2241e50872368fe90e5
Description-en: additional B helpers to check COW status
B::COW provides some naive additional B helpers to check the COW status of
one SvPV.
.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind
of) Read Only C string, that would be Copied On Write (COW).
.
More than one SV can share the same PV, but when one PV need to alter it, it
would perform a copy of it, decrease the COWREFCNT counter.
.
One SV can then drop the COW flag when it's the only one holding a pointer to
the PV.
.
The COWREFCNT is stored at the end of the PV, after the "\0".
.
That value is limited to 255, after that a new PV would be created,
Package: libb-hooks-op-annotation-perl
Description-md5: 68fc795b35d9b1f0b3315a291dd448e5
Description-en: module to allow annotation and delegation of hooked OPs
B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr
functions to delegate to (or restore) the previous functions, whether they
are assigned by perl or by another module. Typically this should be used in
conjunction with B::Hooks::OP::Check (see libb-hooks-op-check-perl).
.
B::Hooks::OP::Annotation makes its types and functions available to XS code
by means of ExtUtils::Depends (libextutils-depends-perl). Modules that wish
to use these exports in their XS code should use B::OP::Hooks::Annotation in
the Perl module that loads the XS.
Package: libb-hooks-op-check-entersubforcv-perl
Description-md5: 5ee009fd278d42a541a135f2c53eedf5
Description-en: Invoke callbacks on construction of entersub OPs for certain CVs
B::Hooks::OP::Check::EntersubForCV is a perl module to register and
unregister handlers to be executed when an entersub opcode for a
given CV is compiled.
.
This enables you to hook one subroutine onto another, and have it
executed before the originally called subroutine.
Package: libb-hooks-op-ppaddr-perl
Description-md5: 50b107a5c4684cf9e080616f28aa49a4
Description-en: C API to hook into Perl opcode execution
B::Hooks::OP::PPAddr provides a C API for XS modules to hook into the
execution of Perl opcodes.
Package: libb-hooks-parser-perl
Description-md5: 99b2f41be69be3319df75cf87eb0c9da
Description-en: module providing an interface to Perl's parser variables
B::Hooks::Parser provides an API for parts of the perl parser. It can
be used to modify the code during parsing, providing functions to get
and set the line currently worked on, the position on that line and to
inject Perl code at the current parsing position.
Package: libb-perlreq-perl
Description-md5: 974d7985a6e96f99ce1980caf1820826
Description-en: Perl module to determine Perl module dependencies
B::PerlReq is a backend module for the Perl compiler that determines the
dependencies of Perl source code, based on the internal structure that Perl
creates itself after parsing a program source file. The output of this module
is suitable for automatic dependency detection, tracking and organization,
particularly for building and maintaining binary packages.
Package: libb-utils-perl
Description-md5: 2c33e08bb9077aff37609a4230195603
Description-en: Perl module assisting with op tree manipulation
B::Utils contains a variety of functions which make it easier to manipulate
perl's op tree. It provides many commonly used features like stringification
of operations, determining ancestors and predecessors, etc. It also provides
several ways to walk the entire op tree.
Package: libbarcode-zbar-perl
Description-md5: 786452797735dcc36f300270df6ca56b
Description-en: QR code / bar code scanner and decoder (Perl bindings)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the Perl bindings and the Barcode::Zbar module.
Package: libbareword-filehandles-perl
Description-md5: a315ce39c7cb346ac405ccfbd6b86972
Description-en: Perl pragma to disable bareword filehandles
bareword::filehandles lexically disables the use of bareword filehandles
with builtin functions, except for the special builtin filehandles
STDIN, STDOUT, STDERR, ARGV, ARGVOUT and DATA. To use it in your
scripts, simply say
.
no bareword::filehandles;
Package: libbfb0-dev
Description-md5: e2ac8a2fe4d2a9602f2723c4c9b440c2
Description-en: bfb protocol library - development files
This library adds support for OBEX protocol over BFB/BFC, some Siemens
Mobile specific protocols that are used with the serial cables for S25,
S35 and almost all later phones that include a modem, also those
labeled as BenQ Mobile.
.
This package contains the development files.
Package: libbfb0t64
Description-md5: c07b3a7765e509edf5098a0839e2a316
Description-en: bfb protocol library
This library adds support for OBEX protocol over BFB/BFC, some Siemens
Mobile specific protocols that are used with the serial cables for S25,
S35 and almost all later phones that include a modem, also those
labeled as BenQ Mobile.
.
This package contains the runtime library.
Package: libbio-db-hts-perl
Description-md5: 72331b2dbe774c7c5ad34fee672bff70
Description-en: Perl interface to the HTS library
HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
Format), used for high-throughput sequencing data, and is the core library
used by samtools and bcftools. HTSlib only depends on zlib. It is known to be
compatible with gcc, g++ and clang.
.
HTSlib implements a generalized BAM (binary SAM) index, with file extension
'csi' (coordinate-sorted index). The HTSlib file reader first looks for the
new index and then for the old if the new index is absent.
.
This package provides a Perl interface to the HTS library.
Package: libbio-samtools-perl
Description-md5: 73b654c3e7ee8120b5c9b0a3c60da326
Description-en: Perl interface to SamTools library for DNA sequencing
Bio::SamTools provides a Perl interface to the libbam library for indexed and
unindexed SAM/BAM sequence alignment databases. It provides support for
retrieving information on individual alignments, read pairs, and alignment
coverage information across large regions. It also provides callback
functionality for calling SNPs and performing other base-by-base functions.
Most operations are compatible with the BioPerl Bio::SeqFeatureI interface,
allowing BAM files to be used as a backend to the GBrowse genome browser
application.
Package: libbio-scf-perl
Description-md5: 928fbfcc6d740a61406ae515d3369942
Description-en: Perl extension for reading and writing SCF sequence files
The Bio::SCF (Standard Chromatogram Format) module allows you to read and
update (in a restricted way) SCF chromatographic sequence files. It is an
interface to Roger Staden's io-lib. It has both tied hash and an
object-oriented interfaces. It provides the ability to read fields from SCF
files and limited ability to modify them and write them back.
Package: libbit-vector-perl
Description-md5: 667b66c34bb915821018851127ec800f
Description-en: Perl module for bit vectors and more
Bit::Vector is a module that allows you to handle bit vectors, integer sets,
"big integer arithmetic" and boolean matrices, all of arbitrary sizes. It is
efficient (in terms of algorithmic complexity) and therefore fast (in terms
of execution speed). It also provides overloaded operators for ease of use.
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: libboost-geometry-utils-perl
Description-md5: fbf3a2329b92d806237b19468b29e384
Description-en: Perl module providing bindings to the Boost Geometry library
Boost::Geometry::Utils provides bindings to perform some geometric
operations using the Boost Geometry library. It does not aim at
providing full bindings for such library, which is why the
Boost::Geometry namespace was left free.
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: libbsd-arc4random-perl
Description-md5: 2c060edcf9d088c702390e63f5b7fc59
Description-en: CPAN's BSD::arc4random -- Perl bindings for arc4random
The BSD::arc4random module provides a Perl API for the arc4random(3)
suite of functions and a few natively implemented functions.
.
Exposed functions are: have_kintf (ability to push entropy back to
the kernel); arc4random, arc4random_bytes, arc4random_uniform, the
RANDOM variable (get entropy); arc4random_stir (next time used, some
entropy from the kernel is first requested); arc4random_addrandom
(add user data to SRNG state); arc4random_push[bk] (push user data
to kernel RNG if supported; add kernel data or, if not supported,
user data to SRNG); the ability to "tie" variables to this module
for retrieving and storing entropy (e.g. in $RANDOM).
Package: libbson-xs-perl
Description-md5: a266b68f34cbf7d1dfdf9324930180b9
Description-en: Perl XS implementation of MongoDB's BSON serialization
The BSON class implements a BSON encoder/decoder ("codec"). It consumes
"documents" (typically hash references) and emits BSON strings and vice versa
in accordance with the BSON Specification (http://bsonspec.org).
.
BSON is the primary data representation for MongoDB. While this module has
several features that support MongoDB-specific needs and conventions, it can
be used as a standalone serialization format.
.
BSON::XS contains an XS implementation for BSON encoding and decoding.
There is no public API. Use the BSON module and it will choose the best
implementation for you.
.
As of August 13, 2020, the MongoDB Perl driver and related libraries are no
longer supported by MongoDB.
Package: libbssolv-perl
Description-md5: 6ddc1478ad38015a0484412b399737eb
Description-en: module to compute package dependencies (for Open Build Service backend)
Satisfyability Solver based on LibSolv to compute package dependencies.
.
BSSolv is a support Perl module for the Open Build Service (OBS)
backend. It contains functions for repository management, dependency
solving, package ordering, and meta file creation.
Package: libbtas-dev
Description-md5: 592deca38d8fd0fce114f1c2cb68fcb4
Description-en: Basic Tensor Algebra Subroutines Library (development files)
BTAS (Basic Tensor Algebra Subroutines) is a library for tensor algebra.
It is a reference implementation of the Tensor Working Group concept spec.
.
This package contains the static libraries and the header files.
Package: libbtparse-dev
Description-md5: 6cc9043cbd281b6ab0649e75be781e05
Description-en: C library to parse BibTeX files - development files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
constructed using PCCTS. The library provides entry points to the parser,
functions to traverse and query the abstract-syntax tree that it produces, and
some functions for processing strings in "the BibTeX way".
.
This package contains the necessary symlinks, headers and object files needed
develop applications using btparse.
Package: libbtparse2
Description-md5: 8b569a7f954fe56523cdd7267f841f2a
Description-en: C library to parse BibTeX files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
constructed using PCCTS. The library provides entry points to the parser,
functions to traverse and query the abstract-syntax tree that it produces, and
some functions for processing strings in "the BibTeX way".
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++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++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++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: libcache-fastmmap-perl
Description-md5: 1ae2c7cbe6861169a2b5c6020c5b69b2
Description-en: Perl module providing a mmap'ed cache
Cache::FastMmap uses the mmap system call to establish an interprocess shared
memory cache. Its core code is written in C, which can provide significant
performance compared to a Pure Perl implementation such as Cache::Mmap. It can
handle rather large pages without the socket connection and latency of using
full-fledged databases where long-term persistence is unnecessary.
.
Since the algorithm uses a dual-level hashing system (a hash is used to find
a page, then another hash within each page to find a given slot), most get
calls can execute in constant O(1) time. The system uses fcntl to handle
concurrent access, but only locks individual pages to reduce contention. The
oldest (least recently used) data is evicted from the cache first, making
this cache implementation most suitable for cases when old data is unlikely
to be searched.
Package: libcache-memcached-fast-perl
Description-md5: fecf36859d6b09f02e9dfb570af0f011
Description-en: Perl client for memcached, in C language
Cache::Memcached::Fast is a Perl client for memcached,
a memory cache daemon (http://www.danga.com/memcached/).
Module core is implemented in C
and tries hard to minimize number of system calls
and to avoid any key/value copying for speed.
As a result, it has very low CPU consumption.
.
API is largely compatible with Cache::Memcached,
original pure Perl client,
most users of the original module may start using this module
by installing it and adding "::Fast" to the old name in their scripts.
Package: libcache-memcached-getparserxs-perl
Description-md5: 6fed4d23efa2027e7064e1ceffe2cd1e
Description-en: C/XS implementation of Cache::Memcached::GetParser
Cache::Memcached::GetParserXS implements the same function as
Cache::Memcached::GetParser, except it's written in C/XS. Initial benchmarks
have shown it to be possibly twice as fast as the original perl version.
Package: libcache-mmap-perl
Description-md5: 254e921034646bac4fa6f9caa95a1797
Description-en: module to provide a shared data cache using memory mapped files
Cache::Mmap implements a shared data cache, using memory mapped files.
If routines are provided which interact with the underlying data, access to
the cache is completely transparent, and the module handles all the details of
refreshing cache contents, and updating underlying data, if necessary.
.
Cache entries are assigned to "buckets" within the cache file, depending on
the key. Within each bucket, entries are stored approximately in order of last
access, so that frequently accessed entries will move to the head of the
bucket, thus decreasing access time. Concurrent accesses to the same bucket are
prevented by file locking of the relevant section of the cache file.
Package: libcassandra-client-perl
Description-md5: 88aa22d067168fddf05c9dfc31af23c0
Description-en: Perl library for accessing Cassandra using its binary network protocol
Cassandra::Client is a Perl library giving its users access to the Cassandra
database, through the native protocol. Both synchronous and asynchronous
querying is supported, through various common calling styles.
Package: libcbor-xs-perl
Description-md5: 6c1e7d7ebe40a976c541068643988e6d
Description-en: module for manipulating CBOR-formatted data (C/XS-accelerated)
CBOR::XS converts Perl data structures to the Concise Binary Object
Representation (CBOR) and vice versa. CBOR is a fast binary serialisation
format that aims to use an (almost) superset of the JSON data model, i.e.
when you can represent something useful in JSON, you should be able to
represent it in CBOR.
.
In short, CBOR is a faster and quite compact binary alternative to JSON, with
the added ability of supporting serialisation of Perl objects. (JSON often
compresses better than CBOR though, so if you plan to compress the data later
and speed is less important you might want to compare both formats first).
.
To give you a general idea about speed, with texts in the megabyte range,
CBOR::XS usually encodes roughly twice as fast as Storable or JSON::XS and
decodes about 15%-30% faster than those. The shorter the data, the worse
Storable performs in comparison.
Package: libcdb-file-perl
Description-md5: d964394930a7029a5a3bdbdf2e43d28f
Description-en: module to access cdb databases from Perl
CDB_File is a module which provides a Perl interface to creating and querying
cdb databases. cdb is a fast, reliable and lightweight package for creating
and reading constant databases, developed by Dan Bernstein.
.
See http://pobox.com/~djb/cdb.html for more information about cdb.
Package: libcdk-perl
Description-md5: dbe992860c5d20e98ac6b3c0e96a0e73
Description-en: Perl interface for a curses widget library
CDK stands for "Curses Development Kit". CDK sits on top of the curses
library and provides 22 ready to use widgets for rapid application
development of text-based interfaces. CDK delivers many of the common
widget types required for a robust interface. Widgets can be combined
to create complex widgets if needed.
.
This package provides a Perl interface for the CDK library.
Package: libcdt5
Description-md5: d9902443b1aa2da91da7ca4482e5eb20
Description-en: rich set of graph drawing tools - cdt library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the cdt library.
Package: libcexceptions-dev
Description-md5: 10b06024470c533c2b7628fc52c0fdfa
Description-en: C exception handling library (development files)
Wrappers for C functions, allowing usage of try ... catch ... blocks
in C language. Wrapped functions include memory allocation, standard
I/O and strdup.
.
This package contains static library and header files.
Package: libcexceptions0
Description-md5: 10c111bb6698c00241fbfb2d9824cc48
Description-en: C exception handling library
Wrappers for C functions, allowing usage of try ... catch ... blocks
in C language. Wrapped functions include memory allocation, standard
I/O and strdup.
Package: libcgi-struct-xs-perl
Description-md5: 91617605f0badbc2e1eb143f6aba3735
Description-en: Perl module to build structures from CGI data, XS version
CGI::Struct::XS is the XS implementation of CGI::Struct, a module for
transforming CGI GET/POST data into intricate data structures. This is
reminiscent of PHP's building arrays from form data, but with a perl
twist.
.
CGI::Struct::XS is fully compatible with CGI::Struct, except for error
messages. At the same time, it is 3-15 (5-25 with dclone disabled) times
faster than original module.
Package: libcgraph6
Description-md5: 3c0eff44ae2d3aa5e19d60a4384485eb
Description-en: rich set of graph drawing tools - cgraph library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the cgraph library.
Package: libchafa-dev
Description-md5: 92e6e61ebce909ab1cbeb08eda61a353
Description-en: development files for image-to-text converter chafa
Chafa is a command-line utility that converts all kinds of images, including
animated image formats like GIFs, into ANSI/Unicode character output that can
be displayed in a terminal.
.
It is highly configurable, with support for alpha transparency and multiple
color modes and color spaces, combining a range of Unicode characters for
optimal output.
.
The core functionality is provided by a C library with a public,
well-documented API.
.
This package ships the development files.
Package: libchafa0t64
Description-md5: d4892f8662a09f4cf72cd70ca8bdde08
Description-en: library for image-to-text converter chafa
Chafa is a command-line utility that converts all kinds of images, including
animated image formats like GIFs, into ANSI/Unicode character output that can
be displayed in a terminal.
.
It is highly configurable, with support for alpha transparency and multiple
color modes and color spaces, combining a range of Unicode characters for
optimal output.
.
The core functionality is provided by a C library with a public,
well-documented API.
.
This package ships the shared object.
Package: libchemistry-openbabel-perl
Description-md5: 9bcbf2562fd78652e201334aded7f548
Description-en: Chemical toolbox library (perl bindings)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains Chemistry::Openbabel, the Perl binding for Open Babel.
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-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-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-perl
Description-md5: 86a81b49d8d167d0bb95b7c5631a186a
Description-en: Perl bindings to the Clang compiler's indexing interface
Clang is a compiler front end for the C, C++, Objective-C, and Objective-C++
programming languages which uses LLVM as its back end.
.
Clang module provides Perl bindings to the Clang indexing interface, used for
extracting high-level symbol information from source files without exposing
the full Clang C++ API.
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: 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: libclass-c3-xs-perl
Description-md5: a3ab4e438147fb81f1438e0b60c3904d
Description-en: Perl module to accelerate Class::C3
Class::C3::XS is a Perl module designed to enhance the performance of the
Class::C3 package (see libclass-c3-perl). It does so automatically and is not
designed to be used directly; once installed, it should accelerate all programs
that make use of Class::C3 itself.
Package: libclass-load-xs-perl
Description-md5: e162500685b8f5f11cd4963332723776
Description-en: XS implementation of parts of Class::Load
Class::Load::XS provides an XS implementation for portions of Class::Load, a
module that provides several functions to load classes at runtime.
.
See Class::Load in the libclass-load-perl package for API details.
Package: libclass-methodmaker-perl
Description-md5: aac41660ebcaf96c37839fa717182717
Description-en: Perl module for creating generic methods
Class::MethodMaker is a simple module which solves the problem of having to
continually write accessor and mutator methods for your objects that perform
standard tasks. Instead of thinking in terms of methods, you install one or
more components into a class and methods are automatically created for you.
A component is intended as a cohesive unit of data that should only be changed
using the provided methods.
Package: libclaws-mail-dev
Description-md5: 4e327f36df7562d537c275d4af1f0d49
Description-en: Development files for Claws Mail plugins
This package provides the development headers needed to build
plugins for Claws Mail client.
Plugins are loadable modules which extend Claws Mail capabilities.
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: libclearsilver-perl
Description-md5: be59004dd0fdccb51b297f6ec4089169
Description-en: Perl bindings for clearsilver
Clearsilver is a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it
provides a separation between presentation code and application logic which
makes working with your project easier.
.
This package contains the perl package ClearSilver.
Package: libcod-tools-perl
Description-md5: 18b46b5acdfc59ac95d255c0eac56623
Description-en: tools for manipulating CIF format files - Perl modules
cod-tools is a set of Perl modules and command line tools for
manipulating Crystallographic Information Format (CIF) v1.1 and v2.0
files.
.
This package contains Perl modules.
Package: libcodcif-dev
Description-md5: 02ac6b7da906fcbef50fae45ce62ff75
Description-en: error-correcting CIF parser - headers and static libraries
Parser for Crystallographic Information Format (CIF) v1.1 and v2.0,
written in C language. A CIF format file is represented by an array
of data blocks, where each data block is represented by a CIF struct.
.
This package contains static library and header files.
Package: libcodcif3
Description-md5: a4ed29a6738e43c6166cc1332494c072
Description-en: error-correcting CIF parser - shared library
Parser for Crystallographic Information Format (CIF) v1.1 and v2.0,
written in C language. A CIF format file is represented by an array
of data blocks, where each data block is represented by a CIF struct.
Package: libcommonmark-perl
Description-md5: 65ed31037290edb864bd3548b3e0493a
Description-en: interface to the CommonMark C library
The CommonMark module is a wrapper around the official CommonMark C
library libcmark. It closely follows the original API.
.
The main module provides some entry points to parse documents and
convenience functions for node creation. The bulk of features is
available through CommonMark::Node objects of which the parse tree is
made. CommonMark::Iterator is a useful class to walk through the nodes
in a tree. CommonMark::Parser provides a push parser interface.
Package: libcompiler-lexer-perl
Description-md5: df15bd2057e2e47620a76ae0189a2d16
Description-en: Lexical Analyzer for Perl5
Compiler::Lexer provides a lexical analyser for Perl code. Once the Perl
code is parsed, the lexer can provide:
* a list of tokens
* the list of module used by the Perl code.
.
This module is written in XS to be faster than a pure Perl
implementation
Package: libcompress-bzip2-perl
Description-md5: 6434664d8f63ecd21e4622c606406aad
Description-en: Perl interface to Bzip2 compression library
The Compress::Bzip2 module provides a Perl interface to the Bzip2
compression library, a relevant subset of the functionality provided
by Bzip2 is available in Compress::Bzip2.
.
The module can be split into two general areas of functionality, namely
in-memory compression/decompression and read/write access to bzip2
files.
Package: libcompress-lz4-perl
Description-md5: a7f7c4bf8e5bce60f350a9001776bc3f
Description-en: Perl interface to the LZ4 (de)compressor
The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
.
Besides functions for compression, high-compression, and decompression, it
also includes compatibility functions for the same purposes to handle raw
data in the official frame format.
Package: libcompress-raw-bzip2-perl
Description-md5: 9566e6140732ea913b5cbb2cd5e8d8ae
Description-en: low-level interface to bzip2 compression library
Compress::Raw::Bzip2 provides a low-level interface to bzip2 compression
library for perl.
.
Usually, you don't need to use this directly; modules like
IO::Compress::Bzip2 in the libio-compress-perl package provide a nice,
more high-level interface for you in your own perl programs.
Package: libcompress-raw-lzma-perl
Description-md5: eaf2ce106eaf1943e966feabc9ee6573
Description-en: low-level interface to lzma compression library
Compress::Raw::Lzma provides a low-level Perl interface for reading and
writing of lzma and xz files/buffers.
.
Although the primary purpose for the existence of Compress::Raw::Lzma is for
use by the IO::Compress::Lzma, IO::Uncompress::UnLzma, IO::Compress::Xz and
IO::Uncompress::UnXz modules (packaged as libio-compress-lzma-perl), it can
be used on its own for simple compression/uncompression tasks.
Package: libcompress-raw-zlib-perl
Description-md5: 78fa58999816b802a5c29de4d65f94f5
Description-en: low-level interface to zlib compression library
Compress::Raw::Zlib is a Perl module that provides low-level interface to the
zlib compression library. It provides the core compression and decompression
functionality useful for supporting other higher-level modules. Other modules
provide support for file and stream compression.
Package: libcompress-snappy-perl
Description-md5: 265245e7b4f35cbce115189f87441ff0
Description-en: Perl interface to Google's Snappy (de)compressor
The Compress::Snappy module provides an interface to Google's Snappy
(de)compressor.
.
Snappy does not aim for maximum compression, or compatibility with any other
compression library; instead, it aims for very high speeds and reasonable
compression. For instance, compared to the fastest mode of zlib, Snappy is an
order of magnitude faster for most inputs, but the resulting compressed files
are anywhere from 20% to 100% bigger.
Package: libconfig-augeas-perl
Description-md5: 5d15a0b8141de68ff6b4b49606d8ed9e
Description-en: module for manipulating configuration files through Augeas
Config::Augeas is a Perl module that provides an object-oriented interface to
the Augeas open source configuration library. The API is more "Perlish" than
its C counterpart, making it natural to use with Perl.
.
Augeas is a library and command line tool that addresses the common problem
of handling configuration data, providing a means to easily edit many types
of configuration files. (See the augeas package for details)
Package: libconvert-binary-c-perl
Description-md5: b2e0a9d915f5910a08faa69eb6358634
Description-en: Binary Data Conversion using C Types
Convert::Binary::C is a preprocessor and parser for C type definitions. It is
highly configurable and supports arbitrarily complex data structures. Its
object-oriented interface has pack and unpack methods that act as replacements
for Perl's pack and unpack and allow one to use C types instead of a string
representation of the data structure for conversion of binary data from and to
Perl's complex data structures.
.
Actually, what Convert::Binary::C does is not very different from what a C
compiler does, just that it doesn't compile the source code into an object
file or executable, but only parses the code and allows Perl to use the
enumerations, structs, unions and typedefs that have been defined within your
C source for binary data conversion, similar to Perl's pack and unpack.
Package: libconvert-scalar-perl
Description-md5: d4b22fd187bfced2ab84d30c52b8bd74
Description-en: module to convert between different representations of perl scalars
Convert::Scalar exports various internal perl methods that change the
internal representation or state of a perl scalar. All of these work
in-place, that is, they modify their scalar argument. No functions are
exported by default.
Package: libcookie-baker-xs-perl
Description-md5: 103935a97078ce8fa97965bf78b9da36
Description-en: module to boost Cookie::Baker's crush_cookie
Cookie::Baker::XS provides a cookie string parser implemented in XS.
Unlike Cookie::Baker, this module only provides a parser and does not have a
generator function.
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: libcoro-perl
Description-md5: 0c6cab7368cefb4aba3ebeffab6ea9d8
Description-en: Perl framework implementing coroutines
Coro is a collection of modules which manages continuations in general, most
often in the form of cooperative threads (also called coros, or simply "coro"
in the documentation). They do not actually execute at the same time, even on
machines with multiple processors.
.
The specific flavor of thread offered by this module also guarantees you that
it will not switch between threads unless necessary. It switches at easily-
identified points in your program, so locking and parallel access are rarely
an issue, making threaded programming much safer and easier than using other
threading models.
.
Coro provides a full shared address space, which makes communication between
threads very easy. A parallel matrix multiplication benchmark runs over 300
times faster on a single core than perl's ithreads on a quad core using all
four cores.
.
This version of Coro has been patched by the Debian Project to provide
compatibility with Perl 5.22 and Perl 5.24. Please send bug reports to
Debian () and not the original author.
Package: libcrypt-argon2-perl
Description-md5: 498d93db3da76e9fc1fc8fb38415547a
Description-en: Perl interface to the Argon2 key derivation functions
The Crypt::Argon2 implements the Argon2 key derivation function, which is
suitable to convert any password into a cryptographic key. This is most often
used to secure storage of passwords but can also be used to derive a
encryption key from a password. It offers variable time and memory costs as
well as output size.
.
A command-line tool `argon2-calibrate` to find the appropriate parameters is
included in this package.
Package: libcrypt-bcrypt-perl
Description-md5: 22d20ded1dab51ed116c8e8f53d9e78c
Description-en: modern bcrypt implementation
Crypt::Bcrypt provides a modern and user-friendly implementation of the
bcrypt password hash.
.
Note that in bcrypt passwords may only contain 72 characters. It may seem
tempting to prehash the password before bcrypting it but that may make it
vulnerable to password shucking, a salted solution (for example using a MAC)
should be used instead if one wants to support large passwords.
.
The password is always expected to come as a (utf8-encoded) byte-string.
Package: libcrypt-blowfish-perl
Description-md5: d5d47fb635f42a37c0249e5db1e5ac96
Description-en: Blowfish cryptography for Perl
This is Crypt::Blowfish, an XS-based implementation of the Blowfish
cryptography algorithm designed by Bruce Schneier. It's designed to
take full advantage of Crypt::CBC when desired. Blowfish keys may be
up to 448 bits (56 bytes) long.
Package: libcrypt-cast5-perl
Description-md5: edc8e6b2b1e4c5ffceb00a1cfb35bdee
Description-en: CAST5 block cipher
Crypt::CAST5 provides an implementation of the CAST5 block cipher using
compiled C code for increased speed. CAST5 is also known as CAST-128. It is a
product of the CAST design procedure developed by C. Adams and S. Tavares.
The CAST5 cipher is available royalty-free.
Package: libcrypt-cracklib-perl
Description-md5: a40c4bac3f732d9b6dc3d25f5e7b28a9
Description-en: Perl interface to Alec Muffett's Cracklib
Crypt::Cracklib is a simple interface to the cracklib library.
Package: libcrypt-des-perl
Description-md5: faf8c9ead4ecdfe8ee709d2ea4ba8b77
Description-en: Perl DES encryption module
This is Crypt::DES, an XS-based implementation of the DES
cryptography algorithm.
.
The module implements the Crypt::CBC interface, which has
blocksize, keysize, encrypt and decrypt functions.
Package: libcrypt-dh-gmp-perl
Description-md5: 6e9dc0ccabd81b84b4452795173a480e
Description-en: Crypt::DH replacement that uses GMP directly
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented
mostly in C.
.
In the beginning, there was Crypt::DH. However, Crypt::DH suffers from a
couple of problems: GMP/Pari libraries are almost always required; Crypt::DH
additionally has Math::BigInt in between GMP. Instantiating an object
comes with a relatively high cost, and if you make many computations in one
go, your program will suffer dramatically because of this.
.
Crypt::DH::GMP attempts to alleviate these problems by providing a
Crypt::DH-compatible layer, which, instead of doing calculations via
Math::BigInt, directly works with libgmp in C.
.
This means that essentially 2 call stacks worth of expensive Perl method
calls are eliminated and also only load 1 (Crypt::DH::GMP) module instead of
3 (Crypt::DH + Math::BigInt + Math::BigInt::GMP) is needed.
.
These add up to a fairly significant increase in performance.
Package: libcrypt-eksblowfish-perl
Description-md5: e08d18b44fefb312470d999be4590a4a
Description-en: Perl module implementing the Eksblowfish block cipher
Crypt::Eksblowfish provides an implementation of the Eksblowfish encryption.
.
Eksblowfish is a variant of the Blowfish cipher, modified to make the
key setup very expensive. ("Eks" stands for "expensive key schedule".)
This doesn't make it significantly cryptographically stronger,
but is intended to hinder brute-force attacks. It also makes it
unsuitable for any application requiring key agility. It was designed
by Niels Provos and David Mazieres for password hashing in OpenBSD.
See Crypt::Eksblowfish::Bcrypt for the hash algorithm.
.
Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
parameter that controls how expensive the key scheduling is. It also
takes a family key, known as the "salt". Cost and salt parameters
together define a cipher family. Within each family, a key determines an
encryption function in the usual way. See Crypt::Eksblowfish::Family
for a way to encapsulate an Eksblowfish cipher family.
Package: libcrypt-gcrypt-perl
Description-md5: f71a93230671dbb50565e6319b90b801
Description-en: Perl interface to the GNU Cryptographic library
Crypt::GCrypt provides an object interface to the C libgcrypt library. It
currently supports symmetric encryption/decryption, while asymmetric
cryptography is being worked on.
Package: libcrypt-mysql-perl
Description-md5: 59da213782adc01115d908963141f3f2
Description-en: Perl module to emulate the MySQL PASSWORD() function
Crypt::MySQL emulates MySQL PASSWORD() SQL function, without libmysqlclient.
You can compare encrypted passwords, without real MySQL environment.
Package: libcrypt-openssl-dsa-perl
Description-md5: e61410edfd01af0043cebdb65b58d45c
Description-en: module which implements the DSA signature verification system
Crypt::OpenSSL::DSA is a wrapper to the DSA (Digital Signature Algorithm)
functions contained in the OpenSSL crypto library. It allows you to create
public/private key pair, sign messages and verify signatures, as well as
manipulate the keys at the low level.
Package: libcrypt-openssl-ec-perl
Description-md5: a14fa7bacc24dcea47be71c6a8678ae1
Description-en: Perl extension for OpenSSL EC (Elliptic Curves) library
Crypt::OpenSSL::EC provides a standard (non-OO) interface to the OpenSSL EC
(Elliptic Curve) library. It provides the Crypt::OpenSSL::EC class which
defines some high level functions and constants. Some OO calls are supported.
.
Most of the functions described in openssl/ec.h are supported.
Package: libcrypt-openssl-pkcs10-perl
Description-md5: 345eabaabafa5a62ca4b71979f8f205c
Description-en: Perl extension to OpenSSL's PKCS10 API
Crypt::OpenSSL::PKCS10 provides the ability to create PKCS10 certificate
requests using RSA key pairs.
Package: libcrypt-openssl-pkcs12-perl
Description-md5: f292be14a888e8cf02f3f88c3d8dc183
Description-en: Perl extension to OpenSSL's PKCS12 API
Crypt::OpenSSL::PKCS12 implements a small subset of OpenSSL's PKCS12 API.
Package: libcrypt-openssl-x509-perl
Description-md5: 371a3395a075c9e4563e01e65e689d5b
Description-en: Perl extension to OpenSSL's X509 API
The Crypt::OpenSSL::X509 module implements a large majority of
OpenSSL's useful X509 API.
Package: libcrypt-rijndael-perl
Description-md5: fe2601896a3a93b4a48976963df82f09
Description-en: Perl module implementing the Rijndael algorithm
Crypt::Rijndael is a Perl module that provides an XS-based implementation of
the Advanced Encryption Standard (AES) algorithm Rijndael, designed by Joan
Daemen and Vincent Rijmen.
Package: libcrypt-smime-perl
Description-md5: bad083fe00eb0ed9eb99d38d64ebc1fb
Description-en: S/MIME message signing, verification, encryption and decryption module
Crypt::SMIME provides a class for handling S/MIME messages. It can sign,
verify, encrypt and decrypt messages.
.
Crypt::SMIME operates on email messages as simple strings, so there's no
particular integration with other MAIL::* or MIME::* modules. Rather, it
can co-operate with any module capable of accepting / outputting the entire
message as a single string.
Package: libcrypt-ssleay-perl
Description-md5: 2d59d1a56c96575912561b17cf58e3f7
Description-en: OpenSSL support for LWP
This perl module provides support for the HTTPS protocol under LWP, so
that an LWP::UserAgent can make HTTPS GET & HEAD & POST requests. Please
see perldoc LWP for more information on POST requests.
.
The Crypt::SSLeay package contains Net::SSL, which is automatically
loaded by LWP::Protocol::https on HTTPS requests, and provides the
necessary SSL glue for that module to work via these deprecated modules:
Crypt::SSLeay::CTX, Crypt::SSLeay::Conn and Crypt::SSLeay::X509.
.
Work on Crypt::SSLeay has been continued only to provide HTTPS support
for the LWP - libwww perl libraries. If you want access to the OpenSSL
API via perl, check out Sampo's Net::SSLeay (available in Debian as
the libnet-ssleay-perl package).
Package: libcrypt-twofish-perl
Description-md5: 8e48bf632f846e8b88ddaebbea8760eb
Description-en: Perl module for Twofish Encryption Algorithm
Crypt::Twofish implements Twofish encryption using an interface
compatible with Crypt::CBC interface.
.
Twofish is a 128-bit symmetric block cipher with a variable length (128, 192,
or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for
all uses, as described at .
Package: libcrypt-u2f-server-perl
Description-md5: d8c4e5758fdc41907022ae10ffe8859c
Description-en: Perl module to register and authenticate U2F compatible devices
Universal 2nd Factor (U2F) is an open authentication standard that strengthens
and simplifies two-factor authentication using specialized USB or NFC devices
based on similar security technology found in smart cards.
.
Crypt::U2F::Server module implements the server side of U2F authentication
through Yubico's C library.
.
Prefer to use Crypt::U2F::Server::Simple since Crypt::U2F::Server is a very low
level wrapper around the original C library.
Package: libcrypt-unixcrypt-xs-perl
Description-md5: 225fb53e029e674fa64c609ab633cb37
Description-en: Perl XS interface that implements crypt() function
Crypt::UnixCrypt_XS implements the DES-based Unix crypt function. For those
who need to construct non-standard variants of crypt, the various building
blocks used in crypt are also supplied separately.
Package: libcrypt-xxhash-perl
Description-md5: 8ab9a26c6f5beec1ea2ada22027422d6
Description-en: xxHash implementation for Perl
xxHash is a super fast algorithm that claims to work at speeds close to RAM
limits. The Crypt::xxHash module provides 32- and 64-bit hash functions. As
bonus it provides 128-bit hex method.
.
This package was inspired by Digest::xxHash, but it includes the fresh C code
and has some optimisations. Thus all hex methods are implemented in Perl XS.
Also this module doesn't use Math::Int64 in favor of native 64 bit digits.
Package: libcryptx-perl
Description-md5: d68dc14bdc1f20eb1729dce206511567
Description-en: Perl module that provides a self-contained cryptographic toolkit
CryptX is a self-contained cryptgraphico toolkit based on
https://github.com/libtom/libtomcrypt. It provides cyphers, block cipher
modes, authenticated encryption modes, hash functions, message authentication
codes, public key cryptography, cryptographically secure random number
generators, key derivation functions.
Package: libcss-minifier-xs-perl
Description-md5: e509baab9bc260a0df11d72e6e9f47f3
Description-en: XS based CSS minifier
CSS::Minifier::XS is a CSS "minifier"; its designed to remove un-necessary
whitespace and comments from CSS files, while also not breaking the CSS.
.
CSS::Minifier::XS is similar in function to CSS::Minifier, but is
substantially faster as its written in XS and not just pure Perl.
Package: libcurses-perl
Description-md5: 6046114de4bb1f681372efbc9d041d53
Description-en: Curses interface for Perl
libcurses-perl (the Curses module from CPAN) will let you
use the ncurses/curses terminal screen manipulation
routines from Perl programs.
Package: libcyrus-imap-perl
Description-md5: 494afce8d261b8e3f1678df0243f477f
Description-en: Interface to Cyrus imap client imclient library
The Cyrus::IMAP module provides an interface to the Cyrus imclient
library. These are primarily useful for implementing cyradm operations
within a Perl script; there are easier ways to implement general client
operations, although they may be more limited in terms of authentication
options when talking to a Cyrus imapd.
.
The modules that compose Cyrus::SIEVE are also included, but they are
undocumented upstream.
.
For more information, please see the cyrus-common package.
Package: libdata-alias-perl
Description-md5: 43a91f268226bf59b82df34b1c4d9c5c
Description-en: module to create aliases instead of copies
Data::Alias is a Perl module that enables developers to apply "aliasing
semantics" to a section of code, causing aliases to be made wherever
Perl would normally make copies instead. You can use this to improve
efficiency and readability, when compared to using references.
Package: libdata-clone-perl
Description-md5: 921f57fd47033e11eec8bde3bcd3c2c9
Description-en: Perl module for polymorphic data cloning
Data::Clone does data cloning, i.e. copies things recursively. This is smart
so that it works with not only non-blessed references, but also with blessed
references (i.e. objects). When clone() finds an object, it calls a clone
method of the object if the object has a clone, otherwise it makes a surface
copy of the object. That is, this module does polymorphic data cloning.
.
Although there are several modules on CPAN which can clone data, this module
has a different cloning policy from almost all of them.
Package: libdata-dump-streamer-perl
Description-md5: ec004f9426390bfb2ce87a77f645573d
Description-en: module for serializing a data structure as Perl code
Data::Dump::Streamer is a Perl module that serializes scalars, objects or
reference variables and provides their contents in Perl syntax. Special data
structures including closures, self-referential structures and objects are
output correctly. This module is very similar in concept to the core module
Data::Dumper, except this module is designed to output to a stream instead
of constructing its output in memory (trading speed for memory).
Package: libdata-messagepack-stream-perl
Description-md5: b678c7d6e6de9b216cf1907a3a40dead
Description-en: streaming deserializer for MessagePack
Data::MessagePack::Stream is an alternative to Data::MessagePack::Unpacker.
Unlike the original unpacker, this module supports internal buffer and it's
possible to handle streaming data correctly.
Package: libdata-peek-perl
Description-md5: 18c5cfe61cce77cae5c6749eb0ad5123
Description-en: module providing low-level manipulation of Perl data
Data::Peek is a module that allows for low-level manipulation of Perl data
structures, particularly for displaying the internal representation of given
Perl variables.
.
In particular, it allows one to look at a scalar value to determine whether it
contains a string (PV), integer (IV or UV) or floating point number (NV); the
reference count of that scalar (REFCOUNT) and other flags (such as whether the
string is UTF-8).
.
This module can also create triple variables, which are similar to the dual
variables provided by Scalar::Util - they have two or three values, and the
value which is returned depends on the context in which it is used.
Package: libdata-pond-perl
Description-md5: 07fce2e9872534fb2685be8a77e1ab13
Description-en: Perl-based open notation for data module
Data::Pond is concerned with representing data structures in a textual
notation known as "Pond" (Perl-based open notation for data). The notation is
a strict subset of Perl expression syntax, but is intended to have
language-independent use. It is similar in spirit to JSON, which is based on
JavaScript, but Pond represents fewer data types directly.
.
The data that can be represented in Pond consist of strings (of characters),
arrays, and string-keyed hashes. Arrays and hashes can recursively (but not
cyclically) contain any of these kinds of data. This does not cover the full
range of data types that Perl or other languages can handle, but is intended
to be a limited, fixed repertoire of data types that many languages can
readily process. It is intended that more complex data can be represented
using these basic types. The arrays and hashes provide structuring facilities
(ordered and unordered collections, respectively), and strings are a
convenient way to represent atomic data.
Package: libdata-streamdeserializer-perl
Description-md5: ee2c59a32fe1addbc1812e13ea754302
Description-en: non-blocking deserializer
The package provides an interface to deserialize perl objects in
non-blocking mode. It can be used with event machines.
Package: libdata-streamserializer-perl
Description-md5: 73c8c423ff8d11314e216cea697998c3
Description-en: non-blocking serializer
The package provides an interface to serialize perl objects in non-blocking
mode. It can be used with event machines.
Package: libdata-structure-util-perl
Description-md5: 533dddd302968cd94c4b5062c664742c
Description-en: module to change nature of data within a data structure
Data::Structure::Util is a Perl module for manipulating data within data
structures. It can process an entire tree of data structures and perform the
requested operation on each element as appropriate. It is fast, since it is
written in C.
.
For example, it can be used to transform all strings within a data
structure to UTF-8, but also contains functions like unbless to
reduce an object to the pure data structure it was before it has been
blessed into an object.
Package: libdata-swap-perl
Description-md5: 9a282619f363a60292c8872cff452b7e
Description-en: Perl module to swap type and contents of variables
The Data::Swap module allows you to swap the contents of two referenced
variables, even if they have different types.
.
The main application is to change the base type of an object after it has
been created, for example for dynamic loading of data structures:
.
swap $self, bless $replacement, $newclass;
.
This module additionally contain the function "deref" which acts like a
generic list-dereferencing operator.
Package: libdata-util-perl
Description-md5: 9fdfa17b8e94cba86a35e162dd4c5d6b
Description-en: selection of utilities for data and data types
Data::Util provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).
.
The implementation of this module is both Pure Perl and XS.
Package: libdata-uuid-libuuid-perl
Description-md5: a945f7f795c89f86a2add88b233b94d8
Description-en: uuid.h based UUID generation module
Data::UUID::LibUUID provides bindings for libuuid. The module provides
several methods for manipulating UUIDs.
Package: libdata-uuid-perl
Description-md5: c4e08ade898fbcbcf6cb6e469d25319a
Description-en: globally/universally unique identifiers (GUIDs/UUIDs)
Data::UUID provides a framework for generating v3 UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from all
other UUIDs/GUIDs generated until 3400 CE.
.
UUIDs were originally used in the Network Computing System (NCS) and
later in the Open Software Foundation's (OSF) Distributed Computing
Environment. Currently many different technologies rely on UUIDs to
provide unique identity for various software components. Microsoft
COM/DCOM for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected systems.
.
The algorithm for UUID generation, used by this extension, is described
in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
(See RFC 4122.) It provides reasonably efficient and reliable
framework for generating UUIDs and supports fairly high allocation
rates -- 10 million per second per machine -- and therefore is suitable
for identifying both extremely short-lived and very persistent objects
on a given system as well as across the network.
Package: libdate-calc-xs-perl
Description-md5: 9f3a8e1c5cd25add8dff5eecfc806525
Description-en: Perl library for accessing dates
Date::Calc::XS is a C/XS-based implementation of the Date::Calc Perl module.
It interfaces with a C library to provide a wide variety of calculations
based on the Gregorian calendar. This package is never used directly. See
Date::Calc's documentation (libdate-calc-perl) for usage details.
Package: libdate-pcalc-perl
Description-md5: b9935dd22e7937d73d9aad42ada9a884
Description-en: Perl module for Gregorian calendar date calculations
This package consists of a Perl module for all kinds of date calculations
based on the Gregorian calendar (the one used in all western countries today),
thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN
1355 and, to some extent, ISO 8601 (where applicable).
.
Date::Pcalc is a direct translation of Steffen Beyer's excellent Date::Calc
module to Perl.
Package: libdate-simple-perl
Description-md5: ac7b1a2837def36f3f60ed53f0afcf72
Description-en: simple date object for Perl
Dates are complex enough without times and timezones. Date::Simple may
be used to create simple date objects.
.
It handles validation, interval arithmetic, day-of-week calculation
and transparent date formatting.
.
It does not deal with hours, minutes, seconds, and time zones.
Package: libdatetime-perl
Description-md5: abf0de5650ddf21a59440d99dbd1c161
Description-en: module for manipulating dates, times and timestamps
DateTime is a Perl module which aims to provide a complete, correct, and easy
to use date/time object implementation. It provides an easy way to manipulate
dates and times, including date calculations (even addition and subtraction)
and provides convenient methods for extracting or modifying portions of any
date or time.
.
This module supports the Olson time zone database, meaning that historical
time zone information, and more importantly, daylight saving time rules, can
be handled transparently, simply by setting the correct time zone. This is
done by using the DateTime::TimeZone module.
Package: libdbd-firebird-perl
Description-md5: 6be32b2a0797b9114d3909b9eee2558d
Description-en: Perl DBI driver for Firebird RDBMS server
DBD::Firebird is a Perl Database Driver module which works with the generic
DBI module, adding support for Firebird databases. It enables access to
Firebird databases from Perl scripts.
Package: libdbd-mysql-perl
Description-md5: fa0435d9b500e1b12da8be5d1e5ed096
Description-en: Perl5 database interface to the MariaDB/MySQL database
DBD::mysql is the Perl5 Database Interface driver for the MariaDB/MySQL
database. In other words: DBD::mysql is an interface between the Perl
programming language and the MySQL programming API that comes with the
MariaDB/MySQL relational database management system. Most functions provided by
this programming API are supported. Some rarely used functions are
missing, mainly because no one ever requested them. However supported
features include: compression of data between server and client; timeouts;
SSL; prepared statement support; server administration such as creating
and dropping databases and restarting the server; auto-reconnection;
utf8; bind type guessing; bind comment placeholders; automated insert ids;
transactions; multiple result sets and multithreading.
Package: libdbd-odbc-perl
Description-md5: 5833dd749816f1f1e7bc46dd9daebc27
Description-en: Perl Database Driver implementing ODBC for DBI
DBD::ODBC allows DBI to connect to any server complying with the ODBC (Open
DataBase Connectivity) standard. This provides access to various platforms
which do not currently have Perl DataBase Drivers available.
Package: libdbd-pg-perl
Description-md5: 8f11ac659c969bc02ab2b29b23338305
Description-en: Perl DBI driver for the PostgreSQL database server
DBD::Pg is a Perl DBI Database Driver module that works with the DBI module to
provide access to PostgreSQL databases. It enables you to control a PostgreSQL
database in a Perl script.
Package: libdbd-sqlite3-perl
Description-md5: 8a3b0ad4d51c995e128a17cddbee5420
Description-en: Perl DBI driver with a self-contained RDBMS
DBD::SQLite is a Perl DBI driver with a self-contained relational database
management system. It embeds a small and fast embedded SQL database engine
called SQLite (see sqlite3) into a DBI driver. It is useful if you want a
relational database for your project, but don't want to install a large
RDBMS system like MySQL or PostgreSQL.
.
SQLite supports the following features:
.
* Implements a large subset of SQL92 ()
* A complete DB in a single disk file
Everything for your database is stored in a single disk file, making it
easier to move things around than with DBD::CSV.
* Atomic commit and rollback
.
The engine is very fast, but for updates/inserts/dml it does perform a global
lock on the entire database. This, obviously, might not be good for multiple
user systems. The database also appears to be significantly faster if your
transactions are coarse.
Package: libdbd-sybase-perl
Description-md5: fd3801e0c3409462fab30118943406c4
Description-en: Sybase/MS SQL database driver for the DBI module
DBD::Sybase is a Perl module which works with the DBI module to provide
access to Sybase and Microsoft SQL databases.
Package: libdevel-caller-perl
Description-md5: ad0dfe370ee7ed1b42895e16e40aafe8
Description-en: module providing enhanced caller() support
Devel::Caller is a Perl module that provides several useful functions for
introspecting your code deeper than the internal function "caller()" does. It
allows you to access arguments passed to a function or even retrieve the code
reference of the subroutine being invoked at the call frame indicated by the
given level.
Package: libdevel-callparser-perl
Description-md5: df168a557ea04ff5b6ba60cfa8e5b6e3
Description-en: custom parsing attached to subroutines
Devel::CallParser provides a C API, for XS modules, concerned with
custom parsing. It is centred around the function cv_set_call_parser,
which allows XS code to attach a magical annotation to a Perl
subroutine, resulting in resolvable calls to that subroutine having
their arguments parsed by arbitrary C code. (This is a more
conveniently structured facility than the core's PL_keyword_plugin
API.) This module makes cv_set_call_parser and several supporting
functions available.
Package: libdevel-callsite-perl
Description-md5: 68e737733c2801099979738cec8d0773
Description-en: Perl module to get caller return OP address and Perl interpreter context
Devel::Callsite module provides subroutines to get the caller return OP
address and perl interpreter context.
.
The callsite() function returns the OP address of the caller, a number,
one level up from where it was called. It's useful for functions that
need to uniquely know where they were called, such as Every::every();
see Every. Or it can be used to pinpoint a location with finer
granularity than a line number (see
http://www.perlmonks.com/?node_id=987268). In conjunction with an OP
tree disassembly you can know exactly where the caller is located in
the Perl source.
.
The context() function returns the interpreter context as a number.
This is a fairly unique number together with the call site.
Package: libdevel-cover-perl
Description-md5: 14aa017ee7cc6570ae7dd3bfb556e39c
Description-en: Perl tool for determining code coverage metrics
Devel::Cover is a Perl module that helps collect and display code coverage
information. Code coverage information is collected using a pluggable runops
function which counts how many times each op is executed. This data is then
mapped back to reality using the B compiler modules. There is also a another
statement profiler which needs a better backend to be really useful.
.
Statement, branch, condition, subroutine, pod and time coverage information is
reported. Statement coverage data should be reasonable, although there may be
some statements which are not reported. Branch and condition coverage data
should be mostly accurate too, although not always what one might initially
expect. Subroutine coverage should be as accurate as statement coverage. Pod
coverage comes from Pod::Coverage. If Pod::Coverage::CountParents is available
it will be used instead. Coverage data for path coverage are not yet
collected.
.
The cover program can be used to generate coverage reports. Another included
program, gcov2perl, can convert gcov files to Devel::Cover databases.
Package: libdevel-declare-perl
Description-md5: b1fb2e3a206c7c529fa629292fa647a0
Description-en: module to add new syntax to Perl
Devel::Declare can install subroutines called declarators which locally take
over control of Perl's parser, allowing the creation of new syntax, including
keywords and other constructs that might not be, in themselves, valid Perl 5
code.
.
This module can be used for adding new keywords, completely in Perl code. It
allows a subroutine to be executed during the Perl code compilation, meaning
that syntax can be transformed into equivalent code for Perl on-the-fly.
Package: libdevel-dprof-perl
Description-md5: 85f5b3959221bc9dd9e66ce64fdd83d5
Description-en: deprecated Perl code profiler
The Devel::DProf package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs in that
script. This information can be used to determine which subroutines are using
the most time and which subroutines are being called most often. This
information can also be used to create an execution graph of the script,
showing subroutine relationships.
.
Devel::DProf is deprecated. It is recommended that you install and use
Devel::NYTProf (in the package libdevel-nytprof-perl) instead, as it
offers significantly improved profiling and reporting.
Package: libdevel-leak-perl
Description-md5: de950fdc1bf9599d81c619159f15b7a9
Description-en: utility for looking for perl objects that are not reclaimed
Devel::Leak has two functions: NoteSV and CheckSV.
.
NoteSV walks the perl internal table of allocated SVs (scalar values) - (which
actually contains arrays and hashes too), and records their addresses in a
table. It returns a count of these "things", and stores a pointer to the
table (which is obtained from the heap using malloc()) in its argument.
.
CheckSV is passed argument which holds a pointer to a table created by
NoteSV. It re-walks the perl-internals and calls sv_dump() for any "things"
which did not exist when NoteSV was called. It returns a count of the number
of "things" now allocated.
Package: libdevel-lexalias-perl
Description-md5: 80abecf1b6cb0c7b68436eccabcd51ec
Description-en: Perl module that provides alias lexical variables
Devel::LexAlias provides the ability to alias a lexical variable in a
subroutines scope to one of your choosing.
Package: libdevel-mat-dumper-perl
Description-md5: 5d64dee22d0c4f2a16bd81d546e15cbe
Description-en: module to write a heap dump file for later analysis
Devel::MAT::Dumper provides the memory-dumping function that creates a heap
dump file which can later be read by Devel::MAT::Dumpfile. It provides a
single function which is not exported, which writes a file to the given path.
.
The dump file will contain a representation of every SV in Perl's arena,
providing information about pointers between them, as well as other
information about the state of the process at the time it was created. It
contains a snapshot of the process at that moment in time, which can later be
loaded and analysed by various tools using Devel::MAT::Dumpfile.
Package: libdevel-mat-perl
Description-md5: ee83a9a5a09b1265d2be4eaee581f532
Description-en: Perl Memory Analysis Tool
The Devel::MAT ecosystem allows developers of perl programs to inspect and
analyse memory-related problems such as memory leaks, unexpected memory
consumption, or odd state. This is an "offline" analysis system, in the sense
that the analysis tools all run in a different process, possibly at a later
time, than the perl process that is being analysed.
.
The basic workflow consists of two main stages: first a heap dump file is
generated from the perl process being debugged, at or around the time that
the problem becomes apparent, and secondly this file is loaded by an analysis
tool in order to inspect the contents.
.
To generate the heap dump file that captures the contents of the heap, the
Devel::MAT::Dumper (libdevel-mat-dumper-perl) module is used.
.
After there generation of the .pmat file, it can be loaded and inspected. A
lot of the smaller, simpler tools are built as plugins for the main pmat
command shell (contained in libdevel-mat-perl, together with Devel::MAT), so
inspection starts with loading the heap file there.
Package: libdevel-nytprof-perl
Description-md5: 76e6e5b80610f0d1c02fff09bdc24665
Description-en: Perl statement and subroutine code profiler
Devel::NYTProf is a powerful feature-rich perl source code profiler.
.
* Performs per-line statement profiling for fine detail
* Performs per-subroutine statement profiling for overview
* Performs per-block statement profiling (the first profiler to do so)
* Accounts correctly for time spent after calls return
* Performs inclusive and exclusive timing of subroutines
* Subroutine times are per calling location (a powerful feature)
* Can profile compile-time activity, just run-time, or just END time
* Uses novel techniques for efficient profiling
* Sub-microsecond (100ns) resolution on systems with clock_gettime()
* Very fast - the fastest statement and subroutine profilers for
perl
* Handles applications that fork, with no performance cost
* Immune from noise caused by profiling overheads and I/O
* Program being profiled can stop/start the profiler
* Generates richly annotated and cross-linked html reports
* Trivial to use with mod_perl - add one line to httpd.conf
* Includes an extensive test suite
* Tested on very large codebases
.
NYTProf is effectively two profilers in one: a statement profiler, and a
subroutine profiler.
.
NYTProf stands for 'New York Times Profiler'. Indeed, this module was
initially developed from Devel::FastProf by The New York Times Co. to help
their developers quickly identify bottlenecks in large Perl applications.
Package: libdevel-pragma-perl
Description-md5: e636d9c7081dff09a0edfff997161100
Description-en: helper functions for developers of lexical pragmas
Devel::Pragma provides helper functions for developers of lexical
pragmas. These can be used both in older versions of perl (from
5.8.1), which have limited support for lexical pragmas, and in the
most recent versions, which have improved support.
Package: libdevel-refcount-perl
Description-md5: f278a6a50586bb855fc525ad978b5621
Description-en: Perl module to obtain the reference count of a variable
Devel::Refcount provides a single function which obtains the reference count
of the object being pointed to by the passed reference value.
.
Internally, Perl maintains a count of the number of 'things' referring to each
variable, as a means of providing automatic memory management. Every time a
reference is made to a scalar value, for example, the reference count is
incremented; every time that reference is lost (eg. when a lexical variable
goes out of scope) then the reference count is decremented.
Package: libdevice-cdio-perl
Description-md5: 9d28cb2348d00314c0be015bfbae33fd
Description-en: CD Input and control library
Device::Cdio is an interface to the GNU CD Input and Control library (libcdio)
and its ISO 9660 library (libiso9660) which are written in C. The library
encapsulates CD-ROM reading and control and ISO 9660 handling. Perl programs
wishing to be oblivious of the OS- and device-dependent properties of a
CD-ROM can use this library.
Package: libdevice-i2c-perl
Description-md5: bf70e2a3fdab75f65d1f007f15e81467
Description-en: module to control and read hardware devices with i2c(SMBus)
The Device::I2C module provides a simplified object-oriented interface to the
library libi2c.so for accessing electronic peripherals connected on the I2C
bus.
Package: libdevice-serialport-perl
Description-md5: b924ca135794494244458a0992810dd3
Description-en: emulation of Win32::SerialPort for Linux/POSIX
Device::SerialPort provides an object-based user interface essentially
identical to the one provided by the Win32::SerialPort module. This
provides device-level access to a system's serial port.
.
Also included is modemtest -- a tool for examining your modem using
Device::SerialPort.
Package: libdevice-usb-perl
Description-md5: 12ca21679f2f17b6ae8c597c7afa1d99
Description-en: Perl module to access USB devices using libusb
Device::USB provides a Perl interface to the C library libusb. This library
supports a relatively full set of functionality to access a USB device. In
addition, Device::USB provides a few convenience features that are intended
to produce a more Perl-ish interface.
.
This module is deprecated and has been superseded by USB::LibUSB, which
supports the 1.0 version of the libusb API.
Package: libdevicexlib-dev
Description-md5: c4c1b8c6a8b07dc1776fb34496cef7f0
Description-en: Library wrapping device-oriented routines and utilities
The deviceXlib library wraps device-oriented routines and utilities.
.
This package contains the static library.
Package: libdigest-crc-perl
Description-md5: fe7d4ee5d8ea1560272c63e853d4a185
Description-en: Perl module providing generic CRC functions
The Digest::CRC module calculates CRC sums of all sorts.
It contains wrapper functions with the correct parameters for CRC-CCITT,
CRC-16, CRC-32 and CRC-64. The module acts similar to libstring-crc32-perl,
but implements the Digest interface.
Package: libdigest-elf-perl
Description-md5: 000be48d022000ad732aa57bdc90597e
Description-en: Perl extension for ElfHash
Digest::Elf is an implementation of the ElfHash algorithm. It gives Perl
programmers a convenient way to generate reasonably unique 32 bit ElfHash
values as used in UNIX object files with ELF format.
Package: libdigest-jhash-perl
Description-md5: b7c82ef9c5fed78470b9ab3625df3620
Description-en: Perl extension for 32 bit Jenkins Hashing Algorithm
The Digest::JHash module allows you to use the fast JHash hashing algorithm
developed by Bob Jenkins from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 32-bit "message
digest" of the input in the form of an unsigned long integer.
.
See http://burtleburtle.net/bob/hash/doobs.html for more information.
Package: libdigest-md2-perl
Description-md5: 0d82bd5fb16f57c984247133cdda6446
Description-en: MD2 Message Digest for Perl
The Digest::MD2 module allows you to use the RSA Data Security Inc.
MD2 Message Digest algorithm from within Perl programs. The
algorithm takes as input a message of arbitrary length and produces
as output a 128-bit "fingerprint" or "message digest" of the input.
.
The Digest::MD2 programming interface is identical to the interface
of Digest::MD5. MD2 is described in RFC 1115.
Package: libdigest-md4-perl
Description-md5: 5b4996fc5bbdd228fba5edbd4dbe9471
Description-en: MD4 Message Digest for Perl
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
Message Digest algorithm from within Perl programs. The algorithm takes
as imput a message of arbitrary length and produces a 128-bit "fingerprint"
or "message digest" of the input. MD4 is described in RFC 1320.
Package: libdigest-sha-perl
Description-md5: 64f8bb7b740bc814b3979ffc549b6869
Description-en: Perl extension for SHA-1/224/256/384/512, SHA-512/224 and SHA-512/256
Digest::SHA is a complete implementation of the NIST Secure Hash Standard.
It gives Perl programmers a convenient way to calculate SHA-1, SHA-224,
SHA-256, SHA-384, SHA-512, SHA-512/224, and SHA-512/256 message digests.
The module can handle all types of input, including partial-byte data.
Package: libdigest-sha3-perl
Description-md5: 500902662c033a524f265d8477180b45
Description-en: Perl extension for SHA-3
Digest::SHA3 is a complete implementation of the NIST SHA-3
cryptographic hash function, known originally as Keccak. It gives Perl
programmers a convenient way to calculate SHA3-224, SHA3-256, SHA3-384,
and SHA3-512 message digests, as well as variable-length hashes using
SHAKE128 and SHAKE256. The module can handle all types of input,
including partial-byte data.
Package: libdigest-whirlpool-perl
Description-md5: f9354e647117b83d60884da2b46fae92
Description-en: A 512-bit, collision-resistant, one-way hash function
Provides an interface to the WHIRLPOOL hash algorithm. This module
subclasses Digest::base and can be used either directly or through
the Digest meta-module. Using the latter is recommended.
Package: libdr-sundown-perl
Description-md5: 1bc71c26c17e6787577303da25f59c6f
Description-en: perl bindings for sundown
SunDown is a fast lightweight library for converting markdown
text to html.
.
The package provides perl bindings for the library.
Package: libencode-detect-perl
Description-md5: 429861b1c82e8993a60f8a3a4c3371f1
Description-en: Encode::Encoding subclass that detects the encoding of data
Encode::Detect provides an interface to Mozilla's universal charset
detector, which detects the charset used to encode data.
Package: libencode-eucjpascii-perl
Description-md5: 8ce2d384639c683390b89b6fdf966405
Description-en: Perl module supporting eucJP-ascii character encoding
Encode::EUCJPASCII provides support for eucJP-ascii character encoding, an
eucJP-open mapping. The following encodings are supported:
.
- eucJP-ascii
- x-iso2022jp-ascii (7-bit counterpart)
.
Note: x-iso2022jp-ascii is an unofficial encoding name. It has never been
registered by any standards bodies.
Package: libencode-eucjpms-perl
Description-md5: 17a999519d38f1d67338681e8955a3f5
Description-en: Perl library for Microsoft Compatible Japanese Encodings
This module implements Microsoft compatible encodings for Japanese.
Encodings supported are as follows.
.
Canonical Alias Description
--------------------------------------------------------------------
eucJP-ms qr/\beuc-?jp-?ms$/i eucJP-ms
qr/\beuc-?jp-?win$/i
cp51932 qr/\bcp51932$/i Windows Codepage 51932
cp50220 Windows Codepage 50220
cp50221 Windows Codepage 50221
--------------------------------------------------------------------
.
To find out how to use this module in detail, see Encode.
Package: libencode-hanextra-perl
Description-md5: c9657081f76f7811fdc359b8cf30270d
Description-en: perl module providing extra sets of Chinese character encodings
Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
including the commonly used CP950, CP936 (also known as GBK),
Big5 (alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and
ISO-IR-165. However, the numbers of Chinese encodings are staggering,
and a complete coverage will easily increase the size of perl distribution
by several megabytes; hence, this module tries to provide the rest of them.
If you are using Perl 5.8 or later, Encode::CN and Encode::TW will
automatically load the extra encodings for you, so there's no need to
explicitly write "use Encode::HanExtra" if you are using one of them
already.
Package: libencode-jis2k-perl
Description-md5: f1f696a4aa66f6d03f35fd440bcc90bf
Description-en: perl module providing JIS X 0212 (aka JIS 2000) Encodings
Encode::JIS2K is an extension to the Encode perl module (which provides an
interface between perl strings and other character encodings) provides
specific coverage for the JIS X 0213 character set.
Package: libencode-perl
Description-md5: 6cc0080ebdddd83919780a1a5e291480
Description-en: module providing interfaces between Perl's strings and the system
The Encode module provides the interfaces between Perl's strings and the
rest of the system.
.
When Perl is processing "binary data", the programmer wants Perl to process
"sequences of bytes". This is not a problem for Perl - as a byte has 256
possible values, it easily fits in Perl's much larger "logical character".
.
Encodes a string from Perl's internal form into ENCODING and returns a
sequence of octets.
Package: libencoding-fixlatin-xs-perl
Description-md5: f7654ec0c7eed54153e3f2da33f10278
Description-en: XS implementation layer for Encoding::FixLatin
Most encoding conversion tools take input in one encoding
and produce output in another encoding.
Encoding::FixLatin takes input which may contain characters
in more than one encoding
and makes a best effort to convert them all to UTF-8 output.
.
Encoding::FixLatin::XS provides a C implementation
of the 'fix_latin' algorithm.
It is not meant to be called directly.
Instead, simply install this module
and use Encoding::FixLatin as normal.
Encoding::FixLatin will use this module if it's found
and will fall back to the pure-Perl implementation otherwise.
Package: libev-perl
Description-md5: ed63c1be9d3e49cdb79105bf8be70931
Description-en: Perl interface to libev, the high performance event loop
EV provides a Perl interface to libev, a high performance and full-featured
event loop that is loosely modelled after libevent.
.
It includes relative timers, absolute timers with customized rescheduling,
synchronous signals, process status change events, event watchers dealing
with the event loop itself, file watchers, and even limited support for
fork events.
.
It uses a priority queue to manage timers and uses arrays as fundamental
data structure. It has no artificial limitations on the number of watchers
waiting for the same event.
Package: libevent-perl
Description-md5: 4db4fa05485a3e8f8916af4fa884d5dc
Description-en: generic Perl event loop module
The Event module provides a simple and optimized event loop for a rather
broad number of applications. It allows Perl programs to register interest in
events that concern it, and will receive those events.
Package: libexactimage-perl
Description-md5: 93eafba0d4643325efa77fb195bb9b44
Description-en: fast image manipulation library (Perl bindings)
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the Perl bindings.
Package: libf95getdata7
Description-md5: 21fbde95d27ed0e523b4a5b0fd7c6f6b
Description-en: library to read/write dirfile data - Fortran 95 bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the Fortran 95 bindings library.
Package: libfaketime
Description-md5: 9717213973a84a29283491178debf275
Description-en: Report faked system time to programs (preload library)
The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts
various system calls which programs use to retrieve the current date
and time. It can then report faked dates and times (as specified by
you, the user) to these programs. This means you can modify the
system time a program sees without having to change the time
system-wide. FTPL allows you to specify both absolute dates (e.g.,
2004-01-01) and relative dates (e.g., 10 days ago).
.
This package contains the LD_PRELOAD library for faketime.
Package: libfaust-static
Description-md5: 62f5499b035d0e8d8cdcae6957ea7d64
Description-en: functional programming language for realtime audio - static libraries
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translate signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
file are provided and additional ones are fairly easy to add.
.
This package contains static libraries for building applications with faust.
Package: libfaust2t64
Description-md5: 8fff503962935ab29376f60657a61e9b
Description-en: functional programming language for realtime audio applications - libraries
Faust is a functional programming language specifically designed for realtime
audio applications and plugins. The syntax of the language is block diagram
oriented. The faust compiler translate signal processing specifications into
optimized C++ code for signal processing applications.
.
The generated code can be wrapped into an 'architecture file' in order to
create for example a standalone jack/gtk application. Several architecture
file are provided and additional ones are fairly easy to add.
.
This package contains the libraries for applications built with faust.
Package: libffi-platypus-perl
Description-md5: 914cd720b2e383491c57062ff36dcc99
Description-en: module to create Perl bindings to non-Perl libraries with FFI
FFI::Platypus is a library for creating interfaces to machine code libraries
written in languages like C, C++, Fortran, Rust, Pascal. Essentially anything
that gets compiled into machine code. This implementation uses libffi to
accomplish this task. libffi is battle tested by a number of other scripting
and virtual machine languages, such as Python and Ruby to serve a similar
role.
Package: libfgetdata6
Description-md5: 00031051b3ac326d1f8adeb375d90129
Description-en: library to read/write dirfile data - Fortran 77 bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the Fortran 77 bindings library.
Package: libfile-extattr-perl
Description-md5: b4c5182a3415534e4590bcc76c6dd999
Description-en: Perl interface to file system extended attributes
File::ExtAttr provides access to file system extended attributes, as
described in attr(5), setfattr(1) and getfattr(1).
Package: libfile-fnmatch-perl
Description-md5: d18286ebe589f44dafaac406221fb98e
Description-en: Perl module that provides simple filename and pathname matching
File::FnMatch::fnmatch() provides simple, shell-like pattern matching.
.
Though considerably less powerful than regular expressions, shell patterns
are nonetheless useful and familiar to a large audience of end-users.
Package: libfile-lchown-perl
Description-md5: 97e295f0d87ad9be357d97b236bb77b2
Description-en: module to modify attributes of symlinks without dereferencing them
The regular chown system call will dereference a symlink and apply ownership
changes to the file at which it points. Some OSes provide system calls that
do not dereference a symlink but instead apply their changes directly to the
named path, even if that path is a symlink (in much the same way that lstat
will return attributes of a symlink rather than the file at which it points).
.
File::lchown provides a wrapper around those system calls.
Package: libfile-libmagic-perl
Description-md5: da8e17fe637b6c3dd436be9fbf734ef1
Description-en: Perl interface to libmagic for determining file type
The File::LibMagic module is a simple perl interface to libmagic from the
file-4.x or file-5.x package from Christos Zoulas
(ftp://ftp.astron.com/pub/file/).
.
Libmagic is a library for detecting file type, and works like file(1).
Package: libfile-map-perl
Description-md5: 37e0252b7f43cd1b6f024e60f5fc5119
Description-en: Perl module providing simple and safe memory mapping
File::Map maps files or anonymous memory into perl variables that can be read
just like any other variable. Files are unmapped when the scalar variable is
destroyed, even in multithreaded programs.
.
Mapped memory is shared between threads and forked processes, and can be
returned to the system when no longer needed. File::Map has built-in support
for thread synchronisation, and is safe yet fast.
Package: libfile-mmagic-xs-perl
Description-md5: a2aecb0acdc7ee2815bd40745bdfc704
Description-en: Perl module to guess file type (à la mod_mime_magic)
File::MMagic::XS is a port of Apache2 mod_mime_magic.c in Perl, written in
XS with the aim of being efficient and fast, especially for applications
that need to be run for an extended amount of time.
Package: libfile-sync-perl
Description-md5: faba6cf84499e36f86c0185a9c274112
Description-en: Perl interface to sync() and fsync()
File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b fsync(2)
system calls. The fsync() call is needed for putting messages into qmail
maildirs, and sync() is included for completeness.
Package: libfilehandle-fmode-perl
Description-md5: 0ccf2c0dc7d718e35447bf8445764d98
Description-en: Perl module for checking filehandle status
FileHandle::Fmode provides methods to test if a filehandle is readable,
writable, both, or open for appending.
.
FileHandle::Fmode is used by other packages like DBM::Deep.
Package: libfilesys-smbclient-perl
Description-md5: 1e2e5a4020b7f7ffd6a04e7c2366154a
Description-en: perl interface to access Samba filesystem
This package provides the Filesys::SmbClient module. It provides
interface to the functions in libsmbclient.so. It has functions to
read/write/add/modify files/directories on Samba shares.
Package: libfilesys-statvfs-perl
Description-md5: 2f303cb6c9ae078a18ef05e7067fd2ab
Description-en: Perl module for the statvfs system call
Filesys::Statvfs provides a Perl interface to the statvfs() system call.
This function returns information about a mounted file system. The package
also provides an interface to the very similar fstatvfs() system call.
Package: libfilter-perl
Description-md5: 38caf6fcb80a9bbde6027cdd774d0222
Description-en: Perl source filters
Source filters alter the program text of a module before Perl sees it, much
as a C preprocessor alters the source text of a C program before the
compiler sees it.
.
This package contains a number of source filters, including:
.
exec and sh: pipe the source file through an external command
cpp: pipe the source file through the C preprocessor
decrypt: example of simple (though weak!) source obfuscation
tee: copy filtered source to a file (debugging aid)
.
A substantial amount of documentation and examples is also included.
Package: libfko-doc
Description-md5: 6714bdb2b06533d6d777041d00de42f6
Description-en: FireWall KNock OPerator - documentation
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the library documentation.
Package: libfko-perl
Description-md5: 73086a3cfe0bee1daad942bd040b396e
Description-en: FireWall KNock OPerator - Perl module
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the FKO module as a Perl interface.
Package: libfko3-dev
Description-md5: 2e9853a5e055f63ab61cb0e0f5f08f23
Description-en: FireWall KNock OPerator - development library
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the development library and its headers.
Package: libfko3t64
Description-md5: d7677983ff3ab8b9d2cf206fa9f0dadc
Description-en: FireWall KNock OPerator - shared library
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application is to protect services such as OpenSSH with
an additional layer of security in order to make the exploitation of
vulnerabilities (both 0-day and unpatched code) much more difficult.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the runtime library for fwknop (written inC).
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: libfont-freetype-perl
Description-md5: 2bd34a1478efb137fd56e945e2b6183b
Description-en: module to read font files and render glyphs from Perl using FreeType2
Font::FreeType allows Perl programs to conveniently read information from
font files. All the font access is done through the FreeType2 library,
which supports many formats. It can render images of characters with
high-quality hinting and antialiasing, extract metrics information, and
extract the outlines of characters in scalable formats like TrueType.
Package: libforks-perl
Description-md5: 43f2df333a24cdaf61681840291a21a3
Description-en: Perl module to emulate threads with fork
The forks.pm module is a drop-in replacement for threads.pm. It has the
same syntax as the threads.pm module (it even takes over its namespace) but
has some significant differences:
.
- you do _not_ need a special (threaded) version of Perl
- it is _much_ more economic with memory usage on OS's that support COW
- it is more efficient in the startup of threads
- it is slightly less efficient in the stopping of threads
- it is less efficient in inter-thread communication
.
If nothing else, it allows you to use the Perl threading model in
non-threaded Perl builds and in older versions of Perl (5.6.0 and
higher are supported).
Package: libfreecontact-perl
Description-md5: 76746f39e71bf0567588b3a19cf36071
Description-en: fast protein contact predictor - binding for Perl
FreeContact is a protein residue contact predictor optimized for speed.
Its input is a multiple sequence alignment. FreeContact can function as an
accelerated drop-in for the published contact predictors
EVfold-mfDCA of DS. Marks (2011) and
PSICOV of D. Jones (2011).
.
FreeContact is accelerated by a combination of vector instructions, multiple
threads, and faster implementation of key parts.
Depending on the alignment, 8-fold or higher speedups are possible.
.
A sufficiently large alignment is required for meaningful results.
As a minimum, an alignment with an effective (after-weighting) sequence count
bigger than the length of the query sequence should be used. Alignments with
tens of thousands of (effective) sequences are considered good input.
.
jackhmmer(1) from the hmmer package, or hhblits(1) from hhsuite
can be used to generate the alignments, for example.
.
This package contains the Perl binding.
Package: libfunction-parameters-perl
Description-md5: a2d37005d20015d16bce8a5ebd5c590f
Description-en: module for subroutine definitions with parameter lists
Function::Parameters extends Perl with keywords that let you define functions
with parameter lists. It uses Perl's keyword plugin API, so it works reliably
and doesn't require a source filter.
Package: libfungw-cli1
Description-md5: 7ad7c041f85610e632bdb8a978bd3fea
Description-en: Scripting support for fungw: external languages (bash)
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the binding to scripting languages ran as
an external process. Currently supported language is bash.
Package: libfungw-dev
Description-md5: 53237828dd908961a770faddb44d417b
Description-en: Core fungw library with the API
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package constains all header files to allow applications to compile
with fungw.
Package: libfungw-duktape1
Description-md5: 6f0afb89038e4c01d58d7407dbb6dad8
Description-en: Scripting support for fungw: Javascript
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for Javascript (using
duktape).
Package: libfungw-fawk1
Description-md5: c070d56e85218fd81f8e01146ccef858
Description-en: Scripting support for fungw: fawk, fpas and fbas
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the interpreter and fungw binding of fawk
(function-awk), fbas (function-BASIC) and fpas (function-PASCAL)
Package: libfungw-lua1
Description-md5: 36128bfe2754982165abb08c0d7f46db
Description-en: Scripting support for fungw: lua
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for lua.
Package: libfungw-mawk1
Description-md5: fa1172b26cef883d0e160ceb6b6ec8c3
Description-en: Scripting support for fungw: mawk
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for mawk.
Package: libfungw-perl1
Description-md5: f2bd673dbf981b43bb04b25d913fb529
Description-en: Scripting support for fungw: perl
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for perl.
Package: libfungw-python3-1
Description-md5: b9bf957ea13580590bed18a59e6f36a2
Description-en: Scripting support for fungw: python3
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for python 3.
Package: libfungw-tcl1
Description-md5: 54720d4999013aaa11c86bdcf4332fc7
Description-en: Scripting support for fungw: tcl
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs the language binding for tcl.
Package: libfungw1
Description-md5: 780c35ff29e72bce67565a5f1e33b29e
Description-en: Core fungw library with the API
Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages.
.
This package installs fungw core library that provides the API, but
does not contain any scripting language binding.
Package: libfuse-perl
Description-md5: 0558ff208dbc510da167eea43911c8b6
Description-en: Perl bindings for FUSE (Filesystems in USErland
This module lets you implement filesystems in perl, through the FUSE
interface
.
FUSE (Filesystem in USErspace) is a simple interface for userspace
programs to export a virtual filesystem to the kernel. FUSE
also aims to provide a secure method for non privileged users to
create and mount their own filesystem implementations.
Package: libfuture-asyncawait-perl
Description-md5: 99c609ec07c6fa0b8a24016e7044940d
Description-en: deferred subroutine syntax for futures
Future::AsyncAwait provides syntax for deferring and resuming subroutines
while waiting for Futures to complete. This syntax aims to make code that
performs asynchronous operations using futures look neater and more
expressive than simply using then chaining and other techniques on the
futures themselves. It is also a similar syntax used by a number of other
languages; notably C# 5, EcmaScript 6, Python 3, and lately even Rust is
considering adding it.
.
The new syntax takes the form of two new keywords, async and await.
.
This module is still under active development. While it now seems relatively
stable enough for most use-cases and has received a lot of testing in a wide
variety of scenarios, there may still be the occasional case of memory leak
left in it, especially if still-pending futures are abandoned.
Package: libfuture-xs-perl
Description-md5: d4651fa32694a3cd1f78d9e140f8d023
Description-en: experimental XS implementation of Future
Future::XS provides an XS-based implementation of the Future class. It is
currently experimental and shipped in its own distribution for testing
purposes, though once it seems stable the plan is to move it into the main
Future distribution and load it automatically in favour of the pureperl
implementation on supported systems.
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: libg2-dev
Description-md5: d3a9fc916b8108c1696de821c7e8fab4
Description-en: g2 2D graphics library (development files)
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
to X11 and graphic formats PNG, JPEG and PostScript. g2 is written in ANSI C
and provides Fortran and Perl interfaces.
.
This package provides static library and header files for g2.
Package: libg20
Description-md5: 5cc4d72d0df4f199b87ac5a67938bc31
Description-en: g2 2D graphics library
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
to X11 and graphic formats PNG, JPEG and PostScript. g2 is written in ANSI C
and provides Fortran and Perl interfaces.
Package: libg20-perl
Description-md5: bfa60bb0c4d320db11e6a2ad44589f29
Description-en: g2 2D graphics library (Perl module)
g2 is an easy to use, portable and powerful 2D graphics library. It provides a
comprehensive set of functions for simultaneous generation of graphical output
to X11 and graphic formats PNG, JPEG and PostScript. g2 is written in ANSI C
and provides Fortran and Perl interfaces.
.
This package provides the g2 perl module.
Package: libgdbussyncevo0
Description-md5: 81cdca19c3ca84881b6fa874129a1846
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared gdbus library)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides a shared library.
Package: libgenders-perl
Description-md5: b30c41e435e962c959599c8d814f6334
Description-en: perl interface to the LLNL genders cluster management utilities
A Perl API for querying the genders file, for LLNL genders cluster
configuration management. It is used by
system administration scripts that need to manipulate lists of nodes or
attributes and for performance or other reasons cannot do so via
repeated calls to the Nodeattr utility.
Package: libgenders0
Description-md5: 0031bd6e9843fc880d4f0253ffe4027d
Description-en: C library for parsing and querying a genders database
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
Package: libgenders0-dev
Description-md5: cb0cedaf1853ab03bfc3f1618c39fc42
Description-en: development files for parsing and querying a genders database
Genders is a static cluster configuration database used for cluster
configuration management. It is used by a variety of tools and
scripts for management of large clusters. The genders database is
typically replicated on every node of the cluster. It describes the
layout and configuration of the cluster so that tools and scripts can
sense the variations of cluster nodes. By abstracting this information
into a plain text file, it becomes possible to change the
configuration of a cluster by modifying only one file.
Package: libgeo-gdal-ffi-perl
Description-md5: cc3fe8f719238575e22c2f0866dc1e6c
Description-en: foreign function interface for GDAL/OGR binding
Geo::GDAL::FFI is a foreign function interface (FFI) to the GDAL/OGR
geospatial data access library.
.
The FFI interface is based on the C API for GDAL/OGR as defined in version 3.5+
and replaces the deprecated Geo::GDAL interface based on XS.
Package: libgeo-hash-xs-perl
Description-md5: f388d842d8cab81c13688576642f0d06
Description-en: Perl XS module to encode and decode geohash.org locations
Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer
when writing the web service at geohash.org, and put into the public domain.
.
Geo::Hash::XS encodes and decodes geohash locations.
.
See http://en.wikipedia.org/wiki/Geohash and http://geohash.org for more
information.
Package: libgeo-ip-perl
Description-md5: 6880156bf22c64cabbf809c20b98c279
Description-en: Perl interface to GeoIP library
Geo::IP is a Perl external module which provides an interface to
GeoIP library.
.
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from. It uses a file based database
that simply contains IP blocks as keys, and countries as values.
This database is managed by the GeoIP library package.
Package: libgeo-shapelib-perl
Description-md5: f7cabf0e4bb9b32835604cb83d322be5
Description-en: Perl extension for reading and writing shapefiles as defined by ESRI
Geo::Shapelib is a module to read, create and write shapefiles as
defined by ESRI, using Perl. It provides the Perl binding for the Shapelib
library.
.
The Shapefile format is a working and interchange format promoted by
ESRI for simple vector data with attributes. It is apparently the only
file format that can be edited in ARCView 2/3, and can also be exported
and imported in ArcGis.
Package: libgetdata++7
Description-md5: cd596dfa448269516e14c5e489b73b1b
Description-en: library to read/write dirfile data - C++ bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the C++ bindings library.
Package: libgetdata-dev
Description-md5: 88561b182c821dcd0ab1a7422c396e66
Description-en: library to read/write dirfile data - devel files (C, C++, F77, F95)
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains shared headers and static libraries.
Package: libgetdata-doc
Description-md5: 5aca3b7ba40840e08bb285edd89463a6
Description-en: library to read/write dirfile data - API and standards documents
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains manual pages, and language-specific READMEs.
Package: libgetdata-perl
Description-md5: d14044a5a988acdd8f22f791d17979e9
Description-en: library to read/write dirfile data - perl bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the Perl bindings.
Package: libgetdata-tools
Description-md5: 1519296c1d6f468bf58b261066ed0242
Description-en: library to read/write dirfile data - extra tools
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the "checkdirfile" and "dirfile2ascii" tools.
Package: libgetdata8
Description-md5: 05f8b2517ad37a6b2adf62db8be01ea8
Description-en: library to read/write dirfile data
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the shared library.
Package: libgetopt-long-descriptive-perl
Description-md5: 6b6b6bee1cb4bc9b6dca16f6268ceb5b
Description-en: module that handles command-line arguments with usage text
Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
allows one to easily define options in the same familiar way, while also
supporting custom descriptions for program usage output.
Package: libgetoptions-dev
Description-md5: 6315ae2351d2a7808f3fbd9c894692fa
Description-en: Command line argument processing library for C (development files)
C library for processing GNU-like command line options. The library
uses C the exception handling library and is used for developing
programs using codcif, an error-correcting Crystallographic Information
Format (CIF) parser.
.
This package contains static library and header files.
Package: libgetoptions0
Description-md5: 2f1677a1b594d5f1e9d8a2ad2cbc8417
Description-en: Command line argument processing library for C
C library for processing GNU-like command line options. The library
uses C the exception handling library and is used for developing
programs using codcif, an error-correcting Crystallographic Information
Format (CIF) parser.
Package: libghc-serialise-dev
Description-md5: ad3bd7e5da3adf93947d7c7eddac8bd3
Description-en: binary serialisation library for Haskell values
This package (formerly binary-serialise-cbor) provides pure, efficient
serialization of Haskell values directly into ByteStrings for storage or
transmission purposes. By providing a set of typeclass instances, you can
also serialise any custom data type you have as well.
.
The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result,
serialised Haskell values have implicit structure outside of the
Haskell program itself, meaning they can be inspected or analyzed
without custom tools.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-serialise-doc
Description-md5: 64ffad5f57e0406e37396164efbafd8b
Description-en: binary serialisation library for Haskell values; documentation
This package (formerly binary-serialise-cbor) provides pure, efficient
serialization of Haskell values directly into ByteStrings for storage or
transmission purposes. By providing a set of typeclass instances, you can
also serialise any custom data type you have as well.
.
The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result,
serialised Haskell values have implicit structure outside of the
Haskell program itself, meaning they can be inspected or analyzed
without custom tools.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-serialise-prof
Description-md5: 5d766d99dc3f1c78a858cd20dfe582d6
Description-en: binary serialisation library for Haskell values; profiling libraries
This package (formerly binary-serialise-cbor) provides pure, efficient
serialization of Haskell values directly into ByteStrings for storage or
transmission purposes. By providing a set of typeclass instances, you can
also serialise any custom data type you have as well.
.
The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result,
serialised Haskell values have implicit structure outside of the
Haskell program itself, meaning they can be inspected or analyzed
without custom tools.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libgit-raw-perl
Description-md5: c4d0d8c7726ffc64a8fadcb0c412ccd5
Description-en: Perl bindings to the Git linkable library (libgit2)
libgit2 is a pure C implementation of the Git core methods provided as a
re-entrant linkable library designed to be fast and portable with a
solid API. The Git::Raw module provides Perl bindings to the libgit2 API.
Package: libglgrib-egl-dev
Description-md5: e2d5d4c24dff53c34bf52868201ead9d
Description-en: Display GRIB2 fields using OpenGL (EGL based dev package)
This package contains the unversioned shared library symlink for development
purposes, concerning the headless glgrib (based on EGL).
Package: libglgrib-egl0
Description-md5: 22f50b14809c70808ce290155b41378b
Description-en: Display GRIB2 fields using OpenGL (EGL based shared library)
This package contains the shared library for the headless glgrib (based
on EGL).
Package: libglgrib-glfw-dev
Description-md5: 2d71fea37c293315d2a6cef236085c31
Description-en: Display GRIB2 fields using OpenGL (GLFW based dev package)
This package contains the unversioned shared library symlink for development
purposes, concerning the interactive glgrib (based on GLFW).
Package: libglgrib-glfw-perl
Description-md5: a83b23ac25e4f63c70970e5ae4bfa7a5
Description-en: Display GRIB2 fields using OpenGL (glgrib Perl bindings)
glGrib::glfw is a module providing full access to glgrib capabilities
to the Perl interpreter.
Package: libglgrib-glfw0
Description-md5: f9a4dec4b2df5bae09ce3f5da6915311
Description-en: Display GRIB2 fields using OpenGL (GLFW based shared library)
This package contains the shared library for the interactive glgrib (based
on GLFW).
Package: libglgrib-headers
Description-md5: e8b72a781dbd0ac598b2a8f891705169
Description-en: Display GRIB2 fields using OpenGL (headers for glgrib)
This package contains the headers for building applications based on the
glgrib libraries.
Package: libgoocanvas2-cairotypes-perl
Description-md5: d85b4d8a366e7b15773ea8a512bdbef5
Description-en: bridge between GooCanvas2 and Cairo types
GooCanvas2 is a canvas widget for use with GTK 3 that uses the Cairo
library for drawing.
.
This package provides the missing link to enable Cairo::Pattern and
GooCanvas2::CairoPattern to co-operate.
Package: libgraph-nauty-perl
Description-md5: a97e4051d461c180bde8621960404728
Description-en: Perl bindings for nauty
Graph::Nauty provides an interface to nauty, a set of procedures for
determining the automorphism group of a vertex-coloured graph, and for testing
graphs for isomorphism.
Package: libgraphics-libplot-perl
Description-md5: a32631a06b73f5587853a7d8014c91ee
Description-en: Perl interface to libplot
Graphics::Libplot provides a Perl interface to libplot from plotutils.
Only the C library routines are available with this package.
Package: libgraphics-magick-perl
Description-md5: 694d24fef1105bb316b3f9173117fd3c
Description-en: format-independent image processing - perl interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the classes to access GraphicsMagick functionality from
Perl scripts. It is mostly similar to PerlMagick from the ImageMagick suite,
but uses a different class name.
Package: libgraphics-tiff-perl
Description-md5: adba7714e0c34a50171c80f73297dcfe
Description-en: Perl extension for the libtiff library
The Graphics::TIFF module allows a Perl developer to access TIFF images. Find
out more about libtiff at http://www.libtiff.org.
.
Perl bindings for the libtiff library. This module allows you to access TIFF
images in a Perlish and object-oriented way, freeing you from the casting and
memory management in C, yet remaining very close in spirit to original API.
Package: libgraphicsmagick++-q16-12t64
Description-md5: 1fe23345dc7cd3338f53a708adf5ba04
Description-en: format-independent image processing - C++ shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ libraries needed to run executables that use
the GraphicsMagick++ library.
Package: libgraphicsmagick++1-dev
Description-md5: c434d28c960294b4a0907771a5da8424
Description-en: format-independent image processing - C++ development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ development headers and library files needed to
compile programs using the GraphicsMagick++ library.
Package: libgraphicsmagick-q16-3t64
Description-md5: d06d6596f024f6bf4586132dd3ff4b7b
Description-en: format-independent image processing - C shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C libraries needed to run executables that use
the GraphicsMagick library.
Package: libgraphicsmagick1-dev
Description-md5: 961bf066eabe097555c4949fc351c377
Description-en: format-independent image processing - C development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C development headers and library files needed to
compile programs using the GraphicsMagick library.
Package: libgraphviz-dev
Description-md5: c3a8010bf765807229fbc858755d3ad0
Description-en: graphviz libs and headers against which to build applications
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libguard-perl
Description-md5: 0a9143ff4f7bdbdfba62cc8ad64bd9ae
Description-en: Perl module providing safe cleanup using guard objects
Guard is a Perl module implementing so-called "guards," which are things that
"guard" a resource, ensuring that it is safely cleaned up when expected, even
if exceptional conditions interrupt the normal control flow. This allows one
to write code which executes an arbitrary code block or subroutine when either
the related Guard Object is destroyed or when the current scope ends. In other
languages, this sort of functionality is provided by the 'finally' keyword.
Package: libguestfs-dev
Description-md5: 702a85e8480fb1be78f543019a09580d
Description-en: guest disk image management system - development headers
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the development headers.
Package: libguestfs-gfs2
Description-md5: c6601ac5f6c9f98afb17a39f9fe6cff7
Description-en: guest disk image management system - GFS2 support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for Global Filesystem
(GFS2) support.
Package: libguestfs-gobject-1.0-0t64
Description-md5: 297a8d150deaf545dc6377267e3c79b6
Description-en: guest disk image management system - GObject bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the GObject bindings.
Package: libguestfs-gobject-dev
Description-md5: b7113593b4d48f4550b08525cf492675
Description-en: guest disk image management system - GObject development headers
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the development headers and documentation for
the GObject bindings.
Package: libguestfs-hfsplus
Description-md5: ea5906bfd147ee46a7f33416ae450088
Description-en: guest disk image management system - HFS+ support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for HFS+ support.
Package: libguestfs-java
Description-md5: 131958fceff780a08da5538a00119621
Description-en: guest disk image management system - Java bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains Java bindings to libguestfs.
Package: libguestfs-jfs
Description-md5: 2cf12cd0b9c814fb6d57655217a75732
Description-en: guest disk image management system - JFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for JFS support.
Package: libguestfs-nilfs
Description-md5: 0028109c85cb0cff3e8800bde38f5c2a
Description-en: guest disk image management system - NILFS v2 support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for NILFS v2 support.
Package: libguestfs-ocaml
Description-md5: a757fa6f9275c46da2de36c12b577c13
Description-en: guest disk image management system - OCaml bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package includes the OCaml shared runtime stub libraries.
Package: libguestfs-ocaml-dev
Description-md5: 7de7be7896c24ccd3ab979df88c80a31
Description-en: guest disk image management system - OCaml development files
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libguestfs.
Package: libguestfs-perl
Description-md5: bf6bd60c46c6f0d533925be393d8e2ee
Description-en: guest disk image management system - Perl bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Perl bindings.
Package: libguestfs-reiserfs
Description-md5: 69fd5415d4437d6e145f183d5f1ab76f
Description-en: guest disk image management system - ReiserFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for ReiserFS support.
Package: libguestfs-rescue
Description-md5: 0564f26c826835a8e12a9c593d42c856
Description-en: guest disk image management system - virt-rescue enhancements
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains additional tools to use inside the virt-rescue
shell, such as ssh, network utilities, editors and debugging
utilities.
Package: libguestfs-rsync
Description-md5: 28f9cb32a2c4450a59e2c89ec202f33d
Description-en: guest disk image management system - rsync support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for using rsync to/from
guest filesystems.
Package: libguestfs-tools
Description-md5: 78f66f90dcf70b3221e57798fa59a02e
Description-en: guest disk image management system - tools
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the libguestfs-test-tool and
libguestfs-make-fixed-appliance programs.
Package: libguestfs-xfs
Description-md5: 5c7d00c081f22eeb296ca33f9061d478
Description-en: guest disk image management system - XFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for XFS support.
Package: libguestfs-zfs
Description-md5: 5336f8f926ca7c5d82d8840667a73262
Description-en: guest disk image management system - ZFS support
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains appliance fragments for ZFS support.
Package: libguestfs0t64
Description-md5: 09eb4589f8a971622769ace74830dcb3
Description-en: guest disk image management system - shared library
The libguestfs library allows accessing and modifying guest disk
images. It offers the following features, among many others:
* making batch configuration changes to guests;
* viewing and editing files inside guests;
* getting disk used/free statistics;
* migrating between virtualization systems;
* performing partial backups;
* performing partial guest clones;
* cloning guests and changing registry/UUID/hostname info.
.
It uses the Linux kernel and qemu code, and can access any type of guest
file system that Linux and qemu can, including but not limited to: ext2/3/4,
btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, qcow2,
vmdk.
.
The library provides ways to enumerate guest storage (such as partitions, LVs,
what file system is in each LV, etc.); to run commands in the context of the
guest; and to upload and download files and directories.
Package: libgv-guile
Description-md5: 4d9e1cdaa267a74055c166a75ab1e8b3
Description-en: Guile bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the guile (3.0) bindings.
Package: libgv-lua
Description-md5: 0e64de3cb016ad670bbbb2773daf8c79
Description-en: Lua bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the lua5.2 bindings.
Package: libgv-perl
Description-md5: 50f9c9810e4cd1ff33ec004dadd5fd9a
Description-en: Perl bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Perl bindings.
Package: libgv-ruby
Description-md5: bc900a06ec5b5114246ccb0e255925c4
Description-en: Ruby bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Ruby bindings.
Package: libgv-tcl
Description-md5: 0ab2c69c3d22314448ae2cd59acadf39
Description-en: Tcl bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Tcl (8.6) bindings.
Package: libgvc6
Description-md5: 87da8308b382f4072b1022b48b3d7368
Description-en: rich set of graph drawing tools - gvc library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gvc library.
Package: libgvc6-plugins-gtk
Description-md5: a2d766af1019ed41a27a7b18b86cd03e
Description-en: rich set of graph drawing tools - gtk plugins
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gtk and gdk-pixbuf plugins.
Package: libgvpr2
Description-md5: e7dafa90950ab7d270f04d6a2f98fc48
Description-en: rich set of graph drawing tools - gvpr library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gvpr library.
Package: libhamlib++-dev
Description-md5: b641923875fe087fcd2f8e62611bcb5e
Description-en: Development C++ library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the development library with C++ bindings.
If you wish to run applications developed using this library you'll need the
'libhamlib++4' package.
Package: libhamlib++4t64
Description-md5: 09b01354ec5b873f75104929772949e9
Description-en: Run-time C++ library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the C++ run-time form of the library. If you wish to
develop software using this library you need the 'libhamlib++-dev' package.
Package: libhamlib-dev
Description-md5: 4cbc590d7c98bc291c20c919f54e243e
Description-en: Development library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the development library with both C bindings.
If you wish to run applications developed using this library you'll need the
'libhamlib4' package.
Package: libhamlib-doc
Description-md5: 0c1cf87c1ec4e391547c2c66031c7038
Description-en: Documentation for the hamlib radio control library
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the developers documentation for the API.
Package: libhamlib-perl
Description-md5: 11dcb610bf4028fb1307b4aef62038da
Description-en: Run-time perl library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the perl bindings of the library.
Package: libhamlib-utils
Description-md5: cc7b4ca12d48dc5b55a0ed3dc8096880
Description-en: Utilities to support the hamlib radio control library
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides command-line utilities to test the hamlib library and
to control transceivers if you're short of anything more sophisticated:
ampctl ampctld rigctl rigctlcom rigctld rigmem rigsmtr rigswr rotctl rotctld
Package: libhamlib4t64
Description-md5: c67b2b377fead3c97a1110d16e3b74e3
Description-en: Run-time library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the C run-time form of the library. If you wish to
develop software using this library you need the 'libhamlib-dev' package.
Package: libhash-fieldhash-perl
Description-md5: 7cf444ef4bf6e39b0fe331c62114d288
Description-en: Perl module implementing a lightweight field hash
Hash::FieldHash provides the field hash mechanism which supports the
inside-out technique.
.
You may know Hash::Util::FieldHash. It's a very useful module, but too
complex to understand all the functions.
.
This is an alternative to Hash::Util::FieldHash with following features:
.
Simpler interface
.
Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
That's enough.
.
Higher performance
Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
use simpler structures.
Package: libhash-safekeys-perl
Description-md5: ae7636b3c90c10e4e99901c591024335
Description-en: Perl module to get hash contents without resetting each iterator
Hash::SafeKeys provides alternate functions to access the keys, values, or
entire contents of a hash in a way that does not reset the iterator, making
them safe to use in such contexts:
.
while (my($k,$v) = each %hash) {
...
@k = sort safekeys %hash; # Can do
@v = grep { /foo/ }, safevalues %hash; # No problem
print join ' ', safecopy %hash; # Right away, sir
}
Package: libhash-sharedmem-perl
Description-md5: 31f6801bc576fd16950ded919e1bf609
Description-en: efficient shared mutable hash
Hash::SharedMem provides a facility for efficiently sharing mutable data
between processes on one host. Data is organised as a key/value store,
resembling a Perl hash. The keys and values are restricted to octet (Latin-1)
strings. Structured objects may be stored by serialising them using a
mechanism such as Sereal.
Package: libhash-storediterator-perl
Description-md5: 90216b780bdc2eebb87d0d643b7d8a4f
Description-en: Perl module for accessing a hashes internal iterator
Hash::StoredIterator gives access to get, set, and init the iterator inside
a hash. This allows one to store the current iterator, use
each/keys/values/etc, and then restore the iterator, this helps to ensure
that nobody interacts badly with other users of the iterator.
.
In perl all hashes have an internal iterator. This iterator is used by the
each() function, as well as by keys() and values(). Because these all share
use of the same iterator, they tend to interact badly with eachother when
nested.
Package: libhdate-dev
Description-md5: 6ee487fd9a907c3f991c40140112abfe
Description-en: Provides a library that help use Hebrew dates (development files)
LibHdate is a small C,C++ library for Hebrew dates,
holidays, and reading sequence (parasha). It is using
the source code from Amos Shapir's "hdate" package fixed and
patched by Nadav Har'El. The Torah reading sequence
is from tables by Zvi Har'El.
.
This package contains headers and support files required
to build new applications with libhdate.
Package: libhdate-perl
Description-md5: c402454a5e4ed5d5c42bd129461735ea
Description-en: Provides a library that help use Hebrew dates (perl bindings)
LibHdate is a small C,C++ library for Hebrew dates,
holidays, and reading sequence (parasha). It is using
the source code from Amos Shapir's "hdate" package fixed
and patched by Nadav Har'El. The Torah reading sequence
is from tables by Zvi Har'El.
.
This package contains perl bindings to libhdate
Package: libhdate1
Description-md5: 6d8e6f1b188a9a1ae4b56268030bdcef
Description-en: Provides a library that help use Hebrew dates
LibHdate is a small C,C++ library for Hebrew dates,
holidays, and reading sequence (parasha). It is using
the source code from Amos Shapir's "hdate" package fixed
and patched by Nadav Har'El. The Torah reading sequence
is from tables by Zvi Har'El.
Package: libheimdal-kadm5-perl
Description-md5: 111ed9cc4b79aa8f5962baabfe7b2e9d
Description-en: Perl module to administer a Heimdal Kerberos KDC
Heimdal::Kadm5 is a Perl module that wraps the Heimdal libkadm5clnt
library and allows administration of a Heimdal KDC inside Perl programs.
It mimics the commands that would normally be sent to the server with the
kadmin command. Principal creation, deletion, modification, and
searching and extraction of keytabs are supported.
.
This module is equivalent to Authen::Krb5::Admin except for a Heimdal KDC
instead of an MIT Kerberos KDC.
Package: libhighlight-perl
Description-md5: 368fb9117c0fe77abe6577c84bf4a81d
Description-en: perl bindings for highlight source code to formatted text converter
A utility that converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX,
SVG, XML or terminal escape sequences with syntax highlighting. It
supports several programming and markup languages. Language
descriptions are configurable and support regular expressions. The
utility offers indentation and reformatting capabilities. It is
easily possible to create new language definitions and colour themes.
This package contains the perl bindings.
Package: libhipi-perl
Description-md5: bf011f3d08e2af75d6afc9cf5b3d14d9
Description-en: Raspberry Pi GPIO Perl Modules
HiPi provides interfaces to the Raspberry Pi GPIO together with
wrappers for some common libraries and peripherals.
.
Documentation and details are available at https://raspberry.znix.com .
Package: libhivex-bin
Description-md5: 89fa267ea5ad3e7afa9180854b40559f
Description-en: utilities for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package contains a few command line programs that utilize libhivex.
Package: libhivex-dev
Description-md5: a35a894e56b30e590b859ae01c6cf84e
Description-en: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
This package provides static libraries and header files.
Package: libhivex-ocaml
Description-md5: 1623b0e7530f23ef553e4a918e9d5528
Description-en: OCaml bindings for hivex -- runtime files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package include only the shared runtime stub libraries.
Package: libhivex-ocaml-dev
Description-md5: 9ddfa7e26a1aeab261f075cfd0a8a0c0
Description-en: OCaml bindings for hivex -- development files
OCaml bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libhivex.
Package: libhivex0
Description-md5: 3d0eb54ce30942f3cfec8dcf94168cd1
Description-en: library for reading and writing Windows Registry hives
libhivex is a self-contained library for reading and writing Windows
Registry "hive" binary files.
.
Unlike many other tools in this area, it doesn't use the textual .REG
format for output, because parsing that is as much trouble as parsing
the original binary format. Instead it makes the file available
through a C API, or there is a separate program to export the hive as
XML.
Package: libhtml-escape-perl
Description-md5: 072d9cd68e864a28fc783e06273345ec
Description-en: provides extremely fast HTML escaping
HTML::Escapes provides a function which escapes HTML's special characters. It
performs a similar function to PHP's htmlspecialchars.
.
This module uses XS for better performance, but it also provides a pure perl
version.
Package: libhtml-gumbo-perl
Description-md5: ac57ce516c1e51b99d842daddea38bfe
Description-en: HTML5 parser based on gumbo C library
Gumbo is an implementation of the HTML5 parsing algorithm implemented as a
pure C99 library with no outside dependencies.
.
HTML::Gumbo provides perl bindings for the C library.
Package: libhtml-strip-perl
Description-md5: 0e96972cd4515bdfedae42736da8b002
Description-en: module to strip HTML markup from text
HTML::Strip simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text
as well.
.
It is written in XS, and thus about five times quicker than using regular
expressions for the same task.
.
It does not do any syntax checking (if you want that, use HTML::Parser),
Package: libhtml-template-pro-perl
Description-md5: b18aa5002afde82b0e3b2df4d2dea367
Description-en: Perl module to use HTML Templates from CGI scripts
HTML::Template::Pro attempts to make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags that provide control
structures, such as allowing for simple variable manipulation, looping, file
inclusion and conditionals (if, else, unless). HTML::Template::Pro is intended
to be a drop-in replacement for HTML::Template (and some of its extensions)
but written in C below the Perl Interface and so faster.
.
The file written with HTML and these new tags is called a template, which is
usually saved separately from your script. Using this module, you fill in the
values for the variables declared in the template, allowing you to separate
the web site design from the data you generate inside your Perl script.
Package: libhtml-tidy-perl
Description-md5: ff2e3ec437c9ea199083e5393db83d8c
Description-en: module for (X)HTML validation
HTML::Tidy is a Perl module useful for performing cleanup and providing basic
validation of input. It is based on Perl bindings to the HTML Tidy Project,
also known as libtidy; for details, see: .
.
This module is intended to replace HTML::Lint and includes documentation for
easing the migration from that module.
Package: libhtml-tidy5-perl
Description-md5: f8d828707a55488a64695b766e4bc552
Description-en: HTML validation in a Perl object
HTML::Tidy5 is an HTML checker object using libtidy. It's meant as a
replacement for HTML::Lint or HTML::Tidy.
Package: libhttp-parser-xs-perl
Description-md5: d7e519c3df5423dde73d5942b6c41502
Description-en: simple and fast HTTP request parser
HTTP::Parser::XS is a fast, primitive HTTP request parser that can be used
either for writing a synchronous HTTP server or a event-driven server. It is
designed primarily for use with the Plack toolkit.
Package: libhwy-dev
Description-md5: f492490985e74454eb38f5a4fe88151c
Description-en: Efficient and performance-portable SIMD wrapper (developer files)
This library provides type-safe and source-code portable wrappers over
existing platform-specific intrinsics. Its design aims for simplicity,
reliable efficiency across platforms, and immediate usability with current
compilers.
.
This package installs the highway development files.
Package: libhwy1t64
Description-md5: a5895c0f56a667ff23178f23145a2bbf
Description-en: Efficient and performance-portable SIMD wrapper (runtime files)
This library provides type-safe and source-code portable wrappers over
existing platform-specific intrinsics. Its design aims for simplicity,
reliable efficiency across platforms, and immediate usability with current
compilers.
.
This package installs the highway runtime files.
Package: libimage-exif-perl
Description-md5: 5b28f3195564d98f3811494406701e05
Description-en: Perl module to extract EXIF information from image files
The Image::EXIF module allows you to extract EXIF information from your
image files, especially photographs taken with a digital camera.
.
It supports some of the vendor extensions to the EXIF format used by
some cameras.
Package: libimage-imlib2-perl
Description-md5: 032c607f46a29f85cb2ab8803433ae05
Description-en: perl interface to the imlib2 imaging library
Image::Imlib2 is a perl interface to Imlib2 that allows you to use
imlib2 to read, write, scale, crop, draw, and blend graphics
formats in your favorite perl program.
Package: libimage-librsvg-perl
Description-md5: d38abae6b29252b728947400c788a39f
Description-en: Perl binding for the GNOME librsvg SVG renderer library
The Image::LibRSVG module provides a Perl interface to the librsvg GNOME
library - an efficient renderer for Scalable Vector Graphics (SVG) images.
This package allows Perl scripts to rasterize SVG drawings into bitmap images.
Package: libimage-magick-perl
Description-md5: 7ce8b44a017b6b1792ace5babb8a40cb
Description-en: Perl interface to the ImageMagick graphics routines
PerlMagick is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it very suitable for Web CGI scripts.
.
This is the compatibility (wrapper) perlmagick package that
use the default channel depth.
.
This package provides the perl Image::Magick class.
Package: libimage-magick-q16-perl
Description-md5: b2b7bcf0fd3b8cca1a12186f85981002
Description-en: Perl interface to the ImageMagick graphics routines -- Q16 version
PerlMagick is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it very suitable for Web CGI scripts.
.
This version of libimage-magick is compiled for a channel
depth of 16 bits (Q16).
.
This package provides the perl Image::Magick::Q16 class.
Package: libimage-magick-q16hdri-perl
Description-md5: 8507376c7886a5145af7be82f371b30e
Description-en: Perl interface to the ImageMagick graphics routines -- Q16HDRI version
PerlMagick is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it very suitable for Web CGI scripts.
.
This version of libimage-magick is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
.
This package provides the perl Image::Magick::Q16HDRI class.
Package: libimage-png-libpng-perl
Description-md5: 471abe39e3e47e60f6a08e102f7a9122
Description-en: Perl interface to libpng
Image::PNG::Libpng is a Perl library for accessing the contents of PNG
(Portable Network Graphics) images. Image::PNG::Libpng enables Perl to use the
"libpng" library to read and write files in PNG format.
.
Image::PNG::Libpng consists of Perl subroutines which mirror the C functions in
libpng, plus helper subroutines to make it easier to read and write PNG data in
Perl.
Package: libimage-sane-perl
Description-md5: 2c5e2c696dab17872b88c51a0c39356f
Description-en: Perl extension for the SANE (Scanner Access Now Easy) Project
The Image::Sane Perl bindings for the SANE (Scanner Access Now Easy) Project
allow you to access SANE-compatible scanners in a Perlish and object-oriented
way, freeing you from the casting and memory management in C, yet remaining
very close in spirit to original API.
Package: libimage-scale-perl
Description-md5: 9989b4d8a675eb4a4694ccb33a44fc2e
Description-en: fast, high-quality fixed-point image resizing module
Image::Scale implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:
.
GD's copyResampled (floating-point)
.
GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
.
GraphicsMagick's assortment of resize filters (floating-point)
.
GraphicsMagick's Triangle filter in fixed-point
.
Supported image formats include JPEG, GIF, PNG, and BMP for input, and JPEG
and PNG for output.
Package: libimage-seek-perl
Description-md5: 037edc2fd78f864cbe1a25a38dbb5b0b
Description-en: Perl module to find similar pictures in a library
ImgSeek (http://www.imgseek.net/) is an implementation of Haar wavelet
decomposition techniques to find similar pictures in a library.
Image::Seek is a port of the ImgSeek library to Perl's XS. It can deal with
image objects produced by the Imager and Image::Imlib2 libraries.
Package: libimager-perl
Description-md5: d9cd77a33f4098a5a2b1f0bda5327165
Description-en: Perl extension for generating 24-bit images
Imager is a module for creating and altering images. It can read and write
various image formats, draw primitive shapes like lines and polygons, blend
multiple images together in various ways, scale, crop, render text and more.
.
Imager also has convenience functions for things like color space conversion
(convert RGB to HSV and back).
Package: libimager-qrcode-perl
Description-md5: 7c4a690b6323987e4f5b03d67f1da9c3
Description-en: Generate QR code with Imager using libqrencode
This is the CPAN Perl module Imager::QRCode.
.
The module adds an easy-to-use interface to Imager for QR code
generation. The actual code generation is done by the system library
libqrencode.
Package: libinline-java-perl
Description-md5: ef1ba0349bc057d712836b9fadfd7799
Description-en: write Perl classes in Java
The Inline::Java module allows you
to put Java source code directly "inline"
in a Perl script or module.
A Java compiler is launched and the Java code is compiled.
Then Perl asks the Java classes
what public methods have been defined.
These classes and methods are available to the Perl program
as if they had been written in Perl.
.
The process of interrogating the Java classes
for public methods
occurs the first time you run your Java code.
The namespace is cached,
and subsequent calls use the cached version.
Package: libinline-python-perl
Description-md5: 2d294bf79df2810b56ed9b25770756da
Description-en: module to write Perl subs and classes in Python
The Inline::Python module allows one to write Perl subroutines in Python. One
doesn't have to use any funky techniques for sharing most types of data
between the two languages, either. Inline::Python comes with its own data
translation service. It converts any Python structures it knows about into
Perl structures, and vice versa.
.
Inline::Python sets up an in-process Python interpreter, runs the code, and
then examines Python's symbol table for things to bind to Perl. The process
of interrogating the Python interpreter for globals only occurs the first
time the Python code is run. The namespace is cached, and subsequent calls
use the cached version.
Package: libinternals-perl
Description-md5: 04bc4c317706586700749523f9140451
Description-en: Perl module for write-protecting variables and manipulating refcounts
Internals allows you to write-protect and write-enable your Perl variables,
objects and data structures.
.
Moreover, the reference count of any Perl variable can be read and set.
.
You can never pass the object directly on which to perform the desired
action, you always have to pass a reference to the variable or data structure
in question.
.
This comes in handy for objects and anonymous data structures, where you only
have a reference anyway!
Package: libio-aio-perl
Description-md5: 029fa3fe9bfa1122d5bb0e04afbd03f1
Description-en: asynchronous IO module for Perl
IO::AIO module implements asynchronous I/O using whatever means your
operating system supports. It is implemented as an interface to the libeio
library: http://software.schmorp.de/pkg/libeio.html.
.
Asynchronous means that operations that can normally block your program
(e.g. reading from disk) will be done asynchronously: the operation
will still block, but you can do something else in the meantime. This
is extremely useful for programs that need to stay interactive even
when doing heavy I/O (GUI programs, high performance network servers
etc.), but can also be used to easily do operations in parallel that are
normally done sequentially, e.g. stat'ing many files, which is much faster
on a RAID volume or over NFS when you do a number of stat operations
concurrently.
.
While most of this works on all types of file descriptors (for
example sockets), using these functions on file descriptors that
support nonblocking operation (again, sockets, pipes etc.) is
very inefficient. Use an event loop for that (such as the L
module): IO::AIO will naturally fit into such an event loop itself.
.
In this version, a number of threads are started that execute your
requests and signal their completion. You don't need thread support
in perl, and the threads created by this module will not be visible
to perl. In the future, this module might make use of the native aio
functions available on many operating systems. However, they are often
not well-supported or restricted (GNU/Linux doesn't allow them on normal
files currently, for example), and they would only support aio_read and
aio_write, so the remaining functionality would have to be implemented
using threads anyway.
.
Although the module will work in the presence of other (Perl-) threads,
it is currently not reentrant in any way, so use appropriate locking
yourself, always call poll_cb from within the same thread, or never
call poll_cb (or other aio_ functions) recursively.
Package: libio-compress-brotli-perl
Description-md5: 106948f6813e21842cd1070150caa440
Description-en: modules to read/write Brotli buffers/streams
The IO-Compress-Brotli distribution wraps the Brotli library, offering Perl
modules for compressing Brotli buffers and streams, IO::Compress::Brotli, and
decompressing them, IO::Uncompress::Brotli.
.
Brotli is a data compression format primarily used in web fonts and
HTTP compression.
Package: libio-epoll-perl
Description-md5: 6228a73eea0a065539ea727611ab2f11
Description-en: Perl interface to the Epoll IO Multiplexing subsystem
IO::Epoll provides access to the new, (currently) Linux-specific variant of
poll() known as epoll(). It is designed to offer O(1) scalability over large
numbers of watched file descriptors.
.
This module provides a higher-level layer designed to emulate the behaviour
of IO::Poll and IO::Ppoll, but also exposes the corresponding low-level API
that closely matches the related system calls.
Package: libio-fdpass-perl
Description-md5: 07f8991b2d7dc5fe9fcb6bcdf02712c9
Description-en: module to pass a file descriptor over a socket
IO::FDPass, the small low-level module only has one purpose: pass a file
descriptor to another process, using a (streaming) unix domain socket (on
POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to
pass file descriptors on windows is currently the unique selling point of
this module.
Package: libio-interface-perl
Description-md5: b2b8241993725965d0e98641792b374d
Description-en: socket methods to get/set interface characteristics
IO::Interface adds object-methods to IO::Socket objects to allow them
to get and set operational characteristics of network interface cards,
such as IP addresses, net masks, and so forth. It is useful for
identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria, such
as the ability to multicast.
Package: libio-socket-multicast-perl
Description-md5: 5b4c1126646db88802b05ffcef3aa17a
Description-en: module for sending and receiving multicast messages
The IO::Socket::Multicast module subclasses IO::Socket::INET to
enable you to manipulate multicast groups. With this module (and an
operating system that supports multicasting), you will be able to
receive incoming multicast transmissions and generate your own
outgoing multicast packets.
Package: libipc-sharelite-perl
Description-md5: e0f47672ecd9c103037aadbb8a17d74f
Description-en: Perl module that provides a simple interface to shared memory
IPC::ShareLite provides a simple interface to shared memory, allowing
data to be efficiently communicated between processes. Your operating
system must support SysV IPC (shared memory and semaphores) in order to
use this module.
Package: libjavascript-minifier-xs-perl
Description-md5: 67deb10ad1008e60a85325f6d3cdfd39
Description-en: XS based JavaScript minifier
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove
un-necessary whitespace and comments from JavaScript files, while also not
breaking the JavaScript.
.
JavaScript::Minifier::XS is similar in function to JavaScript::Minifier, but
is substantially faster as its written in XS and not just pure Perl.
Package: libjavascript-quickjs-perl
Description-md5: 983440b2e84ab3107d4f42519328a64f
Description-en: Run JavaScript via QuickJS in Perl
JavaScript::QuickJS embeds Fabrice Bellard’s QuickJS engine into a
Perl XS module. You can thus run JavaScript directly in your Perl
programs.
Package: libjellyfish-2.0-2
Description-md5: 065d1ff8b79f64e89b68567eaeed6aa1
Description-en: count k-mers in DNA sequences (dynamic library of jellyfish)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains the dynamic library the main executable of
jellyfish is linked to.
Package: libjellyfish-2.0-dev
Description-md5: 8d15a603d76647ecb084d0bd3c0490a3
Description-en: count k-mers in DNA sequences (development files of jellyfish)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains the development files (static library and
header files)
Package: libjellyfish-perl
Description-md5: c8cb8981fb9902b209cbce9156da63e7
Description-en: count k-mers in DNA sequences (Perl bindings of jellyfish)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains the Perl bindings of jellyfish.
Package: libjs-janus-gateway
Description-md5: d6bb3716c1c312f6fa298613ea3aab1b
Description-en: general purpose WebRTC server/gateway - JavaScript library
janus is a general purpose WebRTC server/gateway
with a minimal footprint.
.
This package contains a JavaScript library
to interact with Janus from a web browser.
Package: libjson-parse-perl
Description-md5: 5d9cdacd033a7a1ecb3ee0b220f09dee
Description-en: module to read JSON into a Perl variable
JSON::Parse is a module for parsing JSON.
.
It offers the function parse_json(), which takes a string containing JSON,
and returns an equivalent Perl structure. It also offers validation of JSON
via valid_json(), which returns true or false depending on whether the JSON
is correct or not, and assert_valid_json(), which produces a descriptive
fatal error if the JSON is invalid. A function json_file_to_perl() reads JSON
from a file, and there is a safer version of parse_json() called
parse_json_safe() which doesn't throw exceptions. For special cases of
parsing, there are also methods new() and run(), which create a JSON parsing
object and run it on text.
.
JSON::Parse accepts only UTF-8 as input.
Package: libjuce-doc
Description-md5: 5d99d0cc4969b5646d2f8e1b7bc9f465
Description-en: Jules' Utility Class Extensions (documentation)
JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ framework for
developing cross-platform software.
.
It contains pretty much everything you're likely to need to create most
applications, and is particularly well-suited for building highly-customised
GUIs, and for handling graphics and sound.
.
This package contains html documentation for the JUCE API.
Package: libkeyword-simple-perl
Description-md5: 6b2a729a0a81e23f02067debc41cf043
Description-en: Perl module to define new keywords in pure Perl
Keyword::Simple allows one to implement new keywords in pure Perl. To do
this, it is needed to write a module and call Keyword::Simple::define in
the import method. Any keywords defined this way will be available in
the lexical scope that's currently being compiled.
Package: libkinosearch1-perl
Description-md5: ae4294165db9df5b01cb74d99f668643
Description-en: Perl library providing search engine features
KinoSearch is a loose port of the Java search engine library, Apache Lucene.
It is written in Perl and C, designed primarily for providing website search
functionality, but it can be put to many different uses.
.
It has the following features:
.
* Extremely fast and scalable: KinoSearch can handle millions of documents
* Incremental indexing (addition/deletion of documents to/from an existing
index)
* Full support for 12 Indo-European languages
* Support for boolean operators (AND, OR, as well as AND NOT), parenthetical
groupings, and prepended +plus and -minus
* Algorithmic selection of relevant excerpts and highlighting of search
terms within excerpts
* Highly customizable query and indexing APIs
* Phrase matching
* Stemming
* Stoplists
.
KinoSearch1 is derived from KinoSearch version 0.165 and is considered
the stable upstream branch.
Package: libksane-data
Description-md5: 29bd1c001f412e0e41b6799e2c5cb8a2
Description-en: scanner library (data files)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains data files used by the library.
Package: libksane-dev
Description-md5: 9c888fd40eed984d3cd8c91b83806d08
Description-en: scanner library development headers
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the scanner library development files.
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: libksanewidgets6-6
Description-md5: acb7108b6da4b4d9984cb1b4264a38a4
Description-en: scanner library (runtime)
The KDE scanner library provides an API and widgets for using scanners and
other imaging devices supported by SANE.
.
This package contains the shared library.
Package: libkvilib5
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
This is a transitional dummy package, it can be safely removed.
Package: liblab-gamut1
Description-md5: ba6687efc06a343069b17ecad0fea692
Description-en: rich set of graph drawing tools - liblab_gamut library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the liblab_gamut library.
Package: liblasso-perl
Description-md5: a6fed384a4da3dba999199b652c91c55
Description-en: Library for Liberty Alliance and SAML protocols - Perl bindings
Lasso is an implementation of Liberty Alliance and related protocols, for
network identity federations, single sign-on and other web services protocols.
The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
.
This package contains Perl bindings for liblasso, needed to use lasso
in Perl applications.
Package: liblchown-perl
Description-md5: 130bbc9b61138d8e0252e4330319a1b7
Description-en: Perl interface to the lchown() system call
Lchown provides a perl interface to the lchown(2) UNIX system call. The
lchown(2) call is useful to change the ownership and group of symbolic links,
rather than changing that information for the referent (real target) of these
links.
Package: liblexical-sealrequirehints-perl
Description-md5: b9c5697118d7348949143c754e242939
Description-en: Perl module to prevent the leakage of lexical hints
Lexical::SealRequireHints is a module that works around two historical
bugs in Perl's handling of the %^H (lexical hints) variable, which cause
lexical state in one file to leak into another.
Package: liblexical-var-perl
Description-md5: 4baea79b9f897f5d816cc1af5039dced
Description-en: Perl module for using static variables without namespace pollution
Lexical::Var implements lexical scoping of subroutines. Although it can be
used directly, it is mainly intended to be infrastructure for modules that
manage namespaces.
.
This module influences the meaning of single-part subroutine names that
appear directly in code, such as "&foo" and "foo(123)". Normally, in the
absence of any particular declaration, these would refer to the subroutine of
that name located in the current package. A Lexical::Sub declaration can
change this to refer to any particular subroutine, bypassing the package
system entirely. A subroutine name that includes an explicit package part,
such as "&main::foo", always refers to the subroutine in the specified
package, and is unaffected by this module. A symbolic reference through a
string value, such as "&{'foo'}", also looks in the package system, and so is
unaffected by this module.
.
The types of name that can be influenced are scalar ("$foo"), array
("@foo"), hash ("%foo"), subroutine ("&foo"), and glob ("*foo").
Package: liblfi-dev
Description-md5: 1d478051cd0af031199d0815eaa03917
Description-en: Display GRIB2 fields using OpenGL (ancillary dev package)
Small ancillary library used by glgrib (GLFW & EGL): this package contains the
headers and the development files.
Package: liblfi0
Description-md5: e4307b6bc4ab1af83f2328430377f67e
Description-en: Display GRIB2 fields using OpenGL (ancillary shared library)
This package contains a small ancillary shared library used by glgrib
(GLFW & EGL).
Package: liblingua-stem-snowball-perl
Description-md5: aaf87cef0ef4cf57a86475a30edbf213
Description-en: Perl interface to Snowball stemmers
Stemming reduces related words to a common root form. For instance, "horse",
"horses", and "horsing" all become "hors". Most commonly, stemming is
deployed as part of a search application, allowing searches for a given term
to match documents which contain other forms of that term.
.
This module is very similar to Lingua::Stem -- however,
Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module which
provides a Perl interface to the C version of the Snowball stemmers.
(http://snowball.tartarus.org).
Package: liblinux-acl-perl
Description-md5: c9af343d83069f1d5b43a6c83c9b2572
Description-en: Perl extension for reading and setting Access Control Lists for files
The Linux::ACL module provides Perl bindings for libacl, the C library
containing the POSIX 1003.1e draft standard 17 functions for manipulating
access control lists.
.
It provides the setfacl() and getfacl() functions.
Package: liblinux-dvb-perl
Description-md5: 115dfdf7c83fa95961673d1476b6556b
Description-en: interface to (some parts of) the Linux DVB API
Linux::DVB provides an interface to the Linux DVB API. It is a
straightforward translation of the C API. You should read the Linux DVB API
description to make any sense of this module. It can be found here:
.
http://www.linuxtv.org/docs/dvbapi/dvbapi.html
.
Noteworthy limitations of this module include: No interface to the video,
audio and net devices. If you need this functionality bug the author.
Package: liblinux-epoll-perl
Description-md5: 60f024b519750ccc84ea5e7837d54fc5
Description-en: perl epoll module for O(1) multiplexing
Epoll is a multiplexing mechanism that scales up O(1) with number of watched
files. Linux::Epoll is a callback style epoll module, unlike other epoll
modules available on CPAN.
Package: liblinux-fd-perl
Description-md5: 69b083270092e3ad89434a4b3c3c1314
Description-en: Linux specific special filehandles
Linux::FD provides you Linux specific special file handles. These are
.
* Event filehandles
* Signal filehandles
* Timer filehandles
.
These allow you to use conventional polling mechanisms to wait a large variety
of events.
Package: liblinux-inotify2-perl
Description-md5: 96ccde2d3a20260f7df1f7481543c176
Description-en: scalable directory and file change notification
inotify (inode notify) is a Linux kernel subsystem that monitors events in
filesystems and reports those events to applications in real time.
.
inotify can be used to monitor individual files or directories. When a
directory is monitored, inotify will return events for the directory itself
and for files inside the directory.
.
This module implements an interface to the Linux 2.6.13 and later inotify
directory and file change notification system.
.
It has a number of advantages over the Linux::Inotify module:
- It is portable (Linux::Inotify only works on x86).
- The equivalent of fullname works correctly.
- It is better documented.
- It has callback-style interface, which is better suited for integration.
.
This package provides the Perl module Linux::Inotify2.
Package: liblinux-pid-perl
Description-md5: 25692c456474be43f406f544ee69a22c
Description-en: wrapper around the getpid() and getppid() C functions
Perl already returns the PID and PPID in variables and builtins. Linux::Pid
forces perl to call the underlying C functions getpid() and getppid().
.
This is useful with multithreaded programs. Linux' C library, using the Linux
thread model, returns different values of the PID and the PPID from different
threads.
.
A known consumer of this functionality is Apache2::SizeLimit (in
libapache2-mod-perl2).
Package: liblinux-prctl-perl
Description-md5: 14d95a534b7bc225435c297a6fadd302
Description-en: Perl extension for controlling process characteristics
Linux::Prctl provides a nice interface to the Linux prctl function. The
Linux prctl function allows you to control specific characteristics of
a process' behaviour.
.
Besides prctl, this library also wraps libcap for complete
capability handling.
Package: liblinux-systemd-perl
Description-md5: ec03c272f288fd6a2029f06f7bd03468
Description-en: Perl module with bindings for systemd APIs
Linux::Systemd makes several systemd APIs available to Perl code:
.
* sd_notify(3) for startup and status notifications
.
* write to and read from the journal
Package: liblinux-termios2-perl
Description-md5: 6d3e060f559c2d45681ab3f94f57d33d
Description-en: Perl module for accessing the termios2 structure and ioctl
This module provides an API equivalent to the POSIX::Termios class,
but backed by the Linux-specific struct termios2 structure instead.
.
The primary use case is setting arbitrary baud rates, because
POSIX::Termios only knows the standard speeds up to 38400 baud.
Package: liblist-keywords-perl
Description-md5: 58cf07b9f17d55457285a79cf49e1c6d
Description-en: selection of list utility keywords
List::Keywords provides keywords that behave (almost) identically to familiar
functions from List::Util, but implemented as keyword plugins instead of
functions. As a result these run more efficiently, especially in small code
cases.
Package: liblist-moreutils-xs-perl
Description-md5: c6759df033244ab10506e6acafc8f20c
Description-en: Perl module providing compiled List::MoreUtils functions
List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
to have it practically independent from List::MoreUtils, it technically
depends on List::MoreUtils. Since it's only a backend, the API is not public
and can change without any warning.
.
List::MoreUtils provides some trivial but commonly needed functionality on
lists which is not going to go into List::Util.
Package: liblist-utilsby-xs-perl
Description-md5: ebed5b0e3446a08a630337e9a348debf
Description-en: XS implementation of List::UtilsBy
List::UtilsBy::XS is an XS implementation of List::UtilsBy.
Functions are faster than original ones.
.
List::UtilsBy provides a number of list utility functions for Perl.
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: 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: 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: libllvm20
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-20-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: liblmdb-file-perl
Description-md5: d4a77f338934912a0354af96f89876f6
Description-en: tie to LMDB
LMDB_File is a Perl module
which allows Perl programs to make use of thefacilities
provided by OpenLDAP's Lightning Memory-Mapped Database "LMDB".
.
LMDB is a Btree-based database management library
modeled loosely on the BerkeleyDB API,
but much simplified and extremely fast.
Package: liblocale-hebrew-perl
Description-md5: 8288800328f8bbd7bfa6ccf95e617688
Description-en: module providing bidirectional Hebrew support
Locale::Hebrew is a Perl module based on code from the Unicode Consortium.
This module works the real Hebrew character set from scratch, because the
Unicode Consortium's character set was invalid; as a result, there may be
some errata.
Package: libluv-ocaml
Description-md5: 4f46b66fecf846ef1fca6e388be990ee
Description-en: OCaml binding to libuv (Runtime library)
Luv is a binding to libuv, the cross-platform C library that does
asynchronous I/O in Node.js and runs its main loop.
.
Besides asynchronous I/O, libuv also supports multiprocessing and
multithreading. Multiple event loops can be run in different
threads. libuv also exposes a lot of other functionality, amounting
to a full OS API, and an alternative to the standard module Unix.
.
This package contains the runtime library of Luv.
Package: libluv-ocaml-dev
Description-md5: 5e2090bc1920c5e434926926eed95e4d
Description-en: OCaml binding to libuv (Development package)
Luv is a binding to libuv, the cross-platform C library that does
asynchronous I/O in Node.js and runs its main loop.
.
Besides asynchronous I/O, libuv also supports multiprocessing and
multithreading. Multiple event loops can be run in different
threads. libuv also exposes a lot of other functionality, amounting
to a full OS API, and an alternative to the standard module Unix.
.
This package contains the development library of Luv.
Package: libluv-unix-ocaml
Description-md5: 7a9296aa954fce0ea458dc54c4bd438a
Description-en: Helpers for interfacing OCaml Luv and Unix (Runtime library)
Luv is a binding to libuv, the cross-platform C library that does
asynchronous I/O in Node.js and runs its main loop.
.
Besides asynchronous I/O, libuv also supports multiprocessing and
multithreading. Multiple event loops can be run in different
threads. libuv also exposes a lot of other functionality, amounting
to a full OS API, and an alternative to the standard module Unix.
.
This package contains the runtime library of luv_unix, helpers for
interfacing Luv and Unix.
Package: libluv-unix-ocaml-dev
Description-md5: fe35dbfcbd6e44849088efd3242c2910
Description-en: Helpers for interfacing OCaml Luv and Unix (Development package)
Luv is a binding to libuv, the cross-platform C library that does
asynchronous I/O in Node.js and runs its main loop.
.
Besides asynchronous I/O, libuv also supports multiprocessing and
multithreading. Multiple event loops can be run in different
threads. libuv also exposes a lot of other functionality, amounting
to a full OS API, and an alternative to the standard module Unix.
.
This package contains the development library of luv_unix, helpers for
interfacing Luv and Unix.
Package: libmagick++-6-headers
Description-md5: 06ec9b73bbf347a03e40ab70696842f9
Description-en: object-oriented C++ interface to ImageMagick - header files
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This package includes header files needed to compile
programs using Magick++.
.
This package is independent of channel depth.
Package: libmagick++-6.q16-9t64
Description-md5: 0c41c32b31e56b653148d8cf9257e740
Description-en: C++ interface to ImageMagick -- quantum depth Q16
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This package contains the C++ libraries needed to run executables that make
use of libMagick++.
.
This version of libmagick++ is compiled for a channel
depth of 16 bits (Q16).
Package: libmagick++-6.q16-dev
Description-md5: c3c989aa362d5214cb2ded85b4ac9299
Description-en: C++ interface to ImageMagick - development files (Q16)
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This package includes header files and static libraries needed to compile
programs using Magick++.
.
This version of libmagick++-dev is compiled for a channel
depth of 16 bits (Q16).
Package: libmagick++-6.q16hdri-9t64
Description-md5: b0c54866be90ee2a5f4037f3dfc1cdb4
Description-en: C++ interface to ImageMagick -- quantum depth Q16HDRI
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This package contains the C++ libraries needed to run executables that make
use of libMagick++.
.
This version of libmagick++ is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagick++-6.q16hdri-dev
Description-md5: bf2ce0cd49bc868a6c331922951dcdb3
Description-en: C++ interface to ImageMagick - development files (Q16HDRI)
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This package includes header files and static libraries needed to compile
programs using Magick++.
.
This version of libmagick++-dev is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagick++-dev
Description-md5: af7ece294695041c53e6006c675283dc
Description-en: object-oriented C++ interface to ImageMagick -- dummy package
The Magick++ library was a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
.
This is a transitional package to help migrate systems to the new
ABI of libmagick++-6 development files for default channel depth.
.
This is a dummy package. You can safely purge or remove it.
Package: libmagickcore-6-arch-config
Description-md5: 2bf5b3d73143b88a604852f9d76e6e3c
Description-en: low-level image manipulation library - architecture header files
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package includes the architecture dependent part of the
headers files used by MagickCore.
.
This package is independent of channel depth.
Package: libmagickcore-6-headers
Description-md5: a8db8761301b33146d93d31dc2ac97b4
Description-en: low-level image manipulation library - header files
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package includes the architecture independent header files
needed to compile programs using MagickCore.
.
This package is independent of channel depth.
Package: libmagickcore-6.q16-7-extra
Description-md5: a06d4ac082de7d3d4609131eb58764ca
Description-en: low-level image manipulation library - extra codecs (Q16)
This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
MagickCore.
.
This version of libmagickcore-extra is compiled for a channel
depth of 16 bits (Q16).
Package: libmagickcore-6.q16-7t64
Description-md5: f688f89f9dd63da95c49e94b4496cd52
Description-en: low-level image manipulation library -- quantum depth Q16
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package contains the C libraries needed to run executables that make
use of MagickCore.
.
This version of libmagickcore is compiled for a channel
depth of 16 bits (Q16).
Package: libmagickcore-6.q16-dev
Description-md5: b3e9994222fe22a105ea09bc9fdbf60b
Description-en: low-level image manipulation library - development files (Q16)
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package includes header static libraries needed to compile
programs using MagickCore.
.
This version of libmagickcore-dev is compiled for a channel
depth of 16 bits (Q16).
Package: libmagickcore-6.q16hdri-7-extra
Description-md5: cd6b982f20932b9a3882651080cec791
Description-en: low-level image manipulation library - extra codecs (Q16HDRI)
This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
MagickCore.
.
This version of libmagickcore-extra is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagickcore-6.q16hdri-7t64
Description-md5: 3b22716bce6596b26b5d0fe6f8a409c0
Description-en: low-level image manipulation library -- quantum depth Q16HDRI
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package contains the C libraries needed to run executables that make
use of MagickCore.
.
This version of libmagickcore is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagickcore-6.q16hdri-dev
Description-md5: 318e99730be581bdf46a9d774b773c39
Description-en: low-level image manipulation library - development files (Q16HDRI)
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
.
This package includes header static libraries needed to compile
programs using MagickCore.
.
This version of libmagickcore-dev is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagickcore-dev
Description-md5: f90927ba6a13e7c7f8e0886fe0476a3e
Description-en: low-level image manipulation library -- dummy package
This package included header files and static libraries needed to compile
programs using MagickCore.
.
This is a transitional package to help migrate systems to the new
ABI of libmagickcore-6 development files for default channel depth.
.
This is a dummy package. You can safely purge or remove it.
Package: libmagickwand-6-headers
Description-md5: 26a899f36addb78d0dfc2cc24f28ad9a
Description-en: image manipulation library - headers files
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package includes header files needed to compile
programs using MagickWand.
.
This package is independent of channel depth.
Package: libmagickwand-6.q16-7t64
Description-md5: 0c875be0fa5c3c27073edfb377baa500
Description-en: image manipulation library -- quantum depth Q16
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package contains the C libraries needed to run executables that make
use of MagickWand.
.
This version of libmagickwand is compiled for a channel
depth of 16 bits (Q16).
Package: libmagickwand-6.q16-dev
Description-md5: 6e42d2139f5f25e467dea8208c50f942
Description-en: image manipulation library - development files (Q16)
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package the static libraries needed to compile
programs using MagickWand.
.
This version of libmagickwand-dev is compiled for a channel
depth of 16 bits (Q16).
Package: libmagickwand-6.q16hdri-7t64
Description-md5: bb13722c05450e5cf602707c87e455ad
Description-en: image manipulation library -- quantum depth Q16HDRI
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package contains the C libraries needed to run executables that make
use of MagickWand.
.
This version of libmagickwand is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagickwand-6.q16hdri-dev
Description-md5: 129fb0c8f9aeae8e8d848457773b5c4e
Description-en: image manipulation library - development files (Q16HDRI)
The MagickWand API is the recommended interface between the C programming
language and the ImageMagick image processing libraries. Unlike the
MagickCore C API, MagickWand uses only a few opaque types. Accessors are
available to set or get important wand properties.
.
This package the static libraries needed to compile
programs using MagickWand.
.
This version of libmagickwand-dev is compiled for a channel
depth of 16 bits with high dynamic range (Q16HDRI).
Package: libmagickwand-dev
Description-md5: 28a96f71697c26ce0682ab3e67b8c710
Description-en: image manipulation library -- dummy package
This package included the static libraries needed to compile
programs using MagickWand.
.
This is a transitional package to help migrate systems to the new
ABI of libmagickwand-6 development files for default channel depth.
.
This is a dummy package. You can safely purge or remove it.
Package: libmail-spf-xs-perl
Description-md5: 91539b383b417fc315db89fba18caaf4
Description-en: library for validating mail senders with SPF - Perl bindings
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such
as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
records and make sure that the email is authorized by the domain name
that it is coming from. This prevents email forgery, commonly used by
spammers, scammers and email viruses/worms.
.
This package provides an XS module for using libspf from Perl programs.
Package: libmapscript-java
Description-md5: 2c37aa3c2505079c21c31d57a9f3de73
Description-en: Java library for MapServer
Java MapScript provides MapServer functions for Java applications.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards.
Package: libmapscript-perl
Description-md5: 23a573748b9459aeca549f3899cc3a39
Description-en: Perl MapServer module
Perl MapScript module provides MapServer functions for Perl scripts.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards.
Package: libmapserver-dev
Description-md5: 949d307d2e1e8320886d07ecfbaf7d23
Description-en: Shared library development files for MapServer
This package contains the development files for the shared library.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards. Scripting
functionality in MapScript is provided by the suggested mapscript
library packages.
Package: libmapserver2t64
Description-md5: b1a0e7b7cf78d706db342cfe372ebbfe
Description-en: Shared library for MapServer
This package contains the shared library.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards. Scripting
functionality in MapScript is provided by the suggested mapscript
library packages.
Package: libmarisa-perl
Description-md5: 37790a39d2ea9074869ceb7fbd79b157
Description-en: Perl bindings for MARISA
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
and space-efficient trie data structure.
.
This package contains Perl bindings for MARISA.
Package: libmarpa-r2-perl
Description-md5: 470a3aa3303ab3a6c28038ca8f688d00
Description-en: BNF grammar parser
Marpa::R2 parses any language whose grammar can be written in BNF.
That includes recursive grammars, ambiguous grammars, infinitely
ambiguous grammars and grammars with useless or empty productions.
Marpa does both left- and right-recursion in linear time -- in fact if
a grammar is in any class currently in practical use, Marpa will parse
it in linear time.
Package: libmatch-simple-xs-perl
Description-md5: ac60777af50654cf688cc6db008fd8ec
Description-en: XS backend for match::simple
match::simple::XS is a faster XS-based implementation of match::simple.
.
Depending on what sort of matches done, it is likely to be several
times faster. In extreme cases, such as matching a string in an
arrayref, it can be twenty-five times faster, or more. However, where
$that is a single regexp, it's around 30% slower.
.
Overall though, the performance improvement should be worthwhile.
Package: libmath-bigint-gmp-perl
Description-md5: 066a920527fa290e81fb19557e04cb69
Description-en: module for arbitrary precision arithmetic using GMP
Math::BigInt::GMP is a Perl module that uses direct bindings to the GNU
Multiple Precision Arithmetic Library (also known as GMP) to provide a
high-performance drop-in replacement for Math::BigInt.
Package: libmath-cephes-perl
Description-md5: 33f74b69040b2af01ca8a9c8156f7dda
Description-en: perl interface to the math cephes library
Math::Cephes provides an interface to over 150 mathematical functions of the
cephes math library of Stephen Moshier, including trigonometric, hyperbolic,
exponential, logarithmic, Bessel, Gamma, Beta, elliptic integrals,
hypergeometric, distribution functions, etc.
.
Some common constants, such as PI and SQRT2, are also available. As well,
there is support for arithmetic operations for fractions (adding, subtracting,
dividing, multiplying) and also for various functions of complex numbers.
Package: libmath-clipper-perl
Description-md5: 4c4319c75195cfdce8e42f459a056425
Description-en: Perl module for Polygon clipping in 2D
Math::Clipper is a C++ (and Delphi) library that implements polygon
clipping. A Polygon is represented by a reference to an array of 2D
points. A Point is, in turn, represented by a reference to an array
containing two numbers: The X and Y coordinates.
.
Clipper 4.x works with polygons with integer coordinates. Data in
floating point format will need to be scaled appropriately to be
converted to the available integer range before polygons are added to a
clipper object. (Scaling utilities are provided.)
Package: libmath-convexhull-monotonechain-perl
Description-md5: 4bb3e9e975532650819a5c71b6067496
Description-en: Perl module to calculate a convex hull using Andrew's monotone chain algorithm
Math::ConvexHull::MonotoneChain optionally exports a single function
convex_hull which calculates the convex hull of the input points and returns
it. Andrew's monotone chain convex hull algorithm constructs the convex hull
of a set of 2-dimensional points in O(n*log(n)) time.
.
It does so by first sorting the points lexicographically (first by
x-coordinate, and in case of a tie, by y-coordinate), and then constructing
upper and lower hulls of the points in O(n) time. It should be somewhat faster
than a plain Graham's scan (also O(n*log(n))) in practice since it avoids polar
coordinates.
Package: libmath-geometry-voronoi-perl
Description-md5: 1670b594515c36ffe0c0b2987fe145e9
Description-en: Perl module to compute Voronoi diagrams from sets of points
Math::Geometry::Voronoi computes Voronoi diagrams from a set of input points.
This module is a wrapper around a C implementation by Steve Fortune, the
inventor of the algorithm used (Fortune's algorithm), that was further
modified by Derek Bradley.
.
Info on Voronoi diagrams can be found here:
.
http://en.wikipedia.org/wiki/Voronoi_diagram
Package: libmath-gmp-perl
Description-md5: b0166d75f02e02d173a8378095d0c6d9
Description-en: high speed arbitrary size integer math for perl
Math::GMP was designed to be a drop-in replacement both for
Math::BigInt and for regular integer arithmetic. Unlike BigInt,
though, Math::GMP uses the GNU gmp library for all of its
calculations, as opposed to straight Perl functions. This can result
in speed improvements.
.
The downside is that this module is not 100% compatible to Math::BigInt.
Package: libmath-gsl-perl
Description-md5: dfa5018f38b9367956ffa5bb05dd2165
Description-en: interface to the GNU Scientific Library using SWIG
The GNU Scientific Library (GSL) is a numerical library for C
and C++ programmers. It is free software under the GNU General
Public License. Math::GSL uses SWIG to generate Perl bindings to
most GSL functionality.
Package: libmath-int128-perl
Description-md5: 2a019f4b648b1361713d646a0d25920c
Description-en: Perl module to manipulate 128 bits integers
Math::Int128 adds support for 128 bit integers, signed and unsigned, to Perl.
.
The API is comparable to Math::Int64, just s/64/128/g ;-)
.
Besides that, as object allocation and destruction has been found to be a
bottleneck, an alternative set of operations that use their first argument as
the output (instead of the return value) is also provided.
Package: libmath-int64-perl
Description-md5: 48a479a11986fe72a99d21d0aca5da2e
Description-en: module to manipulate 64 bits integers in Perl
Math::Int64 adds support for 64 bit integers, signed and unsigned, to Perl.
Package: libmath-libm-perl
Description-md5: 69a83cda78c6ede5378b89fb84b014b5
Description-en: Perl extension for the C math library, libm
Math::Libm is a translation of the C math.h file. It exports a number of
mathematical constants, like pi and e, and functions such as floor(),
log10() or tan().
Package: libmath-mpfr-perl
Description-md5: 38165fe78d3fd37e178327c59642c415
Description-en: perl interface to the MPFR (floating point) library
Math::MPFR is a bigfloat module utilising the MPFR library. Basically this
module simply wraps the 'mpfr' floating point functions provided by that
library. Operator overloading is also available.
Package: libmath-prime-util-gmp-perl
Description-md5: c652df25ba7baf70f97b9ebaab45379b
Description-en: utilities related to prime numbers, using GMP
Math::Prime::Util::GMP contains a set of utilities related to prime numbers,
using GMP. This includes primality tests, getting primes in a range, and
factoring.
.
While it certainly can be used directly, the main purpose of this module is
for Math::Prime::Util. That module will automatically load this if it is
installed, greatly speeding up many of its operations on big numbers.
.
Inputs and outputs for big numbers are via strings, so you do not need to use
a bigint package in your program. However if you do use bigints, inputs will
be converted internally so there is no need to convert before a call. Output
results are returned as either Perl scalars (for native-size) or strings (for
bigints). Math::Prime::Util tries to reconvert all strings back into the
callers bigint type if possible, which makes it more convenient for
calculations.
Package: libmath-prime-util-perl
Description-md5: bed77692d09193d886c8cb183a6ff27f
Description-en: utilities related to prime numbers, including fast sieves and factoring
Math::Prime::Util is a set of perl utilities related to prime
numbers. These include multiple sieving methods, is_prime,
prime_count, nth_prime, approximations and bounds for the prime_count
and nth prime, next_prime and prev_prime, factoring utilities, and
more.
.
The default sieving and factoring are intended to be (and currently are) the
fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
Math::Factoring, and Math::Primality (when the GMP module is available). For
numbers in the 10-20 digit range, it is often orders of magnitude faster.
Typically it is faster than Math::Pari for 64-bit operations.
.
All operations support both Perl UV's (32-bit or 64-bit) and bignums. It
requires no external software for big number support, as there are Perl
implementations included that solely use Math::BigInt and Math::BigFloat.
However, performance will be improved for most big number functions by
installing Math::Prime::Util::GMP, and is definitely recommended if you do
many bignum operations. Also look into Math::Pari as an alternative.
Package: libmath-random-isaac-xs-perl
Description-md5: 4e5f3245bca4d4bc871c2d1355b32060
Description-en: Perl implementation of the ISAAC PRNG (C/XS Accelerated)
Math::Random::ISAAC::XS implements the same interface as Math::Random::ISAAC
and can be used as a drop-in replacement. This is the recommended version of
the module, based on Bob Jenkins' reference implementation in C as described
in his paper at:
.
If you install this package, then any code that uses Math::Random::ISAAC will
automagically benefit from this faster implementation. Performance increases
are somewhere on the order of 400-500%.
Package: libmath-random-mt-auto-perl
Description-md5: ddc845ad39090215811d6f850a623658
Description-en: Auto-seeded Mersenne Twister PRNGs
The Mersenne Twister is a fast pseudorandom number generator (PRNG) that is
capable of providing large volumes (> 10^6004) of "high quality" pseudorandom
data to applications that may exhaust available "truly" random data sources
or system-provided PRNGs such as rand|perlfunc/"rand".
.
Math::Random::MT::Auto provides PRNGs that are based on the Mersenne Twister.
There is a functional interface to a single, standalone PRNG, and an OO
interface (based on the inside-out object model as implemented by the
Object::InsideOut module) for generating multiple PRNG objects. The PRNGs are
normally self-seeding, automatically acquiring a (19968-bit) random seed from
user-selectable sources. (Manual seeding is optionally available.)
Package: libmath-random-mt-perl
Description-md5: ebdfc64a41c3239a7ebb6bee6083379e
Description-en: Perl implementation of the Mersenne Twister algorithm
Math::Random::MT provides an implementation of the Mersenne Twister
pseudorandom number generator algorithm developed by Makoto Matsumoto
and Takuji Nishimura.
.
It is related to but a different algorithm than a previous work by
the same authors - the TT800 algorithm, which keeps less state data
(MT uses 624 numbers compared to TT800's 25). Consequently, the
period is much larger - 2^19937-1 compared to TT800's 2^800-1. For
comparison, ISAAC's period is 2^8295 values on average.
.
For more information, peruse M. Matsumoto and T. Nishimura's paper:
.
Package: libmath-random-tt800-perl
Description-md5: b9f910f9c5a8eb0e1b8fad9817bc6d49
Description-en: Perl module implementing the TT800 algorithm
Math::Random::TT800 provides an implementation of Makoto Matsumoto and Takuji
Nishimura's pseudorandom number generator (PRNG) algorithm called TT800. It is
similar to some other fantastic PRNG algorithms such as the Mersenne Twister
(see libmath-random-mt-perl) and ISAAC (see libmath-random-isaac-perl). This
particular implementation is particularly notable because it has no external
dependencies aside from Perl itself.
.
The algorithm itself is described in Matsumoto's article published in ACM
Transactions on Modelling and Computer Simulation, Volume 4, Issue 3, 1994,
pages 254-266.
.
This algorithm is similar to the Mersenne Twister algorithm but uses a smaller
array to hold state information (25 elements compared to MT's 624).
Consequently, the period is much smaller - 2^800-1 versus MT's 2^19937-1.
The period of ISAAC is 2^8295 values on average.
Package: libmath-tamuanova-perl
Description-md5: 49953e3281393d05801261caebe4bf5c
Description-en: Perl extension for the tamuanova library
Math::TamuAnova allows you to use the tamu-anova library from perl programs.
.
TAMU ANOVA is a C library that allows one to compute both single and two
factor ANOVA (Analysis of Variance).
Package: libmath-vector-real-xs-perl
Description-md5: c188906c2f90ee7201ae83aa01f66962
Description-en: Perl module for real vector arithmetic in fast XS
Math::Vector::Real::XS reimplements most of the functions in
Math::Vector::Real in XS for a great performance boost.
.
Once this module is installed, Math::Vector::Real will load and use it
automatically.
Package: libmaus2-2
Description-md5: 7b52f6dbc57ca0d2e08c74363898d9fd
Description-en: collection of data structures and algorithms for biobambam
Libmaus2 is a collection of data structures and algorithms. It contains
.
* I/O classes (single byte and UTF-8)
* bitio classes (input, output and various forms of bit level manipulation)
* text indexing classes (suffix and LCP array, fulltext and minute (FM), ...)
* BAM sequence alignment files input/output (simple and collating)
.
and many lower level support classes.
Package: libmaus2-dev
Description-md5: 5985b8355d85114b571b6940b393017d
Description-en: collection of data structures and algorithms for biobambam (devel)
Libmaus2 is a collection of data structures and algorithms. It contains
.
* I/O classes (single byte and UTF-8)
* bitio classes (input, output and various forms of bit level manipulation)
* text indexing classes (suffix and LCP array, fulltext and minute (FM), ...)
* BAM sequence alignment files input/output (simple and collating)
.
and many lower level support classes.
.
This package contains header files and static libraries.
Package: libmaxmind-db-reader-xs-perl
Description-md5: 8a239b28dd462f36a5fdc2a931e2814e
Description-en: fast XS implementation of the MaxMind DB reader
MaxMind::DB::Reader::XS is an implementation of the MaxMind::DB::Reader
API using XS to link against the libmaxminddb library. This is much
faster than the Pure Perl implementation: the speedup is typically by a
factor of 50-100. Simply installing this package is enough to have
MaxMind::DB::Reader automatically load it.
Package: libmaxmind-db-writer-perl
Description-md5: 62901e5f5cedb976f3bae29e03e1da2c
Description-en: module to create MaxMind DB database files
This distribution contains the code necessary to write MaxMind DB database
files. See MaxMind::DB::Writer::Tree for API docs.
.
Upstream deprecation notice:
This code is no longer maintained. We recommend using the Go mmdbwriter
package (https://github.com/maxmind/mmdbwriter) to write MMDB files.
Package: libmceliece-dev
Description-md5: 842b57d22b3b93fc11c46819a701b69a
Description-en: Classic McEliece microlibrary - development files
libmceliece is a Classic McEliece microlibrary.
libmceliece has a very simple stateless API based on the SUPERCOP API,
with wire-format inputs and outputs, providing functions that directly match
the KEM operations provided by Classic McEliece, such as functions
.
mceliece6960119_keypair
mceliece6960119_enc
mceliece6960119_dec
for the mceliece6960119 KEM.
.
Internally, libmceliece is based on the official Classic McEliece software,
specifically the vec implementation (designed to work portably across CPUs) and
he avx implementation (designed for higher performance on Intel/AMD CPUs with
AVX2 instructions). libmceliece includes automatic run-time selection
of implementations.
.
libmceliece is intended to be called by larger multi-function libraries
(such as traditional cryptographic libraries), including libraries in other
languages via FFI. The idea is that libmceliece takes responsibility for
the details of Classic McEliece computation, including optimization,
timing-attack protection, and (in ongoing work) verification,
freeing up the calling libraries to concentrate on application-specific
needs such as protocol integration. Applications can also call libmceliece
directly.
.
Development files.
Package: libmceliece1
Description-md5: 84486f605dd26a0b1186adc19b8ad83e
Description-en: Classic McEliece microlibrary - shared library
libmceliece is a Classic McEliece microlibrary.
libmceliece has a very simple stateless API based on the SUPERCOP API,
with wire-format inputs and outputs, providing functions that directly match
the KEM operations provided by Classic McEliece, such as functions
.
mceliece6960119_keypair
mceliece6960119_enc
mceliece6960119_dec
for the mceliece6960119 KEM.
.
Internally, libmceliece is based on the official Classic McEliece software,
specifically the vec implementation (designed to work portably across CPUs) and
he avx implementation (designed for higher performance on Intel/AMD CPUs with
AVX2 instructions). libmceliece includes automatic run-time selection
of implementations.
.
libmceliece is intended to be called by larger multi-function libraries
(such as traditional cryptographic libraries), including libraries in other
languages via FFI. The idea is that libmceliece takes responsibility for
the details of Classic McEliece computation, including optimization,
timing-attack protection, and (in ongoing work) verification,
freeing up the calling libraries to concentrate on application-specific
needs such as protocol integration. Applications can also call libmceliece
directly.
.
Shared library.
Package: libmdb3t64
Description-md5: 4662ebd8f8175e8d1b5b5b1a82a207cc
Description-en: Core library for accessing JET / MS Access (MDB) files
Core library for accessing JET / MS Access database (MDB) files
programmatically.
.
Allows one to use MDB files with PHP for example.
Package: libmdbsql3t64
Description-md5: 4631d1cf31db9c8b0dbb06584f110982
Description-en: mdbtools SQL library
Libraries built on libmdb to provide a SQL engine for reading
JET / MS Access database (MDB) files.
.
See mdb-sql util in mdbtools package.
Package: libmecab-java
Description-md5: 0da229f287ef0947feed6981190e91a9
Description-en: mecab binding for Java - java classes
Mecab is a Japanese morphological analysis system.
.
libmecab-java is built for Java.
Package: libmecab-jni
Description-md5: d366666b4b4d1ade8cced89e04dc2f81
Description-en: mecab binding for Java - native interface
Mecab is a Japanese morphological analysis system.
.
libmecab-jni is built for Java.
Package: libmecab-perl
Description-md5: ca50e133dc90548b12d8092a7b91fd55
Description-en: Mecab binding for Perl
Mecab is a Japanese morphological analysis system.
.
libmecab-perl is its binding for Perl.
Package: libmedia-scan-perl
Description-md5: ab79cdf8bb192b50683c48652add596e
Description-en: module for reading metadata from multi-media files
Media::Scan is a Perl module to:
* Scan a file tree for media files
* Generate audio, video, and image thumbnails at scan-time.
* Determine DLNA profile information during scanning
Package: libmediascan-dev
Description-md5: e385c4d3bb5eb9a3e328187359503f86
Description-en: libmediascan development files
libmediascan is a library to:
* Scan a file tree for media files
* Generate audio, video, and image thumbnails at scan-time.
* Determine DLNA profile information during scanning
.
This package contains the development files
Package: libmediascan0t64
Description-md5: b52013d16f245188456e096c0ebc9137
Description-en: library for reading metadata from multi-media files
libmediascan is a library to:
* Scan a file tree for media files
* Generate audio, video, and image thumbnails at scan-time.
* Determine DLNA profile information during scanning
Package: libmemcached-libmemcached-perl
Description-md5: 379264443df279bb58fb67608d8b1ad2
Description-en: thin, fast, full interface to the libmemcached client API
Memcached::libmemcached is a very thin, highly efficient, wrapper around the
libmemcached library. It's implemented almost entirely in C.
.
It gives full access to the rich functionality offered by libmemcached.
libmemcached is fast, light on memory usage, thread safe, and provide full
access to server side methods.
.
- Synchronous and Asynchronous support.
.
- TCP and Unix Socket protocols.
.
- A half dozen or so different hash algorithms.
.
- Implementations of the new cas, replace, and append operators.
.
- Man pages written up on entire API.
.
- Implements both modulo and consistent hashing solutions.
Package: libmeta-perl
Description-md5: bc544ecf2bc93ea010e4b523c8e5a84b
Description-en: meta-programming API
This package provides an API for metaprogramming; that is, allowing code to
inspect or manipulate parts of its own program structure. Parts of the perl
interpreter itself can be accessed by means of "meta"-objects provided by
this package. Methods on these objects allow inspection of details, as well
as creating new items or removing existing ones.
.
The intention of this API is to provide a nicer replacement for existing
tricks such as no strict 'refs' and using globrefs, and also to be a more
consistent place to add new abilities, such as more APIs for inspection and
alteration of internal structures, metaprogramming around the new 'class'
feature, and other such uses.
.
meta should be considered experimental; no API stability guarantees are made
at this time. Behaviour may be added, altered, or removed in later versions.
Package: libmidi-alsa-perl
Description-md5: 46cb7a6d0cb9a8a59969683fc4b99567
Description-en: Perl interface to the ALSA library
MIDI::ALSA offers a Perl interface to the ALSA library.
It also offers some functions to translate events from and to the event
format used in the MIDI-Perl module (packaged as libmidi-perl).
.
Nothing is exported by default, but all the functions and constants can be
exported, e.g.:
.
use MIDI::ALSA(client, connectfrom, connectto, id, input, output);
use MIDI::ALSA(':CONSTS');
Package: libmime-explode-perl
Description-md5: 0a007f260cf8e89cc519d89afe13fea0
Description-en: Perl extension to explode MIME messages
MIME::Explode is a Perl module for parsing and decoding single or multipart
MIME messages, and outputting its decoded components to a given directory.
The module is designed to allows users to extract the attached files
out of a MIME encoded email messages or mailboxes.
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-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: libmoose-perl
Description-md5: cdb749f6802d04685cc71b5a7f9a5c87
Description-en: modern Perl object system framework
Moose is an extension of the Perl 5 object system. The main goal of Moose is to
make Perl 5 Object Oriented programming easier, more consistent, and less
tedious. With Moose you can think more about what you want to do and less about
the mechanics of OOP.
.
Additionally, Moose is built on top of Class::MOP, which is a metaclass system
for Perl 5. This means that Moose not only makes building normal Perl 5 objects
better, but it provides the power of metaclass programming as well.
.
Moose also conveniently manages all attributes (including inherited ones) that
are defined, but also provides facilities for properly initializing instance
slots, setting defaults where appropriate and performing any necessary type
constraint checking or coercion.
.
More details about the structure of Moose as well as its features can be found
in the ever-expanding Moose::Cookbook document.
Package: libmoosex-role-withoverloading-perl
Description-md5: e64b01a9b1f222e4a9f6a351de828b8f
Description-en: Moose extension for roles that support overloading
MooseX::Role::WithOverloading allows you to write a Moose::Role which defines
overloaded operators and allows those operator overloadings to be composed
into the classes/roles/instances it's compiled to, while plain Moose::Roles
would lose the overloading.
Package: libmozilla-ldap-perl
Description-md5: 3cf9ec3d62768dbea7871eb72e032165
Description-en: LDAP Perl module for the OpenLDAP C SDK
This package consists of set of modules to communicate with LDAP
(Lightweight Directory Access Protocol) directory servers.
It is made up of two parts: an interface to the OpenLDAP C SDK API,
and a set of Object Oriented Perl classes.
Package: libmsgcat-perl
Description-md5: 1cca3614d4f7702026ec6658d4f094e7
Description-en: perl module to access XPG4 message catalog functions
Locale::Msgcat is a small perl module for systems which support the XPG4
message catalog functions : catopen(3), catgets(3) and catclose(3).
.
The module can be used to internationalize a perl program. Messages
inside a catalog are identified by integers (unlike gettext which uses the
English string as identifier).
Package: libmulticobex1-dev
Description-md5: fc557dab11a648bd7bc0ae7a690c4a50
Description-en: multi-protocol cable OBEX library - development files
This library add support for making use of several ways to use OBEX
over serial lines. Phones from several vendors are supported.
.
This package contains the development files.
Package: libmulticobex1t64
Description-md5: 3babf24a5b7263db42a893bdebe1a3d5
Description-en: multi-protocol cable OBEX library
This library add support for making use of several ways to use OBEX
over serial lines. Phones from several vendors are supported.
.
This package contains the runtime library.
Package: libmultidimensional-perl
Description-md5: f50272f01a5c6a0c8af9b5d7d30aefa3
Description-en: Perl pragma to disable multidimensional array emulation
Perl's multidimensional array emulation stems from the days before the
language had references, but these days it mostly serves to bite you
when you typo a hash slice by using the $ sigil instead of @.
.
This module lexically makes using multidimensional array emulation a
fatal error at compile time. To enable it, simply say
.
no multidimensional;
.
at the beginning of your script.
Package: libmusicbrainz-discid-perl
Description-md5: 966458e4e1d35cd0eac72eae86e4a632
Description-en: Perl interface to the MusicBrainz libdiscid library
MusicBrainz::DiscID is a Perl interface to the MusicBrainz libdiscid library.
It is useful for calculating a MusicBrainz DiscID from an audio compact disc
in the drive. The coding style differs slightly from the C library as this
module supports Perl's Object-Oriented programming features.
Package: libnanomsg-raw-perl
Description-md5: 8b91ee3f4a866b12f88583e1e7d3872f
Description-en: low-level interface to nanomsg for Perl
NanoMsg::Raw is a binding directly to the underlying nanomsg C library.
It is intended to provide a very low-level and manual interface; it does
not provide a convenient high-level API, integration with event loops,
or any other abstractions.
Package: libncarg-bin
Description-md5: f8affe674e63c9363c21bae99542a011
Description-en: NCAR command-language library - development tools
This package provides development tools for developing applications of the
NCARG command library, such as wrappers for compilation of NCL executables.
Package: libncarg-data
Description-md5: b77afafcc6bb70406642ac66445db160
Description-en: NCAR command-language library - Data
NCAR Command Language library used by NCAR. This package contains data such
as colormaps, fonts and map data that is used by the ncarg library.
Package: libncarg-dev
Description-md5: 9c9148628e6b5c148812518160386ff6
Description-en: Development files for the NCAR command language library
ncarg is the NCAR command-language.
Package: libncarg0t64
Description-md5: 848c564cd2a3d341bcecdb0eb6060b5d
Description-en: NCAR command-language library
NCAR Command Language library used by NCAR binaries and tools.
Package: libnet-arp-perl
Description-md5: 317356f0268017ecdd742d2a7d4a5cba
Description-en: module to create ARP packets and lookup for ARP information
Net::ARP module allows for creating arbitrary ARP packages from within
your Perl code, as well as for looking up the ARP information for
machines in your local network.
Package: libnet-bluetooth-perl
Description-md5: 740230cefde068844b7a297be8ee5003
Description-en: Perl interface to Bluetooth libraries
Net::Bluetooth works with the BlueZ libraries as well as with Microsoft
Windows. It allows developers to manage Bluetooth features such as device
and services discovery, RFCOMM connections and other Bluetooth functions.
Package: libnet-cups-perl
Description-md5: 225566ef494863fc1afa19a899b8080f
Description-en: Perl module for printing through CUPS
Net::CUPS is a Perl module that provides an object-oriented interface to the
Common Unix Printing System (CUPS). It supports retrieving information such
as names of all configured printers, authenticating with username/password
credentials, and various other utilities for manipulating the CUPS daemon.
Package: libnet-dbus-glib-perl
Description-md5: e564872240debae7373f717509575e6b
Description-en: extension for the DBus GLib bindings
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module.
Package: libnet-dns-native-perl
Description-md5: 43ec59a2097c1beccabedc4c45314eb8
Description-en: non-blocking system DNS resolver
Net::DNS::Native provides several methods for host name resolution.
It is designed to be used with event loops. All resolving are done by
getaddrinfo(3) implemented in your system library. Since getaddrinfo()
is blocking function and this class doesn't want to block, calls to
this function will be done in separate thread. This class uses system
native threads and not perl threads. So overhead shouldn't be too big.
Package: libnet-dns-resolver-unbound-perl
Description-md5: 01405251003f6cefadab8796952542ca
Description-en: Net::DNS resolver based on libunbound
Net::DNS::Resolver::Unbound is designed as an extension to an existing
Net::DNS installation which facilitates DNS(SEC) name resolution using the
libunbound library.
.
Net::DNS::Resolver::Unbound replaces the resolver send() and bgsend()
functionality in the Net::DNS::Resolver::Base implementation.
Package: libnet-freedb-perl
Description-md5: 97aed50209e0c43e0e4a0e0e338a0d69
Description-en: Perl interface to freedb servers
Net::FreeDB was inspired by Net::CDDB. And in-fact was designed as a
replacement in-part by Net::CDDB's author Jeremy D. Zawodny. Net::FreeDB
provides an OOP interface to the FreeDB servers as well as some basic
CDROM functionality like determining disc ids, track offsets, etc.
Package: libnet-idn-encode-perl
Description-md5: 95ed4482037b5404760a3b70d4463646
Description-en: Internationalizing Domain Names in Applications (IDNA)
Net::IDN::Encode provides an easy-to-use interface to encode and decode
Internationalized Domain Names (IDNs).
.
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today
(letter-digit-hypen, /[A-Z0-9-]/i).
Package: libnet-interface-perl
Description-md5: 49732a004849c228b21aa9ced3dab18e
Description-en: Perl module for manipulating host network interfaces
Net::Interface is a module that allows access to the host network interfaces
in a manner similar to ifconfig(8). Version 1.00 is a complete re-write and
includes support for IPV6 as well as the traditional IPV4.
.
Both read and write access to network device attributes including the
creation of new logical and physical interfaces is available where supported
by the OS and this module.
.
NOTE: Many of the operations of Net::Interface, particularly those that set
interface values require privileged access to OS resources. Wherever possible,
Net::Interface will simply fail softly when there are not adequateprivileges
to perform the requested operation or where the operation is not supported.
Package: libnet-ip-xs-perl
Description-md5: 14c3e0671a7d2f45864553d6f4aa3d30
Description-en: Perl extension for manipulating IPv4/IPv6 addresses (XS)
Net::IP::XS is a XS (C) implementation of Net::IP (libnet-ip-perl in
Debian) that provides functions to deal with IPv4/IPv6 addresses.
.
The module can be used as a class, allowing the user to instantiate
IP objects, which can be single IP addresses, prefixes, or ranges of
addresses. There is also a procedural way of accessing most of the
functions. Most subroutines can take either IPv4 or IPv6 addresses
transparently.
Package: libnet-jabber-loudmouth-perl
Description-md5: 39039da1c5d891b084066f89d455343b
Description-en: Perl interface for the loudmouth jabber library
Net::Jabber::Loudmouth is a perl interface for libloudmouth, Lightweight C
Jabber library. It allows you to do the same stuff with Net::Jabber, but with a
nicer interface and much faster, because most of the code is written in C.
Package: libnet-kafka-perl
Description-md5: d7d1647be53f6b586526ce13d38170e5
Description-en: Perl client for Apache Kafka
Net::Kafka provides Perl bindings to the librdkafka C client library.
.
Includes modules:
* Net::Kafka::Producer - asynchronous producer interface
* Net::Kafka::Consumer - consumer interface
Package: libnet-ldapapi-perl
Description-md5: 770aa5e273f9a7a2ceafb5dcd378c923
Description-en: Perl bindings for OpenLDAP C API
Net::LDAPapi provides a Perl interface to the OpenLDAP C libraries.
Both the original "C API" and new "Perl OO" style interface methods
are supported. This module differs from Net::LDAP in that it
uses C bindings to achieve significant performance improvements.
Package: libnet-ldns-perl
Description-md5: f363f4cc0281b1b756922b7bcfc7b674
Description-en: Perl wrapper for the ldns DNS library
The goal of ldns is to simplify DNS programming, it supports recent RFCs
like the DNSSEC documents, and allows developers to easily create software
conforming to current RFCs, and experimental software for current Internet
Drafts.
.
Net::LDNS is a Perl wrapper for ldns library.
Package: libnet-libdnet-perl
Description-md5: a4de6a5ddc3fd70dfae59f99d0d9bead
Description-en: interface to libdumbnet's low-level network functions
Net::Libdnet is a Perl module that provides a simple and portable interface
to many useful low-level networking routines. Its functionality includes
network address manipulation, kernel ARP cache and route table manipulation,
firewalling, network interface manipulation, network traffic interception via
tunnel interfaces, and raw IP packet/Ethernet frame transmission.
.
This module is intended to complement functionality provided by libpcap. For
historical reasons, Dug Song's libdnet is called libdumbnet on Debian.
Package: libnet-libidn2-perl
Description-md5: be3c0d8076882a293a0b31bfbf03e161
Description-en: Perl bindings for GNU Libidn2
Net::LibIDN2 provides bindings for GNU Libidn2, a C library for handling
internationalized domain names based on IDNA 2008, Punycode and TR46.
Package: libnet-nis-perl
Description-md5: 4a19626df50e240a383efa2387cc5d50
Description-en: Interface to Sun's Network Information Service
This is a snapshot release of the NIS interface to Perl 5. There are
three parts to the interface: the raw component (Net::NIS), the object-
oriented component (Net::NIS::Table), and the tied interface (Net::NIS)
Package: libnet-oping-perl
Description-md5: c5e4a15fe5509f3c0ede9fec40e2e8b2
Description-en: module for ICMP latency measurement
Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
"ping packets") and measuring the time that elapses until the reception of an
ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
hosts in parallel using IPv4 or IPv6 transparently.
Package: libnet-pcap-perl
Description-md5: fdb1a5ec4649c04fab47840f892c83c3
Description-en: Perl binding to the LBL pcap packet capture library
Net::Pcap allows the user to interface with the LBL pcap(3) library.
Libpcap describes itself as "a system-independent interface for user-level
packet capture. Libpcap provides a portable framework for low-level network
monitoring." This modules gives a program the ability to capture data from a
network interface in a similar way tcpdump does.
Package: libnet-prometheus-perl
Description-md5: 04784b3b0dfd04eeedc5c78dc85e294d
Description-en: module to export monitoring metrics for Prometheus
Net::Prometheus provides the ability for a program to collect monitoring
metrics and export them to the Prometheus.io monitoring server.
.
As Prometheus will expect to collect the metrics by making an HTTP request,
facilities are provided to yield a PSGI application that the containing
program can embed in its own structure to provide the results, or the
application can generate a plain-text result directly and serve them by its
own means.
Package: libnet-rawip-perl
Description-md5: cd44a21db2baa31d8ddc1874b5d29721
Description-en: Perl interface to lowlevel TCP/IP
Net::RawIP gives you the ability to create and manipulate arbitrary IP
packages and fiddle around with every bit in the protocol header.
.
This module is useful if you want to implement a "traceroute" or "ping" in
PERL or you just want to learn about TCP/IP protocol suite but are afraid of
the C language.
Package: libnet-remctl-perl
Description-md5: 5826a5390f82b8a624cf57cb3bd4ffa1
Description-en: Perl client for Kerberos-authenticated command execution
Contains the Net::Remctl Perl library, which provides native Perl
bindings for the libremctl client library. Also contains the
Net::Remctl::Backend module, which assists in writing remctl backends in
Perl.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: libnet-ssh2-perl
Description-md5: 3ea5531d51cdeb379015a8d9804127d6
Description-en: Perl module for the SSH 2 protocol
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
library. It supports the SSH2 protocol (there is no support for SSH1) with
all of the key exchanges, ciphers, and compression of libssh2.
Package: libnet-tclink-perl
Description-md5: 6665b14c513cf4edf1184e540996fd28
Description-en: Perl interface to the TrustCommerce payment gateway
Net::TCLink is a module that allows for fast, secure, reliable credit
card and check transactions via the TrustCommerce IP gateway. The
module consists of a single function call that accepts a hash that
describes the requested transaction and returns a map that describes the
result.
Package: libnet-z3950-simpleserver-perl
Description-md5: 703ef8791f8c832495e0ac84bf7c2609
Description-en: simple perl API for building Z39.50 servers
The Net::Z3950::SimpleServer module is a tool for constructing Z39.50
"Information Retrieval" servers in Perl. The module is easy to use, but it does
help to have an understanding of the Z39.50 query structure and the
construction of structured retrieval records.
.
Z39.50 is a network protocol for searching remote databases and
retrieving the results in the form of structured "records". It is widely
used in libraries around the world, as well as in the US Federal Government.
In addition, it is generally useful whenever you wish to integrate a number
of different database systems around a shared, asbtract data model.
.
The model of the module is simple: It implements a "generic" Z39.50
server, which invokes callback functions supplied by you to search
for content in your database. You can use any tools available in
Perl to supply the content, including modules like DBI and
WWW::Search.
.
The server will take care of managing the network connections for
you, and it will spawn a new process (or thread, in some
environments) whenever a new connection is received.
Package: libnet-z3950-zoom-perl
Description-md5: 96c6a6386b727d2e1fd99cf274e06106
Description-en: Perl extension implementing the ZOOM API for Information Retrieval via Z39.50
Net::Z3950::ZOOM provides a nice, Perlish implementation of the ZOOM
Abstract API described and documented at http://zoom.z3950.org/api/
.
The ZOOM module is implemented as a set of thin classes on top of the
non-OO functions provided by this distribution's Net::Z3950::ZOOM module,
which in turn is a thin layer on top of the ZOOM-C code supplied as part of
Index Data's YAZ Toolkit. Because ZOOM-C is also the underlying code that
implements ZOOM bindings in C++, Visual Basic, Scheme, Ruby, .NET
(including C#) and other languages, this Perl module works compatibly with
those other implementations. (Of course, the point of a public API such as
ZOOM is that all implementations should be compatible anyway; but knowing
that the same code is running is reassuring.)
Package: libnetsnmptrapd40t64
Description-md5: da6a8feb8243410498d5be17f4bc4c36
Description-en: SNMP (Simple Network Management Protocol) trap library
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
and clients.
.
The Net-SNMP trap library contains functions for receiving SNMP
trap and inform messages.
Package: libnginx-mod-http-geoip
Description-md5: b9336eed4064843a4bc5981a2d63799f
Description-en: GeoIP HTTP module for Nginx
The ngx_http_geoip module creates variables with values depending on the
client IP address, using the precompiled MaxMind databases.
.
Those variables include country, region, city, latitude, longitude, postal
code, etc.
Package: libnginx-mod-http-perl
Description-md5: e53a1df1937247757c6e3b6896311998
Description-en: Perl module for Nginx
Embed Perl runtime into nginx.
.
The ngx_http_perl module is used to implement location and variable handlers
in Perl and insert Perl calls into SSI.
.
Note that this module is marked experimental.
Package: libnginx-mod-stream-geoip
Description-md5: 39b7da5ef1607467992a06519853ebe5
Description-en: GeoIP Stream module for Nginx
The ngx_stream_geoip module creates variables with values depending on the
client IP address, using the precompiled MaxMind databases.
.
Those variables include country, region, city, latitude, longitude, postal
code, etc.
Package: libnkf-perl
Description-md5: 71f779ea25617dfda560775b4a8c0628
Description-en: Network Kanji code conversion Filter for Perl
libnkf-perl will let you use the nkf (Network Kanji code conversion
filter) as NKF.pm from Perl programs.
Package: libobexftp-perl
Description-md5: eb467b77a7a5c4c90b4b96ed81eb9621
Description-en: perl binding to the object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the binding for the Perl programming language.
Package: libobexftp0-dev
Description-md5: 445e4aea9a4954325a2cc4bacf4c0c59
Description-en: object exchange file transfer library - development files
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the development files.
Package: libobexftp0t64
Description-md5: 3f630006616157ef1d82f6e3b75bdfd0
Description-en: object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the runtime library.
Package: libobject-pad-classattr-struct-perl
Description-md5: 79854b84bd7e18aa26071593a188c40d
Description-en: declare an Object::Pad class to be struct-like
Object::Pad::ClassAttr::Struct provides
a third-party class attribute for Object::Pad-based classes,
which applies some attributes automatically
to every slot added to the class,
as a convenient shortcut for making structure-like classes.
.
Object::Pad provides a simple syntax for creating object classes,
which uses private variables that look like lexicals
as object member fields.
Package: libobject-pad-fieldattr-final-perl
Description-md5: 8bcff6f97d9b9135654cae65b595bc9e
Description-en: declare Object::Pad fields read-only after construction
Object::Pad::FieldAttr::Final provides a third-party field attribute for
Object::Pad-based classes, which declares that the field it is attached to
shall be set as read-only when the constructor returns, disallowing further
modification to it.
.
WARNING The ability for Object::Pad to take third-party field attributes is
still new and highly experimental, and subject to much API change in future.
As a result, this module should be considered equally experimental.
.
This package is a replacement for libobject-pad-slotattr-final-perl following
the renaming and deprecation of Object::Pad::SlotAttr::Final upstream.
Package: libobject-pad-fieldattr-isa-perl
Description-md5: 552bc4f5ac47627bdee48f4c5196331f
Description-en: apply class type constraints to Object::Pad fields
Object::Pad::FieldAttr::Isa provides a third-party field attribute for
Object::Pad-based classes, which declares that values assigned to the field
must conform to a given object type.
.
WARNING The ability for Object::Pad to take third-party field attributes is
still new and highly experimental, and subject to much API change in future.
As a result, this module should be considered equally experimental.
.
This package is a replacement for libobject-pad-slotattr-isa following
the renaming and deprecation of Object::Pad::SlotAttr::Isa upstream.
Package: libobject-pad-fieldattr-lazyinit-perl
Description-md5: 5567a2b88babeb69b28e8ad5bb47bd7a
Description-en: lazily initialise Object::Pad fields at first read
Object::Pad::FieldAttr::LazyInit provides a third-party field attribute for
Object::Pad-based classes, which declares that the field it is attached to
has a lazy initialisation method, which will be called the first time the
field's value is read from.
.
WARNING The ability for Object::Pad to take third-party field attributes is
still new and highly experimental, and subject to much API change in future.
As a result, this module should be considered equally experimental.
.
This package is a replacement for libobject-pad-slotattr-lazyinit-perl
following the renaming and deprecation of Object::Pad::SlotAttr::LazyInit
upstream.
Package: libobject-pad-fieldattr-trigger-perl
Description-md5: cac3b3221e9536b6384bea918837043d
Description-en: invoke an instance method after a :writer accessor
Object::Pad::FieldAttr::Trigger provides a third-party field attribute for
Object::Pad-based classes, which declares that a named instance method shall
be invoked after a generated :writer accessor method is called.
.
WARNING The ability for Object::Pad to take third-party field attributes is
still new and highly experimental, and subject to much API change in future.
As a result, this module should be considered equally experimental.
.
This package is a replacement for libobject-pad-slotattr-trigger-perl following
the renaming and deprecation of Object::Pad::SlotAttr::Trigger upstream.
Package: libogg-vorbis-decoder-perl
Description-md5: 0affa8304ecd77f33d6a5cf503b197a4
Description-en: module for decoding Ogg Vorbis streams
Ogg::Vorbis::Decoder is a Perl module for decoding Ogg Vorbis files, based on
the Vorbisfile interface (see libvorbis-dev for details). It can read data in
Pulse-code Modulation (PCM) format from a file or stream, seek by raw bytes,
PCM samples, or time.
Package: libois-perl
Description-md5: 684c304a575bbaba56b19263d1f68010
Description-en: Perl binding for the OIS C++ input framework
This is a Perl binding for OIS, Object-Oriented Input System, a crossplatform
C++ input framework, found at . It is
made so that Ogre () can be useful,
but there might be uses outside of Ogre.
.
The wrapping isn't really complete at the moment.
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: libomp5-20
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: libopenbabel-dev
Description-md5: 4f0a32197b42c191862bd6c662f5887a
Description-en: Chemical toolbox library (development files)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains the static library and the header files.
Package: libopenbabel-doc
Description-md5: 0fab4d74aecda6153f6001ea00c04b00
Description-en: Chemical toolbox library (documentation)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains the library documentation.
Package: libopenbabel7
Description-md5: 9b073686beba43d7febfa498b6b90bf2
Description-en: Chemical toolbox library
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains the shared library.
Package: libopengl-perl
Description-md5: 49fc80d1b2617a3b2a01b30ff7b21ec5
Description-en: Perl interface providing graphics display using OpenGL
OpenGL is a Perl module that provides an interface to most of Open Graphics
Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
Toolkit (GLUT) up to version 3 and provides some additional functionality via
partial support for the Utility Library (GLU). It also provides functionality
to use the X Window System (through X11 and GLX) as an alternative to GLUT.
Package: libopengl-xscreensaver-perl
Description-md5: 3f6c7ed7e94264f614d5b888be2aa182
Description-en: Perl module for writing OpenGL-based XScreenSaver hacks
OpenGL::XScreenSaver allows you to write OpenGL XScreenSaver hacks in Perl.
It prepares the OpenGL library to be used with XScreenSaver.
.
It provides subroutines to support both preview and full screen mode.
Package: libopenscap-dev
Description-md5: f76ac5f81832cc16b9a91ca175461b88
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* 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: afefd8a608446507af6c9196e272f2e5
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains the Perl bindings for OpenSCAP.
Package: libopenscap25t64
Description-md5: ecebc5d478c94b949c076619f53e7919
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains libraries for OpenSCAP.
Package: liboping-dev
Description-md5: a26f6bd523cb990b2a189d424ccc838a
Description-en: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
liboping features pinging multiple hosts in parallel using IPv4 or IPv6
transparently. The interface is object oriented.
.
This package contains the header files, the static library and the manpages.
Package: liboping0
Description-md5: d2f37fbfb9564fb0ca5231e5a1530efc
Description-en: C/C++ library to generate ICMP ECHO_REQUESTs
liboping features pinging multiple hosts in parallel using IPv4 or IPv6
transparently. The interface is object oriented.
.
This package contains the shared library.
Package: libopm-simulators
Description-md5: 56e1acedd6234c496183c4235f53d8b5
Description-en: Open porous media / reservoir simulators -- library
The Open Porous Media (OPM) software suite provides libraries and
tools for modeling and simulation of porous media processes, especially
for simulating CO2 sequestration and improved and enhanced oil recovery.
.
opm-simulators provides a research (ebos) and a production (flow) fully
implicit black-oil simulators, supporting one to three phases and
supporting solvent and polymer options. It uses cell centered finite
volume schemes with two point flux approximation and automatic
differentiation for the discretization and uses state of the art linear
and nonlinear solvers. It supports standard and multi segment well
models and reading and writing file in Eclipse format, a very common
format used in the oil reservoir simulation community.
.
Package provides the library used by the research (ebos) and production
(flow) fully implicit black-oil simulators.
Package: libopm-simulators-bin
Description-md5: a53078b54969f0808458867bd6bb2768
Description-en: Parallel porous media / reservoir simulators -- applications
The Open Porous Media (OPM) software suite provides libraries and
tools for modeling and simulation of porous media processes, especially
for simulating CO2 sequestration and improved and enhanced oil recovery.
.
opm-simulators provides a research (ebos) and a production (flow) fully
implicit black-oil simulators, supporting one to three phases and
supporting solvent and polymer options. It uses cell centered finite
volume schemes with two point flux approximation and automatic
differentiation for the discretization and uses state of the art linear
and nonlinear solvers. It supports standard and multi segment well
models and reading and writing file in Eclipse format, a defacto
industry standard in the oil reservoir simulation community.
.
Package provides the simulation programs.
Package: libopm-simulators-dev
Description-md5: 2081827cf2da00f50fdbcc42d393ba35
Description-en: Parallel porous media / reservoir simulators -- development files
The Open Porous Media (OPM) software suite provides libraries and
tools for modeling and simulation of porous media processes, especially
for simulating CO2 sequestration and improved and enhanced oil recovery.
.
opm-simulators provides a research (ebos) and a production (flow) fully
implicit black-oil simulators, supporting one to three phases and
supporting solvent and polymer options. It uses cell centered finite
volume schemes with two point flux approximation and automatic
differentiation for the discretization and uses state of the art linear
and nonlinear solvers. It supports standard and multi segment well
models and reading and writing file in Eclipse format, a very common
format used in the oil reservoir simulation community.
.
Package provides the development files (headers and shared library links).
Package: libopm-simulators-doc
Description-md5: 8b23700b16a9d881dea6ba8c0f73dea2
Description-en: Open porous media / reservoir simulators -- documentation
The Open Porous Media (OPM) software suite provides libraries and
tools for modeling and simulation of porous media processes, especially
for simulating CO2 sequestration and improved and enhanced oil recovery.
.
opm-simulators provides a research (ebos) and a production (flow) fully
implicit black-oil simulators, supporting one to three phases and
supporting solvent and polymer options. It uses cell centered finite
volume schemes with two point flux approximation and automatic
differentiation for the discretization and uses state of the art linear
and nonlinear solvers. It supports standard and multi segment well
models and reading and writing file in Eclipse format, a very common
format used in the oil reservoir simulation community.
.
Package provides documentation of the source code of the simulators.
Package: libossp-uuid-dev
Description-md5: 8278eeff4401aa64e3bd430e83c29f1c
Description-en: OSSP uuid ISO-C and C++ - headers and static libraries
OSSP uuid is a C API and corresponding CLI program for the generation
and analysis of DCE 1.1 and, IETF RFC-9562- compliant Universally Unique
Identifiers (UUIDs). It supports variant 1 UUIDs of versions:
1 (time and node),
3 (name (namespace+data), MD5),
4 (random),
5 (name (namespace+data), SHA-1),
6 (time and node with improved locality),
7 (UNIX time, random data).
Additional API bindings are provided for C++98 (deprecated) and Perl:5.
Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
.
This package contains the development environment for the ossp-uuid library.
Package: libossp-uuid-perl
Description-md5: 5334c37147077376e02b704e70676a77
Description-en: perl OSSP::UUID - OSSP uuid Perl Binding
OSSP uuid is a C API and corresponding CLI program for the generation
and analysis of DCE 1.1 and, IETF RFC-9562- compliant Universally Unique
Identifiers (UUIDs). It supports variant 1 UUIDs of versions:
1 (time and node),
3 (name (namespace+data), MD5),
4 (random),
5 (name (namespace+data), SHA-1),
6 (time and node with improved locality),
7 (UNIX time, random data).
Additional API bindings are provided for C++98 (deprecated) and Perl:5.
Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
.
OSSP::uuid provides two Perl APIs:
.
The OO-style API is a wrapper around the C-style API and intended for
high-level and regular programming.
.
The C-style API is a direct mapping of the OSSP uuid ISO-C API to Perl and
is intended for low-level programming.
.
The Debian package provides also Data::UUID interface so OSSP::uuid can be
used as a replacement for the upstream Perl module.
Package: libossp-uuid16
Description-md5: cd201ae18077b5af84ed59e271398fcc
Description-en: OSSP uuid ISO-C and C++ - shared library
OSSP uuid is a C API and corresponding CLI program for the generation
and analysis of DCE 1.1 and, IETF RFC-9562- compliant Universally Unique
Identifiers (UUIDs). It supports variant 1 UUIDs of versions:
1 (time and node),
3 (name (namespace+data), MD5),
4 (random),
5 (name (namespace+data), SHA-1),
6 (time and node with improved locality),
7 (UNIX time, random data).
Additional API bindings are provided for C++98 (deprecated) and Perl:5.
Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
.
This package contains the shared library.
Package: liboverload-filecheck-perl
Description-md5: ea91f8cf534e83bf7213550bb64e8f5b
Description-en: Perl module that provides a hook system to mock Perl filecheck operations
Overload::FileCheck provides a way to mock one or more file checks. It is also
possible to mock stat/lstat functions using "mock_all_from_stat" and let
Overload::FileCheck mock for you for any other -X checks.
.
By using mock_all_file_checks you can set a hook function to reply any -X
check. You can provide your own pure perl code when performing file checks
using one of the -X ops: -e, -f, -z.
Package: libow-3.2-4t64
Description-md5: 086588cdedbaf6679752df008761ccfe
Description-en: 1-Wire File System full library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ow library that is able to talk directly to 1-wire
buses.
Package: libow-dev
Description-md5: 0e072636a466d69d58972850381be786
Description-en: 1-Wire File System (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes development libraries and C header files.
Package: libow-perl
Description-md5: ffbe6c7b2414f987cd55830f1fd7997d
Description-en: Dallas 1-wire support: Perl5 bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Perl bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow functions from perl code.
Package: libow-php
Description-md5: 69200be8271e801ff2db1ac9c1431b59
Description-en: Dallas 1-wire support: PHP bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
PHP bindings for the OWFS 1-wire support library have been produced
with SWIG and allow access to libow* functions from PHP code.
Package: libow-tcl
Description-md5: ed32ed77cdcf60344ce287030c0864b8
Description-en: Dallas 1-wire support: Tcl bindings
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains Tcl bindings to the OWFS core library (libow),
which is used to access 1-Wire networks
Package: libowcapi-3.2-4t64
Description-md5: 09bdc0ef38656c4bf67d53864ca0c146
Description-en: 1-Wire File System C library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the C API that allows one to talk directly to 1-wire
buses (through the libow library).
Package: libownet-3.2-4t64
Description-md5: 236bfc551d195bb2e90046f9f56c04f5
Description-en: owserver protocol library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes the ownet library that is able to talk to a owserver
in order to get/send 1-wire information.
Package: libownet-dev
Description-md5: 19807df8706d32cd554aab34316b96a6
Description-en: owserver protocol library (development files)
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the development libraries and interfaces
to access a remote owserver.
Package: libownet-perl
Description-md5: 55edf9595fd4beca6841998473d4f506
Description-en: Perl module for accessing 1-wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWNet.pm is a perl module for accessing 1-wire sensors through an owserver.
Package: libownet-php
Description-md5: fad0dc678965e2f501262b816b620bb9
Description-en: Dallas 1-wire support: PHP OWNet library
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
The PHP OWNet library lets you access owserver and allows reading,
writing and listing the 1-wire bus.
Package: libpadwalker-perl
Description-md5: f686c2f2dfe85157f03c0ffade424501
Description-en: module to inspect and manipulate lexical variables
PadWalker is a module that allows you to inspect and even modify lexical
variables in the current "lexical pad stack." Perl tracks which variables
are accessible and visible in each lexical scope by keeping a separate
set of variables for each scope. This module looks for a given variable
by traversing that stack, which allows it to alter anything in the stack,
even variables not normally accessible in the current scope.
.
In practise, this module is useful for checking anything defined in the full
stack of subroutines that called your function, making it extremely useful
for debugging. It is, however, not recommended for use in production code.
Package: libpam-fscrypt
Description-md5: 421164b2c9097f303ec36802927e6dea
Description-en: PAM module for Linux filesystem encryption
fscrypt is a high-level tool for the management of Linux filesystem
encryption. This tool manages metadata, key generation, key wrapping,
PAM integration, and provides a uniform interface for creating and
modifying encrypted directories.
.
This PAM module can be used to unlock one or more directories upon user
login and then lock those directories when the user ends their session.
Package: libpango-perl
Description-md5: fa8d0b39e1ea579624a3f5de632ac556
Description-en: Perl module to layout and render international text
Pango is a library for laying out and rendering text, with an emphasis on
internationalization. Pango can be used anywhere that text layout is needed,
but using Pango in conjunction with Cairo and/or Gtk2 provides a complete
solution with high quality text handling and graphics rendering.
.
This package provides the Perl bindings for the Pango library.
Package: libpar-packer-perl
Description-md5: 5baca5dc69d075a0c228c0179cbfc32e
Description-en: utility for creating PAR archives and stand-alone executables
PAR (Perl Archiving Toolkit) is a Cross-Platform Packaging and Deployment
tool, dubbed as a cross between Java's JAR and Perl2EXE/PerlApp.
.
This package contains the PAR component PAR::Packer, i.e. the modules and
tools necessary for creating PAR archives and stand-alone executables.
Package: libparams-validate-perl
Description-md5: 5e447d8721950161f2c85427a998a5ae
Description-en: Perl module to validate parameters to Perl method/function calls
Params::Validate is a Perl module providing a flexible way to validate method
and function call parameters. The validation can be as simple as checking for
the presence of required parameters, or more complex, like validating object
classes (via isa) or capabilities (via can) and checking parameter types. It
also provides extensibility through customized validation callbacks.
.
The module has been designed to work equally well with positional or named
parameters (via a hash or hash reference) and includes experimental support
for attributes (see Attribute::Params::Validate for details).
Package: libparse-exuberantctags-perl
Description-md5: 348c262871840a113fe67133ce72899b
Description-en: exuberant ctags parser for Perl
Parse::ExuberantCTags parses ctags files and handles both traditional
ctags as well as extended ctags files such as produced with Exuberant
ctags. It does not handle emacs-style "etags" files.
.
The module is implemented as a wrapper around the readtags library
that normally ships with Exuberant ctags. If you do not know what
that is, you are encouraged to have a look at
http://ctags.sourceforge.net/ and look at the exuberant-ctags
package.
Package: libpathplan4
Description-md5: 3b349696750e1cfac5e966e847c18e9c
Description-en: rich set of graph drawing tools - pathplan library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the pathplan library.
Package: libpcp-archive1
Description-md5: 8472461a0f50d2f199343d964b70ac4c
Description-en: Performance Co-Pilot archive writing library
The libpcp-archive package contains the runtime environment required
by an application that creates a Performance Co-Pilot (PCP) archive
suitable for use with the PCP tools.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-archive1-dev
Description-md5: 95199c732ded1d2d113617e665d488f2
Description-en: Performance Co-Pilot archive writing library and headers
The libpcp-archive-dev package contains the library and header files
needed to build an application that creates a Performance Co-Pilot
(PCP) archive suitable for use with the PCP tools.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-gui2
Description-md5: 0c532cae8c91f3daedb8dba326dc6943
Description-en: Performance Co-Pilot graphical client tools library
The libpcp-gui package contains the runtime environment required by any
monitoring tool that makes use of the time control services of pmtime(1).
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-gui2-dev
Description-md5: 532161d48a74ce75e2f12a2215f53ff9
Description-en: Performance Co-Pilot graphical client tools library and headers
The libpcp-gui-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to incorporate graphical time control
(pmtime) into a monitoring application.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-import-perl
Description-md5: 34705d3426a989b6475587a1a373d4b8
Description-en: Performance Co-Pilot log import Perl module
The PCP::LogImport Perl module contains the language bindings for
building Perl applications that import performance data from a file
or real-time source and create a Performance Co-Pilot (PCP) archive
suitable for use with the PCP tools.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-import1
Description-md5: e648caaaab90f7984c64d97d3176ac12
Description-en: Performance Co-Pilot data import library
The libpcp-import package contains the runtime environment required
by an application that imports performance data from a file or
real-time source and creates a Performance Co-Pilot (PCP) archive
suitable for use with the PCP tools.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-import1-dev
Description-md5: 0a8b074356c9afa6d5ed44d808b4ace6
Description-en: Performance Co-Pilot data import library and headers
The libpcp-import-dev package contains the library and header files
needed to build an application that imports performance data from
a file or real-time source and creates a Performance Co-Pilot (PCP)
archive suitable for use with the PCP tools.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-logsummary-perl
Description-md5: 71f56b1f4ee6cee801c1773c942736ad
Description-en: Performance Co-Pilot historical log summary module
The PCP::LogSummary module provides a Perl module for using the
statistical summary data produced by the Performance Co-Pilot
pmlogsummary utility. This utility produces various averages,
minima, maxima, and other calculations based on the performance
data stored in a PCP archive. The Perl interface is ideal for
exporting this data into third-party tools (e.g. spreadsheets).
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-mmv-perl
Description-md5: 0c3176c480fb3ffbbd98fad52c9abd59
Description-en: Performance Co-Pilot Memory Mapped Value Perl module
The PCP::MMV module contains the Perl language bindings for
building scripts instrumented with the Performance Co-Pilot
(PCP) Memory Mapped Value (MMV) mechanism.
.
This mechanism allows arbitrary values to be exported from an
instrumented script into the PCP infrastructure for monitoring
and analysis with pmchart, pmie, pmlogger and other PCP tools.
Package: libpcp-mmv1
Description-md5: 1942e2593dae279b10fb58b65db96aa1
Description-en: Performance Co-Pilot Memory Mapped Value client library
The libpcp-mmv package contains the runtime environment required by an
application that utilises Memory Mapped Value instrumentation to export
runtime instrumentation into the Performance Co-Pilot infrastructure.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-mmv1-dev
Description-md5: 378b0f85ca464cbd51f1ffb46b8308dc
Description-en: Performance Co-Pilot Memory Mapped Value library and headers
The libpcp-mmv-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to utilise memory mapped value
instrumentation into a monitored application.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-pmda-perl
Description-md5: 8e0a7c4e61a03937eeed385ec9ed2895
Description-en: Performance Co-Pilot Domain Agent Perl module
The PCP::PMDA Perl module contains the language bindings for
building Performance Metric Domain Agents (PMDAs) using Perl.
Each PMDA exports performance data for one specific domain, for
example the operating system kernel, Cisco routers, a database,
an application, etc.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-pmda3
Description-md5: 93796b709076d575570c74038b2709ec
Description-en: Performance Co-Pilot Domain Agent library
The libpcp-pmda package contains the runtime environment required by
a Performance Metric Domain Agent (PMDA). A PMDA exports performance
data for one specific domain, for example the operating system kernel,
DNS, SMTP, Cisco router, a database, an application, etc.
Package: libpcp-pmda3-dev
Description-md5: 73b2bb904a6d0aa9d0ee405af2364cda
Description-en: Performance Co-Pilot Domain Agent library and headers
The libpcp-pmda-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to develop Performance Metric Domain
Agents (PMDAs). Each PMDA exports performance data for one domain;
for example the operating system kernel, Cisco routers, a database,
an application, etc.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-trace2
Description-md5: cc83a2e0722bda3839b736d55ab0aba9
Description-en: Performance Co-Pilot application tracing library
The libpcp-trace package contains the runtime environment required by
an application that is directly instrumented for event and value
tracking by pmdatrace(3), the Trace Performance Metric Domain Agent.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-trace2-dev
Description-md5: 56a0da729bb476482adb7efa62f09f84
Description-en: Performance Co-Pilot application tracing library and headers
The libpcp-trace-dev package contains the Performance Co-Pilot (PCP)
library and header files needed to directly instrument an application
for event and value tracking by the pmdatrace(1) PCP Trace Performance
Metric Domain Agent.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-web1
Description-md5: bc7e002196769c23057cec78ed04b49b
Description-en: Performance Co-Pilot data import library
The libpcp-web package contains the runtime environment required
by a PMDA to parse and extract metric data from a JSON file.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp-web1-dev
Description-md5: cb9f8e6452c50aa58615c016b63ada5d
Description-en: Performance Co-Pilot web tooling
The libpcp-web-dev package contains the library and header files
needed to build a PMDA which parses and extracts metric data from
a JSON file.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp3
Description-md5: 1ea3c2bd9feab4e5d9b74b4d788b00a3
Description-en: Performance Co-Pilot library
The libpcp package contains the runtime environment required by
programs that make use of Performance Co-Pilot (PCP) services.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcp3-dev
Description-md5: 423764500dbadb4d718476c57083e2fe
Description-en: Performance Co-Pilot library and headers
The libpcp-dev package contains the base Performance Co-Pilot (PCP)
library and header files needed to develop collector and monitor
programs which make use of PCP services.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: libpcsc-perl
Description-md5: 5f4fd63e82232da694fe522a31361a67
Description-en: Perl interface to the PC/SC smart card library
This package contains a Perl wrapper to the PC/SC smartcard library
(pcsc-lite) together with some small examples.
.
The provided modules are Chipcard::PCSC and Chipcard::PCSC::Card
Package: libpdf-api2-xs-perl
Description-md5: 1ba0d33b4ffcc451706e1d14b3f3f4b8
Description-en: optional PDF::API2 add-on using XS to speed up expensive operations
PDF::API2 will make use of the PDF::API2::XS distribution if it's installed,
to speed up some operations that are significantly faster in C than in Perl.
.
There's no need to interact with this distribution directly. PDF::API2 will
use it automatically if it detects it.
Package: libpdl-ccs-perl
Description-md5: 5a2ad970cb3c58cfc877117b5376e562
Description-en: module to provide various utilities for PDL CSS
PDL::CCS is a wrapper package which pulls in a number of submodules dealing
with sparse structures. It provides means of handling large sparse
n-dimensional structures in an optimized way and some low-level utilities
permitting to operate on them.
Package: libpdl-io-hdf5-perl
Description-md5: 6631f8ba01500451a3855ed7ec5cf15e
Description-en: PDL Interface to the HDF5 Data Format
PDL::IO::HDF5 provides an object-oriented interface for PDLs to the HDF5
data-format. Information on the HDF5 Format can be found at the NCSA's web
site at http://www.hdfgroup.org
Package: libpdl-io-matlab-perl
Description-md5: f5cc485d970d3069b341fb1f72f688cb
Description-en: PDL support to read/write Matlab format data files
PDL::IO::Matlab provides routines to read and write Matlab data files in PDL
(perl data language) programs. Both functional and OO interface are provided.
.
Only real, multi-dimensional arrays corresponding to PDL data types are
supported. Compression for both reading and writing is supported.
Package: libpdl-linearalgebra-perl
Description-md5: 5cc2f748a4287fb94987580397449f61
Description-en: Linear Algebra utils for PDL
PDL::LinearAlgebra provides PDL bindings to LAPACK and BLAS. The package
contains both the slower-but-more-flexible PDL::LinearAlgebra module and
faster-but-more-specific PDL::LinearAlgebra::Real and
PDL::LinearAlgebra::Complex modules.
Package: libpdl-netcdf-perl
Description-md5: 2e8917065cb4ab6e2677394fb303f065
Description-en: Netcdf-IO for PDL
PDL::NetCDF provides the PDL interface to the Unidata NetCDF library.
It uses the netCDF version 3 library to make a subset of netCDF functionality
available to PDL users in a clean, object-oriented interface.
.
The NetCDF standard allows N-dimensional binary data to be efficiently
stored, annotated and exchanged between many platforms.
.
When one creates a new netCDF object, this object is associated with one
netCDF file.
Package: libpdl-stats-perl
Description-md5: 989d2169f25138eb85e568e243baba1b
Description-en: collection of statistics modules in Perl Data Language
This package provides several statistical Perl module:
* PDL::Stats::Basic basic statistics and related utilities such as
standard deviation, Pearson correlation, and t-tests
* PDL::Stats::Distr parameter estimations and probability density functions
for distributions
* PDL::Stats::GLM general and generalized linear modeling methods such as
ANOVA, linear regression, PCA, and logistic regression
* PDL::Stats::Kmeans classic k-means cluster analysis
* PDL::Stats::TS basic time series functions
Package: libpdl-vectorvalued-perl
Description-md5: 9820fe6cd21d086d5f06032700b2dfc0
Description-en: module to provide some utilities for vector-valued PDLs
PDL::VectorValued provides generalizations of some elementary PDL functions
to higher-order PDLs which treat vectors as "data values".
Package: libperl-destruct-level-perl
Description-md5: 3dec2c476892862a087e45ef926a1b1a
Description-en: Perl module to change Perl's destruction level
Perl::Destruct::Level is an interface allowing one to change Perl's internal
destruction level. While this functionality is available through the
PERL_DESTRUCT_LEVEL environment variable when perl is compiled with debug
support, this module provides it for perls without -DDEBUGGING.
.
The default value of the destruct level is 0; it means that perl won't bother
destroying all its internal data structures, but let the OS do the cleanup
for it at exit.
.
Relevant values recognized by perl are 1 and 2. Consult your source code to
know exactly what they mean. Note that some embedded environments might
extend the meaning of the destruction level for their own purposes: mod_perl
does that, for example.
Package: libperl4caml-ocaml
Description-md5: 3ab398347d4d3fb546c6190b756325bb
Description-en: Use Perl code in OCaml programs, runtime library
perl4caml allows you to use Perl code within Objective CAML (OCaml),
thus neatly side-stepping the old problem with OCaml which was that it
lacked a comprehensive set of libraries. Well now you can use any part
of CPAN in your OCaml code.
.
This package provides the runtime dynamic library necessary to use this
in bytecode OCaml programs.
Package: libperl4caml-ocaml-dev
Description-md5: a60f7295d056cf3e69fc1ad36c23ee62
Description-en: Use Perl code in OCaml programs, development files
perl4caml allows you to use Perl code within Objective CAML (OCaml),
thus neatly side-stepping the old problem with OCaml which was that it
lacked a comprehensive set of libraries. Well now you can use any part
of CPAN in your OCaml code.
.
This package provides the tools necessary to use perl4caml in your own
programs. To get the documentation, please install libperl4caml-ocaml-doc.
Package: libperl4caml-ocaml-doc
Description-md5: a06bd1196dedbf0967fb22a13a8a7074
Description-en: Use Perl code in OCaml programs, documentation
perl4caml allows you to use Perl code within Objective CAML (OCaml),
thus neatly side-stepping the old problem with OCaml which was that it
lacked a comprehensive set of libraries. Well now you can use any part
of CPAN in your OCaml code.
.
This package provides developers' documentation and examples about the
use of perl4caml.
Package: libperlbal-xs-httpheaders-perl
Description-md5: 25f8e8c06865df065fae255d42910626
Description-en: Perlbal extension for processing HTTP headers faster
Perlbal::XS::HTTPHeaders is used to read HTTP headers from a string and to
parse them into an internal storage format for easy access and modification.
You can also ask the module to reconstitute the headers into one big string,
useful if you're writing a proxy and need to read and write headers while
maintaining the ability to modify individual parts of the whole.
.
The goal is to be fast. This is a lot faster than doing all of the text
processing in Perl directly, and a lot of the flexibility of Perl is
maintained by implementing the library in Perl and descending from
Perlbal::HTTPHeaders.
Package: libperlio-eol-perl
Description-md5: ed2c3daec1c9456d31ec93b1459e831a
Description-en: PerlIO layer for normalizing line endings
The PerlIO::eol layer normalizes any of CR, LF, CRLF and Native encoding into
the designated line ending. It works for both input and output handles.
Package: libperlio-layers-perl
Description-md5: 321037522d28dbb934fba3a40596ada5
Description-en: Perl module to query a filehandle's capabilities
Perl's filehandles are implemented as a stack of layers, with the bottom-most
usually doing the actual IO and the higher ones doing buffering,
encoding/decoding or transformations. PerlIO::Layers allows you to query the
filehandle's properties concerning these layers.
Package: libperlx-maybe-xs-perl
Description-md5: 923df061de5e574d0943f8c78ed8e6f1
Description-en: XS backend for PerlX::Maybe
PerlX::Maybe::XS is a (possibly 30% faster) XS implementation of
PerlX::Maybe.
Package: libpg-hstore-perl
Description-md5: 135217ea1e5cb990e8d00a5823b0c53c
Description-en: Perl module for working with PostgreSQLs HSTORE data type
Pg::hstore decodes and encodes PostgreSQLs HSTORE data type into/from Perl
hash refs.
.
This module was previously known as DBD::Pg::hstore, but has been renamed
to Pg::hstore because it's not DBD specific.
Package: libpg-perl
Description-md5: 8b0c2c0d10a4ea4ed05e5a7f22d76c78
Description-en: PostgreSQL interface for Perl
This library enables Perl scripts to communicate with the PostgreSQL database
backend.
.
This is a very old driver, newer applications should use DBI and DBD::Pg
(libdbd-pg-perl) instead.
Package: libpgplot-perl
Description-md5: 0bcad72bb03a82fdbdd15f1eaf307200
Description-en: perl interface to the pgplot plotting library
The PGPLOT module provides a perl interface to the pgplot libraries used for
plotting and visualizing scientific data. It is particularly popular for
plotting astronomical data. Compared to using pgplot from C or FORTRAN,
these Perl bindings allow for a faster, more interactive development.
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: libpoe-filter-ssl-perl
Description-md5: 7f09cd1824ecad60d59b5e67d9c23f70
Description-en: module to make SSL in POE easy and flexible
POE::Filter::SSL allows one to secure connections of POE::Wheel::ReadWrite
with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as
POE::Filter::Stream.
.
POE::Filter::SSL can be added, switched and removed during runtime, for
example if you want to initiate SSL (see the SSL on an established
connection example in SYNOPSIS) on an already established connection. You
are able to combine POE::Filter::SSL with other filters, for example have
a HTTPS server together with POE::Filter::HTTPD.
.
POE::Filter::SSL is based on Net::SSLeay, but got two XS functions which
Net::SSLeay is missing.
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: libpolymake-dev
Description-md5: b22abf1005eeb32d0168e9c8a7ad4992
Description-en: Tool for algorithmic discrete geometry -- development package
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, polyhedral surfaces, and other
discrete mathematical objects.
.
This package contains shared library symlinks.
Package: libpolymake-dev-common
Description-md5: cdce7cffe84208fee2db82e1fac587c9
Description-en: Tool for algorithmic discrete geometry -- common dev package
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, polyhedral surfaces, and other
discrete mathematical objects.
.
This package contains common header files.
Package: libpolymake4.12
Description-md5: bab29e1d36a27516ec3e107e360f035a
Description-en: Tool for algorithmic discrete geometry -- library package
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, polyhedral surfaces, and other
discrete mathematical objects.
.
This package contains shared libraries.
Package: libposix-2008-perl
Description-md5: 3bd8ff26ec2a2ae64475cd8e8b11e562
Description-en: Perl interface to POSIX.1-2008
POSIX::2008 contains many of the interfaces specified by POSIX.1-2008 that
the core POSIX module withholds, implements in Perl or messed up.
.
POSIX::2008 is provided "as is" unless someone volunteers to maintain it.
Package: libposix-atfork-perl
Description-md5: 0a5a222e8cbfc3ebc25a714a8f293514
Description-en: hook registrations at fork(2)
POSIX::AtFork is an interface to pthread_atfork(3),
which registers handlers called before and after fork(2).
Package: libposix-strptime-perl
Description-md5: 040fcdfc673050d32fd1454253dacce6
Description-en: Perl extension to the POSIX date parsing strptime(3) function
POSIX::strptime is a Perl interface to strptime(3). The strptime()
function converts the specified character string to time values, using
the specified format.
Package: libppi-xs-perl
Description-md5: 3d0bbd6ee1b138a7782503612232647b
Description-en: Perl module to accelerate the Perl Parsing Interface (PPI)
PPI::XS provides XS-based acceleration of the core PPI packages. It
selectively replaces a (small but growing) number of methods throughout PPI
with identical but much faster C versions.
.
Once installed, it will be auto-detected and loaded in by PPI completely
transparently. The integration between the primary (Perl) implementation and
the XS-accelerated version are designed to degrade gracefully if they fall out
of sync -- the Perl version is preferred over the XS version.
Package: libprelude-dev
Description-md5: 690200baf98a592ce26413fad4f65ff1
Description-en: Security Information and Events Management system [ Development files ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the development files for Prelude components.
Package: libprelude-doc
Description-md5: 35aa5e25f36a55c1346fc8f0902ae961
Description-en: Security Information and Events Management system [ Documentation ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the documentation for developers for
Prelude components.
Package: libprelude-lua
Description-md5: a1584926ab850438f031972da69c7a21
Description-en: Security Information and Events Management system [ Lua bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the Lua bindings for Prelude.
Package: libprelude-perl
Description-md5: a99e41706f71efe8881d388b611cf7a7
Description-en: Security Information and Events Management system [ Perl bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the perl bindings for Prelude.
Package: libprelude28t64
Description-md5: b02ea600b91be43ec2557a750781cd88
Description-en: Security Information and Events Management system [ Base library ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the Prelude shared library.
Package: libpreludecpp12t64
Description-md5: 479c49791ad72aef827e8c262ebf1e70
Description-en: Security Information and Events Management system [ C++ library ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the Prelude C++ shared library.
Package: libproc-fastspawn-perl
Description-md5: 2fe6cca29f3d57895cf57eae5b9e5df6
Description-en: module to fork+exec, or spawn, a subprocess as quickly as possible
The purpose of the small (in scope and footprint) Proc::FastSpawn module is
simple: spawn a subprocess asynchronously as efficiently and/or fast as
possible. Basically the same as calling fork+exec (on POSIX), but hopefully
faster than those two syscalls.
.
Apart from fork overhead, this module also allows you to fork+exec programs
when otherwise you couldn't - for example, when you use POSIX threads in your
perl process then it generally isn't safe to call fork from perl, but it is
safe to use this module to execute external processes.
Package: libproc-wait3-perl
Description-md5: 3208785aa5130bfb441e89bed0b4f4b3
Description-en: Perl interface to the wait3() system call
Proc::Wait3 is a Perl extension that provides access to the wait3 system call,
which is used to wait for state changes in child processes. Unlike wait, wait3
additionally returns child's resource usage information.
Package: libpromise-xs-perl
Description-md5: 7eca4dc06f43b5c8131a7ad3be79a4c0
Description-en: Fast promises in Perl
This module provides a Promises/A+ interface with its
major parts implemented in XS for speed. It is a fork and refactor
of AnyEvent::XSPromises, and retains that module's bare-bones interface.
Package: libpurple-bin
Description-md5: 3f2fa9ccdba915285d4e6876d2cf5334
Description-en: multi-protocol instant messaging library - extra utilities
This package contains the utilities not included in the main libpurple0t64
package. Currently included are: purple-remote, purple-send,
purple-send-async, and purple-url-handler.
Package: libpurple-dev
Description-md5: 773153fa74cfe067af125b9e1b5dbf99
Description-en: multi-protocol instant messaging library - development files
This package contains the headers and other development files not included in
the main libpurple0t64 package. Install this if you wish to compile your own
client-agnostic plugins, or would like to compile programs that use
libpurple.
Package: libpurple0t64
Description-md5: 61f8fb6695f9a31c50db638ed80d493e
Description-en: multi-protocol instant messaging library
libpurple is a library intended to be used by programmers seeking
to write an IM client that connects to many IM networks.
Currently supported out of the box are:
Jabber/XMPP, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, Lotus
Sametime, SIMPLE, and Zephyr. It can support many more with plugins.
.
Some extra packages are suggested to use increased functionality:
* libtcl8.6, libtk8.6:
- Support for writing plugins with Tcl/Tk
Package: libqdbm++-dev
Description-md5: 8313484351bbb52707b84116467f5e02
Description-en: QDBM Database Libraries for C++ [development] (transitional package)
This is a dummy package to ease transition to new package name.
Package: libqdbm-dev
Description-md5: 8ecbc97abdf57fa7e815a175033d8000
Description-en: QDBM Database Libraries [development]
This is the development package which contains headers and static
libraries for the QDBM database library.
Package: libqdbm-java
Description-md5: c37e054ac5037142e52e24f1baa9ffa0
Description-en: QDBM Database Libraries for Java
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This package provides the Java interface for the QDBM database library.
Package: libqdbm-perl
Description-md5: 248ea0093eddd1535351b8f178593a1b
Description-en: QDBM Database Libraries for Perl
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This package provides the Perl interface for the QDBM database library.
Package: libqdbm14t64
Description-md5: cef087cddd2fc9d696ab1c958efb7619
Description-en: QDBM Database Libraries without GDBM wrapper[runtime]
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This is the runtime package for programs that use the QDBM database
library.
Package: libqdbm3++c2
Description-md5: 1d8b6244b3fc84f6406ddea07f19ac04
Description-en: QDBM Database Libraries for C++ [runtime] (transitional package)
This is a dummy package to ease transition to new package name.
Package: libquota-perl
Description-md5: 77eb3d01d3e38124514d34e52a2fd767
Description-en: Perl interface to file system quotas
Quota is a Perl module that provides access to filesystem quota information.
This module uses the quotactl() or ioctl() system calls to set or query quota
information on the local host. It also supports remotely submitting queries
via RPC to a remote host.
Package: librdf-perl
Description-md5: 62911993aa32a23c48327b04af6c257a
Description-en: Perl language bindings for the Redland RDF library
The Perl interface modules for the Redland Resource Description
Framework (RDF) library providing an object-oriented interface in
the RDF::Redland package.
Package: librecoll39
Description-md5: 6160a14191b12478002a6fc7dc3cc112
Description-en: Base library for recoll and related extensions
This package contains the base code interfacing with Xapian and is used by the
recoll commands, the Python extensions, the KDE plugins.
Package: librecoll39-dev
Description-md5: c7f5c9c77be0d0a6279ba8950b018a1d
Description-en: Development files for librecoll
This package contains the development files for librecoll package, which is
base code interfacing with Xapian and is used by the recoll commands, the
Python extensions, the KDE plugins.
Package: libredis-fast-perl
Description-md5: fe8ad2f20740152a7511e3618205da08
Description-en: Perl binding for Redis database
Redis::Fast is a wrapper around Salvatore Sanfilippo's hiredis C client.
It is compatible with Redis.pm.
.
This version supports protocol 2.x (multi-bulk) or later of Redis
available at https://github.com/antirez/redis/.
Package: libref-util-xs-perl
Description-md5: 15de027690d805efcd951d3936749e33
Description-en: XS implementation for Ref::Util
Ref::Util::XS is the XS implementation of Ref::Util, which provides several
functions to help identify references in a more convenient way than the usual
approach of examining the return value of ref.
.
You should use Ref::Util::XS by installing Ref::Util itself (packaged as
libref-util-perl): If the system doesn't have Recommends turned off, you will
get libref-util-xs-perl automatically. Ref::Util::XS will be used
automatically, providing a significant speed boost to everything that uses
Ref::Util.
.
See Ref::Util for full documentation of the available functions.
Package: libremctl-dev
Description-md5: f5ce9f2de69997d2751cd393d7ee2357
Description-en: Development files for Kerberos-authenticated command execution
The development files required to build and link C or C++ programs that
use the remctl client library. The underlying library is linked against
MIT Kerberos.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: libremctl1t64
Description-md5: c48d1cd81e1dd3256f13944a485ec149
Description-en: Library for Kerberos-authenticated command execution
The remctl client library, linked against MIT Kerberos.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: librg-blast-parser-perl
Description-md5: a173e9b812f45f91a3a23ddf37953dd2
Description-en: very fast NCBI BLAST parser - binding for Perl
This package contains Perl binding for a very fast C++ library that parses
the default output of NCBI BLAST programs. BLAST results are returned in a
convenient hash structure.
.
Evaluated on a very small test set, this parser is considerably faster
than Zerg::Report from libzerg-perl.
Package: librrdp-perl
Description-md5: 87e890a98286d4f7d5c24faa0b5131ca
Description-en: time-series data storage and display system (Perl interface, piped)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
This package contains a Perl interface to RRDs using command pipes: Rrdp.
Package: librrds-perl
Description-md5: a816eb47df42c3395ae6b507578e6999
Description-en: time-series data storage and display system (Perl interface, shared)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
This package contains a Perl interface to RRDs using a shared library: Rrds.
Package: librust-curve25519-dalek-derive-dev
Description-md5: 23cdc9b0617e31b3e7b89f256ca7b476
Description-en: curve25519-dalek Derives - Rust source code
curve25519-dalek is a pure-Rust implementation
of group operations on Ristretto and Curve25519.
.
This package contains the source
for the Rust curve25519-dalek-derive crate,
for use with cargo and dh-cargo.
Package: librust-curve25519-dalek-dev
Description-md5: 899c83e397bf7bbd703af6ff99817a0b
Description-en: group operations on Ristretto and Curve25519 - Rust source code
curve25519-dalek is a pure-Rust implementation
of group operations on Ristretto and Curve25519.
-
curve25519-dalek` is a library providing group operations
on the Edwards and Montgomery forms of Curve25519,
and on the prime-order Ristretto group.
.
curve25519-dalek is not intended to provide implementations
of any particular crypto protocol.
Rather, implementations of those protocols
(such as x25519-dalek and ed25519-dalek)
should use curve25519-dalek as a library.
.
curve25519-dalek is intended to provide
a clean and safe mid-level API
for use implementing a wide range of ECC-based crypto protocols,
such as key agreement, signatures, anonymous credentials, rangeproofs,
and zero-knowledge proof systems.
.
In particular, curve25519-dalek implements Ristretto,
which constructs a prime-order group
from a non-prime-order Edwards curve.
This provides the speed and safety benefits
of Edwards curve arithmetic,
without the pitfalls of cofactor-related abstraction mismatches.
.
This package contains the source for the Rust curve25519-dalek crate,
for use with cargo and dh-cargo.
Package: librust-ed25519-dalek-dev
Description-md5: c063f4f2b83dde83c1c8434a59be9e24
Description-en: ed25519 EdDSA key generations, signing, and verification - Rust source code
ed25519-dalek is a fast and efficient Rust implementation
of ed25519 key generation, signing, and verification.
.
This package contains the source for the Rust ed25519-dalek crate,
for use with cargo and dh-cargo.
Package: librust-leptonica-plumbing-dev
Description-md5: 2d5657a919b85a4914063df9dfb518fb
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,
packaged for use with cargo and dh-cargo.
Package: librust-opendal-dev
Description-md5: 09f72c18497bdc3687cc61c3392e95df
Description-en: Apache OpenDAL™: Access data freely, painlessly, and efficiently - Rust source code
Source code for Debianized Rust crate "opendal"
Package: librust-pdf-dev
Description-md5: ec99630bb308351a07470494acb0e2e6
Description-en: PDF reader - Rust source code
Source code for Debianized Rust crate "pdf"
Package: librust-x25519-dalek-dev
Description-md5: 616e91ec1896d1bf6ead0ebf32d71e34
Description-en: X25519 elliptic curve Diffie-Hellman key exchange - Rust source code
x25519-dalek is a pure-Rust implementation
of x25519 elliptic curve Diffie-Hellman key exchange,
with curve operations provided by curve25519-dalek.
-
This crate provides two levels of API:
a bare byte-oriented x25519 function
which matches the function specified in RFC7748,
as well as a higher-level Rust API
for static and ephemeral Diffie-Hellman.
.
This package contains the source for the Rust x25519-dalek crate,
for use with cargo and dh-cargo.
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-zerofrom+derive-dev
Description-md5: 5445e6fc19a106393724b505ef54ad54
Description-en: ZeroFrom trait for constructing - feature "derive"
This metapackage enables feature "derive" for the Rust zerofrom crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-zerofrom-dev
Description-md5: f772e68df9ffd103551b7e05afcb33d6
Description-en: ZeroFrom trait for constructing - Rust source code
Source code for Debianized Rust crate "zerofrom"
Package: libsafe-hole-perl
Description-md5: 9c3ed064de8b5037f2d8439aba3cf79a
Description-en: Perl module which makes a "hole" in the Safe compartment
libsafe-hole-perl allows externally defined routines and methods
of objects to be called from within the Safe compartment. However,
those subroutines and methods are executed within the Safe compartment,
so they are unable to call other subroutines which are dynamically
qualified with the package name such as class methods.
.
Through Safe::Hole, we can execute externally defined subroutines in
the original main compartment from the Safe compartment.
Package: libsbml5-cil
Description-md5: 6923ba76f814ada93ced1087327fce79
Description-en: System Biology Markup Language library - CLI bindings
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains the CLI bindings of LibSBML.
Package: libsbml5-cil-doc
Description-md5: e6c5152386f704d7057a67c785d4ed74
Description-en: System Biology Markup Language library -- CLI documentation
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains documentation for Mono/CLI bindings
Package: libsbml5-dev
Description-md5: 36bd7cc34578b330d0124c235fd578c2
Description-en: System Biology Markup Language library - development files
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains files necessary for development with libsbml.
Package: libsbml5-doc
Description-md5: c7c243fe98f60ede7ac0f268222db508
Description-en: System Biology Markup Language library -- documentation
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains C/C++ documentation.
Package: libsbml5-examples
Description-md5: f3e61edd7be464c0440e23ab1c45123c
Description-en: System Biology Markup Language library -- example files
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains C/C++, Java, Perl and layout examples.
Package: libsbml5-java
Description-md5: 10a3c2b11a52fe2bff6f75a129266543
Description-en: System Biology Markup Language library - Java bindings
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This Package contains the Java bindings of LibSBML.
Package: libsbml5-octave
Description-md5: 83d45fde6a91c158b9c085f690d5de45
Description-en: System Biology Markup Language library - Octave bindings
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains the Octave bindings of LibSBML.
Package: libsbml5-perl
Description-md5: b8a6ddbbd38f32e5ad16a2a52988d66f
Description-en: System Biology Markup Language library - Perl bindings
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains the Perl bindings of LibSBML.
Package: libsbml5-perl-doc
Description-md5: 5c65ea11d2ee42df27a385c8d9fcaf5b
Description-en: System Biology Markup Language library -- Perl documentation
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains documentation for Perl bindings
Package: libsbml5t64
Description-md5: 77573bcc9ac5e193f4127fefe2286850
Description-en: System Biology Markup Language library
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
Package: libscalar-list-utils-perl
Description-md5: 6671f24f6fc82143bff604e2ad00a801
Description-en: modules providing common scalar and list utility subroutines
List::Util is a collection of Perl modules that provide subroutines useful
for working with scalars and lists, which people have expressed would be nice
to have as a perl builtin, but where usage would not be sufficient to warrant
use of a keyword, and the size so small such that being individual extensions
would be wasteful.
Package: libscalar-readonly-perl
Description-md5: 5f605727512f33abdad9f1ed6aa69aa4
Description-en: functions for controlling whether any scalar variable is read-only
This simple module can make scalars read-only. This is useful to protect
configuration variables, for example.
.
Scalar::Readonly can also be used to subvert Perl's many read-only variables
to potential evil trickery.
Package: libscalar-string-perl
Description-md5: 050097d84aff1c8e705525c074556a38
Description-en: Perl module concerning the string aspects of scalars
Scalar::String is about the string part of plain Perl scalars. A scalar has a
string value, which is notionally a sequence of Unicode codepoints, but may
be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so
in older versions of Perl, the internal encoding shows through. To fully
understand Perl strings it is necessary to understand these implementation
details.
.
This module provides functions to classify a string by encoding and to encode
a string in a desired way.
Package: libscalar-type-perl
Description-md5: a79119a9b91419bd4f0ee0253a417403
Description-en: module to figure out type of a scalar
Perl scalars can be either strings or numbers, and normally you don't really
care which is which as it will do all the necessary type conversions
automagically.
.
But in some rare cases, generally when you are serialising data, the
difference matters. Scalar::Type provides some useful functions to help you
figure out what's what.
Package: libscalar-util-numeric-perl
Description-md5: 8379615cf77d18699807cf8dd2cbc788
Description-en: Perl module containing numeric tests for Perl datatypes
Scalar::Util::Numeric exports a number of wrappers around perl's builtin
looks_like_number function, which returns the numeric type of its argument,
or 0 if it isn't numeric.
Package: libscope-upper-perl
Description-md5: 2b767e1eee6d1d3da9a093d05432e0d0
Description-en: module to manipulate upper scopes
Scope::Upper is a Perl module that provides a way for Perl programs to defer
actions at run-time until the control flow returns to the upper scope. It
currently enables developers to:
.
* Hook an upper scope end with "reap"
* Localize variables, array/hash values or deletions of elements in
higher contexts with respectively "localize", "localize_elem" and
"localize_delete"
* Return values immediately to an upper level with "unwind", and know
which context was in use then with "want_at"
Package: libsdl-perl
Description-md5: fa4bdefe959b8a6904f253dc4fd3d8f7
Description-en: SDL bindings for the Perl language
SDL is a library that allows programs portable low level access to
a video framebuffer, audio output, mouse, and keyboard. This perl
package contains Perl bindings to access the SDL library.
Package: libsearch-xapian-perl
Description-md5: a255a0ea45e7ee72d48d4fc52560c624
Description-en: Perl bindings for the Xapian search library
Search::Xapian provides Perl bindings for the Xapian Open Source Search
Engine library.
.
The Xapian search engine library is a highly adaptable toolkit which allows
developers to easily add advanced indexing and search facilities to their own
applications. It implements the probabilistic model of information retrieval,
and provides facilities for performing ranked free-text searches, relevance
feedback, phrase searching, boolean searching, stemming, and simultaneous
update and searching. It is highly scalable and is capable of working with
collections containing hundreds of millions of documents.
Package: libsendmail-milter-perl
Description-md5: 3733329fa90cc8f45eacbf229c094854
Description-en: Interface to Sendmail's Mail Filter API
Sendmail::Milter is a Perl extension to sendmail's Mail Filter API
(Milter).
.
With this module, Perl callbacks can be defined and registered with
the Milter engine. This module calls those perl callbacks using
interpreters from a threaded persistent interpreter pool.
Package: libsession-token-perl
Description-md5: 233227079dccae6a7e5011c3e35bc699
Description-en: secure, efficient, simple random session token generation
Session::Token provides a secure, efficient, and simple interface for
creating session tokens, password reset codes, temporary passwords, random
identifiers, and anything else you can think of.
.
This module is one of the recommended password generators in the comparison
conducted by Neil Bowers (http://neilb.org/reviews/passwords.html) and is
characterized as "is very fast and takes random number generation very
seriously".
Package: libset-intervaltree-perl
Description-md5: 337103aef22b2d835237f87ceeb0dde4
Description-en: Perform range-based lookups on sets of ranges
Set::IntervalTree uses Interval Trees to store and efficiently look up ranges
using a range-based lookup.
.
All intervals are half-open, i.e. [1,3), [2,6), etc.
Package: libset-object-perl
Description-md5: 419a6286ee730a11b605bae55ba8b5f0
Description-en: collection of objects without duplications
Set::Object module implements a Set of objects, that is, a collection of
objects without duplications. It is similar to a Smalltalk
IdentitySet.
Package: libsgml-parser-opensp-perl
Description-md5: e2c8e79605512ae4068bd723595584d3
Description-en: OpenSP Parser of SGML documents
SGML::Parser::OpenSP provides an interface to the OpenSP SGML parser. OpenSP
and this module are event based. As the parser recognizes parts of the
document (say the start or end of an element), then any handlers registered
for that type of an event are called with suitable parameters.
Package: libsignatures-perl
Description-md5: b73ad347baf9f1d81ca1ae1b0f67a512
Description-en: Perl pragma for subroutine signatures
signatures is a Perl pragma that provides a simple and robust way to declare
named parameters for your subroutines. It provides a syntax similar to Perl
function prototypes (see perlsub) and is robust since it does this without
using source filters. It also provides a way to combine these signatures with
normal Perl prototypes.
Package: libsnmp-dev
Description-md5: d6e7a0327e4d2dff90f716b8894baf02
Description-en: SNMP (Simple Network Management Protocol) development files
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
and clients.
.
The Net-SNMP development files include the library headers, static
libraries, net-snmp-config scripts and documentation needed for development
of custom SNMP applications.
Package: libsnmp-perl
Description-md5: 5ee88a696b0fa001f969ddb758d70f1f
Description-en: SNMP (Simple Network Management Protocol) Perl5 support
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
and clients.
.
The Net-SNMP Perl5 support files provide the Perl functions for
integration of SNMP into applications written in Perl.
Package: libsocket-linux-perl
Description-md5: 6532ca0526744cbe6980fc30c926c5ae
Description-en: module for using socket constants defined in Linux
The Socket::Linux module exports the constants defined in netinet/tcp.h not
available from the perl core package Socket, such as TCP_KEEPINTVL,
TCP_QUICKACK and TCP_NODELAY.
Package: libsocket-msghdr-perl
Description-md5: 4ccb17359983227cb93fd3584e850c63
Description-en: sendmsg, recvmsg and ancillary data operations
Socket::MsgHdr provides advanced socket messaging operations via sendmsg and
recvmsg. Like their C counterparts, these functions accept few parameters,
instead stuffing a lot of information into a complex structure.
.
This structure describes the message sent or received (buf), the peer on the
other end of the socket (name), and ancillary or so-called control
information (cmsghdr). This ancillary data may be used for file descriptor
passing, IPv6 operations, and a host of implemenation-specific extensions.
Package: libsocket-multicast6-perl
Description-md5: edef32e900024c741b8740bab384c203
Description-en: base module for IPv4 and IPv6 multicast socket operations
Socket::Multicast6 is used to gain access to constants and utility functions
used when manipulating multicast socket attributes.
.
For simple, object-oriented way of doing the same thing, take a look at
IO::Socket::Multicast6 or IO::Socket::Multicast.
Package: libsocket-perl
Description-md5: 7d357a39bcb75fd2f2472210f54b0c88
Description-en: networking constants and support functions
Socket provides a variety of constants, structure manipulators and other
functions related to socket-based networking. The values and functions
provided are useful when used in conjunction with Perl core functions such as
socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations.
Package: libsocket-wrapper
Description-md5: df581241da4b0b0d2068c5948a2fc755
Description-en: socket wrapper library
socket_wrapper is a preload library that makes possible to run several
instances of the full software stack on the same machine and perform locally
functional testing of complex network configurations. It passes all socket
communication over unix domain sockets.
Package: libsolv-dev
Description-md5: 9d9ed44c61a41629b8e8186a82d57c68
Description-en: dependency solver using a satisfiability algorithm (development files)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains development files for libsolv.
Package: libsolv-doc
Description-md5: 3e909a715c92fd608e8ad108759c98f5
Description-en: dependency solver using a satisfiablility algorithm (documentation files)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains documentation files for libsolv.
Package: libsolv-perl
Description-md5: 767f65b9649015a11fb63af1413148bf
Description-en: dependency solver using a satisfiability algorithm (Perl bindings)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains the Perl bindings for the libsolv library.
Package: libsolv-tools
Description-md5: 0a85a0ef46cb512eb787f27f5b9a394c
Description-en: dependency solver using a satisfiability algorithm (command-line tools)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains command-line tools that facilitate using libsolv.
Package: libsolv1
Description-md5: 6723c852d5c4315974bf51247d6e055e
Description-en: dependency solver using a satisfiability algorithm (shared library)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
Supported package formats:
- rpm/rpm5
- deb
- Arch Linux
- haiku
.
Supported repository formats:
- rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo)
- susetags, suse product formats
- mandriva/mageia (synthesis, info, files)
- Arch Linux
- red carpet helix format
- haiku
Package: libsolvext-dev
Description-md5: 2f9d425c8287c1674bc3eb11f83c768e
Description-en: dependency solver using a satisfiability algorithm (ext development files)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains development files for libsolvext.
Package: libsolvext1
Description-md5: da88beb1817594c87d89fffc39a2ebb0
Description-en: dependency solver using a satisfiability algorithm (extensions)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
Search the internet for 'sat solver' to get links to the theory behind it.
.
Supported package formats:
- rpm/rpm5
- deb
- Arch Linux
- haiku
.
Supported repository formats:
- rpmmd (primary, filelists, comps, deltainfo/presto, updateinfo)
- susetags, suse product formats
- mandriva/mageia (synthesis, info, files)
- Arch Linux
- red carpet helix format
- haiku
.
This package contains the libsolv extension library.
Package: libsort-key-perl
Description-md5: d509fedee0fc57ca7a2038860ae64239
Description-en: module to sort a list of values by a calculated key
Sort::Key claims to be the fastest way to sort anything in Perl. It
provides a set of functions to sort lists of values by some calculated
key value. Multikey sorting functionality is also provided via the
companion modules Sort::Key::Multi, Sort::Key::Maker and
Sort::Key::Register.
Package: libsort-key-top-perl
Description-md5: 8a824b07deebb69ab499b07891bac755
Description-en: Perl module to select and sort top n elements of a list
The functions available from this module select the top n elements from a
list using several common orderings and custom key extraction procedures.
.
They are all variations around 'keytopsort { CALC_KEY($_) } $n => @data;'.
.
In array context, this function calculates the ordering key for every element
in @data using the expression inside the block. Then it selects and orders
the $n elements with the lower keys when compared lexicographically.
.
In scalar context, the value returned by the functions on this module is the
cutoff value allowing to select nth element from the array.
Package: libspf2-2t64
Description-md5: 05b6d0830a2a44de3caf0f4294e9cfaa
Description-en: library for validating mail senders with SPF
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such
as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
records and make sure that the email is authorized by the domain name
that it is coming from. This prevents email forgery, commonly used by
spammers, scammers and email viruses/worms.
Package: libspf2-dev
Description-md5: 2493e9be4aaac9f193b07a9cca8f3b1b
Description-en: Header and development libraries for libspf2
libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such
as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
records and make sure that the email is authorized by the domain name
that it is coming from. This prevents email forgery, commonly used by
spammers, scammers and email viruses/worms.
Package: libstfl-dev
Description-md5: 15b3e9d29849c03fd6930a7d0ac21393
Description-en: development files for libstfl
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the development files required to
build software that uses libstfl.
Package: libstfl-perl
Description-md5: 2d0b62770ff7e66bfa761df7fd33023b
Description-en: Perl bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the perl bindings to libstfl.
Package: libstfl-ruby
Description-md5: 94b34133aa2db4670ebf8f0aba20067d
Description-en: Ruby bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
Package: libstfl-ruby1.8
Description-md5: 2022067fce118de08e75684b86c52c69
Description-en: Ruby 1.8 bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This is a transitional package and can be safely removed.
Package: libstfl-ruby1.9.1
Description-md5: a5b3484e6874930f894cf2e8969ee885
Description-en: Ruby 1.9.1 bindings for the structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This is a transitional package and can be safely removed.
Package: libstfl0
Description-md5: a94ebb3b6dd6c7b41d0717ff67e26eee
Description-en: structured terminal forms language/library
stfl is a library which implements a curses-based widget set for text
terminals.
.
This package contains the shared library for libstfl.
Package: libstore-opaque-perl
Description-md5: 4a077d708a14fa9c1ea199fcf663690f
Description-en: module for opaque objects to prevent accidental leaking
Store::Opaque implements an opaque object implementation to avoid
accidentally putting sensitive information into dumps or stack traces.
.
This module is not directly about security in the sense of preventing
malicious action. It's about preventing mistakes that could turn out to be a
security or compliance issue.
Package: libstring-approx-perl
Description-md5: 86b530540768e6b008d1d09e295d4dfa
Description-en: Perl extension for approximate matching (fuzzy matching)
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errors, spelling errors,
closely related vocabularies (colour color), genetic mutations (GAG
ACT), abbreviations (McScot, MacScot).
Package: libstring-compare-constanttime-perl
Description-md5: e17f3767ca24cd1dc8e2c67da9b0ba7e
Description-en: module for protecting string comparison from timing attacks
String::Compare::ConstantTime provides one function, equals(), which takes
two strings of the same length as arguments. It will return true if they are
string-wise identical and false otherwise, just like eq. However, comparing
any two differing strings will take a fixed amount of time, unlike eq.
Package: libstring-crc32-perl
Description-md5: 4135c9b99fb423c84e57e56c324fbe15
Description-en: Perl interface for cyclic redundancy check generation
The String::CRC32 module calculates CRC sums of 32 bit lengths.
It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and
many others.
.
Despite its name, this module is able to compute the checksum of
strings as well as of files.
Package: libstring-similarity-perl
Description-md5: 7fd4364d538bebe74f87e8b951003006
Description-en: Perl module for calculating the similarity of two strings
String::Similarity calculates the similarity index of its two arguments.
A value of 0 means that the strings are entirely different. A value
of 1 means that the strings are identical. Everything else lies between
0 and 1 and describes the amount of similarity between the strings.
Package: libsub-prototype-perl
Description-md5: 1cbddfed43dd32a25afbbcea0cd02300
Description-en: module to set a subroutine's prototype
Sub::Prototype has only one function which is exported by default. The
'set_prototype' function allows one to take a code reference and apply
a subroutine prototype to it.
Package: libsub-strictdecl-perl
Description-md5: e3f831a30876d1f0c472c91949367aae
Description-en: module to detect undeclared subroutines in compilation
Sub::StrictDecl provides optional checking of subroutine existence at compile
time. This checking detects mistyped subroutine names and subroutines that
the programmer forgot to import. Traditionally Perl does not detect these
errors until runtime, so it is easy for errors to lurk in rarely-executed or
untested code.
Package: libsvn-dev
Description-md5: d7ba285f3a44ff8995f08ac293b28fe7
Description-en: Development files for Apache Subversion libraries
This package contains the symlinks, headers, and object files needed
to compile and link programs which use libsvn1, the Apache Subversion
libraries. This package is needed only in order to compile software
that uses libsvn1.
Package: libsvn-doc
Description-md5: 8d748bf81b749540b1f83fe4f991a0e6
Description-en: Developer documentation for libsvn
This package contains development (API) documentation for libsvn1, the
Apache Subversion libraries. See the 'libsvn1' package for more information.
Package: libsvn-java
Description-md5: 7fe80f50698182cc45e487dedf954400
Description-en: Java bindings for Apache Subversion
This is a set of Java classes which provide the functionality of
libsvn, the Apache Subversion libraries. It is useful if you want to,
for example, write a Java class that manipulates a Subversion repository
or working copy. See the 'subversion' package for more information.
Package: libsvn-perl
Description-md5: aa3fb72865b42c59ad1e6eae171929c3
Description-en: Perl bindings for Apache Subversion
This is a set of Perl interfaces to libsvn, the Apache Subversion libraries.
It is useful if you want to, for example, write a Perl script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
Package: libsvn1
Description-md5: e815569b5d20540901c51f341d283767
Description-en: Shared libraries used by Apache Subversion
This package includes shared libraries to manipulate Apache Subversion
(svn) repositories and working copies. See the 'subversion' package for
more information.
Package: libsyncevo-dbus0
Description-md5: 113d3b2a1b962cfb8979dfce5055d817
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared D-Bus library)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides a shared library.
Package: libsyncevolution0
Description-md5: c03b5e002e88b1d79a3fc2076b457f8a
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (shared library)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides a shared library.
Package: libsyntax-infix-smartmatch-perl
Description-md5: a2feb5102e79985ded615d7f48230993
Description-en: simplified smartmatch module
Syntax::Infix::Smartmatch implements a new, much simplified version of
smartmatch. In particular the behavior only depends on the right side
argument.
.
Syntax::Infix::Smartmatch is currently still experimental and the details of
its behavior may still change.
Package: libsyntax-keyword-dynamically-perl
Description-md5: 072173824a775280ad429bf8f5cb7a39
Description-en: module to dynamically change the value of a variable
Syntax::Keyword::Dynamically provides a syntax plugin that implements a
single keyword, dynamically, which alters the behaviour of a scalar
assignment operation. Syntactically and semantically it is similar to the
built-in perl keyword local, but is implemented somewhat differently to give
two key advantages over regular local:
.
- You can dynamically assign to lvalue functions and accessors.
- You can dynamically assign to regular lexical variables.
Package: libsyntax-keyword-match-perl
Description-md5: d6d20f173e03b83641d9826cbbe4b118
Description-en: match/case syntax plugin for perl
Syntax::Keyword::Match provides a syntax plugin that implements a
control-flow block called match/case, which executes at most one of a choice
of different blocks depending on the value of its controlling expression.
.
This is similar to C's switch/case syntax (copied into many other languages),
or syntax provided by Switch::Plain.
.
This is an initial, experimental implementation. Furthermore, it is built as
a non-trivial example use-case on top of XS::Parse::Keyword, which is also
experimental. No API or compatibility guarantees are made at this time.
Package: libsyntax-keyword-multisub-perl
Description-md5: 95b11799aa0996300f64efc13fc2f3f5
Description-en: multiple subroutine dispatch syntax extension
Syntax::Keyword::MultiSub provides a new keyword, multi, to put before
subroutine declarations, which permits multiple distinct function bodies to
be provided, which take different parameters. A call to a multi sub will
invoke whichever function body best fits the arguments passed.
.
Currently this module can only make dispatching decisions based on the number
of arguments as compared to the number of signature parameters each body was
expecting. It requires perl version 5.26 or above, in order to get enough
support from signatures. Note also enabling this module does not enable the
signatures feature; you must do that independently.
Package: libsyntax-operator-equ-perl
Description-md5: 8b239834e5f4d404f3565eb1f7aa967f
Description-en: equality operators that distinguish C
Syntax::Operator::Equ provides infix operators that implement equality tests
of strings or numbers similar to perl's eq and == operators, except that they
consider undef to be a distinct value, separate from the empty string or the
number zero.
.
These operators do not warn when either or both operands are undef. They
yield true if both operands are undef, false if exactly one operand is, or
otherwise behave the same as the regular string or number equality tests if
both operands are defined.
Package: libsyntax-operator-in-perl
Description-md5: c0e15432e113028efae136c985d7fa3e
Description-en: infix element-of-list meta-operator
Syntax::Operator::In provides an infix meta-operator that implements a
element-of-list test on either strings or numbers.
Package: libsys-cpu-perl
Description-md5: cb40c7b6d3eadac691dc3206bb403b83
Description-en: module for getting CPU information
The Sys::CPU Perl offers an API to get the number of CPUs and its
speed and type. It reports numbers, type, and clockspeed of CPUs.
Package: libsys-cpuaffinity-perl
Description-md5: 2d5d91c0b4610ea8dcdf587c9987c1b3
Description-en: module to set CPU affinity for processes
The details of getting and setting process CPU affinities varies greatly from
system to system. Even among the different flavors of Unix there is very
little in the way of a common interface to CPU affinities. The existing tools
and libraries for setting CPU affinities are not very standardized, so that a
technique for setting CPU affinities on one system may not work on another
system with the same architecture.
.
Sys::CpuAffinity seeks to do one thing and do it well: manipulate CPU
affinities through a common interface on as many systems as possible, by any
means necessary.
.
The module is composed of several subroutines, each one implementing a
different technique to perform a CPU affinity operation. A technique might
try to import a Perl module, run an external program that might be installed
on your system, or invoke some C code to access your system libraries.
Usually, a technique is applicable to only a single or small group of
operating systems, and on any particular system, the vast majority of
techniques would fail. Regardless of your particular system and
configuration, it is hoped that at least one of the techniques will work and
you will be able to get and set the CPU affinities of your processes.
Package: libsys-cpuload-perl
Description-md5: 63119e343c8245d64b76860070b8effd
Description-en: module which retrieves load average of a machine
Sys::CpuLoad retrieves the 1 minute, 5 minute, and 15
minute load average of a machine.
Package: libsys-meminfo-perl
Description-md5: 2e1333a6a9a19c71da5caf32ebe55f25
Description-en: module to query the total free and used physical memory
Sys::MemInfo is a Perl module to return the total amount of free and used
physical memory and swap-space. It is available for most major operating
systems.
Package: libsys-mmap-perl
Description-md5: 345611db10314ff64e17db9dfb4ec388
Description-en: module for using POSIX mmap
The Mmap module uses the POSIX mmap call to map in a file as a Perl variable.
Memory access by mmap may be shared between threads or forked processes, and
may be a disc file that has been mapped into memory. Sys::Mmap depends on
your operating system supporting UNIX or POSIX.1b mmap, of course.
.
Note that PerlIO now defines a :mmap tag and presents mmap'd files as regular
files, if that is your cup of joe.
.
Several processes may share one copy of the file or string, saving memory,
and concurrently making changes to portions of the file or string. When not
used with a file, it is an alternative to SysV shared memory. Unlike SysV
shared memory, there are no arbitrary size limits on the shared memory area,
and sparce memory usage is handled optimally on most modern UNIX
implementations.
Package: libsys-utmp-perl
Description-md5: 6f92392edd45785718be62d05ab7370f
Description-en: perl module to query UTMP files
Sys::Utmp provides a vaguely object oriented interface to the Unix user
accounting file /var/run/utmp, and other files of similar format. It can
only be used to query the contents of the file, and cannot modify it.
Package: libsys-virt-perl
Description-md5: 07dddecc38f78736f79b80c156a98a2d
Description-en: Perl module providing an extension for the libvirt library
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
machine management APIs. This allows machines running within arbitrary
virtualization containers to be managed with a consistent API.
.
For further details on libvirt consult its website http://libvirt.org/
Package: libtaint-runtime-perl
Description-md5: 4192464627f9b90a3cd456dd015222d3
Description-en: module to enable taint checking at runtime
Taint::Runtime module is intended to encourage the use of taint mode as
painless as possible. You should probably use the -T switch on the commandline
instead. There are a somewhat limited number of legitimate use cases where you
should use this module instead of the -T switch. Unless you have a specific and
good reason for not using the -T option, you should use the -T option. See
manpage for more details.
Package: libtaint-util-perl
Description-md5: a16d972ab7858aeda5e6ecd8c0452138
Description-en: Perl module to manipulate the Perl internal taint flag
Taint::Util wraps perl's internal routines for checking and setting the
taint flag and thus does not rely on regular expressions for untainting
or odd tricks involving eval and kill for checking whether data is
tainted, instead it checks and flips a flag on the scalar in-place.
Package: libtcl-perl
Description-md5: 4e787d8b4c5bc9c664dd3d2cd9f9cdd5
Description-en: Tcl extension module for Perl
The Tcl extension module gives access to the Tcl library with functionality
and interface similar to the C functions of Tcl.
* creating Tcl interpreters
* executing Tcl code in an interpreter
* binding in new Tcl procedures
* manipulating the result field of a Tcl interpreter
* setting and getting values of variables in a Tcl interpreter
* tying perl variables to variables in a Tcl interpreter
.
Tcl is a powerful, easy to use, embeddable, cross-platform interpreted
scripting language.
Package: libterm-readline-gnu-perl
Description-md5: 6885b47a7c28c60cf0d67cde21c6b3e2
Description-en: Perl extension for the GNU ReadLine/History Library
Term::ReadLine::Gnu is a Perl interface to the GNU ReadLine Library, allowing
developers to provide features including input line editing, input history
management, word completion and more.
.
Through this module, you have access to almost all variables and functions as
documented in the GNU ReadLine/History Library. This means you can write your
custom editing function, custom completion function, and so on, with Perl.
You may find it useful for prototyping before programming with C.
Package: libterm-size-perl
Description-md5: cacecec0c2115a65ee6450a58a1be0d2
Description-en: Perl extension for retrieving terminal size
Term::Size is a Perl module which provides a straightforward way to
retrieve the terminal size, either as characters or pixels.
Optionally, a file handle may be specified to retrieve the width and
height of the associated terminal.
Package: libterm-size-perl-perl
Description-md5: 44e42722bc9e3f07585da4d690e83258
Description-en: pure Perl extension for retrieving the terminal size
Term::Size::Perl is a pure Perl implementation of Term::Size, a module
to retrieve the terminal size in terms of either characters or pixels.
.
It is currently the only working implementation of Term::Size::Any.
Package: libterm-slang-perl
Description-md5: 9d060fd06dc2e1d47917ff9e35eb01ba
Description-en: Perl interface to the S-Lang terminal library
Term::Slang is a Perl interface to the S-Lang terminal library.
Package: libterm-termkey-perl
Description-md5: 31eab338ca9071aba0b4d2a7bd19d407
Description-en: perl wrapper around libtermkey
Term::TermKey provides a light perl wrapper around the libtermkey library.
Term::TermKey attempts to provide an abstract way to read keypress events in
terminal-based programs by providing structures that describe keys, rather
than simply returning raw bytes as read from the TTY device.
Package: libtest-leaktrace-perl
Description-md5: 44f7d84b31d908d4dea79804cb924f77
Description-en: Perl test module for tracing memory leaks
Test::LeakTrace provides several functions that detect and trace memory leaks.
This module scans arenas, the memory allocation system, so it can detect any
leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not
released after the end of the scope they have been created, including internal
caches and global variables.
Package: libtest-taint-perl
Description-md5: 0e2bb932059cfe03c64c2916c6d37a98
Description-en: Module to test taintedness
The Test::Taint module provides tools to test taintedness.
Tainted data is data that comes from an unsafe source, such as the
command line, or, in the case of web apps, any GET or POST transactions.
Read the perlsec man page for details on why tainted data is bad,
and how to untaint the data.
.
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard Test::More style.
Package: libtext-aspell-perl
Description-md5: 9b086cd36d0a53a3ed4d2134fbc715df
Description-en: Perl interface to the GNU Aspell library
Text::Aspell provides a Perl interface to the GNU Aspell library. The
GNU Aspell library provides access to system spelling libraries,
including a spell checker.
.
This module is to meet the need of looking up many words, one at a
time, in a single session. It is a perl xs interface which should
provide good performance in comparison to forking the aspell program
for every word.
Package: libtext-bibtex-perl
Description-md5: e81db1aca46c80101e972eb39899fa90
Description-en: Perl extension to read and parse BibTeX files
The Text::BibTeX module provides functions to read, parse and write bibTeX
files using perl.
.
The package provides two fundamental modules for processing BibTeX files
(Text::BibTeX::File and Text::BibTeX::Entry).
.
In addition, the Text::BibTeX module provides a number of
miscellaneous functions that are useful in processing BibTeX data
(especially the kind that comes from bibliographies as defined by BibTeX
0.99, rather than generic database files).
Package: libtext-bidi-perl
Description-md5: 2cab93c9a6755190b3b12188810389a2
Description-en: Unicode bidi algorithm for Perl using libfribidi
Text::Bidi provides basic support for the Unicode bidirectional text
(Bidi) algorithm, for displaying text consisting of both left-to-right and
right-to-left written languages (like Hebrew and Arabic.) It does so using a
swig interface file to the libfribidi library.
Package: libtext-chasen-perl
Description-md5: faedb97924b1378e99e9f524074c25b7
Description-en: Japanese Morphological Analysis System module for Perl
Text::ChaSen is a ChaSen (a Japanese morphological analysis system) module
for Perl.
Package: libtext-csv-xs-perl
Description-md5: d1ac3f3bfe33a139a37c7882eb4bf589
Description-en: Perl C/XS module to process Comma-Separated Value files
Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. This module can combine fields into a CSV string and,
correspondingly, parse a CSV string back into fields.
.
Text::CSV (see libtext-csv-perl) is a wrapper module which will automatically
select the most appropriate implementation for your configuration.
Package: libtext-hunspell-perl
Description-md5: 6266a384628ae7123852281593b0dc1c
Description-en: Perl interface to the GNU Hunspell library
Text::Hunspell provides a Perl interface to the OO Hunspell
library. This module is to meet the need of looking up many words, one
at a time, in a single session, such as spell-checking a document in
memory.
Package: libtext-kakasi-perl
Description-md5: 939acfb3f4cd0299e2e80146ea02a23d
Description-en: KAKASI interface for scripting language perl
Text::Kakasi is a KAKASI interface module for Perl.
.
KAKASI is the language processing filter to convert Kanji characters
to Hiragana, Katakana or Romaji(alphabetical description of Japanese
pronunciation).
Package: libtext-mecab-perl
Description-md5: 7bc976a902c80ffa972c5a967db5c002
Description-en: alternate MeCab Interface for Perl
Text::MeCab provides Perl bindings for MeCab (libmecab).
libmecab (http://mecab.sourceforge.ne.jp) already has a perl interface built
with it, but it is a not Perl-ish one. Text::MeCab has following advantages
compared with it:
.
- High performance
- Perl-ish programming interface
Package: libtext-metaphone-perl
Description-md5: 15e5a75eb13bbc5d872507d616ae8dcb
Description-en: modern soundex module providing phonetic encoding of words
Text::Metaphone provides the Metaphone() function, whereby a string/word
is broken down into a rough approximation of its English phonetic
pronunciation. Very similar in concept and purpose to soundex, but much
more comprehensive in its approach.
.
This module is C/XS accelerated.
Package: libtext-ngram-perl
Description-md5: 67418558c3c4192b30b0b869959ff7e6
Description-en: efficient XS-Based n-gram spectrum analysis module
n-Gram analysis is a field in textual analysis which uses sliding window
character sequences in order to aid topic analysis, language
determination and so on. The n-gram spectrum of a document can be used
to compare and filter documents in multiple languages, prepare word
prediction networks, and perform spelling correction.
.
Text::Ngram provides an efficient XS-based implementation of n-gram
spectrum analysis.
Package: libtext-qrcode-perl
Description-md5: 3ea32a6114164fda17495a02e2b43ca4
Description-en: module for generating text based QR Codes
Text::QRCode is a module for generating two-dimensional bar codes
(called "QR Codes") using only the ' ' and '*' characters. This module
uses libqrencode '2.0.0' and above to do its task.
Package: libtext-reflow-perl
Description-md5: 1103fcf1c4603bbc1a4060735211c487
Description-en: Perl module for reflowing files using Knuth's algorithm
Text::Reflow provides a series of utilities that reflow paragraphs in a given
file, filehandle, string or array using Knuth's paragraphing algorithm (as
used in TeX) to pick the optimal places to break lines. The reflow algorithm
tries to keep lines the same length but also tries to break at punctuation,
and to avoid breaking within a proper name or after certain connectives. The
result is more readable since fewer phrases are broken across line breaks.
Package: libtext-soundex-perl
Description-md5: 086ffa694c30ba991f218d037c7158c3
Description-en: implementation of the soundex algorithm
Text::Soundex implements the original soundex algorithm developed by Robert
Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation
called "American Soundex" used for US census data, and currently maintained by
the National Archives and Records Administration (NARA).
Package: libtext-unaccent-perl
Description-md5: 5bc26ac62f81d29fb519aa99c7ec5991
Description-en: provides functions to remove accents using UTF16 as a pivot
Text::Unaccent is a module that provides functions to remove accents
from a string. For instance the string été will become ete. The
charset of the input string is specified as an argument. The input is
converted to UTF-16 using iconv(3), accents are stripped and the
result is converted back to the original charset. The iconv -l
command on GNU/Linux will show all charset supported.
Package: libtfbs-perl
Description-md5: 329310953f967bb54344ec3b1c418600
Description-en: scanning DNA sequence with a position weight matrix
The TFBS perl modules comprise a set of routines to interact with the
Transfac and Jaspar databases that describe a special family of proteins,
the transcription factors. These bind to genomic DNA to initiate (or
prevent) the readout of a gene. Once multiple binding sites are known
for a transcription factor, these are gathered in a single file and are
aligned in order to find position-specific characteristica that might
be used to predict such binding events in novel DNA sequences.
.
If you use TFBS in your work, please cite "Lenhard B., Wasserman W.W. (2002)
TFBS: Computational framework for transcription factor binding site analysis.
Bioinformatics 18:1135-1136".
.
Note: the TFBS perl module is no longer under active development. All the
functionality can be found in the TFBSTools Bioconductor package; users are
highly encouraged to switch.
Package: libthread-sigmask-perl
Description-md5: 75212716bf78b111d92822af64f9770c
Description-en: module for thread specific signal masks
Thread::SigMask provides per-thread signal masks. On non-threaded perls it
will be effectively the same as POSIX::sigprocmask. The interface works
exactly the same as sigprocmask.
Package: libtickit-async-perl
Description-md5: f53c7c0672ae57f8942bf7d02e73be57
Description-en: module to use Tickit with IO::Async
Thes Tickit::Async module allows a Tickit user interface to run alongside
other IO::Async-driven code, using IO::Async as a source of IO events.
.
As a shortcut convenience, a containing IO::Async::Loop will be constructed
using the default magic constructor the first time it is needed, if the
object is not already a member of a loop. This will allow a Tickit::Async
object to be used without being aware it is not a simple Tickit object.
.
To avoid accidentally creating multiple loops, callers should be careful to
add the Tickit::Async object to the main application's loop if one already
exists as soon as possible after construction.
Package: libtickit-perl
Description-md5: 935903cceb676543c21e0bc626b66dc6
Description-en: Terminal Interface Construction KIT
Tickit is a high-level toolkit for creating full-screen terminal-based
interactive programs. It allows programs to be written in an abstracted way,
working with a tree of widget objects, to represent the layout of the
interface and implement its behaviours.
.
Its supported terminal features includes a rich set of rendering attributes
(bold, underline, italic, 256-colours, etc), support for mouse including
wheel and position events above the 224th column and arbitrary modified key
input via libtermkey (all of these will require a supporting terminal as
well). It also supports having multiple instances and non-blocking or
asynchronous control.
.
At the current version, this is a Perl distribution which contains and XS and
C implementation of the lower levels (Tickit::Term and Tickit::Pen), and
implements the higher levels (Tickit::Window and Tickit::Widget) in pure
perl. The XS parts are supported by libtickit, either from the installed
library, or using a bundled copy compiled at build time. It is intended that
eventually the Window layer will be rewritten in XS and C instead.
Package: libtie-hash-indexed-perl
Description-md5: 1a2c41f5af5a803425180cbd6e650386
Description-en: Ordered hashes for Perl
This module implements an ordered hash, meaning that it associates keys
with values like a Perl hash, but keeps the keys in a consistent order.
.
Tie::Hash::Indexed is intentionally very similar to other ordered hash
modules, most prominently Hash::Ordered. However, Tie::Hash::Indexed is
written completely in XS and is, often significantly, faster than other
modules. For a lot of operations, it's more than twice as fast as
Hash::Ordered, especially when using the object-oriented interface instead of
the tied interface. Other modules, for example Tie::IxHash, are even slower.
.
The object-oriented interface of Tie::Hash::Indexed is almost identical to
that of Hash::Ordered, so in most cases you should be able to easily replace
one with the other.
Package: libtime-hr-perl
Description-md5: 4697a4626a58b673c3ed2e9da9218379
Description-en: Perl interface to high-resolution timer
Time::HR is a very simple interface to high-resolution timer - it only
supports one function call - gethrtime(). gethrtime() function returns
current high-resolution real time value either as 64-bit integer (on systems
with 64-bit support) or double value. Time is expressed as nanoseconds since
some arbitrary time in the past; it is not correlated in any way to the time
of day, and thus is not subject to resetting or drifting by way of adjtime or
settimeofday. The high resolution timer is ideally suited to performance
measurement tasks, where cheap, accurate interval timing is required.
Currently, this extension is only supported on Solaris, Linux and Cygwin.
Package: libtime-warp-perl
Description-md5: 1667ae544a7e4489d62f6def3c8f684e
Description-en: module to provide control over the flow of time
Human external experience unfolds in 3 1/2 dimensions (time has a
dimensionality of 1/2). The Time::Warp module offers developers control over
the measurement of time.
Package: libtime-y2038-perl
Description-md5: 74d09201357c1187c9c8271941b0c579
Description-en: Perl module with time functions working beyond 2038
On many computers, Perl's time functions will not work past the year 2038.
This is a design fault in the underlying C libraries Perl uses. Time::y2038
provides replacements for those functions which will work accurately +/1 142
million years.
Package: libtk-tablematrix-perl
Description-md5: f34f2478016549b7d8700b830ba9ade1
Description-en: Table/matrix widget extension to Perl/Tk
This is the CPAN Perl module Tk::TableMatrix.
.
Tk::TableMatrix is a table/matrix widget extension to Perl/Tk
for displaying data in a table (or spreadsheet) format.
The basic features of the widget are:
.
* multi-line cells
* support for embedded windows (one per cell)
* row & column spanning
* variable width columns / height rows (interactively resizable)
* row and column titles
* multiple data sources ((perl hash|| perl callback) &| internal caching)
* supports standard Tk reliefs, fonts, colors, etc.
* x/y scrollbar support
* 'tag' styles per row, column or cell to change visual appearance
* in-cell editing - returns value back to data source
* support for disabled (read-only) tables or cells (via tags)
* multiple selection modes, with "active" cell
* multiple drawing modes to get optimal performance for larger tables
* optional 'flashes' when things update
* cell validation support
Package: libtokyocabinet-perl
Description-md5: 8e8548c69e98d20aa0a690f53a545619
Description-en: Perl Binding of Tokyo Cabinet
Tokyo Cabinet is a library of routines for managing a database. The database
is a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length. Both binary data
and character string can be used as a key and a value. There is neither
concept of data tables nor data types. Records are organized in hash table,
B+ tree, or fixed-length array.
Package: libtrue-perl
Description-md5: 6d6855042be74d5c6729dd09eb54aa3b
Description-en: automatically return a true value when a file is required
Perl's require builtin (and its use wrapper) requires the files it loads to
return a true value. This is usually accomplished by placing a single
.
1;
.
statement at the end of included scripts or modules. It's not onerous to add
but it's a speed bump on the Perl novice's road to enlightenment.
.
This module packages this "return true" behaviour so that it need not be
written explicitly.
Package: libtrycatch-perl
Description-md5: a92b1e0cf1f6d7b1d85a9a4fda7f1365
Description-en: first class try catch semantics for Perl
TryCatch aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using "eval {}; if ($@) {}" is often
prone to subtle bugs, primarily that its far too easy to stomp on the
error in error handlers. And also eval/if isn't the nicest idiom.
Package: libtype-tiny-xs-perl
Description-md5: 69f9a99da2a0e51c9acdbfd548d67d6c
Description-en: boost for some of Type::Tiny's built-in type constraints
Type::Tiny is a tiny class for creating Moose-like type constraint
objects which are compatible with Moo, Moose and Mouse.
.
Type::Tiny::XS is optionally used by Type::Tiny to provide faster,
C-based implementations of some type constraints.
Package: libunicode-casefold-perl
Description-md5: 061ec4b622abe674de0c56a977c9d176
Description-en: module for Unicode case-folding
Unicode::CaseFold provides Unicode case-folding for Perl. Case-folding is a
tool that allows a program to make case-insensitive string comparisons or do
case-insensitive lookups.
Package: libunicode-collate-perl
Description-md5: e0bed90b870a6dd31394b8c1fd3e942d
Description-en: Unicode collation algorithm built with fast XSUB
Written by SADAHIRO Tomoyuki, this module contains several functions to
collate (sort) Unicode characters. This package is optimised in XS.
.
Unicode::Collate is an implementation of Unicode Technical Standard #10,
the Unicode Collation Algorithm.
Package: libunicode-japanese-perl
Description-md5: cf9c82fa229460efafd93ff49438335c
Description-en: module for converting Japanese encodings
Unicode::Japanese is a Perl module for converting Japanese encodings. It has
support for conversion between ZENKAKU and HANKAKU, and safely handles EMOJI
for mobile devices (DoCoMo i-mode, ASTEL dot-i and J-PHONE J-Sky).
Package: libunicode-linebreak-perl
Description-md5: 064e5d14c788a9625ef41965b9c36e7e
Description-en: UAX #14 Unicode Line Breaking Algorithm
Unicode::LineBreak performs Line Breaking Algorithm described in Unicode
Standards Annex #14 [UAX #14]. East_Asian_Width informative properties
defined by Annex #11 [UAX #11] will be concerned to determine breaking
positions.
Package: libunicode-map-perl
Description-md5: cbee77d20b7a412a83cbc9de49175b60
Description-en: Perl module for mapping charsets from and to UTF16 Unicode
This module converts strings from and to 2-byte Unicode UCS2 format.
All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8
encoding. To convert between UTF8 and UTF16 use Unicode::String.
.
For historical reasons this module coexists with Unicode::Map8.
Please use Unicode::Map8 unless you need to care for >1 byte
character sets, e.g. chinese GB2312. Anyway, if you stick to the
basic functionality (see documentation) you can use both modules
equivalently.
.
The 'libwww-perl' package is needed to run the example mirrorMappings.
Package: libunicode-map8-perl
Description-md5: 5c749eaf49facf816ecb44c5e841d059
Description-en: module to map 8bit character sets to Unicode
Unicode::Map8 is a Perl module that implements efficient mapping tables for
conversion between 8-bit character sets and 16 bit Unicode. There are about
170 mapping tables between various character sets, based on vendor mapping
tables provided by Unicode, Inc. and code tables in RFC1345.
Package: libunicode-string-perl
Description-md5: 8a113d24b6f7b932bed6d7b198381cff
Description-en: Older Perl modules for Unicode string manipulation
This package provides Unicode::String, which manipulates strings of
characters in various Unicode representations, and Unicode::CharName,
which maps Unicode characters to official character names.
.
These modules predate native Unicode support inside Perl. Normally, the
integrated Perl Unicode support and modules such as Encode should be used
instead of these modules. They are provided primarily for their
additional utility functions and to support other Perl code with
dependencies on these modules. Be aware that Unicode::CharName only
includes Unicode characters up to Unicode 4.1 and the character name
tables included with Perl are more complete.
Package: libuniversal-ref-perl
Description-md5: bc6d9fca03972170640f2bdc0b11186b
Description-en: turns ref() into a multimethod
UNIVERSAL::ref changes the behavior of the builtin function ref(). If
ref() is called on an object that has requested an overloaded ref, the
object's ->ref method will be called and its return value used instead.
Package: libunix-mknod-perl
Description-md5: 3f8208500b191ea7932daabd7102cca3
Description-en: Perl extension for mknod, major, minor, and makedev
Unix::Mknod allows access to the device routines major()/minor()/makedev()
that may or may not be macros in .h files.
.
It also allows access to the mknod(2) system call.
Package: libunix-processors-perl
Description-md5: 01ce29be3d123f3e3d3968d1c72ed47b
Description-en: interface to processor (CPU) information
Unix::Processors provides accessors to per-processor (CPU) information. The
object is obtained with the Unix::Processors::processors call.
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: liburi-escape-xs-perl
Description-md5: c6735595923ce69aa608de57fd3dd005
Description-en: drop-in XS replacement for URI::Escape
URI::Escape::XS is a drop-in XS replacement for URI::Escape, which provides
functions to percent-encode and percent-decode URI strings as defined by RFC
3986. Percent-encoding URI's is informally called "URI escaping".
Package: liburl-encode-xs-perl
Description-md5: 0aba0c9c9296b28f3b50a3c7a64d8684
Description-en: XS implementation of URL::Encode
URL::Encode::XS is an XS implementation of the URL::Encode module.
.
The main URL::Encode package will use this package automatically if it can
find it. Do not use this package directly, use URL::Encode instead.
Package: libusb-libusb-perl
Description-md5: 88a4ff664d37f5b1f0ea3ad791a8df87
Description-en: Perl interface to the libusb-1.0 API
USB::LibUSB provides a Perl interface to the libusb-1.0 API. It provides
access to most basic libusb functionality including read-out of device
descriptors and synchronous device I/O.
.
Staying as close as possible to the libusb-1.0 API, this module adds
convenient error handling and additional high-level functionality (e.g.
device discovery with vid, pid and serial number). Easy to build more
functionality without knowing about XS.
Package: libverilog-perl
Description-md5: 5b40070e8f1b818fbb4d0d6224ed61b4
Description-en: framework providing Verilog support
Verilog is a Perl framework providing Verilog support in the Perl language.
It includes:
.
* Verilog::Getopt, which parses command line options similar to C++ and VCS
* Verilog::Language, which knows the language keywords and parses numbers.
* Verilog::Netlist, which builds netlists out of Verilog files. This allows
easy scripts to determine things such as the hierarchy of modules.
* Verilog::Parser, which invokes callbacks for language tokens
* Verilog::Preproc, preprocesses the language, and allows reading
post-processed files right from Perl without temporary files.
.
It also includes a variety of useful utilities:
.
* vpassert inserts PLIish warnings and assertions for any simulator
* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog
language
* vrename renames and cross-references Verilog symbols. It creates Verilog
cross references and makes it easy to rename signal and module names over
multiple files.
Package: libversion-perl
Description-md5: 44a0962212c1709025ede485e9f3bcd5
Description-en: Perl extension for Version Objects
The version module implements version objects for older version of Perl and
provides the version object API for all versions of Perl.
.
There are two different types of version objects supported by this modules,
corresponding to the two different styles of versions in use:
* Decimal Versions - The classic floating-point number $VERSION.
* Dotted Decimal Versions - The more modern form of version assignment, with
3 (or potentially more) integers separated by decimal points (e.g. v1.2.3).
Package: libvideo-capture-v4l-perl
Description-md5: cca2c41532b3de391a66ad7a948e2236
Description-en: Perl interface to the Video4linux framegrabber interface
This package contains Perl modules which interface to
the Video4linux frame grabber.
.
The following Perl modules are included in this package:
.
* Video::Capture::V4l - Video4linux framegrabber interface
* Video::Capture::VBI - Functions to manipulate vbi fields & lines
* Video::Frequencies - Many, many frequency constants and lists
* Video::RTjpeg - Real time, jpeg-like video compression
* Video::XawTV - read, create and edit .xawtvrc files
Package: libvideo-ivtv-perl
Description-md5: 414f269c67b19289f32a685654336d7b
Description-en: Perl extension for using V4l2 in the ivtv perl scripts
The Video::ivtv module will provide helper methods for working with
videodev2.h structures and making ioctl calls that have proven to be
too difficult to create pack strings for in perl itself.
.
This is not supposed to be an equivalent of the Video::Capture::V4l
module which was created for videodev.h.
Package: libwant-perl
Description-md5: 7684edf846472c43fdf3d5c89af69404
Description-en: generalisation of wantarray
The Want module generalises the mechanism of the wantarray function,
allowing a function to determine in some detail how its return value
is going to be immediately used.
Package: libwin-hivex-perl
Description-md5: 3e474899bbf5728b3679672f4e5830c6
Description-en: Perl bindings to hivex
Perl bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
.
This package also contains hivexregedit, a low-level command-line
tool for manipulating and dumping registry hives.
Package: libwww-curl-perl
Description-md5: d9504a04d1e1883dc119c35d469694c5
Description-en: Perl bindings to libcurl
WWW::Curl is a collection of Perl modules which contain Perl bindings to
libcurl. In Debian, more information on how the curl library can be used in
your applications is available in the libcurl4-doc Debian package.
Package: libwww-form-urlencoded-xs-perl
Description-md5: 5dee9b168d9da64ed7ff0baf57eef7dd
Description-en: XS implementation of application/x-www-form-urlencoded parser/builder
WWW::Form::UrlEncoded::XS provides an application/x-www-form-urlencoded
encoding parser and builder that is implemented in XS. This module is used by
WWW::Form::UrlEncoded (libwww-form-urlencoded-perl) transparently.
Package: libwx-glcanvas-perl
Description-md5: 54cec8d0e6d99e1fe0a69a8fda483d6d
Description-en: Perl interface to wxWidgets' OpenGL canvas
Wx::GLCanvas is an extension module allowing the integration of an
OpenGL Canvas in Perl programs using the wxWidgets toolkit. It does so
by wrapping the wxWidgets wxGLCanvas class.
Package: libwx-perl
Description-md5: af1e5ac95e50361f41b69512789388f3
Description-en: interface to wxWidgets cross-platform GUI toolkit
wxPerl is an extension module allowing the creation of GUI (Graphical
User Interface) Perl programs using the wxWidgets toolkit. It serves as a Perl
wrapper around wxWidgets.
Package: libwx-scintilla-perl
Description-md5: b56998077a62e0d9a1694d8bfb6997d5
Description-en: source code editor component for wxWidgets
Wx::Scintilla Perl module is a Wx wrapper around scintilla editor.
.
Wx::Scintilla project goal is to provide fresh Perl 5 and maybe Perl 6
support in Wx while preserving compatibility with Wx::StyledTextCtrl.
.
Note: You cannot load Wx::STC and Wx::Scintilla in the same application. They
are mutually exclusive. The wxSTC_... events are handled by one library or
the other.
Package: libx11-guitest-perl
Description-md5: cfc0ba3b3bcc0dc03a787d6ab94bf7b3
Description-en: collection of functions for X11 GUI testing/interaction
The X11::GUITest module is intended to facilitate the testing of GUI
applications by means of user emulation. It can be used to test/interact
with GUI applications; which have been built upon the X library or
toolkits (i.e., GTK+, Xt, Qt, Motif, etc.) that "wrap" the X
library's functionality.
Package: libx11-xcb-perl
Description-md5: e5e1553136304c736dcfd92f10399ffe
Description-en: perl bindings for libxcb
X11::XCB is a Perl module which wraps libxcb, a library to talk the X11
protocol.
.
Please note that its aim is NOT to provide yet another toolkit for creating
graphical applications. It is a low-level method of communicating with X11.
Use cases include testcases for all kinds of X11 applications, implementing
really simple applications which do not require an graphical toolkit (such as
GTK+, QT, etc.) or command-line utilities which communicate with X11.
Package: libx86emu-dev
Description-md5: ec2c3ae18ccfaeb5aa86ac8fcb0be6a7
Description-en: x86 emulation library (development files)
Small x86 emulation library with focus of easy usage and
extended execution logging functions. The library features
an API to create emulation objects for x86 architecture.
.
This package contains the development files.
Package: libx86emu3
Description-md5: 8d59e1cbebe9ecb31b641ea874fd2a2f
Description-en: x86 emulation library
Small x86 emulation library with focus of easy usage and
extended execution logging functions. The library features
an API to create emulation objects for x86 architecture.
.
This package contains the library.
Package: libxdot4
Description-md5: 5bb95dff142ccbf7ab2946dc3a7a4dc1
Description-en: rich set of graph drawing tools - xdot library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the xdot library.
Package: libxgboost-dev
Description-md5: 46041fbb33dcb1c97be71e3d3f9e2df0
Description-en: Scalable and Flexible Gradient Boosting (Development)
XGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of
examples.
.
This package contains the xgboost development files.
Package: libxgboost0
Description-md5: b9e8435604f14fe3fb48c8101b321e08
Description-en: Scalable and Flexible Gradient Boosting (Shared lib)
XGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of
examples.
.
This package contains the xgboost shared object.
Package: libxml-bare-perl
Description-md5: 3ebf0614e3373716bdddc3cf5baa524f
Description-en: Perl module to parse XML into a Perl hash
XML::Bare provides a simple API to read and write XML files, it also provides
a function to validate the XML schema. The parser itself is a simple state
engine that is less than 500 lines of C.
.
In comparison to other available Perl XML parsers that create trees, XML::Bare
is extremely fast; benchmarking shows that it can even be one or two orders of
magnitude faster than similar modules.
Package: libxml-easy-perl
Description-md5: 50a74f1e5515b4bddfbc5d91e1380901
Description-en: Perl module for XML processing with a clean interface
XML::Easy is a collection of modules relating to the processing, parsing,
and serialisation of XML data. It is oriented towards the use of XML
to represent data for interchange purposes, rather than the use of XML
as markup of principally textual data. It does not perform any schema
processing, and does not interpret DTDs or any other kind of schema.
It adheres strictly to the XML specification, in all its awkward details,
except for the aforementioned DTDs.
Package: libxml-hash-xs-perl
Description-md5: a563589e245278527f0f60cedfaf6d7d
Description-en: Perl XS module to fastly convert XML from/to hash
XML::Hash::XS implements simple hash to XML and XML to hash conversion
written in C.
.
During conversion uses minimum of memory, XML or hash is written directly
without building DOM.
.
Note that libxml-libxml-perl is required to build DOM.
Package: libxml-libxslt-perl
Description-md5: 5a4ed3da894c2605abd86c174ea7495c
Description-en: Perl interface to the GNOME libxslt library
XML::LibXSLT is an XSLT Perl module, based on the GNOME libxslt library,
which is a fast and XSLT 1.0 compliant XSLT engine.
.
XSLT is an XML-based language used for XML transformations. For more
information see http://www.w3.org/TR/xslt.
Package: libxml-quote-perl
Description-md5: 87975fac5f26396aa7c8e908b19837be
Description-en: XML quote/dequote functions
XML::Quote provides functions to quote/dequote strings in "xml"-way.
.
All functions are written in XS and are very fast; they correctly process
utf8, tied, overloaded variables and all the rest of perl "magic".
Package: libxml-sax-expatxs-perl
Description-md5: 36a61e43ab6f7961e8f28a46681399d7
Description-en: Perl SAX 2 XS extension to Expat parser
XML::SAX::ExpatXS is a direct XS extension to Expat XML parser. It implements
Perl SAX 2.1 interface. See http://perl-xml.sourceforge.net/perl-sax/ for
Perl SAX API description. Any deviations from the Perl SAX 2.1 specification
are considered as bugs.
Package: libxmmsclient++-dev
Description-md5: 0f0fdc53bc82144f75ba87b6abec4956
Description-en: XMMS2 - client library for c++ - development files
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains files for developing XMMS2 clients using
libxmmsclient++4v5.
Package: libxmmsclient++-glib-dev
Description-md5: 25c0ce68e27316633bff33a30e328dd2
Description-en: XMMS2 - glib client library for c++ - development files
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains files for developing XMMS2 clients using
libxmmsclient++-glib1v5.
Package: libxmmsclient++-glib1v5
Description-md5: 589b569cc4d9c8b165d216631c967c1b
Description-en: XMMS2 - glib client library for c++
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a glib based client library written in c++.
Package: libxmmsclient++4v5
Description-md5: 1ab742b3c2fe3036a606a3f847f6325d
Description-en: XMMS2 - client library for c++
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a client library written in c++.
Package: libxmmsclient-dev
Description-md5: de8d0fa20abef6f948a0aefb29e812c2
Description-en: XMMS2 - client library development files
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains files for developing XMMS2 clients using libxmmsclient6.
Package: libxmmsclient-glib-dev
Description-md5: 933e4b909f6067bc32add8a8c804239d
Description-en: XMMS2 - glib client library - development files
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains files for developing XMMS2 clients using
libxmmsclient-glib1.
Package: libxmmsclient-glib1
Description-md5: 161c9c06c3f7459673c1ede64ba6c568
Description-en: XMMS2 - glib client library
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a glib based client library written in c.
Package: libxmmsclient6
Description-md5: bf89ab3a94632143ad0f135cd4b8476e
Description-en: XMMS2 - client library
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a client library written in c.
Package: libxqdbm-dev
Description-md5: 7012eec95bd248d599cdf6a3a444842c
Description-en: QDBM Database Libraries for C++ [development]
This is the development package which contains headers and static
libraries for the QDBM database library. This is only for
programs which will use the C++ interface.
Package: libxqdbm3t64
Description-md5: 4dd84157c2085870c6759be69c58842c
Description-en: QDBM Database Libraries for C++ [runtime]
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This is the runtime package for programs that use the QDBM
database library. This is only for programs which use the C++ interface.
Package: libxs-object-magic-perl
Description-md5: 42ed6a43448316e7cd7d4ecaf306d442
Description-en: module for opaque, extensible XS pointer backed objects using sv_magic
XS::Object::Magic provides a way of associating structs with Perl space
objects designed to supersede Perl's builtin "T_PTROBJ" with something that
is designed to be:
.
* extensible: The association of the pointer using "sv_magicext" can be
done on any data type, so you can associate C structs with any
representation type. This means that you can add pointers to any object
(hand coded, Moose or otherwise), while still having instance data in
regular hashes.
* opaque: The C pointer is neither visible nor modifiable from Perl space.
This prevents accidental corruption which could lead to segfaults using
"T_PTROBJ" (e.g. "$$ptr_obj = 0").
Package: libxstring-perl
Description-md5: 0243712ad949f3e3e7dbaa586fd5c2cc
Description-en: module containing isolated string helpers from B
The extremely lightweight XString module provides the string helpers from
the much larger B module (Perl compiler backend) in an isolated package.
.
Currently the cstring and perlstring helpers are available.
Package: libyaml-syck-perl
Description-md5: b821d2b94ad9f18222b229c55cf2b00f
Description-en: Perl module providing a fast, lightweight YAML loader and dumper
YAML::Syck provides a Perl interface to the libsyck data
serialization library. It exports the Dump and Load functions for
converting Perl data structures to YAML strings, and the other way
around.
.
This module is considered deprecated. Please consider using
libyaml-libyaml-perl instead.
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: libzbar-dev
Description-md5: cbc904d6567674a270736247dc1af038
Description-en: QR code / bar code scanner and decoder (development)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the development files.
Package: libzbar0t64
Description-md5: 884ba70891ca72e3a115e297844f0b93
Description-en: QR code / bar code scanner and decoder (library)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the library.
Package: libzbargtk-dev
Description-md5: 291197a42e4cccab6fa51274a99b94de
Description-en: QR code / bar code scanner and decoder (GTK+ bindings development)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the development files for the GTK+ bindings.
Package: libzbargtk0t64
Description-md5: abe72f8e1fd5755f8adcc6d43da9a812
Description-en: QR code / bar code scanner and decoder (GTK+ bindings)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the GTK+ bindings.
Package: libzbarqt-dev
Description-md5: 9cd0f9fcdf7486b383773b308e0a5b61
Description-en: QR code / bar code scanner and decoder (Qt binding development)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the development files for the Qt binding.
Package: libzbarqt0t64
Description-md5: bc7fc01bbb87a5e94375470d9484527d
Description-en: QR code / bar code scanner and decoder (Qt binding)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the library for Qt binding.
Package: libzerg-perl
Description-md5: b7427345496a7aa70da60de9f8c9ddeb
Description-en: fast perl module for parsing the output of NCBI BLAST programs
The Zerg library contains a C/flex lexical scanner for BLAST reports
and a set of supporting functions. It is centered on a "get_token"
function that scans the input for specified lexical elements and, when
one is found, returns its code and value to the user.
.
It is intended to be fast: for that the authors used flex, which provides
simple regular expression matching and input buffering in the
generated C scanner. And it is intended to be simple in the sense of
providing just a lexical scanner, with no features whose support could
slow down its main function.
Package: libzonemaster-ldns-perl
Description-md5: 651092fc43b308838ab0bcb104044d1c
Description-en: Perl wrapper for the ldns DNS library
The Zonemaster::LDNS module provides a Perl interface to the ldns
library from NLnet Labs and depends on it being available. The
module can either compile and use those libraries internally or
link to already available ldns library given that the version is
high enough. In both cases it relies on a sufficiently recent
version of OpenSSL being present.
.
This module is written as part of the Zonemaster project, and
therefore primarily exposes the functionality needed for
that. Since Zonemaster is a diagnostic tool, that means the
functions most used are those for looking things up and
inspecting them.
.
If one wants a module that specifically aims to be a complete
and transparent interface to ldns, DNS::LDNS is a better fit
than this module.
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: 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: 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: lua-guestfs
Description-md5: 5002198b3678c7401771813a5f89a4fc
Description-en: guest disk image management system - Lua bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Lua bindings.
Package: lua-hamlib
Description-md5: 40fba0740af5fb55f64a82ca18f8dccb
Description-en: Run-time Lua library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the Lua bindings of the library.
Package: mapserver-bin
Description-md5: bf4ecb739dece0bece0844d415b0e77a
Description-en: MapServer utilities
This package provides command-line utilities for MapServer.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards. Scripting
functionality in MapScript is provided by the suggested mapscript
library packages.
Package: mapserver-doc
Description-md5: c1eb586d0c9b03f7e3cc0dea2d9d92ff
Description-en: documentation for MapServer
This package provides some brief documentation for MapServer.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards. Scripting
functionality in MapScript is provided by the suggested mapscript
library packages.
Package: marisa
Description-md5: d93b84a24d3e4ba003fb52bd879d4222
Description-en: command line tools for libmarisa
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
and space-efficient trie data structure.
.
This package contains command line tools for libmarisa.
Package: matomo-device-detector
Description-md5: c7a75ee6e3f81cc990f41128d676b527
Description-en: Universal Device Detection library written in PHP
This package contains a Universal Device Detection library that parses
User Agents and Browser Client Hints to detect devices (desktop, tablet,
mobile, tv, cars, console, etc.), clients (browsers, feed readers,
media players, PIMs, ...), operating systems, brands and models.
Package: mayavi2
Description-md5: 3e1412fa7c45ad6d8094e81ca78b296b
Description-en: scientific visualization package for 2-D and 3-D data
MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
visualization. Its features include:
* Visualization of scalar, vector and tensor data in 2 and 3 dimensions
* Easy scriptability using Python
* Easy extendability via custom sources, modules, and data filters
* Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
* Saving of visualizations
* Saving rendered visualization in a variety of image formats.
.
MayaVi2 has been designed with scriptability and extensibility in
mind. While the mayavi2 application is usable by itself, it may be
used as an Envisage plugin which allows it to be embedded in user
applications natively. Alternatively, it may be used as a
visualization engine for any application.
.
This package also provides TVTK, which wraps VTK objects to provide a
convenient, Pythonic API, while supporting Traits attributes and
NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except
for a small extension module.
Package: mceliece
Description-md5: 5ef6d0fde0275f73c041930f5e276405
Description-en: Classic McEliece microlibrary - command line tools
libmceliece is an implementation of the Classic McEliece
cryptosystem. The command-line interface for libmceliece provides the
following command-line tools:
.
mceliece348864-dec
mceliece348864-enc
mceliece348864f-keypair
mceliece348864-keypair
mceliece348864pc-dec
mceliece348864pc-enc
mceliece348864pcf-keypair
mceliece348864pc-keypair
mceliece460896-dec
mceliece460896-enc
mceliece460896f-keypair
mceliece460896-keypair
mceliece460896pc-dec
mceliece460896pc-enc
mceliece460896pcf-keypair
mceliece460896pc-keypair
mceliece6688128-dec
mceliece6688128-enc
mceliece6688128f-keypair
mceliece6688128-keypair
mceliece6688128pc-dec
mceliece6688128pc-enc
mceliece6688128pcf-keypair
mceliece6688128pc-keypair
mceliece6960119-dec
mceliece6960119-enc
mceliece6960119f-keypair
mceliece6960119-keypair
mceliece6960119pc-dec
mceliece6960119pc-enc
mceliece6960119pcf-keypair
mceliece6960119pc-keypair
mceliece8192128-dec
mceliece8192128-enc
mceliece8192128f-keypair
mceliece8192128-keypair
mceliece8192128pc-dec
mceliece8192128pc-enc
mceliece8192128pcf-keypair
mceliece8192128pc-keypair
mceliece-fulltest
mceliece-speed
mceliece-test
.
Each tool exits 0 on success, nonzero on failure.
.
These tools allow libmceliece to be easily used from shell
scripts. Other languages can also use libmceliece via these tools,
but languages typically have good support for FFI and can use the C
interface directly.
.
The mceliece-speed, mceliece-test and mceliece-fulltest tools can be used
for benchmarking and internal self testing. Python and Valgrind is only
needed for the mceliece-fulltest tool, the other tools are written in C.
.
Command line tools.
Package: mdbtools
Description-md5: 394b15518fd4ecc4667f403c8cd8e38d
Description-en: JET / MS Access database (MDB) tools
These are various tools for manipulating JET / MS Access database (MDB) files:
* utils - provides command line utilities to list tables, export schema,
and data, show file versions, and other useful stuff.
* mdb-sql - a command line SQL tool that allows one to type SQL queries and
get results.
Package: mdbtools-dev
Description-md5: 7c77c836252f81a62b229ae2db41a06c
Description-en: mdbtools development files
Utilities for reading MS Access database (MDB) files
.
These are development files for mdbtools, needed to build applications
with it.
Package: mdbtools-doc
Description-md5: c8f8326321deead0ff8002bfdb0add31
Description-en: Dummy package
This is a transitional package. It can safely be removed.
.
See package libmdb3t64 documentation.
Package: mecab
Description-md5: e4eab18e2611f99ded7dca3f78c46fe9
Description-en: Japanese morphological analysis system
Mecab is a morphological analysis system. It reads Japanese
sentences from the standard input, segments them into morpheme
sequences, and outputs them to the standard output with many
additional pieces of information (pronunciation, semantic
information, etc).
Package: mimedefang
Description-md5: e22a57a2cca6b9b051158a39372e2f84
Description-en: e-mail filter program for sendmail
MIMEDefang is an e-mail filter program which processes all messages sent
via Sendmail. It splits multi-part MIME messages into their components
and can delete or modify those parts before reassembling the message and
sending it on its way.
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-eglstream-kms20
Description-md5: de3eb683c5cd18107a001c6710326ebe
Description-en: Mir Display Server - platform library for NVIDIA
Mir is a display server running on Linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to interact with
the hardware platform using the EGLStream EGL extensions, such as the
NVIDIA binary driver.
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-gbm-kms20
Description-md5: d66e80bece6e0ba55c34a0d691029ac2
Description-en: Mir Display Server - platform library for KMS Mesa
Mir is a display server running on Linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to interact with
the hardware platform using the Mesa drivers.
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-wayland20
Description-md5: d1ae9e6e928dbbb17a0576cc2c04998d
Description-en: Mir Display Server - platform library for Wayland
Mir is a display server running on Linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to interact with
a "host" Wayland display server.
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-graphics-x20
Description-md5: 472a7b047101bb76476a2d980f65a30f
Description-en: Mir Display Server - platform library for X11 Mesa
Mir is a display server running on Linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to interact with
the X11 platform using the Mesa drivers.
Package: mir-platform-input-evdev8
Description-md5: 90e53d61146b870f3030f3931198c9fc
Description-en: Mir Display Server - input platform library
Mir is a display server running on Linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to interact with
the input hardware using the evdev interface.
Package: mir-platform-rendering-egl-generic
Description-md5: e8328d4b0868253b7e48b1a46264ef90
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-platform-rendering-egl-generic20
Description-md5: c53bba5d9431201a53a8903842cca1d1
Description-en: Mir Display Server - generic EGL rendering platform
Mir is a display server running on linux systems, with a focus on efficiency,
robust operation and a well-defined driver model.
.
Contains the shared libraries required for the Mir server to provide
accelerated client rendering 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-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: 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: mu-editor
Description-md5: 388de62618e2b6498a3649d585c7e81e
Description-en: simple editor for beginner Python programmers
Mu is a simple code editor for beginner programmers, based on extensive
feedback from teachers and learners. Having said that, Mu is for anyone
who wants to use a simple "no frills" editor.
.
Mu is a modal editor with modes for:
.
* standard Python 3 (including a graphical debugger)
* the micro:bit's version of MicroPython
* Adafruit's CircuitPython
* Pygame Zero
.
Some modes provide read-eval-print loop (REPL) support, either running on
a connected CircuitPython or MicroPython device, or as a Jupyter-based
iPython session in Python3 mode.
.
This package contains the Mu editor. Detailed online user documentation
and tutorials for the Mu editor are available from within the editor,
or at https://codewith.mu
Package: mu-editor-doc
Description-md5: a95c7504cf5ce2dba8ce84b1299b316b
Description-en: simple editor for beginner Python programmers (documentation)
Mu is a simple code editor for beginner programmers, based on extensive
feedback from teachers and learners. Having said that, Mu is for anyone
who wants to use a simple "no frills" editor.
.
Mu is a modal editor with modes for:
.
* standard Python 3 (including a graphical debugger)
* the micro:bit's version of MicroPython
* Adafruit's CircuitPython
* Pygame Zero
.
Some modes provide read-eval-print loop (REPL) support, either running on
a connected CircuitPython or MicroPython device, or as a Jupyter-based
iPython session in Python3 mode.
.
This package contains the developer documentation for the Mu editor. Detailed
user documentation and tutorials for the Mu editor are available from within
the editor, or at https://codewith.mu
Package: mysql-router
Description-md5: 68df088e13493c106d4f76a2eb4efc60
Description-en: route connections from MySQL clients to MySQL servers
MySQL Router is part of InnoDB cluster, and is lightweight middleware that
provides transparent routing between your application and back-end MySQL
servers. It can be used for a wide variety of use cases, such as providing
high availability and scalability by effectively routing database traffic to
appropriate back-end MySQL servers. The pluggable architecture also enables
developers to extend MySQL Router for custom use cases.
.
Since MySQL Router is clustering software and needs to be configured and
managed across an entire cluster, packaging cannot manage it for you. This
package supplies the binary build only, ready for manual configuration.
Package: mysql-source-8.0
Description-md5: 88f58941059fab032315a68e3122ac60
Description-en: MySQL source
MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the MySQL source code as configured before building
- but after the arch specific configuration. This is currently required for
building plugins.
Package: mysql-testsuite
Description-md5: a37f36627bd4d1ec3a167a2eae840534
Description-en: MySQL regression tests
This is an empty package that depends on the current "best" version of
mysql-testsuite (currently mysql-testsuite-8.0), as determined by the
MySQL maintainers. Install this package if in doubt about which MySQL
version you want, as this is the one we consider to be in the best shape.
Package: mysql-testsuite-8.0
Description-md5: ccc32250aefb33a80993be5dab467ee4
Description-en: MySQL 8.0 testsuite
MySQL is a fast, stable, and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
.
This package includes the MySQL testsuite.
Package: nbdkit
Description-md5: c7a861cc6e7a0f4d763c7d5feb686a79
Description-en: toolkit for creating NBD servers
NBD is a protocol for accessing block Devices (hard disks and
disk-like things) over a network. nbdkit is a multithreaded NBD
server with a well-documented, simple plugin API with a stable ABI
guarantee that allows for easy creation of "unconventional" block
devices.
.
This package provides the nbdkit binary and a the file, gzip, and xz,
plugins.
Package: nbdkit-plugin-dev
Description-md5: efdb497b4aefd121118c1547ba408e87
Description-en: development files for nbdkit
Development files, documentation and example code for developing
plugins to nbdkit.
Package: nbdkit-plugin-guestfs
Description-md5: 1d3438dcd3d93a0cd3ceca0f156d8989
Description-en: libguestfs plugin for nbdkit
nbdkit-guestfs-plugin is an nbdkit(1) plugin that makes the contents
of disk images accessible over NBD.
Package: nbdkit-plugin-libvirt
Description-md5: 3b2a2204007d5f9a3d880dd605227de7
Description-en: libvirt plugin for nbdkit
nbdkit-libvirt-plugin is an nbdkit(1) plugin that makes the contents
of libvirt images accessible over NBD.
Package: nbdkit-plugin-lua
Description-md5: 3fbbce3a70f4d843d9267a9bce09c6f1
Description-en: Lua plugin for nbdkit
This plugin allows nbdkit plugins to be written in Lua.
Package: nbdkit-plugin-perl
Description-md5: 152df353ab40eb4b9f19c9062fe9fc8f
Description-en: Perl plugin for nbdkit
This plugin allows nbdkit plugins to be written in Perl.
Package: nbdkit-plugin-python
Description-md5: a4818c0d469df34a31deb518bc0b4af9
Description-en: Python plugin for nbdkit
This plugin allows nbdkit plugins to be written in Python.
Package: nbdkit-plugin-tcl
Description-md5: 75b0d1292007ca06a6fc37688810a7b5
Description-en: TCL plugin for nbdkit
This plugin allows nbdkit plugins to be written in TCL.
Package: ncl-ncarg
Description-md5: f7c7da9bee6b463205b6a0274f19d551
Description-en: NCAR Command Language and NCAR graphics
The NCAR Command Language (NCL) is a free interpreted language designed
specifically for scientific data processing and visualization. NCL has robust
file input and output. It can read and write netCDF-3, netCDF-4 classic
HDF4, HDF5, binary, and ASCII data, and read HDF-EOS2, GRIB1 and
GRIB2. The graphics are world class and highly customizable.
.
The software comes with a couple of useful command line tools:
* ncl_filedump - prints the contents of supported files (netCDF, HDF,
GRIB1, GRIB2, HDF-EOS2, and CCM History Tape)
* ncl_convert2nc - converts one or more GRIB1, GRIB2, HDF and/or HDF-EOS
iles to netCDF formatted files.
Package: nginx-dev
Description-md5: 387bf5738ea8e41f4461abf0d6b13b30
Description-en: nginx web/proxy server - development headers
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This package provides development headers and necessary config scripts
for the nginx web/proxy server, useful to develop and link third party
additions to the Debian nginx web/proxy server packages.
Package: nginx-extras
Description-md5: 1d3b9fb345563354827d5cafdc42a135
Description-en: nginx web/proxy server (extended version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx with the standard modules, plus
extra features and modules such as the Perl module, which allows the
addition of Perl in configuration files.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, FLV, GeoIP,
Gunzip, Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log,
MP4, Embedded Perl, Random Index, Real IP, Slice, Secure Link, SSI, SSL,
SSL Preread, Stub Status, Substitution, Thread Pool, Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream, GeoIP, GeoIP2
.
THIRD PARTY MODULES: Auth PAM, Cache Purge, DAV Ext, Echo, Fancy Index,
GeoIP2, Headers More, Embedded Lua, HTTP Substitutions, Nchan, Upload Progress,
Upstream Fair Queue.
Package: nginx-full
Description-md5: 38101909ef24536167f0acdee4f45ef9
Description-en: nginx web/proxy server (standard version with 3rd parties)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx with the complete set of
standard modules included (but omitting some of those included in
nginx-extras).
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool,
Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2
.
THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions
Upstream Fair Queue.
Package: nginx-light
Description-md5: 3988a4d9cebce50812e3e3cb815d6200
Description-en: nginx web/proxy server (basic version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a very light version of nginx with only the
minimal set of features and modules.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Empty GIF,
FastCGI, Map, Proxy, Rewrite, SCGI, uWSGI.
.
OPTIONAL HTTP MODULES: Auth Request, Charset, Gzip, Gzip Precompression,
Headers, HTTP/2, Index, Log, Real IP, Slice, SSI, SSL, Stub Status, Thread
Pool, WebDAV, Upstream.
.
THIRD PARTY MODULES: Echo.
Package: nkf
Description-md5: 7f8e5c4e2e5ed23e006098ebc94be618
Description-en: Network Kanji code conversion Filter
Nkf is yet another kanji code converter among networks,
hosts and terminals. It converts input kanji code to designated
kanji code such as 7-bit JIS, MS-kanji (Shifted-JIS) or EUC.
Package: numba-doc
Description-md5: c0dcfd237d66973e0d104bb73c082a8e
Description-en: native machine code compiler for Python (docs)
Numba compiles native machine code instructions from Python programs at
runtime using the LLVM compiler infrastructure. Just-in-time compilation with
Numba could be easily employed by decorating individual computation intensive
functions in the Python code.
Numba could significantly speed up the performance of computations, and
optionally supports compilation to run on GPU processors through Nvidia's
CUDA platform.
It integrates well with the Python scientific software stack, and
especially recognizes Numpy arrays.
.
This package contains the documentation and examples.
Package: obexftp
Description-md5: c7a81da8e8fb9a298e5b4d6cf6a8440c
Description-en: file transfer utility for devices that use the OBEX protocol
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This is the command line front-end that fully uses the capabilities of
libobexftp. It also includes obexfs, the FUSE backend.
Package: odbc-mdbtools
Description-md5: adbbf5e7276666b028b26a318ba16b8c
Description-en: MDB tools ODBC driver
This is the software driver to access JET / MS Access database (MDB) files
through ODBC.
This also contains the installation interface for unixodbc.
Package: openbabel
Description-md5: 9d391ce1a3230895a2568f94e8575839
Description-en: Chemical toolbox utilities (cli)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package includes the following utilities:
* obabel: Convert between various chemical file formats
* obenergy: Calculate the energy for a molecule
* obminimize: Optimize the geometry, minimize the energy for a molecule
* obgrep: Molecular search program using SMARTS pattern
* obgen: Generate 3D coordinates for a molecule
* obprop: Print standard molecular properties
* obfit: Superimpose two molecules based on a pattern
* obrotamer: Generate conformer/rotamer coordinates
* obconformer: Generate low-energy conformers
* obchiral: Print molecular chirality information
* obrotate: Rotate dihedral angle of molecules in batch mode
* obprobe: Create electrostatic probe grid
Package: openbabel-gui
Description-md5: 5dbd1d7b9cdd1829cf84bdb7c03f9c3e
Description-en: Chemical toolbox utilities (graphical user interface)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains the openbabel GUI based on wxWidgets.
Package: openjdk-24-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-24-demo
Description-md5: 8c587e17f25fb354ef51e27e56507756
Description-en: Java runtime based on OpenJDK (demos and examples)
OpenJDK Java runtime
Package: openjdk-24-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-24-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-24-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-24-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-24-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-24-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-24-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-24-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: 5eab937faa5999c39f6cf206f402b3b7
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains schema files.
Package: openscap-doc
Description-md5: 167e5230ffede344e4e64bb4bfffae12
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains documentation.
Package: openscap-scanner
Description-md5: 493538b248904765d4f038e9885b3514
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* 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: 4158e2af6fe2ea64a7b3baaa67f52a48
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains command line utilities.
Package: oping
Description-md5: 3576bf590bd8db05a970e07cf571c091
Description-en: sends ICMP_ECHO requests to network hosts
oping uses ICMP packages (better known as "ping packets") to test the
reachability of network hosts. It supports pinging multiple hosts in parallel
using IPv4 and/or IPv6 transparently.
.
This package contains two command line applications: "oping" is a replacement
for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based
tool which displays statistics while pinging and highlights aberrant
round-trip times.
Package: os-autoinst
Description-md5: 79248344378908d7be7c47060c26ab61
Description-en: automated testing of Operating Systems
The OS-autoinst project aims at providing a means to run fully automated
tests. Especially to run tests of basic and low-level operating system
components such as bootloader, kernel, installer and upgrade, which can not
easily and safely be tested with other automated testing frameworks.
However, it can just as well be used to test firefox and openoffice operation
on top of a newly installed OS.
.
os-autoinst can be executed alone, but is currently designed to be executed
together with openQA, the web user interface that allows one to run more than
one os-autoinst instance at the same time.
Package: ow-shell
Description-md5: 01967c728ed3cacc988e20e9e07a924c
Description-en: shell utilities to talk to an 1-Wire owserver
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package has several command line programs to talk to an owserver.
Included programs are :
* owdir: list 1-wire devices or properties
* owread: read 1-wire value
* owget: combines owdir and owread
* owwrite: set a 1-wire value
* owexist: check if a 1-wire server is reachable
* owpresent: check if a 1-wire device is connected
Package: ow-tools
Description-md5: aa2272e2b244742565fa7a356b26c1bd
Description-en: tools to monitor or inspect a ow-server link
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package includes two TclTk tools:
* owtap: inspect network transmission of the owserver protocol
* owmon: show statistics and setting for an owserver
Package: owfs
Description-md5: 85f58415f844b21010e2fe7aa3c17cad
Description-en: Dallas 1-wire support
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package is a metapackage depending on various other OWFS packages.
Installing this package gets you a FUSE daemon, server arbitrates access
to the bus from multiple client processes, small ftp and webserver.
Package: owfs-common
Description-md5: 9b7f1b4731125f87fe086245d2a0f458
Description-en: common files used by any of the OWFS programs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
This package contains the common files that are used by any of the
OWFS programs.
Package: owfs-doc
Description-md5: 523601a707a6da4696f65c3de4e9e757
Description-en: Dallas 1-wire support: Documentation for owfs
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
Documentation for OWFS in 'man' format.
This package contains the manpages for 1-Wire, including the
device-specific manpages.
Package: owfs-fuse
Description-md5: e426e83c2528e744987d0d744498f817
Description-en: 1-Wire filesystem
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWFS is a userspace virtual filesystem exposing all 1-Wire properties
mapped into a filesystem.
Package: owftpd
Description-md5: 2a40ef45df35d5fb62e9f03d1085ec05
Description-en: FTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
FTP daemon providing access to 1-Wire networks.
Package: owhttpd
Description-md5: 70410bc668b88ee80f4bcdd09bf3fb77
Description-en: HTTP daemon providing access to 1-Wire networks
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
HTTP daemon providing access to 1-Wire networks.
Package: owserver
Description-md5: 443db857ab57ec2980c1d17a485ad4be
Description-en: Backend server for 1-Wire control
The 1-Wire bus is a cheap low-speed bus for devices like weather
sensors, access control, etc. It can be attached to your system via
serial, USB, I2C, and other interfaces.
.
OWserver arbitrates access to the 1-Wire bus from multiple client processes.
The physical bus is usually connected to a serial or USB port,
and other processes connect to owserver over network sockets (tcp port).
Communication can be local or over a network.
Package: pcp
Description-md5: cf73bbf0bd78441a37224ae34c61d9a9
Description-en: System level performance monitoring and performance management
Performance Co-Pilot (PCP) is a framework and services to
support system-level performance monitoring and performance
management.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: pcp-conf
Description-md5: 748f7ed63a2950c45ec8df5541a3d05e
Description-en: Performance Co-Pilot runtime configuration
The pcp-conf package contains important runtime configuration
files required by all programs and libraries that make up the
Performance Co-Pilot (PCP) toolkit.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: pcp-doc
Description-md5: 58750a1e66ce330d190b8baeae7798ae
Description-en: Documentation and tutorial for the Performance Co-Pilot
The pcp-doc package provides useful information on using and
configuring the Performance Co-Pilot (PCP) toolkit for system
level performance management. It includes tutorials, HOWTOs,
and other detailed documentation about the internals of core
PCP utilities and daemons, and the PCP graphical tools.
Package: pcp-export-pcp2elasticsearch
Description-md5: 25be3b923395bc346d87246417174c81
Description-en: Tool for exporting data from PCP to Elasticsearch
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
into designated Elasticsearch instances.
Package: pcp-export-pcp2graphite
Description-md5: 80bfa76245a88fa7c4d2c5150635e08f
Description-en: Tool for exporting data from PCP to Graphite
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
into designated Graphite (Carbon/Whisper) databases.
Package: pcp-export-pcp2influxdb
Description-md5: af068dbe056f391c4f7a27f855c84cfc
Description-en: Tool for exporting data from PCP to InfluxDB
Performance Co-Pilot (PCP) front-end tools for exporting metric values
to InfluxDB (https://influxdata.com/time-series-platform/influxdb).
Package: pcp-export-pcp2json
Description-md5: 62f852e8a6d0b881c80ba78a67962e01
Description-en: Tool for exporting data from PCP to JSON
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
in JSON format.
Package: pcp-export-pcp2spark
Description-md5: dfe3a4e69aba61c444d0281d4948972d
Description-en: Tool for exporting data from PCP to Apache Spark
Performance Co-Pilot (PCP) front-end tools for exporting metric values
to Apache Spark (https://spark.apache.org).
Package: pcp-export-pcp2xlsx
Description-md5: 3e29eddabe25fe9521fca14efb03dc84
Description-en: Tool for exporting data from PCP to Excel spreadsheets
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
in Excel spreadsheet format.
Package: pcp-export-pcp2xml
Description-md5: bf952dfa49fc3835ae3d7fffbd49f938
Description-en: Tool for exporting data from PCP to XML
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
in XML format.
Package: pcp-export-pcp2zabbix
Description-md5: 90aa7bd9afa785ce99e253d5e16c7575
Description-en: Tool for exporting data from PCP to Zabbix
Performance Co-Pilot (PCP) front-end tool for exporting data from PCP
into designated Zabbix monitoring servers.
Package: pcp-export-zabbix-agent
Description-md5: 2e4ff7e9c18fcf7726a52f8bdede9f8a
Description-en: Module for exporting PCP metrics to Zabbix agent
Performance Co-Pilot (PCP) module for exporting metrics from PCP to
Zabbix via the Zabbix agent - see zbxpcp(3) for further details.
Package: pcp-gui
Description-md5: a0f3653733de3b4ed29fb8a206a7176f
Description-en: Visualisation tools for the Performance Co-Pilot toolkit
The PCP GUI package primarily includes visualisation tools for
monitoring systems using live and archived Performance Co-Pilot
(PCP) sources.
.
These tools have dependencies on graphics libraries which may or
may not be installed on server machines, so PCP GUI is delivered
as a separate package to the core PCP infrastructure.
Package: pcp-import-collectl2pcp
Description-md5: f116fa51cf4190505218b49a5f979204
Description-en: Tool for importing data from collectl into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing data from collectl
into standard PCP archive logs for replay with any PCP monitoring tool.
(such as pmie, pmlogsummary, pmchart or pmdumptext).
Package: pcp-import-ganglia2pcp
Description-md5: cc2e92d62cb55665f0c09a0bd9630204
Description-en: Tool for importing data from ganglia into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing data from ganglia
into standard PCP archive logs for replay with any PCP monitoring tool
(such as pmie, pmlogsummary, pmchart or pmdumptext).
Package: pcp-import-iostat2pcp
Description-md5: 62f8f331e7e7c8fb19e2c912b251339f
Description-en: Tool for importing data from iostat into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing data from iostat
into standard PCP archive logs for replay with any PCP monitoring tool.
(such as pmie, pmlogsummary, pmchart or pmdumptext).
Package: pcp-import-mrtg2pcp
Description-md5: 2844f3b28ba90230f9b91673cc6047b5
Description-en: Tool for importing data from MRTG into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing data from MRTG
(the Multi Router Traffic Grapher tool) into standard PCP archive logs
for replay with any PCP monitoring tool (such as pmie, pmlogsummary,
pmchart or pmdumptext).
Package: pcp-import-sar2pcp
Description-md5: e9c3ec82b67c8536b300124a04ba550f
Description-en: Tool for importing data from sar into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing data from sar
into standard PCP archive logs for replay with any PCP monitoring tool
(such as pmie, pmlogsummary, pmchart or pmdumptext).
Package: pcp-import-sheet2pcp
Description-md5: d906c7893e4aaa613398f74eec6bb2f7
Description-en: Tool for importing data from a spreadsheet into PCP archive logs
Performance Co-Pilot (PCP) front-end tool for importing spreadheet data
into standard PCP archive logs for replay with any PCP monitoring tool.
(such as pmie, pmlogsummary, pmchart, or pmdumptext).
Package: pcp-pmda-infiniband
Description-md5: a964ded07481ebea5dce658656ab726c
Description-en: Infiniband performance metrics domain agent (PMDA)
Performance Metrics Domain Agent (PMDA) for collecting Infiniband
statistics. By default, it monitors the local HCAs but can also
be configured to monitor remote GUIDs such as IB switches.
Package: pcp-testsuite
Description-md5: 5bdb83208b81ad57ac913ab0daefa470
Description-en: Performance Co-Pilot (PCP) Test Suite
Quality assurance test suite for Performance Co-Pilot (PCP).
.
Provides a series of tests that exercise the many utilities and daemon
processes that form the PCP toolkit. Regular users should never have
any need to install this package, it is for developers and testers only.
Package: pcp-zeroconf
Description-md5: 18ffec0a184a3466acb6d869002ac830
Description-en: Performance Co-Pilot (PCP) Zeroconf Package
Contains configuration tweaks and files that increase metrics gathering
frequency, several extended pmlogger configurations, and automated pmie
diagnosis, alerting and self-healing for the localhost.
Package: pd-deken
Description-md5: 92dc840f7e116673e65424f0a8440fde
Description-en: Externals wrangler for Pure Data
deken is a simple and easy to use package manager for Pure Data (Pd).
.
The deken-plugin integrates with the Pd user interface, where you can search
for externals and install them with a single click.
Since Pd-0.47, the deken-plugin is integrated into Pure Data (but the Debian
package provides an updated plugin)
.
Available backends that provide packages are:
- puredata.info (downloads packages via the Pure Data community website and
installs them into the per-user installation directory (~/pd-externals))
- apt (installs Pd packages the Debian way; packaged as "pd-deken-apt")
Package: pd-deken-apt
Description-md5: 409781c90d6f5ef0a13c6caf8ccaa6cd
Description-en: Externals wrangler for Pure Data (APT backend)
deken is a simple and easy to use package manager for Pure Data (Pd).
.
The deken-plugin integrates with the Pd user interface, where you can search
for externals and install them with a single click.
.
This addon allows one to additionally use 'apt' for installing Debian provided
packages from within the deken-plugin (rather than downloading binaries from
the Pure Data community website).
Package: pdl
Description-md5: 7ef15f0d151a92db7b679c164361028e
Description-en: perl data language: Perl extensions for numerics
PDL gives standard perl the ability to COMPACTLY
store and SPEEDILY manipulate the large N-dimensional data arrays
which are the bread and butter of scientific computing. The idea
is to turn perl in to a free, array-oriented, numerical language
in the same sense as commercial packages like IDL and MatLab. One
can write simple perl expressions to manipulate entire numerical arrays
all at once. For example, using PDL the perl variable $a can hold a
1024x1024 floating point image, it only takes 4Mb of memory to store
it and expressions like $a=sqrt($a)+2 would manipulate the whole image
in a few seconds.
.
A simple interactive shell (perldl) is provided for command line use
together with a module (PDL) for use in perl scripts.
Package: perl-stacktrace
Description-md5: 418f511c86cbd21c133ace531860d912
Description-en: Create stack traces of a running perl processes
perl-stacktrace prints Perl stack traces of Perl threads for a given
Perl process. For each Perl frame, the full file name and line number
are printed.
Package: perl-tk
Description-md5: 4b85d3a774205640dd14fdee9cb4f6e9
Description-en: Perl module providing the Tk graphics library
Perl/Tk (also known as pTk or ptk) is a collection of modules and
code that attempts to wed the easily configured Tk widget toolkit
to the powerful lexigraphic, dynamic memory, I/O, and object-oriented
capabilities of Perl 5. In other words, it is an interpreted
scripting language for making widgets and programs with Graphical
User Interfaces (GUI).
.
A good place to get started is by running the "widget" demo that's
installed with this package.
Package: perlmagick
Description-md5: 1f334da72af0f0bfe00d5b5136fed526
Description-en: Perl interface to ImageMagick -- dummy package
PerlMagick is an objected-oriented Perl interface to ImageMagick.
Use the module to read, manipulate, or write an image or image sequence from
within a Perl script. This makes it very suitable for Web CGI scripts.
.
This is a transitional package to help migrate systems to the new
libimage-magick-perl perl library.
.
This is a dummy package. You can safely purge or remove it.
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-guestfs
Description-md5: 27d330490f3db93326f4e4b662bfef56
Description-en: guest disk image management system - PHP bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the PHP bindings.
Package: php-mapscript-ng
Description-md5: 210de78e969a2da6b41ff81117e76f50
Description-en: PHP MapServer module (SWIG)
PHP MapScript provides MapServer functions for PHP scripts.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards.
.
This package provides MapScript for PHP based on SWIG.
Package: php-remctl
Description-md5: 0d26ebd992e19e052a60ca5cc8144a18
Description-en: PECL module for Kerberos-authenticated command execution
The PECL remctl module for PHP, which provides native PHP bindings for
the libremctl client library.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: pidgin
Description-md5: 68edb02c49f2e1a9e2eeb3c391db46ee
Description-en: graphical multi-protocol instant messaging client
Pidgin is a graphical, modular instant messaging client capable of using
multiple networks at once. Currently supported out of the box are:
Jabber/XMPP, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, Lotus
Sametime, SIMPLE, and Zephyr. It can support many more with plugins.
.
Some extra packages are suggested to use increased functionality:
* gnome-panel | kdebase-workspace-bin | docker:
- To use the system tray icon functionality (minimizing to an icon, having
the icon blink when there are new messages, etc.)
* libsqlite3-0:
- To use Contact Availability Prediction plugin
Package: pidgin-data
Description-md5: b04891790b198f3fe5e5df56c5acb3ab
Description-en: multi-protocol instant messaging client - data files
This package contains architecture-independent supporting data files
required for use with pidgin, such as documentation, icons, translations,
and sounds.
Package: pidgin-dev
Description-md5: af83e0e901b4b7dc8524c8bb96a1c5d2
Description-en: multi-protocol instant messaging client - development files
This package contains the headers and other development files not included in
the main pidgin package. Install this if you wish to compile your own plugins.
.
If you are creating a pidgin plugin package, please be sure to read
/usr/share/doc/pidgin-dev/README.Debian.dev after installing pidgin-dev.
Package: pinentry-fltk
Description-md5: ceae4703f77a31605c6ec33ee50e0051
Description-en: FLTK-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the Fast Light Toolkit version 1.3. If the X Window System is
not active then an alternative text-mode dialog will be used. There
are sibling packages that implement PIN entry dialogs using other
tool kits.
Package: pinentry-gtk2
Description-md5: f80a139d64b6c1b0688af51229dc3ca2
Description-en: GTK+-2-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry dialog
using the GTK+ tool kit version 2. If the X Window System is not
active then an alternative text-mode dialog will be used. There are
sibling packages that implement PIN entry dialogs using other tool
kits.
Package: pinentry-qt
Description-md5: 480e061717e70d5bcfc8be66e3b7d9ab
Description-en: Qt-based PIN or pass-phrase entry dialog for GnuPG
This package contains a program that allows for entry of PINs or pass
phrases. It is useful for entering pass phrases when using encryption
software such as GnuPG or e-mail clients using the same. It uses an open
protocol and is therefore not tied to particular software.
.
The program contained in this package implements a PIN entry dialog
using the Qt tool kit, so it is especially suitable for users of KDE.
If the X Window System is not active then an alternative text-mode
dialog will be used. There are sibling packages that implement PIN
entry dialogs using other tool kits.
Package: pinentry-tty
Description-md5: fb1b5491849b43150afbc7d00b1d4d4f
Description-en: minimal dumb-terminal PIN or pass-phrase entry for GnuPG
This package contains a program that allows for secure entry of PINs or
pass phrases. That means it tries to take care that the entered
information is not swapped to disk or temporarily stored anywhere.
This functionality is particularly useful for entering pass phrases
when using encryption software such as GnuPG or e-mail clients using
the same. It uses an open protocol and is therefore not tied to
particular software.
.
The program contained in this package implements a PIN entry prompt
that interacts directly with the controlling terminal. It has
minimal dependencies, meaning that it is useful for users working
with dumb terminals or similarly constrained environments. There are
sibling packages that implement PIN entry dialogs that use curses for
friendlier text-mode inputs on non-dumb terminals, and other sibling
packages that provide PIN entry dialogs using an X tool kit.
Package: plasma-mobile-core
Description-md5: f3f92f549deaa0f9ab5d06d20bcab9aa
Description-en: Plasma mobile Environment -- essential components
These are the core components of the Plasma shell for mobile
devices.
.
This metapackage depends on a basic set of programs.
Package: plasma-mobile-full
Description-md5: 200cd8007028b3ef3d602376038f4b72
Description-en: Plasma mobile Environment, with extra components
This is the Plasma shell for mobile devices.
.
This metapackage depends on a bigger set of programs than plasma-mobile-core
giving a more nearly complete environment.
Package: plasma-mobile-phone
Description-md5: bd9bd8050f7cb1a283cc0329b7d88c0c
Description-en: Plasma mobile Environment -- phone components
These are the phone-related components of the Plasma shell for
mobile devices.
.
This metapackage depends on a set of programs that are needed for
phone calls and sms handling.
Package: plasma-mobile-pim
Description-md5: 38f2c384418648bd789945b5473ecd37
Description-en: Plasma mobile Environment -- PIM components
These are components of the Plasma ecosystem related to
management of personal information.
Package: plasma-mobile-tablet
Description-md5: da53208aac440d5ab421c5479c165ec5
Description-en: Plasma mobile Environment -- tablet components
These are the tablet related components of the Plasma shell for
mobile devices.
.
This metapackage depends on a set of programs that are useful on tablets.
Package: polymake
Description-md5: 1faec0a266251431c0136db85985a6f3
Description-en: Tool for algorithmic discrete geometry
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, polyhedral surfaces, and other
discrete mathematical objects.
.
This package contains the core module and the application modules.
Package: polymake-common
Description-md5: 9fc9af3cee3db7e3cb1cdafe712ed933
Description-en: Tool for algorithmic discrete geometry -- shared files
Polymake started out as a tool for the algorithmic treatment of convex
polyhedra. By now it also deals with finite simplicial complexes,
tight spans of finite metric spaces, polyhedral surfaces, and other
discrete mathematical objects.
.
This package contains architecture independent material.
Package: postgresql-16-pgpool2
Description-md5: fc99af404012e1a05515e29ba293bb13
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 16 server:
.
* pgpool_adm
* pgpool_recovery (PostgreSQL 9.1 and above)
* pgpool_regclass (PostgreSQL 9.1 and above)
Package: postgresql-all
Description-md5: 9a0aaba975f82ef14ff2e821d8683975
Description-en: metapackage depending on all PostgreSQL server packages
This metapackage depends on all PostgreSQL server packages, in all
supported versions (excluding documentation and debug symbols). It
exists to facilitate depending on the server packages in test
environments.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
Package: postgresql-doc-16
Description-md5: 0a59e583b8819b680ce685df0f674236
Description-en: documentation for the PostgreSQL database management system
This package contains all README files, user manual, and examples for
PostgreSQL 16. The manual is in HTML format.
.
PostgreSQL is an object-relational SQL database management system.
Package: postgresql-server-dev-16
Description-md5: b9e02b587bceefc788c1c12d54570ddd
Description-en: development files for PostgreSQL 16 server-side programming
Header files for compiling SSI code to link into PostgreSQL's backend; for
example, for C functions to be called from SQL.
.
This package also contains the Makefiles necessary for building add-on
modules of PostgreSQL, which would otherwise have to be built in the
PostgreSQL source-code tree.
.
PostgreSQL is an object-relational SQL database management system.
Package: postgresql-server-dev-17
Description-md5: 4b83f4bbf28ca29441e563099103b8b8
Description-en: development files for PostgreSQL 17 server-side programming
Header files for compiling SSI code to link into PostgreSQL's backend; for
example, for C functions to be called from SQL.
.
This package also contains the Makefiles necessary for building add-on
modules of PostgreSQL, which would otherwise have to be built in the
PostgreSQL source-code tree.
.
PostgreSQL is an object-relational SQL database management system.
Package: postgresql-server-dev-all
Description-md5: 27ac3f69789728b5b5444cc5ee5cf4dc
Description-en: extension build tool for multiple PostgreSQL versions
The postgresql-server-dev-all package provides the pg_buildext script for
simplifying packaging of a PostgreSQL extension supporting multiple major
versions of the product, and dh_make_pgxs which builds a template debian/
source package directory based on pg_buildext.
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Package: prelude-utils
Description-md5: f5b40465ae9195e0d4f0e0f4362bb3ce
Description-en: Security Information and Events Management system [ Utils ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the Prelude shared library utils.
Package: procdump
Description-md5: 2a902cba700e50b5fa9f01c4d1a3edbf
Description-en: Utility to create core dumps based on performance triggers
ProcDump provides a convenient way for Linux developers to create core
dumps of their application based on performance triggers.
Package: python-asv-bench-memray-doc
Description-md5: 73fee97ad5943684890880bd65ef19d9
Description-en: Documentation for python-asv-bench-memray
This a proof-of-concept externally defined memray benchmark
plugin for asv. Like all externally defined benchmark plugins
for asv, this has a strict hierarchy. The package name begins
with asv_bench. Benchmarks are defined in a benchmarks folder
under the package module. Each exported new benchmark type has
the export_as_benchmark = [NAMEBenchmark] attribute.
.
This package contains documentation for asv-bench-memray.
Package: python-django-crispy-forms-doc
Description-md5: f7f3fb11e3bf8a309ff7a14f2edfa9d2
Description-en: app for Django providing elegant form rendering (Documentation)
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
templates. All this without breaking the standard way of doing things in
Django, so it plays nice with any other form application.
.
Django-crispy-forms supports several frontend frameworks, such as Twitter
Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily
adapt your custom company's one, creating your own, see the docs for more
information. You can easily switch among them using CRISPY_TEMPLATE_PACK
setting variable.
.
This package contains the documentation.
Package: python-django-crispy-forms-foundation-doc
Description-md5: e981954e45864cf01eb8543e81d2a174
Description-en: Django-crispy-forms layout objects for Foundation for sites (Documentation)
This is a Django application to add django-crispy-forms layout objects for
the CSS framework Foundation for sites. It depends on the
python3-crispy-forms library.
.
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
templates. All this without breaking the standard way of doing things in
Django, so it plays nice with any other form application.
.
django-crispy-forms supports several frontend frameworks, such as Twitter
Bootstrap (versions 3 and 4), Uni-form and Foundation. You can also easily
adapt your custom company's one, creating your own, see the docs for more
information. You can easily switch among them using CRISPY_TEMPLATE_PACK
setting variable.
.
This package contains the documentation.
Package: python-geoalchemy2-doc
Description-md5: 41d605c07ee8c2a1537ebffe7871bf51
Description-en: SQLAlchemy extension for spatial databases (Documentation)
GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
This toolkit supports various database dialects including PostgreSQL/PostGIS,
SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
simplifies the integration of spatial data within Python applications.
.
This package contains the documentation.
Package: python-ppmd-doc
Description-md5: a6a00c01823b7c839be85ec9735c8b48
Description-en: documentation for the ppmd Python library
This package provides documentation for ppmd
Package: python-xsdata-doc
Description-md5: 7f79b623c8bdf547c72e98458101a0b0
Description-en: Naive XML Bindings for Python (common documentation)
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
.
This is the common documentation package.
Package: python3-asv-bench-memray
Description-md5: 785a5a05228ea0ab59d245a1861acd35
Description-en: Memray benchmark plugin for asv
This a proof-of-concept externally defined memray benchmark
plugin for asv. Like all externally defined benchmark plugins
for asv, this has a strict hierarchy. The package name begins
with asv_bench. Benchmarks are defined in a benchmarks folder
under the package module. Each exported new benchmark type has
the export_as_benchmark = [NAMEBenchmark] attribute.
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-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-colorcet
Description-md5: ad05bfea4c93d0a17484bc41a3b3925e
Description-en: set of useful perceptually uniform colormaps for plotting scientific data
Collection of perceptually uniform colormaps for use with Python
plotting programs like bokeh, matplotlib, holoviews, and datashader
based on the set of perceptually uniform colormaps created by Peter
Kovesi at the Center for Exploration Targeting.
Package: python3-csb43
Description-md5: 192574b8206b0675304abc214fddb1f6
Description-en: Spanish banks' CSB/AEB norm 43 converter (Python)
This Python module provides tools for converting from the Spanish banks'
format *CSB/AEB norm 43* to other file formats.
.
Supported formats:
.
- OFX v1.0.3 (SGML) & v2.1.1 (XML)
- HomeBank CSV
- HTML
- JSON
- ODS: OpenDocument spreadsheet
- CSV, TSV: comma- or tab-separated values
- XLS: Microsoft Excel spreadsheet
- XLSX: OOXML spreadsheet
- YAML
Package: python3-django-crispy-forms
Description-md5: cd8872a7d81d0836d82490e06d77defb
Description-en: app for Django providing elegant form rendering (Python3 version)
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
templates. All this without breaking the standard way of doing things in
Django, so it plays nice with any other form application.
.
Django-crispy-forms supports several frontend frameworks, such as Twitter
Bootstrap (versions 2, 3 and 4), Uni-form and Foundation. You can also easily
adapt your custom company's one, creating your own, see the docs for more
information. You can easily switch among them using CRISPY_TEMPLATE_PACK
setting variable.
.
This package contains the Python 3 version of the library.
Package: python3-django-crispy-forms-foundation
Description-md5: 7abc36c90aaaf520ce9bfc81d5983751
Description-en: Django-crispy-forms layout objects for Foundation for sites (Python3 version)
This is a Django application to add django-crispy-forms layout objects for
the CSS framework Foundation for sites. It depends on the
python3-crispy-forms library.
.
django-crispy-forms provides you with a |crispy filter and {% crispy %} tag
that will let you control the rendering behavior of your Django forms in a
very elegant and DRY way. Have full control without writing custom form
templates. All this without breaking the standard way of doing things in
Django, so it plays nice with any other form application.
.
django-crispy-forms supports several frontend frameworks, such as Twitter
Bootstrap (versions 3 and 4), Uni-form and Foundation. You can also easily
adapt your custom company's one, creating your own, see the docs for more
information. You can easily switch among them using CRISPY_TEMPLATE_PACK
setting variable.
.
This package contains the Python 3 version of the library.
Package: python3-dna-jellyfish
Description-md5: c2eaea16b29e14b42b1c6e9b47551cd2
Description-en: count k-mers in DNA sequences (Python bindings of jellyfish)
JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
DNA. A k-mer is a substring of length k, and counting the occurrences
of all such substrings is a central step in many analyses of DNA
sequence. JELLYFISH can count k-mers using an order of magnitude less
memory and an order of magnitude faster than other k-mer counting
packages by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase
parallelism.
.
JELLYFISH is a command-line program that reads FASTA and multi-FASTA
files containing DNA sequences. It outputs its k-mer counts in an
binary format, which can be translated into a human-readable text
format using the "jellyfish dump" command.
.
This package contains the Python bindings of jellyfish.
Package: python3-dns
Description-md5: 32eaa5f6103e3bc4f5c85cabfab90328
Description-en: DNS client module for Python 3
This Python 3 module provides an DNS API for looking up DNS entries from
within Python 3 modules and applications. This module is a simple,
lightweight implementation. It is not as complete as python-dnspython, but is
useful for many common applications. It does not support async.
Package: python3-exactimage
Description-md5: e47e4ef00b54dbe0a61365bacf616cfa
Description-en: fast image manipulation library (Python3 bindings)
ExactImage is a fast C++ image processing library. Unlike many other library
frameworks it allows operation in several color spaces and bit depths
natively, resulting in low memory and computational requirements.
.
This package contains the Python3 bindings.
Package: python3-ffcv
Description-md5: fc45d0d45cb53d3f6df172de74130e82
Description-en: Fast Forward Computer Vision (and other ML workloads)
This is a drop-in data loading system that dramatically increases data
throughput in model training.
Package: python3-genx
Description-md5: 532af7e4345a07615e761e413c9ad2ab
Description-en: differential evolution algorithm for fitting
GenX is a versatile program using the differential evolution
algorithm for fitting, primarily, X-ray and neutron reflectivity
data, lately also surface x-ray diffraction data. The differential
evolution algorithm is a robust optimization method which avoids
local minima but at same is a highly effective. GenX is written in
Python and uses the wxpython package for the Graphical User Interface
(GUI). A model to fit is defined either through a GUI plug-in or via
a Python script. The possibility to script everything makes it easy
to develop completely new fitting model. Clearly, GenX is extremely
modular, making it possible to extend the program with models and
plug-ins for most fitting problems. At the present GenX is shipped
with models for x-ray and neutron specular reflectivity,
off-specular x-ray reflectivity and surface x-ray diffraction
Package: python3-geoalchemy2
Description-md5: 689535719ea64980b5c1f97ef078980d
Description-en: SQLAlchemy extension for spatial databases
GeoAlchemy 2 extends SQLAlchemy, enabling it to handle spatial databases.
This toolkit supports various database dialects including PostgreSQL/PostGIS,
SQLite, and MySQL. By leveraging SQLAlchemy's ORM capabilities, GeoAlchemy 2
simplifies the integration of spatial data within Python applications.
Package: python3-glgrib-glfw
Description-md5: bca3df94b1116a45195ea68b7e2ce8ad
Description-en: Display GRIB2 fields using OpenGL (glgrib Python3 bindings)
glGrib.glfw is a module providing full access to glgrib capabilities
to the Python interpreter.
Package: python3-guestfs
Description-md5: 0f4dad0418f659813a0a1911917e8612
Description-en: guest disk image management system - Python 3 bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains the Python 3 bindings.
Package: python3-gv
Description-md5: 3b4cf31a508df299de2062cf7bfdf1ba
Description-en: Python3 bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Python3 bindings.
Package: python3-hamlib
Description-md5: 188aa72adeb9311d2d532ae3f6818013
Description-en: Run-time Python3 library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the Python3 bindings of the library.
Package: python3-hivex
Description-md5: 802f69909ae8a4552451fc8cbfcc2949
Description-en: Python 3 bindings for hivex
Python 3 bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
Package: python3-httpx
Description-md5: 6762dc17c5db1f355a304667af11f924
Description-en: next generation HTTP client
HTTPX is a fully featured HTTP client for Python 3, which provides sync and
async APIs, and support for both HTTP/1.1 and HTTP/2.
.
HTTPX is a high performance asynchronous HTTP client, that builds on the
well-established usability of requests, and gives you:
.
* A broadly requests-compatible API.
* Standard synchronous interface, but with async support if you need it.
* HTTP/1.1 and HTTP/2 support.
* Ability to make requests directly to WSGI applications or ASGI applications.
* Strict timeouts everywhere.
* Fully type annotated.
* 99% test coverage.
.
Plus all the standard features of requests:
.
* International Domains and URLs
* Keep-Alive & Connection Pooling
* Sessions with Cookie Persistence
* Browser-style SSL Verification
* Basic/Digest Authentication
* Elegant Key/Value Cookies
* Automatic Decompression
* Automatic Content Decoding
* Unicode Response Bodies
* Multipart File Uploads
* HTTP(S) Proxy Support
* Connection Timeouts
* Streaming Downloads
* .netrc Support
* Chunked Requests
Package: python3-lasso
Description-md5: 69483e412988938f8df3295419ae6dd8
Description-en: Library for Liberty Alliance and SAML protocols - Python bindings
Lasso is an implementation of Liberty Alliance and related protocols, for
network identity federations, single sign-on and other web services protocols.
The main specifications implemented by the library are ID-FF, ID-WSF and SAML.
.
This package contains Python bindings for liblasso, needed to use lasso
in Python applications.
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-mapscript
Description-md5: ce80a1e608ad656e3a782c28ae112af8
Description-en: Python library for MapServer
Python MapScript provides MapServer functions for Python scripts.
.
MapServer is a CGI-based framework for Internet map services which
supports Open Geospatial Consortium (OGC) standards.
Package: python3-marisa
Description-md5: 20b5de98bbe5e135add55f319a55629f
Description-en: Python3 bindings for MARISA
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
and space-efficient trie data structure.
.
This package contains Python 3 bindings for MARISA.
Package: python3-mecab
Description-md5: 53463162703e0adc4a636412172ce840
Description-en: Mecab binding for Python3
Mecab is a Japanese morphological analysis system.
.
python3-mecab is its binding for Python3.
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-mpv
Description-md5: 4ef5afd43e9cde4b75432c7795936d89
Description-en: Python interface to the awesome mpv media player
python-mpv is a ctypes-based Python interface to the mpv media player. It
gives you more or less full control of all features of the player, just as the
Lua interface does.
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-npe2
Description-md5: be248aa021dac7dd5ff24047a16b4e79
Description-en: napari plugin engine v2
This is a refactoring of the napari plugin engine
Package: python3-numba
Description-md5: 4171f6228d88332177aa544844f33488
Description-en: native machine code compiler for Python 3
Numba compiles native machine code instructions from Python programs at
runtime using the LLVM compiler infrastructure. It could be easily employed
by decorating individual computation intensive functions in the Python code.
Numba could significantly speed up the performance of computations, and
optionally supports compilation to run on GPU processors through Nvidia's
CUDA platform.
It integrates well with the Python scientific software stack, and
especially recognizes Numpy arrays.
.
This package contains the modules for Python 3.
Package: python3-openbabel
Description-md5: aa2a39e7aee58768c87aec68f06497d6
Description-en: Chemical toolbox library (Python bindings)
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
.
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
.
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
.
This package contains the Python binding.
Package: python3-openscap
Description-md5: 626aa12a1827feb0e55690a1293db471
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 Vulnerabilities and Exposures (CVE)
* Common Configuration Enumeration (CCE)
* Common Platform Enumeration (CPE)
* Common Vulnerability Scoring System (CVSS)
* Extensible Configuration Checklist Description Format (XCCDF)
* Open Vulnerability and Assessment Language (OVAL)
.
This package contains the Python bindings for OpenSCAP.
Package: python3-opm-simulators
Description-md5: 5411eb2e3edbc3284d05fe5e42c61d3b
Description-en: Python wrappers for the Open porous media / reservoir simulators
The Open Porous Media (OPM) software suite provides libraries and
tools for modeling and simulation of porous media processes, especially
for simulating CO2 sequestration and improved and enhanced oil recovery.
.
opm-simulators provides a research (ebos) and a production (flow) fully
implicit black-oil simulators, supporting one to three phases and
supporting solvent and polymer options. It uses cell centered finite
volume schemes with two point flux approximation and automatic
differentiation for the discretization and uses state of the art linear
and nonlinear solvers. It supports standard and multi segment well
models and reading and writing file in Eclipse format, a very common
format used in the oil reservoir simulation community.
.
Package provides Python wrappers for the simulators.
Package: python3-pcp
Description-md5: 76f8ad71025cffd0c42d363ccbcfc0e9
Description-en: Performance Co-Pilot Python3 PMAPI module
The PCP Python3 module contains the language bindings for
building Performance Metric API client tools using Python3.
.
The Performance Co-Pilot provides a unifying abstraction for
all of the interesting performance data in a system, and allows
client applications to easily retrieve and process any subset of
that data.
Package: python3-ppmd
Description-md5: 3e1d48dcd312307535298c96b9bda2e6
Description-en: PPMd compression/decompression library
PPM(Prediction by partial matching) is a compression algorithm which has
several variations of implementations. PPMd is the implementation by Dmitry
Shkarin. It is used in the RAR and by 7-Zip as one of several possible methods.
.
ppmd, aka. ppmd-cffi, is a python bindings with PPMd implementation by C
language. The C codes are derived from p7zip, portable 7-zip implementation.
ppmd-cffi support PPMd ver.H and PPMd ver.I.
Package: python3-prelude
Description-md5: f8791ae8504dd6ff5cc636a63e27f0e8
Description-en: Security Information and Events Management system [ Python3 bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the Python 3 bindings for Prelude.
Package: python3-pycodcif
Description-md5: 8839bc1bd3a7d28ad00fb9175db8da2a
Description-en: error-correcting CIF parser - Python3 bindings
Python bindings for Crystallographic Information Format (CIF) v1.1
and v2.0 parser, which is written in C language, and developed by the
Crystallography Open Database. A CIF format file is represented by a
list of data blocks, where each data block is represented by a
dictionary.
.
This package installs the library for Python 3.
Package: python3-pydataverse
Description-md5: a13fa889234fa76f7cbb050b4a3a686f
Description-en: Python module for interacting with Dataverse APIs
pyDataverse provides a comprehensive Python interface for interacting with
Dataverse's APIs, facilitating the manipulation, validation, import, and
export of all Dataverse data-types, including Dataverses, Datasets, and
Datafiles. Whether it's for importing large volumes of data into Dataverse,
testing instances post-deployment, or executing basic API calls, pyDataverse
streamlines these processes. Its fully Open Source license ensures it is
accessible for everyone to use. Features include a comprehensive API wrapper
covering all Dataverse API endpoints, data models for key Dataverse data
types, data conversion tools for Dataverse's JSON format, easy mass
imports/exports through CSV templates, utility functions, documented examples,
custom exceptions, and a test suite. This module supports Python 3.6 and newer
versions, making it a versatile tool for developers working with Dataverse.
Package: python3-pygetdata
Description-md5: 9013dae619dd8cbe12e81e1cd66a17a3
Description-en: library to read/write dirfile data - Python3 bindings
The GetData Project is the reference implementation of the Dirfile Standards,
a filesystem-based, column-oriented database format for time-ordered binary
data. The Dirfile database format is designed to provide a fast, simple format
for storing and reading data.
.
This package contains the Python 3 bindings.
Package: python3-pyremctl
Description-md5: 3a4db4cf842d9c59811bcac970576e86
Description-en: Python 3 extension for Kerberos-authenticated command execution
The Python 3 remctl extension, which provides native Python bindings for
the libremctl client library.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: python3-recoll
Description-md5: da325c34eba252b005b1eef214aed195
Description-en: Python extension for recoll (Python3)
Personal full text search package which is based on a very strong backend
(Xapian), for which it provides an easy to use and feature-rich interface.
.
This package provides Python3 extension module for recoll which can be use to
extend recoll such as an Ubuntu Unity Lens.
Package: python3-rrdtool
Description-md5: 7b82f583bb9c9079fa8796903bd4c210
Description-en: time-series data storage and display system (Python3 interface)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
This package contains a Python3 interface to RRDs.
Package: python3-sbml5
Description-md5: 2a679a91571d76786eb1c306b81b4cea
Description-en: System Biology Markup Language library - Python3 bindings
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains the Python3 bindings of LibSBML.
Package: python3-sbml5-doc
Description-md5: fa98f15fbf00794275c21b1c1d7b7e42
Description-en: System Biology Markup Language library - Python3 documentation
LibSBML is a library designed to help you read, write, manipulate,
translate, and validate SBML files and data streams. It is not an
application itself (though it does come with many example programs),
but rather a library you can embed in your own applications.
.
This package contains documentation for Python3 bindings
Package: python3-solv
Description-md5: 9355d28f0a1addfe4cc37def959fb1e8
Description-en: dependency solver using a satisfiability algorithm (Python3 bindings)
This dependency solver code in this package is based on two major, but
independent, blocks:
.
1. Using a dictionary approach to store and retrieve package
and dependency information.
2. Using satisfiability, a well known and researched topic, for
resolving package dependencies.
.
This package contains the Python (v3) bindings for the libsolv library.
Package: python3-subversion
Description-md5: 6787081e27fc8d319a045cf72a74c6d7
Description-en: Python3 bindings for Apache Subversion
This is a set of Python3 interfaces to libsvn, the Apache Subversion
libraries. It is useful if you want to, for example, write a Python3
script that manipulates a Subversion repository or working copy. See
the 'subversion' package for more information.
Package: python3-torch-cluster
Description-md5: 85bf5a6c971b485f3b1992c094472abc
Description-en: PyTorch extension library of optimized graph cluster algorithms (Python 3)
This package consists of a small extension library of highly optimized graph
cluster algorithms for the use in PyTorch. The package consists of the
following clustering algorithms:
.
* Graclus from Dhillon et al.: Weighted Graph Cuts without Eigenvectors: A
Multilevel Approach
* Voxel Grid Pooling from, e.g., Simonovsky and Komodakis: Dynamic
Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
* Iterative Farthest Point Sampling from, e.g. Qi et al.: PointNet++: Deep
Hierarchical Feature Learning on Point Sets in a Metric Space
* k-NN and Radius graph generation
* Clustering based on nearest points
* Random Walk Sampling from, e.g., Grover and Leskovec: node2vec: Scalable
Feature Learning for Networks
.
All included operations work on varying data types and are implemented both
for CPU and GPU.
.
This package installs the library for Python 3.
Package: python3-torch-ignite
Description-md5: 6db43be76f243871505aeef8f03e9fe1
Description-en: High-level library to help with training and evaluating in PyTorch
Ignite is a high-level library to help with training and evaluating neural
networks in PyTorch flexibly and transparently.
.
Features
.
* Less code than pure PyTorch while ensuring maximum control and simplicity
* Library approach and no program's control inversion
* Extensible API for metrics, experiment managers, and other components
Package: python3-torch-scatter
Description-md5: 7d395cc3ab9a93ac4620929f5b17b9a5
Description-en: PyTorch Extension Library of Optimized Scatter Operations
This package consists of a small extension library of highly optimized sparse
update (scatter and segment) operations for the use in PyTorch, which are
missing in the main package. Scatter and segment operations can be roughly
described as reduce operations based on a given "group-index" tensor. Segment
operations require the "group-index" tensor to be sorted, whereas scatter
operations are not subject to these requirements.
.
This package installs the library for Python 3.
Package: python3-torch-sparse
Description-md5: 8ecc008a1824c740638d694a7ec7a644
Description-en: PyTorch Extension Library of Optimized Autograd Sparse Matrix Operations
This package consists of a small extension library of optimized sparse matrix
operations with autograd support.
.
This package installs the library for Python 3.
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: python3-xgboost
Description-md5: f3d608aa8f693c3dd10967c0671fb08c
Description-en: Scalable and Flexible Gradient Boosting (Python3)
XGBoost is an optimized distributed gradient boosting library designed to be
highly efficient, flexible and portable. It implements machine learning
algorithms under the Gradient Boosting framework. XGBoost provides a parallel
tree boosting (also known as GBDT, GBM) that solve many data science problems
in a fast and accurate way. The same code runs on major distributed environment
(Kubernetes, Hadoop, SGE, MPI, Dask) and can solve problems beyond billions of
examples.
.
This package contains the xgboost python3 binding.
Package: python3-xhtml2pdf
Description-md5: 7f687876b2fd090f72527cd4217684f3
Description-en: Converts HTML into PDFs using ReportLab
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the
HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS
3). It is completely written in pure Python so it is platform
independent.
.
The main benefit of this tool that a user with Web skills like HTML
and CSS is able to generate PDF templates very quickly without
learning new technologies.
.
xhtml2pdf was previously developed as "pisa".
.
This package installs the library for Python 3.
Package: python3-xmmsclient
Description-md5: cda2a2852ef1d4011aa16e16a9ea975b
Description-en: XMMS2 - Python 3 bindings
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the Python 3 bindings for the XMMS2 client library.
Package: python3-xsdata
Description-md5: 9aa09ca462ca250cea5659e2a8cc10e5
Description-en: Naive XML Bindings for Python (Python 3)
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
.
This package installs the library for Python 3.
Package: python3-zbar
Description-md5: 8272ee7fa80948fb8c16580efa1c8410
Description-en: QR code / bar code scanner and decoder (Python bindings)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the Python bindings.
Package: qdbm-cgi
Description-md5: fea33b721cdef0fe767b8493d5bc4060
Description-en: QDBM Database CGI commands
This is the QDBM Database command package to be used as CGI commands.
Package: qdbm-doc
Description-md5: e629a03377a5c222476c82a9b51586c5
Description-en: QDBM Database Documentation
Documentation for all of the API's and utilities provided by QDBM.
Package: qdbm-util
Description-md5: db6090cf1ba7c6a0f55e30fae7d0dc37
Description-en: QDBM Database Utilities
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This is the QDBM Database utilities package.
Package: quickemu
Description-md5: c686267613690e09b569ec480aca9bf5
Description-en: quickly create and run optimised virtual machines
Quickemu is a wrapper for the excellent QEMU that attempts to automatically
"do the right thing", rather than expose exhaustive configuration options.
.
Quickly create and run optimised Windows, macOS and Linux desktop virtual
machines; with just two commands. You decide what operating system you want to
run and Quickemu will figure out the best way to do it for you. For example:
.
quickget ubuntu-mate 22.04
quickemu --vm ubuntu-mate-22.04.conf
.
The original objective of the project was to enable quick testing of Linux
distributions where the virtual machine configurations can be stored anywhere,
such as external USB storage or your home directory, and no elevated
permissions are required to run the virtual machines. Quickemu now also
includes comprehensive support for macOS and Windows.
Package: r-cran-backports
Description-md5: 25a8b4303ae91bbd5a2d45b91ec3b6ff
Description-en: reimplementation of functions introduced since R-3.0.0
Implementations of functions which have been introduced in
R since version 3.0.0. The backports are conditionally exported which
results in R resolving the function names to the version shipped with R (if
available) and uses the implemented backports as fallback. This way package
developers can make use of the new functions without worrying about the
minimum required R version.
Package: r-cran-bigmemory
Description-md5: 69712ba529cb54600ff9cd43a747ecfa
Description-en: Manage Massive Matrices with Shared Memory and Memory-Mapped Files
Create, store, access, and manipulate massive matrices.
Matrices are allocated to shared memory and may use memory-mapped
files. Packages 'biganalytics', 'bigtabulate', 'synchronicity', and
'bigalgebra' provide advanced functionality.
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-rpact
Description-md5: ae9e21930639dc2208677921afc4429a
Description-en: Confirmatory Adaptive Clinical Trial Design and Analysis
Design and analysis of confirmatory adaptive clinical trials with
continuous, binary, and survival endpoints according to the methods
described in the monograph by Wassmer and Brannath (2016). This
includes classical group sequential as well as multi-stage adaptive
hypotheses tests that are based on the combination testing principle.
Package: r-cran-survey
Description-md5: 38be057a326c4bbed5b9a0786bc82877
Description-en: GNU R analysis of complex survey samples
Summary statistics, two-sample tests, rank tests, generalised linear
models, cumulative link models, Cox models, loglinear models, and
general maximum pseudolikelihood estimation for multistage stratified,
cluster-sampled, unequally weighted survey samples. Variances by Taylor
series linearisation or replicate weights. Post-stratification,
calibration, and raking. Two-phase subsampling designs. Graphics. PPS
sampling without replacement. Principal components, factor analysis.
Package: razor
Description-md5: faecd6c972a016b7f0b48f3a9d192a0e
Description-en: spam-catcher using a collaborative filtering network
Vipul's Razor is a distributed, collaborative, spam detection and
filtering network. Razor establishes a distributed and constantly updating
catalogue of spam in propagation. This catalogue is used by clients to
filter out known spam. On receiving a spam, a Razor Reporting Agent (run
by an end-user or a troll box) calculates and submits a 20-character unique
identification of the spam (a SHA Digest) to its closest Razor
Catalogue Server. The Catalogue Server echos this signature to other
trusted servers after storing it in its database. Prior to manual
processing or transport-level reception, Razor Filtering Agents (end-users
and MTAs) check their incoming mail against a Catalogue Server and filter
out or deny transport in case of a signature match. Catalogued spam, once
identified and reported by a Reporting Agent, can be blocked out by the
rest of the Filtering Agents on the network.
Package: recoll
Description-md5: 97a16581f4d01e705c30286f9ce44f08
Description-en: Personal full text search package
This package is a personal full text search package is based on a very strong
backend (Xapian), for which it provides an easy to use and feature-rich
interface.
.
Features:
* Qt-based GUI.
* Supports the following document types (and their compressed versions).
- Natively: text, html, OpenOffice files, maildir and mailbox (Mozilla and
IceDove mail) with attachments, pidgin log files.
- With external helpers: pdf (pdftotext), postscript (ghostscript), msword
(antiword), excel, rtf (unrtf).
* Powerful query facilities, with boolean searches, phrases, filter on file
types and directory tree.
* Support for multiple charsets, Internal processing and storage uses Unicode
UTF-8.
* Stemming performed at query time (can switch stemming language after
indexing).
* Easy installation. No database daemon, web server or exotic language
necessary.
* An indexer which runs either as a thread inside the GUI or as an external,
cron'able program.
.
This metapackage installs recoll GUI and commandline tools.
Package: recollcmd
Description-md5: bf16c7cda652f39b17d973a474875c9f
Description-en: Command line programs for recoll
This package contains command line programs for a personal full text search
package recoll.
Package: recollgui
Description-md5: ab58186618d6df83918beb63bf0e9546
Description-en: GUI program and elements for recoll
This package contains main recoll GUI for configuring, controlling and
querying recoll indexes.
Package: remctl-client
Description-md5: 2948387542975e10c8d65690c8e8ec30
Description-en: Client for Kerberos-authenticated command execution
The remctl command-line client, which authenticates to a server using
Kerberos and then executes a command and returns the result.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: remctl-server
Description-md5: 257dcaa873396308d41f247d9cb1bc08
Description-en: Server for Kerberos-authenticated command execution
The remctl server (remctld) and SSH backend (remctl-shell), which are
responsible for receiving an authenticated command via the remctl
protocol (or via SSH), executing it, and returning the result.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: resource-agents-extra
Description-md5: 97f9e363f3bcb3512046371cd1baef1d
Description-en: Cluster Resource Agents
This package contains cluster resource agents (RAs) compliant with the Open
Cluster Framework (OCF) specification, used to interface with various services
in a High Availability environment managed by the Pacemaker resource manager.
.
Agents included:
AoEtarget: Manages ATA-over-Ethernet (AoE) target exports
AudibleAlarm: Emits audible beeps at a configurable interval
CTDB: CTDB Resource Agent
ClusterMon: Runs crm_mon in the background, recording the cluster status to...
Delay: Waits for a defined timespan
Dummy: Example stateless resource agent
EvmsSCC: Manages EVMS Shared Cluster Containers (SCCs) (deprecated)
Evmsd: Controls clustered EVMS volume management (deprecated)
Filesystem: Manages filesystem mounts
ICP: Manages an ICP Vortex clustered host drive
IPaddr: Manages virtual IPv4 addresses (portable version)
IPsrcaddr: Manages the preferred source address for outgoing IP packets
IPv6addr: Manages IPv6 aliases
LVM: Controls the availability of an LVM Volume Group
LinuxSCSI: Enables and disables SCSI devices through the kernel SCSI hot-pl...
MailTo: Notifies recipients by email in the event of resource takeover
ManageRAID: Manages RAID devices
ManageVE: Manages an OpenVZ Virtual Environment (VE)
NodeUtilization: Node Utilization
Pure-FTPd: Manages a Pure-FTPd FTP server instance
Raid1: Manages Linux software RAID (MD) devices on shared storage
Route: Manages network routes
SAPDatabase: Manages a SAP database instance as an HA resource.
SAPInstance: Manages a SAP instance as an HA resource.
SendArp: Broadcasts unsolicited ARP announcements
ServeRAID: Enables and disables shared ServeRAID merge groups
SphinxSearchDaemon: Manages the Sphinx search daemon.
Squid: Manages a Squid proxy server instance
Stateful: Example stateful resource agent
SysInfo: Records various node attributes in the CIB
VIPArip: Manages a virtual IP address through RIP2
VirtualDomain: Manages virtual domains through the libvirt virtualization f...
WAS: Manages a WebSphere Application Server instance
WAS6: Manages a WebSphere Application Server 6 instance
WinPopup: Sends an SMB notification message to selected hosts
Xen: Manages Xen unprivileged domains (DomUs)
Xinetd: Manages a service of Xinetd
ZFS: Manages ZFS pools
aliyun-vpc-move-ip: Move IP within a VPC of the Aliyun ECS
anything: Manages an arbitrary service
apache: Manages an Apache Web server instance
asterisk: Manages an Asterisk PBX
aws-vpc-move-ip: Move IP within a VPC of the AWS EC2
aws-vpc-route53: Update Route53 VPC record for AWS EC2
awseip: Amazon AWS Elastic IP Address Resource Agent
awsvip: Amazon AWS Secondary Private IP Address Resource Agent
azure-events: Microsoft Azure Scheduled Events monitoring agent
azure-events-az: Microsoft Azure Scheduled Events monitoring agent
azure-lb: Answers Azure Load Balancer health probe requests
clvm: clvmd
conntrackd: This resource agent manages conntrackd
corosync-qnetd: Corosync QNet daemon resource agent
crypt: LUKS/crypt resource agent
db2: Resource Agent that manages an IBM DB2 LUW databases in Standard role ...
dhcpd: Chrooted ISC DHCP server resource agent.
dnsupdate: IP take-over via dynamic DNS update
docker: Docker container resource agent.
docker-compose: This script manages docker services using docker-compose.
dovecot: Manages a highly available Dovecot IMAP/POP3 server instance
dummypy: Example stateless resource agent
eDir88: Manages a Novell eDirectory directory server
ethmonitor: Monitors network interfaces
exportfs: Manages NFS exports
fio: fio IO load generator
galera: Manages a galera instance
garbd: Manages a galera arbitrator instance
gcp-ilb: Replies to health checks from Google Cloud
gcp-pd-move: Attach/Detach a persistent disk on current GCP instance
gcp-vpc-move-ip: Move IP within a GCP VPC
gcp-vpc-move-route: Move IP within a GCP VPC
gcp-vpc-move-vip: Floating IP Address or Range on Google Cloud Platform
ids: Manages an Informix Dynamic Server (IDS) instance
iface-bridge: Manages Bridge network interfaces.
iface-macvlan: Manages MACVLAN network interfaces.
iface-vlan: Manages VLAN network interfaces.
ipsec: Handles IPSEC tunnels for VIPs
jboss: Manages a JBoss application server instance
jira: JIRA OCF RA
kamailio: Resource agent for Kamailio
ldirectord: Wrapper OCF Resource Agent for ldirectord
lvmlockd: This agent manages the lvmlockd daemon
lxc: Manages LXC containers
lxd-info: Records various node attributes in the CIB
machine-info: Records various node attributes in the CIB
mariadb: Manages a MariaDB promotable instance
mdraid: Manages Linux software RAID (MD) devices on shared storage
minio: OCF Resource Agent compliant Minio server script.
mpathpersist: Manages SCSI persistent reservations on multipath devices
mysql: Manages a MySQL database instance
mysql-proxy: Manages a MySQL Proxy instance
nagios: Nagios resource agent
named: Manages a named server
nfsnotify: sm-notify reboot notifications
nfsserver: Manages an NFS server
nginx: Manages an Nginx web/proxy server instance
nvmet-namespace: NVMe-oF target export agent
nvmet-port: NVMe-oF target export agent
nvmet-subsystem: NVMe-oF target export agent
ocivip: OCI Secondary Private IP Address for Compute instances Resource Agent
openstack-cinder-volume: Attach a cinder volume
openstack-floating-ip: Move a floating IP
openstack-info: Records various node attributes in the CIB
openstack-virtual-ip: Move a virtual IP
oraasm: Oracle ASM resource agent
oracle: Manages an Oracle Database instance
oralsnr: Manages an Oracle TNS listener
osceip: Outscale Elastic IP Address Resource Agent
ovsmonitor: Monitors ovs bonding bonds
pgagent: Controls pgagent
pingd: Monitors connectivity to specific hosts or IP addresses ("ping nodes...
podman: Podman container resource agent.
portblock: Block and unblocks access to TCP and UDP ports
postfix: Manages a highly available Postfix mail server instance
pound: Manage a Pound instance
powervs-subnet: Manages moving a Power Virtual Server subnet
proftpd: OCF Resource Agent compliant FTP script.
rabbitmq-cluster: rabbitmq clustered
rabbitmq-server-ha: Resource agent for RabbitMQ HA cluster
redis: Redis server
rkt: rkt container resource agent.
rsyncd: Manages an rsync daemon
rsyslog: rsyslog resource agent
scsi2reservation: scsi-2 reservation
sfex: Manages exclusive access to shared storage using Shared Disk File EXc...
sg_persist: Manages SCSI PERSISTENT RESERVATIONS
slapd: Manages a Stand-alone LDAP Daemon (slapd) instance
smb-share: Manages samba shares on the fly
storage-mon: storage I/O health status
sybaseASE: Sybase ASE Failover Instance
symlink: Manages a symbolic link
syslog-ng: Syslog-ng resource agent
tomcat: Manages a Tomcat servlet environment instance
varnish: Manage a Varnish instance
vdo-vol: VDO resource agent
vmware: Manages VMWare Server 2.0 virtual machines
vsftpd: Manages an vsftpd
zabbixserver: Zabbix server resource agent
Package: rrdcached
Description-md5: 4d8a85234e5733e4bc3e4f2b629e4f4c
Description-en: data caching daemon for RRDtool
RRDCacheD is a daemon that receives updates to existing RRD files, accumulates
them and, if enough have been received or a defined time has passed, writes
the updates to the RRD file. The daemon was written with big setups in mind.
Those setups usually run into I/O related problems. RRDCacheD's goal is to
alleviate these problems.
Package: rrdtool-tcl
Description-md5: b846eb67771d33328ed170f4f37b5a75
Description-en: time-series data storage and display system (Tcl interface)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
This package contains a Tcl interface to RRDs.
Package: ruby-asciidoctor
Description-md5: f23952c3d7abfbe0c2badd248fbe42c0
Description-en: AsciiDoc to HTML rendering for Ruby (core libraries)
Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
.
This package contains the library files used by the asciidoctor package.
Package: ruby-guestfs
Description-md5: a3ff7f50a8fc85b30508a57e199b0912
Description-en: guest disk image management system - Ruby bindings
The libguestfs library allows accessing and modifying guest disk
images.
.
This package contains Ruby bindings to libguestfs.
Package: ruby-hivex
Description-md5: 851061fd0f4952c64a5a5e540c294fe2
Description-en: Ruby bindings for hivex
Ruby bindings for libhivex, a library for reading and writing
Windows Registry "hive" binary files.
Package: ruby-libprelude
Description-md5: f398aa815e81387c46bad39694050dbf
Description-en: Security Information and Events Management system [ Ruby bindings ]
The Prelude Library is a collection of generic functions providing
communication between the Prelude SIEM suite components. It provides a
convenient interface for sending alerts to Prelude Manager with transparent
SSL, failover and replication support, asynchronous events and timer
interfaces, an abstracted configuration API (hooking at the commandline, the
configuration line, or wide configuration, available from the Manager), and a
generic plugin API. It allows you to easily turn your favorite security
program into a Prelude sensor.
.
This package contains the ruby bindings for Prelude.
Package: ruby-librdf
Description-md5: c2321911067fa10ea7bb47eab61ee25e
Description-en: Ruby language bindings for the Redland RDF library
This package contains the files needed to use the Redland Resource
Description Framework (RDF) library in Ruby programs.
Package: ruby-marisa
Description-md5: ce552b53fb8a6d80ccb36e18d7570478
Description-en: Ruby bindings for MARISA
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
and space-efficient trie data structure.
.
This package contains Ruby bindings for MARISA.
Package: ruby-mecab
Description-md5: aa45d8c9aa8f702eeb47a8a5f98a786e
Description-en: Mecab binding for Ruby language
Mecab is a Japanese morphological analysis system.
.
ruby-mecab is its binding for Ruby language.
Package: ruby-obexftp
Description-md5: dc520555636c19317e0cda9c9735b8b2
Description-en: ruby binding to the object exchange file transfer library
OBEX, the OBject EXchange protocol, can best be described as binary HTTP.
OBEX is optimized for ad-hoc links and can be used to exchange
all kind of objects like files, pictures, calendar entries (vCal)
and business cards (vCard) over bluetooth, IrDA, USB and serial cable
links.
.
This package contains the binding for the Ruby programming language.
Package: ruby-octokit
Description-md5: 0935ca9194eafaedd25a13741a4ec20e
Description-en: Ruby toolkit for working with the GitHub API
ruby-octokit wraps the GitHub API in a flat API client that follows Ruby
conventions and requires little knowledge of REST.
.
It provides all expected features needed to interact with Github or
any other implementation of their API:
.
- Authenticated (basic and oauth) and unauthenticated requests.
- Access to all resources and fields.
- Direct access to HTTP response headers if needed.
- Pagination.
- Hypermedia features (ruby-octokit is built on top of ruby-sawyer).
Package: ruby-qdbm
Description-md5: a44c68871160f458b5bc45bfe58dd5d8
Description-en: QDBM Database Libraries for Ruby
QDBM is an embedded database library compatible with GDBM and NDBM.
It features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher processing
speed, smaller size of a database file, and simpler API.
This package provides the Ruby interface for the QDBM database library.
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-remctl
Description-md5: 3df1077d60d6e7716f7cb137295afef8
Description-en: Ruby extension for Kerberos-authenticated command execution
The Ruby remctl extension, which provides native Ruby bindings for the
libremctl client library.
.
remctl is a client/server protocol for executing specific commands on a
remote system with Kerberos authentication. The allowable commands must
be listed in a server configuration file, and the executable run on the
server may be mapped to any command name. Each command is also
associated with an ACL containing a list of Kerberos principals
authorized to run that command.
Package: ruby-rrd
Description-md5: 2563ff8edafb4d9ebbfd3c9085b3752a
Description-en: time-series data storage and display system (Ruby interfaces)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
.
This package contains a Ruby interfaces to RRDs.
Package: ruby-svn
Description-md5: 681536b40f193ae3816c1437f1c38f7d
Description-en: Ruby bindings for Apache Subversion
This is a set of Ruby interfaces to libsvn, the Apache Subversion libraries.
It is useful if you want to, for example, write a Ruby script that
manipulates a Subversion repository or working copy. See the
'subversion' package for more information.
Package: ruby-timecop
Description-md5: 1ce6edc8e35ae0828b72a1a6470ffdc9
Description-en: Ruby library to easily test time-dependent code
Timecop makes it easy to travel through or freeze time for creating a
predictable and ultimately testable scenario.
.
It is a wrapper class for manipulating the extensions to the Time, Date,
and DateTime objects. It avoids overloading of functions with optional
arguments while writing test cases. It is possible to nest multiple
calls to Timecop.travel and Timecop.freeze, with each block maintaining
concept of "now". Having no dependencies, it works with regular Ruby projects
and Ruby on Rails projects.
Package: ruby-xmmsclient
Description-md5: ef452a2ad26e2c16f84cb7ef39e4fe03
Description-en: XMMS2 - Ruby bindings
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a Ruby library that allows you to write XMMS2 clients.
It's a language binding of libxmmsclient0.
Package: rxvt-unicode
Description-md5: f01b478fbcb40979e88f622b717b03e0
Description-en: RXVT-like terminal emulator with Unicode and 256-color support
rxvt-unicode is a modern, Unicode-aware color xterm replacement that uses
significantly less memory than a conventional xterm and many other Unicode
supporting terminal emulators.
.
It supports using multiple fonts at the same time, including Xft fonts, and
client-server technology to reduce memory consumption when using multiple
windows.
.
This package is configured with 256-color support, and TERM set to
"rxvt-unicode-256color". Any other systems you log into must have this
terminfo entry installed!
Package: samhain
Description-md5: 65363c52058ed227a4243369ac75989d
Description-en: Data integrity and host intrusion alert system
Samhain is an integrity checker and host intrusion detection system that
can be used on single hosts as well as large, UNIX-based networks.
It supports central monitoring as well as powerful (and new) stealth
features to run undetected on memory using steganography.
.
Main features
* Complete integrity check
+ uses cryptographic checksums of files to detect
modifications,
+ can find rogue SUID executables anywhere on disk, and
* Centralized monitoring
+ native support for logging to a central server via encrypted
and authenticated connections
* Tamper resistance
+ database and configuration files can be signed
+ logfile entries and e-mail reports are signed
+ support for stealth operation
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: skanlite
Description-md5: d2d9bd8c4175a6dcd1cac0f2573de40d
Description-en: image scanner based on the KSane backend
Skanlite is a small and simple scanner application which allows easy scanning
of images with an attached scanner. Through the KSane backend, it can access
a wide variety of different scanner models.
Package: slapd-contrib
Description-md5: ff6e572efbbb94ce9953af67807dabd9
Description-en: contributed plugins for OpenLDAP slapd
This package contains a number of slapd overlays and plugins contributed by
the OpenLDAP community. While distributed as part of OpenLDAP Software, they
are not necessarily supported by the OpenLDAP Project.
Package: snmptrapd
Description-md5: 5813c4c7d76971aa4ce271dad1bfb061
Description-en: Net-SNMP notification receiver
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
and clients.
.
snmptrapd is an SNMP application (daemon) that receives and logs SNMP TRAP
and INFORM messages.
Package: sonic-pi
Description-md5: cfba0a7e5a8e7b5b67609733f1db5d4b
Description-en: Live Coding for Everyone
A free live coding synth for everyone. Originally designed to support
computing and music lessons within schools. Use code to compose and
perform in classical and contemporary styles ranging from Canons to
Dubstep.
Package: sonic-pi-samples
Description-md5: 4261dab425530defd16645d72e7ac128
Description-en: Audio samples for Sonic Pi
Sonic Pi is shipped with a default audio sample collection, containing
musical snippets, sound effects and rhythm loops created by various
contributors at freesound.org.
Package: sonic-pi-server
Description-md5: 2d864efee759bf33ce577cef58f2c17d
Description-en: Backend server for Sonic Pi
The Sonic Pi backend server connects to SuperCollider to play synths
and samples. Advanced users may want to use the server for experiments
without the graphical user interface provided by the sonic-pi package.
Package: sonic-pi-server-doc
Description-md5: 6e3ceb95e26e480423493b9c01508a6a
Description-en: Documentation for Sonic Pi
These are the Markdown source files and a converted HTML version of
the Sonic Pi main documentation. If you installed the sonic-pi IDE
package, you propably don't need this package, as a copy of the
documentation is already included within the application.
Package: spfquery
Description-md5: 033d15eaa219b53bcf8722d3368470b0
Description-en: query SPF (Sender Policy Framework) to validate mail senders
The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol
pair. SPF allows email systems such as Sendmail, Postfix, Exim,
Zmailer and MS Exchange to check SPF records and make sure that the
email is authorized by the domain name that it is coming from. This
prevents email forgery, commonly used by spammers, scammers and email
viruses/worms.
.
This package contains simple utilities that use libspf2 to test and
query SPF records.
Package: subversion
Description-md5: 2b16de8a860b139507af1abc718e9506
Description-en: Advanced version control system
Apache Subversion, also known as svn, is a centralised version control
system. Version control systems allow many individuals (who may be
distributed geographically) to collaborate on a set of files (source
code, websites, etc). Subversion began with a CVS paradigm and
supports all the major features of CVS, but has evolved to support
many features that CVS users often wish they had.
.
This package includes the Subversion client (svn, svnsync), repository
administration tools (svnadmin, svnlook) and a network server (svnserve).
Package: subversion-tools
Description-md5: 606aa217055d68550e4946170331a468
Description-en: Assorted tools related to Apache Subversion
This package includes miscellaneous tools for use with Apache Subversion
clients and servers:
* svn-backup-dumps: Incremental dumpfile-based backup script
* svn-bisect: Bisect revisions to find a regression
* svn-clean: Remove unversioned files from a working copy
* svn-hot-backup: Backup script, primarily for BDB repositories
* svn_apply_autoprops: Apply property settings from
.subversion/config file to an existing repository
* svn_load_dirs: Sophisticated replacement for 'svn import'
* svnwrap: Set umask to 002 before calling svn or svnserve
* fsfs-access-map: Convert strace output into FSFS access map
* several example hook scripts: commit-access-control, commit-email,
log-police, mailer, svnperms, verify-po
.
NOTE that some of these scripts are unsupported by upstream, and may
change radically or disappear in future releases. Some of these
scripts require packages on the Recommends list.
Package: swish-e
Description-md5: c9ef28dbf00c56799a2c5d192c71dc69
Description-en: Simple Web Indexing System for Humans - Enhanced
SWISH-Enhanced is a fast, powerful, flexible, and easy to use system
for indexing collections of HTML Web pages, or any XML or text files like
Open Office Documents, Open Document files, emails, and so on.
.
Key features:
* Quickly index a large number of text, HTML, and XML documents
* Use filters to index any type of files such as PDF, OpenOffice, DOC, XLS,
PPT, MP3.
* Includes a web spider for indexing remote documents over HTTP
* Can use an external program to supply documents including
records from a relational database.
* Word stemming, soundex, metaphone, and double-metaphone indexing for
fuzzy searching
* Powerful Regular Expressions to select documents for indexing or exclusion
* Limit searches to parts of documents such as certain HTML tags or to
XML elements.
* Index file is portable between platforms.
* A Swish-e library is provided to allow embedding Swish-e into your
applications for very fast searching.
.
You'll find ready to use examples for indexing the Debian documentation, PDF,
OpenOffice and MSOffice files, whole Maildir, and more.
Package: swish-e-dev
Description-md5: 1ad84b056c7026bcc82fbcb4c4da4256
Description-en: Simple Web Indexing System for Humans - Enhanced
Static libraries and headers for developing application with SWISH-Enhanced,
a fast, powerful, flexible, and easy to use system indexing engine.
Package: sync-ui
Description-md5: 43f2f9e87c9ebcc1307ce50ed54fa85f
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (GTK+ GUI)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides a GTK+ graphical user interface.
Package: syncevolution
Description-md5: ae5cd170e8b5a2c467595c7aa9fc3b30
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (CLI)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides the CLI client.
Package: syncevolution-common
Description-md5: 5b858385969f9e19bde689aa3fb66b7a
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (common files)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides common architecture independent files.
Package: syncevolution-dbus
Description-md5: 319b8be99541ac5c70b252c07bcbf11b
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (D-Bus support)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides D-Bus services.
Package: syncevolution-http
Description-md5: 0d557d7a93fb316cc743dd8b1208299b
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (HTTP server)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides a python script to make SyncEvolution act as a HTTP(S)
server for other SyncML clients.
Package: syncevolution-libs
Description-md5: 9bc8d5e3133dba6ef701edb6d7a219bd
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (backend libraries)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides private libraries and plugins.
Package: syncevolution-libs-gnome
Description-md5: d5a8e07fe9b67bdf35d27774784d269f
Description-en: Sync personal information data via SyncML/CalDAV/CardDAV (GNOME backend)
SyncEvolution synchronizes contact, calendar and task items via SyncML and
CalDAV/CardDAV with other servers or devices. It uses the Evolution Data Server
to sync PIM data in Evolution, but a plain file storage is also supported.
Data exchange can happen via HTTP(S) and Bluetooth. Full, one-way and
incremental synchronization of items are supported. SyncEvolution can act as
a SyncML/DAV client and SyncML server.
.
This package provides private libraries and plugins for GNOME.
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-smtp
Description-md5: 9af74848d647397723c357915eabd0ab
Description-en: Enhanced system logging daemon (SMTP 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 SMTP destination plugin, which allows one
to send email messages from within syslog-ng itself.
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: tcl-hamlib
Description-md5: 595d92ac5ae4d3a0a280913cce6611b7
Description-en: Run-time Tcl library to control radio transceivers and receivers
Most recent amateur radio transceivers allow external control of their
functions through a computer interface. Unfortunately, control commands are
not always consistent across a manufacturer's product line and each
manufacturer's product line differs greatly from its competitors.
.
This library addresses that issue by providing a standardised programming
interface that applications can talk to and translating that into the
appropriate commands required by the radio in use.
.
This package provides the Tcl bindings of the library.
Package: texinfo
Description-md5: 1c7c77fec8377bb6e9c62acc5e9736a6
Description-en: Documentation system for on-line information and printed output
Texinfo is a documentation system that uses a single source file to
produce both on-line information and printed output.
.
Using Texinfo, you can create a printed document with the normal features
of a book, including chapters, sections, cross references, and indices.
From the same Texinfo source file, you can create a menu-driven, on-line
Info file with nodes, menus, cross references, and indices.
Package: texinfo-lib
Description-md5: 0caa794354e81496385940f89c0a9623
Description-en: Libraries needed by the texinfo package
Texinfo is a documentation system that uses a single source file to
produce both on-line information and printed output.
.
Using Texinfo, you can create a printed document with the normal features
of a book, including chapters, sections, cross references, and indices.
From the same Texinfo source file, you can create a menu-driven, on-line
Info file with nodes, menus, cross references, and indices.
.
This package contains the architecture dependent parts of the texinfo package.
Package: tkmib
Description-md5: 3e99f331a5c32c38e42f396a8c41e207
Description-en: SNMP (Simple Network Management Protocol) MIB browser
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
and clients.
.
The Net-SNMP MIB (Management Information Base) Browser provides a
graphical frontend for the Net-SNMP tools. It can be used to browse
the MIB tree and interactively send requests to SNMP agents.
Package: tomb
Description-md5: 9bd3b09373006a6371c1cc303641ecc1
Description-en: crypto undertaker
Tomb is a free and easy to operate desktop application for fairly strong
encryption of personal files. A tomb is like a locked folder that can be
transported and hidden in filesystems; its keys are password protected and can
be kept separate, for instance keeping the tomb file in your computer's
harddisk and the key file on a USB stick.
.
Tomb relies on dm-crypt (and cryptsetup) as an encryption backend using the
aes-xts-plain64 cypher.
Package: trickle
Description-md5: 84b7ecc8ce284790e36a3acf902e8b29
Description-en: user-space bandwidth shaper
Trickle is a voluntary, cooperative bandwidth shaper. it works
entirely in userland and is very easy to use.
.
The most simple application is to limit the bandwidth usage of programs.
Package: tzdata-icu
Description-md5: a5c3f50b1819a84102de7f4c1903524f
Description-en: ICU time zone and daylight-saving time data
This package contains data required for the implementation of
standard local time for many representative locations around the
globe. It is updated periodically to reflect changes made by
political bodies to time zone boundaries, UTC offsets, and
daylight-saving rules.
.
This package contains the time zone data in the format used by
International Components for Unicode (ICU).
Package: uuid
Description-md5: c9126cf007f046209a5590f7fdc3a5a1
Description-en: Universally Unique Identifier Command-Line Tool
OSSP uuid is a C API and corresponding CLI program for the generation
and analysis of DCE 1.1 and, IETF RFC-9562- compliant Universally Unique
Identifiers (UUIDs). It supports variant 1 UUIDs of versions:
1 (time and node),
3 (name (namespace+data), MD5),
4 (random),
5 (name (namespace+data), SHA-1),
6 (time and node with improved locality),
7 (UNIX time, random data).
Additional API bindings are provided for C++98 (deprecated) and Perl:5.
Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
.
This package contains the Universally Unique Identifier Command-Line Tool.
Package: uwsgi
Description-md5: 58463849d39022e9bde2acbbc728d93e
Description-en: fast, self-healing application container server
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package depends on uWSGI core binary and installs:
* init.d script for running uWSGI daemon(s) with options defined in custom
user-created configuration files
* infrastructure for running daemons (like common locations of communication
sockets, logs)
Package: uwsgi-app-integration-plugins
Description-md5: 63a026e66448bf61bff37f15ba74a4ec
Description-en: plugins for integration of uWSGI and application
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides plugins for integration of uWSGI and
application:
* GNU Go
* Java (OpenJDK 17)
* JWSGI (OpenJDK 17)
* Lua WSAPI (Lua 5.1)
* Mono/ASP.NET
* Perl PSGI
* Python WSGI (Python 3)
* Rack (ruby3.3)
.
Java and Mono plugins are provided only on supported architectures.
Package: uwsgi-core
Description-md5: 06ca1aa3581c597e6eff2894ce625f66
Description-en: fast, self-healing application container server (core)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package provides core uWSGI binary (built without any embedded
plugins) and plugins with no or few dependencies:
.
* cache
* carbon
* cgi
* cheaper_backlog2
* cheaper_busyness
* clock_monotonic
* clock_realtime
* corerouter
* echo
* emperor_amqp
* emperor_zeromq
* fastrouter
* forkptyrouter
* http
* logcrypto
* logfile
* logpipe
* logsocket
* logzmq
* mongrel2
* msgpack
* nagios
* notfound
* pam
* ping
* pty
* rawrouter
* redislog
* router_basicauth
* router_cache
* router_expires
* router_hash
* router_http
* router_memcached
* router_metrics
* router_radius
* router_redirect
* router_redis
* router_rewrite
* router_static
* router_uwsgi
* router_xmldir
* rpc
* rrdtool
* rsyslog
* signal
* spooler
* ssi
* sslrouter
* stats_pusher_file
* stats_pusher_socket
* stats_pusher_statsd
* symcall
* syslog
* systemd_logger
* transformation_chunked
* transformation_gzip
* transformation_offload
* transformation_template
* transformation_tofile
* transformation_toupper
* tuntap
* ugreen
* webdav
* xattr
* zabbix
* zergpool
.
forkptyrouter, systemd and tuntap are provided
only on supported architectures.
.
Developing external uWSGI plugin requires the package uwsgi-dev.
Package: uwsgi-dbg
Description-md5: 2562a97100731f3ae3815a97cacf19f4
Description-en: debugging symbols for uWSGI server and it's plugins
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the debug symbols for uWSGI core binary and plugins.
Install this package if you need to debug such a program or if you need a
useful backtrace of a crash.
Package: uwsgi-dev
Description-md5: becd94640d027cc49f6f3ca8def26e6b
Description-en: fast, self-healing application container server (headers)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package provides development headers and tools needed to develop
external uWSGI plugins, either contained in this package or pulled in
through depending on development packages of dependent projects.
Package: uwsgi-emperor
Description-md5: 64339e39f51b1bb021f154578159cd54
Description-en: fast, self-healing application container server (emperor scripts)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, it is designed to be fully modular. This means that
different plugins can be used in order to add compatibility with tons of
different technology on top of the same core.
.
This package depends on uWSGI core binary and installs:
* init.d script for running uWSGI Emperor daemon with options defined in
custom user-created configuration files
* basic configuration for running uWSGI Emperor daemon
Package: uwsgi-extra
Description-md5: 3e43c6bd4ae0c57e86fa9aed8818463a
Description-en: fast, self-healing application container server (extra files)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package provides extra files from uWSGI distribution.
Package: uwsgi-infrastructure-plugins
Description-md5: d27e3c8f22a18c6987eb8122dfc8bb3b
Description-en: infrastructure plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides infrastructure plugins for uWSGI:
* alarm cURL
* alarm XMPP
* cURL cron
* PostgreSQL emperor
* graylog2
* GeoIP
* LDAP
* router access
* SQLite 3
* XSLT request
* GlusterFS storage
* Ceph/RADOS storage
.
GlusterFS and Ceph/RADOS plugins are provided only on
supported architectures.
Package: uwsgi-plugin-alarm-curl
Description-md5: c9945f01472d87a192b359c44b6f0685
Description-en: cURL alarm plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides alarm_curl plugin for uWSGI.
Package: uwsgi-plugin-alarm-xmpp
Description-md5: dbd9b2a3cbda003b2f928f7da81b4c11
Description-en: XMPP alarm plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides alarm_xmpp plugin for uWSGI.
Package: uwsgi-plugin-asyncio-python3
Description-md5: 7a378c007c03cccc19e02f845bccfa86
Description-en: asyncio plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides asyncio plugin for uWSGI
with Python 3 WSGI interface.
Package: uwsgi-plugin-curl-cron
Description-md5: a46df795e8a7276a2f4bf68f0dbdfa1a
Description-en: cron cURL plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides curl_cron plugin for uWSGI.
Package: uwsgi-plugin-emperor-pg
Description-md5: cbe9a268a53bb8ddec94f5571b8d545f
Description-en: Emperor PostgreSQL plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides emperor_pg plugin for uWSGI.
Package: uwsgi-plugin-fiber
Description-md5: 2f93fb98da8b41ae43d12b098bea736a
Description-en: Fiber plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Fiber plugin for uWSGI
with Ruby (ruby3.3).
.
Fibers are a form of coroutine, useful for implementing cooperative
multitasking.
Package: uwsgi-plugin-gccgo
Description-md5: 41db975384db959caa33744aab9bc7fa
Description-en: GNU Go plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides gccgo (GNU Go) plugin for uWSGI.
Package: uwsgi-plugin-geoip
Description-md5: b6599808704db6a575e47b5dfa474a37
Description-en: GeoIP plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides geoip plugin for uWSGI.
Package: uwsgi-plugin-gevent-python3
Description-md5: 25fe2e43e9d914bb79b68dd32242078a
Description-en: gevent plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides gevent plugin for uWSGI with Python 3 WSGI interface.
Package: uwsgi-plugin-glusterfs
Description-md5: cc2ced6db49a60fb4518e573aaaa93a5
Description-en: GlusterFS storage plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides GlusterfS storage plugin for uWSGI.
Package: uwsgi-plugin-graylog2
Description-md5: 9d2bdfa660c45ed3f72e19a121a4b7d3
Description-en: graylog2 plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides graylog2 plugin for uWSGI.
Package: uwsgi-plugin-greenlet-python3
Description-md5: f4f038375f5af611803749d95a2cd9a3
Description-en: greenlet plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides greenlet plugin for uWSGI with Python 3 WSGI interface.
Package: uwsgi-plugin-jvm-openjdk-17
Description-md5: 3d774f60fef14b44d50292f0d7adf5dd
Description-en: Java plugin for uWSGI (OpenJDK 17)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Java plugin for uWSGI
(linked with OpenJDK 17 runtime).
Package: uwsgi-plugin-jwsgi-openjdk-17
Description-md5: 82f5581f9511b63e0c07679a38a99046
Description-en: JWSGI plugin for uWSGI (OpenJDK 17)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides JWSGI plugin for uWSGI
(linked with OpenJDK 17 runtime).
Package: uwsgi-plugin-ldap
Description-md5: 1e50c20e96d37c14871bcd9945bf5e9b
Description-en: LDAP plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides ldap plugin for uWSGI.
Package: uwsgi-plugin-lua5.1
Description-md5: 555a2f06821ef97d5c04eb87bd090431
Description-en: Lua WSAPI plugin for uWSGI (Lua 5.1)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Lua WSAPI plugin for uWSGI
(linked with Lua 5.1 runtime).
Package: uwsgi-plugin-mono
Description-md5: c49a81762fa3ef44c0a7027428be0eb7
Description-en: Mono/ASP.NET plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Mono/ASP.NET plugin for uWSGI.
Package: uwsgi-plugin-psgi
Description-md5: 828d6498efae772fa540e29787676fbe
Description-en: Perl PSGI plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides psgi plugin for uWSGI, to interface with Perl PSGI.
Package: uwsgi-plugin-python3
Description-md5: 11faa7d448ede3140d20ea26577cfb47
Description-en: WSGI plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Python 3 WSGI plugin for uWSGI
(linked with Python 3 runtime).
Package: uwsgi-plugin-rack-ruby3.3
Description-md5: a3ea339f29fc13c61aef7fb62757a465
Description-en: Rack plugin for uWSGI (ruby3.3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Rack plugin for uWSGI
(linked with ruby3.3 runtime).
Package: uwsgi-plugin-rados
Description-md5: c57a43a89ef56db2c702cadba6644987
Description-en: Ceph/RADOS storage plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Ceph/RADOS storage plugin for uWSGI.
Package: uwsgi-plugin-rbthreads
Description-md5: 551702337339fe6efc05b1cd2c15385c
Description-en: Ruby native threads plugin for uWSGI (ruby3.3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Ruby (ruby3.3) native threads plugin for uWSGI.
Package: uwsgi-plugin-ring-openjdk-17
Description-md5: 913ea270c7614be07572836eba01f8a9
Description-en: Closure/Ring plugin for uWSGI (OpenJDK 17)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Closure/Ring plugin for uWSGI
(linked with OpenJDK 17 runtime).
Package: uwsgi-plugin-router-access
Description-md5: 81c9fc541376c5a806ad37f769befa99
Description-en: Access router plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides router_access plugin for uWSGI.
Package: uwsgi-plugin-servlet-openjdk-17
Description-md5: a4cf602eec2c0caa952c295f85f3f8b3
Description-en: JWSGI plugin for uWSGI (OpenJDK 17)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides Servlet 2.5 plugin for uWSGI
(linked with OpenJDK 17 runtime).
Package: uwsgi-plugin-sqlite3
Description-md5: 8dd97dba87fb4e4d4e93b258b0ce19bc
Description-en: SQLite 3 configurations plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides sqlite3 plugin for uWSGI, to load configurations
from SQLite 3 database.
Package: uwsgi-plugin-tornado-python3
Description-md5: 0eefdf8accf8cf531f82994c01604c02
Description-en: tornado plugin for uWSGI (Python 3)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides tornado plugin for uWSGI with Python 3 WSGI interface.
Package: uwsgi-plugin-xslt
Description-md5: 1d0ff54facd7f55b2887b974fbb21b22
Description-en: XSLT request plugin for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This package provides xslt plugin for uWSGI.
Package: uwsgi-plugins-all
Description-md5: 1d0a3b4108ab0cbbb87015ec1daa31b7
Description-en: all available plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
.
This dependency package provides all available plugins for uWSGI:
* infrastructure
- HTTP serving, RPC, etc.
* application integration
- PSGI, Rack, WSGI, etc.
* coroutines
- Fiber (ruby3.3)
- gevent (Python 3)
- greenlet (Python 3)
- asyncio (Python 3)
- Ruby native threads (ruby3.3)
- tornado (Python 3)
.
Greenlet and gevent plugin is provided only on supported architectures.
Package: uwsgi-src
Description-md5: fc8923e4824755e3250741e0673c1f4a
Description-en: sources for uWSGI plugins
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
.
This package contains the sources for uWSGI plugins.
Package: vile
Description-md5: 1c2d6eec70bbbbe775b92dbf0a95f6dc
Description-en: VI Like Emacs - vi work-alike
vile is a text editor which is extremely compatible with vi in terms of
``finger feel''. In addition, it has extended capabilities in many areas,
notably multi-file editing and viewing, syntax highlighting, key rebinding,
an optional embedded perl interpreter, and real X window system support.
.
This package contains the character-mode binary. Required support files
are contained in vile-common. Source code highlighting filters are in
vile-filters. An X11 binary is in the xvile package.
Package: vile-common
Description-md5: 1a3c3fb6398d1181edf47d779818f652
Description-en: VI Like Emacs - support files for vile/xvile
Shared files for the vile and xvile editors.
Package: vile-filters
Description-md5: 08cb21d4d528cf0370e98bf92519c35f
Description-en: VI Like Emacs - highlighting filters for vile/xvile
Text highlighting filters for various languages and file formats for
the vile and xvile editors.
Package: vim-athena
Description-md5: 215b4520fd9a69b317132881ce593b7d
Description-en: Vi IMproved - enhanced vi editor (dummy package)
This is a transitional package to install the vim-motif package. You may
remove this package if nothing depends on it.
Package: vim-gtk3
Description-md5: 55a9161bf3dec9e8a999586c8e73467a
Description-en: Vi IMproved - enhanced vi editor - with GTK3 GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a GTK3 GUI
and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
Package: vim-gui-common
Description-md5: f51060aa71b1aeaa83cfde145ca640c3
Description-en: Vi IMproved - Common GUI files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains files shared by all GUI-enabled vim
variants available in Debian. Examples of such shared files are:
gvimtutor, icons, and desktop environments settings.
Package: vim-motif
Description-md5: 0d24b1f25ebcc42266fd1abc532adc46
Description-en: Vi IMproved - enhanced vi editor - with Motif GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a Motif GUI
and support for scripting with Lua, Perl, Python 3, and Tcl.
Package: vim-nox
Description-md5: f840d0104436408f409898adc9a43d8c
Description-en: Vi IMproved - enhanced vi editor - with scripting languages support
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with support for
scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.
Package: weechat
Description-md5: 49034d6f5708e15267581e194a3b3aa1
Description-en: Fast, light and extensible chat client (metapackage)
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes:
- support of IRC protocol (native)
- support of XMPP/Jabber protocol (with additional script)
- nicklist
- smart hotlist
- horizontal and vertical split
- double charset support (decode/encode)
- FIFO pipe for remote control
- 256 colors support
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting
- script manager
- spell checking
- highly customizable and extensible
- and much more!
Package: weechat-core
Description-md5: 190e3257327c71dfff2337b947edab14
Description-en: Fast, light and extensible chat client - core files
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides core plugins and locales files for WeeChat. It
currently ships the following plugins: alias, buflist, charset, fset, irc,
logger and xfer. It is useless without weechat-curses or weechat-headless.
Package: weechat-curses
Description-md5: d1d4c63df1cc2d0bc918a83f2682fb67
Description-en: Fast, light and extensible chat client - console client
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes:
- support of IRC protocol (native)
- support of XMPP/Jabber protocol (with additional script)
- nicklist
- smart hotlist
- horizontal and vertical split
- double charset support (decode/encode)
- FIFO pipe for remote control
- 256 colors support
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting
- script manager
- spell checking
- highly customizable and extensible
- and much more!
.
This package provides the console client (ncurses).
Package: weechat-dev
Description-md5: 0148c36c2fd0778d8d3fca9cfaebe4d1
Description-en: Fast, light and extensible chat client - development headers
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package contains the headers needed to build plugins.
Package: weechat-doc
Description-md5: 101025ab4c54d19e0032648e468468a4
Description-en: Fast, light and extensible chat client - documentation
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package contains the html documentation for WeeChat.
Package: weechat-guile
Description-md5: 6e0692a78089257b5b6e367e618cff90
Description-en: Fast, light and extensible chat client - Guile plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Guile scripting API plugin.
Package: weechat-headless
Description-md5: a1f93a711cf6fa180dbb63af9ac023d9
Description-en: Fast, light and extensible chat client - headless client
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
It is customizable and extensible with plugins/scripts, and includes:
- support of IRC protocol (native)
- support of XMPP/Jabber protocol (with additional script)
- nicklist
- smart hotlist
- horizontal and vertical split
- double charset support (decode/encode)
- FIFO pipe for remote control
- 256 colors support
- incremental text search
- dynamic filtering of buffer content
- Perl, Python, Ruby, Lua, Tcl, Scheme and PHP scripting
- script manager
- spell checking
- highly customizable and extensible
- and much more!
.
This package provides the headless client.
Package: weechat-lua
Description-md5: 0ff684d25debcaeb1057b4fac395f784
Description-en: Fast, light and extensible chat client - Lua plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Lua scripting API plugin.
Package: weechat-perl
Description-md5: f675770cf2259cecdbf2d754dfad59ff
Description-en: Fast, light and extensible chat client - Perl plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Perl scripting API plugin.
Package: weechat-php
Description-md5: 8d888f7bafc84b9c9ecabded3c5fe91c
Description-en: Fast, light and extensible chat client - PHP plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the PHP scripting API plugin.
Package: weechat-plugins
Description-md5: 1175dba81bc2ebd461076f62c80691f8
Description-en: Fast, light and extensible chat client - plugins
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides some plugins to enhance WeeChat. It currently
ships the following plugins:
- script manager
- Spell checking (thanks to aspell)
- FIFO pipe for remote control
- Relay (IRC proxy and WeeChat protocol)
- Trigger
- Typing
Package: weechat-python
Description-md5: c916b80cc7f1b670feb5b15df9b2846c
Description-en: Fast, light and extensible chat client - Python 3 plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Python 3 scripting API plugin.
Package: weechat-ruby
Description-md5: 6c3406bb296d1d1b0c1aa1f3baa8429b
Description-en: Fast, light and extensible chat client - Ruby plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Ruby scripting API plugin.
Package: weechat-tcl
Description-md5: a30748125b67e77b9df22989ac53389c
Description-en: Fast, light and extensible chat client - Tcl plugin
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat client
for many operating systems. Everything can be done with a keyboard.
.
This package provides the Tcl scripting API plugin.
Package: wims
Description-md5: 0d669d4703fcf31fdf92745b0aaaf7b6
Description-en: server for educational content: courses, exercises, and exams
The WWW Interactive Multipurpose Server is an educational platform
originally developed for mathematics but now also supporting subjects such
as physics, chemistry, biology, and languages.
.
WIMS features a rich set of resources and exercises either for
autodidactical use or for training classes, including:
.
* exercises with automatic feedback and correction, allowing the
learners to work at their own pace;
* interactive exercises with randomly assigned data, allowing the
learners to work on the same type of exercise but with different
data and as often as they wish;
* exercises with an automatic scoring system, which enhances learner
motivation;
* user-friendly graphics and calculation tools;
* courses and documents with hyperlinks to the exercise pool;
examples in the courses can be made random, so the student can get
more than one instance of an illustration for tricky concepts;
* support for exams with pre-published contents. As each individual
exam will have randomly chosen data, training is possible but
writing each response in advance is not.
.
This package contains the WIMS FastCGI server, serving Open Exercise
Format (OEF) documents. OEF is a very high-level language which
allows authors to focus on pedagogical issues.
Package: wims-modules
Description-md5: 723e95137419b5489fb54838a385106c
Description-en: minimal set of modules used by WIMS
WIMS uses modules to implement every user interface beyond its main page,
including administrative tasks, help, mathematic tools, libraries, and a
few interactive exercises.
.
To get the thousands of exercises which give WIMS its power, consider
installing the recommended package wims-extra-all (or other packages
which provide wims-extra).
.
Other educational materials can be downloaded outside of the Debian
system by automated updates. See http://wimsedu.info
Package: xmms2
Description-md5: 28fbd79137c1063d256d9ca8eadabad9
Description-en: Client/server based media player system
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package is a metapackage depending on various other XMMS2 packages.
Installing this package gets you a command line client and enables XMMS2
playback of Ogg Vorbis and MP3 files from local and remote sources.
Package: xmms2-client-avahi
Description-md5: 26d06e9d830861b63c8d47959d30d79f
Description-en: XMMS2 - avahi client
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the avahi client.
Package: xmms2-client-cli
Description-md5: db7b979c365a7979c4c7bf112e995032
Description-en: XMMS2 - cli client
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the readline powered text user interface for XMMS2.
Package: xmms2-client-medialib-updater
Description-md5: 39bd3ab13ef8dea2dc56a1cfed7220d7
Description-en: XMMS2 - medialib-updater client
The media library is where XMMS2 stores metadata about files as it plays them.
Having a media library allows XMMS2 to 'remember' the songs it has played, and
thus allows users to easily re-create their favorite playlists.
.
This package contains the medialib-updater client which monitors given
directories and updates the media library with new and changed files.
Package: xmms2-client-nycli
Description-md5: 06928861ea31db001d0a64972b543fce
Description-en: XMMS2 - new cli client
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains only the symlink from nyxmms2 to xmms2. nyxmms2 was
renamed to xmms2 in 0.8 DrO_o.
Package: xmms2-core
Description-md5: 44b55e5598f45637bf91f9521ba3e0cf
Description-en: XMMS2 - core package
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package just contains the daemon that loads plug-ins and allows clients to
connect.
Package: xmms2-dev
Description-md5: 6634ead4d938c7ab4e0c977b5a8b6a03
Description-en: XMMS2 - plug-in development files
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains headers required for developing XMMS2 plug-ins.
Package: xmms2-icon
Description-md5: 6233fc73576874a1e1f89a2d76e579a8
Description-en: XMMS2 - icon package
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package just contains the icon files.
Package: xmms2-plugin-airplay
Description-md5: 40ed086186d94b90e4c54bde42296292
Description-en: XMMS2 - airplay output plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables airplay output for XMMS2.
Package: xmms2-plugin-all
Description-md5: 6d6cb547b4d2be3d60211ff49ef4bcff
Description-en: XMMS2 - all plug-ins
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This is a metapackage depending on all available XMMS2 plug-ins to make
installation easier.
Package: xmms2-plugin-alsa
Description-md5: c909566c19d85793a6b516bab55f890a
Description-en: XMMS2 - ALSA output
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables ALSA output for XMMS2.
Package: xmms2-plugin-ao
Description-md5: 73294194df81fb2450399e509e541164
Description-en: XMMS2 - libao output plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables libao output for XMMS2.
Package: xmms2-plugin-apefile
Description-md5: 43ae7b1df2495de814b9796acac2ed17
Description-en: XMMS2 - Monkey's Audio decoder plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables Monkey's Audio file decoding for XMMS2.
Package: xmms2-plugin-asf
Description-md5: 2bf626fcae9cca06a7d22756ffb87f1b
Description-en: XMMS2 - ASF plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This plug-in enables Advanced Systems Format decoding for XMMS2.
Package: xmms2-plugin-asx
Description-md5: 29a31a8443d99a4ed7667ba17e810882
Description-en: XMMS2 - ASX playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to read ASX playlists.
Package: xmms2-plugin-avcodec
Description-md5: 45415c8f2af612aafd0fdb06eb383d77
Description-en: XMMS2 - avcodec decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables avcodec decoding for XMMS2. Together with
xmms2-plugin-asf it's possible to decode .wma files. Combined with
xmms2-plugin-mp4 you can decode .mp4 files.
Package: xmms2-plugin-cdda
Description-md5: c0c875f322e64444db02156a94face25
Description-en: XMMS2 - CDDA plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables audio CD playback for XMMS2.
Package: xmms2-plugin-cue
Description-md5: d9fabdd1ced87194c3bf315315d92dfa
Description-en: XMMS2 - CUE playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to read cue files.
Package: xmms2-plugin-curl
Description-md5: 4dfee2630afc29e245b52cc7e96e9c87
Description-en: XMMS2 - curl transport for HTTP
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a HTTP transport for XMMS2.
Package: xmms2-plugin-daap
Description-md5: fd87a0f0f204e3ed3b9abf12b5982500
Description-en: XMMS2 - daap plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a plug-in which allows you to share your media
library over their network via DAAP (Digital Audio Access Protocol).
Package: xmms2-plugin-faad
Description-md5: 21778fa23e94f02a7cb4f586fe728387
Description-en: XMMS2 - faad decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables decoding of faad encoded AAC files for XMMS2. Together
with xmms2-plugin-mp4 it also can process faad encoded data inside of a mp4
container.
Package: xmms2-plugin-flac
Description-md5: 88dae57352a2630773af9e4d1540b64d
Description-en: XMMS2 - FLAC decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables FLAC decoding for XMMS2.
Package: xmms2-plugin-flv
Description-md5: dc536ffe646ece307bed6fd522d28948
Description-en: XMMS2 - Flash Video plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables audio extraction from Flash Video files for XMMS2.
Package: xmms2-plugin-gme
Description-md5: 20bd3e6618039e14f58e5d3834ce4b43
Description-en: XMMS2 - gme plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the Game Music Emulator music decoder for
XMMS2, that support the following formats:
* AY ZX Spectrum/Amstrad CPC
* GBS Nintendo Game Boy
* GYM Sega Genesis/Mega Drive
* HES NEC TurboGrafx-16/PC Engine
* KSS MSX Home Computer/other Z80 systems (doesn't support FM sound)
* NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
* SAP Atari systems using POKEY sound chip
* SPC Super Nintendo/Super Famicom
* VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
Package: xmms2-plugin-gvfs
Description-md5: 29d73ef82b5fcedd27d4e2f91686e334
Description-en: XMMS2 - gvfs plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the Glib virtual file system transport for XMMS2.
Package: xmms2-plugin-html
Description-md5: 40b573a57b050a76e3704848c97d49e6
Description-en: XMMS2 - HTML playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables loading HTML playlists for XMMS2.
Package: xmms2-plugin-ices
Description-md5: 2c04e5688a93523758c1adcfede19fb5
Description-en: XMMS2 - Ogg streaming output
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains an output plug-in for Ogg/Vorbis streaming.
Package: xmms2-plugin-icymetaint
Description-md5: 73078ccb5d1d4b3d05b3d1ca86d96917
Description-en: XMMS2 - shoutcast metadata plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package allows you to decode and use shoutcast stream metadata in XMMS2.
Package: xmms2-plugin-id3v2
Description-md5: edea7b98940ada18a6e682d97343cb37
Description-en: XMMS2 - ID3v2 plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables handling of ID3v2 tag containers.
Package: xmms2-plugin-jack
Description-md5: 3baa6dd356e852dc9ac12ab9021d8163
Description-en: XMMS2 - JACK output
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables JACK output for XMMS2.
Package: xmms2-plugin-karaoke
Description-md5: 120a8a1cb47bd9d0e48537895425000e
Description-en: XMMS2 - karaoke plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the voice removal effect plug-in for XMMS2.
Package: xmms2-plugin-m3u
Description-md5: ac1d3e6539b021865a529f3a246f3729
Description-en: XMMS2 - M3U playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to read M3U playlists.
Package: xmms2-plugin-mad
Description-md5: d908fba0019870028440608250c23a03
Description-en: XMMS2 - libmad based mp3 decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables mp3 decoding for XMMS2 based on libmad.
Package: xmms2-plugin-mms
Description-md5: ddd04f1be740faf127006bd8e84dd491
Description-en: XMMS2 - MMS transport
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains the MMS transport for XMMS2.
Package: xmms2-plugin-modplug
Description-md5: 13d76ffb3158ef3295b247e6ca161b2c
Description-en: XMMS2 - modplug decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables modplug decoding for XMMS2.
Package: xmms2-plugin-mp4
Description-md5: f1fd3c034475ee21caa13b38caf7b670
Description-en: XMMS2 - MPEG-4 plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables decoding of data inside of mp4 containers for XMMS2.
Together with xmms2-plugin-faad it's possible to decode .mp4 files. Combined
with xmms2-plugin-avcodec you can decode ALAC files.
Package: xmms2-plugin-mpg123
Description-md5: 49ff646d0526a245f85b6222302b14cb
Description-en: XMMS2 - libmpg123 based mp3 decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables mp3 decoding for XMMS2 based on libmpg123.
Package: xmms2-plugin-musepack
Description-md5: aed71dacdb016f45befd9ef83ce31ff5
Description-en: XMMS2 - mpc decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables musepack (mpc) decoding for XMMS2.
Package: xmms2-plugin-normalize
Description-md5: 5fc587df854c1f2255498caa4664664d
Description-en: XMMS2 - Normalize plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This plug-in enables volume normalization for XMMS2.
Package: xmms2-plugin-ofa
Description-md5: c3ee51804be8ad1754e591603bf09172
Description-en: XMMS2 - Open Fingerprint Architecture plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to calculate Open Fingerprint Architecture (OFA)
fingerprints.
Package: xmms2-plugin-oss
Description-md5: 69e9f18a02c2a9be5333f3831b6b8873
Description-en: XMMS2 - OSS output
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables OSS output for XMMS2.
Package: xmms2-plugin-pls
Description-md5: 00fbec07d9593eaaf2a3ec24adbbb3af
Description-en: XMMS2 - PLS playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to read PLS playlists.
Package: xmms2-plugin-pulse
Description-md5: bd417fa268b8f946123612882a6fa9a5
Description-en: XMMS2 - PulseAudio output plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables PulseAudio output for XMMS2.
Package: xmms2-plugin-rss
Description-md5: f0bf56945ddfaead2331659543f7da5a
Description-en: XMMS2 - RSS podcast plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to use podcast RSS feeds as playlists.
Package: xmms2-plugin-sid
Description-md5: bb067d81285cceaea179da11433d9f35
Description-en: XMMS2 - libsidplay2 based decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables decoding for tunes from C64 and C128.
Package: xmms2-plugin-smb
Description-md5: f274de3b9d8f1de636c8827a29151bc9
Description-en: XMMS2 - Server Message Block (SMB) transport
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a Server Message Block (SMB) transport for XMMS2.
Package: xmms2-plugin-sndfile
Description-md5: e7424e6b501032546e31d0c1cbfe35d7
Description-en: XMMS2 - sndfile decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables Audio Interchange File Format (AIFF), Au, Core Audio
Format (CAF), and Paris Audio File (PAF) decoding for XMMS2 using the sndfile
library.
Package: xmms2-plugin-speex
Description-md5: 745bcab282232be6c97f6f31d0934113
Description-en: XMMS2 - Speex decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables Speex decoding for XMMS2.
Package: xmms2-plugin-tta
Description-md5: 4722308ef3da8d53407342dd012e469b
Description-en: XMMS2 - TTA decoder plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables True Audio file decoding for XMMS2.
Package: xmms2-plugin-vocoder
Description-md5: e12b922c38c4aa96e18cba85f341e2cc
Description-en: XMMS2 - vocoder plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package contains a phase vocoder effect plug-in.
Package: xmms2-plugin-vorbis
Description-md5: 0de531ceb13837870dc60d4f8e9359dc
Description-en: XMMS2 - vorbis decoder
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables ogg-vorbis decoding for XMMS2.
Package: xmms2-plugin-wavpack
Description-md5: 94428bf9733512a966aac038b742f006
Description-en: XMMS2 - WavPack decoder plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables WavPack decoding for XMMS2.
Package: xmms2-plugin-xml
Description-md5: 480307020a11cc6242ce05a6eb5b4e4b
Description-en: XMMS2 - XML plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package allows XMMS2 to read XML based formats. This package is used by
other plug-ins that implement support for specific XML formats like
xmms2-plugin-xspf and xmms2-plugin-rss.
Package: xmms2-plugin-xspf
Description-md5: b7e766eeec75f291d338c51c17b7d29d
Description-en: XMMS2 - XSPF playlist plug-in
XMMS2 is a redesign of the XMMS music player. It features a client-server
model, allowing multiple (even simultaneous!) user interfaces, both textual
and graphical. All common audio formats are supported using plug-ins. On top of
this, there is a flexible media library to organize your music.
.
This package enables XMMS2 to read XSPF playlists.
Package: xrdp
Description-md5: 330bdf2ad3e2031a5164fd15aa25e2e9
Description-en: Remote Desktop Protocol (RDP) server
xrdp offers a graphical login to a remote client using
RDP (the Remote Desktop Protocol). xrdp can connect to
a locally created X.org session with the xorgxrdp drivers,
to a VNC X11 server, and forward to another RDP server.
.
xrdp accepts connections from freerdp, rdesktop, and the
built-in terminal server / remote desktop clients of
Microsoft Windows operating systems.
In the xorgxrdp (which replaces X11RDP) and VNC modes,
it provides a fully functional Linux terminal server,
offering an X-Window desktop to the user. In the RDP
or VNC forwarding mode, any sort of desktop can be used.
Package: xsdata
Description-md5: 344acd3734f4cbe6e31df80a12f90fbe
Description-en: Naive XML Bindings for Python
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
Package: xvile
Description-md5: f2a156500bd6b3f11b5bd46f642edc1e
Description-en: VI Like Emacs - vi work-alike (X11)
vile is a text editor which is extremely compatible with vi in terms of
``finger feel''. In addition, it has extended capabilities in many areas,
notably multi-file editing and viewing, syntax highlighting, key rebinding,
an optional embedded perl interpreter, and real X window system support.
.
This package contains the X11 binary. Required support files are
contained in vile-common. Source code highlighting filters are in
vile-filters. A character-mode binary is in the vile package.
Package: zbar-tools
Description-md5: 959b1192a3ec318c05f75aac21a76707
Description-en: QR code / bar code scanner and decoder (utilities)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains basic applications for decoding captured bar code images
and using a video4linux device (e.g. webcam) as a bar code scanner.
Package: zbarcam-gtk
Description-md5: c8c564783498d2390e04ae29afe7bc92
Description-en: QR code / bar code scanner and decoder (Gtk camera tool)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the Gtk-based camara frontend tool.
Package: zbarcam-qt
Description-md5: 1f5d99b1953cd0b71fc64150955ff621
Description-en: QR code / bar code scanner and decoder (Qt camera tool)
ZBar is a library for scanning and decoding bar codes from various sources
such as video streams, image files or raw intensity sensors. It supports
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.
.
This package contains the Qt-based camara frontend tool.
Package: znc
Description-md5: 9b4612c45a69774bb76ba3e438f750c7
Description-en: advanced modular IRC bouncer
znc is an IRC proxy. It runs as a daemon and connects to IRC server,
then allows you to connect from a workstation and work as the user that
is logged in to the IRC server. After you disconnect, it maintains the
connection to the server. It acts like any normal IRC server, so you can
use any IRC client to connect to it.
.
Some of its features include support for multiple users, multiple clients,
and multiple IRC servers; playback buffers to catch up with what happened
while you were detached, SSL encryption, DCC proxying, and a plugin
interface with many plugins supporting other features.
Package: znc-backlog
Description-md5: 1af07f79413fd777e0d8b5e1ff2ff6dd
Description-en: module for requesting backlog from znc bouncer
znc-backlog is a third party ZNC module that makes it easy to request backlog.
Its intended use is for when you have just launched your IRC client and gotten
a few lines of backlog sent to you, but want to read more. Instead of having
to deal with shelling into the box where you run ZNC and manually sifting
through the logs, you can issue a short command in your IRC client to request
any amount of the most recent lines of log.
.
For more information about ZNC, see the znc package.
Package: znc-dev
Description-md5: 52f474b711dc1ef1b5080ac619e4daa2
Description-en: advanced modular IRC bouncer (development headers)
znc is an IRC proxy. It runs as a daemon and connects to IRC server,
then allows you to connect from a workstation and work as the user that
is logged in to the IRC server. After you disconnect, it maintains the
connection to the server. It acts like any normal IRC server, so you can
use any IRC client to connect to it.
.
Some of its features include support for multiple users, multiple clients,
and multiple IRC servers; playback buffers to catch up with what happened
while you were detached, SSL encryption, DCC proxying, and a plugin
interface with many plugins supporting other features.
.
This package contains the znc development headers for developing modules.
Package: znc-perl
Description-md5: 3b9cef928cf90174b5c7358eb9faff82
Description-en: advanced modular IRC bouncer (Perl extension)
znc is an IRC proxy. It runs as a daemon and connects to IRC server,
then allows you to connect from a workstation and work as the user that
is logged in to the IRC server. After you disconnect, it maintains the
connection to the server. It acts like any normal IRC server, so you can
use any IRC client to connect to it.
.
Some of its features include support for multiple users, multiple clients,
and multiple IRC servers; playback buffers to catch up with what happened
while you were detached, SSL encryption, DCC proxying, and a plugin
interface with many plugins supporting other features.
.
This package contains the znc Perl extension.
Package: znc-push
Description-md5: 0946f488a8f925deb4c6d3c7e0799963
Description-en: znc plugin to send push notification to various services
ZNC Push is a third party ZNC module that will send notifications to
multiple push notification services, or SMS for any private message or
channel highlight that matches a configurable set of conditions.
.
ZNC Push current supports the following services:
* Boxcar
* Boxcar 2
* Pushover
* Pushsafer
* Prowl
* Supertoasty
* PushBullet
* Airgram
* Faast
* Nexmo
* Pushalot
* Pushjet
* Telegram
* Custom URL GET requests
.
For more information about ZNC, see the znc package.
Package: znc-python
Description-md5: 7850724d985b344f626787e4324ee8e1
Description-en: advanced modular IRC bouncer (Python extension)
znc is an IRC proxy. It runs as a daemon and connects to IRC server,
then allows you to connect from a workstation and work as the user that
is logged in to the IRC server. After you disconnect, it maintains the
connection to the server. It acts like any normal IRC server, so you can
use any IRC client to connect to it.
.
Some of its features include support for multiple users, multiple clients,
and multiple IRC servers; playback buffers to catch up with what happened
while you were detached, SSL encryption, DCC proxying, and a plugin
interface with many plugins supporting other features.
.
This package contains the znc Python extension.
Package: znc-tcl
Description-md5: a9d7945551f2c91a0a26d0284e01f934
Description-en: advanced modular IRC bouncer (Tcl extension)
znc is an IRC proxy. It runs as a daemon and connects to IRC server,
then allows you to connect from a workstation and work as the user that
is logged in to the IRC server. After you disconnect, it maintains the
connection to the server. It acts like any normal IRC server, so you can
use any IRC client to connect to it.
.
Some of its features include support for multiple users, multiple clients,
and multiple IRC servers; playback buffers to catch up with what happened
while you were detached, SSL encryption, DCC proxying, and a plugin
interface with many plugins supporting other features.
.
This package contains the znc Tcl extension.
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: 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: deepin-album
Description-md5: b7be99cd3d06af0ecc6fdb8f90b180bc
Description-en: album application for Deepin Desktop Environment
Deepin-album is a fashion photo manager for viewing and organizing pictures.
deepin-album supports command line, mouse drag method to import photos.
deepin-album supports single browsing and timeline browsing modes.
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: libblis-dev
Description-md5: 9f215031f7d1fd437d71bf7197d9b845
Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,meta)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package pulls development files for one of the 32-bit BlasInt variants.
Package: libblis-openmp-dev
Description-md5: ceacaf3ac2b859d15cf8c58a33dcaf70
Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,openmp)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains (-t openmp) version of development files.
Package: libblis-pthread-dev
Description-md5: c5463eb80b98d85a99d69ddf2a5dee94
Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,pthread)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains (-t pthread) version of development files.
Package: libblis-serial-dev
Description-md5: 4146615cf08c93dfaf956acb251a047a
Description-en: BLAS-like Library Instantiation Software Framework (dev,32bit,serial)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains (-t no) version development files.
Package: libblis4
Description-md5: 5baa73c326d3393e288f320072638b34
Description-en: BLAS-like Library Instantiation Software Framework (32bit,meta)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package pulls one of the 32-bit-BlasInt shared library variants.
Package: libblis4-openmp
Description-md5: 1884e31b4b241f27ba109fbf3f4ea915
Description-en: BLAS-like Library Instantiation Software Framework (32bit,openmp)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-t openmp) version of shared library.
Package: libblis4-pthread
Description-md5: 3f4a1ad71e227f07af6a18e9a8874e20
Description-en: BLAS-like Library Instantiation Software Framework (32bit,pthread)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-t pthread) version of shared library.
Package: libblis4-serial
Description-md5: 233c2c266fd69c9b46291c2001ebbf04
Description-en: BLAS-like Library Instantiation Software Framework (32bit,serial)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-t no) version of shared library.
Package: libblis64-4
Description-md5: 625da2059195619a8e9d26ab7e376541
Description-en: BLAS-like Library Instantiation Software Framework (64bit,meta)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package pulls one of the 64-bit-BlasInt shared library variants.
Package: libblis64-4-openmp
Description-md5: 48120b9a9a3bf492a8c6caac4f8bcec5
Description-en: BLAS-like Library Instantiation Software Framework (64bit,openmp)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t openmp) version of shared library.
Package: libblis64-4-pthread
Description-md5: 80e24901df53a3dfe07d72681a95865b
Description-en: BLAS-like Library Instantiation Software Framework (64bit,pthread)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t pthread) version of shared library.
Package: libblis64-4-serial
Description-md5: 91194a3216802c63b832f9153d4c0937
Description-en: BLAS-like Library Instantiation Software Framework (64bit,serial)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t no) version of shared library.
Package: libblis64-dev
Description-md5: 4611561d04eac9c08cce096f5311ddeb
Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,meta)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package pulls development files for one of the 64-bit BlasInt variants.
Package: libblis64-openmp-dev
Description-md5: f6cefe69655516b84fa7957a3b404e1f
Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,openmp)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t openmp) version of development files.
Package: libblis64-pthread-dev
Description-md5: 138b632a254cce3ea8c603dbca568c42
Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,pthread)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t pthread) version of development files.
Package: libblis64-serial-dev
Description-md5: d9373813209ec10ba1930fb083d6b379
Description-en: BLAS-like Library Instantiation Software Framework (dev,64bit,serial)
BLIS is a portable software framework for instantiating high-performance
BLAS-like dense linear algebra libraries. The framework was designed to
isolate essential kernels of computation that, when optimized, immediately
enable optimized implementations of most of its commonly used and
computationally intensive operations. BLIS is written in ISO C99 and available
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
API, it also includes a BLAS compatibility layer which gives application
developers access to BLIS implementations via traditional BLAS routine calls.
An object-based API is also available for more experienced users.
.
The package contains the (-b 64 -i 64 -t no) version of development files.
Package: libfmt-dev
Description-md5: 7963a4ca548a609af43ee9bd78ee3acd
Description-en: fast type-safe C++ formatting library -- development files
This library provides fast, type-safe, small, C++11-aware replacement of
(s)printf and related machinery. In some cases it's noticeably faster
than boost::format, boost::lexical_cast and even sprintf itself.
.
This package contains the development files, include the static library.
Package: libfmt9
Description-md5: bf00d7b126b81746ed9bbb189e83fcc1
Description-en: fast type-safe C++ formatting library -- library
This library provides fast, type-safe, small, C++11-aware replacement of
(s)printf and related machinery. In some cases it's noticeably faster
than boost::format, boost::lexical_cast and even sprintf itself.
.
This package contains the shared library.
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: 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-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: msc-generator
Description-md5: 06b7d7994376652533343f89963837cf
Description-en: Draws signalling charts from textual description
Msc-generator is a program that parses textual Message Sequence
Chart descriptions and produces graphical output in a variety of file formats.
.
Msc-generator heavily borrows in concept from the 0.08 version of
Michael C McTernan's mscgen. However, it has been completely rewritten from
scratch and has a much more extensive (and only partially backwards compatible)
language. The command-line interface is fully backwards compatible with
mscgen, which enables using Msc-generator's commandline tool everywhere
where you can use mscgen, but with the richer syntax.
This includes the many tools integrated with mscgen, such as Doxygen, Sphinx
and Msctexen.
Package: msc-generator-nox
Description-md5: 6b55af37857416aff8848eb58f9bb86c
Description-en: Draws signalling charts from textual description (no-X version)
Msc-generator is a program that parses textual Message Sequence
Chart descriptions and produces graphical output in a variety of file formats.
.
Msc-generator heavily borrows in concept from the 0.08 version of
Michael C McTernan's mscgen. However, it has been completely rewritten from
scratch and has a much more extensive (and only partially backwards compatible)
language. The command-line interface is fully backwards compatible with
mscgen, which enables using Msc-generator's commandline tool everywhere
where you can use mscgen, but with the richer syntax.
This includes the many tools integrated with mscgen, such as Doxygen, Sphinx
and Msctexen.
.
This package is for working without an X server.
Package: cfengine3
Description-md5: 788a29b26be014b99b2dd6cde0363f81
Description-en: tool for configuring and maintaining network machines
Cfengine is a suite of programs for integrated autonomic management
of either individual or networked computers.
.
Cfengine 3 is both a more powerful and much simplified version of cfengine,
which has been designed to inter operate with cfengine 2 rather than be
backwards compatible with it.
.
With cfengine 3 you can install, configure and maintain computers using
powerful hands-free tools.
Package: iptux
Description-md5: 0e2a14a870a45f416a44fd78dff4cf71
Description-en: Intranet communication tool for Linux
iptux is an “IP Messenger” client for Linux.
.
It can:
- auto-detect other clients on the intranet.
- send message to other clients.
- send file to other clients.
.
It is (supposedly) compatible with 飞鸽传书 (Feige) and 飞秋 (FeiQ)
from China, and with the original “IP Messenger” clients from Japan
as listed on http://ipmsg.org/ including g2ipmsg and xipmsg in Debian.
Package: kakoune
Description-md5: 8ba777537e413662f81feb19aa24b6ba
Description-en: Vim-inspired, selection-oriented code editor
Kakoune is a code editor heavily inspired by Vim; as such most of its
commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
a text editing language" model. Kakoune can operate in two modes, normal
and insertion. In insertion mode, keys are directly inserted into
the current buffer. In normal mode, keys are used to manipulate
the current selection and to enter insertion mode. Kakoune has a strong
focus on interactivity, most commands provide immediate and incremental
results, while still being competitive (as in keystroke count) with Vim.
Kakoune works on selections, which are oriented, inclusive range of
characters; selections have an anchor and a cursor character.
Most commands move both of them, except when extending selection where
the anchor character stays fixed and the cursor one moves around.
Package: libarmci-mpi-dev
Description-md5: 52136d843f532b5e27ab5e7cdcfb99c9
Description-en: ARMCI-MPI (Development version)
ARMCI-MPI is a completely rewritten implementation of the ARMCI one-sided
communication interface that uses MPI RMA for one-sided communication.
.
The purpose of the Aggregate Remote Memory Copy (ARMCI) library is to provide
a general-purpose, efficient, and widely portable remote memory access (RMA)
operations (one-sided communication) optimized for contiguous and
noncontiguous (strided, scatter/gather, I/O vector) data transfers.
.
This version contains the Fortran90 modules and the static library,
built against both OpenMPI and MPICH.
Package: libonnxruntime-dev
Description-md5: d144454e52fb87ef69f028500671d13a
Description-en: cross-platform inference and training ML accelerator (dev files)
ONNX Runtime is a performance-focused complete scoring engine for Open Neural
Network Exchange (ONNX) models, with an open extensible architecture to
continually address the latest developments in AI and Deep Learning. ONNX
Runtime stays up to date with the ONNX standard with complete implementation of
all ONNX operators, and supports all ONNX releases (1.2+) with both future and
backwards compatibility. Please refer to this page for ONNX opset compatibility
details.
.
This package provides the development files for libonnxruntime.
Package: libonnxruntime1.16.3
Description-md5: 552d4cb5b759776d4c1e450cf6be2235
Description-en: cross-platform inference and training ML accelerator (shared lib)
ONNX Runtime is a performance-focused complete scoring engine for Open Neural
Network Exchange (ONNX) models, with an open extensible architecture to
continually address the latest developments in AI and Deep Learning. ONNX
Runtime stays up to date with the ONNX standard with complete implementation of
all ONNX operators, and supports all ONNX releases (1.2+) with both future and
backwards compatibility. Please refer to this page for ONNX opset compatibility
details.
.
This package provides the shared library.
Package: libpromises3
Description-md5: b7cc394ad69cf35c6472df3b5d754ec7
Description-en: libpromises library for cfengine3 binaries
The main purpose of cfengine is to allow the system administrator
to create a single central file which will define how every host
on a network should be configured.
.
This package contains the libpromises3 library.
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: onnxruntime-tools
Description-md5: 609c04cd77a09b15de6cf9016a91bd0d
Description-en: cross-platform inference and training ML accelerator (tools)
ONNX Runtime is a performance-focused complete scoring engine for Open Neural
Network Exchange (ONNX) models, with an open extensible architecture to
continually address the latest developments in AI and Deep Learning. ONNX
Runtime stays up to date with the ONNX standard with complete implementation of
all ONNX operators, and supports all ONNX releases (1.2+) with both future and
backwards compatibility. Please refer to this page for ONNX opset compatibility
details.
.
This package provides the onnxruntime tools.
Package: openjdk-24-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-24-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: 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: wlcs
Description-md5: e98252357ef98c0dfeda1d7f699fb533
Description-en: Wayland Conformance Suites
wlcs aspires to be a protocol-conformance-verifying test suite usable by
Wayland compositor implementations.
.
This package contains the headers necessary for a Wayland compositor to
provide the integration module needed to run wlcs tests, and the test
runner binary needed to run the tests against the compositor.
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: corrosion
Description-md5: 4cbc21579b747160c17f9687bd29da47
Description-en: Tool for integrating rust with an existing CMake project
Corrosion, formerly known as cmake-cargo, is a tool for integrating Rust
into an existing CMake project.
.
Corrosion can automatically import executables, static libraries,
and dynamic libraries from a workspace or package manifest
(Cargo.toml file).
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: gitit
Description-md5: b0ae5c318d5dc466c0476d49f57d2813
Description-en: Wiki engine backed by a git or darcs filestore
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS's command-line tools or through
the wiki's web interface. Pandoc is used for markup processing, so pages may
be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
.
Other features include
* plugins: dynamically loaded page transformations written in Haskell;
* categories;
* support for Unicode;
* TeX math using texmath;
* syntax highlighting of source code files and code snippets using
highlighting-kate;
* wiki pages can be viewed as slide shows;
* caching;
* Atom feeds (site-wide and per-page);
* a library, Network.Gitit, that makes it simple to include a gitit wiki in
any happstack application;
* pages can be written directly in literate Haskell.
Package: kxc
Description-md5: 01f2aaf08f13f63790be3ec31fc6bdbe
Description-en: Key exchange daemon -- client
kxd is a key exchange daemon, which serves blobs of data (keys) over https.
.
It can be used to get keys remotely instead of using local storage. The main
use case is to get keys to open dm-crypt devices automatically, without having
to store them on the local machine.
.
This package provides the client part of kxd.
Package: kxd
Description-md5: 0d38a58070be8bbe74c29f42193ed071
Description-en: Key exchange daemon
kxd is a key exchange daemon, which serves blobs of data (keys) over https.
.
It can be used to get keys remotely instead of using local storage. The main
use case is to get keys to open dm-crypt devices automatically, without having
to store them on the local machine.
Package: kxgencert
Description-md5: 67322347912e11cfab64db98fcf06cfc
Description-en: Key exchange daemon -- certificate generator
kxd is a key exchange daemon, which serves blobs of data (keys) over https.
.
It can be used to get keys remotely instead of using local storage. The main
use case is to get keys to open dm-crypt devices automatically, without having
to store them on the local machine.
.
This package provides a certificate generator, for convenience when setting up
the client and server.
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: libdbd-mariadb-perl
Description-md5: 3e9fe127877feb496366219a60241c43
Description-en: Perl5 database interface to the MariaDB/MySQL databases
DBD::MariaDB is a Perl5 Database Interface driver for the MariaDB/MySQL
databases. In other words: DBD::MariaDB is an interface between the Perl
programming language and the MariaDB/MySQL programming API that comes with
the MariaDB/MySQL relational database management systems. Most functions
provided by this programming API are supported.
.
DBD::MariaDB is a fork of DBD::mysql (libdbd-mysql-perl) with inprovements in
MariaDB compatibility, Perl Unicode support, and some security related bug
fixes, at the cost of not being 100% backwards compatible.
Package: libdevel-bt-perl
Description-md5: 84852dbe4efd3b52e596f06e32c20493
Description-en: module providing automatic gdb backtraces on errors
Devel::bt, when enabled, registers a handler for certain types of fatal
errors, like segmentation faults, and, once such an error occurs, prints a
debugger backtrace to standard output before exiting the program.
.
It is intended to be used to debug crashes in situations where running the
failing program directly under a debugger is not possible, for example when
trying to get more information from cpantesters or from users unfamiliar with
gdb.
Package: libdolfinx-complex-dev
Description-md5: 59b256ad341827e4c4c4e5af4f7b8d2d
Description-en: Shared links and header files for DOLFIN (complex numbers)
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the development files for the complex number build.
.
This is the next-generation version of DOLFIN-).
The legacy version of DOLFIN is provided by libdolfin-dev.
Package: libdolfinx-complex0.8
Description-md5: f41dc33b4940a12c2135694d20dc5514
Description-en: Shared libraries for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the shared libraries with complex number support.
Package: libdolfinx-dev
Description-md5: aa90851252787184d62f28b2cdaa7458
Description-en: Shared links and header files for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the common development files and depends on
the real or complex development package.
.
This is the next-generation version of libdolfinx-dev (DOLFIN-X).
The legacy version of DOLFIN is provided by libdolfin-dev.
Package: libdolfinx-real-dev
Description-md5: 7d08875fc9b45dfc7e05649405090ec4
Description-en: Shared links and header files for DOLFIN (real numbers)
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the development files for the real number build.
.
This is the next-generation version of DOLFIN-X.
The legacy version of DOLFIN is provided by libdolfin-dev.
Package: libdolfinx-real0.8
Description-md5: 6e1ac5acb4da3ed07d764dc1c9935f36
Description-en: Shared libraries for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the shared libraries with real number support.
Package: libfakechroot
Description-md5: b0c4684ba5fd1dd31a0a93d761269fb4
Description-en: gives a fake chroot environment - runtime
This package provides a library which overrides libc functions, so
it is possible to use root-specific tools without root privileges.
.
In fake chroot you can install i.e. Debian bootstrap, create developer's
environment and build packages inside chroot'ed system using standard
non-root user account.
Package: libghc-gitit-dev
Description-md5: 1fe75f3689e4b3816284dca423a6303a
Description-en: Wiki engine backed by a git or darcs filestore
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS's command-line tools or through
the wiki's web interface. Pandoc is used for markup processing, so pages may
be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
.
Other features include
* plugins: dynamically loaded page transformations written in Haskell;
* categories;
* support for Unicode;
* TeX math using texmath;
* syntax highlighting of source code files and code snippets using
highlighting-kate;
* wiki pages can be viewed as slide shows;
* caching;
* Atom feeds (site-wide and per-page);
* a library, Network.Gitit, that makes it simple to include a gitit wiki in
any happstack application;
* pages can be written directly in literate Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gitit-prof
Description-md5: 604ae384965d38ea9fd2708913155458
Description-en: Wiki engine backed by a git or darcs filestore; profiling libraries
Gitit is a wiki backed by a git or darcs filestore. Pages and uploaded files
can be modified either directly via the VCS's command-line tools or through
the wiki's web interface. Pandoc is used for markup processing, so pages may
be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate
Haskell, and exported in ten different formats, including LaTeX, ConTeXt,
DocBook, RTF, OpenOffice ODT, and MediaWiki markup.
.
Other features include
* plugins: dynamically loaded page transformations written in Haskell;
* categories;
* support for Unicode;
* TeX math using texmath;
* syntax highlighting of source code files and code snippets using
highlighting-kate;
* wiki pages can be viewed as slide shows;
* caching;
* Atom feeds (site-wide and per-page);
* a library, Network.Gitit, that makes it simple to include a gitit wiki in
any happstack application;
* pages can be written directly in literate Haskell.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libgzstream-dev
Description-md5: 0d5f3f1844758d871482cc179322016c
Description-en: provide functionality of zlib C-library in a C++ iostream (development)
Gzstream is a small C++ library, basically just a wrapper, that provides
the functionality of the zlib C-library in a C++ iostream.
.
This package contains the static library and header files.
Package: libgzstream0
Description-md5: 25781160586e93aa72b484d8a32bdb7b
Description-en: provide functionality of zlib C-library in a C++ iostream
Gzstream is a small C++ library, basically just a wrapper, that provides
the functionality of the zlib C-library in a C++ iostream.
.
This package contains the dynamic library.
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: 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: python3-dolfinx
Description-md5: 8b0d7e543b0a54225af077d16acadf2a
Description-en: Python interface for DOLFIN (Python 3)
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This is the next-generation version of libdolfinx-dev (DOLFIN-X).
The legacy version of DOLFIN is provided by python3-dolfin.
.
This is a base package depending on the dolfinx packages with
real or complex number support. By default the version built against
the preferred version of PETSc in /usr/lib/petsc is selected, but the
alternative version can be selected by setting the environment
variable PETSC_DIR.
Package: python3-dolfinx-complex
Description-md5: 21c9bd2c698d8d40721e0a273f1bd404
Description-en: Python interface for DOLFIN (Python 3)
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the Python interface for DOLFIN (Python 3).
.
This is the next-generation version of libdolfinx-dev (DOLFIN-X).
The legacy version of DOLFIN (without complex number support)
is provided by python3-dolfin.
Package: python3-dolfinx-real
Description-md5: 6a6e4b563fac29b55604579a2f66c280
Description-en: Python interface for DOLFIN (Python 3)
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the Python interface for DOLFIN (Python 3).
.
This is the next-generation version of libdolfinx-dev (DOLFIN-X).
The legacy version of DOLFIN is provided by python3-dolfin.