Package: 4ti2
Description-md5: 492cca73dfb17534ab742175067b92b6
Description-en: mathematical tool suite for problems on linear spaces -- tools
4ti2 is a mathematical software package for algebraic, geometric
and combinatorial problems on linear spaces.
.
This package provides the 4ti2 tool suite.
Package: 4ti2-doc
Description-md5: 91b1a130272354c0655306a2fe0d9ca3
Description-en: mathematical tool suite for problems on linear spaces -- user guide
4ti2 is a mathematical software package for algebraic, geometric
and combinatorial problems on linear spaces.
.
This package provides the user guide for the 4ti2 tool suite;
it also contains examples.
Package: 7zip
Description-md5: 391063b95a84a6bdd7463a9ac8f12500
Description-en: 7-Zip file archiver with a high compression ratio
7-Zip is a file archiver with a high compression ratio. The main features
of 7-Zip are:
* High compression ratio in 7z format with LZMA and LZMA2 compression
* Supported formats:
* Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
* Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT,
GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2,
RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z.
* For ZIP and GZIP formats, 7-Zip provides a compression ratio that is
2-10 % better than the ratio provided by PKZip and WinZip
* Strong AES-256 encryption in 7z and ZIP formats
* Powerful command line version
.
"7zip" provides:
* /usr/bin/7z: Full featured with plugin functionality.
* /usr/bin/7za: Major formats/features only.
* /usr/bin/7zr: LZMA (.7z, .lzma, .xz) only. Minimal executable.
.
Note: The unRAR code was dropped to keep compatible with DFSG.
Install 7zip-rar package in non-free section to use RAR files.
Package: 7zip-standalone
Description-md5: c8212035d9236b1f9c2baaab0e0cd9d2
Description-en: 7-Zip file archiver with a high compression ratio (standalone)
7-Zip is a file archiver with a high compression ratio.
.
"7zip-standalone" provides:
* /usr/bin/7zz: Full featured except plugins, standalone executable.
This means 7zz can't work with unRAR plugin that provided by 7zip-rar
package. Use 7zip package for unRAR plugin.
.
Note: If you want to create SFX archive, you also needs 7zip package for SFX
stub module.
Package: actiona
Description-md5: a258a2ae406a96178c043b4c56ac3b6d
Description-en: emulate human activity through a powerful GUI and JavaScript
Actiona is an application that allows you to execute many actions on your
computer such as emulating mouse clicks, key presses, showing message boxes,
editing text files, etc. Tasks can be created using a simple editor or using
the EcmaScript (JavaScript) programming language for more customization.
Actiona is cross-platform.
Package: addresses-goodies-for-gnustep
Description-md5: 742d21cb19b3f6843a605485ad5391cf
Description-en: Address Manager goodies for GNUstep (dummy transitional package)
This package is a dummy transitional package to facilitate upgrades
to the new gnustep-addresses-goodies package.
.
It can be safely removed.
Package: addressmanager.app
Description-md5: 28774e21eb4f43c64a682e22a3195b03
Description-en: Personal Address Manager for GNUstep
This package constitutes a personal address manager for the GNUstep
software system. It allows archiving complete personal contact
information, organizing contacts in groups, integration with other
software such as mail clients and sharing address information with
other users over the network.
Package: adios2-data
Description-md5: 8dfd1562d15510899ddf04cb3bd599c3
Description-en: ADIOS2 Adaptable IO system for simulations - tool data
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains tool data for ADIOS2.
Package: adios2-mpi-bin
Description-md5: 13439910a31b75459b92b4893cee3be1
Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains binary tools for the MPI build of ADIOS2.
Package: adios2-scripts
Description-md5: 47150ef130d4a9e991df093a62ec1dec
Description-en: ADIOS2 Adaptable IO system for simulations - scripts
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains scripts for ADIOS2.
Package: adios2-serial-bin
Description-md5: d0a03efaffbc863c9f7ba4203085ebd4
Description-en: ADIOS2 Adaptable IO system for simulations - binary tools (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains binary tools for ADIOS2.
Package: aeson-pretty
Description-md5: b9279c14899612a43ca25c99cf538f42
Description-en: JSON pretty-printing tool
The command-line tool reads JSON from stdin and writes prettified
JSON to stdout. It also offers a complementary compact-mode,
essentially the opposite of pretty-printing.
.
This is built on the aeson-pretty library; see also
libghc-aeson-pretty-dev.
Package: agda
Description-md5: 65333dc4f3e4d00a90419d96d9785d24
Description-en: dependently typed functional programming language
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
This is a meta package which provides Agda's emacs mode, executable, standard
library and its documentation.
Package: agda-bin
Description-md5: f8e26d204d9ccc3a3cfdad460ae35595
Description-en: commandline interface to Agda
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
This package provides a command-line program for type-checking and compiling
Agda programs. The program can also generate hyperlinked, highlighted HTML
files from Agda sources.
Package: agda-stdlib
Description-md5: c45346ed5a4053d9d174e9325e0d533b
Description-en: standard library for Agda
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
The Agda standard library contains modules for many common data structures and
proof patterns. Modules provided include:
- Algebra: Specifying and reasoning about abstract algebraic structures
- Category: Using idioms from category theory to structure functional programs
- Coinduction: Support for programming coindutively
- Data: Data types and properties about data types
- Foreign: Relating to the foreign function interface
- Induction: A general framework for induction
- IO: Input/output related functions
- Level: Universe levels
- Relations: Properties of and proofs about relations
- Size: Sizes used by the sized types mechanism
.
This package contains the complete library.
Package: agda-stdlib-doc
Description-md5: fd3b8a8baa471f456e06046d5280b6e7
Description-en: standard library for Agda — documentation
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
The Agda standard library contains modules for many common data structures and
proof patterns. Modules provided include:
- Algebra: Specifying and reasoning about abstract algebraic structures
- Category: Using idioms from category theory to structure functional programs
- Coinduction: Support for programming coindutively
- Data: Data types and properties about data types
- Foreign: Relating to the foreign function interface
- Induction: A general framework for induction
- IO: Input/output related functions
- Level: Universe levels
- Relations: Properties of and proofs about relations
- Size: Sizes used by the sized types mechanism
.
This package contains the hyperlinked library documentation.
Package: amarok
Description-md5: a8acd244dd886e12132680debe0e6e7f
Description-en: easy to use media player based
Amarok is a powerful music player with an intuitive interface. It makes
playing the music you love and discovering new music easier than ever before
and it looks good doing it! Amarok is based on the powerful Qt 6 / KDE
Frameworks 6 and nicely integrates with KDE Plasma desktop.
.
Much work has been invested into integrating Amarok with various Web services:
- Ampache
- Jamendo Service
- Last.fm
- Librivox
- MP3tunes
- Magnatune
- OPML Podcast Directory
.
Amarok comes with a lot of features including but not limited to:
- Scripts - enhance your Amarok experience with community developed scripts.
- Dynamic Playlists - create playlists that automatically update.
- Context View - customize interface with the Plasma powered Context View.
- PopUp Dropper - simplify drag&drop actions with revolutionary menu system.
- Multiple Language Translations
- Collection Management - organizing your music collection has never been
easier with Amarok's powerful tagging, renaming, and sorting abilities.
- Database Importing - import collections from Amarok 1.4 or iTunes.
- Scriptable Services - integrate other web services into Amarok.
Package: amarok-common
Description-md5: b68e11b03695f49c13f78d2a9538597b
Description-en: architecture independent files for Amarok
This package contains architecture independent files needed for Amarok to run
properly. Therefore, unless you have 'amarok' package of the same version
installed, you will hardly find this package useful.
.
Amarok is a powerful music player with an intuitive interface.
Package: amarok-doc
Description-md5: bddda762a06d0793caa474d3a9e18237
Description-en: Amarok documentation (Handbook)
This package contains Amarok user documentation in various languages. It can be
opened from the application menu Help -> Amarok Handbook.
.
Amarok is a powerful music player with an intuitive interface.
Package: amarok-utils
Description-md5: a6e46fc3aee21520befe280c85356d11
Description-en: utilities for Amarok media player
This package contains command line utilities that are typically used by Amarok
media player but might also be useful on systems without Amarok installed.
They are designed to be lightweight as they do not depend on KDE Frameworks.
.
Currently the package contains the following utilities:
- amarokcollectionscanner - scans audio files, collects information from
file tags and prints it in the structured XML format.
- amarok_afttagger - a helper program which writes/removes custom tags
to/from media files required for embedded "Amarok File Tracking".
Package: amd-smi
Description-md5: c13bf349d8c1e6edfdc32bd26656f868
Description-en: AMD System Management Interface - executable
amdsmi (AMD System Management Interface Library) is a C library for
Linux providing user space interfaces to monitor and control AMD GPU devices.
.
This package provides the amd-smi executable.
Package: antpm
Description-md5: b97569ae767d64acd327d9c3aa685d3c
Description-en: ANT+ information retrieval client for Garmin GPS products
This software uses the Garmin ANT+ proprietary USB keys and
communication protocol to retrieve information (such as GPS traces)
from some Garmin Forerunner watches such as Forerunner 405 and 310XT.
.
The underlying ANT+minus implements the ANT/ANT+/ANT-FS protocols to
provide these tools: garmin-ant-downloader, antpm-downloader,
antpm-fit2gpx, and antpm-usbmon2ant.
.
ANT+minus is a userspace implementation of a wire protocol similar
to the ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate
with any ANT capable device in order to e.g. retrieve sports tracks. The
C++ implementation is currently available under both Linux and win.
Communication with watches other than the 310XT might work, but are
untested. Please report your experience to help improving the software.
.
The software was originally named "gant" but renamed when packaged
to avoid confusion with existing Java software.
Package: apbs
Description-md5: 2babbf799be2526f2121cce538f5aa47
Description-en: Adaptive Poisson Boltzmann Solver
APBS is a software package for the numerical solution of the
Poisson-Boltzmann equation (PBE), one of the most popular continuum
models for describing electrostatic interactions between molecular
solutes in salty, aqueous media. Continuum electrostatics plays an
important role in several areas of biomolecular simulation, including:
.
* simulation of diffusional processes to determine ligand-protein and
protein-protein binding kinetics,
* implicit solvent molecular dynamics of biomolecules ,
* solvation and binding energy calculations to determine
ligand-protein and protein-protein equilibrium binding constants
and aid in rational drug design,
* and biomolecular titration studies.
.
APBS was designed to efficiently evaluate electrostatic properties for
such simulations for a wide range of length scales to enable the
investigation of molecules with tens to millions of atoms.
.
This package contains the apbs program and utilities.
Package: apbs-data
Description-md5: 2727b42d5b879cec963c864079c4838a
Description-en: data files for APBS (Adaptive Poisson Boltzmann Solver)
APBS is a software package for the numerical solution of the
Poisson-Boltzmann equation (PBE), one of the most popular continuum
models for describing electrostatic interactions between molecular
solutes in salty, aqueous media.
.
This package contains all data files for apbs package to reduce the
redundancy between architectures in Debian.
Package: apbs-doc
Description-md5: 963a28a17c99038982957e8783eb1201
Description-en: Adaptive Poisson Boltzmann Solver
APBS is a software package for the numerical solution of the
Poisson-Boltzmann equation (PBE), one of the most popular continuum
models for describing electrostatic interactions between molecular
solutes in salty, aqueous media. Continuum electrostatics plays an
important role in several areas of biomolecular simulation, including:
.
* simulation of diffusional processes to determine ligand-protein and
protein-protein binding kinetics,
* implicit solvent molecular dynamics of biomolecules ,
* solvation and binding energy calculations to determine
ligand-protein and protein-protein equilibrium binding constants
and aid in rational drug design,
* and biomolecular titration studies.
.
APBS was designed to efficiently evaluate electrostatic properties for
such simulations for a wide range of length scales to enable the
investigation of molecules with tens to millions of atoms.
.
This package contains the apbs documentation.
Package: apertium
Description-md5: 45f2d36e1c35dfe9a925f418d6b95167
Description-en: Shallow-transfer machine translation engine
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
It uses finite-state transducers for lexical processing,
hidden Markov models for part-of-speech tagging, and
finite-state based chunking for structural transfer.
.
The system is largely based upon systems already developed by
the Transducens group at the Universitat d'Alacant, such as
interNOSTRUM (Spanish-Catalan, http://www.internostrum.com/welcome.php)
and Traductor Universia (Spanish-Portuguese,
http://traductor.universia.net).
.
It will be possible to use Apertium to build machine translation
systems for a variety of related-language pairs simply providing
the linguistic data needed in the right format.
Package: apertium-dev
Description-md5: 788dfc1c9e13fb4174f202b4c2387d73
Description-en: Development tools and library for Apertium
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
This package contains development files for the Apertium
shallow-transfer machine translation engine.
Package: apertium-es-pt
Description-md5: 2a86f48acc8807d8a7a029c65d2ad514
Description-en: Apertium translation data for the Spanish-Portuguese pair
Data package providing Apertium language resources for translating
between the Spanish and Portuguese languages.
Package: apertium-lex-tools
Description-md5: 471bde97e47b8e83fa3a3ae4dcad8bae
Description-en: Constraint-based lexical selection module
Module for compiling lexical selection rules and processing
them in the pipeline.
Package: apertium-lex-tools-dev
Description-md5: 7691251b6fe2ee5a81c7c1b06cc9c067
Description-en: Development library for Apertium lexical selection module
Module for compiling lexical selection rules and processing
them in the pipeline.
.
This package contains development files for the Apertium
constraint-based lexical selection module.
Package: apertium-pt-gl
Description-md5: 769de03334afd1fb5221ab194fd4c554
Description-en: Apertium translation data for the Portuguese-Galician pair
Data package providing Apertium language resources for translating
between the Portuguese and Galician languages.
Package: apktool
Description-md5: a94f98805ada5c7490bc330d2d69de26
Description-en: tool for reverse engineering Android apk files
A tool for reverse engineering 3rd party, closed, binary Android apps. It can
decode resources to nearly original form and rebuild them after making some
modifications; it makes possible to debug smali code step by step. Also it
makes working with an app easier because of project-like file structure and
automation of some repetitive tasks like building apk.
Package: apparmor-notify
Description-md5: 181b767ce4be27302f13e475448885ec
Description-en: AppArmor notification system
apparmor-notify provides a utility to display AppArmor denial
messages via desktop notifications. The utility can also be used to
generate summary reports.
Package: apriltag
Description-md5: b4695a58506d4b4e758c51e8acc5986b
Description-en: AprilTags Visual Fiducial System
AprilTag is a visual fiducial system, useful for a wide variety of tasks
including augmented reality, robotics, and camera calibration. Targets can be
created from an ordinary printer, and the AprilTag detection software computes
the precise 3D position, orientation, and identity of the tags relative to the
camera. The AprilTag library is implemented in C with no external dependencies.
It is designed to be easily included in other applications, as well as be
portable to embedded devices. Real-time performance can be achieved even on
cell-phone grade processors.
.
This package provides the commandline tools
Package: ardour
Description-md5: c8bc2c12b9131ae879ae840a96954b51
Description-en: the digital audio workstation
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
Ardour supports pro-audio interfaces
through the ALSA project, which provides high quality, well designed
device drivers and API's for audio I/O under Linux. Any interface
supported by ALSA can be used with Ardour. This includes the
all-digital 26 channel RME Hammerfall, the Midiman Delta 1010 and many
others.
.
Ardour has support for 24 bit samples
using floating point internally, non-linear editing with unlimited undo,
a user-configurable mixer, MTC master/slave capabilities, MIDI hardware
control surface compatibility.
.
It supports MIDI
Machine Control, and so can be controlled from any MMC controller and
many modern digital mixers.
.
Ardour contains a
powerful multitrack audio editor/arranger that is completely
non-destructive and capable of all standard non-linear editing
operations (insert, replace, delete, move, trim, select,
cut/copy/paste). The editor has unlimited undo/redo capabilities and can
save independent "versions" of a track or an entire piece
.
Ardour's editor supports the community-developed LADSPA
plugin standard. Arbitrary chains of plugins can be attached to any
portion of a track. Every mixer strip can have any number of inputs
and outputs, not just mono, stereo or 5.1. An N-way panner is
included, with support for various panning models. Pre- and post-fader
sends exist, each with their own gain and pan controls. Every mixer
strip acts as its own bus, and thus the bus count in Ardour is
unlimited. You can submix any number of strips into another
strip.
.
Ardour's channel capacity is limited only
by the number on your audio interface and the ability of your disk
subsystem to stream the data back and forth.
.
JACK
(the JACK Audio Connection Kit) is used for all audio I/O, permitting
data to be exchanged in perfect samplesync with other applications
and/or hardware audio interfaces.
.
Ardour is
sample rate and size neutral - any hardware formats from 8 to 32 bits,
and rates from 8kHz to 192kHz. Internal processing in 32/64 bit IEEE
floating point format.
.
Further information can be
found at .
Package: ardour-data
Description-md5: 4ded9cf3260ffb84c002d9516a4ead91
Description-en: digital audio workstation (data)
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
This package contains the architecture-independent data files.
Package: ardour-lv2-plugins
Description-md5: 2c87f52afd9dd33809a13a428b0b1386
Description-en: digital audio workstation - lv2 plugins set
Ardour is providing a set of LV2 plugins:
* a-comp.lv2
- a compressor (mono & stereo versions)
* a-exp.lv2
- an expander (mono & stereo versions)
* a-delay.lv2
- a delay (mono version)
* a-eq.lv2
- an equaliser (mono version)
* a-reverb.lv2
- a reverberation (stereo version)
* a-fluidsynth.lv2
- a SF2 player (stereo version)
* reasonablesynth.lv2
- a reasonably good piano synth (stereo version)
.
This package allows these to be used by other hosts as well.
Package: ardour-video-timeline
Description-md5: a011c8553d01c1a76ef7a4a0fe4ca2dd
Description-en: digital audio workstation - video timeline
Ardour is a multichannel hard disk recorder (HDR) and digital audio
workstation (DAW). It can be used to control, record, edit and run
complex audio setups.
.
This is a dependency package to add video timeline capabilities to ardour.
Package: aspectc++
Description-md5: 8087dfdb5b722944fe8b05d56ec315ce
Description-en: aspect-oriented programming extension for C++
AspectC++ supports Aspect-Oriented Programming with C++, by providing:
.
- an aspect language extension to C++.
- an aspect weaver that does source-to-source translation.
.
AspectC++ provides for C++ similar features like its best known
cousin, AspectJ, provides for Java.
Package: assistant-qt6
Description-md5: 1607002f07f112f880ffc57f15542f6e
Description-en: Qt 6 Assistant
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Assistant is a tool for viewing on-line documentation in Qt help file
format.
Package: asterisk
Description-md5: 0d5a19208822100a8940b0e2a15d49ea
Description-en: Open Source Private Branch Exchange (PBX)
Asterisk is an Open Source PBX and telephony toolkit.
It is, in a sense, middleware
between Internet and telephony channels on the bottom,
and Internet and telephony applications at the top.
.
Asterisk can be used with Voice over IP standards
(SIP, H.323, IAX and more),
or the Public Switched Telephone Network (PSTN)
through supported hardware.
.
Supported hardware:
.
* All Wildcard (tm) ISDN PRI cards from Digium
* HFC-S/HFC-4S-based ISDN BRI cards
(Junghanns.NET, beroNet, Digium etc.)
* All TDM (FXO/FXS) cards from Digium
* Various clones of Digium cards such as those by OpenVox
* Xorcom Astribank USB telephony adapter
* Voicetronix OpenPCI, OpenLine and OpenSwitch cards
* CAPI-compatible ISDN cards
(using the add-on package chan-capi)
* Tormenta T1/E1 card
* QuickNet Internet PhoneJack and LineJack
.
This is the main package
that includes the Asterisk daemon
and most channel drivers and applications.
Package: asterisk-config
Description-md5: e6341811f25f903eb6ed725a945b19f5
Description-en: Configuration files for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
This package contains the default configuration files of Asterisk.
.
With program asterisk-config-custom in the asterisk package,
you can create an asterisk-config replacement package.
Package: asterisk-dahdi
Description-md5: 73c1e6c431561d79ef7e49d91d2f0024
Description-en: DAHDI devices support for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package includes the DAHDI channel driver (chan_dahdi.so)
and a number of other Asterisk modules that require DAHDI support.
They will not be useful without kernel-level DAHDI support.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: asterisk-dev
Description-md5: d7f6cd2e1ace792a2598dd28d1200ab6
Description-en: Development files for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
This package contains the include files
used if you wish to compile a package
which requires Asterisk's source file headers.
Package: asterisk-doc
Description-md5: 9f71ad2d5582b19ac0ba59b93ee430f9
Description-en: Source code documentation for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
This package contains the documentation
for configuring an Asterisk system.
Package: asterisk-mobile
Description-md5: 9af5b755acba6fb502bd5c4b7ff414b5
Description-en: Bluetooth phone support for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package provides support
for connecting Bluetooth devices to the Asterisk PBX.
It allows you to:
* Send and receive PSTN calls and SMS messages
over a Bluetooth phone.
* Use a Bluetooth handset as a local phone
connected to your PBX.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: asterisk-modules
Description-md5: 83091bc74d06184148fcba87ab3e676f
Description-en: loadable modules for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package includes most of the Asterisk loadable modules.
There is normally no need to explicitly install it.
Package: asterisk-mp3
Description-md5: a8b7fcd5ca383240900347228ea7d3d3
Description-en: MP3 playback support for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package provides support
for playing MP3-encoded files in Asterisk.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: asterisk-mysql
Description-md5: b4e04ad174e2e515b790e93ae02fb236
Description-en: MySQL database protocol support for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package provides support for using a MySQL database
to store configuration, call detail records,
and also provides generic access to it from the dialplan.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: asterisk-ooh323
Description-md5: f76cdd460d16207dcf81055573c61b7d
Description-en: H.323 protocol support for the Asterisk PBX - ooH323c
Asterisk is an Open Source PBX and telephony toolkit.
.
This channel driver (chan_ooh323c) provides support
for the H.323 protocol for Asterisk.
This is an independent implementation
that does not depend on OpenH323,
but may be less functional than the original chan_h323.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: asterisk-tests
Description-md5: 5bc70ce8ad925fa9cd857d8b59105af6
Description-en: internal test modules of the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
This package provides modules
that run various functionality tests.
You would normally not install this package
unless you test a build of Asterisk.
.
For more information about the Asterisk PBX,
have a look at the Asterisk package.
Package: astrometry.net
Description-md5: 5088a1bfc88af04d691f7b897003b643
Description-en: Astrometry plate solver
The astrometry engine will take any image and return the astrometry
world coordinate system (WCS), a standards-based description of the
transformation between image coordinates and sky coordinates.
Package: atac
Description-md5: 7c0df19216e3aa53e4831aab9fc46b7e
Description-en: genome assembly-to-assembly comparison
atac computes a one-to-one pairwise alignment of large DNA sequences. It first
finds the unique k-mers in each sequence, chains them to larger blocks, and
fills in spaces between blocks. It was written primarily to transfer
annotations between different assemblies of the human genome.
.
The output is a set of ungapped 'matches', and a set of gapped 'runs' formed
from the matches. Each match or run associates one sequence with the other
sequence. The association is 'unique', in that there is no other (sizeable)
associations for either sequence. Thus, large repeats and duplications are not
present in the output - they appear as unmapped regions.
.
Though the output is always pairwise, atac can cache intermediate results to
speed a comparisons of multiple sequences.
.
This package is part of the Kmer suite.
Package: avogadro-utils
Description-md5: 31bf0871531f4974bbcb0be82fe4ba5f
Description-en: Molecular Graphics and Modelling System (library)
Avogadro is a molecular graphics and modelling system targeted at small
to medium molecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
.
This package provides avogadro utility programs:
avobabel
avocjsontocml
bodrparse
encodefile
qube
resdataparse
Package: axiom
Description-md5: 7906ab62142f695a10ec89a3a68d6405
Description-en: General purpose computer algebra system: main binary and modules
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains the main program binary and all precompiled
algebra and autoloadable modules.
Package: axiom-databases
Description-md5: 8d413b9295193a559325705c6c55b44e
Description-en: General purpose computer algebra system: generated text databases
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains the text databases generated during the build
process used in computing the hierarchical domain structure, among
other uses.
Package: axiom-doc
Description-md5: 24640b7e25073646b00ff3ba01115947
Description-en: General purpose computer algebra system: documentation
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains all documentation, including the Axiom book in
dvi format with all postscript images.
Package: axiom-graphics
Description-md5: a5db3526f73250886589d7f0091de85a
Description-en: General purpose computer algebra system: graphics subsystem
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains the binaries for the graphics subsystem.
The programs in this package allow axiom to draw plots to separate
windows in X as well as to output files in postscript format.
Package: axiom-graphics-data
Description-md5: c9a3c96cb300d803c2b62b2cab880980
Description-en: General purpose computer algebra system: graphics subsystem
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains required data files for the axiom graphics
subsystem.
Package: axiom-hypertex
Description-md5: a95fd427f4c8dd4686907cd8bc04e286
Description-en: General purpose computer algebra system: hypertex subsystem
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains the binaries for the hypertex subsystem.
The programs in this package provide an interactive online help
system describing the many axiom commands.
Package: axiom-hypertex-data
Description-md5: 87a7f22b9470c6c32fa31534c345017c
Description-en: General purpose computer algebra system: hypertex subsystem
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains required data files for the axiom hypertex
subsystem.
Package: axiom-source
Description-md5: 2005de8fcb9fa2ccb32ea578711d05e5
Description-en: General purpose computer algebra system: source files
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains source files in Axiom's native spad language
for the compiled algebra modules supplied in the axiom package.
Package: axiom-test
Description-md5: e400739ca643cf78a86193e897196c87
Description-en: General purpose computer algebra system: regression test inputs
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains input files for Axiom's regression test suite.
Package: axiom-tex
Description-md5: 1fb80d5e59390ab134eecd21ad1a380b
Description-en: General purpose computer algebra system: style file for TeX
Axiom is useful for
research and development of mathematical algorithms. It defines a
strongly typed, mathematically correct type hierarchy. It has a
programming language and a built-in compiler.
.
Axiom has been in development since 1973 and was sold as a
commercial product. It has been released as free software.
.
Efforts are underway to extend this software to (a) develop a
better user interface (b) make it useful as a teaching tool
(c) develop an algebra server protocol (d) integrate additional
mathematics (e) rebuild the algebra in a literate programming style
(f) integrate logic programming (g) develop an Axiom Journal with
refereed submissions.
.
This package contains a TeX style file useful in publishing results
obtained with Axiom.
Package: badger
Description-md5: 3c23a1e180a80ee52295da98beb8ecde
Description-en: fast key-value DB in Go - command-line tools
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
.
Badger v1.0 was released in Nov 2017, and the latest version that is
data-compatible with v1.0 is v1.6.0.
.
Badger v2.0, use a new storage format which won't be compatible with all of
the v1.x.
Package: balsa
Description-md5: 8fd5765c122138010ca60ac02a294a55
Description-en: e-mail client for GNOME
Balsa is a highly configurable and robust mail client for the GNOME desktop.
It supports both POP3 and IMAP servers as well as the mbox, maildir and mh
local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA
such as Sendmail.
.
Some of Balsa's other features include:
* Allowing nested mailboxes
* Printing
* Spell Checking
* Multi-threaded mail retrieval
* MIME support (view images inline, save parts)
* GPE Palmtop, LDAP, LDIF and vCard address book support
* Multiple character sets for composing and reading messages
* File attachments on outgoing messages
* GPG/OpenPGP mail signing and encryption
.
Support for Kerberos and SSL has been enabled in this package.
Package: balsa-data
Description-md5: 4510b54af8e9e11bff83135aa8aebb14
Description-en: e-mail client for GNOME -- data files
Balsa is a highly configurable and robust mail client for the GNOME desktop.
It supports both POP3 and IMAP servers as well as the mbox, maildir and mh
local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA
such as Sendmail.
.
This package includes documentation, icons, localizations, and other
architecture-independent data files for Balsa.
Package: bash-builtins
Description-md5: af509aa37177542db29bd85c79695512
Description-en: Bash loadable builtins - headers & examples
Bash can dynamically load new builtin commands. Included are the
necessary headers to compile your own builtins and lots of examples.
Package: bash-static
Description-md5: ae0b688f32951bcf52b5c025ab588a4c
Description-en: GNU Bourne Again SHell (static version)
Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
.
Statically linked.
Package: basix-doc
Description-md5: b6940f11df33533cc3f7183e3f0fa8f7
Description-en: Finite Element Basis Function Definition Runtime Library (docs)
Computes FE basis functions and derivatives for the following
elements:
- Lagrange (interval, triangle, tetrahedron, prism, pyramid,
quadrilateral, hexahedron)
- Nédélec (triangle, tetrahedron)
- Nédélec Second Kind (triangle, tetrahedron)
- Raviart-Thomas (triangle, tetrahedron)
- Regge (triangle, tetrahedron)
- Crouzeix-Raviart (triangle, tetrahedron)
.
Computes quadrature rules on different cell types
.
Provides reference topology and geometry for reference cells of each
type.
.
This is the common documentation package.
Package: basket
Description-md5: 14a1fc33d1a245a0d50a677c880ec822
Description-en: multi-purpose note-taking application
This application provides as many baskets (drawers) as you wish; Several
kinds of objects (texts, URLs, images,...) can be drag-n-drop'd into it.
.
Objects can be edited, copied, dragged... So, they can be arranged
according to users' taste. Moreover, Basket allows you to keep all objects
you want in one place, keep data on hand, take notes...
Package: basket-data
Description-md5: b56152e5aeebbdec4421595fe44043f0
Description-en: data files for BasKet Notepads
This application provides as many baskets (drawers) as you wish; Several
kinds of objects (texts, URLs, images,...) can be drag-n-drop'd into it.
.
Objects can be edited, copied, dragged... So, they can be arranged
according to users' taste. Moreover, Basket allows you to keep all objects
you want in one place, keep data on hand, take notes...
.
This package contains arch independent data for Basket.
Package: beets
Description-md5: ca8f466f5c117f899fd4e865a4defa20
Description-en: music tagger and library organizer
Beets is a media library management system for obsessive-compulsive music
geeks.
.
The purpose of beets is to get your music collection right once and for all.
It catalogs your collection, automatically improving its metadata as it goes
using the MusicBrainz database. It then provides a set of tools for
manipulating and accessing your music.
.
Beets also includes a music player that implements the MPD protocol, so you
can play music in your beets library using any MPD client.
Package: beets-doc
Description-md5: dc039d8a0437d0d96a9bba3c9deb32bb
Description-en: music tagger and library organizer - documentation
Beets is a media library management system for obsessive-compulsive music
geeks.
.
The purpose of beets is to get your music collection right once and for all.
It catalogs your collection, automatically improving its metadata as it goes
using the MusicBrainz database. It then provides a set of tools for
manipulating and accessing your music.
.
Beets also includes a music player that implements the MPD protocol, so you
can play music in your beets library using any MPD client.
.
This package provides detailed documentation on beets usage.
Package: ben
Description-md5: 26c1756a0c66374600005f242c6151a7
Description-en: toolbox for Debian maintainers
This is a collection of useful tools that Debian maintainers can use
to make their packaging work easier. They all work with regular
Debian package list files, and should be useful for Debian
derivatives as well. This package ships a single executable, "ben",
with the following subcommands:
* download: download a set of package list files from a mirror
* monitor: monitor the status of a set of packages across several
architectures (useful for transitions)
* query: query packages using their metadata (similar to grep-dctrl,
but uses a dedicated query language)
* tracker: frontend to multiple monitors
Package: bible-kjv
Description-md5: c48f444174c8af3e9ff874758e4ef06a
Description-en: King James Version of the Bible: user interface program.
This package contains a text-retrieval program and user interface which is
primarily designed to operate on the text and concordance of the King
James translation of the Bible, although it could, in principle, be
used for any text. The search/browse engine allows searching and
reading passages from scripture. Includes full concordance.
.
It would be nice if someone could set up a web interface for the bible.
Package: bible-kjv-text
Description-md5: d25de08750e4a08afa7de53b7d262d3d
Description-en: King James Version of the Bible - text and concordance
This package contains the King James Version of the Bible (translated in
1611) which is and was widely used in the English speaking culture,
together with a full concordance.
.
The text and concordance are compressed and require the bible-kjv package
which contains a text-based user interface for accessing the text.
Package: binutils-aarch64-none-elf
Description-md5: 3e3836ef561b8c1b09ecead7729ccc6a
Description-en: GNU assembler, linker and binary utilities for 64-bit ARM processors
The programs in this package are used to manipulate binary and object
files that have been created for ARM's 64-bit architecture. This package
is primarily for embedded ARM developers and cross-compilers and is not needed
by normal users or developers.
Package: binutils-alpha-linux-gnu
Description-md5: af3b95cf468fa442f38551e20ab183d2
Description-en: GNU binary utilities, for alpha-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the alpha-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for alpha-linux-gnu and alpha-linux-gnu is not your native
platform.
Package: binutils-alpha-linux-gnu-dbg
Description-md5: b413f423180a0d8ac45547161b750c1d
Description-en: GNU binary utilities, for alpha-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-alpha-linux-gnu.
Package: binutils-arc-linux-gnu
Description-md5: 99eb9a490546955fece005eb5d677df5
Description-en: GNU binary utilities, for arc-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the arc-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for arc-linux-gnu and arc-linux-gnu is not your native
platform.
Package: binutils-arc-linux-gnu-dbg
Description-md5: 3a5b9d68aae8b5baa9f5a135b2d4384a
Description-en: GNU binary utilities, for arc-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-arc-linux-gnu.
Package: binutils-arm-linux-gnueabi
Description-md5: 79266d4adbe9b99c071fa53b597f6949
Description-en: GNU binary utilities, for arm-linux-gnueabi target
This package provides GNU assembler, linker and binary utilities
for the arm-linux-gnueabi target.
.
You don't need this package unless you plan to cross-compile programs
for arm-linux-gnueabi and arm-linux-gnueabi is not your native
platform.
Package: binutils-arm-linux-gnueabi-dbg
Description-md5: e59c420a02ddb6e7553dc778bbd0e0c3
Description-en: GNU binary utilities, for arm-linux-gnueabi target (debug symbols)
This package provides debug symbols for binutils-arm-linux-gnueabi.
Package: binutils-arm-none-eabi
Description-md5: f75c79ad4cf4a6315ad1103f5b7e3723
Description-en: GNU assembler, linker and binary utilities for ARM Cortex-R/M processors
Bare metal binutils for embedded ARM chips using Cortex-M0/M0+/M3/M4 and
Cortex-R4/R5/R7 processors. The programs in this package are used to
manipulate binary and object files that may have been created for Cortex
architecture.
Package: binutils-avr
Description-md5: 703acfb84a3d02eb6993826f16367fc6
Description-en: Binary utilities supporting Atmel's AVR targets
The programs in this package are used to manipulate binary and object
files that may have been created for Atmel's AVR architecture. This package
is primarily for AVR developers and cross-compilers and is not needed
by normal users or developers.
Package: binutils-for-build
Description-md5: 3e7c61cc537f12c56d442cedd307bcd5
Description-en: GNU assembler, linker and binary utilities for the build architecture
The programs in this package are used to assemble, link and manipulate
binary and object files for the native architecture. They may be used in
conjunction with a build architecture compiler and various libraries to build
programs. When using binutils through this metapackage, tools without an
architecture prefix must be used.
Package: binutils-for-host
Description-md5: 1f6b2f5a49fd5974b13f8e75dc20c7b1
Description-en: GNU assembler, linker and binary utilities for the host architecture
The programs in this package are used to assemble, link and manipulate
binary and object files for the architecture of this package. They may be
used in conjunction with a matching compiler and various libraries to build
programs. When using binutils through this metapackage, all tools must be
used with an architecture prefix.
Package: binutils-gold-i686-gnu
Description-md5: 26b0450026961624447193975fc5ede3
Description-en: gold ELF linker for the i686-gnu target (deprecated)
Gold is intended to have complete support for ELF and to run as fast as
possible on modern systems. For normal use it is a drop-in replacement
for the older GNU linker.
.
WARNING: gold is being removed from binutils, and is deprecated upstream.
Package: binutils-gold-i686-gnu-dbg
Description-md5: 9d483fa23cc22fb76161ae3cf0e78a60
Description-en: gold ELF linker, for i686-gnu target (debug symbols)
This package provides debug symbols for binutils-gold-i686-gnu.
Package: binutils-gold-powerpc64-linux-gnu
Description-md5: dd76daa3cae96358cd145023d5bed673
Description-en: gold ELF linker for the powerpc64-linux-gnu target (deprecated)
Gold is intended to have complete support for ELF and to run as fast as
possible on modern systems. For normal use it is a drop-in replacement
for the older GNU linker.
.
WARNING: gold is being removed from binutils, and is deprecated upstream.
Package: binutils-gold-powerpc64-linux-gnu-dbg
Description-md5: e2684ec1aec284c0431fe7cd0ca1aa98
Description-en: gold ELF linker, for powerpc64-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-gold-powerpc64-linux-gnu.
Package: binutils-gold-x86-64-gnu
Description-md5: fa08bc449b024d5658575c4f7d89b82c
Description-en: gold ELF linker for the x86-64-gnu target (deprecated)
Gold is intended to have complete support for ELF and to run as fast as
possible on modern systems. For normal use it is a drop-in replacement
for the older GNU linker.
.
WARNING: gold is being removed from binutils, and is deprecated upstream.
Package: binutils-gold-x86-64-gnu-dbg
Description-md5: 2e3c95f20f669597c050490550532f27
Description-en: gold ELF linker, for x86-64-gnu target (debug symbols)
This package provides debug symbols for binutils-gold-x86-64-gnu.
Package: binutils-hppa-linux-gnu
Description-md5: f5fe4ad0c7c0676b4edfb3c4e6e98c0b
Description-en: GNU binary utilities, for hppa-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the hppa-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for hppa-linux-gnu and hppa-linux-gnu is not your native
platform.
Package: binutils-hppa-linux-gnu-dbg
Description-md5: 149cfbc7b99518558ca103c35604d5bc
Description-en: GNU binary utilities, for hppa-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-hppa-linux-gnu.
Package: binutils-hppa64-linux-gnu
Description-md5: d10ea856859cb34c423f67db676441a0
Description-en: GNU assembler, linker and binary utilities targeted for hppa64-linux
The programs in this package are used to assemble, link and manipulate
binary and object files. They may be used in conjunction with a compiler
and various libraries to build programs.
.
This package is needed to build an 64-bit kernel for 64-bit hppa machines.
Package: binutils-hppa64-linux-gnu-dbg
Description-md5: 2e7f5f591a28da760bcd221550eb3193
Description-en: GNU binutils targeted for hppa64-linux (debug symbols)
This package provides debug symbols for binutils-hppa64-linux-gnu.
Package: binutils-m68hc1x
Description-md5: 7947f55c1400fe3dbfc4924951d4a7ad
Description-en: GNU binary utilities for Motorola's 68HC11/12 targets
This package provides GNU assembler, linker and binary utilities for
a specific hardware and operating system combination. You don’t need
it unless you plan to cross-compile programs for it.
.
This package targets the Motorola's 68HC11/12 architecture.
Package: binutils-m68k-linux-gnu
Description-md5: 91e318163f68633b7480b755b31dca60
Description-en: GNU binary utilities, for m68k-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the m68k-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for m68k-linux-gnu and m68k-linux-gnu is not your native
platform.
Package: binutils-m68k-linux-gnu-dbg
Description-md5: 092fdec0bf6a6ba4aae1f5902583622d
Description-en: GNU binary utilities, for m68k-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-m68k-linux-gnu.
Package: binutils-powerpc64-linux-gnu
Description-md5: a8d3955c3e92c21de5e6ab3b2d086f0b
Description-en: GNU binary utilities, for powerpc64-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the powerpc64-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for powerpc64-linux-gnu and powerpc64-linux-gnu is not your native
platform.
Package: binutils-powerpc64-linux-gnu-dbg
Description-md5: fca1ee307fc3e9e8c8b4a35abe58adb0
Description-en: GNU binary utilities, for powerpc64-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-powerpc64-linux-gnu.
Package: binutils-riscv64-unknown-elf
Description-md5: a03bdf3e9e53b00ab0e0416908c7198d
Description-en: GNU assembler, linker and binary utilities for Risc-V processors
Bare metal binutils for embedded Risc-V chips, both 32- and 64- bit
versions The programs in this package are used to manipulate binary
and object files that may have been created for the Risc-V
architecture.
Package: binutils-sh4-linux-gnu
Description-md5: f825034fec7a76f7251bee2c8e9a9eca
Description-en: GNU binary utilities, for sh4-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the sh4-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for sh4-linux-gnu and sh4-linux-gnu is not your native
platform.
Package: binutils-sh4-linux-gnu-dbg
Description-md5: 85bb1a4a4655a7e23ba6add71b7c0b45
Description-en: GNU binary utilities, for sh4-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-sh4-linux-gnu.
Package: binutils-source
Description-md5: acf2f0e289b8b831828996002f7eb6f1
Description-en: GNU assembler, linker and binary utilities (source)
This package contains the sources and patches which are needed to
build binutils.
Package: binutils-sparc64-linux-gnu
Description-md5: 112083b1b69cabd04e42ad79e3caf39f
Description-en: GNU binary utilities, for sparc64-linux-gnu target
This package provides GNU assembler, linker and binary utilities
for the sparc64-linux-gnu target.
.
You don't need this package unless you plan to cross-compile programs
for sparc64-linux-gnu and sparc64-linux-gnu is not your native
platform.
Package: binutils-sparc64-linux-gnu-dbg
Description-md5: 03078b416cd22110053532d91caacde4
Description-en: GNU binary utilities, for sparc64-linux-gnu target (debug symbols)
This package provides debug symbols for binutils-sparc64-linux-gnu.
Package: binutils-z80
Description-md5: 8a9b975001f020173239e354af3d6a19
Description-en: GNU binary utilities for the z80-unknown-coff target
The programs in this package are used to assemble, link and manipulate
binary and object files for the Z80 and R800 CPUs. This
package is primarily for Z80 and R800 developers and is not
needed by normal users or developers.
Package: biometric-auth
Description-md5: 651df2ae9bb39ef0ccf5e2b139bfdf0c
Description-en: Biometric Authentication Service
The service layer of the biometric identification authentication framework.
The service layer uses the DBus bus to provide the upper application with
operation interfaces such as feature enroll, feature verify, feature identify,
feature search, feature delete, etc. Meanwhile, it also provides notification
of device status changes event and notification of USB device hotplug event.
.
This package contains a library for biometric authentication.
Package: biometric-driver-community-multidevice
Description-md5: ce228f8720867c2724502d7d0dac374f
Description-en: Biometric Authentication Driver (community multidevice)
Community multi-device drivers for biometric authentication.
Community multi-device drivers use libfprint for biometric identification.
.
This package supports following devices:
upekts, uru4000, aes4000, aes2501, upektc, aes1610, fdu2000, vcom5s,
upeksonly, vfs101, vfs301, aes2550, aes1660, aes2660, aes3500,
upektc_img, etes603, vfs5011, vfs0050, elan.
Package: biometric-utils
Description-md5: aef272ad3a02512459432fcea8af1291
Description-en: Biometric authentication utils
Biometric authentication tools.
This package provides the biometric-config-tool and biometric-device-discover
tools:
- biometric-auth-client: The command line client of the biometric
identification framework service;
- biometric-config-tool: add, remove, configure the biometric drivers;
- biometric-device-discover: discover the devices supported by the biometric
framework;
Package: blueman
Description-md5: 0d53e070801b0cf7f6808bfd0b84a60f
Description-en: Graphical bluetooth manager
Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus
backend.
Package: bolt-17
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: bolt-18
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: bolt-19
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: bolt-20
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: bolt-21
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: bolt-22
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: boolector
Description-md5: 3ffdf2573adbbaeee22ada3c1789353d
Description-en: SMT solver for bit-vectors and arrays
Boolector is an efficient SMT solver for the quantifier-free theory of
bit-vectors in combination with the quantifier-free extensional theory of
arrays.
Package: bootterm
Description-md5: f4652ee4f69841f8dd5297562ff4d77e
Description-en: simple terminal to ease connections with SBCs
Bootterm is a simple, reliable and powerful terminal designed to ease
connection to ephemeral serial ports as found on various SBCs, and typically
USB-based ones.
.
Main features:
* automatic port detection (uses the most recently registered one by default)
* enumeration of available ports with detected drivers and descriptions
* wait for a specific, a new, or any port to appear (convenient with USB
ports)
* support for non-standard baud rates (e.g. 74880 bauds for ESP8266)
* can send a Break sequence and toggling RTS/DTR for various reset sequences,
even on startup
* fixed/timed captures to files (may be enabled at run time)
* optionally time-stamped captures (relative/absolute dates)
* reliable with proper error handling
* single binary without annoying dependencies, builds out of the box
* supports stdin/stdout to inject/download data
* configurable escape character and visible character ranges
Package: borgbackup
Description-md5: 8a56876615c13f6f25a373ef5d5c2017
Description-en: deduplicating and compressing backup program
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
Please note that the server and the client should be on the same
version of borgbackup. Using different versions of borgbackup on
client and server might result in 'incompatible API version' error
messages and a non-working backup.
.
While there is no direct operations mode for pull-type backups, you
can configure the backup target in append-only mode, preventing the
backup source from deleting or altering previous backups.
Package: borgbackup-doc
Description-md5: 3dd3690a1895e8f8aaf848eb6b8a3457
Description-en: deduplicating and compressing backup program (documentation)
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
This is the documentation package.
Package: borgbackup-is-borgbackup2
Description-md5: 5c86689f60e9c50b17c4b923069e6573
Description-en: deduplicating and compressing backup program (unversioned symlink)
This package makes the borg command refer to version 2.x of borgbackup.
If you prefer version 1.x, please install borgbackup instead.
.
Refer to the package descriptions of borgbackup and borgbackup2 for more
information about what borg is.
.
Warning: This still is a beta that may break compatibility with the
final 2.0 release.
Package: borgbackup2
Description-md5: 18ebb529308383ae67945351bf0498b0
Description-en: deduplicating and compressing backup program (version 2.x)
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
Please note that the server and the client should be on the same
version of borgbackup. Using different versions of borgbackup on
client and server might result in 'incompatible API version' error
messages and a non-working backup. Borg 2.x can only read from Borg 1.x
repositories.
.
While there is no direct operations mode for pull-type backups, you
can configure the backup target in append-only mode, preventing the
backup source from deleting or altering previous backups.
.
Warning: This still is a beta that may break compatibility with the
final 2.0 release.
Package: borgbackup2-doc
Description-md5: 30b95a7bb916842c04e1f6bc048b410b
Description-en: deduplicating and compressing backup program (documentation for version 2.x)
Borg is a deduplicating and compressing backup program. Optionally, it
also supports authenticated encryption. It was forked from the attic
backup program.
.
The main goal of Borg is to provide an efficient and secure way to
backup data. The data deduplication technique used makes Borg suitable
for daily backups since only the changes are stored. The authenticated
encryption makes it suitable for backups to not fully trusted targets.
.
It can push backups to remote repositories accessed via ssh. A client
pushing a backup invokes "borg serve" on the repository host. It is
possible to restrict the ssh key to "borg serve" using the
authorized_keys command= clause.
.
This is the documentation package.
Package: bornagain
Description-md5: 3ca3a14f553d40163abda32c821d064e
Description-en: Simulate and fit X-ray and neutron GISAS -- binary
BornAgain is a software package to simulate and fit small-angle scattering at
grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron
(GISANS) data. Calculations are carried out in the framework of the distorted
wave Born approximation (DWBA). BornAgain provides a graphical user interface
for interactive use as well as a generic Python and C++ framework for modeling
multilayer samples with smooth or rough interfaces and with various types of
embedded nanoparticles.
.
BornAgain supports:
.
Layers:
* Multilayers without any restrictions on the number of layers
* Interface roughness correlation
* Magnetic materials
.
Particles:
* Choice between different shapes of particles (form factors)
* Particles with inner structures
* Assemblies of particles
* Size distribution of the particles (polydispersity)
.
Positions of Particles:
* Decoupled implementations between vertical and planar positions
* Vertical distributions: particles at specific depth in layers or on top.
* Planar distributions:
- fully disordered systems
- short-range order distribution (paracrystals)
- two- and one-dimensional lattices
.
Input Beam:
* Polarized or unpolarized neutrons
* X-ray
* Divergence of the input beam (wavelength, incident angles) following
different distributions
* Possible normalization of the input intensity
.
Detector:
* Off specular scattering
* Two-dimensional intensity matrix, function of the output angles
.
Use of BornAgain:
* Simulation of GISAXS and GISANS from the generated sample
* Fitting to reference data (experimental or numerical)
* Interactions via Python scripts or Graphical User Interface
.
If you use BornAgain in your work, please cite
C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain
— Software for simulating and fitting X-ray and neutron small-angle
scattering at grazing incidence, version ,
http://www.bornagainproject.org
Package: bornagain-doc
Description-md5: 815a96937dc1374d77fae4d17285aaa5
Description-en: Simulate and fit X-ray and neutron GISAS -- doc
BornAgain is a software package to simulate and fit small-angle scattering at
grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron
(GISANS) data. Calculations are carried out in the framework of the distorted
wave Born approximation (DWBA). BornAgain provides a graphical user interface
for interactive use as well as a generic Python and C++ framework for modeling
multilayer samples with smooth or rough interfaces and with various types of
embedded nanoparticles.
.
BornAgain supports:
.
Layers:
* Multilayers without any restrictions on the number of layers
* Interface roughness correlation
* Magnetic materials
.
Particles:
* Choice between different shapes of particles (form factors)
* Particles with inner structures
* Assemblies of particles
* Size distribution of the particles (polydispersity)
.
Positions of Particles:
* Decoupled implementations between vertical and planar positions
* Vertical distributions: particles at specific depth in layers or on top.
* Planar distributions:
- fully disordered systems
- short-range order distribution (paracrystals)
- two- and one-dimensional lattices
.
Input Beam:
* Polarized or unpolarized neutrons
* X-ray
* Divergence of the input beam (wavelength, incident angles) following
different distributions
* Possible normalization of the input intensity
.
Detector:
* Off specular scattering
* Two-dimensional intensity matrix, function of the output angles
.
Use of BornAgain:
* Simulation of GISAXS and GISANS from the generated sample
* Fitting to reference data (experimental or numerical)
* Interactions via Python scripts or Graphical User Interface
.
If you use BornAgain in your work, please cite
C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain
— Software for simulating and fitting X-ray and neutron small-angle
scattering at grazing incidence, version ,
http://www.bornagainproject.org
.
This package contains the BornAgain documentation.
Package: bpftune
Description-md5: 9bb2a0cdea216a0cd45e6a567c5bf0de
Description-en: BPF driven auto-tuning
bpftune aims to provide lightweight, always-on auto-tuning
of system behaviour via BPF observability.
.
bpftune is a daemon which manages a set of tuners, each tuner
has an associated set of tunables that it manages.
Package: brz
Description-md5: 4daa260c32bc7524a58f92196d3808bc
Description-en: easy to use distributed version control system
Breezy is a distributed version control system designed to be easy to
use and intuitive, able to adapt to many file formats and workflows, reliable,
and easily extendable.
.
Out of the box, Breezy supports both the Git and Bazaar repository
formats.
Package: brz-doc
Description-md5: 50779d24d3e89dfe156ea3d8a27d9589
Description-en: easy to use distributed version control system (documentation)
Breezy is a distributed version control system designed to be easy to
use and intuitive, able to adapt to many file formats and workflows, reliable,
and easily extendable.
.
This package provides the documentation.
Package: bsdextrautils-dbgsym
Description-md5: eed65ed3b5cc3203ae5c9022e2ceae57
Description-en: debug symbols for bsdextrautils
Package: bsdutils-dbgsym
Description-md5: 3f4df212010573fe5c59b9ce5822bd15
Description-en: debug symbols for bsdutils
Package: btfs
Description-md5: a492e5a8385d6aead6422f82693b0290
Description-en: access torrent files as a filesystem
btfs allows you to mount .torrent or magnet links
as local directories using fuse.
.
Tools like cp, cat and ls would work the same as
on a normal filesystem. You can also play videos
using normal video software and only the sections
that you stream will be transferred.
Package: btor2tools
Description-md5: d40a9abd023d651f1d8e5a6ee5567d27
Description-en: generic parser and tools for the BTOR2 format
BTOR2 is a word-level model checking format for capturing models of
hardware and potentially software in a bit-precise manner. This simple,
line-based and easy to parse format can be seen as a sorted extension of
the word-level format BTOR. It uses design principles from the bit-level
format AIGER and follows semantics of the SMT-LIB logics of bit-vectors
with arrays. This intermediate format can be used in various
verification flows and is perfectly suited to establish a word-level
model checking competition.
Package: buildah
Description-md5: d5bd7614dccbe136c14f36ef68327be3
Description-en: CLI tool to facilitate building OCI images
The Buildah package provides a command line tool that can be used to
- create a working container, either from scratch or using an image as a
starting point
- create an image, either from a working container or via the
instructions in a Dockerfile
- images can be built in either the OCI image format or the traditional
upstream docker image format
- mount a working container's root filesystem for manipulation
- unmount a working container's root filesystem
- use the updated contents of a container's root filesystem as a
filesystem layer to create a new image
- delete a working container or an image
- rename a local container
.
This package contains the buildah command-line utility and provides an
interface similar to the 'docker' command.
Package: bup
Description-md5: 133f590390ff3f9833c73d37acf01b4b
Description-en: highly efficient file backup system based on git
bup is a backup tool which stores the backups in a system based around
the packfile format from git.
Package: bup-doc
Description-md5: 5ad42acda759474a6eb6718235c7e8f0
Description-en: highly efficient file backup system based on git (documentation)
bup is a backup tool which stores the backups in a system based around
the packfile format from git.
.
This package contains the documentation.
Package: buthead
Description-md5: 11db99ac17c8a30fb67f300463378eec
Description-en: copy all but the first few lines
Program to copy all but the first N lines of stdin to stdout.
Package: calamares-settings-kubuntu
Description-md5: 902f27d8513dd8bb6018fb9bbcea701a
Description-en: Kubuntu Calamares Settings and Branding
This package contains the Calamares settings and branding for Kubuntu.
As part of the branding the installer slideshow is contained within.
The settings ensure a proper Kubuntu desktop is installed with the
KDE Plasma desktop environment.
Package: calamares-settings-lubuntu
Description-md5: c922db821f41cca8a6cfe853dfbd4685
Description-en: Lubuntu Calamares Settings and Branding
This package contains the Calamares settings and branding for Lubuntu.
As part of the branding the installer slideshow is contained within.
The settings ensure a proper Lubuntu desktop is installed with the
LXQt desktop environment.
Package: calamares-settings-ubuntu-common
Description-md5: aba1fd558a70fefb2dfc3fa11a9fdf33
Description-en: Common Calamares Settings
This package contains the common Calamares settings for all flavors.
There is also a automirror Python script to set sources based on
geolocation.
.
Common settings for all Ubuntu flavors.
Package: calamares-settings-ubuntu-common-data
Description-md5: 0338e4e964e7da51ef37944da93ede69
Description-en: Data for Common Calamares Settings
This package contains the common Calamares settings for all flavors.
There is also a automirror Python script to set sources based on
geolocation.
.
Architecture-independent data for the common Calamares settings.
Package: calamares-settings-ubuntu-unity
Description-md5: b1586bbb272d0ff617360b698d6fca6a
Description-en: Ubuntu Unity Calamares Settings and Branding
This package contains the Calamares settings and branding for Ubuntu Unity.
As part of the branding the installer slideshow is contained within.
The settings ensure a proper Ubuntu Unity desktop is installed with the
Unity desktop environment.
Package: calibre
Description-md5: 186d9ede4fee8b62a65e3debb2c12a1e
Description-en: powerful and easy to use e-book manager
Calibre is a complete e-library solution. It includes library management,
format conversion, news feeds to e-book conversion, e-book viewer and editor,
and e-book reader sync features.
.
Calibre is primarily an e-book cataloging program. It manages your e-book
collection for you. It is designed around the concept of the logical book,
i.e. a single entry in the database that may correspond to e-books in several
formats. It also supports conversion to and from a dozen different e-book
formats.
.
Calibre supports almost every single e-Reader (e.g., Kindle, Kobo, Nook) and
is compatible with more devices with every update. Calibre can transfer your
e-books from one device to another in seconds, wirelessly or with a cable.
It will send the best file format for your device converting it if
needed, automatically.
.
Calibre can automatically fetch news from a number of websites/RSS feeds,
format the news into a e-book and upload to a connected device.
.
Calibre has also a built-in e-book viewer that can display all the major e-book
formats.
Package: calibre-bin
Description-md5: c0bdb5988e8a99c4942dba6345614ed5
Description-en: powerful and easy to use e-book manager (binary plugins)
Calibre is a complete e-library solution. It includes library management,
format conversion, news feeds to e-book conversion, e-book viewer and editor,
and e-book reader sync features.
.
This package contains the compiled architecture dependent plugins, the main
package is called 'calibre'.
Package: calligra
Description-md5: 5b2385e3ba6a90ac8a81e5c2cbf9a89e
Description-en: extensive productivity and creative suite
Calligra Suite is a set of applications written to help you to accomplish
your work. It includes office applications such as a word processor,
a spreadsheet, a presentation program, a database application, etc., and
raster and vector graphics tools.
.
This metapackage provides all the components of the Calligra Suite.
Package: calligra-data
Description-md5: d3f6d1b2e7bc9c43c1993d8f13b5bad4
Description-en: common shared data for the Calligra Suite
This package provides the architecture-independent data that is shared
amongst the various components of Calligra.
.
This package is part of the Calligra Suite.
Package: calligra-libs
Description-md5: bd711fec00d4e12eb191529df959aaf2
Description-en: common libraries and binaries for the Calligra Suite
This package provides the libraries and binaries that are shared amongst
the various components of Calligra.
.
This package is part of the Calligra Suite.
Package: calligrasheets
Description-md5: 2d8660804f7fda925c09df2937712c47
Description-en: spreadsheet for the Calligra Suite
Tables is a powerful spreadsheet application. It is scriptable and
provides both table-oriented sheets and support for complex mathematical
formulae and statistics. It is the successor of KSpread.
.
This package is part of the Calligra Suite.
Package: calligrasheets-data
Description-md5: bd117eec7cfca920b66e8222d53837b6
Description-en: data files for Sheets spreadsheet
This package contains architecture-independent data files for Sheets,
the spreadsheet shipped with the Calligra Suite.
.
See the calligrasheets package for further information.
.
This package is part of the Calligra Suite.
Package: calligrastage
Description-md5: 4b8f690fc43fe1ca4190000d83114c16
Description-en: presentation program for the Calligra Suite
Stage is an easy to use yet still flexible presentation application. You can
easily create presentations containing a rich variety of elements, from
graphics to text, from charts to images. Stage is extensible through a
plugin system, so it is easy to add new effects, new content elements or even
new ways of managing your presentation.
.
Stage natively uses the OpenDocument file format standard, for easy
interchange with all ODF supporting applications, which includes Microsoft
Office. Examples of its easy-to-use features are support for layouts, a
special slide overview view during presentations for the presenter, support
for many different master sliders in one presentation, cool transitions and
a useful notes feature.
.
This package is part of the Calligra Suite.
Package: calligrastage-data
Description-md5: 63d64d4a8a3b9b339727cb670a41bc78
Description-en: data files for Calligra Stage
This package contains architecture-independent data files for Stage,
the presentation program shipped with the Calligra Suite.
.
See the calligrastage package for further information.
.
This package is part of the Calligra Suite.
Package: calligrawords
Description-md5: e8c718ad734d42503998d607ce115062
Description-en: word processor for the Calligra Suite
Words is a FrameMaker-like word processing and desktop publishing
application. It is capable of creating polished and professional
looking documents. It can be used for desktop publishing, but also for
"normal" word processing, like writing letters, reports and so on.
.
This package is part of the Calligra Suite.
Package: calligrawords-data
Description-md5: e3cac4e05ee1286dadee867f20e3d4d4
Description-en: data files for Words word processor
This package contains architecture-independent data files for Words,
the word processor shipped with the Calligra Suite.
.
See the calligrawords package for further information.
.
This package is part of the Calligra Suite.
Package: camlp4
Description-md5: 9fce8d460519e96aaf18e6a0e29e1892
Description-en: Pre Processor Pretty Printer for OCaml
Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.
.
This package contains CamlP4 executables for pre-processing and
pretty-printing OCaml sources both interactively and in a batch
fashion.
Package: camlp5
Description-md5: 1113a8e1433440e62f5174bc5b44ee5c
Description-en: Pre Processor Pretty Printer for OCaml - classical version
Objective Caml (OCaml) is an implementation of the ML language,
based on the Caml Light dialect extended with a complete
class-based object system and a powerful module system in the
style of Standard ML.
.
CamlP4 is a Pre-Processor-Pretty-Printer for Objective Caml. It
offers tools for syntax (Stream Parsers and Grammars) and the
ability to modify the concrete syntax of the language
(Quotations, Syntax Extensions).
.
This package contains the "classical" version of CamlP4
executables and libraries for pre-processing and pretty-printing
OCaml sources both interactively and in a batch fashion. The
"classical" version is the implementation of CamlP4 which used
to be distributed with OCaml before the release of version 3.10.
Package: camlp5-buildscripts
Description-md5: b0b8de92006a39b8663b378a57554262
Description-en: Camlp5 build scripts
These are build-scripts that are helpful in building Camlp5 and
packages based on Camlp5. As such, they need to not depend on
Camlp5. The command are not installed in a bin-directory, but in the
package-directory, hence invoked via the "ocamlfind package/exe"
method.
Package: cantata
Description-md5: 56e03d3207539531d61e1a9308595d20
Description-en: Qt client for the music player daemon (MPD)
Cantata is a graphical front-end for the music player daemon, MPD. It provides
many tools to view and manage the music collection including:
.
* library - sorted by album, artist, track, directory
* albums with cover art
* user defined playlists
* dynamic playlists
* streams, internet radio
* lyrics
* artist information from Wikipedia
* device support for USB mass storage, MTP and CDs
Package: cargo-1.85
Description-md5: f894562a11fc2421647ac771e1f6c13a
Description-en: Rust package manager
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
Package: cargo-1.85-doc
Description-md5: f27438963e0fd905872c0e1656b9d40c
Description-en: Rust package manager, documentation
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
.
This package contains the documentation.
Package: cargo-1.93
Description-md5: f894562a11fc2421647ac771e1f6c13a
Description-en: Rust package manager
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
Package: cargo-1.93-doc
Description-md5: f27438963e0fd905872c0e1656b9d40c
Description-en: Rust package manager, documentation
Cargo is a tool that allows Rust projects to declare their various
dependencies, and ensure that you'll always get a repeatable build.
.
To accomplish this goal, Cargo does four things:
* Introduces two metadata files with various bits of project information.
* Fetches and builds your project's dependencies.
* Invokes rustc or another build tool with the correct parameters to build
your project.
* Introduces conventions, making working with Rust projects easier.
.
Cargo downloads your Rust project’s dependencies and compiles your
project.
.
This package contains the documentation.
Package: cbindgen
Description-md5: bf5e9ab6d22f73ffe6c064b48141f318
Description-en: Generates C bindings from Rust code
cbindgen can be used to generate C bindings for Rust code.
It is currently being developed to support creating bindings for
WebRender (by Mozilla for Firefox), but has been designed to support
any project.
.
Features:
.
* Builds bindings for a crate, its mods, its dependent crates, and their mods
* Only the necessary types for exposed functions are given bindings
* Can specify annotations for controlling some aspects of binding
* Support for generic structs and unions
* Support for exporting constants and statics
* Customizable formatting, can be used in C or C++ projects
* Support for generating #ifdef's for #[cfg] attributes
* Support for #[repr(sized)] tagged enum's
Package: ccls
Description-md5: a0041ae63c0c8de35e4287f98d9d0b4e
Description-en: C/C++/ObjC language server
This originates from cquery, and is a server implementing
Language Server Protocol for C/C++/Objective-C. It supports:
.
* code completion (with both signature help and snippets)
* definition/references, and other cross references
* cross reference extensions:
$ccls/call $ccls/inheritance $ccls/member $ccls/vars ...
* formatting
* hierarchies:
call (caller/callee) hierarchy, inheritance (base/derived) hierarchy,
member hierarchy
* symbol rename
* document symbols and approximate search of workspace symbol
* hover information
* diagnostics and code actions (clang FixIts)
* semantic highlighting and preprocessor skipped regions
* semantic navigation:
$ccls/navigate
Package: ceilometer-agent-ipmi
Description-md5: 7db139fd7b44649a5c9c5b4d42f93279
Description-en: ceilometer ipmi agent
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the ipmi agent.
Package: ceilometer-agent-notification
Description-md5: 8b0e885afabe5cb497d26a5f59977c71
Description-en: ceilometer notification agent
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the notification agent.
Package: ceilometer-polling
Description-md5: e22697074a3a10ed6635f213d9cf9d07
Description-en: ceilometer polling service
Ceilometer aims to deliver a unique point of contact for billing systems to
acquire all counters they need to establish customer billing, across all
current and future OpenStack components. The delivery of counters must
be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
.
(A ceilometer is an instrument that measures cloud coverage.)
.
This package contains the polling service.
Package: cg3
Description-md5: 75cda0a9e28f6501410892e57ffb7966
Description-en: Tools for using the 3rd edition of Constraint Grammar (CG-3)
Constraint Grammar compiler and applicator for the 3rd edition of CG
that is developed and maintained by VISL SDU and GrammarSoft ApS.
.
CG-3 can be used for disambiguation of morphology, syntax, semantics, etc;
dependency markup, target language lemma choice for MT, QA systems, and
much more. The core idea is that you choose what to do based on the whole
available context, as opposed to n-grams.
.
See https://edu.visl.dk/cg3.html for more documentation
Package: cg3-dev
Description-md5: 7e522bca6353e079929967c6bbae5bca
Description-en: Metapackage providing both CG-3 CLI dev tools and dev library
Development files to use the CG-3 CLI tools and library API.
.
See https://edu.visl.dk/cg3.html for more documentation
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: changeme
Description-md5: 8e4e9007817c3593c4e68ce4cabd2544
Description-en: Default credential scanner
This package contains a default credential scanner. Commercial vulnerability
scanners miss common default credentials. Getting default credentials added to
commercial scanners is often difficult and slow. changeme is designed to be
simple to add new credentials without having to write any code or modules.
.
changeme keeps credential data separate from code. All credentials are stored
in yaml files so they can be both easily read by humans and processed by
changeme. Credential files can be created by using the ./changeme.py --mkcred
tool and answering a few questions.
.
changeme supports the http/https, MSSQL, MySQL, Postgres, ssh and ssh w/key
protocols. Use ./changeme.py --dump to output all of the currently available
credentials.
Package: chemps2
Description-md5: 580c5e64c9318a4ec82556ce3f712d3c
Description-en: Executable to call libchemps2-3t64 from the command line
chemps2 is a scientific library which contains a spin-adapted
implementation of the density matrix renormalization group (DMRG)
for ab initio quantum chemistry. This wavefunction method allows one
to obtain numerical accuracy in active spaces beyond the capabilities
of full configuration interaction (FCI), and allows one to extract
the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM)
of the active space.
.
For general active spaces up to 40 electrons in 40 orbitals can be
handled with DMRG, and for one-dimensional active spaces up to 100
electrons in 100 orbitals. The 2-RDM of these active spaces can
also be easily extracted, while the 3- and 4-RDM are limited to
about 28 orbitals.
.
When the active space size becomes prohibitively expensive for FCI,
DMRG can be used to replace the FCI solver in the complete active
space self consistent field (CASSCF) method and the corresponding
complete active space second order perturbation theory (CASPT2).
The corresponding methods are called DMRG-SCF and DMRG-CASPT2,
respectively. For DMRG-SCF the active space 2-RDM is required, and
for DMRG-CASPT2 the active space 4-RDM.
.
This package installs the executable which parses Hamiltonians in
fcidump format, performs DMRG-SCF and DMRG-CASPT2 calculations as
specified by the user.
Package: chemps2-doc
Description-md5: 7add34d35c9bccf9f342632a52e41ae1
Description-en: Documentation of the libchemps2-3t64 package
chemps2 is a scientific library which contains a spin-adapted
implementation of the density matrix renormalization group (DMRG)
for ab initio quantum chemistry. This wavefunction method allows one
to obtain numerical accuracy in active spaces beyond the capabilities
of full configuration interaction (FCI), and allows one to extract
the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM)
of the active space.
.
For general active spaces up to 40 electrons in 40 orbitals can be
handled with DMRG, and for one-dimensional active spaces up to 100
electrons in 100 orbitals. The 2-RDM of these active spaces can
also be easily extracted, while the 3- and 4-RDM are limited to
about 28 orbitals.
.
When the active space size becomes prohibitively expensive for FCI,
DMRG can be used to replace the FCI solver in the complete active
space self consistent field (CASSCF) method and the corresponding
complete active space second order perturbation theory (CASPT2).
The corresponding methods are called DMRG-SCF and DMRG-CASPT2,
respectively. For DMRG-SCF the active space 2-RDM is required, and
for DMRG-CASPT2 the active space 4-RDM.
.
This is the common documentation package.
Package: chromium-browser
Description-md5: 9f69be0b9ae7f70c291004898fbebffb
Description-en: Transitional package - chromium-browser -> chromium snap
This is a transitional dummy package. It can safely be removed.
.
chromium-browser is now replaced by the chromium snap.
Package: chromium-browser-l10n
Description-md5: d3f66ec347eff1110b3fc90d06b5af82
Description-en: Transitional package - chromium-browser-l10n -> chromium snap
This is a transitional dummy package. It can safely be removed.
.
chromium-browser-l10n is now replaced by the chromium snap.
Package: chromium-chromedriver
Description-md5: eb8732d030bd6de55eaac40666d02553
Description-en: Transitional package - chromium-chromedriver -> chromium snap
This is a transitional dummy package. It can safely be removed.
.
chromium-chromedriver is now replaced by the chromium snap.
Package: chromium-codecs-ffmpeg
Description-md5: b901ea5dc41749c66a2a0c7bb48594af
Description-en: Transitional package - chromium-codecs-ffmpeg -> chromium-ffmpeg snap
This is a transitional dummy package. It can safely be removed.
.
chromium-codecs-ffmpeg is now replaced by the chromium-ffmpeg snap.
Package: chromium-codecs-ffmpeg-extra
Description-md5: d6537fb6daa5fc5f862760ce4ab9d4ff
Description-en: Transitional package - chromium-codecs-ffmpeg-extra -> chromium-ffmpeg snap
This is a transitional dummy package. It can safely be removed.
.
chromium-codecs-ffmpeg-extra is now replaced by the chromium-ffmpeg snap.
Package: cjs
Description-md5: 13f136dad3d7470d876a2eb320e97f5e
Description-en: Mozilla-based javascript bindings for the Cinnamon platform
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the interactive console application.
Package: cjs-tests
Description-md5: c7091d9e05eac811ec4b8b6af94298da
Description-en: Mozilla-based javascript bindings for the Cinnamon platform (tests)
Makes it possible for applications to use all of Cinnamon's platform
libraries using the JavaScript language. It's mainly based on the
Mozilla JavaScript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
Package: clang-17
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-17-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-17-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-18
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-18-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-18-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-19
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-19-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-19-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-20
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-20-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-20-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-21
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
Package: clang-21-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the documentation.
Package: clang-21-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-22
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-22-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-22-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang examples.
Package: clang-format-17
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-18
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-19
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-20
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-21
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-format-22
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
Clang-format is both a library and a stand-alone tool with the goal of
automatically reformatting C++ sources files according to configurable
style guides. To do so, clang-format uses Clang's Lexer to transform an
input file into a token stream and then changes all the whitespace around
those tokens. The goal is for clang-format to both serve both as a user
tool (ideally with powerful IDE integrations) and part of other
refactoring tools, e.g. to do a reformatting of all the lines changed
during a renaming.
.
This package also provides vim and emacs plugins.
Package: clang-tidy-17
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-18
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-19
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-20
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-21
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tidy-22
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
Provide an extensible framework for diagnosing and fixing typical programming
errors, like style violations, interface misuse, or bugs that can be deduced
via static analysis. clang-tidy is modular and provides a convenient interface
for writing new checks.
Package: clang-tools-17
Description-md5: da24a5a87f39211c1ff10f03f06e0a3c
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
Package: clang-tools-18
Description-md5: da24a5a87f39211c1ff10f03f06e0a3c
Description-en: clang-based tools for C/C++ developments
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains some clang-based tools like scan-build, clang-cl, etc.
Package: clang-tools-19
Description-md5: 0ac52908e51dad320be3476963296f5f
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, etc.
Package: clang-tools-20
Description-md5: 0ac52908e51dad320be3476963296f5f
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, etc.
Package: clang-tools-21
Description-md5: 0ac52908e51dad320be3476963296f5f
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, etc.
Package: clang-tools-22
Description-md5: 0ac52908e51dad320be3476963296f5f
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, etc.
Package: clangd-17
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-18
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-19
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-20
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-21
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
clangd understands your C++ code and adds smart features to your editor:
- code completion
- compile errors
- go-to-definition
- and more.
.
clangd is a language server that implements the Language Server Protocol;
it can work with many editors through a plugin.
Package: clangd-22
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: clazy
Description-md5: 5bdd5d8030f3ce392b4cd4a160016c2b
Description-en: Clang plugin for additional warnings
Clazy is a Clang plugin which extends the compiler with over
50 warnings related to Qt best practices ranging from unneeded
memory allocations to API misuse. It’s an opensource project
spawned by KDAB’s R&D efforts for better C++ tooling.
Package: clazy-tests
Description-md5: 67d1b5cf9cd05d27dfaf294ea0939942
Description-en: test files for Clazy
This package contains all the test files needed for running the autopkgtest
of Clazy. This is hardly useful to install in any other context than this.
Package: clojure
Description-md5: 375367a1e5611012be8bf354320a8e10
Description-en: Lisp dialect for the JVM
Clojure is a dynamic programming language that targets the Java Virtual
Machine. It is designed to be a general-purpose language, combining the
approachability and interactive development of a scripting language with
an efficient and robust infrastructure for multithreaded programming.
Clojure is a compiled language - it compiles directly to JVM bytecode,
yet remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java
frameworks, with optional type hints and type inference, to ensure that
calls to Java can avoid reflection.
.
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly a
functional programming language, and features a rich set of immutable,
persistent data structures. When mutable state is needed, Clojure offers
a software transactional memory system and reactive Agent system that
ensure clean, correct, multithreaded designs.
Package: cmake-curses-gui
Description-md5: ad28c67dee764cb32d73040783a280db
Description-en: curses based user interface for CMake (ccmake)
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
.
This package provides the CMake curses interface. Project configuration
settings may be specified interactively through this GUI. Brief instructions
are provided at the bottom of the terminal when the program is running. The
main executable file for this GUI is "ccmake".
Package: cmake-qt-gui
Description-md5: 1385c1223e89dd992bad5dcde2206383
Description-en: Qt based user interface for CMake (cmake-gui)
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
.
This package provides the CMake Qt based GUI. Project configuration
settings may be specified interactively. Brief instructions are provided at
the bottom of the window when the program is running. The main executable
file for this GUI is "cmake-gui".
Package: cobra
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: condor
Description-md5: 903f297977fa999b1736134b3022d178
Description-en: distributed workload management system
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package can set up an appropriate initial configuration at install
time for a machine intended either as a member of an existing HTCondor pool
or as a "Personal" (single machine) HTCondor pool.
Package: condor-annex-ec2
Description-md5: 256d7ce677a31a23861328d118692acd
Description-en: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides configuration and script to make an EC2 image
annex-compatible. Do NOT install on a non-EC2 image.
Package: condor-dev
Description-md5: dc9a883b5eba811692b8493cb216896e
Description-en: distributed workload management system - development files
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides headers and libraries for development of HTCondor
add-ons.
Package: condor-doc
Description-md5: 3488e078f56320a592df953086a4149a
Description-en: distributed workload management system - documentation
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides HTCondor's documentation in HTML and PDF format, as well
as configuration and other examples.
Package: condor-kbdd
Description-md5: 34799ec840529814fe4f36c1d93cf0b4
Description-en: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
The condor_kbdd monitors logged in X users for activity. It is only
useful on systems where no device (e.g. /dev/*) can be used to
determine console idle time.
Package: condor-test
Description-md5: 23df4e2743d110a3edd84ae414566112
Description-en: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
This package provides a few miscellaneous test scripts.
Package: condor-upgrade-checks
Description-md5: 2d6ed640c12d05edd13d4a196008cace
Description-en: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
Examines the current HTCondor installation and recommends changes to ensure
a smooth upgrade to a subsequent HTCondor version.
Package: condor-vm-gahp
Description-md5: 3ff25c27edfd3342a2a73caf334ad300
Description-en: distributed workload management system - single node configuration
Like other full-featured batch systems, HTCondor provides a job queueing
mechanism, scheduling policy, priority scheme, resource monitoring, and
resource management. Users submit their serial or parallel jobs to HTCondor;
HTCondor places them into a queue. It chooses when and where to run the jobs
based upon a policy, carefully monitors their progress, and ultimately
informs the user upon completion.
.
Unlike more traditional batch queueing systems, HTCondor can also effectively
harness wasted CPU power from otherwise idle desktop workstations. HTCondor
does not require a shared file system across machines - if no shared file
system is available, HTCondor can transfer the job's data files on behalf of
the user.
.
The condor_vm-gahp enables the Virtual Machine Universe feature of
HTCondor. The VM Universe uses libvirt to start and control VMs under
HTCondor's Startd.
Package: coot
Description-md5: e4c8bad0a7ebf6bd04aa8736a17cba9a
Description-en: model building program for macromolecular crystallography
This is a program for constructing atomic models of macromolecules
from x-ray diffraction data. Coot displays electron density maps and
molecular models and allows model manipulations such as idealization,
refinement, manual rotation/translation, rigid-body fitting, ligand
search, solvation, mutations, rotamers. Validation tools such as
Ramachandran and geometry plots are available to the user. This
package provides a Coot build with embedded Python support.
Package: coot-data
Description-md5: 4c77cd1edc6e654dcd9aa10a1465d64b
Description-en: various data files needed by Coot
This is an interactive program for fitting atomic models to
crystallographic electron density maps. This package contains various
data files needed by Coot.
Package: coot-doc
Description-md5: a52d980b5390d4269f8058a46ea324a2
Description-en: documentation for Coot
This is an interactive program for fitting atomic models to
crystallographic electron density maps. This package contains
documentation source files for Coot.
Package: copyq
Description-md5: 86d8394761684af55442679f02216f06
Description-en: Advanced clipboard manager with editing and scripting features
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
Items can be:
* edited with internal editor or with preferred text editor,
* moved to other tabs,
* drag'n'dropped to applications,
* marked with tag or a note,
* passed to or changed by custom commands,
* or simply removed.
.
Features:
* Support for Linux, Windows and OS X 10.9+
* Store text, HTML, images or any other custom formats
* Quickly browse and filter items in clipboard history
* Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs
* Add notes or tags to items
* System-wide shortcuts with customizable commands
* Paste items with shortcut or from tray or main window
* Fully customizable appearance
* Advanced command-line interface and scripting
* Ignore clipboard copied from some windows or containing some text
* Support for simple Vim-like editor and shortcuts
* Many more features
Package: copyq-doc
Description-md5: 72cc5e005e4044056189c5470d04be4d
Description-en: Documentation and examples for CopyQ - HTML format
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
This contains the documentation in HTML format.
Package: copyq-plugins
Description-md5: c5301a7a250dc0396459db3bb2ac7122
Description-en: Plugins for CopyQ
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
.
This package contains plugins that add various item types support and features
to CopyQ, including:
* Text with Highlighting
* Images
* Web Pages
* Various Data
* Notes
* Encryption
* FakeVim Editor
* Synchronize Items to Disk
* Item Tags
* Pinned Items
Package: coq
Description-md5: 2c4259e8b83c839ff539d48b854ee31a
Description-en: proof assistant for higher-order logic (toplevel and compiler)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
.
This package provides coqtop, a command line interface to Coq.
.
A graphical interface for Coq is provided in the coqide package.
Coq can also be used with ProofGeneral, which allows proofs to be
edited using emacs and xemacs. This requires the proofgeneral
package to be installed.
Package: coq-dpdgraph-tools
Description-md5: a4c4863a12a026bf8f65552276ec79d6
Description-en: Coq plugin to extract dependencies between Coq objects (tools)
This package provides a plugin for Coq to extract dependencies
between Coq objects and produce files with dependency information.
.
Coq is a proof assistant for higher-order logic.
.
This package provides the tools associated to this plugin.
Package: coqide
Description-md5: ed74063b20a63106a7031db76f847ec1
Description-en: proof assistant for higher-order logic (gtk interface)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
.
This package provides CoqIde, a graphical user interface for
developing proofs.
Package: coqprime-tools
Description-md5: 4282c65e7beec6bbf7b85c3bb7bc25ed
Description-en: Primality certification for Coq (tools)
Coqprime consists in:
- a library of facts from number theory
- a library for elliptic curves
- an efficient library for modular arithmetic
- tools to generate Pocklington and elliptic curve
certificates of primality
.
Coq is a proof assistant for higher-order logic.
Package: cosign
Description-md5: 3aa8d33a0489cd1607f18be77f11ca97
Description-en: Code signing/transparency for containers and binaries (program)
Signing OCI containers (and other artifacts) using Sigstore
.
Cosign supports:
.
* "Keyless signing" with the Sigstore public good Fulcio certificate
authority and Rekor transparency log (default)
* Hardware and KMS signing
* Signing with a cosign generated encrypted private/public keypair
* Container Signing, Verification and Storage in an OCI registry.
* Bring-your-own PKI
.
This package contains the command-line tool cosign.
Package: cp2k
Description-md5: 37c89754b1cfba92136be3fd32ced61d
Description-en: Ab Initio Molecular Dynamics
CP2K is a program to perform simulations of solid state, liquid, molecular and
biological systems. It is especially aimed at massively parallel and linear
scaling electronic structure methods and state-of-the-art ab-initio molecular
dynamics (AIMD) simulations.
.
CP2K is optimized for the mixed Gaussian and Plane-Waves (GPW) method based on
pseudopotentials, but is able to run all-electron or pure plane-wave/Gaussian
calculations as well. Features include:
.
Ab-initio Electronic Structure Theory Methods using the QUICKSTEP module:
.
* Density-Functional Theory (DFT) energies and forces
* Hartree-Fock (HF) energies and forces
* Moeller-Plesset 2nd order perturbation theory (MP2) energies and forces
* Random Phase Approximation (RPA) energies
* Gas phase or Periodic boundary conditions (PBC)
* Basis sets include various standard Gaussian-Type Orbitals (GTOs), Pseudo-
potential plane-waves (PW), and a mixed Gaussian and (augmented) plane wave
approach (GPW/GAPW)
* Norm-conserving, seperable Goedecker-Teter-Hutter (GTH) and non-linear core
corrected (NLCC) pseudopotentials, or all-electron calculations
* Local Density Approximation (LDA) XC functionals including SVWN3, SVWN5,
PW92 and PADE
* Gradient-corrected (GGA) XC functionals including BLYP, BP86, PW91, PBE and
HCTH120 as well as the meta-GGA XC functional TPSS
* Hybrid XC functionals with exact Hartree-Fock Exchange (HFX) including
B3LYP, PBE0 and MCY3
* Double-hybrid XC functionals including B2PLYP and B2GPPLYP
* Additional XC functionals via LibXC
* Dispersion corrections via DFT-D2 and DFT-D3 pair-potential models
* Non-local van der Waals corrections for XC functionals including B88-vdW,
PBE-vdW and B97X-D
* DFT+U (Hubbard) correction
* Density-Fitting for DFT via Bloechl or Density Derived Atomic Point Charges
(DDAPC) charges, for HFX via Auxiliary Density Matrix Methods (ADMM) and
for MP2/RPA via Resolution-of-identity (RI)
* Sparse matrix and prescreening techniques for linear-scaling Kohn-Sham (KS)
matrix computation
* Orbital Transformation (OT) or Direct Inversion of the iterative subspace
(DIIS) self-consistent field (SCF) minimizer
* Local Resolution-of-Identity Projector Augmented Wave method (LRIGPW)
* Absolutely Localized Molecular Orbitals SCF (ALMO-SCF) energies for linear
scaling of molecular systems
* Excited states via time-dependent density-functional perturbation theory
(TDDFPT)
.
Ab-initio Molecular Dynamics:
.
* Born-Oppenheimer Molecular Dynamics (BOMD)
* Ehrenfest Molecular Dynamics (EMD)
* PS extrapolation of initial wavefunction
* Time-reversible Always Stable Predictor-Corrector (ASPC) integrator
* Approximate Car-Parrinello like Langevin Born-Oppenheimer Molecular Dynamics
(Second-Generation Car-Parrinello Molecular Dynamics (SGCP))
.
Mixed quantum-classical (QM/MM) simulations:
.
* Real-space multigrid approach for the evaluation of the Coulomb
interactions between the QM and the MM part
* Linear-scaling electrostatic coupling treating of periodic boundary
conditions
* Adaptive QM/MM
.
Further Features include:
.
* Single-point energies, geometry optimizations and frequency calculations
* Several nudged-elastic band (NEB) algorithms (B-NEB, IT-NEB, CI-NEB, D-NEB)
for minimum energy path (MEP) calculations
* Global optimization of geometries
* Solvation via the Self-Consistent Continuum Solvation (SCCS) model
* Semi-Empirical calculations including the AM1, RM1, PM3, MNDO, MNDO-d, PNNL
and PM6 parametrizations, density-functional tight-binding (DFTB) and
self-consistent-polarization tight-binding (SCP-TB), with or without
periodic boundary conditions
* Classical Molecular Dynamics (MD) simulations in microcanonical ensemble
(NVE) or canonical ensmble (NVT) with Nose-Hover and canonical sampling
through velocity rescaling (CSVR) thermostats
* Metadynamics including well-tempered Metadynamics for Free Energy
calculations
* Classical Force-Field (MM) simulations
* Monte-Carlo (MC) KS-DFT simulations
* Static (e.g. spectra) and dynamical (e.g. diffusion) properties
* ATOM code for pseudopotential generation
* Integrated molecular basis set optimization
.
CP2K does not implement conventional Car-Parrinello Molecular Dynamics (CPMD).
Package: cp2k-data
Description-md5: 110ad593344d732add92445afe270fbb
Description-en: Ab Initio Molecular Dynamics (data files)
CP2K is a program to perform simulations of solid state, liquid, molecular and
biological systems. It is especially aimed at massively parallel and linear
scaling electronic structure methods and state-of-the-art ab-inito molecular
dynamics (AIMD) simulations.
.
This package contains basis sets, pseudopotentials and force-field parameters.
Package: createfp
Description-md5: 123b7dd2c2d103ca6385f7caf6adcd34
Description-en: Language detection library - fingerprint generation utility
Libexttextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.
.
This package contains 'createfp' for generating fingerprints
Package: createrepo-c
Description-md5: 6c4fbcdb53ed3e87d7ba8a6bbe4fbe4e
Description-en: tool to create RPM repository metadata (C implementation)
The createrepo_c tool generates the repodata directory and XML metadata that
makes up a repository of RPM packages. This repository format is supported
by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum.
.
This package is similar to the apt-ftparchive or reprepro commands, but for
working with RPM repositories.
Package: cryptominisat
Description-md5: 9d0e8e0236146acc2b7957ceba029158
Description-en: SAT solver command line interface
CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
.
This package provides a command line interface which reads SAT formulas in
conjunctive normal form in the DIMACS format with the extension of XOR
clauses and decides whether they are satisfiable.
Package: ctdb
Description-md5: 83dff66615250b53a0cd3df6fb3b9ea7
Description-en: clustered database to store temporary data
CTDB is a cluster implementation of the TDB database used by Samba and other
projects to store temporary data. If an application is already using TDB for
temporary data it is very easy to convert that application to be cluster aware
and use CTDB instead.
.
CTDB provides the same types of functions as TDB but in a clustered fashion,
providing a TDB-style database that spans multiple physical hosts in a cluster.
.
Features include:
* CTDB provides a TDB that has consistent data and consistent locking across
all nodes in a cluster.
* CTDB is very fast.
* In case of node failures, CTDB will automatically recover and repair all TDB
databases that it manages.
* CTDB is the core component that provides pCIFS ("parallel CIFS") with
Samba3/4.
* CTDB provides HA features such as node monitoring, node failover, and IP
takeover.
* CTDB provides a reliable messaging transport to allow applications linked
with CTDB to communicate to other instances of the application running on
different nodes in the cluster.
* CTDB has pluggable transport backends. Currently implemented backends are
TCP and Infiniband.
* CTDB supports a system of application specific management scripts, allowing
applications that depend on network or filesystem resources to be managed in
a highly available manner on a cluster.
Package: cvc5
Description-md5: d1e715b2658513dcf601c320616177f6
Description-en: automated theorem prover for SMT problems
cvc5 is a tool for determining the satisfiability of a first order formula
modulo a first order theory (or a combination of such theories). It is the
fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite,
CVC3, CVC4) but does not directly incorporate code from any previous version
prior to CVC4.
.
cvc5 is intended to be an open and extensible SMT engine. It can be used as a
stand-alone tool or as a library. It has been designed to increase the
performance and reduce the memory overhead of its predecessors. It is written
entirely in C++ and is released under an open-source software license.
.
This package contains binaries needed to use cvc5 as a stand-alone
tool.
Package: dar
Description-md5: 74b68e90f5a8f668ae2c9a24ac851fee
Description-en: Disk ARchive: Backup directory tree and files
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
Package: dar-docs
Description-md5: b5d4791c3676c92ae8c96df2ca147b31
Description-en: Disk ARchive: Backup directory tree and files
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
.
This package contains the documentation and example files.
Package: dar-static
Description-md5: 1b4cf9af9fd7b6926fdd96e85eea6976
Description-en: Disk ARchive: Backup directory tree and files
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
.
This package contains the static binary, dar_static.
Package: debconf-utils
Description-md5: 6ee047164ccc84b6b919790585947b39
Description-en: debconf utilities
This package contains some small utilities for debconf developers.
Package: default-jdk-doc
Description-md5: bb449dd0bbc2ec4734e1e616d54b130d
Description-en: Standard Java or Java compatible Development Kit (documentation)
This dependency package points to the documentation for the Java development
kit, or Java compatible development kit recommended for Debian, which is
openjdk-25-doc for amd64.
Package: denemo
Description-md5: 167f8e8517e834f579dc7fbd7c3c79b0
Description-en: free graphical music notation editor (GTK front end to LilyPond)
Denemo is a free music notation program GUI for GNU/Linux, macOS and Windows
that lets you rapidly enter notation which it typesets using the LilyPond
music engraver. Music can be typed in at the PC keyboard, or played in
via MIDI controller, or input acoustically into a microphone plugged into
your computer’s soundcard.
.
Denemo uses LilyPond which generates beautiful sheet music to the highest
publishing standards. During input Denemo displays the staffs in a simple
fashion, so you can enter and edit the music efficiently. The typesetting
is done in the background while you work, and is generally flawless
publication quality. Some final tweaks can be done on the typeset score
with the mouse if needed. This represents an enormous practical improvement
over the popular programs which require you to re-position colliding
notation constantly as you enter the music.
.
Beginner to Professional: Denemo can be used for a brief student homework
all the way to a full-scale opera. Support is there for creating the
widest range of notation – Tablature, Chord Charts, Fret Diagrams, Drums,
transposing instruments, ossia, ottava, cue, title pages, table-of-contents,
critical commentaries, footnotes quoting music, and more with LilyPond’s
extensive syntax available for even more demanding uses.
Package: denemo-data
Description-md5: 024b017c661eb5283972ae33777ed288
Description-en: data for Denemo
Denemo is a free (GPL) graphical music notation editor that lets you
rapidly enter notation which it typesets using the LilyPond music engraver,
creating notation straight from your input that outshines the commercial
competition. You can compose, transcribe, arrange, listen to the music
and much more.
.
This package contains the arch-independent files.
Package: denemo-doc
Description-md5: 432e166a5b95162d504028cd484ae0db
Description-en: documentation and examples for Denemo
Denemo is a free (GPL) graphical music notation editor that lets you
rapidly enter notation which it typesets using the LilyPond music engraver,
creating notation straight from your input that outshines the commercial
competition. You can compose, transcribe, arrange, listen to the music
and much more.
.
This package contains the HTML documentation and examples.
Package: designer-qt6
Description-md5: df46dfd1ea0aa8d594bee91fe16e2306
Description-en: Qt 6 Designer
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Designer is the Qt tool for designing and building graphical user
interfaces (GUIs) with Qt Widgets.
Package: designer-qt6-plugins
Description-md5: 0f0a4d12f9833d96ff16609bbdf74454
Description-en: Qt 6 Designer - plugins
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Designer is the Qt tool for designing and building graphical user
interfaces (GUIs) with Qt Widgets.
.
This package contains various plugins to be used with the Qt Designer.
Package: dh-apparmor
Description-md5: c7bc3728b9d5d471c45d2a640c36d87f
Description-en: AppArmor debhelper routines
dh-apparmor provides the debhelper tools used to install and migrate
AppArmor profiles. This is normally used from package maintainer scripts
during install and removal.
Package: dhall
Description-md5: c57c005ec08beb181b3c8709238c2663
Description-en: configuration language guaranteed to terminate
Dhall is an explicitly-typed configuration language that is not Turing
complete. Despite being Turing-incomplete, Dhall is a real programming
language with a type-checker and evaluator.
.
Use this library to parse, type-check, evaluate, and pretty-print the Dhall
configuration language.
.
This package contains an executable which type-checks a Dhall file
and reduces the file to a fully evaluated normal form.
Package: diatheke
Description-md5: ff36e5e7d80e12c769fe3ae475c039a3
Description-en: command line bible browsing and search tool
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains a command line utility for SWORD, allowing
bible browsing and searching. This tool is used mostly only for
library testing. Nicer front-ends are Xiphos (Gtk), Bibletime (Qt)
and others.
Package: dicom3tools
Description-md5: f44bff98c1ce14f1c05e5ce8105fe944
Description-en: DICOM medical image files manipulation and conversion tools
Command line utilities for creating, modifying, dumping and validating
files of DICOM attributes. Support conversion of some proprietary medical
image formats to DICOM. Can handle older ACR/NEMA format data, and some
proprietary versions of that such as SPI.
Package: dino-im
Description-md5: dcc6007c1939396a5d5d0cf8dddc2d56
Description-en: modern XMPP client
Dino is a modern XMPP/Jabber client with a nice and clean look.
It does support OMEMO and OpenPGP for end-to-end encryption
and encrypted audio/video calls between two or more people.
If you are looking for a Conversations look-alike, this
program might be for you.
Package: dino-im-common
Description-md5: 21410111f46e6022be956bfbddea1e6f
Description-en: modern XMPP client - common files
Dino is a modern XMPP/Jabber client with a nice and clean look.
It does support OMEMO and OpenPGP for end-to-end encryption
and encrypted audio/video calls between two or more people.
If you are looking for a Conversations look-alike, this
program might be for you.
.
This package contains platform independent files.
Package: diodon
Description-md5: 3ee92ae58ab4bec0ce24d0d9dfa99cc9
Description-en: GTK+ Clipboard manager
Diodon is a lightweight clipboard manager for Linux written in Vala which
"aims to be the best integrated clipboard manager for the Gnome/Unity desktop".
.
Diodon features include Ubuntu indicator, clipboard sync (primary selection
and Ctrl+C / Ctrl+V clipboard) and a zeitgeist integration for an infinite
clipboard history.
Package: diodon-dev
Description-md5: debaacad5c51f32cb4ebf5dc5d1d6ef4
Description-en: GTK+ Clipboard manager (development files)
Diodon is a lightweight clipboard manager for Linux written in Vala which
"aims to be the best integrated clipboard manager for the Gnome/Unity desktop".
.
Diodon features include Ubuntu indicator, clipboard sync (primary selection
and Ctrl+C / Ctrl+V clipboard) and a zeitgeist integration for an infinite
clipboard history.
.
Diodon is also extensible through its plugin system.
.
This package is required to build plugins for Diodon.
Package: distcc
Description-md5: a14025a1551cf285c7c07c7ab0eaf8e0
Description-en: simple distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile. distcc does not require all
machines to share a filesystem, have synchronized clocks, or to have
the same libraries or header files installed.
Package: distcc-pump
Description-md5: 9652a5ccaa28c389958014887b0a9327
Description-en: pump mode for distcc a distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile. distcc does not require all
machines to share a filesystem, have synchronized clocks, or to have
the same libraries or header files installed.
.
this package contains the necessary additions for distcc's "pump" mode,
which improves on plain distcc by distributing not only compilation but
also preprocessing to distcc servers.
.
If you have more than 10 CPUs involved in your distcc setup, you should
consider using this package on your distcc client machine.
Package: distccmon-gnome
Description-md5: 3c92f4065d734516dd0192b9a48f64ee
Description-en: GTK+ monitor for distcc a distributed client and server
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
significantly faster than a local compile. distcc does not require all
machines to share a filesystem, have synchronized clocks, or to have
the same libraries or header files installed.
.
this is the GTK+ monitor program.
Package: dlt-daemon
Description-md5: 58557a5349b9c836414a2c4fad9c8063
Description-en: Diagnostic Log and Trace logging daemon
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
The DLT daemon is the central component in COVESA, which gathers all logs and
traces from the DLT user applications. The logs and traces can optionally
be directly written to a file in the ECU. The DLT daemon forwards all logs
and traces to a connected DLT client. The DLT client can send control
messages to the daemon, e.g. to set individual log levels of applications
and contexts or get the list of applications and contexts registered in the
DLT daemon.
Package: dlt-tools
Description-md5: 22c2ad0547a56fbcd5539e0cddc29d06
Description-en: Diagnostic Log and Trace (DLT) (documentation)
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
This package includes tools to connect to and experiment with DLT daemon.
Most usefully this includes 'dlt-receive' to connect to a (remote) DLT server
and save all logs to a DLT file and 'dlt-system' that injects system logs
into the DLT server
Package: dmarc-cat
Description-md5: d9c96d25e1be67f1569e56b3a3736613
Description-en: decode DMARC reports
This utility decodes the standard XML reports sent by providers to the
`rua` record configured in DMARC. It is useful to make sense of
reports that are otherwise very difficult to read.
Package: dmktools
Description-md5: 2568e20919e9955a13d69a86fd9b7d4d
Description-en: tools for manipulating floppy disk images in the dmk format
Emulators such as OpenMSX attempt to emulate a real machine as best as
possible. Some copy protection schemes rely on unformatted or bad sectors on
floppy disks. The dmk format allows disk images to contain such unusual
configurations. This package contains tools for generating and manipulating
dmk image files.
.
This package also contains tsx2wav, a tool for converting the binary format
for MSX cassette tape images into audio files.
Package: dnf5
Description-md5: 06219113cafe630626a2d2a4c67db22d
Description-en: Dandified Yum package manager - version 5
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the dnf5 program.
Package: dnf5-dev
Description-md5: 87c32f3e92ddbf074aa09e5a9ec4f614
Description-en: Dandified Yum package manager - version 5 development files
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the dnf5 development files.
Package: dnf5-server
Description-md5: a783f4060d0050ef22941ce09f3d3256
Description-en: Dandified Yum package manager - version 5 server/client
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the dnf5 server and client programs.
Package: dnscrypt-proxy
Description-md5: 710b26a7b7218befaf287cbdd2ca016d
Description-en: Flexible DNS proxy, with support for encrypted DNS protocols
dnscrypt-proxy is a flexible DNS proxy, with support for modern encrypted DNS
protocols such as DNSCrypt v2 and DNS-over-HTTPS.
Package: doctest
Description-md5: 404f6e768fb995bf2ee3802142a923b2
Description-en: test interactive Haskell examples; executable
The doctest program checks examples in source code comments.
It is modeled after doctest for Python
().
.
Documentation is at
.
.
This package contains the doctest executable.
Package: dolfin-bin
Description-md5: 8319156332b1455d0d2d298062600604
Description-en: Executable scripts 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 executable scripts for DOLFIN.
Package: dolfin-doc
Description-md5: 6d80f35b15cb807f29f485694db24fae
Description-en: Documentation and demo programs 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 documentation and demo programs for DOLFIN.
Package: dolfinx-doc
Description-md5: 95c344709eaba924f607a3ea5ce774b4
Description-en: Documentation and demo programs 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 documentation and demo programs for DOLFIN-X.
.
This is the next-generation version of libdolfinx-dev (DOLFIN-X).
The documentation for the legacy version of DOLFIN is provided
by dolfin-doc.
Package: dolphin
Description-md5: 886780d7b214152321908d6e0eee95d3
Description-en: file manager
Dolphin is KDE's file manager that lets you navigate and browse the contents
of your hard drives, USB sticks, SD cards, and more. Creating, moving, or
deleting files and folders is simple and fast.
.
Features include:
Customisable sidebars
"Breadcrumb" navigation
View properties remembered for each folder
Split views
Integrated terminal
Network transparency
Undo/redo functionality
Ratings, comments, and tags
Package: dolphin-data
Description-md5: 17fb298088ed92c2809a3c352ad7d32a
Description-en: file manager - data
Dolphin is KDE's file manager that lets you navigate and browse the contents
of your hard drives, USB sticks, SD cards, and more. Creating, moving, or
deleting files and folders is simple and fast.
.
This package contains architecture-independent data files.
Package: dolphin-dev
Description-md5: 9823ee4d18f2ebfc7ca29c6ae2d81179
Description-en: file manager - development files
Contains DBus interface XML files to access dolphin via the DBus
org.freedesktop.FileManager1 interface.
Package: dolphin-doc
Description-md5: 77f5bc5b6ca461af21a7db4a4ec6eaaa
Description-en: file manager - documentation
Dolphin is KDE's file manager that lets you navigate and browse the contents
of your hard drives, USB sticks, SD cards, and more. Creating, moving, or
deleting files and folders is simple and fast.
.
This package contains the HTML documentation.
Package: dotmcp
Description-md5: bc34e1c4a2888b3075a97e517f3fc35a
Description-en: mcp for s3d
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides a mcp for s3d.
Package: drawterm
Description-md5: 6a22c69fcd289ef1c6bd8ae89cba245c
Description-en: graphical client for Plan 9 CPU servers
Drawterm is a X11 application that allows one to connect to a remote Plan 9
server, usually a CPU server, but a terminal can also be tweaked to receive
drawterm clients.
Package: dt-schema
Description-md5: 74f144d014187b00f07c61e5e5419fb6
Description-en: Tooling for devicetree validation using YAML and jsonschema
This package contains test code for devicetree schema validation using the
json-schema vocabulary. Schema files are written in YAML (a superset of JSON),
and operate on the YAML encoding of Devicetree data. Devicetree data must be
transcoded from DTS to YAML before being used by this tool.
.
There are several tools available:
.
dt-doc-validate This tool takes a schema file(s) or directory of schema
files and validates them against the DT meta-schema.
.
dt-mk-schema This tool takes user-provided schema file(s) plus the core
schema files in this repo, removes everything not needed for validation,
applies fix-ups to the schemas, and outputs a single file with the processed
schema. This step is done separately to speed up subsequent validation of YAML
Devicetrees.
.
dt-validate This tool takes user-provided YAML Devicetree(s) and either
a schema directory or pre-processed schema file and validates the YAML
Devicetree against the schema.
Package: dupeguru
Description-md5: 372ab390ba2da5ac6654e05c59e88444
Description-en: GUI tool to find duplicate files in a system
dupeGuru is a tool to find duplicate files on your computer.
.
It can scan either filenames or contents. The filename scan features a
fuzzy matching algorithm that can find duplicate filenames even when
they are not exactly the same.
.
dupeGuru is customizable: you can tweak its matching engine to find
exactly the kind of duplicates you want to find.
Package: dwarfdump
Description-md5: a4f78a6974965942c7992279042bc94b
Description-en: utility to dump DWARF debug information from ELF objects
Dwarfdump is an application that can print the DWARF debugging
information of an ELF object file in a human-readable form. It can
also be used to check and validate manipulated DWARF sections.
.
This utility is part of dwarfutils.
Package: dxvk
Description-md5: 589a226c5c8b5e3f13573c32941716e1
Description-en: Vulkan-based translation layer for Direct3D 8/9/10/11
DXVK is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows running 3D applications on Linux using Wine.
.
DXVK aims to provide support for D3D11, feature level 12_1, and
D3D10, feature level 10_1.
.
This package contains the dxvk-setup script that configures
or removes DXVK from a Wine prefix.
Package: dxvk-wine64
Description-md5: f3192c3530648878c382dca1645339dc
Description-en: Vulkan-based translation layer for Direct3D 8/9/10/11 - wine64 build
DXVK is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows running 3D applications on Linux using Wine.
.
DXVK aims to provide support for D3D11, feature level 12_1, and
D3D10, feature level 10_1.
.
This package contains the wine64 build.
Package: dxvk-wine64-development
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: e2fsck-static
Description-md5: 0f5fb4f2ba168adf31e7b0a640de0d89
Description-en: statically-linked version of the ext2/ext3/ext4 filesystem checker
This may be of some help to you if your filesystem gets corrupted enough
to break the shared libraries used by the dynamically linked checker.
.
This binary takes much more space than its dynamic counterpart located
in e2fsprogs, though.
.
You may want to install a statically-linked shell as well, to be able
to run this program if something like your C library gets corrupted.
Package: eclib-tools
Description-md5: 0eb561b8bbb6cb2cb47894e7198e0b99
Description-en: Programs for modular symbols and elliptic curves over Q
This package includes several programs to compute with elliptic curves
over Q ; most notably mwrank (for 2-descent on elliptic curves over Q)
and the modular symbol tools used to create the elliptic curve database.
Package: ecryptfs-utils
Description-md5: 0bf06b0c4b460dff7f2fc2f475707923
Description-en: ecryptfs cryptographic filesystem (utilities)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
It provides advanced key management and policy features. eCryptfs stores
cryptographic metadata in the header of each file written, so that encrypted
files can be copied between hosts; the file will be decryptable with the
proper key, and there is no need to keep track of any additional information
aside from what is already in the encrypted file itself. Think of eCryptfs as
a sort of "gnupgfs".
.
eCryptfs is a native Linux filesystem. The kernel module component of
eCryptfs is part of the Linux kernel since 2.6.19.
.
This package contains the userland utilities.
Package: efi-shell-aa64
Description-md5: 148e69dcdf98514fabee21516b756811
Description-en: UEFI Shell for 64-bit ARM architecture
The UEFI Shell provides a command line interface running on top of the EFI API.
It can be used to execute EFI binaries, to manage EFI variables and boot
options, or to display details of installed devices, drivers, and protocols.
This package contains the shellaa64.efi binary for the 64-bit ARM
architecture.
Package: efi-shell-riscv64
Description-md5: 3bbadf85ee08cb7a48791fb72727234d
Description-en: UEFI Shell for 64-bit RISC-V architecture
The UEFI Shell provides a command line interface running on top of the EFI API.
It can be used to execute EFI binaries, to manage EFI variables and boot
options, or to display details of installed devices, drivers, and protocols.
This package contains the shellriscv64.efi binary for the 64-bit RISC-V
architecture.
Package: efi-shell-x64
Description-md5: 319d03d6ee48666c5aabf29cd2548e18
Description-en: UEFI Shell for 64-bit x86 architecture
The UEFI Shell provides a command line interface running on top of the EFI API.
It can be used to execute EFI binaries, to manage EFI variables and boot
options, or to display details of installed devices, drivers, and protocols.
This package contains the shellx64.efi binary for the 64-bit x86
architecture.
Package: efl-doc
Description-md5: 0b2171302a1a51e7a1a55639c5595687
Description-en: Documentation for the Enlightenment Foundation Libraries
The Enlightenment Foundation Libraries (EFL) is a set of libraries
providing building blocks used in the Enlightenment window manager.
This package contains the Doxygen-generated HTML documentation and
examples for the API of the EFL.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: eject-dbgsym
Description-md5: 619bc59769a6a98c9101a79a9cdd8804
Description-en: debug symbols for eject
Package: elasticsearch-curator
Description-md5: 8f4eb6bcc7895f6fbecdcad6a55b96a3
Description-en: command-line tool for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the curator and es_repo_mgr command-line tools.
Package: eliom
Description-md5: 62cffbc5c03a5d5b712313b94492b594
Description-en: web framework for ocsigenserver (tools)
Eliom allows one to easily develop sophisticated client/server Web
applications using OCaml.
.
This package contains command-line tools.
Package: elpa-agda2-mode
Description-md5: 7cfcb4a5e7415e1476d23d2fd002910b
Description-en: dependently typed functional programming language — emacs mode
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
This package contains the emacs interactive development mode for Agda. This
mode is the preferred way to write Agda code, and offers features such as
iterative development, refinement, case analysis and so on.
Package: elpa-tuareg
Description-md5: b55451202851adc44bf16e7095f04d07
Description-en: emacs-mode for OCaml programs
OCaml (Objective Caml) is a programming language featuring functional
programming, mutable data structures, algebraic data types, and type
inference.
.
This package provides tuareg-mode for editing OCaml programs with
Emacs and XEmacs. It also works on Caml Light, the predecessor
language of OCaml.
.
Tuareg handles automatic indentation of Objective Caml and Caml-Light
code. Key parts of the code are highlighted using Font-Lock. It
provides support to run an interactive OCaml toplevel and debugger.
.
Another popular emacs mode for editing OCaml files is caml-mode,
available through the elpa-caml package. Tuareg attempts to give
better results than caml-mode. Indentation rules are slightly
different but closer to classical functional languages
indentation. Tuareg gives access to some functionalities from
caml-mode.
Package: elpi
Description-md5: f7bf6d601995cf75b1c02c4c67a89060
Description-en: embeddable lambda-Prolog interpreter (tool)
ELPI implements a lambda-Prolog interpreter enriched with
constraint handling rules, to provide an extension language
to larger applications written in OCaml.
.
This package provides the command-line tool.
Package: endeavour
Description-md5: fcd564a27520dc1617ea90b903c592b2
Description-en: minimalistic personal task manager designed to fit GNOME desktop
Endeavour is a simplistic personal task manager designed to perfectly fit
the GNOME desktop. Designed from ground up to seamlessly integrate with
the GNOME desktop environment, To Do enables you to be as productive as
you want.
.
Endeavour was formerly known as GNOME Todo.
Package: endeavour-common
Description-md5: 9cf7708353a5a633620eac13b2373148
Description-en: common files for Endeavour
Endeavour is a simplistic personal task manager designed to perfectly fit
the GNOME desktop. Designed from ground up to seamlessly integrate with
the GNOME desktop environment, To Do enables you to be as productive as
you want.
.
This package contains common files.
Package: entangle
Description-md5: e572235377a978d476f0a0a54e6ce3af
Description-en: Tethered Camera Control & Capture
Entangle provides a graphical interface for "tethered shooting", aka
taking photographs with a digital camera completely controlled from the
computer.
.
Using Entangle is as easy as 1,2,3...
* Connect camera
* Launch Entangle
* Shoot photos
.
With a sufficiently capable digital SLR camera Entangle allows:
* Trigger the shutter from the computer
* Live preview of scene before shooting
* Automatic download and display of photos as they are shot
* Control of all camera settings from computer
Package: eog
Description-md5: a17b1b698fda7b280b8e85d7b08c5d27
Description-en: Eye of GNOME graphics viewer program
eog or the Eye of GNOME is a simple graphics viewer for the GNOME
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
Package: eog-dev
Description-md5: a1e8edcec2412e3deacc23f403c2195f
Description-en: Development files for the Eye of GNOME
eog or the Eye of GNOME is a graphics viewer for the GNOME desktop
which uses the gdk-pixbuf library.
.
This package contains header files and development information, which
is needed to build plugins for the Eye of GNOME.
Package: eog-plugin-disable-dark-theme
Description-md5: 5395dfcb4b0f3c2d9e09b3cef104e324
Description-en: Disable Dark Theme plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
The GNOME Image Viewer uses the dark variant for supported GTK+ themes.
This plugin overrides that to use the regular version of the theme.
Package: eog-plugin-exif-display
Description-md5: 115f7997fdff2b587695e1b6d75b2e01
Description-en: Exif Display plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin displays a histogram and other camera data from Exif.
Package: eog-plugin-export-to-folder
Description-md5: f33b52a6ca4b089dfaedf8c8a9189ca2
Description-en: Export to Folderplugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin exports the current image to a separate directory.
Package: eog-plugin-fit-to-width
Description-md5: 996c6db36e6bb0c34ef336aa94b8af56
Description-en: Fit to Width plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin zooms images to fit them to the window width.
Package: eog-plugin-fullscreen-background
Description-md5: 48638ffe1a66c5b135d8d6d56194e965
Description-en: Fullscreen Background plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin enables changing the background color for fullscreen mode.
Package: eog-plugin-maximize-windows
Description-md5: b5a4424d22c752b2ddcf7eeeca0e22ed
Description-en: Maximize Windows plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin maximizes GNOME Image Viewer windows by default.
Package: eog-plugin-python-console
Description-md5: e5b59e45b1e73632d88a8dc65a09b4df
Description-en: Python Console plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin provides a Python console.
Package: eog-plugin-send-by-mail
Description-md5: 4fb47c90bc75c1ff87bce233e7e3df67
Description-en: Send by Mail plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin allows sending images as email attachments.
Package: eog-plugin-slideshow-shuffle
Description-md5: 45041031c238735f8eeeb97efcac35c9
Description-en: Slideshow Shuffle plugin for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This plugin shuffles images in slideshow mode.
Package: eog-plugins
Description-md5: 1b719a0436b067960e96d7ff53d40a45
Description-en: set of plugins for GNOME Image Viewer
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
The plugins are now split in separate packages; this metapackage brings all
of them but they can be installed separately.
Package: eog-plugins-common
Description-md5: 5f9b36f24cd7f89e121cbd0d6d6da259
Description-en: common files for eog-plugins
eog-plugins contain a set of plugins for eog, the GNOME Image Viewer.
.
This package contains common data files and translations.
Package: eom
Description-md5: 282112f29e9da804b2ac6fa1ab4bb767
Description-en: Eye of MATE graphics viewer program
eom or the Eye of MATE is a simple graphics viewer for the MATE
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
Package: eom-common
Description-md5: c848fbc723088e675f454caa830ef9a2
Description-en: Eye of MATE graphics viewer program (common files)
eom or the Eye of MATE is a simple graphics viewer for the MATE
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
.
This package contains the architecture independent files.
Package: eom-dev
Description-md5: cd39d555efe9cb812e957c07940d14ec
Description-en: Eye of MATE graphics viewer program (development files)
eom or the Eye of MATE is a simple graphics viewer for the MATE
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
.
This package contains the development files for building eom plugins.
Package: erofs-utils
Description-md5: 4bb2da847d1e07ff56a58930bc9df83a
Description-en: Utilities for EROFS File System
EROFS (Enhanced Read-Only File System) is a lightweight
read-only file system with modern designs (eg. page-sized
blocks, inline xattrs/data, etc.) for scenarios which need
high-performance read-only requirements, e.g. Android OS
for smartphones and LIVECDs.
.
It also provides fixed-sized output compression support,
which improves storage density, keeps relatively higher
compression ratios, which is more useful to achieve high
performance for embedded devices with limited memory.
Package: erofsfuse
Description-md5: 78013a40812bae155f3d4ee4bbbd9601
Description-en: FUSE Mount Utility for EROFS File System
EROFS (Enhanced Read-Only File System) is a lightweight
read-only file system with modern designs (eg. page-sized
blocks, inline xattrs/data, etc.) for scenarios which need
high-performance read-only requirements, e.g. Android OS
for smartphones and LIVECDs.
.
It also provides fixed-sized output compression support,
which improves storage density, keeps relatively higher
compression ratios, which is more useful to achieve high
performance for embedded devices with limited memory.
.
This package contains a utility to mount EROFS images
using FUSE.
Package: esstra
Description-md5: b6a9ef57c9793a3d3c1ab5b37324841a
Description-en: software suite for Enhancing Software Supply Chain Transparency
esstra, software suite for Enhancing Software Supply Chain Transparency, aims
to improve transparency of software supply chains as the name suggests.
.
It embeds metadata in resulting binary files at compile time, contains
information about the source and header files from which the binary file is
generated.
Package: etcd-client
Description-md5: df7ad39b54e72898624c05a59914bc7e
Description-en: highly-available key value store -- client
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the client binaries.
Package: etcd-server
Description-md5: 8f85560d0278814c3be68fd7bc841ca2
Description-en: highly-available key value store -- daemon
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the server binaries.
Package: ewf-tools
Description-md5: a239a460d54374da59b5d48cafc00166
Description-en: collection of tools for reading and writing EWF files
Libewf is a library with support for reading and writing the Expert Witness
Compression Format (EWF).
This library allows you to read media information of EWF files in the SMART
(EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics
investigations.
.
This package contains tools to acquire, verify and export EWF files.
Package: expect
Description-md5: 168e2767f12c89e933bb55f9c42e3ebf
Description-en: Automates interactive applications
Expect is a tool for automating interactive applications according to a script.
Following the script, Expect knows what can be expected from a program and what
the correct response should be. Expect is also useful for testing these same
applications. And by adding Tk, you can also wrap interactive applications in
X11 GUIs. An interpreted language provides branching and high-level control
structures to direct the dialogue. In addition, the user can take control and
interact directly when desired, afterward returning control to the script.
.
This package contains the expect binary and several Expect based scripts.
Package: extractpdfmark
Description-md5: de1c8f79d4ddaff5a347969b6013353c
Description-en: Extract page mode and named destinations as PDFmark from PDF
When you create a PDF document using a TeX system, you may include
many small PDF files in the main PDF file. It is common for each of
those files to use the same fonts.
.
If the small PDF files contain embedded font subsets, the TeX system
includes them as-is in the main PDF. As a result, several subsets of
the same font are embedded in the main PDF. It is not possible to
remove the duplicates since they are different subsets. This vastly
increases the size of the main PDF file.
.
On the other hand, if the small PDF files contain embedded full font
sets, the TeX system also includes all of them in the main PDF.
This time, the main PDF contains duplicates of the same full sets of
fonts. Therefore, Ghostscript can remove the duplicates. This may
considerably reduce the main PDF-file's size.
.
Finally, if the small PDF files contain some fonts that are not
embedded, the TeX system outputs the main PDF file with some fonts
missing. In this case, Ghostscript can embed the necessary fonts.
It can significantly reduce the required disk size.
.
Either way, when Ghostscript reads the main PDF produced by the
TeX system and outputs the final PDF it does not preserve PDF
page-mode and named-destinations etc. As a result, when you open
the final PDF, it is not displayed correctly. Also, remote PDF
links will not work.
.
This program is able to extract page mode and named destinations
as PDFmark from PDF. By using this you can get the small PDF files
that have preserved them.
Package: eztrace
Description-md5: e1dc5c0f13d8ddd27c1ffd5e0fa052bf
Description-en: Automatic execution trace generation for HPC - tools
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the tools.
Package: falcosecurity-scap-dkms
Description-md5: 4391cbbc2e28aa65be6eb319d063e0eb
Description-en: Kernel driver for Falco and Sysdig
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
other OS events. Then, using sysdig's command line interface, you can
filter and decode these events in order to extract useful information
and statistics.
.
This package contains the sources for the kernel driver used by Falco and
Sysdig to collect data
Package: fapolicyd
Description-md5: 407c0caebe7f4104e4e230b89cde1aa6
Description-en: File Access Policy Daemon
Fapolicyd is a userspace daemon that determines access rights to files
based on a trust database and file or process attributes.
.
It can be used to either blacklist or whitelist file access and execution.
Package: fbb
Description-md5: 99dbdfdadba8f46fe300784cccd3ba84
Description-en: Packet radio mailbox and utilities
The fbb package contains software written by f6fbb for setting up a packet
radio mailbox. It is intended for amateur radio operators. A short overview
of some of the binaries:
.
* fbb: Script to start the daemon.
* xfbbd: The daemon which listens for incoming connects.
* epurmess: Delete messages based on age.
* epurwp: White Pages maintenance.
* reqdir: FBB server which requests directory listings.
* xfbbC: B/W Ncurses console for xfbbd.
Package: fcitx-frontend-qt5
Description-md5: 91c0b0047102974e18f3e144ae30b137
Description-en: Free Chinese Input Toy of X - Qt5 IM Module frontend
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the Qt5 IM Module frontend, which is necessary
for Fcitx users who would like to use Qt5 applications.
Package: fcitx-frontend-qt6
Description-md5: 48794ceb225794d1941682fcb13f7e63
Description-en: Free Chinese Input Toy of X - Qt6 IM Module frontend
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the Qt6 IM Module frontend, which is necessary
for Fcitx users who would like to use Qt6 applications.
Package: fcitx-module-quickphrase-editor5
Description-md5: 6c4b1333a8f2cb102dc5dad116a0e5ed
Description-en: Flexible Input Method Framework - Quick Phrase editor module
Fcitx is a input method framework with extension support, which provides
an interface for entering characters of different scripts in applications
using a variety of mapping systems.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables. It is
highly modularized and extensible, with GTK+ 2/3 and Qt 4/5 IM Modules,
support for UIs based on Fbterm, pure Xlib, GTK+, or KDE, and a
developer-friendly API.
.
This package provides the Quick Phrase Editor module for configuration tools
including fcitx-config-gtk and kde-config-fcitx. It is specific to fcitx4.
Package: fcitx5-frontend-qt5
Description-md5: 96e43f680ce6d0afd2ba1dcf0e2f1647
Description-en: Qt5 IM module for fcitx5
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the Qt5 IM Module for fcitx5.
Package: fcitx5-frontend-qt6
Description-md5: c5af83218da151feccc24163dc872465
Description-en: Qt6 IM module for fcitx5
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the Qt6 IM Module for fcitx5.
Package: fdb5
Description-md5: b8113b83d8359805cf69e95c307929ba
Description-en: Utilities for the FDB Fields Database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
Package: fdisk-dbgsym
Description-md5: 5bac049ebdd48f12581382bb024da0df
Description-en: debug symbols for fdisk
Package: firebird-dev
Description-md5: 32713afe7260e5c75bd126b0114a28f1
Description-en: Development files for Firebird
C header files for Firebird, useful if one compiles programs that use the
Firebird client to work with Firebird databases.
.
See firebird4.0-server package for more information about Firebird.
Package: firebird-utils
Description-md5: f0558675fb6b08aafc01dd6ceec32893
Description-en: Firebird command line utilities wrapper
firebird-utils contains a wrapper script which allows running specific
version of firebird utilities like gbak or isql-fb. If no version is
specified, the latest available is used.
Package: firebird4.0-common
Description-md5: 00c70a1826e3d16c3f78d8102cb68a52
Description-en: common files for firebird 4.0 server, client and utilities
Common files for the Firebird server, client and user utilities.
.
These include the support scripts as well as configuration files in
/etc/firebird/4.0.
Package: firebird4.0-common-doc
Description-md5: 54f288f1d91bae48a7b37d1dc3b9b469
Description-en: copyright, licensing and changelogs of firebird4.0
Copyright, licensing information and upstream changelog of firebird4.0.
.
Due to the size of the upstream change log and copyright/licensing summary,
keeping them in a separate package saves space on mirrors and when installing
firebird4.0 packages.
Package: firebird4.0-doc
Description-md5: 2ac84c3040dbe9d6e1cc58ef8d7de010
Description-en: Documentation files for firebird database version 4.0
Various documents for firebird 4.0. These include the release notes, what's
new in firebird 4.0, quick start guide, upgrade guide, list of ISQL
enhancements etc.
Package: firebird4.0-examples
Description-md5: 70119b8521bf1e3c39007aa0088cf1fc
Description-en: Examples for Firebird database
The examples included in this package are provided as samples and are also
used by Firebird's testing suite (TCS). The examples are in the form
of .h, .c, .e, .fdb and .gbk files.
.
See firebird4.0-server package for more information about Firebird.
Package: firebird4.0-server
Description-md5: 2134827313e90e2003de2a24bcb319ef
Description-en: Firebird Server - an RDBMS based on InterBase 6.0 code
Firebird is a relational database offering many ANSI SQL-99 features that
runs on Linux, Windows, and a variety of Unix platforms. Firebird offers
excellent concurrency, high performance, and powerful language support
for stored procedures and triggers. It has been used on production systems
under a variety of names since 1981.
.
This package contains the server binary as well as its configuration files.
The default mode of operation is the so called "super", which is a
single-threaded server process with shared database cache between
connections. The two other operation modes -- "classic" (separate
process/cache for each connection) and "superclassic" (separate thread/cache
for each connection) are also available via configuration options.
Package: firebird4.0-server-core
Description-md5: 31946f9c9f7ca1ab859179fffedb7dae
Description-en: Firebird engine core
Firebird database engine and support libraries. This package is required for
embedded (serverless) access to local databases with the tools packaged in
firebird4.0-utils or other binaries linked to the firebird client library,
libfbclient2.
.
The rest of the binaries needed for running a full-featured,
remotely-accessible Firebird server are in the firebird4.0-server package.
Package: firebird4.0-utils
Description-md5: abf897f55faee3358d9fb9b9a2d2b7b9
Description-en: Firebird command line utilities
This package contains the utilities for managing Firebird databases:
* isql-fb -- interactive console (original name isql)
* gbak -- backup and restore databases
* gfix -- check and repair databases
* gsec -- manage users and roles
* fbstat -- analyze databases (original name gstat)
* nbackup -- incremental backup and file-level copy
* gpre -- preprocess sources with embedded SQL
Package: firewall-applet
Description-md5: cbc76c1b787fecaeeb7bb32c89df7f64
Description-en: panel applet providing status information of firewalld
firewalld is a dynamically managed firewall daemon with support for
network/firewall zones to define the trust level of network connections
or interfaces. It has support for IPv4, IPv6 firewall settings and for
ethernet bridges and has a separation of runtime and persistent
configuration options.
It also provides a D-Bus interface for services or applications to add
and apply firewall rules on-the-fly.
.
This package provides a panel applet which shows status information
of firewalld.
Package: firewall-config
Description-md5: fdfc2fe07040bda2da06003e744fea18
Description-en: graphical configuration tool to change the firewall settings
firewalld is a dynamically managed firewall daemon with support for
network/firewall zones to define the trust level of network connections
or interfaces. It has support for IPv4, IPv6 firewall settings and for
ethernet bridges and has a separation of runtime and persistent
configuration options.
It also provides a D-Bus interface for services or applications to add
and apply firewall rules on-the-fly.
.
This package provides a graphical configuration tool to change the
firewall settings.
Package: firewalld
Description-md5: bd73acf3f58810f5cb9e1c4a80431afd
Description-en: dynamically managed firewall with support for network zones
firewalld is a dynamically managed firewall daemon with support for
network/firewall zones to define the trust level of network connections
or interfaces. It has support for IPv4, IPv6 firewall settings and for
ethernet bridges and has a separation of runtime and persistent
configuration options.
It also provides a D-Bus interface for services or applications to add
and apply firewall rules on-the-fly.
Package: firewalld-tests
Description-md5: 0e42a1bb47e4b19bba0a56abf2e65fd2
Description-en: installed tests for firewalld
firewalld is a dynamically managed firewall daemon with support for
network/firewall zones to define the trust level of network connections
or interfaces. It has support for IPv4, IPv6 firewall settings and for
ethernet bridges and has a separation of runtime and persistent
configuration options.
It also provides a D-Bus interface for services or applications to add
and apply firewall rules on-the-fly.
.
This package provides test programs that can be run as part of a regression
testsuite, e.g. via autopkgtest.
Package: fish
Description-md5: 4a81d010b32d85ddb0d5779f50958db5
Description-en: friendly interactive shell
Fish is a shell geared towards interactive use. Its features are focused on
user friendliness and discoverability. The language syntax is simple but
incompatible with other shell languages.
Package: fish-common
Description-md5: 23925307316b053dab237c939b0ef97c
Description-en: friendly interactive shell (architecture-independent files)
Fish is a shell geared towards interactive use. Its features are focused on
user friendliness and discoverability. The language syntax is simple but
incompatible with other shell languages.
.
This package contains the common fish files shared by all architectures.
Package: flake8
Description-md5: 83f99498b2ef35069054e49a3661b821
Description-en: code checker using pycodestyle and pyflakes
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
Flake8 runs all tools by launching the single 'flake8' script, but ignores
pycodestyle and PyFlakes extended options and just uses defaults. It displays
the warnings in a per-file, merged output.
.
This package provides flake8 binary.
Package: flang-17
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flang-18
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flang-19
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flang-20
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flang-21
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flang-22
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
Package: flatpak
Description-md5: f91acb1d2880527b2759bc5e2d99fbff
Description-en: Application deployment framework for desktop apps
Flatpak installs, manages and runs sandboxed desktop application bundles.
Application bundles run partially isolated from the wider system, using
containerization techniques such as namespaces to prevent direct access
to system resources. Resources from outside the sandbox can be accessed
via "portal" services, which are responsible for access control; for
example, the Documents portal displays an "Open" dialog outside the
sandbox, then allows the application to access only the selected file.
.
Each application uses a specified "runtime", or set of libraries, which is
available as /usr inside its sandbox. This can be used to run application
bundles with multiple, potentially incompatible sets of dependencies within
the same desktop environment.
.
This package contains the services and executables needed to install and
launch sandboxed applications, and the portal services needed to provide
limited access to resources outside the sandbox.
Package: flatpak-tests
Description-md5: 8c55ee927d2b9992e22292e7b2c097aa
Description-en: Application deployment framework for desktop apps (tests)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package contains automated tests.
Package: flexpart
Description-md5: ad4ea3f59b106ca731482325bd182a80
Description-en: Particle Dispersion model for tracing air transport phenomena
The FLEXPART model is a Lagrangian Particle Dispersion Model
developed at the Norwegian Institute for Air Research in the
Department of Atmospheric and Climate Research.
The model development team consists of Andreas Stohl
(who originally wrote FLEXPART), Sabine Eckhardt,
Harald Sodemann, and John Burkhart.
Package: flextra
Description-md5: fdc21aea010dfec7c9a3ece8df134996
Description-en: Trajectory model for tracing air transport phenomena
Trajectory models are important tools for studying transport phenomena
in the atmosphere. In the environmental sciences, they are often used to
establish source-receptor relationships of air pollutants.
.
FLEXTRA can be used to calculate different types of forward or backward
trajectories, and has facilities to estimate the uncertainty of trajectories.
It is specifically designed to compute long time sequences of trajectories
for many receptor locations.
.
FLEXTRA may be used with the Metview meteorological workstation to
visualize trajectories.
Package: fluidsynth
Description-md5: 7ccb40b5de8c2ddfe43c7da6ffeeea91
Description-en: Real-time MIDI software synthesizer
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
Package: fondu
Description-md5: f6bf8c3bf733118b95000d8dc20c8dc6
Description-en: convert between Mac and UNIX font formats
Fondu is a set of programs to convert between Mac font formats and
PFB, TTF, OTF and BDF files on UNIX.
.
Fondu will read a series of mac files, check their resource forks and
extract all font related items into separate files.
.
The input files may be either macbinary files (.bin), binhex files
(.hqx), bare mac resource forks or data fork resource files (.dfont,
used by Mac OS/X). A bare resource fork may be generated easily be
copying a file with a resource fork onto a floppy (or zip) with a DOS
format. The mac will create an (invisible on the mac) folder called
resource.frk in which the resource fork will reside as a bare file.
Package: fontforge
Description-md5: 4ebffb1f6ab9a1d49bd81ce04ad8a0a7
Description-en: font editor
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package also provides these programs and utilities:
fontimage - produce a font thumbnail image;
fontlint - checks the font for certain common errors;
sfddiff - compare two font files.
Package: fontforge-common
Description-md5: e73b7c59e225efcf676e067828964164
Description-en: font editor (common files)
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package contains common arch-independent files.
Package: fontforge-doc
Description-md5: 7868a482203deceed3b189850e2f641f
Description-en: documentation for fontforge
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package contains the documentation for fontforge.
Package: fontforge-extras
Description-md5: 8738f3ed9343c0aff3df53bd1f3d510d
Description-en: font editor - extra programs
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package also provides these programs and utilities:
acorn2sfd
dewoff
woff
findtable
pcl2ttf
pfadecrypt
rmligamarks
showttf
stripttc
ttf2eps
Package: fontforge-nox
Description-md5: 2e1916689377673a003f63bcc14e3f2f
Description-en: font editor - non-X version
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package also provides these programs and utilities:
fontimage - produce a font thumbnail image;
fontlint - checks the font for certain common errors;
sfddiff - compare two font files.
.
This package contains a version of FontForge compiled with support for
scripting but no GUI, and not require the graphics library.
Package: fonts-denemo
Description-md5: d563771d3b6de5dcd50a9cc4afb495a8
Description-en: music notation symbol fonts for Denemo
Denemo is a free (GPL) graphical music notation editor that lets you
rapidly enter notation which it typesets using the LilyPond music engraver,
creating notation straight from your input that outshines the commercial
competition. You can compose, transcribe, arrange, listen to the music
and much more.
.
This package contains the music notation symbol fonts.
Package: fonts-wine
Description-md5: 38d095887615d0e66d63309db67ed63a
Description-en: Windows API implementation - fonts
Wine is a free MS-Windows API implementation.
.
This package links wine fonts into /usr/share/fonts for use by other programs.
Package: form
Description-md5: 84468d585ba68000c5b3f146029e3dc6
Description-en: Symbolic manipulation system
This is a Symbolic Manipulation System. It reads symbolic expressions from
files and executes symbolic/algebraic transformations upon them. The answers
are returned in a textual mathematical representation. As its landmark
feature, the size of the considered expressions in FORM is only limited by
the available disk space and not by the available RAM.
Package: form-doc
Description-md5: f6e9654d3e6595c2d7d51183c53f4715
Description-en: Documentation for symbolic manipulation system
This is the documentation for the Symbolic Manipulation System. It reads
symbolic expressions from files and executes symbolic/algebraic
transformations upon them. The answers are returned in a textual
mathematical representation. As its landmark feature, the size of the
considered expressions in FORM is only limited by the available disk
space and not by the available RAM.
Package: fossil
Description-md5: 21b5c8af5ad471c6f1c111bbfb3ccfe7
Description-en: DSCM with built-in wiki, http interface and server, tickets database
Fossil is an easy-to-use Distributed Source Control Management system
(DSCM) which supports access and administration over HTTP CGI or via
a built-in HTTP server, has a built-in wiki, built-in file browsing,
a built-in tickets system, etc.
Package: frama-c-base
Description-md5: 2e7860054dd191ec0787bab2062c3031
Description-en: Platform dedicated to the analysis of source code written in C
Frama-C gathers several analysis techniques in a single collaborative
framework, based on analyzers (called "plug-ins") that can build upon the
results computed by other analyzers in the framework.
.
Thanks to this approach, Frama-C provides sophisticated tools, including:
* an analyzer based on abstract interpretation (Value plug-in);
* a program proof framework based on weakest precondition calculus
(WP plug-in);
* a program slicer (Slicing plug-in);
* a tool for verification of temporal (LTL) properties (Aoraï plug-in);
* several tools for code base exploration and dependency analysis
(plug-ins From, Impact, Metrics, Occurrence, Scope, etc.).
.
These plug-ins communicate between each other via the Frama-C API
and via ACSL (ANSI/ISO C Specification Language) properties.
.
This package provides the library of Frama-c which is useful to build
plugins for Frama-c, the command-line tools, and the graphical interface.
Package: freebayes
Description-md5: b7e8ee9cfe0c2093be3d78a8098290de
Description-en: Bayesian haplotype-based polymorphism discovery and genotyping
FreeBayes is a Bayesian genetic variant detector designed to find
small polymorphisms, specifically SNPs (single-nucleotide
polymorphisms), indels (insertions and deletions), MNPs
(multi-nucleotide polymorphisms), and complex events (composite
insertion and substitution events) smaller than the length of a
short-read sequencing alignment.
Package: freerdp-proxy
Description-md5: d2e176360b6efb750b0ebc45b645782f
Description-en: FreeRDP proxy server
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains the proxy server that can be used
as man in the middle proxy for RDP connections.
Package: freerdp-proxy-modules
Description-md5: 407511cf838a49c22026d4df5e80001d
Description-en: FreeRDP Remote Desktop Protocol proxy module libraries
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains the modules for the proxy.
Package: freerdp-sdl
Description-md5: 41c74a14889d4b4119c3c32746d0fa0d
Description-en: RDP client for Windows Terminal Services (SDL client)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains the SDL based client.
Package: freerdp-shadow-x11
Description-md5: 5e8fef249679625146e6e6f483c3b488
Description-en: FreeRDP x11 shadowing server
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains a "shadowing" server that can be used to
share an already started X11 DISPLAY.
Package: freerdp-wayland
Description-md5: a2f04a08b53a929fe1ae19f0e8e23cb4
Description-en: RDP client for Windows Terminal Services (wayland client)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains the wayland based client.
Package: freerdp-x11
Description-md5: 99aa06d4e2277777895dcf8da42a6181
Description-en: RDP client for Windows Terminal Services (X11 client)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package contains the X11 based client.
Package: freerdp3-proxy
Description-md5: 2ab49b37212f95d88d337bbca558a4ab
Description-en: FreeRDP proxy server (transitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package provides compatibility links for transition from freerdp3-proxy
(freerdp-proxy3 binary) to freerdp-proxy (freerdp-proxy binary).
Package: freerdp3-proxy-modules
Description-md5: 1a5d4d1771a57523dd562c98a66f4c4a
Description-en: FreeRDP Remote Desktop Protocol proxy module libraries (transitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package is used to transition from freerdp3-proxy-modules
to freerdp-proxy-modules.
Package: freerdp3-sdl
Description-md5: a6672c8c55cfe241a1bca7212d79a918
Description-en: RDP client for Windows Terminal Services (SDL client transitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package provides compatibility links for transition from freerdp3-sdl
(sdl-freerdp3 binary) to freerdp-sdl (sdl-freerdp binary).
Package: freerdp3-shadow-x11
Description-md5: bf6c99cd164dbb1b32c5f14631808fdd
Description-en: FreeRDP x11 shadowing server (transitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package provides compatibility links for transition from
freerdp3-shadow-x11 (freerdp-shadow-cli3 binary) to freerdp-shadow-x11
(freerdp-shadow-cli binary).
Package: freerdp3-wayland
Description-md5: 351e4f043844142543de7fdbab148c86
Description-en: RDP client for Windows Terminal Services (wayland client transitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package provides compatibility links for transition from freerdp3-wayland
(wlfreerdp3 binary) to freerdp-wayland (wlfreerdp binary).
Package: freerdp3-x11
Description-md5: a065574f3fd00b49bd4d16a1bcb45f88
Description-en: RDP client for Windows Terminal Services (X11 client tramsitional package)
FreeRDP is a libre client/server implementation of the Remote
Desktop Protocol (RDP).
.
This package provides compatibility links for transition from freerdp3-x11
(xfreerdp3 binary) to freerdp-x11 (xfreerdp binary).
Package: fuse2fs
Description-md5: f46223c6f3fa81ecb1aab45af7c4f382
Description-en: ext2 / ext3 / ext4 file system driver for FUSE
fuse2fs is a FUSE file system client that supports reading and
writing from devices or image files containing ext2, ext3, and ext4
file systems.
Package: fuseext2
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: futhark
Description-md5: 47ac5500354c2c50d90da63c31abcd0c
Description-en: optimising compiler for Futhark programming language
Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel, and
purely functional array language in the ML family, and comes with a
heavily optimising ahead-of-time compiler that presently generates
GPU code via CUDA, HIP and OpenCL, although the language itself is
hardware-agnostic.
Package: futhark-doc
Description-md5: baf8db9d9b01418f30f403f004dac84d
Description-en: Futhark User's Guide
Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel, and
purely functional array language in the ML family, and comes with a
heavily optimising ahead-of-time compiler that presently generates
GPU code via CUDA, HIP and OpenCL, although the language itself is
hardware-agnostic.
.
HTML documentation for the Futhark programming language.
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: fwupd-amd64-signed-template
Description-md5: 19d35f78650aadabde42d595495fc832
Description-en: Template for signed fwupd package
This package is used to control code signing by the Debian signing
service.
Package: fwupd-unsigned
Description-md5: 6ac8eb0218063e55ab61f28d7962c47b
Description-en: Firmware update daemon (Unsigned EFI binaries)
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See for details
.
This package provides the EFI binaries used for UEFI capsule updates
Package: fwupd-unsigned-dev
Description-md5: 3762bbf184b5b856c9a9a3196969b9a2
Description-en: Firmware update daemon (Development information)
fwupd is a daemon to allow session software to update device firmware.
You can either use a GUI software manager like GNOME Software to view and
apply updates, the command-line tool or the system D-Bus interface directly.
Firmware updates are supported for a variety of technologies.
See for details
.
This package provides the dependencies for the fwupd daemon to resolve
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-ucrt64
Description-md5: d7773045e24fbad1751db51d9fefc3f4
Description-en: GNU C++ compiler for MinGW-w64 targeting UCRT 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 package contains the C++ compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
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: ga68-15
Description-md5: 30c69c461c89e2a11180e4b8c6d22def
Description-en: GNU Algol 68 compiler
This is the GNU Algol 68 compiler, which compiles Algol 68 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
Package: ga68-15-for-build
Description-md5: d932cad28db19ec14513ce2f387605ac
Description-en: GNU Algol 68 compiler for the build architecture
This is the GNU Algol 68 compiler for the build architecture,
which compiles COBOL on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
This is a dependency package.
Package: ga68-15-for-host
Description-md5: ee4bae01b40440072aed9579af2d02b1
Description-en: GNU Algol 68 compiler for the host architecture
This is the GNU Algol 68 compiler for the host architecture,
which compiles Algol 68 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: ga68-15-x86-64-linux-gnu
Description-md5: a1d70223937520d075c1df71dbd3fb4e
Description-en: GNU Algol 68 compiler for the x86_64-linux-gnu architecture
This is the GNU Algol 68 compiler for the x86_64-linux-gnu architecture,
which compiles Algol 68 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
Package: galera-4
Description-md5: fe238c5e6ce783e128515e8bc966eacf
Description-en: Replication framework for transactional applications
Galera is a fast synchronous multimaster wsrep provider (replication engine)
for transactional databases and similar applications. For more information
about wsrep API see https://github.com/codership/wsrep-API. For a description
of Galera replication engine see http://galeracluster.com.
.
This package contains the Galera library/plugin.
Package: galera-arbitrator-4
Description-md5: da518f05c411048167552722fda305be
Description-en: Galera arbitrator daemon
Galera is a fast synchronous multimaster wsrep provider (replication engine)
for transactional databases and similar applications. For more information
about wsrep API see https://github.com/codership/wsrep-API. For a description
of Galera replication engine see http://galeracluster.com.
.
This package contains the Galera arbitrator daemon (garbd).
Package: gammaray
Description-md5: a94b1d7900b1873c06348fe2f3b56605
Description-en: Tool for examining the internals of Qt application
GammaRay is a tool for examining the internals of a Qt application and
to some extent also manipulate it. GammaRay uses injection methods to
hook into an application at runtime and provide access to a wide variety
of interesting information. It provides easy ways of navigating through
the complex internal structures you find in some Qt frameworks, such as
QGraphicsView, model/view, QTextDocument, state machines and more.
Package: gammaray-dev
Description-md5: 77aaccdf9352880e954c0868f7ed3540
Description-en: GammaRay plugin development files
GammaRay is a tool for examining the internals of a Qt application and
to some extent also manipulate it. GammaRay uses injection methods to
hook into an application at runtime and provide access to a wide variety
of interesting information. It provides easy ways of navigating through
the complex internal structures you find in some Qt frameworks, such as
QGraphicsView, model/view, QTextDocument, state machines and more.
.
This package contains header files used for building 3rd party GammaRay
plugins.
Package: gammaray-plugin-bluetooth
Description-md5: dcebbb439ceee57d836617715cc2549d
Description-en: QtBluetooth type support for GammaRay
This plugin adds support for QtBluetooth types into GammaRay.
Package: gammaray-plugin-kjobtracker
Description-md5: 1349fecadcf1b1546cae5fcc2742d3bc
Description-en: KJob tracker plugin for GammaRay
This plugin can be used to monitor KJob instances within a KDE-based
application.
Package: gammaray-plugin-positioning
Description-md5: b92112aa92fe5313547f30501d3dca46
Description-en: Qt6Positioning type support for GammaRay
This plugin adds support for Qt6Positioning types into GammaRay.
Package: gammaray-plugin-quickinspector
Description-md5: 144443c79d767d7df4585a3495d1dd9f
Description-en: GammaRay plugin for inspecting QtQuick2 applications
This plugin provides the user with the following inspection and debugging
facilities:
.
* Tree view of all QQuickItems in the scene, marking invisible items
and items having focus.
* Object inspector allowing to see all the properties, inspect
signal-slot connections, and directly invoke slots and Q_INVOKABLE
methods.
* Live-preview of the QtQuick scene inside the GammaRay window.
* Qt Quick scene graph inspector.
Package: gammaray-plugin-waylandinspector
Description-md5: e1d11c246e302caacc4b4453ca7819c9
Description-en: Wayland compositor inspector plugin for GammaRay
The Wayland compositor inspector allows one to browse QWaylandClient
instances and their associated resources, as well as observe Wayland
events.
Package: gcc-15-diagnostics
Description-md5: e1ad33245d63439ef8cb7ad68495b144
Description-en: GCC diagnostic tools
Currently only provides the sarif-replay command-line tool, which takes
SARIF files as input, and uses libdiagnostics to replay any diagnostics
within them as if they were GCC diagnostics.
Package: gcc-15-hppa64-linux-gnu
Description-md5: 0ee0959bbc343ff940f7f385554ffc51
Description-en: GNU C compiler (cross compiler for hppa64)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
Package: gcc-15-locales
Description-md5: eb5e72cb380341d4ed2ad2d24c34f31d
Description-en: GCC, the GNU compiler collection (native language support files)
Native language support for GCC. Lets GCC speak your language,
if translations are available.
.
Please do NOT submit bug reports in other languages than "C".
Always reset your language settings to use the "C" locales.
Package: gcc-15-offload-amdgcn
Description-md5: e96e628ccd58c5a2bf9ff080281b9496
Description-en: GCC offloading compiler to GCN
The package provides offloading support for AMD GCN. OpenMP and OpenACC
programs linked with -fopenmp will by default add GCN code into the binaries,
which can be offloaded to AMD GCN capable devices if available.
Package: gcc-15-offload-nvptx
Description-md5: 3c146096ed88f2f061e433f8b7d0e37c
Description-en: GCC offloading compiler to NVPTX
The package provides offloading support for NVidia PTX. OpenMP and OpenACC
programs linked with -fopenmp will by default add PTX code into the binaries,
which can be offloaded to NVidia PTX capable devices if available.
Package: gcc-15-plugin-dev
Description-md5: f04e3fe2e4b62ffb72f0dc5ae683f155
Description-en: Files for GNU GCC plugin development.
This package contains (header) files for GNU GCC plugin development. It
is only used for the development of GCC plugins, but not needed to run
plugins.
Package: gcc-15-source
Description-md5: cb00049993a8c14b73bb041c050eb8c5
Description-en: Source of the GNU Compiler Collection
This package contains the sources and patches which are needed to
build the GNU Compiler Collection (GCC).
Package: gcc-15-test-results
Description-md5: dc68b9fb54342c9f71afbc0efcf1ade0
Description-en: Test results for the GCC test suite
This package contains the test results for running the GCC test suite
for a post build analysis.
Package: gcc-aarch64-none-elf
Description-md5: 14453effd11f71be05ac6fd771c6444b
Description-en: GCC cross compiler for 64-bit ARM processors
Bare metal C and C++ compiler for embedded 64-bit ARM chips.
This package is based on the GNU ARM toolchain provided by ARM.
Package: gcc-arm-none-eabi
Description-md5: 9da50871a8c83af046cd3b2d2c25fba2
Description-en: GCC cross compiler for ARM Cortex-R/M processors
Bare metal C and C++ compiler for embedded ARM chips using Cortex-M, and
Cortex-R processors.
This package is based on the GNU ARM toolchain provided by ARM.
Package: gcc-arm-none-eabi-source
Description-md5: 1966ca3323f96dceadb00580b8649431
Description-en: GCC cross compiler for 32- and 64- bit ARM processors (source)
Bare metal C and C++ compiler for embedded ARM chips.
This package is based on the GNU ARM toolchain provided by ARM.
.
This package contains the sources and patches which are needed
to build the GNU Compiler Collection (GCC) for embedded ARM chips.
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-bootstrap
Description-md5: 627d18062f3fe28932ae78247ce8f9eb
Description-en: GNU Compiler Collection for MinGW-w64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit Windows applications using the GNU Compiler Collection (gcc).
.
This package contains the GNU Compiler Collection, supporting
cross-compiling to 32- and 64-bit MinGW-w64 targets. The bootstrap
version of the package contains only the minimal C compiler required
to build MinGW-w64.
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-ucrt64
Description-md5: a47617759b01ef4b02ae5ff25ef75552
Description-en: GNU C compiler for MinGW-w64 targeting UCRT 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 package contains the C compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
Package: gcc-mingw-w64-ucrt64-runtime
Description-md5: 651fb85c369d69bb192f13ba07c9b13d
Description-en: GNU Compiler Collection for MinGW-w64, UCRT 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 package contains the runtime DLLs used by GCC and applications
built with it, for UCRT Win64, 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
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: gcc-riscv64-unknown-elf
Description-md5: 22d1d281b0eb3607c6e99a1feb5786f1
Description-en: GCC cross compiler for Risc-V processors
Bare metal compiler for embedded Risc-V chips, both 32-bit and 64-bit
Package: gcc-riscv64-unknown-elf-source
Description-md5: b30c66e2dd13dbe0a70f108d83fa2222
Description-en: GCC cross compiler for Risc-V processors (source)
Bare metal compiler for embedded Risc-V chips, both 32-bit and 64-bit
.
This package contains the sources and patches which are needed
to build the GNU Compiler Collection (GCC) for Risc-V processors.
Package: gcc-snapshot
Description-md5: 04205e24a49d2983b9b94e973a23f42a
Description-en: SNAPSHOT of the GNU Compiler Collection
This package contains a recent development SNAPSHOT of all files
contained in the GNU Compiler Collection (GCC).
.
The source code for this package has been exported from SVN trunk.
.
DO NOT USE THIS SNAPSHOT FOR BUILDING DEBIAN PACKAGES!
.
This package will NEVER hit the testing distribution. It is used for
tracking gcc bugs submitted to the Debian BTS in recent development
versions of gcc.
Package: gccgo-15
Description-md5: 58c2a4ce4d3fe6815f7a6ee86b4db16d
Description-en: GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
Package: gccgo-15-doc
Description-md5: 76326180b2469131aa9547f46e5b3105
Description-en: Documentation for the GNU Go compiler (gccgo)
Documentation for the GNU Go compiler in info format.
Package: gccgo-15-for-build
Description-md5: 48f6a7ed16a17b424736635ff7390599
Description-en: GNU Go compiler for the build architecture
This is the GNU Go compiler for the build architecture, which
compiles Go on platforms supported by the gcc compiler. It uses the gcc
backend to generate optimized code.
.
This is a dependency package.
Package: gccgo-15-for-host
Description-md5: 3709a5079a9cb97b4e9a88427901107d
Description-en: GNU Go compiler for the host architecture
This is the GNU Go compiler for the host architecture, which
compiles Go on platforms supported by the gcc compiler. It uses the gcc
backend to generate optimized code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gccgo-15-multilib
Description-md5: 25e9a6929ec801c16cd933e711c7f1ed
Description-en: GNU Go compiler (multilib support)
This is the GNU Go compiler, which compiles Go on platforms supported
by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
Package: gccgo-15-x86-64-linux-gnu
Description-md5: fdb31c41e8727172123ebc6e0fa9807a
Description-en: GNU Go compiler for the x86_64-linux-gnu architecture
This is the GNU Go compiler for the x86_64-linux-gnu architecture, which
compiles Go on platforms supported by the gcc compiler. It uses the gcc
backend to generate optimized code.
Package: gccrs-15
Description-md5: edc83783dbd68b432855822f5c422cb4
Description-en: GNU Rust compiler
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
gccrs is a full alternative implementation of the Rust
language ontop of GCC with the goal to become fully
upstream with the GNU toolchain.
.
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
Package: gccrs-15-for-build
Description-md5: 5066e422e5da41e2f2dd30ef10e0bcf7
Description-en: GNU Rust compiler for the build architecture
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
gccrs is a full alternative implementation of the Rust
language ontop of GCC with the goal to become fully
upstream with the GNU toolchain.
.
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
This is a dependency package.
Package: gccrs-15-for-host
Description-md5: 0526722408b6a3a14aeb6aac1f703999
Description-en: GNU Rust compiler for the host architecture
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
gccrs is a full alternative implementation of the Rust
language ontop of GCC with the goal to become fully
upstream with the GNU toolchain.
.
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gccrs-15-x86-64-linux-gnu
Description-md5: 31912838d25768bf9d621e13e0ae3088
Description-en: GNU Rust compiler for the x86_64-linux-gnu architecture
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
.
gccrs is a full alternative implementation of the Rust
language ontop of GCC with the goal to become fully
upstream with the GNU toolchain.
.
!!!!! Please note, the compiler is in a very early stage
and not usable yet for compiling real Rust programs !!!!!
Package: gcobol-15
Description-md5: fb2b7a1b0cc69f3d6d8fb85ce21008e4
Description-en: GNU COBOL compiler
This is the GNU COBOL compiler, which compiles COBOL on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
Package: gcobol-15-for-build
Description-md5: 20db7310701fe6d3e72769c140375356
Description-en: GNU COBOL compiler for the build architecture
This is the GNU COBOL compiler for the build architecture,
which compiles COBOL on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
This is a dependency package.
Package: gcobol-15-for-host
Description-md5: 3146c4ecabe497109d6a298a7c1c7724
Description-en: GNU COBOL compiler for the host architecture
This is the GNU COBOL compiler for the host architecture,
which compiles COBOL on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gcobol-15-x86-64-linux-gnu
Description-md5: b9721de3b3392759192464a146e9734d
Description-en: GNU COBOL compiler for the x86_64-linux-gnu architecture
This is the GNU COBOL compiler for the x86_64-linux-gnu architecture,
which compiles COBOL on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
Package: gdal-bin
Description-md5: 9b991dff688fb509bc873ba688a660b5
Description-en: Geospatial Data Abstraction Library - Utility programs
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports 40+ popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains utility programs, based on GDAL/OGR library,
namely gdal_translate, gdalinfo, gdaladdo, gdalwarp, ogr2ogr, ogrinfo,
ogrtindex.
Package: gdal-data
Description-md5: 81ef266f0ab038b3120be125843fe901
Description-en: Geospatial Data Abstraction Library - Data files
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports 40+ popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains the GDAL data files.
Package: gdal-plugins
Description-md5: 6b88a972f184d3df554c631d9627b3a5
Description-en: Geospatial Data Abstraction Library - Plugins
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports 40+ popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains data for the plugins.
Package: gdc-15
Description-md5: 864a87c3c14c54bac8e1eca97a6eb9a7
Description-en: GNU D compiler (version 2)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
.
This compiler supports D language version 2.
Package: gdc-15-for-build
Description-md5: 37e9bbaf8fbfca59e8217dc2367c7215
Description-en: GNU D compiler (version 2) for the build architecture
This is the GNU D compiler for the build architecture, which compiles D on
platforms supported by gcc. It uses the gcc backend to generate optimised
code.
.
This compiler supports D language version 2.
.
This is a dependency package.
Package: gdc-15-for-host
Description-md5: 9da49654390f533a91350e9ffc22d416
Description-en: GNU D compiler (version 2) for the host architecture
This is the GNU D compiler for the host architecture, which compiles D on
platforms supported by gcc. It uses the gcc backend to generate optimised
code.
.
This compiler supports D language version 2.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gdc-15-multilib
Description-md5: 5bd997d730190f1d6151d11f184d631d
Description-en: GNU D compiler (version 2, multilib support)
This is the GNU D compiler, which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
Package: gdc-15-x86-64-linux-gnu
Description-md5: 3370d98e61f8c9ed857813919b9a5f4c
Description-en: GNU D compiler (version 2) for the x86_64-linux-gnu architecture
This is the GNU D compiler for the x86_64-linux-gnu architecture,
which compiles D on platforms supported by gcc.
It uses the gcc backend to generate optimised code.
.
This compiler supports D language version 2.
Package: gdcm-doc
Description-md5: 60ddd072efcde96554cd2a0e12edf531
Description-en: Grassroots DICOM documentation
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
This is the documentation for gdcm and vtkgdcm
Package: gdk-pixbuf-tests
Description-md5: cf0f6aef61d499ed22f97ebc5d8c2d7b
Description-en: installed tests for the GDK Pixbuf library
The GDK Pixbuf library provides:
- Image loading and saving facilities.
- Fast scaling and compositing of pixbufs.
- Simple animation loading (ie. animated GIFs)
.
This package contains the installed tests for the GDK Pixbuf library.
Package: geany-plugin-addons
Description-md5: 75fdfcea8f55dff2e3dbb5f23e681825
Description-en: miscellaneous plugins for Geany
This plugin adds various small addons to Geany which aren't worth an
individual plugin, but might still be useful for people.
* DocList: This addon places a new item in the toolbar and when clicked
offers a menu listing all open files plus the 'Close All' and 'Close Other
Documents' menu items. This can be useful to quickly access open files and
switch to them.
* OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when
the word under the cursor looks like a URI. 'Open URI' uses the browser
command configured in Geany to open it.
* Tasks: The tasks plugin goes through a file being edited and picks out
lines with "TODO" or "FIXME" in them. It collects the text after those words
and puts them in a new "Tasks" tab in the message window. Clicking on a task
in that tab takes you to the line in the file where the task was defined.
* Systray: Adds a status icon to the notification area (systray) and
provides a simple popup menu with some basic actions. It can also be used
to quickly show and hide the Geany main window.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-autoclose
Description-md5: b493756d62cf77d299b875cc4e5a8ee2
Description-en: auto-closing plugin for Geany
This plugin enables auto-closing features. Auto-closing works while you typing
and intellectually helps you to write code.
.
Features:
* auto-close for: { }, [ ], ( ), " ", ' ', < >, ` `
* customizeable auto-closing inside strings and comments
* delete pairing character if you pressed BackSpace
* suppress inserting one char twice (if you type "{}" you will get "{}", not
"{}}")
* enclose selected text into brackets instead of removing selection (select
text and type "(" or ")" to enclose selection into "()")
* keep selection when enclosing
* for C-like languages enclosing selection into "{}" makes auto-indentation
(select text and type "{" or "}" - text will be enclosed and indented)
* enclosing in {} moves cursor to beginning (before "{" character)
* for C-like languages to insert {}-block you do not need to select text
precisely: plugin detects boundaries automatically, just ensure that
selection covers lines you need to indent (works like TAB indentation)
* fix auto-indent inside {} (makes full indent for this block)
* auto-close curly bracket by pressing Enter
* auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression
(for C/C++ languages only)
* remove paring brace when pressing Shift+BackSpace, unindent {}-blocks
* add semicolon after ``struct {|};`` and ``class {|};``
* move cursor to closed char by pressing Tab
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-automark
Description-md5: 276fd7c2093c3d559ab9356cca12298b
Description-en: auto-mark plugin for Geany
This is a simple plugin that highlights all words that match current word
under cursor (see screenshot).
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-codenav
Description-md5: 6b0da2015ec2feb22215e285bf09b66f
Description-en: code navigation plugin for Geany
This plugin adds some facilities for navigating in code using Geany, making it
possible to:
* Switch between header and implementation
* Go to a file by typing its name
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-commander
Description-md5: eaa0e0da896c001d0c9a8e4143a79deb
Description-en: command panel plugin for Geany
This plugin adds a command panel to Geany for rapid access to any action.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-ctags
Description-md5: 478a74c53c3a50316de86a33db345039
Description-en: ctags plugin for Geany
GeanyCtags adds a simple support for generating and querying ctags files
for a Geany project.
.
Even though Geany supports symbol definition searching by itself within the
open files (and with a plugin support within the whole project), tag
regeneration can become too slow for really big projects. This is why this
plugin was created. It makes it possible to generate the tag file only once
and just query it when searching for a particular symbol
definition/declaration. This approach is fine for big projects where most
of the codebase remains unchanged and the tag positions remain more or
less static.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-debugger
Description-md5: 2053a567008dfdfea4fb659f7ae440e6
Description-en: debugger plugin for Geany
Features:
* Debugger panel
* Setting target, environment variables and command line arguments
* Breakpoints
* Watches, autos
* Debug terminal
* Debugger messages window
* Variables calltips while debugging
* Saving debug session data in a Geany project (can be switched through
settings)
* Double or single panel modes
* Hotkeys
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-defineformat
Description-md5: 1d132e7a3e33ca7b4aebad773d39192a
Description-en: on-the-fly #define prettyprinter plugin for Geany
This plugin will help you to write multiline defines with aligned backslash.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-doc
Description-md5: ed02b5e16b093a00133da998f5b78a97
Description-en: documentation plugin for Geany
Geanydoc is a plugin for the Geany IDE which is intended to be used to search
for documentation API from different sources. It allows execution of specified
commands on the current word at the cursor position or otherwise specified via
a dialog to obtain this documentation. This documentation is displayed in the
geany buffer as a tab called *DOC*, or may be displayed in an external program.
.
After installing this package, you'll need to enable the "Doc" plugin
and then setup a keyword binding for it in Geany's preferences dialogue.
.
Geany is a small and lightweight integrated development environment using the
GTK+ toolkit.
Package: geany-plugin-extrasel
Description-md5: ce60499bae36ea8f6e33bdda608b6029
Description-en: extra selection plugin for Geany
The Extra Selection plugin adds the following functions to Geany:-
* Go to matching brace and select (select to matching brace)
* Go to line and select (select to line)
* Ctrl+Shift+Alt+Left/Right/Home/End key - same as Ctrl+Shift, but for
rectangular selection.
* Column mode - while active, all (Ctrl)-Shift-Arrow keys do rectangle
selection instead of stream.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-gendoc
Description-md5: 94de8df62993353138871351153d3578
Description-en: documentation generation plugin for Geany
GeanyGenDoc is a plugin for Geany which provides support for automatically
generating documentation based on comments in the source code.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-geniuspaste
Description-md5: 2c872c9e0e9407146214a73b8b920c66
Description-en: GeniusPaste plugin for Geany
This plugin allows the user to paste the code from Geany into five different
pastebins. At the moment it supports this services:
- codepad.org
- tinypaste.com
- pastebin.geany.org
- dpaste.de
- sprunge.us
.
GeniusPaste detects automatically the syntax of the code and paste it with
syntax highlighting enabled. It can also display the pasted code opening a new
browser tab.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-git-changebar
Description-md5: 49c92ffb8f02f81b01252e771a709641
Description-en: git change bar plugin for Geany
This plugin highlights uncommitted changes to files tracked with Git, and
allows one to navigate through the hunks.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-gproject
Description-md5: c1fab65fa7554c80c2cb2aba6f2f7064
Description-en: transitional dummy package for geany-plugin-projectorganizer
This is a transitional dummy package. It can safely be removed.
Package: geany-plugin-insertnum
Description-md5: 1909ae858e8e868c264aa2f4ed64627d
Description-en: number inserting plugin for Geany
This plugin for Geany replaces a (possibly zero-width) rectangular selection
with integer numbers, using start/step/base etc. specified by the user. For
practical reasons, the number of lines is limited to 500000.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-keyrecord
Description-md5: ed9a4b064efbc6fb006bbbd321a1cab5
Description-en: git change bar plugin for Geany
This plugin allows you to record a sequence of keystrokes and to replay it
several times.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-latex
Description-md5: 100ff1ff400ba321d88badad9dc75cef
Description-en: improved LaTeX support plugin for Geany
GeanyLaTeX is a plugin for the Geany IDE to improve work with LaTeX. Features
include:
* Wizard for creating a new LaTeX-document
* Frontend for easy input of \ref{} and \label{}
* Easy adding of special characters and environments through plugin menu entry
* Support for adding new items to BibTeX database
* Toolbar with commonly used format options
* Bulk replacement and input replacement of special characters
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-lineoperations
Description-md5: 325a2c0de38437db83563a094a80ba2e
Description-en: Line Operations plugin for Geany
Line Operations is an assortment of simple line functions that can be applied
to an open file.
.
Features
.
* Remove Duplicate Lines, sorted
* Remove Duplicate Lines, ordered
* Remove Unique Lines
* Remove Empty Lines
* Remove Whitespace Lines
* Sort Lines Ascending
* Sort Lines Descending
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-lipsum
Description-md5: 47bd32f7e2d6cb5514f97bee3b545cf8
Description-en: Lorem Ipsum generator plugin for Geany
GeanyLipsum is a plugin for Geany which implements a Lorem Ipsum generator to
insert placeholder text into your document.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-lsp
Description-md5: 563cf6c36f99ea260acc8d9f98873783
Description-en: LSP plugin for Geany
LSP Client is a language server protocol client plugin that allows to run
multiple language servers for various programming languages, making their
functionality accessible to Geany.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-lua
Description-md5: ad635f7b27849a73abdcfc5fdddf9dbb
Description-en: Lua scripting plugin for Geany
GeanyLua is a plugin which provides a Lua scripting interface for the Geany
IDE.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-macro
Description-md5: 55b1d9a3a3fd46ef6f1aea0557975a62
Description-en: macro plugin for Geany
Geanymacro is a plugin to provide user defined macros for Geany.
This plugin allows you to record and use your own macros. Macros are
sequences of actions that can then be repeated with a single key
combination. So if you had dozens of lines where you wanted to delete
the last 2 characters, you could simple start recording, press End,
Backspace, Backspace, down line and then stop recording. Then simply
trigger the macro and it would automatically edit the line and move to
the next.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-markdown
Description-md5: 92a094e1fedbd82e0aaa30bdb67af717
Description-en: markdown plugin for Geany
This plugin provides a real-time preview of rendered Markdown in Geany.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-miniscript
Description-md5: 770056820a34913c5b90cd7d75594a88
Description-en: Geany Mini-Script filter plugin
This plugin is a tool to apply a script filter on:
- the text selection,
- the current document,
- all documents of the current session.
.
The filter type can be:
- Unix shell script,
- Perl script,
- Python script,
- sed commands,
- awk script.
.
The output can be:
- the selection of the current document,
- all the current document,
- or a new document.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-numberedbookmarks
Description-md5: 8340bc2f32555be087c4c23d732ac50a
Description-en: numbered bookmarks plugin for Geany
Geanynumberedbookmarks is a plugin to provide users with 10 numbered
bookmarks (in addition to the usual bookkmarks).
Normally if you had more than one bookmark, you would have to cycle
through them until you reached the one you wanted. With this plugin you
can go straight to the bookmark that you want with a single key
combination.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-overview
Description-md5: 58a772626e1c85d16177a6d7f4543bac
Description-en: overview plugin for Geany
This plugin provides an overview of the active document.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-pairtaghighlighter
Description-md5: da3b5575bb9ab908baec9b3b9ee94d71
Description-en: tag pair highlighter plugin for Geany
Finds and highlights matching opening/closing HTML tag by clicking or
moving cursor inside a tag.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-pg
Description-md5: ec2bfa67797fdf4ab6a7bbf552d17306
Description-en: pg plugin for Geany
GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt
and verify signatures with GnuPG.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-pohelper
Description-md5: aff4592deef57b9b5395e33c0509c4d5
Description-en: Geany plugin for improved support for GetText translation files
Pohelper is a plugin for Geany that improves the support for
GetText translation files
.
Features:
* Navigation between all, untranslated or fuzzy messages
* Reformatting of the translation (reflow)
* Toggling the fuzziness of a translation
* Pasting of the untranslated string to the translation
* Automatic updating of the translation metadata
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-prettyprinter
Description-md5: c31ba25f6bee6788d34429a7f8a4039f
Description-en: XML pretty printer for Geany
This plugin gives Geany XML pretty-printing functionality, allowing it to
beautify and enhance the readability of XML files.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-prj
Description-md5: 3a8fa0c6882602994f2aa3e91e832fbf
Description-en: alternative project manager for Geany
GeanyPrj is a plugin for Geany that provides an alternative method for managing
projects in Geany, which moves away from Geany's default project management
style, which is session-based, instead implementing a system which
automatically opens a project when oen of its files are opened.
.
Geany is a small and lightweight integrated development environment using the
GTK+ toolkit.
Package: geany-plugin-projectorganizer
Description-md5: 070e3278fe7b4e369bce8698d545e284
Description-en: projectorganizer plugin for Geany
Project Organizer is an extension of Geany's project management displaying
a tree of files belonging to the project in the sidebar. In addition, it
enables complete indexing of the project files (and having code completion,
syntax highlighting and tag definition/declaration jumps for the whole
project) quick swapping between header and source files, improved opening
of includes, searching project files by name and more. External
directories can be attached to the project to extend the plugin's
functionality to related directories outside the project tree. The plugin
was created with big projects in mind so everything works fast enough
even with projects consisting of tens of thousands of files.
.
Geany is a small and lightweight integrated development environment using the
GTK+ toolkit.
Package: geany-plugin-scope
Description-md5: fd35f47b4aab48097a4b8f16eea9459e
Description-en: graphical GDB front-end for Geany
Scope is a graphical GDB front-end with the normal functions you would
expect (stepping, breakpoints, etc.), and a few notable features:
* The comminication between Scope and gdb is asynchronous.
* You can enter any gdb command, at any time.
* All gdb I/O (along with some other messages) is displayed in a
terminal-like "Debug Console". Whenever you find the GUI lacking,
simply switch to that console and work directly with gdb.
* 7-bit/Locale/UTF-8 support for values.
.
Geany is a small and lightweight integrated development environment using the
GTK+ toolkit.
Package: geany-plugin-sendmail
Description-md5: 3574b1e38a01ba9a40884a7dc33d15a1
Description-en: mailer plugin for Geany
GeanySendMail is a plugin to send a document as attachment using the
preferred mail client from inside Geany. It is similar to the envelope symbol
of most office tools and requires a mail client that is supporting remote
calls.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-shiftcolumn
Description-md5: 3a4926a898f3d7bbd1bfa06f78c451fb
Description-en: text column shifting plugin for Geany
ShiftColumn is a plugin which allows text to be shifted horizontally in the
Geany IDE.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-spellcheck
Description-md5: 53d2dc921440db7405aafc40529fe94b
Description-en: spellcheck plugin for Geany
Spellcheck is a plugin which checks the content of the current document in
Geany with the spell check library Enchant. This plugin allows the whole
document, or only a selection to be checked for spelling mistakes. Misspelt
words are highlighted with a red squiggly underline, and wrong words are
printed in Geany's messages window along with available suggestions.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-tableconvert
Description-md5: 36b9ae15e3fd1a2cf2321cf7bb74e3bd
Description-en: table convert plugin for Geany
Tableconvert is a plugin which helps on converting a tabulator
separated selection into a table.
Currently the plugin supports:
* HTML
* LaTeX
* SQL
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-treebrowser
Description-md5: 01b37f1d864a44fa1a800649c0a75d12
Description-en: tree browser plugin for Geany
This plugin adds a tree browser to Geany, allowing the user to browse files
using a tree view of the directory being browsed.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-updatechecker
Description-md5: 37b8994011f31812671b272b6c22b896
Description-en: update checker plugin for Geany
This plugin adds an update checker plugin to Geany, allowing users to check
whether there is a more recent version of Geany available.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-vc
Description-md5: 5deed53a61c1c7be3d1da6d6d15f6479
Description-en: VCS plugin for Geany
GeanyVC is a plugin for Geany that provides a uniform way of accessing the
different version-control systems inside the Geany IDE. Only a small subset of
vc operations are implemented, which are:
* diff
* log
* status
* revert
* commit
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-vimode
Description-md5: 7e8aaec7b44805404be0d56f6d8296d6
Description-en: Vim-mode plugin for Geany
The vimode plugin is a Vim-mode plugin for Geany.
.
Vim is another UNIX editor.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-webhelper
Description-md5: 14bf6a99c7f5fd901d7c119f099ff6cd
Description-en: web helper plugin for Geany
This plugin provides some web development facilities such as web page preview
and some debugging tools (web inspector) for Geany.
.
Its prominent features include:-
* A basic web view, which provides a display of any web page (using WebKit)
* Automatic reloading of web view upon document saving
* A web inspector/debugging tool for the web view's content (including a
Javascript console, a viewer and editor of processed HTML and CSS, a network
usage analysis tool and many more, thanks to WebKit)
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-workbench
Description-md5: 1f99cb169d6250a9ea85bd519e783c45
Description-en: workbench plugin for Geany
The Workbench plugin is an extension that makes it possible to manage multiple
projects in geany. You can add geany projects to a workbench. From there you
can add directories to the project to manage the files belonging to the
project.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugin-xmlsnippets
Description-md5: 6fa9e233ed59b6513856a160496e3ceb
Description-en: XMLSnippets plugin for Geany
This plugin extends XML/HTML tag autocompletion provided by Geany.
It automatically inserts a matching snippet after you type an opening tag.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Package: geany-plugins
Description-md5: 175bac6ab6c326ef6021cb24f34557dc
Description-en: set of plugins for Geany
This is a metapackage which installs the whole set of plugins for Geany.
.
Geany is a fast and lightweight IDE.
Package: geany-plugins-common
Description-md5: 20deb6c15435fd40b4d0314ace9266b6
Description-en: set of plugins for Geany (translations)
This package contains translations for the Geany Plugins. You probably do not
want to install this package directly, but instead install one of the other
plugins packages.
Package: gearman-server
Description-md5: e7597f47edd569f62c875c5965350fc9
Description-en: Gearman distributed job server and Perl interface
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or even to call functions between
languages.
.
This package contains both the Gearman server as well as the corresponding
Perl bindings.
Package: geary
Description-md5: 6a6881196e68bf9cefed2acbee9bf940
Description-en: lightweight email client designed for the GNOME desktop
Geary is an email reader for GNOME designed to let you read your email
quickly and effortlessly. Its interface is based on conversations, so you
can easily read an entire discussion without having to click from message
to message.
Package: gedit
Description-md5: 6f23bb18bd5efec9c9262b1291b92a8e
Description-en: popular text editor for the GNOME desktop environment
gedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. gedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
gedit fully supports international text through its use of the Unicode
UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
gedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
Package: gedit-common
Description-md5: 9a2ba6b65039f4dd4bc79817d53867ce
Description-en: popular text editor for the GNOME desktop environment (support files)
gedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors.
.
This package contains gedit's architecture-independent support files.
Package: gedit-dev
Description-md5: a545cd6b5325d1fe68e9ee7abb9518e0
Description-en: popular text editor for the GNOME desktop environment (dev files)
gedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. gedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
gedit fully supports international text through its use of the Unicode
UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
gedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package is required to build plugins for gedit.
Package: gedit-plugin-bookmarks
Description-md5: de9a1c4fa304df59eb5e05e4cb1b2e06
Description-en: Bookmarks plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin enables easy document navigation with bookmarks.
Package: gedit-plugin-bracket-completion
Description-md5: e424be37a4021ed80d6623b59d9f6cba
Description-en: Bracket Completion plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin automatically adds closing brackets.
Package: gedit-plugin-character-map
Description-md5: 8923e25083ede40db967b8d0a0938d8f
Description-en: Character Map plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin allows inserting special characters just by clicking on them.
Package: gedit-plugin-code-comment
Description-md5: 8b0f716084b6c3d0c97b34da38382a78
Description-en: Code Comment plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin enables commenting or uncommenting blocks of code.
Package: gedit-plugin-color-picker
Description-md5: 1739437100aac2946322f35c263ff19b
Description-en: Color Picker plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin inserts the hexademical representation of a selected color.
Package: gedit-plugin-draw-spaces
Description-md5: 4b0748ec876c5f3dd5cd79c4fde22cff
Description-en: Draw Spaces plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin shows a visual representation of spaces and tabs.
Package: gedit-plugin-join-lines
Description-md5: 65f6168ba5af3377051d86e0db771efe
Description-en: Join/Split Lines plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin enables joining several lines or splitting long lines.
Package: gedit-plugin-multi-edit
Description-md5: 074875c0f1457b335d21981a58ca703d
Description-en: Multi Edit plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin enables editing a document in multiple places at once.
Package: gedit-plugin-session-saver
Description-md5: 6409208218b69c6134d906658eb9d18d
Description-en: Session Saver plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin enables saving and restoring a working session.
Package: gedit-plugin-smart-spaces
Description-md5: e383bdd0370c007dad20c452096dcf90
Description-en: Smart Spaces plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin inserts spaces automatically when pressing the tab key.
Package: gedit-plugin-terminal
Description-md5: fefef9bc0b37c5b23de5f4bdd8d59ce1
Description-en: Terminal plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin embeds a terminal in the bottom pane.
Package: gedit-plugin-word-completion
Description-md5: c2bcd7fa51d6e259a020a55858b690bb
Description-en: Word Completion plugin for gedit
gedit-plugins contain a set of plugins for gedit.
.
This plugin offers word completion using the completion framework.
Package: gedit-plugins
Description-md5: 1922fa3a3c23f3a92a2bf66fd1cff3ea
Description-en: set of plugins for gedit
gedit-plugins contain a set of plugins for gedit.
.
The plugins are now split in separate packages; this metapackage brings all
of them but they can be installed separately.
Package: gedit-plugins-common
Description-md5: 0ae08c320d70d963bc186e373b093cc0
Description-en: common files for gedit-plugins
gedit-plugins contain a set of plugins for gedit.
.
This package contains common data files and translations.
Package: geis-tools
Description-md5: 32f36eb668194701fb29ca06b17e402a
Description-en: Gesture engine interface support - test tools
A common API for clients of a systemwide gesture recognition and propagation
engine.
.
Tools that can be used to verify gesture API behaviour.
Package: gem2deb
Description-md5: 613c3ed5ca845bb0fa2fd0980c118f19
Description-en: Debian Ruby packaging suite
gem2deb is a set of tools to create Debian package from ruby software
distributed with Rubygems. gem2tgz converts the .gem file to a tar archive,
then dh-make-ruby creates a Debian source package from that archive. That
Debian package uses the included Debhelper helper, dh_ruby, to generate
a proper Debian package. Both pure-ruby and native packages are supported.
Package: gem2deb-test-runner
Description-md5: 2d73a89e49a09feafa108fa3c3236787
Description-en: Debian Ruby packaging suite - tool to run tests
gem2deb is a set of tools to create Debian package from ruby software
distributed with Rubygems.
.
This package contains the tool to run the tests.
Package: gemmi
Description-md5: 94a261dea76f9c00e201aed0e01479ae
Description-en: library for structural biology - executable
Library for macromolecular crystallography and structural bioinformatics. For
working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints
(monomer library), electron density maps (CCP4), and crystallographic
reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries,
it knows how to switch between the real and reciprocal space and it can do a
few other things.
.
This package contains main gemmi executable.
Package: gensio-bin
Description-md5: ca67e831dbbbabdb38423807939b6247
Description-en: abstract stream I/O (command line tool)
This library (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the command line tool.
Package: geoipupdate
Description-md5: 9fbc9f818790a4878914cd7478378239
Description-en: MaxMind GeoIP/GeoIP2 database updates
The GeoIP Update program performs automatic updates of GeoIP2 and GeoLite2
binary databases, as supplied by MaxMind. These may be MaxMind's paid
products, or their GeoLite variants that are less accurate but provided
without charge.
Package: ges1.0-tools
Description-md5: c59e8d2cae5d7d4114d74760a82cde3f
Description-en: Tools for use with the GStreamer editing services
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains command-line tools for GStreamer editing
services.
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-ucrt64
Description-md5: 5acd0626ed766cc0e9a31905c7c723cd
Description-en: GNU Fortran compiler for MinGW-w64 targeting UCRT 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 package contains the Fortran compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
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: ghc
Description-md5: 93851f98fb540e0c6b50dea771644cc6
Description-en: The Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
.
Haskell is "the" standard lazy functional programming language. The language
definition and additional documentation can be found at
https://www.haskell.org/documentation/.
Package: ghc-doc
Description-md5: 56e5b17abadd2479eae6e9df8413c5e3
Description-en: Documentation for the Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
.
Haskell is "the" standard lazy functional programming language. The language
definition and additional documentation can be found at
https://www.haskell.org/documentation/.
.
This package includes HTML, DVI and PS versions of the SGML-based
documentation around GHC.
Package: ghc-prof
Description-md5: d48b7e12e5d7a91cd32e2372820fb9e9
Description-en: Profiling libraries for the Glasgow Haskell Compilation system
The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
Haskell.
.
Haskell is "the" standard lazy functional programming language. The language
definition and additional documentation can be found at
https://www.haskell.org/documentation/.
.
This package contains additional profiling libraries. They are only needed,
if you want to take a closer look on where exactly your program burns CPU
cycles.
Package: ghkl
Description-md5: edc3e8a23ed4ecf703e455dd79835036
Description-en: diffractometer computation control application
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides a gui on top of the hkl library.
Package: ghmm
Description-md5: db27b01f40704aaedd02407b1b28ba58
Description-en: General Hidden-Markov-Model library - tools
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
This package contains some tools using the library.
Package: gir1.2-cogl-1.0
Description-md5: 148c6f8cbdcd16e6500ac32753a34daf
Description-en: GObject introspection data for the Cogl 1.0 library
This package contains introspection data for the Clutter scene
graph library.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings for libcogl.
Package: gir1.2-coglpango-1.0
Description-md5: 9add089f4444192d7be4e46f724bc4b0
Description-en: GObject introspection data for the CoglPango 1.0 library
This package contains introspection data for the Clutter scene
graph library.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings for libcogl-pango.
Package: gir1.2-diodon-1.0
Description-md5: 26288f6aa64b8cd07d1ebf6f5f0c9d57
Description-en: GTK+ Clipboard manager (GObject introspection data)
Diodon is a lightweight clipboard manager for Linux written in Vala which
"aims to be the best integrated clipboard manager for the Gnome/Unity desktop".
.
Diodon features include Ubuntu indicator, clipboard sync (primary selection
and Ctrl+C / Ctrl+V clipboard) and a zeitgeist integration for an infinite
clipboard history.
.
This package contains introspection data for Diodon.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-entangle-0.1
Description-md5: 8475005c3da71913c0727cf03691ee45
Description-en: GObject introspection data for entangle
Entangle provides a graphical interface for "tethered shooting", aka
taking photographs with a digital camera completely controlled from the
computer.
.
This package can be used by other packages using the GIRepository format
to generate dynamic bindings.
Package: gir1.2-eom-1.0
Description-md5: d175524c4976112db93b9a73ea99d412
Description-en: GObject introspection data for the eom library
eom or the Eye of MATE is a simple graphics viewer for the MATE
desktop which uses the gdk-pixbuf library. It can deal with large
images, and zoom and scroll with constant memory usage. Its goals are
simplicity and standards compliance.
.
This package contains introspection data for eom.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-flatpak-1.0
Description-md5: d56a77ab2a71ace5e8bdb87dcec05c28
Description-en: Application deployment framework for desktop apps (introspection)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings for libflatpak0.
Package: gir1.2-ges-1.0
Description-md5: 6becd314b8c159acf979f724d8fa3df7
Description-en: GObject introspection data for the GES library
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains introspection data for the GStreamer editing
services.
Package: gir1.2-gmime-3.0
Description-md5: fda8f4176f0180c3bda172062828aa0d
Description-en: MIME message parser and creator library - GObject introspection data
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
.
This package contains data for using GMime under GObject
introspection (e.g. Python).
Package: gir1.2-gst-plugins-bad-1.0
Description-md5: 8dab6f0721a81295bbb56dd6445f5f5b
Description-en: GObject introspection data for the GStreamer libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains introspection data for the GStreamer libraries from
the "bad" set. It can be used by packages using the GIRepository format to
generate dynamic bindings.
Package: gir1.2-gst-rtsp-server-1.0
Description-md5: 86caaabae9e614dcf85cc74d17bd9192
Description-en: GObject introspection data for the GStreamer RTSP Server
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains introspection data for the GStreamer RTSP Server.
Package: gir1.2-hkl-5.0
Description-md5: a13bf0bac070fed87aa6a8b8ac4d3cd6
Description-en: diffractometer computation control library - gir binding
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: gir1.2-ostree-1.0
Description-md5: a8a0c2ac9194d894a8dd2584c5f178a3
Description-en: content-addressed filesystem for operating system binaries (introspection)
libostree provides a library and tools for managing bootable, immutable,
versioned filesystem trees. See the ostree package's description for
more details.
.
This package contains GObject-Introspection metadata, which can be used
to generate dynamic bindings into languages such as Python and JavaScript.
Package: gir1.2-parlatype-5.0
Description-md5: 86455c9c793652c989ba44f149945a37
Description-en: Library for Parlatype - gir bindings
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
Package: gir1.2-phosh-0-dev
Description-md5: e4cc118c30ca77d49e1a5a45b68b9851
Description-en: Pure Wayland shell for mobile devices - GObject introspection data
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
.
This package contains the GObject introspection data.
Package: gir1.2-pluma-1.0
Description-md5: a6863cbddd2436d69fc13e9a0d103e7d
Description-en: GObject introspection data for Pluma
Pluma is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. Pluma is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
Pluma fully supports international text through its use of the
Unicode UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
Pluma is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
.
This package contains introspection data for Pluma.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-soup-2.4
Description-md5: 538da50445bc19b8ea14ae946fa95a44
Description-en: GObject introspection data for the libsoup HTTP library
This package contains introspection data for the libsoup HTTP library.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: gir1.2-ukuimenu-2.0
Description-md5: c094be1dc94a2a65fb99e01042e385b1
Description-en: GObject introspection data for the UKUI menu specification
This package contains introspection data for UKUI menu specification,
an implementation of the draft "Desktop Menu Specification" from
freedesktop.org
.
It can be used by packages using the GIRepository format to generate dynamic
bindings.
Package: gir1.2-ukwm-1
Description-md5: 5a17bc86d55c537036d2ed8eecb6cdfb
Description-en: GObject introspection data for Ukwm
Ukwm is a small window manager, using GTK+ and Clutter to do
everything.
.
Ukwm is the clutter-based evolution of Metacity, which, as the
author says, is a "Boring window manager for the adult in you. Many
window managers are like Marshmallow Froot Loops; Metacity is like
Cheerios."
.
This package contains the GObject introspection data which may be
used to generate dynamic bindings.
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-cinnabar
Description-md5: 27a3c7a1c51425252ab30e24085d1cf3
Description-en: Git remote helper to interact with mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial repositories.
Contrary to other such helpers, such as git-remote-hg, it doesn't use a
local mercurial clone under the hood, and doesn't require mercurial
(except to access local mercurial repositories).
Package: gitg
Description-md5: c1ee196f3ae343517446c3cde4ed71ec
Description-en: git repository viewer
gitg is a fast git repository browser.
It currently features:
.
* Loading large repositories very fast
* Show/browse repository history
* Show highlighted revision diff
* Browse file tree of a revision and export by drag and drop
* Search in the revision history on subject, author or hash
* Switch between history view of branches easily
* Commit view providing per hunk stage/unstage and commit
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: gitlab-cli
Description-md5: 412bdac9c82be27deef7b4a6014aa8b8
Description-en: GitLab command-line client
Command-line tool to interact with the GitLab v4 server API.
The executable is named python-gitlab.
Package: gitsign
Description-md5: 0ef9a0305762b7e1402b9076d13a8783
Description-en: Keyless Git signing using Sigstore (program)
Keyless Git signing with Sigstore!
.
This is heavily inspired by (https://github.com/github/smimesign), but
uses keyless Sigstore to sign Git commits with your own GitHub / OIDC
identity.
.
This package contains the command-line gitsign binary.
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: glslang-dev
Description-md5: 04542cc7e13fee10f8534e6ee27b8dc0
Description-en: OpenGL and OpenGL ES shader front end and validator -- development files
glslang is the official reference compiler front end for the OpenGL ES
and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.
.
This package includes files for development.
Package: glslang-tools
Description-md5: 8ba235a4d72a4a6f229d9c5567687090
Description-en: OpenGL and OpenGL ES shader front end and validator -- tools
glslang is the official reference compiler front end for the OpenGL ES
and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.
.
This package includes the validator tools.
Package: gm2-15
Description-md5: e64f12bc1504dd633dc9ff6d7313cb70
Description-en: GNU Modula-2 compiler (version 2)
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
Package: gm2-15-doc
Description-md5: 8c1ff0489b300a48b35a366311e7c7fd
Description-en: Documentation for the GNU Modula-2 compiler (gm2)
Documentation for the GNU Modula-2 compiler in HTML and info format.
Package: gm2-15-for-build
Description-md5: 7cc656c744910632285aea28d1eea6e5
Description-en: GNU Modula-2 compiler for the build architecture
This is the GNU Modula-2 compiler for the build architecture,
which compiles Modula-2 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
This is a dependency package.
Package: gm2-15-for-host
Description-md5: c116400de44ebf7dafebe5650c8d9515
Description-en: GNU Modula-2 compiler for the host architecture
This is the GNU Modula-2 compiler for the host architecture,
which compiles Modula-2 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gm2-15-x86-64-linux-gnu
Description-md5: 715017f94accf8a4e1546b56f9253afd
Description-en: GNU Modula-2 compiler for the x86_64-linux-gnu architecture
This is the GNU Modula-2 compiler for the x86_64-linux-gnu architecture,
which compiles Modula-2 on platforms supported by gcc. It uses the gcc
backend to generate optimised code.
Package: gmime-bin
Description-md5: 2ec1369982943d2a9aa72e602752c17c
Description-en: MIME message parser and creator library - runtime binaries
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
.
This package contains binary tools for encoding and decoding messages.
Package: gnat-15
Description-md5: 8cebde0cd6b861927a7a457cacc8851f
Description-en: GNU Ada compiler
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides the compiler, tools and runtime library that handles
exceptions using the default zero-cost mechanism.
Package: gnat-15-doc
Description-md5: 8139d6afb41aa31e17dbd1884d4ab725
Description-en: GNU Ada compiler (documentation)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnat library provides runtime components needed by most
applications produced with GNAT.
.
This package contains the documentation in info format.
Package: gnat-15-for-build
Description-md5: 66ec605ce8a00da3b6957457f873b44e
Description-en: GNU Ada compiler for the build architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides the compiler, tools and runtime library that handles
exceptions using the default zero-cost mechanism.
.
This is a dependency package.
Package: gnat-15-for-host
Description-md5: 26e4a341bb88e54a4842408bed0e44a5
Description-en: GNU Ada compiler for the host architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides the compiler, tools and runtime library that handles
exceptions using the default zero-cost mechanism.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gnat-15-x86-64-linux-gnu
Description-md5: 759fa47ec4a247c672dca154584fe221
Description-en: GNU Ada compiler for the x86_64-linux-gnu architecture
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
This package provides the compiler, tools and runtime library that handles
exceptions using the default zero-cost mechanism.
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-ucrt64
Description-md5: bc1208c8b8aa9d6a1290b492a3830038
Description-en: GNU Ada compiler for MinGW-w64 targeting UCRT 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 package contains the Ada compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
Package: gnat-mingw-w64-x86-64
Description-md5: 0328018315680f1cb26ea975661e7c0a
Description-en: GNU Ada compiler for MinGW-w64 targeting Win64
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This metapackage provides the Ada compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets.
Package: gnat-mingw-w64-x86-64-posix
Description-md5: c8efde02816ce5b6297ec4a53754a4c7
Description-en: GNU Ada compiler for MinGW-w64, Win64/POSIX
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the Ada compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets, using the POSIX
threading model.
Package: gnat-mingw-w64-x86-64-win32
Description-md5: b51b502172020254cc2e28dc8bc50333
Description-en: GNU Ada compiler for MinGW-w64, Win64/Win32
MinGW-w64 provides a development and runtime environment for 32- and
64-bit (x86 and x64) Windows applications using the Windows API and
the GNU Compiler Collection (gcc).
.
This package contains the Ada compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets, using the Win32
threading model.
Package: gnome-classic
Description-md5: 0170c9af2a22a5fea78877eca0d84bac
Description-en: Classic version of the GNOME desktop
This package contains the required components for the GNOME Classic
session, based on the GNOME Shell. It can be started from a display
manager such as GDM, and requires 3D acceleration to work properly.
.
The GNOME Shell provides core interface functions like switching
windows, launching applications or see your notifications. It takes
advantage of the capabilities of modern graphics hardware and
introduces innovative user interface concepts to provide a
delightful and easy to use experience. GNOME Shell is the defining
technology of the GNOME user experience.
.
GNOME Classic provides an alternative version of GNOME Shell that uses
more traditional design elements.
Package: gnome-kiosk
Description-md5: 51ef43472e2f64a72611af0788332a4f
Description-en: mutter based compositor for kiosks
GNOME Kiosk provides a desktop environment suitable for fixed purpose, or
single application deployments like wall displays and point-of-sale systems.
.
It provides a very minimal wayland display server and compositor and Xorg
compositor and window manager. It automatically starts applications fullscreen.
.
Notably, GNOME Kiosk features no panels, dashes, or docks that could distract
from the application using it as a platform.
Package: gnome-kiosk-script-session
Description-md5: 75d4c6565313ebf8c090820020296ac7
Description-en: Basic session used for running kiosk application from shell script
This package generates a shell script and the necessary scaffolding
to start that shell script within a kiosk session.
Package: gnome-kiosk-search-appliance
Description-md5: 395d3494d5cb8864b0a15b569c2b78b3
Description-en: Example search application that uses GNOME Kiosk
This package provides a full screen firefox window pointed to google.
Package: gnome-session
Description-md5: a0d28c9abe3eca283c8036a8df2ac9a3
Description-en: GNOME Session Manager - default GNOME session
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the required components for the standard GNOME
session, based on the GNOME Shell. It can be started from a display
manager such as GDM, and requires 3D acceleration to work properly.
Package: gnome-shell-extension-apps-menu
Description-md5: 8abe5fb960b699320726d35050c2d0ad
Description-en: Category based app menu for GNOME Shell
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to add a category based Apps menu
similar to what is found in classic desktops.
.
This package is part of the GNOME Classic default set of extensions.
Package: gnome-shell-extension-auto-move-windows
Description-md5: fbc91723b58a31e24ad25a1f54831f01
Description-en: GNOME Shell extension to move apps to specific workspaces
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to move apps to specific workspaces when
they create windows.
Package: gnome-shell-extension-drive-menu
Description-md5: 064f33b7f539cfe53acce896ded0d7e2
Description-en: Removable drive status menu for GNOME Shell
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to add a status menu for accessing and
unmounting removable devices.
Package: gnome-shell-extension-launch-new-instance
Description-md5: 1b6ac7ca35dc200c18b67bcf536b06da
Description-en: GNOME Shell extension to launch new instances of apps
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to always launch a new instance of an
app when clicking in the Dash or the application view.
.
This package is part of the GNOME Classic default set of extensions.
Package: gnome-shell-extension-light-style
Description-md5: 7c0957f685e3e1e63343f2639401853a
Description-en: GNOME Shell extension to switch the Shell to light style
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to switch GNOME Shell to use a light
style instead of the default.
Package: gnome-shell-extension-native-window-placement
Description-md5: 892088cd510f6989d4777d210b01235d
Description-en: GNOME Shell extension to arrange windows in a more compact way
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to arrange windows in the GNOME Shell
overview in a more compact way.
Package: gnome-shell-extension-places-menu
Description-md5: 18a453b0f158d819c4b9c28262dc916d
Description-en: Places menu for GNOME Shell
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to add a menu for quickly navigating to
places in the system, similar to the menu in GNOME 2.
.
This package is part of the GNOME Classic default set of extensions.
Package: gnome-shell-extension-prefs
Description-md5: b750b0280408e85a2232c9f629868acf
Description-en: tool to enable / disable GNOME Shell extensions
This package contains a tool which users who use Shell extensions can use to
toggle them on and off, and access their preferences.
Package: gnome-shell-extension-screenshot-window-sizer
Description-md5: c6a6725f2955fff7f562bca26866d88b
Description-en: GNOME Shell extension to resize windows for GNOME Software screenshots
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to resize windows to the recommended
size for creating screenshots for use in the GNOME Software app.
Package: gnome-shell-extension-status-icons
Description-md5: 5b48ab70e12b803a582a139a944c671d
Description-en: GNOME Shell extension to show some status icons in the top bar
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to show some status icons in the top bar.
Package: gnome-shell-extension-system-monitor
Description-md5: 8193e958f35d5b3afbc18e92e2f5d10c
Description-en: Display system information in GNOME Shell status bar
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to display system information such as
memory usage, cpu usage, network rates and more in the top bar.
Package: gnome-shell-extension-user-theme
Description-md5: efbe0a1aa4b4c3e779b7e2bcad5512be
Description-en: GNOME Shell extension to load alternative GNOME Shell themes
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to allow switching to alternative
GNOME Shell themes.
Package: gnome-shell-extension-window-list
Description-md5: 49c3209cc4b740e84a57fa7cd0bf6063
Description-en: GNOME Shell extension to display a window list
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to display a window list at the bottom
of the screen.
.
This package is part of the GNOME Classic default set of extensions.
Package: gnome-shell-extension-windows-navigator
Description-md5: 31547c62c1f2e15b66089dda10d355e4
Description-en: GNOME Shell extension to allow keyboard selection in overlay mode
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to allow keyboard selections of windows
and workspaces in overlay mode. Ctrl+number selects a workspace and
Alt+number selects a window.
Package: gnome-shell-extension-workspace-indicator
Description-md5: 98f5bc4205034e0d7d299a96946d1a16
Description-en: Workspace indicator for GNOME Shell
GNOME Shell is extensible using extensions. This package contains an
official GNOME Shell extension to add an indicator to the panel to
show what workspace you are using and allow you to switch to a different
workspace.
Package: gnome-shell-extensions
Description-md5: 01a88ff8a68c54236646b61b1c64baa4
Description-en: Extensions to extend functionality of GNOME Shell
GNOME Shell is extensible using extensions. This package contains
all the official GNOME Shell extensions.
.
This is an empty transitional package and will likely be removed
in the future.
Package: gnome-shell-extensions-common
Description-md5: cbb0cea91201ea810fe8e6162cafd08d
Description-en: common files for official GNOME Shell extensions
GNOME Shell is extensible using extensions. This package contains
common data files such as translations for the official GNOME Shell
extensions.
Package: gnucash
Description-md5: fa2e405424f41b8ff614fae4e74e6af4
Description-en: personal and small-business financial-accounting software
Gnucash provides accounting functions suitable for use by small businesses and
individuals. It can track finances in multiple accounts, keeping running and
reconciled balances. There is support for customer, vendor and employee
processing. It has an X based graphical user interface, double entry, a
hierarchy of accounts, expense accounts (categories), and can import Quicken
QIF files and OFX files.
Package: gnucash-common
Description-md5: 8951a93a2ca048368bbf6f1eea45ac8c
Description-en: common files for the financial-accounting software Gnucash
Gnucash provides accounting functions suitable for use by small businesses and
individuals. It can track finances in multiple accounts, keeping running and
reconciled balances. There is support for customer, vendor and employee
processing. It has an X based graphical user interface, double entry, a
hierarchy of accounts, expense accounts (categories), and can import Quicken
QIF files and OFX files.
.
This package contains the architecture independent parts of Gnucash. It should
not be installed directly, but is pulled in automatically by the dependencies
of the Gnucash package.
Package: gnudatalanguage
Description-md5: 55d934ac72dab469015a839098d20569
Description-en: Free IDL compatible incremental compiler
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions. From IDL 8.0, the following language elements are
supported:
.
* FOREACH loop
* negative array indices
* garbage collection pointers and objects
* call methods on an object using "." (e. g. `object.aMemberProcedure,arg1`)
.
The file input output system is fully implemented. GUI support (widgets) is
officially provided, but it's not complete yet.
.
This package contains the main commandline and interpreter frontend.
Package: gnuradio
Description-md5: 7ddcd2ec394dcefbac5267b9552f12c3
Description-en: GNU Radio Software Radio Toolkit
GNU Radio provides signal processing blocks to implement software
radios. It can be used with readily-available low-cost external RF
hardware to create software-defined radios, or without hardware in a
simulation-like environment. It is widely used in hobbyist, academic
and commercial environments to support both wireless communications
research and real-world radio systems.
.
GNU Radio applications are primarily written using the Python
programming language, while the supplied performance-critical signal
processing path is implemented in C++ using processor floating-point
extensions, where available. Thus, the developer is able to implement
real-time, high-throughput radio systems in a simple-to-use,
rapid-application-development environment.
.
While not primarily a simulation tool, GNU Radio does support
development of signal processing algorithms using pre-recorded or
generated data, avoiding the need for actual RF hardware.
.
This package contains the gnuradio-companion, a graphical tool for
creating signal flow graphs and generating flow-graph source code.
Also included are a variety of tools and utility programs.
Package: gnuradio-dev
Description-md5: 5bb8c3545aecb809389b9c38779dfbca
Description-en: GNU Software Defined Radio toolkit development
Header files for the GNU Radio software defined radio system.
Since GNU Radio is a framework for development of SDR
applications, you are likely to need this installed.
.
Part of the main gnuradio build.
Package: gnuradio-doc
Description-md5: 22ee057ba99e69902805afee82426a18
Description-en: GNU Software Defined Radio toolkit documentation
Documentation for the GNU Radio software defined radio system
in html and PDF form.
.
HTML docs start file:///usr/share/doc/gnuradio-doc/html/index.html
.
PDF docs in file:///usr/share/doc/gnuradio-doc/refman.pdf.gz
.
Part of the main gnuradio build.
Package: gnustep-addresses-goodies
Description-md5: a82d2b388771c7f571eedcdb4d90532f
Description-en: Personal Address Manager for GNUstep (Goodies)
This package contains a couple of things that might be of use:
adgnumailconverter
A tool that will merge your GNUMail address book into the Addresses
database.
.
adserver
A stand-alone Addresses network server.
.
adtool
A command-line tool for address database manipulation.
.
VCFViewer
A GWorkspace inspector for viewing .vcf files.
Package: gnutls-bin
Description-md5: 4d4cd373c5be12f8c5459215d3ef89f7
Description-en: GNU TLS library - commandline utilities
GnuTLS is a portable library which implements the Transport Layer
Security (TLS 1.0, 1.1, 1.2, 1.3) and Datagram
Transport Layer Security (DTLS 1.0, 1.2) protocols.
.
GnuTLS features support for:
- certificate path validation, as well as DANE and trust on first use.
- the Online Certificate Status Protocol (OCSP).
- public key methods, including RSA and Elliptic curves, as well as password
and key authentication methods such as SRP and PSK protocols.
- all the strong encryption algorithms, including AES and Camellia.
- CPU-assisted cryptography with VIA padlock and AES-NI instruction sets.
- HSMs and cryptographic tokens, via PKCS #11.
.
This package contains a commandline interface to the GNU TLS library, which
can be used to set up secure connections from e.g. shell scripts, debugging
connection issues or managing certificates.
.
Useful utilities include:
- TLS termination: gnutls-cli, gnutls-serv
- key and certificate management: certtool, ocsptool, p11tool
- credential management: srptool, psktool
Package: go-for-it
Description-md5: c1356e318536378efe8b7fcb6f16f4d7
Description-en: Simple and stylish productivity app
GoForIt! is a simple and stylish productivity app, featuring
a to-do list, merged with a timer that keeps your focus on the
current task.
Package: go-internal
Description-md5: ad1524a66a3041c36f10fa689303ed26
Description-en: Selected Go-internal packages factored out from the standard library (binaries)
The go-internal repository factors out an opinionated selection of
internal packages and functionality from the Go standard library.
Currently this consists mostly of packages and testing code from
within the Go tool implementation.
.
Included are the following:
.
* dirhash: calculate hashes over directory trees the same way
that the Go tool does.
* goproxytest: a GOPROXY implementation designed for test use.
* gotooltest: Use the Go tool inside test scripts (see testscript below).
* imports: list of known architectures and OSs, and support for reading
import statements.
* modfile: read and write go.mod files while preserving formatting
and comments.
* module: module paths and versions.
* par: do work in parallel.
* semver: semantic version parsing.
* testenv: information on the current testing environment.
* testscript: script-based testing based on txtar files.
* txtar: simple text-based file archives for testing.
.
This package contains the compiled binaries, namely testscript,
txtar-addmod, txtar-c and txtar-goproxy.
Package: go-landlock
Description-md5: ec837b76e973df21d7d8ad080b96d21a
Description-en: Linux Landlock sandboxing feature (program)
The Go-Landlock library restricts the current processes' ability to use
files, using Linux 5.13's Landlock feature. (Package documentation
(https://pkg.go.dev/github.com/landlock-lsm/go-landlock/landlock))
.
This package contains the command-line tools.
Package: go-md2man
Description-md5: 3cb32e3dafe0fcb59f08ab326dfb0756
Description-en: utility to create manpages from markdown
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the conversion binary for go-md2man version 2.
Package: go-org
Description-md5: 23700d444f77a019dfcd79e8dc5e2ebc
Description-en: Org mode parser with HTML & pretty-printed Org rendering (program)
go-org is an Org mode parser written in Go.
.
Take a look at https://niklasfasching.github.io/go-org/ for some examples
and an online Org → HTML demo (Wasm based).
.
Please note that the goal for the HTML export is to produce sensible HTML
output, not to exactly reproduce output the output of org-html-export.
.
This package contains the go-org executable.
Package: gobjc++-15
Description-md5: b9baa94c6e3efdfa23b7927008258616
Description-en: GNU Objective-C++ compiler
This is the GNU Objective-C++ compiler, which compiles
Objective-C++ on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
Package: gobjc++-15-for-build
Description-md5: c4787a502b3ba4f5182d072f7a9b7dc4
Description-en: GNU Objective-C++ compiler for the build architecture
This is the GNU Objective-C++ compiler for the build architecture,
which compiles Objective-C++ on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
.
This is a dependency package.
Package: gobjc++-15-for-host
Description-md5: 6eb456849ad49181c17bb137b0c69f45
Description-en: GNU Objective-C++ compiler for the host architecture
This is the GNU Objective-C++ compiler for the host architecture,
which compiles Objective-C++ on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gobjc++-15-multilib
Description-md5: 4ebddb68adf8e3d2b7023dd3d5bac0b7
Description-en: GNU Objective-C++ compiler (multilib support)
This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
platforms supported by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
Package: gobjc++-15-x86-64-linux-gnu
Description-md5: 4fa50644d922505af81022faa54bebae
Description-en: GNU Objective-C++ compiler for the x86_64-linux-gnu architecture
This is the GNU Objective-C++ compiler for the
x86_64-linux-gnu architecture, which compiles Objective-C++
on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
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-ucrt64
Description-md5: dbce939cafc80059d9156e49c5867df8
Description-en: GNU Objective-C++ compiler for MinGW-w64 targeting UCRT 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 package contains the Objective-C++ compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
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-15
Description-md5: ef51de6b57526dc4a161944678606486
Description-en: GNU Objective-C compiler
This is the GNU Objective-C compiler, which compiles
Objective-C on platforms supported by the gcc compiler. It uses the
gcc backend to generate optimized code.
Package: gobjc-15-for-build
Description-md5: 00a45a638d9dea92abad9b24b56a66fc
Description-en: GNU Objective-C compiler for the build architecture
This is the GNU Objective-C compiler for the build architecture,
which compiles Objective-C on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
.
This is a dependency package.
Package: gobjc-15-for-host
Description-md5: ec590acbac35f97ced34020023b140bc
Description-en: GNU Objective-C compiler for the host architecture
This is the GNU Objective-C compiler for the host architecture,
which compiles Objective-C on platforms supported by the gcc compiler.
It uses the gcc backend to generate optimized code.
.
When using this package, tools must be invoked with an architecture prefix.
.
This is a dependency package.
Package: gobjc-15-multilib
Description-md5: b79f5c8e5ac0b4d1089b9028a80813f3
Description-en: GNU Objective-C compiler (multilib support)
This is the GNU Objective-C compiler, which compiles Objective-C on platforms
supported by the gcc compiler.
.
This is a dependency package, depending on development packages
for the non-default multilib architecture(s).
Package: gobjc-15-x86-64-linux-gnu
Description-md5: 353a27f2d15ed9b56b1f546a0e168e05
Description-en: GNU Objective-C compiler for the x86_64-linux-gnu architecture
This is the GNU Objective-C compiler for the x86_64-linux-gnu
architecture, which compiles Objective-C on platforms supported by the
gcc compiler. It uses the gcc backend to generate optimized code.
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-ucrt64
Description-md5: 2b0aebfc637a07d44681df34ccd30bae
Description-en: GNU Objective-C compiler for MinGW-w64 targeting UCRT 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 package contains the Objective-C compiler, supporting
cross-compiling to 64-bit MinGW-w64 targets with the Universal C
runtime.
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: godot
Description-md5: 09a3e7fc1dd8b495f7024f4ca2696138
Description-en: Full 2D and 3D game engine with editor
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
It provides a huge set of common tools, so you can just focus on making
your game without reinventing the wheel.
This package provides the GUI editor.
Package: godot-template-debug
Description-md5: bd702c00356d201e22b894a54d740be6
Description-en: Godot debug export template for Debian
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
This package provides a debug export template for running Godot games on
Debian.
Package: godot-template-release
Description-md5: 224e21eb0f6c9c8b94c10bc383fa0f4f
Description-en: Godot release export template for Debian
Godot is an advanced, feature packed, multi-platform 2D and 3D game engine.
This package provides a release export template for running Godot games on
Debian.
Package: gogoprotobuf
Description-md5: dcb6fd83e79fa4c26071c4c5f5879fec
Description-en: alternative protocol buffer support for Golang - utilities
An alternative protocol buffer support for the Go programming language,
forked from golang-goprotobuf. It is backwards compatible with
goprotobuf, but provides faster marshalling and unmarshalling and can
generate extra helper code, tests and benchmarks.
.
This package provides utilities.
Package: gojay
Description-md5: c732291d9527386302110a3ac3be9325
Description-en: Fast JSON code generator in golang
This package provides a command line tool to generate gojay's
marshaling and unmarshaling interface implementation for custom
struct type(s).
Package: golang-1.24
Description-md5: 8056ae4269bc22ea0f7a1a096ea707ef
Description-en: Go programming language compiler - metapackage
The Go programming language is an open source project to make
programmers more productive. Go is expressive, concise, clean, and
efficient. Its concurrency mechanisms make it easy to write programs
that get the most out of multicore and networked machines, while its
novel type system enables flexible and modular program construction.
Go compiles quickly to machine code yet has the convenience of
garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a
dynamically typed, interpreted language.
.
This package is a metapackage that, when installed, guarantees
that (most of) a full Go development environment is installed.
.
To use this version, instead of the default one provided by golang-go
package, add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go
directly.
Package: golang-1.24-go
Description-md5: 03d8dffb201d3f8a1df0a77204ede2fc
Description-en: Go programming language compiler, linker, compiled stdlib
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides an assembler, compiler, linker, and compiled libraries
for the Go programming language.
.
To use this version, instead of the default one provided by golang-go package,
add /usr/lib/go-1.24/bin/ to PATH, or invoke /usr/lib/go-1.24/bin/go directly.
Package: golang-1.24-src
Description-md5: 641317c503e9fe0a9039cd8790bb4657
Description-en: Go programming language - source files
The Go programming language is an open source project to make programmers more
productive. Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of multicore
and networked machines, while its novel type system enables flexible and
modular program construction. Go compiles quickly to machine code yet has the
convenience of garbage collection and the power of run-time reflection. It's a
fast, statically typed, compiled language that feels like a dynamically typed,
interpreted language.
.
This package provides the Go programming language source files needed for
compilation.
Package: golang-chroma-v2
Description-md5: 17e77fa1619c54ba13480455fc608296
Description-en: general purpose syntax highlighter in pure Go (binaries)
Chroma takes source code and other structured text and converts it into
syntax highlighted HTML, ANSI-coloured text, etc.
.
Chroma is based heavily on Pygments (http://pygments.org/), and includes
translators for Pygments lexers and styles.
.
This package contains the compiled chroma-v2 and chromad-v2 binaries.
Package: golang-etcd-server-dev
Description-md5: 079c5d4a9b52c6679d966bcf7042bb15
Description-en: highly-available key value store -- source
A highly-available key value store for shared configuration and service
discovery. etcd is inspired by zookeeper and doozer, with a focus on:
.
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: Properly distributed using Raft
.
Etcd uses the Raft consensus algorithm to manage a highly-available replicated
log.
.
This package contains the source.
Package: golang-github-alecthomas-chroma-v2-dev
Description-md5: 48f5fc140cc6a4f844acd9d456da69ea
Description-en: general purpose syntax highlighter in pure Go (libraries)
Chroma takes source code and other structured text and converts it into
syntax highlighted HTML, ANSI-coloured text, etc.
.
Chroma is based heavily on Pygments (http://pygments.org/), and includes
translators for Pygments lexers and styles.
.
This package contains Chroma's source code and helper libraries.
Package: golang-github-appc-cni-dev
Description-md5: b0fe4bcd9c919d38c866c1c736109d0f
Description-en: container network interface
CNI, the Container Network Interface, is a proposed standard for
configuring network interfaces for Linux application containers. The
standard consists of a simple specification for how executable plugins can
be used to configure network namespaces.
Package: golang-github-bougou-go-ipmi-dev
Description-md5: 3dc9a6f24cd63a15ef601b59132ae63b
Description-en: Pure Go IPMI client library
go-ipmi is a native Go IPMI client library. It does not wrap freeipmi,
ipmitool etc. IPMI v1.5 and v2.0 are supported.
Package: golang-github-cenkalti-backoff-dev
Description-md5: 51922aa9ba0836eedd2c2447c0fdabbd
Description-en: exponential backoff algorithm in Go
Exponential backoff is an algorithm that uses feedback to multiplicatively
decrease the rate of some process, in order to gradually find an acceptable
rate. The retries exponentially increase and stop increasing when a certain
threshold is met.
Package: golang-github-charmbracelet-glamour-dev
Description-md5: 0c0d37005862235b16b9686b5fc19ba5
Description-en: stylesheet-based markdown rendering for your CLI apps (Go library)
The Go library "glamour" lets you render Markdown documents and templates
on ANSI-compatible terminals. You can create your own stylesheet or
simply use one of the stylish defaults.
Package: golang-github-containerd-go-cni-dev
Description-md5: 784371e3f327234b8dc91b30a17ee3e7
Description-en: generic CNI library to provide APIs for CNI plugin interactions
The library provides APIs to:
.
* Load CNI network config from different sources
* Setup networks for container namespace
* Remove networks from container namespace
* Query status of CNI network plugin initialization
.
go-cni aims to support plugins that implement Container Network Interface
Package: golang-github-containers-buildah-dev
Description-md5: 926e9d028a50148d0515bf227f28b91b
Description-en: tool to facilitate building OCI images
The Buildah package provides a command line tool that can be used to
- create a working container, either from scratch or using an image as a
starting point
- create an image, either from a working container or via the
instructions in a Dockerfile
- images can be built in either the OCI image format or the traditional
upstream docker image format
- mount a working container's root filesystem for manipulation
- unmount a working container's root filesystem
- use the updated contents of a container's root filesystem as a
filesystem layer to create a new image
- delete a working container or an image
- rename a local container
.
This package contains golang sources that other package may require for
building.
Package: golang-github-cpuguy83-go-md2man-v2-dev
Description-md5: 120c96fff7e49346b792312431671692
Description-en: utility to create manpages from markdown (source)
Turns Markdown into manpages, which is really handy for people
that don't want to learn how to make manpages from stuff like DocBook.
.
This package contains the source for go-md2man version 2.
Package: golang-github-dgraph-io-badger-dev
Description-md5: 087ad4b904bd2c0044fd609e19972e82
Description-en: fast key-value DB in Go - development files for embedding
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
.
Badger v1.0 was released in Nov 2017, and the latest version that is
data-compatible with v1.0 is v1.6.0.
.
Badger v2.0, use a new storage format which won't be compatible with all of
the v1.x.
.
This package contains the Go library.
Package: golang-github-dgraph-io-ristretto-dev
Description-md5: eb8c415cff9e1cd6287e5d92addfa41d
Description-en: high performance memory-bound Go cache
Ristretto is a fast, concurrent cache library built with a focus on
performance and correctness.
.
The motivation to build Ristretto comes from the need for a
contention-free cache in Dgraph (https://github.com/dgraph-io/dgraph).
.
Features:
* High Hit Ratios - with unique admission/eviction policy
pairing, Ristretto's performance is best in class.
* Eviction: SampledLFU - on par with exact LRU and better performance
on Search and Database traces.
* Admission: TinyLFU - extra performance with little memory overhead
(12 bits per counter).
* Fast Throughput - use a variety of techniques for managing
contention and the result is excellent throughput.
* Cost-Based Eviction - any large new item deemed valuable can evict
multiple smaller items (cost could be anything).
* Fully Concurrent - you can use as many goroutines as you want with
little throughput degradation.
* Metrics - optional performance metrics for throughput, hit ratios,
and other stats.
* Simple API - just figure out your ideal Config values and you're off
and running.Status Ristretto is usable but still under active
development. Expected to be production ready in the near future.
Package: golang-github-docker-notary-dev
Description-md5: 5927c499495f3d406181597bdd541bb4
Description-en: library for running and interacting with trusted collections
Notary is a project that allows anyone to have trust over arbitrary
collections of data.
.
The Notary project comprises a server (cmd/notary-server) and a client
(cmd/notary) for running and interacting with trusted collections.
.
Notary aims to make the internet more secure by making it easy for people to
publish and verify content. We often rely on TLS to secure our communications
with a web server which is inherently flawed, as any compromise of the server
enables malicious content to be substituted for the legitimate content.
.
With Notary, publishers can sign their content offline using keys kept highly
secure. Once the publisher is ready to make the content available, they can
push their signed trusted collection to a Notary Server.
.
Consumers, having acquired the publisher's public key through a secure
channel, can then communicate with any notary server or (insecure) mirror,
relying only on the publisher's key to determine the validity and integrity
of the received content.
.
This package contains the source.
Package: golang-github-francoispqt-gojay-dev
Description-md5: 18bdbbb18bc039c49aa1e6c8ffdec827
Description-en: JSON encoder/decoder golang library with powerful stream API
GoJay is a performant JSON encoder/decoder for Golang.
It has a simple API and doesn't use reflection. It relies on small
interfaces to decode/encode structures and slices.
.
Why another JSON parser?
Other fast decoder/encoder were mostly hardly readable static code
generation or a lot of reflection, poor streaming features, and not so
fast in the end. Also, it has a decoder that could consume
an io.Reader of line or comma delimited JSON, in a JIT way.
To consume a flow of JSON objects from a TCP connection for example or
from a standard output. Same way to build an encoder that could encode
a flow of data to a io.Writer.
Package: golang-github-gdamore-tcell.v2-dev
Description-md5: 961b33b3fdafb633f5b1cae45a7ee76d
Description-en: cell based view for text terminals
Package tcell provides a cell based view for text terminals, like xterm.
It was inspired by termbox, but differs from termbox in some important
ways. It also adds substantial functionality beyond termbox.
Package: golang-github-gogo-protobuf-dev
Description-md5: 618e6ce0f49f666161048ffb30a872e5
Description-en: alternative protocol buffer support for Golang - sources
An alternative protocol buffer support for the Go programming language,
forked from golang-goprotobuf. It is backwards compatible with
goprotobuf, but provides faster marshalling and unmarshalling and can
generate extra helper code, tests and benchmarks.
.
This package provides sources.
Package: golang-github-golang-jwt-jwt-dev
Description-md5: dacc9400f2a49715cca2dfc7cb8f3cc1
Description-en: golang implementation of JSON Web Tokens (library)
Community maintained clone of github.com/dgrijalva/jwt-go.
.
After the original author of the library suggested migrating the
maintenance of jwt-go, a dedicated team of open source maintainers
decided to clone the existing library into this module.
.
The command line utility included in this project (cmd/jwt) provides
a straightforward example of token creation and parsing as well as a
useful tool for debugging your own integration. You'll also find several
implementation examples in the documentation.
.
This package provides golang module.
Package: golang-github-golang-mock-dev
Description-md5: 48a3c0360968693773ad762adb019c88
Description-en: mocking framework for the Go programming language
GoMock is a mocking framework for the Go programming language.
It integrates well with Go's built-in testing package, but can be used in
other contexts too.
Package: golang-github-google-cel-go-dev
Description-md5: 580c6273da7bd9430a4ac2ab70117726
Description-en: Common Expression Language (go runtime)
The Common Expression Language (CEL) is a simple expression language built on
top of protocol buffer types. It implements common semantics for
expression evaluation, enabling different applications to more easily
interoperate.
.
This package provides tools for parsing CEL expressions and type-checking and
evaluating parsed expressions. It also implements a gRPC conformance test
server for CEL in go.
.
Disclaimer: This is not an official Google product
Package: golang-github-google-go-cmp-dev
Description-md5: a570016be8c1a78ee8634131254d0f7f
Description-en: Package for comparing Go values in tests
This package is intended to be a more powerful and safer alternative to
reflect.DeepEqual for comparing whether two values are semantically equal.
.
The primary features of cmp are:
* When the default behavior of equality does not suit the needs of the test,
custom equality functions can override the equality operation. For
example, an equality function may report floats as equal so long as they
are within some tolerance of each other.
* Types that have an Equal method may use that method to determine equality.
This allows package authors to determine the equality operation for the
types that they define.
* If no custom equality functions are used and no Equal method is defined,
equality is determined by recursively comparing the primitive kinds on both
values, much like reflect.DeepEqual. Unlike reflect.DeepEqual, unexported
fields are not compared by default; they result in panics unless suppressed
by using an Ignore option (see cmpopts.IgnoreUnexported) or explicitly
compared using the AllowUnexported option.
.
See the GoDoc documentation (https://godoc.org/github.com/google/go-cmp/cmp)
for more information.
Package: golang-github-influxdata-yarpc-dev
Description-md5: 597833b35a7c86683d538dafbe19d4e6
Description-en: Yet Another RPC for Go - dev package
yarpc is Yet Another RPC package for Go.
.
This is the dev package.
Package: golang-github-jacobsa-fuse-dev
Description-md5: 40ac9a9ae90475962f92ff57a966b520
Description-en: writing and mounting user-space file systems from Go
This package allows for writing and mounting user-space file systems from Go.
It is a wrapper around bazil.org/fuse, which does the heavy lifting. It does
not make use of the bazil.org/fuse/fs sub-package, which allows for something
like an object-orientend representation of files and directories, and contains
a decent amount of canned behavior.
.
The chief improvements and/or differences from the bazil.org packages are:
.
* No surprises in the form of magic/default behaviors. You must provide an
implementation for every method in the interface. Embed a
fuseutil.NotImplementedFileSystem struct to have default implementations
that return ENOSYS.
.
* Every method, struct, and field is thoroughly documented. This may help you
get your bearings in the world of FUSE, the Linux VFS, traditional file
system implementations, etc., all of which tend to be very poorly
documented.
.
* Support for arbitrary offsets in directory entries returned by ReadDir.
(The bazil.org package assumes that offsets must be counts of bytes.)
.
The very large disadvantage over using the bazil.org packages is that many
features have not yet been exposed.
Package: golang-github-jacobsa-oglematchers-dev
Description-md5: c72ce1f60ef859cff6d872d0c94885de
Description-en: matchers for testing/mocking frameworks such as ogletest
oglematchers is a package for the Go programming language containing a set of
matchers, useful in a testing or mocking framework, inspired by and mostly
compatible with Google Test for C++ and Google JS Test. The package is used by
the ogletest testing framework and oglemock mocking framework, which may be
more directly useful to you, but can be generically used elsewhere as well.
Package: golang-github-jacobsa-oglemock-dev
Description-md5: 09b2629b53a642159459c2512e1b5ed0
Description-en: mocking framework for Go
oglemock is a mocking framework for the Go programming language with the
following features:
.
* An extensive and extensible set of matchers for expressing call
expectations (provided by the oglematchers package).
* Clean, readable output that tells you exactly what you need to know.
* Style and semantics similar to Google Mock and Google JS Test.
* Seamless integration with the ogletest unit testing framework.
.
It can be integrated into any testing framework (including Go's testing
package), but out of the box support is built in to ogletest and that is the
easiest place to use it.
Package: golang-github-jacobsa-ogletest-dev
Description-md5: 3c2942148793df6ed5b418526251cdac
Description-en: unit testing framework for Go
ogletest is a unit testing framework for Go with the following features:
.
* An extensive and extensible set of matchers for expressing expectations.
* Automatic failure messages; no need to say
t.Errorf("Expected %v, got %v"...).
* Clean, readable output that tells you exactly what you need to know.
* Built-in support for mocking through the oglemock package.
* Style and semantics similar to Google Test and Google JS Test.
.
It integrates with Go's built-in testing package, so it works with the go test
command, and even with other types of test within your package. Unlike the
testing package which offers only basic capabilities for signalling failures,
it offers ways to express expectations and get nice failure messages
automatically.
Package: golang-github-jacobsa-reqtrace-dev
Description-md5: eba95cd58804e71a5436fbcde0839845
Description-en: simple request tracing
reqtrace is a package for simple request tracing. It requires nothing of its
user except:
.
* They must use golang.org/x/net/context.
* They must add a single line to each function they want to be visible in
traces.
.
In particular, reqtrace is console-based and doesn't require an HTTP server.
.
Warning: This package is still barebones and in its early days. The author
reserves the right to make backwards-incompatible changes to its API. But if
it's useful to you in your current form, have at it.
Package: golang-github-jacobsa-timeutil-dev
Description-md5: 2bf33cce92d2143e2f5728ebf90c7a16
Description-en: code supplementing Go's time package
This package contains code that supplements the time package from the Go
standard library. In particular:
.
* A Clock interface, with a fake implementation that can be used in tests.
* Implementations of oglematchers.Matcher for time values.
Package: golang-github-jacobsa-util-dev
Description-md5: dbf90df1011abe05eadcd44f93394dec
Description-en: utility code for jacobsa projects
This is just a collection of miscellaneous code (such as an LRU cache and a
password input function) imported by other more interesting projects.
Package: golang-github-jaytaylor-html2text-dev
Description-md5: 9c2749ab6c502f880dcd556dd3381e19
Description-en: Turns HTML into a plain-text equivalent
This package provides a golang library that turns HTML into nicely
formatted plain text.
.
This is meant to be useful when providing users an option to receive
text-only or html-formatted emails.
Package: golang-github-jsimonetti-rtnetlink-dev
Description-md5: a154c34011251b955be64a6415f3cb0e
Description-en: low-level access to the Linux rtnetlink API (library)
The package rtnetlink allows the kernel's routing tables to be read and
altered. Network routes, IP addresses, Link parameters, Neighbor setups,
Queueing disciplines, Traffic classes and Packet classifiers may all be
controlled. It is based on netlink messages.
.
A convenient, high-level API wrapper is available using package rtnl
(https://godoc.org/github.com/jsimonetti/rtnetlink/rtnl).
.
The base rtnetlink library explicitly only exposes a limited low-level
API to rtnetlink. It is not the intention (nor wish) to create an
iproute2 replacement.
Package: golang-github-kimmachinegun-automemlimit-dev
Description-md5: 8132ac9eae1c84bfeb47ef9938a72cf4
Description-en: Automatically set GOMEMLIMIT to match Linux cgroups(7) memory limit (library)
Go library to automatically set GOMEMLIMIT based on cgroups(7) v1/v2.
Alternatively, the limit can be sourced from an environment variable, or
set manually.
Package: golang-github-landlock-lsm-go-landlock-dev
Description-md5: d0eb076dc4ac7deb847759326875be86
Description-en: Linux Landlock sandboxing feature (Go library)
The Go-Landlock library restricts the current processes' ability to use
files, using Linux 5.13's Landlock feature. Package documentation:
https://pkg.go.dev/github.com/landlock-lsm/go-landlock/landlock
.
This package contains the Go development library.
Package: golang-github-lestrrat-go-backoff-dev
Description-md5: 4a8a8095909fd61e10966bd8e4999181
Description-en: Backoff mechanics for Go (library)
This library is an implementation of backoff algorithm for retrying
operations in an idiomatic Go way. It respects context.Context natively,
and the critical notifications are done through channel operations,
allowing you to write code that is both more explicit and flexible.
Package: golang-github-lestrrat-go-httprc-dev
Description-md5: 0947d1c92be252e3227ae64eb32ec4a7
Description-en: Quasi Up-to-date HTTP In-memory Cache (library)
httprc is a HTTP "Refresh" Cache. Its aim is to cache a remote resource
that can be fetched via HTTP, but keep the cached content up-to-date based
on periodic refreshing.
Package: golang-github-lestrrat-go-jwx-dev
Description-md5: fea60d3f56f96e0bc0605a76fe94da73
Description-en: Implementation of various JWx technologies (library)
Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known
as JOSE) technologies.
.
Features:
.
* Complete coverage of JWA/JWE/JWK/JWS/JWT, not just JWT+minimum tool
set.
* Opinionated, but very uniform API. Everything is symmetric, and
follows a standard convention
* Extra utilities
Package: golang-github-lestrrat-go-option-dev
Description-md5: 0281099fc9d7503a50fbceafc4fd50c6
Description-en: Implementation of the "Optional Parameters Pattern" (library)
Base object for the "Optional Parameters Pattern".
.
The beauty of this pattern is that you can achieve a method that can
take the following simple calling style
.
obj.Method(mandatory1, mandatory2)
.
or the following, if you want to modify its behavior with optional
parameters
.
obj.Method(mandatory1, mandatory2, optional1, optional2, optional3)
Package: golang-github-logrusorgru-aurora-dev
Description-md5: 25a039fef4202bc1f2760bd8361511f4
Description-en: Ultimate ANSI-colors supporting Printf/Sprintf methods (library)
Ultimate ANSI colors for Golang. The package supports Printf/Sprintf etc.
.
This package contains the Go development library.
Package: golang-github-lucas-clemente-quic-go-dev
Description-md5: 2262a51a605f12b42ed6d5fbf5d0f285
Description-en: QUIC golang library
quic-go is an implementation of the QUIC
(https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly
implements the IETF QUIC draft (https://github.com/quicwg/base-drafts),
although it doesn't fully support any of the draft versions at the
moment. Version compatibility Since quic-go is under active
development, there's no guarantee that two builds of different commits
are interoperable. The QUIC version used in the master branch is just
a placeholder, and should not be considered stable.
Package: golang-github-lxc-incus-dev
Description-md5: 04b821607fd093bab53351c9db35fb0f
Description-en: Powerful system container and virtual machine manager - library
Incus is a next generation system container and virtual machine manager.
It offers a unified user experience around full Linux systems running
inside containers or virtual machines.
.
This package contains the Incus source code for use in building other
Debian packages -- normal users should not directly use this package in
their regular development workflow. Rather, they should use `go get`.
Package: golang-github-microsoft-didx509go-dev
Description-md5: 226bd62e73095367dd042005cb7414e6
Description-en: Resolver for DID:x509 method implemented in Go (library)
This package contains a Go implementation of a resolver for the DID:x509
Decentralized Identifier (DID) method. It enables interoperability between
traditional X.509 public key infrastructures (PKI) and decentralized identity
frameworks, allowing applications to resolve did:x509 identifiers to DID
documents, leveraging X.509 certificate data.
.
The DID:x509 method supports environments in which full migration to DIDs
may not be feasible, enabling seamless integration with existing PKI systems.
This is useful for developers and systems aiming to adopt decentralized
identifiers without disrupting current X.509-based workflows.
Package: golang-github-miekg-dns-dev
Description-md5: 58b37cec1e99292580e22e68dd024956
Description-en: DNS protocol library for Go
Complete and usable DNS library. All widely used Resource Records
are supported, including the DNSSEC types. It follows a lean and
mean philosophy. If there is stuff you should know as a DNS
programmer there isn't a convenience function for it. Server side
and client side programming is supported, i.e. you can build
servers and resolvers with it.
Package: golang-github-minio-madmin-go-dev
Description-md5: 4b35f94fa9eac9607a44b87925a5714d
Description-en: client SDK providing APIs to manage MinIO services (library)
The MinIO Admin Golang Client SDK provides APIs to manage MinIO services.
MinIO offers high-performance, S3 compatible object storage.
Package: golang-github-minio-pkg-dev
Description-md5: 4792078474703d0e049d9d522411ba2f
Description-en: Common packages imported by MinIO projects (library)
Collection of common packages used in MinIO projects.
.
This package contains the Go development library.
Package: golang-github-mudler-docker-companion-dev
Description-md5: 8ddec796d325e9a1d591dc24c6ff4e53
Description-en: squash and unpack Docker images (library)
docker-companion is a candy mix of tools for docker written in
Golang and directly using Docker API calls. As for now it allows
one to squash and unpack an image.
Package: golang-github-muesli-termenv-dev
Description-md5: 8302b7f30bc02c9429b376166f233052
Description-en: Advanced ANSI style & color support for your terminal applications
Termenv lets you safely use advanced styling options on the terminal.
It gathers information about the terminal environment in terms of its
ANSI & color support and offers you convenient methods to colorize
and style your output, without you having to deal with all kinds of
weird ANSI escape sequences and color conversions.
Package: golang-github-niklasfasching-go-org-dev
Description-md5: 7766bbd4eb026b26571a7680c7471823
Description-en: Org mode parser with HTML & pretty-printed Org rendering (Go library)
github.com/niklasfasching/go-org an Org mode parser written in Go.
.
Take a look at https://niklasfasching.github.io/go-org/ for some examples
and an online Org → HTML demo (Wasm based).
.
Please note that the goal for the HTML export is to produce sensible HTML
output, not to exactly reproduce output the output of org-html-export.
.
This package contains the go-org Go library.
Package: golang-github-olekukonko-tablewriter-dev
Description-md5: 9c9541cd6828764f73b573ec783beac7
Description-en: generate ASCII tables in Golang
Library to generate ASCII tables using Go. Features automatic
padding, multiple lines, alignment, custom separators, and much
more.
Package: golang-github-openpubkey-openpubkey-dev
Description-md5: 220181ac9d2d01ea29f3e178833f9cf4
Description-en: OpenPubkey library to bind OpenIDs to public keys (library)
OpenPubkey is a protocol for leveraging OpenID Providers (OPs) to bind
identities to public keys. It adds user- or workload-generated public keys
to OpenID Connect (OIDC) (https://openid.net/developers/how-connect-
works/), enabling identities to sign messages or artifacts under their
OIDC identity.
.
This package contains the Go development library.
Package: golang-github-opensuse-umoci-dev
Description-md5: c7176b90ba8a069959b0209e08c33fd1
Description-en: umoci development files
umoci creates and modifies Open Container images.
See the official website (https://umo.ci/) for more accessible
documentation about how to use umoci.
.
umoci intends to be a complete manipulation tool for OCI images
(https://github.com/opencontainers/image-spec). In particular, it should
be seen as a more end-user-focused version of the oci-image-tools provided
by the OCI (https://github.com/opencontainers/image-tools). The hope is
that all of this tooling will eventually be merged with the upstream
repository, so that it is always kept up-to-date by the Open Container
Initiative community.
.
This package provides Golang sources for the umoci API.
Package: golang-github-oschwald-maxminddb-golang-v2-dev
Description-md5: 4973e1a1d1f67f87a64145afbe2d6d50
Description-en: MaxMind DB Reader for Go (v2) (library)
This is a Go reader for the MaxMind DB format. Although this can be used to
read GeoLite2 and GeoIP2 databases, geoip2-golang[1] provides a higher-level
API for doing so.
.
This library supports all MaxMind DB (.mmdb) format databases, including
MaxMind official databases and third-party databases. The library is
format-agnostic and will work with any valid .mmdb file regardless of the
data provider.
.
Note that this is not an official MaxMind API.
.
[1]: https://github.com/oschwald/geoip2-golang
Package: golang-github-ovn-kubernetes-libovsdb-dev
Description-md5: 5514aaec7d54b9600b5c9d23eb2e4272
Description-en: OVSDB Client Library
OVSDB is the Open vSwitch Database Protocol. It's defined in RFC 7047
and is used mainly for managing configuration of Open vSwitch and OVN.
Package: golang-github-prometheus-alertmanager-dev
Description-md5: 96902e017b6c2dc2bec31f64b6c67f6f
Description-en: handle and deliver alerts created by Prometheus -- source
The Alertmanager handles alerts sent by client applications such as the
Prometheus server. It takes care of deduplicating, grouping, and routing them
to the correct receiver integration such as email, PagerDuty, or OpsGenie. It
also takes care of silencing and inhibition of alerts.
.
This package provides the source code to be used as a library.
Package: golang-github-prometheus-client-golang-dev
Description-md5: 1554fe720b0324e6384563ff22eefa08
Description-en: Prometheus instrumentation library for Go applications
This is the Prometheus Go client library. It provides two main functions:
.
* The exposition library is used to export metrics to a Prometheus server or
pushgateway.
.
* The consumption library is used to process metrics exported by a Prometheus
client. (The Prometheus server is using that library.)
Package: golang-github-prometheus-common-dev
Description-md5: efcba4dcd5ac580e9b9997d57503d25a
Description-en: common libraries for Prometheus components
This package includes:
.
* github.com/prometheus/common/config: Common configuration structures.
* github.com/prometheus/common/expfmt: Decoding and encoding for the
exposition format.
* github.com/prometheus/common/model: Shared data structures.
* github.com/prometheus/common/promlog: Defines standardised ways to
initialize Go kit loggers across Prometheus components.
* github.com/prometheus/common/route: A routing wrapper around
https://github.com/julienschmidt/httprouter using `context.Context`.
* github.com/prometheus/common/server: Common servers.
* github.com/prometheus/common/sigv4: Provides a http.RoundTripper that
signs requests using Amazon's Signature Verification V4 signing procedure.
* github.com/prometheus/common/version: Version information and metrics.
Package: golang-github-prometheus-exporter-toolkit-dev
Description-md5: bc753702c92845a2197dfa10e7e7d635
Description-en: Go library for Prometheus exporters
Go library for implementing features commonly required in Prometheus
exporters, such as command line flag parsing, HTTP TLS options and
authentication.
Package: golang-github-prometheus-prometheus-dev
Description-md5: c56e732d8b17af90f195f132a307dd11
Description-en: Prometheus monitoring system and time series database (library)
This package contains the source code of the Prometheus monitoring system and
time series database, for applications which make use of its exported
functions such as the promql parser.
Package: golang-github-rogpeppe-go-internal-dev
Description-md5: 2221721cd7acaef30f5b76c094c06fd2
Description-en: Selected Go-internal packages factored out from the standard library
The go-internal repository factors out an opinionated selection of
internal packages and functionality from the Go standard library.
Currently this consists mostly of packages and testing code from
within the Go tool implementation.
.
Included are the following:
.
* dirhash: calculate hashes over directory trees the same way
that the Go tool does.
* goproxytest: a GOPROXY implementation designed for test use.
* gotooltest: Use the Go tool inside test scripts (see testscript below).
* imports: list of known architectures and OSs, and support for reading
import statements.
* modfile: read and write go.mod files while preserving formatting
and comments.
* module: module paths and versions.
* par: do work in parallel.
* semver: semantic version parsing.
* testenv: information on the current testing environment.
* testscript: script-based testing based on txtar files.
* txtar: simple text-based file archives for testing.
.
This package contains the development library files.
Package: golang-github-rubenv-sql-migrate-dev
Description-md5: 656c1d990777266d2458ce0b6bd1b299
Description-en: SQL schema migration tool for Go (library)
sql-migrate is SQL Schema migration tool for Go based on gorp and goose
.
Features
• Usable as a CLI tool or as a library
• Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases
(through gorp)
• Can embed migrations into your application
• Migrations are defined with SQL for full flexibility
• Atomic migrations
• Up/down migrations to allow rollback
• Supports multiple database types in one project
• Works great with other libraries such as sqlx
Package: golang-github-sigstore-cosign-dev
Description-md5: 596a530ea74f5ccbe3191fa180f4a7e0
Description-en: Code signing/transparency for containers and binaries (library)
Signing OCI containers (and other artifacts) using Sigstore
.
Cosign supports:
.
* "Keyless signing" with the Sigstore public good Fulcio certificate
authority and Rekor transparency log (default)
* Hardware and KMS signing
* Signing with a cosign generated encrypted private/public keypair
* Container Signing, Verification and Storage in an OCI registry.
* Bring-your-own PKI
.
This package contains the Go source code.
Package: golang-github-sigstore-gitsign-dev
Description-md5: 18b89a70b8584b94539e72b562ce660c
Description-en: Keyless Git signing using Sigstore (library)
Keyless Git signing with Sigstore!
.
This is heavily inspired by (https://github.com/github/smimesign), but
uses keyless Sigstore to sign Git commits with your own GitHub / OIDC
identity.
.
This package contains the Go development library.
Package: golang-github-sigstore-rekor-tiles-dev
Description-md5: 52959cda81b3399058ac676e8d743e29
Description-en: Sigstore Rekor on Tiles aka Rekor v2, a transparency log (library)
Rekor on Tiles, aka Rekor v2, is a redesigned and modernized Rekor --
https://github.com/sigstore/rekor -- Sigstore's signature transparency
log, transitioning its backend to a modern, tile-backed transparency log --
https://transparency.dev/articles/tile-based-logs/ -- implementation to
simplify maintenance and lower operational costs.
.
This package contains the Go development library.
Package: golang-github-sigstore-sigstore-go-dev
Description-md5: 99c90524c35ccdfa6467892b247bec21
Description-en: Sigstore signing and verification (Go library)
A client library for Sigstore (https://www.sigstore.dev/), written in
Go. Features:
.
* Signing and verification of Sigstore bundles
(https://github.com/sigstore/protobuf-
specs/blob/main/protos/sigstore_bundle.proto) compliant with Sigstore
Client Spec
* Verification of raw Sigstore signatures by creating bundles for them
(see conformance tests (/cmd/conformance/main.go) for example)
* Signing and verifying with a Timestamp Authority (TSA)
* Signing and verifying (offline or online) with Rekor (Artifact
Transparency Log)
* Structured verification results including certificate metadata
* TUF support
* Verification support for custom trusted root
(https://github.com/sigstore/protobuf-
specs/blob/main/protos/sigstore_trustroot.proto)
* Basic CLI and examples
.
For an example of how to use this library, see the verification
documentation (/docs/verification.md), the CLI cmd/sigstore-go
(/cmd/sigstore-go/main.go). Note that the CLI
is to demonstrate how to use the library, and not intended as a fully-
featured Sigstore CLI like cosign (https://github.com/sigstore/cosign).
.
Background
.
Sigstore already has a canonical Go client implementation, cosign
(https://github.com/sigstore/cosign), which was developed with a focus
on container image signing/verification. It has a rich CLI and a long
legacy of features and development. sigstore-go is a more minimal and
friendly API for integrating Go code with Sigstore, with a focus on the
newly specified data structures in sigstore/protobuf-specs
(https://github.com/sigstore/protobuf-specs). sigstore-go attempts to
minimize the dependency tree for simple signing and verification tasks,
omitting KMS support and container image verification.
.
This package contains the Go library.
Package: golang-github-slackhq-nebula-dev
Description-md5: aa5748faa4f52728a191f5bbf55226b9
Description-en: performant, scalable network overlay (Go library)
Nebula is a scalable overlay networking tool with a focus on performance,
simplicity and security.
.
This package provides the source files as Go library.
Package: golang-github-snapcore-snapd-dev
Description-md5: a2d3a19f6630f9476511151dac13666a
Description-en: snappy development go packages.
Use these to use the snappy API.
Package: golang-github-spf13-cobra-dev
Description-md5: 16414fad5da572d72074a37d4a0dee3e
Description-en: Go library for creating powerful modern Go CLI applications
Cobra is a Go library providing a simple interface to create powerful
modern CLI interfaces similar to git & go tools.
.
Cobra has an exceptionally clean interface and simple design without
needless constructors or initialization methods.
.
This package contains the Cobra library for Go.
Package: golang-github-spf13-viper-dev
Description-md5: 283f9d91d53c487d197ee7b5d865e729
Description-en: Go configuration with fangs
Viper is a complete configuration solution for Go applications
including 12-Factor apps. It is designed to work within an application,
and can handle all types of configuration needs and formats.
It supports:
.
* setting defaults
* reading from JSON, TOML, YAML, HCL, and Java properties config files
* live watching and re-reading of config files (optional)
* reading from environment variables
* reading from remote config systems (etcd or Consul), and watching changes
* reading from command line flags
* reading from buffer
* setting explicit values
.
Viper can be thought of as a registry for all of your applications
configuration needs.
Package: golang-github-theupdateframework-go-tuf-dev
Description-md5: 4ba8d29c66142c6288a69eb01abe08b1
Description-en: Securing software in golang (library)
The Update Framework (TUF) helps developers maintain the security of software
update systems, providing protection even against attackers that compromise
the repository or signing keys. TUF provides a flexible framework and
specification that developers can adopt into any software update system.
Package: golang-github-tinylib-msgp-dev
Description-md5: 88011a5723665fc987fcc6bb0f30a8cf
Description-en: Go code generator for MessagePack (source)
This is a code generation tool and serialization library for MessagePack. It is
targeted at the go generate tool. You can read more about MessagePack in the
wiki, or at msgpack.org.
.
Why?
.
* Use Go as your schema language
* Speeeeeed (400MB/s on modern hardware)
* JSON interop
* User-defined extensions
* Type safety
* Encoding flexibility
.
This package contains the source.
Package: golang-github-transparency-dev-tessera-dev
Description-md5: 3bd78b489aa9418f4bee9f6c0248808e
Description-en: tile-based transparency logs (tlogs) (Go library)
Tessera is a Go library for building tile-based transparency logs
(tlogs) - https://c2sp.org/tlog-tiles
.
It is the logical successor to the approach Trillian v1 takes in
building and operating logs.
.
This package contains the Go development library.
Package: golang-github-victoriametrics-victoriametrics-dev
Description-md5: f1b0e44474b604df3370e9ff319db3ff
Description-en: fast, cost-effective and scalable time series database (library)
This package provides the library code for VictoriaMetrics.
Package: golang-github-vishvananda-netlink-dev
Description-md5: 12d3b01afd724a58bf2a529e928de1e2
Description-en: netlink library for go
The netlink package provides a simple netlink library for go. Netlink is the
interface a user-space program in Linux uses to communicate with the kernel. It
can be used to add and remove interfaces, set ip addresses and routes, and
configure ipsec. Netlink communication requires elevated privileges, so in most
cases this code needs to be run as root. Since low-level netlink messages are
inscrutable at best, the library attempts to provide an API that is loosely
modeled on the CLI provied by iproute2. Actions like ip link add will be
accomplished via a similarly named function like AddLink(). This library began
its life as a fork of the netlink functionality in docker/libcontainer but was
heavily rewritten to improve testability, performance, and to add new
functionality like ipsec xfrm handling.
.
This package contains the source.
Package: golang-github-yggdrasil-network-yggdrasil-go-dev
Description-md5: 0dc0b7edba66730b07d5a9ffcdc31dc7
Description-en: Fully encrypted global-scale mesh network (library)
Yggdrasil is an early-stage implementation of a fully end-to-end encrypted
IPv6 network. It is lightweight, self-arranging, supported on multiple
platforms and allows pretty much any IPv6-capable application to
communicate securely with other Yggdrasil nodes. Yggdrasil does not
require you to have IPv6 Internet connectivity - it also works over IPv4.
.
This package contains the libary for use in other Go programs.
Package: golang-github-zitadel-oidc-dev
Description-md5: c21e1df084bbf8c76d81c4d801866caf
Description-en: OpenID Connect client and server library certified by the OpenID Foundation
This library is an easy-to-use client (RP) and server (OP)
implementation for the OIDC (OpenID Connect) standard written for Go.
.
The RP is certified for the basic and config profile.
.
Whenever possible existing packages (like OAuth2 for Go) were reused /
extended.
Package: golang-gogoprotobuf-dev
Description-md5: 8d76e6c8397fafa5e534b08eb5058845
Description-en: transitional package -- safe to remove
This transitional package facilitates migration to
"golang-github-gogo-protobuf-dev" and can be safely removed.
Package: golang-golang-x-crypto-dev
Description-md5: 66f52ca9de151cfcb6ed8ba8a5a6a8a4
Description-en: Supplementary Go cryptography libraries
This package contains cryptographic algorithms and protocols not packaged in
the main Go distribution, such as:
.
- blowfish
- nacl
- openpgp
- otr
- sha3
- ssh
.
and many others.
Package: golang-golang-x-sync-dev
Description-md5: 825761491c1c574f2ee680e5388580e7
Description-en: Supplemental Go synchronization libraries
This package provides supplemental Go libraries (golang.org/x/sync) that
were not included in the main distribution. It provides Go concurrency
primitives in addition to the ones provided by the language ro the "sync"
and "sync/atomic" packages.
.
Provides:
- singleflight: provides a duplicate function call suppression mechanism
- errgroup: provides synchronization, error propagation, and Context
cancellation for groups of goroutines working on subtasks
- semaphore: provides a weighted semaphore implementation
- syncmap: provides a concurrent map implementation
Package: golang-golang-x-sys-dev
Description-md5: 9303ed698a602f8ffbfd7deb814af60a
Description-en: Low-level interaction with the operating system
This repository holds supplemental Go packages for low-level interactions with
the operating system.
.
The primary use of this package is inside other packages that provide a more
portable interface to the system, such as "os", "time" and "net". Use those
packages rather than this one if you can.
Package: golang-golang-x-term-dev
Description-md5: 728f106d23959044ae85b22533e5118c
Description-en: Go terminal and console support (library)
This repository provides Go terminal and console support packages.
Package: golang-google-grpc-dev
Description-md5: 310f3b05d40bb64e3e4e772ee87302ac
Description-en: implementation of gRPC in Go
Implementation of an RPC system called gRPC in Golang.
.
Remote Procedure Calls (RPCs) provide a useful abstraction for building
distributed applications and services. This library provides a concrete
implementation of the gRPC protocol, layered over HTTP/2.
Package: golang-gopkg-yaml.v3-dev
Description-md5: 69dfb6cb659f3f6261cec62505cd521d
Description-en: YAML support for the Go language
The yaml package enables Go programs to very comfortably encode and decode
YAML values. It was developed within Canonical as part of the juju project,
and is based on a pure Go port of the well-known libyaml C library to parse
and generate YAML data quickly and reliably.
.
The yaml package supports most of YAML 1.2, but preserves some behavior from
1.1 for backwards compatibility.
.
Specifically, as of v3 of the yaml package:
.
* YAML 1.1 bools (yes/no, on/off) are supported as long as they are being
decoded into a typed bool value. Otherwise they behave as a string.
Booleans in YAML 1.2 are true/false only.
* Octals encode and decode as 0777 per YAML 1.1, rather than 0o777 as
specified in YAML 1.2, because most parsers still use the old format.
Octals in the 0o777 format are supported though, so new files work.
* Does not support base-60 floats. These are gone from YAML 1.2, and were
actually never supported by this package as it's clearly a poor choice.
.
and offers backwards compatibility with YAML 1.1 in some cases. 1.2,
including support for anchors, tags, map merging, etc. Multi-document
unmarshalling is not yet implemented, and base-60 floats from YAML 1.1 are
purposefully not supported since they're a poor design and are gone in YAML
1.2.
Package: golang-k8s-apimachinery-dev
Description-md5: 56d8a889aee4da183bddca876caf5d3c
Description-en: Shared typings for Kubernetes servers and clients (library)
Scheme, typing, encoding, decoding, and conversion packages for
Kubernetes and Kubernetes-like API objects.
.
The first consumers of this library are k8s-kubernetes, k8s-client-go,
k8s-apiserver.
Package: golang-k8s-kube-openapi-dev
Description-md5: cf1252ed01e0c14c0af92e544c434682
Description-en: Kubernetes OpenAPI spec generation & serving (library)
Kube OpenAPI This repo is the home for Kubernetes OpenAPI discovery
spec generation. The goal is to support a subset of OpenAPI features
to satisfy kubernetes use-cases but implement that subset with little
to no assumption about the structure of the code or routes. Thus, there
should be no kubernetes specific code in this repo.
.
There are two main parts:
- A model generator that goes through .go files, find and generate model
definitions.
- The spec generator that is responsible for dynamically generate
the final OpenAPI spec using web service routes or combining
other OpenAPI/Json specs. Contributing Please see CONTRIBUTING.md
(CONTRIBUTING.md) for instructions on how to contribute.
Package: golang-k8s-sigs-release-utils-dev
Description-md5: 75466b08ccf4ab3489a7397a9661236c
Description-en: utilities for kubernetes Go release engineering (library)
Tiny utilities for use by the Release Engineering subproject and
kubernetes/release (https://github.com/kubernetes/release/).
.
This package contains the library.
Package: golang-mvdan-sh-dev
Description-md5: c29e237845a0d6c5676819a701e111b9
Description-en: shell parser, formatter, and interpreter (library)
A shell parser, formatter, and interpreter. Supports POSIX Shell, Bash, and
mksh. Requires Go 1.24 or later.
Package: gpa
Description-md5: 26adcfaaa5e11731dba864e1e68a291d
Description-en: GNU Privacy Assistant (GPA)
The GNU Privacy Assistant (GPA) is a graphical user interface for the
GNU Privacy Guard (GnuPG). It can be used to encrypt, decrypt, and sign
files, to verify signatures and to manage the private and public keys.
Package: gpgme-json
Description-md5: 11f08eff59f4e87c6754db3363ed6a00
Description-en: Use GnuPG with web browser extensions
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the gpgme-json binary to access GPGME over a
json based interface (e.g., by browser extensions).
.
Manifest files enabling GnuPG's use with Mailvelope (https://mailvelope.com)
on Chromium and Firefox are also provided in this package.
Package: gphotofs
Description-md5: bb204691d38bcab14b35067c2f13c857
Description-en: filesystem to mount digital cameras
GPhotoFS is a filesystem client based on libgphoto2 that exposes
supported cameras as filesystems; while some cameras implement the USB
Mass Storage class and already appear as filesystems (making this
program redundant), many use the Picture Transfer Protocol (PTP) or
some other custom protocol. But as long as the camera is supported
by libgphoto2, it can be mounted as a filesystem using this program.
.
This package is based on the FUSE (filesystem in user space)
infra-structure of the Linux kernel and, therefore, does not require
any modifications to the kernel, apart from the fuse module.
Package: gr-air-modes
Description-md5: bd7b856548046046279e205e670faad5
Description-en: Gnuradio Mode-S/ADS-B radio
A software-defined radio receiver for Mode S
transponder signals, including ADS-B reports from equipped aircraft.
.
Multiple output formats are supported:
* Raw (or minimally processed) output of packet data
* Parsed text
* SQLite database
* KML for use with Google Earth
* SBS-1-compatible output for use with e.g. PlanePlotter or Virtual
Radar Server
* FlightGear multiplayer interface for real-time display of traffic
within the simulator
Package: gr-dab
Description-md5: fa9f1dd4cafa866a57ba8d79c5651963
Description-en: GNU Radio blocks and tools for receiving DAB and DAB+ radio
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
GNU Radio Companion modules are also included.
Package: gr-dab-dev
Description-md5: e8b6b7a99c08c43a780de030331b911d
Description-en: Development files for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the development files for gr-dab
Package: gr-dab-doc
Description-md5: 24344dbc8746e9e3b37355495429846b
Description-en: Documentation files for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the Doxygen generated HTML documentation for gr-dab.
Package: gr-fosphor
Description-md5: 22a6b9110834daf9bb3248036c0083bc
Description-en: gnuradio fosphor block (GPU spectrum display)
This implements a GNU Radio sink consisting of a GL display window
that provides a Real Time Spectrum Analyzer (RTSA)-like spectrum
visualization using OpenCL and OpenGL acceleration.
.
To use the fosphor blocks in Python, import it as :
.
from gnuradio import fosphor
.
See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
.
help(fosphor)
Package: gr-funcube
Description-md5: 95b4539533d6bcde52cd347ce237f0fc
Description-en: Funcube Dongle controller for GNU Radio
Support hardware for software radio using the fcdproplus
which provides sampled RF IQ data as a USB audio stereo
data stream. Control is done over USB HID protocol.
.
Both the Funcube Dongle and Funcube Dongle Pro+ are supported
by this package.
.
This package provides a Python library as well as
a gnuradio companion source object.
Package: gr-hpsdr
Description-md5: d4862883866ce872d364b748eed36383
Description-en: gnuradio interface module for OpenHPSDR protocol 1
Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya
using the OpenHpsdr protocol.
.
hermesNB sources decimated downconverted 48K-to-384K receiver complex
stream(s), and sinks one 48k sample rate transmit complex stream.
.
hermesWB sources raw ADC samples as a vector of floats, with
vlen=16384. Each individual vector contains time contiguous
samples. However there are large time gaps between vectors. This is
how HPSDR produces raw samples, it is due to Ethernet interface rate
limitations between HPSDR and the host computer.
.
The modules are compatible with version 3.8 of gnuradio and versions of
Hermes firmware 1.8 through at 3.2. (known as OpenHPSDR protocol
1). It is not compatible with the new OpenHPSDR protocol 2.
.
This package contains the header files and grc block definitions.
Package: gr-iqbal
Description-md5: d1941592a7b1ef5f4224711566fb3e9c
Description-en: GNU Radio Blind IQ imbalance estimator and correction
The general idea is to suppress symmetrical images caused by IQ
imbalance in the RX path of quadrature receivers.
It's composed of two subblocks:
.
"IQ Bal Fix": This applies the actual correction. to a complex
stream. The correction parameters are only magnitude/phase and the
actual correction algo is the same as applied in hardware in the USRP.
You can either specify the correction parameters manually on the
block, or send them via 'messages'.
.
"IQ Bal Optimize": This blocks tries to blindly detect the imbalance
by minimizing the correlation between the left and right part of the
spectrum. See the code for the "how it does it". The general idea is
inspired from papers found on the internet and the way some SDR
software achieve the same things (sdr# for eg, although there are
significant differences in the actual implementation).
Package: gr-limesdr
Description-md5: 4ce14e7431d77ed1830e85a4dc79e9c3
Description-en: LimeSDR blocks for GNU Radio
LimeSDR is a low cost, open source software defined radio (SDR) platform that
can be used to support just about any type of wireless communication standard.
.
Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.
.
The gr-limesdr blocks for GNU Radio can be used to create flowgraphs that
interface LimeSDR devices through liblimesuite.
.
This package contains the development files.
Package: gr-osmosdr
Description-md5: 9e2f478a3fa3e6df7e580dc1b0091f68
Description-en: GNU Radio blocks from the OsmoSDR project
The Osmocom project is a family of projects regarding Open source
mobile communications.
.
While primarily being developed for the OsmoSDR hardware, this block
as well supports:
- FUNcube Dongle through gr-funcube
- FUNcube Dongle Pro+ through gr-funcube
- RTL2832U based DVB-T dongles through librtlsdr
- RTL-TCP spectrum server (see librtlsdr project)
- gnuradio .cfile input through libgnuradio-blocks
- RFSPACE SDR-IQ, SDR-IP, NetSDR (incl. X2 option)
- Great Scott Gadgets HackRF through libhackrf
- Nuand LLC bladeRF through libbladeRF library
- Ettus USRP Devices through Ettus UHD library
- Fairwaves UmTRX through Fairwaves' fork of UHD
- AIRSPY Receiver
- AIRSPY HF+ Receiver
- SoapySDR support
- Red Pitaya SDR transceiver (http://bazaar.redpitaya.com)
- FreeSRP through libfreesrp
.
Example applications include osmocom_fft, osmocom_siggen,
and osmocom_spectrum_sense.
.
By using the OsmoSDR block you can take advantage of a common
software API in your application(s) independent of the underlying
radio hardware. This package provides C++ header files,
documentation, and Python3 wrappers to the library.
Package: gr-osmosdr-doc
Description-md5: d40ca7e0ce88b8accb7f7bad00c9183f
Description-en: Gnuradio blocks from the OsmoSDR project - documentation
The Osmocom project is a family of projects regarding Open source
mobile communications. This library provides hardware support for
a variety of radio hardware in the form of gnuradio blocks.
.
This package contains generated documentation.
Package: gr-radar
Description-md5: 516497234069f69ccb45a35f7b96d2d1
Description-en: GNU Radio Radar Toolbox
The *gr-radar* project provides a toolbox of commonly used radar
algorithms. An important part is the *UHD Echotimer*, which enables a
synchronized TX and RX stream from USRPs to ensure a constant phase
relation in measurements. Example flowgraphs for CW, Dual CW, FSK,
FMCW and OFDM radar are given and partly tested on hardware. GUI
elements for target representation and further signal processing
algorithms such as target tracking are implemented. Check out the
project website for example videos and further information.
.
gr-radar provides GNU Radio Companion flowgraphs to handle RADAR data.
Package: gr-radar-doc
Description-md5: 73da5e2fe5c2ba906af94578ebf6c695
Description-en: GNU Radio Radar Toolbox - Documentation
The *gr-radar* project provides a toolbox of commonly used radar
algorithms. An important part is the *UHD Echotimer*, which enables a
synchronized TX and RX stream from USRPs to ensure a constant phase
relation in measurements. Example flowgraphs for CW, Dual CW, FSK,
FMCW and OFDM radar are given and partly tested on hardware. GUI
elements for target representation and further signal processing
algorithms such as target tracking are implemented. Check out the
project website for example videos and further information.
.
gr-radar-doc provides Doxygen generated documentation.
Package: gr-rds
Description-md5: 381f2d5bc7ea9a68ee3ab929814a53b8
Description-en: GNU Radio FM RDS/TMC Transceiver
A Radio Data System - Traffic Message Channel (RDS-TMC) block
for GNU Radio.
.
Radio Data System (RDS) is a communications protocol standard for
embedding small amounts of digital information in conventional
FM radio broadcasts.
.
gr-rds provides GNU Radio Companion flowgraphs to handle RDS data.
Package: gr-satellites
Description-md5: c4cba52cc86945f8b21a0fd06acf0af8
Description-en: Collection of satellite telemetry signal decoders
This GNU Radio out-of-tree module can be used to decode frames
transmitted from most Amateur satellites in orbit, performing
demodulation, forward error correction, etc. Decoded frames can be
saved to a file or displayed in hex format. For some satellites the
telemetry format definition is included in gr-satellites, so the
decoded telemetry frames can be printed out as human-readable values
such as bus voltages and currents. Additionally, some satellites
transmit files such as JPEG images. gr-satellites can be used to
reassemble these files and even display the images in real-time as
they are being received.
.
It supports most popular protocols, such as AX.25, the GOMspace
NanoCom U482C and AX100 modems, an important part of the CCSDS stack,
the AO-40 protocol used in the FUNcube satellites, and several ad-hoc
protocols used in other satellites.
.
This package contains the header files and grc block definitions,
and a set of satellite telemetry decoding scripts.
Package: gr-satellites-doc
Description-md5: 49ba4641ac7cc3cabdde2c496c199a62
Description-en: Documentation of gr-satellite telemetry signal decoders
This GNU Radio out-of-tree module can be used to decode frames
transmitted from most Amateur satellites in orbit, performing
demodulation, forward error correction, etc. Decoded frames can be
saved to a file or displayed in hex format. For some satellites the
telemetry format definition is included in gr-satellites, so the
decoded telemetry frames can be printed out as human-readable values
such as bus voltages and currents. Additionally, some satellites
transmit files such as JPEG images. gr-satellites can be used to
reassemble these files and even display the images in real-time as
they are being received.
.
It supports most popular protocols, such as AX.25, the GOMspace
NanoCom U482C and AX100 modems, an important part of the CCSDS stack,
the AO-40 protocol used in the FUNcube satellites, and several ad-hoc
protocols used in other satellites.
.
This package contains the HTML documentation.
Package: graphicsmagick
Description-md5: 09a33dcee6aca78d5f82b301071aaf36
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.
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: 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: graphviz-tools
Description-md5: 264461dec36947f817f5e336d0bf9313
Description-en: rich set of graph drawing extra tools
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the extra command-line tools.
Package: greaseweazle
Description-md5: 564bd40ec8c1422435d2c670193b2f07
Description-en: Host tools for Greaseweazle
This package provides tools to access a floppy drive at the raw flux
level, using a Greaseweazle interface device.
.
It can also convert between supported image formats (Acorn, Akai,
Amiga, Apple II, Atari 8-bit and ST, Coco, Commodore C64, DEC RX-01
and RX-02, Dragon, Ensoniq, Epson QX-10, GEM, HP, PC, Macintosh, MSX,
Northstar, Olivetti M20, PC-98, Sega, Thomson, and various others).
Package: grub-ipxe
Description-md5: 06f75426725eb333268f053555c555bc
Description-en: Network booting using iPXE
iPXE is network boot firmware. It supports a variety of network cards,
including some wireless cards, and variety of network protocols (traditional
DHCP, BOOTP and TFTP and also HTTP, iSCSI, SAN via FCoE and Infiniband). It
supports scripting.
.
This package contains bootable iPXE images and adds a menu entry to grub2 for
network booting using iPXE.
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: gstreamer1.0-opencv
Description-md5: c7e225953a0291993c213186484f1f36
Description-en: GStreamer OpenCV plugins
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains the OpenCV plugins.
Package: gstreamer1.0-plugins-bad
Description-md5: 96aaaad9b842ce9ddb51b002cc05eca0
Description-en: GStreamer plugins from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
Package: gstreamer1.0-plugins-bad-apps
Description-md5: 516bac0b97ebdd36b52398c50e974c16
Description-en: GStreamer helper programs from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains helper programs from the "bad" set, a set of
plug-ins that aren't up to par compared to the rest. They might be
close to being good quality, but they're missing something - be it a
good code review, some documentation, a set of tests, a real live
maintainer, or some actual wide use.
Package: gstreamer1.0-pocketsphinx
Description-md5: a31545030d49dfb507d68628dc7883c0
Description-en: Speech recognition tool - GStreamer plugin
CMU Sphinx is a large vocabulary, speaker-independent continuous speech
recognition engine.
.
This package contains the GStreamer plugin
Package: gstreamer1.0-pulseaudio
Description-md5: 504e4012c06b50368aaaaef3d4829462
Description-en: GStreamer plugin for PulseAudio (transitional package)
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package used to contain the GStreamer plugin for PulseAudio, a
sound server for POSIX and WIN32 systems.
.
This is a transitional package.
Package: gstreamer1.0-python3-plugin-loader
Description-md5: 95096b7522782c3f7600444ec56c34a6
Description-en: GStreamer Loader for Python Plugin (Python 3)
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the Python 3 version of the Python plugin loader,
which allows GStreamer plugins to be written in Python.
Package: gstreamer1.0-qt5
Description-md5: 6fd76fa62a56dd4ac66dadd0e99cbe61
Description-en: GStreamer plugin for Qt5
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the GStreamer plugin for Qt5.
Package: gstreamer1.0-qt6
Description-md5: 3bdeb2efa50924da8de4655a8b9287cb
Description-en: GStreamer plugin for Qt6
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the GStreamer plugin for Qt6.
Package: gstreamer1.0-rtsp
Description-md5: 324c293cb019895b9491331ce49fd119
Description-en: RTSP plugin for GStreamer
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the GStreamer plugin for RTSP.
Package: gtk2hs-buildtools
Description-md5: f16bc6e73c85e0b48d98a38c6d0a00d6
Description-en: Tools to build the Gtk2Hs suite of User Interface libraries
This package provides a set of helper programs necessary to build the Gtk2Hs
suite of libraries. These tools include a modified c2hs binding tool that is
used to generate FFI declarations, a tool to build a type hierarchy that
mirrors the C type hierarchy of GObjects found in glib, and a generator for
signal declarations that are used to call back from C to Haskell. These tools
are not needed to actually run Gtk2Hs programs.
Package: gtkcrypto
Description-md5: f37fcb9bfdd85a23ddb79567ff008ee2
Description-en: GTK+ application for encrypting files and computing hashes
GTKCrypto allows you to encrypt and sign files or text. Moreover, given a file,
different types of hash can be computed and files can also be compared to check
whether or not their content is the same.
Supported cipher algorithms: AES, Twofish, Serpent and Camellia, all using 256
bits key and operating in either CBC or CTR mode.
Supported hash algorithms: MD5, SHA-1, SHA-2, SHA-3, GOST, Whirlpool.
Package: gubbins
Description-md5: cc258d495d1b902fa507e53b5cc3902e
Description-en: phylogenetic analysis of genome sequences
Gubbins supports rapid phylogenetic analysis of large samples of
recombinant bacterial whole genome sequences.
.
Gubbins (Genealogies Unbiased By recomBinations In Nucleotide
Sequences) is an algorithm that iteratively identifies loci containing
elevated densities of base substitutions while concurrently constructing
a phylogeny based on the putative point mutations outside of these
regions. Simulations demonstrate the algorithm generates highly accurate
reconstructions under realistic models of short-term bacterial
evolution, and can be run in only a few hours on alignments of hundreds
of bacterial genome sequences.
Package: guile-fibers
Description-md5: 380ebade345d1303117eda1718feee69
Description-en: Guile library with facility to provide Go-like concurrency
Fibers is a facility that provides Go-like concurrency for Guile
Scheme, in the tradition of Concurrent ML.
.
This package contains the Guile Fibers modules.
Package: gunicorn
Description-md5: 2ff72d8c5c219c7f7f89448c09a76c6c
Description-en: Event-based HTTP/WSGI server
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
Package: gunicorn-examples
Description-md5: 534f86a64db17a6022cff39be7f319e8
Description-en: Event-based HTTP/WSGI server (examples)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
These are the examples.
Package: gvmd
Description-md5: 3dabceb14404010094ce4ae9c26f8721
Description-en: Manager Module of Greenbone Vulnerability Manager
The Greenbone Vulnerability Manager is the central management service between
security scanners and the user clients.
.
It manages the storage of any vulnerability management configurations and of
the scan results. Access to data, control commands and workflows is offered
via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
openVAS Scanner is controlled directly via protocol OTP while any other remote
scanner is coupled with the Open Scanner Protocol (OSP).
.
This package contains the gvmd files architecture dependent.
Package: gvmd-common
Description-md5: c8a2e40704322161eec533bf1dadb3de
Description-en: architecture independent files for Greenbone Vulnerability Manager
The Greenbone Vulnerability Manager is the central management service between
security scanners and the user clients.
.
It manages the storage of any vulnerability management configurations and of
the scan results. Access to data, control commands and workflows is offered
via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
openVAS Scanner is controlled directly via protocol OTP while any other remote
scanner is coupled with the Open Scanner Protocol (OSP).
.
This package contains the common gvmd files shared by all architectures.
Package: gwenview
Description-md5: e8091ce1ef88f057296de2b62961da25
Description-en: image viewer by KDE
Gwenview is a fast and easy to use image viewer by KDE, ideal for browsing and
displaying a collection of images.
.
Features:
- Simple image editing: rotate, crop, resize, mirror, flip, reduce red eye,
and adjust brightness, contrast, or gamma.
- Annotate and mark up images with arrows, shapes, text boxes, image stamps,
and more.
- Basic file management actions such as copy, move, delete, and others.
- Functions both as a standalone application and an embedded viewer in the
Konqueror web browser.
.
This package is part of the KDE graphics module.
Package: gwenview-doc
Description-md5: 3087832f0fb98d11a389de864fea0633
Description-en: documentation for Gwenview
Gwenview is a fast and easy to use image viewer by KDE, ideal for browsing and
displaying a collection of images.
.
Features:
- Simple image editing: rotate, crop, resize, mirror, flip, reduce red eye,
and adjust brightness, contrast, or gamma.
- Annotate and mark up images with arrows, shapes, text boxes, image stamps,
and more.
- Basic file management actions such as copy, move, delete, and others.
- Functions both as a standalone application and an embedded viewer in the
Konqueror web browser.
.
This package is part of the KDE graphics module.
.
This package contains the documentation for Gwenview.
Package: halide21-api-doc
Description-md5: 370789d1cf6a8d7ef1504cc008bdce81
Description-en: fast, portable computation on images and tensors (Doxygen documentation)
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
.
This package contains Doxygen-generated API documentation.
Package: happy
Description-md5: 8b3c15ce0fbcbaad9b1fcb88f5dbaae9
Description-en: Parser generator for Haskell
Happy is a parser generator system for Haskell, similar to the tool `yacc' for
C. Like `yacc', it takes a file containing an annotated BNF specification of a
grammar and produces a Haskell module containing a parser for the grammar.
.
Happy is flexible: you can have several Happy parsers in the same program, and
several entry points to a single grammar. Happy can work in conjunction with a
lexical analyser supplied by the user (either hand-written or generated by
another program), or it can parse a stream of characters directly (but this
isn't practical in most cases).
Package: harec
Description-md5: 2c7ad1d1fb1e50f7b7d3fd14746b4ab5
Description-en: Hare compiler for POSIX-compatible systems
Hare is a systems programming language designed to be simple, stable and
robust. Hare uses a static type system, manual memory management, and a
minimal runtime. It is well suited to writing operating systems, system
tools, compilers, networking software, and other low-level, high performance
tasks.
.
This package installs the Hare compiler.
Package: harlequin
Description-md5: 9b8fa4f9a0e983789286f69889bcfc86
Description-en: database client for the terminal
Harlequin is a SQL IDE in your terminal. It supports connecting to for DuckDB,
SQLite, Postgres (also supports Redshift), MySQL/MariaDB, and ODBC
(supports MS SQL Server, Oracle, and others).
Package: haruna
Description-md5: 805daef50511fbf37df7b932de687530
Description-en: Video player built with Qt/QML on top of libmpv
Haruna is an open source video player built with Qt/QML on top of
libmpv.
.
Compared with other video player frontends, it provides some special
features, such as:
* play online videos, through youtube-dl
* toggle playlist with mouse-over, playlist overlays the video
* auto skip chapter containing certain words
* configurable shortcuts and mouse buttons
* quick jump to next chapter by middle click on progress bar
Package: haskell-aeson-diff-utils
Description-md5: 14b4651631d0a90408d22a3996b2d67a
Description-en: extract and apply patches to JSON documents
This is a small library for working with changes to JSON documents. It
includes a library and two command-line executables in the style of the
diff(1) and patch(1) commands available on many systems.
Package: haskell-clash-ghc-utils
Description-md5: 7b9ff2bcbc8416108aa6ff30110e45fb
Description-en: Clash: functional hardware descr. language - GHC frontend
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Clash Compiler binary using GHC/Haskell as a frontend
.
Prelude library:
Package: haskell-clash-lib-utils
Description-md5: 411f699ae77a273461f62d51b2cf1d6b
Description-en: Functional hardware description language - library
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* The CoreHW internal language: SystemF + Letrec + Case-decomposition
.
* The normalisation process that brings CoreHW in a normal form that can be
converted to a netlist
.
* Blackbox/Primitive Handling
.
Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
.
*
.
*
.
Prelude library:
Package: haskell-dbus-hslogger-utils
Description-md5: cd6b7eb25b26ae1d100bd2ed60a4a7cf
Description-en: expose a dbus server to control hslogger
dbus-hslogger exports:
setLogLevel, setLogLevelMethodCall, maybeToEither,
setLogLevelFromPriorityString, setLogLevel, logInterface,
logPath, startLogServer, and logIntrospectionInterface.
Package: haskell-debian-utils
Description-md5: a3d1346732d013adf53617ab02c4fd9b
Description-en: Various helpers to work with Debian packages
This package contains tools shipped with the Haskell library “debian”:
.
* fakechanges:
Sometimes you have the .debs, .dsc, .tar.gz, .diff.gz, etc from a package
build, but not the .changes file. This package lets you create a fake
.changes file in case you need one.
.
* debian-report:
Analyze Debian repositories and generate reports about their contents and
relations. For example, a list of all packages in a distribution that are
trumped by another distribution.
.
* apt-get-build-depends:
Tool which will parse the Build-Depends{-Indep} lines from debian/control
and apt-get install the required packages
Package: haskell-groom-utils
Description-md5: f4031af9846f8d4fc34b2b94e5a25d8e
Description-en: Pretty printing for well-behaved Show instances
Automatically derived Show instances are an easy way
to inspect data in your program. However, for large
data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an
replacement to `show' called `groom' which attempts
to pretty-print the output of `show'. For example:
.
> let x = parseExp "foobar 1 [1,2]"
> in do
> putStrLn (show x)
> putStrLn (groom x)
.
results in:
.
> ParseOk (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1))) (List [Lit (Int 1),Lit (Int 2)]))
> ParseOk
> (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1)))
> (List [Lit (Int 1), Lit (Int 2)]))
.
Groom works only on Show instances that output valid
Haskell code; if Groom can't understand its input,
it will not make any changes.
Package: haskell-happy-lib-data
Description-md5: 865db87c5d7a86d4d8c7409713d94f80
Description-en: parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
Package: haskell-hosc-utils
Description-md5: bdec4d47d0ef883b268031edce2c06c0
Description-en: Haskell Open Sound Control
hosc implements a subset of the Open Sound Control
byte protocol.
.
Sound.OSC.Core implements the actual protocol.
.
Sound.OSC.Transport.FD implements a
file-descriptor-based transport layer for UDP
and TCP.
.
Sound.OSC.Transport.Monad implements a
monadic interface to the FD transport layer.
.
Composite modules are at Sound.OSC and Sound.OSC.FD.
Package: haskell-js-dgtable-utils
Description-md5: 48c63494ed7a5fa010393a4e326f98db
Description-en: obtain minified jquery.dgtable code
This package bundles the minified jquery.dgtable code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream
jquery.dgtable version. The package is designed to meet the
redistribution requirements of downstream users (e.g. Debian).
Package: haskell-lazy-csv-utils
Description-md5: 7c9bcb8e11c6ee8af76f19f4a10ee71c
Description-en: efficient lazy parsers for CSV (comma-separated values)
The CSV format is defined by RFC 4180.
These efficient lazy parsers (String and ByteString variants)
can report all CSV formatting errors, whilst also
returning all the valid data, so the user can choose
whether to continue, to show warnings, or to halt on
error. Valid fields retain information about their
original location in the input, so a secondary parser from
textual fields to typed values can give intelligent error
messages.
Package: haskell-misfortune
Description-md5: 0f76feec53af6b1d8f0a69e27cd10360
Description-en: fortune-mod clone
fortune-mod clone, in library and executable form.
Package: haskell-ogma-core-utils
Description-md5: ccbd76e980eff18a117a117bb201a517
Description-en: Helper tool to interoperate between Copilot and other languages
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements the internal commands of ogma.
Package: haskell-sdl2-image-utils
Description-md5: 6473bdaa1f78ed011deb14d403652b3a
Description-en: Haskell bindings to SDL2_image
This package contains bindings to the SDL2_image library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
Package: haskell-sdl2-mixer-utils
Description-md5: 29e29b7f686aeb3364a464dbac781c91
Description-en: Haskell bindings to SDL2_mixer
This package contains bindings to the SDL2_mixer library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
Package: haskell-status-notifier-item-utils
Description-md5: 654e604c35394e348051971b317b3ba4
Description-en: StatusNotifierItem/libappindicator dbus implementation
A Haskell implementation of the StatusNotifierItem protocol
(https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
Package: haskell-vty-unix-utils
Description-md5: 90bcdd51af753455006d3710eced5768
Description-en: Unix backend for Vty
This package provides Unix terminal support for Vty.
Package: haskell-what4-utils
Description-md5: 80e93d59d20cc33d67cc26b316f961e2
Description-en: Solver-agnostic symbolic values support for issuing queries
What4 is a generic library for representing values as symbolic formulae which
may contain references to symbolic values, representing unknown variables.
It provides support for communicating with a variety of SAT and SMT solvers,
including Z3, CVC4, CVC5, Yices, Boolector, STP, and dReal.
The data representation types make heavy use of GADT-style type indices
to ensure type-correct manipulation of symbolic values.
Package: haskell-xeno-utils
Description-md5: 61e043a3edebd9d8fe42792126f84a26
Description-en: Fast event-based XML parser in pure Haskell
A fast, low-memory use, event-based XML parser in pure Haskell.
Package: haskell-zip-stream-utils
Description-md5: b383fd59bd55d5f43b3206c19741af58
Description-en: ZIP archive streaming using conduits
Process (extract and create) zip files as streams (e.g., over the network),
accessing contained files without having to write the zip file to disk (unlike
zip-conduit).
Package: haskell-zip-utils
Description-md5: 9d7deb76ab319816839e3f9b9a62c789
Description-en: Operations on zip archives
This Haskell library performs operations on zip archives.
Package: haxml
Description-md5: 7cb1207f0d3f8e92cf0dc50feba27cae
Description-en: utilities for using XML documents with Haskell
.
HaXml is a collection of utilities for parsing, filtering,
transforming, and generating XML documents using Haskell. Its basic
facilities include:
- a parser for XML,
- a separate error-correcting parser for HTML,
- an XML validator,
- pretty-printers for XML and HTML.
.
This package contains the HaXml command-line tools.
Package: hdav
Description-md5: fabd0869748c9161ccb1869a067e0201
Description-en: command-line WebDAV client
hdav currently only supports copying a file and associated WebDAV
properties from one URL to another.
Package: headache
Description-md5: 0bca7a7fe7fcc3f6fcbcfedfd99557b9
Description-en: Tool to manage license notes of source files
This tool allows a developer to add or remove the license note that
one usually finds in a comment at the beginning of source files. It
knows about the syntax of comments in different languages: Makefile,
OCaml, C, (La)TeX.
Package: heartbeat
Description-md5: ddb086c6c9251076ab28140d4a3653ba
Description-en: Subsystem for High-Availability Linux
heartbeat is a messaging subsystem for high availability which implements
serial, UDP, and PPP/UDP heartbeats.
.
It is one of the messaging layers supported by the Pacemaker
cluster resource manager.
Package: heartbeat-dev
Description-md5: 2db4a8a5564e6bdaa093155ea6bcbb9c
Description-en: Subsystem for High-Availability Linux - development files
heartbeat is a messaging subsystem for high availability which implements
serial, UDP, and PPP/UDP heartbeats.
.
It is one of the messaging layers supported by the Pacemaker
cluster resource manager.
.
This package contains Heartbeat-specific development files.
Package: heif-view
Description-md5: 36ab69fee939c1e413a283c114aba156
Description-en: HEIF and AVIF file format decoder and encoder - heif sequence viewer
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
A viewer for heif sequence images is provided by this package.
Package: hfst
Description-md5: ffae1fe3a8a7b7e38c5314293481b737
Description-en: Helsinki Finite-State Transducer Technology
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
Package: highs
Description-md5: 00160f0367cea01c643b0744ff493259
Description-en: High performance linear optimization software
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the HiGHS solver.
Package: hipify-clang
Description-md5: 8f72447e867761c277436126d1cbbfa2
Description-en: CUDA to HIP source-to-source translation tool
hipify-clang is a tool that converts CUDA sources to HIP. It is built on
libclang and operates on an abstract syntax tree. It can therefore translate
code containing complex C++ constructs, but it requires input sources to be
fully compilable.
Package: hipify-perl
Description-md5: 21cb059a462b3196e4fee5c7c3465823
Description-en: simple CUDA to HIP source-to-source translation tool
hipify-perl is a simple tool that processes CUDA sources and converts them to
HIP sources using textual replacements. It uses a simple perl parser and can
therefore translate syntactically invalid inputs and source file fragments, but
it may not recognize constructs that would require more context to correctly
convert, such as macro expansions or namespace usage.
Package: hledger
Description-md5: 6b8a5eb2f99f3234c9f443348a3622a9
Description-en: command-line double-entry accounting program
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
tool; see the other hledger-* packages for web and curses interfaces
and chart generation. hledger aims to be a reliable, practical
financial reporting tool for day-to-day use, and also a useful
library for building financial apps in haskell. Given a plain text
file describing transactions, of money or any other commodity,
.
hledger will print the chart of accounts, account balances, or
transactions you're interested in. It can also help you add
transactions to the journal file, or convert CSV data from your bank.
Package: hmmer
Description-md5: 1a932e8cd9001f44e8b56d46f8c58f4b
Description-en: profile hidden Markov models for protein sequence analysis
HMMER is an implementation of profile hidden Markov model methods for
sensitive searches of biological sequence databases using multiple sequence
alignments as queries.
.
Given a multiple sequence alignment as input, HMMER builds a statistical
model called a "hidden Markov model" which can then be used as a query into
a sequence database to find (and/or align) additional homologues of the
sequence family.
Package: hmmer-doc
Description-md5: 3d416aeeca0571401b45f82c8190001c
Description-en: profile hidden Markov models for protein sequence analysis (docs)
HMMER is an implementation of profile hidden Markov model methods for
sensitive searches of biological sequence databases using multiple sequence
alignments as queries.
.
Given a multiple sequence alignment as input, HMMER builds a statistical
model called a "hidden Markov model" which can then be used as a query into
a sequence database to find (and/or align) additional homologues of the
sequence family.
.
This package contains the documentation and a tutorial for the hmmer package.
Package: hmmer-examples
Description-md5: 7e1828cffe3d3ca4e64cc862f962c422
Description-en: profile hidden Markov models for protein sequence analysis (examples)
HMMER is an implementation of profile hidden Markov model methods for
sensitive searches of biological sequence databases using multiple sequence
alignments as queries.
.
Given a multiple sequence alignment as input, HMMER builds a statistical
model called a "hidden Markov model" which can then be used as a query into
a sequence database to find (and/or align) additional homologues of the
sequence family.
.
This package contains example files to test the hmmer package.
Package: hol-light
Description-md5: 4a69d13e99a5d21da7555a1ffc45abd5
Description-en: HOL Light theorem prover
HOL Light is an interactive theorem prover for Higher-Order Logic
with a very simple logical core running in an OCaml toplevel. HOL
Light is famous for the verification of floating-point
arithmetic as well as for the Flyspeck project, which aimed at the
formalization of Tom Hales' proof of the Kepler conjecture.
Package: hoogle
Description-md5: 400b195870cbd4ce25cd58acc77000e0
Description-en: Haskell API Search for Debian system
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
or by approximate type signature.
.
This package contains the hoogle command.
Package: hpack
Description-md5: 21b488bf2ebf7b003d0ec6ef15d76927
Description-en: alternative format for Haskell packages
hpack is a tool to create the usual Haskell packaging metadata, i.e. the
.cabal file, from a YAML description of the program, with some fields field in
by inferred defaults and other additional conveniences.
Package: hpijs-ppds
Description-md5: 979d2d553e8b615deb4af0e078d0def7
Description-en: HP Linux Printing and Imaging - HPIJS PPD files
This package contains PPD (printer definition) files for the
printers supported through the HP Linux Printing and Imaging
System HPIJS driver.
.
These PPDs should work well with the matching versions of HPLIP
and HPIJS, but may not be the most up-to-date PPDs available for
a given printer. See http://www.openprinting.org/ for the latest
version of the PPDs (which are not guaranteed to work well).
Package: hplip-gui
Description-md5: 0e8b9881942aaafee62df05b01b6d0d0
Description-en: HP Linux Printing and Imaging - GUI utilities (Qt-based)
The HP Linux Printing and Imaging System provides full support for
printing on most HP SFP (single function peripheral) inkjets and many
LaserJets, and for scanning, sending faxes and for photo-card access on
most HP MFP (multi-function peripheral) printers.
.
This package contains utilities with graphical user interface (GUI) for
HPLIP: HP Toolbox, HP Fax, ...
.
Note that all GUI utilities are based on the Qt GUI environment. There
are currently no equivalent utilities based on GTK+.
Package: hsbrainfuck
Description-md5: 92e124f388ab4af80a355fa075d5ffab
Description-en: interpreter for the brainfuck programming language
This package provides an interpreter for the Brainfuck programming
language, written in the pure, lazy, functional language Haskell.
Package: hscolour
Description-md5: 45d6d1dc45a175d8e2f981a6655db978
Description-en: Haskell program to colourise Haskell code
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
Package: hspec-discover
Description-md5: 03a0732fdffd89cc37e1ad87dce21d7d
Description-en: Automatically discover and run Hspec tests
It is a useful convention to have one spec file for each source file. That way
it is straightforward to find the corresponding spec for a given piece of
code. But it requires error prone, and neither challenging nor interesting
boiler plate code. So it should be automated. Hspec provides a solution for
that. It makes creative use of GHC's support for custom preprocessors. The
developer only has to create a test driver that contains a single line.
.
A complete example is at https://github.com/hspec/hspec-example.
Package: htcondor
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-annex-ec2
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-dev
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-doc
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-test
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htcondor-upgrade-checks
Description-md5: 3b54c3d7137fefb339a29d0c9ad53e9c
Description-en: transitional dummy package
This package aids upgrades of existing htcondor installations to the
package name "condor". The package is empty and it can safely be removed.
Package: htp
Description-md5: 018fbe68e7854f044b4477c7285ca20c
Description-en: nice HTML pre-processor
htp is an HTML pre-processor. It is designed to be a flexible authoring tool
that can easily be integrated into the HTML design process.
.
It is able to preprocess HTML, XHTML, XML and CSS files (it could handle
any text based files). Its purpose is to assist on maintaining a consistent
look over an entire set of web pages. This is done by allowing someone to
define their own tags as abbreviations for sets of standard HTML tags.
.
Those looking for a tool that allows handling HTML files with any text
editor, not graphical based editors only, will find htp very helpful since
it runs from the command-line to build the final HTML code that goes on the
HTTP server.
.
Documentation and examples are included.
Package: hugin
Description-md5: 78f5a0f9948643026e70c492cfac271a
Description-en: panorama photo stitcher - GUI tools
Hugin is a panorama photo stitching program. Essentially, Hugin is a
GUI frontend for Panorama Tools. Stitching is accomplished by using
several overlapping photos taken from the same location, and using
control points to align and transform the photos so that they can be
blended together to form a larger image. Hugin allows for the easy
creation of control points between two images, optimization of the
image transforms, and much more.
.
This package includes the following graphical interfaces, using the
command-line tools provided in the hugin-tools package:
* hugin - Hugin panorama creator.
* hugin_stitch_project - Hugin batch stitcher.
* PTBatcherGUI - Batch controller for the stitching process.
* calibrate_lens_gui - Lens calibration tool.
Package: hugin-data
Description-md5: 0dc76a2ce827e15a9b09fe843bb5bd44
Description-en: panorama photo stitcher - common data files
Hugin is a panorama photo stitching program.
.
This package includes the data files needed by the hugin and
hugin-tools packages.
Package: hugin-tools
Description-md5: 0d6015ce460c9721663f3f64489401a7
Description-en: panorama photo stitcher - commandline tools
Hugin is a panorama photo stitching program.
.
This package includes command-line tools used by hugin and other
packages for image stitching and High Dynamic Range (HDR) images:
* align_image_stack - Align overlapping images for HDR creation.
* autooptimiser - Optimize image positions.
* celeste_standalone - Remove cloud-like control points.
* cpclean - Remove wrong control points.
* cpfind - Patent-free control-point detector
* deghosting_mask - Creates mask for removing ghosting in images.
* fulla - Correct lens distortion, vignetting, and
chromatic aberration.
* geocpset - Set geometric control points.
* hugin_executor - CLI stitching tool.
* hugin_hdrmerge - Merge overlapping images.
* hugin_lensdb - Hugin lens database maintenance.
* icpfind - Control-point detector wrapper program.
* linefind - Detect vertical features in images.
* nona - Remap images. (Also does simple stitching.)
* pano_modify - Change output parameters of project file.
* pto_gen - Generate a Hugin project file from a list of images.
* pto_lensstack - Modify assigned lenses and stack in pto files.
* pto_mask - Apply a mask.
* pto_merge - Merges two or more Hugin project files.
* pto_move - Move a project file with all images in it.
* pto_template - Apply a template file.
* pto_var - Change image variables inside Hugin .pto project
files
* tca_correct - Calculate transverse chromatic aberration.
* verdandi - Blend images using watershed algorithm.
* vig_optimize - Determine the radial vignetting.
Package: hugo
Description-md5: 9151e417bc3d41f66f63544cd771c463
Description-en: Fast and flexible Static Site Generator written in Go
Hugo is a static site generator written in Go. It is optimized for speed,
ease of use, and configurability. Hugo takes a directory with content and
templates, and renders them into a full HTML website.
.
Hugo relies on Markdown files with front matter for meta data. And you
can run Hugo from any directory. This works well for shared hosts and
other systems where you don’t have a privileged account.
.
Hugo renders a typical website of moderate size in a fraction of a
second. A good rule of thumb is that each piece of content renders in
around 1 millisecond.
.
Hugo is meant to work well for any kind of website including blogs,
tumblelogs and docs.
.
Complete documentation is available at https://gohugo.io/
Package: hyprland
Description-md5: f1e3d7d7591b5a4feec7587eb7c6d364
Description-en: Dynamic tiling Wayland compositor
Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't
sacrifice on its looks.
.
It provides the latest Wayland features, is highly customizable, has eyecandy,
powerful plugins, easy IPC, and many other features that improve quality of
life. Some of its features include:
.
- Eyecandy: gradient borders, blur, animations, shadows, etc.
- A lot of customization
- 100% independent, no wlroots, no libweston, no kwin, no mutter.
- Custom bezier curves for the best animations
- Powerful plugin support
- Built-in plugin manager
- Tearing support for better gaming performance
- Config reloaded instantly upon saving
- Fully dynamic workspaces
- Two built-in layouts and more available as plugins
- Global keybinds passed to your apps of choice
- Tiling/pseudotiling/floating/fullscreen windows
- Special workspaces (scratchpads)
- Window groups (tabbed mode)
- Powerful window/monitor/layer rules
- Socket-based IPC
- Native IME and Input Panels Support
Package: hyprland-backgrounds
Description-md5: 4f34f8b5b37e1b379ec38fac8f7e317d
Description-en: Set of backgrounds packaged with the hyprland Wayland compositor
Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't
sacrifice on its looks.
.
It provides the latest Wayland features, is highly customizable, has eyecandy,
powerful plugins, easy IPC, and many other features that improve quality of
life. Some of its features include:
.
- Eyecandy: gradient borders, blur, animations, shadows, etc.
- A lot of customization
- 100% independent, no wlroots, no libweston, no kwin, no mutter.
- Custom bezier curves for the best animations
- Powerful plugin support
- Built-in plugin manager
- Tearing support for better gaming performance
- Config reloaded instantly upon saving
- Fully dynamic workspaces
- Two built-in layouts and more available as plugins
- Global keybinds passed to your apps of choice
- Tiling/pseudotiling/floating/fullscreen windows
- Special workspaces (scratchpads)
- Window groups (tabbed mode)
- Powerful window/monitor/layer rules
- Socket-based IPC
- Native IME and Input Panels Support
.
This package contains the backgrounds included with Hyprland.
Package: hyprland-dev
Description-md5: 2253d824f3d1ed4b9f5ba066278a9a40
Description-en: Development files for Hyprland
Hyprland is a 100% independent, dynamic tiling Wayland compositor that doesn't
sacrifice on its looks.
.
It provides the latest Wayland features, is highly customizable, has eyecandy,
powerful plugins, easy IPC, and many other features that improve quality of
life. Some of its features include:
.
- Eyecandy: gradient borders, blur, animations, shadows, etc.
- A lot of customization
- 100% independent, no wlroots, no libweston, no kwin, no mutter.
- Custom bezier curves for the best animations
- Powerful plugin support
- Built-in plugin manager
- Tearing support for better gaming performance
- Config reloaded instantly upon saving
- Fully dynamic workspaces
- Two built-in layouts and more available as plugins
- Global keybinds passed to your apps of choice
- Tiling/pseudotiling/floating/fullscreen windows
- Special workspaces (scratchpads)
- Window groups (tabbed mode)
- Powerful window/monitor/layer rules
- Socket-based IPC
- Native IME and Input Panels Support
.
This package contains header files for developing plugins
for Hyprland.
Package: hyprland-plugin-borders-plus-plus
Description-md5: 7d3978fae7d0e0db361db1d318892c74
Description-en: Hyprland plugin adding static extra window borders
Extends Hyprland window decoration handling by adding one or two fixed outer
borders to provide additional border layers.
Package: hyprland-plugin-csgo-vulkan-fix
Description-md5: d599c85651e4bba8f09af6d8b431a510
Description-en: Hyprland plugin setting custom Vulkan resolutions per application
Enables running applications at user-defined resolutions independent of native
display size.
Package: hyprland-plugin-hyprbars
Description-md5: 5568e8cc5f1808a880c2d313d923c492
Description-en: Hyprland plugin adding configurable title bars to windows
Implements customizable title bars with button support, color options, and
window management actions.
Package: hyprland-plugin-hyprexpo
Description-md5: 286a495cf711ec945f3d64828fb70d5d
Description-en: Hyprland plugin providing an overview workspace switcher
Displays all workspaces in a grid layout with gesture and keybind control,
similar to GNOME or KDE overviews.
Package: hyprland-plugin-hyprfocus
Description-md5: 6db123e523760024a875aae272f9ccf1
Description-en: Hyprland plugin for window focus animations
Adds configurable visual effects that trigger on window focus events, including
flash, bounce, or slide animations with adjustable parameters.
Package: hyprland-plugin-hyprscrolling
Description-md5: 1f08a6f5c7d0efd3ac8eca8dfcb8cb58
Description-en: Hyprland plugin adding a scrolling window layout
Provides a dynamic horizontal scrolling layout with adjustable column sizes
and focus behavior.
.
Note: This plugin is experimental and under development.
Package: hyprland-plugin-hyprtrails
Description-md5: 7a2d9bc5ecfbafa356b62c80eb08556f
Description-en: Hyprland plugin adding motion trails to windows
Implements a rendering effect that produces persistent trails during window
movement or dragging.
Package: hyprland-plugin-hyprwinwrap
Description-md5: 4701aeb98e5dcd23a4dc4b166c9cc722
Description-en: Hyprland plugin emulating xwinwrap
Allows embedding applications as animated or interactive wallpapers with
configurable window size and position.
Package: hyprland-plugin-xtra-dispatchers
Description-md5: dc2b69e854b53c5054ec22af6a546689
Description-en: Hyprland plugin with additional dispatcher commands
Adds extra commands and scripting hooks to Hyprland’s IPC, allowing
automation and control beyond the core dispatcher API.
Package: ibacm
Description-md5: 94afd2c241abf6569edf525ba236170f
Description-en: InfiniBand Communication Manager Assistant (ACM)
The IB ACM implements and provides a framework for name, address, and
route (path) resolution services over InfiniBand.
It is intended to address connection setup scalability issues running
MPI applications on large clusters. The IB ACM provides information
needed to establish a connection, but does not implement the CM protocol.
A primary user of the ibacm service is the librdmacm library.
Package: ibverbs-utils
Description-md5: a33873b95d7b0cff0d895ec3f573b2fc
Description-en: Examples for the libibverbs library
libibverbs is a library that allows userspace processes to use RDMA
"verbs" as described in the InfiniBand Architecture Specification and
the RDMA Protocol Verbs Specification. iWARP ethernet NICs support
RDMA over hardware-offloaded TCP/IP, while InfiniBand is a
high-throughput, low-latency networking technology. InfiniBand host
channel adapters (HCAs) and iWARP NICs commonly support direct
hardware access from userspace (kernel bypass), and libibverbs
supports this when available.
.
This package contains useful libibverbs1 example programs such as
ibv_devinfo, which displays information about InfiniBand devices.
Package: icecast2
Description-md5: c8a4d364d7555ed5faa920c33bd9771f
Description-en: streaming media server
Icecast is a versatile multimedia streaming server which can create
(for instance) a private jukebox or "Internet radio station". It
supports Ogg streaming using the Vorbis and Theora codecs, as well as
other formats such as MP3, AAC, or NSV, and is compatible with most
media players.
Package: icinga2
Description-md5: 2437d4eec840a772b3ba09c39cbe2bb3
Description-en: host and network monitoring system
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This is the metapackage to install all Icinga 2 features.
Package: icinga2-bin
Description-md5: 2786f709af874963bf1e186a3d434d9f
Description-en: host and network monitoring system - daemon
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides the Icinga 2 daemon.
Package: icinga2-common
Description-md5: a606f8c9a028867e7d20cd49f3fab5ea
Description-en: host and network monitoring system - common files
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides configuration and some basic helper scripts.
Package: icinga2-doc
Description-md5: 300da885d3a11ca41475e32815b8cff1
Description-en: host and network monitoring system - documentation
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides the Icinga 2 documentation.
Package: icinga2-ido-mysql
Description-md5: 52c90cfa8b96fd2c669519e8c63cec0c
Description-en: host and network monitoring system - MySQL support
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides the IDO module for the MySQL database.
Package: icinga2-ido-pgsql
Description-md5: 04211973d12167dab60262ef8ff3138c
Description-en: host and network monitoring system - PostgreSQL support
Icinga 2 is a general-purpose monitoring application to fit the needs of
any size of network. Icinga 1.x was a Nagios fork; this new generation
has been rewritten from scratch in C++, with multi-threading and cluster
support.
.
Features:
* all standard features of Icinga and Nagios;
* much faster and more scalable than Icinga 1 and Nagios;
* new, more intuitive, template-based configuration format;
* monitoring services on ICMP (ping) or TCP ports (HTTP, NNTP, POP3,
SMTP, etc.) by executing checks (see monitoring-plugins*);
* any small script following the Nagios plugin API can be used as a
check plugin;
* notifications about alerts for any custom script (with examples);
* native support for Livestatus and Graphite.
.
This package provides the IDO module for the PostgreSQL database.
Package: idjc
Description-md5: c731d01af36a67579246697b05f068bc
Description-en: graphical shoutcast/icecast client
Internet DJ Console is an Internet radio application for making a live radio
show or podcast. Features include two main media players with a crossfader,
a jingle player, microphone signal processing (compressor and noise gate),
IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3
or Ogg streaming and recording at various bit rates, aux input for connecting
external JACK aware applications, and audio level meters.
Package: idle
Description-md5: 4b48a720a9432da8fb68f7957b793862
Description-en: IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's IDLE (currently v3.14).
Package: ifhp
Description-md5: 4d42156c518281a01a995b6474f9e523
Description-en: Printer filter for HP LaserJet printers
ifhp is a highly versatile print filter for BSD based print spoolers.
It can be configured to handle text, PostScript, PJL, PCL, and
raster printers, supports conversion from one format to another,
and can be used as a stand-alone print utility. It is the primary
supported print filter for the LPRng print spooler.
.
It provides access to printer features like duplex printing, paper tray
selection and strong accounting using the printer's internal page counter.
Package: igt-gpu-tools
Description-md5: 9bce65dff48f9cd05c93b8e3cb1e7db6
Description-en: IGT GPU Tools (tools)
IGT GPU Tools is a collection of tools for development and testing of
the DRM drivers. There are many macro-level test suites that get used
against the drivers, including xtest, rendercheck, piglit, and
oglconform, but failures from those can be difficult to track down to
kernel changes, and many require complicated build procedures or
specific testing environments to get useful results. Therefore, IGT
GPU Tools includes low-level tools and tests specifically for
development and testing of the DRM Drivers.
.
This package provides various utilities from IGT GPU Tools.
Package: igt-gpu-tools-tests
Description-md5: 18286a6f557c29d60a36b83fc4aba34c
Description-en: IGT GPU Tools (tests)
IGT GPU Tools is a collection of tools for development and testing of
the DRM drivers. There are many macro-level test suites that get used
against the drivers, including xtest, rendercheck, piglit, and
oglconform, but failures from those can be difficult to track down to
kernel changes, and many require complicated build procedures or
specific testing environments to get useful results. Therefore, IGT
GPU Tools includes low-level tools and tests specifically for
development and testing of the DRM Drivers.
.
This package provides various tests from IGT GPU Tools.
Package: incus
Description-md5: f2233e6ddf694312611a5c8a99537f7b
Description-en: Powerful system container and virtual machine manager - daemon
Incus is a next generation system container and virtual machine manager.
It offers a unified user experience around full Linux systems running
inside containers or virtual machines.
.
It's image based with pre-made images available for a wide number of
Linux distributions and is built around a very powerful, yet pretty
simple, REST API.
.
This metapackage will install everything needed to run containers and VMs.
Only amd64, arm64, ppc64el, and s390x are supported as VM host architectures.
Package: incus-agent
Description-md5: a250d8817d01b7b4e941af062c78d0e1
Description-en: Incus guest agent
This package provides an agent to run inside Incus virtual machine guests.
.
It has to be installed on the Incus host if you want to allow agent
injection capability when creating a virtual machine.
Package: incus-base
Description-md5: 987c624cd4308860e379594558abce44
Description-en: Powerful system container and virtual machine manager - daemon (container-only)
Incus is a next generation system container and virtual machine manager.
It offers a unified user experience around full Linux systems running
inside containers or virtual machines.
.
It's image based with pre-made images available for a wide number of
Linux distributions and is built around a very powerful, yet pretty
simple, REST API.
.
This package contains only what is needed to run containers.
Package: incus-client
Description-md5: 3d1860805b5bb2229f23b97fc0a9eac8
Description-en: Powerful system container and virtual machine manager - client
Incus is a next generation system container and virtual machine manager.
It offers a unified user experience around full Linux systems running
inside containers or virtual machines.
.
A REST API is offered by Incus to remotely manage containers over the network,
using an image based work-flow and with support for live migration.
.
This package contains the Incus command line client.
Package: incus-extra
Description-md5: 909cecc63ce41c082d0ca0439a9e352f
Description-en: Powerful system container and virtual machine manager - extra tools
Incus is a next generation system container and virtual machine manager.
It offers a unified user experience around full Linux systems running
inside containers or virtual machines.
.
This package contains extra tools provided with Incus.
- fuidshift - A tool to map/unmap filesystem uids/gids
- lxc-to-incus - A tool to migrate LXC containers to Incus
- lxd-to-incus - A tool to migrate LXD containers to Incus
- incus-benchmark - A benchmarking tool for Incus
- incus-migrate - A tool to turn any filesystem into an Incus instance
- incus-simplestreams - Maintain an Incus-compatible simplestreams tree
Package: indi-gpsd
Description-md5: af907360230b27221b770edc35228b28
Description-en: INDI driver for gpsd GPS daemon
This package contains an INDI driver for the gpsd GPS daemon.
.
This driver is compatible with any INDI client such as KStars or Xephem.
Package: indicator-sensors
Description-md5: bd6c933cb9755b0c302dbdf404710f3a
Description-en: Hardware sensors indicator
Application indicator to display and monitor the readings
from various hardware sensors (temperature, fan speeds, voltages
etc) in the desktop panel for GNOME
Package: infiniband-diags
Description-md5: 7b1103d02d514ef168f0320a1ca158c2
Description-en: InfiniBand diagnostic programs
InfiniBand is a switched fabric communications link used in
high-performance computing and enterprise data centers. Its features
include high throughput, low latency, quality of service and
failover, and it is designed to be scalable.
.
This package provides diagnostic programs and scripts needed to
diagnose an InfiniBand subnet.
Package: inspircd
Description-md5: bae820fb7f3d845ba00ff7694e0cc9b4
Description-en: Modular IRCd written in C++
InspIRCd is a modular C++ IRC Daemon for several operating systems created
to provide a stable, modern, lightweight irc server from scratch and provide
a vast number of features in a modularised form using an advanced module API.
By keeping the functionality of the main core to a minimum, the server is very
stable, fast and customizable.
.
This package contains the daemon.
Package: inspircd-dev
Description-md5: 326b8a4b3688cb6492dc70b8826c23d4
Description-en: Modular IRCd written in C++ - development headers
InspIRCd is a modular C++ IRC Daemon for several operating systems created
to provide a stable, modern, lightweight irc server from scratch and provide
a vast number of features in a modularised form using an advanced module API.
By keeping the functionality of the main core to a minimum, the server is very
stable, fast and customizable.
.
This package contains the development headers for developing modules.
Package: intel-gpu-tools
Description-md5: 24b336e62107729589ef05f9dd8d46f5
Description-en: IGT GPU Tools (tools, metapackage)
IGT GPU Tools is a collection of tools for development and testing of
the DRM drivers. There are many macro-level test suites that get used
against the drivers, including xtest, rendercheck, piglit, and
oglconform, but failures from those can be difficult to track down to
kernel changes, and many require complicated build procedures or
specific testing environments to get useful results. Therefore, IGT
GPU Tools includes low-level tools and tests specifically for
development and testing of the DRM Drivers.
.
This metapackage installs the igt-gpu-tools package.
Package: isoimagewriter
Description-md5: 95a2c09abcd1ae295cb961a6f2d788e4
Description-en: write hybrid iso files to usb
ISO Image Writer is a simple GUI application for creating bootable USB flash
drives from hybrid ISO files, such as Linux distribution live images and
installers. It does not modify the image before writing, so it is also safe
for use with the Debian installer.
.
This package is part of the KDE System module.
Package: itinerary
Description-md5: 6c2f6dc66f5ca2ed3f61a12ec417db5d
Description-en: Digital travel assistant protecting your privacy
Getting your itinerary presented in a unified, well structured and always up
to date fashion rather than advertisement overloaded HTML email monstrosities
or countless vendor-specific apps.
Package: jack-mixer
Description-md5: 26cadd76535b3d7aa2d96e0bbb50ca8f
Description-en: GTK+ JACK audio mixer application (Python 3)
Jack Audio Mixer provides a GTK+ GUI to mix JACK audio
streams. It maintains the appearance of a hardware audio
mixing desk. It can set levels, balance, mute, etc through
the interface or via MIDI.
.
This package installs the application for Python 3.
Package: jcat
Description-md5: 68b4b5333d69aee5fe7a9944747dcf81
Description-en: JSON catalog library tool
The libjcat library assembles checksum and metadata into a JSON based catalog.
.
This tool is used to interact with the library to analyze and produce JCAT
files.
Package: jmacro
Description-md5: 7e34edbfbc6125f2ea8293034ce5697e
Description-en: utility for jmacro JavaScript generation library
jmacro is a QuasiQuotation library for programmatic generation of
JavaScript code in Haskell. This contains the 'jmacro' binary.
Package: js-of-ocaml
Description-md5: ddf90060f879f27f21c8bfc040ae0c08
Description-en: OCaml bytecode to JavaScript compiler (compiler)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser. Its key features
are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.
.
This package contains the compiler itself.
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: justbuild
Description-md5: cb6ebf5b0a1fff2fb71ad0d0f0ce49b8
Description-en: Generic build system
Justbuild is a generic build system supporting multi-repository builds. A
peculiarity of the tool is the separation between global names and physical
location on the one hand, and logical paths used for actions and installation
on the other hand (sometimes referred to as "staging"). The language-specific
information to translate high-level concepts (libraries, binaries) into
individual compile action is taken from user-defined rules described by
functional expressions.
Package: jwt
Description-md5: 6bdefb1dfe31ae0fcda27d93890b1dea
Description-en: golang implementation of JSON Web Tokens (command line)
Community maintained clone of github.com/dgrijalva/jwt-go.
.
After the original author of the library suggested migrating the
maintenance of jwt-go, a dedicated team of open source maintainers
decided to clone the existing library into this module.
.
The command line utility included in this project (cmd/jwt) provides
a straightforward example of token creation and parsing as well as a
useful tool for debugging your own integration. You'll also find several
implementation examples in the documentation.
.
This package provides the command line.
Package: kaidan
Description-md5: aa3b8ee165becbd05d8947772613cb05
Description-en: Simple and user-friendly Jabber/XMPP client
Kaidan is a simple, user-friendly and modern chat client. It uses the open
communication protocol XMPP (Jabber).
.
The user interface makes use of Kirigami and QtQuick, while the back-end of
Kaidan is entirely written in C++ using Qt and the Qt-based XMPP library
QXmpp.
Package: karbon
Description-md5: c543dbc851e9639d2f9bd45d7103ac4e
Description-en: vector graphics application for the Calligra Suite
Karbon is a vector drawing application with an user interface that is easy to
use, highly customizable and extensible. That makes Karbon a great application
for users starting to explore the world of vector graphics as well as for
artists wanting to create breathtaking vector art. Features include:
.
* Loading support for ODG, SVG, WMF, WPG, EPS/PS
* Writing support for ODG, SVG, WMF, PNG, PDF
* Customizable user interface with freely placeable toolbars and dockers
* Layer docker for easy handling of complex documents including preview
thumbnails, support for grouping shapes via drag and drop,
controlling visibility of shapes or locking
* Advanced path editing tool with great on-canvas editing capabilities
* Various drawing tools for creating path shapes including a draw path
tool and a pencil tool, as well as a calligraphy drawing tool
* Gradient and pattern tools for easy on-canvas editing of gradient and
pattern styles
* Top notch snapping facilities for guided drawing and editing (e.g.
snapping to grid, guide lines, path nodes, bounding boxes, orthogonal
positions, intersections of path shapes or extensions of lines and
paths)
* Many predefined basic shapes included, such as circle/ellipse, star or
rectangle
* Artistic text shape with support for following path outlines
(i.e. text on path)
* Complex path operations and effects like Boolean set operations,
path flattening, rounding and refining as well as whirl/pinch effects
* Extensible by writing plugins for new tools, shapes and dockers
.
This package is part of the Calligra Suite.
Package: kate
Description-md5: ab2572368eb6cf239ac558f6cd35a97c
Description-en: powerful text editor
Kate is a powerful text editor that can open multiple files simultaneously.
.
With a built-in terminal, syntax highlighting, and tabbed sidebar, it performs
as a lightweight but capable development environment. Kate's many tools,
plugins, and scripts make it highly customizable.
.
Kate's features include:
.
* Multiple saved sessions, each with numerous files
* Scriptable syntax highlighting, indentation, and code-folding
* Configurable templates and text snippets
* Symbol viewers for C, C++, and Python
* XML completion and validation
Package: kate-data
Description-md5: 9cc10e9ab24f92570b1e4c14c048fb69
Description-en: shared data files for Kate text editor
This package contains the architecture-independent shared data files needed
for Kate editor
Package: kclock
Description-md5: 9ba83b625b23926418b852bfd88405d0
Description-en: Clock for KDE Plasma Mobile
A universal clock application for desktop and mobile. It contains alarm,
timer, stopwatch and timezone functionalities. Alarms and timers are able to
wake the device from suspend on Plasma.
Package: kde-cli-tools
Description-md5: ec416f18a4737b8b6cc6e006a745596f
Description-en: tools to use KDE services from the command line
These command line tools enable you to use KDE services such as
kioslaves, kdesu, QtSVG, kcontrol modules, KDE trader and start
applications from the command line.
.
This package is part of the KDE Plasma.
Package: kde-cli-tools-data
Description-md5: f4fd4613a60dec4dc609bfe3c66e0aca
Description-en: tools to use kioslaves from the command line
These command line tools enable you to use KDE services such as
kioslaves, kdesu, QtSVG, kcontrol modules, KDE trader and start
applications from the command line.
.
This package is part of the KDE Plasma.
.
This package contains the data files
Package: kde-config-tablet
Description-md5: 849e69ad873a82cfd727d49f6d7f75f4
Description-en: implements a KDE configuration GUI for the Wacom drivers
KDE Wacom tablet KCModule
.
This module implements a GUI for the Wacom Linux Drivers and extends it
with profile support to handle different button / pen layouts per profile.
.
For hardware support have a look at http://www.linuxwacom.sourceforge.net
.
All tablets can be set up as long as they are found via xorg.conf or HAL
configuration.
Package: kde-spectacle
Description-md5: 95ca0633f14406ddec3aadca4f76a65b
Description-en: Screenshot capture utility
Spectacle captures images of the screen. It can capture the whole screen,
a specified region, an individual window, or only part of a window.
Package: kde-style-oxygen-qt5
Description-md5: e3275296573d7a605c375dcddc629a60
Description-en: Qt 5 decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the Qt 5 widget theme.
Package: kde-style-oxygen-qt6
Description-md5: 20b932e0a9e746ae01883e50975a8fba
Description-en: Qt 6 decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the Qt 6 widget theme.
Package: kdeconnect
Description-md5: de3a7d975f1e94344c17456bf3a786d9
Description-en: connect smartphones to your desktop devices
Tool to integrate your smartphone, tablet, and desktop devices.
Remote-control, share files, synchronize notifications, and more!
At the moment it only supports Android-based mobile devices. Linux desktop
devices are well-supported, with ports available for other operating systems.
Package: kdeconnect-libs
Description-md5: 8420aaee35135768423793f57080257f
Description-en: KDE Connect internal libs
Tool to integrate your smartphone, tablet, and desktop devices.
Remote-control, share files, synchronize notifications, and more!
At the moment it only supports Android-based mobile devices. Linux desktop
devices are well-supported, with ports available for other operating systems.
.
This package contains the internal libs used by KDE Connect and thw QML module.
Package: kdeplasma-addons-data
Description-md5: b8d813cf9b8a19ae5d0e99a5ea537b7d
Description-en: locale files for kdeplasma-addons
The KDE Plasma addons module is a collection of additional Plasma 6
data engines, widgets and krunner plugins. It is part of
the official KDE distribution.
.
This package contains locale files for KDE Plasma addons module.
Package: kdiskmark
Description-md5: d24537d4448363e35d97ce073715d996
Description-en: simple disk benchmark tool
This is an HDD and SSD benchmark tool with a very friendly
graphical user interface. KDiskMark with its presets and powerful
GUI calls Flexible I/O Tester and handles the output to provide an
easy to view and interpret comprehensive benchmark result.
Package: kglobalacceld
Description-md5: edf160e6d10efc6e90a74d205184a9a8
Description-en: daemon for global keyboard shortcuts on the Plasma desktop
Daemon providing Global Keyboard Shortcut (Accelerator) functionality for the
Plasma desktop.
.
This package contains the daemon and its desktop and service files.
Package: kgraphviewer
Description-md5: becd92687440aa94c73a2526e925f82b
Description-en: GraphViz dot graph viewer
KGraphViewer is a tool to display graphviz .dot graphs.
.
It is more generally a KPart able to display any graph data that
graphviz can handle.
Package: kgraphviewer-dev
Description-md5: 0240d7453af58a2513b713bac4ecdf14
Description-en: GraphViz dot graph viewer - devel files
KGraphViewer is a tool to display graphviz .dot graphs.
.
It is more generally a KPart able to display any graph data that
graphviz can handle.
.
This package contains the development files for KGraphViewer.
Package: kgraphviewer-doc
Description-md5: bf00f369fd9a8b22494cf87c3269dcac
Description-en: GraphViz dot graph viewer - user documentation
KGraphViewer is a tool to display graphviz .dot graphs.
.
It is more generally a KPart able to display any graph data that
graphviz can handle.
.
This package contains the user documentation for KGraphViewer.
Package: kinfocenter
Description-md5: 72a193c9dc89940db318996c6bccbc7a
Description-en: system information viewer
The kinfocenter provides you with a centralized and convenient
overview of your system and desktop environment.
.
The information center is made up of multiple modules. Each module is a
separate application, but the information center organizes all of these
programs into a convenient location.
Package: kio6
Description-md5: 490a3eb47a821487838a8cfb9f8418ab
Description-en: resource and network access abstraction
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
Package: kirigami-addons-data
Description-md5: 91697c5bfe86f31f83cf50a0de081854
Description-en: data files for kirigami-addons
This package contains the data files shared by all the QML modules of
kirigami-addons.
Package: kirigami-addons-dev
Description-md5: 65042a0d8f75000db8854db911fdd5d0
Description-en: development files for kirigami-addons
This package contains the development files of kirigami-addons.
Package: kism3d
Description-md5: 2df485ae2eba140ae0a08bfd3f9ac9c6
Description-en: 802.11 visualizer for s3d
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides a 802.11 visualizer for s3d.
Package: kitty
Description-md5: 324ca9ac9df1a1576761aaf85cff7171
Description-en: fast, featureful, GPU based terminal emulator
Kitty supports modern terminal features like: graphics, unicode,
true-color, OpenType ligatures, mouse protocol, focus tracking, and
bracketed paste.
.
Kitty has a framework for "kittens", small terminal programs that can be used
to extend its functionality.
Package: kitty-doc
Description-md5: 8603b2198ad8b1a22c57fb9c13b49574
Description-en: fast, featureful, GPU based terminal emulator (documentation)
This package contains the AsciiDoc/HTML documentation for the kitty terminal
emulator.
Package: kitty-shell-integration
Description-md5: eaf8b9abaed4417913931cf7810c4a59
Description-en: fast, featureful, GPU based terminal emulator (shell integration files)
This package provides Kitty's shell-integration files so that it can easily
be installed on remote systems.
Package: kitty-terminfo
Description-md5: 858a2fc157bc1797719d557286ddfe20
Description-en: fast, featureful, GPU based terminal emulator (terminfo file)
This package provides the xterm-kitty terminfo definition for the kitty
terminal emulator so that it can easily be installed on remote systems.
Package: klevernotes
Description-md5: e69b4f0e8ab97661c794a02e60ce6a18
Description-en: note taking and management application
KleverNotes is a note taking and management application.
for your mobile and desktop devices. It uses markdown and
allows you to preview your content.
.
Different versions of Markdown are supported thanks to the
md4qt parser. This parser allows text plugins to extend
Markdown parsing, enabling the creation of KleverNotes "plugins".
Package: kmer
Description-md5: 9ca7d76a8177d8b6943e9c466d324ea7
Description-en: suite of tools for DNA sequence analysis
The kmer package is a suite of tools for DNA sequence analysis.
It provides tools for searching (ESTs, mRNAs, sequencing reads);
aligning (ESTs, mRNAs, whole genomes); and a variety of analyses
based on kmers.
.
This is a metapackage depending on the executable components of the kmer suite.
Package: kmer-examples
Description-md5: 48403899c5528a433788208d2826f9dd
Description-en: sample data for kmer suite of tools for DNA sequence analysis
The kmer package is a suite of tools for DNA sequence analysis.
It provides tools for searching (ESTs, mRNAs, sequencing reads);
aligning (ESTs, mRNAs, whole genomes); and a variety of analyses
based on kmers.
.
This package contains a test data set as well as sample scripts
running some test suite provided by Debian also as autopkgtest.
Package: kms++-utils
Description-md5: c2b76a4cb8ec18593f93da6fa7bf94f4
Description-en: C++ library for kernel mode setting - utilities
C++11 library, utilities and python bindings for Linux kernel mode setting
.
This package contains:
* kmsblank - blank screen(s)
* kmstest - set modes and planes and show test pattern on crtcs/planes,
and test page flips
* kmsprint - print information about DRM objects
* fbtest
Package: kmymoney
Description-md5: 49de8a9f7525de7bb25a7171b3e764a1
Description-en: personal finance manager for KDE
KMyMoney is the Personal Finance Manager for KDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
expenses, QIF import/export, multiple currencies and initial online banking
support.
Package: kmymoney-common
Description-md5: 31bd7293497ef7f025bc3697e844770a
Description-en: KMyMoney architecture independent files
KMyMoney is the Personal Finance Manager for KDE. It operates similar to
MS-Money and Quicken, supports different account types, categorisation of
expenses, QIF import/export, multiple currencies and initial online banking
support.
.
This package contains architecture independent files needed for KMyMoney to
run properly. It also provides KMyMoney documentation. Therefore, unless you
have 'kmymoney' package installed, you will hardly find this package useful.
Package: knot
Description-md5: 58f68942353ff022636609aab850a171
Description-en: Authoritative DNS server
Knot DNS is a fast, authoritative only, high performance, feature
full and open source name server.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-dnssecutils
Description-md5: c163c1c3c3e7da564535ab630a2315fa
Description-en: DNSSEC tools
This package provides various DNSSEC tools from Knot DNS.
.
- kzonecheck - check a DNS zone file
- kzonesign - sign a DNS zone file
- knsec3hash - compute NSEC3 hash
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-dnsutils
Description-md5: 359a026e4caf56553ec47a9cbf8c512d
Description-en: DNS clients from Knot DNS
This package provides various DNS client programs from Knot DNS.
.
- kdig - query a DNS server in various ways
- knsupdate - perform dynamic updates (See RFC2136)
- kxdpgun - send a DNS query stream
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-doc
Description-md5: cdc663089d1541610dc83f1a18c069d8
Description-en: Documentation for Knot DNS
This package provides various documents that are useful for
maintaining a working Knot DNS installation.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-exporter
Description-md5: 218721db2e32f18fbbb9f4332977a276
Description-en: Prometheus exporter for Knot DNS
This package provides Python Prometheus exporter for Knot DNS.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-host
Description-md5: 8129e3ae430cbec899b8c4f1fba99e98
Description-en: Simple DNS client
This package provides a simple DNS client program from Knot DNS.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-keymgr
Description-md5: 21510d55b8707474a634c8fc579fb46a
Description-en: Knot DNS key management utility
This package provides the 'keymgr' program for Knot DNS key management.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-module-dnstap
Description-md5: 24332e1ee30ac727748e70a3c51382be
Description-en: dnstap module for Knot DNS
This package provides dnstap module for logging DNS traffic.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-module-geoip
Description-md5: b59420b004ced0c377ad989c3409db0f
Description-en: geoip module for Knot DNS
This package provides geoip module for geography-based responses.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: knot-resolver6
Description-md5: 3c5571c7871769e23627f380b607b9f4
Description-en: caching, DNSSEC-validating DNS resolver - binaries
Knot Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
efficient, and provides a state-machine like API for
extensions. There are three built-in modules - iterator, cache,
validator, and many external.
.
The Lua modules, switchable and shareable cache, and fast FFI
bindings makes it great to tap into resolution process, or be used
for your recursive DNS service. It's the OpenResty of DNS.
.
The server adopts a different scaling strategy than the rest of the
DNS recursors - no threading, shared-nothing architecture (except
MVCC cache that may be shared). You can start and stop additional
nodes depending on the contention without downtime.
.
Knot Resolver Manager hides the complexity of running several independent
resolver processes while ensuring zero-downtime reconfiguration with YAML/JSON
declarative configuration and an optional HTTP API for dynamic changes.
Package: knot-resolver6-dev
Description-md5: 65e07cc09dca4689461ed1872f2b9de3
Description-en: Knot Resolver development files
Knot Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
efficient, and provides a state-machine like API for
extensions.
.
This package provides the development headers for Knot Resolver.
Package: knot-resolver6-module-dnstap
Description-md5: cd9f03fdbb9f1c760abbd6a02e4920f4
Description-en: dnstap module for Knot Resolver
The Knot Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
efficient, and provides a state-machine like API for
extensions. There are three built-in modules - iterator, cache,
validator, and many external.
.
This package contains dnstap module for logging DNS responses
to a unix socket in dnstap format.
Package: knot-resolver6-module-http
Description-md5: c5063c4cabf54c4f50fd8a912dfad050
Description-en: HTTP module for Knot Resolver
The Knot Resolver is a caching full resolver implementation
written in C and LuaJIT, including both a resolver library and a
daemon. Modular architecture of the library keeps the core tiny and
efficient, and provides a state-machine like API for
extensions. There are three built-in modules - iterator, cache,
validator, and many external.
.
This package contains HTTP/2 module for local visualization of the
resolver cache and queries.
Package: kodi-audiodecoder-fluidsynth
Description-md5: db80b9524d4c048acd198e64608257ff
Description-en: Fluidsynth audio decoder for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package allows playing Fluidsynth Midi audio files Kodi
Package: kodi-audiodecoder-openmpt
Description-md5: a57860b6d43d59e39b98c8a9021db9a8
Description-en: OpenMPT audio decoder for Kodi
OpenMPT (short hand for Open ModPlug Tracker) is completely free and his
library allows you play back some great music on your Kodi.
.
It supports loading of IT (Impulse Tracker), XM (FastTracker Extended
Module), MOD (ProTracker and similar), S3M (Scream Tracker 3) and MPTM (its
own file format) files, imports many more module and sample file formats.
Package: kodi-audiodecoder-sidplay
Description-md5: 490f33103aaa5baca163298111e86010
Description-en: SidPlay audio decoder for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package allows playing SidPlay audio files in Kodi.
Package: kodi-audioencoder-flac
Description-md5: a723cd0fe5c577a08cd6e4088958da08
Description-en: FLAC audio encoder add-on for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package ia an audio encoder add-on for Kodi. It is needed to convert
Audio-CD to FLAC.
Package: kodi-audioencoder-lame
Description-md5: e3099aae85caf053c603c82bc197e1b4
Description-en: LAME (mp3) audio encoder add-on for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is an audio encoder add-on for Kodi. It is needed if to convert
Audio-CD to mp3 with LAME.
Package: kodi-audioencoder-vorbis
Description-md5: 809c364cd1ab83e4bec66277bc06746a
Description-en: Vorbis audio encoder add-on for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is an audio encoder add-on for Kodi. It is needed to convert
Audio-CD to Vorbis (ogg).
Package: kodi-audioencoder-wav
Description-md5: 46a636084b484480a4e7498b64ddfe19
Description-en: WAV audio encoder add-on for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is an audio encoder add-on for Kodi. It is needed to convert
Audio-CD to WAV.
Package: kodi-game-libretro
Description-md5: a34ab5bef5c69819c52c7026500341df
Description-en: Libretro wrapper for Kodi's Game API
This add-on provides a wrapper that allows Libretro cores to be loaded
as game add-ons. Libretro cores are shared libraries that use the
Libretro API, so the wrapper is responsible for translating function
calls between the Libretro API and the Game API.
Package: kodi-game-libretro-bsnes-mercury-accuracy
Description-md5: 679c36bd008bc0ec4f2f01f98742f068
Description-en: Kodi integration for bsnes-mercury accuracy core
This package contains the appropriate Kodi configuration to allow the use of
the bsnes-mercury accuracy libretro core with Kodi via kodi-game-libretro.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package pulls in the bsnes-mercury accuracy core, which runs 100% of SNES
games, with perfect emulation of the console. It requires high CPU usage.
Package: kodi-game-libretro-bsnes-mercury-balanced
Description-md5: 57a372cec9fb4e47a6e4e2f1f38959df
Description-en: Kodi integration for bsnes-mercury balanced core
This package contains the appropriate Kodi configuration to allow the use of
the bsnes-mercury balanced libretro core with Kodi via kodi-game-libretro.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package pulls in the bsnes-mercury balanced core, which tries to keep a
good balance between accuracy and performance. It runs almost all SNES games.
Package: kodi-game-libretro-bsnes-mercury-performance
Description-md5: 5ad1b042c72c1a2370e2e7f778e56bdb
Description-en: Kodi integration for bsnes-mercury performance core
This package contains the appropriate Kodi configuration to allow the use of
the bsnes-mercury performance libretro core with Kodi via kodi-game-libretro.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package pulls in the bsnes-mercury performance core, which provides
faster emulation at the cost of reduced accuracy, including problems with some
games.
Package: kodi-game-libretro-sameboy
Description-md5: a400a08d90d6dda225c96563e0e3ba89
Description-en: Kodi integration for SameBoy core
This package contains the appropriate Kodi configuration to allow the use of
the SameBoy libretro core with Kodi via kodi-game-libretro.
Package: kodi-imagedecoder-heif
Description-md5: 92004df8271e987f4220f7014152ac83
Description-en: HEIF image decoder for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package allows viewing HEIF image files in Kodi
Package: kodi-imagedecoder-raw
Description-md5: e29746e8109a98aac66967b87909ccda
Description-en: RAW image decoder for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package allows viewing RAW image files in Kodi
Package: kodi-inputstream-adaptive
Description-md5: 9b2114a98b6ada7e570f6cf182580aac
Description-en: Adaptive inputstream addon for Kodi
This package allows playing HLS/DASH/smoothstream streams in Kodi.
.
It is part of the official kodi repository.
.
Its primary use is to play DRM-protected with decryptors supplied
by other addons (like Netflix or other paid video services).
Package: kodi-inputstream-ffmpegdirect
Description-md5: 60d78c8a131efe6c3e9bcdd771bfcd2a
Description-en: FFmpegDirect inputstream addon for Kodi
This package is FFmpegDirect inputstream addon for Kodi.
.
It Supports streams opened by FFmpeg's libavformat or
Kodi's cURL such as plain TS, HLS and DASH (non-DRM)
as well as many others.
.
There is support for Archive/Catchup services where there
is a replay window and can timeshift across that span.
.
It also provides timeshift for live streams where
rewind/pause and fast-forward would not have been available.
Package: kodi-inputstream-rtmp
Description-md5: 2c6e5ee95f53ec8790b2da664f46838a
Description-en: Kodi input stream addon for RTMP
This package is the RTMP Inputstream addon for Kodi.
.
The Real Time Messaging Protocol (RTMP) is a proprietary network protocol
developed by Adobe Inc. to transmit audio, video and other data over the
Internet from a media server to a flash player.
Package: kodi-peripheral-joystick
Description-md5: 63acb0406aa62f44992a29fd29348e9c
Description-en: Kodi Joystick Library
This library provides joystick drivers and button maps. Multiple joystick
APIs are supported, including DirectX, XInput, SDL and the Linux Joystick
API.
Package: kodi-peripheral-xarcade
Description-md5: 497671fdbab23afd4bb8111618e7778c
Description-en: X-Arcade Tankstick driver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is the X-Arcade Tankstick driver for Kodi.
See Readme for installing udev rule.
Package: kodi-pvr-argustv
Description-md5: 3d27858b75f38098834c84053c0c3e9d
Description-en: ARGUS TV PVR addon for Kodi
This package contains the ARGUS TV PVR (Personal Video Recorder) Addon
for Kodi, the award winning free and open source software media-player
and entertainment hub for all your digital media.
.
ARGUS TV is an advanced rule-based scheduling system to record TV programs.
.
This addon allows controlling ARGUS TV from Kodi.
Package: kodi-pvr-dvblink
Description-md5: a5ea61c93c1195ccc4c3acc5ec064d8e
Description-en: DVBLink PVR Client for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package contains the DVBLink PVR Client addon.
Package: kodi-pvr-dvbviewer
Description-md5: 88894afa8b8b11695dac400b9889aed0
Description-en: DVBViewer Kodi PVR Addon
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is DVBViewer PVR client for DVBViewer Recording
Service. It supports LiveTV, Timers, Recordings, EPG and timeshift.
Package: kodi-pvr-filmon
Description-md5: a21fb37f557088d828d2de7f87ee1bd2
Description-en: Filmon PVR client addon for Kodi
This package contains the Filmon PVR (Personal Video Recorder) addon for
Kodi, the award winning free and open source software media-player and
entertainment hub for all your digital media.
Package: kodi-pvr-hdhomerun
Description-md5: ff02bb957a49f3b14524563f16bcd283
Description-en: HDHomeRun PVR Addon for Kodi
HDHomeRun is made by SiliconDust and is a stand-alone networked TV/HDTV
tuner box. The HDHomeRun can either connect with over the air TV signals
or with cablecard, and then stream the channels over a network to
supported clients, such as Kodi.
.
This package contains the HDHomeRun PVR (Personal Video Recorder) Addon
for Kodi, the award winning free and open source software media-player
and entertainment hub for all your digital media.
Package: kodi-pvr-hts
Description-md5: 50082500eacb05a17d3de9a2e78cd189
Description-en: Kodi PVR Addon TvHeadend Hts
This package contains the TvHeadend PVR (Personal Video Recorder) Addon for
Kodi, the award winning free and open source software media-player and
entertainment hub for all your digital media.
Package: kodi-pvr-iptvsimple
Description-md5: d6c10aeba4bf735c48e9f0abb2ee493a
Description-en: IPTV Simple Client Kodi PVR Addon
IPTV Simple Client is a basic PVR Addon for Kodi to receive IPTV Live TV,
Radio channels, and EPG directly in Kodi.
.
It adds support for Live TV watching and EPG TV Guide through IPTV
provided by the Internet providers in former USSR countries among others.
Package: kodi-pvr-mediaportal-tvserver
Description-md5: 914e19ec59b5a6d15c9ac72f2ffe513b
Description-en: MediaPortal's TV-Server PVR addon for Kodi
This package contains the MediaPortal's TV-Server PVR (Personal Video
Recorder) Addon for Kodi, the award winning free and open source
software media-player and entertainment hub for all your digital media.
.
TV-Server is the component of MediaPortal that manages the user's
TV cards and streams the TV signal over the network.
Package: kodi-pvr-mythtv
Description-md5: 666204db3cb18adff899e185b299a75a
Description-en: MythTV PVR Addon for Kodi
MythTV is a open source software PVR project that is designed to run on
Linux, although other operating system packages are available. With
MythTV you can watch Live TV, schedule recordings, view episode guide
information, and many other features you expect from a DVR type
appliance device. But more interesting for Kodi users is that as MythTV
uses a distributed application structure it can also be configured as
PVR backend (PVR server) for Kodi, supporting multiple Kodi frontends as
clients, with MythTV acting as the PVR backend that does work of tuning
TV signals, recording, scheduling, and post processing jobs.
.
This package contains the MythTV PVR (Personal Video Recorder) Addon for
Kodi, the award winning free and open source software media-player and
entertainment hub for all your digital media
Package: kodi-pvr-nextpvr
Description-md5: a011a095b02a496ccb7fba22c0a148a8
Description-en: NextPVR PVR addon for Kodi
This package contains the NextPVR PVR (Personal Video Recorder) Addon
for Kodi, the award winning free and open source software media-player
and entertainment hub for all your digital media
.
NextPVR is a free Personal Video Recorder (PVR) application for
Microsoft Windows.
.
NextPVR supports a wide range of digital tuners including DVB-S/S2, DVB-
T/T2, DVB-C, DMB-T, ATSC and QAM. NextPVR also supports specialist
component/HDMI capture devices (like the Hauppauge HDPVR, HDPVR2 and
Colossus), and Copy-Freely devices (like the Hauppauge DCR-2650 and
HDHomeRun Prime). NextPVR supports all broadcast codec's including: MPEG-
2 and H.264 video, and MPEG1 Layer II, AC3, E-AC3, AAC, HE-AAC audio.
Package: kodi-pvr-njoy
Description-md5: cba396209300639ce5144777600723bb
Description-en: NJOY PVR Addon for Kodi
Njoy Digital is a company that makes "Njoy Digital N7" network attached
DVB TV tuners for Digital Cable, Terrestrial or Satellite TV
television broadcasts compatible with XBMC's PVR frontend clients.
.
This package contains the NJOY PVR (Personal Video Recorder) Addon for Kodi,
the award winning free and open source software media-player and entertainment
hub for all your digital media.
Package: kodi-pvr-octonet
Description-md5: ba636ab1cac7835cb5829d44b27b1d76
Description-en: Digital Devices Octopus NET PVR for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is Digital Devices Octopus NET PVR addon for Kodi.
Package: kodi-pvr-pctv
Description-md5: c5c72f259d437d365b40d93f156c1e47
Description-en: PCTV PVR client addon for Kodi
This package contains the PCTV PVR (Personal Video Recorder) addon for
Kodi, the award winning free and open source software media-player and
entertainment hub for all your digital media.
Package: kodi-pvr-sledovanitv-cz
Description-md5: 0e8444810f93cebf6afc469c571830f8
Description-en: sledovanitv.cz PVR for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is PVR addon fo sledovanitv.cz IPTV Provider
Package: kodi-pvr-stalker
Description-md5: 095892437545124edff7c1a4def8881f
Description-en: Stalker Middleware PVR client addon for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package contains the Stalker Middleware PVR (Personal Video Recorder)
addon for Kodi, the award winning free and open source software
media-player and entertainment hub for all your digital media.
Package: kodi-pvr-teleboy
Description-md5: f12f56413dde85835cdd245f27fdf03e
Description-en: Teleboy PVR for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a PVR addon for Teleboy
Package: kodi-pvr-vbox
Description-md5: 1c53779cce0eebec5a933d3c7ae56f70
Description-en: VBox Home TV Gateway addon for Kodi
This package contains the VBox Home TV Gateway PVR (Personal Video
Recorder) addon for Kodi, the award winning free and open source software
media-player and entertainment hub for all your digital media.
.
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox
Package: kodi-pvr-vdr-vnsi
Description-md5: 299fca88aa9d737a2ff1913d08787e58
Description-en: Kodi PVR Addon VDR VNSI
This package contains the VDR VNSI PVR (Personal Video Recorder) Addon for
Kodi, the award winning free and open source software media-player and
entertainment hub for all your digital media.
Package: kodi-pvr-vuplus
Description-md5: fa258eed461efa5e75470f22bc7cf113
Description-en: Vu+/Enigma2 PVR Addon for Kodi
Enigma2 is a framebuffer-based zapping application (GUI) that is primarly
targeted to physicial set-top-boxes running embedded Linux (OpenEmbedded
based firmware distrobutions), however Enigma2 can technically also run
on regular PCs, but it is not common.
.
While the Enigma2 software was originally developed by Dream Multimedia
for their Dreambox series, the opendreambox.org has made Enigma2 into a
popular open source based firmware platform for set-top boxes and it is
used by a number of differet set-top box manufacturers, including the
most commonly known are Dreambox, DBox2, and Vu+ (VuPlus), which all use
Enigma2 based firmware images. Most of these Enigma2 based set-top boxes
falls under the category of Linux-powered satellite, terrestrial and cable
digital television receivers.
.
With the Vu+ (VuPlus) PVR add-on Kodi PVR can be used also with a connected
VU+ or any other Enigma2 based set-top boxes, and in general all Enigma2
based settop boxes should be supported.
.
This package contains the Vu+ PVR (Personal Video Recorder) Addon for Kodi,
the award winning free and open source software media-player and entertainment
hub for all your digital media.
Package: kodi-pvr-waipu
Description-md5: fbbe6b45bfc72d875ed866e546b7fcab
Description-en: waipu PVR for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a PVR addon for waipu.
Package: kodi-pvr-wmc
Description-md5: 487050faf606d656b5308870a6cce90f
Description-en: WMC PVR Addon for Kodi
PVR client add-on that provides Live TV, PVR (Personal Video Recorder)
functions and electronic program guide data for Kodi. The services are
provided by connecting to ServerWMC, a server interface for Windows
which communicates with Windows Media Center.
Package: kodi-pvr-zattoo
Description-md5: c5ba5b303ca0ba40cd392643a29b7765
Description-en: Zattoo PVR for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a PVR addon for Zattoo
Package: kodi-screensaver-asteroids
Description-md5: b0a416ff98040f4df6285736df2f0e76
Description-en: Asteroids screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is Asteroids screensaver for Kodi
Package: kodi-screensaver-biogenesis
Description-md5: b8193029c01c8d07f2931afb3a23bc2e
Description-en: BioGenesis screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is BioGenesis screensaver for Kodi
Package: kodi-screensaver-greynetic
Description-md5: 433e0d302041566b0e7acb0d80c3fdd5
Description-en: Greynetic screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a Greynetic screensaver for Kodi
Package: kodi-screensaver-pingpong
Description-md5: b135bc5c1fddd3334771a913e0a675bb
Description-en: Pingpong screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a Pingpong screensaver for Kodi
Package: kodi-screensaver-pyro
Description-md5: 15c0598316ddee6d38e00e63b0131343
Description-en: Pyro screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a Pyro screensaver for Kodi
Package: kodi-screensaver-shadertoy
Description-md5: b93135d29e3d4474d455b39a76b7c064
Description-en: Shadertoy screensaver for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a Shadertoy screensaver for Kodi
Package: kodi-vfs-libarchive
Description-md5: 7016424e56565f7c4ca73c34472f9587
Description-en: Libarchive VFS add-on for Kodi
This is a Kodi VFS addon to support archives.
.
From libarchive description:
Archive formats supported are:
.
* tar (read and write, including GNU extensions)
* pax (read and write, including GNU and star extensions)
* cpio (read and write, including odc and newc variants)
* iso9660 (read and write, including Joliet and Rockridge extensions, with
some limitations)
* zip (read only, with some limitations, uses zlib)
* mtree (read and write)
* shar (write only)
* ar (read and write, including BSD and GNU/SysV variants)
* empty (read only; in particular, note that no other format will accept an
empty file)
* raw (read only)
* xar (read only)
* rar (read only, with some limitations)
* 7zip (read and write, with some limitations)
.
Filters supported are:
.
* gzip (read and write, uses zlib)
* bzip2 (read and write, uses bzlib)
* compress (read and write, uses an internal implementation)
* uudecode (read only)
* separate command-line compressors with fixed-signature auto-detection
* xz and lzma (read and write using liblzma)
* zstandard (read and write using libzstd)
Package: kodi-vfs-sftp
Description-md5: 250115e5a4ba60d71aacf82d02e7547e
Description-en: SSH File Transfer Protocol for Kodi
The SSH File Transfer Protocol (also Secure File Transfer Protocol, or
SFTP) is a network protocol that provides file access, file transfer, and
file management over any reliable data stream.
.
This Kodi addon allows file access to data in it.
Package: kodi-visualization-fishbmc
Description-md5: 622bf963c396a783f33d481e72f1c681
Description-en: Fishbmc audio visualization addon for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package provides music visualisation showing waves and blur effects.
Package: kodi-visualization-pictureit
Description-md5: 6a3b100fc99a288f8cc83b37e2d485ed
Description-en: pictureit visualizer for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a PictureIt visualizer for Kodi
Package: kodi-visualization-shadertoy
Description-md5: 04beddd715a886340aeff47ebb62b722
Description-en: Shadertoy audio visualization for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package provides Shadertoy audio visualization for Kodi.
Package: kodi-visualization-shadertoy-data
Description-md5: 33c03871e9aa5c46857cf7d8cf167334
Description-en: Shadertoy audio visualization for Kodi (common data)
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package contains data files for Shadertoy visualization.
Package: kodi-visualization-spectrum
Description-md5: a5e93170af93e379e89838b9e8e12b60
Description-en: Spectrum visualizer addon for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is Spectrum visualizer for Kodi. It is a rework of the oriignal
visualizer which has been part of Kodi before release 16.
Package: kodi-visualization-waveform
Description-md5: c5dbe7d783075f889cce6fc03b8656ba
Description-en: Waveform audio visualization addon for Kodi
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package is a Waveform audio visualization addon for Kodi.
Package: koko
Description-md5: e12e46f78e81728cca381d859d83b774
Description-en: Image gallery for Plasma mobile
Koko is an image viewer designed for desktop and touch devices.
.
It is based on Kirigami, being therefore able to adapt nicely to desktops,
phones, big screens and potentially everything else.
.
It features a gallery and an image viewer, plus the chance to do simple
image modifications (crop, rotation) in-app thanks to the kquickimageeditor.
Package: koko-data
Description-md5: 9e6f686cb7f93765e761472af7250b05
Description-en: Image gallery for Plasma mobile -- data files
Koko is an image viewer designed for desktop and touch devices.
.
This package contains architecture-independent data files.
Package: konq-plugins
Description-md5: 6ef4213296669a674bad452501d6e65c
Description-en: plugins for Konqueror, the KDE file/web/document browser
This package contains a variety of useful plugins for Konqueror, the
file manager, web browser and document viewer for KDE. Many of these
plugins will appear in Konqueror's Tools menu.
.
Web navigation plugins:
- Akregator feed icon: allows one to add a feed to Akregator from Konqueror
- Auto Refresh: refresh a webpage at a given rate
- Bookmarklets: enables the use of bookmarklets, bookmarks containing
JavaScript code
- Document Relations: displays the document relations of a document
- DOM Tree Viewer: view the DOM tree of the current page
- KHTML Settings: fast way to change the JavaScript/images/cookies settings
- Microformat Icon: displays an icon in the statusbar if the page contains
a microformat
- Search Bar: launches web searches from the Konqueror's toolbar
- Translate: language translation for the current page using Babelfish
- UserAgent Changer: quick switch of the UserAgent used for the current site
- Website Validators: CSS and HTML validation tools
- Web Archiver: creates archives of websites
- Crash manager: restores your opened tabs if Konqueror crashes (disabled
by default as Konqueror has this feature builtin)
.
File management plugins:
- Image Gallery: an easy way to generate a HTML image gallery
- File Size View (kpart): a proportional view of directories and files
based on file size
- Transform Image (service menu): rotate and flip images
- Convert To (service menu): convert and image to another format
- Directory Filter (dolphin): filter directory views
.
This package is part of the KDE base applications module.
Package: konqueror
Description-md5: e649f329e6b782f427d74e82d32a32eb
Description-en: advanced file manager, web browser and document viewer
Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of
file-management and file previewing.
.
Features:
- Webbrowsing using KHTML or KDEWebKit as rendering engines
- File management using most of Dolphin's features (including
version-control, service menus and the basic UI)
- File management on ftp and sftp servers
- Full featured FTP-client (you can split views to display local
and remote folders and previews in the same window)
- Embedded applications to preview files (e.g. Okular and Calligra
for documents, Gwenview for pictures, KTextEditor for text-files)
- Different kinds of plugins: Service-menus, KParts (embedded
applications), KIO (accessing files using special protocols like
http or ftp) and KPart-plugins (like AdBlocker...)
Package: konqueror-data
Description-md5: 1e0d8a2f234a9ec1dc3d5cf71eceea1c
Description-en: data files for Konqueror
Konqueror is the KDE web browser and an advanced file manager.
.
This package contains the architecture-independent data files of Konqueror.
Package: konqueror-doc
Description-md5: c6c8f0dc11956fb1dfd7c158128ebbaa
Description-en: user documentation for Konqueror
Konqueror is the KDE web browser and an advanced file manager.
.
This package contains the user documentation for Konqueror.
Package: kosmindoormap-demo
Description-md5: 6f50f8f58fa3b01dfd335b7b85470f9a
Description-en: OSM multi-floor indoor map demo application
Open Street Map indoor map renderer of for example a (large) train station.
.
Contains a demo application.
Package: kosmindoormap-dev
Description-md5: c61cb6eeac7219f445b5b62e9af367f2
Description-en: OSM multi-floor indoor map renderer (development files)
Open Street Map indoor map renderer of for example a (large) train station.
.
Contains development files.
Package: kquickimageeditor-dev
Description-md5: 3d987076675ae650dca4fa80e38096a8
Description-en: Image editing components - devel files
A QtQuick plugin providing Image editing components.
.
This package contains the development files.
Package: krfb
Description-md5: 8c8d162f74b4548f90dcb0fb7f900216
Description-en: Desktop Sharing utility
KDE Desktop Sharing is a manager for easily sharing a desktop session with
another system. The desktop session can be viewed or controlled remotely by
any VNC or RFB client, such as the KDE Remote Desktop Connection client.
.
KDE Desktop Sharing can restrict access to only users who are explicitly
invited, and will ask for confirmation when a user attempts to connect.
.
This package is part of the KDE networking module.
Package: krita
Description-md5: cad766809ad07bc61817bcf9d8a74ddb
Description-en: pixel-based image manipulation program
Krita is a creative application for raster images. Whether you want to create
from scratch or work with existing images, Krita is for you. You can work with
photos or scanned images, or start with a blank slate. Krita supports most
graphics tablets out of the box.
.
Krita is different from other graphics design programs in that it has
pluggable brush engines, some supporting brush resources like Gimp brush files,
others offering sophisticated simulation of real brushes, and others again
offering color mixing and image deformations. Moreover, Krita has full
support for graphics tablets, including such features as pressure, tilt and
rate, making it a great choice for artists. There are easy to use tools for
drawing lines, ellipses and rectangles, and the freehand tool is supported by
pluggable "drawing assistants" that help you draw shapes that still have a
freehand feeling to them.
Package: krita-data
Description-md5: 6ec15600616a33413c249e2eeb0ffba7
Description-en: data files for Krita painting program
This package contains architecture-independent data files for Krita.
.
See the krita package for further information.
Package: krita-l10n
Description-md5: a3cda4505d02f3f320b8db10d1a585f8
Description-en: translations for Krita painting program
This package contains the translations for Krita, the painting program.
.
See the krita package for further information.
Package: kruler
Description-md5: a02f9b40453e33bc787a496e2436df1a
Description-en: screen ruler
KRuler is a tool for measuring the size, in pixels, of items on the screen.
.
This package is part of the KDE graphics module.
Package: ktouch
Description-md5: e0dabda6f93764af247bd5a078631141
Description-en: touch typing tutor for KDE
KTouch is an aid for learning how to type with speed and accuracy. It
provides a sample text to type and indicates which fingers should be used for
each key.
.
A collection of lessons are included for a wide range of different languages
and keyboard layouts, and typing statistics are used to dynamically adjust the
level of difficulty.
.
This package is part of the KDE education module.
Package: ktouch-data
Description-md5: 518bdd78b79c451482b199699bb01b7a
Description-en: data files for ktouch
This package contains the architecture-independent data files for ktouch.
.
This package is part of the KDE education module.
Package: kube-openapi
Description-md5: 31efac9765b699e5114d7aa9a77b6327
Description-en: Kubernetes OpenAPI spec generation & serving (program)
Kube OpenAPI This repo is the home for Kubernetes OpenAPI discovery
spec generation. The goal is to support a subset of OpenAPI features
to satisfy kubernetes use-cases but implement that subset with little
to no assumption about the structure of the code or routes. Thus, there
should be no kubernetes specific code in this repo.
.
There are two main parts:
- A model generator that goes through .go files, find and generate model
definitions.
- The spec generator that is responsible for dynamically generate
the final OpenAPI spec using web service routes or combining
other OpenAPI/Json specs. Contributing Please see CONTRIBUTING.md
(CONTRIBUTING.md) for instructions on how to contribute.
Package: kwallet6
Description-md5: e0663bb939dfb14291565cefe044f8ae
Description-en: safe desktop-wide storage for passwords - kwalletd daemon
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the kwalletd runtime daemon.
Package: kwayland-dev
Description-md5: 5403bb8fd5aaf91cd4ffdf3a0b63220e
Description-en: development files for kwayland
KWayland provides a Qt-style Client and Server library wrapper for
the Wayland libraries.
.
Contains development files for kwayland.
Package: kwayland-doc
Description-md5: 8581a01fbbd2adc23a812ab30f492918
Description-en: Qt library wrapper for Wayland libraries (documentation)
KWayland provides a Qt-style Client and Server library wrapper for
the Wayland libraries.
.
This package contains the qch documentation files.
Package: kwayland6-data
Description-md5: e3766990fca3ac018441517d3288eb9c
Description-en: Qt library wrapper for Wayland libraries - data files
KWayland provides a Qt-style Server library wrapper for
the Wayland libraries.
Package: kwin-addons
Description-md5: fac6e91933cc51eadb09490158f945f3
Description-en: additional desktop and window switchers for KWin
This package contains additional KWin desktop and window switchers shipped in
the Plasma 6 addons module.
.
This package is part of the KDE Plasma addons module.
Package: kwin-common
Description-md5: d812e38ecc0856bb858fffec17c3f257
Description-en: KDE window manager, common files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwin-data
Description-md5: 1d697d510504cce76cd18beb1fe47f23
Description-en: KDE window manager data files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package contains the data files
Package: kwin-decoration-oxygen
Description-md5: 0f2d780b285372a292d82d4eff036ae0
Description-en: KWin decoration for the Oxygen desktop theme
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the KWin decoration and settings modules.
Package: kwin-dev
Description-md5: e981f5e39df0aa1878605e91238fad93
Description-en: KDE window manager - devel files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: kwin-wayland
Description-md5: b83f16835b8ae0495f08abf775776e22
Description-en: KDE window manager, Wayland version
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package provides the wayland version, which is still a work in progress
project, and is available as a PREVIEW release. Don't expect the same
stability as with the x11 version.
Package: kwin-x11
Description-md5: 09e9d67f4d096a99b79365df6d188f93
Description-en: KDE window manager, X11 version
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package provides KWin version for X11.
Package: kwin-x11-data
Description-md5: f36735d0453c2d181f137c941bf52cc8
Description-en: KDE window manager X11 data files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package contains the KWin X11 data files
Package: kwin-x11-dev
Description-md5: 37714a61f08024200a4af9af52a7f9ab
Description-en: KDE window manager X11 - devel files
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package provides the development files for KWin X11
Package: kwrite
Description-md5: dd638fec6a6002fe9ac850e5e842392b
Description-en: simple text editor
KWrite is a simple text editor built on the KDE Platform. It uses the Kate
editor component, so it supports powerful features such as flexible syntax
highlighting, automatic indentation, and numerous other text tools.
Package: labltk
Description-md5: 9a8b2fe5e513efa2950c26c9d6e06fe8
Description-en: OCaml bindings to Tcl/Tk (executables)
mlTk is a library for interfacing OCaml with the scripting language
Tcl/Tk.
.
In addition to the basic interface with Tcl/Tk, this package contains
the OCamlBrowser code editor / library browser written by Jacques
Garrigue.
Package: labplot
Description-md5: 2a538569efcdb8dcc59d68e146ffa641
Description-en: interactive graphing and analysis of scientific data
LabPlot provides an easy way to create, manage and edit plots. It allows you
to produce plots based on data from a spreadsheet or on data imported from
external files. Plots can be exported to several pixmap and vector graphic
formats.
.
Features include:
- project-based management of data
- project explorer for management and organization of created objects in
different folders and sub-folders
- spreadsheet with basic functionality for manual data entry or for
generation of uniform and non-uniform random numbers
- import of external ASCII data into the project for further editing and
visualization
- export of spreadsheet to an ASCII file
- worksheet as the main parent object for plots, labels, etc; supports
different layouts and zooming functions
- export of worksheet to different formats (PDF, EPS, PNG, and SVG)
- great variety of editing capabilities for properties of worksheet and its
objects
- cartesian plots, created either from imported or manually created data
sets or via mathematical equation
- definition of mathematical formulas is supported by syntax highlighting
and completion and by the list of thematically grouped mathematical and
physical constants and functions
- analysis of plotted data is supported by many zooming and navigation
features
- linear and non-linear fits to data, several fit-models are predefined and
custom models with arbitrary number of parameters can be provided
Package: labplot-data
Description-md5: a20e68ed52ed42c9577afe1a7fd1b8d7
Description-en: data files for labplot
LabPlot provides an easy way to create, manage and edit plots. It allows you
to produce plots based on data from a spreadsheet or on data imported from
external files. Plots can be exported to several pixmap and vector graphic
formats.
.
This contains the data files for labplot.
Package: lambdahack
Description-md5: aa5354e20e2b1f1c71b8ffdd49ca5b36
Description-en: tactical squad ASCII roguelike dungeon crawler game engine
LambdaHack is a Haskell game engine library for ASCII roguelike
games of arbitrary theme, size and complexity, with optional
tactical squad combat. It's packaged together with a sample
dungeon crawler in fantasy setting that can be tried out
as a native binary or in the browser at http://lambdahack.github.io.
.
Please see the changelog file for recent improvements
and the issue tracker for short-term plans. Long term goals
include multiplayer tactical squad combat, in-game content
creation, auto-balancing and persistent content modification
based on player behaviour. Contributions are welcome.
Package: lame
Description-md5: 649ecb033583c1c3e720aad9c3376ab9
Description-en: MP3 encoding library (frontend)
LAME (recursive acronym for "LAME Ain't an MP3 Encoder") is a research
project for learning about and improving MP3 encoding technology.
LAME includes an MP3 encoding library, a simple frontend application,
and other tools for sound analysis, as well as convenience tools.
.
This package contains the frontend.
Package: lammps
Description-md5: e7d428177d9d81d47bea5a96772e407c
Description-en: Molecular Dynamics Simulator
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
Package: lammps-data
Description-md5: e9fa5001f76f0fa592495d5c7d2a5083
Description-en: Molecular Dynamics Simulator. Data (potentials)
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
.
The package contains data (potentials)
Package: lammps-doc
Description-md5: e7bf8b722554a64f035120871a9d40b0
Description-en: Molecular Dynamics Simulator (documentation)
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
.
The package contains documentation.
Package: lammps-examples
Description-md5: f43cc2bbd2c8af5c281a7d19e42e8091
Description-en: Molecular Dynamics Simulator (examples)
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
.
The package contains example scripts and benchmarks.
Package: lastlog2
Description-md5: a81b4cb36ae4cda8dff736646e2d36b6
Description-en: Read lastlog2 database
This package provides the lastlog2 program, to read the
lastlog2 database.
Package: lastlog2-dbgsym
Description-md5: a49e4323edc3aa9f04fd9ef289c6c89f
Description-en: debug symbols for lastlog2
Package: laurel
Description-md5: 3448139f258a7915d45275b86e0c3e2c
Description-en: Transform Linux Audit logs for SIEM usage
LAUREL is an event post-processing plugin for auditd(8) that
transforms and enriches audit logs to improve their utility for
modern security monitoring setups.
Package: layer-shell-qt
Description-md5: 3b83015a145acd9bc560390178e45231
Description-en: use the Wayland wl-layer-shell protocol - plugin
Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol.
.
This package contains the plugin.
Package: ldb-tools
Description-md5: 27e8c15a8859e3368f9f6a0853f05226
Description-en: LDAP-like embedded database - tools
ldb is a LDAP-like embedded database built on top of TDB.
.
What ldb does is provide a fast database with an LDAP-like API designed
to be used within an application. In some ways it can be seen as a
intermediate solution between key-value pair databases and a real LDAP
database.
.
This package contains bundled test and utility binaries
Package: ldnsutils
Description-md5: fe66d2498e496df54f017f09be2a6992
Description-en: ldns library for DNS programming - tools (includes drill tool)
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.
.
This package contains various client programs related to DNS that are
based on top of libldns library and DRILL tool which is similar to dig.
These tools were designed with DNSSEC in mind and are useful for DNS
and DNSSEC testing and debugging.
Package: leaff
Description-md5: ffb8dc31de6c03c556d590e9a7226844
Description-en: biological sequence library utilities and applications
LEAFF (Let's Extract Anything From Fasta) is a utility program for
working with multi-fasta files. In addition to providing random access
to the base level, it includes several analysis functions.
.
This package is part of the Kmer suite.
Package: ledger
Description-md5: e7a7a30673406f7486331b2d6359a532
Description-en: command-line double-entry accounting program
Ledger is a powerful and flexible double-entry accounting system run
entirely from the command line. Your accounts ledger is stored in one or
more plain-text files with a very simple and readable format, and ledger
does the hard work of balancing your books and reporting.
Package: ledit
Description-md5: 1f10287a364948723289d1e9c2700025
Description-en: line editor for interactive programs
Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in OCaml and Camlp4 and uses the library unix.cma.
Package: leela-zero
Description-md5: d63f9baa6d6e8d9efc5591d53534d153
Description-en: Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper
A Go program with no human provided knowledge. Using MCTS (but without Monte
Carlo playouts) and a deep residual convolutional neural network stack.
.
This is a fairly faithful reimplementation of the system described in the
Alpha Go Zero paper "Mastering the Game of Go without Human Knowledge". For
all intents and purposes, it is an open source AlphaGo Zero.
.
https://deepmind.com/documents/119/agz_unformatted_nature.pdf
.
No network weights are in this repository. If you manage to obtain the AlphaGo
Zero weights, this program will be about as strong, provided you also obtain a
few Tensor Processing Units. Lacking those TPUs, the author recommends a top
of the line GPU - it's not exactly the same, but the result would still be an
engine that is far stronger than the top humans.
.
Recomputing the AlphaGo Zero weights will take about 1700 years on commodity
hardware. Upstream is running a public, distributed effort to repeat this
work. Working together, and especially when starting on a smaller scale, it
will take less than 1700 years to get a good network (which you can feed into
this program, suddenly making it strong). To help with this effort, run the
leelaz-autogtp binary provided in this package. The best-known network weights
file is at http://zero.sjeng.org/best-network
Package: lemonade-desktop
Description-md5: a94a7d856fc975b051cc978be777596d
Description-en: Local LLM serving with GPU and NPU acceleration web application
Lemonade helps users run local LLMs with the highest performance by
configuring state-of-the-art inference engines for their NPUs and GPUs.
.
Lemonade works with model providers such as huggingface.
This package provides the web application.
Package: lemonade-server
Description-md5: 349decff01e89fd9d44997e375798eea
Description-en: Local LLM serving with GPU and NPU acceleration server
Lemonade helps users run local LLMs with the highest performance by
configuring state-of-the-art inference engines for their NPUs and GPUs.
.
Lemonade works with model providers such as huggingface.
This package provides the server.
Package: lfortran
Description-md5: 2a21f5c81fb9d9e06c0d434684995a02
Description-en: Modern interactive LLVM-based Fortran compiler
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
Package: lgc-pg
Description-md5: 2a89246b627451616fc3d4d7401e476e
Description-en: LGeneral converter for Panzer General game data
LGeneral is a turn-based strategy game heavily inspired by Panzer General.
.
This package provides lgc-pg a tool to convert the original game data of
Panzer General to LGeneral's native file format.
Package: lib32gphobos-15-dev
Description-md5: b341eedcd8081d86dac015bda85ac8cc
Description-en: Phobos D standard library (32bit development files)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang.org/phobos/
Package: lib32gphobos6
Description-md5: 2086a0c7f5831c82fec492e812bdd6c1
Description-en: Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang.org/phobos/
Package: lib32objc-15-dev
Description-md5: 4563909f76273e1eff5ff297d7d93981
Description-en: Runtime library for GNU Objective-C applications (32bit development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
Package: lib32stdc++6-15-dbg
Description-md5: 2c454c0f0591e215b1f3b1791f3e7459
Description-en: GNU Standard C++ Library v3 (debug build)
This package contains a debug build of the shared libstdc++ library. The debug
symbols for the default build can be found in the libstdc++6-dbgsym package.
Package: lib4ti2-0t64
Description-md5: df6e22ec8d67188d9443c53de63ed28a
Description-en: mathematical tool suite for problems on linear spaces -- libs
4ti2 is a mathematical software package for algebraic, geometric
and combinatorial problems on linear spaces.
.
This package provides the shared libraries required to run programs
compiled against the 4ti2 library. To compile your own programs you
also need to install the lib4ti2-dev package.
Package: lib4ti2-dev
Description-md5: 9591f83eb40df70772f95b13b795e47c
Description-en: mathematical tool suite for problems on linear spaces -- dev
4ti2 is a mathematical software package for algebraic, geometric
and combinatorial problems on linear spaces.
.
This package provides the header files, static libraries and symbolic links
that developers using the 4ti2 library will need.
Package: libaddresses-dev
Description-md5: 77ec4e73f6401222a2f61deee02f233b
Description-en: Database API backend framework for GNUstep (development files)
This backend provides complete access to address information for
applications. It is source-code compatible with Apple
Corporation's AddressBook.framework.
.
This package contains the development files.
Package: libaddresses0.5.0
Description-md5: 3c47c879b1008db892e8c063bfce221c
Description-en: Database API backend framework for GNUstep (library files)
This backend provides complete access to address information for
applications. It is source-code compatible with Apple
Corporation's AddressBook.framework.
.
This package contains the runtime libraries.
Package: libaddressview-dev
Description-md5: 5fdf286b3ece00e2582e9440c0e4adfe
Description-en: Address display/edit framework for GNUstep (development files)
This framework provides specialized view classes to applications
which want to display addresses to the user in a graphical form.
.
This package contains the development files.
Package: libaddressview0.5.0
Description-md5: b4dd3ab05d5585ecc1e315b7d953872d
Description-en: Address display/edit framework for GNUstep (library files)
This framework provides specialized view classes to applications
which want to display addresses to the user in a graphical form.
.
This package contains the runtime libraries.
Package: libadios2-common-c++-dev
Description-md5: 598bd13e8196fd62ada2af729076ea32
Description-en: Adaptable IO system for simulations - C++ binding include files (common)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the common C++ binding include files for ADIOS2.
Package: libadios2-common-c-dev
Description-md5: 1c2cfa93793b12537fe1be40846cd3cf
Description-en: Adaptable IO system for simulations - C binding include files (common)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the common C binding include files for ADIOS2.
Package: libadios2-common-core-dev
Description-md5: 74653ffb40aec3d346e60ea7ec8352a6
Description-en: Adaptable IO system for simulations - core include files (common)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the common core include files for ADIOS2.
Package: libadios2-mpi-auxiliary-2.11
Description-md5: 30833304a2d4fcbec1f2c87c2b972b9b
Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the auxiliary thirdparty libraries required
by the MPI build of ADIOS2, which are not yet packaged separately:
- atl
- dill
- EVPath
- ffs
- perfstubs
Package: libadios2-mpi-auxiliary-dev
Description-md5: 732f3a1490205a811ce4d71ea9c53dcc
Description-en: Adaptable IO system for simulations - auxiliary development files (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains binding development files for the auxiliary
thirdparty libraryies required by the MPI build of ADIOS2,
which are not yet packaged separately:
- atl
- dill
- EVPath
- ffs
- perfstubs
Package: libadios2-mpi-c++-2.11
Description-md5: 4772971aa3afd87cd43fb9ff7a21f873
Description-en: ADIOS2 Adaptable IO system for simulations - C++ binding libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C++ binding libraries for the MPI build of
ADIOS2.
Package: libadios2-mpi-c++-dev
Description-md5: 5a10e622de31fa20f703285856f27d8b
Description-en: Adaptable IO system for simulations - C++ binding development files (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C++ binding development files for the MPI
build of ADIOS2.
Package: libadios2-mpi-c-2.11
Description-md5: 3335639c8cd8625da1d0df44aced9933
Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C binding libraries for the MPI build of
ADIOS2.
Package: libadios2-mpi-c-dev
Description-md5: ee63becc1eaa48a32a3f82bd8ebe87bf
Description-en: Adaptable IO system for simulations - C binding development files (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C binding development files for the MPI
build of ADIOS2.
Package: libadios2-mpi-core-2.11
Description-md5: 1bbc19a1a7121683f60a5752c4d59d63
Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the core libraries for the MPI build of
ADIOS2.
Package: libadios2-mpi-core-dev
Description-md5: a6037597e4b000c827ab3c73bfbafcbe
Description-en: Adaptable IO system for simulations - core development files (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the core development files for the MPI build
of ADIOS2.
Package: libadios2-mpi-fortran-2.11
Description-md5: 2e121c1c338f331b8e3bfdfe6c395233
Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the Fortran binding libraries for the MPI build of
ADIOS2.
Package: libadios2-mpi-fortran-dev
Description-md5: 6b6c3e9149f62c835e3ea01eff840141
Description-en: Adaptable IO system for simulations - Fortran binding development files (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the Fortran binding development files for the MPI
build of ADIOS2.
Package: libadios2-mpi-plugins
Description-md5: 2b24b7c1463117aa04083ef6ba648d17
Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (MPI)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the plugin libraries for the MPI build of
ADIOS2.
Package: libadios2-serial-auxiliary-2.11
Description-md5: 1e2824419b8e2eb727158b40075f2d67
Description-en: ADIOS2 Adaptable IO system for simulations - auxiliary libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the auxiliary thirdparty libraries required
by the serial build of ADIOS2, which are not yet packaged separately:
- atl
- dill
- EVPath
- ffs
- perfstubs
Package: libadios2-serial-auxiliary-dev
Description-md5: 76dd37c89f153552a9cb7eb9f4ee418b
Description-en: Adaptable IO system for simulations - auxiliary development files (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains binding development files for the auxiliary
thirdparty libraryies required by the serial build of ADIOS2,
which are not yet packaged separately:
- atl
- dill
- EVPath
- ffs
- perfstubs
Package: libadios2-serial-c++-2.11
Description-md5: c29e446014b46fff81d834934469b00f
Description-en: ADIOS2 Adaptable IO system for simulations - C++ binding libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C++ binding libraries for the serial build of
ADIOS2.
Package: libadios2-serial-c++-dev
Description-md5: 83baec9812b6c7cc0d012cbb6eb2688e
Description-en: Adaptable IO system for simulations - C++ binding development files (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C++ binding development files for the serial
build of ADIOS2.
Package: libadios2-serial-c-2.11
Description-md5: 0a984f08514ef8ff007af39c42479f6b
Description-en: ADIOS2 Adaptable IO system for simulations - C binding libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C binding libraries for the serial build of
ADIOS2.
Package: libadios2-serial-c-dev
Description-md5: 5f02efb3076e9459f0f7e7c9d2d74ab8
Description-en: Adaptable IO system for simulations - C binding development files (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the C binding development files for the serial
build of ADIOS2.
Package: libadios2-serial-core-2.11
Description-md5: 72035af34866f3ebb3a993dfd80dfceb
Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the core libraries for the serial build of
ADIOS2.
Package: libadios2-serial-core-dev
Description-md5: ffc1edc97476b2841da6afe87c0429e4
Description-en: Adaptable IO system for simulations - core development files (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the core development files for the serial build
of ADIOS2.
Package: libadios2-serial-fortran-2.11
Description-md5: f9626defe65d0e5d708a8fe1abb7aa49
Description-en: ADIOS2 Adaptable IO system for simulations - Fortran binding libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the Fortran binding libraries for the serial build of
ADIOS2.
Package: libadios2-serial-fortran-dev
Description-md5: 624aa2debe9707be66c00fef6d68c9b6
Description-en: Adaptable IO system for simulations - Fortran binding development files (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the Fortran binding development files for the serial
build of ADIOS2.
Package: libadios2-serial-plugins
Description-md5: 861f06d7fa2b11f235073d61f73b3b8c
Description-en: ADIOS2 Adaptable IO system for simulations - core libraries (serial)
The Adaptable IO System (ADIOS) provides a simple, flexible way for
scientists to describe the data in their code that may need to be
written, read, or processed outside of the running simulation. By
providing an external to the code XML file describing the various
elements, their types, and how you wish to process them this run, the
routines in the host code (either Fortran or C) can transparently
change how they process the data.
.
This package contains the plugin libraries for the serial build of
ADIOS2.
Package: libalcotest-ocaml-dev
Description-md5: 8c969d13c23f0fa6afe3074f886916bc
Description-en: lightweight and colourful test framework for OCaml
Alcotest exposes simple interface to perform unit tests. It exposes a
simple TESTABLE module type, a check function to assert test
predicates and a run function to perform a list of unit -> unit test
callbacks.
.
Alcotest provides a quiet and colorful output where only faulty runs
are fully displayed at the end of the run (with the full logs ready
to inspect), with a simple (yet expressive) query language to select
the tests to run.
Package: libalpm-dev
Description-md5: 3f28bd636d2670a8c43043d554a4f531
Description-en: Arch Linux Package Management library (development files)
Development files for libalpm, a package management library primarily
used by pacman.
Package: libalpm16
Description-md5: 26c486ee2cb65f06863d82e3cd6be1ac
Description-en: Arch Linux Package Management library
libalpm is a package management library, primarily used by pacman.
Package: libamd-smi-dev
Description-md5: 1efc0aeda71ce549ea2140fcddee03b6
Description-en: AMD System Management Interface - headers
amdsmi (AMD System Management Interface Library) is a C library for
Linux providing user space interfaces to monitor and control AMD GPU devices.
.
This package provides the amdsmi headers.
Package: libamd-smi26
Description-md5: 8fcc26bb166c885fc4cf6eacbbdc0fb9
Description-en: AMD System Management Interface - library
amdsmi (AMD System Management Interface Library) is a C library for
Linux providing user space interfaces to monitor and control AMD GPU devices.
.
This package provides the amdsmi library.
Package: libanyevent-handle-udp-perl
Description-md5: acf9af6c93ab0527cafbf1dae419a9f5
Description-en: client/server UDP handles for AnyEvent
AnyEvent::Handle::UDP is an abstraction around UDP sockets
for use with AnyEvent.
.
AnyEvent is a framework to do event-based programming,
implemented as a thin abstraction layer on top of other event loops.
Package: libapache2-mod-auth-openidc
Description-md5: f21d7ca69a4a325455d36be19471a9c7
Description-en: OpenID Connect Relying Party implementation for Apache
mod_auth_openidc is a certified authentication and authorization module
for the Apache 2.x HTTP server that implements the OpenID Connect
Relying Party functionality.
.
This module enables an Apache 2.x web server to operate as an OpenID
Connect Relying Party (RP) towards an OpenID Connect Provider (OP).
It relays end user authentication to a Provider and receives user
identity information from that Provider. It then passes on that identity
information (a.k.a. claims) to applications protected by the Apache web
server and establishes an authentication session for the identified user.
Package: libapache2-mod-auth-openidc-dbgsym
Description-md5: 2d4f20aa393d43073e39bedca1976f11
Description-en: debug symbols for libapache2-mod-auth-openidc
Package: libapache2-mod-netcgi-apache
Description-md5: 0c0de36bd4098c36644a0b2c3988d000
Description-en: OCaml application-level Internet libraries - netcgi2 Apache2 connector
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the mod_netcgi_apache Apache module. You will
need this module to run web applications built using the netcgi2 Apache
connector of OCamlnet. With this package Apache can serve them directly
as OCaml compiled modules.
Package: libapache2-mod-python
Description-md5: bde005b62de762b201504653675e48e6
Description-en: Python-embedding module for Apache 2
The mod_python module supports web applications written in Python.
Because the parser is embedded in the server as an Apache module, it
will run much faster than traditional CGI.
.
This package is built for the current Python 3 version.
Package: libapache2-mod-python-doc
Description-md5: 9564caeb173aa6a96d396d2bfafe8b8b
Description-en: Python-embedding module for Apache 2 - documentation
The mod_python module supports web applications written in Python.
Because the parser is embedded in the server as an Apache module, it
will run much faster than traditional CGI.
.
This package contains the module documentation in HTML format.
Package: libapbs-dev
Description-md5: 99fddf8ba6c3ebcd3c50caf758147e53
Description-en: Adaptive Poisson Boltzmann Solver
APBS is a software package for the numerical solution of the
Poisson-Boltzmann equation (PBE), one of the most popular continuum
models for describing electrostatic interactions between molecular
solutes in salty, aqueous media.
.
This package contains the development headers to build against
libapbs_* shared libraries.
Package: libapbs3t64
Description-md5: 90f597bcf1c87921eed5cea0ddc1b150
Description-en: Adaptive Poisson Boltzmann Solver
APBS is a software package for the numerical solution of the
Poisson-Boltzmann equation (PBE), one of the most popular continuum
models for describing electrostatic interactions between molecular
solutes in salty, aqueous media.
.
This package contains the libapbs_* shared libraries.
Package: libapertium-lex-tools1
Description-md5: 9eb5b1db6dfb858c3cd49d52b35f69a7
Description-en: Shared library for Apertium lexical selection module
Module for compiling lexical selection rules and processing
them in the pipeline.
.
This package contains shared library for the Apertium
constraint-based lexical selection module.
Package: libapertium3
Description-md5: 4770d1d0d21411c1a6c67f51a30e6da9
Description-en: Shared library for Apertium
An open-source shallow-transfer machine translation
engine, Apertium is initially aimed at related-language pairs.
.
This package contains shared library for the Apertium
shallow-transfer machine translation engine.
Package: libapriltag-dev
Description-md5: 1ea637ea39fd2ea8ee85bf303c545c11
Description-en: AprilTags Visual Fiducial System
AprilTag is a visual fiducial system, useful for a wide variety of tasks
including augmented reality, robotics, and camera calibration. Targets can be
created from an ordinary printer, and the AprilTag detection software computes
the precise 3D position, orientation, and identity of the tags relative to the
camera. The AprilTag library is implemented in C with no external dependencies.
It is designed to be easily included in other applications, as well as be
portable to embedded devices. Real-time performance can be achieved even on
cell-phone grade processors.
.
This package includes the development files
Package: libapriltag3t64
Description-md5: e7ac552e4ee1455746d20d9a7a1d9718
Description-en: AprilTags Visual Fiducial System
AprilTag is a visual fiducial system, useful for a wide variety of tasks
including augmented reality, robotics, and camera calibration. Targets can be
created from an ordinary printer, and the AprilTag detection software computes
the precise 3D position, orientation, and identity of the tags relative to the
camera. The AprilTag library is implemented in C with no external dependencies.
It is designed to be easily included in other applications, as well as be
portable to embedded devices. Real-time performance can be achieved even on
cell-phone grade processors.
Package: libarccommon4
Description-md5: 0e374f98fce6d9477c267693cca43007
Description-en: Advanced Resource Connector Middleware
NorduGrid is a collaboration aiming at development, maintenance and
support of the middleware, known as the Advanced Resource
Connector (ARC).
.
The ARC middleware is a software solution that uses distributed
computing technologies to enable sharing and federation of computing
resources across different administrative and application domains.
ARC is used to create distributed infrastructures of various scope and
complexity, from campus to national and global deployments.
Package: libarcglobusutils4
Description-md5: c1af8ec320c56fa6f09d86e8a033ebd2
Description-en: ARC Globus plugins common libraries
NorduGrid is a collaboration aiming at development, maintenance and
support of the middleware, known as the Advanced Resource
Connector (ARC).
.
ARC Globus plugins common libraries package includes the bundle of
necessary Globus libraries needed for all other globus-dependent ARC
components.
Package: libarchive-tools
Description-md5: 04bbebb441868f4c976e664833572c46
Description-en: FreeBSD implementations of 'tar' and 'cpio' and other archive tools
This package contains several command-line tools based on the libarchive
library.
.
The bsdtar program is the default system 'tar' program used on FreeBSD. bsdtar
uses the libarchive library as a backend which does all of the work for reading
and writing archives in various formats.
.
The bsdcpio program is the default system 'cpio' program used on FreeBSD.
bsdcpio uses the libarchive library as a backend which does all of the work for
reading and writing archives in various formats.
.
The bsdcat program reads archived data from files or from its standard input
and uses the libarchive library to decompresses it to its standard output.
It may be used for viewing the contents of archives or for passing it to other
tools for further processing.
Package: libarrow-acero-dev
Description-md5: 0a39c11562bfebb6511fb2bb9b8e3941
Description-en: Apache Acero is a tool for processing large streams of data
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ header files for dataset module.
Package: libarrow-acero2200
Description-md5: 1898fceb0e30be64e4e4015eba459617
Description-en: Apache library for processing large streams of data
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files for the Apache Acero module.
Package: libarrow-dataset-dev
Description-md5: 312a3fdac6a97659d485e0583ea4e2a3
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ header files for dataset module.
Package: libarrow-dataset2200
Description-md5: a3a2817ae13b7ab72511de9a81d32a87
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files for Dataset module.
Package: libarrow-dev
Description-md5: e6e7de64e015b69b83fe7cc4b98ffb43
Description-en: Apache Arrow data processing library - header files
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ header files.
Package: libarrow-flight-dev
Description-md5: ecda3816f3763c6c319e2221a4a9cc36
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ header files for Flight RPC system.
Package: libarrow-flight2200
Description-md5: f37b44f98961a2ca32694eea7830e5ed
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files for Flight RPC system.
Package: libarrow-python-flight2200
Description-md5: d2705d1860323c255cbe24eacc9e263b
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files for Flight and Python support.
Package: libarrow-python2200
Description-md5: 041ddf97d55b1bf441b9e47a7aabf9d5
Description-en: Apache Arrow is a data processing library for analysis
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files for Python support.
Package: libarrow2200
Description-md5: 85f9847576243d4080a61fe2815df7d4
Description-en: Apache Arrow data processing library
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files.
Package: libasn1-combinators-ocaml
Description-md5: 9ff0ae28fa268e24ef2c55504731dcbb
Description-en: embed typed ASN.1 grammars in OCaml (runtime files)
Asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the
notation part of ASN.1, and embed the abstract syntax directly in the
language. These abstract syntax representations can be used for
parsing, serialization, or random testing.
.
The only ASN.1 encodings currently supported are BER and DER.
.
This package contains runtime files.
Package: libasn1-combinators-ocaml-dev
Description-md5: 2f092efea5dc7b31f1640a5a0f6ece94
Description-en: embed typed ASN.1 grammars in OCaml (dev files)
Asn1-combinators is a library for expressing ASN.1 in OCaml. Skip the
notation part of ASN.1, and embed the abstract syntax directly in the
language. These abstract syntax representations can be used for
parsing, serialization, or random testing.
.
The only ASN.1 encodings currently supported are BER and DER.
.
This package contains development files.
Package: libastring-ocaml
Description-md5: 7e0840fa2217c7fe633de7c72cdec3b8
Description-en: alternative String module for OCaml (runtime)
Astring exposes an alternative String module for OCaml. This module
tries to balance minimality and expressiveness for basic, index-free,
string processing and provides types and functions for substrings,
string sets and string maps.
.
Remaining compatible with the OCaml String module is a non-goal. The
String module exposed by Astring has exception safe functions,
removes deprecated and rarely used functions, alters some signatures
and names, adds a few missing functions and fully exploits OCaml's
newfound string immutability.
.
This package contains runtime files.
Package: libastring-ocaml-dev
Description-md5: 90438a016f80c75707e17b7ed6d21c56
Description-en: alternative String module for OCaml (development)
Astring exposes an alternative String module for OCaml. This module
tries to balance minimality and expressiveness for basic, index-free,
string processing and provides types and functions for substrings,
string sets and string maps.
.
Remaining compatible with the OCaml String module is a non-goal. The
String module exposed by Astring has exception safe functions,
removes deprecated and rarely used functions, alters some signatures
and names, adds a few missing functions and fully exploits OCaml's
newfound string immutability.
.
This package contains development files.
Package: libastrometry-dev
Description-md5: b5a843798778b7ab6bf804109900ecb0
Description-en: Astrometry plate solver (development files)
The astrometry engine will take any image and return the astrometry
world coordinate system (WCS), a standards-based description of the
transformation between image coordinates and sky coordinates.
.
This package contains the development files (header files).
Package: libastrometry0t64
Description-md5: dd36773275e2c7f43405ef4cc3dd45c3
Description-en: Astrometry plate solver (shared lib)
The astrometry engine will take any image and return the astrometry
world coordinate system (WCS), a standards-based description of the
transformation between image coordinates and sky coordinates.
.
This package contains the shared library.
Package: libasync-http-client-java
Description-md5: 4eda8789f9ec056efe51b9aa0549d8b2
Description-en: Java Asynchronous HTTP Client
Async HTTP Client library purpose is to allow Java applications to easily
execute HTTP requests and asynchronously process the HTTP responses.
Package: libavcall1
Description-md5: 02820f8214dd37e4ea1cbb9aa05d6983
Description-en: foreign function call libraries - calling C functions with variable arguments
ffcall is a collection of libraries which can be used to build
foreign function call interfaces in embedded interpreters.
.
This package installs a shared library version of the avcall library, which
can be used for calling C functions with variable arguments.
.
The use of this shared library is deprecated. The main libffcall library,
which embeds avcall, should be preferred.
Package: libavkys-dev
Description-md5: bf294f5c151794899609db28a5cdbe10
Description-en: full featured webcam capture application - dev
webcamoid allows one to capture, save and view a video stream. It also can
do a lot of funny things.
.
Features:
.
* Take pictures and record videos with the webcam.
* Manages multiple webcams.
* GUI interface.
* Custom controls for each webcam.
* Add funny effects to the webcam.
* +60 effects available.
* Effects with live previews.
* Translated to many languages.
* Use custom network and local files as capture devices.
* Capture from desktop.
* Many recording formats.
* Virtual webcam support for feeding other programs.
.
This package contains the development files of libavkys.
Package: libavkys9
Description-md5: 046e6566388c104b2e267424d7475104
Description-en: full featured webcam capture application - library
webcamoid allows one to capture, save and view a video stream. It also can
do a lot of funny things.
.
Features:
.
* Take pictures and record videos with the webcam.
* Manages multiple webcams.
* GUI interface.
* Custom controls for each webcam.
* Add funny effects to the webcam.
* +60 effects available.
* Effects with live previews.
* Translated to many languages.
* Use custom network and local files as capture devices.
* Capture from desktop.
* Many recording formats.
* Virtual webcam support for feeding other programs.
.
This package contains the library for webcamoid.
Package: libavogadro-data
Description-md5: b7c78f0feb76bafcc8e21238f3a1c8bd
Description-en: Molecular Graphics and Modelling System (data files)
Avogadro is a molecular graphics and modelling system targeted at small
to medium molecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
.
This package provides molecule and crystal data for the
Insert Fragment plugin.
Package: libavogadro-dev
Description-md5: 511b235cbf7c8f0d3983332a8a2ef822
Description-en: Molecular Graphics and Modelling System (development files)
Avogadro is a molecular graphics and modelling system targeted at small
to medium molecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
.
This package provides the development and header files.
Package: libavogadro-doc
Description-md5: 7f06c264b03c4e4090cecbc8a7bff2da
Description-en: Molecular Graphics and Modelling System (lib documentation)
Avogadro is a molecular graphics and modelling system targeted at small
to medium molecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
.
This package provides the documentation for libavogadro.
Package: libavogadro2-1t64
Description-md5: 3213621da2aa0dfd65baafe1e63e2c3c
Description-en: Molecular Graphics and Modelling System (library)
Avogadro is a molecular graphics and modelling system targeted at small
to medium molecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
.
This package provides the shared libraries, plugins and functionality scripts.
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: libbasix-dev
Description-md5: ef00ad4fde6f4ceecacc877ab3b3f2f6
Description-en: Finite Element Basis Function Definition Runtime Library (development headers)
Computes FE basis functions and derivatives for the following
elements:
- Lagrange (interval, triangle, tetrahedron, prism, pyramid,
quadrilateral, hexahedron)
- Nédélec (triangle, tetrahedron)
- Nédélec Second Kind (triangle, tetrahedron)
- Raviart-Thomas (triangle, tetrahedron)
- Regge (triangle, tetrahedron)
- Crouzeix-Raviart (triangle, tetrahedron)
.
Computes quadrature rules on different cell types
.
Provides reference topology and geometry for reference cells of each
type.
.
Python wrapper provided with pybind11.
.
This package installs the development files for the shared library.
Package: libbasix0.10
Description-md5: d1f7506b70a1a05918534efb2096e744
Description-en: Finite Element Basis Function Definition Runtime Library (Python 3)
Computes FE basis functions and derivatives for the following
elements:
- Lagrange (interval, triangle, tetrahedron, prism, pyramid,
quadrilateral, hexahedron)
- Nédélec (triangle, tetrahedron)
- Nédélec Second Kind (triangle, tetrahedron)
- Raviart-Thomas (triangle, tetrahedron)
- Regge (triangle, tetrahedron)
- Crouzeix-Raviart (triangle, tetrahedron)
.
Computes quadrature rules on different cell types
.
Provides reference topology and geometry for reference cells of each
type.
.
Python wrapper provided with pybind11.
.
This package installs the shared library.
Package: libbatteries-ocaml-dev
Description-md5: d0260c382c6c7cb20b4c4c6d6d03927f
Description-en: Batteries included: OCaml development platform - development files
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This package contains the core part of batteries included: libraries
and language extensions for the OCaml language. Using this package
you can develop OCaml programs built on top of batteries included.
Package: libbatteries-ocaml-doc
Description-md5: 8e855bb4be7b4dbeab3bd5be066a368e
Description-en: Batteries included - OCaml development platform - documentation
Batteries included is a community-driven effort to standardize on an
uniform, documented, and comprehensive OCaml development platform.
.
Batteries included serves the following purposes:
* define a standard set of libraries which may be expected on every
compliant installation of OCaml
* organize these libraries into a hierarchy of modules, with one
source of documentation
* define a standard set of language extensions which may be expected
on every compliant installation of OCaml
* provide a consistent API for otherwise independent libraries.
.
This package contains the documentation for batteries included: HTML
API documentation, examples, and information about how to use
batteries included in your programs.
Package: libbatterycontrol6
Description-md5: 412a9b0dd4d5ad26b2e80efd8d77e4c5
Description-en: Plasma Workspace battery control library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This package contains the battery control library files.
Package: libbde-dev
Description-md5: 0efc5d50517dfd9c4ba9f02d0b14a00f
Description-en: BitLocker Drive Encryption access library -- development files
The BDE format is used by Microsoft Windows (Vista and later) to
encrypt data on a storage media volume.
.
This package includes the development support files.
Package: libbde-utils
Description-md5: 73134051cf2d0fdd7adc4b00a487b563
Description-en: Tools to access the BitLocker Drive Encryption format.
The BDE format is used by Microsoft Windows (Vista and later) to
encrypt data on a storage media volume.
Package: libbde1t64
Description-md5: e8855bb0882e361448b4ce50c1634b6b
Description-en: BitLocker Drive Encryption access library
The BDE format is used by Microsoft Windows (Vista and later) to
encrypt data on a storage media volume.
Package: libben-ocaml
Description-md5: 3b0d493e6c0a2a3a4820db20159a9fc9
Description-en: OCaml libraries for Debian maintainers (runtime package)
This package contains miscellaneous OCaml libraries to make the life
of an OCaml-aware Debian package maintainer easier.
.
This package contains the shared runtime stub libraries.
Package: libben-ocaml-dev
Description-md5: 70dbf7e34af8aa0784c8e49a298bfc8e
Description-en: OCaml libraries for Debian maintainers (development package)
This package contains miscellaneous OCaml libraries to make the life
of an OCaml-aware Debian package maintainer easier.
.
This package contains development files of the library.
Package: libbin-prot-ocaml
Description-md5: 63c6e42a9644887f70869a202b1a87b3
Description-en: type-safe binary serialization for OCaml values (runtime)
bin-prot provides functionalities for reading and writing OCaml-values
in a type-safe binary protocol.
.
These functions provide a safe way of performing I/O on any
extensionally defined data type. Functions, objects, and values whose
type is bound through a polymorphic record field are not supported, but
everything else is.
.
There is no support for cyclic or shared values and only little endian
computer architectures are supported.
.
This package contains runtime files.
Package: libbin-prot-ocaml-dev
Description-md5: e1b4e98b2c3df762ce9168432ebc94ca
Description-en: type-safe binary serialization for OCaml values (dev files)
bin-prot provides functionalities for reading and writing OCaml-values
in a type-safe binary protocol.
.
These functions provide a safe way of performing I/O on any
extensionally defined data type. Functions, objects, and values whose
type is bound through a polymorphic record field are not supported, but
everything else is.
.
There is no support for cyclic or shared values and only little endian
computer architectures are supported.
.
This package contains development files.
Package: libbiometric-dev
Description-md5: 99fec248adee7b6cad706e5fe4c777b9
Description-en: Biometric Identification DRIVER API - development files
It provides the development file for driver development based on biometric
identification authentication framework.
.
This package contains the development files (headers, static libraries)
Package: libbiometric0
Description-md5: 8cde772c1c7e1685d0aa9831b717834f
Description-en: Biometric Identification library
The core layer of biometric identification authentication framework.
The core layer abstracts the common operation of all kinds of biometric
recognition, constructs the underlying framework of biometric recognition,
and provides the general function and unified data storage method.
.
This package contains a library for biometric identification.
Package: libbisect-ppx-ocaml
Description-md5: c26065d6c847788fbd67139db39324ce
Description-en: Code coverage for OCaml and ReScript (runtime files)
Bisect-ppx helps you test thoroughly. It is a small preprocessor
that inserts instrumentation at places in your code, such as if-then-else and
match expressions. After you run tests, Bisect_ppx gives a nice HTML report
showing which places were visited and which were missed.
.
This package contains runtime files.
Package: libbisect-ppx-ocaml-dev
Description-md5: 0738dbb6f6c53a937c8e195e6a86eb9c
Description-en: Code coverage for OCaml and ReScript (dev files)
Bisect_ppx helps you test thoroughly. It is a small preprocessor
that inserts instrumentation at places in your code, such as if-then-else and
match expressions. After you run tests, Bisect_ppx gives a nice HTML report
showing which places were visited and which were missed.
.
This package contains development files.
Package: libbitstring-ocaml
Description-md5: c2b8966f5698181380aea049d9cdbad0
Description-en: Erlang-style bitstrings for OCaml (runtime)
Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
extension and library for OCaml.
.
You can use this module to both parse and generate binary formats, files and
protocols.
.
Bitstring handling is added as primitives to the language, making it simple to
use.
.
Bitstring handles integers, strings, sub-bitstrings, big-, little- and
native-endianness, signed and unsigned types, variable-width fields, fields
with arbitrary bit alignment.
.
This package contains only the shared runtime stub libraries.
Package: libbitstring-ocaml-dev
Description-md5: dfe4b5728e3209528abc0e843b171f00
Description-en: Erlang-style bitstrings for OCaml (development files)
Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
extension and library for OCaml.
.
You can use this module to both parse and generate binary formats, files and
protocols.
.
Bitstring handling is added as primitives to the language, making it simple to
use.
.
Bitstring handles integers, strings, sub-bitstrings, big-, little- and
native-endianness, signed and unsigned types, variable-width fields, fields
with arbitrary bit alignment.
.
This package contains header and OCaml library.
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: libblkid1-dbgsym
Description-md5: 247d757d1e363ac04c6e40813fc53303
Description-en: debug symbols for libblkid1
Package: libbolt-17-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-18-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-19-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-20-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-21-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
It achieves the improvements by optimizing application's code layout based on
execution profile gathered by sampling profiler.
Package: libbolt-22-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: libbos-ocaml
Description-md5: 4bec02ce269e481c6831b84def22fdb4
Description-en: basic OS interaction for OCaml (runtime)
Bos provides support for basic and robust interaction with the
operating system in OCaml. It has functions to access the process
environment, parse command line arguments, interact with the file
system and run command line programs.
.
Bos works equally well on POSIX and Windows operating systems.
.
This package contains runtime files.
Package: libbos-ocaml-dev
Description-md5: d2e7ffe17f5e1befec1e9df3f3cc879f
Description-en: basic OS interaction for OCaml (development)
Bos provides support for basic and robust interaction with the
operating system in OCaml. It has functions to access the process
environment, parse command line arguments, interact with the file
system and run command line programs.
.
Bos works equally well on POSIX and Windows operating systems.
.
This package contains development files.
Package: libbpftune-dev
Description-md5: 39016eb56d05e6046b65aa39539df379
Description-en: Library for auto-tuning of Linux via BPF (development files)
bpftune aims to provide lightweight, always-on auto-tuning
of system behaviour via BPF observability.
.
This package is needed to compile programs against libbpftune0.
Package: libbpftune0
Description-md5: d62f5d83cfd7a45931ceb5f4f5adb425
Description-en: Library for auto-tuning of Linux via BPF (shared library)
bpftune aims to provide lightweight, always-on auto-tuning
of system behaviour via BPF observability.
.
This package contains the shared library.
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: libbtor2parser-dev
Description-md5: 58e42aed33b781a2ee9ab5108d888880
Description-en: development lib for generic parser and tools for the BTOR2 format
BTOR2 is a word-level model checking format for capturing models of
hardware and potentially software in a bit-precise manner. This simple,
line-based and easy to parse format can be seen as a sorted extension of
the word-level format BTOR. It uses design principles from the bit-level
format AIGER and follows semantics of the SMT-LIB logics of bit-vectors
with arrays. This intermediate format can be used in various
verification flows and is perfectly suited to establish a word-level
model checking competition.
.
This package provides the header file and the static library.
Package: libbtor2parser0
Description-md5: 12b4df00b1e557928c4753068d031998
Description-en: library for generic parser and tools for the BTOR2 format
BTOR2 is a word-level model checking format for capturing models of
hardware and potentially software in a bit-precise manner. This simple,
line-based and easy to parse format can be seen as a sorted extension of
the word-level format BTOR. It uses design principles from the bit-level
format AIGER and follows semantics of the SMT-LIB logics of bit-vectors
with arrays. This intermediate format can be used in various
verification flows and is perfectly suited to establish a word-level
model checking competition.
.
This package provides the shared library.
Package: libc++-17-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-17-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++-18-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-18-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++-19-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-19-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++-20-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-20-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++-21-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++-21-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
libc++ is another implementation of the C++ standard library
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++-22-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++-22-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
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-17t64
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++1-18
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
libc++ is another implementation of the C++ standard library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Fast execution.
* Minimal memory use.
* Fast compile times.
* ABI compatibility with gcc's libstdc++ for some low-level features such
as exception objects, rtti and memory allocation.
* Extensive unit tests.
Package: libc++abi-17-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-17-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++abi-18-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-18-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++abi-19-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-19-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++abi-20-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-20-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++abi-21-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi-21-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
.
This package provides a version for the 32-bit WebAssembly System Interface.
Package: libc++abi-22-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-22-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
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-17t64
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libc++abi1-18
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
libc++abi is another implementation of low level support for a standard C++
library.
.
Features and Goals
.
* Correctness as defined by the C++ standards.
* Provide a portable sublayer to ease the porting of libc++
Package: libca-certs-ocaml
Description-md5: 2864d4189cef856083b9c9488c770606
Description-en: detect root CA certificates from the operating system (runtime)
TLS requires a set of root anchors (Certificate Authorities) to
authenticate servers. This library exposes this list so that it can
be registered with ocaml-tls.
.
This package contains runtime files.
Package: libca-certs-ocaml-dev
Description-md5: 2bad5ee7fdb5098ba1eebc72f10ab9c9
Description-en: detect root CA certificates from the operating system (dev)
TLS requires a set of root anchors (Certificate Authorities) to
authenticate servers. This library exposes this list so that it can
be registered with ocaml-tls.
.
This package contains development files.
Package: libcaes-dev
Description-md5: becd5a4ac6c8f39a49ba588f2c334d43
Description-en: cross-platform AES encryption library -- development files
libcaes is a library to support cross-platform AES encryption.
.
This package includes the development support files.
Package: libcaes1
Description-md5: f6350182f5124c1c98d38ce760f3298a
Description-en: cross-platform AES encryption library
libcaes is a library to support cross-platform AES encryption.
.
This package contains the shared library.
Package: libcallback1
Description-md5: df2b8104ee889bc8d0739ea4e5d1e5ec
Description-en: foreign function call libraries - closures with variable arguments in C
ffcall is a collection of libraries which can be used to build
foreign function call interfaces in embedded interpreters.
.
This package installs a shared library version of the callback library, which
provides closures with variable arguments as first-class C functions.
.
The use of this shared library is deprecated. The main libffcall library,
which embeds callback, should be preferred.
Package: libcamera-tools
Description-md5: e8e03cab07c692583c964458600aaea2
Description-en: complex camera support library (tools)
libcamera is a complex camera support library which handles low-level
control of the camera devices, providing a unified higher-level
programming interface to the applications.
.
This package provides cam and qcam, libcamera "Swiss army knife" tools.
Package: libcamlp4-ocaml-dev
Description-md5: 2cc59be47adb23bf4e61a5ce7532a410
Description-en: Pre Processor Pretty Printer for OCaml (libraries)
Camlp4 is a software system for writing extensible parsers for
programming languages. It provides a set of OCaml libraries that are
used to define grammars as well as loadable syntax extensions of such
grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and
one of its most important applications is the definition of
domain-specific extensions of the syntax of OCaml.
.
This package contains CamlP4 libraries.
Package: libcatalyst-plugin-session-perl
Description-md5: 40ae35b17fc1cada47921ae9fe8645d6
Description-en: generic Session plugin for Catalyst
Catalyst::Plugin::Session is the base of two related parts of functionality
required for session management in web applications.
.
The first part, the State, is getting the browser to repeat back a session
key, so that the web application can identify the client and logically string
several requests together into a session.
.
The second part, the Store, deals with the actual storage of information
about the client. This data is stored so that the it may be revived for every
request made by the same client.
.
This plugin links the two pieces together.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
Package: libcddb2
Description-md5: 65b88b0bff45169dc8ba375ce34a154a
Description-en: library to access CDDB data - runtime files
libcddb is a C library to access data about Audio CD on a CDDB server
.
It allows one to search the database for CD matches, get detailed information
about a CD and submit new CD entries to the database.
It supports both the custom CDDB protocol and the tunneling of the query
over HTTP. HTTP Proxying is supported. It also features a cache system.
.
This package contains the runtime library required to run libcddb-enabled
programs.
Package: libcddb2-dev
Description-md5: 68e0c5da6193c51e42c886dd50e7f227
Description-en: library to access CDDB data - development files
libcddb is a C library to access data about Audio CD on a CDDB server
.
It allows one to search the database for CD matches, get detailed information
about a CD and submit new CD entries to the database.
It supports both the custom CDDB protocol and the tunneling of the query
over HTTP. HTTP Proxying is supported. It also features a cache system.
.
This package contains the development headers required to compile
libcddb-enabled programs.
Package: libcdt-dev
Description-md5: 19d074e525f9f9edbc6a39bee27da897
Description-en: rich set of graph drawing tools - cdt library (devel)
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: libcdt6
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: libcg3-1
Description-md5: 7a05c238be32e338c7d629d8cefa0ba1
Description-en: Runtime for CG-3
Runtime library for applications using the CG-3 API.
.
It is recommended to instrument the CLI tools instead of using this API.
.
See https://edu.visl.dk/cg3.html for more documentation
Package: libcg3-dev
Description-md5: 4305fa3f20123984e793fb366fb29410
Description-en: Headers and shared files to develop using the CG-3 library
Development files to use the CG-3 API.
.
It is recommended to instrument the CLI tools instead of using this API.
.
See https://edu.visl.dk/cg3.html for more documentation
Package: libcgraph-dev
Description-md5: 10d8d806d8c3b48543968adb6c1b6b97
Description-en: rich set of graph drawing tools - cgraph library (devel)
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: libcgraph8
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: 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: libchemps2-3t64
Description-md5: babf9de114b24a596b7c1f41ea1deb23
Description-en: Spin-adapted DMRG for ab initio quantum chemistry
chemps2 is a scientific library which contains a spin-adapted
implementation of the density matrix renormalization group (DMRG)
for ab initio quantum chemistry. This wavefunction method allows one
to obtain numerical accuracy in active spaces beyond the capabilities
of full configuration interaction (FCI), and allows one to extract
the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM)
of the active space.
.
For general active spaces up to 40 electrons in 40 orbitals can be
handled with DMRG, and for one-dimensional active spaces up to 100
electrons in 100 orbitals. The 2-RDM of these active spaces can
also be easily extracted, while the 3- and 4-RDM are limited to
about 28 orbitals.
.
When the active space size becomes prohibitively expensive for FCI,
DMRG can be used to replace the FCI solver in the complete active
space self consistent field (CASSCF) method and the corresponding
complete active space second order perturbation theory (CASPT2).
The corresponding methods are called DMRG-SCF and DMRG-CASPT2,
respectively. For DMRG-SCF the active space 2-RDM is required, and
for DMRG-CASPT2 the active space 4-RDM.
Package: libchemps2-dev
Description-md5: 9670e732ff64557a33850d06ab8602f1
Description-en: C++ headers, static library, and symlink for libchemps2-3t64
chemps2 is a scientific library which contains a spin-adapted
implementation of the density matrix renormalization group (DMRG)
for ab initio quantum chemistry. This wavefunction method allows one
to obtain numerical accuracy in active spaces beyond the capabilities
of full configuration interaction (FCI), and allows one to extract
the 2-, 3-, and 4-particle reduced density matrices (2-, 3- and 4-RDM)
of the active space.
.
For general active spaces up to 40 electrons in 40 orbitals can be
handled with DMRG, and for one-dimensional active spaces up to 100
electrons in 100 orbitals. The 2-RDM of these active spaces can
also be easily extracted, while the 3- and 4-RDM are limited to
about 28 orbitals.
.
When the active space size becomes prohibitively expensive for FCI,
DMRG can be used to replace the FCI solver in the complete active
space self consistent field (CASSCF) method and the corresponding
complete active space second order perturbation theory (CASPT2).
The corresponding methods are called DMRG-SCF and DMRG-CASPT2,
respectively. For DMRG-SCF the active space 2-RDM is required, and
for DMRG-CASPT2 the active space 4-RDM.
.
This package installs the C++ headers, static library, and symlink
for libchemps2.
Package: libcjs-dev
Description-md5: d56336878cd99786b816d7271b905fea
Description-en: Development files for the javascript bindings for Cinnamon
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the development files applications need to
build against.
Package: libcjs0
Description-md5: 6ee3f2548ff287038887e5cddcfe9bf3
Description-en: Library of the javascript bindings for the Cinnamon
Makes it possible for applications to use all of Cinnamon's platform
libraries using the Javascript language. It's mainly based on the
Mozilla javascript engine and the GObject introspection framework.
.
This package is the frozen version of gjs that the cinnamon desktop currently
uses.
.
This package contains the shared library, used by cjs itself, and cinnamon.
Package: libclang-17-dev
Description-md5: 6610a455f274f6950183a3829f91231d
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-17.
Package: libclang-18-dev
Description-md5: 96c5b47e666f63fe785f241b617bfbb9
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-18.
Package: libclang-19-dev
Description-md5: ae144ace7105bacb6cceb4728ea7abf2
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-19.
Package: libclang-20-dev
Description-md5: 5d11e43d0fcb99d16f62a9bec9c6f1dc
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-20.
Package: libclang-21-dev
Description-md5: 7cb1680ccacb561deb44a94504954b37
Description-en: Clang library - Development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang headers to develop extensions over
libclang1-21.
Package: libclang-22-dev
Description-md5: 2913d96deb7536b7b59b7b10e996a469
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-22.
Package: libclang-common-17-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-common-18-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-common-19-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-common-20-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-common-21-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-common-22-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang generic headers.
Package: libclang-cpp17-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Package: libclang-cpp17t64
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp18
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp18-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Package: libclang-cpp19
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp19-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Package: libclang-cpp20
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang-cpp20-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Package: libclang-cpp21-dev
Description-md5: 645784f0711f3e3cddade71f828d374f
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 are needed by
linker at build time.
Package: libclang-cpp22
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-cpp22-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang C++ library.
.
The C++ Interface to Clang provides an API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
.
This package contains symlinks without a version number, which needed by
linker at build time.
Package: libclang-rt-17-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-17-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-17-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-18-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-18-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-18-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-19-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-19-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-19-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-19-dev-win
Description-md5: 3b8b2cd8160ba15aca1c19bf79c9c97c
Description-en: Compiler-rt - Windows builtins
Provides the compiler-rt builtins for Windows
Package: libclang-rt-20-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-20-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-20-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-20-dev-win
Description-md5: 3b8b2cd8160ba15aca1c19bf79c9c97c
Description-en: Compiler-rt - Windows builtins
Provides the compiler-rt builtins for Windows
Package: libclang-rt-21-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
This package provides various libraries:
.
* builtins - Simple libraries that provide implementation of the
low-level target-specific hooks required by code generation
and other runtime components.
* sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
DataFlowSanitizer, etc
* profile - Library which is used to collect coverage information.
Package: libclang-rt-21-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-21-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-21-dev-win
Description-md5: 3b8b2cd8160ba15aca1c19bf79c9c97c
Description-en: Compiler-rt - Windows builtins
Provides the compiler-rt builtins for Windows
Package: libclang-rt-22-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-22-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
Provides the compiler-rt builtins for WebAssembly 32 bits
Package: libclang-rt-22-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
Provides the compiler-rt builtins for WebAssembly 64 bits
Package: libclang-rt-22-dev-win
Description-md5: 3b8b2cd8160ba15aca1c19bf79c9c97c
Description-en: Compiler-rt - Windows builtins
Provides the compiler-rt builtins for Windows
Package: libclang1-17t64
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-18
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-19
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-20
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-21
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclang1-22
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
Clang project is a C, C++, Objective C and Objective C++ front-end
based on the LLVM compiler. Its goal is to offer a replacement to the
GNU Compiler Collection (GCC).
.
Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
provides most of the support of C++20.
.
This package contains the Clang library.
.
The C Interface to Clang provides a relatively small API that exposes
facilities for parsing source code into an abstract syntax tree (AST),
loading already-parsed ASTs, traversing the AST, associating physical source
locations with elements within the AST, and other facilities that support
Clang-based development tools.
Package: libclc-17
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-17-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclc-18
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-18-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclc-19
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-19-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclc-20
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-20-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclc-21
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains support for the amdgcn (AMD GPU), PTX and r600
platforms.
Package: libclc-21-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
libclc is an open implementation of the OpenCL C programming language,
as specified by the OpenCL 1.1 Specification.
.
This package contains development header files.
Package: libclojure-java
Description-md5: 93c1db04e8e2532bb929bfe3e88ed517
Description-en: Lisp dialect for the JVM (library)
Clojure is a dynamic programming language that targets the Java Virtual
Machine. It is designed to be a general-purpose language, combining the
approachability and interactive development of a scripting language with
an efficient and robust infrastructure for multithreaded programming.
Clojure is a compiled language - it compiles directly to JVM bytecode,
yet remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java
frameworks, with optional type hints and type inference, to ensure that
calls to Java can avoid reflection.
.
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly a
functional programming language, and features a rich set of immutable,
persistent data structures. When mutable state is needed, Clojure offers
a software transactional memory system and reactive Agent system that
ensure clean, correct, multithreaded designs.
.
This package contains the library.
Package: libcogl-common
Description-md5: d546b96c6a3a291dcdcc684916b2a0c0
Description-en: Object oriented GL/GLES Abstraction/Utility Layer (common files)
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
.
This package contains the common files, such as translations.
Package: libcogl-dev
Description-md5: be3115f4a0115636a1065d55d8a70f4a
Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files)
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
.
This package contains the development files for libcogl.
Package: libcogl-doc
Description-md5: 6b316c36c70b839fe5274cc7bbbd7eaa
Description-en: Object oriented GL/GLES Abstraction/Utility Layer (documentation)
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
.
This package contains the documentation.
Package: libcogl-pango-dev
Description-md5: 5c4e7ce27e624192d91d8d0db6688471
Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files)
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
.
This package contains the development files for libcogl-pango.
Package: libcogl-pango20
Description-md5: 8c0fee75492f726194fa0be454f54661
Description-en: Object oriented GL/GLES Abstraction/Utility Layer
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
Package: libcogl-path-dev
Description-md5: 2e20efef9b615c0cbb5717e31e6c92c8
Description-en: Object oriented GL/GLES Abstraction/Utility Layer (development files)
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
.
This package should be used as a build-dependency by programs that use the
cogl-path API, but is currently an empty package that depends on libcogl-dev
due to circular dependencies between the base cogl API and the cogl-path API.
Package: libcogl-path20
Description-md5: 8c0fee75492f726194fa0be454f54661
Description-en: Object oriented GL/GLES Abstraction/Utility Layer
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
Package: libcogl20
Description-md5: 8c0fee75492f726194fa0be454f54661
Description-en: Object oriented GL/GLES Abstraction/Utility Layer
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures. The API departs from the flat state machine style of
OpenGL and is designed to make it easy to write orthogonal components that
can render without stepping on each others toes.
Package: libcohttp-lwt-jsoo-ocaml
Description-md5: b1ff27ace1c3a842061249c273ab7621
Description-en: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (runtime)
An implementation of an HTTP client for JavaScript, but using the
CoHTTP types. This lets you build HTTP clients that can compile
natively (using one of the other Cohttp backends such as
cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml.
.
This package contains the shared runtime libraries.
Package: libcohttp-lwt-jsoo-ocaml-dev
Description-md5: 9a24e4c6658a32930ceeb3aebf3ed857
Description-en: CoHTTP implementation for the Js_of_ocaml JavaScript compiler (dev)
An implementation of an HTTP client for JavaScript, but using the
CoHTTP types. This lets you build HTTP clients that can compile
natively (using one of the other Cohttp backends such as
cohttp-lwt-unix) and also to native JavaScript via js_of_ocaml.
.
This package contains development files.
Package: libcohttp-lwt-ocaml
Description-md5: 8bcf0c8bf4a91f7c6a3aa42cf0c1e0f7
Description-en: CoHTTP implementation using the Lwt concurrency library (runtime)
This is a portable implementation of CoHTTP that uses the Lwt
concurrency library to multiplex IO. It implements as much of the
logic in an OS-independent way as possible, so that more specialised
modules can be tailored for different targets. For example, you can
install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript
backend, or cohttp-mirage for the MirageOS unikernel version of the
library. All of these implementations share the same IO logic from
this module.
.
This package contains the shared runtime libraries.
Package: libcohttp-lwt-ocaml-dev
Description-md5: 282822aa0f1e60d943816c6fde78252d
Description-en: CoHTTP implementation using the Lwt concurrency library (dev)
This is a portable implementation of CoHTTP that uses the Lwt
concurrency library to multiplex IO. It implements as much of the
logic in an OS-independent way as possible, so that more specialised
modules can be tailored for different targets. For example, you can
install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript
backend, or cohttp-mirage for the MirageOS unikernel version of the
library. All of these implementations share the same IO logic from
this module.
.
This package contains development files.
Package: libcohttp-lwt-unix-ocaml
Description-md5: e0f8146d350b8466b4b67c70d07be3ad
Description-en: CoHTTP implementation for Unix and Windows using Lwt (runtime)
An implementation of an HTTP client and server using the Lwt
concurrency library. See the Cohttp_lwt_unix module for information
on how to use this. The package also installs cohttp-curl-lwt and a
cohttp-server-lwt binaries for quick uses of a HTTP(S) client and
server respectively.
.
Although the name implies that this only works under Unix, it should
also be fine under Windows too.
.
This package contains the shared runtime libraries.
Package: libcohttp-lwt-unix-ocaml-dev
Description-md5: f1ac60b3825cf1c3492eb16f24f1cff2
Description-en: CoHTTP implementation for Unix and Windows using Lwt (dev)
An implementation of an HTTP client and server using the Lwt
concurrency library. See the Cohttp_lwt_unix module for information
on how to use this. The package also installs cohttp-curl-lwt and a
cohttp-server-lwt binaries for quick uses of a HTTP(S) client and
server respectively.
.
Although the name implies that this only works under Unix, it should
also be fine under Windows too.
.
This package contains development files.
Package: libcohttp-ocaml
Description-md5: bce1a5494577de3e77427f88961c9f33
Description-en: OCaml library for HTTP clients and servers (runtime)
Cohttp is an OCaml library for creating HTTP daemons. It has a
portable HTTP parser, and implementations using various asynchronous
programming libraries.
.
It has concrete implementations for many targets, including lwt,
lwt-unix, lwt-jsoo.
.
You can implement other targets using the parser very easily. Look at
the IO signature in lib/s.mli and implement that in the desired
backend.
.
You can activate some runtime debugging by setting COHTTP_DEBUG to
any value, and all requests and responses will be written to
stderr. Further debugging of the connection layer can be obtained by
setting CONDUIT_DEBUG to any value.
.
This package contains the shared runtime libraries.
Package: libcohttp-ocaml-dev
Description-md5: 880003ff1d6b4f7d210e980a2e80f59e
Description-en: OCaml library for HTTP clients and servers (dev)
Cohttp is an OCaml library for creating HTTP daemons. It has a
portable HTTP parser, and implementations using various asynchronous
programming libraries.
.
It has concrete implementations for many targets, including lwt,
lwt-unix, lwt-jsoo.
.
You can implement other targets using the parser very easily. Look at
the IO signature in lib/s.mli and implement that in the desired
backend.
.
You can activate some runtime debugging by setting COHTTP_DEBUG to
any value, and all requests and responses will be written to
stderr. Further debugging of the connection layer can be obtained by
setting CONDUIT_DEBUG to any value.
.
This package contains development files.
Package: libcompiler-libs-ocaml-dev
Description-md5: b9fafaf1d44c73bc50e6e54539b67e5c
Description-en: OCaml compiler library (development files)
OCaml is an implementation of the ML language, based on the Caml
Light dialect extended with a complete class-based object system and
a powerful module system in the style of Standard ML.
.
This package contains the development files of the compiler library.
Package: libcomps-dev
Description-md5: e1e71b1dd7a1b4c9b1906020720b7fe4
Description-en: Comps XML file manipulation library - development files
Libcomps is library for structure-like manipulation of content in
comps XML files. Supports reading/writing XML files and structure
modifications.
.
This package contains the development header files for the
libcomps library.
Package: libcomps-doc
Description-md5: 0ecb01980f2efb1e5109509899c8bb9e
Description-en: Documentation for the libcomps library (common documentation)
Libcomps is library for structure-like manipulation of content in
comps XML files. Supports reading/writing XML files and structure
modifications.
.
This package installs common documentation for the libcomps
C bindings.
Package: libcomps0
Description-md5: bac202733274915454df4650f7b20756
Description-en: Comps XML file manipulation library - shared library
Libcomps is library for structure-like manipulation of content in
comps XML files. Supports reading/writing XML files and structure
modifications.
.
This package provides the libcomps shared library.
Package: libconduit-lwt-ocaml
Description-md5: abad6d305de1d1cc018f056af004c5b8
Description-en: network connection establishment library for Lwt (runtime)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains the shared runtime libraries for Lwt.
Package: libconduit-lwt-ocaml-dev
Description-md5: 26c7bbc7c3726620af0a05395940949a
Description-en: network connection establishment library for Lwt (dev)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains development files for Lwt.
Package: libconduit-ocaml
Description-md5: 3283a2c4d46231c6df9a3214a45c9c7d
Description-en: network connection establishment library for OCaml (runtime)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains the shared runtime libraries.
Package: libconduit-ocaml-dev
Description-md5: 14f338a104f9a1413b5577eed90390aa
Description-en: network connection establishment library for OCaml (dev)
The conduit library takes care of establishing and listening for TCP
and SSL/TLS connections for the Lwt and Async libraries.
.
The reason this library exists is to provide a degree of abstraction
from the precise SSL library used, since there are a variety of ways
to bind to a library (e.g. the C FFI, or the Ctypes library), as well
as well as which library is used (just OpenSSL for now).
.
By default, OpenSSL is used as the preferred connection library, but
you can force the use of the pure OCaml TLS stack by setting the
environment variable CONDUIT_TLS=native when starting your program.
.
This package contains development files.
Package: libcontainers-data-ocaml-dev
Description-md5: 871185d5c981aa82ee171ad5889a058f
Description-en: extension to OCaml's standard data structures
An extension to the standard library docused on data
structures, combinators and iterators, without dependencies
on unix, str or num.
.
This package includes data structures that do not have
equivalents in the standard library. These may not be as
well maintained.
Package: libcontainers-ocaml-dev
Description-md5: 04d8d952af594696c069892d62aa3c76
Description-en: extension to OCaml's standard data structures and iterators
An extension to the standard library docused on data
structures, combinators and iterators, without dependencies
on unix, str or num.
.
This package includes data structures that have equivalents
in the standard library.
Package: libcoordgen-dev
Description-md5: a53081af1a5c8e0b0f15539b11c2fe95
Description-en: 2D coordinate generation for chemical compounds - header files
This package provides the Open Source release of Schroedinger's routines
for the 2D coordinate representation of chemical compounds.
.
This package provides header files for developing against the API of that
library.
Package: libcoordgen3
Description-md5: 84664fa6bf71a3626c133fe06dac78b4
Description-en: 2D coordinate generation for chemical compounds
This package provides the Open Source release of Schroedinger's routines
for the 2D coordinate representation of chemical compounds.
Package: libcootapi-dev
Description-md5: 001d949ff94b63c93a82d3ba9bd4f3d3
Description-en: development files for libcoot
Coot is an interactive program for fitting atomic models to
crystallographic electron density maps.
.
This package contains the development files.
Package: libcootapi1.1
Description-md5: 5079e79bf2301293e696ef33ddd2d5db
Description-en: shared library for coot
Coot is an interactive program for fitting atomic models to
crystallographic electron density maps.
.
This package contains the shared library for Coot's API.
Package: libcoq-aac-tactics
Description-md5: d468e31e016a5d91fa8d79cdff35cd0d
Description-en: Coq tactics for reasoning modulo AC (theories)
This Coq plugin provides tactics for rewriting universally quantified
equations, modulo associative (and possibly commutative) operators.
.
This package provides the Coq support library.
Package: libcoq-bignums
Description-md5: 5661a9f2f00d0c1dc7e8cc4889e2dfa1
Description-en: Coq library for big numbers
This package provides big numbers (natural numbers,
integers and rationals) in Coq, as BigN, BigZ and BigQ,
which used to be part of the standard library.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-coqeal
Description-md5: 679e37449b4daa031c64c87f9b5334b5
Description-en: algebra and data structure algorithms for Coq
This library provides developments in algebra (including
normal forms of matrices), optimized algorithms on
MathComp data structures, and a data representation change
framework.
.
Coq is a proof assistant for higher-order logic, and MathComp
is a large set of mathematical theories for Coq.
Package: libcoq-coqprime
Description-md5: da1b9b42420ecfd09f7f3a29f0af36c8
Description-en: Primality certification for Coq (library)
Coqprime consists in:
- a library of facts from number theory
- a library for elliptic curves
- an efficient library for modular arithmetic
- tools to generate Pocklington and elliptic curve
certificates of primality
.
Coq is a proof assistant for higher-order logic.
.
This package contains the Coq library part.
Package: libcoq-coquelicot
Description-md5: 1a4a4a918ba48def79e1bc8e2e39dd79
Description-en: Coq library for real analysis
This package provides a formalization of real analysis compatible
with the Coq standard library.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-core-ocaml
Description-md5: 6f9fa9509e05b95dc040fa6f750867c3
Description-en: runtime libraries for Coq
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
.
This package provides runtime libraries for Coq.
Package: libcoq-core-ocaml-dev
Description-md5: 087097b71994724756abfbecea1882b9
Description-en: development libraries and tools for Coq
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
.
This package provides and libraries needed to develop OCaml-side
extensions to Coq.
Package: libcoq-corn
Description-md5: ec8ab190706127a80e7654195179d6fa
Description-en: Coq Constructive Repository at Nijmegen
This library provides different theories for Coq:
- an algebraic hierarchy with an axiomatic formalization
of the most common algebraic structures, like setoids,
monoids, groups, rings, fields, ordered fields, rings of
polynomials and real and complex numbers;
- a construction of the real numbers satisfying the above
axiomatic description;
- a proof of the fundamental theorem of algebra;
- a collection of elementary results on real analysis
including continuity, differentiability, integration,
Taylor's theorems and the fundamental theorem of calculus;
- tools for exact real computations like real numbers,
functions, integrals, graph of functions and differential
equations.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-deriving
Description-md5: f86da8bb7413c10ca613baec6bbded43
Description-en: deriving MathComp classes from inductive types
This package builds instances of MathComp classes with little
boilerplate, mimicking Haskell's deriving facility.
.
MathComp is a mathematical library for Coq.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-dpdgraph
Description-md5: 273eb3484d0176915de67cd31b22aa16
Description-en: Coq plugin to extract dependencies between Coq objects
This package provides a plugin for Coq to extract dependencies
between Coq objects and produce files with dependency information.
.
Coq is a proof assistant for higher-order logic.
.
This package provides the Coq plugin itself.
Package: libcoq-elpi
Description-md5: ff0392105ab4f5504e712b1b6f15deec
Description-en: Coq plugin embedding Elpi
This package makes it possible to define new commands and tactics
for Coq in Elpi.
.
Elpi implements a lambda-Prolog interpreter enriched with
constraint handling rules.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-equations
Description-md5: 33a517ad7548092fab1b723f4ca09c95
Description-en: Coq library to work with functions defined by equations
This library provides a notation to write programs using dependent
pattern-matching and well-founded recursion in Coq.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-ext-lib
Description-md5: 7ead45ffb4ed1a615db956ed9c7fb053
Description-en: Collection of theories and plugins for Coq
This package provides a collection of theories and plugins
that may be useful in other Coq developments.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-extructures
Description-md5: 0c8bbd733f0477a3e66701a1b6d2b4c2
Description-en: data structures with extensional reasoning for Coq
This Coq plugin provides finite sets, maps and
other data structures with extensional reasoning.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-flocq
Description-md5: 40dc9bd26759c7b4d14a10e25957fe12
Description-en: Floating-point arithmetic for Coq
Flocq provides a formalization of floating-point arithmetic
for Coq, in the form of a comprehensive library of
theorems on a multi-radix multi-precision arithmetic,
with efficient numerical computations.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-gappa
Description-md5: d29401f049a277a5f2cc3ee885c0c926
Description-en: Coq tactic to use Gappa for floating-point goals
This package provides a Coq tactic to discharge goals about
floating-point arithmetic and round-off errors to Gappa.
.
Gappa is a prover for numerical properties.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-hammer
Description-md5: 93c2a76bc9c3ffff3b0a71897b07707a
Description-en: automated reasoning tool for Coq
Hammer is a tool to help in the search of a proof
in Coq. It tries to find applicable lemmas and
combine them into a effective proof.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-hierarchy-builder
Description-md5: 7cbea0bccc9673cc40b4f3264cc7b0f5
Description-en: build hierarchies of algebraic structures in Coq
This software provides high-level commands to build hierarchies of algebraic
structures in the Coq system.
Package: libcoq-hott
Description-md5: 5c56dd9ef75fce82fc2150b322df3d18
Description-en: Coq library for homotopy type theory
This library is a formalization of homotopy type
theory for Coq, where propositional equality is
interpreted as homotopy and type isomorphism as
homotopy equivalence.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-interval
Description-md5: 592b78874085ed93fea0d897f7ed5db2
Description-en: interval arithmetic for Coq
This package provides tactics to simplify the
proof of inequalities on expressions of real
numbers.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-iris
Description-md5: 74d5fbfb9ecfce6d055e40a6442c23c0
Description-en: high-order concurrent separation logic framework for Coq
This package provides a high-order concurrent separation
logic framework for Coq, which means it is useful to reason
about safety of concurrent programs.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-libhyps
Description-md5: db8bbfca8b98fd7442164805cb2552a7
Description-en: Tactics on hypotheses in Coq
This package provides tactics and tacticals to work
with hypotheses during a Coq proof.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-math-classes
Description-md5: bbeb155966bce6ed102bd83d094e08a7
Description-en: Abstract interfaces for mathematical structures for Coq
This library provides abstract interfaces for mathematical
structures for Coq, such as:
- algebraic hierarchy (groups, rings, fields, ...)
- relations, orders, ...
- Categories, functors, universal algebra, ...
- Numbers: N, Z, Q, ...
- Operations (shift, power, abs, ...).
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-mathcomp
Description-md5: bd26831f634ff58fc6c73937049fe58a
Description-en: Mathematical Components library for Coq (all)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the full Mathematical Components library.
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: libcoq-mathcomp-algebra
Description-md5: 402a51057693053e1578bf2afd16f6e3
Description-en: Mathematical Components library for Coq (algebra)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the algebra part of the library (ring, fields,
ordered fields, real fields, modules, algebras, integers, rationals,
polynomials, matrices, vector spaces...).
Package: libcoq-mathcomp-algebra-tactics
Description-md5: b500f100ae04143be5718038beb809bc
Description-en: Ring and field tactics for Mathematical Components
This package provides the 'ring' and 'field' tactics for
the Mathematical Components library, that work for any instance
of 'comRingType' and 'fieldType' through canonical structure inference.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-analysis
Description-md5: 17ca6253f8d79f552f583a9d3bacf467
Description-en: analysis extension for Mathematical Components
This package provides an extension for classical analysis
for the Mathematical Components library.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-bigenough
Description-md5: 26e8e5e21a24c4debe89c2a7a20bcad8
Description-en: epsilon - N reasoning for Mathematical Components
This package provides an extension to reason with big enough
objects (mostly natural numbers) for the Mathematical Components
library.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-character
Description-md5: b3a4f562c34593b33ba8ad962a117066
Description-en: Mathematical Components library for Coq (character)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the character theory part of the library
(group representations, characters and class functions).
Package: libcoq-mathcomp-classical
Description-md5: a4708978f6d7d8ef4c3d90a421358ea6
Description-en: classical logic extension for Mathematical Components
This package provides an extension for work with classical logic
within the Coq proof-assistant 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: libcoq-mathcomp-field
Description-md5: 552c63b45c57eb8f41189849920f0be9
Description-en: Mathematical Components library for Coq (field)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the field theory part of the library
(field extensions, Galois theory, algebraic numbers, cyclotomic
polynomials).
Package: libcoq-mathcomp-fingroup
Description-md5: a3c104270704751f92a4ae03a396fd7b
Description-en: Mathematical Components library for Coq (finite groups)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the finite groups theory part of the library
(finite groups, group quotients, group morphisms, group presentation,
group action...).
Package: libcoq-mathcomp-finmap
Description-md5: 63fd8b8831df7dce56a2700f0059d67c
Description-en: finite sets and maps extension for Mathematical Components
This package provides an extension to manage finite sets,
finite maps and finitely supported functions extending for the
Mathematical Components library.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-multinomials
Description-md5: dc696b9ffcd93dcce440ab60ede8413b
Description-en: Multivariate polynomials for Mathematical Components
This package provides an extension to Mathematical Components
for monomial algebra, multivariate polynomials over ring
structures and an extended theory for polynomials whose
coefficients live in abelian rings and integral domains.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-real-closed
Description-md5: ac5dcf44ba4c1912a63545315e50c34a
Description-en: Real closed fields for Mathematical Components
This library contains definitions and theorems about real closed fields
for Mathematical Components. It includes a construction of the real
and algebraic closure (with a proof of the fundamental theorem of
algebra). The decidability of the first order theory of real closed
field, through quantifier elimination is also established.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-mathcomp-solvable
Description-md5: 1a7210a8e613050539efbce3f6024942
Description-en: Mathematical Components library for Coq (finite groups II)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the second finite groups theory part of the
library (abelian groups, center, commutator, Jordan-Holder series,
Sylow theorems...).
Package: libcoq-mathcomp-ssreflect
Description-md5: 70fcad66ebe7043a2a943f9be8be4a05
Description-en: Mathematical Components library for Coq (small scale reflection)
The Mathematical Components Library is an extensive and coherent
repository of formalized mathematical theories. It is based on the
Coq proof assistant, powered with the Coq/SSReflect language.
.
These formal theories cover a wide spectrum of topics, ranging from
the formal theory of general-purpose data structures like lists,
prime numbers or finite graphs, to advanced topics in algebra.
.
The formalization technique adopted in the library, called "small
scale reflection", leverages the higher-order nature of Coq's
underlying logic to provide effective automation for many small,
clerical proof steps. This is often accomplished by restating
("reflecting") problems in a more concrete form, hence the name. For
example, arithmetic comparison is not an abstract predicate, but
rather a function computing a Boolean.
.
This package installs the small scale reflection language extension
and the minimal set of libraries to take advantage of it (sequences,
booleans and boolean predicates, natural numbers and types with decidable
equality, finite types, finite sets, finite functions, finite graphs,
basic arithmetics and prime numbers, big operators...).
Package: libcoq-mathcomp-zify
Description-md5: 8ebd7c2d5b5c152562b3095d68876570
Description-en: Micromega arithmetic solvers for Mathematical Components
This package enables the use of the micromega arithmetic solvers
of Coq for goals stated with the Mathematical Components library,
by extending the zify tactic.
.
The Mathematical Components library is a coherent repository of
general-purpose formalized mathematical theories for the
Coq proof assistant.
Package: libcoq-menhirlib
Description-md5: 8d891c64cbef7d99c8b89663d921d672
Description-en: support library for Coq-verified Menhir parsers
This package provides a support library for verified
Coq parsers produced by Menhir.
.
Menhir is a LR(1) parser generator for the OCaml programming
language and Coq is a proof assistant for higher-order logic.
Package: libcoq-mtac2
Description-md5: 6841300aeafd53fddd1be8b77fa1bba7
Description-en: Mtac2 tactic language for Coq
This plugin for Coq provides the Mtac2
typed tactic language for backward reasoning.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-ott
Description-md5: 1386de275ec3b4597f33aab7bc4a2ca7
Description-en: Ott tool (Coq plugin)
Ott is a tool to write definitions of programming
languages and calculi. From the definition of a
language syntex and semanticsin a concise and readable
notation close to informal mathematics, it can
provide LaTeX, Coq, HOL, Isabelle/HOL, Lem or OCaml
versions of the definition.
.
Coq is a proof assistant for higher-order logic.
.
This package provides the Coq plugin itself.
Package: libcoq-paramcoq
Description-md5: 0f313fc531ec3a334d5921ce381c273c
Description-en: Coq plugin to generate parametricity statements
This package provides a plugin for Coq to generate
parametricity statements, typically used in data refinement
proofs.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-quickchick
Description-md5: e621d041ded1fabf4a8bf5048e6b851f
Description-en: randomized testing framework for Coq (plugin)
QuickChick provides a framework for randomized testing
of program properties ; it's a clone of Haskell's
QuickCheck.
.
It includes a foundational verification framework to test
code and a mechanism to automatically derive generators
for inductive relations.
.
Coq is a proof assistant for higher-order logic.
.
This package contains the Coq plugin.
Package: libcoq-record-update
Description-md5: 88f89d9a5fbe40b2f7634d8368a32e1e
Description-en: automatic record fields updaters for Coq
This package provides an automatic and generic way
to update record fields in Coq.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-reduction-effects
Description-md5: 760b1483c020afdf83e92b99f3fd7368
Description-en: reduction effects for Coq
This plugin adds reduction side effects to some
of the Coq reduction strategies.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-reglang
Description-md5: 407ad3a353f8ee596e70400372502d8c
Description-en: representation of regular languages in Coq
This package provides definitions and verified translations
between different representations of regular languages
for Coq: miscellaneous automata, regular expressions,
WS1S logic. It also contains various decidability results
and closure properties of regular languages.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-relation-algebra
Description-md5: a765dff0adbfdc3fa06433e9a1b8f624
Description-en: relation algebra for Coq
This package provides a library on relation algebras, that
is those admitting heterogeneous binary relations as a model,
ranging from partially ordered monoid to residuated Kleen
allegories and Kleene algebras with tests.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-simple-io
Description-md5: 203327b966ea6f97a884c7e5a945d270
Description-en: Coq plugin for purely functional IO
This package provides a plugin to implement
Input/Output (IO) programs directly in Coq, in a
style similar to Haskell's.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-stdlib
Description-md5: 9e601d42ac375ebc4cb75dff6e4c368e
Description-en: proof assistant for higher-order logic (theories)
Coq is a proof assistant for higher-order logic, which allows the
development of computer programs consistent with their formal
specification. It is developed using Objective Caml and Camlp5.
.
This package provides existing theories that new proofs can be
based upon, including theories of arithmetic and Boolean values.
Package: libcoq-stdpp
Description-md5: 64f44b23554299b788dfa292c534d7fc
Description-en: Extended standard library for Coq
This package provides an extended standard library
for Coq, for instance:
- a great number of definitions and lemmas for common data
structures like lists, finite maps and finite multisets ;
- type classes for common properties like decidable equality,
finiteness or countability ;
- various tactics for common tasks ;
all of this dependency-free and axiom-free.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-unicoq
Description-md5: 48caa7101c0321542fff948271f05d89
Description-en: enhanced unification algorithm for Coq
This package provides a new unification algorithm,
replacing the existing one through a plugin.
.
Coq is a proof assistant for higher-order logic.
Package: libcoq-unimath
Description-md5: edbaa9c4853665d0d83d5a79d1b04ac7
Description-en: univalent formalization of mathematics for Coq
This package provides a library to formalize a substantial body
of mathematics using the univalent point of view.
.
Coq is a proof assistant for higher-order logic.
Package: libcos4-3
Description-md5: 9d2b88b61746226db1aa810d5189301b
Description-en: omniORB CORBA services stubs
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes libcos4 and libcosdynamic4.
Package: libcos4-dev
Description-md5: e546d4c416ef7ebb363e32e3d12ee145
Description-en: omniORB CORBA services stubs development files
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes developer files for libcos4 and libcosdynamic4.
Package: libcpp-httplib-dev
Description-md5: 264fb680f1c0f6f48c64f16c167c5519
Description-en: C++ HTTP/HTTPS server and client library - development files
cpp-httplib is a C++11 cross platform HTTP/HTTPS library, with a focus on
ease of use. This is a multi-threaded 'blocking' HTTP library. If you are
looking for a 'non-blocking' library, this is not the one that you want.
.
This package contains the development headers and a pkg-config file.
Package: libcpp-httplib0.26
Description-md5: b889be44cc623fd535a22323ec29fba3
Description-en: C++ HTTP/HTTPS server and client library
cpp-httplib is a C++11 cross platform HTTP/HTTPS library, with a focus on
ease of use. This is a multi-threaded 'blocking' HTTP library. If you are
looking for a 'non-blocking' library, this is not the one that you want.
Package: libcreaterepo-c-dev
Description-md5: 821e641cdf340a7873e33a0d4812c930
Description-en: library for creating RPM repository metadata (development)
The createrepo tool generates the repodata directory and XML metadata that
makes up a repository of RPM packages. This repository format is supported
by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum.
.
This package contains the header files needed for developing programs
using the libcreaterepo-c library.
Package: libcreaterepo-c1
Description-md5: 53b737afb5a7b3276397bc6f774e65d7
Description-en: library for creating RPM repository metadata
The createrepo tool generates the repodata directory and XML metadata that
makes up a repository of RPM packages. This repository format is supported
by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum.
.
This package contains a shared library for managing RPM repositories.
Package: libcreg-dev
Description-md5: cbb6e6eb44fa51b4b01024f7e6ee9bc0
Description-en: library to access Windows 9x/Me Registry files -- development files
libcreg is a library to access the Windows 9x/Me Registry File (CREG) format.
.
This package includes the development support files.
Package: libcreg-utils
Description-md5: 60f9dd8a31059ea9a45886c10128f0d7
Description-en: library to access Windows 9x/Me Registry files -- Utilities
libcreg is a library to access the Windows 9x/Me Registry File (CREG) format.
.
This package contains tools to access data ...
Package: libcreg1t64
Description-md5: aa6d84ed2adc84221eeba6cd2a653684
Description-en: llibrary to access Windows 9x/Me Registry files
libcreg is a library to access the Windows 9x/Me Registry File (CREG) format.
.
This package contains the shared library.
Package: libcrunch-ocaml
Description-md5: de4fea33b3390c0e86f49931081c2ed9
Description-en: convert a filesystem into a static OCaml module (runtime files)
ocaml-crunch takes a directory of files and compiles them into a
standalone OCaml module which serves the contents directly from
memory. This can be convenient for libraries that need a few embedded
files (such as a web server) and do not want to deal with all the
trouble of file configuration.
.
This package contains runtime files.
Package: libcrunch-ocaml-dev
Description-md5: f600a52a4a1f1a4054009605c1a6cccf
Description-en: convert a filesystem into a static OCaml module (dev files)
ocaml-crunch takes a directory of files and compiles them into a
standalone OCaml module which serves the contents directly from
memory. This can be convenient for libraries that need a few embedded
files (such as a web server) and do not want to deal with all the
trouble of file configuration.
.
This package contains development files.
Package: libcrypt-urandom-perl
Description-md5: 6133e8558e5e0b4fa01f4b8866eba2a6
Description-en: module that provides non blocking randomness
Crypt::Urandom is intended to provide an interface to the strongest available
source of non-blocking randomness on the current platform.
.
Platforms currently supported are anything supporting /dev/urandom.
Package: libcryptominisat5-5.11t64
Description-md5: 5034802a972a5e9d407dd56d8056f73c
Description-en: SAT solver library
CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
.
This package provides a shared library to link against the CryptoMiniSat
library.
Package: libcryptominisat5-dev
Description-md5: f8f2f7e4ceaa14d0a5cf6abb1c1eb23b
Description-en: development files for the CryptoMiniSat SAT solver
CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver.
.
This package provides C++ header files to interface with CryptoMiniSat. See
https://github.com/msoos/cryptominisat#library-usage for some examples. This
package also includes the experimental cryptominisat_c.h header to interface
with CryptoMiniSat from C.
Package: libcsirocsa0
Description-md5: a269767d31bc0994f7a17006d83bd80b
Description-en: Scientific plotting library (CSIRO csa library)
This package contains the bivariate Cubic Spline Approximation library
developed by Pavel Sakov, from the CSIRO Marine Research.
.
The source code for these libraries are part of the plplot source
package.
Package: libcsironn0
Description-md5: 7fb74997c840a861f9afcfe0cb9ed5e9
Description-en: Scientific plotting library (CSIRO nn library)
This package contains the Natural Neighbours interpolation library
developed by Pavel Sakov, from the CSIRO Marine Research.
.
The source code for these libraries are part of the plplot source
package.
Package: libcstruct-ocaml
Description-md5: 8472b161eb7b819ac5f29a0d0689fd84
Description-en: access C-like structures directly from OCaml (runtime)
Cstruct is a library and syntax extension to make it easier to access
C-like structures directly from OCaml. It supports both reading and
writing to these structures, and they are accessed via the Bigarray
module.
.
This package contains the runtime libraries for programs using
cstruct.
Package: libcstruct-ocaml-dev
Description-md5: 301b7e8fc1ef3d5b10d0310948f31f46
Description-en: access C-like structures directly from OCaml (dev)
Cstruct is a library and syntax extension to make it easier to access
C-like structures directly from OCaml. It supports both reading and
writing to these structures, and they are accessed via the Bigarray
module.
.
This package contains the development stuff needed to use the
cstruct library in your programs.
Package: libctypes-ocaml
Description-md5: 535529b9d4f928212326378be8e7e767
Description-en: library for binding to C libraries using pure OCaml (runtime)
The ocaml-ctypes library makes it possible to call C functions
directly from OCaml without writing or generating C code. The core
of the library is a set of combinators for describing C types --
scalars, functions, structs, unions, arrays, and pointers to values
and functions. Type descriptions can then be used to bind native
functions and values.
.
This package contains the shared runtime stub library and plugins.
Package: libctypes-ocaml-dev
Description-md5: 3984cfb82adfc1c586fdc2dec44c3275
Description-en: library for binding to C libraries using pure OCaml (dev)
The ocaml-ctypes library makes it possible to call C functions
directly from OCaml without writing or generating C code. The core
of the library is a set of combinators for describing C types --
scalars, functions, structs, unions, arrays, and pointers to values
and functions. Type descriptions can then be used to bind native
functions and values.
.
This package contains all the development stuff you need to use
ocaml-ctypes.
Package: libcupsfilters-tests
Description-md5: 14ad6a58b3641ba0e086ef4929e4d29d
Description-en: OpenPrinting libcupsfilters - Test programs for autopkgtests
This library contains filter functions doing all kinds of file format
conversion used for printing and scanning, to be used in Printer
Applications, CUPS filters, printer drivers, ... also other commonly
used functions for handling print data, like color space/depth
conversion, dithering, IPP message parsing, ... are available.
.
This package contains test programs from the upstream code which are used
for the autopkgtests.
.
For using libcupsfilters you do not need to install this package. It does not
contain anything useful for end users.
Package: libcurl-ocaml
Description-md5: f8bf1d59757cbdc7a624e0bc956f5b75
Description-en: OCaml curl bindings (Runtime Library)
This Objective Caml library provides multi-protocol file transfer
facilities based on the curl library.
.
This package contains only the shared runtime stub libraries.
Package: libcurl-ocaml-dev
Description-md5: cfa14f39c85cc80ff110c3ce9a2a6617
Description-en: OCaml libcurl bindings (Development package)
This Objective Caml library provides multi-protocol file transfer
facilities based on the curl library.
.
This package contains the development part of the OCaml curl package.
Package: libcvc5-1
Description-md5: b803697ab6597bb2d26e0959f1764779
Description-en: automated theorem prover for SMT problems (runtime)
cvc5 is a tool for determining the satisfiability of a first order formula
modulo a first order theory (or a combination of such theories). It is the
fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite,
CVC3, CVC4) but does not directly incorporate code from any previous version
prior to CVC4.
.
cvc5 is intended to be an open and extensible SMT engine. It can be used as a
stand-alone tool or as a library. It has been designed to increase the
performance and reduce the memory overhead of its predecessors. It is written
entirely in C++ and is released under an open-source software license.
.
This package contains cvc5's runtime shared libraries.
Package: libcvc5-dev
Description-md5: 0b8dea11ab5594daed4bb6d77d3985a6
Description-en: automated theorem prover for SMT problems (development files)
cvc5 is a tool for determining the satisfiability of a first order formula
modulo a first order theory (or a combination of such theories). It is the
fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite,
CVC3, CVC4) but does not directly incorporate code from any previous version
prior to CVC4.
.
cvc5 is intended to be an open and extensible SMT engine. It can be used as a
stand-alone tool or as a library. It has been designed to increase the
performance and reduce the memory overhead of its predecessors. It is written
entirely in C++ and is released under an open-source software license.
.
This package contains development files for cvc5. Install it if you
want to develop applications that use cvc5's API.
Package: libcvc5parser1
Description-md5: c3a5bb5e9e41edcc86d8956a94b4711a
Description-en: automated theorem prover for SMT problems (parser runtime)
cvc5 is a tool for determining the satisfiability of a first order formula
modulo a first order theory (or a combination of such theories). It is the
fifth in the Cooperating Validity Checker family of tools (CVC, CVC Lite,
CVC3, CVC4) but does not directly incorporate code from any previous version
prior to CVC4.
.
cvc5 is intended to be an open and extensible SMT engine. It can be used as a
stand-alone tool or as a library. It has been designed to increase the
performance and reduce the memory overhead of its predecessors. It is written
entirely in C++ and is released under an open-source software license.
.
This package contains runtime shared libraries for cvc5's parser.
Package: libcwiid-dev
Description-md5: e7b1bae11f0ce60e0e7935c4fed71474
Description-en: library to interface with the wiimote -- development files
CWiid is a working userspace driver along with various
applications implementing event drivers, multiple wiimote
connectivity, gesture recognition, and other Wiimote-based
functionality.
.
This package provides the development files needed for building against
Cwiid.
Package: libcwiid1t64
Description-md5: c26f3525ed40f8afc7db84154445f15a
Description-en: library to interface with the wiimote -- runtime files
CWiid is a working userspace driver along with various
applications implementing event drivers, multiple wiimote
connectivity, gesture recognition, and other Wiimote-based
functionality.
.
This package provides the wiimote library that abstracts the interface
to the wiimote by hiding the details of the underlying Bluetooth
connection.
Package: libdar-dev
Description-md5: 03a444264eb3abf7a522c5ed08ae9bee
Description-en: Disk ARchive: Development files for shared library
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
Package: libdar64-7000
Description-md5: 73796f842cd28602f4f7860529c3266a
Description-en: Disk ARchive: Shared library
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
.
This package contains the shared library for accessing archives.
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: libdeal.ii-9.7.1
Description-md5: 0c8668bb5606f7acd1d570172d38f180
Description-en: Finite Element Differential Equations Analysis Library
deal.II is a C++ program library targeted at the computational solution of
partial differential equations using adaptive finite elements. It uses
state-of-the-art programming techniques to offer you a modern interface to the
complex data structures and algorithms required.
.
This package contains the shared libraries.
Package: libdeal.ii-dev
Description-md5: 5a369645e90c8f66b985eb03e4c7a0db
Description-en: Differential Equations Analysis Library - development files
deal.II is a C++ program library targeted at the computational solution of
partial differential equations using adaptive finite elements. It uses
state-of-the-art programming techniques to offer you a modern interface to the
complex data structures and algorithms required.
.
This package contains the development files.
Package: libdeal.ii-doc
Description-md5: dcf2e06380119549b7af283bba39aa78
Description-en: Differential Equations Analysis Library - html doc. and examples
deal.II is a C++ program library targeted at the computational solution of
partial differential equations using adaptive finite elements. It uses
state-of-the-art programming techniques to offer you a modern interface to the
complex data structures and algorithms required.
.
This package contains the documentation and examples.
Package: libdecimal-ocaml
Description-md5: 3b34a66a7e4dfd45d2964296ee77dfe7
Description-en: arbitrary-precision floating-point decimal library (runtime)
Arbitrary-precision floating-point decimal library ported from the
Python decimal module.
.
This package contains the runtime libraries for programs using
the decimal library.
Package: libdecimal-ocaml-dev
Description-md5: 8afaa826d816519e1319d3123d0734c9
Description-en: arbitrary-precision floating-point decimal library (dev)
Arbitrary-precision floating-point decimal library ported from the
Python decimal module.
.
This package contains the development stuff needed to use the
decimal library in your programs.
Package: libdiodon0
Description-md5: a7613a8505e4afd12834d2faa6d9f0f6
Description-en: GTK+ Clipboard manager (main library)
Diodon is a lightweight clipboard manager for Linux written in Vala which
"aims to be the best integrated clipboard manager for the Gnome/Unity desktop".
.
Diodon features include Ubuntu indicator, clipboard sync (primary selection
and Ctrl+C / Ctrl+V clipboard) and a zeitgeist integration for an infinite
clipboard history.
.
This package contains the main library used by the Diodon. It is used both by
the clipboard manager itself and by the plugins.
.
This library is only useful within Diodon. You should not have to
manually install this package.
Package: libdlt-dev
Description-md5: a18aee0aecde6c284cc2db8fc962356e
Description-en: Diagnostic Log and Trace (DLT) library (development)
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
DLT library is used by apps that need to log to a DLT daemon directly and by
apps that want to read logs from DLT daemon. This package provides development
files.
Package: libdlt-examples
Description-md5: 699cd43f618d245f8a263255dba4fb88
Description-en: Diagnostic Log and Trace (DLT) (examples)
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
This package includes example apps and test tools for DLT server.
Package: libdlt2
Description-md5: 4828cea0785da57bab9519cc9d178830
Description-en: Diagnostic Log and Trace (DLT) library
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
DLT library is used by apps that need to log to a DLT daemon directly and by
apps that want to read logs from DLT daemon.
Package: libdlt3
Description-md5: 4828cea0785da57bab9519cc9d178830
Description-en: Diagnostic Log and Trace (DLT) library
This component provides a log and trace interface, based on the standardised
protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used
by COVESA components and other applications as logging facility.
.
DLT library is used by apps that need to log to a DLT daemon directly and by
apps that want to read logs from DLT daemon.
Package: libdnf-dev
Description-md5: 11ac53425576efcb85ea20d0a392449c
Description-en: libdnf - development files
A library providing simplified C and Python APIs to libsolv.
.
This package contains the development header files for the
libdnf library.
Package: libdnf-doc
Description-md5: 6c50afa87173fe0c8f5b3ba79808f337
Description-en: Documentation for the libdnf library (common documentation)
A library providing simplified C and Python APIs to libsolv.
.
This package installs common documentation for the libdnf
C bindings.
Package: libdnf2-common
Description-md5: cbd06f1a2d1236f51fe114f1efa47024
Description-en: libdnf - common files
A library providing simplified C and Python APIs to libsolv.
.
This package provides common files for the libdnf library.
Package: libdnf2t64
Description-md5: 35945da87fa54f0cdf2192d8bbb82744
Description-en: libdnf - shared library
A library providing simplified C and Python APIs to libsolv.
.
This package provides the libdnf shared library.
Package: libdnf5-2
Description-md5: 793d87b31186995eecb85a80ff83a600
Description-en: Dandified Yum package manager - version 5 library
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the libdnf5 library.
Package: libdnf5-cli-dev
Description-md5: 8d223d33bc0e1da9cca43371b0e6368e
Description-en: Dandified Yum package manager - version 5 CLI development files
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the libdnf5 CLI library development files.
Package: libdnf5-cli3
Description-md5: b1903ddeef5debfdfca36d3fc14a76d6
Description-en: Dandified Yum package manager - version 5 CLI library
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the libdnf5 CLI library.
Package: libdnf5-dev
Description-md5: 43f30bdea696db1a5458422cbf0937c6
Description-en: Dandified Yum package manager - version 5 library development files
DNF5 is a command-line package manager that automates the process of
installing, upgrading, configuring, and removing computer programs in a
consistent manner. It supports RPM packages, modulemd modules, and comps groups
& environments.
.
This package provides the libdnf5 library development files.
Package: libdnssec10
Description-md5: 8cbf32b713db69ab854a9bdcd593b415
Description-en: DNSSEC shared library from Knot DNS
This package provides a DNSSEC shared library used by Knot DNS
and Knot Resolver.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: libdolfin-dev
Description-md5: 3d79ecc23d1ab64df6bd61a89fc7d93e
Description-en: Shared links and development 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 development files.
.
This is the legacy version of DOLFIN, you may want to install the
next-generation libdolfinx-dev (DOLFIN-X) instead.
Package: libdolfin-dev-common
Description-md5: 102fedefc8f65414f2ef972f4bdbee89
Description-en: Common 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 header files.
.
This is the legacy version of DOLFIN, you may want to install the
next-generation libdolfinx-dev (DOLFIN-X) instead.
Package: libdolfin2019.2t64
Description-md5: 36b945ea393f2c4a8fe500c27fbbb1a7
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.
Package: libdolfin64-2019.2t64
Description-md5: 9b05d589a0e6b372aaec1d227313cf71
Description-en: Shared libraries for DOLFIN (64-bit indexing)
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 for DOLFIN built against
64-bit PETSc (64-bit indexing).
Package: libdolfin64-dev
Description-md5: c32a0d365a083bb480ef0d2cb6a101a6
Description-en: Shared links and dev files for DOLFIN (64-bit indexing)
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 DOLFIN built against
64-bit PETSc (64-bit indexing).
.
This is the legacy version of DOLFIN, you may want to install the
next-generation libdolfinx-dev (DOLFIN-X) instead.
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.10
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-mpc-dev
Description-md5: 6cfb594889eda2b58d1100a278dc6840
Description-en: Multi-point constraints with FEniCS-X
This library contains an add-on to FEniCSx enabling the possibilities
of enforce multi-point constraints. This can be used to for instance
enforce slip conditions strongly, or apply periodic boundaries..
Package: libdolfinx-mpc0.10
Description-md5: 6cfb594889eda2b58d1100a278dc6840
Description-en: Multi-point constraints with FEniCS-X
This library contains an add-on to FEniCSx enabling the possibilities
of enforce multi-point constraints. This can be used to for instance
enforce slip conditions strongly, or apply periodic boundaries..
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.10
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: libdolphinvcs-dev
Description-md5: 0c2725163913bb53a6b02e03f558e699
Description-en: library to show version control in Dolphin - development files
This library enables developers to expand Dolphin with the ability to show
version control status in directories that are version controlled.
.
This package contains the development files.
Package: libdolphinvcs6
Description-md5: a730b4d639f97130ae8a4b0244a1c33c
Description-en: library to show version control in Dolphin
This library enables developers to expand Dolphin with the ability to show
version control status in directories that are version controlled.
Package: libdtk6core-bin
Description-md5: af451dc961aebdef7dee0a7c0eb349ac
Description-en: Deepin Qt6 Tool Kit Core library (utilities)
Dtk6Core is a base library for Deepin Qt6/C++ applications.
.
This package is part of DDE (Deepin Desktop Environment).
.
This package contains various command-line utilities used by Deepin Tool Kit
and other Deepin software. Some tools were originally provided by DtkSettings.
Package: libdtk6core-dev
Description-md5: 06c496a4dbbb4f68baae5f6e5cbd3d59
Description-en: Deepin Qt6 Tool Kit Core library (development files)
Dtk6Core is a base library for Deepin Qt6/C++ applications.
.
This package is part of DDE (Deepin Desktop Environment).
.
This package contains the header files and static libraries of Dtk6Core.
Package: libdtk6core6
Description-md5: 5380cec3a4d4c605e9cac8c1a8487b81
Description-en: Deepin Qt6 Tool Kit Core library
Dtk6Core is a base library for Deepin Qt6/C++ applications.
.
This package is part of DDE (Deepin Desktop Environment).
.
This package contains the shared libraries.
Package: libdtk6log-dev
Description-md5: 57d5d76bd62a12f2296bfa1ae3c1e644
Description-en: Simple, convenient and thread-safe C++ Qt6 logger library (development files)
Dtklog provides a simple, convenient and thread-safe logger for Qt6-based
C++ applications.
.
This package contains the library development files.
Package: libdtk6log0
Description-md5: e100acfffb70ac08333674db727944ae
Description-en: Simple, convenient and thread-safe C++ Qt6 logger library (shared library)
Dtklog provides a simple, convenient and thread-safe logger for Qt6-based
C++ applications.
.
This package contains the shared libraries.
Package: libdune-common-dev
Description-md5: 6b7febfda4fb6035c9e5ebe00c5dfc58
Description-en: toolbox for solving PDEs -- basic classes (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the basic classes.
Package: libdune-common-doc
Description-md5: 75634d17d9c0ff91984e531f1b00a182
Description-en: toolbox for solving PDEs -- basic classes (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the basic classes.
Package: libdune-functions-dev
Description-md5: 3deacdcb722cbfc9d21f7fbb4d727070
Description-en: toolbox for solving PDEs -- interface for functions (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
dune-functions provides an interface for global finite element functions.
.
This package contains the development files.
Package: libdune-functions-doc
Description-md5: 2bcbbf027fac592936f5e5b56b221361
Description-en: toolbox for solving PDEs -- interface for functions (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
dune-functions provides an interface for global finite element functions.
.
This package contains the documentation.
Package: libdune-geometry-dev
Description-md5: 3b40a15aad9393d2093a770e27cc7a0d
Description-en: toolbox for solving PDEs -- geometry classes (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the geometry classes.
Package: libdune-geometry-doc
Description-md5: 771ce72d6c781fc1ade450e064adff74
Description-en: toolbox for solving PDEs -- geometry classes (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the geometry classes.
Package: libdune-grid-dev
Description-md5: 85d4d4fceff920f104f6c3693a7607e8
Description-en: toolbox for solving PDEs -- grid interface (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the grid interface.
Package: libdune-grid-doc
Description-md5: 94753bf5a89b60673de5b4b8aa1266bd
Description-en: toolbox for solving PDEs -- grid interface (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the grid interface.
Package: libdune-grid-glue-dev
Description-md5: 5a74c74d9339484f14f7ee1862b40ef4
Description-en: toolbox for solving PDEs -- compute couplings between grids (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
dune-grid-glue provides infrastructure for the coupling of two
unrelated DUNE grids. The coupling may be overlapping or
nonoverlapping, conforming or nonconforming. The two grids are not
required to be of the same type, and they may even be of different
dimensions.
.
This package contains the development files.
Package: libdune-grid-glue-doc
Description-md5: 2ec97ab870bf2d892011e93dbc0f90d9
Description-en: toolbox for solving PDEs -- compute couplings between grids (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
dune-grid-glue provides infrastructure for the coupling of two
unrelated DUNE grids. The coupling may be overlapping or
nonoverlapping, conforming or nonconforming. The two grids are not
required to be of the same type, and they may even be of different
dimensions.
.
This package contains the documentation.
Package: libdune-istl-dev
Description-md5: 861f28a73f032fa881df43c7dbe3ac88
Description-en: toolbox for solving PDEs -- iterative solvers (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the iterative solver template
library.
Package: libdune-istl-doc
Description-md5: 290d1b252e098c4592acc54dbb97ea43
Description-en: toolbox for solving PDEs -- iterative solvers (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the iterative solver template
library.
Package: libdune-localfunctions-dev
Description-md5: f5bcf298319321edca2b6cbf46308b62
Description-en: toolbox for solving PDEs -- local basis (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the interface for the local
basis and layout of the degrees of freedom.
Package: libdune-localfunctions-doc
Description-md5: 9951dbc75ae1c115815e697de4ad371c
Description-en: toolbox for solving PDEs -- local basis (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the interface for the local
basis and layout of the degrees of freedom.
Package: libdune-ocaml-dev
Description-md5: 0ab489395979797001fc7accc624ca08
Description-en: composable build system for OCaml projects (libraries)
Dune is a build system designed for OCaml/Reason projects
only. It focuses on providing the user with a consistent experience
and takes care of most of the low-level details of OCaml
compilation. All you have to do is provide a description of your
project and Dune will do the rest.
.
This package contains libraries provided by the ocaml-dune source
package.
Package: libdune-typetree-dev
Description-md5: b2b5a6fa7b9d141a4c528edf703a2d1e
Description-en: toolbox for solving PDEs -- typed tree template library (development files)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the development files for the typed tree template
library.
Package: libdune-typetree-doc
Description-md5: 1541e608eac2816a3810ba82a155cb21
Description-en: toolbox for solving PDEs -- typed tree template library (documentation)
DUNE, the Distributed and Unified Numerics Environment is a modular toolbox
for solving partial differential equations (PDEs) with grid-based methods.
It supports the easy implementation of methods like Finite Elements (FE),
Finite Volumes (FV), and also Finite Differences (FD).
.
This package contains the documentation for the typed tree template
library.
Package: libdune-uggrid-dev
Description-md5: 4cc3595f160bf1d2aba339076078ab0d
Description-en: software framework for finite element methods (development files)
UG is a flexible software tool for the numerical solution of partial
differential equations on unstructured meshes, with a focus on
multigrid methods. It has a very powerful grid manager, which supports
two- and three-dimensional grids with mixed element types. The grids
can be adaptively refinement using either classic
red/green-refinement, or pure red refinement with hanging nodes. All
this is fully parallelized and can run on large distributed machines.
.
The version in this package has been built with the necessary flags for use
with the Dune software system.
.
This package contains the development files.
Package: libdwarf-dev
Description-md5: 499e71c1964d18a86f440ee7f37bea48
Description-en: library to consume and produce DWARF debug information
The libdwarf package provides a library which allows
reading/consuming and writing/producing of DWARF debugging
information from object files, shared libraries, and executables.
.
This package contains developer resources for libdwarf. Install it if
you want to develop software that uses the libdwarf API.
.
This library is part of dwarfutils.
Package: libdwarf1
Description-md5: e36362d506f45fbff29af19b81a8505c
Description-en: library to consume and produce DWARF debug information (runtime)
The libdwarf package provides a library which allows
reading/consuming and writing/producing of DWARF debugging
information from object files, shared libraries, and executables.
.
This package contains the runtime library. You should not have to
install it manually.
Package: libdxvk-d3d10core0
Description-md5: 09915be8e41a1f9e326c3c2e830c1df7
Description-en: Vulkan-based translation layer for Direct3D 10
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
This package contains DXVK's implementation of the Direct3D 10 API.
Package: libdxvk-d3d11-0
Description-md5: 215ea2374073683192454277e87672ec
Description-en: Vulkan-based translation layer for Direct3D 11
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
This package contains DXVK's implementation of the Direct3D 11 API.
Package: libdxvk-d3d8-0
Description-md5: 5200c8c356aba6921b0e94afda366212
Description-en: Vulkan-based translation layer for Direct3D 8
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
This package contains DXVK's implementation of the Direct3D 9 API.
Package: libdxvk-d3d9-0
Description-md5: 35b73ad6879bed4fc119e502c2356e0a
Description-en: Vulkan-based translation layer for Direct3D 9
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
This package contains DXVK's implementation of the Direct3D 9 API.
Package: libdxvk-dxgi0
Description-md5: a660dd1eee9ba83f4c8963dc6accb79a
Description-en: Vulkan-based translation layer for Direct3D 8/9/10/11 - graphics infrastructure
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
This package contains DXVK's implementation of Microsoft's
DirectX Graphics Infrastructure (DXGI) API, a layer shared
by Direct3D 10 and 11.
Package: libdxvk-native-dev
Description-md5: 1424e4aa39209a89c45e779987d73034
Description-en: Vulkan-based translation layer for Direct3D 8/9/10/11 - development files
DXVK Native is a Vulkan-based translation layer for Direct3D 8/9/10/11 which
allows Direct3D applications originating on Windows to be compiled
natively for Linux.
.
DXVK aims to provide support for D3D11, feature level 11_1, and
D3D10, feature level 10_1.
.
This package contains the development headers necessary to compile
applications that use the Direct3D APIs, including a minimal subset
of required Windows header definitions.
Package: libec-dev
Description-md5: 8f18a559e7677b64537acd6ee68e3ef0
Description-en: Library for modular symbols and elliptic curves over Q (development)
This library implements 2-descent on elliptic curves over Q and computations
with modular symbols.
.
This package contains the development files for the library.
Package: libec14
Description-md5: ef0e5b8927c7d668542172bb1c11ebbd
Description-en: Library for modular symbols and elliptic curves over Q
This library implements 2-descent on elliptic curves over Q and computations
with modular symbols.
.
It is the library which powers the eclib-tools, which are used for the
elliptic curve database.
Package: libeckit-dev
Description-md5: 10e695bcc9686cd92584d7bff379ddbc
Description-en: C++ toolkit for ECMWF tools and applications
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libeckit-utils
Description-md5: 74553e3d8a8ef58d97b5f0140444ed11
Description-en: C++ toolkit for ECMWF tools and applications - development files
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libeckit0d
Description-md5: 10e695bcc9686cd92584d7bff379ddbc
Description-en: C++ toolkit for ECMWF tools and applications
ecKit is a cross-platform c++ toolkit that supports development of tools and
applications at ECMWF. It is based on code developed over the last 20 years
within the MARS software and was re-factored out to be reused by other
applications. The main focus is UNIX/POSIX systems, and it has been thoroughly
tested on AIX, Linux and Mac OSX. Historically, the code base pre-dates and in
some way can be seen as a leaner substitute for some 'Boost' libraries.
.
ECMWF is the European Centre for Medium-Range Weather Forecasts.
Package: libecore-audio1
Description-md5: 9e9dccefe74caa343a10601cfc231c12
Description-en: Ecore functions for audio playback and recording
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This package contains the Ecore wrapper and convenience functions for
audio playback and recording.
Package: libecore-bin
Description-md5: 370d5fb210860878c9161a1d126bc256
Description-en: EFL core abstraction layer - utilities
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains code generation utilities used in building EFL
apps and a libproxy abstraction binary used by ecore_con.
Package: libecore-con1t64
Description-md5: d3af8b7c0021a3cfba9496c91898957f
Description-en: Ecore functions for network connections
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore Connection Library, which provides
simple mechanisms for communications between programs using reliable
sockets.
Package: libecore-drm2-1
Description-md5: 729b658620167dfebd8a9e655476cf87
Description-en: Ecore functions for DRM
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore wrapper and convenience functions for using
drm, virtual terminals.
Package: libecore-evas1
Description-md5: 5a16859f77d58b31bd09892fa364bf91
Description-en: Ecore functions for the Evas wrapper
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore Evas wrapper functions.
Package: libecore-fb1
Description-md5: 1bc1df7df441f6e045348194536700e1
Description-en: Ecore functions for frame buffer displays
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore frame buffer system functions.
Package: libecore-file1
Description-md5: 72e0997e3c9b32fe89e00fe133fbc8e6
Description-en: Ecore functions for files and directories
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore File Library.
Package: libecore-imf1
Description-md5: 0a75ba6140471dbb53664c88d7cd41f0
Description-en: Ecore functions for Input Method Framework
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore Input Method Framework module, and
the Evas helper functions for it.
Package: libecore-input1
Description-md5: 83ba61740f7537c1ad72b4745a245c60
Description-en: Ecore functions for input devices
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore input device module.
Package: libecore-ipc1
Description-md5: f05ea4a8320e6801a5b3a7c688c649f2
Description-en: Ecore functions for inter-process communication
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore inter-process communication functions.
Package: libecore-wl2-1
Description-md5: 34333197aa1baf5aa8c40629c8afd45b
Description-en: Ecore functions for Wayland displays
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This package contains the Ecore wrapper and convenience functions for
using Wayland.
Package: libecore-x1
Description-md5: 53205594e3dfbae0ec61b63307da0b9c
Description-en: Ecore functions for X Window System displays
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Ecore wrapper and convenience functions for using
the X Window System.
Package: libecore1
Description-md5: 2a65c94f56cbc731c82e4b38c684c5c2
Description-en: EFL core abstraction layer
Ecore is a library of convenience functions. It provides abstractions
for handling timers selections, Xdnd, event loops, and much
more. Much of Ecore's functionality is implemented in external
modules.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libecryptfs-dev
Description-md5: 4a3b3152a4800ff5cff7d99e69043456
Description-en: ecryptfs cryptographic filesystem (development)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the development files.
Package: libecryptfs1
Description-md5: 4a1a99eed417db0df27642507e14a2e8
Description-en: ecryptfs cryptographic filesystem (library)
eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic
filesystem for Linux.
.
This package contains the library.
Package: libector1
Description-md5: 2c7b0032134b62dd34370797c13f98e9
Description-en: EFL vector graphics capabilities
Ector provides a new retained rendering library that is used by Evas
to provide Evas_Object_VG. This is a new Evas_Object that provides a
vector graphics scene graph following the SVG specification. It will
be considered a bug if some behaviour does not follow the SVG
standard. Evas_Object_VG provides 3 kind of objects for now: shape,
as well as linear and radial gradients.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package provides the libector1 library.
Package: libedje-bin
Description-md5: 37de2c95b2661bfc4e08ca806e88b60f
Description-en: EFL layout and animation tools - utilities
Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is the theming engine behind
Enlightenment.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains binaries for the creation & debugging of edje
themes.
Package: libedje1
Description-md5: eb220768ed3398ff1093831aae1143ff
Description-en: EFL layout and animation tools
Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is the theming engine behind
Enlightenment.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libeet-bin
Description-md5: bd7a3b43d3e5cda07d9794d91a4f88c3
Description-en: EFL file chunk reading/writing - utilities
Eet is a tiny library designed to write an arbitrary set of chunks of data to a
file and optionally compress each chunk (very much like a zip file) and allows
fast random-access reading of the file later on. It does not do zip as zip
itself has more complexity than needed, and it was much simpler to implement
this once here.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains eet, an utility that allows you to extract, insert,
encode and decode config blobs created with libeet.
Package: libeet1
Description-md5: 4e824840dd3b6f2a2edf30d2f1501258
Description-en: EFL file chunk reading/writing
Eet is a tiny library designed to write an arbitrary set of chunks of data to a
file and optionally compress each chunk (very much like a zip file) and allows
fast random-access reading of the file later on. It does not do zip as zip
itself has more complexity than needed, and it was much simpler to implement
this once here.
.
It's small, fast, and does a job. It's heavily commented and fully documented.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libeeze-bin
Description-md5: 8ac1d930a82f1537f0fb2cf55055ec70
Description-en: EFL udev device manipulation - utilities
Eeze is a library for manipulating devices through udev with a simple
and fast API. It interfaces directly with libudev, avoiding such
middleman daemons as udisks/upower or hal, to immediately gather
device information the instant it becomes known to the system.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains command-line utilities that allow mounting,
scanning, and unmounting devices with eeze.
Package: libeeze1
Description-md5: 7efadaf26b8c94a48398c279a6d651e4
Description-en: EFL udev device manipulation
Eeze is a library for manipulating devices through udev with a simple
and fast API. It interfaces directly with libudev, avoiding such
middleman daemons as udisks/upower or hal, to immediately gather
device information the instant it becomes known to the system.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libefl-all-dev
Description-md5: 1dd56f47a534c242a3bf6f5ef5081200
Description-en: Enlightenment Foundation Libraries development files
The Enlightenment Foundation Libraries (EFL) is a stack of libraries
providing a wide degree of functionality. Originally written to
support development of the Enlightenment window manager, the
libraries have increasingly been used in embedded systems.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package provides the development files for all of EFL.
Package: libefreet-bin
Description-md5: c14ef8dfb3309ddaa8f583e82a2f6675
Description-en: EFL helper program to create efreet data caches
Efreet is a library designed to help apps work several of the
Freedesktop.org standards regarding Icons, Desktop files and
Menus. To that end it implements the following specifications:
- XDG Base Directory Specification
- Icon Theme Specification
- Desktop Entry Specification
- Desktop Menu Specification
- FDO URI Specification
- Shared Mime Info Specification
- Trash Specification
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package provides the D-Bus activated helper binary and the
associated service file that are internally used by libefreet.
Package: libefreet1a
Description-md5: 0b22298880ef17eeb7c43d25af621b12
Description-en: EFL freedesktop.org spec implementations
Efreet is a library designed to help apps work several of the
Freedesktop.org standards regarding Icons, Desktop files and
Menus. To that end it implements the following specifications:
- XDG Base Directory Specification
- Icon Theme Specification
- Desktop Entry Specification
- Desktop Menu Specification
- FDO URI Specification
- Shared Mime Info Specification
- Trash Specification
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libeina-bin
Description-md5: 9988317f3740f5dc5eac45919451b59a
Description-en: EFL optimized data types - extra tools
The Eina library is a library which implements an API for data types
in an efficient way. It also provides some useful tools like opening
shared libraries, error management, type conversion, time accounting
and memory pools.
.
Please refer to the documentation for a list of included data types
and tools.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains some additional tools that may be useful for
debugging eina issues.
Package: libeina1t64
Description-md5: 93341767886cf5f38739ae42f1f2cdb1
Description-en: EFL optimized data types
The Eina library is a library which implements an API for data types
in an efficient way. It also provides some useful tools like opening
shared libraries, error management, type conversion, time accounting
and memory pools.
.
Please refer to the documentation for a list of included data types
and tools.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libeio-ocaml
Description-md5: f5a1dee0d4c2b66a8a802130a1370090
Description-en: effect-based direct-style IO API for OCaml -- runtime files
Eio provides an effects-based direct-style IO stack for OCaml 5. For
example, you can use Eio to read and write files, make network
connections, or perform CPU-intensive calculations, running multiple
operations at the same time. It aims to be easy to use, secure, well
documented, and fast. A generic cross-platform API is implemented by
optimised backends for different platforms. Eio replaces existing
concurrency libraries such as Lwt (Eio and Lwt libraries can also be
used together).
.
This package contains only the shared runtime stub libraries.
Package: libeio-ocaml-dev
Description-md5: 22f4ce57249ef86bc03f8bf01b86d819
Description-en: effect-based direct-style IO API for OCaml -- development files
Eio provides an effects-based direct-style IO stack for OCaml 5. For
example, you can use Eio to read and write files, make network
connections, or perform CPU-intensive calculations, running multiple
operations at the same time. It aims to be easy to use, secure, well
documented, and fast. A generic cross-platform API is implemented by
optimised backends for different platforms. Eio replaces existing
concurrency libraries such as Lwt (Eio and Lwt libraries can also be
used together).
.
This package includes the development files.
Package: libeio1
Description-md5: bdbcddbfd31cee03b4018d048fdce18e
Description-en: EFL non-blocking, threaded I/O
Eio library is a library that implements an API for asynchronous
input/output. It provides non-blocking IO by using thread for all
operations that may block. It should integrate all the
features/functions of Ecore_File that could block.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libelementary-bin
Description-md5: 9340833b96d199068235829f69bf6169
Description-en: EFL widget set - helper programs
Elementary is a widget set based on the Enlightenment Foundation
Libraries, primarily aimed at creating graphical user interfaces for
mobile and embedded devices.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the elementary_config program and tools to
assist in the development & debugging of elementary programs.
Package: libelementary-data
Description-md5: 5c134575bc05d35d5949781d12e135f8
Description-en: EFL widget set - data files
Elementary is a widget set based on the Enlightenment Foundation
Libraries, primarily aimed at creating graphical user interfaces for
mobile and embedded devices.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains graphics and styles needed by applications
using elementary.
Package: libelementary1
Description-md5: 447055704f24d8db895866f2ee1ed532
Description-en: EFL widget set
Elementary is a widget set based on the Enlightenment Foundation
Libraries, primarily aimed at creating graphical user interfaces for
mobile and embedded devices.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libeliom-ocaml-dev
Description-md5: 66b11828b0cfdd6767b71ab08f2cad46
Description-en: web framework for ocsigenserver (dev libraries)
Eliom allows one to easily develop sophisticated client/server Web
applications using OCaml.
.
This package contains all the library files needed to use Eliom.
Package: libelpa-dev
Description-md5: 7ffdeab5160ec2322fb59ebe3467baf8
Description-en: Eigenvalue SoLvers for Petaflop-Applications (Development version)
ELPA is Eigenvalue SoLvers for Petaflop-Applications.
.
This version contains the Fortran90 modules and the static library.
Package: libelpa19
Description-md5: 69c0f58271a13746b95dee845105f22d
Description-en: Eigenvalue SoLvers for Petaflop-Applications
ELPA is Eigenvalue SoLvers for Petaflop-Applications.
Package: libelpi-ocaml
Description-md5: 0a4257b4ca0c21955588fd0e34cff492
Description-en: embeddable lambda-Prolog interpreter (runtime files)
ELPI implements a lambda-Prolog interpreter enriched with
constraint handling rules, to provide an extension language
to larger applications written in OCaml.
.
This package provides the runtime files.
Package: libelpi-ocaml-dev
Description-md5: 49bf6aafd855780cf45d3137d68832dc
Description-en: embeddable lambda-Prolog interpreter (dev files)
ELPI implements a lambda-Prolog interpreter enriched with
constraint handling rules, to provide an extension language
to larger applications written in OCaml.
.
This package provides the dev files.
Package: libelput1
Description-md5: b75ea1c97ff63426857a93fea7ca9ccd
Description-en: EFL abstraction for libinput
Elput abstraction for the libinput library. It can be used by
various other subsystems (ecore_fb, ecore_drm, etc) to handle
interfacing with libinput without having to duplicate the code in
each subsystem.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libembryo-bin
Description-md5: d23b47b04d7371600fc677ac2a18c2c3
Description-en: EFL SMALL-based abstract machine (AMX) compiler
Embryo is a tiny library designed to interpret limited Small programs
compiled by the included compiler, embryo_cc. It is mostly a cleaned
up and smaller version of the original Small abstract machine. The
compiler is mostly untouched.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the embryo compiler: embryo_cc.
Package: libembryo1
Description-md5: 080f248277ffc54b7dabb7ec800998cb
Description-en: EFL SMALL-based abstract machine (AMX) bytecode interpreter
Embryo is a tiny library designed to interpret limited Small programs
compiled by the included compiler, embryo_cc. It is mostly a cleaned
up and smaller version of the original Small abstract machine. The
compiler is mostly untouched.
.
Refer to the EFL documentation for an introduction to SMALL. See
https://www.compuphase.com/pawn/pawn.htm for details on PAWN, the
upstream successor to SMALL.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libemile1
Description-md5: f6fc00585755dabf44708589ec6dc0e8
Description-en: EFL compression and encryption
Emile provides a library to bring together serialization, compression
and ciphering. It is a low-level library and can be used by anything
above Eina.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libemotion1
Description-md5: 798df187873fc25b76ad256845229c3c
Description-en: EFL media object functionality
Emotion is a library that allows playing audio and video files, using
one of its backends (GStreamer, xine or generic shm player).
.
It is integrated into Ecore through its mainloop, and is transparent
to the user of the library how the decoding of audio and video is
being done. Once the objects are created, the user can set callbacks
to the specific events and set options to this object, all in the
main loop.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libenki-dev
Description-md5: 6b5494f8979d2776327696ba31d18576
Description-en: development file for the library libenki
Libenki provides a fast 2D physics-based robot simulator written in C++.
It is able to simulate kinematics, collisions, sensors and cameras of robots.
Package: libenki2
Description-md5: 8f6db5bdf1559e0bf8aad01715dcedf0
Description-en: Enki is a fast 2D physics-based robot simulator written in C++.
Enki is able to simulate kinematics, collisions, sensors and cameras of robots
evolving on a flat surface. It also provides limited support for friction.
It is able to simulate groups of robots hundred times faster than realtime
on a modern desktop computer.
Package: libeolian-bin
Description-md5: 553d6a02ab6e54bb17328ec3e626a0a6
Description-en: EFL object parser and C code generator - C code generator
Eolian parses Enlightenment's meta-data (.eo) files and can then
generate C code along with header files.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the C code generator for Eo, eolian_gen.
Package: libeolian1
Description-md5: f2a238250c880d7de4e8379c6c9e7191
Description-en: EFL object parser and C code generator
Eolian parses Enlightenment's meta-data (.eo) files and can then
generate C code along with header files.
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libesedb-dev
Description-md5: 482427b24af9b3657a409fa070c6cef7
Description-en: Extensible Storage Engine DB access library -- development files
libesedb is a library to access the Extensible Storage Engine (ESE)
Database File (EDB) format. The ESE database format is used in pmay
different applications like Windows Search, Windows Mail, Exchange,
Active Directory, etc..
.
This package includes the development support files.
Package: libesedb-utils
Description-md5: bb82303780dae79e67c6c3dbc11bd877
Description-en: Extensible Storage Engine DB access library -- Utilities
libesedb is a library to access the Extensible Storage Engine (ESE)
Database File (EDB) format. The ESE database format is used in may
different applications like Windows Search, Windows Mail, Exchange,
Active Directory, etc..
.
This package contains tools to access data stored in EDB files:
esedbexport, esedbinfo.
Package: libesedb1t64
Description-md5: d8bb55d63029328c253f8eae8ea33cca
Description-en: Extensible Storage Engine DB access library
libesedb is a library to access the Extensible Storage Engine (ESE)
Database File (EDB) format. The ESE database format is used in may
different applications like Windows Search, Windows Mail, Exchange,
Active Directory, etc..
.
This package contains the shared library.
Package: libethumb-client-bin
Description-md5: ddc54cb6ebf6f7a565b412b2b6c54125
Description-en: EFL ethumb helper binary
Ethumb uses Evas to generate thumbnail images of given files. The API allows
great customization of the generated files and also helps complying to
FreeDesktop.Org Thumbnail Specification.
.
It also provide a D-Bus server to reduce the performance costs of
thumbnail generation and management. Ethumb-Client creates thumbnails
by communicating with a thumbnail generation server using standard
D-Bus protocol.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package provides the ethumbd helper binary and the associated D-Bus
service file that are internally used by libethumb-client.
Package: libethumb-client1
Description-md5: 0637edb7629224c74360fcefd4b90f50
Description-en: EFL client for ethumb
Ethumb uses Evas to generate thumbnail images of given files. The API allows
great customization of the generated files and also helps complying to
FreeDesktop.Org Thumbnail Specification.
.
It also provide a D-Bus server to reduce the performance costs of
thumbnail generation and management. Ethumb-Client creates thumbnails
by communicating with a thumbnail generation server using standard
D-Bus protocol.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the D-Bus client library.
Package: libethumb1
Description-md5: 7c0d57ae60045a4ddf068dc63a573917
Description-en: EFL for thumbnail image creation
Ethumb uses Evas to generate thumbnail images of given files. The API allows
great customization of the generated files and also helps complying to
FreeDesktop.Org Thumbnail Specification.
.
It also provide a D-Bus server to reduce the performance costs of
thumbnail generation and management. Ethumb-Client creates thumbnails
by communicating with a thumbnail generation server using standard
D-Bus protocol.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the D-Bus server library.
Package: libevas-loaders
Description-md5: 7ef4dc2a8eb7bd990540da8a20012575
Description-en: EFL additional loaders for Evas
This package contains programs that allow Evas to load many image and
document formats for which it has no built-in support, including:
- XCF
- SVG
- PS
- RAW
- LibreOffice
.
This is part of the Enlightenment Foundation Libraries (EFL).
Package: libevas1
Description-md5: acc39c72c897423f4db066d0b95f88c0
Description-en: EFL advanced canvas library
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super- and sub-sampled scaled
images, alpha-blend objects and more.
.
It abstracts the graphics drawing characteristics of the display
system by implementing a canvas where graphical objects can be
created, manipulated, and modified. It then handles the rendering
pipeline in an optimal way for the underlying device in order to
minimize redraws, via a programmatically efficient API.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the core library and a set of image loaders
and/or savers for various formats: eet, gif, jpeg, png, svg, tiff and
xpm
Package: libevas1-engines-drm
Description-md5: fc9dec5fd57aef92b05dcc8ef97f61ff
Description-en: Evas module providing the DRM engine
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super- and sub-sampled scaled
images, alpha-blend objects and more.
.
It abstracts the graphics drawing characteristics of the display
system by implementing a canvas where graphical objects can be
created, manipulated, and modified. It then handles the rendering
pipeline in an optimal way for the underlying device in order to
minimize redraws, via a programmatically efficient API.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the DRM-related Evas engine modules.
Package: libevas1-engines-fb
Description-md5: 0573e3525d9d67a2fd4b61c3cdd31aef
Description-en: Evas module providing the Framebuffer engine
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super- and sub-sampled scaled
images, alpha-blend objects and more.
.
It abstracts the graphics drawing characteristics of the display
system by implementing a canvas where graphical objects can be
created, manipulated, and modified. It then handles the rendering
pipeline in an optimal way for the underlying device in order to
minimize redraws, via a programmatically efficient API.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the framebuffer Evas engine module.
Package: libevas1-engines-wayland
Description-md5: 60966f89e6f9966b0db80cfbe9154307
Description-en: Evas module providing the Wayland engine
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super- and sub-sampled scaled
images, alpha-blend objects and more.
.
It abstracts the graphics drawing characteristics of the display
system by implementing a canvas where graphical objects can be
created, manipulated, and modified. It then handles the rendering
pipeline in an optimal way for the underlying device in order to
minimize redraws, via a programmatically efficient API.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the Wayland-related Evas engine modules.
Package: libevas1-engines-x
Description-md5: 81e634cc76207669c8eb8e147fd21e75
Description-en: Evas module providing the X11 engines
Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super- and sub-sampled scaled
images, alpha-blend objects and more.
.
It abstracts the graphics drawing characteristics of the display
system by implementing a canvas where graphical objects can be
created, manipulated, and modified. It then handles the rendering
pipeline in an optimal way for the underlying device in order to
minimize redraws, via a programmatically efficient API.
.
This is part of the Enlightenment Foundation Libraries (EFL).
.
This package contains the X11-related Evas engine modules:
- GL/X11
- Software/X11 (Xlib/XCB)
Package: libevt-dev
Description-md5: 15f77470aba2698fc6a9de3969885a9f
Description-en: Windows Event Log (EVT) format access library -- development files
libevt is a library to access the Windows Event Log (EVT) format.
.
This package includes the development support files.
Package: libevt-utils
Description-md5: 8a5d6904b153532331a44955475b1b40
Description-en: Windows Event Log (EVT) format access library -- Utilities
libevt is a library to access the Windows Event Log (EVT) format.
.
This package contains tools to access data stored in EVT log files:
evtexport, evtinfo.
Package: libevt1t64
Description-md5: cc122b748e37e5ff0ae4970e42bc426f
Description-en: Windows Event Log (EVT) format access library
libevt is a library to access the Windows Event Log (EVT) format.
.
This package contains the shared library.
Package: libevtx-dev
Description-md5: 12c900483a7bcd496d0b5ce80bd3b2b5
Description-en: Windows XML Event Log format access library -- development files
libevtx is a library to access the Windows XML Event Log (EVTX) format.
.
This package includes the development support files.
Package: libevtx-utils
Description-md5: 5354ab40fbd8abaadf93d67b0acbb6d1
Description-en: Windows XML Event Log format access library -- Utilities
libevtx is a library to access the Windows XML Event Log (EVTX) format.
.
This package contains tools to access data stored in EVT log files:
evtxexport, evtxinfo.
Package: libevtx1t64
Description-md5: 9a63fa5ede078195dbbfb5a15696ef03
Description-en: Windows XML Event Log format access library
libevtx is a library to access the Windows XML Event Log (EVTX) format.
.
This package contains the shared library.
Package: libewf-dev
Description-md5: 449544984548f9f0e22b92d318dcc0eb
Description-en: support for Expert Witness Compression format (development)
Libewf is a library with support for reading and writing the Expert Witness
Compression Format (EWF).
This library allows you to read media information of EWF files in the SMART
(EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics
investigations.
.
This package contains the development files.
Package: libewf2
Description-md5: 01def9237408b4b0f381ee9877b93378
Description-en: library with support for Expert Witness Compression Format
Libewf is a library with support for reading and writing the Expert Witness
Compression Format (EWF).
This library allows you to read media information of EWF files in the SMART
(EWF-S01) format and the EnCase (EWF-E01) format. It supports files created
by EnCase 1 to 6, linen and FTK Imager. The libewf is useful for forensics
investigations.
Package: libeztrace-dev
Description-md5: fa869525a5354c44bf2db0d4c3a520cc
Description-en: Automatic execution trace generation for HPC - development files
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the development files.
Package: libeztrace0
Description-md5: 72d91f068e85b3fa50d696af4c3a4224
Description-en: Automatic execution trace generation for HPC - runtime libraries
EZTrace is a tool that aims at generating automatically execution traces
from HPC (High Performance Computing) programs. It generates execution
trace files that can be interpreted by visualization tools such as
ViTE. It uses LD_PRELOAD and dlsym() to intercept calls to the usual HPC
primitives, to be observed.
.
This package contains the development files.
Package: libfalcosecurity0-dev
Description-md5: 2a39b453cbf0a7d272775fdc86c801d6
Description-en: Core libraries for Falco and Sysdig
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
other OS events. Then, using sysdig's command line interface, you can
filter and decode these events in order to extract useful information
and statistics.
.
This package contains the build-time libraries to read the events from the
driver.
Package: libfalcosecurity0t64
Description-md5: c3a8927b7149672ffeb64a7269e5b371
Description-en: Core libraries for Falco and Sysdig
Sysdig instruments your physical and virtual machines at the OS level
by installing into the Linux kernel and capturing system calls and
other OS events. Then, using sysdig's command line interface, you can
filter and decode these events in order to extract useful information
and statistics.
.
This package contains the run-time libraries to read the events from the
driver.
Package: libfbclient2
Description-md5: 315a58ec4246aa82bd2b99a6b86b5f4b
Description-en: Firebird client library
Client library for connecting to the Firebird server. It can also be used for
direct (embedded) database access.
.
See firebird4.0-server package for more information about Firebird.
Package: libfcitx-qt5-1
Description-md5: ebfd86e9ba887136d73a90a0b8298488
Description-en: Free Chinese Input Toy of X - D-Bus client libraries for Qt5
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package contains the following libraries:
* libFcitxQt5DBusAddons - D-Bus Addons library for Qt5
* libFcitxQt5WidgetsAddons - Widgets Addons library for Qt5
Package: libfcitx-qt5-data
Description-md5: f19b0e574cb6d04f7e3cb8b0b3d4c8e5
Description-en: Free Chinese Input Toy of X - data files for Qt5 integration
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package contains data files for fcitx Qt5 integration library and
Qt5 frontend.
Package: libfcitx-qt5-dev
Description-md5: 92e28240b785597369b277d49b86b236
Description-en: Free Chinese Input Toy of X - Devel files for libfcitx-qt5
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the development files of fcitx-qt5.
Package: libfcitx5-qt-data
Description-md5: 6d3158349c1ddd90f95d75902e7ebbea
Description-en: Qt library and IM module for fcitx5 (data files)
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the shared data files for fcitx5-qt.
Package: libfcitx5-qt-dev
Description-md5: 6a909e1bb3c5452a698545fa2dabf76e
Description-en: Qt library and IM module for fcitx5 (development files)
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the development files for fcitx5-qt.
Package: libfcitx5-qt1
Description-md5: 12b1bd85124c08eeced49c6f651ab9b3
Description-en: Qt library and IM module for fcitx5
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the Qt5 support for fcitx5.
Package: libfcitx5-qt6-1
Description-md5: d142dc5c963b7dcc18f83ad7615f5ccd
Description-en: Qt6 library and IM module for fcitx5
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the Qt6 support for fcitx5.
Package: libfcitx5-qt6-dev
Description-md5: cd3ea082437709f8bcbd05f9ca432528
Description-en: Qt6 library and IM module for fcitx5 (development files)
Fcitx5 is the next generation of fcitx input method framework. It
provides pleasant and modern input experience with intuitive graphical
configuration tools. The framework is highly extensible with support
for GTK+ and Qt toolkits, DBus interfaces, a large variety of desktop
environments and a developer-friendly API.
.
Some of its new features include support of both Wayland and Xorg
and the ability to mimic IBus Input Method Framework in order to
provide better compatibility across different Linux distributions
and desktop environments.
.
This package provides the development files for fcitx5-qt (qt6).
Package: libfcrypto-dev
Description-md5: bd6dcce9138fe987a204f18073909b73
Description-en: encryption format library -- development files
libfcrypto is a library for encryption formats.
.
This package includes the development support files.
Package: libfcrypto1
Description-md5: f89eef1c9cec77dae4d4404a91c1486a
Description-en: encryption format library
libfcrypto is a library for encryption formats.
.
Thiss. contains the shared library.
Package: libfdb5-0d
Description-md5: cd6e1ead650e153a0cb2fb1875cfc8eb
Description-en: Library for the ECMWF Fields Database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
Package: libfdb5-dev
Description-md5: d2ac0b8707fefe9576736d40e8f2de74
Description-en: Development files for the ECMWF Fields database
FDB (Fields DataBase) is a domain-specific object store developed
at ECMWF for storing, indexing and retrieving GRIB data.
Each GRIB message is stored as a field and indexed trough semantic metadata
(i.e. physical variables such as temperature, pressure, ...).
A set of fields can be retrieved specifying a request using
a specific language developed for accessing the MARS Archive.
.
This package provides shared libraries and headers.
Package: libfdisk1-dbgsym
Description-md5: 3668d91fa5c6898933fab189cc68390e
Description-en: debug symbols for libfdisk1
Package: libfetk-dev
Description-md5: 061d4475d6b8a227f13e36225397f2b7
Description-en: FETK libraries for APBS (development headers)
The Finite Element ToolKit (FETK) is a collection of adaptive finite
element method (AFEM) software libraries and tools for solving
coupled systems of nonlinear geometric partial differential equations
(PDE). The FETK libraries and tools are written in an object-oriented
form of ANSI-C and in C++, and include a collection of standard
numerical libraries (PUNC), a stand-alone high-quality surface and
volume simplex mesh generator (GAMer), a stand-alone networked
polygon display tool (SG), a general nonlinear finite element
modeling kernel (MC)
.
This package provides a fork of FETK intended for use by APBS
(Adaptive Poisson Boltzmann Solver).
.
The FETK component MALOC (Minimal Abstraction Layer for
Object-oriented C/C++ programs) is provided separately by
libmaloc-dev.
.
This package contains the development headers to build against
libapbs_* shared libraries.
Package: libfetk1.9t64
Description-md5: 29d68a451f70081d4e9f9e9ff7160169
Description-en: FETK libraries for APBS (shared libraries)
The Finite Element ToolKit (FETK) is a collection of adaptive finite
element method (AFEM) software libraries and tools for solving
coupled systems of nonlinear geometric partial differential equations
(PDE). The FETK libraries and tools are written in an object-oriented
form of ANSI-C and in C++, and include a collection of standard
numerical libraries (PUNC), a stand-alone high-quality surface and
volume simplex mesh generator (GAMer), a stand-alone networked
polygon display tool (SG), a general nonlinear finite element
modeling kernel (MC)
.
This package provides a fork of FETK intended for use by APBS
(Adaptive Poisson Boltzmann Solver).
.
The FETK component MALOC (Minimal Abstraction Layer for
Object-oriented C/C++ programs) is provided separately via
libmaloc-dev.
.
This package contains the libgamer, libmc, libpunc (and libcgcode,
libvf2c) shared libraries.
Package: libffcall-dev
Description-md5: 93dd4300d6786d7df863cf8516fa9909
Description-en: foreign function call libraries - development files
ffcall is a collection of libraries which can be used to build
foreign function call interfaces in embedded interpreters.
.
The main libffcall library consists of two parts:
.
avcall - calling C functions with variable arguments
.
callback - closures with variable arguments as first-class C functions
.
The avcall and callback modules are also provided as separate
libraries, but those are deprecated and are installed only for backward
compatibility.
.
Two other libraries are provided:
.
vacall - C functions accepting variable argument prototypes
(non-reentrant variant of part of 'callback')
.
trampoline - closures as first-class C functions
(non-reentrant variant of part of 'callback')
.
This package also includes documentation, in HTML format and as manual pages.
Package: libffcall1b
Description-md5: 02ebadc04d7e7e0f6e63e052ae71705d
Description-en: foreign function call libraries - main shared library
ffcall is a collection of libraries which can be used to build
foreign function call interfaces in embedded interpreters.
.
This package installs a shared version of the main libffcall library,
which consists of two parts:
.
avcall - calling C functions with variable arguments
.
callback - closures with variable arguments as first-class C functions
Package: libfindlib-ocaml
Description-md5: 01a205b5d1b557788906974aab0a0eb1
Description-en: library for managing OCaml libraries (runtime)
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains files that are or may be needed at runtime by
programs using findlib (META files and dynamically-loadable files).
Package: libfindlib-ocaml-dev
Description-md5: caf97965ee3f3c53c2568ee3fc1f5f9f
Description-en: library for managing OCaml libraries (development files)
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains development files needed to compile programs
using findlib.
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-17-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflang-18-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflang-19-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflang-20-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflang-21-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflang-22-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
Ground-up implementation of a Fortran front end written in
modern C++.
.
While it is capable of generating executables for a number
of examples, some functionalities are still missing.
.
This package contains the flang libraries and headers.
Package: libflatpak-dev
Description-md5: 4fcaa1347e5652b1c831098f39239f04
Description-en: Application deployment framework for desktop apps (development)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package contains development headers and pkg-config metadata
for libflatpak0, and the flatpak-coredump and flatpak-bisect scripts used
to debug Flatpak applications.
Package: libflatpak-doc
Description-md5: c7d59a541c5d9998f886d74daf4ac8d6
Description-en: Application deployment framework for desktop apps (documentation)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package contains reference documentation for libflatpak0.
Package: libflatpak0
Description-md5: 0e4073ffd5dff85f7c3cfe70f89906ed
Description-en: Application deployment framework for desktop apps (library)
Flatpak installs, manages and runs sandboxed desktop application bundles.
See the flatpak package for a more comprehensive description.
.
This package contains the flatpak shared library, used by higher level
package management tools like gnome-software.
Package: libfluidsynth-dev
Description-md5: de826b558da2db2978953232479abd0f
Description-en: Real-time MIDI software synthesizer (development files)
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
.
This package contains the development files.
Package: libfluidsynth3
Description-md5: 14e0cd0618b8e41b072bf1535bde2e64
Description-en: Real-time MIDI software synthesizer (runtime library)
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
.
This package contains the runtime library.
Package: libfm-qt6-16
Description-md5: ad90c053e2e1ce8c61007d4d460f7b68
Description-en: file management support for pcmanfm-qt
Libfm-Qt is a companion library providing components to build desktop file
managers.
.
This package contains helper library libfm-qt for pcmanfm-qt.
Package: libfm-qt6-17
Description-md5: ad90c053e2e1ce8c61007d4d460f7b68
Description-en: file management support for pcmanfm-qt
Libfm-Qt is a companion library providing components to build desktop file
managers.
.
This package contains helper library libfm-qt for pcmanfm-qt.
Package: libfm-qt6-common
Description-md5: d8f1ddc4babdd99c17c6fab375c97df5
Description-en: Common files for libfm-qt
Libfm-Qt is a companion library providing components to build desktop file
managers.
.
This package contains common files for libfm-qt.
Package: libfm-qt6-dev
Description-md5: 9825287101af11c80dc82b90c8dd13a9
Description-en: file management support library for pcmanfm-qt (development files)
Libfm-Qt is a companion library providing components to build desktop file
managers.
.
This package contains development files for helper library libfm-qt.
Package: libfm-qt6-l10n
Description-md5: 41cdcf6af263b6fe12346a9c4adb4d79
Description-en: Language package for libfm-qt
Libfm-Qt is a companion library providing components to build desktop file
managers.
.
This package contains the l10n files needed by the libfm-qt.
Package: libfmt-ocaml
Description-md5: 86c8f958a7597faed72cd6862b25d61a
Description-en: OCaml Format pretty-printer combinators (runtime)
Fmt exposes combinators to devise Format pretty-printing functions.
.
Fmt depends only on the OCaml standard library. The optional Fmt_tty
library that allows one to setup formatters for terminal color output
depends on the Unix library.
.
This package contains runtime files.
Package: libfmt-ocaml-dev
Description-md5: 89835cb9abc95659cb4cf5ee166836de
Description-en: OCaml Format pretty-printer combinators (development)
Fmt exposes combinators to devise Format pretty-printing functions.
.
Fmt depends only on the OCaml standard library. The optional Fmt_tty
library that allows one to setup formatters for terminal color output
depends on the Unix library.
.
This package contains development files.
Package: libfontforge4
Description-md5: 7fc0a418741746f51de0b0dac55807fe
Description-en: font editor - runtime library
FontForge is a font editor.
Use it to create, edit and convert fonts
in OpenType, TrueType, UFO, CID-keyed, Multiple Master,
and many other formats.
.
This package contains the runtime library.
Package: libfpath-ocaml
Description-md5: d284ab9197a876e0ed0fbf83caf962f0
Description-en: OCaml library for handling file system paths (runtime)
Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.
.
This package contains the runtime files.
Package: libfpath-ocaml-dev
Description-md5: bcfbc234daf38f737b180b38b42a9917
Description-en: OCaml library for handling file system paths (development)
Fpath is an OCaml module for handling file system paths with POSIX or
Windows conventions. Fpath processes paths without accessing the file
system and is independent from any system library.
.
This package contains the development files.
Package: libfprint-2-tests
Description-md5: 0c1324ebec13218ac07535b018414d6b
Description-en: Tests for async fingerprint library of fprint project
The fprint project aims to support for consumer fingerprint reader devices.
.
Previously, Linux support for such devices has been scattered amongst different
projects (many incomplete) and inconsistent in that application developers
would have to implement support for each type of fingerprint reader separately.
The idea is to change that by providing a central system to support all the
fingerprint readers as it's possible to get hands on.
.
libfprint is the centre of efforts, this component does the dirty job of
talking to fingerprint reading devices, and processing fingerprint data.
.
This library depends on the new libusb, which performs asynchronous callbacks,
allowing fprint to perform non-blocking device tasks.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: libfreeimage-dev
Description-md5: 4129e76eb9e52c897ce2fb9f8fd275f0
Description-en: Support library for graphics image formats (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImage.
Package: libfreeimage3
Description-md5: 2f539de70cf9d55bc83670220e485935
Description-en: Support library for graphics image formats (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImage library.
Package: libfreeimageplus-dev
Description-md5: a2d8ef35cb3e1db7404b59417b2fa2ea
Description-en: C++ wrappers for FreeImage (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImagePlus.
Package: libfreeimageplus-doc
Description-md5: 423cbb5aa34be3a4af0dcf1e28a74993
Description-en: C++ wrappers for FreeImage (documentation)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the documentation for FreeImagePlus.
Package: libfreeimageplus3
Description-md5: bae4fb27f6e46fa967704c6d473a0f63
Description-en: C++ wrappers for freeimage (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImagePlus library.
Package: libfsapfs-dev
Description-md5: e76695f7d8f1a33ba8a48cda36b0e0de
Description-en: APFS access library -- development files
libfsapfs is a library to access the Apple File System (APFS).
.
This package includes the development support files.
Package: libfsapfs-utils
Description-md5: 5b040a8e792360bdde3327596961debd
Description-en: APFS access library -- Utilities
libfsapfs is a library to access the Apple File System (APFS).
.
This package contains fsapfsinfo, an APFS information retrieval
utility, and fpafsmount, a FUSE-based APFS filesystem implementation.
Package: libfsapfs1t64
Description-md5: b1d8ec52a173a8a14a50d3fcd4c6752b
Description-en: APFS access library
libfsapfs is a library to access the Apple File System (APFS).
.
This package contains the shared library.
Package: libfsext-dev
Description-md5: 8b362291d3b6815174fd2c173298de60
Description-en: library to access the Extended File System -- development files
libfsext is a library to access the Extended File System.
.
This package includes the development support files.
Package: libfsext-utils
Description-md5: 8183ef663d88b3b46c6ed53a965c566b
Description-en: library to access the Extended File System -- Utilities
libfsext is a library to access the Extended File System.
.
This package contains tools to access data ...
Package: libfsext1t64
Description-md5: d04558416d30d21597e1a58fdb33a6b4
Description-en: library to access the Extended File System
libfsext is a library to access the Extended File System.
.
This package contains the shared library.
Package: libfsfat-dev
Description-md5: 0ae0b977ad17a55b9e86fbbdf3f0a8d7
Description-en: File Allocation Table (FAT) file system format access library -- development files
libfsfat is a library to access the File Allocation Table (FAT) file system format.
.
This package includes the development support files.
Package: libfsfat-utils
Description-md5: 641d381973633e1ac483a7e20630cd15
Description-en: File Allocation Table (FAT) file system format access library -- Utilities
libfsfat is a library to access the File Allocation Table (FAT) file system format.
.
This package contains
- fsfatinfo, a FAT filesystem information tool
- fsfatmount, a FUSE-based utility to mount FAT filesystems
Package: libfsfat1
Description-md5: 33c76cb3a3af02820877ad4e364ffb73
Description-en: File Allocation Table (FAT) file system format access library
libfsfat is a library to access the File Allocation Table (FAT) file system format.
.
This package contains the shared library.
Package: libfshfs-dev
Description-md5: 17fdaf5c6565aaa27fbfcccab16ba362
Description-en: library to access the Mac OS Hierarchical File System -- development files
libfshfs is a library to access the Mac OS Hierarchical File System (HFS).
.
This package includes the development support files.
Package: libfshfs-utils
Description-md5: 6c792c474bfe257db4bf60eb5dd23246
Description-en: library to access the Mac OS Hierarchical File System -- Utilities
libfshfs is a library to access the Mac OS Hierarchical File System (HFS).
.
This package contains tools to access data ...
Package: libfshfs1t64
Description-md5: f728c327c229f89c39816e0aa244040f
Description-en: library to access the Mac OS Hierarchical File System
libfshfs is a library to access the Mac OS Hierarchical File System (HFS).
.
This package contains the shared library.
Package: libfsntfs-dev
Description-md5: 693f185ca962fd1765784ed6f11d9310
Description-en: NTFS access library -- development files
NTFS is the primary file system for Microsoft Windows versions that
are based on Windows NT. libfsntfs provides a library and tools to
access NTFS volumes.
.
This package includes the development support files.
Package: libfsntfs-utils
Description-md5: 9e256fa429919857b62ab413b2edfc77
Description-en: NTFS access library -- Utilities
NTFS is the primary file system for Microsoft Windows versions that
are based on Windows NT. libfsntfs provides a library and tools to
access NTFS volumes.
.
This package contains fsntfsinfo, a utility to determine information
about a Windows NT File System volume.
Package: libfsntfs1t64
Description-md5: a03d823cd13c0f81ddbc134c6112e6a5
Description-en: NTFS access library
NTFS is the primary file system for Microsoft Windows versions that
are based on Windows NT. libfsntfs provides a library and tools to
access NTFS volumes.
.
This package contains the shared library.
Package: libfsxfs-dev
Description-md5: d8ff0472355d37d668a7774969e7ff67
Description-en: llibrary to access the SGI X File System -- development files
libfsxfs is a library to access the SGI X File System (XFS).
.
This package includes the development support files.
Package: libfsxfs-utils
Description-md5: 8f8af36c1d201dce895984b14e4945af
Description-en: llibrary to access the SGI X File System -- Utilities
libfsxfs is a library to access the SGI X File System (XFS).
.
This package contains tools to access data ...
Package: libfsxfs1t64
Description-md5: a48d4e6b8a3d1875ca7ac64ff4a9624e
Description-en: llibrary to access the SGI X File System
libfsxfs is a library to access the SGI X File System (XFS).
.
This package contains the shared library.
Package: libfuzzer-17-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-18-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-19-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-20-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-21-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Package: libfuzzer-22-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: libfvde-dev
Description-md5: 3fdf798f81af0f4cf5df967551cd4684
Description-en: FileVault Drive Encryption access library -- development files
The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
storage media volume.
.
This package includes the development support files.
Package: libfvde-utils
Description-md5: 9ae61c2ed24398c43510e2b073936f34
Description-en: FileVault Drive Encryption access library -- Utilities
The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
storage media volume.
.
This package contains tools to access data stored in FVDE containers:
fvdeinfo, fvdemount, fvdewipekey.
Package: libfvde1t64
Description-md5: 2c2bf3b2bfd9b538cc93095c86012d12
Description-en: FileVault Drive Encryption access library
The FVDE format is used by Mac OS X, as of Lion, to encrypt data on a
storage media volume.
.
This package contains the shared library.
Package: libfwnt-dev
Description-md5: 23f3a1a26d2c1f938a5d99012a2442e8
Description-en: Windows NT data type library -- development files
libfwnt is a library for Windows NT data types.
.
This package includes the development support files.
Package: libfwnt1t64
Description-md5: b791047c9edd966d6d0a3c9626e8756f
Description-en: Windows NT data type library
libfwnt is a library for Windows NT data types.
.
This package contains the shared library.
Package: libfwsi-dev
Description-md5: 01b6f23314f6c7422f432d19d0d22247
Description-en: Windows Shell Item format access library -- development files
libfwsi is a library to access the Windows Shell Item format.
.
This package includes the development support files.
Package: libfwsi1t64
Description-md5: 96bd0b8127a8afdf2614493b558879a1
Description-en: Windows Shell Item format access library
libfwsi is a library to access the Windows Shell Item format.
.
This package contains the shared library.
Package: libgandiva-dev
Description-md5: a824159082faacee4a864c7675cacd69
Description-en: header files for Apache Arrow Gandiva library
Gandiva is a runtime expression compiler that uses LLVM to generate
efficient native code for compute on Arrow record batches. Among the
transformations of Arrow data files, Gandiva only handles projections
and filters.
.
This package provides C++ header files.
Package: libgandiva2200
Description-md5: eb448c8d034da4129967992d9ed3cde8
Description-en: Runtime expression compiler for Apache Arrow records
Gandiva is a runtime expression compiler that uses LLVM to generate
efficient native code for compute on Arrow record batches. Among the
transformations of Arrow data files, Gandiva only handles projections
and filters.
.
Gandiva was designed to take advantage of the Arrow memory format and
modern hardware. From the Arrow memory model, since Arrow arrays have
separate buffers for values and validity bitmaps, values and their
null status can often be processed independently, allowing for better
instruction pipelining. On modern hardware, compiling expressions
using LLVM allows the execution to be optimized to the local runtime
environment and hardware, including available SIMD instructions. To
reduce optimization overhead, many Gandiva functions are pre-compiled
into LLVM IR (intermediate representation).
Package: libgccjit-15-dev
Description-md5: edfbe45c4dd603bd5f9c67ae4ba8c494
Description-en: GCC just-in-time compilation (development files)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
Package: libgccjit-15-doc
Description-md5: 83ae0019c7b0b4b05ff14e3fc173a180
Description-en: GCC just-in-time compilation (documentation)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
Package: libgccjit15
Description-md5: 78f861084806b36ce34263514298785e
Description-en: GCC just-in-time compilation (shared library)
libgccjit provides an embeddable shared library with an API for adding
compilation to existing programs using GCC.
Package: libgdal-dev
Description-md5: fe1355584b1a93438b3699e1581cff4b
Description-en: Geospatial Data Abstraction Library - Development files
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports many popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains the files needed to develop a software that
will use the GDAL/OGR (headers, static objects, configuration script).
Package: libgdal38
Description-md5: bd1887dd27736e16667e84bf0102d226
Description-en: Geospatial Data Abstraction Library
GDAL is a translator library for raster geospatial data formats.
As a library, it presents a single abstract data model to the
calling application for all supported formats. The related OGR
library (which lives within the GDAL source tree) provides
a similar capability for simple features vector data.
.
GDAL supports many popular data formats, including commonly used
ones (GeoTIFF, JPEG, PNG and more) as well as the ones used in
GIS and remote sensing software packages (ERDAS Imagine,
ESRI Arc/Info, ENVI, PCI Geomatics). Also supported many remote
sensing and scientific data distribution formats such as HDF,
EOS FAST, NOAA L1B, NetCDF, FITS.
.
OGR library supports popular vector formats like ESRI Shapefile,
TIGER data, S57, MapInfo File, DGN, GML and more.
.
This package contains the shared library.
Package: libgdcm-dev
Description-md5: 159d3dafd1b31a5c660508857b7fb484
Description-en: Grassroots DICOM development libraries and headers
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Headers and static libraries for libgdcm. These are not needed to use
GDCM, but are needed to build plugins or programs that link against
libgdcm.
Package: libgdcm-java
Description-md5: 8c12afa3ef7c1fb4d18c6e3128f190dc
Description-en: Grassroots DICOM Java bindings
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Java bindings to the GDCM DICOM library. It allows developers to use
GDCM from Java environment.
Package: libgdcm-tools
Description-md5: 5962cf235e98740ad42e83b188215dcd
Description-en: Grassroots DICOM tools and utilities
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Install this package for the gdcmanon, gdcmclean, gdcmconv, gdcmdiff,
gdcmdump, gdcmpap3, gdcmgendir, gdcmimg, gdcminfo, gdcmpdf, gdcmraw,
gdcmscanner, gdcmscu, gdcmtar, gdcmxml programs.
Package: libgdcm3.0t64
Description-md5: 2d1a15e9eb401db30fa3da0f8d742afa
Description-en: Grassroots DICOM runtime libraries
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated. It also
comes with DICOM Part 3,6 & 7 of the standard as XML files.
.
This package contains the libraries needed to run GDCM applications.
Package: libgeis-dev
Description-md5: 2ff2cbb222e64416fdb9d07cbc3e9b72
Description-en: Gesture engine interface support - dev files
A common API for clients of a systemwide gesture recognition and propagation
engine.
.
Headers and static link libraries for developing against the common gesture
API.
Package: libgeis-doc
Description-md5: 9642f1590b474c5c7f69225a3b0fa0ff
Description-en: Gesture engine interface support - documentation
A common API for clients of a systemwide gesture recognition and propagation
engine.
.
API and specification documentation for developing with libgeis.
Package: libgeis1
Description-md5: f7495ef36ba1b4f2f35ba465c3a4e4be
Description-en: Gesture engine interface support
A common API for clients of a systemwide gesture recognition and propagation
engine.
.
This package provides just the runtime required for applications making use of
the GEIS API.
Package: libgemmi-dev
Description-md5: 483bc82fd12131306acb8c18ca7c71a4
Description-en: library for structural biology
Library for macromolecular crystallography and structural bioinformatics. For
working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints
(monomer library), electron density maps (CCP4), and crystallographic
reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries,
it knows how to switch between the real and reciprocal space and it can do a
few other things.
.
This package contains header-only C++ library.
Package: libgensio-dev
Description-md5: 167c8984a2f89a1374c8ca415285adef
Description-en: abstract stream I/O (development files)
This library (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the development headers and static libraries.
Package: libgensio14
Description-md5: 9cdbd584bba4079c70bbc69eb544548f
Description-en: abstract stream I/O (runtime files)
This library (pronounced gen'-see-oh) is used to abstract stream I/O
like serial port, TCP, telnet, UDP, SSL, IPMI SOL etc and offers a
framework for giving a consistent view of various stream (and packet)
I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and
authenticated connections.
.
This package contains the shared libraries.
Package: libges-1.0-0
Description-md5: de28b750b9b6e559b75ec37765eea314
Description-en: GStreamer editing services (shared library)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains the shared library for the GStreamer editing
services.
Package: libges-1.0-dev
Description-md5: 74b2379c8aaad1a31d6e1510697d736e
Description-en: GStreamer editing services (development files)
The GStreamer multimedia framework and the accompanying NLE set of
plugins for non-linear editing offer all the building blocks for:
* Decoding and encoding to a wide variety of formats, through all the
available GStreamer plugins.
* Easily choosing segments of streams and arranging them through time
through the NLE set of plugins.
But all those building blocks only offer stream-level access, which
results in developers who want to write non-linear editors to write a
consequent amount of code to get to the level of non-linear editing
notions which are closer and more meaningful for the end-user
(and therefore the application).
.
The GStreamer Editing Services (GES) aims to fill the gap between
GStreamer/NLE and the application developer by offering a series
of classes to simplify the creation of many kind of editing-related
applications.
.
This package contains development files for the GStreamer
editing services.
Package: libgetfem++-dev
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libgetfem-dev
Description-md5: a24b52cd1584dd6627ad4e3ed62631de
Description-en: Development files for the GETFEM generic finite element library
GETFEM is a library allowing the computation of any elementary matrix (even for
mixed finite element methods) on the largest class of methods and elements, and
for arbitrary dimension.
.
This package contains development files for building software that uses the
GETFEM library.
Package: libgetfem5++
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libgetfem5t64
Description-md5: 0c40bc13b699654ee45fee9ae331d722
Description-en: GETFEM generic finite element library
GETFEM is a library allowing the computation of any elementary matrix (even for
mixed finite element methods) on the largest class of methods and elements, and
for arbitrary dimension.
Package: libggml-dev
Description-md5: e5df1c8db4aa6c8cac33b5948c94be55
Description-en: Tensor library for machine learning - development files
ggml is a tensor library for machine learning with the following features:
.
* Low-level cross-platform implementation
* Integer quantization support
* Broad hardware support
* Automatic differentiation
* ADAM and L-BFGS optimizers
* No third-party dependencies
* Zero memory allocations during runtime
.
On Debian, ggml is shipped as a package that depends on one of the CPU or
GPU backends.
.
This package provides the development files.
Package: libggml0
Description-md5: 8cdd01a598ece87f49f838b00eb1d142
Description-en: Tensor library for machine learning - libraries
ggml is a tensor library for machine learning with the following features:
.
* Low-level cross-platform implementation
* Integer quantization support
* Broad hardware support
* Automatic differentiation
* ADAM and L-BFGS optimizers
* No third-party dependencies
* Zero memory allocations during runtime
.
On Debian, ggml is shipped as a package that depends on one of the CPU or
GPU backends.
.
This package provides the main libraries, and the CPU backend.
Package: libggml0-backend-blas
Description-md5: 5b0a2fe9d60f038870ed476c7d7a048a
Description-en: Tensor library for machine learning - BLAS backend
ggml is a tensor library for machine learning with the following features:
.
* Low-level cross-platform implementation
* Integer quantization support
* Broad hardware support
* Automatic differentiation
* ADAM and L-BFGS optimizers
* No third-party dependencies
* Zero memory allocations during runtime
.
On Debian, ggml is shipped as a package that depends on one of the CPU or
GPU backends.
.
This package provides the BLAS backend.
Package: libggml0-backend-hip
Description-md5: a753c086ac27fbfbbf6bc20642aa5eec
Description-en: Tensor library for machine learning - HIP backend
ggml is a tensor library for machine learning with the following features:
.
* Low-level cross-platform implementation
* Integer quantization support
* Broad hardware support
* Automatic differentiation
* ADAM and L-BFGS optimizers
* No third-party dependencies
* Zero memory allocations during runtime
.
On Debian, ggml is shipped as a package that depends on one of the CPU or
GPU backends.
.
This package provides the HIP backend, for AMD GPUs.
Package: libggml0-backend-vulkan
Description-md5: 66a49e8b7cab1148e8b321efb59a1e0f
Description-en: Tensor library for machine learning - Vulkan backend
ggml is a tensor library for machine learning with the following features:
.
* Low-level cross-platform implementation
* Integer quantization support
* Broad hardware support
* Automatic differentiation
* ADAM and L-BFGS optimizers
* No third-party dependencies
* Zero memory allocations during runtime
.
On Debian, ggml is shipped as a package that depends on one of the CPU or
GPU backends.
.
This package provides the Vulkan backend.
Package: libghc-abstract-deque-dev
Description-md5: b99b06b4817514d0dd3bca38bacee0c9
Description-en: abstract, parameterized interface to mutable Deques
An abstract interface to highly-parameterizable queues/deques.
.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues
* double-ended, threadsafe, growable queues
with important points inbetween (such as the queues used for
work-stealing).
.
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).
.
This package also includes a simple reference implementation based
on IORef and Data.Sequence.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-abstract-deque-doc
Description-md5: 9303a3c42e58e97a2fa323cbc9a902a2
Description-en: abstract, parameterized interface to mutable Deques; documentation
An abstract interface to highly-parameterizable queues/deques.
.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues
* double-ended, threadsafe, growable queues
with important points inbetween (such as the queues used for
work-stealing).
.
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).
.
This package also includes a simple reference implementation based
on IORef and Data.Sequence.
.
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-abstract-deque-prof
Description-md5: 2a6a720ddc03ddf4c42bec9fc346f116
Description-en: abstract, parameterized interface to mutable Deques; profiling libraries
An abstract interface to highly-parameterizable queues/deques.
.
Background: There exists a feature space for queues that extends between:
* simple, single-ended, non-concurrent, bounded queues
* double-ended, threadsafe, growable queues
with important points inbetween (such as the queues used for
work-stealing).
.
This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).
.
This package also includes a simple reference implementation based
on IORef and Data.Sequence.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-abstract-par-dev
Description-md5: 7739ba25836d6711b71c06fe90cf7859
Description-en: abstract parallelization interface
This module offers the types and abstract definitons for the par monad. The
par monad offers parrallelization based on dataflow programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-abstract-par-doc
Description-md5: 744116f101b550f1b46979d3b1a03744
Description-en: abstract parallelization interface; documentation
This module offers the types and abstract definitons for the par monad. The
par monad offers parrallelization based on dataflow programming.
.
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-abstract-par-prof
Description-md5: 16070c19f9cff60425a39c017d7f6354
Description-en: abstract parallelization interface; profiling libraries
This module offers the types and abstract definitons for the par monad. The
par monad offers parrallelization based on dataflow programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-acid-state-dev
Description-md5: d895d07d192f90a13513f78e7b2e341a
Description-en: Haskell database library with ACID guarantees - GHC libraries
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
semantic. That is, they must be atomic (a transaction must be
completely saved or completely rolled back), consistent (after each
transaction the state of the database must be valid), isolated (two
parallel transaction must not interfere with each other) and durable
(a successful transaction must be reliably stored to a persistent
memory).
.
This library supports both storing data on the local disk and via a
network server.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell. It
obsoletes the package haskell-happstack-state.
Package: libghc-acid-state-doc
Description-md5: a4848160fa35901110fab71b4122c717
Description-en: Haskell database library with ACID guarantees - documentation; documentation
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
semantic. That is, they must be atomic (a transaction must be
completely saved or completely rolled back), consistent (after each
transaction the state of the database must be valid), isolated (two
parallel transaction must not interfere with each other) and durable
(a successful transaction must be reliably stored to a persistent
memory).
.
This library supports both storing data on the local disk and via a
network server.
.
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell. It obsoletes the package
haskell-happstack-state.
Package: libghc-acid-state-prof
Description-md5: e49838a83deee7a5e49c9a51a45e33bc
Description-en: Haskell database library with ACID guarantees - GHC profiling libraries; profiling libraries
AcidState is a Haskell library to store serializable Haskell
structures, guaranteeing that transactions support the ACID
semantic. That is, they must be atomic (a transaction must be
completely saved or completely rolled back), consistent (after each
transaction the state of the database must be valid), isolated (two
parallel transaction must not interfere with each other) and durable
(a successful transaction must be reliably stored to a persistent
memory).
.
This library supports both storing data on the local disk and via a
network server.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell. It obsoletes the package
haskell-happstack-state.
Package: libghc-active-dev
Description-md5: 2eda4b1924a12d5f14cf79b131435136
Description-en: Abstractions for animation
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-active-doc
Description-md5: 9f04ab9345b75173ce1fc91a36a0bb56
Description-en: Abstractions for animation; documentation
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
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-active-prof
Description-md5: 0645383f3dcc4137aa2e063ce990f75e
Description-en: Abstractions for animation; profiling libraries
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-adjunctions-dev
Description-md5: f394511c1e575c21e82184ec9a2bde40
Description-en: adjunctions and representable functors for Haskell
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction. This
package provides adjunctions for Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-adjunctions-doc
Description-md5: 937dda15593c9ab58ebefeb21b77ed0d
Description-en: adjunctions and representable functors for Haskell; documentation
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction. This
package provides adjunctions for Haskell.
.
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-adjunctions-prof
Description-md5: e0f66000f9c787fd8eeef6aa8a792241
Description-en: adjunctions and representable functors for Haskell; profiling libraries
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction. This
package provides adjunctions for 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: libghc-aeson-casing-dev
Description-md5: 77e3f49ce2a3e2bf1a9a5fc34fb3bc63
Description-en: Tools to change the formatting of field names in Aeson instances.
Tools to change the formatting of field names in Aeson
instances. This includes CamelCasing, Pascal Casing and
Snake Casing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-casing-doc
Description-md5: 41ca02d1796c306e4bc5fffd52c9d3e9
Description-en: Tools to change the formatting of field names in Aeson instances.; documentation
Tools to change the formatting of field names in Aeson
instances. This includes CamelCasing, Pascal Casing and
Snake Casing.
.
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-aeson-casing-prof
Description-md5: 1db3a9fbfa27b398bcf82c8c224df0e0
Description-en: Tools to change the formatting of field names in Aeson instances.; profiling libraries
Tools to change the formatting of field names in Aeson
instances. This includes CamelCasing, Pascal Casing and
Snake Casing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-dev
Description-md5: 8d869051ed11f3e0fcbf5e71ffe20b60
Description-en: Fast JSON parsing and encoding library
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-diff-dev
Description-md5: 816fd8a9cb6ab79aa9f1b3a8fd23671a
Description-en: extract and apply patches to JSON documents
This is a small library for working with changes to JSON documents. It
includes a library and two command-line executables in the style of the
diff(1) and patch(1) commands available on many systems.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-diff-doc
Description-md5: 6f7a00fa012b17552b113126956f312d
Description-en: extract and apply patches to JSON documents; documentation
This is a small library for working with changes to JSON documents. It
includes a library and two command-line executables in the style of the
diff(1) and patch(1) commands available on many systems.
.
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-aeson-diff-prof
Description-md5: 2d0a7383cecb9c536e15941e2a85ac2c
Description-en: extract and apply patches to JSON documents; profiling libraries
This is a small library for working with changes to JSON documents. It
includes a library and two command-line executables in the style of the
diff(1) and patch(1) commands available on many systems.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-doc
Description-md5: b4667900c0c719ee7ba7ad1589f92cb4
Description-en: Fast JSON parsing and encoding library; documentation
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
.
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-aeson-jsonpath-dev
Description-md5: ec1e849820157f32282d14f10e9b0a16
Description-en: Parse and run JSONPath queries on Aeson documents
RFC 9535 compliant JSONPath parsing and querying
package. JSONPath is similar to XPath for querying
XML documents.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-jsonpath-doc
Description-md5: c582fce5aec2accb1d0df773888c04d4
Description-en: Parse and run JSONPath queries on Aeson documents; documentation
RFC 9535 compliant JSONPath parsing and querying
package. JSONPath is similar to XPath for querying
XML documents.
.
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-aeson-jsonpath-prof
Description-md5: 52c8167fdf862f41b59939379b6011e6
Description-en: Parse and run JSONPath queries on Aeson documents; profiling libraries
RFC 9535 compliant JSONPath parsing and querying
package. JSONPath is similar to XPath for querying
XML documents.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-pretty-dev
Description-md5: b35365247115f1a8667f75fa6e42302d
Description-en: JSON pretty-printing library
A JSON pretty-printing library compatible with Aeson.
.
The library provides the function encodePretty. It is a drop-in
replacement for aeson's encode function, producing JSON-ByteStrings
for human readers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-pretty-doc
Description-md5: 32e0b43e51e50da3459407a2b8390c3e
Description-en: JSON pretty-printing library; documentation
A JSON pretty-printing library compatible with Aeson.
.
The library provides the function encodePretty. It is a drop-in
replacement for aeson's encode function, producing JSON-ByteStrings
for human readers.
.
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-aeson-pretty-prof
Description-md5: 12a02dadb0cc651e2d3bf313951f8b32
Description-en: JSON pretty-printing library; profiling libraries
A JSON pretty-printing library compatible with Aeson.
.
The library provides the function encodePretty. It is a drop-in
replacement for aeson's encode function, producing JSON-ByteStrings
for human readers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-prof
Description-md5: aeca562fb98802766b406572ad0df2ed
Description-en: Fast JSON parsing and encoding library; profiling libraries
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-qq-dev
Description-md5: 664cc30e30f54bac1b4aa9a760cb3590
Description-en: JSON quasiquoter for Haskell
This package provides a JSON quasiquoter for Haskell. It exposes the function
`aesonQQ` that compile-time converts a string representation of a JSON value
into a `Data.Aeson.Value`.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-qq-doc
Description-md5: a1f9ef4573f3ac200584382059c70dcf
Description-en: JSON quasiquoter for Haskell; documentation
This package provides a JSON quasiquoter for Haskell. It exposes the function
`aesonQQ` that compile-time converts a string representation of a JSON value
into a `Data.Aeson.Value`.
.
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-aeson-qq-prof
Description-md5: 7f80105d8d2e0a3a909755b7ffdc6afb
Description-en: JSON quasiquoter for Haskell; profiling libraries
This package provides a JSON quasiquoter for Haskell. It exposes the function
`aesonQQ` that compile-time converts a string representation of a JSON value
into a `Data.Aeson.Value`.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-warning-parser-dev
Description-md5: a2ce5daf5d475157187a1c494ffc1569
Description-en: JSON parser that warns about unexpected fields in objects
JSON parser that warns about unexpected fields in objects.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aeson-warning-parser-doc
Description-md5: 830f6d138bc144c2c4cd4c67d7d4e8a9
Description-en: JSON parser that warns about unexpected fields in objects; documentation
JSON parser that warns about unexpected fields in objects.
.
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-aeson-warning-parser-prof
Description-md5: fb87a43a6ac64d063dc39b162d846306
Description-en: JSON parser that warns about unexpected fields in objects; profiling libraries
JSON parser that warns about unexpected fields in objects.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-agda-dev
Description-md5: 367dee38c949eb56c7f0325161eedb49
Description-en: dependently typed functional programming language
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-agda-doc
Description-md5: 42838d7e4b43bdeee8091f83a2111b33
Description-en: dependently typed functional programming language; documentation
Agda is a dependently typed functional programming language: It has inductive
families, which are like Haskell's GADTs, but they can be indexed by values and
not just types. It also has parameterised modules, mixfix operators, Unicode
characters, and an interactive Emacs interface (the type checker can assist in
the development of your code).
.
Agda is also a proof assistant: It is an interactive system for writing and
checking proofs. Agda is based on intuitionistic type theory, a foundational
system for constructive mathematics developed by the Swedish logician Per
Martin-Löf. It has many similarities with other proof assistants based on
dependent types, such as Coq, Epigram and NuPRL.
.
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-alsa-core-dev
Description-md5: aec942cc09001b766981162e6d791fda
Description-en: binding to the ALSA Library API (Exceptions)
This package provides access to ALSA infrastructure,
that is needed by both alsa-seq and alsa-pcm.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-alsa-core-doc
Description-md5: ea88db8eb23f6d7afaadc2a7c1d65ea9
Description-en: binding to the ALSA Library API (Exceptions); documentation
This package provides access to ALSA infrastructure,
that is needed by both alsa-seq and alsa-pcm.
.
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-alsa-core-prof
Description-md5: 17ea89dcd7dae4e01aa3873ff8c6d59a
Description-en: binding to the ALSA Library API (Exceptions); profiling libraries
This package provides access to ALSA infrastructure,
that is needed by both alsa-seq and alsa-pcm.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-alsa-mixer-dev
Description-md5: 84809c96a991da19a33e9c826e6056b7
Description-en: bindings to the ALSA simple mixer API
This package provides bindings to the ALSA simple mixer API.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-alsa-mixer-doc
Description-md5: 86d1ce1f98edb1585a46ebfcdb7ee6cd
Description-en: bindings to the ALSA simple mixer API; documentation
This package provides bindings to the ALSA simple mixer API.
.
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-alsa-mixer-prof
Description-md5: 3b718e946176e3d6f72484d8c5668350
Description-en: bindings to the ALSA simple mixer API; profiling libraries
This package provides bindings to the ALSA simple mixer API.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-annotated-wl-pprint-dev
Description-md5: 441ec877468b95aa0fcbab48d017934b
Description-en: Wadler/Leijen Pretty Printer, with annotation support
This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". This version allows the library user to
annotate the text with semantic information, which can later be rendered
in a variety of ways.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-annotated-wl-pprint-doc
Description-md5: 8e6a1563993bf4e36e4573f22e5c5ddb
Description-en: Wadler/Leijen Pretty Printer, with annotation support; documentation
This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". This version allows the library user to
annotate the text with semantic information, which can later be rendered
in a variety of ways.
.
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-annotated-wl-pprint-prof
Description-md5: fab2141799b53a9c366715497ced6c7e
Description-en: Wadler/Leijen Pretty Printer, with annotation support; profiling libraries
This is a modified version of wl-pprint, which was based on Wadler's
paper "A Prettier Printer". This version allows the library user to
annotate the text with semantic information, which can later be rendered
in a variety of ways.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ansi-terminal-dev
Description-md5: 14b80bc3a8ccb73618c34956a96ff6cb
Description-en: Simple ANSI terminal support, with Windows compatibility
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
color output showing or hiding the cursor, and changing the title.
Compatible with Windows and those Unixes with ANSI terminals, but only
GHC is supported as a compiler.
.
This package contains the normal library files.
Package: libghc-ansi-terminal-doc
Description-md5: dcefec4a575da4ac64e223c22513cb66
Description-en: Simple ANSI terminal support, with Windows compatibility; documentation
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
color output showing or hiding the cursor, and changing the title.
Compatible with Windows and those Unixes with ANSI terminals, but only
GHC is supported as a compiler.
.
This package contains the documentation files.
Package: libghc-ansi-terminal-prof
Description-md5: 13f4d8360b9b9f6a6a05a24e29c08b25
Description-en: Simple ANSI terminal support, with Windows compatibility; profiling libraries
ANSI terminal support for Haskell: allows cursor movement, screen clearing,
color output showing or hiding the cursor, and changing the title.
Compatible with Windows and those Unixes with ANSI terminals, but only
GHC is supported as a compiler.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-ansi-terminal-types-dev
Description-md5: a5528d7d031b261b32c0d05bd6795c30
Description-en: types and functions used to represent SGR aspects
The ANSI standards refer to the visual style of
displaying characters as their 'graphic rendition'. The
ANSI codes to establish the graphic rendition for
subsequent text are referred to as SELECT GRAPHIC RENDITION
(SGR). This package exposes modules that export types and
functions used to represent SGR aspects.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ansi-terminal-types-doc
Description-md5: 91082265a7d406dd49289eec1e063e5f
Description-en: types and functions used to represent SGR aspects; documentation
The ANSI standards refer to the visual style of
displaying characters as their 'graphic rendition'. The
ANSI codes to establish the graphic rendition for
subsequent text are referred to as SELECT GRAPHIC RENDITION
(SGR). This package exposes modules that export types and
functions used to represent SGR aspects.
.
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-ansi-terminal-types-prof
Description-md5: 268a0da1c1f11cab4c30538719a6fb6b
Description-en: types and functions used to represent SGR aspects; profiling libraries
The ANSI standards refer to the visual style of
displaying characters as their 'graphic rendition'. The
ANSI codes to establish the graphic rendition for
subsequent text are referred to as SELECT GRAPHIC RENDITION
(SGR). This package exposes modules that export types and
functions used to represent SGR aspects.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ansi-wl-pprint-dev
Description-md5: 125341e52b6db5d39a6bbc82a3a8f422
Description-en: Wadler/Leijen Pretty Printer for colored ANSI terminal output
This is a pretty printing library based on Wadler's paper
"A Prettier Printer". It has been enhanced with support for ANSI terminal
colored output using the ansi-terminal package.
.
This package contains the normal library files.
Package: libghc-ansi-wl-pprint-doc
Description-md5: 9fc25bff5025b20081e4eb7ebd41df0e
Description-en: Wadler/Leijen Pretty Printer for colored ANSI terminal output; documentation
This is a pretty printing library based on Wadler's paper
"A Prettier Printer". It has been enhanced with support for ANSI terminal
colored output using the ansi-terminal package.
.
This package contains the documentation files.
Package: libghc-ansi-wl-pprint-prof
Description-md5: 29b3d0d24b0f1d84b1b37dd3e5b4fc94
Description-en: Wadler/Leijen Pretty Printer for colored ANSI terminal output; profiling lib
This is a pretty printing library based on Wadler's paper
"A Prettier Printer". It has been enhanced with support for ANSI terminal
colored output using the ansi-terminal package.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-ap-normalize-dev
Description-md5: 3e9bb370789b0c9610f9bf3e07be2080
Description-en: Self-normalizing applicative expressions
An applicative functor transformer to normalize expressions using <$>, <*>,
and pure into a linear list of actions. See "ApNormalize" to get started.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ap-normalize-doc
Description-md5: f5a2b07aa0ea8a23e6267bd84b10f2b3
Description-en: Self-normalizing applicative expressions; documentation
An applicative functor transformer to normalize expressions using <$>, <*>,
and pure into a linear list of actions. See "ApNormalize" to get started.
.
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-ap-normalize-prof
Description-md5: 93ac217cecacd02de8cc5c68c6c045b8
Description-en: Self-normalizing applicative expressions; profiling libraries
An applicative functor transformer to normalize expressions using <$>, <*>,
and pure into a linear list of actions. See "ApNormalize" to get started.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-appar-dev
Description-md5: 89c0ffc80c08ebbd42937f42bfe196ba
Description-en: A simple applicative parser in Parsec style
This is a simple applicative parser.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-appar-doc
Description-md5: 275c162306717174ed7792c8b3784e06
Description-en: A simple applicative parser in Parsec style; documentation
This is a simple applicative parser.
.
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-appar-prof
Description-md5: 7785e0da2dc9055dce691645e4d6e5e6
Description-en: A simple applicative parser in Parsec style; profiling libraries
This is a simple applicative parser.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-arithmoi-dev
Description-md5: 496a0c6f2386bc192e1219cb7fb88045
Description-en: efficient basic number-theoretic functions
A library of basic functionality needed for
number-theoretic calculations. The aim of this library
is to provide efficient implementations of the functions.
Primes and related things (totients, factorisation),
powers (integer roots and tests, modular exponentiation).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-arithmoi-doc
Description-md5: 762cd150c734d37d38ed102e97a3eb36
Description-en: efficient basic number-theoretic functions; documentation
A library of basic functionality needed for
number-theoretic calculations. The aim of this library
is to provide efficient implementations of the functions.
Primes and related things (totients, factorisation),
powers (integer roots and tests, modular exponentiation).
.
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-arithmoi-prof
Description-md5: e1b63d30f42a15130dabfad9a2a74585
Description-en: efficient basic number-theoretic functions; profiling libraries
A library of basic functionality needed for
number-theoretic calculations. The aim of this library
is to provide efficient implementations of the functions.
Primes and related things (totients, factorisation),
powers (integer roots and tests, modular exponentiation).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-arrows-dev
Description-md5: dd1fdc5423fae5f1225218b3aabaa2f1
Description-en: Haskell arrow classes and transformers for GHC
This library provides several classes that extend the Arrow class, and
some transformers that implement or lift these classes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-arrows-doc
Description-md5: 53ab631256ae7d2506443b51328d729d
Description-en: Haskell arrow classes and transformers for GHC; documentation
This library provides several classes that extend the Arrow class, and
some transformers that implement or lift these classes.
.
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-arrows-prof
Description-md5: b8520b33d0328219a0648334b98ad36d
Description-en: Haskell arrow classes and transformers for GHC; profiling libraries
This library provides several classes that extend the Arrow class, and
some transformers that implement or lift these classes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-encoding-dev
Description-md5: 743bb67b9b246e225172149f609ad13f
Description-en: ASN1 data reader/writer in RAW, BER, and DER forms
ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER and DER).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-encoding-doc
Description-md5: d0736d656fd5375933ad6cdcf4ec03d6
Description-en: ASN1 data reader/writer in RAW, BER, and DER forms; documentation
ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER and DER).
.
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-asn1-encoding-prof
Description-md5: 28d2dbc06d2398d0d79bdde3d6bb28a6
Description-en: ASN1 data reader/writer in RAW, BER, and DER forms; profiling libraries
ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER and DER).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-parse-dev
Description-md5: 372a10e8f46310ad0d53b264adbb4ccb
Description-en: simple monadic parser for ASN1 stream types
This is a simple monadic parser for ASN1 stream types, when ASN.1
pattern matching is not convenient.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-parse-doc
Description-md5: 3a3add4e0a662c7fbbec5425a1451030
Description-en: simple monadic parser for ASN1 stream types; documentation
This is a simple monadic parser for ASN1 stream types, when ASN.1
pattern matching is not convenient.
.
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-asn1-parse-prof
Description-md5: e36fd38ca8b3db4a3ddd61676a675cfb
Description-en: simple monadic parser for ASN1 stream types; profiling libraries
This is a simple monadic parser for ASN1 stream types, when ASN.1
pattern matching is not convenient.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-types-dev
Description-md5: 30bc1152b5789c6ba8024cb99e2d87d5
Description-en: ASN.1 types
These are ASN.1 standard types
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-asn1-types-doc
Description-md5: 1d81cb72f0af704f51179c79b5184ea9
Description-en: ASN.1 types; documentation
These are ASN.1 standard types
.
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-asn1-types-prof
Description-md5: dea79e6eda574f0fddd1ea3d1ceec2ef
Description-en: ASN.1 types; profiling libraries
These are ASN.1 standard types
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-assert-failure-dev
Description-md5: 7135862e10c90e3e4fd2c7bb1ed696db
Description-en: syntactic sugar improving 'assert' and 'error'
This library contains syntactic sugar that makes it easier
to write simple contracts with 'assert' and 'error'
and report the values that violate contracts.
The original 'assert' function is here re-exported for convenience.
.
Note that for most of these functions to have any effect, assertions
need to be enabled, e.g., by including in .cabal file the following line:
.
ghc-options: -fno-ignore-asserts
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-assert-failure-doc
Description-md5: bd19792d98080745a6037a2e383a6ce7
Description-en: syntactic sugar improving 'assert' and 'error'; documentation
This library contains syntactic sugar that makes it easier
to write simple contracts with 'assert' and 'error'
and report the values that violate contracts.
The original 'assert' function is here re-exported for convenience.
.
Note that for most of these functions to have any effect, assertions
need to be enabled, e.g., by including in .cabal file the following line:
.
ghc-options: -fno-ignore-asserts
.
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-assert-failure-prof
Description-md5: 71db5cb99becdf552165106d5997894e
Description-en: syntactic sugar improving 'assert' and 'error'; profiling libraries
This library contains syntactic sugar that makes it easier
to write simple contracts with 'assert' and 'error'
and report the values that violate contracts.
The original 'assert' function is here re-exported for convenience.
.
Note that for most of these functions to have any effect, assertions
need to be enabled, e.g., by including in .cabal file the following line:
.
ghc-options: -fno-ignore-asserts
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-assoc-dev
Description-md5: b82456723a7959f168c9ab95aafa113a
Description-en: swap and assoc: Symmetric and Semigroupy Bifunctors
Provides generalisations of
.
swap :: (a,b) -> (b,a) and
.
assoc :: ((a,b),c) -> (a,(b,c))
.
to
Bifunctors supporting similar operations (e.g. Either, These).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-assoc-doc
Description-md5: b94eb33a48bce406b69d8b1f2fef4adb
Description-en: swap and assoc: Symmetric and Semigroupy Bifunctors; documentation
Provides generalisations of
.
swap :: (a,b) -> (b,a) and
.
assoc :: ((a,b),c) -> (a,(b,c))
.
to
Bifunctors supporting similar operations (e.g. Either, These).
.
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-assoc-prof
Description-md5: ffbdffef21d6dd9d4a7e1ccc98d36227
Description-en: swap and assoc: Symmetric and Semigroupy Bifunctors; profiling libraries
Provides generalisations of
.
swap :: (a,b) -> (b,a) and
.
assoc :: ((a,b),c) -> (a,(b,c))
.
to
Bifunctors supporting similar operations (e.g. Either, These).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-async-dev
Description-md5: c1e68b8b7bb800fcb59b52a72e1b444a
Description-en: run IO operations asynchronously and wait for their results
This package provides a higher-level interface over
threads, in which an (Async a) is a concurrent
thread that will eventually deliver a value of
type a. The package provides ways to create
Async computations, wait for their results, and
cancel them.
.
This package contains the normal library files.
Package: libghc-async-doc
Description-md5: 0e9d1b284a5d486ff7e2e3c613f54a1d
Description-en: run IO operations asynchronously and wait for their results; documentation
This package provides a higher-level interface over
threads, in which an (Async a) is a concurrent
thread that will eventually deliver a value of
type a. The package provides ways to create
Async computations, wait for their results, and
cancel them.
.
This package contains the documentation files.
Package: libghc-async-prof
Description-md5: 2d447a945e1ec27fdf906a18a4095de9
Description-en: run IO operations asynchronously and wait for their results; profiling libs
This package provides a higher-level interface over
threads, in which an (Async a) is a concurrent
thread that will eventually deliver a value of
type a. The package provides ways to create
Async computations, wait for their results, and
cancel them.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-atomic-counter-dev
Description-md5: c305e57ccec5518ef849264870e81e9d
Description-en: mutable counters modifiable with atomic operations
This package defines Counter type that can be safely modified
concurrently from multiple threads. The type supports only few
operations, namely read, write, cas (compare and swap), add,
subtract and a few bitwise ones like or, and xor.
.
Most common use case is having a shared counter that multiple
threads increment. Another potential use case is lightweight locks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-atomic-counter-doc
Description-md5: 036d4906fb3221e854c7697008ff948a
Description-en: mutable counters modifiable with atomic operations; documentation
This package defines Counter type that can be safely modified
concurrently from multiple threads. The type supports only few
operations, namely read, write, cas (compare and swap), add,
subtract and a few bitwise ones like or, and xor.
.
Most common use case is having a shared counter that multiple
threads increment. Another potential use case is lightweight locks.
.
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-atomic-counter-prof
Description-md5: caf4c6bb590d51246041b0c9f8386f72
Description-en: mutable counters modifiable with atomic operations; profiling libraries
This package defines Counter type that can be safely modified
concurrently from multiple threads. The type supports only few
operations, namely read, write, cas (compare and swap), add,
subtract and a few bitwise ones like or, and xor.
.
Most common use case is having a shared counter that multiple
threads increment. Another potential use case is lightweight locks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-atomic-write-dev
Description-md5: f38d5383dc20efba165e5154cc8a9322
Description-en: Atomically write to a file
Atomically write to a file on POSIX-compliant systems while preserving
permissions.
.
On most Unix systems, `mv` is an atomic operation. This makes it simple to
write to a file atomically just by using the mv operation. However, this will
destroy the permissions on the original file. This library does the following
to preserve permissions while atomically writing to a file:
.
* If an original file exists, take those permissions and apply them to the
temp file before `mv`ing the file into place.
.
* If the original file does not exist, create a following with default
permissions (based on the currently-active umask).
.
This way, when the file is `mv`'ed into place, the permissions will be the
ones held by the original file.
.
This library is based on similar implementations found in common libraries in
Ruby and Python.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-atomic-write-doc
Description-md5: 51891c67cea1f2b49f1954ddbf8262e3
Description-en: Atomically write to a file; documentation
Atomically write to a file on POSIX-compliant systems while preserving
permissions.
.
On most Unix systems, `mv` is an atomic operation. This makes it simple to
write to a file atomically just by using the mv operation. However, this will
destroy the permissions on the original file. This library does the following
to preserve permissions while atomically writing to a file:
.
* If an original file exists, take those permissions and apply them to the
temp file before `mv`ing the file into place.
.
* If the original file does not exist, create a following with default
permissions (based on the currently-active umask).
.
This way, when the file is `mv`'ed into place, the permissions will be the
ones held by the original file.
.
This library is based on similar implementations found in common libraries in
Ruby and Python.
.
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-atomic-write-prof
Description-md5: 37dbb53e304319bef17548051e9006e4
Description-en: Atomically write to a file; profiling libraries
Atomically write to a file on POSIX-compliant systems while preserving
permissions.
.
On most Unix systems, `mv` is an atomic operation. This makes it simple to
write to a file atomically just by using the mv operation. However, this will
destroy the permissions on the original file. This library does the following
to preserve permissions while atomically writing to a file:
.
* If an original file exists, take those permissions and apply them to the
temp file before `mv`ing the file into place.
.
* If the original file does not exist, create a following with default
permissions (based on the currently-active umask).
.
This way, when the file is `mv`'ed into place, the permissions will be the
ones held by the original file.
.
This library is based on similar implementations found in common libraries in
Ruby and Python.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-aeson-dev
Description-md5: 17e82de03097d6fd941d8d7c807d948b
Description-en: Parsing of aeson's Value with attoparsec
Parsing of aeson's Value with attoparsec, originally from aeson.
.
This version is an empty package with bounds on @aeson@
which has "Data.Aeson.Parser" module.
This way e.g. specifying
.
@
build-depends: aeson >= 1.4.1.0 && \<2.3, attoparsec-aeson >=2.1.0.0 && \<2.3
@
.
will have "Data.Aeson.Parser" available for all @aeson@ versions in range.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-aeson-doc
Description-md5: 8c2cbd5ac0d4ba6bda6ec8078e7be857
Description-en: Parsing of aeson's Value with attoparsec; documentation
Parsing of aeson's Value with attoparsec, originally from aeson.
.
This version is an empty package with bounds on @aeson@
which has "Data.Aeson.Parser" module.
This way e.g. specifying
.
@
build-depends: aeson >= 1.4.1.0 && \<2.3, attoparsec-aeson >=2.1.0.0 && \<2.3
@
.
will have "Data.Aeson.Parser" available for all @aeson@ versions in range.
.
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-attoparsec-aeson-prof
Description-md5: 66999c98ef8e263435f9bafefce6622e
Description-en: Parsing of aeson's Value with attoparsec; profiling libraries
Parsing of aeson's Value with attoparsec, originally from aeson.
.
This version is an empty package with bounds on @aeson@
which has "Data.Aeson.Parser" module.
This way e.g. specifying
.
@
build-depends: aeson >= 1.4.1.0 && \<2.3, attoparsec-aeson >=2.1.0.0 && \<2.3
@
.
will have "Data.Aeson.Parser" available for all @aeson@ versions in range.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-dev
Description-md5: ee240864d38768966d28564c08a8487c
Description-en: Fast combinator parsing for bytestrings
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary
file formats.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-doc
Description-md5: 5811da54b08fe2a4cc40114f27475d04
Description-en: Fast combinator parsing for bytestrings; documentation
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary
file formats.
.
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-attoparsec-iso8601-dev
Description-md5: a4fa6011ad54f506a454b9a24e47069c
Description-en: parsing of ISO 8601 dates
Parsing of ISO 8601 dates, originally from aeson.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-iso8601-doc
Description-md5: 5be3aa9ad617b79ebaaecee2e5360ced
Description-en: parsing of ISO 8601 dates; documentation
Parsing of ISO 8601 dates, originally from aeson.
.
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-attoparsec-iso8601-prof
Description-md5: f926813dfa8029f486f03acdfbe9d00e
Description-en: parsing of ISO 8601 dates; profiling libraries
Parsing of ISO 8601 dates, originally from aeson.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-attoparsec-prof
Description-md5: 0e490c52dd160a89b88f1beee6d17cbd
Description-en: Fast combinator parsing for bytestrings; profiling libraries
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary
file formats.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-authenticate-dev
Description-md5: db7a339d12280bb40150b54d13e43123
Description-en: authentication methods for Haskell web applications
Focus is on third-party authentication methods, such as OpenID,
rpxnow and Facebook.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-authenticate-doc
Description-md5: 9b155a7612b38c6072086f726718ca58
Description-en: authentication methods for Haskell web applications; documentation
Focus is on third-party authentication methods, such as OpenID,
rpxnow and Facebook.
.
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-authenticate-oauth-dev
Description-md5: b576f6c96c4b856ffbdc5c64eebb0b38
Description-en: authenticate with OAuth for Haskell web applications
OAuth authentication support.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-authenticate-oauth-doc
Description-md5: f6344ba41de752885329703c1e708e7a
Description-en: authenticate with OAuth for Haskell web applications; documentation
OAuth authentication support.
.
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-authenticate-oauth-prof
Description-md5: 942e66c0997aec209bec20557342384b
Description-en: authenticate with OAuth for Haskell web applications; profiling libraries
OAuth authentication support.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-authenticate-prof
Description-md5: 38b8c4fb44586c282fd2b94bdd2990ca
Description-en: authentication methods for Haskell web applications; profiling libraries
Focus is on third-party authentication methods, such as OpenID,
rpxnow and Facebook.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-auto-update-dev
Description-md5: 4a7da49a7bfd629a8f059f95401ed3f7
Description-en: efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
result in a new getCurrentTime call, we'd like to have a single worker
thread run every second, updating an IORef. However, if the request
frequency is less than once per second, this is a pessimization, and worse,
kills idle GC.
.
This library allows you to define actions which will either be performed by a
dedicated thread or, in times of low volume, will be executed by the calling
thread.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-auto-update-doc
Description-md5: 8e31ef17da7355c0951082ad1f718a49
Description-en: efficiently run periodic, on-demand actions; documentation
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
result in a new getCurrentTime call, we'd like to have a single worker
thread run every second, updating an IORef. However, if the request
frequency is less than once per second, this is a pessimization, and worse,
kills idle GC.
.
This library allows you to define actions which will either be performed by a
dedicated thread or, in times of low volume, will be executed by the calling
thread.
.
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-auto-update-prof
Description-md5: c4301e4ada1c08b6ad3ed80f617f35d0
Description-en: efficiently run periodic, on-demand actions; profiling libraries
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
result in a new getCurrentTime call, we'd like to have a single worker
thread run every second, updating an IORef. However, if the request
frequency is less than once per second, this is a pessimization, and worse,
kills idle GC.
.
This library allows you to define actions which will either be performed by a
dedicated thread or, in times of low volume, will be executed by the calling
thread.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aws-dev
Description-md5: 06beb8fbfc468fbf4a1985a89e05d83f
Description-en: Amazon Web Services for Haskell
This package provides Haskell interfaces for using Amazon Web Services like
S3 (storage), SQS (queuing) and others. The ultimate goal is to support all
Amazon Web Services.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-aws-doc
Description-md5: cce87fcbadcb9f3770f4e93c663445a7
Description-en: Amazon Web Services for Haskell; documentation
This package provides Haskell interfaces for using Amazon Web Services like
S3 (storage), SQS (queuing) and others. The ultimate goal is to support all
Amazon Web Services.
.
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-aws-prof
Description-md5: eb0c6a850c6846efc25edc9348753dbf
Description-en: Amazon Web Services for Haskell; profiling libraries
This package provides Haskell interfaces for using Amazon Web Services like
S3 (storage), SQS (queuing) and others. The ultimate goal is to support all
Amazon Web Services.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-barbies-dev
Description-md5: cf227b7cd1796289cb08f62544f35d2d
Description-en: Classes for working with types that can change clothes
Types that are parametric on a functor are like Barbies that have an outfit
for each role. This package provides the basic abstractions to work with them
comfortably.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-barbies-doc
Description-md5: dffecfd9ea743f25a97d614cc2cb3ed2
Description-en: Classes for working with types that can change clothes; documentation
Types that are parametric on a functor are like Barbies that have an outfit
for each role. This package provides the basic abstractions to work with them
comfortably.
.
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-barbies-prof
Description-md5: 8da3e00306226f39e1dfc55e762f118a
Description-en: Classes for working with types that can change clothes; profiling libraries
Types that are parametric on a functor are like Barbies that have an outfit
for each role. This package provides the basic abstractions to work with them
comfortably.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-compat-batteries-dev
Description-md5: 1a317f9769442111da5284a912bc61f9
Description-en: base-compat with extra batteries
Provides functions available in later versions of base to a wider
range of compilers, without requiring you to use CPP pragmas
in your code.
.
This package provides the same API as the base-compat library,
but depends on compatibility packages (such as semigroups) to offer
a wider support window than base-compat, which has no dependencies.
Most of the modules in this library have the same names as in
base-compat to make it easier to switch between the two. There also
exist versions of each module with the suffix .Repl.Batteries, which
are distinct from anything in base-compat, to allow for easier
use in GHCi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-compat-batteries-doc
Description-md5: 0f0b47356b35b1bb8526f74c9cbf247a
Description-en: base-compat with extra batteries; documentation
Provides functions available in later versions of base to a wider
range of compilers, without requiring you to use CPP pragmas
in your code.
.
This package provides the same API as the base-compat library,
but depends on compatibility packages (such as semigroups) to offer
a wider support window than base-compat, which has no dependencies.
Most of the modules in this library have the same names as in
base-compat to make it easier to switch between the two. There also
exist versions of each module with the suffix .Repl.Batteries, which
are distinct from anything in base-compat, to allow for easier
use in GHCi.
.
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-base-compat-batteries-prof
Description-md5: 29efba8071326387c7ecd0043978eb1d
Description-en: base-compat with extra batteries; profiling libraries
Provides functions available in later versions of base to a wider
range of compilers, without requiring you to use CPP pragmas
in your code.
.
This package provides the same API as the base-compat library,
but depends on compatibility packages (such as semigroups) to offer
a wider support window than base-compat, which has no dependencies.
Most of the modules in this library have the same names as in
base-compat to make it easier to switch between the two. There also
exist versions of each module with the suffix .Repl.Batteries, which
are distinct from anything in base-compat, to allow for easier
use in GHCi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-compat-dev
Description-md5: 0cd0f3adfac6c6bc8e864ef105f80071
Description-en: compatibility layer for base
With this package, you can ban CPP from your code.
See the README at to see what's
covered.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-compat-doc
Description-md5: 78e6ebf9c96b824cee2d415b9807ee76
Description-en: compatibility layer for base; documentation
With this package, you can ban CPP from your code.
See the README at to see what's
covered.
.
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-base-compat-prof
Description-md5: 6b0b7cfce549a0de7118476c92de007c
Description-en: compatibility layer for base; profiling libraries
With this package, you can ban CPP from your code.
See the README at to see what's
covered.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-orphans-dev
Description-md5: 68f683765eb858b6dfe03fb21673bac6
Description-en: Backwards-compatible orphan instances for base
base-orphans defines orphan instances that mimic instances available in later
versions of base to a wider (older) range of compilers. base-orphans does
not export anything except the orphan instances themselves and complements
the base-compat package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-orphans-doc
Description-md5: ed9b86be2309372160b4c48371b555d9
Description-en: Backwards-compatible orphan instances for base; documentation
base-orphans defines orphan instances that mimic instances available in later
versions of base to a wider (older) range of compilers. base-orphans does
not export anything except the orphan instances themselves and complements
the base-compat package.
.
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-base-orphans-prof
Description-md5: 90570b29b3997f6d91d3208ff8799a5a
Description-en: Backwards-compatible orphan instances for base; profiling libraries
base-orphans defines orphan instances that mimic instances available in later
versions of base to a wider (older) range of compilers. base-orphans does
not export anything except the orphan instances themselves and complements
the base-compat package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-prelude-dev
Description-md5: b85f67aa54bca7b97b70d09d4bf9e436
Description-en: most complete prelude formed solely from the "base" package
A library which aims to reexport all the non-conflicting and
most general definitions from the base package.
This includes APIs for applicatives, arrows, monoids, foldables,
traversables, exceptions, generics, ST, MVars and STM.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-prelude-doc
Description-md5: 38336b04db8572c24110edd1063793c5
Description-en: most complete prelude formed solely from the "base" package; documentation
A library which aims to reexport all the non-conflicting and
most general definitions from the base package.
This includes APIs for applicatives, arrows, monoids, foldables,
traversables, exceptions, generics, ST, MVars and STM.
.
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-base-prelude-prof
Description-md5: d3a716d8f8c08f38c1fc0d08a6b03a2b
Description-en: most complete prelude formed solely from the "base" package; profiling libraries
A library which aims to reexport all the non-conflicting and
most general definitions from the base package.
This includes APIs for applicatives, arrows, monoids, foldables,
traversables, exceptions, generics, ST, MVars and STM.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-unicode-symbols-dev
Description-md5: d7cbdfe289235207dec4bf3341f84bb8
Description-en: Unicode alternatives for common functions and operators
It defines new symbols for a number of functions and operators in the
base package.
.
All symbols are documented with their actual definition and information
regarding their Unicode code point. They should be completely
interchangeable with their definitions.
.
For further Unicode goodness you can enable the UnicodeSyntax language
extension [1]. This extension enables Unicode characters to be used to
stand for certain ASCII character sequences, i.e. → instead of ->, ∀
instead of forall and many others.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base-unicode-symbols-doc
Description-md5: 1b088cd32d04a9616258b3d280ac8d24
Description-en: Unicode alternatives for common functions and operators; documentation
All symbols are documented with their actual definition and information
regarding their Unicode code point. They should be completely
interchangeable with their definitions.
.
For further Unicode goodness you can enable the UnicodeSyntax language
extension [1]. This extension enables Unicode characters to be used to
stand for certain ASCII character sequences, i.e. → instead of ->, ∀
instead of forall and many others.
.
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-base-unicode-symbols-prof
Description-md5: b6c603b57968e990c7ff5509629fd606
Description-en: Unicode alternatives for common functions and operators; profiling libraries
All symbols are documented with their actual definition and information
regarding their Unicode code point. They should be completely
interchangeable with their definitions.
.
For further Unicode goodness you can enable the UnicodeSyntax language
extension [1]. This extension enables Unicode characters to be used to
stand for certain ASCII character sequences, i.e. → instead of ->, ∀
instead of forall and many others.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base16-bytestring-dev
Description-md5: ef6afcae02092578dc27088e267fa484
Description-en: Fast base16 (hex) encoding and decoding for ByteStrings
This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type.
.
This package contains the normal library files.
Package: libghc-base16-bytestring-doc
Description-md5: 662ea2961378918ebf3e88b7e994f020
Description-en: Fast base16 (hex) encoding and decoding for ByteStrings; documentation
This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type.
.
This package contains the documentation files.
Package: libghc-base16-bytestring-prof
Description-md5: b7772ed1159a4cae80556d753850c019
Description-en: Fast base16 (hex) encoding and decoding for ByteStrings; profiling libraries
This package provides a Haskell library for working with base16-encoded
data quickly and efficiently, using the ByteString type.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-base64-bytestring-dev
Description-md5: 3975f35b132168239b2316908936a273
Description-en: fast base64 encoding/deconding for ByteStrings
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base64-bytestring-doc
Description-md5: e77783bc9d8412b9d80f75b410c7da4c
Description-en: fast base64 encoding/deconding for ByteStrings; documentation
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-base64-bytestring-prof
Description-md5: 51dc3354804005e4591295157c4adb20
Description-en: fast base64 encoding/deconding for ByteStrings; profiling libraries
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base64-dev
Description-md5: bb01eb29ac80da0cc9dcc162ead1639d
Description-en: Modern RFC 4648-compliant Base64 library for Haskell
RFC 4648-compliant Base64 with an eye towards performance and modernity
It has additional support for RFC 7049 standards.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-base64-doc
Description-md5: 409f681d3b02f3436436775fe325d490
Description-en: Modern RFC 4648-compliant Base64 library for Haskell; documentation
RFC 4648-compliant Base64 with an eye towards performance and modernity
It has additional support for RFC 7049 standards.
.
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-base64-prof
Description-md5: f705933e1f6df7ca9f294726b59ec40d
Description-en: Modern RFC 4648-compliant Base64 library for Haskell; profiling libraries
RFC 4648-compliant Base64 with an eye towards performance and modernity
It has additional support for RFC 7049 standards.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-basement-dev
Description-md5: f4b696fab87cf8970110ebe7d0400685
Description-en: Foundation scrap box of array & string
Foundation is an attempt to provide a base-like set of modules
that provide a consistent set of features and bugfixes across
multiple versions of GHC (unlike base), and to provide a better
and more efficient prelude than base's prelude.
.
This library (basement) is Foundation's most basic primitives
without any dependencies.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-basement-doc
Description-md5: 6144852d4edda9bd4c249532a7a977a1
Description-en: Foundation scrap box of array & string; documentation
Foundation is an attempt to provide a base-like set of modules
that provide a consistent set of features and bugfixes across
multiple versions of GHC (unlike base), and to provide a better
and more efficient prelude than base's prelude.
.
This library (basement) is Foundation's most basic primitives
without any dependencies.
.
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-basement-prof
Description-md5: 95712765480effca2d0a1b5bc220b66d
Description-en: Foundation scrap box of array & string; profiling libraries
Foundation is an attempt to provide a base-like set of modules
that provide a consistent set of features and bugfixes across
multiple versions of GHC (unlike base), and to provide a better
and more efficient prelude than base's prelude.
.
This library (basement) is Foundation's most basic primitives
without any dependencies.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-basic-prelude-dev
Description-md5: 3bf395b0afaa1285d43478019cd83470
Description-en: enhanced core prelude
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
used operators (<$> and >=>, for instance) and imports for common
datatypes (e.g., ByteString and Vector). At the same time, there are
lots of other components which are more debatable, such as providing
polymorphic versions of common functions.
.
So basic-prelude is intended to give a common foundation for a number
of alternate preludes. The package provides two modules: CorePrelude
provides the common ground for other preludes to build on top of, while
BasicPrelude exports CorePrelude together with commonly used list
functions to provide a drop-in replacement for the standard Prelude.
.
Users wishing to have an improved Prelude can use BasicPrelude.
Developers wishing to create a new prelude should use CorePrelude.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-basic-prelude-doc
Description-md5: 0006e029e02d942ffa118e4cf2a1e21d
Description-en: enhanced core prelude; documentation
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
used operators (<$> and >=>, for instance) and imports for common
datatypes (e.g., ByteString and Vector). At the same time, there are
lots of other components which are more debatable, such as providing
polymorphic versions of common functions.
.
So basic-prelude is intended to give a common foundation for a number
of alternate preludes. The package provides two modules: CorePrelude
provides the common ground for other preludes to build on top of, while
BasicPrelude exports CorePrelude together with commonly used list
functions to provide a drop-in replacement for the standard Prelude.
.
Users wishing to have an improved Prelude can use BasicPrelude.
Developers wishing to create a new prelude should use CorePrelude.
.
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-basic-prelude-prof
Description-md5: b316812973b167509bee50c271fbc888
Description-en: enhanced core prelude; profiling libraries
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
used operators (<$> and >=>, for instance) and imports for common
datatypes (e.g., ByteString and Vector). At the same time, there are
lots of other components which are more debatable, such as providing
polymorphic versions of common functions.
.
So basic-prelude is intended to give a common foundation for a number
of alternate preludes. The package provides two modules: CorePrelude
provides the common ground for other preludes to build on top of, while
BasicPrelude exports CorePrelude together with commonly used list
functions to provide a drop-in replacement for the standard Prelude.
.
Users wishing to have an improved Prelude can use BasicPrelude.
Developers wishing to create a new prelude should use CorePrelude.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bencode-dev
Description-md5: 0159b6f6dba9c824eaaf6a21fa2f2952
Description-en: Parser and printer for bencoded data
Parser and printer for bencoded data.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bencode-doc
Description-md5: e2bbe7f3b75852ac8c315dade556e039
Description-en: Parser and printer for bencoded data; documentation
Parser and printer for bencoded data.
.
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-bencode-prof
Description-md5: 563bc1189d0d59aa4461872841931f28
Description-en: Parser and printer for bencoded data; profiling libraries
Parser and printer for bencoded data.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bifunctors-dev
Description-md5: 7bab8acec52dac9490e029f110ceb365
Description-en: Haskell 98 bifunctors
A binary functor is a functor in two arguments. This package provides
bifoldables and bitraversables.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bifunctors-doc
Description-md5: c634914c0aef77470e5286afa09de201
Description-en: Haskell 98 bifunctors; documentation
A binary functor is a functor in two arguments. This package provides
bifoldables and bitraversables.
.
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-bifunctors-prof
Description-md5: 85ab922965120a283869cbbf814a611f
Description-en: Haskell 98 bifunctors; profiling libraries
A binary functor is a functor in two arguments. This package provides
bifoldables and bitraversables.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bimap-dev
Description-md5: ed2989260a8c1cee584671a75c622ab4
Description-en: bidirectional mapping between two key types
A data structure representing a bidirectional mapping between two
key types. Each value in the bimap is associated with exactly one
value of the opposite type.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bimap-doc
Description-md5: 869637da68d24f91e45cdfbea8dfd217
Description-en: bidirectional mapping between two key types; documentation
A data structure representing a bidirectional mapping between two
key types. Each value in the bimap is associated with exactly one
value of the opposite type.
.
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-bimap-prof
Description-md5: 94460101401f623de5a79f6276602cc1
Description-en: bidirectional mapping between two key types; profiling libraries
A data structure representing a bidirectional mapping between two
key types. Each value in the bimap is associated with exactly one
value of the opposite type.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-conduit-dev
Description-md5: 15d6404e502e5c5176da75aa85ab18cf
Description-en: data serialization/deserialization conduit library
Allow binary serialization using iterative conduit interface.
.
See libghc-binary-dev and libghc-conduit-dev for more information.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-conduit-doc
Description-md5: 9b35ed501df3317b7637dd39c5a6f08f
Description-en: data serialization/deserialization conduit library; documentation
Allow binary serialization using iterative conduit interface.
.
See libghc-binary-dev and libghc-conduit-dev for more information.
.
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-binary-conduit-prof
Description-md5: 332c56927491a12c8a4604a581bc6a27
Description-en: data serialization/deserialization conduit library; profiling libraries
Allow binary serialization using iterative conduit interface.
.
See libghc-binary-dev and libghc-conduit-dev for more information.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-instances-dev
Description-md5: 6b2fd8863f078923d37a71cce5f0fd23
Description-en: orphan instances for binary
This library defines orphan Binary instances for types in some
popular packages: aeson, case-insensitive, hashable, scientific,
tagged, text, time, unordered-containers, and vector.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-instances-doc
Description-md5: f6c233c7b24ccbb7370e9a38c82bfcba
Description-en: orphan instances for binary; documentation
This library defines orphan Binary instances for types in some
popular packages: aeson, case-insensitive, hashable, scientific,
tagged, text, time, unordered-containers, and vector.
.
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-binary-instances-prof
Description-md5: 6990de919a13d480ac7073abcc698c63
Description-en: orphan instances for binary; profiling libraries
This library defines orphan Binary instances for types in some
popular packages: aeson, case-insensitive, hashable, scientific,
tagged, text, time, unordered-containers, and vector.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-orphans-dev
Description-md5: d0834ac17300fcfa8300c8ef185382ed
Description-en: orphan instances for binary
`binary-orphans` defines orphan instances for types in some popular packages,
in particular:
.
* aeson
* unordered-containers (HashMap, HashSet)
* scientific
* tagged
* base (newtypes from Data.Monoid)
* time
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-orphans-doc
Description-md5: 67545248025a9e43bc20fb531c8ea791
Description-en: orphan instances for binary; documentation
`binary-orphans` defines orphan instances for types in some popular packages,
in particular:
.
* aeson
* unordered-containers (HashMap, HashSet)
* scientific
* tagged
* base (newtypes from Data.Monoid)
* time
.
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-binary-orphans-prof
Description-md5: 0335823fec9a89ada02345ed2ec957c7
Description-en: orphan instances for binary; profiling libraries
`binary-orphans` defines orphan instances for types in some popular packages,
in particular:
.
* aeson
* unordered-containers (HashMap, HashSet)
* scientific
* tagged
* base (newtypes from Data.Monoid)
* time
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-search-dev
Description-md5: 116646c20b5127e58b61f54c77da2d27
Description-en: Binary and exponential searches
__Introduction__
.
This package provides varieties of binary search functions.
c.f. "Numeric.Search" for the examples.
.
These search function can search for pure and monadic predicates, of type:
.
> pred :: Eq b => a -> b
> pred :: (Eq b, Monad m) => a -> m b
.
The predicates must satisfy that the domain range for any codomain value
is continuous; that is, @∀x≦y≦z. pred x == pred z ⇒ pred y == pred x@ .
.
For example, we can address the problem of finding the boundary
of an upward-closed set of integers, using a combination
of exponential and binary searches.
.
Variants are provided
for searching within bounded and unbounded intervals of
both 'Integer' and bounded integral types.
.
The package was created by Ross Paterson, and extended
by Takayuki Muranushi, to be used together with SMT solvers.
.
__The Module Structure__
.
* "Numeric.Search" provides the generic search combinator, to search for pure
and monadic predicates.
.
* "Numeric.Search.Bounded" , "Numeric.Search.Integer" ,
"Numeric.Search.Range" provides the various specialized searchers, which means
less number of function arguments, and easier to use.
.
<>
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-binary-search-doc
Description-md5: a7ed6c24f6e635a51dd736753b10fd91
Description-en: Binary and exponential searches; documentation
__Introduction__
.
This package provides varieties of binary search functions.
c.f. "Numeric.Search" for the examples.
.
These search function can search for pure and monadic predicates, of type:
.
> pred :: Eq b => a -> b
> pred :: (Eq b, Monad m) => a -> m b
.
The predicates must satisfy that the domain range for any codomain value
is continuous; that is, @∀x≦y≦z. pred x == pred z ⇒ pred y == pred x@ .
.
For example, we can address the problem of finding the boundary
of an upward-closed set of integers, using a combination
of exponential and binary searches.
.
Variants are provided
for searching within bounded and unbounded intervals of
both 'Integer' and bounded integral types.
.
The package was created by Ross Paterson, and extended
by Takayuki Muranushi, to be used together with SMT solvers.
.
__The Module Structure__
.
* "Numeric.Search" provides the generic search combinator, to search for pure
and monadic predicates.
.
* "Numeric.Search.Bounded" , "Numeric.Search.Integer" ,
"Numeric.Search.Range" provides the various specialized searchers, which means
less number of function arguments, and easier to use.
.
<>
.
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-binary-search-prof
Description-md5: 255343c5106065a64210ae17ccc54e93
Description-en: Binary and exponential searches; profiling libraries
__Introduction__
.
This package provides varieties of binary search functions.
c.f. "Numeric.Search" for the examples.
.
These search function can search for pure and monadic predicates, of type:
.
> pred :: Eq b => a -> b
> pred :: (Eq b, Monad m) => a -> m b
.
The predicates must satisfy that the domain range for any codomain value
is continuous; that is, @∀x≦y≦z. pred x == pred z ⇒ pred y == pred x@ .
.
For example, we can address the problem of finding the boundary
of an upward-closed set of integers, using a combination
of exponential and binary searches.
.
Variants are provided
for searching within bounded and unbounded intervals of
both 'Integer' and bounded integral types.
.
The package was created by Ross Paterson, and extended
by Takayuki Muranushi, to be used together with SMT solvers.
.
__The Module Structure__
.
* "Numeric.Search" provides the generic search combinator, to search for pure
and monadic predicates.
.
* "Numeric.Search.Bounded" , "Numeric.Search.Integer" ,
"Numeric.Search.Range" provides the various specialized searchers, which means
less number of function arguments, and easier to use.
.
<>
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bindings-dsl-dev
Description-md5: 4533b811c281165b5711bbd1d631d571
Description-en: FFI domain specific language, on top of hsc2hs
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
Haskell names used are automatically derived from C names, structures
are mapped to Haskell instances of Storable, and there are also macros
you can use with C code to help write bindings to inline functions or
macro functions.
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bindings-dsl-doc
Description-md5: 64ac46690685b88a2da32661ed41aeea
Description-en: FFI domain specific language, on top of hsc2hs; documentation
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
Haskell names used are automatically derived from C names, structures
are mapped to Haskell instances of Storable, and there are also macros
you can use with C code to help write bindings to inline functions or
macro functions.
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
.
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-bindings-dsl-prof
Description-md5: 688ad7e918b3dc645649a542822c3fb7
Description-en: FFI domain specific language, on top of hsc2hs; profiling libraries
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such interfaces. All
Haskell names used are automatically derived from C names, structures
are mapped to Haskell instances of Storable, and there are also macros
you can use with C code to help write bindings to inline functions or
macro functions.
.
This package contains no Haskell code, only C header files designed
for hsc2hs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bitvec-dev
Description-md5: 7bdaf1e380427287b04ef81b403558f3
Description-en: space-efficient bit vectors
A newtype over 'Bool' with a better 'Vector' instance: 8x less
memory, up to 3500x faster.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bitvec-doc
Description-md5: 9b587de89fa89006361cf79cdd92be6a
Description-en: space-efficient bit vectors; documentation
A newtype over 'Bool' with a better 'Vector' instance: 8x less
memory, up to 3500x faster.
.
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-bitvec-prof
Description-md5: d00497e534ff2d148e84448b8712bf4c
Description-en: space-efficient bit vectors; profiling libraries
A newtype over 'Bool' with a better 'Vector' instance: 8x less
memory, up to 3500x faster.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bitwise-dev
Description-md5: b72fc49c8ba8ea2c839a4d5e59ba9246
Description-en: fast multi-dimensional unboxed bit packed Bool arrays
Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.
.
There are many other bit packed structures out there, but none met
all of these requirements:
.
(1) unboxed bit packed Bool array,
.
(2) multi-dimensional indexing,
.
(3) fast (de)serialization, or interoperable with foreign code,
.
(4) fast aggregate operations (fold, map, zip).
.
Quick tour of the bitwise library:
.
[Data.Bits.Bitwise] Lift boolean operations on 'Bool' to bitwise
operations on 'Data.Bits.Bits'.
.
[Data.Array.BitArray] Immutable bit arrays.
.
[Data.Array.BitArray.ST] Mutable bit arrays in 'Control.Monad.ST.ST'.
.
[Data.Array.BitArray.IO] Mutable bit arrays in 'IO'.
.
[Data.Array.BitArray.ByteString] (De)serialization.
.
[Codec.Image.PBM] Portable bitmap monochrome 2D image format.
.
Very rough performance benchmarks:
.
* immutable random access single bit reads:
@BitArray ix@ is about 40% slower than @UArray ix Bool@,
.
* 'Control.Monad.ST.ST' mutable random access single bit reads:
@STBitArray s ix@ is about the same as @STUArray s ix Bool@,
.
* immutable map @Bool -> Bool@:
@BitArray ix@ is about 85x faster than @UArray ix Bool@,
.
* immutable zipWith @Bool -> Bool -> Bool@:
@BitArray ix@ is about 1300x faster than @UArray ix Bool@.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bitwise-doc
Description-md5: d13ede8a8535cbe1a9b6f6605f9f3e95
Description-en: fast multi-dimensional unboxed bit packed Bool arrays; documentation
Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.
.
There are many other bit packed structures out there, but none met
all of these requirements:
.
(1) unboxed bit packed Bool array,
.
(2) multi-dimensional indexing,
.
(3) fast (de)serialization, or interoperable with foreign code,
.
(4) fast aggregate operations (fold, map, zip).
.
Quick tour of the bitwise library:
.
[Data.Bits.Bitwise] Lift boolean operations on 'Bool' to bitwise
operations on 'Data.Bits.Bits'.
.
[Data.Array.BitArray] Immutable bit arrays.
.
[Data.Array.BitArray.ST] Mutable bit arrays in 'Control.Monad.ST.ST'.
.
[Data.Array.BitArray.IO] Mutable bit arrays in 'IO'.
.
[Data.Array.BitArray.ByteString] (De)serialization.
.
[Codec.Image.PBM] Portable bitmap monochrome 2D image format.
.
Very rough performance benchmarks:
.
* immutable random access single bit reads:
@BitArray ix@ is about 40% slower than @UArray ix Bool@,
.
* 'Control.Monad.ST.ST' mutable random access single bit reads:
@STBitArray s ix@ is about the same as @STUArray s ix Bool@,
.
* immutable map @Bool -> Bool@:
@BitArray ix@ is about 85x faster than @UArray ix Bool@,
.
* immutable zipWith @Bool -> Bool -> Bool@:
@BitArray ix@ is about 1300x faster than @UArray ix Bool@.
.
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-bitwise-prof
Description-md5: b61d3a3f3782708d32a5d4b12de6d7a8
Description-en: fast multi-dimensional unboxed bit packed Bool arrays; profiling libraries
Unboxed multidimensional bit packed Bool arrays with fast aggregate
operations based on lifting Bool operations to bitwise operations.
.
There are many other bit packed structures out there, but none met
all of these requirements:
.
(1) unboxed bit packed Bool array,
.
(2) multi-dimensional indexing,
.
(3) fast (de)serialization, or interoperable with foreign code,
.
(4) fast aggregate operations (fold, map, zip).
.
Quick tour of the bitwise library:
.
[Data.Bits.Bitwise] Lift boolean operations on 'Bool' to bitwise
operations on 'Data.Bits.Bits'.
.
[Data.Array.BitArray] Immutable bit arrays.
.
[Data.Array.BitArray.ST] Mutable bit arrays in 'Control.Monad.ST.ST'.
.
[Data.Array.BitArray.IO] Mutable bit arrays in 'IO'.
.
[Data.Array.BitArray.ByteString] (De)serialization.
.
[Codec.Image.PBM] Portable bitmap monochrome 2D image format.
.
Very rough performance benchmarks:
.
* immutable random access single bit reads:
@BitArray ix@ is about 40% slower than @UArray ix Bool@,
.
* 'Control.Monad.ST.ST' mutable random access single bit reads:
@STBitArray s ix@ is about the same as @STUArray s ix Bool@,
.
* immutable map @Bool -> Bool@:
@BitArray ix@ is about 85x faster than @UArray ix Bool@,
.
* immutable zipWith @Bool -> Bool -> Bool@:
@BitArray ix@ is about 1300x faster than @UArray ix Bool@.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-builder-dev
Description-md5: 7b7c9c2f5f2d8cafa14c009942307f26
Description-en: abstraction of buffered output of byte streams
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-builder-doc
Description-md5: 838c37f6d4b2ae394ef2955b229f4a31
Description-en: abstraction of buffered output of byte streams; documentation
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
.
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-blaze-builder-prof
Description-md5: 282f468fead2ba6604bd6b5b0fbf4f79
Description-en: abstraction of buffered output of byte streams; profiling libraries
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
chunk size. The large average chunk size allows one to make good use of cache
prefetching in later processing steps (e.g. compression) and reduces the
system call overhead when writing the resulting lazy bytestring to a file or
sending it over the network.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-html-dev
Description-md5: e7355e1783c9252ffd704a7d8fd87ba1
Description-en: HTML combinator library for Haskell
With this Haskell library you can easily produce HTML code without
having to explicitly write tags and attributes, but just combining the
operators exposed by this library. It can outputs HTML 4 Strict,
Transitional and Frameset, as well as HTML 5 code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-html-doc
Description-md5: 7b8dded201bf3e2f40638c98b36fca5c
Description-en: HTML combinator library for Haskell; documentation
With this Haskell library you can easily produce HTML code without
having to explicitly write tags and attributes, but just combining the
operators exposed by this library. It can outputs HTML 4 Strict,
Transitional and Frameset, as well as HTML 5 code.
.
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-blaze-html-prof
Description-md5: 4eee3c3412f26a58e0fc2e51d0b9ef5c
Description-en: HTML combinator library for Haskell; profiling libraries
With this Haskell library you can easily produce HTML code without
having to explicitly write tags and attributes, but just combining the
operators exposed by this library. It can outputs HTML 4 Strict,
Transitional and Frameset, as well as HTML 5 code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-markup-dev
Description-md5: 8f44dd1b69ff9b4d48c5ec14b96c96d9
Description-en: blazingly-fast markup combinator library
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-markup-doc
Description-md5: b8743d38e5ce44414343a29b237cea4e
Description-en: blazingly-fast markup combinator library; documentation
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
.
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-blaze-markup-prof
Description-md5: fc8120b521a1bb047466a68394578133
Description-en: blazingly-fast markup combinator library; profiling libraries
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-svg-dev
Description-md5: 3be55bb2a23b098a339425a41206ce18
Description-en: SVG combinator library
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-svg-doc
Description-md5: 8a288ed6d16c01faa3e293a88befc532
Description-en: SVG combinator library; documentation
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.
.
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-blaze-svg-prof
Description-md5: 8c98831dfbed1392bbf6ec179f9d43cc
Description-en: SVG combinator library; profiling libraries
A blazingly fast SVG combinator library for the Haskell programming language.
The "Text.Blaze.SVG" module is a good starting point.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-textual-dev
Description-md5: 5868c2118c47af5a72d3ac274e3cae68
Description-en: Fast rendering of common datatypes
It is a library for efficiently rendering Haskell datatypes to
bytestrings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-blaze-textual-doc
Description-md5: 8e8a6f5a2d2e87120a23ddaefd11c54c
Description-en: Fast rendering of common datatypes; documentation
It is a library for efficiently rendering Haskell datatypes to
bytestrings.
.
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-blaze-textual-prof
Description-md5: 7abf91718133f679467bcd5190404641
Description-en: Fast rendering of common datatypes; profiling libraries
It is a library for efficiently rendering Haskell datatypes to
bytestrings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bloomfilter-dev
Description-md5: 83cfc8bb5fa893398b1bc802a7cd2749
Description-en: Haskell bloom filter library
The Haskell library provides pure and impure bloom filter implementations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bloomfilter-doc
Description-md5: 4b83292f205228da80b09743564e145a
Description-en: Haskell bloom filter library; documentation
This Haskell library provides pure and impure bloom filter implementations.
.
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-bloomfilter-prof
Description-md5: d9b36fd3fbf26fdc252b27f16430b86f
Description-en: Haskell bloom filter library; profiling libraries
This Haskell library provides pure and impure bloom filter implementations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bmp-dev
Description-md5: 4b4dcbeb0da02e90241dcc36e4fdebee
Description-en: Read and write BMP image files
This is a pure Haskell implementation of the BMP image file format, supporting
both reading and writing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bmp-doc
Description-md5: cb767d91cb93b018ad33927f9bfa438d
Description-en: Read and write BMP image files; documentation
This is a pure Haskell implementation of the BMP image file format, supporting
both reading and writing.
.
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-bmp-prof
Description-md5: 112ee8a0cc8713d9b1147deeca657cc6
Description-en: Read and write BMP image files; profiling libraries
This is a pure Haskell implementation of the BMP image file format, supporting
both reading and writing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boolean-dev
Description-md5: 613d3084060413dc6b4dc59931b076a4
Description-en: generalized booleans
It contains some classes for generalized boolean operations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boolean-doc
Description-md5: a6936aca4fd36512b54081e7b5fd864d
Description-en: generalized booleans; documentation
It contains some classes for generalized boolean operations.
.
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-boolean-prof
Description-md5: adadfa9044abecf0fed57e7efad4322f
Description-en: generalized booleans; profiling libraries
It contains some classes for generalized boolean operations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boring-dev
Description-md5: fa22021a45cd732a16df177e0ff9557f
Description-en: Boring and Absurd types for Haskell
* Boring types are isomorphic to ().
.
* Absurd types are isomorphic to Void.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boring-doc
Description-md5: 30ce805dcc3dde02f4c0a26521eee2b2
Description-en: Boring and Absurd types for Haskell; documentation
* Boring types are isomorphic to ().
.
* Absurd types are isomorphic to Void.
.
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-boring-prof
Description-md5: 135dea262c32dc8209a6cfe4076cf317
Description-en: Boring and Absurd types for Haskell; profiling libraries
* Boring types are isomorphic to ().
.
* Absurd types are isomorphic to Void.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boundedchan-dev
Description-md5: ee9028e108f213e3c84af6e74328e7ef
Description-en: bounded (maximum-limited) channels
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boundedchan-doc
Description-md5: e445684ed80555918e37a145f50fb445
Description-en: bounded (maximum-limited) channels; documentation
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
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-boundedchan-prof
Description-md5: c5497a66e36becc295b8a09609f33b14
Description-en: bounded (maximum-limited) channels; profiling libraries
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boxes-dev
Description-md5: 1fef31e1323bd93118f476a6f22c68ec
Description-en: 2D text pretty-printing library
A pretty-printing library for laying out text in two dimensions, using a
simple box model.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-boxes-doc
Description-md5: 9e2f0cb6eb11929d9968bc15a1760594
Description-en: 2D text pretty-printing library; documentation
A pretty-printing library for laying out text in two dimensions, using a
simple box model.
.
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-boxes-prof
Description-md5: 2104ebc54f3d0efb949e8ecce7faccc0
Description-en: 2D text pretty-printing library; profiling libraries
A pretty-printing library for laying out text in two dimensions, using a
simple box model.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-brainfuck-dev
Description-md5: 3b5dfe9c7a9d7de0192b6172b47615df
Description-en: Brainfuck interpreter library
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-brainfuck-doc
Description-md5: 0276c1df0154667f780840bc132f15bd
Description-en: Brainfuck interpreter library; documentation
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language Haskell.
.
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-brainfuck-prof
Description-md5: 1e26b3d925192ac07b8415e21c7b83d7
Description-en: Brainfuck interpreter library; profiling libraries
It is an interpreter for the Brainfuck language, written in the
pure, lazy, functional language 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: libghc-brick-dev
Description-md5: f49075c6f0d05ae9a07f776a83ca686d
Description-en: declarative terminal user interface library
Write terminal applications painlessly with brick! You write an
event handler and a drawing function and the library does the rest.
.
Brick is the successor to vty-ui.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-brick-doc
Description-md5: 62fab21a8724bcc1c5b302e90e770287
Description-en: declarative terminal user interface library; documentation
Write terminal applications painlessly with brick! You write an
event handler and a drawing function and the library does the rest.
.
Brick is the successor to vty-ui.
.
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-brick-prof
Description-md5: 073f5ed810abcd11442622f3337e98a1
Description-en: declarative terminal user interface library; profiling libraries
Write terminal applications painlessly with brick! You write an
event handler and a drawing function and the library does the rest.
.
Brick is the successor to vty-ui.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-broadcast-chan-dev
Description-md5: 6befa5dcbd2bf3fd2781fa8a2fd5514d
Description-en: closable, fair, leak-avoidant, single-wakeup channel
A closable, fair, single-wakeup channel that avoids the 0 reader space leak
that Control.Concurrent.Chan from base suffers from.
.
The Chan type from Control.Concurrent.Chan consists of both a read
and write end combined into a single value. This means there is always at
least 1 read end for a Chan, which keeps any values written to it alive.
This is a problem for applications/libraries that want to have a channel
that can have zero listeners.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-broadcast-chan-doc
Description-md5: 9b5617a7e1409db4031ae49696f57d4a
Description-en: closable, fair, leak-avoidant, single-wakeup channel; documentation
A closable, fair, single-wakeup channel that avoids the 0 reader space leak
that Control.Concurrent.Chan from base suffers from.
.
The Chan type from Control.Concurrent.Chan consists of both a read
and write end combined into a single value. This means there is always at
least 1 read end for a Chan, which keeps any values written to it alive.
This is a problem for applications/libraries that want to have a channel
that can have zero listeners.
.
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-broadcast-chan-prof
Description-md5: 4fb4e850f64be6b54119a83d5aa13249
Description-en: closable, fair, leak-avoidant, single-wakeup channel; profiling libraries
A closable, fair, single-wakeup channel that avoids the 0 reader space leak
that Control.Concurrent.Chan from base suffers from.
.
The Chan type from Control.Concurrent.Chan consists of both a read
and write end combined into a single value. This means there is always at
least 1 read end for a Chan, which keeps any values written to it alive.
This is a problem for applications/libraries that want to have a channel
that can have zero listeners.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bsb-http-chunked-dev
Description-md5: a68f1d56369f3e687488ca3cfcc1d669
Description-en: chunked HTTP transfer encoding for bytestring builders
This library contains functions for encoding bytestring builderes for
chunked HTTP/1.1 transfer.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bsb-http-chunked-doc
Description-md5: 96a1bf3a1fb9f1c31fa21a3f4818ac8d
Description-en: chunked HTTP transfer encoding for bytestring builders; documentation
This library contains functions for encoding bytestring builderes for
chunked HTTP/1.1 transfer.
.
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-bsb-http-chunked-prof
Description-md5: d65bb91abc6f255c2925cebd8e33522a
Description-en: chunked HTTP transfer encoding for bytestring builders; profiling libraries
This library contains functions for encoding bytestring builderes for
chunked HTTP/1.1 transfer.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bv-sized-dev
Description-md5: 3e154d3cb33d061bc9db856a47d09a03
Description-en: bitvector datatype parameterized by the vector width
This module defines a width-parameterized bitvector type and various
associated operations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bv-sized-doc
Description-md5: 7e8eb850da6b8e194283fdefb39d0c6b
Description-en: bitvector datatype parameterized by the vector width; documentation
This module defines a width-parameterized bitvector type and various
associated operations.
.
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-bv-sized-prof
Description-md5: 1ad236e3f35c939ff98b15531a6fc580
Description-en: bitvector datatype parameterized by the vector width; profiling libraries
This module defines a width-parameterized bitvector type and various
associated operations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byte-order-dev
Description-md5: e9c78b761a9864d00a7a731d3f8143d9
Description-en: portable big-endian and little-endian conversions
This library provides an interface to portably work with byte
arrays whose contents are known to be of a fixed endianness.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byte-order-doc
Description-md5: a3f55bdc3b459b3c39328c1897594816
Description-en: portable big-endian and little-endian conversions; documentation
This library provides an interface to portably work with byte
arrays whose contents are known to be of a fixed endianness.
.
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-byte-order-prof
Description-md5: a9263e4481a8712ab3e9287be4b827d9
Description-en: portable big-endian and little-endian conversions; profiling libraries
This library provides an interface to portably work with byte
arrays whose contents are known to be of a fixed endianness.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byteable-dev
Description-md5: 7b43348fdd57a4ce8e97a0d7f437b313
Description-en: typeclass for byte sequences
Abstract class to manipulate sequence of bytes; the use case of this
class is abstracting manipulation of types that are just wrapping a
bytestring with stronger and more meaningful name.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byteable-doc
Description-md5: 22560b80723a36f4ef556a89c689cb5a
Description-en: typeclass for byte sequences; documentation
Abstract class to manipulate sequence of bytes; the use case of this
class is abstracting manipulation of types that are just wrapping a
bytestring with stronger and more meaningful name.
.
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-byteable-prof
Description-md5: ac949d6a51caef1ebe107b16b244ff70
Description-en: typeclass for byte sequences; profiling libraries
Abstract class to manipulate sequence of bytes; the use case of this
class is abstracting manipulation of types that are just wrapping a
bytestring with stronger and more meaningful name.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytedump-dev
Description-md5: 27b3a3858544409ece0abaec81da9321
Description-en: flexible byte dump helpers for human readers
A set of helpers to dump bytes with lots of different output
formats easy to read for humans eyes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytedump-doc
Description-md5: ff11f6b13e577854a73b852afb02619c
Description-en: flexible byte dump helpers for human readers; documentation
A set of helpers to dump bytes with lots of different output
formats easy to read for humans eyes.
.
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-bytedump-prof
Description-md5: e58b5ee72615ab8bb0c65e16d277d32c
Description-en: flexible byte dump helpers for human readers; profiling libraries
A set of helpers to dump bytes with lots of different output
formats easy to read for humans eyes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byteorder-dev
Description-md5: d5605cb96b1696a4e34afafb8311691a
Description-en: exposes the native endianness or byte ordering of the system
This is for working with the native byte-ordering of the system.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-byteorder-doc
Description-md5: 6610b7c7885d4f99cdf88ac0da52603a
Description-en: exposes the native endianness or byte ordering of the system; documentation
This is for working with the native byte-ordering of the system.
.
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-byteorder-prof
Description-md5: 4adc0a15c97ac17b48b508b4d10f9ee1
Description-en: exposes the native endianness of the system; profiling libraries
This is for working with the native byte-ordering of the system.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytes-dev
Description-md5: a536fc5d174d8c30e349be260797f57c
Description-en: Sharing code for serialization between binary and cereal
This module generalizes the binary and cereal monads in an ad-hoc
fashion to permit code to be written that is compatible across them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytes-doc
Description-md5: 3401c9f5a93a56db7e3f4573e1857785
Description-en: Sharing code for serialization between binary and cereal; documentation
This module generalizes the binary and cereal monads in an ad-hoc
fashion to permit code to be written that is compatible across them.
.
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-bytes-prof
Description-md5: d30b67b4df0e927f611da7ed4a118c0f
Description-en: Sharing code for serialization between binary and cereal; profiling libraries
This module generalizes the binary and cereal monads in an ad-hoc
fashion to permit code to be written that is compatible across them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-conversion-dev
Description-md5: 1123f5d2ccee2304a359bbb6076ac1b8
Description-en: Type-classes to convert values to and from ByteString.
Defines the type-classes 'ToByteString' and 'FromByteString'
to convert values to and from ByteString.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-conversion-doc
Description-md5: a25e3011f08be6f3c2c632c5333f1849
Description-en: Type-classes to convert values to and from ByteString.; documentation
Defines the type-classes 'ToByteString' and 'FromByteString'
to convert values to and from ByteString.
.
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-bytestring-conversion-prof
Description-md5: 009c437399fc6fc702207955a3b276bb
Description-en: Type-classes to convert values to and from ByteString.; profiling libraries
Defines the type-classes 'ToByteString' and 'FromByteString'
to convert values to and from ByteString.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-lexing-dev
Description-md5: 736fcaffcadffeb5609b97b6f6da502a
Description-en: parsing and printing numbers to bytestrings.
This package contains efficient parsers and printers of floating-point and
integer literals to strict and lazy bytesstrings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-lexing-doc
Description-md5: 933a20e5f381f60d0d40e008926225b6
Description-en: parsing and printing numbers to bytestrings.; documentation
This package contains efficient parsers and printers of floating-point and
integer literals to strict and lazy bytesstrings.
.
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-bytestring-lexing-prof
Description-md5: 95a32fffa80a145abbfdb2440ee0a62e
Description-en: parsing and printing numbers to bytestrings.; profiling libraries
This package contains efficient parsers and printers of floating-point and
integer literals to strict and lazy bytesstrings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-progress-dev
Description-md5: ca5a9dc6707960d1c9ae61edc32ddc97
Description-en: A library for tracking the consumption of a lazy ByteString
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-progress-doc
Description-md5: edb511cefed1f5b7a64eb459e80100cf
Description-en: A library for tracking the consumption of a lazy ByteString; documentation
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
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-bytestring-progress-prof
Description-md5: 8d4351a7449df958198c7f70e931020f
Description-en: A library for tracking the consumption of a lazy ByteString; profiling libraries
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-to-vector-dev
Description-md5: c693379ba4050d10f9c20c24ab5916ad
Description-en: convert ByteString<->Vector.Storable without copying
This library allows conversion between the types from Data.ByteString
and Data.Vector.Storable without copying the underlying data. This
is useful, for example, when ByteString IO produces or consumes
vectors of numbers in native byte order.
.
The conversion relies on the fact that ByteString and Vector use their
respective ForeignPtr's in compatible ways.
.
This library is a fork of spool.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bytestring-to-vector-doc
Description-md5: 0e4eada153226182dfef23abed68b289
Description-en: convert ByteString<->Vector.Storable without copying; documentation
This library allows conversion between the types from Data.ByteString
and Data.Vector.Storable without copying the underlying data. This
is useful, for example, when ByteString IO produces or consumes
vectors of numbers in native byte order.
.
The conversion relies on the fact that ByteString and Vector use their
respective ForeignPtr's in compatible ways.
.
This library is a fork of spool.
.
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-bytestring-to-vector-prof
Description-md5: 5ecc4b23518f10c795498873dd937dfb
Description-en: convert ByteString<->Vector.Storable without copying; profiling libraries
This library allows conversion between the types from Data.ByteString
and Data.Vector.Storable without copying the underlying data. This
is useful, for example, when ByteString IO produces or consumes
vectors of numbers in native byte order.
.
The conversion relies on the fact that ByteString and Vector use their
respective ForeignPtr's in compatible ways.
.
This library is a fork of spool.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bz2-dev
Description-md5: 84ff36e637b29a872d173ecc39cf61ba
Description-en: bindings to libbz2
High-level bindings to libbz2 using c2hs and ByteString
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bz2-doc
Description-md5: 533f251721794aed6491c535a6f91ee6
Description-en: bindings to libbz2; documentation
High-level bindings to libbz2 using c2hs and ByteString
.
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-bz2-prof
Description-md5: 621fb953fd64646191e1c1fda6c5d956
Description-en: bindings to libbz2; profiling libraries
High-level bindings to libbz2 using c2hs and ByteString
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bzlib-conduit-dev
Description-md5: bea8b74e85e9cbb3f8fc7d73ec11207b
Description-en: Streaming compression/decompression via conduits
Please see the README and docs at
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bzlib-conduit-doc
Description-md5: a12314bba51a070d812a91dac0ad6ed7
Description-en: Streaming compression/decompression via conduits; documentation
Please see the README and docs at
.
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-bzlib-conduit-prof
Description-md5: 7e189e67bd836c1eaa9aa6044757417a
Description-en: Streaming compression/decompression via conduits; profiling libraries
Please see the README and docs at
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bzlib-dev
Description-md5: b2cde9b35b729600f132a7b37c08f8ed
Description-en: Haskell bindings to the bzip2 library
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the bz2 C library
so it has high performance.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full bzip2
feature set.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-bzlib-doc
Description-md5: f9c9bed0d26681344dc4d0d7c4a07878
Description-en: Haskell bindings to the bzip2 library; documentation
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the bz2 C library
so it has high performance.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full bzip2
feature set.
.
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-bzlib-prof
Description-md5: da0f11ee1a81a9ab71502607a648ab31
Description-en: Haskell bindings to the bzip2 library; profiling libraries
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the bz2 C library
so it has high performance.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full bzip2
feature set.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cabal-doctest-dev
Description-md5: df4e4f3e320a497ccc325703dbea7b9e
Description-en: Setup.hs helper for doctests running
Currently (beginning of 2017), there isn't a `cabal doctest`
command. Yet to properly work, doctest needs plenty of configuration.
This library provides the common bits for writing custom Setup.hs
until that is resolved.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cabal-doctest-doc
Description-md5: ad14b6e067d6eccea7aceb737d77afa7
Description-en: Setup.hs helper for doctests running; documentation
Currently (beginning of 2017), there isn't a `cabal doctest`
command. Yet to properly work, doctest needs plenty of configuration.
This library provides the common bits for writing custom Setup.hs
until that is resolved.
.
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-cabal-doctest-prof
Description-md5: a070e39fef009a59d1d20f2ac6e916a7
Description-en: Setup.hs helper for doctests running; profiling libraries
Currently (beginning of 2017), there isn't a `cabal doctest`
command. Yet to properly work, doctest needs plenty of configuration.
This library provides the common bits for writing custom Setup.hs
until that is resolved.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cabal-install-solver-dev
Description-md5: ebcdc772c1d9c173758c13c368af9eb9
Description-en: the solver component for cabal-install
This library provides the solver component used in cabal-install, the
command-line interface for Cabal and Hackage.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cabal-install-solver-doc
Description-md5: 81fbbe44ca12cd832360533a8c8d62bb
Description-en: the solver component for cabal-install; documentation
This library provides the solver component used in cabal-install, the
command-line interface for Cabal and Hackage.
.
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-cabal-install-solver-prof
Description-md5: d0fbb384dfd93ce6fd998b5952de4f99
Description-en: the solver component for cabal-install; profiling libraries
This library provides the solver component used in cabal-install, the
command-line interface for Cabal and Hackage.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cairo-dev
Description-md5: 470830dac098922b382d8866b2abc632
Description-en: binding to the Cairo library
Cairo is a library to render high quality vector graphics. There exist various
backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
amongst others.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cairo-doc
Description-md5: 06ce9b280aef741ff1d7429e0dae7f4f
Description-en: Binding to the Cairo library; documentation
Cairo is a library to render high quality vector graphics. There exist various
backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
amongst others.
.
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-cairo-prof
Description-md5: cde86b0f92cb7542698590893ef5c308
Description-en: Binding to the Cairo library; profiling libraries
Cairo is a library to render high quality vector graphics. There exist various
backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents,
amongst others.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-call-stack-dev
Description-md5: c01578dc0b9363ef56654731b7816ab1
Description-en: use GHC call-stacks in a backward compatible way
Source locations in a GHC call stack.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-call-stack-doc
Description-md5: 6655123ff77ac46ee22d8dd453893868
Description-en: use GHC call-stacks in a backward compatible way; documentation
Source locations in a GHC call stack.
.
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-call-stack-prof
Description-md5: 9f566330408c58c646ccf295353c6517
Description-en: use GHC call-stacks in a backward compatible way; profiling libraries
Source locations in a GHC call stack.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-casa-client-dev
Description-md5: 816a03133e05514a21a86f41e4d2d274
Description-en: client for Casa
This Haskell library implements a client for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-casa-client-doc
Description-md5: b3b9b2ce8ce74b55d334529047486d69
Description-en: client for Casa; documentation
This Haskell library implements a client for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
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-casa-client-prof
Description-md5: a1bd79ee54d7e8f569e99d35aea3753d
Description-en: client for Casa; profiling libraries
This Haskell library implements a client for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-casa-types-dev
Description-md5: a6f72814516b990459ba9a543562118e
Description-en: types for Casa
This Haskell library implements types for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-casa-types-doc
Description-md5: 2ea744d77cc6d59970762375354b1f64
Description-en: types for Casa; documentation
This Haskell library implements types for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
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-casa-types-prof
Description-md5: 4628db6dab27a054fd9b0f6199c62b63
Description-en: types for Casa; profiling libraries
This Haskell library implements types for Casa, a Content-Addressable
Storage Archive provided by FP Complete.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-case-insensitive-dev
Description-md5: ecd8746d11dac43dc80aaa05865130a7
Description-en: case-insensitive string comparison
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-case-insensitive-doc
Description-md5: 3a0f0d3af2d68ab0388c8e3786aa7a32
Description-en: case-insensitive string comparison; documentation
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
.
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-case-insensitive-prof
Description-md5: beb088de5728dc4b506f553dee907113
Description-en: case-insensitive string comparison; profiling libraries
The module Data.CaseInsensitive provides the CI type constructor which
can be parameterised by a string-like type like: String, ByteString,
Text, etc.. Comparisons of values of the resulting type will be
insensitive to cases.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cassava-dev
Description-md5: 55cb1af4a992f8a934e710747cb5b4dc
Description-en: CSV parsing and encoding library
A CSV parsing and encoding library optimized for ease of use and
high performance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cassava-doc
Description-md5: ae68073c07cafcba3fe19fa05392e1aa
Description-en: CSV parsing and encoding library; documentation
A CSV parsing and encoding library optimized for ease of use and
high performance.
.
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-cassava-megaparsec-dev
Description-md5: 0453a08b34374b1ef1a5a97e28b62993
Description-en: Megaparsec parser of CSV files that plays nicely with Cassava
This package provides alternative parser for the Cassava package
written with Megaparsec so you can get better error messages at
expense of some speed.
.
The package works seamlessly with Cassava by replacing the following
functions: decode, decodeWith, decodeByName, decodeByNameWith.
.
The functions work just the same as Cassava's equivalents, but also
take name of file they parse (to include into error messages) and
return typed high-quality error messages produced by Megaparsec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cassava-megaparsec-doc
Description-md5: 9bc4a2d262d42db91c71327d77c9f772
Description-en: Megaparsec parser of CSV files that plays nicely with Cassava; documentation
This package provides alternative parser for the Cassava package
written with Megaparsec so you can get better error messages at
expense of some speed.
.
The package works seamlessly with Cassava by replacing the following
functions: decode, decodeWith, decodeByName, decodeByNameWith.
.
The functions work just the same as Cassava's equivalents, but also
take name of file they parse (to include into error messages) and
return typed high-quality error messages produced by Megaparsec.
.
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-cassava-megaparsec-prof
Description-md5: 8bfd522d6f5dca219bd3107cd0f9319f
Description-en: Megaparsec parser of CSV files that plays nicely with Cassava; profiling libraries
This package provides alternative parser for the Cassava package
written with Megaparsec so you can get better error messages at
expense of some speed.
.
The package works seamlessly with Cassava by replacing the following
functions: decode, decodeWith, decodeByName, decodeByNameWith.
.
The functions work just the same as Cassava's equivalents, but also
take name of file they parse (to include into error messages) and
return typed high-quality error messages produced by Megaparsec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cassava-prof
Description-md5: 3138c32400ad97ea140f74ca444b6c0f
Description-en: CSV parsing and encoding library; profiling libraries
A CSV parsing and encoding library optimized for ease of use and
high performance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-categories-dev
Description-md5: e99a08be6f7a5ec6fc0f58e2a05ae6a3
Description-en: categories from category-extras
categories from category-extras.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-categories-doc
Description-md5: 8a1f8c7f85a7aa94ef45547a54e2d01c
Description-en: categories from category-extras; documentation
categories from category-extras.
.
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-categories-prof
Description-md5: e8d8c4224282e462eeb40b29a7deed5b
Description-en: categories from category-extras; profiling libraries
categories from category-extras.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cborg-dev
Description-md5: c0b7d0c76eb94ec1285834586111dd83
Description-en: Concise Binary Object Representation
This package provides an efficient implementation of the Concise
Binary Object Representation (CBOR), as specified by RFC 7049.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cborg-doc
Description-md5: 19d591eac63998e7f26f68d714743f96
Description-en: Concise Binary Object Representation; documentation
This package provides an efficient implementation of the Concise
Binary Object Representation (CBOR), as specified by RFC 7049.
.
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-cborg-json-dev
Description-md5: c643c92d361b3b84d7596dd06100cd2a
Description-en: encoding JSON as CBOR
This package implements the bijection between JSON and
CBOR defined in the CBOR specification, RFC 7049.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cborg-json-doc
Description-md5: a866ea9e31e30d82ae3b9fb5b113cf05
Description-en: encoding JSON as CBOR; documentation
This package implements the bijection between JSON and
CBOR defined in the CBOR specification, RFC 7049.
.
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-cborg-json-prof
Description-md5: 2c92638a188c128bbe1a33cac3049883
Description-en: encoding JSON as CBOR; profiling libraries
This package implements the bijection between JSON and
CBOR defined in the CBOR specification, RFC 7049.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cborg-prof
Description-md5: 2cbb89577b00919a07c1307913b0cc7f
Description-en: Concise Binary Object Representation; profiling libraries
This package provides an efficient implementation of the Concise
Binary Object Representation (CBOR), as specified by RFC 7049.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-conduit-dev
Description-md5: 26e64edacfb04956466e1a8572bbff5d
Description-en: turn Data.Serialize Gets and Puts into Sources and Sinks
Data.Conduit.Cereal provides a conduit interface to cereal.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-conduit-doc
Description-md5: 7f3387eacf8b2ec78ac83accb0a2f430
Description-en: turn Data.Serialize Gets and Puts into Sources and Sinks; documentation
Data.Conduit.Cereal provides a conduit interface to cereal.
.
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-cereal-conduit-prof
Description-md5: 0293f4c64b049f7f6ce9ed01a36014ed
Description-en: turn Data.Serialize Gets and Puts into Sources and Sinks; profiling libraries
Data.Conduit.Cereal provides a conduit interface to cereal.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-dev
Description-md5: 951fee96105c067ab2ce789d53f9e0ce
Description-en: binary serialization library
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-doc
Description-md5: 6cfccf557d9b137d0cc827023cce16bb
Description-en: binary serialization library; documentation
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
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-cereal-prof
Description-md5: cca6a1ff353db074781a9e10d78da7a3
Description-en: binary serialization library; profiling libraries
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-vector-dev
Description-md5: 647d19058cb342e35dada3cfda22f1d0
Description-en: Serialize instances for Data.Vector types
Data.Serialize functions for Data.Vector.Generic vectors. Orphan
instances are provided for Data.Vector, Data.Vector.Unboxed,
Data.Vector.Storable, and Data.Vector.Primitive vectors.
.
The serialized format is an Int64 representing the length of the
vector, followed by the Data.Serialized contents of each element.
.
Note that the functions in Data.Vector.Storable.UnsafeSerialize
perform much better when serialization does not need to account for
host endianness and word size.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cereal-vector-doc
Description-md5: 3a40627ed5df31815b181a3aa3831d80
Description-en: Serialize instances for Data.Vector types; documentation
Data.Serialize functions for Data.Vector.Generic vectors. Orphan
instances are provided for Data.Vector, Data.Vector.Unboxed,
Data.Vector.Storable, and Data.Vector.Primitive vectors.
.
The serialized format is an Int64 representing the length of the
vector, followed by the Data.Serialized contents of each element.
.
Note that the functions in Data.Vector.Storable.UnsafeSerialize
perform much better when serialization does not need to account for
host endianness and word size.
.
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-cereal-vector-prof
Description-md5: 922f4ffeb3bdca014fcdda755171bd58
Description-en: Serialize instances for Data.Vector types; profiling libraries
Data.Serialize functions for Data.Vector.Generic vectors. Orphan
instances are provided for Data.Vector, Data.Vector.Unboxed,
Data.Vector.Storable, and Data.Vector.Primitive vectors.
.
The serialized format is an Int64 representing the length of the
vector, followed by the Data.Serialized contents of each element.
.
Note that the functions in Data.Vector.Storable.UnsafeSerialize
perform much better when serialization does not need to account for
host endianness and word size.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cgi-dev
Description-md5: 04e5f072aced4df0b7b0847aedf8c110
Description-en: Haskell CGI library for GHC
This library is for writing CGI programs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cgi-doc
Description-md5: 80bf2f83c54070e0bfa5a41605ad76d1
Description-en: Haskell CGI library for GHC; documentation
This library is for writing CGI programs.
.
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-cgi-prof
Description-md5: 86e3dafacf1234fc9e635f6ade30891f
Description-en: Haskell CGI library for GHC; profiling libraries
This library is for writing CGI programs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-character-ps-dev
Description-md5: 7f37c971cb04ce45e4f012606a05a4dd
Description-en: Pattern synonyms for ASCII characters
This library provides pattern synonyms for Char, Word8 and Word16 in Basic
Latin block. The pattern names are inspired by Unicode (letter and digits) and
PostScript names (symbols).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-character-ps-doc
Description-md5: 3a33488862ee7adf44441b44182d3770
Description-en: Pattern synonyms for ASCII characters; documentation
This library provides pattern synonyms for Char, Word8 and Word16 in Basic
Latin block. The pattern names are inspired by Unicode (letter and digits) and
PostScript names (symbols).
.
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-character-ps-prof
Description-md5: 7e6f8e0db11367be9194296f51f58b4e
Description-en: Pattern synonyms for ASCII characters; profiling libraries
This library provides pattern synonyms for Char, Word8 and Word16 in Basic
Latin block. The pattern names are inspired by Unicode (letter and digits) and
PostScript names (symbols).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-charset-dev
Description-md5: 2ede8d6effc059238547dda9b16aa0ed
Description-en: fast Unicode character sets
Fast Unicode character sets based on complemented PATRICIA tries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-charset-doc
Description-md5: 16e62cbacd849f468b1fc7bd395a17e7
Description-en: fast Unicode character sets; documentation
Fast Unicode character sets based on complemented PATRICIA tries.
.
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-charset-prof
Description-md5: 0d19a55e51a223f5d3c7e2c2ad0e9036
Description-en: fast Unicode character sets; profiling libraries
Fast Unicode character sets based on complemented PATRICIA tries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chart-cairo-dev
Description-md5: 56cc9957e202f7a5a3c6b8d906336891
Description-en: Cairo backend for Charts
Chart is a library for generating 2D Charts and Plots.
.
This is the backend using the cairo library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chart-cairo-doc
Description-md5: bed70316d9001dc0e871a629bd239d94
Description-en: Cairo backend for Charts; documentation
Chart is a library for generating 2D Charts and Plots.
.
This is the backend using the cairo library.
.
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-chart-cairo-prof
Description-md5: 1ea9410754236548e86ccf8a70dbb61d
Description-en: Cairo backend for Charts; profiling libraries
Chart is a library for generating 2D Charts and Plots.
.
This is the backend using the cairo library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chart-dev
Description-md5: 725a98648d8aa362c67f442afdd9d288
Description-en: library for generating 2D Charts and Plots
Chart is a library for generating 2D Charts and Plots. There are
backends available for Cairo and Diagrams.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chart-doc
Description-md5: e7d9e20b704dfa288dd5b4843ea226d7
Description-en: library for generating 2D Charts and Plots; documentation
Chart is a library for generating 2D Charts and Plots. There are
backends available for Cairo and Diagrams.
.
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-chart-prof
Description-md5: b5a44d978c40273d28472018e879e7d2
Description-en: library for generating 2D Charts and Plots; profiling libraries
Chart is a library for generating 2D Charts and Plots. There are
backends available for Cairo and Diagrams.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chasingbottoms-dev
Description-md5: e814cdfd5dff7ce9e950f5ff612f270f
Description-en: Library for testing partial and infinite values
Do you ever feel the need to test code involving bottoms (e.g. calls to the
error function), or code involving infinite values? Then this library could be
useful for you.
.
It is usually easy to get a grip on bottoms by showing a value and waiting to
see how much gets printed before the first exception is encountered. However,
that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
this library you can do such tests like other automatic tests.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chasingbottoms-doc
Description-md5: 43603ff14eeb0a1f3e984db323e2551a
Description-en: Library for testing partial and infinite values; documentation
Do you ever feel the need to test code involving bottoms (e.g. calls to the
error function), or code involving infinite values? Then this library could be
useful for you.
.
It is usually easy to get a grip on bottoms by showing a value and waiting to
see how much gets printed before the first exception is encountered. However,
that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
this library you can do such tests like other automatic tests.
.
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-chasingbottoms-prof
Description-md5: ef09cbd01a1b27d40c60df498c3f94da
Description-en: Library for testing partial and infinite values; profiling libraries
Do you ever feel the need to test code involving bottoms (e.g. calls to the
error function), or code involving infinite values? Then this library could be
useful for you.
.
It is usually easy to get a grip on bottoms by showing a value and waiting to
see how much gets printed before the first exception is encountered. However,
that quickly gets tiresome and is hard to automate using e.g. QuickCheck. With
this library you can do such tests like other automatic tests.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chimera-dev
Description-md5: 2530ebed0f5d99dd3d8ec8ba8105c604
Description-en: lazy infinite compact streams with cache-friendly O(1) indexing
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chimera-doc
Description-md5: 2610a5b776355395d6eb87691f4e8f61
Description-en: lazy infinite compact streams with cache-friendly O(1) indexing; documentation
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
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-chimera-prof
Description-md5: 492a8a7018613b7a19b6ddf36f66b823
Description-en: lazy infinite compact streams with cache-friendly O(1) indexing; profiling libraries
There are plenty of memoizing libraries on Hackage, but they
usually fall into two categories:
.
* Store cache as a flat array, enabling us
to obtain cached values in O(1) time, which is nice.
The drawback is that one must specify the size
of the array beforehand,
limiting an interval of inputs,
and actually allocate it at once.
* Store cache as a lazy binary tree.
Thanks to laziness, one can freely use the full range of inputs.
The drawback is that obtaining values from a tree
takes logarithmic time and is unfriendly to CPU cache,
which kinda defeats the purpose.
.
This package intends to tackle both issues,
providing a data type 'Chimera' for
lazy infinite compact streams with cache-friendly O(1) indexing.
.
Additional features include:
.
* memoization of recursive functions and recurrent sequences,
* memoization of functions of several, possibly signed arguments,
* efficient memoization of boolean predicates.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chunked-data-dev
Description-md5: a16e613598648c9274c98a8804a9c9e2
Description-en: typeclasses for dealing with various chunked data representations
Typeclasses for dealing with various chunked data representations,
originally present in classy-prelude.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-chunked-data-doc
Description-md5: 7033220638c94ae7171d6f4a37ad7890
Description-en: typeclasses for dealing with various chunked data representations; documentation
Typeclasses for dealing with various chunked data representations,
originally present in classy-prelude.
.
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-chunked-data-prof
Description-md5: 85939777fae9cd214382c709dceecb45
Description-en: typeclasses for dealing with various chunked data representations; profiling libraries
Typeclasses for dealing with various chunked data representations,
originally present in classy-prelude.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cipher-camellia-dev
Description-md5: 2fa76a46ce90f9d219b004d8c7c7ac5f
Description-en: Camellia cipher
Camellia cipher primitives.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cipher-camellia-doc
Description-md5: c39c79061f48924fc39a1a7e93304291
Description-en: Camellia cipher; documentation
Camellia cipher primitives.
.
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-cipher-camellia-prof
Description-md5: 28b88b5a4bae7b2982b6389732ae91bc
Description-en: Camellia cipher; profiling libraries
Camellia cipher primitives.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-citeproc-dev
Description-md5: bc9e47fcfe77173f9b960829845913b9
Description-en: Generates citations and bibliography from CSL styles
citeproc parses CSL style files and uses them to generate a list of formatted
citations and bibliography entries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-citeproc-doc
Description-md5: 7ff9c92167afaa616320e5a0fcdfa995
Description-en: Generates citations and bibliography from CSL styles; documentation
citeproc parses CSL style files and uses them to generate a list of formatted
citations and bibliography entries.
.
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-citeproc-prof
Description-md5: 873764fc67a80570dd089486864e642c
Description-en: Generates citations and bibliography from CSL styles; profiling libraries
citeproc parses CSL style files and uses them to generate a list of formatted
citations and bibliography entries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-ghc-dev
Description-md5: dedc3193efe84d3008c5ba90b9c0bb19
Description-en: Clash: functional hardware descr. language - GHC frontend
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Clash Compiler binary using GHC/Haskell as a frontend
.
Prelude library:
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-ghc-doc
Description-md5: e0bebbbb83777b65e2e7906d1acf84cc
Description-en: Clash: functional hardware descr. language - GHC frontend; documentation
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Clash Compiler binary using GHC/Haskell as a frontend
.
Prelude library:
.
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-clash-ghc-prof
Description-md5: 86034f447311bdf4c404826548eb4034
Description-en: Clash: functional hardware descr. language - GHC frontend; profiling libraries
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Clash Compiler binary using GHC/Haskell as a frontend
.
Prelude library:
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-lib-dev
Description-md5: 702ddf18b0f52d57125fc3f9e3f87f6a
Description-en: Functional hardware description language - library
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* The CoreHW internal language: SystemF + Letrec + Case-decomposition
.
* The normalisation process that brings CoreHW in a normal form that can be
converted to a netlist
.
* Blackbox/Primitive Handling
.
Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
.
*
.
*
.
Prelude library:
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-lib-doc
Description-md5: 31f570495247418b9d96532394e386a8
Description-en: Functional hardware description language - library; documentation
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* The CoreHW internal language: SystemF + Letrec + Case-decomposition
.
* The normalisation process that brings CoreHW in a normal form that can be
converted to a netlist
.
* Blackbox/Primitive Handling
.
Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
.
*
.
*
.
Prelude library:
.
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-clash-lib-prof
Description-md5: fd537f495eb9806559ceefd602363a7a
Description-en: Functional hardware description language - library; profiling libraries
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* The CoreHW internal language: SystemF + Letrec + Case-decomposition
.
* The normalisation process that brings CoreHW in a normal form that can be
converted to a netlist
.
* Blackbox/Primitive Handling
.
Front-ends (for: parsing, typecheck, etc.) are provided by separate packages:
.
*
.
*
.
Prelude library:
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-prelude-dev
Description-md5: 46a8938f9aa8b216961109ef25336966
Description-en: Functional hardware description language - Prelude library
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Prelude library containing datatypes and functions for circuit design
.
To use the library:
.
* Import "Clash.Prelude"
.
* Alternatively, if you want to explicitly route clock and reset ports,
for more straightforward multi-clock designs, you can import the
"Clash.Explicit.Prelude" module. Note that you should not import
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
have overlapping definitions.
.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a
general overview of the library you should however check out "Clash.Prelude".
Some circuit examples can be found in "Clash.Examples".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clash-prelude-doc
Description-md5: a4a232acd32bffc741a2b8258218a427
Description-en: Functional hardware description language - Prelude library; documentation
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Prelude library containing datatypes and functions for circuit design
.
To use the library:
.
* Import "Clash.Prelude"
.
* Alternatively, if you want to explicitly route clock and reset ports,
for more straightforward multi-clock designs, you can import the
"Clash.Explicit.Prelude" module. Note that you should not import
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
have overlapping definitions.
.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a
general overview of the library you should however check out "Clash.Prelude".
Some circuit examples can be found in "Clash.Examples".
.
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-clash-prelude-prof
Description-md5: 74f88b3a7c324a2e57b126803a83c797
Description-en: Functional hardware description language - Prelude library; profiling libraries
Clash is a functional hardware description language that borrows both its
syntax and semantics from the functional programming language Haskell. The
Clash compiler transforms these high-level descriptions to low-level
synthesizable VHDL, Verilog, or SystemVerilog.
.
Features of Clash:
.
* Strongly typed, but with a very high degree of type inference, enabling both
safe and fast prototyping using concise descriptions.
.
* Interactive REPL: load your designs in an interpreter and easily test all
your component without needing to setup a test bench.
.
* Higher-order functions, with type inference, result in designs that are
fully parametric by default.
.
* Synchronous sequential circuit design based on streams of values, called
@Signal@s, lead to natural descriptions of feedback loops.
.
* Support for multiple clock domains, with type safe clock domain crossing.
.
This package provides:
.
* Prelude library containing datatypes and functions for circuit design
.
To use the library:
.
* Import "Clash.Prelude"
.
* Alternatively, if you want to explicitly route clock and reset ports,
for more straightforward multi-clock designs, you can import the
"Clash.Explicit.Prelude" module. Note that you should not import
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
have overlapping definitions.
.
A preliminary version of a tutorial can be found in "Clash.Tutorial", for a
general overview of the library you should however check out "Clash.Prelude".
Some circuit examples can be found in "Clash.Examples".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-classy-prelude-conduit-dev
Description-md5: 018ecaa2aa1b56a2a050b502d37b8a2d
Description-en: conduit instances for classy-prelude
classy-prelude-conduit contains conduit instances for classy-prelude.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-classy-prelude-conduit-doc
Description-md5: c0b9cd6ac9178a3805f2271dea3649c3
Description-en: conduit instances for classy-prelude; documentation
classy-prelude-conduit contains conduit instances for classy-prelude.
.
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-classy-prelude-conduit-prof
Description-md5: 092bb737752dd619cf767ca74c1c9884
Description-en: conduit instances for classy-prelude; profiling libraries
classy-prelude-conduit contains conduit instances for classy-prelude.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-classy-prelude-dev
Description-md5: ca7f6e211ec88701b28c606b02e00aaf
Description-en: typeclass-based prelude
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-classy-prelude-doc
Description-md5: 1f2641e220bcab8852cd54b5c3519c0a
Description-en: typeclass-based prelude; documentation
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
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-classy-prelude-prof
Description-md5: ed874b5ab6cd84eceeccc1eba7499b39
Description-en: typeclass-based prelude; profiling libraries
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clientsession-dev
Description-md5: 385dbb05349c01fbfcbebcf1906dc93f
Description-en: library for web session data in cookies
Achieves security through AES encryption and MD5 hashing. Uses base64
encoding to avoid any issues with characters.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clientsession-doc
Description-md5: 1d6be331a14a03d89b35234b9cc7eb7b
Description-en: library for web session data in cookies; documentation
Achieves security through AES encryption and MD5 hashing. Uses base64
encoding to avoid any issues with characters.
.
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-clientsession-prof
Description-md5: c71cced3828fde624607d63f93b080ca
Description-en: library for web session data in cookies; profiling libraries
Achieves security through AES encryption and MD5 hashing. Uses base64
encoding to avoid any issues with characters.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clock-dev
Description-md5: ecfeebfea66cd57034ae5544f1bf497d
Description-en: High-resolution clock and timer
This library provides convenient access to high-resolution clock and timer
functions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-clock-doc
Description-md5: 90f0815c532c22320e1935cadceb574e
Description-en: High-resolution clock and timer; documentation
This library provides convenient access to high-resolution clock and timer
functions.
.
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-clock-prof
Description-md5: 6afd7d78dc0419dbe228863dee3670f0
Description-en: High-resolution clock and timer; profiling libraries
This library provides convenient access to high-resolution clock and timer
functions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmark-dev
Description-md5: 0e70289ce2bdfe0989f0370fe3927b9d
Description-en: fast, accurate CommonMark (Markdown) parser and renderer
This package provides Haskell bindings for libcmark, the reference
parser for CommonMark, a fully specified variant of Markdown.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmark-doc
Description-md5: 9fca36fc951fb8aca56c1c18bca3c718
Description-en: fast, accurate CommonMark (Markdown) parser and renderer; documentation
This package provides Haskell bindings for libcmark, the reference
parser for CommonMark, a fully specified variant of Markdown.
.
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-cmark-gfm-dev
Description-md5: 0247e7e1a7ab628890b97f2ee1581e09
Description-en: fast, accurate GitHub Flavored Markdown parser and renderer
This package provides Haskell bindings for libcmark-gfm, the reference
parser for GitHub Flavored Markdown, a fully specified variant of
Markdown.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmark-gfm-doc
Description-md5: f968dfa03d476f0ebbd299c7c623edb0
Description-en: fast, accurate GitHub Flavored Markdown parser and renderer; documentation
This package provides Haskell bindings for libcmark-gfm, the reference
parser for GitHub Flavored Markdown, a fully specified variant of
Markdown.
.
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-cmark-gfm-prof
Description-md5: 8a930bde90d8ee45430b62781da3d3e8
Description-en: fast, accurate GitHub Flavored Markdown parser and renderer; profiling libraries
This package provides Haskell bindings for libcmark-gfm, the reference
parser for GitHub Flavored Markdown, a fully specified variant of
Markdown.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmark-prof
Description-md5: ad1fd2415014994431cf514a87bad23a
Description-en: fast, accurate CommonMark (Markdown) parser and renderer; profiling libraries
This package provides Haskell bindings for libcmark, the reference
parser for CommonMark, a fully specified variant of Markdown.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmdargs-dev
Description-md5: 843f42b2a7334d3184705d43ed855808
Description-en: command-line argument processing
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
.
System.Console.CmdArgs.Explicit provides a way to write command-line
parsers for both single mode programs (most programs) and multiple
mode programs (e.g. darcs or cabal). Parsers are defined by
constructing a data structure.
.
System.Console.CmdArgs.Implicit provides a way to concisely define
command-line parsers, up to three times shorter than getopt. These
parsers are translated into the Explicit data type.
.
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cmdargs-doc
Description-md5: 546edd54da29b3a599b735788598cb03
Description-en: command-line argument processing; documentation
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
.
System.Console.CmdArgs.Explicit provides a way to write command-line
parsers for both single mode programs (most programs) and multiple
mode programs (e.g. darcs or cabal). Parsers are defined by
constructing a data structure.
.
System.Console.CmdArgs.Implicit provides a way to concisely define
command-line parsers, up to three times shorter than getopt. These
parsers are translated into the Explicit data type.
.
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
.
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-cmdargs-prof
Description-md5: fefe9f645dc2906e40263b16dc33a8f3
Description-en: command-line argument processing; profiling libraries
It provides an easy way to define command-line parsers. Most users
will want to use the System.Console.CmdArgs.Implicit module, whose
documentation contains an example.
.
System.Console.CmdArgs.Explicit provides a way to write command-line
parsers for both single mode programs (most programs) and multiple
mode programs (e.g. darcs or cabal). Parsers are defined by
constructing a data structure.
.
System.Console.CmdArgs.Implicit provides a way to concisely define
command-line parsers, up to three times shorter than getopt. These
parsers are translated into the Explicit data type.
.
System.Console.CmdArgs.GetOpt provides a wrapper allowing
compatiblity with existing getopt parsers, mapping to the Explicit
data type.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-co-log-core-dev
Description-md5: aeba9056689ebb0ec22c67f7c3cafa73
Description-en: Composable Contravariant Comonadic Logging Library
This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.
.
__newtype__ LogAction m msg = LogAction
{ unLogAction :: msg -> m ()
}
.
The ideas behind this package are described in the following blog post:
.
* [co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging](https://kowainik.github.io/posts/2018-09-25-co-log)
.
See the following packages for different implementations based on co-log-core:
.
* [co-log](http://hackage.haskell.org/package/co-log): taggless final
implementations.
* [co-log-polysemy](http://hackage.haskell.org/package/co-log-polysemy):
extensible effects implementation based on polysemy.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-co-log-core-doc
Description-md5: 5d51faf5313b3308023990bff7f3b8e8
Description-en: Composable Contravariant Comonadic Logging Library; documentation
This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.
.
__newtype__ LogAction m msg = LogAction
{ unLogAction :: msg -> m ()
}
.
The ideas behind this package are described in the following blog post:
.
* [co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging](https://kowainik.github.io/posts/2018-09-25-co-log)
.
See the following packages for different implementations based on co-log-core:
.
* [co-log](http://hackage.haskell.org/package/co-log): taggless final
implementations.
* [co-log-polysemy](http://hackage.haskell.org/package/co-log-polysemy):
extensible effects implementation based on polysemy.
.
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-co-log-core-prof
Description-md5: 33833b6360b03b679eaf72954d46af7f
Description-en: Composable Contravariant Comonadic Logging Library; profiling libraries
This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.
.
__newtype__ LogAction m msg = LogAction
{ unLogAction :: msg -> m ()
}
.
The ideas behind this package are described in the following blog post:
.
* [co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging](https://kowainik.github.io/posts/2018-09-25-co-log)
.
See the following packages for different implementations based on co-log-core:
.
* [co-log](http://hackage.haskell.org/package/co-log): taggless final
implementations.
* [co-log-polysemy](http://hackage.haskell.org/package/co-log-polysemy):
extensible effects implementation based on polysemy.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-code-page-dev
Description-md5: 08a7052a2199805ccf6352604b10d113
Description-en: Windows code page library for Haskell
Functions which adjust code pages on Windows, and do nothing
on other operating systems.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-code-page-doc
Description-md5: b11f0ec3d203f58dd3b28d5117197004
Description-en: Windows code page library for Haskell; documentation
Functions which adjust code pages on Windows, and do nothing
on other operating systems.
.
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-code-page-prof
Description-md5: 493308b2eff58ede60f4f977b1b21f1c
Description-en: Windows code page library for Haskell; profiling libraries
Functions which adjust code pages on Windows, and do nothing
on other operating systems.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-colour-dev
Description-md5: f18c21609df8c1ab58b6625f5a1e9ec8
Description-en: A model for human colour/color perception
This package provides a data type for colours and transparency. Colours can be
blended and composed. Various colour spaces are supported. A module of colour
names (Data.Colour.Names) is provided.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-colour-doc
Description-md5: ed8a3b6a887b447d9b7a4c4e9bee400b
Description-en: A model for human colour/color perception; documentation
This package provides a data type for colours and transparency. Colours can be
blended and composed. Various colour spaces are supported. A module of colour
names (Data.Colour.Names) is provided.
.
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-colour-prof
Description-md5: 3b049961f7545d45403878a10adb6073
Description-en: A model for human colour/color perception; profiling libraries
This package provides a data type for colours and transparency. Colours can be
blended and composed. Various colour spaces are supported. A module of colour
names (Data.Colour.Names) is provided.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-dev
Description-md5: c376aeac25bcd801e600992b5dd67dbd
Description-en: Pure Haskell commonmark parser
This library provides the core data types and functions
for parsing commonmark ().
The parser is fully commonmark-compliant and passes the test
suite. It is designed to be customizable and easily extensible.
To customize the output, create an AST, or support a new output
format, one need only define some new typeclass instances.
It is also easy to add new syntax elements or modify existing ones.
.
Accurate information about source positions is available
for all block and inline elements. Thus the library can be
used to create an accurate syntax highlighter or
an editor with live preview.
.
The parser has been designed for robust performance
even in pathological cases that tend to cause stack overflows or
exponential slowdowns in other parsers, with parsing speed that
varies linearly with input length.
.
Related packages:
.
- commonmark-extensions (which defines a number of syntax extensions)
- commonmark-pandoc (which allows using this parser to create a Pandoc
structure)
- commonmark-cli (a command-line tool for converting and
syntax-highlighting commonmark documents)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-doc
Description-md5: 2e573e40d8bbca18edbce5d5b7abf8ee
Description-en: Pure Haskell commonmark parser; documentation
This library provides the core data types and functions
for parsing commonmark ().
The parser is fully commonmark-compliant and passes the test
suite. It is designed to be customizable and easily extensible.
To customize the output, create an AST, or support a new output
format, one need only define some new typeclass instances.
It is also easy to add new syntax elements or modify existing ones.
.
Accurate information about source positions is available
for all block and inline elements. Thus the library can be
used to create an accurate syntax highlighter or
an editor with live preview.
.
The parser has been designed for robust performance
even in pathological cases that tend to cause stack overflows or
exponential slowdowns in other parsers, with parsing speed that
varies linearly with input length.
.
Related packages:
.
- commonmark-extensions (which defines a number of syntax extensions)
- commonmark-pandoc (which allows using this parser to create a Pandoc
structure)
- commonmark-cli (a command-line tool for converting and
syntax-highlighting commonmark documents)
.
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-commonmark-extensions-dev
Description-md5: 11cb177f7e489ad66f7635d6ad653f78
Description-en: Pure Haskell commonmark parser extensions
This library provides some useful extensions to core commonmark
syntax: smart quotes, definition lists, tables, footnotes, math,
and more.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-extensions-doc
Description-md5: 820f5b6076bce937cf12bba757dd7c27
Description-en: Pure Haskell commonmark parser extensions; documentation
This library provides some useful extensions to core commonmark
syntax: smart quotes, definition lists, tables, footnotes, math,
and more.
.
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-commonmark-extensions-prof
Description-md5: 847e6f2d7dc397fd762fca2768dc7546
Description-en: Pure Haskell commonmark parser extensions; profiling libraries
This library provides some useful extensions to core commonmark
syntax: smart quotes, definition lists, tables, footnotes, math,
and more.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-pandoc-dev
Description-md5: 95efc92fd76eb2ceeb3bbf85ebb8af49
Description-en: Bridge between commonmark and pandoc AST
This library provides typeclasses for rendering
commonmark to Pandoc types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-pandoc-doc
Description-md5: e1a6a389ecec607b0bc693089b485d24
Description-en: Bridge between commonmark and pandoc AST; documentation
This library provides typeclasses for rendering
commonmark to Pandoc types.
.
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-commonmark-pandoc-prof
Description-md5: 85d576ccb3266d32646fb1525acc3280
Description-en: Bridge between commonmark and pandoc AST; profiling libraries
This library provides typeclasses for rendering
commonmark to Pandoc types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commonmark-prof
Description-md5: 82997d612cf2318c5de718dd5706069b
Description-en: Pure Haskell commonmark parser; profiling libraries
This library provides the core data types and functions
for parsing commonmark ().
The parser is fully commonmark-compliant and passes the test
suite. It is designed to be customizable and easily extensible.
To customize the output, create an AST, or support a new output
format, one need only define some new typeclass instances.
It is also easy to add new syntax elements or modify existing ones.
.
Accurate information about source positions is available
for all block and inline elements. Thus the library can be
used to create an accurate syntax highlighter or
an editor with live preview.
.
The parser has been designed for robust performance
even in pathological cases that tend to cause stack overflows or
exponential slowdowns in other parsers, with parsing speed that
varies linearly with input length.
.
Related packages:
.
- commonmark-extensions (which defines a number of syntax extensions)
- commonmark-pandoc (which allows using this parser to create a Pandoc
structure)
- commonmark-cli (a command-line tool for converting and
syntax-highlighting commonmark documents)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commutative-semigroups-dev
Description-md5: d8c793c839c53e01dd634a02f4dded76
Description-en: commutative semigroups
A commutative semigroup is a semigroup where the order of arguments to mappend
does not matter.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-commutative-semigroups-doc
Description-md5: 52ccc21207f8459580fa901e5e3e6fe3
Description-en: commutative semigroups; documentation
A commutative semigroup is a semigroup where the order of arguments to mappend
does not matter.
.
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-commutative-semigroups-prof
Description-md5: 49d4c9fdecb7144f31ecd6037103d678
Description-en: commutative semigroups; profiling libraries
A commutative semigroup is a semigroup where the order of arguments to mappend
does not matter.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-comonad-dev
Description-md5: 94b0ca2c6958dd033a095a4447fe4f2e
Description-en: Haskell 98 comonads
Haskell 98 comonads
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-comonad-doc
Description-md5: 7b9943d0098c6e2cce1c7b2201d49757
Description-en: Haskell 98 comonads; documentation
Haskell 98 comonads
.
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-comonad-prof
Description-md5: daf2b28ec50a57bd8e9471361df8c82c
Description-en: Haskell 98 comonads; profiling libraries
Haskell 98 comonads
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-companion-dev
Description-md5: 4ddc615a0e78084e3d8086cb7cf7efc3
Description-en: library to provide companion threads
This Haskell library provides companion threads, such as for printing messages
saying we're still busy.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-companion-doc
Description-md5: a999031c4312d347d2ec51e22509feee
Description-en: library to provide companion threads; documentation
This Haskell library provides companion threads, such as for printing messages
saying we're still busy.
.
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-companion-prof
Description-md5: 6b86e8b30d9255fddcc16cbe53b6e92c
Description-en: library to provide companion threads; profiling libraries
This Haskell library provides companion threads, such as for printing messages
saying we're still busy.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-extra-dev
Description-md5: e6e54c8f21b8beb7150703a55b0f91c8
Description-en: Extra concurrency primitives
The @concurrent-extra@ package offers among other things the
following selection of synchronisation primitives:
.
* @Broadcast@: Wake multiple threads by broadcasting a value.
.
* @Event@: Wake multiple threads by signalling an event.
.
* @Lock@: Enforce exclusive access to a resource. Also known as a
binary semaphore or mutex. The package additionally provides an
alternative that works in the @STM@ monad.
.
* @RLock@: A lock which can be acquired multiple times by the same
thread. Also known as a reentrant mutex.
.
* @ReadWriteLock@: Multiple-reader, single-writer locks. Used to
protect shared resources which may be concurrently read, but only
sequentially written.
.
* @ReadWriteVar@: Concurrent read, sequential write variables.
.
Please consult the API documentation of the individual modules for
more detailed information.
.
This package was inspired by the concurrency libraries of Java and
Python.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-extra-doc
Description-md5: 671163177d392130e9da6a27479e9b8c
Description-en: Extra concurrency primitives; documentation
The @concurrent-extra@ package offers among other things the
following selection of synchronisation primitives:
.
* @Broadcast@: Wake multiple threads by broadcasting a value.
.
* @Event@: Wake multiple threads by signalling an event.
.
* @Lock@: Enforce exclusive access to a resource. Also known as a
binary semaphore or mutex. The package additionally provides an
alternative that works in the @STM@ monad.
.
* @RLock@: A lock which can be acquired multiple times by the same
thread. Also known as a reentrant mutex.
.
* @ReadWriteLock@: Multiple-reader, single-writer locks. Used to
protect shared resources which may be concurrently read, but only
sequentially written.
.
* @ReadWriteVar@: Concurrent read, sequential write variables.
.
Please consult the API documentation of the individual modules for
more detailed information.
.
This package was inspired by the concurrency libraries of Java and
Python.
.
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-concurrent-extra-prof
Description-md5: fcfc39560bce4e307e034f991667f4cf
Description-en: Extra concurrency primitives; profiling libraries
The @concurrent-extra@ package offers among other things the
following selection of synchronisation primitives:
.
* @Broadcast@: Wake multiple threads by broadcasting a value.
.
* @Event@: Wake multiple threads by signalling an event.
.
* @Lock@: Enforce exclusive access to a resource. Also known as a
binary semaphore or mutex. The package additionally provides an
alternative that works in the @STM@ monad.
.
* @RLock@: A lock which can be acquired multiple times by the same
thread. Also known as a reentrant mutex.
.
* @ReadWriteLock@: Multiple-reader, single-writer locks. Used to
protect shared resources which may be concurrently read, but only
sequentially written.
.
* @ReadWriteVar@: Concurrent read, sequential write variables.
.
Please consult the API documentation of the individual modules for
more detailed information.
.
This package was inspired by the concurrency libraries of Java and
Python.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-output-dev
Description-md5: 9b384c58ce927094a5043b5e773258a8
Description-en: ungarble output from several threads
Provides a simple interface for writing concurrent programs that
need to output a lot of status messages to the console, or display
multiple progress bars for different activities at the same time,
or concurrently run external commands that output to the console.
.
Built on top of that is a way of defining multiple output regions,
which are automatically laid out on the screen and can be individually
updated. Can be used for progress displays etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-output-doc
Description-md5: fa93d70246fae755f548eb11c718cdc6
Description-en: ungarble output from several threads; documentation
Provides a simple interface for writing concurrent programs that
need to output a lot of status messages to the console, or display
multiple progress bars for different activities at the same time,
or concurrently run external commands that output to the console.
.
Built on top of that is a way of defining multiple output regions,
which are automatically laid out on the screen and can be individually
updated. Can be used for progress displays etc.
.
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-concurrent-output-prof
Description-md5: 3bc93187a5b6636f0b05512006a48611
Description-en: ungarble output from several threads; profiling libraries
Provides a simple interface for writing concurrent programs that
need to output a lot of status messages to the console, or display
multiple progress bars for different activities at the same time,
or concurrently run external commands that output to the console.
.
Built on top of that is a way of defining multiple output regions,
which are automatically laid out on the screen and can be individually
updated. Can be used for progress displays etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-supply-dev
Description-md5: 64bd130ceca37ab905c1411ac318abbc
Description-en: A fast concurrent unique identifier supply with a pure API
A fast supply of concurrent unique identifiers suitable for use
within a single process. Once the initial 'Supply' has been initialized,
the remainder of the API is pure. See "Control.Concurrent.Supply" for
details.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-concurrent-supply-doc
Description-md5: 525d6a5e11144939353cbf10437061df
Description-en: A fast concurrent unique identifier supply with a pure API; documentation
A fast supply of concurrent unique identifiers suitable for use
within a single process. Once the initial 'Supply' has been initialized,
the remainder of the API is pure. See "Control.Concurrent.Supply" for
details.
.
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-concurrent-supply-prof
Description-md5: 98b48368b1441141af898cfe4ace4619
Description-en: A fast concurrent unique identifier supply with a pure API; profiling libraries
A fast supply of concurrent unique identifiers suitable for use
within a single process. Once the initial 'Supply' has been initialized,
the remainder of the API is pure. See "Control.Concurrent.Supply" for
details.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cond-dev
Description-md5: 26f6dae8f5505933d7c154a75eb67b84
Description-en: conditional and boolean operators with monadic variants
This library provides:
.
* Implementations of various overloaded conditional operations
.
* Lifted monadic variants of those operations and common boolean operators
.
* A typeclass for boolean algebras.
.
Feel free to send ideas and suggestions for new conditional operators to the
maintainer.
.
Monadic looping constructs are not included as part of this package, since the
monad-loops package has a fairly complete collection of them already.
.
Author: Adam Curtis
Upstream-Maintainer: acurtis@spsu.edu
.
This package contains the normal library files.
Package: libghc-cond-doc
Description-md5: 88302c2133af1e33adbd9905d072c776
Description-en: conditional and boolean operators with monadic variants (docs)
This library provides:
.
* Implementations of various overloaded conditional operations
.
* Lifted monadic variants of those operations and common boolean operators
.
* A typeclass for boolean algebras.
.
Feel free to send ideas and suggestions for new conditional operators to the
maintainer.
.
Monadic looping constructs are not included as part of this package, since the
monad-loops package has a fairly complete collection of them already.
.
Author: Adam Curtis
Upstream-Maintainer: acurtis@spsu.edu
.
This package contains the documentation files.
Package: libghc-cond-prof
Description-md5: d75a8707cd1ca29ea77b569c033ee76f
Description-en: conditional and boolean operators with monadic variants (prof)
This library provides:
.
* Implementations of various overloaded conditional operations
.
* Lifted monadic variants of those operations and common boolean operators
.
* A typeclass for boolean algebras.
.
Feel free to send ideas and suggestions for new conditional operators to the
maintainer.
.
Monadic looping constructs are not included as part of this package, since the
monad-loops package has a fairly complete collection of them already.
.
Author: Adam Curtis
Upstream-Maintainer: acurtis@spsu.edu
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-conduit-dev
Description-md5: 53f8e7e1615fb4db43d76d6b07f4216a
Description-en: streaming data processing library
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
different trade-offs based on real-world experience with enumerators. For
more information, see http://www.yesodweb.com/book/conduit.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-conduit-doc
Description-md5: 574bc75419ab11adbea5f144a0411e6d
Description-en: streaming data processing library; documentation
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
different trade-offs based on real-world experience with enumerators. For
more information, see http://www.yesodweb.com/book/conduit.
.
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-conduit-extra-dev
Description-md5: 9b01e3006e5376bb750c6c72e0baa36a
Description-en: batteries-included conduit: adapters for common libraries
The conduit package itself maintains relative small dependencies. The
purpose of this package is to collect commonly used utility functions
wrapping other library dependencies, without depending on
heavier-weight dependencies. The basic idea is that this package
should only depend on haskell-platform packages and conduit.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-conduit-extra-doc
Description-md5: 87b0ad2c68ae2948ded45e9795919fef
Description-en: batteries-included conduit: adapters for common libraries; documentation
The conduit package itself maintains relative small dependencies. The
purpose of this package is to collect commonly used utility functions
wrapping other library dependencies, without depending on
heavier-weight dependencies. The basic idea is that this package
should only depend on haskell-platform packages and conduit.
.
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-conduit-extra-prof
Description-md5: 3ab16d2d8ad41504171efa238ca8fa61
Description-en: batteries-included conduit: adapters for common libraries; profiling libraries
The conduit package itself maintains relative small dependencies. The
purpose of this package is to collect commonly used utility functions
wrapping other library dependencies, without depending on
heavier-weight dependencies. The basic idea is that this package
should only depend on haskell-platform packages and conduit.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-conduit-prof
Description-md5: 6df51df14d120612ffb78b136b80195d
Description-en: streaming data processing library; profiling libraries
Conduits are an approach to the streaming data problem. It is meant as an
alternative to enumerators/iterators, hoping to address the same issues with
different trade-offs based on real-world experience with enumerators. For
more information, see http://www.yesodweb.com/book/conduit.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-conduit-zstd-dev
Description-md5: d4fc044d6d397e6ed00b4d665ed9bfd7
Description-en: Conduit-based ZStd Compression
Zstandard compression packaged as a conduit. This is a very thin wrapper
around the [official hs-zstd interface]
(https://github.com/facebookexperimental/hs-zstd/)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-conduit-zstd-doc
Description-md5: 39cc85a4a8eb3e81584396203a47e3d7
Description-en: Conduit-based ZStd Compression; documentation
Zstandard compression packaged as a conduit. This is a very thin wrapper
around the [official hs-zstd interface]
(https://github.com/facebookexperimental/hs-zstd/)
.
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-conduit-zstd-prof
Description-md5: 64e0a34ba78df44184a051bebc3056e8
Description-en: Conduit-based ZStd Compression; profiling libraries
Zstandard compression packaged as a conduit. This is a very thin wrapper
around the [official hs-zstd interface]
(https://github.com/facebookexperimental/hs-zstd/)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-ini-dev
Description-md5: 135629f2f868dd9ae232d8749ff67969
Description-en: simple INI-based configuration files
The config-ini library is a set of small monadic languages
for writing simple configuration languages with convenient,
human-readable error messages.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-ini-doc
Description-md5: 9f2151cf2436a4f67ad98627b611b547
Description-en: simple INI-based configuration files; documentation
The config-ini library is a set of small monadic languages
for writing simple configuration languages with convenient,
human-readable error messages.
.
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-config-ini-prof
Description-md5: c3b367ea1e9d5034dd655c02a96db241
Description-en: simple INI-based configuration files; profiling libraries
The config-ini library is a set of small monadic languages
for writing simple configuration languages with convenient,
human-readable error messages.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-schema-dev
Description-md5: d224a07fab329086ed9a5ce288ac5e87
Description-en: schema definitions for the config-value package
This package makes it possible to defined schemas for use when
loading configuration files using the config-value format.
These schemas can be used to be process a configuration file into
a Haskell value, or to automatically generate documentation for
the file format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-schema-doc
Description-md5: 5b10869fce663cf1f8157f067ce68d70
Description-en: schema definitions for the config-value package; documentation
This package makes it possible to defined schemas for use when
loading configuration files using the config-value format.
These schemas can be used to be process a configuration file into
a Haskell value, or to automatically generate documentation for
the file format.
.
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-config-schema-prof
Description-md5: 0998acf25db8d0c22d7f7604b9e7622e
Description-en: schema definitions for the config-value package; profiling libraries
This package makes it possible to defined schemas for use when
loading configuration files using the config-value format.
These schemas can be used to be process a configuration file into
a Haskell value, or to automatically generate documentation for
the file format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-value-dev
Description-md5: f287e6f66bbd7aa88c53aea59c2c99b1
Description-en: simple, layout-based value language similar to YAML/JSON
This package implments a language similar to YAML or JSON but with
fewer special cases and fewer dependencies. It emphasizes layout
structure for sections and lists, and requires quotes around strings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-config-value-doc
Description-md5: b893891ae42325b914fe3caad178cc44
Description-en: simple, layout-based value language similar to YAML/JSON; documentation
This package implments a language similar to YAML or JSON but with
fewer special cases and fewer dependencies. It emphasizes layout
structure for sections and lists, and requires quotes around strings.
.
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-config-value-prof
Description-md5: 892e81fab54d59c26981a7dd5f2e0963
Description-en: simple, layout-based value language similar to YAML/JSON; profiling libraries
This package implments a language similar to YAML or JSON but with
fewer special cases and fewer dependencies. It emphasizes layout
structure for sections and lists, and requires quotes around strings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-configurator-dev
Description-md5: fa695ff157bdbcfc012ed6518f937491
Description-en: dynamic config file reloading
A configuration management library for programs and daemons.
.
Features include:
.
* Automatic, dynamic reloading in response to modifications to
configuration files.
.
* A simple, but flexible, configuration language, supporting several
of the most commonly needed types of data, along with
interpolation of strings from the configuration or the system
environment (e.g. $(HOME)).
.
* Subscription-based notification of changes to configuration
properties.
.
* An import directive allows the configuration of a complex
application to be split across several smaller files, or common
configuration data to be shared across several applications.
.
This package contains the normal library files.
Package: libghc-configurator-doc
Description-md5: 231eaefc0da74eac6c4fd32eb30f5cc1
Description-en: dynamic config file reloading; documentation
A configuration management library for programs and daemons.
.
Features include:
.
* Automatic, dynamic reloading in response to modifications to
configuration files.
.
* A simple, but flexible, configuration language, supporting several
of the most commonly needed types of data, along with
interpolation of strings from the configuration or the system
environment (e.g. $(HOME)).
.
* Subscription-based notification of changes to configuration
properties.
.
* An import directive allows the configuration of a complex
application to be split across several smaller files, or common
configuration data to be shared across several applications.
.
This package contains the documentation files.
Package: libghc-configurator-prof
Description-md5: 41006f856601fca1ec29ef3d2460b143
Description-en: dynamic config file reloading; profiling libraries
A configuration management library for programs and daemons.
.
Features include:
.
* Automatic, dynamic reloading in response to modifications to
configuration files.
.
* A simple, but flexible, configuration language, supporting several
of the most commonly needed types of data, along with
interpolation of strings from the configuration or the system
environment (e.g. $(HOME)).
.
* Subscription-based notification of changes to configuration
properties.
.
* An import directive allows the configuration of a complex
application to be split across several smaller files, or common
configuration data to be shared across several applications.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-constraints-dev
Description-md5: 3263b264c8706ec93bca239785ebfab3
Description-en: Constraint manipulation
GHC 7.4 gave us the ability to talk about ConstraintKinds. This package
provides a vocabulary for working with them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-constraints-doc
Description-md5: 37e489328f22d9d469f10d808dcc3713
Description-en: Constraint manipulation; documentation
GHC 7.4 gave us the ability to talk about ConstraintKinds. This package
provides a vocabulary for working with them.
.
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-constraints-extras-dev
Description-md5: 31f13f55343680b87ca7a4a929b59d80
Description-en: utility package for constraints
Convenience functions and TH for working with constraints.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-constraints-extras-doc
Description-md5: 6d59a35aa1a9ad88c987eef47ded2aff
Description-en: utility package for constraints; documentation
Convenience functions and TH for working with constraints.
.
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-constraints-extras-prof
Description-md5: b7773d3ff70bf3558a0308d431598ff6
Description-en: utility package for constraints; profiling libraries
Convenience functions and TH for working with constraints.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-constraints-prof
Description-md5: 0001e8eedb3b4cd73cdb44ab2d1e7f35
Description-en: Constraint manipulation; profiling libraries
GHC 7.4 gave us the ability to talk about ConstraintKinds. This package
provides a vocabulary for working with them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-contravariant-dev
Description-md5: 88d140f729df8c93c67b9f4aee02eacb
Description-en: Contravariant functors
This packages provides a type class for contravariant functors, i.e. those with
a method contramap :: (a -> b) -> f b -> f a.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-contravariant-doc
Description-md5: 3aa78d31b8e7d8e3b02de301fa777141
Description-en: Contravariant functors; documentation
This packages provides a type class for contravariant functors, i.e. those with
a method contramap :: (a -> b) -> f b -> f a.
.
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-contravariant-extras-dev
Description-md5: 70d21822a1641f518c142073f3c4a54c
Description-en: extras for the "contravariant" package
Extras for contravariant, including contrazip functions of multiple
arities.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-contravariant-extras-doc
Description-md5: 2d5666360f556f6f28eef64871881cc7
Description-en: extras for the "contravariant" package; documentation
Extras for contravariant, including contrazip functions of multiple
arities.
.
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-contravariant-extras-prof
Description-md5: 971f550e000a08bc5e4f645e362a8a30
Description-en: extras for the "contravariant" package; profiling libraries
Extras for contravariant, including contrazip functions of multiple
arities.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-contravariant-prof
Description-md5: c528b9778d351af9d1f9f6562cd33ec2
Description-en: Contravariant functors; profiling libraries
This packages provides a type class for contravariant functors, i.e. those with
a method contramap :: (a -> b) -> f b -> f a.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-control-monad-free-dev
Description-md5: 68dbc5cdd5419f6d074666fddabe8314
Description-en: free monads
This package provides datatypes to construct Free monads, Free monad
transformers, and useful instances. In addition it provides the constructs to
avoid quadratic complexity of left associative bind, as explained in:
.
Janis Voigtlander, Asymptotic Improvement of Computations over Free Monads, MPC'08
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-control-monad-free-doc
Description-md5: 62eee80276bc6288b8512acc250b5cc6
Description-en: free monads; documentation
This package provides datatypes to construct Free monads, Free monad
transformers, and useful instances. In addition it provides the constructs to
avoid quadratic complexity of left associative bind, as explained in:
.
Janis Voigtlander, Asymptotic Improvement of Computations over Free Monads, MPC'08
.
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-control-monad-free-prof
Description-md5: 0aacd95f99ddb5c59b4b1b9dcf5e9b3f
Description-en: free monads; profiling libraries
This package provides datatypes to construct Free monads, Free monad
transformers, and useful instances. In addition it provides the constructs to
avoid quadratic complexity of left associative bind, as explained in:
.
Janis Voigtlander, Asymptotic Improvement of Computations over Free Monads, MPC'08
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-control-monad-loop-dev
Description-md5: 43a5039e1e6b4bd24acb488fa051317c
Description-en: simple monad transformer for imperative-style loops
control-monad-loop is a library of looping constructs with continue and
exit control flow statements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-control-monad-loop-doc
Description-md5: 83caeac7ae3f33d2b6812005e57cfc2b
Description-en: simple monad transformer for imperative-style loops; documentation
control-monad-loop is a library of looping constructs with continue and
exit control flow statements.
.
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-control-monad-loop-prof
Description-md5: 0cf53cea8466b205de64653d00d1f63a
Description-en: simple monad transformer for imperative-style loops; profiling libraries
control-monad-loop is a library of looping constructs with continue and
exit control flow statements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-convertible-dev
Description-md5: bb307263f02ff761658e0f8241a1a239
Description-en: Typeclasses and instances for converting between types, GHC package
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to/from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
Package: libghc-convertible-doc
Description-md5: 025b95cff0a348003bae93fca87a6bba
Description-en: Typeclasses and instances for converting between types, documentation
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to/from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
.
This package provides documentation on the Convertible API.
Package: libghc-convertible-prof
Description-md5: f830c5f99e389ed5a075e32d663fe1d6
Description-en: Typeclasses and instances for converting between types, GHC profiling package
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to/from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
Package: libghc-cookie-dev
Description-md5: 2f51ec644c83edae5b2c928a79cd0453
Description-en: HTTP cookie-parsing and rendering library
It contains Web.Cookie.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cookie-doc
Description-md5: 0399d9e1f6a3ccad8007d1b25c8be5d5
Description-en: HTTP cookie-parsing and rendering library; documentation
It contains Web.Cookie.
.
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-cookie-prof
Description-md5: 915b6bdf5002608e658b05b33eeb5296
Description-en: HTTP cookie-parsing and rendering library; profiling libraries
It contains Web.Cookie.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-c99-dev
Description-md5: 3a2217c6fd72505f9398b85468002d5d
Description-en: Compiler for Copilot targeting C99
This package is a back-end from Copilot to C.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-c99-doc
Description-md5: f00fa5905fa4c986891163ca31eb61c5
Description-en: Compiler for Copilot targeting C99; documentation
This package is a back-end from Copilot to C.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-c99-prof
Description-md5: 8765c23f08490a1f0a71b9bdc0642374
Description-en: Compiler for Copilot targeting C99; profiling libraries
This package is a back-end from Copilot to C.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-core-dev
Description-md5: bf8b10a44710caa33f6da49710a9abee
Description-en: Intermediate representation for Copilot.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-core-doc
Description-md5: b7b8fe06a215f39e54d77458ef301968
Description-en: Intermediate representation for Copilot.; documentation
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-core-prof
Description-md5: 077ae24f0eb9308f741fdbefc09b12ef
Description-en: Intermediate representation for Copilot.; profiling libraries
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-dev
Description-md5: cf9c0a460f6e791c0e57d0ca1d6e8e3f
Description-en: Stream DSL for writing embedded C programs.
Copilot is a stream-based runtime verification framework implemented as an
embedded domain-specific language (EDSL) in Haskell. Programs can be
interpreted for testing, or translated into C99 code to be incorporated in a
project, or as a standalone application. The C99 backend output is constant
in memory and time, making it suitable for systems with hard realtime
requirements.
.
This package is the main entry-point for using Copilot.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-doc
Description-md5: abaa57e51c390be5d8819b414dad139e
Description-en: Stream DSL for writing embedded C programs.; documentation
Copilot is a stream-based runtime verification framework implemented as an
embedded domain-specific language (EDSL) in Haskell. Programs can be
interpreted for testing, or translated into C99 code to be incorporated in a
project, or as a standalone application. The C99 backend output is constant
in memory and time, making it suitable for systems with hard realtime
requirements.
.
This package is the main entry-point for using Copilot.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-interpreter-dev
Description-md5: 6a84552c1018ed3188e0230f60a5771e
Description-en: Interpreter for Copilot.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-interpreter-doc
Description-md5: ecfcfe730064a070251541f2eb2f78f7
Description-en: Interpreter for Copilot.; documentation
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-interpreter-prof
Description-md5: af753840b0cf08edabd3cb47942f4ede
Description-en: Interpreter for Copilot.; profiling libraries
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-language-dev
Description-md5: 2b6cfd1e07f7d127575434b8f1f03ac0
Description-en: DSL for monitoring hard real-time distributed systems.
The concrete syntax for Copilot.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-language-doc
Description-md5: 5c64d147910a0fc1bf15f4b46393a64e
Description-en: DSL for monitoring hard real-time distributed systems.; documentation
The concrete syntax for Copilot.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-language-prof
Description-md5: 9408182a59ec27f13be92cf111239268
Description-en: DSL for monitoring hard real-time distributed systems.; profiling libraries
The concrete syntax for Copilot.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-libraries-dev
Description-md5: 1819d9ed8abd47168dc8516e3c0e3c3a
Description-en: Libraries for the Copilot language.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-libraries-doc
Description-md5: ad7349d31b6f303deab2a3430609e558
Description-en: Libraries for the Copilot language.; documentation
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-libraries-prof
Description-md5: 373d88e15cdd866b8cdee7850d3dc63c
Description-en: Libraries for the Copilot language.; profiling libraries
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-prettyprinter-dev
Description-md5: b1a4386778331b993f355910d5558b04
Description-en: Prettyprinter of Copilot Specifications
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-prettyprinter-doc
Description-md5: 6eaf5ae973b03e98e6b13f736f155a95
Description-en: Prettyprinter of Copilot Specifications; documentation
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-prettyprinter-prof
Description-md5: 89232a660367fa8662160f75965f5d8a
Description-en: Prettyprinter of Copilot Specifications; profiling libraries
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-prof
Description-md5: 364dbfec16b50d67a55cf388dd5a5de1
Description-en: Stream DSL for writing embedded C programs.; profiling libraries
Copilot is a stream-based runtime verification framework implemented as an
embedded domain-specific language (EDSL) in Haskell. Programs can be
interpreted for testing, or translated into C99 code to be incorporated in a
project, or as a standalone application. The C99 backend output is constant
in memory and time, making it suitable for systems with hard realtime
requirements.
.
This package is the main entry-point for using Copilot.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-theorem-dev
Description-md5: 6c922b3e178550cdaae179191fb949ec
Description-en: k-induction for Copilot.
Some tools to prove properties on Copilot programs with k-induction model
checking.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-copilot-theorem-doc
Description-md5: 00a10fc284b030084d3270da9fc69c55
Description-en: k-induction for Copilot.; documentation
Some tools to prove properties on Copilot programs with k-induction model
checking.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
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-copilot-theorem-prof
Description-md5: 0e7549443f808b00ba257830b38a07e2
Description-en: k-induction for Copilot.; profiling libraries
Some tools to prove properties on Copilot programs with k-induction model
checking.
.
Copilot is a stream (i.e., infinite lists) domain-specific language (DSL) in
Haskell that compiles into embedded C. Copilot contains an interpreter,
multiple back-end compilers, and other verification tools.
.
A tutorial, examples, and other information are available at
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cpu-dev
Description-md5: 8f4427a51e87ccb61167051ba23152af
Description-en: low-level routines to get basic properties of the platform
It contains low-level routines to get basic properties of the platform,
such as endianness and architecture.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cpu-doc
Description-md5: 86c49666723dd818db9caede707bbd1f
Description-en: low-level routines to get basic properties of the platform; documentation
It contains low-level routines to get basic properties of the platform,
such as endianness and architecture.
.
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-cpu-prof
Description-md5: d290a235eed8d8a9f4eeb834799ad5e7
Description-en: low-level routines to get basic properties of the platform; profiling libraries
It contains low-level routines to get basic properties of the platform,
such as endianness and architecture.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-criterion-dev
Description-md5: 9627f285144ed6557a1fbb495e0c9888
Description-en: Robust, reliable performance measurement and analysis
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
benchmarks, and to analyse their results.
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-criterion-doc
Description-md5: a0ba6a22a90a4e0ea8bbefd4468d6e3e
Description-en: Robust, reliable performance measurement and analysis; documentation
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
benchmarks, and to analyse their results.
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
.
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-criterion-measurement-dev
Description-md5: e456701b9951b92a8fd9bef79a7a3e48
Description-en: Criterion measurement functionality and associated types
Measurement-related functionality extracted from Criterion, with
minimal dependencies. The rationale for this is to enable alternative
analysis front-ends.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-criterion-measurement-doc
Description-md5: 46bd731fd4d163a62c79de7255893f75
Description-en: Criterion measurement functionality and associated types; documentation
Measurement-related functionality extracted from Criterion, with
minimal dependencies. The rationale for this is to enable alternative
analysis front-ends.
.
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-criterion-measurement-prof
Description-md5: f20d74b25ecb06c2a99f4173b792fcf6
Description-en: Criterion measurement functionality and associated types; profiling libraries
Measurement-related functionality extracted from Criterion, with
minimal dependencies. The rationale for this is to enable alternative
analysis front-ends.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-criterion-prof
Description-md5: 53cc7205089e6057971fc61f945e655d
Description-en: Robust, reliable performance measurement and analysis; profiling libraries
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
benchmarks and a set of driver functions that makes it easy to build and run
benchmarks, and to analyse their results.
.
The fastest way to get started is to read the documentation and examples in
the Criterion.Main module.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-api-dev
Description-md5: 502429f4354199bc0710ebe81fb94e95
Description-en: generic interface for cryptographic operations
A generic interface for cryptographic operations, platform independent
quality RNG, property tests and known-answer tests (KATs) for common
algorithms, and a basic benchmark infrastructure. Maintainers of hash
and cipher implementations are encouraged to add instances for the
classes defined in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes module. Any
concepts or functions of general use to more than one cryptographic
algorithm (ex: padding) is within scope of this package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-api-doc
Description-md5: 58f0e637e687e2732df9fdd6e22a6b08
Description-en: generic interface for cryptographic operations; documentation
A generic interface for cryptographic operations, platform independent
quality RNG, property tests and known-answer tests (KATs) for common
algorithms, and a basic benchmark infrastructure. Maintainers of hash
and cipher implementations are encouraged to add instances for the
classes defined in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes module. Any
concepts or functions of general use to more than one cryptographic
algorithm (ex: padding) is within scope of this package.
.
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-crypto-api-prof
Description-md5: 9797f865b9484be2c941bdb4e8930b6b
Description-en: generic interface for cryptographic operations; profiling libraries
A generic interface for cryptographic operations, platform independent
quality RNG, property tests and known-answer tests (KATs) for common
algorithms, and a basic benchmark infrastructure. Maintainers of hash
and cipher implementations are encouraged to add instances for the
classes defined in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes module. Any
concepts or functions of general use to more than one cryptographic
algorithm (ex: padding) is within scope of this package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-cipher-tests-dev
Description-md5: e6ebf8b7179962b2988ef7a48791e1d0
Description-en: Generic cryptography cipher tests
This libraries contains generic tests for cryptographic ciphers, and is used
by the test runners of various Haskell implementations of cryptographic
ciphers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-cipher-tests-doc
Description-md5: 9a276070f89a3718d5cc3bdd8e3911f5
Description-en: Generic cryptography cipher tests; documentation
This libraries contains generic tests for cryptographic ciphers, and is used
by the test runners of various Haskell implementations of cryptographic
ciphers.
.
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-crypto-cipher-tests-prof
Description-md5: 2580b88032c58fd48e2f4971ad5a0a13
Description-en: Generic cryptography cipher tests; profiling libraries
This libraries contains generic tests for cryptographic ciphers, and is used
by the test runners of various Haskell implementations of cryptographic
ciphers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-cipher-types-dev
Description-md5: f1ec227a8fa932e138af1db8cbfab792
Description-en: generic cryptographic cipher types
Basic typeclasses and types for symmetric ciphers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-cipher-types-doc
Description-md5: 22d2109066c61c630467be9f895145e5
Description-en: generic cryptographic cipher types; documentation
Basic typeclasses and types for symmetric ciphers.
.
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-crypto-cipher-types-prof
Description-md5: e7b161368bed4a14dd6c880de45ad30e
Description-en: generic cryptographic cipher types; profiling libraries
Basic typeclasses and types for symmetric ciphers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-pubkey-types-dev
Description-md5: c03d34444780e6bfad14542841e864be
Description-en: generic public-key algorithm types
It defines generic public-key algorithm types (DH, DSA, ECC, ECDSA, RSA).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-pubkey-types-doc
Description-md5: cf1a09713b8968ee83508347fe513fa5
Description-en: generic public-key algorithm types; documentation
It defines generic public-key algorithm types (DH, DSA, ECC, ECDSA, RSA).
.
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-crypto-pubkey-types-prof
Description-md5: 912ab643c72affdbb7a14d71866e3257
Description-en: generic public-key algorithm types; profiling libraries
It defines generic public-key algorithm types (DH, DSA, ECC, ECDSA, RSA).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-token-dev
Description-md5: 1849d79ca8594343b742a3ac75d61345
Description-en: crypto tokens
Encrypted tokens/tickets to keep state in the client side.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypto-token-doc
Description-md5: aa08b6805e5f8da4ced47b211940ca64
Description-en: crypto tokens; documentation
Encrypted tokens/tickets to keep state in the client side.
.
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-crypto-token-prof
Description-md5: 9b757d53aa87db21181ad33a9b6fad48
Description-en: crypto tokens; profiling libraries
Encrypted tokens/tickets to keep state in the client side.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-md5-dev
Description-md5: 70add15a8427d96fd1857c9e4d609b80
Description-en: fast, pure and practical MD5 implementation
A practical incremental and one-pass, pure API to the
MD5 hash algorithm (including HMAC support) with performance close to
the fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because cryptohash
has been deprecated.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-md5-doc
Description-md5: a1d000dc7f34d3a9a1185231249cfaa1
Description-en: fast, pure and practical MD5 implementation; documentation
A practical incremental and one-pass, pure API to the
MD5 hash algorithm (including HMAC support) with performance close to
the fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because cryptohash
has been deprecated.
.
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-cryptohash-md5-prof
Description-md5: 5034a908395f589167c61305f3ed3550
Description-en: fast, pure and practical MD5 implementation; profiling libraries
A practical incremental and one-pass, pure API to the
MD5 hash algorithm (including HMAC support) with performance close to
the fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because cryptohash
has been deprecated.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-sha1-dev
Description-md5: 874f7b7ab794c386e9b894deb6408792
Description-en: fast, pure and practical SHA-1 implementation
A practical incremental and one-pass, pure API to the SHA-1 hash
algorithm (including HMAC spuport) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides
the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-sha1-doc
Description-md5: 1e4700f0bb38ae693bff8792ed9aaf51
Description-en: fast, pure and practical SHA-1 implementation; documentation
A practical incremental and one-pass, pure API to the SHA-1 hash
algorithm (including HMAC spuport) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides
the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
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-cryptohash-sha1-prof
Description-md5: 2ab09c68f5965347ea32199370de905e
Description-en: fast, pure and practical SHA-1 implementation; profiling libraries
A practical incremental and one-pass, pure API to the SHA-1 hash
algorithm (including HMAC spuport) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides
the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-sha256-dev
Description-md5: 075044c0b79fcc2a52e367a5e62f206e
Description-en: fast, pure and practical SHA-256 implementation
A practical incremental and one-pass, pure API to the SHA-256 hash
algorithm (including HMAC support) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that
hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptohash-sha256-doc
Description-md5: d07b71b48e2fbedc7535bd3d955ca235
Description-en: fast, pure and practical SHA-256 implementation; documentation
A practical incremental and one-pass, pure API to the SHA-256 hash
algorithm (including HMAC support) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that
hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
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-cryptohash-sha256-prof
Description-md5: dadc6addd1559107f3d99b6d6d5f2e80
Description-en: fast, pure and practical SHA-256 implementation; profiling libraries
A practical incremental and one-pass, pure API to the SHA-256 hash
algorithm (including HMAC support) with performance close to the
fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that
hides the C implementation.
.
NOTE: This package has been forked off cryptohash 0.11.7 because
cryptohash has been deprecated.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-conduit-dev
Description-md5: e3d3b68af415e30b8d2e2a3836645f79
Description-en: crypton conduit
Conduit bridge for crypton
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-conduit-doc
Description-md5: 75ec6b6684ea05a49f1bb4efff16ca43
Description-en: crypton conduit; documentation
Conduit bridge for crypton
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
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-crypton-conduit-prof
Description-md5: ee20caadd01147d3ae398a11d2880b90
Description-en: crypton conduit; profiling libraries
Conduit bridge for crypton
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-connection-dev
Description-md5: 214512f4c932bca625d5aeaecda019c9
Description-en: simple and easy network connections API
Simple network library for all your connection needs. This library
provides a very simple API to create sockets to a destination with
the choice of SSL/TLS, and SOCKS.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-connection-doc
Description-md5: 61e1023f9fdf346a893e44fa820f13e8
Description-en: simple and easy network connections API; documentation
Simple network library for all your connection needs. This library
provides a very simple API to create sockets to a destination with
the choice of SSL/TLS, and SOCKS.
.
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-crypton-connection-prof
Description-md5: d3eba47e11746ba337864dfb1f01a444
Description-en: simple and easy network connections API; profiling libraries
Simple network library for all your connection needs. This library
provides a very simple API to create sockets to a destination with
the choice of SSL/TLS, and SOCKS.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-dev
Description-md5: 371ab09d46bb900f6730c2ff6af1b51e
Description-en: cryptography primitives for Haskell
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia,
RC4, Salsa, XSalsa, ChaCha
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic Random
Generator
- Data related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-doc
Description-md5: eac40bc0b175d5ea803748de08f0c7bf
Description-en: cryptography primitives for Haskell; documentation
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia,
RC4, Salsa, XSalsa, ChaCha
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic Random
Generator
- Data related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
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-crypton-prof
Description-md5: 78e87bf1802522351e2087139aeaa1be
Description-en: cryptography primitives for Haskell; profiling libraries
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia,
RC4, Salsa, XSalsa, ChaCha
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic Random
Generator
- Data related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-socks-dev
Description-md5: db906f365c507a3c77ee7489aa2942d2
Description-en: SOCKS Protocol Version 5
A Haskell library implementing SOCKS Protocol Version 5.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-socks-doc
Description-md5: 1c281842b0f6015760ed12bde701fc53
Description-en: SOCKS Protocol Version 5; documentation
A Haskell library implementing SOCKS Protocol Version 5.
.
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-crypton-socks-prof
Description-md5: 1984cbf25e3edf364961755f8e199ac5
Description-en: SOCKS Protocol Version 5; profiling libraries
A Haskell library implementing SOCKS Protocol Version 5.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-dev
Description-md5: 4e8b91afe4c26fe283e876dd51fafff0
Description-en: X509 reader and writer
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-doc
Description-md5: 0282ddbe5b8852eae8521a21c9d1822b
Description-en: X509 reader and writer; documentation
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
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-crypton-x509-prof
Description-md5: 8675988ba2e55aafc0cd311963334253
Description-en: X509 reader and writer; profiling libraries
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-store-dev
Description-md5: 8a57f1be2aab9b435b526de908a40160
Description-en: X.509 collection access and storage methods
X.509 collection access and storage methods for certificates,
CRLs, exception lists.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-store-doc
Description-md5: 31736ad2866595cf445b7cbf3ce810dc
Description-en: X.509 collection access and storage methods; documentation
X.509 collection access and storage methods for certificates,
CRLs, exception lists.
.
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-crypton-x509-store-prof
Description-md5: 64188c199e0bc21c4a76f8c03e6d5821
Description-en: X.509 collection access and storage methods; profiling libraries
X.509 collection access and storage methods for certificates,
CRLs, exception lists.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-system-dev
Description-md5: fcd2f5767188f275b85898a6f650a4db
Description-en: handle per-operating-system X.509 accessors and storage
System X.509 handling for accessing operating system dependents store and
other storage methods. This is meant to be a portable way of finding and
accessing the system X.509 certificate store.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-system-doc
Description-md5: 695e3cf755433f316aa7d820f81f2c0f
Description-en: handle per-operating-system X.509 accessors and storage; documentation
System X.509 handling for accessing operating system dependents store and
other storage methods. This is meant to be a portable way of finding and
accessing the system X.509 certificate store.
.
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-crypton-x509-system-prof
Description-md5: dba7aab8b77f7cbb8e97e56f28af13eb
Description-en: handle per-operating-system X.509 accessors and storage; profiling libraries
System X.509 handling for accessing operating system dependents store and
other storage methods. This is meant to be a portable way of finding and
accessing the system X.509 certificate store.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-validation-dev
Description-md5: 99fa622b3421fbdd3eaa5e66d8fd2194
Description-en: X.509 certificate and CRL validation
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-crypton-x509-validation-doc
Description-md5: c632db270009abcdbd0b081cf88979b8
Description-en: X.509 certificate and CRL validation; documentation
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
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-crypton-x509-validation-prof
Description-md5: e11189e66ad39bf596b2fcd7b3a9915c
Description-en: X.509 certificate and CRL validation; profiling libraries
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptonite-conduit-dev
Description-md5: 81e104056ae8a1379ed7588282117ca6
Description-en: cryptonite conduit
Conduit bridge for cryptonite
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptonite-conduit-doc
Description-md5: 0f077f902eaf4797519f006afece5c12
Description-en: cryptonite conduit; documentation
Conduit bridge for cryptonite
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
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-cryptonite-conduit-prof
Description-md5: ea6c6abb16d54c176cc70204abab53bf
Description-en: cryptonite conduit; profiling libraries
Conduit bridge for cryptonite
.
This package provides a conduit version for hash and HMAC. In the
feature, it could be extended to also provide cipher conduits.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptonite-dev
Description-md5: e8467e25056f3ac1a24b2f701787b78b
Description-en: cryptographic primitives
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish,
Camellia, RC4, Salsa, XSalsa, ChaCha.
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein,
RipeMD, Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519,
Curve448, Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic
Random Generator
- Data-related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-cryptonite-doc
Description-md5: c9b6a9f987c62170049f84b32fca5920
Description-en: cryptographic primitives; documentation
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish,
Camellia, RC4, Salsa, XSalsa, ChaCha.
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein,
RipeMD, Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519,
Curve448, Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic
Random Generator
- Data-related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
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-cryptonite-prof
Description-md5: 7116b313d67f5b5a1ff58ed6ac7c0d8a
Description-en: cryptographic primitives; profiling libraries
A repository of cryptographic primitives.
- Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish,
Camellia, RC4, Salsa, XSalsa, ChaCha.
- Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein,
RipeMD, Tiger, Whirlpool, Blake2
- MAC: HMAC, KMAC, Poly1305
- Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519,
Curve448, Ed25519, Ed448
- Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
BCryptPBKDF
- Cryptographic Random generation: System Entropy, Deterministic
Random Generator
- Data-related: Anti-Forensic Information Splitter (AFIS)
.
This package strives to be a cryptographic kitchen sink that provides
cryptography for everyone.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-css-text-dev
Description-md5: dafcf754d0a433c6d9046ccc5322e7f6
Description-en: CSS parser and renderer
It is a CSS parser and renderer.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-css-text-doc
Description-md5: f8dbda44b460122261561684c1ad5375
Description-en: CSS parser and renderer; documentation
It is a CSS parser and renderer.
.
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-css-text-prof
Description-md5: e1d31244ae7637629e9111993b112e4d
Description-en: CSS parser and renderer; profiling libraries
It is a CSS parser and renderer.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-csv-dev
Description-md5: 1d4cfff3210b5f45b6cd668721fa00c2
Description-en: CSV loader and dumper
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated
Values (CSV) Files". This format is used, among many other things,
as a lingua franca for spreadsheets, and for certain web services.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-csv-doc
Description-md5: 238b66d9f641d778a2b1e684529f61e0
Description-en: CSV loader and dumper; documentation
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated
Values (CSV) Files". This format is used, among many other things,
as a lingua franca for spreadsheets, and for certain web services.
.
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-csv-prof
Description-md5: 689937b05902f9da066f52b59a4615ad
Description-en: CSV loader and dumper; profiling libraries
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated
Values (CSV) Files". This format is used, among many other things,
as a lingua franca for spreadsheets, and for certain web services.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-curl-dev
Description-md5: 40357e22411bf08c4f70e0177f907568
Description-en: GHC libraries for the libcurl Haskell bindings
.
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
Kerberos4), file transfer resume, http proxy tunneling and more!
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-curl-doc
Description-md5: b1ddadde78cd6317214821c9d41e5eb9
Description-en: Documentation for the libcurl Haskell bindings; documentation
.
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
Kerberos4), file transfer resume, http proxy tunneling and more!
.
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-curl-prof
Description-md5: c49b1c10c6fc8262339fc05187a22d54
Description-en: Profiling libraries for the libcurl Haskell bindings; profiling libraries
.
libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. libcurl supports
SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload,
proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate,
Kerberos4), file transfer resume, http proxy tunneling and more!
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-curve25519-dev
Description-md5: fa155b50fda602edfc3cf8da81fe2dfe
Description-en: Curve25519 elliptic curve primitives
Haskell bindings and extensions to the curve25519-donna
codebase: fast implementations of Curve25519 elliptic curve
primitives.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-curve25519-doc
Description-md5: 703d7e64b7fe485727f4c588806ed675
Description-en: Curve25519 elliptic curve primitives; documentation
Haskell bindings and extensions to the curve25519-donna
codebase: fast implementations of Curve25519 elliptic curve
primitives.
.
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-curve25519-prof
Description-md5: a9fb13132e8c9974e944fc594a40ad38
Description-en: Curve25519 elliptic curve primitives; profiling libraries
Haskell bindings and extensions to the curve25519-donna
codebase: fast implementations of Curve25519 elliptic curve
primitives.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-accessor-dev
Description-md5: 2daaf54a0bdc0b9827484b4d724de070
Description-en: Utilities for accessing and manipulating fields of records
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
of a record and sub-records to make the access look like the fields
of the sub-record belong to the main record.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-accessor-doc
Description-md5: 8d56374d5339c0071119c75a6639d746
Description-en: Utilities for accessing and manipulating fields of records; documentation
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
of a record and sub-records to make the access look like the fields
of the sub-record belong to the main record.
.
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-data-accessor-mtl-dev
Description-md5: aec1deb64b5ef53c63ff4e9e355ba08c
Description-en: use Data.Accessor inside the State monad.
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-accessor-mtl-doc
Description-md5: 0fb4e0789e36f1b7e2ded33254438dbd
Description-en: use Data.Accessor inside the State monad; documentation
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
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-data-accessor-mtl-prof
Description-md5: fb16f42df0666c1eb59e014054c93d7d
Description-en: use Data.Accessor inside the State monad; profiling libraries
This Haskell library provides methods to access the state in a State monad by
means of Data.Accessor getters, setters and modifiers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-accessor-prof
Description-md5: 8ce30c4a749abe85d270bfaaa3b72639
Description-en: Utilities for accessing and manipulating fields of records; profiling libraries
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
of a record and sub-records to make the access look like the fields
of the sub-record belong to the main record.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-binary-ieee754-dev
Description-md5: f1be32054026ce42544dff361a567278
Description-en: parser/serialiser for IEEE-754 floating-point values
It converts Float and Decimal values to and from raw octets.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-binary-ieee754-doc
Description-md5: cdba8f0fee89d76f8940429524ff64cc
Description-en: parser/serialiser for IEEE-754 floating-point values; documentation
It converts Float and Decimal values to and from raw octets.
.
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-data-binary-ieee754-prof
Description-md5: fec838651c57d198d2e95c728ab4fbc4
Description-en: parser/serialiser for IEEE-754 floating-point values; profiling libraries
It converts Float and Decimal values to and from raw octets.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-clist-dev
Description-md5: 7c8fe3aaabad2e637e1d8116e7b712b7
Description-en: Simple functional ring type
Simple functional bidirectional ring type in Haskell.
.
Given that the ring terminiology clashes with certain
mathematical branches, we're using the term CList or
CircularList instead.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-clist-doc
Description-md5: 9290d6f32c29586d956dc057d275994b
Description-en: Simple functional ring type; documentation
Simple functional bidirectional ring type in Haskell.
.
Given that the ring terminiology clashes with certain
mathematical branches, we're using the term CList or
CircularList instead.
.
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-data-clist-prof
Description-md5: bbf47e26b6fb7c9a5ac8e5af6501768c
Description-en: Simple functional ring type; profiling libraries
Simple functional bidirectional ring type in Haskell.
.
Given that the ring terminiology clashes with certain
mathematical branches, we're using the term CList or
CircularList instead.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-default-class-dev
Description-md5: c748de8287b67b557fd6308c4d0a84e5
Description-en: type class for default values
This package defines a type class Default for types with a default value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-default-class-doc
Description-md5: c8b20feef2840e34359c6f3f245ea7ac
Description-en: type class for default values; documentation
This package defines a type class Default for types with a default value.
.
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-data-default-class-prof
Description-md5: 370cbc845118f72d54908e35c33c9331
Description-en: type class for default values; profiling libraries
This package defines a type class Default for types with a default value.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-default-dev
Description-md5: 60f16b651a70df6a80bfb6def08b28db
Description-en: class for types with a default value
It provides a class for types with a default value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-default-doc
Description-md5: 1bb51ca708185a4e5af0c210fb0ea14d
Description-en: class for types with a default value; documentation
It provides a class for types with a default value.
.
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-data-default-prof
Description-md5: e0761fffda8bf3f8b067e955d8e0ac2f
Description-en: class for types with a default value; profiling libraries
It provides a class for types with a default value.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-fix-dev
Description-md5: a195f4bcc5f2287811f1055a6bd0d635
Description-en: fixpoint data types
Fixpoint types and recursion schemes. If you define your AST as
fixpoint type, you get fold and unfold operations for free.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-fix-doc
Description-md5: 99f34d70009fe81324d1a94d51ef361f
Description-en: fixpoint data types; documentation
Fixpoint types and recursion schemes. If you define your AST as
fixpoint type, you get fold and unfold operations for free.
.
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-data-fix-prof
Description-md5: e55ab9229cb011b1e81acd2c61a247d0
Description-en: fixpoint data types; profiling libraries
Fixpoint types and recursion schemes. If you define your AST as
fixpoint type, you get fold and unfold operations for free.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-functor-logistic-dev
Description-md5: 2cc121fbeba25795a3f1162b166eb943
Description-en: updatable analogue of Distributive functors
This Haskell library introduces the Logistic class to provide settability to
containers. Logistic is to setters as Distributive is to getters. This can be
useful to complement Distributive.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-functor-logistic-doc
Description-md5: 455fe79b64f8e1553ccff83a7458b00c
Description-en: updatable analogue of Distributive functors; documentation
This Haskell library introduces the Logistic class to provide settability to
containers. Logistic is to setters as Distributive is to getters. This can be
useful to complement Distributive.
.
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-data-functor-logistic-prof
Description-md5: dbdd967a742b87526fd4e1beb5eb9ba3
Description-en: updatable analogue of Distributive functors; profiling libraries
This Haskell library introduces the Logistic class to provide settability to
containers. Logistic is to setters as Distributive is to getters. This can be
useful to complement Distributive.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-hash-dev
Description-md5: 1cef36c31b05f520337eb369a545310b
Description-en: combinators for building fast hashing functions.
Combinators for building fast hashing functions. Includes hashing functions
for all basic Haskell98 types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-hash-doc
Description-md5: 814b73b7e349095b57128ec46b5ebd3c
Description-en: combinators for building fast hashing functions.; documentation
Combinators for building fast hashing functions. Includes hashing functions
for all basic Haskell98 types.
.
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-data-hash-prof
Description-md5: df4592d59150957e20e26e7997d4dfe9
Description-en: combinators for building fast hashing functions.; profiling libraries
Combinators for building fast hashing functions. Includes hashing functions
for all basic Haskell98 types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-inttrie-dev
Description-md5: b566ac37359895d8467e74ab226d8129
Description-en: Lazy, infinite trie of integers library
It implements a simple, lazy, infinite trie from integers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-inttrie-doc
Description-md5: 7f7f2c5523dc727d4d4dbda309dc6db1
Description-en: Lazy, infinite trie of integers library; documentation
It implements a simple, lazy, infinite trie from integers.
.
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-data-inttrie-prof
Description-md5: c512c2de00864aead6326f43a0d0a66b
Description-en: Lazy, infinite trie of integers library; profiling libraries
It implements a simple, lazy, infinite trie from integers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-memocombinators-dev
Description-md5: 08a355de096fcd245869bc4428a037a1
Description-en: Combinators for building memo tables library
It contains combinators for building memo tables.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-memocombinators-doc
Description-md5: a9de367bc8e1226fc75650776dc123e3
Description-en: Combinators for building memo tables library; documentation
It contains combinators for building memo tables.
.
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-data-memocombinators-prof
Description-md5: ad1004c5d058d26b2b5b22dbe4c3bf5d
Description-en: Combinators for building memo tables library; profiling libraries
It contains combinators for building memo tables.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-ordlist-dev
Description-md5: f5d3c6c4cf044ad6a3952a2e8a1309e2
Description-en: Set and bag operations on ordered lists
This module provides set and multiset operations on ordered lists.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-ordlist-doc
Description-md5: 9d5836ab7a7e5aaeb8d96a9dd302841e
Description-en: Set and bag operations on ordered lists; documentation
This module provides set and multiset operations on ordered lists.
.
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-data-ordlist-prof
Description-md5: 3bef26d5446a270e7ea12b562701db55
Description-en: Set and bag operations on ordered lists; profiling libraries
This module provides set and multiset operations on ordered lists.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-reify-dev
Description-md5: c2f6a020febb37b913f508667238b203
Description-en: Reify a recursive data structure into an explicit graph.
'data-reify' provided the ability to turn recursive structures into explicit
graphs. Many (implicitly or explicitly) recursive data structure can be given
this ability, via a type class instance. This gives an alternative to using
'Ref' for observable sharing.
.
Observable sharing in general is unsafe, so we use the IO monad to bound this
effect, but can be used safely even with 'unsafePerformIO' if some simple
conditions are met. Typically this package will be used to tie the knot with
DSL's that depend of observable sharing, like Lava.
.
Providing an instance for 'MuRef' is the mechanism for allowing a structure to
be reified into a graph, and several examples of this are provided.
.
© 2009 Andy Gill; BSD3 license.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-data-reify-doc
Description-md5: f5e23efa44eb850101055723888ca0e2
Description-en: Reify a recursive data structure into an explicit graph.; documentation
'data-reify' provided the ability to turn recursive structures into explicit
graphs. Many (implicitly or explicitly) recursive data structure can be given
this ability, via a type class instance. This gives an alternative to using
'Ref' for observable sharing.
.
Observable sharing in general is unsafe, so we use the IO monad to bound this
effect, but can be used safely even with 'unsafePerformIO' if some simple
conditions are met. Typically this package will be used to tie the knot with
DSL's that depend of observable sharing, like Lava.
.
Providing an instance for 'MuRef' is the mechanism for allowing a structure to
be reified into a graph, and several examples of this are provided.
.
© 2009 Andy Gill; BSD3 license.
.
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-data-reify-prof
Description-md5: 783fa17dd36b88945f8ba4cb3a9f841c
Description-en: Reify a recursive data structure into an explicit graph.; profiling libraries
'data-reify' provided the ability to turn recursive structures into explicit
graphs. Many (implicitly or explicitly) recursive data structure can be given
this ability, via a type class instance. This gives an alternative to using
'Ref' for observable sharing.
.
Observable sharing in general is unsafe, so we use the IO monad to bound this
effect, but can be used safely even with 'unsafePerformIO' if some simple
conditions are met. Typically this package will be used to tie the knot with
DSL's that depend of observable sharing, like Lava.
.
Providing an instance for 'MuRef' is the mechanism for allowing a structure to
be reified into a graph, and several examples of this are provided.
.
© 2009 Andy Gill; BSD3 license.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dav-dev
Description-md5: 3b7b6035e09249da6a396d22594d7c14
Description-en: RFC 4918 WebDAV support
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dav-doc
Description-md5: 806873426d1ff506bd04c290f84eede1
Description-en: RFC 4918 WebDAV support; documentation
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
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-dav-prof
Description-md5: 6dfc1795ccbea6e6235f1e50d2ab8729
Description-en: RFC 4918 WebDAV support; profiling libraries
This is a library for the Web Distributed Authoring and Versioning
(WebDAV) extensions to HTTP. At present it supports a very small
subset of client functionality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dbus-dev
Description-md5: e3b02e9a193a4ea6ef5a50573c95e537
Description-en: Haskell implementation of D-Bus
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
.
haskell-dbus is an implementation of the D-Bus protocol in Haskell. It can
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dbus-doc
Description-md5: 52476b556c4ba822df8c8b730fbef083
Description-en: Haskell implementation of D-Bus; documentation
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
.
haskell-dbus is an implementation of the D-Bus protocol in Haskell. It can
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
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-dbus-hslogger-dev
Description-md5: 2d77f3e08fba83f3d3e4e290c6b21407
Description-en: expose a dbus server to control hslogger
dbus-hslogger exports:
setLogLevel, setLogLevelMethodCall, maybeToEither,
setLogLevelFromPriorityString, setLogLevel, logInterface,
logPath, startLogServer, and logIntrospectionInterface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dbus-hslogger-doc
Description-md5: ed96550b501a297e68c43b2e1bcee5ab
Description-en: expose a dbus server to control hslogger; documentation
dbus-hslogger exports:
setLogLevel, setLogLevelMethodCall, maybeToEither,
setLogLevelFromPriorityString, setLogLevel, logInterface,
logPath, startLogServer, and logIntrospectionInterface.
.
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-dbus-hslogger-prof
Description-md5: 3f9844e2b45b2002899e75431f804556
Description-en: expose a dbus server to control hslogger; profiling libraries
dbus-hslogger exports:
setLogLevel, setLogLevelMethodCall, maybeToEither,
setLogLevelFromPriorityString, setLogLevel, logInterface,
logPath, startLogServer, and logIntrospectionInterface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dbus-prof
Description-md5: 23ac35eb60e06e1b7678302ed1909eef
Description-en: Haskell implementation of D-Bus; profiling libraries
D-Bus is a simple, message-based protocol for inter-process communication,
which allows applications to interact with other parts of the machine and
the user's session using remote procedure calls.
.
haskell-dbus is an implementation of the D-Bus protocol in Haskell. It can
be used to add D-Bus support to Haskell applications, without the awkward
interfaces common to foreign bindings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-debian-dev
Description-md5: 3480d92c17c5aad18a997079bd60327f
Description-en: Haskell library for working with the Debian package system
This library includes modules covering almost every aspect of the Debian
packaging system, including low level data types such as version numbers
and dependency relations, on up to the types necessary for computing and
installing build dependencies, building source and binary packages,
and inserting them into a repository.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-debian-doc
Description-md5: 4b546e08b204372b5d15b5f6527d23a2
Description-en: Documentation for Debian package system library; documentation
This library includes modules covering almost every aspect of the Debian
packaging system, including low level data types such as version numbers
and dependency relations, on up to the types necessary for computing and
installing build dependencies, building source and binary packages,
and inserting them into a repository.
.
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-debian-prof
Description-md5: 5552c1e47b47dbc06b3951992e20fc47
Description-en: Profiling library for working with the Debian package system; profiling libraries
This library includes modules covering almost every aspect of the Debian
packaging system, including low level data types such as version numbers
and dependency relations, on up to the types necessary for computing and
installing build dependencies, building source and binary packages,
and inserting them into a repository.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dec-dev
Description-md5: 70d0377493c12db616bdbc4b63c5a322
Description-en: decidable propositions
This package provides a Dec type for decidable (nullary) relations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dec-doc
Description-md5: cf253dba218eb47854d3ef07fba920ef
Description-en: decidable propositions; documentation
This package provides a Dec type for decidable (nullary) relations.
.
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-dec-prof
Description-md5: aa60b42951fcbbec7d55f7bda15b9276
Description-en: decidable propositions; profiling libraries
This package provides a Dec type for decidable (nullary) relations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-decimal-dev
Description-md5: ce38de3aeeb9895cf49b8232e9c7360a
Description-en: decimal numbers with variable precision
Library for manipulating decimal numebers, primary for financial arithmetic.
.
Decimal number has an integer mantissa and a negative
exponent. The exponent can be interpreted as the number
of decimal places in the value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-decimal-doc
Description-md5: 45a761b6ff27915b6f3e80f36db3078d
Description-en: decimal numbers with variable precision; documentation
Library for manipulating decimal numebers, primary for financial arithmetic.
.
Decimal number has an integer mantissa and a negative
exponent. The exponent can be interpreted as the number
of decimal places in the value.
.
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-decimal-prof
Description-md5: 56c568d6312dc78f014ef42623850c75
Description-en: decimal numbers with variable precision; profiling libraries
Library for manipulating decimal numebers, primary for financial arithmetic.
.
Decimal number has an integer mantissa and a negative
exponent. The exponent can be interpreted as the number
of decimal places in the value.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deepseq-generics-dev
Description-md5: 12608522ab6f067c89e279a920a848c8
Description-en: GHC.Generics-based Control.DeepSeq.rnf implementation
This package provides a "GHC.Generics"-based
'Control.DeepSeq.Generics.genericRnf' function which can be used
for providing a 'rnf' implementation. See the documentation for
the 'genericRnf' function in the "Control.DeepSeq.Generics" module
to get started.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deepseq-generics-doc
Description-md5: d274a9c7f9efaee6230dd5c9aabb5151
Description-en: GHC.Generics-based Control.DeepSeq.rnf implementation; documentation
This package provides a "GHC.Generics"-based
'Control.DeepSeq.Generics.genericRnf' function which can be used
for providing a 'rnf' implementation. See the documentation for
the 'genericRnf' function in the "Control.DeepSeq.Generics" module
to get started.
.
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-deepseq-generics-prof
Description-md5: 832f216a60235b038a5663eccdfbfe40
Description-en: GHC.Generics-based Control.DeepSeq.rnf implementation; profiling libraries
This package provides a "GHC.Generics"-based
'Control.DeepSeq.Generics.genericRnf' function which can be used
for providing a 'rnf' implementation. See the documentation for
the 'genericRnf' function in the "Control.DeepSeq.Generics" module
to get started.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deferred-folds-dev
Description-md5: 11ec5b52f3424e10bdc49ef72d810aa5
Description-en: abstractions over deferred folds
This library is in an experimental state.
Users should be prepared for frequent updates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deferred-folds-doc
Description-md5: 329a96e3cc225d794b1b433391eba4cd
Description-en: abstractions over deferred folds; documentation
This library is in an experimental state.
Users should be prepared for frequent updates.
.
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-deferred-folds-prof
Description-md5: d98e33e8d985540a5bcfd10cd54f4461
Description-en: abstractions over deferred folds; profiling libraries
This library is in an experimental state.
Users should be prepared for frequent updates.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dense-linear-algebra-dev
Description-md5: c1dfd0035a2c0b5556083ac3301a76a2
Description-en: pure Haskell implementation of linear algebra
This library is a simple and incomplete collection of linear-algebra
related modules split out from the statistics library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dense-linear-algebra-doc
Description-md5: ffd0e21d35a01f4d8772a51d549b4989
Description-en: pure Haskell implementation of linear algebra; documentation
This library is a simple and incomplete collection of linear-algebra
related modules split out from the statistics library.
.
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-dense-linear-algebra-prof
Description-md5: eef1cbe1bed3061074ca67360b155d7d
Description-en: pure Haskell implementation of linear algebra; profiling libraries
This library is a simple and incomplete collection of linear-algebra
related modules split out from the statistics library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-map-dev
Description-md5: f782293ec3780721c2794fff6a659638
Description-en: dependent finite maps
This package provides a basic dependent sum type. The first component is a tag
that specifies the type of the second.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-map-doc
Description-md5: ebf3d521c7ad83145d1aa7d29ed49318
Description-en: dependent finite maps; documentation
This package provides a basic dependent sum type. The first component is a tag
that specifies the type of the second.
.
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-dependent-map-prof
Description-md5: 9180e0cb95acb45d95622d95b11765eb
Description-en: dependent finite maps; profiling libraries
This package provides a basic dependent sum type. The first component is a tag
that specifies the type of the second.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-sum-dev
Description-md5: 44266b1bc2fd61aa09f458dbee73e939
Description-en: Dependent sum type
Dependent sums and supporting typeclasses for comparing and formatting them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-sum-doc
Description-md5: 3e14b36595c70457ce187984ba6132f5
Description-en: Dependent sum type; documentation
Dependent sums and supporting typeclasses for comparing and formatting them.
.
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-dependent-sum-prof
Description-md5: a6b699b8fb973a10f2e8056d719fcb59
Description-en: Dependent sum type; profiling libraries
Dependent sums and supporting typeclasses for comparing and formatting them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-sum-template-dev
Description-md5: eccec447be0c52a323c891da96629b76
Description-en: Automatically generate instances of classes in dependent-sum package
Using the Template Haskell code in this package, you can create instances for
classes liek GEq and GCompare automatically.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dependent-sum-template-doc
Description-md5: ea06f8416755f22382ec2bb8da4083d1
Description-en: Automatically generate instances of classes in dependent-sum package; documentation
Using the Template Haskell code in this package, you can create instances for
classes liek GEq and GCompare automatically.
.
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-dependent-sum-template-prof
Description-md5: 33779259d28772d25b894b37f106f253
Description-en: Automatically generate instances of classes in dependent-sum package; profiling libraries
Using the Template Haskell code in this package, you can create instances for
classes liek GEq and GCompare automatically.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deque-dev
Description-md5: 152c1d55cf27c26cf5d3dffcef042dad
Description-en: double-ended queues
Strict and lazy implementations of Double-Ended Queue (aka Dequeue
or Deque) based on head-tail linked list.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deque-doc
Description-md5: d6e6db026d4479b7d7ed9402f60ada18
Description-en: double-ended queues; documentation
Strict and lazy implementations of Double-Ended Queue (aka Dequeue
or Deque) based on head-tail linked list.
.
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-deque-prof
Description-md5: 8c9d259d4e5982658ccec22984bb2b06
Description-en: double-ended queues; profiling libraries
Strict and lazy implementations of Double-Ended Queue (aka Dequeue
or Deque) based on head-tail linked list.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deriving-aeson-dev
Description-md5: f90b227e21f987439f51729d384e78d4
Description-en: type-driven generic aeson instance customisation
This package provides a newtype wrapper with
FromJSON/ToJSON instances customisable via a phantom type parameter.
The instances can be rendered to the original type using DerivingVia.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deriving-aeson-doc
Description-md5: af40ee17c610b4b6a3d52100e59cb11a
Description-en: type-driven generic aeson instance customisation; documentation
This package provides a newtype wrapper with
FromJSON/ToJSON instances customisable via a phantom type parameter.
The instances can be rendered to the original type using DerivingVia.
.
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-deriving-aeson-prof
Description-md5: 98743980c49ce1a69ace814dfd04e1f4
Description-en: type-driven generic aeson instance customisation; profiling libraries
This package provides a newtype wrapper with
FromJSON/ToJSON instances customisable via a phantom type parameter.
The instances can be rendered to the original type using DerivingVia.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deriving-compat-dev
Description-md5: 41cb30626ed88bc970cba712108487f6
Description-en: backports of GHC deriving extensions
Provides Template Haskell functions that mimic deriving
extensions that were introduced or modified in recent versions
of GHC.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-deriving-compat-doc
Description-md5: 3a7030964da707100050f0fad818c2ff
Description-en: backports of GHC deriving extensions; documentation
Provides Template Haskell functions that mimic deriving
extensions that were introduced or modified in recent versions
of GHC.
.
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-deriving-compat-prof
Description-md5: 92a9036dba9b496df8370c9baf807d6c
Description-en: backports of GHC deriving extensions; profiling libraries
Provides Template Haskell functions that mimic deriving
extensions that were introduced or modified in recent versions
of GHC.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dhall-dev
Description-md5: 2d9c0566a374ad21fc4f091b93b748e0
Description-en: configuration language guaranteed to terminate
Dhall is an explicitly-typed configuration language that is not Turing
complete. Despite being Turing-incomplete, Dhall is a real programming
language with a type-checker and evaluator.
.
Use this library to parse, type-check, evaluate, and pretty-print the Dhall
configuration language.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dhall-doc
Description-md5: 9aa16848215f7a53004ed3305e955194
Description-en: configuration language guaranteed to terminate; documentation
Dhall is an explicitly-typed configuration language that is not Turing
complete. Despite being Turing-incomplete, Dhall is a real programming
language with a type-checker and evaluator.
.
Use this library to parse, type-check, evaluate, and pretty-print the Dhall
configuration language.
.
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-dhall-prof
Description-md5: 9cbdf5116384429ab70d441a93a87c23
Description-en: configuration language guaranteed to terminate; profiling libraries
Dhall is an explicitly-typed configuration language that is not Turing
complete. Despite being Turing-incomplete, Dhall is a real programming
language with a type-checker and evaluator.
.
Use this library to parse, type-check, evaluate, and pretty-print the Dhall
configuration language.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-cairo-dev
Description-md5: fd26bbf92a45e9384c402b6ad6a1f0f0
Description-en: Cairo backend for the diagrams drawing EDSL
A full-featured backend for rendering diagrams using the cairo rendering
engine. To get started, see "Diagrams.Backend.Cairo.CmdLine".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-cairo-doc
Description-md5: 85d709dfb66a438f54a294e9d6f26edd
Description-en: Cairo backend for the diagrams drawing EDSL; documentation
A full-featured backend for rendering diagrams using the cairo rendering
engine. To get started, see "Diagrams.Backend.Cairo.CmdLine".
.
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-diagrams-cairo-prof
Description-md5: e424030d69d64e2331569374e83c18d8
Description-en: Cairo backend for the diagrams drawing EDSL; profiling libraries
A full-featured backend for rendering diagrams using the cairo rendering
engine. To get started, see "Diagrams.Backend.Cairo.CmdLine".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-core-dev
Description-md5: 12c0597256c440de058c15daf2b2b7e6
Description-en: Core libraries for diagrams EDSL
The core modules underlying diagrams, an embedded domain-specific language for
compositional, declarative drawing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-core-doc
Description-md5: db22b560cfa24d6789706ddbe2c7fa20
Description-en: Core libraries for diagrams EDSL; documentation
The core modules underlying diagrams, an embedded domain-specific language for
compositional, declarative drawing.
.
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-diagrams-core-prof
Description-md5: d35ce389103533f466a2655f62eecf57
Description-en: Core libraries for diagrams EDSL; profiling libraries
The core modules underlying diagrams, an embedded domain-specific language for
compositional, declarative drawing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-lib-dev
Description-md5: 121c4f37dcb4b3cb6df70c2c4facf80a
Description-en: Embedded domain-specific language for declarative graphics
Diagrams is a flexible, extensible EDSL for creating graphics of many types.
Graphics can be created in arbitrary vector spaces and rendered with multiple
backends. diagrams-lib provides a standard library of primitives and
operations for creating diagrams. To get started using it, see
"Diagrams.Prelude".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-lib-doc
Description-md5: c63c4e5af6360828aea7855479d9054d
Description-en: Embedded domain-specific language for declarative graphics; documentation
Diagrams is a flexible, extensible EDSL for creating graphics of many types.
Graphics can be created in arbitrary vector spaces and rendered with multiple
backends. diagrams-lib provides a standard library of primitives and
operations for creating diagrams. To get started using it, see
"Diagrams.Prelude".
.
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-diagrams-lib-prof
Description-md5: c96412c82a33e6a42b98e905a340c266
Description-en: Embedded domain-specific language for declarative graphics; profiling libraries
Diagrams is a flexible, extensible EDSL for creating graphics of many types.
Graphics can be created in arbitrary vector spaces and rendered with multiple
backends. diagrams-lib provides a standard library of primitives and
operations for creating diagrams. To get started using it, see
"Diagrams.Prelude".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-solve-dev
Description-md5: 9df73e98c140ea784ea0ec2b986e2788
Description-en: pure Haskell solver routines used by diagrams
Pure Haskell solver routines used by the diagrams project. Currently includes
finding real roots of low-degree (n < 5) polynomials, and solving tridiagonal
and cyclic tridiagonal linear systems.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-solve-doc
Description-md5: e8e8e807c7fd9acaffc3f77b252eaa49
Description-en: pure Haskell solver routines used by diagrams; documentation
Pure Haskell solver routines used by the diagrams project. Currently includes
finding real roots of low-degree (n < 5) polynomials, and solving tridiagonal
and cyclic tridiagonal linear systems.
.
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-diagrams-solve-prof
Description-md5: 0d2746451d789c7012a4a058ad717137
Description-en: pure Haskell solver routines used by diagrams; profiling libraries
Pure Haskell solver routines used by the diagrams project. Currently includes
finding real roots of low-degree (n < 5) polynomials, and solving tridiagonal
and cyclic tridiagonal linear systems.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-svg-dev
Description-md5: 92407c4a6a4824131af2edbd15f72393
Description-en: SVG backend for diagrams drawing EDSL
This package provides a modular backend for rendering diagrams created with
the diagrams EDSL using SVG. It uses blaze-svg to be a fast, pure-Haskell
backend.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diagrams-svg-doc
Description-md5: 506fcd6d177f21100d4b211d2136493a
Description-en: SVG backend for diagrams drawing EDSL; documentation
This package provides a modular backend for rendering diagrams created with
the diagrams EDSL using SVG. It uses blaze-svg to be a fast, pure-Haskell
backend.
.
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-diagrams-svg-prof
Description-md5: c2f435019d1b540ec223c0114ed093e1
Description-en: SVG backend for diagrams drawing EDSL; profiling libraries
This package provides a modular backend for rendering diagrams created with
the diagrams EDSL using SVG. It uses blaze-svg to be a fast, pure-Haskell
backend.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dice-dev
Description-md5: cbbf0e6a11b9bbaffb254388db52fd4b
Description-en: simplistic D&D style dice-rolling system
Simplistic D&D style dice-rolling system.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dice-doc
Description-md5: 380ac23b3b2368a0e897f78987f1201e
Description-en: simplistic D&D style dice-rolling system; documentation
Simplistic D&D style dice-rolling system.
.
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-dice-entropy-conduit-dev
Description-md5: e2beeb42ce4419123d717f3ffdc73506
Description-en: secure n-sided dice rolls and random sampling
Haskll library providing cryptographically secure n-sided dice rolls,
and random sampling within a given range. The technique of rejection
sampling is used to obtain the random data. The number of random
bits used is close to the optimal bound, information-theoretically
speaking.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dice-entropy-conduit-doc
Description-md5: 74866f15b2a156d0d1b6214fa580653c
Description-en: secure n-sided dice rolls and random sampling; documentation
Haskll library providing cryptographically secure n-sided dice rolls,
and random sampling within a given range. The technique of rejection
sampling is used to obtain the random data. The number of random
bits used is close to the optimal bound, information-theoretically
speaking.
.
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-dice-entropy-conduit-prof
Description-md5: acad95998b149d3d6644a49a82ec9700
Description-en: secure n-sided dice rolls and random sampling; profiling libraries
Haskll library providing cryptographically secure n-sided dice rolls,
and random sampling within a given range. The technique of rejection
sampling is used to obtain the random data. The number of random
bits used is close to the optimal bound, information-theoretically
speaking.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dice-prof
Description-md5: 21f1530d971d97083f66676e78b4b812
Description-en: simplistic D&D style dice-rolling system; profiling libraries
Simplistic D&D style dice-rolling system.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diff-dev
Description-md5: 9356cea2f13d7d0a16e583254cc12081
Description-en: O(ND) diff algorithm library
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
.
Whilst the algorithm is the same one used by standared Unix diff, the
assumption is that users of this library will want to diff over interesting
things or perform interesting tasks with the results.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-diff-doc
Description-md5: 9465fd410101b55ad3d5d114b5f42d2c
Description-en: O(ND) diff algorithm library; documentation
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
.
Whilst the algorithm is the same one used by standared Unix diff, the
assumption is that users of this library will want to diff over interesting
things or perform interesting tasks with the results.
.
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-diff-prof
Description-md5: 904df0ac31fd1f7f6c9831b32d6e055a
Description-en: O(ND) diff algorithm library; profiling libraries
This is a Haskell library providing an implementation of the O(ND) diff
algorithm described in "An O(ND) Difference Algorithm and Its Variations"
(1986) by Eugene W. Myers. It is O(mn) in space.
.
Whilst the algorithm is the same one used by standared Unix diff, the
assumption is that users of this library will want to diff over interesting
things or perform interesting tasks with the results.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-digest-dev
Description-md5: 2ddb128534c28870a85bd637071c1be2
Description-en: efficient cryptographic hash implementations for bytestrings
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-digest-doc
Description-md5: cc09fccbf378a74b17cc1cae6d258660
Description-en: efficient cryptographic hash implementations bytestrings; documentation
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
.
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-digest-prof
Description-md5: be7bc9025468827bf9c52635736436ee
Description-en: efficient cryptographic hash implementations bytestrings; profiling libraries
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dimensional-dev
Description-md5: 6754ca71317228b42290394b51b32fef
Description-en: statically checked physical dimensions
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
validity of operations is verified by the type checker at compile time. The
boxing and unboxing of numerical values as quantities is done by
multiplication and division with units.
.
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dimensional-doc
Description-md5: 61881b399d9ddcb37799d1c44d7955e9
Description-en: statically checked physical dimensions; documentation
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
validity of operations is verified by the type checker at compile time. The
boxing and unboxing of numerical values as quantities is done by
multiplication and division with units.
.
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
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-dimensional-prof
Description-md5: cef4d555afb9790d1a853f5995a6b6a1
Description-en: statically checked physical dimensions; profiling libraries
Dimensional is a library providing data types for performing arithmetic
with physical quantities and units. Information about the physical
dimensions of the quantities and units is embedded in their types and the
validity of operations is verified by the type checker at compile time. The
boxing and unboxing of numerical values as quantities is done by
multiplication and division with units.
.
The library is designed to, as far as is practical, enforce/encourage best
practices of unit usage.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-directory-ospath-streaming-dev
Description-md5: b1d30c37889245e19b4e4f8f93df2111
Description-en: stream directory entries in constant memory in IO
Reading of directory contents in constant memory, i.e. in an iterative
fashion without storing all directory elements in memory. From another
perspective, this reading interface allows stopping at any point
without loading every directory element.
.
Also defines general-purpose recursive directory traversals.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-directory-ospath-streaming-doc
Description-md5: bedc174397b16fd6fde9ac7b42b1a020
Description-en: stream directory entries in constant memory in IO; documentation
Reading of directory contents in constant memory, i.e. in an iterative
fashion without storing all directory elements in memory. From another
perspective, this reading interface allows stopping at any point
without loading every directory element.
.
Also defines general-purpose recursive directory traversals.
.
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-directory-ospath-streaming-prof
Description-md5: 364f9f3525410516512bd5543ef55376
Description-en: stream directory entries in constant memory in IO; profiling libraries
Reading of directory contents in constant memory, i.e. in an iterative
fashion without storing all directory elements in memory. From another
perspective, this reading interface allows stopping at any point
without loading every directory element.
.
Also defines general-purpose recursive directory traversals.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-directory-tree-dev
Description-md5: bb44c40eaac360bbf88be931639ca797
Description-en: simple directory-like tree datatype, with IO functions
A simple directory-like tree datatype, with useful IO functions and Foldable
and Traversable instance
.
Provides a simple data structure mirroring a directory tree on the
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-directory-tree-doc
Description-md5: bdc2a9d22af4ba1ce97ccdcf4db5c85a
Description-en: simple directory-like tree datatype, with IO functions; documentation
A simple directory-like tree datatype, with useful IO functions and Foldable
and Traversable instance
.
Provides a simple data structure mirroring a directory tree on the
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
.
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-directory-tree-prof
Description-md5: 56657ffcb5ab194b129f19649cbe88b0
Description-en: simple directory-like tree datatype, with IO functions; profiling libraries
A simple directory-like tree datatype, with useful IO functions and Foldable
and Traversable instance
.
Provides a simple data structure mirroring a directory tree on the
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-disk-free-space-dev
Description-md5: 575e52011b7b359b150df231870fcc32
Description-en: retrieve information about disk space usage
A cross-platform library retrieve information about disk space usage.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-disk-free-space-doc
Description-md5: 0a4cfcc5fe1e8408caaaccbb6165ebfd
Description-en: retrieve information about disk space usage; documentation
A cross-platform library retrieve information about disk space usage.
.
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-disk-free-space-prof
Description-md5: 3dc1be21164f8fb01601a69fe525f307
Description-en: retrieve information about disk space usage; profiling libraries
A cross-platform library retrieve information about disk space usage.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-distributive-dev
Description-md5: 5352baa6706d8808e81d70706cfc6716
Description-en: distributive functors
This package provides a type class for distributive functors. These are the
dual to traversable functors.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-distributive-doc
Description-md5: 26af9e183da8b6682bee05028decf7e1
Description-en: distributive functors; documentation
This package provides a type class for distributive functors. These are the
dual to traversable functors.
.
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-distributive-prof
Description-md5: c2422b929a53ed2f957fcedd68b9466d
Description-en: distributive functors; profiling libraries
This package provides a type class for distributive functors. These are the
dual to traversable functors.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-djot-dev
Description-md5: 11cdab7ef15842f38e8ac5463d11d105
Description-en: Parser and renderer for djot light markup syntax
Djot is a light markup language. This package provides a data structure to
represent djot documents, a very fast parser, and functions to render a
parsed document as HTML and as djot.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-djot-doc
Description-md5: 93abafb213824a3251b549ee10287320
Description-en: Parser and renderer for djot light markup syntax; documentation
Djot is a light markup language. This package provides a data structure to
represent djot documents, a very fast parser, and functions to render a
parsed document as HTML and as djot.
.
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-djot-prof
Description-md5: 683627e2376905c97a997c8b76ac6920
Description-en: Parser and renderer for djot light markup syntax; profiling libraries
Djot is a light markup language. This package provides a data structure to
represent djot documents, a very fast parser, and functions to render a
parsed document as HTML and as djot.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dlist-dev
Description-md5: 57727e1636db99bbc18b0ea7346acfac
Description-en: Haskell library for Differences lists
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dlist-doc
Description-md5: a0bc758f06d34780b3b600f99ba3c489
Description-en: Haskell library for Differences lists; documentation
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
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-dlist-instances-dev
Description-md5: 4cd3e20ae52386a25a22900039840def
Description-en: difference lists instances
This package is the canonical source for some orphan instances for
the dlist (difference list) packages. Orphan instances are placed
here to avoid dependencies elsewhere.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dlist-instances-doc
Description-md5: e11614b8f9754ee7c54ae7eb66fc14ff
Description-en: difference lists instances; documentation
This package is the canonical source for some orphan instances for
the dlist (difference list) packages. Orphan instances are placed
here to avoid dependencies elsewhere.
.
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-dlist-instances-prof
Description-md5: 5bbe60211c3e447a2bb9e3cb4aa51dbd
Description-en: difference lists instances; profiling libraries
This package is the canonical source for some orphan instances for
the dlist (difference list) packages. Orphan instances are placed
here to avoid dependencies elsewhere.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dlist-prof
Description-md5: 87252681f49f6fcd3fd6cb30ee7d15df
Description-en: Haskell library for Differences lists; profiling libraries
Differences lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dns-dev
Description-md5: 99cbe301cac5e9231ee4e732086a7e5c
Description-en: pure Haskell DNS library
A thread-safe DNS library for both clients and servers
written in pure Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dns-doc
Description-md5: 94f103172bae773983b4c5260ad12b07
Description-en: pure Haskell DNS library; documentation
A thread-safe DNS library for both clients and servers
written in pure Haskell.
.
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-dns-prof
Description-md5: fde00826e7a7f130c8a8940db69cfa9a
Description-en: pure Haskell DNS library; profiling libraries
A thread-safe DNS library for both clients and servers
written in pure 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: libghc-doclayout-dev
Description-md5: 334693ad28ba1a7ca32ff548854fddc1
Description-en: Prettyprinting library for laying out text documents
doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doclayout-doc
Description-md5: 08ba845206d5545adfeb940a6c7f98d7
Description-en: Prettyprinting library for laying out text documents; documentation
doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.
.
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-doclayout-prof
Description-md5: 746a0db7de537c382286ff85479774d0
Description-en: Prettyprinting library for laying out text documents; profiling libraries
doclayout is a prettyprinting library for laying out text documents,
with several features not present in prettyprinting libraries designed
for code. It was designed for use in pandoc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doctemplates-dev
Description-md5: 887534f3ed7648afd26d51d0a79ef938
Description-en: Pandoc-style document templates
This is the templating system used by pandoc. It was formerly be a
module in pandoc. It has been split off to make it easier to use
independently.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doctemplates-doc
Description-md5: 117a72714b12476a9c7228300d70ac55
Description-en: Pandoc-style document templates; documentation
This is the templating system used by pandoc. It was formerly be a
module in pandoc. It has been split off to make it easier to use
independently.
.
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-doctemplates-prof
Description-md5: 2f6dee0cf5d9f323114db9c1e375e16b
Description-en: Pandoc-style document templates; profiling libraries
This is the templating system used by pandoc. It was formerly be a
module in pandoc. It has been split off to make it easier to use
independently.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doctest-dev
Description-md5: 23ea99d7443559a14a7c1e4e32ff45b4
Description-en: test interactive Haskell examples
The doctest program checks examples in source code comments.
It is modeled after doctest for Python
().
.
Documentation is at
.
.
This package contains the normal library files.
Package: libghc-doctest-doc
Description-md5: 62008ffe44c09269d7578ae29990343f
Description-en: test interactive Haskell examples; documentation
The doctest program checks examples in source code comments.
It is modeled after doctest for Python
().
.
Documentation is at
.
.
This package contains the documentation files.
Package: libghc-doctest-parallel-dev
Description-md5: 649228d8641fa4cd4f0d42c561100d50
Description-en: Test interactive Haskell examples
The doctest program checks examples in source code comments. It is modeled
after doctest for Python (https://docs.python.org/3/library/doctest.html).
.
Documentation is at
https://github.com/martijnbastiaan/doctest-parallel#readme.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doctest-parallel-doc
Description-md5: 799ed67c0ebceabbde4861459f948a7a
Description-en: Test interactive Haskell examples; documentation
The doctest program checks examples in source code comments. It is modeled
after doctest for Python (https://docs.python.org/3/library/doctest.html).
.
Documentation is at
https://github.com/martijnbastiaan/doctest-parallel#readme.
.
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-doctest-parallel-prof
Description-md5: 35336a5d88b5139f46dec90163c97513
Description-en: Test interactive Haskell examples; profiling libraries
The doctest program checks examples in source code comments. It is modeled
after doctest for Python (https://docs.python.org/3/library/doctest.html).
.
Documentation is at
https://github.com/martijnbastiaan/doctest-parallel#readme.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-doctest-prof
Description-md5: ef8d1966b770eb5ef9c7bccd962f5b49
Description-en: test interactive Haskell examples; profiling libraries
The doctest program checks examples in source code comments.
It is modeled after doctest for Python
().
.
Documentation is at
.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-dotgen-dev
Description-md5: cec87163be1ab2bdab728acd84255f5d
Description-en: simple interface for building .dot graph files
This package provides a simple interface for building .dot graph
files, for input into the dot and graphviz tools. It includes a
monadic interface for building graphs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dotgen-doc
Description-md5: df6a228afb9f932ee028b7739066786e
Description-en: simple interface for building .dot graph files; documentation
This package provides a simple interface for building .dot graph
files, for input into the dot and graphviz tools. It includes a
monadic interface for building graphs.
.
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-dotgen-prof
Description-md5: ab978371d8b179741ab223131f3912b7
Description-en: simple interface for building .dot graph files; profiling libraries
This package provides a simple interface for building .dot graph
files, for input into the dot and graphviz tools. It includes a
monadic interface for building graphs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-double-conversion-dev
Description-md5: 6fe02eab12ae874399bb1c7ed71463ea
Description-en: fast conversion between double precision floating point and text
A library that performs fast, accurate conversion between double
precision floating point and text.
.
This library is implemented as bindings to the C++
double-conversion library written by Florian Loitsch at Google.
.
The 'Text' versions of these functions are about 30 times faster
than the default 'show' implementation for the 'Double' type.
.
The 'ByteString' versions are /slower/ than the 'Text' versions;
roughly half the speed. (This seems to be due to the cost of
allocating 'ByteString' values via malloc.)
.
As a final note, be aware that the bytestring-show package is
about 50% slower than simply using 'show'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-double-conversion-doc
Description-md5: 3b7374d37e93330a6338da9b8686cc94
Description-en: fast conversion between double precision floating point and text; documentation
A library that performs fast, accurate conversion between double
precision floating point and text.
.
This library is implemented as bindings to the C++
double-conversion library written by Florian Loitsch at Google.
.
The 'Text' versions of these functions are about 30 times faster
than the default 'show' implementation for the 'Double' type.
.
The 'ByteString' versions are /slower/ than the 'Text' versions;
roughly half the speed. (This seems to be due to the cost of
allocating 'ByteString' values via malloc.)
.
As a final note, be aware that the bytestring-show package is
about 50% slower than simply using 'show'.
.
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-double-conversion-prof
Description-md5: 1076e86bf9cfab110b84be21cab51c91
Description-en: fast conversion between double precision floating point and text; profiling libraries
A library that performs fast, accurate conversion between double
precision floating point and text.
.
This library is implemented as bindings to the C++
double-conversion library written by Florian Loitsch at Google.
.
The 'Text' versions of these functions are about 30 times faster
than the default 'show' implementation for the 'Double' type.
.
The 'ByteString' versions are /slower/ than the 'Text' versions;
roughly half the speed. (This seems to be due to the cost of
allocating 'ByteString' values via malloc.)
.
As a final note, be aware that the bytestring-show package is
about 50% slower than simply using 'show'.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dual-tree-dev
Description-md5: 409704cee14015f945b054adf7c04faa
Description-en: Rose trees with cached and accumulating monoidal annotations
Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
(i.e. accumulating) monoidal annotations.
.
Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
internal nodes, and two types of monoidal annotations, one travelling "up" the
tree and one traveling "down".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dual-tree-doc
Description-md5: a25e20325a4bb023d541df3b88b9ffa7
Description-en: Rose trees with cached and accumulating monoidal annotations; documentation
Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
(i.e. accumulating) monoidal annotations.
.
Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
internal nodes, and two types of monoidal annotations, one travelling "up" the
tree and one traveling "down".
.
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-dual-tree-prof
Description-md5: 397b79986b31fcee5b3193f49ff1e118
Description-en: Rose trees with cached and accumulating monoidal annotations; profiling libraries
Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
(i.e. accumulating) monoidal annotations.
.
Abstractly, a DUALTree is a rose (n-ary) tree with data at leaves, data at
internal nodes, and two types of monoidal annotations, one travelling "up" the
tree and one traveling "down".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dynamic-state-dev
Description-md5: b28d4ead2456778b95f1c6863568f4dc
Description-en: optionally serializable dynamic state keyed by type
This is a Haskell library providing optionally serializable dynamic state
keyed by type
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dynamic-state-doc
Description-md5: 6b82b52c886393d2c33349bc9a1fddde
Description-en: optionally serializable dynamic state keyed by type; documentation
This is a Haskell library providing optionally serializable dynamic state
keyed by type
.
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-dynamic-state-prof
Description-md5: c17c21089d2bf4d491721409f4f0cacc
Description-en: optionally serializable dynamic state keyed by type; profiling libraries
This is a Haskell library providing optionally serializable dynamic state
keyed by type
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dyre-dev
Description-md5: d95879d32db6ec2c035ef25addb5e7e2
Description-en: dynamic reconfiguration library
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-dyre-doc
Description-md5: d5e1ef02b4b2c8750c22c2c6e30fc2e9
Description-en: dynamic reconfiguration library; documentation
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
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-dyre-prof
Description-md5: 347477fa763704b93c1d54b4644f2f08
Description-en: dynamic reconfiguration library; profiling libraries
Dyre implements dynamic reconfiguration facilities after the style
of Xmonad. Dyre aims to be as simple as possible without sacrificing
features, and places an emphasis on simplicity of integration with an
application. A full introduction with a complete example project can
be found in the documentation for Config.Dyre
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-easy-file-dev
Description-md5: ff1fdd113d889996093ceee8dc9f85b6
Description-en: Cross-platform file handling
This package provides unified cross-platform file handling for
Unix/Mac/Windows.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-easy-file-doc
Description-md5: d900afe0ba3c0ce0aeecf2740b74666a
Description-en: Cross-platform file handling; documentation
This package provides unified cross-platform file handling for
Unix/Mac/Windows.
.
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-easy-file-prof
Description-md5: 44d2778fa4fb4f192f9c6fc63cba2008
Description-en: Cross-platform file handling; profiling libraries
This package provides unified cross-platform file handling for
Unix/Mac/Windows.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-echo-dev
Description-md5: 5e02dca2a29c4c74dae646049ca7ba48
Description-en: Cross-platform library for handling echoing terminal input
The base library exposes the hGetEcho and hSetEcho functions
for querying and setting echo status, but unfortunately, neither
function works with MinTTY consoles on Windows. This is a serious
issue, since hGetEcho and hSetEcho are often used to disable
input echoing when a program prompts for a password, so many
programs will reveal your password as you type it on MinTTY!
.
This library provides an alternative interface which works
with both MinTTY and other consoles.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-echo-doc
Description-md5: 59d2c668f0ec15e88258d3cd30d416e3
Description-en: Cross-platform library for handling echoing terminal input; documentation
The base library exposes the hGetEcho and hSetEcho functions
for querying and setting echo status, but unfortunately, neither
function works with MinTTY consoles on Windows. This is a serious
issue, since hGetEcho and hSetEcho are often used to disable
input echoing when a program prompts for a password, so many
programs will reveal your password as you type it on MinTTY!
.
This library provides an alternative interface which works
with both MinTTY and other consoles.
.
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-echo-prof
Description-md5: ac28b78b390b70ac43cb082d0b484ae5
Description-en: Cross-platform library for handling echoing terminal input; profiling libraries
The base library exposes the hGetEcho and hSetEcho functions
for querying and setting echo status, but unfortunately, neither
function works with MinTTY consoles on Windows. This is a serious
issue, since hGetEcho and hSetEcho are often used to disable
input echoing when a program prompts for a password, so many
programs will reveal your password as you type it on MinTTY!
.
This library provides an alternative interface which works
with both MinTTY and other consoles.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ed25519-dev
Description-md5: 8c4fc5758a5f4cd6b908eb4cb0682bbd
Description-en: Ed25519 cryptographic signatures
This package provides a simple, portable implementation of the
ed25519 public-key signature system. It also includes support for
detached signatures.
.
The underlying implementation uses the ref10 implementation of
ed25519 from SUPERCOP, and should be relatively fast.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ed25519-doc
Description-md5: f18f702150720bdeb29c07559a04e0ce
Description-en: Ed25519 cryptographic signatures; documentation
This package provides a simple, portable implementation of the
ed25519 public-key signature system. It also includes support for
detached signatures.
.
The underlying implementation uses the ref10 implementation of
ed25519 from SUPERCOP, and should be relatively fast.
.
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-ed25519-prof
Description-md5: 6791956686d9cc0dd1a3f263a76c9eb7
Description-en: Ed25519 cryptographic signatures; profiling libraries
This package provides a simple, portable implementation of the
ed25519 public-key signature system. It also includes support for
detached signatures.
.
The underlying implementation uses the ref10 implementation of
ed25519 from SUPERCOP, and should be relatively fast.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-edit-distance-dev
Description-md5: d74fcc0ca321791810a9d0547b16937e
Description-en: Haskell fuzzy matching
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-edit-distance-doc
Description-md5: 85cc3ae85d4cda27f22a221478a1b0e5
Description-en: Haskell fuzzy matching; documentation
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
.
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-edit-distance-prof
Description-md5: 20d9387d8b7174d849316c813a114ba2
Description-en: Haskell fuzzy matching; profiling libraries
Optimized edit distances for fuzzy matching, including Levenshtein
and restricted Damerau-Levenshtein algorithms.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-edit-distance-vector-dev
Description-md5: 66b417c802f0e3418a070a12a8470201
Description-en: Calculate edit distances and edit scripts between vectors.
An implementation of the Wagner–Fischer dynamic programming algorithm to
find the optimal edit script and cost between two sequences.
.
The implementation in this package is specialised to sequences represented
with "Data.Vector" but is otherwise agnostic to:
.
* The type of values in the vectors;
.
* The type representing edit operations; and
.
* The type representing the cost of operations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-edit-distance-vector-doc
Description-md5: f83481abe9459afce6042d410dc23307
Description-en: Calculate edit distances and edit scripts between vectors.; documentation
An implementation of the Wagner–Fischer dynamic programming algorithm to
find the optimal edit script and cost between two sequences.
.
The implementation in this package is specialised to sequences represented
with "Data.Vector" but is otherwise agnostic to:
.
* The type of values in the vectors;
.
* The type representing edit operations; and
.
* The type representing the cost of operations.
.
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-edit-distance-vector-prof
Description-md5: f372c3432d3a4aaa5d4f4a3e4b413f42
Description-en: Calculate edit distances and edit scripts between vectors.; profiling libraries
An implementation of the Wagner–Fischer dynamic programming algorithm to
find the optimal edit script and cost between two sequences.
.
The implementation in this package is specialised to sequences represented
with "Data.Vector" but is otherwise agnostic to:
.
* The type of values in the vectors;
.
* The type representing edit operations; and
.
* The type representing the cost of operations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-either-dev
Description-md5: 1bf3a13da3f91d2125b6e18a8380ce31
Description-en: Either monad transformer
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-either-doc
Description-md5: eaba292a6cebeaae94bc5ac1fafe390b
Description-en: Either monad transformer; documentation
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
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-either-prof
Description-md5: 84ac7bcf1294e7c70a9bb8dc724d0164
Description-en: Either monad transformer; profiling libraries
This library provides a minimalist Either monad transformer, EitherT.
EitherT is a version of ErrorT that does not require a spurious Error
instance for the Left case.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-elm-bridge-dev
Description-md5: a90666853114a439d5000ceb895241ae
Description-en: Bridge between Haskell and Elm
Define types once, use on both sides and enjoy easy (de)serialisation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-elm-bridge-doc
Description-md5: 1f171413252b5ef5560c83d0299262a6
Description-en: Bridge between Haskell and Elm; documentation
Define types once, use on both sides and enjoy easy (de)serialisation.
.
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-elm-bridge-prof
Description-md5: 3b1234d9314651384730a9b815932da9
Description-en: Bridge between Haskell and Elm; profiling libraries
Define types once, use on both sides and enjoy easy (de)serialisation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-email-validate-dev
Description-md5: 9706f86ed040bb03f2d49082878ff7c8
Description-en: validate an email address string against RFC 5322
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-email-validate-doc
Description-md5: c79816f4c8981e8944bfa5a39b5dab61
Description-en: validate an email address string against RFC 5322; documentation
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-email-validate-prof
Description-md5: 76278a12460bb3bd5b7ade3dfe5c7df3
Description-en: validate an email address string against RFC 5322; profiling libraries
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-emojis-dev
Description-md5: ccfe8a844bf46c2085544ac10e1b68a7
Description-en: Conversion between emoji characters and their names
This package provides functions for converting emoji names to emoji
characters and vice versa.
.
- It supports a wide range of emojis, including all those supported
by GitHub
- It supports lookup of emoji aliases from emoji
- It uses Text rather than String
- It has a light dependency footprint: in particular, it does not
require aeson
- It does not require TemplateHaskell
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-emojis-doc
Description-md5: 3a894414e3ae8caa244b9c44cfed0875
Description-en: Conversion between emoji characters and their names; documentation
This package provides functions for converting emoji names to emoji
characters and vice versa.
.
- It supports a wide range of emojis, including all those supported
by GitHub
- It supports lookup of emoji aliases from emoji
- It uses Text rather than String
- It has a light dependency footprint: in particular, it does not
require aeson
- It does not require TemplateHaskell
.
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-emojis-prof
Description-md5: f8c6f1d9eeb616e36522e75e2de34886
Description-en: Conversion between emoji characters and their names; profiling libraries
This package provides functions for converting emoji names to emoji
characters and vice versa.
.
- It supports a wide range of emojis, including all those supported
by GitHub
- It supports lookup of emoji aliases from emoji
- It uses Text rather than String
- It has a light dependency footprint: in particular, it does not
require aeson
- It does not require TemplateHaskell
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-enclosed-exceptions-dev
Description-md5: 3e2cdd4295f25def5db6d36dfd19c1fe
Description-en: catching all exceptions from within an enclosed computation
Catching all exceptions raised within an enclosed computation, while
remaining responsive to (external) asynchronous exceptions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-enclosed-exceptions-doc
Description-md5: b8c11d7e74975da1b505d1508831bc45
Description-en: catching all exceptions from within an enclosed computation; documentation
Catching all exceptions raised within an enclosed computation, while
remaining responsive to (external) asynchronous exceptions.
.
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-enclosed-exceptions-prof
Description-md5: ba17a2a41fc14171ae27eb0784ce4d5c
Description-en: catching all exceptions from within an enclosed computation; profiling libraries
Catching all exceptions raised within an enclosed computation, while
remaining responsive to (external) asynchronous exceptions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-encoding-dev
Description-md5: 4b35a2ab0ddbd28e1ec660440a04fab9
Description-en: Haskell library to work with various character encodings
This library for Haskell enables more convenient interoperation with the
following (non-inclusive list) of encodings: ASCII, BootString, ByteSink,
ByteSource, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257,
CP1258, CP437, CP737, CP775, CP850, CP852, CP855, CP857, CP860, CP861, CP862,
CP863, CP864, CP865, CP866, CP869, CP874, CP932, Exception, GB18030, ISO2022,
ISO2022JP, ISO88591, ISO885910, ISO885911, ISO885913, ISO885914, ISO885915,
ISO885916, ISO88592, ISO88593, ISO88594, ISO88595, ISO88596, ISO88597,
ISO88598, ISO88599, JISX0201, JISX0208, JISX0212, KOI8R, KOI8U, MacOSRoman,
ShiftJIS, UTF16, UTF32, UTF8
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-encoding-doc
Description-md5: 987731e30cf9851d72c831d606eb08e5
Description-en: Haskell library to work with various character encodings; documentation
This library for Haskell enables more convenient interoperation with the
following (non-inclusive list) of encodings: ASCII, BootString, ByteSink,
ByteSource, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257,
CP1258, CP437, CP737, CP775, CP850, CP852, CP855, CP857, CP860, CP861, CP862,
CP863, CP864, CP865, CP866, CP869, CP874, CP932, Exception, GB18030, ISO2022,
ISO2022JP, ISO88591, ISO885910, ISO885911, ISO885913, ISO885914, ISO885915,
ISO885916, ISO88592, ISO88593, ISO88594, ISO88595, ISO88596, ISO88597,
ISO88598, ISO88599, JISX0201, JISX0208, JISX0212, KOI8R, KOI8U, MacOSRoman,
ShiftJIS, UTF16, UTF32, UTF8
.
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-encoding-prof
Description-md5: 640b19cc1f115091d198e86f5e1a1019
Description-en: Haskell library to work with various character encodings; profiling libraries
This library for Haskell enables more convenient interoperation with the
following (non-inclusive list) of encodings: ASCII, BootString, ByteSink,
ByteSource, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257,
CP1258, CP437, CP737, CP775, CP850, CP852, CP855, CP857, CP860, CP861, CP862,
CP863, CP864, CP865, CP866, CP869, CP874, CP932, Exception, GB18030, ISO2022,
ISO2022JP, ISO88591, ISO885910, ISO885911, ISO885913, ISO885914, ISO885915,
ISO885916, ISO88592, ISO88593, ISO88594, ISO88595, ISO88596, ISO88597,
ISO88598, ISO88599, JISX0201, JISX0208, JISX0212, KOI8R, KOI8U, MacOSRoman,
ShiftJIS, UTF16, UTF32, UTF8
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-entropy-dev
Description-md5: f8bc5b0ec32697b4fb7d7c26dde08fc5
Description-en: cryptographically-strong entropy
It is a platform-independent method to obtain cryptographically strong
entropy (urandom on Linux, CryptAPI on Windows, patches welcome). Users
looking for cryptographically strong (number-theoretically sound) PRNGs
should see the DRBG package too.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-entropy-doc
Description-md5: 00f462b2044d78c05a76831c2fc05288
Description-en: cryptographically-strong entropy; documentation
It is a platform-independent method to obtain cryptographically strong
entropy (urandom on Linux, CryptAPI on Windows, patches welcome). Users
looking for cryptographically strong (number-theoretically sound) PRNGs
should see the DRBG package too.
.
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-entropy-prof
Description-md5: edb7e76a4ce602bdee5c023f87ece7c6
Description-en: cryptographically-strong entropy; profiling libraries
It is a platform-independent method to obtain cryptographically strong
entropy (urandom on Linux, CryptAPI on Windows, patches welcome). Users
looking for cryptographically strong (number-theoretically sound) PRNGs
should see the DRBG package too.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-enummapset-dev
Description-md5: 585ed062fe673b03cf244416f77935d6
Description-en: IntMap and IntSet with Enum keys/elements
This package contains simple wrappers around 'Data.IntMap' and
'Data.IntSet' with 'Enum' keys and elements respectively.
Especially useful for 'Int's wrapped with newtype.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-enummapset-doc
Description-md5: d03048ccf4c844dbd24bc0a03ddb818e
Description-en: IntMap and IntSet with Enum keys/elements; documentation
This package contains simple wrappers around 'Data.IntMap' and
'Data.IntSet' with 'Enum' keys and elements respectively.
Especially useful for 'Int's wrapped with newtype.
.
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-enummapset-prof
Description-md5: cb7e1d134b00364e76759beeb1e704e8
Description-en: IntMap and IntSet with Enum keys/elements; profiling libraries
This package contains simple wrappers around 'Data.IntMap' and
'Data.IntSet' with 'Enum' keys and elements respectively.
Especially useful for 'Int's wrapped with newtype.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-equivalence-dev
Description-md5: d5216d440f09441faa5fabfe8a003323
Description-en: maintaining an equivalence relation
This is a Haskell implementation of Tarjan's Union-Find algorithm (Robert E.
Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM
22(2), 1975) in order to maintain an equivalence relation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-equivalence-doc
Description-md5: 2a440bf14fdf87bb4f6975b95e3247eb
Description-en: maintaining an equivalence relation; documentation
This is a Haskell implementation of Tarjan's Union-Find algorithm (Robert E.
Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM
22(2), 1975) in order to maintain an equivalence relation.
.
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-equivalence-prof
Description-md5: 649cecb3e1a1f644f684050c3c11df2c
Description-en: maintaining an equivalence relation; profiling libraries
This is a Haskell implementation of Tarjan's Union-Find algorithm (Robert E.
Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM
22(2), 1975) in order to maintain an equivalence relation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-erf-dev
Description-md5: 8909973cde8c6d0d70934f963f5b8318
Description-en: The error function, erf, and related functions
A type class for the error function, erf, and related functions. Instances for
Float and Double.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-erf-doc
Description-md5: 56a20c7515b07a2a0196bd3332399a4c
Description-en: The error function, erf, and related functions; documentation
A type class for the error function, erf, and related functions. Instances for
Float and Double.
.
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-erf-prof
Description-md5: 6f0a177dd070273e5ea404b923b56056
Description-en: The error function, erf, and related functions; profiling libraries
A type class for the error function, erf, and related functions. Instances for
Float and Double.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-errors-dev
Description-md5: ec790a8d98758db56a0b6cfe1de1e917
Description-en: simplified error handling
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-errors-doc
Description-md5: 6a683e37b05dd750f3eaca429d1a6c7d
Description-en: simplified error handling; documentation
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
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-errors-prof
Description-md5: ce3cf07b0194fb3288ffa1aa6e36c7ee
Description-en: simplified error handling; profiling libraries
This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-esqueleto-dev
Description-md5: be4f83256851c92cf79cde6cb59d3e1b
Description-en: type-safe EDSL for SQL on persistent backends
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked esqueleto queries that fail at runtime.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-esqueleto-doc
Description-md5: d62ba84c07cc6f3ce0592a9a2acb6c13
Description-en: type-safe EDSL for SQL on persistent backends; documentation
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked esqueleto queries that fail at runtime.
.
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-esqueleto-prof
Description-md5: 276e1192e08036e27b2cde88f14a79fd
Description-en: type-safe EDSL for SQL on persistent backends; profiling libraries
esqueleto is a bare bones, type-safe EDSL for SQL queries
that works with unmodified persistent SQL backends. Its
language closely resembles SQL, so you don't have to learn
new concepts, just new syntax, and it's fairly easy to
predict the generated SQL and optimize it for your backend.
Most kinds of errors committed when writing SQL are caught as
compile-time errors---although it is possible to write
type-checked esqueleto queries that fail at runtime.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-exact-pi-dev
Description-md5: 64489500d3fdc0feac36f9b25e897cf7
Description-en: Exact rational multiples of pi (and integer powers of pi)
Provides an exact representation for rational multiples of pi alongside an
approximate representation of all reals. Useful for storing and computing
with conversion factors between physical units.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-exact-pi-doc
Description-md5: 66d9880cfafc8e0495f8d32e1f2a3c00
Description-en: Exact rational multiples of pi (and integer powers of pi); documentation
Provides an exact representation for rational multiples of pi alongside an
approximate representation of all reals. Useful for storing and computing
with conversion factors between physical units.
.
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-exact-pi-prof
Description-md5: d48de36e18284b7f8226861b058babbb
Description-en: Exact rational multiples of pi (and integer powers of pi); profiling libraries
Provides an exact representation for rational multiples of pi alongside an
approximate representation of all reals. Useful for storing and computing
with conversion factors between physical units.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-exception-mtl-dev
Description-md5: b0cf3cc6cc0734316f1c242529251b8a
Description-en: exception monad transformer instances for mtl classes
This package provides exception monad transformer instances for
the classes defined by mtl.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-exception-mtl-doc
Description-md5: e1186a0c15083f38dc45d4ad45164f3f
Description-en: exception monad transformer instances for mtl classes; documentation
This package provides exception monad transformer instances for
the classes defined by mtl.
.
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-exception-mtl-prof
Description-md5: 0a7c00346f54d0afb7f6e57fa2bd5569
Description-en: exception monad transformer instances for mtl classes; profiling libraries
This package provides exception monad transformer instances for
the classes defined by mtl.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-exception-transformers-dev
Description-md5: 6a219fd0c223446c74f5668ef5ab322a
Description-en: type classes and monads for unchecked extensible exceptions
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as
well as asynchronous exceptions. It is compatible with
the transformers package.
.
This package contains the normal library files.
Package: libghc-exception-transformers-doc
Description-md5: 0929f2f56a5bee494ec41ecb307d23b8
Description-en: type classes and monads for unchecked extensible exceptions; documentation
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as
well as asynchronous exceptions. It is compatible with
the transformers package.
.
This package contains the documentation files.
Package: libghc-exception-transformers-prof
Description-md5: ab9e69c73c1c99b1197d7c4552411d7e
Description-en: type classes and monads for unchecked extensible exceptions; profiling libs
This package provides type classes, a monad and a monad
transformer that support unchecked extensible exceptions as
well as asynchronous exceptions. It is compatible with
the transformers package.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-executable-path-dev
Description-md5: abaaea2bdec377f029ad050784d80690
Description-en: determine full path of executable
This library portably determines the full path to the program
being run.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-executable-path-doc
Description-md5: 6c20168c045407781d1c6dead6bdff9d
Description-en: determine full path of executable; documentation
This library portably determines the full path to the program
being run.
.
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-executable-path-prof
Description-md5: 3f1488186ff0135c41f315aae40a5717
Description-en: determine full path of executable; profiling libraries
This library portably determines the full path to the program
being run.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-expiring-cache-map-dev
Description-md5: dab704397479e7d9868d79d785af5b8d
Description-en: general-purpose simple caching
A simple general purpose shared state cache map with automatic expiration
of values, for caching the results of accessing a resource such as reading
a file. With variations for Ord and Hashable keys using "Data.Map.Strict"
and "Data.HashMap.Strict", respectively.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-expiring-cache-map-doc
Description-md5: 68466cdbc0f2d1c8f93858e24d14d538
Description-en: general-purpose simple caching; documentation
A simple general purpose shared state cache map with automatic expiration
of values, for caching the results of accessing a resource such as reading
a file. With variations for Ord and Hashable keys using "Data.Map.Strict"
and "Data.HashMap.Strict", respectively.
.
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-expiring-cache-map-prof
Description-md5: 8769974a14b21a603075d975ab204fbf
Description-en: general-purpose simple caching; profiling libraries
A simple general purpose shared state cache map with automatic expiration
of values, for caching the results of accessing a resource such as reading
a file. With variations for Ord and Hashable keys using "Data.Map.Strict"
and "Data.HashMap.Strict", respectively.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-extensible-exceptions-dev
Description-md5: 38a5c77bdcdd98f12a0dc3cb7176b0ca
Description-en: Compatibility layer for exceptions
This provides the new extensible exceptions for both new and old versions of
GHC.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-extensible-exceptions-doc
Description-md5: 7deb27830677f51f9166607c6df668f8
Description-en: Compatibility layer for exceptions; documentation
This provides the new extensible exceptions for both new and old versions of
GHC.
.
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-extensible-exceptions-prof
Description-md5: 1e1071216eec8c081f7ccf094c88527e
Description-en: Compatibility layer for exceptions; profiling libraries
This provides the new extensible exceptions for both new and old versions of
GHC.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-extra-dev
Description-md5: be598e6740955371ee1d4c9753bac9ba
Description-en: extra functions for base library
Library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this
package makes them available back to GHC 7.2.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-extra-doc
Description-md5: 3fb62da4fbe20f76fac7460702bec7b0
Description-en: extra functions for base library; documentation
Library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this
package makes them available back to GHC 7.2.
.
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-extra-prof
Description-md5: 4ba5cadac3e07ef0508216308aca4907
Description-en: extra functions for base library; profiling libraries
Library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this
package makes them available back to GHC 7.2.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fast-logger-dev
Description-md5: 3a5f3d7464d55baeb60ec0079acf4946
Description-en: a fast logging system
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fast-logger-doc
Description-md5: 42687da8e52538e5b9dcc54c1969c721
Description-en: a fast logging system; documentation
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
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-fast-logger-prof
Description-md5: 6f69ac4e9abab2afa55559207ee9cc43
Description-en: a fast logging system; profiling libraries
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fdo-notify-dev
Description-md5: f8cdb4d0776f9a695a5c04807ea2c6f2
Description-en: Haskell desktop notifications
A library for issuing notifications using FreeDesktop.org's Desktop
Notifications protocol.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fdo-notify-doc
Description-md5: 5f0862f3147748e02ff88e61fe08e0dc
Description-en: Haskell desktop notifications; documentation
A library for issuing notifications using FreeDesktop.org's Desktop
Notifications protocol.
.
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-fdo-notify-prof
Description-md5: 57eef64ca4617915292b282f36488139
Description-en: Haskell desktop notifications; profiling libraries
A library for issuing notifications using FreeDesktop.org's Desktop
Notifications protocol.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-feed-dev
Description-md5: 1500f4e53a93aea98274575941f89964
Description-en: Haskell interface to RSS and Atom feeds
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-feed-doc
Description-md5: 7ea5c577ad0c31e86f03194632a38d83
Description-en: Haskell interface to RSS and Atom feeds; documentation
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.
.
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-feed-prof
Description-md5: 36c3dbe88fa25ab965ff211f859c385a
Description-en: Haskell interface to RSS and Atom feeds; profiling libraries
This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
feeds, allowing both importing and exporting them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-arbitrary-dev
Description-md5: 49f9050030ccd9d1137b3d0c29a95a98
Description-en: QuickCheck support for fgl
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
available to others).
.
Also available are non-fgl-specific functions for generating
graph-like data structures.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-arbitrary-doc
Description-md5: d1f49a6974090fe13fed168cc773aa39
Description-en: QuickCheck support for fgl; documentation
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
available to others).
.
Also available are non-fgl-specific functions for generating
graph-like data structures.
.
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-fgl-arbitrary-prof
Description-md5: ba844f522e9274f6414c3d815e9f383b
Description-en: QuickCheck support for fgl; profiling libraries
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
available to others).
.
Also available are non-fgl-specific functions for generating
graph-like data structures.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-dev
Description-md5: 9f469abc234cc8cfab7a00edf0acd081
Description-en: Haskell graph library for GHC
This is Martin Erwig's Functional Graph Library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-doc
Description-md5: b0df70da649dd1e2c380902df5ca11c4
Description-en: Haskell graph library for GHC; documentation
This is Martin Erwig's Functional Graph Library.
.
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-fgl-prof
Description-md5: ff8e0bb0405d00439c70b35ba7145c0e
Description-en: Haskell graph library for GHC; profiling libraries
This is Martin Erwig's Functional Graph Library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-visualize-dev
Description-md5: 1af41be66e83e6ddc6d5530c912d983d
Description-en: convert FGL graphs to dot (graphviz) files
Convert FGL graphs to dot files for easy visualization
using the 'dot' tool. Other visualizations might follow
but there are no immediate plans (patches welcome).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fgl-visualize-doc
Description-md5: 81268c9356deb3a1bedfe51f0b57a6b2
Description-en: convert FGL graphs to dot (graphviz) files; documentation
Convert FGL graphs to dot files for easy visualization
using the 'dot' tool. Other visualizations might follow
but there are no immediate plans (patches welcome).
.
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-fgl-visualize-prof
Description-md5: 93365c22ef7804f4184fb36c3e8eab76
Description-en: convert FGL graphs to dot (graphviz) files; profiling libraries
Convert FGL graphs to dot files for easy visualization
using the 'dot' tool. Other visualizations might follow
but there are no immediate plans (patches welcome).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-file-embed-dev
Description-md5: f3c417b761463224dac54efed91ebfc2
Description-en: direct file embedding library
It lets you use Template Haskell to embed file contents directly.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-file-embed-doc
Description-md5: 26108e5dce6e5ad995a7a22c4d720637
Description-en: direct file embedding library; documentation
It lets you use Template Haskell to embed file contents directly.
.
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-file-embed-prof
Description-md5: 8ebd2b03bf2dbf7405a9c1a3d62d164a
Description-en: direct file embedding library; profiling libraries
It lets you use Template Haskell to embed file contents directly.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-file-io-dev
Description-md5: b280ec7851f887d51f7b262b522a4f80
Description-en: basic file IO operations via OsPath
Basic file IO operations like Prelude, but for OsPath.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-file-io-doc
Description-md5: a9a227c3b014a833b6a54977b96d003a
Description-en: basic file IO operations via OsPath; documentation
Basic file IO operations like Prelude, but for OsPath.
.
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-file-io-prof
Description-md5: f89e6ac72745cd9ecb3ebd56940f8052
Description-en: basic file IO operations via OsPath; profiling libraries
Basic file IO operations like Prelude, but for OsPath.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filelock-dev
Description-md5: 427058edd0d2c3b169d6ffc31bdbc064
Description-en: portable interface to file locking (flock / LockFileEx)
This package provides an interface to Windows and Unix file locking
functionalities.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filelock-doc
Description-md5: 568b9c728a528202db812067e4f3a4d8
Description-en: portable interface to file locking (flock / LockFileEx); documentation
This package provides an interface to Windows and Unix file locking
functionalities.
.
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-filelock-prof
Description-md5: 3d3b1a88f07d39876db4b652446f4eea
Description-en: portable interface to file locking (flock / LockFileEx); profiling libraries
This package provides an interface to Windows and Unix file locking
functionalities.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filemanip-dev
Description-md5: e291b3e965bc767f0ca36956ddeb63ce
Description-en: expressive file and directory manipulation for Haskell
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the development files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filemanip-doc
Description-md5: 620114064bf64c0471d4ef2a0b51dee8
Description-en: expressive file and directory manipulation for Haskell; documentation
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the hyperlinked html documentation.
.
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-filemanip-prof
Description-md5: fdb1d06fa23a05e3b0e74207bf4b5f36
Description-en: expressive file and directory manipulation for Haskell; profiling libraries
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the profiling libraries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filepath-bytestring-dev
Description-md5: 95d838b634078fe6b6ef4d401d1f4350
Description-en: library for manipulating RawFilePaths
This package provides functionality for manipulating RawFilePath
values. It can be used as a drop in replacement for the filepath library
to get the benefits of using ByteStrings. It provides three modules:
.
* "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
RawFilePath values (with / as the path separator).
.
* "System.FilePath.Windows.ByteString" manipulates Windows style
RawFilePath values (with either \ or / as the path separator, and
deals with drives).
.
* "System.FilePath.ByteString" is an alias for the module
appropriate to your platform.
.
All three modules provide the same API, and the same documentation
(calling out differences in the different variants).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filepath-bytestring-doc
Description-md5: de44d4ea85c1c423db7af086dcd1a17c
Description-en: library for manipulating RawFilePaths; documentation
This package provides functionality for manipulating RawFilePath
values. It can be used as a drop in replacement for the filepath library
to get the benefits of using ByteStrings. It provides three modules:
.
* "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
RawFilePath values (with / as the path separator).
.
* "System.FilePath.Windows.ByteString" manipulates Windows style
RawFilePath values (with either \ or / as the path separator, and
deals with drives).
.
* "System.FilePath.ByteString" is an alias for the module
appropriate to your platform.
.
All three modules provide the same API, and the same documentation
(calling out differences in the different variants).
.
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-filepath-bytestring-prof
Description-md5: 5025e6e6950800ace8ebd14ed428ac22
Description-en: library for manipulating RawFilePaths; profiling libraries
This package provides functionality for manipulating RawFilePath
values. It can be used as a drop in replacement for the filepath library
to get the benefits of using ByteStrings. It provides three modules:
.
* "System.FilePath.Posix.ByteString" manipulates POSIX/Linux style
RawFilePath values (with / as the path separator).
.
* "System.FilePath.Windows.ByteString" manipulates Windows style
RawFilePath values (with either \ or / as the path separator, and
deals with drives).
.
* "System.FilePath.ByteString" is an alias for the module
appropriate to your platform.
.
All three modules provide the same API, and the same documentation
(calling out differences in the different variants).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filepattern-dev
Description-md5: c09c7c18c854a9c11bc10f44ce749109
Description-en: file path glob-like matching
A library for matching files using patterns such as "src/**/*.png"
for all .png files recursively under the src directory.
.
All matching is O(n).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filepattern-doc
Description-md5: ccc753334bf47c92a230139957f67838
Description-en: file path glob-like matching; documentation
A library for matching files using patterns such as "src/**/*.png"
for all .png files recursively under the src directory.
.
All matching is O(n).
.
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-filepattern-prof
Description-md5: 984783808a99439ad8b72a7d92966479
Description-en: file path glob-like matching; profiling libraries
A library for matching files using patterns such as "src/**/*.png"
for all .png files recursively under the src directory.
.
All matching is O(n).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filestore-dev
Description-md5: 3b9540d67a1520436974e83130e3dd42
Description-en: Haskell interface for versioning file stores
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
Darcs, and Mercurial modules are provided.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filestore-doc
Description-md5: 1273fd3ae661486d8670817c26b54b0d
Description-en: Haskell interface for versioning file stores; documentation
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
Darcs, and Mercurial modules are provided.
.
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-filestore-prof
Description-md5: 3ba0fd5a0392782e35a56b0c9b5a38e5
Description-en: Haskell interface for versioning file stores; profiling libraries
The filestore library provides an abstract interface for a versioning
file store, and modules that instantiate this interface. Currently Git,
Darcs, and Mercurial modules are provided.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filtrable-dev
Description-md5: 41c17e29bc5b49cbc10dce0c5a25b3c0
Description-en: class of filtrable containers for Haskell
Class of filtrable containers, i.e. containers that can be mapped over while
selectively dropping elements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-filtrable-doc
Description-md5: 1867e8405dabdc94853a7d8230f5fe72
Description-en: class of filtrable containers for Haskell; documentation
Class of filtrable containers, i.e. containers that can be mapped over while
selectively dropping elements.
.
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-filtrable-prof
Description-md5: b6bb5f73fdf41d6e2f7eefba066bcc89
Description-en: class of filtrable containers for Haskell; profiling libraries
Class of filtrable containers, i.e. containers that can be mapped over while
selectively dropping elements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fingertree-dev
Description-md5: 832138454ef8a76e95eb28e22f1b7142
Description-en: Generic finger-tree data structure implementation in Haskell
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
.
This package contains the normal library files.
Package: libghc-fingertree-doc
Description-md5: 41a9b41d7097f38e979bf5f35bd2dece
Description-en: Generic finger-tree data structure implementation in Haskell; documentation
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
.
This package contains the documentation files.
Package: libghc-fingertree-prof
Description-md5: de9ae45f55873b09900965330dbeefb6
Description-en: Generic finger-tree data structure implementation in Haskell; profiling libraries
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-first-class-families-dev
Description-md5: 315cd915e9e71c77a4cea80d3abc7db6
Description-en: first class type families for Haskell
This library provides support for first class type families in
Haskell. This permits constructors for type families to be passed to
higher order first class type families, and eval-style
defunctionalization.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-first-class-families-doc
Description-md5: 8a673e54d4d84990959f4480f7c0259e
Description-en: first class type families for Haskell; documentation
This library provides support for first class type families in
Haskell. This permits constructors for type families to be passed to
higher order first class type families, and eval-style
defunctionalization.
.
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-first-class-families-prof
Description-md5: 665beed4b12abf2553b0abc1aaf956dc
Description-en: first class type families for Haskell; profiling libraries
This library provides support for first class type families in
Haskell. This permits constructors for type families to be passed to
higher order first class type families, and eval-style
defunctionalization.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fixed-dev
Description-md5: fe129df5186819142a425df4a5203649
Description-en: signed 15.16 precision fixed point arithmetic
Signed fixed-precision values 15 bits above the decimal, 16 bits below.
.
These arise commonly in GPU applications and it is chosen to match the
GLfixed specification.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fixed-doc
Description-md5: ed7eb90db910acf0b0a73e9a2f6712a1
Description-en: signed 15.16 precision fixed point arithmetic; documentation
Signed fixed-precision values 15 bits above the decimal, 16 bits below.
.
These arise commonly in GPU applications and it is chosen to match the
GLfixed specification.
.
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-fixed-prof
Description-md5: 5f9b3b376a6dbfa58cde9397cc30ddf9
Description-en: signed 15.16 precision fixed point arithmetic; profiling libraries
Signed fixed-precision values 15 bits above the decimal, 16 bits below.
.
These arise commonly in GPU applications and it is chosen to match the
GLfixed specification.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-flexible-defaults-dev
Description-md5: 1cf8624f02b5336ae91be3b935b6df84
Description-en: generate default function implementations for complex type classes
Template Haskell code to implement default implementations for
type-class functions based on which functions are already implemented.
Currently extremely crude but still fairly effective.
.
When defining a type class with many functions, each of which can be
implemented based on arbitrary subsets of the others, the standard
default-implementation concept breaks down quite badly. This library
provides a system by which more complex rules can be described for
choosing default implementations based on which ones the user
supplies. These implementations can additionally be given
"suitability scores", so that when multiple possible choices could be
made, the library can choose the "best" one.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-flexible-defaults-doc
Description-md5: cceaaa22cab0a3ff087dc758bc5eb621
Description-en: generate default function implementations for complex type classes; documentation
Template Haskell code to implement default implementations for
type-class functions based on which functions are already implemented.
Currently extremely crude but still fairly effective.
.
When defining a type class with many functions, each of which can be
implemented based on arbitrary subsets of the others, the standard
default-implementation concept breaks down quite badly. This library
provides a system by which more complex rules can be described for
choosing default implementations based on which ones the user
supplies. These implementations can additionally be given
"suitability scores", so that when multiple possible choices could be
made, the library can choose the "best" one.
.
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-flexible-defaults-prof
Description-md5: 5079f59ef08a4bc59029b970f031c475
Description-en: generate default function implementations for complex type classes; profiling libraries
Template Haskell code to implement default implementations for
type-class functions based on which functions are already implemented.
Currently extremely crude but still fairly effective.
.
When defining a type class with many functions, each of which can be
implemented based on arbitrary subsets of the others, the standard
default-implementation concept breaks down quite badly. This library
provides a system by which more complex rules can be described for
choosing default implementations based on which ones the user
supplies. These implementations can additionally be given
"suitability scores", so that when multiple possible choices could be
made, the library can choose the "best" one.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-floatinghex-dev
Description-md5: e3b2578a01ad2d20367b1b46cf1527c5
Description-en: read and write hexadecimal floating point numbers
Read and write hexadecimal floating point numbers. Provides a quasiquoter for
entering hex-float literals, and a function for printing them in hexadecimal.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-floatinghex-doc
Description-md5: 1b6dfc48b4d64438781fcfec823f1374
Description-en: read and write hexadecimal floating point numbers; documentation
Read and write hexadecimal floating point numbers. Provides a quasiquoter for
entering hex-float literals, and a function for printing them in hexadecimal.
.
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-floatinghex-prof
Description-md5: 835aa9a891e99a751c88d48259cfe942
Description-en: read and write hexadecimal floating point numbers; profiling libraries
Read and write hexadecimal floating point numbers. Provides a quasiquoter for
entering hex-float literals, and a function for printing them in hexadecimal.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fmlist-dev
Description-md5: 5329e3b2d3762deb9ebb5157e621fb5e
Description-en: FoldMap lists
FoldMap lists are lists represented by their foldMap function.
FoldMap lists have O(1) cons, snoc and append, just like DLists,
but other operations might have favorable performance
characteristics as well. These wild claims are still completely
unverified though.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fmlist-doc
Description-md5: 7b41c76c4bde18c324e5cc791e72f9f4
Description-en: FoldMap lists; documentation
FoldMap lists are lists represented by their foldMap function.
FoldMap lists have O(1) cons, snoc and append, just like DLists,
but other operations might have favorable performance
characteristics as well. These wild claims are still completely
unverified though.
.
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-fmlist-prof
Description-md5: 407feb7fd036488ee6587b78559586be
Description-en: FoldMap lists; profiling libraries
FoldMap lists are lists represented by their foldMap function.
FoldMap lists have O(1) cons, snoc and append, just like DLists,
but other operations might have favorable performance
characteristics as well. These wild claims are still completely
unverified though.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-focuslist-dev
Description-md5: 05a9d4fc47b9a49b8f2aedccb56c392e
Description-en: lists with a focused element
A FocusList is a sequence of elements which has one element as its
Focus. It supports quick insertion and indexing by its implementation
with Seq.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-focuslist-doc
Description-md5: 4856cbb0d8b42f222514fd7dcdaee12b
Description-en: lists with a focused element; documentation
A FocusList is a sequence of elements which has one element as its
Focus. It supports quick insertion and indexing by its implementation
with Seq.
.
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-focuslist-prof
Description-md5: c591bcd6026cf2ff774d125c3929762d
Description-en: lists with a focused element; profiling libraries
A FocusList is a sequence of elements which has one element as its
Focus. It supports quick insertion and indexing by its implementation
with Seq.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fold-debounce-dev
Description-md5: c0f9407fd6d5a9867957a4d0bc6944ca
Description-en: fold multiple events that happen in a time period
Fold multiple events that happen in a given period of time.
Debounce input events and regulate the frequency at which the action
(callback) is executed.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fold-debounce-doc
Description-md5: 3a368987ba74bb0245263a0251d5d518
Description-en: fold multiple events that happen in a time period; documentation
Fold multiple events that happen in a given period of time.
Debounce input events and regulate the frequency at which the action
(callback) is executed.
.
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-fold-debounce-prof
Description-md5: 1b67aaef23a52a4e83d765c2edfcbcd8
Description-en: fold multiple events that happen in a time period; profiling libraries
Fold multiple events that happen in a given period of time.
Debounce input events and regulate the frequency at which the action
(callback) is executed.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foldable1-classes-compat-dev
Description-md5: e06a0e3f43db431be4982ffa857be08d
Description-en: Compatibility package for the Foldable1 and Bifoldable1 type classes
A compatibility package for the Foldable1 and Bifoldable1 type classes,
which were introduced in base-4.18.0.0 (GHC 9.6.1).
.
Foldable1 and Bifoldable1 classify non-empty data structures that can be
folded to a summary value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foldable1-classes-compat-doc
Description-md5: 71db6db1562668542a12983b658b2032
Description-en: Compatibility package for the Foldable1 and Bifoldable1 type classes; documentation
A compatibility package for the Foldable1 and Bifoldable1 type classes,
which were introduced in base-4.18.0.0 (GHC 9.6.1).
.
Foldable1 and Bifoldable1 classify non-empty data structures that can be
folded to a summary value.
.
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-foldable1-classes-compat-prof
Description-md5: 78097fb2f8b0f29c810270c1bf48d6f7
Description-en: Compatibility package for the Foldable1 and Bifoldable1 type classes; profiling libraries
A compatibility package for the Foldable1 and Bifoldable1 type classes,
which were introduced in base-4.18.0.0 (GHC 9.6.1).
.
Foldable1 and Bifoldable1 classify non-empty data structures that can be
folded to a summary value.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foldl-dev
Description-md5: b5e87e8be66ec3259fa2ab6fef05ae55
Description-en: composable, streaming, and efficient left folds
This library provides strict left folds that stream in constant
memory, and you can combine folds using Applicative style to derive
new folds. Derived folds still traverse the container just once and
are often as efficient as hand-written folds.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foldl-doc
Description-md5: 429c7f8598f051ed1153d8c890d335e1
Description-en: composable, streaming, and efficient left folds; documentation
This library provides strict left folds that stream in constant
memory, and you can combine folds using Applicative style to derive
new folds. Derived folds still traverse the container just once and
are often as efficient as hand-written folds.
.
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-foldl-prof
Description-md5: 9737287e06880cc4ad76e3808f4ec5c6
Description-en: composable, streaming, and efficient left folds; profiling libraries
This library provides strict left folds that stream in constant
memory, and you can combine folds using Applicative style to derive
new folds. Derived folds still traverse the container just once and
are often as efficient as hand-written folds.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-formatting-dev
Description-md5: fac3b8ccbee54a7520fabb458089f9e1
Description-en: combinator-based type-safe formatting
Combinator-based type-safe formatting (like printf() or FORMAT),
modelled from the HoleyMonoids package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-formatting-doc
Description-md5: f325ac5e6d62192f07f8655743bce34d
Description-en: combinator-based type-safe formatting; documentation
Combinator-based type-safe formatting (like printf() or FORMAT),
modelled from the HoleyMonoids package.
.
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-formatting-prof
Description-md5: 1ed6e87f23f2449b0d9f07c5fda1c950
Description-en: combinator-based type-safe formatting; profiling libraries
Combinator-based type-safe formatting (like printf() or FORMAT),
modelled from the HoleyMonoids package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foundation-dev
Description-md5: 9eefc3f10196bb0a5e697ccd33dc572c
Description-en: alternative prelude with batteries and no dependencies
A custom prelude with no dependencies apart from base.
.
This package has the following goals:
* provide a base like sets of modules that provide a consistent set
of features and bugfixes across multiple versions of GHC (unlike base).
* provide a better and more efficient prelude than base's prelude.
* be self-sufficient: no external dependencies apart from base.
* provide better data-types: packed unicode string by default, arrays.
* Better numerical classes that better represent mathematical thing
(No more all-in-one Num).
* Better I/O system with less Lazy IO
* Usual partial functions distinguished through type system
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-foundation-doc
Description-md5: b0dcd397dbec4653f0116b94264fe224
Description-en: alternative prelude with batteries and no dependencies; documentation
A custom prelude with no dependencies apart from base.
.
This package has the following goals:
* provide a base like sets of modules that provide a consistent set
of features and bugfixes across multiple versions of GHC (unlike base).
* provide a better and more efficient prelude than base's prelude.
* be self-sufficient: no external dependencies apart from base.
* provide better data-types: packed unicode string by default, arrays.
* Better numerical classes that better represent mathematical thing
(No more all-in-one Num).
* Better I/O system with less Lazy IO
* Usual partial functions distinguished through type system
.
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-foundation-prof
Description-md5: f8a777a54c752412185f477d96bb33c5
Description-en: alternative prelude with batteries and no dependencies; profiling libraries
A custom prelude with no dependencies apart from base.
.
This package has the following goals:
* provide a base like sets of modules that provide a consistent set
of features and bugfixes across multiple versions of GHC (unlike base).
* provide a better and more efficient prelude than base's prelude.
* be self-sufficient: no external dependencies apart from base.
* provide better data-types: packed unicode string by default, arrays.
* Better numerical classes that better represent mathematical thing
(No more all-in-one Num).
* Better I/O system with less Lazy IO
* Usual partial functions distinguished through type system
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-free-dev
Description-md5: cf895897d953610a9f98e991e97cfcef
Description-en: Monads for free
Free monads are useful for many tree-like structures and domain specific
languages.
.
A Monad n is a free Monad for f if every Monad homomorphism from n to another
monad m is equivalent to a natural transformation from f to m.
.
Cofree comonads provide convenient ways to talk about branching streams and
rose-trees, and can be used to annotate syntax trees.
.
A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
comonad w to v is equivalent to a natural transformation from w to f.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-free-doc
Description-md5: e5c8bd2fc2a6180137c0343f80716b0b
Description-en: Monads for free; documentation
Free monads are useful for many tree-like structures and domain specific
languages.
.
A Monad n is a free Monad for f if every Monad homomorphism from n to another
monad m is equivalent to a natural transformation from f to m.
.
Cofree comonads provide convenient ways to talk about branching streams and
rose-trees, and can be used to annotate syntax trees.
.
A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
comonad w to v is equivalent to a natural transformation from w to f.
.
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-free-prof
Description-md5: 9efc8f7e60a1b0919b02b3431ead6d91
Description-en: Monads for free; profiling libraries
Free monads are useful for many tree-like structures and domain specific
languages.
.
A Monad n is a free Monad for f if every Monad homomorphism from n to another
monad m is equivalent to a natural transformation from f to m.
.
Cofree comonads provide convenient ways to talk about branching streams and
rose-trees, and can be used to annotate syntax trees.
.
A Comonad v is a cofree Comonad for f if every Comonad homomorphism another
comonad w to v is equivalent to a natural transformation from w to f.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-from-sum-dev
Description-md5: 99272088568bdc25c48730f76c29a21c
Description-en: canonical fromMaybeM and fromEitherM functions
Various "from" functions for Either and Maybe, including fromEitherM,
fromEitherOrM, fromEitherM_, fromEitherOrM_, fromMaybeM,
fromMaybeOrM, fromMaybeM_, fromMaybeOrM_, fromEitherMM,
fromEitherOrMM, fromMaybeMM, fromMaybeOrMM, fromEither, fromEitherOr,
fromMaybe, fromMaybeOr, collapseEither, and collapseExceptT.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-from-sum-doc
Description-md5: 6eb86669ae39b54e5c5d54d70d637da1
Description-en: canonical fromMaybeM and fromEitherM functions; documentation
Various "from" functions for Either and Maybe, including fromEitherM,
fromEitherOrM, fromEitherM_, fromEitherOrM_, fromMaybeM,
fromMaybeOrM, fromMaybeM_, fromMaybeOrM_, fromEitherMM,
fromEitherOrMM, fromMaybeMM, fromMaybeOrMM, fromEither, fromEitherOr,
fromMaybe, fromMaybeOr, collapseEither, and collapseExceptT.
.
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-from-sum-prof
Description-md5: 872eb07fe60deda3c43a8e6921426f02
Description-en: canonical fromMaybeM and fromEitherM functions; profiling libraries
Various "from" functions for Either and Maybe, including fromEitherM,
fromEitherOrM, fromEitherM_, fromEitherOrM_, fromMaybeM,
fromMaybeOrM, fromMaybeM_, fromMaybeOrM_, fromEitherMM,
fromEitherOrMM, fromMaybeMM, fromMaybeOrMM, fromEither, fromEitherOr,
fromMaybe, fromMaybeOr, collapseEither, and collapseExceptT.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fsnotify-dev
Description-md5: 079460b6d636bb59e1c721bdfdddeef4
Description-en: file creation/modification/deletion notification
Cross-platform library for file creation, modification, and deletion
notification. This library builds upon existing libraries for
platform-specific Window, Mac, and Linux filesystem event notification.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-fsnotify-doc
Description-md5: caf92c1e9a254504819a10587d6cf1f1
Description-en: file creation/modification/deletion notification; documentation
Cross-platform library for file creation, modification, and deletion
notification. This library builds upon existing libraries for
platform-specific Window, Mac, and Linux filesystem event notification.
.
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-fsnotify-prof
Description-md5: 947b69c2df1ed560d8ef581494bbf6be
Description-en: file creation/modification/deletion notification; profiling libraries
Cross-platform library for file creation, modification, and deletion
notification. This library builds upon existing libraries for
platform-specific Window, Mac, and Linux filesystem event notification.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-data-dev
Description-md5: cc869dfe9e786ef7c9958cc5f0391214
Description-en: mplementation of the Futhark data format
The Futhark compiler and its tools uses a simple external
data representation to encode arrays and scalars. This
package implements both a Haskell-level representation of
these values, as well as utility functions for reading
and writing values in both the textual and binary format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-data-doc
Description-md5: 75e0b9473c5960fb592ac71636251630
Description-en: mplementation of the Futhark data format; documentation
The Futhark compiler and its tools uses a simple external
data representation to encode arrays and scalars. This
package implements both a Haskell-level representation of
these values, as well as utility functions for reading
and writing values in both the textual and binary format.
.
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-futhark-data-prof
Description-md5: cbad7e3d63ed534425b5c506965dbecb
Description-en: mplementation of the Futhark data format; profiling libraries
The Futhark compiler and its tools uses a simple external
data representation to encode arrays and scalars. This
package implements both a Haskell-level representation of
these values, as well as utility functions for reading
and writing values in both the textual and binary format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-dev
Description-md5: c45e25c311d9a09845b371204983c5a2
Description-en: library files for for Futhark programming language
Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel, and
purely functional array language in the ML family, and comes with a
heavily optimising ahead-of-time compiler that presently generates
GPU code via CUDA, HIP and OpenCL, although the language itself is
hardware-agnostic.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-doc
Description-md5: f888be22052424197f1f173f3956c108
Description-en: library files for for Futhark programming language; documentation
Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel, and
purely functional array language in the ML family, and comes with a
heavily optimising ahead-of-time compiler that presently generates
GPU code via CUDA, HIP and OpenCL, although the language itself is
hardware-agnostic.
.
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-futhark-manifest-dev
Description-md5: 8582d2dc7e97df5f7475a84b22348213
Description-en: definition of Futhark manifests
The Futhark compiler generates JSON manifest files that describe the
C API of a compiled program. This package provides definitions for
reading and writing such files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-manifest-doc
Description-md5: e681bae4e4d78614a04261bf462f729e
Description-en: definition of Futhark manifests; documentation
The Futhark compiler generates JSON manifest files that describe the
C API of a compiled program. This package provides definitions for
reading and writing such files.
.
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-futhark-manifest-prof
Description-md5: b5f98fdd825b3253308025f9d4715b7a
Description-en: definition of Futhark manifests; profiling libraries
The Futhark compiler generates JSON manifest files that describe the
C API of a compiled program. This package provides definitions for
reading and writing such files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-prof
Description-md5: c4716dc7159511ead59f0ad79e65b73f
Description-en: library files for for Futhark programming language; profiling libraries
Futhark is a small programming language designed to be compiled to
efficient parallel code. It is a statically typed, data-parallel, and
purely functional array language in the ML family, and comes with a
heavily optimising ahead-of-time compiler that presently generates
GPU code via CUDA, HIP and OpenCL, although the language itself is
hardware-agnostic.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-server-dev
Description-md5: 8e4297113abb8252a3059cd50793d66c
Description-en: client implementation of the Futhark server protocol
Provides an easy way to interact with a running Futhark
server-mode program from a Haskell program. Provides
both direct support of the protocol, as well as
convenience functions for loading and extracting data.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-futhark-server-doc
Description-md5: 0de146d3d965f1d4988459e16902174e
Description-en: client implementation of the Futhark server protocol; documentation
Provides an easy way to interact with a running Futhark
server-mode program from a Haskell program. Provides
both direct support of the protocol, as well as
convenience functions for loading and extracting data.
.
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-futhark-server-prof
Description-md5: a6599cc48e12aaf2221b9e39c2ff6fbb
Description-en: client implementation of the Futhark server protocol; profiling libraries
Provides an easy way to interact with a running Futhark
server-mode program from a Haskell program. Provides
both direct support of the protocol, as well as
convenience functions for loading and extracting data.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gd-dev
Description-md5: aea74e07072e1ededa9c87ca5a022445
Description-en: bindings to the GD graphics library
Haskell bindings to a subset of libgd.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gd-doc
Description-md5: 29bf9004e0d622629ac4c41ca2ae293c
Description-en: bindings to the GD graphics library; documentation
Haskell bindings to a subset of libgd.
.
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-gd-prof
Description-md5: ec1e8f68bf63828054f68d0c21a963f6
Description-en: bindings to the GD graphics library; profiling libraries
Haskell bindings to a subset of libgd.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-data-dev
Description-md5: f8a9799f0d77a15271186dbca4b246d3
Description-en: deriving instances with GHC.Generics and related utils
Generic implementations of standard type classes.
Operations on generic representations to help using GHC.Generics.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-data-doc
Description-md5: 3e76be0722b2fce101da4c29520ff196
Description-en: deriving instances with GHC.Generics and related utils; documentation
Generic implementations of standard type classes.
Operations on generic representations to help using GHC.Generics.
.
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-generic-data-prof
Description-md5: b942f8e16a9930a4a204ab37d933c3ce
Description-en: deriving instances with GHC.Generics and related utils; profiling libraries
Generic implementations of standard type classes.
Operations on generic representations to help using GHC.Generics.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-deriving-dev
Description-md5: b7947c7a4b04c01e0744619941c5ed6f
Description-en: generic programming library for generalised deriving
This package provides functionality for generalising the deriving
mechanism in Haskell to arbitrary classes. It was first described
in the paper:
.
A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze
Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-deriving-doc
Description-md5: 449e40b7b06dc0be3b0acf4b1fafde4e
Description-en: generic programming library for generalised deriving; documentation
This package provides functionality for generalising the deriving
mechanism in Haskell to arbitrary classes. It was first described
in the paper:
.
A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze
Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.
.
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-generic-deriving-prof
Description-md5: b44f367b84d690661f9224311302e687
Description-en: generic programming library for generalised deriving; profiling libraries
This package provides functionality for generalising the deriving
mechanism in Haskell to arbitrary classes. It was first described
in the paper:
.
A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze
Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-lens-core-dev
Description-md5: 6bf30b030e110a0f29d08b821a5089c8
Description-en: Generically derive traversals, lenses and prisms
This library uses GHC.Generics to derive efficient optics (traversals, lenses
and prisms) for algebraic data types in a type-directed way, with a focus on
good type inference and error messages when possible.
.
This package is the shared internal logic of the 'generic-lens' and
'generic-optics' libraries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-lens-core-doc
Description-md5: 125d3e50afff5c132fcd7ede35b21bc2
Description-en: Generically derive traversals, lenses and prisms; documentation
This library uses GHC.Generics to derive efficient optics (traversals, lenses
and prisms) for algebraic data types in a type-directed way, with a focus on
good type inference and error messages when possible.
.
This package is the shared internal logic of the 'generic-lens' and
'generic-optics' libraries.
.
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-generic-lens-core-prof
Description-md5: 7f528c0f59c43acfea224ab9fa60df28
Description-en: Generically derive traversals, lenses and prisms; profiling libraries
This library uses GHC.Generics to derive efficient optics (traversals, lenses
and prisms) for algebraic data types in a type-directed way, with a focus on
good type inference and error messages when possible.
.
This package is the shared internal logic of the 'generic-lens' and
'generic-optics' libraries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-lens-dev
Description-md5: 6e741cb478fcf92eee8e1cb4c3bc23a5
Description-en: generically derive traversals, lenses and prisms
This library uses GHC.Generics to derive efficient optics
(traversals, lenses and prisms) for algebraic data types in a
type-directed way, with a focus on good type inference and error
messages when possible.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-lens-doc
Description-md5: 0e2c2e90d7ca176cab4e1fcdf90c7316
Description-en: generically derive traversals, lenses and prisms; documentation
This library uses GHC.Generics to derive efficient optics
(traversals, lenses and prisms) for algebraic data types in a
type-directed way, with a focus on good type inference and error
messages when possible.
.
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-generic-lens-prof
Description-md5: 535a82e583bbb1721bb0681d333143e5
Description-en: generically derive traversals, lenses and prisms; profiling libraries
This library uses GHC.Generics to derive efficient optics
(traversals, lenses and prisms) for algebraic data types in a
type-directed way, with a focus on good type inference and error
messages when possible.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-random-dev
Description-md5: b9cae76d184e6f71245e2ec1011b3635
Description-en: generic random generators for QuickCheck
Derive instances of Arbitrary for QuickCheck, with various options
to customize implementations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generic-random-doc
Description-md5: 826f98c89e73ff5e11cc4d85d87801b9
Description-en: generic random generators for QuickCheck; documentation
Derive instances of Arbitrary for QuickCheck, with various options
to customize implementations.
.
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-generic-random-prof
Description-md5: fabb558bc80e5d8639b23b7c0a01d504
Description-en: generic random generators for QuickCheck; profiling libraries
Derive instances of Arbitrary for QuickCheck, with various options
to customize implementations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generics-sop-dev
Description-md5: 0545e372be37b6964f9b3b52a167e6c2
Description-en: Generic Programming using True Sums of Products
A library to support the definition of generic functions.
Datatypes are viewed in a uniform, structured way:
the choice between constructors is represented using an n-ary
sum, and the arguments of each constructor are represented using
an n-ary product.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-generics-sop-doc
Description-md5: 07ab4dbd00c1b4debfe146569e90bace
Description-en: Generic Programming using True Sums of Products; documentation
A library to support the definition of generic functions.
Datatypes are viewed in a uniform, structured way:
the choice between constructors is represented using an n-ary
sum, and the arguments of each constructor are represented using
an n-ary product.
.
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-generics-sop-prof
Description-md5: 05f3a0a184936db18e7164f5e5938165
Description-en: Generic Programming using True Sums of Products; profiling libraries
A library to support the definition of generic functions.
Datatypes are viewed in a uniform, structured way:
the choice between constructors is represented using an n-ary
sum, and the arguments of each constructor are represented using
an n-ary product.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-containers-dev
Description-md5: 252e241b4d2d673466b12d0a7bfa322c
Description-en: GenValidity support for containers
GenValidity support for trees, maps, sequences, sets
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-containers-doc
Description-md5: 85a2eb02818180c9d04a3fda8ed36f00
Description-en: GenValidity support for containers; documentation
GenValidity support for trees, maps, sequences, sets
.
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-genvalidity-containers-prof
Description-md5: e58a741f0c9d13df1a3265ac3464ffe6
Description-en: GenValidity support for containers; profiling libraries
GenValidity support for trees, maps, sequences, sets
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-dev
Description-md5: 0223ed2e9608ed080e22f4e56430af49
Description-en: testing utilities for the validity library
Note: There are companion instance packages for this library:
* genvalidity-aeson
* genvalidity-bytestring
* genvalidity-containers
* genvalidity-path
* genvalidity-scientific
* genvalidity-text
* genvalidity-time
* genvalidity-unordered-containers
* genvalidity-uuid
* genvalidity-vector
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-doc
Description-md5: d60e0c9c02512cd98952bb0a69a52ec4
Description-en: testing utilities for the validity library; documentation
Note: There are companion instance packages for this library:
* genvalidity-aeson
* genvalidity-bytestring
* genvalidity-containers
* genvalidity-path
* genvalidity-scientific
* genvalidity-text
* genvalidity-time
* genvalidity-unordered-containers
* genvalidity-uuid
* genvalidity-vector
.
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-genvalidity-hspec-dev
Description-md5: fd8aa86ae07b7036e5b0c7c1749c00dd
Description-en: standard specs for GenValidity instances
Spec functions including:
- genValidSpec
- eqSpecOnValid
- ordSpecOnValid
- producesValidsOnValids
- forAllValid
- shouldBeValid
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-hspec-doc
Description-md5: 94d010092eb0413e8b1dc3015ff61a2e
Description-en: standard specs for GenValidity instances; documentation
Spec functions including:
- genValidSpec
- eqSpecOnValid
- ordSpecOnValid
- producesValidsOnValids
- forAllValid
- shouldBeValid
.
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-genvalidity-hspec-prof
Description-md5: 00ffd5bbd91f5e2eba95645eeca579cd
Description-en: standard specs for GenValidity instances; profiling libraries
Spec functions including:
- genValidSpec
- eqSpecOnValid
- ordSpecOnValid
- producesValidsOnValids
- forAllValid
- shouldBeValid
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-prof
Description-md5: 81f3f5e3c3d65251bf284c4635f19a2b
Description-en: testing utilities for the validity library; profiling libraries
Note: There are companion instance packages for this library:
* genvalidity-aeson
* genvalidity-bytestring
* genvalidity-containers
* genvalidity-path
* genvalidity-scientific
* genvalidity-text
* genvalidity-time
* genvalidity-unordered-containers
* genvalidity-uuid
* genvalidity-vector
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-property-dev
Description-md5: 67bdfce4fe9fa3c7ae22025cf3dc6b03
Description-en: standard properties for functions on Validity types
Properties of functions, operations, and relations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-genvalidity-property-doc
Description-md5: 2892dd4426b922847fdee8124f21bbe0
Description-en: standard properties for functions on Validity types; documentation
Properties of functions, operations, and relations.
.
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-genvalidity-property-prof
Description-md5: 6fbb4fb5f12eb0bcb674d4d3c5d7cd74
Description-en: standard properties for functions on Validity types; profiling libraries
Properties of functions, operations, and relations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-getopt-generics-dev
Description-md5: 7cfb7715d0bcef870fe84845bb3d5c53
Description-en: create command line interfaces with ease
withCli converts an IO operation into a program with a proper CLI.
Retrieves command line arguments through withArgs. main (the given IO
operation) can have arbitrarily many parameters provided all
parameters have instances for HasArguments.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-getopt-generics-doc
Description-md5: 2f5d67365b18236d0471a6742b0cf5e4
Description-en: create command line interfaces with ease; documentation
withCli converts an IO operation into a program with a proper CLI.
Retrieves command line arguments through withArgs. main (the given IO
operation) can have arbitrarily many parameters provided all
parameters have instances for HasArguments.
.
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-getopt-generics-prof
Description-md5: 9c0f59ec4c42cb19a6f0eb11b2176110
Description-en: create command line interfaces with ease; profiling libraries
withCli converts an IO operation into a program with a proper CLI.
Retrieves command line arguments through withArgs. main (the given IO
operation) can have arbitrarily many parameters provided all
parameters have instances for HasArguments.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-events-dev
Description-md5: dc1ced3f9cc56c1c56a4ce9ee86d2a95
Description-en: Library for parsing GHC event log files
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-events-doc
Description-md5: 67214e3c06ba70758c39db0ec680f93f
Description-en: Library for parsing GHC event log files; documentation
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.
.
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-ghc-events-prof
Description-md5: 4a6daff37bf532d898104a7964f738c1
Description-en: Library for parsing GHC event log files; profiling libraries
This library provides functions to parse .eventlog files emitted by
the GHC.12.1 and later runtimes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-exactprint-dev
Description-md5: eee0312d5bbe19630fd2b87a93765ede
Description-en: ExactPrint for GHC
Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can
be compiled by GHC, currently excluding lhs files.
.
It does this with a phased approach:
* Delta - converts GHC API Annotations into relative
offsets, indexed by SrcSpan
* Transform - functions to facilitate changes to
the AST, adjusting the annotations generated in the
Delta phase to suit the changes.
* Print - converts an AST and its annotations to
properly formatted source text.
* Pretty - adds annotations to an AST (fragment) so that
the output can be parsed back to the same AST.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-exactprint-doc
Description-md5: f0dc40c3bbcc9f30908ebb30901126e0
Description-en: ExactPrint for GHC; documentation
Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can
be compiled by GHC, currently excluding lhs files.
.
It does this with a phased approach:
* Delta - converts GHC API Annotations into relative
offsets, indexed by SrcSpan
* Transform - functions to facilitate changes to
the AST, adjusting the annotations generated in the
Delta phase to suit the changes.
* Print - converts an AST and its annotations to
properly formatted source text.
* Pretty - adds annotations to an AST (fragment) so that
the output can be parsed back to the same AST.
.
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-ghc-exactprint-prof
Description-md5: 6ff32dea960c14540e82627e5826c263
Description-en: ExactPrint for GHC; profiling libraries
Using the API Annotations available from GHC 7.10.2, this
library provides a means to round trip any code that can
be compiled by GHC, currently excluding lhs files.
.
It does this with a phased approach:
* Delta - converts GHC API Annotations into relative
offsets, indexed by SrcSpan
* Transform - functions to facilitate changes to
the AST, adjusting the annotations generated in the
Delta phase to suit the changes.
* Print - converts an AST and its annotations to
properly formatted source text.
* Pretty - adds annotations to an AST (fragment) so that
the output can be parsed back to the same AST.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-lib-parser-dev
Description-md5: 358d9391b39e37a1d1ee2a7c48511fdb
Description-en: the GHC API, decoupled from GHC versions
A package equivalent to the ghc package, but which can be loaded on
many compiler versions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-lib-parser-doc
Description-md5: 8386472c6cb50b313cece3bd824866b8
Description-en: the GHC API, decoupled from GHC versions; documentation
A package equivalent to the ghc package, but which can be loaded on
many compiler versions.
.
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-ghc-lib-parser-ex-dev
Description-md5: 9b70417378e1ea8d58b52efd45d1040b
Description-en: algorithms on GHC parse trees
The ghc-lib-parser-ex library contains GHC API parse tree utilities.
It works with or without ghc-lib-parser.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-lib-parser-ex-doc
Description-md5: 236433e9aa7317f2622788e7041b2f62
Description-en: algorithms on GHC parse trees; documentation
The ghc-lib-parser-ex library contains GHC API parse tree utilities.
It works with or without ghc-lib-parser.
.
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-ghc-lib-parser-ex-prof
Description-md5: 630e2e806460bab47ed8c51c97c5f49c
Description-en: algorithms on GHC parse trees; profiling libraries
The ghc-lib-parser-ex library contains GHC API parse tree utilities.
It works with or without ghc-lib-parser.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-lib-parser-prof
Description-md5: 5806804c60576c5abf6d9d66dfcd0f37
Description-en: the GHC API, decoupled from GHC versions; profiling libraries
A package equivalent to the ghc package, but which can be loaded on
many compiler versions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-paths-dev
Description-md5: f83c27f32cdb0d92554694b7fc97b05c
Description-en: knowledge of GHC's installation directories
This package provides constants with the installation directories of the
Glasgow Haskell Compiler.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-paths-doc
Description-md5: 99a8f297537ad3934f6b18e2a133fbb7
Description-en: knowledge of GHC's installation directories; documentation
This package provides constants with the installation directories of the
Glasgow Haskell Compiler.
.
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-ghc-paths-prof
Description-md5: 83e5bc5466550e30896c7a39a70ed0a8
Description-en: knowledge of GHC's installation directories; profiling libraries
This package provides constants with the installation directories of the
Glasgow Haskell Compiler.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-tcplugins-extra-dev
Description-md5: bc87efcba0f422ef61dbca221387326d
Description-en: Utilities for writing GHC type-checker plugins
Utilities for writing GHC type-checker plugins, such as
creating constraints, with a stable API covering multiple
GHC releases.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-tcplugins-extra-doc
Description-md5: 965637fbfb6ea0f0cc073005064c824d
Description-en: Utilities for writing GHC type-checker plugins; documentation
Utilities for writing GHC type-checker plugins, such as
creating constraints, with a stable API covering multiple
GHC releases.
.
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-ghc-tcplugins-extra-prof
Description-md5: 64fb87948f35058b7bc5e6c08bc8389d
Description-en: Utilities for writing GHC type-checker plugins; profiling libraries
Utilities for writing GHC type-checker plugins, such as
creating constraints, with a stable API covering multiple
GHC releases.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-extra-dev
Description-md5: c90a5bd0c7cf1bbdcf854c020cc574a8
Description-en: Additional type-level operations on GHC.TypeLits.Nat
Operations:
.
* Max: type-level max
.
* Min: type-level min
.
* Div: type-level div
.
* Mod: type-level mod
.
* FLog: type-level equivalent of integerLogBase
i.e. the exact integer equivalent to floor (logBase x y)
.
* CLog: type-level equivalent of the ceiling of integerLogBase
i.e. the exact integer equivalent to ceiling (logBase x y)
.
* Log: type-level equivalent of integerLogBase
where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
b x)
.
* GCD: a type-level gcd
.
* LCM: a type-level lcm
.
And a custom solver for the above operations defined in
GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
.
pragma to the header of your file.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-extra-doc
Description-md5: 9acf04e4e2ff5ca0e906f035196f8ccf
Description-en: Additional type-level operations on GHC.TypeLits.Nat; documentation
Operations:
.
* Max: type-level max
.
* Min: type-level min
.
* Div: type-level div
.
* Mod: type-level mod
.
* FLog: type-level equivalent of integerLogBase
i.e. the exact integer equivalent to floor (logBase x y)
.
* CLog: type-level equivalent of the ceiling of integerLogBase
i.e. the exact integer equivalent to ceiling (logBase x y)
.
* Log: type-level equivalent of integerLogBase
where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
b x)
.
* GCD: a type-level gcd
.
* LCM: a type-level lcm
.
And a custom solver for the above operations defined in
GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
.
pragma to the header of your file.
.
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-ghc-typelits-extra-prof
Description-md5: ae5fa13348826977fab533a2f80fa881
Description-en: Additional type-level operations on GHC.TypeLits.Nat; profiling libraries
Operations:
.
* Max: type-level max
.
* Min: type-level min
.
* Div: type-level div
.
* Mod: type-level mod
.
* FLog: type-level equivalent of integerLogBase
i.e. the exact integer equivalent to floor (logBase x y)
.
* CLog: type-level equivalent of the ceiling of integerLogBase
i.e. the exact integer equivalent to ceiling (logBase x y)
.
* Log: type-level equivalent of integerLogBase
where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
b x)
.
* GCD: a type-level gcd
.
* LCM: a type-level lcm
.
And a custom solver for the above operations defined in
GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
.
pragma to the header of your file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-knownnat-dev
Description-md5: d9c9232ed59922d32db1219348465777
Description-en: Derive KnownNat constraints from other KnownNat constraints
A type checker plugin for GHC that can derive "complex" KnownNat
constraints from other simple/variable KnownNat constraints. i.e. without
this plugin, you must have both a KnownNat n and a KnownNat (n+2)
constraint in the type signature of the following function:
.
f :: forall n . (KnownNat n, KnownNat (n+2)) => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
Using the plugin you can omit the KnownNat (n+2) constraint:
.
f :: forall n . KnownNat n => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
The plugin can derive KnownNat constraints for types consisting of:
.
* Type variables, when there is a corresponding KnownNat constraint
.
* Type-level naturals
.
* Applications of the arithmetic expression: +,-,*,^
.
* Type functions, when there is either:
.
1. a matching given KnownNat constraint; or
.
2. a corresponding KnownNat instance for the type function
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver
.
Pragma to the header of your file.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-knownnat-doc
Description-md5: da32912a83e4b86f069a09f65b626a89
Description-en: Derive KnownNat constraints from other KnownNat constraints; documentation
A type checker plugin for GHC that can derive "complex" KnownNat
constraints from other simple/variable KnownNat constraints. i.e. without
this plugin, you must have both a KnownNat n and a KnownNat (n+2)
constraint in the type signature of the following function:
.
f :: forall n . (KnownNat n, KnownNat (n+2)) => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
Using the plugin you can omit the KnownNat (n+2) constraint:
.
f :: forall n . KnownNat n => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
The plugin can derive KnownNat constraints for types consisting of:
.
* Type variables, when there is a corresponding KnownNat constraint
.
* Type-level naturals
.
* Applications of the arithmetic expression: +,-,*,^
.
* Type functions, when there is either:
.
1. a matching given KnownNat constraint; or
.
2. a corresponding KnownNat instance for the type function
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver
.
Pragma to the header of your file.
.
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-ghc-typelits-knownnat-prof
Description-md5: cc7602b5185a229ce68a6a9570b8eda9
Description-en: Derive KnownNat constraints from other KnownNat constraints; profiling libraries
A type checker plugin for GHC that can derive "complex" KnownNat
constraints from other simple/variable KnownNat constraints. i.e. without
this plugin, you must have both a KnownNat n and a KnownNat (n+2)
constraint in the type signature of the following function:
.
f :: forall n . (KnownNat n, KnownNat (n+2)) => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
Using the plugin you can omit the KnownNat (n+2) constraint:
.
f :: forall n . KnownNat n => Proxy n -> Integer
f _ = natVal (Proxy :: Proxy n) + natVal (Proxy :: Proxy (n+2))
.
The plugin can derive KnownNat constraints for types consisting of:
.
* Type variables, when there is a corresponding KnownNat constraint
.
* Type-level naturals
.
* Applications of the arithmetic expression: +,-,*,^
.
* Type functions, when there is either:
.
1. a matching given KnownNat constraint; or
.
2. a corresponding KnownNat instance for the type function
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.KnownNat.Solver
.
Pragma to the header of your file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-natnormalise-dev
Description-md5: 45beab7f700d4ba034f37fc192aa7896
Description-en: GHC typechecker plugin for types of kind GHC.TypeLits.Nat
A type checker plugin for GHC that can solve equalities and inequalities
of types of kind @Nat@, where these types are either:
.
* Type-level naturals
.
* Type variables
.
* Applications of the arithmetic expressions (+,-,*,^).
.
It solves these equalities by normalising them to sort-of SOP
(Sum-of-Products) form, and then perform a simple syntactic equality.
.
For example, this solver can prove the equality between:
.
(x + 2)^(y + 2)
.
and
.
4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
.
Because the latter is actually the SOP normal form of the former.
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
.
Pragma to the header of your file.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ghc-typelits-natnormalise-doc
Description-md5: 5ed9179dab9bcfc69639a76255a96a96
Description-en: GHC typechecker plugin for types of kind GHC.TypeLits.Nat; documentation
A type checker plugin for GHC that can solve equalities and inequalities
of types of kind @Nat@, where these types are either:
.
* Type-level naturals
.
* Type variables
.
* Applications of the arithmetic expressions (+,-,*,^).
.
It solves these equalities by normalising them to sort-of SOP
(Sum-of-Products) form, and then perform a simple syntactic equality.
.
For example, this solver can prove the equality between:
.
(x + 2)^(y + 2)
.
and
.
4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
.
Because the latter is actually the SOP normal form of the former.
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
.
Pragma to the header of your file.
.
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-ghc-typelits-natnormalise-prof
Description-md5: 7c1712bc7dc414334ec161f17901eb72
Description-en: GHC typechecker plugin for types of kind GHC.TypeLits.Nat; profiling libraries
A type checker plugin for GHC that can solve equalities and inequalities
of types of kind @Nat@, where these types are either:
.
* Type-level naturals
.
* Type variables
.
* Applications of the arithmetic expressions (+,-,*,^).
.
It solves these equalities by normalising them to sort-of SOP
(Sum-of-Products) form, and then perform a simple syntactic equality.
.
For example, this solver can prove the equality between:
.
(x + 2)^(y + 2)
.
and
.
4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
.
Because the latter is actually the SOP normal form of the former.
.
To use the plugin, add the
.
OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
.
Pragma to the header of your file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-atk-dev
Description-md5: 538ddae505253a2c282f48664d167a1c
Description-en: ATK bindings
Bindings for ATK, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-atk-doc
Description-md5: d2cf84c2e9b7bbb3664d4386dcd36c1b
Description-en: ATK bindings; documentation
Bindings for ATK, autogenerated by haskell-gi.
.
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-gi-atk-prof
Description-md5: d88b4af9291d7e6a946b20b2ffbca5e1
Description-en: ATK bindings; profiling libraries
Bindings for ATK, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-connector-dev
Description-md5: ee041b0ce37513036a47be33c54b6d02
Description-en: GI friendly Binding to the Cairo library
This library contains glue code used to interconnect Haskell GI and Cairo
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-connector-doc
Description-md5: 3df8a797084d4e500f117a2ce21b356a
Description-en: GI friendly Binding to the Cairo library; documentation
This library contains glue code used to interconnect Haskell GI and Cairo
.
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-gi-cairo-connector-prof
Description-md5: b11a8f8116aca3ff0006a7067609a38c
Description-en: GI friendly Binding to the Cairo library; profiling libraries
This library contains glue code used to interconnect Haskell GI and Cairo
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-dev
Description-md5: 439bf94d38c8478a9f6cd5e92762c142
Description-en: Cairo bindings
Bindings for Cairo, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-doc
Description-md5: 373130cbcb85e22954e9cedd818fe1ae
Description-en: Cairo bindings; documentation
Bindings for Cairo, autogenerated by haskell-gi.
.
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-gi-cairo-prof
Description-md5: 4e485b8c4b21f0e7c9103efa78015a7f
Description-en: Cairo bindings; profiling libraries
Bindings for Cairo, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-render-dev
Description-md5: bfc7c2fbe27f496fe5fc100f4501d69d
Description-en: GI friendly Binding to the Cairo library.
Cairo is a library to render high quality vector graphics. There
exist various backends that allows rendering to Gtk windows, PDF,
PS, PNG and SVG documents, amongst others.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-cairo-render-doc
Description-md5: 68c74e249d888901261b212c4b3c191f
Description-en: GI friendly Binding to the Cairo library.; documentation
Cairo is a library to render high quality vector graphics. There
exist various backends that allows rendering to Gtk windows, PDF,
PS, PNG and SVG documents, amongst others.
.
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-gi-cairo-render-prof
Description-md5: f7e719a67c1f92f546b1c182efc2a4e6
Description-en: GI friendly Binding to the Cairo library.; profiling libraries
Cairo is a library to render high quality vector graphics. There
exist various backends that allows rendering to Gtk windows, PDF,
PS, PNG and SVG documents, amongst others.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-dbusmenu-dev
Description-md5: 2a212d81dcd74beb96a4255fc48eeb77
Description-en: DBusMenu bindings
Bindings for libdbusmenu, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-dbusmenu-doc
Description-md5: 073e4210fc3d242c064b8998639e162f
Description-en: DBusMenu bindings; documentation
Bindings for libdbusmenu, autogenerated by haskell-gi.
.
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-gi-dbusmenu-prof
Description-md5: 190a078b40fc4e3dda7eda40a6b6f41c
Description-en: DBusMenu bindings; profiling libraries
Bindings for libdbusmenu, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-freetype2-dev
Description-md5: 9a6f1815fe42c9021ebfef6bcf230279
Description-en: freetype2 bindings
Bindings for freetype2, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-freetype2-doc
Description-md5: 32c1fa4351a4120ac87b137e0b3913c7
Description-en: freetype2 bindings; documentation
Bindings for freetype2, autogenerated by haskell-gi.
.
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-gi-freetype2-prof
Description-md5: 254c92c403447355435e56e8e207e7ef
Description-en: freetype2 bindings; profiling libraries
Bindings for freetype2, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gdk3-dev
Description-md5: f3b11f398cd2631ea532b9fe2376926e
Description-en: Gdk 3.x bindings
Bindings for Gdk 3.x, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gdk3-doc
Description-md5: dde5addbfe20fd981c6c771b4a7c48f0
Description-en: Gdk 3.x bindings; documentation
Bindings for Gdk 3.x, autogenerated by haskell-gi.
.
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-gi-gdk3-prof
Description-md5: 968d3fce1a8c752ec492f904b27bc5cc
Description-en: Gdk 3.x bindings; profiling libraries
Bindings for Gdk 3.x, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gdkpixbuf-dev
Description-md5: e659f966fe5381052b03204a17406906
Description-en: GdkPixbuf bindings
Bindings for GdkPixbuf, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gdkpixbuf-doc
Description-md5: b3eaa5c8f09e637944b64038c6f5a975
Description-en: GdkPixbuf bindings; documentation
Bindings for GdkPixbuf, autogenerated by haskell-gi.
.
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-gi-gdkpixbuf-prof
Description-md5: 57d7f7e5b5566ae75002365c9bf36cc5
Description-en: GdkPixbuf bindings; profiling libraries
Bindings for GdkPixbuf, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gio-dev
Description-md5: 24f3c44dfe5a1ba054469d973d81c84b
Description-en: Gio bindings
Bindings for Gio, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gio-doc
Description-md5: bcd36be7ea3b90209ba130fa4e1ac8c8
Description-en: Gio bindings; documentation
Bindings for Gio, autogenerated by haskell-gi.
.
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-gi-gio-prof
Description-md5: e15259dda5db73b73fc28f1280494c02
Description-en: Gio bindings; profiling libraries
Bindings for Gio, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-glib-dev
Description-md5: 9558653845e3106ff8fe07c9de90eeba
Description-en: GLib bindings
Bindings for GLib, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-glib-doc
Description-md5: 682eebc7ba56a021f988bb23f580bef6
Description-en: GLib bindings; documentation
Bindings for GLib, autogenerated by haskell-gi.
.
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-gi-glib-prof
Description-md5: 5d26248ff2f043b36045b96b63919e17
Description-en: GLib bindings; profiling libraries
Bindings for GLib, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gmodule-dev
Description-md5: 4e27bdb63e22adcc2b402a2588becc25
Description-en: GModule bindings
Bindings for GModule, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gmodule-doc
Description-md5: 3de074e7b9ece25d937f11366eeb04d9
Description-en: GModule bindings; documentation
Bindings for GModule, autogenerated by haskell-gi.
.
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-gi-gmodule-prof
Description-md5: 4075051431a6655f48681966836798e0
Description-en: GModule bindings; profiling libraries
Bindings for GModule, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gobject-dev
Description-md5: 33064272988ea602ca5ab8db630a58f1
Description-en: GObject bindings
Bindings for GObject, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-gobject-doc
Description-md5: 1f137cb41ae2ece0cfd8b1adcc2c539d
Description-en: GObject bindings; documentation
Bindings for GObject, autogenerated by haskell-gi.
.
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-gi-gobject-prof
Description-md5: f6a3d9b75e67f45ccaeb84af8befb051
Description-en: GObject bindings; profiling libraries
Bindings for GObject, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-graphene-dev
Description-md5: 3815e295e056136e0b0ad804cd32605d
Description-en: Haskell Graphene bindings
Haskell bindings for Graphene, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-graphene-doc
Description-md5: 9d639549f6ee0f17b3020c5fcfabbeca
Description-en: Haskell Graphene bindings; documentation
Haskell bindings for Graphene, autogenerated by haskell-gi.
.
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-gi-graphene-prof
Description-md5: a326c44798ebbbd285237672ea0fe6cb
Description-en: Haskell Graphene bindings; profiling libraries
Haskell bindings for Graphene, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-harfbuzz-dev
Description-md5: 8c7badd7caa9885aab0d9186abb14127
Description-en: HarfBuzz bindings
Bindings for HarfBuzz, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-harfbuzz-doc
Description-md5: d0f03681e6f3fe3a87d0fab6381b317e
Description-en: HarfBuzz bindings; documentation
Bindings for HarfBuzz, autogenerated by haskell-gi.
.
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-gi-harfbuzz-prof
Description-md5: 57eef0123a9fa30ecddcc4e524ea93e9
Description-en: HarfBuzz bindings; profiling libraries
Bindings for HarfBuzz, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-pango-dev
Description-md5: 872f771d5340d5096cd9e6f7ac8df69c
Description-en: Pango bindings
Bindings for Pango, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-pango-doc
Description-md5: 785026402c13bd7f5c5be91d6793c72c
Description-en: Pango bindings; documentation
Bindings for Pango, autogenerated by haskell-gi.
.
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-gi-pango-prof
Description-md5: 556181490af2220d3b5c664012c1fcbb
Description-en: Pango bindings; profiling libraries
Bindings for Pango, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-xlib-dev
Description-md5: 80cac218a4207041f4652d5e7d2b4b58
Description-en: Xlib bindings
Bindings for Xlib, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gi-xlib-doc
Description-md5: 0f6fa50f0719db7db8b299b9e3f85359
Description-en: Xlib bindings; documentation
Bindings for Xlib, autogenerated by haskell-gi.
.
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-gi-xlib-prof
Description-md5: fa632c6c0b1aa7276ba74ebe3ccc6a2a
Description-en: Xlib bindings; profiling libraries
Bindings for Xlib, autogenerated by haskell-gi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gio-dev
Description-md5: 80d2448c898d582ca1735c2bb8f4f244
Description-en: binding to the GIO
GIO is striving to provide a modern, easy-to-use VFS API that sits at the
right level in the library stack. The goal is to overcome the shortcomings of
GnomeVFS and provide an API that is so good that developers prefer it over raw
POSIX calls. Among other things that means using GObject. It also means not
cloning the POSIX API, but providing higher-level, document-centric
interfaces.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gio-doc
Description-md5: 3c6b5df49d673c314a84ade399c220e7
Description-en: Binding to the GIO; documentation
GIO is striving to provide a modern, easy-to-use VFS API that sits at the
right level in the library stack. The goal is to overcome the shortcomings of
GnomeVFS and provide an API that is so good that developers prefer it over raw
POSIX calls. Among other things that means using GObject. It also means not
cloning the POSIX API, but providing higher-level, document-centric
interfaces.
.
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-gio-prof
Description-md5: d0982e6be94d26162d3609894f6d5e5a
Description-en: Binding to the GIO; profiling libraries
GIO is striving to provide a modern, easy-to-use VFS API that sits at the
right level in the library stack. The goal is to overcome the shortcomings of
GnomeVFS and provide an API that is so good that developers prefer it over raw
POSIX calls. Among other things that means using GObject. It also means not
cloning the POSIX API, but providing higher-level, document-centric
interfaces.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-git-lfs-dev
Description-md5: 0c17566120d0c111ad04c550eb467097
Description-en: git-lfs protocol for Haskell
An implementation of the git-lfs protocol for the Haskell programming language.
.
git-lfs can be used to store large files in git.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-git-lfs-doc
Description-md5: aa6b6d5dd118f3dfe550197f8b070d81
Description-en: git-lfs protocol for Haskell; documentation
An implementation of the git-lfs protocol for the Haskell programming language.
.
git-lfs can be used to store large files in git.
.
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-git-lfs-prof
Description-md5: 4bcfd30dccead8e8e918997517bbf4d6
Description-en: git-lfs protocol for Haskell; profiling libraries
An implementation of the git-lfs protocol for the Haskell programming language.
.
git-lfs can be used to store large files in git.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-githash-dev
Description-md5: ab6f5b73aa2f30e5c90e5dbb1f7c18fa
Description-en: Compile git revision info into Haskell projects
This library provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project. Useful for including
in panic messages, --version output, or diagnostic info for more informative
bug reports.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-githash-doc
Description-md5: 8866e9939f8330f5ef7693b15b065caa
Description-en: Compile git revision info into Haskell projects; documentation
This library provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project. Useful for including
in panic messages, --version output, or diagnostic info for more informative
bug reports.
.
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-githash-prof
Description-md5: 97df44c9cc2ac91cf19b90c7c50dab66
Description-en: Compile git revision info into Haskell projects; profiling libraries
This library provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project. Useful for including
in panic messages, --version output, or diagnostic info for more informative
bug reports.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gitit-data
Description-md5: 43df3e429cd52ef1c7c59c3a3ce71b24
Description-en: Wiki engine backed by a git or darcs filestore - Data files
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 contains auxiliary data files to be used with gitit or
libghc-gitit-dev.
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-doc
Description-md5: 5c7c364f590e285df159c584812ae73f
Description-en: Wiki engine backed by a git or darcs filestore; documentation
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 the documentation for 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: libghc-gitrev-dev
Description-md5: 44d9bf97dcacb61e1fd959f4fe800e4b
Description-en: compile git revision info into Haskell projects
Ths package provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project.
.
This is useful for including in panic messages, --version output, or
diagnostic info for more informative bug reports.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gitrev-doc
Description-md5: 6aa61c31dfdd02e35374e3e6e1e50826
Description-en: compile git revision info into Haskell projects; documentation
Ths package provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project.
.
This is useful for including in panic messages, --version output, or
diagnostic info for more informative bug reports.
.
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-gitrev-prof
Description-md5: 624e16004dcd3ba1e8449907be9e45c6
Description-en: compile git revision info into Haskell projects; profiling libraries
Ths package provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project.
.
This is useful for including in panic messages, --version output, or
diagnostic info for more informative bug reports.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-glib-dev
Description-md5: 5f14ac388babd20239e81ce3ce49a097
Description-en: Binding to the GLIB library for Gtk2Hs
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as
required to support the packages that wrap libraries that are themselves based
on GLib.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-glib-doc
Description-md5: b6b92667903493476d988511e007b52d
Description-en: Binding to the GLIB library for Gtk2Hs; documentation
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as
required to support the packages that wrap libraries that are themselves based
on GLib.
.
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-glib-prof
Description-md5: 167bc88ebdafd70e40778a395ceec17f
Description-en: Binding to the GLIB library for Gtk2Hs; profiling libraries
The GNU Library is a collection of C data structures and utility function for
dealing with Unicode. This package only binds as much functionality as
required to support the packages that wrap libraries that are themselves based
on GLib.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-glob-dev
Description-md5: e3a7401e687eb937ba0c525fdcaf3bb8
Description-en: library matching glob patterns against file paths
This package contians a haskell library for globbing: matching patterns
against file paths.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-glob-doc
Description-md5: 61f9adf81e1d8a58f04f95ea64df5f01
Description-en: library matching glob patterns against file paths; documentation
This package contians a haskell library for globbing: matching patterns
against file paths.
.
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-glob-prof
Description-md5: e86806ec6c566bf9949de6b0eef29f0f
Description-en: library matching glob patterns against file paths; profiling libraries
This package contians a haskell library for globbing: matching patterns
against file paths.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gloss-dev
Description-md5: 6c03ea3c7ee0617028c88bcf552dbb33
Description-en: Painless 2D vector graphics, animations and simulations.
Gloss hides the pain of drawing simple vector graphics behind a nice data type
and a few display functions. Gloss comes for with support for animations and
simulations as well, and allows one to create simple interactive games. Gloss
uses OpenGL under the hood, but you won't need to worry about any of that.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gloss-doc
Description-md5: 68d6029176a5772597ac96cda3f868b3
Description-en: Painless 2D vector graphics, animations and simulations.; documentation
Gloss hides the pain of drawing simple vector graphics behind a nice data type
and a few display functions. Gloss comes for with support for animations and
simulations as well, and allows one to create simple interactive games. Gloss
uses OpenGL under the hood, but you won't need to worry about any of that.
.
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-gloss-prof
Description-md5: 165ca37b73bc7b9ac6b0b2f01166aafd
Description-en: Painless 2D vector graphics, animations and simulations.; profiling libraries
Gloss hides the pain of drawing simple vector graphics behind a nice data type
and a few display functions. Gloss comes for with support for animations and
simulations as well, and allows one to create simple interactive games. Gloss
uses OpenGL under the hood, but you won't need to worry about any of that.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gloss-rendering-dev
Description-md5: e6b8d205c11c8fda32eb1714ed1198a8
Description-en: Gloss picture data types and rendering functions.
The packag provides the gloss picture data types and rendering functions.
These functions don't do any window management. If you want gloss to setup
your window as well then use the plain gloss package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gloss-rendering-doc
Description-md5: 5c31bdf8634c0cb2aa6b4d1fefcb9a94
Description-en: Gloss picture data types and rendering functions.; documentation
The packag provides the gloss picture data types and rendering functions.
These functions don't do any window management. If you want gloss to setup
your window as well then use the plain gloss package.
.
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-gloss-rendering-prof
Description-md5: 9e8a6eefd1cdf2267d49dbf9af456700
Description-en: Gloss picture data types and rendering functions.; profiling libraries
The packag provides the gloss picture data types and rendering functions.
These functions don't do any window management. If you want gloss to setup
your window as well then use the plain gloss package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gluraw-dev
Description-md5: 92a40ab4463024df68d5ee32cf644f79
Description-en: Raw binding for the OpenGL graphics system
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gluraw-doc
Description-md5: 17982ce5717ffa889ec228c963bc94a2
Description-en: Raw binding for the OpenGL graphics system; documentation
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
interface.
.
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-gluraw-prof
Description-md5: ae87212a28b05f775df10a06acee489f
Description-en: Raw binding for the OpenGL graphics system; profiling libraries
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-glut-dev
Description-md5: d1696914a4c474d0cfa9998d95d0a0cd
Description-en: Haskell GLUT binding for GHC
This package provides a library for the Haskell programming language.
.
This library provides a binding for the OpenGL Utility Toolkit, a window
system independent toolkit for writing OpenGL programs. For more
information about the C library on which this binding is based,
please see: .
Package: libghc-glut-doc
Description-md5: 2b8bb8e51bb3431cb22366b13eb0b7fd
Description-en: Haskell GLUT binding for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
This library provides a binding for the OpenGL Utility Toolkit, a window
system independent toolkit for writing OpenGL programs. For more
information about the C library on which this binding is based,
please see: .
Package: libghc-glut-prof
Description-md5: 60e81a4a8804a04551e86a4c48c360e0
Description-en: Haskell GLUT binding for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
This library provides a binding for the OpenGL Utility Toolkit, a window
system independent toolkit for writing OpenGL programs. For more
information about the C library on which this binding is based,
please see: .
Package: libghc-graphscc-dev
Description-md5: a17027acb8cc7cfca469c05d8781c9df
Description-en: Tarjan's algorithm for computing the SCCs of a graph
Tarjan's algorithm for computing the strongly connected components of
a graph.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-graphscc-doc
Description-md5: 8889f449373c0f000c30b42aa3d3df76
Description-en: Tarjan's algorithm for computing the SCCs of a graph; documentation
Tarjan's algorithm for computing the strongly connected components of
a graph.
.
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-graphscc-prof
Description-md5: c2cfa12190c009040978419bbf498bcc
Description-en: Tarjan's algorithm for computing the SCCs of a graph; profiling libraries
Tarjan's algorithm for computing the strongly connected components of
a graph.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-graphviz-dev
Description-md5: bd02d2c14f791ffca367313e1957b329
Description-en: bindings to Graphviz for graph visualization
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
.
Main features of the graphviz library include:
.
Almost complete coverage of all Graphviz attributes and syntax.
.
Support for specifying clusters.
.
The ability to use a custom node type.
.
Functions for running a Graphviz layout tool with all specified output
types.
.
The ability to not only generate but also parse Dot code with two
options: strict and liberal (in terms of ordering of statements).
.
Functions to convert FGL graphs and other graph-like data structures
to Dot code - including support to group them into clusters - with a
high degree of customisation by specifying which attributes to use
and limited support for the inverse operation.
.
Round-trip support for passing an FGL graph through Graphviz to
augment node and edge labels with positional information, etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-graphviz-doc
Description-md5: 0f0b19cfe7dbc128f10d3cbfb2e02ed7
Description-en: bindings to Graphviz for graph visualization; documentation
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
.
Main features of the graphviz library include:
.
Almost complete coverage of all Graphviz attributes and syntax.
.
Support for specifying clusters.
.
The ability to use a custom node type.
.
Functions for running a Graphviz layout tool with all specified output
types.
.
The ability to not only generate but also parse Dot code with two
options: strict and liberal (in terms of ordering of statements).
.
Functions to convert FGL graphs and other graph-like data structures
to Dot code - including support to group them into clusters - with a
high degree of customisation by specifying which attributes to use
and limited support for the inverse operation.
.
Round-trip support for passing an FGL graph through Graphviz to
augment node and edge labels with positional information, etc.
.
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-graphviz-prof
Description-md5: f37e398e59c83bc981d57210e9267d97
Description-en: bindings to Graphviz for graph visualization; profiling libraries
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
.
Main features of the graphviz library include:
.
Almost complete coverage of all Graphviz attributes and syntax.
.
Support for specifying clusters.
.
The ability to use a custom node type.
.
Functions for running a Graphviz layout tool with all specified output
types.
.
The ability to not only generate but also parse Dot code with two
options: strict and liberal (in terms of ordering of statements).
.
Functions to convert FGL graphs and other graph-like data structures
to Dot code - including support to group them into clusters - with a
high degree of customisation by specifying which attributes to use
and limited support for the inverse operation.
.
Round-trip support for passing an FGL graph through Graphviz to
augment node and edge labels with positional information, etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gridtables-dev
Description-md5: 467cfd33d6a8ad57d8c6ac3d68988b2d
Description-en: parser for reStructuredText-style grid tables
Provides a parser for plain-text representations of
tables. This package supports table headers, cells
spanning multiple columns or rows, as well as a way
to specfiy column alignments.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gridtables-doc
Description-md5: b3a6862bbe3c12f0d2f3cb1284fb5623
Description-en: parser for reStructuredText-style grid tables; documentation
Provides a parser for plain-text representations of
tables. This package supports table headers, cells
spanning multiple columns or rows, as well as a way
to specfiy column alignments.
.
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-gridtables-prof
Description-md5: 22afcdef89a82fc146eba6cfde872c51
Description-en: parser for reStructuredText-style grid tables; profiling libraries
Provides a parser for plain-text representations of
tables. This package supports table headers, cells
spanning multiple columns or rows, as well as a way
to specfiy column alignments.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-groom-dev
Description-md5: 15a9f4e44f17ebbc1d6c007ca7e5bb41
Description-en: Pretty printing for well-behaved Show instances
Automatically derived Show instances are an easy way
to inspect data in your program. However, for large
data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an
replacement to `show' called `groom' which attempts
to pretty-print the output of `show'. For example:
.
> let x = parseExp "foobar 1 [1,2]"
> in do
> putStrLn (show x)
> putStrLn (groom x)
.
results in:
.
> ParseOk (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1))) (List [Lit (Int 1),Lit (Int 2)]))
> ParseOk
> (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1)))
> (List [Lit (Int 1), Lit (Int 2)]))
.
Groom works only on Show instances that output valid
Haskell code; if Groom can't understand its input,
it will not make any changes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-groom-doc
Description-md5: 6ea07d045d39ffa7b3a4ab32514aa435
Description-en: Pretty printing for well-behaved Show instances; documentation
Automatically derived Show instances are an easy way
to inspect data in your program. However, for large
data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an
replacement to `show' called `groom' which attempts
to pretty-print the output of `show'. For example:
.
> let x = parseExp "foobar 1 [1,2]"
> in do
> putStrLn (show x)
> putStrLn (groom x)
.
results in:
.
> ParseOk (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1))) (List [Lit (Int 1),Lit (Int 2)]))
> ParseOk
> (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1)))
> (List [Lit (Int 1), Lit (Int 2)]))
.
Groom works only on Show instances that output valid
Haskell code; if Groom can't understand its input,
it will not make any changes.
.
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-groom-prof
Description-md5: 2aba4517c0407f2ca68af9280367fa23
Description-en: Pretty printing for well-behaved Show instances; profiling libraries
Automatically derived Show instances are an easy way
to inspect data in your program. However, for large
data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an
replacement to `show' called `groom' which attempts
to pretty-print the output of `show'. For example:
.
> let x = parseExp "foobar 1 [1,2]"
> in do
> putStrLn (show x)
> putStrLn (groom x)
.
results in:
.
> ParseOk (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1))) (List [Lit (Int 1),Lit (Int 2)]))
> ParseOk
> (App (App (Var (UnQual (Ident "foobar"))) (Lit (Int 1)))
> (List [Lit (Int 1), Lit (Int 2)]))
.
Groom works only on Show instances that output valid
Haskell code; if Groom can't understand its input,
it will not make any changes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-groups-dev
Description-md5: 69cf4431612c18b58d6b0533c2a5cc22
Description-en: Haskell 98 groups
A group is a monoid with invertibility.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-groups-doc
Description-md5: a745696417cc7d0a6126cf5d941c3b6d
Description-en: Haskell 98 groups; documentation
A group is a monoid with invertibility.
.
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-groups-prof
Description-md5: 5d00ea5ccfe3a03f9dfe4b80349599e3
Description-en: Haskell 98 groups; profiling libraries
A group is a monoid with invertibility.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk-traymanager-dev
Description-md5: 9e000daae1175c2fece5a2e5db8e7da9
Description-en: bindings for eggtraymanager (GTK+)
This package provides a wrapper around the prolific eggtraymanager code. Note
that it is *NOT* itself a system tray widget, though it is a very convenient
utility for implementing one.
.
This package adopts the style of gtk2hs and is designed to work well with it.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk-traymanager-doc
Description-md5: 13b9807ced196367dd8259ec2c416741
Description-en: bindings for eggtraymanager (GTK+); documentation
This package provides a wrapper around the prolific eggtraymanager code. Note
that it is *NOT* itself a system tray widget, though it is a very convenient
utility for implementing one.
.
This package adopts the style of gtk2hs and is designed to work well with it.
.
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-gtk-traymanager-prof
Description-md5: b7bbc0e620d2b9b22ed944b642d77143
Description-en: bindings for eggtraymanager (GTK+); profiling libraries
This package provides a wrapper around the prolific eggtraymanager code. Note
that it is *NOT* itself a system tray widget, though it is a very convenient
utility for implementing one.
.
This package adopts the style of gtk2hs and is designed to work well with it.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk2hs-buildtools-dev
Description-md5: c1cf869e84c4b2d46e40000bb811f524
Description-en: gtk2hs-buildtools libraries
These are modules used by programs build with gtk2hs-buildtools.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk2hs-buildtools-doc
Description-md5: f1c059f7bf91ba48a06835dcdc592652
Description-en: gtk2hs-buildtools libraries; documentation
These are modules used by programs build with gtk2hs-buildtools.
.
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-gtk2hs-buildtools-prof
Description-md5: 5bb2142d5c41edac5f77dc71320a3900
Description-en: gtk2hs-buildtools libraries; profiling libraries
These are modules used by programs build with gtk2hs-buildtools.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk3-dev
Description-md5: a546b988f39aa54987ab6bd9b8ef7264
Description-en: binding to the Gtk+ graphical user interface library
This is the core library of the Gtk2Hs suite of libraries for Haskell based on
Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
graphical user interfaces.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-gtk3-doc
Description-md5: a7bbd64d922b5d7eb35bd240960ef100
Description-en: binding to the Gtk+ graphical user interface library; documentation
This is the core library of the Gtk2Hs suite of libraries for Haskell based on
Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
graphical user interfaces.
.
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-gtk3-prof
Description-md5: f2c8624209fd75ed1b5bd850a1f635a5
Description-en: binding to the Gtk+ graphical user interface library; profiling libraries
This is the core library of the Gtk2Hs suite of libraries for Haskell based on
Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating
graphical user interfaces.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hackage-security-dev
Description-md5: 07d15736f373526cea5143dafd081bf7
Description-en: Hackage security library
The Hackage security library provides both server and client utilities
for securing the Hackage package server. It is based on The Update
Framework, a set of recommendations developed by security researchers
at various universities in the US as well as developers on the Tor
project.
.
The current implementation supports only index signing,
thereby enabling untrusted mirrors. It does not yet provide
facilities for author package signing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hackage-security-doc
Description-md5: 1d46c781ef544c6b782f328fcd848904
Description-en: Hackage security library; documentation
The Hackage security library provides both server and client utilities
for securing the Hackage package server. It is based on The Update
Framework, a set of recommendations developed by security researchers
at various universities in the US as well as developers on the Tor
project.
.
The current implementation supports only index signing,
thereby enabling untrusted mirrors. It does not yet provide
facilities for author package signing.
.
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-hackage-security-prof
Description-md5: fa1fbc11942d6bbccf466640a50b7856
Description-en: Hackage security library; profiling libraries
The Hackage security library provides both server and client utilities
for securing the Hackage package server. It is based on The Update
Framework, a set of recommendations developed by security researchers
at various universities in the US as well as developers on the Tor
project.
.
The current implementation supports only index signing,
thereby enabling untrusted mirrors. It does not yet provide
facilities for author package signing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haddock-library-dev
Description-md5: 914e90b61bb225fad92c0ff980934f6a
Description-en: library exposing some functionality of Haddock
Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency.
.
For interacting with Haddock itself, see the 'ghc' package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haddock-library-doc
Description-md5: 5bcc72771cd03df82f20593c97db5d6c
Description-en: library exposing some functionality of Haddock; documentation
Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency.
.
For interacting with Haddock itself, see the 'ghc' package.
.
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-haddock-library-prof
Description-md5: 69c904d10ed1409468b4c97aea559f78
Description-en: library exposing some functionality of Haddock; profiling libraries
Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
without pulling in the GHC dependency.
.
For interacting with Haddock itself, see the 'ghc' package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-half-dev
Description-md5: 6f5f4b606e52650d32322d1474cf9ff2
Description-en: half-precision floating-point
Half-precision floating point values with 1 bit of sign, 5 bits of
exponent, 11 bits of mantissa trailing a leading 1 bit with proper
underflow.
.
These arise commonly in GPU applications.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-half-doc
Description-md5: 994a7397820542db47e41ea465fe483e
Description-en: half-precision floating-point; documentation
Half-precision floating point values with 1 bit of sign, 5 bits of
exponent, 11 bits of mantissa trailing a leading 1 bit with proper
underflow.
.
These arise commonly in GPU applications.
.
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-half-prof
Description-md5: 8af51f45402bea60b4c3eeac70cde1b6
Description-en: half-precision floating-point; profiling libraries
Half-precision floating point values with 1 bit of sign, 5 bits of
exponent, 11 bits of mantissa trailing a leading 1 bit with proper
underflow.
.
These arise commonly in GPU applications.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happstack-jmacro-dev
Description-md5: 7b724897513684b0971c8893b51f4bef
Description-en: Support for using JMacro with Happstack
This package integrates jmacro with HAppStack
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happstack-jmacro-doc
Description-md5: 05998e14b3e77b3f09dcc78a0810f5df
Description-en: Support for using JMacro with Happstack; documentation
This package integrates jmacro with HAppStack
.
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-happstack-jmacro-prof
Description-md5: e4d53460c6eb6c30619c39b36370c2b1
Description-en: Support for using JMacro with Happstack; profiling libraries
This package integrates jmacro with HAppStack
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happstack-server-dev
Description-md5: 44259092021e248a51fba76b6fdeb297
Description-en: Happstack web framework, HTTP server
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
environments.
.
Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.
.
Happstack-server contains the HTTP server itself.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happstack-server-doc
Description-md5: 04c42035055a146f0d3d435e6e0bc34a
Description-en: Happstack web framework, HTTP server; documentation
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
environments.
.
Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.
.
Happstack-server contains the HTTP server itself.
.
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-happstack-server-prof
Description-md5: 4031077c20c4cd46cf9e42c4cfc09f77
Description-en: Happstack web framework, HTTP server; profiling libraries
Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
environments.
.
Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.
.
Happstack-server contains the HTTP server itself.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happy-lib-dev
Description-md5: d0d3dc297db7e6c09fe1018501bfc8b5
Description-en: parser generator for Haskell
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-happy-lib-doc
Description-md5: 77fb072d810847ed1f4783cc98ac6f03
Description-en: parser generator for Haskell; documentation
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
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-happy-lib-prof
Description-md5: 9fca3baf123f0469b7a6daa9291d3a67
Description-en: parser generator for Haskell; profiling libraries
Happy is a parser generator for Haskell. Given a grammar
specification in BNF, Happy generates Haskell code to parse the
grammar. Happy works in a similar way to the yacc tool for C.
.
This library provides the following functionality:
.
* Data type definitions for the Grammar AST type, capturing
the information in .y-files (Happy.Grammar)
.
* A parser for happy grammar files (.y) to produce a Grammar
(Happy.Frontend.*)
.
* Implementations of the text book algorithms that compute the
LR action and goto tables for the given 'Grammar'
(Happy.Tabular.*)
.
* An LALR code generator to produce table-driven, deterministic
parsing code in Haskell (Happy.Backend.LALR.*)
.
* A (less maintained) GLR code generator to produce
table-driven, non-deterministic parsing code in Haskell,
where ambiguous parses produce multiple parse trees
(Happy.Backend.GLR.*)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hashable-dev
Description-md5: a10463475b529ded3d755f0e4a358f25
Description-en: class for types that can be converted to a hash value
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hashable-doc
Description-md5: 39daf464ed2bcf5458f56935bd25e04b
Description-en: class for types that can be converted to a hash value; documentation
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
.
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-hashable-prof
Description-md5: 439d0b51632930adde5f19ec596b3834
Description-en: class for types that can be converted to a hash value; profiling libraries
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hashtables-dev
Description-md5: a5d6688db307c1e59505d5b01e51e370
Description-en: mutable hash tables
This package provides a couple of different implementations of mutable hash
tables in the ST monad, as well as a typeclass abstracting their common
operations, and a set of wrappers to use the hash tables in the IO monad.
.
There are three hash table implementations:
.
* Data.HashTable.ST.Basic contains a basic open-addressing hash table using
linear probing as the collision strategy. This should currently be the
fastest available hash table implementation for lookups, although it has a
higher memory overhead than others.
* Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
Cuckoo hashing has worst-case O(1) lookups and performs well even when the
table is highly loaded.
* Data.HashTable.ST.Linear contains a linear hash table, which trades some
insert and lookup performance for higher space efficiency and much shorter
delays when expanding the table.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hashtables-doc
Description-md5: 273ea8f0d3dcd5df6d63844a98b526d2
Description-en: mutable hash tables -- documentation; documentation
This package provides a couple of different implementations of mutable hash
tables in the ST monad, as well as a typeclass abstracting their common
operations, and a set of wrappers to use the hash tables in the IO monad.
.
There are three hash table implementations:
.
* Data.HashTable.ST.Basic contains a basic open-addressing hash table using
linear probing as the collision strategy. This should currently be the
fastest available hash table implementation for lookups, although it has a
higher memory overhead than others.
* Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
Cuckoo hashing has worst-case O(1) lookups and performs well even when the
table is highly loaded.
* Data.HashTable.ST.Linear contains a linear hash table, which trades some
insert and lookup performance for higher space efficiency and much shorter
delays when expanding the table.
.
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-hashtables-prof
Description-md5: cbf27ae0a608b34ff1b1919709754a4c
Description-en: mutable hash tables -- profiling libraries; profiling libraries
This package provides a couple of different implementations of mutable hash
tables in the ST monad, as well as a typeclass abstracting their common
operations, and a set of wrappers to use the hash tables in the IO monad.
.
There are three hash table implementations:
.
* Data.HashTable.ST.Basic contains a basic open-addressing hash table using
linear probing as the collision strategy. This should currently be the
fastest available hash table implementation for lookups, although it has a
higher memory overhead than others.
* Data.HashTable.ST.Cuckoo contains an implementation of "cuckoo hashing".
Cuckoo hashing has worst-case O(1) lookups and performs well even when the
table is highly loaded.
* Data.HashTable.ST.Linear contains a linear hash table, which trades some
insert and lookup performance for higher space efficiency and much shorter
delays when expanding the table.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-gi-base-dev
Description-md5: 3b2d35cd8c5ea91c4086cbe78763c840
Description-en: Foundation for libraries generated by haskell-gi
Foundation for generating Haskell bindings for
GObject-Introspection-capable libraries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-gi-base-doc
Description-md5: 8c8a033cf49b3762dc2189f53593f3ad
Description-en: Foundation for libraries generated by haskell-gi; documentation
Foundation for generating Haskell bindings for
GObject-Introspection-capable libraries.
.
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-haskell-gi-base-prof
Description-md5: 8d45df31577a751b193c2a3c7637d096
Description-en: Foundation for libraries generated by haskell-gi; profiling libraries
Foundation for generating Haskell bindings for
GObject-Introspection-capable libraries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-gi-dev
Description-md5: ae9ef9f80c351b16914505275b773b7e
Description-en: generate Haskell bindings for GI-capable libraries
Generate Haskell bindings for GObject-Introspection-capable libraries.
This includes most notably Gtk+, but many other libraries in the
GObject ecosystem provide introspection data too.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-gi-doc
Description-md5: 4198be3dce31cef8f56c935a18f5a179
Description-en: generate Haskell bindings for GI-capable libraries; documentation
Generate Haskell bindings for GObject-Introspection-capable libraries.
This includes most notably Gtk+, but many other libraries in the
GObject ecosystem provide introspection data too.
.
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-haskell-gi-prof
Description-md5: b6a8003f98f84a2e993e6f0e438e584e
Description-en: generate Haskell bindings for GI-capable libraries; profiling libraries
Generate Haskell bindings for GObject-Introspection-capable libraries.
This includes most notably Gtk+, but many other libraries in the
GObject ecosystem provide introspection data too.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-lexer-dev
Description-md5: 554710bd809783e004619ebbaf81212c
Description-en: A fully compliant Haskell 98 lexer
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
string.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-lexer-doc
Description-md5: fdfc966b398e65b1b5deac73aceb013d
Description-en: Documentation for a fully compliant Haskell 98 lexer; documentation
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
string.
.
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-haskell-lexer-prof
Description-md5: 3453a9098e523c937cf77fb70ade6b36
Description-en: Profiling libraries for a fully compliant Haskell 98 lexer; profiling libraries
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
string.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-haskell-src-dev
Description-md5: fa5a0915dc094483816250ea4b2f3d24
Description-en: Haskell module to manipulate Haskell source
This package provides a library for the Haskell programming language.
.
This library provides facilities for manipulating Haskell source code:
an abstract syntax, lexer, parser and pretty-printer.
Package: libghc-haskell-src-doc
Description-md5: 40490d890446799c20b4c100f4a6b158
Description-en: Haskell module to manipulate Haskell source; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
This library provides facilities for manipulating Haskell source code:
an abstract syntax, lexer, parser and pretty-printer.
Package: libghc-haskell-src-prof
Description-md5: 138773afed02e701d4d01775b7f7cb8d
Description-en: Haskell module to manipulate Haskell source; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
This library provides facilities for manipulating Haskell source code:
an abstract syntax, lexer, parser and pretty-printer.
Package: libghc-haxml-dev
Description-md5: a695f562391f1a7fef083f21c4380a84
Description-en: GHC libraries for using XML documents with Haskell
HaXml is a collection of utilities for parsing, filtering,
transforming, and generating XML documents using Haskell. Its basic
facilities include:
- a parser for XML,
- a separate error-correcting parser for HTML,
- an XML validator,
- pretty-printers for XML and HTML.
.
This package contains the HaXml combinator library for generic XML
document processing, including transformation, editing, and
generation for use with GHC.
Package: libghc-haxml-doc
Description-md5: f382e4f40e89f09dcb7817e0354c250c
Description-en: Documentation of HaXml
HaXml is a collection of utilities for parsing, filtering,
transforming, and generating XML documents using Haskell. Its basic
facilities include:
- a parser for XML,
- a separate error-correcting parser for HTML,
- an XML validator,
- pretty-printers for XML and HTML.
.
This package contains the HaXml documentation.
Package: libghc-haxml-prof
Description-md5: 10b90999646bc7e55c9c3b74f03c9ea4
Description-en: Profiling libraries for the haskell haxml library
HaXml is a collection of utilities for parsing, filtering,
transforming, and generating XML documents using Haskell. Its basic
facilities include:
- a parser for XML,
- a separate error-correcting parser for HTML,
- an XML validator,
- pretty-printers for XML and HTML.
.
This package contains the profiling libraries compiled for GHC.
Package: libghc-haxr-dev
Description-md5: eff1c321621b8e127ef4b36e5e3efa12
Description-en: XML-RPC client and server library for Haskell
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
.
HaXR consists of two packages: haxr and haxr-th. The latter package
contains the Template Haskell code used for automatically deriving
XML-RPC struct representations for Haskell records.
.
This package contains the libraries compiled for GHC.
Package: libghc-haxr-doc
Description-md5: f58d88d76762b3519e4631ab7c6925dc
Description-en: XML-RPC client and server library for Haskell; documentation
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
.
HaXR consists of two packages: haxr and haxr-th. The latter package
contains the Template Haskell code used for automatically deriving
XML-RPC struct representations for Haskell records.
.
This package contains the libraries documentation.
Package: libghc-haxr-prof
Description-md5: 2648558e936ed9f4b8f09a7ecc220924
Description-en: XML-RPC client and server library for Haskell; profiling library
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
.
HaXR consists of two packages: haxr and haxr-th. The latter package
contains the Template Haskell code used for automatically deriving
XML-RPC struct representations for Haskell records.
.
This package contains the profiling libraries compiled for GHC.
Package: libghc-hclip-dev
Description-md5: 5b6e6bd4778310367c983920e9233194
Description-en: library to read/modify the system clipboard
A small cross-platform library for reading and modifying the system
clipboard.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hclip-doc
Description-md5: 5cfae4b14f6e566b0a75de138433d7fa
Description-en: library to read/modify the system clipboard; documentation
A small cross-platform library for reading and modifying the system
clipboard.
.
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-hclip-prof
Description-md5: 2b57b8a187262423e0c5cdc007acbb7c
Description-en: library to read/modify the system clipboard; profiling libraries
A small cross-platform library for reading and modifying the system
clipboard.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hdbc-dev
Description-md5: c468b9641e68406e5622dd66d08c2137
Description-en: Haskell Database Connectivity, GHC package
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This lets you write database code once, in
Haskell, and have it work with any number of backend SQL databases
(MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
.
HDBC is modeled loosely on Perl's DBI interface, though it has also been
influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
.
To use HDBC, you'll need both this package, and a driver package such
as libghc-hdbc-postgresql-dev.
Package: libghc-hdbc-doc
Description-md5: 689aec2e08bd6fa38caa47d439d82fd1
Description-en: Haskell Database Connectivity, Documentation
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This lets you write database code once, in
Haskell, and have it work with any number of backend SQL databases
(MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
.
HDBC is modeled loosely on Perl's DBI interface, though it has also been
influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
Package: libghc-hdbc-prof
Description-md5: ebf1b50552fcecc94795433de524e804
Description-en: Haskell Database Connectivity, GHC profiling data
HDBC provides an abstraction layer between Haskell programs and SQL
relational databases. This package provides profiling information for using
HDBC with GHC.
Package: libghc-hdbc-session-dev
Description-md5: 32bed42faa26f50899e21632e8260097
Description-en: bracketed connection for HDBC
This package contains a base bracketed function
to call close correctly against opend DB connection.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hdbc-session-doc
Description-md5: 8d9fb2db2650455708ebcd79ee159a09
Description-en: bracketed connection for HDBC; documentation
This package contains a base bracketed function
to call close correctly against opend DB connection.
.
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-hdbc-session-prof
Description-md5: 71aec771e8343f34f66f8938368fbef2
Description-en: bracketed connection for HDBC; profiling libraries
This package contains a base bracketed function
to call close correctly against opend DB connection.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hdf5-dev
Description-md5: af51d2226acb3dcdc438737c6d50b848
Description-en: Haskell interface to the HDF5 scientific data storage library.
This is a low-level but typesafe Haskell interface to the HDF5 library. No pointers necessary.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hdf5-doc
Description-md5: 9fba25b1773cd8aa424e2ced90be2aa5
Description-en: Haskell interface to the HDF5 scientific data storage library.; documentation
This is a low-level but typesafe Haskell interface to the HDF5 library. No pointers necessary.
.
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-hdf5-prof
Description-md5: a2d7d352e67761f75490c1f4a9b36e51
Description-en: Haskell interface to the HDF5 scientific data storage library.; profiling libraries
This is a low-level but typesafe Haskell interface to the HDF5 library. No pointers necessary.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heaps-dev
Description-md5: 10adb4f720419b4fba328daf28ffb41b
Description-en: asymptotically optimal Brodal/Okasaki heaps.
Asymptotically optimal Brodal/Okasaki bootstrapped skew-binomial
heaps from the paper "Optimal Purely Functional Priority Queues",
extended with a 'Foldable' interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heaps-doc
Description-md5: 1b0ad966230f765b4a8946a02dbcfbe6
Description-en: asymptotically optimal Brodal/Okasaki heaps.; documentation
Asymptotically optimal Brodal/Okasaki bootstrapped skew-binomial
heaps from the paper "Optimal Purely Functional Priority Queues",
extended with a 'Foldable' interface.
.
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-heaps-prof
Description-md5: 67eda1bbc45b76e3e24594b069907cdf
Description-en: asymptotically optimal Brodal/Okasaki heaps.; profiling libraries
Asymptotically optimal Brodal/Okasaki bootstrapped skew-binomial
heaps from the paper "Optimal Purely Functional Priority Queues",
extended with a 'Foldable' interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedgehog-classes-dev
Description-md5: 57042f1ce682a7a58615493c995b3ed5
Description-en: Hedgehog will eat your typeclass bugs
This library provides Hedgehog properties to ensure
that typeclass instances adhere to the set of laws
that they are supposed to. There are other libraries
that do similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing any
new typeclasses that the user needs to learn, and otherwise minimal
API overhead.
.
This library is directly inspired by `quickcheck-classes`.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedgehog-classes-doc
Description-md5: 08cefc4cff2f2e0d8ffd72f46d600dc0
Description-en: Hedgehog will eat your typeclass bugs; documentation
This library provides Hedgehog properties to ensure
that typeclass instances adhere to the set of laws
that they are supposed to. There are other libraries
that do similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing any
new typeclasses that the user needs to learn, and otherwise minimal
API overhead.
.
This library is directly inspired by `quickcheck-classes`.
.
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-hedgehog-classes-prof
Description-md5: b5c3aff792d203e57358b48c453868bb
Description-en: Hedgehog will eat your typeclass bugs; profiling libraries
This library provides Hedgehog properties to ensure
that typeclass instances adhere to the set of laws
that they are supposed to. There are other libraries
that do similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing any
new typeclasses that the user needs to learn, and otherwise minimal
API overhead.
.
This library is directly inspired by `quickcheck-classes`.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedgehog-dev
Description-md5: adc88b5b1d2f504d21118191873af07d
Description-en: Hedgehog will eat all your bugs
Hedgehog is a modern property-based testing system, in the spirit of
QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the
invariants of generated values by construction.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedgehog-doc
Description-md5: 96498774a3ce3ea2b0104d36b938c4a8
Description-en: Hedgehog will eat all your bugs; documentation
Hedgehog is a modern property-based testing system, in the spirit of
QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the
invariants of generated values by construction.
.
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-hedgehog-prof
Description-md5: ae7b1c7eb55851d046d75b938c94fda5
Description-en: Hedgehog will eat all your bugs; profiling libraries
Hedgehog is a modern property-based testing system, in the spirit of
QuickCheck. Hedgehog uses integrated shrinking, so shrinks obey the
invariants of generated values by construction.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedis-dev
Description-md5: 24588f5ecdee0789c6d19feb849ea65a
Description-en: client library for the Redis datastore
This library is a Haskell client for the Redis datastore. Compared to
other Haskell client libraries it has some advantages: complete Redis
2.6 command set, automatic optimal pipelining, enforced pub/sub
semantics, connection via TCP or Unix domain socket.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hedis-doc
Description-md5: 25d8051ae6f90224bc7d3c6fd25ba0ec
Description-en: client library for the Redis datastore; documentation
This library is a Haskell client for the Redis datastore. Compared to
other Haskell client libraries it has some advantages: complete Redis
2.6 command set, automatic optimal pipelining, enforced pub/sub
semantics, connection via TCP or Unix domain socket.
.
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-hedis-prof
Description-md5: 720915b7060b680cd94fc953e3b065bd
Description-en: client library for the Redis datastore; profiling libraries
This library is a Haskell client for the Redis datastore. Compared to
other Haskell client libraries it has some advantages: complete Redis
2.6 command set, automatic optimal pipelining, enforced pub/sub
semantics, connection via TCP or Unix domain socket.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heist-dev
Description-md5: fb03c5ede8f4d1296f3d99dd2f77f602
Description-en: template system supporting both HTML5 and XML
Heist is a powerful template system that supports both HTML5 and XML.
Some of Heist's features are:
- Designer-friendly HTML5 (or XML) syntax
- Templates can be reloaded to make changes visible without
recompiling your Haskell code
- Enforces near-perfect separation of business logic and view
- Powerful abstraction primitives allowing you to eliminate
repetition
- Easy creation of domain-specific markup languages
- Built-in support for including JSON and Markdown content in
templates
- Simple mechanism for designer-specified template caching
- Optional merging of multiple tags defined anywhere in the
document
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heist-doc
Description-md5: 5736f039ed4c9b8bd9686968ec5a1a10
Description-en: template system supporting both HTML5 and XML; documentation
Heist is a powerful template system that supports both HTML5 and XML.
Some of Heist's features are:
- Designer-friendly HTML5 (or XML) syntax
- Templates can be reloaded to make changes visible without
recompiling your Haskell code
- Enforces near-perfect separation of business logic and view
- Powerful abstraction primitives allowing you to eliminate
repetition
- Easy creation of domain-specific markup languages
- Built-in support for including JSON and Markdown content in
templates
- Simple mechanism for designer-specified template caching
- Optional merging of multiple tags defined anywhere in the
document
.
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-heist-prof
Description-md5: 326d4ab83f101d7fe75128642fec5760
Description-en: template system supporting both HTML5 and XML; profiling libraries
Heist is a powerful template system that supports both HTML5 and XML.
Some of Heist's features are:
- Designer-friendly HTML5 (or XML) syntax
- Templates can be reloaded to make changes visible without
recompiling your Haskell code
- Enforces near-perfect separation of business logic and view
- Powerful abstraction primitives allowing you to eliminate
repetition
- Easy creation of domain-specific markup languages
- Built-in support for including JSON and Markdown content in
templates
- Simple mechanism for designer-specified template caching
- Optional merging of multiple tags defined anywhere in the
document
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-here-dev
Description-md5: d8f6010d4b429a7d47520632aff7145b
Description-en: Here documents and interpolated strings via quasiquotation
This library adds support for multi-line string literals (a.k.a. "here docs")
and string interpolation to Haskell via GHC's QuasiQuotes extension. The
quoted expressions behave like string literals in the source code; that is,
they produce values of type String, or, with the OverloadedStrings language
extension enabled, values of type IsString a => a.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-here-doc
Description-md5: 19f4f5813e6798703fdc310253b470e6
Description-en: Here documents and interpolated strings via quasiquotation; documentation
This library adds support for multi-line string literals (a.k.a. "here docs")
and string interpolation to Haskell via GHC's QuasiQuotes extension. The
quoted expressions behave like string literals in the source code; that is,
they produce values of type String, or, with the OverloadedStrings language
extension enabled, values of type IsString a => a.
.
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-here-prof
Description-md5: 0645a78b4888283b3c85490d87230fb3
Description-en: Here documents and interpolated strings via quasiquotation; profiling libraries
This library adds support for multi-line string literals (a.k.a. "here docs")
and string interpolation to Haskell via GHC's QuasiQuotes extension. The
quoted expressions behave like string literals in the source code; that is,
they produce values of type String, or, with the OverloadedStrings language
extension enabled, values of type IsString a => a.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heredoc-dev
Description-md5: cd8a57a51da3b447db88e23e5eb3e64f
Description-en: multi-line string / here document using QuasiQuotes
multi-line string / here document using QuasiQuotes
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heredoc-doc
Description-md5: 686c3741488f28977ecf27a87fb98ee6
Description-en: multi-line string / here document using QuasiQuotes; documentation
multi-line string / here document using QuasiQuotes
.
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-heredoc-prof
Description-md5: 90521f8b6627fe7256c8af015bd5c6f3
Description-en: multi-line string / here document using QuasiQuotes; profiling libraries
multi-line string / here document using QuasiQuotes
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heterocephalus-dev
Description-md5: aea61c643d83b552e7ba2886da0091ee
Description-en: type-safe template engine for popular front-end tools
Heterocephalus is intended for use with another feature-rich template
engine, such as pug, slim, or haml, and provides a way to interpolate
server side variables into a precompiled template file with forall,
if, and case statements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-heterocephalus-doc
Description-md5: eb2c63755ef1cb5eca671b1b97d6e5cd
Description-en: type-safe template engine for popular front-end tools; documentation
Heterocephalus is intended for use with another feature-rich template
engine, such as pug, slim, or haml, and provides a way to interpolate
server side variables into a precompiled template file with forall,
if, and case statements.
.
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-heterocephalus-prof
Description-md5: 5e42c466f61db5f366eb4c62ef510fc4
Description-en: type-safe template engine for popular front-end tools; profiling libraries
Heterocephalus is intended for use with another feature-rich template
engine, such as pug, slim, or haml, and provides a way to interpolate
server side variables into a precompiled template file with forall,
if, and case statements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hex-dev
Description-md5: 9bd3fb5a18e7b32212d77cf25a8e8390
Description-en: convert strings into hexadecimal and back
This package provides conversion functions between bytestrings and their
hexadecimal representation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hex-doc
Description-md5: 71c681d8092cbd0d04e09882d0f4bd29
Description-en: convert strings into hexadecimal and back; documentation
This package provides conversion functions between bytestrings and their
hexadecimal representation.
.
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-hex-prof
Description-md5: 14d6b024be488a0db8935f54828e5b7e
Description-en: convert strings into hexadecimal and back; profiling libraries
This package provides conversion functions between bytestrings and their
hexadecimal representation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hexml-dev
Description-md5: 948d6524cde4b47a57b64dd94b5bea7d
Description-en: XML subset DOM parser
An XML DOM-style parser, that only parses a subset of XML, but is designed to
be fast.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hexml-doc
Description-md5: 5505a9e91cc9d91c85dc98bd193a1799
Description-en: XML subset DOM parser; documentation
An XML DOM-style parser, that only parses a subset of XML, but is designed to
be fast.
.
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-hexml-prof
Description-md5: bfa175353f25fd7b01cc30fb82bbc80f
Description-en: XML subset DOM parser; profiling libraries
An XML DOM-style parser, that only parses a subset of XML, but is designed to
be fast.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hexpat-dev
Description-md5: f609d498e8bbf46cf5f93d799a46482d
Description-en: XML parser/formatter based on expat
This package provides a general purpose Haskell XML library using Expat to
do its parsing ( - a fast stream-oriented XML
parser written in C). It is extensible to any string type, with @String@,
@ByteString@ and @Text@ provided out of the box.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hexpat-doc
Description-md5: 0d229f93dbff015a0bd0f72192e6e0e9
Description-en: XML parser/formatter based on expat; documentation
This package provides a general purpose Haskell XML library using Expat to
do its parsing ( - a fast stream-oriented XML
parser written in C). It is extensible to any string type, with @String@,
@ByteString@ and @Text@ provided out of the box.
.
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-hexpat-prof
Description-md5: 4a945218a039881763b5a62a84947107
Description-en: XML parser/formatter based on expat; profiling libraries
This package provides a general purpose Haskell XML library using Expat to
do its parsing ( - a fast stream-oriented XML
parser written in C). It is extensible to any string type, with @String@,
@ByteString@ and @Text@ provided out of the box.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hi-file-parser-dev
Description-md5: cb865d56af9e81f2fdf5f0f4de6f0f13
Description-en: Parser for GHC's hi files
This package provides data types and functions for parsing the binary `.hi`
files produced by GHC. It supports multiple versions of GHC, so that
tooling can:
.
* Support multiple versions of GHC
* Avoid linking against the `ghc` library
* Not need to use `ghc`'s textual dump file format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hi-file-parser-doc
Description-md5: e6e7dcf8a9848c9632625fb8ce3f4bc8
Description-en: Parser for GHC's hi files; documentation
This package provides data types and functions for parsing the binary `.hi`
files produced by GHC. It supports multiple versions of GHC, so that
tooling can:
.
* Support multiple versions of GHC
* Avoid linking against the `ghc` library
* Not need to use `ghc`'s textual dump file format.
.
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-hi-file-parser-prof
Description-md5: 08c561fce993a3017e1296fe5986e013
Description-en: Parser for GHC's hi files; profiling libraries
This package provides data types and functions for parsing the binary `.hi`
files produced by GHC. It supports multiple versions of GHC, so that
tooling can:
.
* Support multiple versions of GHC
* Avoid linking against the `ghc` library
* Not need to use `ghc`'s textual dump file format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hierarchical-clustering-dev
Description-md5: 446338fd13896c9759f6319059ab9b57
Description-en: fast algorithms for single, average/UPGMA and complete linkage clustering
This package provides a function to create a dendrogram from a
list of items and a distance function between them. Initially
a singleton cluster is created for each item, and then new,
bigger clusters are created by merging the two clusters with
least distance between them. The distance between two clusters
is calculated according to the linkage type. The dendrogram
represents not only the clusters but also the order on which
they were created.
.
This package has many implementations with different
performance characteristics. There are SLINK and CLINK
algorithm implementations that are optimal in both space and
time. There are also naive implementations using a distance
matrix. Using the dendrogram function from
Data.Clustering.Hierarchical automatically chooses the best
implementation we have.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hierarchical-clustering-doc
Description-md5: 525776fdf18583782ab432bc474bceaa
Description-en: fast algorithms for single, average/UPGMA and complete linkage clustering; documentation
This package provides a function to create a dendrogram from a
list of items and a distance function between them. Initially
a singleton cluster is created for each item, and then new,
bigger clusters are created by merging the two clusters with
least distance between them. The distance between two clusters
is calculated according to the linkage type. The dendrogram
represents not only the clusters but also the order on which
they were created.
.
This package has many implementations with different
performance characteristics. There are SLINK and CLINK
algorithm implementations that are optimal in both space and
time. There are also naive implementations using a distance
matrix. Using the dendrogram function from
Data.Clustering.Hierarchical automatically chooses the best
implementation we have.
.
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-hierarchical-clustering-prof
Description-md5: 2ed7496693bb612eee3b8d45d5f19334
Description-en: fast algorithms for single, average/UPGMA and complete linkage clustering; profiling libraries
This package provides a function to create a dendrogram from a
list of items and a distance function between them. Initially
a singleton cluster is created for each item, and then new,
bigger clusters are created by merging the two clusters with
least distance between them. The distance between two clusters
is calculated according to the linkage type. The dendrogram
represents not only the clusters but also the order on which
they were created.
.
This package has many implementations with different
performance characteristics. There are SLINK and CLINK
algorithm implementations that are optimal in both space and
time. There are also naive implementations using a distance
matrix. Using the dendrogram function from
Data.Clustering.Hierarchical automatically chooses the best
implementation we have.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hinotify-dev
Description-md5: d36b83cedf885ccfabea47b6c5e4256a
Description-en: Haskell inotify library
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
Hinotify uses inotify to provide file system event notification,
simply add a watcher to a file or directory and get an event when it
is accessed or modified.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hinotify-doc
Description-md5: 38d7fe4e6cf891fd9b8fa20f47a1cb7d
Description-en: Haskell inotify library; documentation
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
Hinotify uses inotify to provide file system event notification,
simply add a watcher to a file or directory and get an event when it
is accessed or modified.
.
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-hinotify-prof
Description-md5: a20c59ec65eb2b6c6e4effea38faa20d
Description-en: Haskell inotify library; profiling libraries
Hinotify is a Haskell library for inotify, a part of the Linux kernel
.
Hinotify uses inotify to provide file system event notification,
simply add a watcher to a file or directory and get an event when it
is accessed or modified.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hint-dev
Description-md5: 26b1069ea3563c49d7cdb0b685525cd8
Description-en: runtime Haskell interpreter (GHC API wrapper)
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
and even coerce them into values. The library is thread-safe and type-safe
(even the coercion of expressions to values). It is, essentially, a huge subset
of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
version was not tested with GHC.6).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hint-doc
Description-md5: 511bb9441d60ad0a1965991b2e1cb36e
Description-en: runtime Haskell interpreter (GHC API wrapper); documentation
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
and even coerce them into values. The library is thread-safe and type-safe
(even the coercion of expressions to values). It is, esentially, a huge subset
of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
version was not tested with GHC.6).
.
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-hint-prof
Description-md5: 2126b2063ddda0143c2e0e11e7556e57
Description-en: runtime Haskell interpreter (GHC API wrapper); profiling libraries
This library defines an Interpreter monad. It allows one to load Haskell
modules, browse them, type-check and evaluate strings with Haskell expressions
and even coerce them into values. The library is thread-safe and type-safe
(even the coercion of expressions to values). It is, esentially, a huge subset
of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
version was not tested with GHC.6).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hjsmin-dev
Description-md5: dcdaed89a97f3f92b10ac41be2e790de
Description-en: JavaScript minifier
It reduces the size of JavaScript files by stripping out extraneous
whitespace and other syntactic elements, without changing the
semantics.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hjsmin-doc
Description-md5: 29f08ba5e9363984783b8eff520bfc7e
Description-en: JavaScript minifier; documentation
It reduces the size of JavaScript files by stripping out extraneous
whitespace and other syntactic elements, without changing the
semantics.
.
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-hjsmin-prof
Description-md5: 30dedae78ef8477955b0b0d32bbfcd5b
Description-en: JavaScript minifier; profiling libraries
It reduces the size of JavaScript files by stripping out extraneous
whitespace and other syntactic elements, without changing the
semantics.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hledger-dev
Description-md5: 1ded6325f2a99fc352b7695dc7ab915d
Description-en: CLI libraries for hledger
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
tool; see the other hledger-* packages for web and curses interfaces
and chart generation. hledger aims to be a reliable, practical
financial reporting tool for day-to-day use, and also a useful
library for building financial apps in haskell. Given a plain text
file describing transactions, of money or any other commodity,
.
hledger will print the chart of accounts, account balances, or
transactions you're interested in. It can also help you add
transactions to the journal file, or convert CSV data from your bank.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hledger-doc
Description-md5: 9762cf2040464dfaf2c27568cc94e874
Description-en: CLI libraries for hledger; documentation
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
tool; see the other hledger-* packages for web and curses interfaces
and chart generation. hledger aims to be a reliable, practical
financial reporting tool for day-to-day use, and also a useful
library for building financial apps in haskell. Given a plain text
file describing transactions, of money or any other commodity,
.
hledger will print the chart of accounts, account balances, or
transactions you're interested in. It can also help you add
transactions to the journal file, or convert CSV data from your bank.
.
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-hledger-lib-dev
Description-md5: 55bca075325e83a58989aa6399279f51
Description-en: core data types, parsers and utilities for the hledger accounting tool
hledger is a haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides core data types, parsers and
utilities used by the hledger tools. It also aims to be a useful
library for building h/ledger-compatible tools or unrelated financial
apps in Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hledger-lib-doc
Description-md5: 7eb280f539e46915569719abefa6a4d2
Description-en: core data types, parsers and utilities for hledger; documentation
hledger is a haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides core data types, parsers and
utilities used by the hledger tools. It also aims to be a useful
library for building h/ledger-compatible tools or unrelated financial
apps in Haskell.
.
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-hledger-lib-prof
Description-md5: c97ab98b633bf27417527473a9c7450b
Description-en: core data types, parsers and utilities for hledger; profiling libraries
hledger is a haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides core data types, parsers and
utilities used by the hledger tools. It also aims to be a useful
library for building h/ledger-compatible tools or unrelated financial
apps in 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: libghc-hledger-prof
Description-md5: 811ae55147e1a0f35d55a892c22702ea
Description-en: CLI libraries for hledger; profiling libraries
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
tool; see the other hledger-* packages for web and curses interfaces
and chart generation. hledger aims to be a reliable, practical
financial reporting tool for day-to-day use, and also a useful
library for building financial apps in haskell. Given a plain text
file describing transactions, of money or any other commodity,
.
hledger will print the chart of accounts, account balances, or
transactions you're interested in. It can also help you add
transactions to the journal file, or convert CSV data from your bank.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hmatrix-dev
Description-md5: 8c30590d6723f405da8c6946f70b6e8a
Description-en: Linear algebra in Haskell
Purely functional interface to linear algebra based on BLAS
and LAPACK.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hmatrix-doc
Description-md5: 801bc45380b4a73452316eeaca62d36d
Description-en: Linear algebra in Haskell; documentation
Purely functional interface to linear algebra based on BLAS
and LAPACK.
.
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-hmatrix-gsl-dev
Description-md5: c196eb690c90acd191f227f174ee5e20
Description-en: numerical computation
Purely functional interface to selected numerical computations,
internally implemented using GSL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hmatrix-gsl-doc
Description-md5: db11f2d07adac409ff18e1907a4b485f
Description-en: numerical computation; documentation
Purely functional interface to selected numerical computations,
internally implemented using GSL.
.
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-hmatrix-gsl-prof
Description-md5: c33cc9dcc147262af029aca11c9eda92
Description-en: numerical computation; profiling libraries
Purely functional interface to selected numerical computations,
internally implemented using GSL.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hmatrix-prof
Description-md5: 6b008902d3a79d1b67f6fa8f1f9529b3
Description-en: Linear algebra in Haskell; profiling libraries
Purely functional interface to linear algebra based on BLAS
and LAPACK.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hoauth2-dev
Description-md5: f8d464253266dc06923a2b95d03b41de
Description-en: OAuth2 authentication for Haskell
This library provies OAuth2 authentication for Haskell applications.
.
It was te tested against the following services
.
* google web oauth
* weibo oauth2
* github oauth
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hoauth2-doc
Description-md5: e0d55b892012e096ed21af3dacf1b1fc
Description-en: OAuth2 authentication for Haskell; documentation
This library provies OAuth2 authentication for Haskell applications.
.
It was te tested against the following services
.
* google web oauth
* weibo oauth2
* github oauth
.
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-hoauth2-prof
Description-md5: 20a038fbb4c4a0ecfecb09a1a59b6549
Description-en: OAuth2 authentication for Haskell; profiling libraries
This library provies OAuth2 authentication for Haskell applications.
.
It was te tested against the following services
.
* google web oauth
* weibo oauth2
* github oauth
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hoogle-dev
Description-md5: 81825b0a2d5068305405fbbb3c91178e
Description-en: Haskell API Search
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
or by approximate type signature.
.
This package contains the normal library files.
Package: libghc-hoogle-doc
Description-md5: 9e298ed27b426ea19e3ea3c8159f3057
Description-en: Haskell API Search; documentation
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
or by approximate type signature.
.
This package contains the documentation files.
Package: libghc-hoogle-prof
Description-md5: 148eeb2ae81ae84633527e1d8a4e7006
Description-en: Haskell API Search; profiling libraries
Hoogle is a Haskell API search engine, which allows you to
search many standard Haskell libraries by either function name,
or by approximate type signature.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-hookup-dev
Description-md5: eadec7cbc59f02d98725b4d193bc4b8e
Description-en: abstraction over network connections with SOCKS5 and TLS
This package provides an abstraction for communicating with line-oriented
network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hookup-doc
Description-md5: 3898c682694a6fe726a8a093289ccca5
Description-en: abstraction over network connections with SOCKS5 and TLS; documentation
This package provides an abstraction for communicating with line-oriented
network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
.
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-hookup-prof
Description-md5: 850249a97abbe68f7c950a7d3e458ae1
Description-en: abstraction over network connections with SOCKS5 and TLS; profiling libraries
This package provides an abstraction for communicating with line-oriented
network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hopenpgp-dev
Description-md5: bf86b4c9d4c073deb9a25ae5aaaa4f46
Description-en: implementation of OpenPGP (RFC4880)
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
operations.
.
This package contains the normal library files.
Package: libghc-hopenpgp-doc
Description-md5: 486450539a8fba0bf0be4ef9181bf683
Description-en: implementation of OpenPGP (RFC4880); documentation
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
operations.
.
This package contains the documentation files.
Package: libghc-hopenpgp-prof
Description-md5: 1048d14d217e07f8698c1f8a0bb262b5
Description-en: OpenPGP (RFC4880); profiling libraries
This is a native Haskell implementation of OpenPGP (RFC4880),
including message format serialization and some cryptographic
operations.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-hosc-dev
Description-md5: e8a8ae210ad8f0a7fa1fa45b4c4a412c
Description-en: Haskell Open Sound Control
hosc implements a subset of the Open Sound Control
byte protocol.
.
Sound.OSC.Core implements the actual protocol.
.
Sound.OSC.Transport.FD implements a
file-descriptor-based transport layer for UDP
and TCP.
.
Sound.OSC.Transport.Monad implements a
monadic interface to the FD transport layer.
.
Composite modules are at Sound.OSC and Sound.OSC.FD.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hosc-doc
Description-md5: 571e3eea7e9dfcbafb7d266f28c55005
Description-en: Haskell Open Sound Control; documentation
hosc implements a subset of the Open Sound Control
byte protocol.
.
Sound.OSC.Core implements the actual protocol.
.
Sound.OSC.Transport.FD implements a
file-descriptor-based transport layer for UDP
and TCP.
.
Sound.OSC.Transport.Monad implements a
monadic interface to the FD transport layer.
.
Composite modules are at Sound.OSC and Sound.OSC.FD.
.
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-hosc-prof
Description-md5: 2521cb72da0d12abf193ea537cd8357c
Description-en: Haskell Open Sound Control; profiling libraries
hosc implements a subset of the Open Sound Control
byte protocol.
.
Sound.OSC.Core implements the actual protocol.
.
Sound.OSC.Transport.FD implements a
file-descriptor-based transport layer for UDP
and TCP.
.
Sound.OSC.Transport.Monad implements a
monadic interface to the FD transport layer.
.
Composite modules are at Sound.OSC and Sound.OSC.FD.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hostname-dev
Description-md5: ee7842f5930aec26d35c983c7cbbce74
Description-en: providing a cross-platform means of determining the hostname
A very simple package providing a cross-platform means of determining
the hostname
.
This package contains the normal library files.
Package: libghc-hostname-doc
Description-md5: 3952389da3dbb24c23c20b675ab8e1fc
Description-en: providing a cross-platform means of determining the hostname; documentation
A very simple package providing a cross-platform means of determining
the hostname
.
This package contains the documentation files.
Package: libghc-hostname-prof
Description-md5: 3be1b76c420ac92a37cad3033af1f76e
Description-en: providing a cross-platform means of determining the hostname; profiling lib
A very simple package providing a cross-platform means of determining
the hostname
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-hourglass-dev
Description-md5: 8e363b6ef2af1233880587f2fd4f0713
Description-en: simple performant time-related library
Simple time library focusing on simple but powerful and performant API
.
The backbone of the library is the Timeable and Time type classes.
.
Each Timeable instances can be converted to type that has a Time
instances, and thus are different representations of current time.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hourglass-doc
Description-md5: 788b29fdd0de9aad1cb2746f8b89e9d3
Description-en: simple performant time-related library; documentation
Simple time library focusing on simple but powerful and performant API
.
The backbone of the library is the Timeable and Time type classes.
.
Each Timeable instances can be converted to type that has a Time
instances, and thus are different representations of current time.
.
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-hourglass-prof
Description-md5: cec0bf823a6cb30aed2c8f5da07e4acd
Description-en: simple performant time-related library; profiling libraries
Simple time library focusing on simple but powerful and performant API
.
The backbone of the library is the Timeable and Time type classes.
.
Each Timeable instances can be converted to type that has a Time
instances, and thus are different representations of current time.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hpack-dev
Description-md5: a096219f1fdab6625cc4f53bec91803f
Description-en: alternative format for Haskell packages
hpack is a tool to create the usual Haskell packaging metadata, i.e. the
.cabal file, from a YAML description of the program, with some fields field in
by inferred defaults and other additional conveniences.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hpack-doc
Description-md5: b1b0544a9e62fba13b06250c092b60e7
Description-en: alternative format for Haskell packages; documentation
hpack is a tool to create the usual Haskell packaging metadata, i.e. the
.cabal file, from a YAML description of the program, with some fields field in
by inferred defaults and other additional conveniences.
.
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-hpack-prof
Description-md5: acc7b1338840ce2948be94aede654e2d
Description-en: alternative format for Haskell packages; profiling libraries
hpack is a tool to create the usual Haskell packaging metadata, i.e. the
.cabal file, from a YAML description of the program, with some fields field in
by inferred defaults and other additional conveniences.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hs-bibutils-dev
Description-md5: c66bd378a424e207ef0f206c6d348d9e
Description-en: Haskell bindings to bibutils library
bibutils is a program by Chris Putnam to convert between various
bibliography formats, using a common MODS-format XML intermediate. This
package offers Haskell bindings to the bibutils library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hs-bibutils-doc
Description-md5: 87d0c8be7292508a4b282b1a48c59bb0
Description-en: Haskell bindings to bibutils library; documentation
bibutils is a program by Chris Putnam to convert between various
bibliography formats, using a common MODS-format XML intermediate. This
package offers Haskell bindings to the bibutils library.
.
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-hs-bibutils-prof
Description-md5: 07120d00b9c77f19ff793b53d149dac8
Description-en: Haskell bindings to bibutils library; profiling libraries
bibutils is a program by Chris Putnam to convert between various
bibliography formats, using a common MODS-format XML intermediate. This
package offers Haskell bindings to the bibutils library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hscolour-dev
Description-md5: 0d57d51edea12b3e5ec83ba14405a266
Description-en: GHC libraries for colourising Haskell code
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hscolour-doc
Description-md5: 18361540cc1e3764aca366449610d272
Description-en: Documentation for libghc-hscolour-dev; documentation
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
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-hscolour-prof
Description-md5: 4d2a9b09ad8feb1c73d79ff737e47204
Description-en: Profiling libraries for colourising Haskell code; profiling libraries
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsemail-dev
Description-md5: c958d7cd0b3500bcd58e5f574de13a04
Description-en: Haskell parser for emails and SMTP conversations
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsemail-doc
Description-md5: 03768bd8233422e88d40dc6152a32cdd
Description-en: Haskell parser for emails and SMTP conversations; documentation
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
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-hsemail-prof
Description-md5: a5542f6100a769071461d794a47251cf
Description-en: Haskell parser for emails and SMTP conversations; profiling libraries
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsini-dev
Description-md5: d3aac82472deb72176d71d5f83ab1746
Description-en: user configuration files (INI) parser
Parser for and types which represent an INI configuration file.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsini-doc
Description-md5: 928eae9427138a3d9df0c09821b92850
Description-en: user configuration files (INI) parser; documentation
Parser for and types which represent an INI configuration file.
.
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-hsini-prof
Description-md5: a2cf12d57083c40d27188cb6c2fa58b6
Description-en: user configuration files (INI) parser; profiling libraries
Parser for and types which represent an INI configuration file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslogger-dev
Description-md5: fa19fb25f9683f12c6a9db352a2c8170
Description-en: logging framework for Haskell
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
.
hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
.
This package contains the API documentation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslogger-doc
Description-md5: beafd32d9fc43ea884dca45c093a7139
Description-en: logging framework for Haskell; documentation
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
.
hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
.
This package contains the API documentation.
.
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-hslogger-prof
Description-md5: f8c20f95975ebfb77dfb635d1b09f690
Description-en: logging framework for Haskell; profiling libraries
hslogger is a logging framework for Haskell, roughly similar to
Python's logging module.
.
hslogger lets each log message have a priority and source be associated
with it. The programmer can then define global handlers that route
or filter messages based on the priority and source. hslogger also
has a syslog handler built in.
.
This package contains the API documentation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-aeson-dev
Description-md5: 30b03b20806b7fe30714b2bd51cc228a
Description-en: Allow aeson data types to be used with Lua.
This package provides instances to push and receive any
datatype encodable as JSON to and from the Lua stack.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-aeson-doc
Description-md5: 96a51e746271a7ae40255304a31065da
Description-en: Allow aeson data types to be used with Lua.; documentation
This package provides instances to push and receive any
datatype encodable as JSON to and from the Lua stack.
.
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-hslua-aeson-prof
Description-md5: ff0b23ed0c4a67ea82df496af746858a
Description-en: Allow aeson data types to be used with Lua.; profiling libraries
This package provides instances to push and receive any
datatype encodable as JSON to and from the Lua stack.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-classes-dev
Description-md5: 92144eee72b5fa60144c3e06a5cf8179
Description-en: Type classes for HsLua
Type classes for convenient marshalling and calling of
Lua functions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-classes-doc
Description-md5: dd437e184c6bddbb5015bfde86921880
Description-en: Type classes for HsLua; documentation
Type classes for convenient marshalling and calling of
Lua functions.
.
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-hslua-classes-prof
Description-md5: 6ad8107d9852095fb35f3c989022499a
Description-en: Type classes for HsLua; profiling libraries
Type classes for convenient marshalling and calling of
Lua functions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-cli-dev
Description-md5: 1e39e6a683548d19b5c8e735a03fbc32
Description-en: command-line interface for Lua
This haskell library provides an embeddable command-line interface for Lua.
The interface is compatible with the standard Lua interpreter, i.e., the `lua`
executable provided in a default Lua installation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-cli-doc
Description-md5: df90d35927a466feabb20abdcd6e3359
Description-en: command-line interface for Lua; documentation
This haskell library provides an embeddable command-line interface for Lua.
The interface is compatible with the standard Lua interpreter, i.e., the `lua`
executable provided in a default Lua installation.
.
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-hslua-cli-prof
Description-md5: 10dd5c9a987fc4ecaff1633eed7e7350
Description-en: command-line interface for Lua; profiling libraries
This haskell library provides an embeddable command-line interface for Lua.
The interface is compatible with the standard Lua interpreter, i.e., the `lua`
executable provided in a default Lua installation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-core-dev
Description-md5: 6547194746ab1078e8903a1398345ce8
Description-en: Lua bindings for Haskell
This package provides wrappers and helpers to bridge Haskell and Lua.
It builds upon the haskell-lua package, which allows one to bundle a
Lua interpreter with a Haskell program.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-core-doc
Description-md5: e6e23109f432bc921054c3491b8c2bcd
Description-en: Lua bindings for Haskell; documentation
This package provides wrappers and helpers to bridge Haskell and Lua.
It builds upon the haskell-lua package, which allows one to bundle a
Lua interpreter with a Haskell program.
.
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-hslua-core-prof
Description-md5: 8ba05ce79248841260a33f2d68d8aa07
Description-en: Lua bindings for Haskell; profiling libraries
This package provides wrappers and helpers to bridge Haskell and Lua.
It builds upon the haskell-lua package, which allows one to bundle a
Lua interpreter with a Haskell program.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-dev
Description-md5: 44aa6ac3dbf6754e6fb9f9bdbe85c221
Description-en: Lua language interpreter embedding in Haskell
The Scripting.Lua module is a wrapper of Lua language interpreter as
described in www.lua.org.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-doc
Description-md5: fdbffcc0e87ccc672f630d10013ee3af
Description-en: Lua language interpreter embedding in Haskell; documentation
The Scripting.Lua module is a wrapper of Lua language interpreter as
described in www.lua.org.
.
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-hslua-list-dev
Description-md5: 427c220614591a9dcd26295b0220d9ee
Description-en: Opinionated, but extensible Lua list type.
List type for Lua, with a Haskell interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-list-doc
Description-md5: 7cb5e9551ce2105d8c5eb7b05da450fc
Description-en: Opinionated, but extensible Lua list type.; documentation
List type for Lua, with a Haskell interface.
.
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-hslua-list-prof
Description-md5: dcb0e5e7535dd4047b8ccc0ef051e10a
Description-en: Opinionated, but extensible Lua list type.; profiling libraries
List type for Lua, with a Haskell interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-marshalling-dev
Description-md5: 252215bce956543fec2fa49026467a06
Description-en: Marshalling of values between Haskell and Lua
This package provides functions to marshal values from Haskell to Lua, and
vice versa.
.
This package is part of HsLua, a Haskell framework built around the embeddable
scripting language.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-marshalling-doc
Description-md5: bda41083fe1e41b6da3c9108eb09243d
Description-en: Marshalling of values between Haskell and Lua; documentation
This package provides functions to marshal values from Haskell to Lua, and
vice versa.
.
This package is part of HsLua, a Haskell framework built around the embeddable
scripting language.
.
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-hslua-marshalling-prof
Description-md5: 734ab53d0e6b226aa875ad0107727d93
Description-en: Marshalling of values between Haskell and Lua; profiling libraries
This package provides functions to marshal values from Haskell to Lua, and
vice versa.
.
This package is part of HsLua, a Haskell framework built around the embeddable
scripting language.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-doclayout-dev
Description-md5: 3e244e085aee48fa90772c1729b15b64
Description-en: Lua module wrapping Text.DocLayout
Lua module wrapping the doclayout Haskell package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-doclayout-doc
Description-md5: ebe7fd99ef2aca74eb9c35bec5087e6f
Description-en: Lua module wrapping Text.DocLayout; documentation
Lua module wrapping the doclayout Haskell package.
.
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-hslua-module-doclayout-prof
Description-md5: 4664e525ff0088144ce0416aa9c80110
Description-en: Lua module wrapping Text.DocLayout; profiling libraries
Lua module wrapping the doclayout Haskell package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-path-dev
Description-md5: 8a5a258636d79b2621256cc75f5d20dc
Description-en: Lua module to work with file paths.
Lua module to work with file paths in a platform
independent way.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-path-doc
Description-md5: 69e31bb2621b386e95fca9aeadbde1f6
Description-en: Lua module to work with file paths.; documentation
Lua module to work with file paths in a platform
independent way.
.
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-hslua-module-path-prof
Description-md5: b77e938569c28eab3ddfcdf25cd7aee4
Description-en: Lua module to work with file paths.; profiling libraries
Lua module to work with file paths in a platform
independent way.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-system-dev
Description-md5: d84884fd409c513c3f04488038174b63
Description-en: Lua module wrapper around Haskell's System module
Provides access to system information and functionality
to Lua scripts via Haskell's `System` module.
.
Intended usage for this package is to preload it by adding
the loader function to `package.preload`. Note that the
Lua `package` library must have already been loaded before
the loader can be added.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-system-doc
Description-md5: 466d967b74543692a1ef92f1815d485c
Description-en: Lua module wrapper around Haskell's System module; documentation
Provides access to system information and functionality
to Lua scripts via Haskell's `System` module.
.
Intended usage for this package is to preload it by adding
the loader function to `package.preload`. Note that the
Lua `package` library must have already been loaded before
the loader can be added.
.
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-hslua-module-system-prof
Description-md5: 623756d5fcedcff4c3277cba7022b7cc
Description-en: Lua module wrapper around Haskell's System module; profiling libraries
Provides access to system information and functionality
to Lua scripts via Haskell's `System` module.
.
Intended usage for this package is to preload it by adding
the loader function to `package.preload`. Note that the
Lua `package` library must have already been loaded before
the loader can be added.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-text-dev
Description-md5: 3b344a81b1f8d3d5635efbaf95071422
Description-en: Lua module for text
UTF-8 aware subset of Lua's "string" module.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-text-doc
Description-md5: b24359859c241ff130f7ea17a3fdfee8
Description-en: Lua module for text; documentation
UTF-8 aware subset of Lua's "string" module.
.
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-hslua-module-text-prof
Description-md5: 366404bd5ae1bdc8434eb49dd3345264
Description-en: Lua module for text; profiling libraries
UTF-8 aware subset of Lua's "string" module.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-version-dev
Description-md5: 6d3bee873ffd2ec0d20cc2e22001bf5d
Description-en: Lua module to work with version specifiers.
Wrapper for the Data.Version.Version Haskell type.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-version-doc
Description-md5: 303da91f81fe97e069786e8e3ee81e54
Description-en: Lua module to work with version specifiers.; documentation
Wrapper for the Data.Version.Version Haskell type.
.
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-hslua-module-version-prof
Description-md5: 27dc534577f19ed8f82fa199a7436eac
Description-en: Lua module to work with version specifiers.; profiling libraries
Wrapper for the Data.Version.Version Haskell type.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-zip-dev
Description-md5: ae8e48842efbe86ed6c1e2d21c2f10d8
Description-en: Lua module to work with file zips
Module with functions for creating, modifying, and extracting files from zip
archives.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-module-zip-doc
Description-md5: 73c7c3e13f448582fe319a9f90ad14a5
Description-en: Lua module to work with file zips; documentation
Module with functions for creating, modifying, and extracting files from zip
archives.
.
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-hslua-module-zip-prof
Description-md5: 84c3009fd0c44be0d2a55146e0911ca1
Description-en: Lua module to work with file zips; profiling libraries
Module with functions for creating, modifying, and extracting files from zip
archives.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-objectorientation-dev
Description-md5: 58ccb6ce16e1746ca4b520b0664ade45
Description-en: Object orientation tools for HsLua
Expose Haskell objects to Lua with an object oriented
interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-objectorientation-doc
Description-md5: b5a9f6ae1aed1519d6b7990343bbacd5
Description-en: Object orientation tools for HsLua; documentation
Expose Haskell objects to Lua with an object oriented
interface.
.
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-hslua-objectorientation-prof
Description-md5: c868a6f9705c9919ac7e877243dfb3f7
Description-en: Object orientation tools for HsLua; profiling libraries
Expose Haskell objects to Lua with an object oriented
interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-packaging-dev
Description-md5: 8652e07c1bef2ce808284d45400cdf41
Description-en: Utilities to build Lua modules.
Utilities to package up Haskell functions and
values into a Lua module.
.
This package is part of HsLua, a Haskell framework
built around the embeddable scripting language
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-packaging-doc
Description-md5: 50e0403980c32614745a7586330b1ba5
Description-en: Utilities to build Lua modules.; documentation
Utilities to package up Haskell functions and
values into a Lua module.
.
This package is part of HsLua, a Haskell framework
built around the embeddable scripting language
.
.
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-hslua-packaging-prof
Description-md5: 189f8a9a0fc161488dd4a58a6246b185
Description-en: Utilities to build Lua modules.; profiling libraries
Utilities to package up Haskell functions and
values into a Lua module.
.
This package is part of HsLua, a Haskell framework
built around the embeddable scripting language
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-prof
Description-md5: 84ecf485aff56084e9ec614b359bd5ed
Description-en: Lua language interpreter embedding in Haskell; profiling libraries
The Scripting.Lua module is a wrapper of Lua language interpreter as
described in www.lua.org.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-repl-dev
Description-md5: b3b64c3aee88f15698f7ed566c3392b1
Description-en: Isocline-based Lua REPL
An embeddable Lua REPL built with Isocline and HsLua.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-repl-doc
Description-md5: e9e9317cd7a65e022e23303a778f24b7
Description-en: Isocline-based Lua REPL; documentation
An embeddable Lua REPL built with Isocline and HsLua.
.
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-hslua-repl-prof
Description-md5: 9948b5c7f36cf83bfc9f47645b36bd74
Description-en: Isocline-based Lua REPL; profiling libraries
An embeddable Lua REPL built with Isocline and HsLua.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-typing-dev
Description-md5: 9bde74cdbafb78bb66a2a6a0c2bcb4f6
Description-en: type specifiers for Lua in Haskell
This package provides Haskell types and values that can be used to
describe and declare the types of Lua values.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hslua-typing-doc
Description-md5: 1a3f20412e9b7c1c077ccd7d36b91408
Description-en: type specifiers for Lua in Haskell; documentation
This package provides Haskell types and values that can be used to
describe and declare the types of Lua values.
.
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-hslua-typing-prof
Description-md5: 46a93db5ed5b6e60b00fbe3701cf7bc5
Description-en: type specifiers for Lua in Haskell; profiling libraries
This package provides Haskell types and values that can be used to
describe and declare the types of Lua values.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsopenssl-dev
Description-md5: dce589e2cf9e0ee79ba445abb7953e6f
Description-en: partial OpenSSL binding for Haskell
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA
and DSA keys, read and write PEM files, generate message digests,
sign and verify messages, encrypt and decrypt messages. It has
also some capabilities of creating SSL clients and servers.
.
This package is in production use by a number of Haskell based
systems and stable. You may also be interested in the tls package,
which is a pure Haskell implementation of SSL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsopenssl-doc
Description-md5: 38b7d1bfc0800c4c1c85f0d13c785610
Description-en: partial OpenSSL binding for Haskell; documentation
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA
and DSA keys, read and write PEM files, generate message digests,
sign and verify messages, encrypt and decrypt messages. It has
also some capabilities of creating SSL clients and servers.
.
This package is in production use by a number of Haskell based
systems and stable. You may also be interested in the tls package,
which is a pure Haskell implementation of SSL.
.
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-hsopenssl-prof
Description-md5: 0f522d5d58f82d6b5dc208083c1856c8
Description-en: partial OpenSSL binding for Haskell; profiling libraries
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA
and DSA keys, read and write PEM files, generate message digests,
sign and verify messages, encrypt and decrypt messages. It has
also some capabilities of creating SSL clients and servers.
.
This package is in production use by a number of Haskell based
systems and stable. You may also be interested in the tls package,
which is a pure Haskell implementation of SSL.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsopenssl-x509-system-dev
Description-md5: f7441f9de5c40829dd37a251d7d02969
Description-en: use system's native CA certificate store with HsOpenSSL
A cross-platform library that tries to find a (reasonable) CA certificate
bundle that can be used with HsOpenSSL to verify the certificates of
remote peers.
.
This package is for HsOpenSSL what x509-system is for the tls package.
Additionally, it borrows some ideas from x509-system.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsopenssl-x509-system-doc
Description-md5: 231602c28a1d9cf4dcf4a3c69c6e3c67
Description-en: use system's native CA certificate store with HsOpenSSL; documentation
A cross-platform library that tries to find a (reasonable) CA certificate
bundle that can be used with HsOpenSSL to verify the certificates of
remote peers.
.
This package is for HsOpenSSL what x509-system is for the tls package.
Additionally, it borrows some ideas from x509-system.
.
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-hsopenssl-x509-system-prof
Description-md5: b2ef90e0113de5183900839029e61af0
Description-en: use system's native CA certificate store with HsOpenSSL; profiling libraries
A cross-platform library that tries to find a (reasonable) CA certificate
bundle that can be used with HsOpenSSL to verify the certificates of
remote peers.
.
This package is for HsOpenSSL what x509-system is for the tls package.
Additionally, it borrows some ideas from x509-system.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-api-dev
Description-md5: eb072e2070cf75a2192c1eecee1c8926
Description-en: hspec extension API
This package provides a stable API that can be used to extend
Hspec's functionality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-api-doc
Description-md5: 4afab66980ee4f44a1b6608219cdadc8
Description-en: hspec extension API; documentation
This package provides a stable API that can be used to extend
Hspec's functionality.
.
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-hspec-api-prof
Description-md5: f1cf97bd9a562d157b6d10cb61b848d7
Description-en: hspec extension API; profiling libraries
This package provides a stable API that can be used to extend
Hspec's functionality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-attoparsec-dev
Description-md5: b8f59ddc781f8524dfd287153cc5672d
Description-en: utility functions for testing your attoparsec parsers with hspec
This package provides some helper functions for testing attoparsec parsers with hspec.
.
See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-attoparsec-doc
Description-md5: 71ba73fe28eb8d192ee8fd2e89793020
Description-en: utility functions for testing your attoparsec parsers with hspec; documentation
This package provides some helper functions for testing attoparsec parsers with hspec.
.
See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite.
.
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-hspec-attoparsec-prof
Description-md5: bd8f304ee3a31ee19c1d363346be0588
Description-en: utility functions for testing your attoparsec parsers with hspec; profiling libraries
This package provides some helper functions for testing attoparsec parsers with hspec.
.
See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-contrib-dev
Description-md5: 0e6221f467d3d961caf82c5efe09db95
Description-en: contributed functionality for Hspec
This package provides additional useful functionality for Hspec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-contrib-doc
Description-md5: 9328bf4ba371d3fd77c8074a6033e5d7
Description-en: contributed functionality for Hspec; documentation
This package provides additional useful functionality for Hspec.
.
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-hspec-contrib-prof
Description-md5: 764a9677dfacf912f0750c74ab1506e3
Description-en: contributed functionality for Hspec; profiling libraries
This package provides additional useful functionality for Hspec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-core-dev
Description-md5: 03a4606dd8dbb38314e56cf6fca35c2b
Description-en: testing Framework for Haskell
This package exposes internal types and functions that can be
used to extend Hspec's functionality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-core-doc
Description-md5: 1c1ee65eaabf84a46e0c851febfe7cc4
Description-en: testing Framework for Haskell; documentation
This package exposes internal types and functions that can be
used to extend Hspec's functionality.
.
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-hspec-core-prof
Description-md5: bfb0f53f4f01d0297631fbe5e224e617
Description-en: testing Framework for Haskell; profiling libraries
This package exposes internal types and functions that can be
used to extend Hspec's functionality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-dev
Description-md5: a8b42b1e662b5ebf49881424576097ab
Description-en: behavior-driven development for Haskell
Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
a framework for running HUnit and QuickCheck tests. Compared to other
options, it provides a much nicer syntax that makes tests very easy to read.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-doc
Description-md5: 4f7126285a0852b894c7dd97636c0428
Description-en: behavior-driven development for Haskell; documentation
Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
a framework for running HUnit and QuickCheck tests. Compared to other
options, it provides a much nicer syntax that makes tests very easy to read.
.
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-hspec-expectations-dev
Description-md5: 97aa7ee7383c25bcdb790a00fa5fce11
Description-en: catchy combinators for HUnit
Catchy combinators for HUnit: the three main primitives are shouldBe,
shouldSatisfy and shouldThrow. They can be used with HUnit, or any
framework that integrates with HUnit, like test-framework or Hspec.
.
This package contains the normal library files.
Package: libghc-hspec-expectations-doc
Description-md5: 3b121ca5ae8532f9df6bd8746136d673
Description-en: catchy combinators for HUnit; documentation
Catchy combinators for HUnit: the three main primitives are shouldBe,
shouldSatisfy and shouldThrow. They can be used with HUnit, or any
framework that integrates with HUnit, like test-framework or Hspec.
.
This package contains the documentation files.
Package: libghc-hspec-expectations-prof
Description-md5: a86873574b86e96930955a8ccba03953
Description-en: catchy combinators for HUnit; profiling libraries
Catchy combinators for HUnit: the three main primitives are shouldBe,
shouldSatisfy and shouldThrow. They can be used with HUnit, or any
framework that integrates with HUnit, like test-framework or Hspec.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-hspec-hedgehog-dev
Description-md5: f6d4aacbe1f1b3ab7eb081ad54fe466c
Description-en: Integrate Hedgehog and Hspec!
Please see the README on GitHub at
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-hedgehog-doc
Description-md5: 655dd18992c2039262629178a5f34065
Description-en: Integrate Hedgehog and Hspec!; documentation
Please see the README on GitHub at
.
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-hspec-hedgehog-prof
Description-md5: b45b10c4bf02ec1627e5358048f94470
Description-en: Integrate Hedgehog and Hspec!; profiling libraries
Please see the README on GitHub at
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-megaparsec-dev
Description-md5: 65d0131c13b0b6848f6333ad053e9eb6
Description-en: utility functions for testing Megaparsec parsers with Hspec
Utility functions for testing Megaparsec parsers with Hspec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-megaparsec-doc
Description-md5: f82a9be1cec820e30e4ae9e9ce47e8fc
Description-en: utility functions for testing Megaparsec parsers with Hspec; documentation
Utility functions for testing Megaparsec parsers with Hspec.
.
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-hspec-megaparsec-prof
Description-md5: 228352fce7541f97dc3dd1a702e75745
Description-en: utility functions for testing Megaparsec parsers with Hspec; profiling libraries
Utility functions for testing Megaparsec parsers with Hspec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-prof
Description-md5: 68e924d5d81e6253da2d5089319d9b05
Description-en: behavior-driven development for Haskell; profiling libraries
Hspec is roughly based on the Ruby library RSpec. However, Hspec is just
a framework for running HUnit and QuickCheck tests. Compared to other
options, it provides a much nicer syntax that makes tests very easy to read.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-smallcheck-dev
Description-md5: f1a643b5e737d55a22a5c2b3b7e37629
Description-en: SmallCheck support for the Hspec testing framework
SmallCheck support for the Hspec testing framework
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-smallcheck-doc
Description-md5: 89356959f73e56194f8a957c17fb6d74
Description-en: SmallCheck support for the Hspec testing framework; documentation
SmallCheck support for the Hspec testing framework
.
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-hspec-smallcheck-prof
Description-md5: 10693bd1726073470bca83ad9175cca4
Description-en: SmallCheck support for the Hspec testing framework; profiling libraries
SmallCheck support for the Hspec testing framework
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-wai-dev
Description-md5: 7568c357de78e5ca3f59915a3cda38e0
Description-en: hspec support for testing WAI applications
Experimental Hspec support for testing WAI applications
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hspec-wai-doc
Description-md5: fc4b7745ec1f646f0c40676ae3f8be87
Description-en: hspec support for testing WAI applications; documentation
Experimental Hspec support for testing WAI applications
.
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-hspec-wai-prof
Description-md5: b914ba3f84ef9d664823f87442127a7a
Description-en: hspec support for testing WAI applications; profiling libraries
Experimental Hspec support for testing WAI applications
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hstringtemplate-dev
Description-md5: e5d9429db56e364d06750b29860f69b8
Description-en: Haskell port of the Java library StringTemplate
This is a Haskell template engine. Its API is mainly inspired to that of
the Java library StringTemplate, but it is implemented in a "Haskellish"
manner.
.
It implements the basic 3.1 grammar, lacking group files (though not
groups themselves), Regions, and Interfaces and extends it by allowing
the application of alternating attributes to anonymous as well as
regular templates, including therefore sets of alternating attributes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hstringtemplate-doc
Description-md5: beb57a95867338460cc8bcc039b60a35
Description-en: Haskell port of the Java library StringTemplate; documentation
This is a Haskell template engine. Its API is mainly inspired to that of
the Java library StringTemplate, but it is implemented in a "Haskellish"
manner.
.
It implements the basic 3.1 grammar, lacking group files (though not
groups themselves), Regions, and Interfaces and extends it by allowing
the application of alternating attributes to anonymous as well as
regular templates, including therefore sets of alternating attributes.
.
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-hstringtemplate-prof
Description-md5: 99847f08921122bd00c70bed24c56206
Description-en: Haskell port of the Java library StringTemplate; profiling libraries
This is a Haskell template engine. Its API is mainly inspired to that of
the Java library StringTemplate, but it is implemented in a "Haskellish"
manner.
.
It implements the basic 3.1 grammar, lacking group files (though not
groups themselves), Regions, and Interfaces and extends it by allowing
the application of alternating attributes to anonymous as well as
regular templates, including therefore sets of alternating attributes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsyaml-aeson-dev
Description-md5: d878401a0cc53c4d6308c2c1e8e291d0
Description-en: JSON to YAML Adapter
This Haskell module provides a compatibility layer atop HsYAML which allows
decoding YAML documents in the more limited JSON data-model while also
providing convenience by reusing aeson's 'FromJSON' instances for decoding
the YAML data into native Haskell data types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsyaml-aeson-doc
Description-md5: 5eb5d779b4eda9ebd56f0b6b648384b9
Description-en: JSON to YAML Adapter; documentation
This Haskell module provides a compatibility layer atop HsYAML which allows
decoding YAML documents in the more limited JSON data-model while also
providing convenience by reusing aeson's 'FromJSON' instances for decoding
the YAML data into native Haskell data types.
.
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-hsyaml-aeson-prof
Description-md5: daf7328339471f704638f43f86cf9e1e
Description-en: JSON to YAML Adapter; profiling libraries
This Haskell module provides a compatibility layer atop HsYAML which allows
decoding YAML documents in the more limited JSON data-model while also
providing convenience by reusing aeson's 'FromJSON' instances for decoding
the YAML data into native Haskell data types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hsyaml-dev
Description-md5: e7e2569b2e66a5b36778b50e9dc7cb6c
Description-en: pure Haskell YAML 1.2 processor - libraries
HsYAML is a YAML 1.2 processor implementation for Haskell.
.
Features of @HsYAML@ include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the libraries compiled for GHC.
Package: libghc-hsyaml-doc
Description-md5: a3a9e199226e733c58882b78e1191372
Description-en: pure Haskell YAML 1.2 parser - library documentation
HsYAML is a YAML 1.2 parser,
i.e. a library for parsing and serializing YAML documents.
.
Features of HsYAML include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Allows round-tripping while preserving ordering,
anchors, and comments at Event-level.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Support for emitting YAML using /Failsafe/, (strict) /JSON/,
and (flexible) /Core/ \"schemas\"
(including support for user-defined custom encoding schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the library documentation for HsYAML.
Package: libghc-hsyaml-prof
Description-md5: 38df1561b233d227e15017bf8096a752
Description-en: pure Haskell YAML 1.2 processor - profiling libraries
HsYAML is a YAML 1.2 processor,
i.e. a library for parsing and serializing YAML documents.
.
Features of HsYAML include:
.
* Pure Haskell implementation with small dependency footprint
and emphasis on strict compliance with the YAML 1.2 specification.
* Direct decoding to native Haskell types
via (aeson-inspired) typeclass-based API.
* Allows round-tripping while preserving ordering,
anchors, and comments at Event-level.
* Support for constructing custom YAML node graph representation
(including support for cyclic YAML data structures).
* Support for the standard (untyped) Failsafe, (strict) JSON,
and (flexible) Core "schemas" providing implicit typing rules
as defined in the YAML 1.2 specification
(including support for user-defined custom schemas).
* Support for emitting YAML using /Failsafe/, (strict) /JSON/,
and (flexible) /Core/ \"schemas\"
(including support for user-defined custom encoding schemas).
* Event-based API resembling LibYAML's Event-based API.
* Low-level API access to lexical token-based scanner.
.
This package contains the profiling libraries for HsYAML.
Package: libghc-hsyslog-dev
Description-md5: 18fca06b9ef31f8a19e6991833a10d67
Description-en: syslog bindings for Haskell
FFI bindings to syslog(3) from POSIX.1-2001.
.
This package contains the normal library files.
Package: libghc-hsyslog-doc
Description-md5: be12927716965f6abed409c543a45f70
Description-en: syslog bindings for Haskell; documentation
FFI bindings to syslog(3) from POSIX.1-2001.
.
This package contains the documentation files.
Package: libghc-hsyslog-prof
Description-md5: c3beb4589d969f6e1dcbeb22ff6659ec
Description-en: syslog bindings for Haskell; profiling libraries
FFI bindings to syslog(3) from POSIX.1-2001.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-html-conduit-dev
Description-md5: 9fc0509c07f3f0a1c39e08a4aa45cc96
Description-en: parse HTML documents using xml-conduit datatypes
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
failures. It does not handle a full HTML document rendering, such as
adding missing html and head tags.
.
This package contains the normal library files.
Package: libghc-html-conduit-doc
Description-md5: 917a85668bfdffb77b791d3e6ddcbe58
Description-en: parse HTML documents using xml-conduit datatypes; documentation
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
failures. It does not handle a full HTML document rendering, such as
adding missing html and head tags.
.
This package contains the documentation files.
Package: libghc-html-conduit-prof
Description-md5: 5845d4982eb8b36ba9b8fd318648971a
Description-en: parse HTML documents using xml-conduit datatypes; profiling libraries
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
failures. It does not handle a full HTML document rendering, such as
adding missing html and head tags.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-html-dev
Description-md5: 3c02f23b169978c81ca4b9ece28d70be
Description-en: Haskell html library for GHC
This package provides a library for the Haskell programming language.
.
This library provides combinators for constructing HTML documents.
Package: libghc-html-doc
Description-md5: c54ee7c77e4d7442e0d2de875dbf0a2d
Description-en: Haskell html library for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
This library provides combinators for constructing HTML documents.
Package: libghc-html-prof
Description-md5: a08600dfaf86671b81ec449e7a217691
Description-en: Haskell html library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
This library provides combinators for constructing HTML documents.
Package: libghc-http-api-data-dev
Description-md5: ddb823c2a2b63d8e2ba5c022e5bad5db
Description-en: converting to/from HTTP API data
This package defines typeclasses used for converting Haskell data
types to and from HTTP API data, such as URL pieces, headers and
query parameters.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-api-data-doc
Description-md5: c95f8d194a747f8c80c97442079b6c12
Description-en: converting to/from HTTP API data; documentation
This package defines typeclasses used for converting Haskell data
types to and from HTTP API data, such as URL pieces, headers and
query parameters.
.
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-http-api-data-prof
Description-md5: 61f9769cbbf65dcc8873d02a2459fcb7
Description-en: converting to/from HTTP API data; profiling libraries
This package defines typeclasses used for converting Haskell data
types to and from HTTP API data, such as URL pieces, headers and
query parameters.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-dev
Description-md5: 5efe296e4095129cd990b40c135bbaf1
Description-en: HTTP client engine
An HTTP client engine, intended as a base layer for more user-friendly
packages.
.
This code has been factored out of http-conduit.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-doc
Description-md5: 17142b3313d09e43246b7a36624086f9
Description-en: HTTP client engine; documentation
An HTTP client engine, intended as a base layer for more user-friendly
packages.
.
This code has been factored out of http-conduit.
.
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-http-client-prof
Description-md5: e774a8104c101f284935a1a222d6cd73
Description-en: HTTP client engine; profiling libraries
An HTTP client engine, intended as a base layer for more user-friendly
packages.
.
This code has been factored out of http-conduit.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-restricted-dev
Description-md5: e498bd7849f938591b543efcc246baa5
Description-en: restrict the servers that Haskell's http-client will use
Addition to the http-client and http-client-tls Haskell
libraries, that restricts the HTTP servers that can be used.
.
This is useful when a security policy needs to, e.g., prevent connections to
HTTP servers on localhost or a local network, or only allow connections
to a specific HTTP server.
.
It handles restricting redirects as well as the initial HTTP connection,
and it also guards against DNS poisoning attacks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-restricted-doc
Description-md5: e13ea8b69f2312cc4aa757f9d1975fad
Description-en: restrict the servers that Haskell's http-client will use; documentation
Addition to the http-client and http-client-tls Haskell
libraries, that restricts the HTTP servers that can be used.
.
This is useful when a security policy needs to, e.g., prevent connections to
HTTP servers on localhost or a local network, or only allow connections
to a specific HTTP server.
.
It handles restricting redirects as well as the initial HTTP connection,
and it also guards against DNS poisoning attacks.
.
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-http-client-restricted-prof
Description-md5: 0863065d8a0912615a0320092f64a504
Description-en: restrict the servers that Haskell's http-client will use; profiling libraries
Addition to the http-client and http-client-tls Haskell
libraries, that restricts the HTTP servers that can be used.
.
This is useful when a security policy needs to, e.g., prevent connections to
HTTP servers on localhost or a local network, or only allow connections
to a specific HTTP server.
.
It handles restricting redirects as well as the initial HTTP connection,
and it also guards against DNS poisoning attacks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-tls-dev
Description-md5: ed73ec00faf274d15c7960a9e84301d9
Description-en: http-client backend using connection and tls libraries
Support for making connections via the connection package and, in
turn, the tls package suite.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-client-tls-doc
Description-md5: 04f69069b36ce2e136b157e3af8654be
Description-en: http-client backend using connection and tls libraries; documentation
Support for making connections via the connection package and, in
turn, the tls package suite.
.
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-http-client-tls-prof
Description-md5: b8478d518a2bcb128cd5abcf140c74f6
Description-en: http-client backend using connection and tls libraries; profiling libraries
Support for making connections via the connection package and, in
turn, the tls package suite.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-common-dev
Description-md5: 4c92a236d1e52a3b20b889891d8eacd5
Description-en: common types for HTTP clients and servers
Base types used by a variety of HTTP clients and servers. See http-streams
"Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
documentation. You can import Network.Http.Types if you like, but both
http-streams and pipes-http re-export this package's types and functions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-common-doc
Description-md5: a825eb76f179cbee9b0c43ac2d0905af
Description-en: common types for HTTP clients and servers; documentation
Base types used by a variety of HTTP clients and servers. See http-streams
"Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
documentation. You can import Network.Http.Types if you like, but both
http-streams and pipes-http re-export this package's types and functions.
.
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-http-common-prof
Description-md5: 2bfbea6dbd7629e1621138c787042be0
Description-en: common types for HTTP clients and servers; profiling libraries
Base types used by a variety of HTTP clients and servers. See http-streams
"Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
documentation. You can import Network.Http.Types if you like, but both
http-streams and pipes-http re-export this package's types and functions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-conduit-dev
Description-md5: 38219628dafc04d3f5312cd6795ca7b1
Description-en: HTTP client package with conduit interface and HTTPS support
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-conduit-doc
Description-md5: 42861c13eef90c501df95f4ea66ad20a
Description-en: HTTP client package with conduit interface and HTTPS support; documentation
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
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-http-conduit-prof
Description-md5: d7a4381d25bf3d34320977a73d774c04
Description-en: HTTP/HTTPS client package with conduit interface, profiling libraries; profiling libraries
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-date-dev
Description-md5: 350cb55f52679f9730eff9550ea520c7
Description-en: HTTP Date parser/formatter
Fast parser and formatter for HTTP Date.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-date-doc
Description-md5: 9bf0697dfd54a25dcc77a149d0effcbb
Description-en: HTTP Date parser/formatter; documentation
Fast parser and formatter for HTTP Date.
.
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-http-date-prof
Description-md5: 5d64e2b88d2e45f929ad732299a7e1eb
Description-en: HTTP Date parser/formatter; profiling libraries
Fast parser and formatter for HTTP Date.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-dev
Description-md5: 2712d7069184c163a5a20263189db689
Description-en: GHC libraries for the Haskell HTTP client library
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-doc
Description-md5: 2379d231bafd0e2f4e3209ae1ee49389
Description-en: GHC libraries for the Haskell HTTP client library; documentation
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
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-http-download-dev
Description-md5: 1d2d6f9f9cd8dddbe8845821bc5a663e
Description-en: Verified downloads with retries
Higher level HTTP download APIs including verification of content and retries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-download-doc
Description-md5: 1099977db953b20d61b09474ce8aace9
Description-en: Verified downloads with retries; documentation
Higher level HTTP download APIs including verification of content and retries.
.
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-http-download-prof
Description-md5: a94128f75dd8455c62a8ba13574cdb5e
Description-en: Verified downloads with retries; profiling libraries
Higher level HTTP download APIs including verification of content and retries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-link-header-dev
Description-md5: b713175dd369165a54dc8a2c3e8d1810
Description-en: parser/writer for RFC 5988's HTTP Link header
Library for parsing and writing the HTTP Link header as specified in RFC 5988
"Web Linking".
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-link-header-doc
Description-md5: c4bc9afc3c72f0ce26ac7dec12730146
Description-en: parser/writer for RFC 5988's HTTP Link header; documentation
Library for parsing and writing the HTTP Link header as specified in RFC 5988
"Web Linking".
.
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-http-link-header-prof
Description-md5: c1f78d03b57c86b0b0ade6a0aa448785
Description-en: parser/writer for RFC 5988's HTTP Link header; profiling libraries
Library for parsing and writing the HTTP Link header as specified in RFC 5988
"Web Linking".
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-media-dev
Description-md5: f763253dd7a6c75a576bffe1916238cf
Description-en: processing HTTP Content-Type and Accept headers
This library is intended to be a comprehensive solution to parsing and
selecting quality-indexed values in HTTP headers. It is capable of parsing
both media types and language parameters from the Accept and Content header
families, and can be extended to match against other accept headers as well.
Selecting the appropriate header value is achieved by comparing a list of
server options against the quality-indexed values supplied by the client.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-media-doc
Description-md5: d7f5179b0d20d9212bc9671e705d231e
Description-en: processing HTTP Content-Type and Accept headers; documentation
This library is intended to be a comprehensive solution to parsing and
selecting quality-indexed values in HTTP headers. It is capable of parsing
both media types and language parameters from the Accept and Content header
families, and can be extended to match against other accept headers as well.
Selecting the appropriate header value is achieved by comparing a list of
server options against the quality-indexed values supplied by the client.
.
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-http-media-prof
Description-md5: 1644c0955646ed997ace526b7374b6a0
Description-en: processing HTTP Content-Type and Accept headers; profiling libraries
This library is intended to be a comprehensive solution to parsing and
selecting quality-indexed values in HTTP headers. It is capable of parsing
both media types and language parameters from the Accept and Content header
families, and can be extended to match against other accept headers as well.
Selecting the appropriate header value is achieved by comparing a list of
server options against the quality-indexed values supplied by the client.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-prof
Description-md5: 95cc833efee29322f62ee18749155b62
Description-en: GHC libraries for the Haskell HTTP client library; profiling libraries
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-reverse-proxy-dev
Description-md5: dbf89fa540c6c9ed62580b5532b7b660
Description-en: reverse-proxy HTTP requests, either over raw sockets or with WAI
http-reverse-proxy provides a simple means of reverse-proxying HTTP
requests. The raw approach uses the same technique as leveraged by
keter, whereas the WAI approach performs full request/response parsing
via WAI and http-conduit.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-reverse-proxy-doc
Description-md5: 8e08daf4f9d7d49c1dfd405ea066f96e
Description-en: reverse-proxy HTTP requests, over raw sockets or with WAI; documentation
http-reverse-proxy provides a simple means of reverse-proxying HTTP
requests. The raw approach uses the same technique as leveraged by
keter, whereas the WAI approach performs full request/response parsing
via WAI and http-conduit.
.
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-http-reverse-proxy-prof
Description-md5: 564bf61bb8bc2d8181fefe143f510a1f
Description-en: reverse-proxy HTTP requests, over raw sockets or with WAI; profiling libraries
http-reverse-proxy provides a simple means of reverse-proxying HTTP
requests. The raw approach uses the same technique as leveraged by
keter, whereas the WAI approach performs full request/response parsing
via WAI and http-conduit.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-semantics-dev
Description-md5: 5f06db08dfae1b7b7550807ca4e3c9c6
Description-en: HTTP semantics library
A Haskell library for common HTTP utilities designed to work independently of
specific protocol versions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-semantics-doc
Description-md5: b8e5093477d895f266d99237d61b87ba
Description-en: HTTP semantics library; documentation
A Haskell library for common HTTP utilities designed to work independently of
specific protocol versions.
.
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-http-semantics-prof
Description-md5: 6417fd7d6edbfa7c02ada3429ff8db0c
Description-en: HTTP semantics library; profiling libraries
A Haskell library for common HTTP utilities designed to work independently of
specific protocol versions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-streams-dev
Description-md5: 26e64df8f6890c09be278bb8dac17d80
Description-en: An HTTP client using io-streams
This package provides an HTTP client, using the Snap Framework's 'io-streams'
library to hande the streaming IO. The API is optimized for ease of use for
the rather common case of code needing to query web services and deal with
the result.
.
The library is exported in a single module; see "Network.Http.Client" for full
documentation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-streams-doc
Description-md5: 06b21a4586b4f4ff3fc4b7949338fdff
Description-en: An HTTP client using io-streams; documentation
This package provides an HTTP client, using the Snap Framework's 'io-streams'
library to hande the streaming IO. The API is optimized for ease of use for
the rather common case of code needing to query web services and deal with
the result.
.
The library is exported in a single module; see "Network.Http.Client" for full
documentation.
.
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-http-streams-prof
Description-md5: 5099e82f443b3e806a4b408b5cd18460
Description-en: An HTTP client using io-streams; profiling libraries
This package provides an HTTP client, using the Snap Framework's 'io-streams'
library to hande the streaming IO. The API is optimized for ease of use for
the rather common case of code needing to query web services and deal with
the result.
.
The library is exported in a single module; see "Network.Http.Client" for full
documentation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-types-dev
Description-md5: 34bccbff2612f4e3d5a3aad3b1674806
Description-en: Generic HTTP types (for both client and server code)
It contains generic HTTP types for Haskell (for both client and
server code).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http-types-doc
Description-md5: e3b15c20c688872b2147de2b8ae678c1
Description-en: Generic HTTP types (for both client and server code); documentation
It contains generic HTTP types for Haskell (for both client and
server code).
.
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-http-types-prof
Description-md5: caedb234543aa8a13cdeb29ba0a2b0b0
Description-en: Generic HTTP types (for both client and server code); profiling libraries
It contains generic HTTP types for Haskell (for both client and
server code).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http2-dev
Description-md5: 58172c43a649f89e77eefdb220eb12cf
Description-en: HTTP/2.0 library including frames and HPACK
This package provides a HTTP/2.0 library including frames and HPACK.
Currently HTTP/2 16 framing and HPACK 10 is supported.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-http2-doc
Description-md5: eb41cd6261ab430fbf0b3a4db6ffd33e
Description-en: HTTP/2.0 library including frames and HPACK; documentation
This package provides a HTTP/2.0 library including frames and HPACK.
Currently HTTP/2 16 framing and HPACK 10 is supported.
.
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-http2-prof
Description-md5: 44fc82ccadabc537aea5fa3f388914c1
Description-en: HTTP/2.0 library including frames and HPACK; profiling libraries
This package provides a HTTP/2.0 library including frames and HPACK.
Currently HTTP/2 16 framing and HPACK 10 is supported.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hunit-dev
Description-md5: f9b73f6cab3bd9ed4a21014390603bb7
Description-en: Haskell unit testing framework for GHC
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: .
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hunit-doc
Description-md5: dc64cbb7d81eb7280b3e2e1c7941f57e
Description-en: Haskell unit testing framework for GHC; documentation
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: .
.
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-hunit-prof
Description-md5: 490f857020dea4df87c13f0f35901f2e
Description-en: Haskell unit testing framework for GHC; profiling libraries
HUnit is a unit testing framework for Haskell, inspired by the
JUnit tool for Java, see: .
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-charproperties-dev
Description-md5: c223da1006f86ac6495eba6a30e55128
Description-en: Character properties and classes for XML and Unicode
This is a part of Haskell XML Toolbox.
.
Character proprties defined by XML and Unicode standards.
These modules contain predicates for Unicode blocks and char proprties
and character predicates defined by XML.
Supported Unicode version is 5.2.0.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-charproperties-doc
Description-md5: 710515c3670a83d52a7d347210c164a1
Description-en: Character properties and classes for XML and Unicode; documentation
This is a part of Haskell XML Toolbox.
.
Character proprties defined by XML and Unicode standards.
These modules contain predicates for Unicode blocks and char proprties
and character predicates defined by XML.
Supported Unicode version is 5.2.0.
.
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-hxt-charproperties-prof
Description-md5: 5f113ab4c1a06ffb1f1d1ee7552ea3bd
Description-en: Character properties and classes for XML and Unicode; profiling libraries
This is a part of Haskell XML Toolbox.
.
Character proprties defined by XML and Unicode standards.
These modules contain predicates for Unicode blocks and char proprties
and character predicates defined by XML.
Supported Unicode version is 5.2.0.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-curl-dev
Description-md5: 5ae655c0454d4ad03c1ac3e6e25136e0
Description-en: LibCurl interface for HXT
This is a part of Haskell XML Toolbox.
.
LibCurl interface for HXT
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-curl-doc
Description-md5: 370e14de4526572ce3f705f39b7b863f
Description-en: LibCurl interface for HXT; documentation
This is a part of Haskell XML Toolbox.
.
LibCurl interface for HXT
.
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-hxt-curl-prof
Description-md5: d1a3687968bd8a014f4f7ba3992a5b56
Description-en: LibCurl interface for HXT; profiling libraries
This is a part of Haskell XML Toolbox.
.
LibCurl interface for HXT
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-dev
Description-md5: 45f2de53adbf06698cf418e8d8d4ab3c
Description-en: collection of tools for processing XML with Haskell
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
more general approach for processing XML with Haskell. The Haskell XML
Toolbox uses a generic data model for representing XML documents, including
the DTD subset and the document subset, in Haskell. It contains a validating
XML parser, a HTML parser, namespace support, an XPath expression evaluator,
an XSLT library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The library makes extensive use of the
arrow approach for processing XML.
.
Since version 9 the toolbox is partitioned into various (sub-)packages. This
package contains the core functionality, hxt-curl, hxt-tagsoup, hxt-relaxng,
hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions. hxt-unicode
contains encoding and decoding functions, hxt-charproperties char properties
for unicode and XML.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-doc
Description-md5: 8b0a5ce95a42808e3295b8ae8c0f0b4d
Description-en: collection of tools for processing XML with Haskell; documentation
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
more general approach for processing XML with Haskell. The Haskell XML
Toolbox uses a generic data model for representing XML documents, including
the DTD subset and the document subset, in Haskell. It contains a validating
XML parser, a HTML parser, namespace support, an XPath expression evaluator,
an XSLT library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The library makes extensive use of the
arrow approach for processing XML.
.
Since version 9 the toolbox is partitioned into various (sub-)packages. This
package contains the core functionality, hxt-curl, hxt-tagsoup, hxt-relaxng,
hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions. hxt-unicode
contains encoding and decoding functions, hxt-charproperties char properties
for unicode and XML.
.
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-hxt-http-dev
Description-md5: 7c4a503559c05df70d28cd7d2741ce9b
Description-en: Interface to native Haskell HTTP package HTTP
This is a part of Haskell XML Toolbox.
.
Interface to native Haskell HTTP package HTTP.
This package can be used as alternative for the hxt-curl package
for accessing documents via HTTP
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-http-doc
Description-md5: cc0817a782d6099bab2afa5fc38a2bdb
Description-en: Interface to native Haskell HTTP package HTTP; documentation
This is a part of Haskell XML Toolbox.
.
Interface to native Haskell HTTP package HTTP.
This package can be used as alternative for the hxt-curl package
for accessing documents via HTTP
.
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-hxt-http-prof
Description-md5: e083d4b024f2c190d016fc7ddff53be3
Description-en: Interface to native Haskell HTTP package HTTP; profiling libraries
This is a part of Haskell XML Toolbox.
.
Interface to native Haskell HTTP package HTTP.
This package can be used as alternative for the hxt-curl package
for accessing documents via HTTP
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-prof
Description-md5: f9821baf8150a7430615b6ff4fefe6b4
Description-en: collection of tools for processing XML with Haskell; profiling libraries
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
more general approach for processing XML with Haskell. The Haskell XML
Toolbox uses a generic data model for representing XML documents, including
the DTD subset and the document subset, in Haskell. It contains a validating
XML parser, a HTML parser, namespace support, an XPath expression evaluator,
an XSLT library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The library makes extensive use of the
arrow approach for processing XML.
.
Since version 9 the toolbox is partitioned into various (sub-)packages. This
package contains the core functionality, hxt-curl, hxt-tagsoup, hxt-relaxng,
hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions. hxt-unicode
contains encoding and decoding functions, hxt-charproperties char properties
for unicode and XML.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-regex-xmlschema-dev
Description-md5: dd433ab55bc4313a18950cd819e1a104
Description-en: W3C XML Schema regular expressions library
This is a part of Haskell XML Toolbox.
.
This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks.
The complete grammar can be found under
.
It is implemented by the technique of derivations of regular expressions.
The W3C syntax is extended to support not only union of regular sets,
but also intersection, set difference, exor.
Matching of subexpressions is also supported.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
This package is a substitute for the old regex-xmlschema package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-regex-xmlschema-doc
Description-md5: 39afb928e0913cc86b2e8bc5303af1a5
Description-en: W3C XML Schema regular expressions library; documentation
This is a part of Haskell XML Toolbox.
.
This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks.
The complete grammar can be found under
.
It is implemented by the technique of derivations of regular expressions.
The W3C syntax is extended to support not only union of regular sets,
but also intersection, set difference, exor.
Matching of subexpressions is also supported.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
This package is a substitute for the old regex-xmlschema package.
.
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-hxt-regex-xmlschema-prof
Description-md5: db3637f6d9fa11c7c45de08d82136f2e
Description-en: W3C XML Schema regular expressions library; profiling libraries
This is a part of Haskell XML Toolbox.
.
This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks.
The complete grammar can be found under
.
It is implemented by the technique of derivations of regular expressions.
The W3C syntax is extended to support not only union of regular sets,
but also intersection, set difference, exor.
Matching of subexpressions is also supported.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
This package is a substitute for the old regex-xmlschema package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-relaxng-dev
Description-md5: 232555092f5d63b6c86e7d066295556b
Description-en: HXT RelaxNG validator
This is a part of Haskell XML Toolbox.
.
The HXT RelaxNG validator
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-relaxng-doc
Description-md5: 0d5f10c942516f74053f91233553cfb6
Description-en: HXT RelaxNG validator; documentation
This is a part of Haskell XML Toolbox.
.
The HXT RelaxNG validator
.
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-hxt-relaxng-prof
Description-md5: 684b0ee03c255ee76f9ce551eeb6b4e1
Description-en: HXT RelaxNG validator; profiling libraries
This is a part of Haskell XML Toolbox.
.
The HXT RelaxNG validator
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-tagsoup-dev
Description-md5: 36cad93b8a8a8ca77b363170b543a37a
Description-en: TagSoup parser for HXT
This is a part of Haskell XML Toolbox.
.
The Tagsoup interface for the HXT lazy HTML parser.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-tagsoup-doc
Description-md5: b1f4e53c2b80e2525c8ba7c1667957ec
Description-en: TagSoup parser for HXT; documentation
This is a part of Haskell XML Toolbox.
.
The Tagsoup interface for the HXT lazy HTML parser.
.
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-hxt-tagsoup-prof
Description-md5: 01f7dd1c91ce862e4dea9739094adcc5
Description-en: TagSoup parser for HXT; profiling libraries
This is a part of Haskell XML Toolbox.
.
The Tagsoup interface for the HXT lazy HTML parser.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-unicode-dev
Description-md5: 5f1f143dcd4d7d2baf37bd9289f8b987
Description-en: Unicode en-/decoding functions
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
other encodings, used in the Haskell XML Toolbox.
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-unicode-doc
Description-md5: c2473942a265d4c1b8154a03031cb8f6
Description-en: Unicode en-/decoding functions; documentation
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
other encodings, used in the Haskell XML Toolbox.
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
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-hxt-unicode-prof
Description-md5: d17e0fadaa0127359d021217dfdb42e8
Description-en: Unicode en-/decoding functions; profiling libraries
This is a part of Haskell XML Toolbox.
.
Unicode encoding and decoding functions for utf8, iso-latin-* and somes
other encodings, used in the Haskell XML Toolbox.
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lasy functions, errors may be detected or ignored.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-xpath-dev
Description-md5: 0612a8617fe445e495ebeda9dd13cb3b
Description-en: XPath modules for HXT
The Haskell XML Toolbox XPath library.
.
Changes from 9.1.2: Bug in indexing result sets removed
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-hxt-xpath-doc
Description-md5: f8537153c9ad2f1d0144412471b83f65
Description-en: XPath modules for HXT; documentation
The Haskell XML Toolbox XPath library.
.
Changes from 9.1.2: Bug in indexing result sets removed
.
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-hxt-xpath-prof
Description-md5: d6e158888f0b97ce37a8b8aaf0dba233
Description-en: XPath modules for HXT; profiling libraries
The Haskell XML Toolbox XPath library.
.
Changes from 9.1.2: Bug in indexing result sets removed
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iconv-dev
Description-md5: 64ddf0a8de0c98d37d3196bc14d4c4ed
Description-en: string-encoding conversion
This library provides an interface to the POSIX iconv library
functions for string encoding conversion.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iconv-doc
Description-md5: 9a56100c697c23da5b5163dae92d831e
Description-en: string-encoding conversion; documentation
This library provides an interface to the POSIX iconv library
functions for string encoding conversion.
.
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-iconv-prof
Description-md5: 18a5f536c6e21fdee414c33419d7af8e
Description-en: string-encoding conversion; profiling libraries
This library provides an interface to the POSIX iconv library
functions for string encoding conversion.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ieee754-dev
Description-md5: 88dfd51de4d871e01ebd71543cc7fdd6
Description-en: Utilities for dealing with IEEE floating point numbers
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
for general types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ieee754-doc
Description-md5: 361c909e5cb491bce0a2aea3279802ce
Description-en: Utilities for dealing with IEEE floating point numbers; documentation
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
for general types.
.
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-ieee754-prof
Description-md5: d07b36bcc32c16f7e70db33809acb12d
Description-en: Utilities for dealing with IEEE floating point numbers; profiling libraries
This package contains utilities for dealing with IEEE floating point numbers,
ported from the Tango math library; approximate and exact equality comparisons
for general types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ifelse-dev
Description-md5: 051250a86d689aa775e0a17080fa6e95
Description-en: anaphoric and miscellaneous useful control-flow
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ifelse-doc
Description-md5: 1505ed43e38a951f5d2f1307de7d1e3a
Description-en: anaphoric and miscellaneous useful control-flow; documentation
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
.
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-ifelse-prof
Description-md5: 3edc3212d2be7894eb6bc4e43c24135f
Description-en: anaphoric and miscellaneous useful control-flow; profiling libraries
Library for control flow inside of monads with anaphoric variants on if and
when and a C-like "switch" function.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-incremental-parser-dev
Description-md5: 8a0b5c7f45d343f131d370beb5b13fa5
Description-en: generic incremental parsers
Incremental parsers can provide partial results from partial input.
This parser library is implemented using the concept of Brzozowski
derivatives, tweaked and optimized to work with any monoidal input
type. Lists, ByteString, and Text are supported out of the box, as
well as any other data type for which the monoid-subclasses package
defines instances. If the parser result is also a monoid, the
parser can provide it incrementally, before the complete input is
parsed.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-incremental-parser-doc
Description-md5: 19e064343fa75b196632e841f31c53c1
Description-en: generic incremental parsers; documentation
Incremental parsers can provide partial results from partial input.
This parser library is implemented using the concept of Brzozowski
derivatives, tweaked and optimized to work with any monoidal input
type. Lists, ByteString, and Text are supported out of the box, as
well as any other data type for which the monoid-subclasses package
defines instances. If the parser result is also a monoid, the
parser can provide it incrementally, before the complete input is
parsed.
.
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-incremental-parser-prof
Description-md5: a14e273744a63c2903c1b050e2a8e5fe
Description-en: generic incremental parsers; profiling libraries
Incremental parsers can provide partial results from partial input.
This parser library is implemented using the concept of Brzozowski
derivatives, tweaked and optimized to work with any monoidal input
type. Lists, ByteString, and Text are supported out of the box, as
well as any other data type for which the monoid-subclasses package
defines instances. If the parser result is also a monoid, the
parser can provide it incrementally, before the complete input is
parsed.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-profunctors-dev
Description-md5: 695415d2e1f7ee4707255d6ef24db4be
Description-en: Utilities for indexed profunctors
This package contains basic definitions related to indexed profunctors. These
are primarily intended as internal utilities to support the 'optics' and
'generic-lens' package families.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-profunctors-doc
Description-md5: 32752fe8d95cfa4c49a2ab4984c829da
Description-en: Utilities for indexed profunctors; documentation
This package contains basic definitions related to indexed profunctors. These
are primarily intended as internal utilities to support the 'optics' and
'generic-lens' package families.
.
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-indexed-profunctors-prof
Description-md5: ed7dca9607c373ea27ed487491cfb596
Description-en: Utilities for indexed profunctors; profiling libraries
This package contains basic definitions related to indexed profunctors. These
are primarily intended as internal utilities to support the 'optics' and
'generic-lens' package families.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-traversable-dev
Description-md5: 0b3bf785e5afb2943c50769166da3863
Description-en: Indexed Traversables for Haskell
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
.
class Foldable f => FoldableWithIndex i f | f -> i where
\ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
.
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-traversable-doc
Description-md5: 809883c69072964d4fc6bafc85d97aff
Description-en: Indexed Traversables for Haskell; documentation
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
.
class Foldable f => FoldableWithIndex i f | f -> i where
\ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
.
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
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-indexed-traversable-instances-dev
Description-md5: 1429dafaacfe1a96f5ae61562ef5cf18
Description-en: Extra instances for indexed traversables in Haskell
This package provides extra instances for type-classes in the
indexed-traversable package.
.
The intention is to keep this package minimal; it provides instances that
formerly existed in lens or optics-extra.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-traversable-instances-doc
Description-md5: ff0c17b90c2fdd3005a411cfaf0c10bf
Description-en: Extra instances for indexed traversables in Haskell; documentation
This package provides extra instances for type-classes in the
indexed-traversable package.
.
The intention is to keep this package minimal; it provides instances that
formerly existed in lens or optics-extra.
.
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-indexed-traversable-instances-prof
Description-md5: 8b4533e1688a5cf5a528adb458533fe9
Description-en: Extra instances for indexed traversables in Haskell; profiling libraries
This package provides extra instances for type-classes in the
indexed-traversable package.
.
The intention is to keep this package minimal; it provides instances that
formerly existed in lens or optics-extra.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-indexed-traversable-prof
Description-md5: 28065395ff4a1e866660c328d93b6b78
Description-en: Indexed Traversables for Haskell; profiling libraries
This package provides three useful generalizations:
class Functor f => FunctorWithIndex i f | f -> i where
\ imap :: (i -> a -> b) -> f a -> f b
.
class Foldable f => FoldableWithIndex i f | f -> i where
\ ifoldMap :: Monoid m => (i -> a -> m) -> f a -> m
.
class (FunctorWithIndex i t, FoldableWithIndex i t, Traversable t) => TraversableWithIndex i t | t -> i where
\ itraverse :: Applicative f => (i -> a -> f b) -> t a -> f (t b)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-infer-license-dev
Description-md5: 8298add1b87951e82f7f008b6d1e2835
Description-en: infer software license from a given license file
This library checks the Levenshtein distances between a short text
and a handful of license strings in order to infer the most probable
match from that set.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-infer-license-doc
Description-md5: 74d257544ae715330253103251f5df70
Description-en: infer software license from a given license file; documentation
This library checks the Levenshtein distances between a short text
and a handful of license strings in order to infer the most probable
match from that set.
.
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-infer-license-prof
Description-md5: 09784a3d4076f991f2380e88cdb06c77
Description-en: infer software license from a given license file; profiling libraries
This library checks the Levenshtein distances between a short text
and a handful of license strings in order to infer the most probable
match from that set.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-infinite-list-dev
Description-md5: 98f02d5fe1fe27a5ee1eb00652813df1
Description-en: infinite lists
Modern lightweight library for infinite lists with fusion.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-infinite-list-doc
Description-md5: 247b9746cc74ff0b6031986f6afbe809
Description-en: infinite lists; documentation
Modern lightweight library for infinite lists with fusion.
.
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-infinite-list-prof
Description-md5: 4cbf19c68678bd12b35baf6ebd741bcb
Description-en: infinite lists; profiling libraries
Modern lightweight library for infinite lists with fusion.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ini-dev
Description-md5: 7f8af181ee35492ba1aeed60a31ae76d
Description-en: quick and easy configuration files in the INI format
Quick and easy configuration files in the INI format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ini-doc
Description-md5: e341d13b119e50a5edd72213010d2533
Description-en: quick and easy configuration files in the INI format; documentation
Quick and easy configuration files in the INI format.
.
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-ini-prof
Description-md5: 74de622ab13ca575fc8f59487e233d68
Description-en: quick and easy configuration files in the INI format; profiling libraries
Quick and easy configuration files in the INI format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-inline-c-dev
Description-md5: b31692de240410a2908a2901a67cf756
Description-en: inline C code without FFI in Haskell source
Write Haskell source files including C code inline. No FFI
required.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-inline-c-doc
Description-md5: 4cdbfd8683d75924f03f01856c2adce9
Description-en: inline C code without FFI in Haskell source; documentation
Write Haskell source files including C code inline. No FFI
required.
.
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-inline-c-prof
Description-md5: 397815850c69c93cacb8d1fda5cf121c
Description-en: inline C code without FFI in Haskell source; profiling libraries
Write Haskell source files including C code inline. No FFI
required.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-input-parsers-dev
Description-md5: cb7afb86066749e110298af0c846c7fd
Description-en: extension of the parsers library
Extended version of the parsers library, with the additional classes providing
more capable and efficient methods.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-input-parsers-doc
Description-md5: eee91a8a62a13e2e78ae2fb78fce8518
Description-en: extension of the parsers library; documentation
Extended version of the parsers library, with the additional classes providing
more capable and efficient methods.
.
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-input-parsers-prof
Description-md5: 294862212d171f2754e59d5aee7a0033
Description-en: extension of the parsers library; profiling libraries
Extended version of the parsers library, with the additional classes providing
more capable and efficient methods.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-inspection-testing-dev
Description-md5: 0c66d51eac532a13d44a0f1d28da19c0
Description-en: GHC plugin to do inspection testing
Some carefully crafted libraries make promises to their
users beyond functionality and performance.
.
Examples are: Fusion libraries promise intermediate data
structures to be eliminated. Generic programming libraries promise
that the generic implementation is identical to the
hand-written one. Some libraries may promise allocation-free
or branch-free code.
.
Conventionally, the modus operandi in all these cases is
that the library author manually inspects the (intermediate or
final) code produced by the compiler. This is not only
tedious, but makes it very likely that some change, either
in the library itself or the surrounding eco-system,
breaks the library’s promised without anyone noticing.
.
This package provides a disciplined way of specifying such
properties, and have them checked by the compiler. This way,
this checking can be part of the ususal development cycle
and regressions caught early.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-inspection-testing-doc
Description-md5: 2afe43a35d3e17b4de9657add62b58fb
Description-en: GHC plugin to do inspection testing; documentation
Some carefully crafted libraries make promises to their
users beyond functionality and performance.
.
Examples are: Fusion libraries promise intermediate data
structures to be eliminated. Generic programming libraries promise
that the generic implementation is identical to the
hand-written one. Some libraries may promise allocation-free
or branch-free code.
.
Conventionally, the modus operandi in all these cases is
that the library author manually inspects the (intermediate or
final) code produced by the compiler. This is not only
tedious, but makes it very likely that some change, either
in the library itself or the surrounding eco-system,
breaks the library’s promised without anyone noticing.
.
This package provides a disciplined way of specifying such
properties, and have them checked by the compiler. This way,
this checking can be part of the ususal development cycle
and regressions caught early.
.
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-inspection-testing-prof
Description-md5: 6c5daf0c10356f0ce7b473c8aa8a2f4b
Description-en: GHC plugin to do inspection testing; profiling libraries
Some carefully crafted libraries make promises to their
users beyond functionality and performance.
.
Examples are: Fusion libraries promise intermediate data
structures to be eliminated. Generic programming libraries promise
that the generic implementation is identical to the
hand-written one. Some libraries may promise allocation-free
or branch-free code.
.
Conventionally, the modus operandi in all these cases is
that the library author manually inspects the (intermediate or
final) code produced by the compiler. This is not only
tedious, but makes it very likely that some change, either
in the library itself or the surrounding eco-system,
breaks the library’s promised without anyone noticing.
.
This package provides a disciplined way of specifying such
properties, and have them checked by the compiler. This way,
this checking can be part of the ususal development cycle
and regressions caught early.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-conversion-dev
Description-md5: 8553328acb48f94028a57b61e2ba6f64
Description-en: conversion from strings to Integer
The naive "foldl' (\acc d -> acc * 10 + d) 0" is expensive (quadratic) for
large Integers. This package provides a sub-quadratic implementation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-conversion-doc
Description-md5: 32a5bbf3a121b341e6b32814cd28f04b
Description-en: conversion from strings to Integer; documentation
The naive "foldl' (\acc d -> acc * 10 + d) 0" is expensive (quadratic) for
large Integers. This package provides a sub-quadratic implementation.
.
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-integer-conversion-prof
Description-md5: 1e4aa6cf8f374ac7ea9a8fd9030e690a
Description-en: conversion from strings to Integer; profiling libraries
The naive "foldl' (\acc d -> acc * 10 + d) 0" is expensive (quadratic) for
large Integers. This package provides a sub-quadratic implementation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-logarithms-dev
Description-md5: 66f4481d33e3891f09bb6d1e0b4770f3
Description-en: integer logarithms
Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer
from the arithmoi package.
.
Also provides GHC.Integer.Logarithms.Compat and
Math.NumberTheory.Power.Natural modules, as well as some
additional functions in migrated modules.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-logarithms-doc
Description-md5: 51c85b5e89caab622fb26f7dca7190a3
Description-en: integer logarithms; documentation
Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer
from the arithmoi package.
.
Also provides GHC.Integer.Logarithms.Compat and
Math.NumberTheory.Power.Natural modules, as well as some
additional functions in migrated modules.
.
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-integer-logarithms-prof
Description-md5: 5f3ebb736952295ce6ceaf6a154b1170
Description-en: integer logarithms; profiling libraries
Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer
from the arithmoi package.
.
Also provides GHC.Integer.Logarithms.Compat and
Math.NumberTheory.Power.Natural modules, as well as some
additional functions in migrated modules.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-roots-dev
Description-md5: 37ad6c995c7972b31a47bb342753ef7d
Description-en: integer roots and perfect powers
Calculating integer roots and testing perfect powers of arbitrary
precision.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-integer-roots-doc
Description-md5: 7c7270ed10d0443cd76390004d0f0ee5
Description-en: integer roots and perfect powers; documentation
Calculating integer roots and testing perfect powers of arbitrary
precision.
.
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-integer-roots-prof
Description-md5: 815b6f6c91dc0a6db283bb934db18d5c
Description-en: integer roots and perfect powers; profiling libraries
Calculating integer roots and testing perfect powers of arbitrary
precision.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-interpolate-dev
Description-md5: 3f33b18723dd018f354f07e3391fd97d
Description-en: string interpolation done right
This provides a framework for string interpolation through QuasiQuotes
as well as an unindentation utility function.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-interpolate-doc
Description-md5: 52d9d155cfd72bd17843c23b14063912
Description-en: string interpolation done right; documentation
This provides a framework for string interpolation through QuasiQuotes
as well as an unindentation utility function.
.
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-interpolate-prof
Description-md5: d6524f14d2bfe803581643eb9a596112
Description-en: string interpolation done right; profiling libraries
This provides a framework for string interpolation through QuasiQuotes
as well as an unindentation utility function.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-intervals-dev
Description-md5: 83e1c6f5cbacb270ee76f19abab63a81
Description-en: Haskell data type for intervals
A Numeric.Interval.Interval is a closed, convex set of floating point
values.
.
This package does not control the rounding mode of the end points of the
interval when using floating point arithmetic, so be aware that in order
to get precise containment of the result, you will need to use an
underlying type with both lower and upper bounds like CReal.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-intervals-doc
Description-md5: 8748da64b4fb9abb77ee921fa05cde56
Description-en: Haskell data type for intervals; documentation
A Numeric.Interval.Interval is a closed, convex set of floating point
values.
.
This package does not control the rounding mode of the end points of the
interval when using floating point arithmetic, so be aware that in order
to get precise containment of the result, you will need to use an
underlying type with both lower and upper bounds like CReal.
.
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-intervals-prof
Description-md5: 1a0f3fbd0b8a480d82fb773a2636db52
Description-en: Haskell data type for intervals; profiling libraries
A Numeric.Interval.Interval is a closed, convex set of floating point
values.
.
This package does not control the rounding mode of the end points of the
interval when using floating point arithmetic, so be aware that in order
to get precise containment of the result, you will need to use an
underlying type with both lower and upper bounds like CReal.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-invariant-dev
Description-md5: 081d2e7813c529b6bb786086fa192ef8
Description-en: Haskell98 invariant functors
This package provides the Data.Functor.Invariant and Data.Functor.Invariant.TH
Haskell modules which implement Haskell98 invariant functors (also known as
exponential functors).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-invariant-doc
Description-md5: c11914f9c4e9cc350efc10cbef0b7337
Description-en: Haskell98 invariant functors; documentation
This package provides the Data.Functor.Invariant and Data.Functor.Invariant.TH
Haskell modules which implement Haskell98 invariant functors (also known as
exponential functors).
.
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-invariant-prof
Description-md5: b8f4707ed6791e64187fb6c6870e15d1
Description-en: Haskell98 invariant functors; profiling libraries
This package provides the Data.Functor.Invariant and Data.Functor.Invariant.TH
Haskell modules which implement Haskell98 invariant functors (also known as
exponential functors).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-storage-dev
Description-md5: 1af3754bccc0adb9f3d2522007525fc1
Description-en: key-value store in the IO monad
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
required to be Typeable. The library provides an essentially
unbounded number of key-value stores indexed by strings, with
each key within the stores also being a string.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-storage-doc
Description-md5: 44c729c0679c9da7137f6bcc4bb4a553
Description-en: key-value store in the IO monad; documentation
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
required to be Typeable. The library provides an essentially
unbounded number of key-value stores indexed by strings, with
each key within the stores also being a string.
.
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-io-storage-prof
Description-md5: 2faa2e881c90d98f01e1e415452883b6
Description-en: key-value store in the IO monad; profiling libraries
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
required to be Typeable. The library provides an essentially
unbounded number of key-value stores indexed by strings, with
each key within the stores also being a string.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-streams-dev
Description-md5: 30d5c5f39c82388e50dc9639089c865a
Description-en: simple, composable, and easy-to-use stream I/O
The io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module "System.IO.Streams", which re-exports most of the library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-streams-doc
Description-md5: 1e2609b56fc6ca196be3db3e7866d6d3
Description-en: simple, composable, and easy-to-use stream I/O; documentation
The io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module "System.IO.Streams", which re-exports most of the library.
.
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-io-streams-haproxy-dev
Description-md5: b8a4cddd740507960e3ed5f5d9ab68f4
Description-en: HAProxy protocol 1.5 support for io-streams
HAProxy protocol version 1.5 support for applications using
io-streams. The proxy protocol allows information about a networked
peer (like remote address and port) to be propagated through a
forwarding proxy that is configured to speak this protocol.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-streams-haproxy-doc
Description-md5: 78f12a33b011deef04f60ce5f8501626
Description-en: HAProxy protocol 1.5 support for io-streams; documentation
HAProxy protocol version 1.5 support for applications using
io-streams. The proxy protocol allows information about a networked
peer (like remote address and port) to be propagated through a
forwarding proxy that is configured to speak this protocol.
.
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-io-streams-haproxy-prof
Description-md5: 82378a518388b0ab9b15c642f76c6ed3
Description-en: HAProxy protocol 1.5 support for io-streams; profiling libraries
HAProxy protocol version 1.5 support for applications using
io-streams. The proxy protocol allows information about a networked
peer (like remote address and port) to be propagated through a
forwarding proxy that is configured to speak this protocol.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-io-streams-prof
Description-md5: 6c51bba1160e9532827edf6d67075e24
Description-en: simple, composable, and easy-to-use stream I/O; profiling libraries
The io-streams library contains simple and easy-to-use primitives for I/O
using streams. Most users will want to import the top-level convenience
module "System.IO.Streams", which re-exports most of the library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iospec-dev
Description-md5: f5c902aa602b48315b4d36002a1a02b3
Description-en: Pure specification of the IO monad
It consists of several modules, that give a pure specification
of functions in the IO monad:
.
Test.IOSpec.Fork: a pure specification of forkIO.
.
Test.IOSpec.IORef: a pure specification of most functions that create and
manipulate on IORefs.
.
Test.IOSpec.MVar: a pure specification of most functions that create and
manipulate and MVars.
.
Test.IOSpec.STM: a pure specification of atomically and the STM monad.
.
Test.IOSpec.Teletype: a pure specification of getChar, putChar, and
several related Prelude functions.
.
Besides these modules containing the specifications, there are a few other
important modules:
.
Test.IOSpec.Types: defines the IOSpec type and several amenities.
.
Test.IOSpec.VirtualMachine: defines a virtual machine on which to execute
pure specifications.
.
Test.IOSpec.Surrogate: a drop-in replacement for the other modules. Import
this and recompile your code once you've finished testing and debugging.
.
There are several well-documented examples included with the source
distribution.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iospec-doc
Description-md5: 6deb009bacc89c961a140fc0f05709ab
Description-en: Pure specification of the IO monad; documentation
Test.IOSpec.Fork: a pure specification of forkIO.
.
Test.IOSpec.IORef: a pure specification of most functions that create and
manipulate on IORefs.
.
Test.IOSpec.MVar: a pure specification of most functions that create and
manipulate and MVars.
.
Test.IOSpec.STM: a pure specification of atomically and the STM monad.
.
Test.IOSpec.Teletype: a pure specification of getChar, putChar, and
several related Prelude functions.
.
Besides these modules containing the specifications, there are a few other
important modules:
.
Test.IOSpec.Types: defines the IOSpec type and several amenities.
.
Test.IOSpec.VirtualMachine: defines a virtual machine on which to execute
pure specifications.
.
Test.IOSpec.Surrogate: a drop-in replacement for the other modules. Import
this and recompile your code once you've finished testing and debugging.
.
There are several well-documented examples included with the source
distribution.
.
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-iospec-prof
Description-md5: 0ef330bf1557a8da1eeaef6c47fe6fdd
Description-en: Pure specification of the IO monad; profiling libraries
Test.IOSpec.Fork: a pure specification of forkIO.
.
Test.IOSpec.IORef: a pure specification of most functions that create and
manipulate on IORefs.
.
Test.IOSpec.MVar: a pure specification of most functions that create and
manipulate and MVars.
.
Test.IOSpec.STM: a pure specification of atomically and the STM monad.
.
Test.IOSpec.Teletype: a pure specification of getChar, putChar, and
several related Prelude functions.
.
Besides these modules containing the specifications, there are a few other
important modules:
.
Test.IOSpec.Types: defines the IOSpec type and several amenities.
.
Test.IOSpec.VirtualMachine: defines a virtual machine on which to execute
pure specifications.
.
Test.IOSpec.Surrogate: a drop-in replacement for the other modules. Import
this and recompile your code once you've finished testing and debugging.
.
There are several well-documented examples included with the source
distribution.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iproute-dev
Description-md5: ebb747fd701b61fff4ace39e7e0cde57
Description-en: Haskell IP routing table
IP Routing Table is a tree of IP ranges to search one of them on
the longest match base. It is a kind of TRIE with one way branching
removed. Both IPv4 and IPv6 are supported.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iproute-doc
Description-md5: 8518e1824b704730845fd5a941f49268
Description-en: Haskell IP routing table; documentation
IP Routing Table is a tree of IP ranges to search one of them on
the longest match base. It is a kind of TRIE with one way branching
removed. Both IPv4 and IPv6 are supported.
.
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-iproute-prof
Description-md5: 97db02ac11e2a0455eb4ba4c3abbbcb4
Description-en: Haskell IP routing table; profiling libraries
IP Routing Table is a tree of IP ranges to search one of them on
the longest match base. It is a kind of TRIE with one way branching
removed. Both IPv4 and IPv6 are supported.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ipynb-dev
Description-md5: aace3c49aadfa8432a26e3f2205e6b48
Description-en: Data structure for working with Jupyter notebooks (ipynb).
ipynb defines a data structure for representing Jupyter
notebooks, along with ToJSON and FromJSON instances
for conversion to and from JSON .ipynb files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ipynb-doc
Description-md5: a9bc9ed4a3585c6e398144dffa6cd474
Description-en: Data structure for working with Jupyter notebooks (ipynb).; documentation
ipynb defines a data structure for representing Jupyter
notebooks, along with ToJSON and FromJSON instances
for conversion to and from JSON .ipynb files.
.
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-ipynb-prof
Description-md5: 5adeae5fe0bf51bd66f26ff807a80703
Description-en: Data structure for working with Jupyter notebooks (ipynb).; profiling libraries
ipynb defines a data structure for representing Jupyter
notebooks, along with ToJSON and FromJSON instances
for conversion to and from JSON .ipynb files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-irc-core-dev
Description-md5: ce8d2ec8a3f35ac3e2f7c6e6a34c69a4
Description-en: IRC connection library
IRC connection library featuring such modules as
- Irc.Cmd - Functions for generating IRC protocol message for
client-to-server
- Irc.Core - Functions for parsing low-level IRC messages into
mid-level IRC messages
- Irc.Core.Prisms - Prisms for all of the mid-level IRC message
constructors
- Irc.Format - Functions for parsing and rendering low-level IRC
protocol messages
- Irc.Message - High-level IRC event messages for client
interpretation
- Irc.Model - Functions for interpreting mid-level IRC messages to
generate high-level event messages and to maintain a consistent
view of the connection
- Irc.RateLimit - Functions to assist with rate-limiting outgoing
client messages
- Irc.Time - Internal compatibility module for time-1.4 and
time-1.5 interop
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-irc-core-doc
Description-md5: bb70b6fafe767abb69a5ca684af2b551
Description-en: IRC connection library; documentation
IRC connection library featuring such modules as
- Irc.Cmd - Functions for generating IRC protocol message for
client-to-server
- Irc.Core - Functions for parsing low-level IRC messages into
mid-level IRC messages
- Irc.Core.Prisms - Prisms for all of the mid-level IRC message
constructors
- Irc.Format - Functions for parsing and rendering low-level IRC
protocol messages
- Irc.Message - High-level IRC event messages for client
interpretation
- Irc.Model - Functions for interpreting mid-level IRC messages to
generate high-level event messages and to maintain a consistent
view of the connection
- Irc.RateLimit - Functions to assist with rate-limiting outgoing
client messages
- Irc.Time - Internal compatibility module for time-1.4 and
time-1.5 interop
.
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-irc-core-prof
Description-md5: 87fa4793d4fc87c2340ab809045aec1f
Description-en: IRC connection library; profiling libraries
IRC connection library featuring such modules as
- Irc.Cmd - Functions for generating IRC protocol message for
client-to-server
- Irc.Core - Functions for parsing low-level IRC messages into
mid-level IRC messages
- Irc.Core.Prisms - Prisms for all of the mid-level IRC message
constructors
- Irc.Format - Functions for parsing and rendering low-level IRC
protocol messages
- Irc.Message - High-level IRC event messages for client
interpretation
- Irc.Model - Functions for interpreting mid-level IRC messages to
generate high-level event messages and to maintain a consistent
view of the connection
- Irc.RateLimit - Functions to assist with rate-limiting outgoing
client messages
- Irc.Time - Internal compatibility module for time-1.4 and
time-1.5 interop
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-irc-dev
Description-md5: 507f3658eb04566813683f0d8cae77ba
Description-en: Haskell IRC library
A set of combinators and types for parsing IRC (Internet Relay Chat)
messages.
.
This package contains the libraries compiled for GHC.
Package: libghc-irc-doc
Description-md5: c8c6daf5e9613dcc014e9b2b6e6b4215
Description-en: Haskell IRC library; documentation
A set of combinators and types for parsing IRC (Internet Relay Chat)
messages.
.
This package contains library documentation.
Package: libghc-irc-prof
Description-md5: 1aae36d4dfcb28279aef48121e788d83
Description-en: Haskell IRC library; profiling libraries
A set of combinators and types for parsing IRC (Internet Relay Chat)
messages.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iso8601-time-dev
Description-md5: fdc5fe6faf6ff69fd1f49075414d65fc
Description-en: convert to/from the ISO 8601 time format
Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript's @new Date().toISOString()@.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-iso8601-time-doc
Description-md5: 863fbeb4eb488ead87d0273c3a25b56d
Description-en: convert to/from the ISO 8601 time format; documentation
Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript's @new Date().toISOString()@.
.
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-iso8601-time-prof
Description-md5: e4838b9bf7d12ea03f8082735dfa47a2
Description-en: convert to/from the ISO 8601 time format; profiling libraries
Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript's @new Date().toISOString()@.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-isocline-dev
Description-md5: e7feac20ff865fe7720ddbde051cefb8
Description-en: Portable alternative to GNU Readline
A Haskell wrapper around the Isocline C library which can provide an
alternative to GNU Readline. (The Isocline library is included whole and
there are no runtime dependencies).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-isocline-doc
Description-md5: 087639ffd0ca00d77b6b3f925ccb0f99
Description-en: Portable alternative to GNU Readline; documentation
A Haskell wrapper around the Isocline C library which can provide an
alternative to GNU Readline. (The Isocline library is included whole and
there are no runtime dependencies).
.
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-isocline-prof
Description-md5: 5761dc92f52e6f38a909b24a9216c9a5
Description-en: Portable alternative to GNU Readline; profiling libraries
A Haskell wrapper around the Isocline C library which can provide an
alternative to GNU Readline. (The Isocline library is included whole and
there are no runtime dependencies).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-isomorphism-class-dev
Description-md5: 7ffeaf7f121793cb8ec18ed3201b2f38
Description-en: Isomorphism typeclass solving the conversion problem
Isomorphism as a lawful solution to the conversion problem.
.
Many libraries exist that approach the conversion problem. However
all of them provide lawless typeclasses leaving it up to the author
of the instance to define what makes a proper conversion. This
results in inconsistencies across instances and their behavior
being not evident to the user.
.
This library tackles this problem with a lawful typeclass, making it
evident what any of its instances do.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-isomorphism-class-doc
Description-md5: dc2c9901f807b8e51218b71d490275e2
Description-en: Isomorphism typeclass solving the conversion problem; documentation
Isomorphism as a lawful solution to the conversion problem.
.
Many libraries exist that approach the conversion problem. However
all of them provide lawless typeclasses leaving it up to the author
of the instance to define what makes a proper conversion. This
results in inconsistencies across instances and their behavior
being not evident to the user.
.
This library tackles this problem with a lawful typeclass, making it
evident what any of its instances do.
.
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-isomorphism-class-prof
Description-md5: 17bc0af683c2a42c27d6ecd309c1caf7
Description-en: Isomorphism typeclass solving the conversion problem; profiling libraries
Isomorphism as a lawful solution to the conversion problem.
.
Many libraries exist that approach the conversion problem. However
all of them provide lawless typeclasses leaving it up to the author
of the instance to define what makes a proper conversion. This
results in inconsistencies across instances and their behavior
being not evident to the user.
.
This library tackles this problem with a lawful typeclass, making it
evident what any of its instances do.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ixset-typed-dev
Description-md5: 23d687009828835cfbbe22b4c4c37383
Description-en: efficient relational queries on Haskell sets
This Haskell package provides a data structure of sets that are indexed by
potentially multiple indices.
.
Sets can be created, modified, and queried in various ways.
.
The package is a variant of the ixset package. The ixset package makes use of
run-time type information to find a suitable index on a query, resulting in
possible run-time errors when no suitable index exists. In ixset-typed, the
types of all indices available or tracked in the type system. Thus,
ixset-typed should be safer to use than ixset, but in turn requires more GHC
extensions.
.
At the moment, the two packages are relatively compatible. As a consequence of
the more precise types, a few manual tweaks are necessary when switching from
one to the other, but the interface is mostly the same.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ixset-typed-doc
Description-md5: 0830574d5a03996ead7e3de53dab27fd
Description-en: efficient relational queries on Haskell sets; documentation
This Haskell package provides a data structure of sets that are indexed by
potentially multiple indices.
.
Sets can be created, modified, and queried in various ways.
.
The package is a variant of the ixset package. The ixset package makes use of
run-time type information to find a suitable index on a query, resulting in
possible run-time errors when no suitable index exists. In ixset-typed, the
types of all indices available or tracked in the type system. Thus,
ixset-typed should be safer to use than ixset, but in turn requires more GHC
extensions.
.
At the moment, the two packages are relatively compatible. As a consequence of
the more precise types, a few manual tweaks are necessary when switching from
one to the other, but the interface is mostly the same.
.
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-ixset-typed-prof
Description-md5: e32200940db0599d3cf7a5cdb87a72d5
Description-en: efficient relational queries on Haskell sets; profiling libraries
This Haskell package provides a data structure of sets that are indexed by
potentially multiple indices.
.
Sets can be created, modified, and queried in various ways.
.
The package is a variant of the ixset package. The ixset package makes use of
run-time type information to find a suitable index on a query, resulting in
possible run-time errors when no suitable index exists. In ixset-typed, the
types of all indices available or tracked in the type system. Thus,
ixset-typed should be safer to use than ixset, but in turn requires more GHC
extensions.
.
At the moment, the two packages are relatively compatible. As a consequence of
the more precise types, a few manual tweaks are necessary when switching from
one to the other, but the interface is mostly the same.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jira-wiki-markup-dev
Description-md5: f9b3fbce3865839f4481b8867acad991
Description-en: Handle Jira wiki markup
Parse jira wiki text into an abstract syntax tree for easy
transformation to other formats.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jira-wiki-markup-doc
Description-md5: 8be173d1a3d0a87dd48c7908cdff67b4
Description-en: Handle Jira wiki markup; documentation
Parse jira wiki text into an abstract syntax tree for easy
transformation to other formats.
.
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-jira-wiki-markup-prof
Description-md5: c23681bb72cf12e6867e6c55c55a4062
Description-en: Handle Jira wiki markup; profiling libraries
Parse jira wiki text into an abstract syntax tree for easy
transformation to other formats.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jmacro-dev
Description-md5: 00d34474dc160543b16f32ad0c357900
Description-en: library for programmatic generation of JavaScript
jmacro is a QuasiQuotation library for programmatic generation of
JavaScript code in Haskell: JavaScript syntax, functional syntax,
hygienic names, compile-time guarantees of syntactic correctness,
limited typechecking.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jmacro-doc
Description-md5: 811a4b8cd3b5628f45ff05f28c39d095
Description-en: library for programmatic generation of JavaScript; documentation
jmacro is a QuasiQuotation library for programmatic generation of
JavaScript code in Haskell: JavaScript syntax, functional syntax,
hygienic names, compile-time guarantees of syntactic correctness,
limited typechecking.
.
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-jmacro-prof
Description-md5: d4d295fcda2e80185c48672a489bf355
Description-en: library for programmatic generation of JavaScript; profiling libraries
jmacro is a QuasiQuotation library for programmatic generation of
JavaScript code in Haskell: JavaScript syntax, functional syntax,
hygienic names, compile-time guarantees of syntactic correctness,
limited typechecking.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-dgtable-dev
Description-md5: af4da96c0055e1b994e2bd7c0cd6bb84
Description-en: obtain minified jquery.dgtable code
This package bundles the minified jquery.dgtable code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream
jquery.dgtable version. The package is designed to meet the
redistribution requirements of downstream users (e.g. Debian).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-dgtable-doc
Description-md5: 2bd2e502f784bcfd77f95446a395131c
Description-en: obtain minified jquery.dgtable code; documentation
This package bundles the minified jquery.dgtable code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream
jquery.dgtable version. The package is designed to meet the
redistribution requirements of downstream users (e.g. Debian).
.
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-js-dgtable-prof
Description-md5: d9e582ee144e0359c291f77f5dc3a240
Description-en: obtain minified jquery.dgtable code; profiling libraries
This package bundles the minified jquery.dgtable code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream
jquery.dgtable version. The package is designed to meet the
redistribution requirements of downstream users (e.g. Debian).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-flot-data
Description-md5: 680cd85e38aafc5bb301516acd1533a3
Description-en: bundles the jQuery Flot code into a Haskell package; runtime files
This package bundles the minified jQuery Flot code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream flot
version. The haskell library is designed to meet the redistribution
requirements of downstream users, and to reduce duplication of
bundled code in Debian.
.
This package provides the runtime files needed by binaries which use
the Haskell js-jflot library. See http://www.haskell.org/ for more
information on Haskell.
Package: libghc-js-flot-dev
Description-md5: ad392e820c777d126782ff199d2db99e
Description-en: bundles the jQuery Flot code into a Haskell package
This package bundles the minified jQuery Flot code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream flot
version. The haskell library is designed to meet the redistribution
requirements of downstream users, and to reduce duplication of
bundled code in Debian.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-flot-doc
Description-md5: c1982f654554f8cef66b993f91ef9259
Description-en: bundles the jQuery Flot code into a Haskell package; documentation
This package bundles the minified jQuery Flot code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream flot
version. The haskell library is designed to meet the redistribution
requirements of downstream users, and to reduce duplication of
bundled code in Debian.
.
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-js-flot-prof
Description-md5: 93eb5609cd7896cc1b3c365252ef77b9
Description-en: bundles the jQuery Flot code into a Haskell package; profiling libraries
This package bundles the minified jQuery Flot code into a Haskell
package, so it can be depended upon by Cabal packages. The first
three components of the version number match the upstream flot
version. The haskell library is designed to meet the redistribution
requirements of downstream users, and to reduce duplication of
bundled code in Debian.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-jquery-data
Description-md5: c75a1bc16696193a9d382fa3f3165bf6
Description-en: bundles the minified jQuery code into a Haskell package
This package bundles the minified jQuery code into a Haskell package, so it can
be depended upon by Cabal packages. The first three components of the version
number match the upstream jQuery version. The haskell library is designed to
meet the redistribution requirements of downstream users, and to reduce
duplication of bundled code in Debian.
Package: libghc-js-jquery-dev
Description-md5: 9114ae019628fb438f78403c5bf399c1
Description-en: bundles the minified jQuery code into a Haskell package
This package bundles the minified jQuery code into a Haskell package, so it can
be depended upon by Cabal packages. The first three components of the version
number match the upstream jQuery version. The haskell library is designed to
meet the redistribution requirements of downstream users, and to reduce
duplication of bundled code in Debian.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-js-jquery-doc
Description-md5: 479dd3c5c5ecae50485541464bd86ae1
Description-en: bundles the minified jQuery code into a Haskell package; documentation
This package bundles the minified jQuery code into a Haskell package, so it can
be depended upon by Cabal packages. The first three components of the version
number match the upstream jQuery version. The haskell library is designed to
meet the redistribution requirements of downstream users, and to reduce
duplication of bundled code in Debian.
.
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-js-jquery-prof
Description-md5: 226a58fb0c22851112865550692f7d7d
Description-en: bundles the minified jQuery code into a Haskell package; profiling libraries
This package bundles the minified jQuery code into a Haskell package, so it can
be depended upon by Cabal packages. The first three components of the version
number match the upstream jQuery version. The haskell library is designed to
meet the redistribution requirements of downstream users, and to reduce
duplication of bundled code in Debian.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-json-dev
Description-md5: 111c29b9a3803babe3dac33ed7c31411
Description-en: Haskell library for serialising data to and from JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999.
.
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-json-doc
Description-md5: 0a4740f2b260a8b82218720e130a1318
Description-en: Haskell library for serialising data to and from JSON; documentation
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999.
.
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
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-json-prof
Description-md5: d5dd7bda4c217f75cece2bb6b1de1221
Description-en: Haskell library for serialising data to and from JSON; profiling libraries
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It
is easy for humans to read and write. It is easy for machines to parse and
generate. It is based on a subset of the JavaScript Programming Language,
Standard ECMA-262 3rd Edition - December 1999.
.
This library provides a parser and pretty printer for converting between
Haskell values and JSON.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jsonpath-dev
Description-md5: 077460a61a9d590205b09cd88507d04f
Description-en: Library to parse and execute JSONPath
Please see the README on GitHub at
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-jsonpath-doc
Description-md5: cae266aaa82fa35256f81f0e1b10eefa
Description-en: Library to parse and execute JSONPath; documentation
Please see the README on GitHub at
.
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-jsonpath-prof
Description-md5: 95465eca4b148de5681dc3727a89293b
Description-en: Library to parse and execute JSONPath; profiling libraries
Please see the README on GitHub at
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-juicypixels-dev
Description-md5: bde006b1421af3cd3d00cb1bcd3eafc9
Description-en: Haskell picture loading and serialization library
This library allows the developer to load and store images in PNG, Bitmap,
Jpeg, Radiance, Tiff and Gif format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-juicypixels-doc
Description-md5: 8536e22a7602348f133057b597876625
Description-en: Haskell picture loading and serialization library; documentation
This library allows the developer to load and store images in PNG, Bitmap,
Jpeg, Radiance, Tiff and Gif format.
.
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-juicypixels-prof
Description-md5: 6f60c5276e9dc3473ba1538c6aabe269
Description-en: Haskell picture loading and serialization library; profiling libraries
This library allows the developer to load and store images in PNG, Bitmap,
Jpeg, Radiance, Tiff and Gif format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-kan-extensions-dev
Description-md5: c80a4270508ce220702f69605e450b0a
Description-en: Kan extensions, Kan lifts, etc.
Kan extensions, Kan lifts, various forms of the Yoneda lemma, and
(co)density (co)monads.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-kan-extensions-doc
Description-md5: 2730b7e31efe04e86ee09fda483f7a4a
Description-en: Kan extensions, Kan lifts, etc.; documentation
Kan extensions, Kan lifts, various forms of the Yoneda lemma, and
(co)density (co)monads.
.
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-kan-extensions-prof
Description-md5: adeccbb378584ffda95b3ffc18f635ab
Description-en: Kan extensions, Kan lifts, etc.; profiling libraries
Kan extensions, Kan lifts, various forms of the Yoneda lemma, and
(co)density (co)monads.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-keys-dev
Description-md5: b802fa9b132941979e57dae2bd308d23
Description-en: Keyed functors and containers
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-keys-doc
Description-md5: 8f1bd6ea6fb20c222d221cadc59ae069
Description-en: Keyed functors and containers; documentation
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
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-keys-prof
Description-md5: e7c6b89560f30be58f5f3f2e94b04f35
Description-en: Keyed functors and containers; profiling libraries
This package provides Keyed functors, Zippable functors, Zipping Keyed
functors, Indexable functors.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-knob-dev
Description-md5: 392c95a6051e3d28f24c43ee3b606ca2
Description-en: Haskell library for memory-backed handles
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-knob-doc
Description-md5: dc6bafd83204dd05e61ba2cd32ce2cc0
Description-en: Haskell library for memory-backed handles; documentation
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
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-knob-prof
Description-md5: d8d254ad7e80f8fa592748c4e14a295b
Description-en: Haskell library for memory-backed handles; profiling libraries
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-core-dev
Description-md5: 7a2211a1b749bb69e96345cce1d473f6
Description-en: Lambdabot core functionality
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Manage plugins, network connections, configurations
and much more.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-core-doc
Description-md5: e1dc7fcf183778e7a6b86e0b4a188b06
Description-en: Lambdabot core functionality; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Manage plugins, network connections, configurations
and much more.
.
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-lambdabot-core-prof
Description-md5: f84aaf4c43faf714f7db51c48a90dbcf
Description-en: Lambdabot core functionality; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Manage plugins, network connections, configurations
and much more.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-haskell-plugins-dev
Description-md5: e6c3105c9e43bb80904766e1a4bd79af
Description-en: Lambdabot Haskell plugins
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[check] Quick, check!
.
[djinn] Derive implementations from types intuitinistically.
.
[eval] Run Haskell code.
.
[free] Theorems for free.
.
[haddock] Find modules implementing a function.
.
[hoogle] Search for functions by type using hoogle.
.
[instances] Query instances of type classes.
.
[pl] Produce point-less code.
.
[pointful] Produce point-ful code.
.
[pretty] Print code prettily.
.
[source] Show implementations of standard functions.
.
[type] Query type of expressions.
.
[undo] Unfold do notation.
.
[unmtl] Expand monad transformers stacks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-haskell-plugins-doc
Description-md5: 22c51406ea07da920b1812f65fde8d99
Description-en: Lambdabot Haskell plugins; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[check] Quick, check!
.
[djinn] Derive implementations from types intuitinistically.
.
[eval] Run Haskell code.
.
[free] Theorems for free.
.
[haddock] Find modules implementing a function.
.
[hoogle] Search for functions by type using hoogle.
.
[instances] Query instances of type classes.
.
[pl] Produce point-less code.
.
[pointful] Produce point-ful code.
.
[pretty] Print code prettily.
.
[source] Show implementations of standard functions.
.
[type] Query type of expressions.
.
[undo] Unfold do notation.
.
[unmtl] Expand monad transformers stacks.
.
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-lambdabot-haskell-plugins-prof
Description-md5: e58aa822a7853eb7aece5f9b77e5bf24
Description-en: Lambdabot Haskell plugins; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[check] Quick, check!
.
[djinn] Derive implementations from types intuitinistically.
.
[eval] Run Haskell code.
.
[free] Theorems for free.
.
[haddock] Find modules implementing a function.
.
[hoogle] Search for functions by type using hoogle.
.
[instances] Query instances of type classes.
.
[pl] Produce point-less code.
.
[pointful] Produce point-ful code.
.
[pretty] Print code prettily.
.
[source] Show implementations of standard functions.
.
[type] Query type of expressions.
.
[undo] Unfold do notation.
.
[unmtl] Expand monad transformers stacks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-irc-plugins-dev
Description-md5: e889c47769690e36a76cf47eef5b8484
Description-en: IRC plugins for lambdabot
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[irc] Lets lambdabot connect to IRC.
.
[localtime] Check user's local time.
.
[log] Log IRC channels.
.
[topic] Modify channel topics.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-irc-plugins-doc
Description-md5: 8e30b9c656b2f70db1be41a226c4479c
Description-en: IRC plugins for lambdabot; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[irc] Lets lambdabot connect to IRC.
.
[localtime] Check user's local time.
.
[log] Log IRC channels.
.
[topic] Modify channel topics.
.
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-lambdabot-irc-plugins-prof
Description-md5: 1e66561fb30aa89c49018a7740e2cd94
Description-en: IRC plugins for lambdabot; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[irc] Lets lambdabot connect to IRC.
.
[localtime] Check user's local time.
.
[log] Log IRC channels.
.
[topic] Modify channel topics.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-misc-plugins-dev
Description-md5: 776408860b06ee292dadd033592fb41c
Description-en: Lambdabot miscellaneous plugins
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dummy] Many commands with fixed replies.
.
[error] Debug error handling.
.
[fresh] Generate Haskell project names.
.
[hello] Hello, world.
.
[stats] Ad-hoc statsd queries.
.
[todo] A to-do list for lambdabot.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-misc-plugins-doc
Description-md5: ece339bcbad39476524aea7da872a343
Description-en: Lambdabot miscellaneous plugins; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dummy] Many commands with fixed replies.
.
[error] Debug error handling.
.
[fresh] Generate Haskell project names.
.
[hello] Hello, world.
.
[stats] Ad-hoc statsd queries.
.
[todo] A to-do list for lambdabot.
.
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-lambdabot-misc-plugins-prof
Description-md5: b737ebb677a1aa3548a65c2bb3ac1f67
Description-en: Lambdabot miscellaneous plugins; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dummy] Many commands with fixed replies.
.
[error] Debug error handling.
.
[fresh] Generate Haskell project names.
.
[hello] Hello, world.
.
[stats] Ad-hoc statsd queries.
.
[todo] A to-do list for lambdabot.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-novelty-plugins-dev
Description-md5: 82e5e7078d68d30233204e68db5f2333
Description-en: novelty plugins for Lambdabot
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[bf] Run Brainf*ck code.
.
[dice] Roll some dice.
.
[elite] zPEak Gib8erI$|-|.
.
[filter] More gibberish.
.
[numberwang] Sorry, that's not Numberwang.
.
[quote] Parrot profound wisdom.
.
[slap] Delegate punishment.
.
[unlambda] Run Unlambda code.
.
[vixen] Let's chat, honey.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-novelty-plugins-doc
Description-md5: 37d8e0b24c8fb703d1df193a3e5c7d8d
Description-en: novelty plugins for Lambdabot; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[bf] Run Brainf*ck code.
.
[dice] Roll some dice.
.
[elite] zPEak Gib8erI$|-|.
.
[filter] More gibberish.
.
[numberwang] Sorry, that's not Numberwang.
.
[quote] Parrot profound wisdom.
.
[slap] Delegate punishment.
.
[unlambda] Run Unlambda code.
.
[vixen] Let's chat, honey.
.
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-lambdabot-novelty-plugins-prof
Description-md5: f8a6f3f60f2d9b947e10163fc3f4691d
Description-en: novelty plugins for Lambdabot; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[bf] Run Brainf*ck code.
.
[dice] Roll some dice.
.
[elite] zPEak Gib8erI$|-|.
.
[filter] More gibberish.
.
[numberwang] Sorry, that's not Numberwang.
.
[quote] Parrot profound wisdom.
.
[slap] Delegate punishment.
.
[unlambda] Run Unlambda code.
.
[vixen] Let's chat, honey.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-reference-plugins-dev
Description-md5: af9e8c6ee1c4a8f6139d3867717e9e2f
Description-en: Lambdabot reference plugins
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dict] Query various dictionaries.
.
[metar] Look up avian weather reports.
.
[oeis] Look up number sequences on OEIS.
.
[search] Query search engines.
.
[spell] Check spelling of wrods.
.
[ticker] Look up stock quotes.
.
[url] Display titles of URLs on channels.
.
[where] Manage and query a key-URL list.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-reference-plugins-doc
Description-md5: 780f0ffbd3c5ab45d7c4a39170bee88a
Description-en: Lambdabot reference plugins; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dict] Query various dictionaries.
.
[metar] Look up avian weather reports.
.
[oeis] Look up number sequences on OEIS.
.
[search] Query search engines.
.
[spell] Check spelling of wrods.
.
[ticker] Look up stock quotes.
.
[url] Display titles of URLs on channels.
.
[where] Manage and query a key-URL list.
.
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-lambdabot-reference-plugins-prof
Description-md5: d2b58436120db38873d10b02ba014966
Description-en: Lambdabot reference plugins; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[dict] Query various dictionaries.
.
[metar] Look up avian weather reports.
.
[oeis] Look up number sequences on OEIS.
.
[search] Query search engines.
.
[spell] Check spelling of wrods.
.
[ticker] Look up stock quotes.
.
[url] Display titles of URLs on channels.
.
[where] Manage and query a key-URL list.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-social-plugins-dev
Description-md5: 2d15b4e160ccef9e7b12256a6b9a1f25
Description-en: social plugins for Lambdabot
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[activity] Check where and how much is lambdabot used.
.
[karma] Track who's been good and who's been naughty.
.
[poll] Let the people vote.
.
[seen] Track who was around when.
.
[tell] Leave messages for other users.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-social-plugins-doc
Description-md5: 6346fdb5a7a7af49e920eeafcda8d446
Description-en: social plugins for Lambdabot; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[activity] Check where and how much is lambdabot used.
.
[karma] Track who's been good and who's been naughty.
.
[poll] Let the people vote.
.
[seen] Track who was around when.
.
[tell] Leave messages for other users.
.
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-lambdabot-social-plugins-prof
Description-md5: 028a54be03fb09ad617c2125abf0c3e3
Description-en: social plugins for Lambdabot; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
Provided plugins:
.
[activity] Check where and how much is lambdabot used.
.
[karma] Track who's been good and who's been naughty.
.
[poll] Let the people vote.
.
[seen] Track who was around when.
.
[tell] Leave messages for other users.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-trusted-dev
Description-md5: d542f14c60aeb886b6c98f9cf8bd0420
Description-en: Lambdabot trusted code
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
This small package provides functions used by
the run command.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdabot-trusted-doc
Description-md5: 841d8a1e7e34a3ef09ceddd3cf9010e8
Description-en: Lambdabot trusted code; documentation
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
This small package provides functions used by
the run command.
.
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-lambdabot-trusted-prof
Description-md5: e67df56cd05c147ff599d2f903db5a91
Description-en: Lambdabot trusted code; profiling libraries
Lambdabot is an IRC bot written over several years by
those on the #haskell IRC channel.
.
This small package provides functions used by
the run command.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdahack-dev
Description-md5: 51421cc82c84a8f025b397dd6527d42f
Description-en: tactical squad ASCII roguelike dungeon crawler game engine
LambdaHack is a Haskell game engine library for ASCII roguelike
games of arbitrary theme, size and complexity, with optional
tactical squad combat. It's packaged together with a sample
dungeon crawler in fantasy setting that can be tried out
as a native binary or in the browser at http://lambdahack.github.io.
.
Please see the changelog file for recent improvements
and the issue tracker for short-term plans. Long term goals
include multiplayer tactical squad combat, in-game content
creation, auto-balancing and persistent content modification
based on player behaviour. Contributions are welcome.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lambdahack-doc
Description-md5: 19d3709fd90c2c5697eec629f9764511
Description-en: tactical squad ASCII roguelike dungeon crawler game engine; documentation
LambdaHack is a Haskell game engine library for ASCII roguelike
games of arbitrary theme, size and complexity, with optional
tactical squad combat. It's packaged together with a sample
dungeon crawler in fantasy setting that can be tried out
as a native binary or in the browser at http://lambdahack.github.io.
.
Please see the changelog file for recent improvements
and the issue tracker for short-term plans. Long term goals
include multiplayer tactical squad combat, in-game content
creation, auto-balancing and persistent content modification
based on player behaviour. Contributions are welcome.
.
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-lambdahack-prof
Description-md5: 8d090e100757d69a3a234a7115c0d99f
Description-en: tactical squad ASCII roguelike dungeon crawler game engine; profiling libraries
LambdaHack is a Haskell game engine library for ASCII roguelike
games of arbitrary theme, size and complexity, with optional
tactical squad combat. It's packaged together with a sample
dungeon crawler in fantasy setting that can be tried out
as a native binary or in the browser at http://lambdahack.github.io.
.
Please see the changelog file for recent improvements
and the issue tracker for short-term plans. Long term goals
include multiplayer tactical squad combat, in-game content
creation, auto-balancing and persistent content modification
based on player behaviour. Contributions are welcome.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c-dev
Description-md5: 283e10784e680e1214834bb613eb210d
Description-en: Haskell library for the analysis and generation of C code
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c-doc
Description-md5: 5f78918e286e4de76ebd870b0dfcda45
Description-en: Haskell library for the analysis and generation of C code; documentation
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
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-language-c-prof
Description-md5: fa19c3a6512aa9ff64beb0af77514918
Description-en: Haskell library for the analysis and generation of C code; profiling libraries
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c-quote-dev
Description-md5: 704784e5d924c1dc5ffd7a3b8e0132b0
Description-en: C/CUDA/OpenCL/Objective-C quasiquoting library
This package provides a general parser for the C language, including
most GCC extensions and some CUDA and OpenCL extensions as well as
the entire Objective-C language.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c-quote-doc
Description-md5: 13023f8c587c975fef03907d195bb90d
Description-en: C/CUDA/OpenCL/Objective-C quasiquoting library; documentation
This package provides a general parser for the C language, including
most GCC extensions and some CUDA and OpenCL extensions as well as
the entire Objective-C language.
.
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-language-c-quote-prof
Description-md5: 977028b2a411a4b017d19fad0d315bff
Description-en: C/CUDA/OpenCL/Objective-C quasiquoting library; profiling libraries
This package provides a general parser for the C language, including
most GCC extensions and some CUDA and OpenCL extensions as well as
the entire Objective-C language.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-dev
Description-md5: 282d5adfa4198a7090bf295c8dd94c5e
Description-en: Impl. of C99 AST that strictly follows the standard
This package contains an implementation of the C99 AST as described in
. Sticking closely
to this standard assures us that the program we deal with is a valid C99
program.
.
Additionally the library comes with a pretty printer.
.
The package does not come with handy wrapper and utility functions to write a
C99 program, it just contains the bare AST. It is highly recommended to use
the wrapper provided by 'language-c99-simple' and 'language-c99-util' for
writing programs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-doc
Description-md5: 5f2955b76e495ce8b43f16cc3aa14faf
Description-en: Impl. of C99 AST that strictly follows the standard; documentation
This package contains an implementation of the C99 AST as described in
. Sticking closely
to this standard assures us that the program we deal with is a valid C99
program.
.
Additionally the library comes with a pretty printer.
.
The package does not come with handy wrapper and utility functions to write a
C99 program, it just contains the bare AST. It is highly recommended to use
the wrapper provided by 'language-c99-simple' and 'language-c99-util' for
writing programs.
.
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-language-c99-prof
Description-md5: 78d288c622bcb8aad7d2a2c3e6129366
Description-en: Impl. of C99 AST that strictly follows the standard; profiling libraries
This package contains an implementation of the C99 AST as described in
. Sticking closely
to this standard assures us that the program we deal with is a valid C99
program.
.
Additionally the library comes with a pretty printer.
.
The package does not come with handy wrapper and utility functions to write a
C99 program, it just contains the bare AST. It is highly recommended to use
the wrapper provided by 'language-c99-simple' and 'language-c99-util' for
writing programs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-simple-dev
Description-md5: 6faf7d9e70f269237862d1586f2b679d
Description-en: C-like AST to simplify writing C99 programs.
This package is a wrapper on top of 'language-c99'. It provides a simpler
interface more suited for writing C99 programs. It achieves this by
implementing its own C-like AST, supporting the most used C features. In
turn, this AST is translated into actual C99 one, showing that it is an
actual subset.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-simple-doc
Description-md5: 2dad85a5615e0c1c3a6a18f57e23cf6e
Description-en: C-like AST to simplify writing C99 programs.; documentation
This package is a wrapper on top of 'language-c99'. It provides a simpler
interface more suited for writing C99 programs. It achieves this by
implementing its own C-like AST, supporting the most used C features. In
turn, this AST is translated into actual C99 one, showing that it is an
actual subset.
.
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-language-c99-simple-prof
Description-md5: dea207a604b5a7b19e8e1cd5faf3f5e9
Description-en: C-like AST to simplify writing C99 programs.; profiling libraries
This package is a wrapper on top of 'language-c99'. It provides a simpler
interface more suited for writing C99 programs. It achieves this by
implementing its own C-like AST, supporting the most used C features. In
turn, this AST is translated into actual C99 one, showing that it is an
actual subset.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-util-dev
Description-md5: 9323125dd4154424280fa2cca9231fa5
Description-en: Utilities for language-c99.
This library contains a number of utility functions and wrappers for the
'language-c99' package. For an actual high-level approach to writing C99
programs, see 'language-c99-simple'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-c99-util-doc
Description-md5: 73b8ce579f932f7f6faced0636d8dc38
Description-en: Utilities for language-c99.; documentation
This library contains a number of utility functions and wrappers for the
'language-c99' package. For an actual high-level approach to writing C99
programs, see 'language-c99-simple'.
.
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-language-c99-util-prof
Description-md5: 2d0305684750cc8ca702b4526e4b1223
Description-en: Utilities for language-c99.; profiling libraries
This library contains a number of utility functions and wrappers for the
'language-c99' package. For an actual high-level approach to writing C99
programs, see 'language-c99-simple'.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-glsl-dev
Description-md5: cb81eb0576e6bb3ac78666baf3f05840
Description-en: GLSL abstract syntax tree, parser, and pretty-printer
The package language-glsl is a Haskell library for the
representation, the parsing, and the pretty-printing of
GLSL 1.50 code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-glsl-doc
Description-md5: fdf0d955c86feee31971bd00fed06e68
Description-en: GLSL abstract syntax tree, parser, and pretty-printer; documentation
The package language-glsl is a Haskell library for the
representation, the parsing, and the pretty-printing of
GLSL 1.50 code.
.
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-language-glsl-prof
Description-md5: 3781daae782dac76e1e0ee0fbb5f8689
Description-en: GLSL abstract syntax tree, parser, and pretty-printer; profiling libraries
The package language-glsl is a Haskell library for the
representation, the parsing, and the pretty-printing of
GLSL 1.50 code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-javascript-dev
Description-md5: 448b7610f318c9fa24f6e7988d99d2f9
Description-en: JavaScript parser
It parses JavaScript into an Abstract Syntax Tree (AST).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-javascript-doc
Description-md5: 2b179a2d2cdafa358238d7191c8f5279
Description-en: JavaScript parser; documentation
It parses JavaScript into an Abstract Syntax Tree (AST).
.
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-language-javascript-prof
Description-md5: dd09496a375f790e19bb816c3e69d9ac
Description-en: JavaScript parser; profiling libraries
It parses JavaScript into an Abstract Syntax Tree (AST).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-python-dev
Description-md5: 4d4af62e7021de44f3ef738eae104637
Description-en: parsing and pretty printing of Python code
language-python is a Haskell library for lexical analysis, parsing and pretty
printing Python code. It supports versions 2.x and 3.x of Python.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-language-python-doc
Description-md5: 230252a8e4d434861abfd8281bee3e4a
Description-en: parsing and pretty printing of Python code; documentation
language-python is a Haskell library for lexical analysis, parsing and pretty
printing Python code. It supports versions 2.x and 3.x of Python.
.
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-language-python-prof
Description-md5: 2c60c37f3e057e8f8f47a2567cd3319f
Description-en: parsing and pretty printing of Python code; profiling libraries
language-python is a Haskell library for lexical analysis, parsing and pretty
printing Python code. It supports versions 2.x and 3.x of Python.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lazy-csv-dev
Description-md5: a9891b058bb41add89e41c9be15f2138
Description-en: efficient lazy parsers for CSV (comma-separated values)
The CSV format is defined by RFC 4180.
These efficient lazy parsers (String and ByteString variants)
can report all CSV formatting errors, whilst also
returning all the valid data, so the user can choose
whether to continue, to show warnings, or to halt on
error. Valid fields retain information about their
original location in the input, so a secondary parser from
textual fields to typed values can give intelligent error
messages.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lazy-csv-doc
Description-md5: 92d8d98eedc4e72dd62b6cf9497b2f41
Description-en: efficient lazy parsers for CSV (comma-separated values); documentation
The CSV format is defined by RFC 4180.
These efficient lazy parsers (String and ByteString variants)
can report all CSV formatting errors, whilst also
returning all the valid data, so the user can choose
whether to continue, to show warnings, or to halt on
error. Valid fields retain information about their
original location in the input, so a secondary parser from
textual fields to typed values can give intelligent error
messages.
.
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-lazy-csv-prof
Description-md5: 8daebf749932a748838a1aaa81f3f761
Description-en: efficient lazy parsers for CSV (comma-separated values); profiling libraries
The CSV format is defined by RFC 4180.
These efficient lazy parsers (String and ByteString variants)
can report all CSV formatting errors, whilst also
returning all the valid data, so the user can choose
whether to continue, to show warnings, or to halt on
error. Valid fields retain information about their
original location in the input, so a secondary parser from
textual fields to typed values can give intelligent error
messages.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lazysmallcheck-dev
Description-md5: b482c500e56906346550f9f91cab82ee
Description-en: A library for demand-driven testing of Haskell programs
Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined refinements of the that input. Compared to ``eager''
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lazysmallcheck-doc
Description-md5: 7fb384f209d1bc6455c373c97ec246c2
Description-en: A library for demand-driven testing of Haskell programs; documentation
Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined refinements of the that input. Compared to ``eager''
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
.
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-lazysmallcheck-prof
Description-md5: 683c47afb447daf5b745619126f1d85c
Description-en: A library for demand-driven testing of Haskell programs; profiling libraries
Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined refinements of the that input. Compared to ``eager''
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-action-dev
Description-md5: 6410acef2548173c4a19ce9a52b7ae27
Description-en: Monadic Getters and Folds
This package contains combinators and types for working with
monadic getters and folds as split off from the original
lens package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-action-doc
Description-md5: 889335f0c9f6fa9356927d8b269adb9e
Description-en: Monadic Getters and Folds; documentation
This package contains combinators and types for working with
monadic getters and folds as split off from the original
lens package.
.
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-lens-action-prof
Description-md5: 143660ed8e392e8cd4277eebab159cbf
Description-en: Monadic Getters and Folds; profiling libraries
This package contains combinators and types for working with
monadic getters and folds as split off from the original
lens package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-aeson-dev
Description-md5: 1b85be20817cddfce3208ba5fe2a951c
Description-en: law-abiding lenses for aeson
This package provides lenses for the data structures of the aeson package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-aeson-doc
Description-md5: 83a825a41ae200bd18a57f70f9c0c5ae
Description-en: law-abiding lenses for aeson; documentation
This package provides lenses for the data structures of the aeson package.
.
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-lens-aeson-prof
Description-md5: 3406a15a4861bbb43e008a7fd9331075
Description-en: law-abiding lenses for aeson; profiling libraries
This package provides lenses for the data structures of the aeson package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-dev
Description-md5: 15efdd015f680edd5b6176856ab26ed5
Description-en: Lenses, Folds and Traversals
This package comes "Batteries Included" with many useful lenses for the types
commonly used from the Haskell Platform, and with tools for automatically
generating lenses and isomorphisms for user-supplied data types.
.
The combinators in Control.Lens provide a highly generic toolbox for composing
families of getters, folds, isomorphisms, traversals, setters and lenses and
their indexed variants.
.
More information on the care and feeding of lenses, including a tutorial and
motivation for their types can be found on the lens wiki
(https://github.com/ekmett/lens/wiki).
.
This package contains the normal library files.
Package: libghc-lens-doc
Description-md5: 1455763aab6989c2cddb73d6e49321a2
Description-en: Lenses, Folds and Traversals; documentation
This package comes "Batteries Included" with many useful lenses for the types
commonly used from the Haskell Platform, and with tools for automatically
generating lenses and isomorphisms for user-supplied data types.
.
The combinators in Control.Lens provide a highly generic toolbox for composing
families of getters, folds, isomorphisms, traversals, setters and lenses and
their indexed variants.
.
More information on the care and feeding of lenses, including a tutorial and
motivation for their types can be found on the lens wiki
(https://github.com/ekmett/lens/wiki).
.
This package contains the documentation files.
Package: libghc-lens-family-core-dev
Description-md5: ae1f809987df278bd84d4ce856df6b03
Description-en: Haskell 98 Lens Families
This package provides first-class functional references.
In addition to the usual operations of getting, setting and
composition, plus integration with the state monad, lens families
provide some unique features:
.
* Polymorphic updating
* Traversals
* Cast projection functions to read-only lenses
* Cast "toList" functions to read-only traversals
* Cast semantic editor combinators to modify-only traversals.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-family-core-doc
Description-md5: 8bcd5c39fd3367ba2820a5746fbc136e
Description-en: Haskell 98 Lens Families; documentation
This package provides first-class functional references.
In addition to the usual operations of getting, setting and
composition, plus integration with the state monad, lens families
provide some unique features:
.
* Polymorphic updating
* Traversals
* Cast projection functions to read-only lenses
* Cast "toList" functions to read-only traversals
* Cast semantic editor combinators to modify-only traversals.
.
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-lens-family-core-prof
Description-md5: 3564fb26c354c353b200f07422252cb2
Description-en: Haskell 98 Lens Families; profiling libraries
This package provides first-class functional references.
In addition to the usual operations of getting, setting and
composition, plus integration with the state monad, lens families
provide some unique features:
.
* Polymorphic updating
* Traversals
* Cast projection functions to read-only lenses
* Cast "toList" functions to read-only traversals
* Cast semantic editor combinators to modify-only traversals.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lens-prof
Description-md5: 8d6f2a46ea32717f1ec6e2b78e1e597a
Description-en: Lenses, Folds and Traversals; profiling libraries
This package comes "Batteries Included" with many useful lenses for the types
commonly used from the Haskell Platform, and with tools for automatically
generating lenses and isomorphisms for user-supplied data types.
.
The combinators in Control.Lens provide a highly generic toolbox for composing
families of getters, folds, isomorphisms, traversals, setters and lenses and
their indexed variants.
.
More information on the care and feeding of lenses, including a tutorial and
motivation for their types can be found on the lens wiki
(https://github.com/ekmett/lens/wiki).
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-libbf-dev
Description-md5: 3a80709c4f236f1fa179d1677f90139f
Description-en: Binding to the libBF library
LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libbf-doc
Description-md5: aad49e701a93947cc8a05fefe12b433c
Description-en: Binding to the libBF library; documentation
LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
.
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-libbf-prof
Description-md5: c5a7746a2b1f1dd6b6ed8ee1509a2278
Description-en: Binding to the libBF library; profiling libraries
LibBF is a C library for working with arbitray precision
IEEE 754 floating point numbers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libffi-dev
Description-md5: 253b5b6a47513b9337de8a4cc5342e2f
Description-en: A binding to libffi
A binding to libffi, allowing C functions of types only known at runtime to be called from Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libffi-doc
Description-md5: 2689bf91080d5d21ebe936a735cddf40
Description-en: A binding to libffi; documentation
A binding to libffi, allowing C functions of types only known at runtime to be called from Haskell.
.
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-libffi-prof
Description-md5: 67fc64b21c9617c8c606155cccae84e6
Description-en: A binding to libffi; profiling libraries
A binding to libffi, allowing C functions of types only known at runtime to be called from 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: libghc-libmpd-dev
Description-md5: 0c404c1a263cf9965751e740740169a2
Description-en: MPD client library
A client library for MPD, the Music Player Daemon.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libmpd-doc
Description-md5: 84fa186036c51d21d7097bb7d5e3eb81
Description-en: MPD client library; documentation
A client library for MPD, the Music Player Daemon.
.
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-libmpd-prof
Description-md5: d64caa33eaff9167529961b7ff09296c
Description-en: MPD client library; profiling libraries
A client library for MPD, the Music Player Daemon.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libyaml-dev
Description-md5: f5092f44ee0c6fd5f2579e0449b20504
Description-en: low-level, streaming YAML interface.
This package provides a haskell wrapper over the libyaml C library
by Kirill Simonov.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-libyaml-doc
Description-md5: db8a7ae0412e560825b280f5c94c4114
Description-en: low-level, streaming YAML interface.; documentation
This package provides a haskell wrapper over the libyaml C library
by Kirill Simonov.
.
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-libyaml-prof
Description-md5: 2c0f440a0745f509029179e32c6f5df2
Description-en: low-level, streaming YAML interface.; profiling libraries
This package provides a haskell wrapper over the libyaml C library
by Kirill Simonov.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lift-type-dev
Description-md5: 6c424a2a21f4ee1bb3a6a23c10fbb050
Description-en: Lift a type from a Typeable constraint to a Template Haskell type
Lift your types from a Typeable constraint to a Template Haskell type
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lift-type-doc
Description-md5: 29e61a13f5b00f779ea42eca912af1a1
Description-en: Lift a type from a Typeable constraint to a Template Haskell type; documentation
Lift your types from a Typeable constraint to a Template Haskell type
.
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-lift-type-prof
Description-md5: 4bc5a247496af94a087cfc60b93eaf1c
Description-en: Lift a type from a Typeable constraint to a Template Haskell type; profiling libraries
Lift your types from a Typeable constraint to a Template Haskell type
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lifted-async-dev
Description-md5: c3067ddaa7999ed7d83718ea97e1331a
Description-en: operations from async lifted to MonadBase
This package provides IO operations from async package lifted to any
instance of 'MonadBase' or 'MonadBaseControl'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lifted-async-doc
Description-md5: 9cea4ea1c494cc6fceef8bcd7e95197c
Description-en: operations from async lifted to MonadBase; documentation
This package provides IO operations from async package lifted to any
instance of 'MonadBase' or 'MonadBaseControl'.
.
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-lifted-async-prof
Description-md5: ea1332de5e71cbd4bcd14d4d8ca90bfa
Description-en: operations from async lifted to MonadBase; profiling libraries
This package provides IO operations from async package lifted to any
instance of 'MonadBase' or 'MonadBaseControl'.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lifted-base-dev
Description-md5: 532065262d65c72be8f9064afbf94f7a
Description-en: Lifted IO operations from the base library
This package exports IO operations from the base library lifted to any
instance of 'MonadBase' or 'MonadBaseControl', as provided by the
libghc-monad-control-dev package..
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lifted-base-doc
Description-md5: bb036746862782f045d0d71135f9931b
Description-en: Lifted IO operations from the base library; documentation
This package exports IO operations from the base library lifted to any
instance of 'MonadBase' or 'MonadBaseControl', as provided by the
libghc-monad-control-dev package..
.
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-lifted-base-prof
Description-md5: e2dc4b90b42b03eedca92fea7ddcc4ec
Description-en: Lifted IO operations from the base library; profiling libraries
This package exports IO operations from the base library lifted to any
instance of 'MonadBase' or 'MonadBaseControl', as provided by the
libghc-monad-control-dev package..
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-linear-dev
Description-md5: 57d975ab4a76055e0b2f69a1315fee52
Description-en: Linear Algebra
Types and combinators for linear algebra on free vector spaces
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-linear-doc
Description-md5: d07134e30baee9e0b632d8cfde8d4412
Description-en: Linear Algebra; documentation
Types and combinators for linear algebra on free vector spaces
.
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-linear-prof
Description-md5: 054c99b85efb0f83feb54f4ba6f4c255
Description-en: Linear Algebra; profiling libraries
Types and combinators for linear algebra on free vector spaces
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-list-dev
Description-md5: 75861f96c951beeb4f0fbaf0e2fa1814
Description-en: list monad transformer and class
A List monad transformer and a List class.
With standard list operations for Lists
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-list-doc
Description-md5: 4fbfec64f09227541aa4d49485cd6943
Description-en: list monad transformer and class; documentation
A List monad transformer and a List class.
With standard list operations for Lists
.
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-list-prof
Description-md5: 857800dbd326ae5b7855e0fce51edffa
Description-en: list monad transformer and class; profiling libraries
A List monad transformer and a List class.
With standard list operations for Lists
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-listlike-dev
Description-md5: 427e933042330c755c2b7d9354dbc2be
Description-en: Generic support for list-like structures
Generic support for list-like structures in Haskell.
.
The ListLike module provides a common interface to the various Haskell
types that are list-like. Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support input and output, and for types that can
handle infinite lists.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-listlike-doc
Description-md5: 4e3087dd0ab84e67cb5bae4d4afec84e
Description-en: Generic support for list-like structures; documentation
Generic support for list-like structures in Haskell.
.
The ListLike module provides a common interface to the various Haskell
types that are list-like. Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support input and output, and for types that can
handle infinite lists.
.
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-listlike-prof
Description-md5: ea4e627bb4bd8e2f3d9c69b5b30f506f
Description-en: Generic support for list-like structures; profiling libraries
Generic support for list-like structures in Haskell.
.
The ListLike module provides a common interface to the various Haskell
types that are list-like. Predefined interfaces include standard
Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom
types can easily be made ListLike instances as well.
.
ListLike also provides for String-like types, such as String and
ByteString, for types that support input and output, and for types that can
handle infinite lists.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-load-env-dev
Description-md5: b604788e604af03c648fc579c2368a96
Description-en: load environment variables from a file
Parse a .env file and load any declared variables into the current
process's environment. This allows for a .env file to specify
development-friendly defaults for configuration values normally set
in the deployment environment.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-load-env-doc
Description-md5: 3df558eacfdc1db6f7e02cc47d5787f8
Description-en: load environment variables from a file; documentation
Parse a .env file and load any declared variables into the current
process's environment. This allows for a .env file to specify
development-friendly defaults for configuration values normally set
in the deployment environment.
.
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-load-env-prof
Description-md5: ffaf9c14e6214c0f9d33d2d74856c01b
Description-en: load environment variables from a file; profiling libraries
Parse a .env file and load any declared variables into the current
process's environment. This allows for a .env file to specify
development-friendly defaults for configuration values normally set
in the deployment environment.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-log-domain-dev
Description-md5: 246f9e5bb22650f48c4d5c18cb143722
Description-en: log-domain arithmetic
This package provides log-domain floats, doubles and complex numbers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-log-domain-doc
Description-md5: 2f3b351d99f3dffd2d2036b7c5852294
Description-en: log-domain arithmetic; documentation
This package provides log-domain floats, doubles and complex numbers.
.
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-log-domain-prof
Description-md5: fc11d4b091107c07edc7e388ec2f1add
Description-en: log-domain arithmetic; profiling libraries
This package provides log-domain floats, doubles and complex numbers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-logging-facade-dev
Description-md5: 5a9923ea43458db529878a3b71291dbd
Description-en: simple logging abstraction that allows multiple backends
This is a logging front-end.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-logging-facade-doc
Description-md5: 7069ca456a65348951e56ed5cc843956
Description-en: simple logging abstraction that allows multiple backends; documentation
This is a logging front-end.
.
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-logging-facade-prof
Description-md5: f2451da7a5c81e79267fa5ec9b59c45f
Description-en: simple logging abstraction that allows multiple backends; profiling libraries
This is a logging front-end.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-logict-dev
Description-md5: 3e8c59966c4a0ddf5a2bf2d13c1a8166
Description-en: Backtracking logic-programming monad
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-logict-doc
Description-md5: 82983774e66eb8e8975854427de5a60e
Description-en: Backtracking logic-programming monad; documentation
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
.
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-logict-prof
Description-md5: a1247f488a86df445a70a9b3bcf579b5
Description-en: Backtracking logic-programming monad; profiling libraries
It is a continuation-based, backtracking, logic programming monad. An
adaptation of the two-continuation implementation found in the paper
Backtracking, Interleaving, and Terminating Monad Transformers available
here: http://okmij.org/ftp/papers/LogicT.pdf
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lpeg-dev
Description-md5: 1997188095028e3d9aad1cdf871751d1
Description-en: LPeg – Parsing Expression Grammars For Lua
This package contains the C sources of LPeg, as well
as some tiny Haskell helper to load the package.
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lpeg-doc
Description-md5: 1917ce9b6434994ee631f5808c7c76bc
Description-en: LPeg – Parsing Expression Grammars For Lua; documentation
This package contains the C sources of LPeg, as well
as some tiny Haskell helper to load the package.
.
.
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-lpeg-prof
Description-md5: 38d7a96770cf9ce04394a95e150b5aac
Description-en: LPeg – Parsing Expression Grammars For Lua; profiling libraries
This package contains the C sources of LPeg, as well
as some tiny Haskell helper to load the package.
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lrucache-dev
Description-md5: 3e5670b2c2c97feaea65841ce52f9f2f
Description-en: simple, pure least-recent-used cache
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lrucache-doc
Description-md5: 828949cad0a180cb36eb9a805befcbc9
Description-en: simple, pure least-recent-used cache; documentation
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
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-lrucache-prof
Description-md5: 145e9d098cf5bcc6052484f22b08a7ec
Description-en: simple, pure least-recent-used cache; profiling libraries
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lua-arbitrary-dev
Description-md5: fe3190d8088705019b2aeb9b17dc0249
Description-en: Arbitrary instances for Lua types
This package provides instances for QuickCheck's Arbitrary typeclass.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lua-arbitrary-doc
Description-md5: a32cbf352a6bf83406be6f117d945a64
Description-en: Arbitrary instances for Lua types; documentation
This package provides instances for QuickCheck's Arbitrary typeclass.
.
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-lua-arbitrary-prof
Description-md5: 42d478d7bdee3f4fea586a825decb2d8
Description-en: Arbitrary instances for Lua types; profiling libraries
This package provides instances for QuickCheck's Arbitrary typeclass.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lua-dev
Description-md5: 1af94bea10f3f64959437b767146c7f1
Description-en: Lua bindings for Haskell
This package provides bindings and types to bridge Haskell and Lua.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lua-doc
Description-md5: 663e80ab636756f27fe50882d9790101
Description-en: Lua bindings for Haskell; documentation
This package provides bindings and types to bridge Haskell and Lua.
.
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-lua-prof
Description-md5: 220cd45665279940293c592d4bc495a4
Description-en: Lua bindings for Haskell; profiling libraries
This package provides bindings and types to bridge Haskell and Lua.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lucid-dev
Description-md5: ae890b2cbfffe9525984e855ceea9a27
Description-en: clear to write, read, and edit DSL for HTML
This package provides a lear to write, read, and edit DSL for HTML. See the
'Lucid' module for description and documentation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lucid-doc
Description-md5: 5a7dfe6b56ff8c0c6ac7a35c9bb876d5
Description-en: clear to write, read, and edit DSL for HTML; documentation
This package provides a lear to write, read, and edit DSL for HTML. See the
'Lucid' module for description and documentation.
.
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-lucid-prof
Description-md5: 6756a3e387ebfe2ad14f27c0a9a169ad
Description-en: clear to write, read, and edit DSL for HTML; profiling libraries
This package provides a lear to write, read, and edit DSL for HTML. See the
'Lucid' module for description and documentation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lukko-dev
Description-md5: a25b1d3e7695e45928d4dbdbfcc7bc5b
Description-en: file locking
This package provides access to platform dependent file locking APIs:
.
* Open file descriptor locking on Linux ("Lukko.OFD")
* BSD-style flock(2) locks on UNIX platforms ("Lukko.FLock")
* No-op locking, which throws exceptions ("Lukko.NoOp")
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lukko-doc
Description-md5: 5fecbf68125ceefb8045d628ffe343e3
Description-en: file locking; documentation
This package provides access to platform dependent file locking APIs:
.
* Open file descriptor locking on Linux ("Lukko.OFD")
* BSD-style flock(2) locks on UNIX platforms ("Lukko.FLock")
* No-op locking, which throws exceptions ("Lukko.NoOp")
.
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-lukko-prof
Description-md5: 265182760d73b66410c94bdba1e94fb7
Description-en: file locking; profiling libraries
This package provides access to platform dependent file locking APIs:
.
* Open file descriptor locking on Linux ("Lukko.OFD")
* BSD-style flock(2) locks on UNIX platforms ("Lukko.FLock")
* No-op locking, which throws exceptions ("Lukko.NoOp")
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lumberjack-dev
Description-md5: 0dd284ad4845ce741ae746624e272ae7
Description-en: Trek through your code forest and make logs
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
.
* Logging itself is a monadic activity. This activity is most often
performed in a monad stack with a MonadIO context to allow
writing to files.
.
* The specific logging action implementations are managed separately
from the actions of logging messages in the target code. This
allows logging to be configurable and the manner of logging to
be specified at startup time without requiring changes in the
code from which log messages are being generated.
.
* The logging implementation code can use contravariant functors to
adjust existing logging.
.
* Main code will typically retrieve the logging actions from a Reader
context in your monad stack. That said, Log actions are not tied
to an enclosing Monad. There are helpers to support a Monad which
can store Log actions, but Log actions can also be explicitly
passed and used.
.
* The prettyprinter package is used for formatting.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lumberjack-doc
Description-md5: 39291d8240eb62b3f060c69a76554265
Description-en: Trek through your code forest and make logs; documentation
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
.
* Logging itself is a monadic activity. This activity is most often
performed in a monad stack with a MonadIO context to allow
writing to files.
.
* The specific logging action implementations are managed separately
from the actions of logging messages in the target code. This
allows logging to be configurable and the manner of logging to
be specified at startup time without requiring changes in the
code from which log messages are being generated.
.
* The logging implementation code can use contravariant functors to
adjust existing logging.
.
* Main code will typically retrieve the logging actions from a Reader
context in your monad stack. That said, Log actions are not tied
to an enclosing Monad. There are helpers to support a Monad which
can store Log actions, but Log actions can also be explicitly
passed and used.
.
* The prettyprinter package is used for formatting.
.
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-lumberjack-prof
Description-md5: c205038692689b16ff689bf5da333407
Description-en: Trek through your code forest and make logs; profiling libraries
This is a logging facility. Yes, there are many, and this is the one
with a beard, wearing flannel and boots, that gets the job done. It's
not the fanciest, it doesn't have a cargo-van full of features. This
logger is designed to be straightforward to use, provide a good set of
standard features, and be useable across a broad set of code.
.
* Logging itself is a monadic activity. This activity is most often
performed in a monad stack with a MonadIO context to allow
writing to files.
.
* The specific logging action implementations are managed separately
from the actions of logging messages in the target code. This
allows logging to be configurable and the manner of logging to
be specified at startup time without requiring changes in the
code from which log messages are being generated.
.
* The logging implementation code can use contravariant functors to
adjust existing logging.
.
* Main code will typically retrieve the logging actions from a Reader
context in your monad stack. That said, Log actions are not tied
to an enclosing Monad. There are helpers to support a Monad which
can store Log actions, but Log actions can also be explicitly
passed and used.
.
* The prettyprinter package is used for formatting.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lzma-dev
Description-md5: 3b747d630b8abc3efc0ab86213c08436
Description-en: LZMA/XZ compression and decompression
This package provides a pure interface for compressing and
decompressing LZMA (Lempel-Ziv-Markov chain algorithm) streams
of data represented as lazy ByteStrings. A monadic incremental
interface is provided as well.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-lzma-doc
Description-md5: 102d5ca6b135b643dfe8aa6363cf0974
Description-en: LZMA/XZ compression and decompression; documentation
This package provides a pure interface for compressing and
decompressing LZMA (Lempel-Ziv-Markov chain algorithm) streams
of data represented as lazy ByteStrings. A monadic incremental
interface is provided as well.
.
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-lzma-prof
Description-md5: 3c55baf47e4b9e17cdae1a174f85f24d
Description-en: LZMA/XZ compression and decompression; profiling libraries
This package provides a pure interface for compressing and
decompressing LZMA (Lempel-Ziv-Markov chain algorithm) streams
of data represented as lazy ByteStrings. A monadic incremental
interface is provided as well.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mainland-pretty-dev
Description-md5: e50e0685c332fd17b03f2b961e2cc811
Description-en: pretty printing designed for printing source code
Pretty printing designed for printing source code based on
Wadler's paper /A Prettier Printer/. The main advantage of this
library is its ability to automatically track the source
locations associated with pretty printed values and output
appropriate #line pragmas and its ability to produce output
in the form of lazy text using a builder.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mainland-pretty-doc
Description-md5: b6e2b41d48625f68ab16c2a0de241222
Description-en: pretty printing designed for printing source code; documentation
Pretty printing designed for printing source code based on
Wadler's paper /A Prettier Printer/. The main advantage of this
library is its ability to automatically track the source
locations associated with pretty printed values and output
appropriate #line pragmas and its ability to produce output
in the form of lazy text using a builder.
.
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-mainland-pretty-prof
Description-md5: 7392ee3ff36cac542c80aea1ce7586db
Description-en: pretty printing designed for printing source code; profiling libraries
Pretty printing designed for printing source code based on
Wadler's paper /A Prettier Printer/. The main advantage of this
library is its ability to automatically track the source
locations associated with pretty printed values and output
appropriate #line pragmas and its ability to produce output
in the form of lazy text using a builder.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-managed-dev
Description-md5: 783b52dadb9ebbaf46a31a6a8d707d00
Description-en: monad for managed values
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
Monad, which is a special case of the ContT monad (from transformers) or
the Codensity monad (from kan-extensions). The main purpose behind this
package is to provide a restricted form of these monads specialized to this
unusually common case.
.
The reason this package defines a specialized version of these types
is to:
.
* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise
be orphan instances
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-managed-doc
Description-md5: 1af445b351660a44b71b63bba43262f0
Description-en: monad for managed values; documentation
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
Monad, which is a special case of the ContT monad (from transformers) or
the Codensity monad (from kan-extensions). The main purpose behind this
package is to provide a restricted form of these monads specialized to this
unusually common case.
.
The reason this package defines a specialized version of these types
is to:
.
* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise
be orphan instances
.
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-managed-prof
Description-md5: 4e1203cc1438370b60c1cd967fcdaa5c
Description-en: monad for managed values; profiling libraries
In Haskell you very often acquire values using the with...
idiom using functions of type (a -> IO r) -> IO r. This idiom forms a
Monad, which is a special case of the ContT monad (from transformers) or
the Codensity monad (from kan-extensions). The main purpose behind this
package is to provide a restricted form of these monads specialized to this
unusually common case.
.
The reason this package defines a specialized version of these types
is to:
.
* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise
be orphan instances
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-map-syntax-dev
Description-md5: b2623245e3a472814e9f3ba498fc3fc2
Description-en: syntax sugar for defining maps
Haskell's canonical list of tuples syntax for defining maps is not very
convenient and also has ambiguous semantics. This package leverages do
notation to create a lighter syntax that makes semantics explicit and also
allows the option of fail-fast handling of duplicate keys.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-map-syntax-doc
Description-md5: 602df36663541e4c85b5543bbb71ef22
Description-en: syntax sugar for defining maps; documentation
Haskell's canonical list of tuples syntax for defining maps is not very
convenient and also has ambiguous semantics. This package leverages do
notation to create a lighter syntax that makes semantics explicit and also
allows the option of fail-fast handling of duplicate keys.
.
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-map-syntax-prof
Description-md5: 1861935c0ff7d6d23c541262ee02ec99
Description-en: syntax sugar for defining maps; profiling libraries
Haskell's canonical list of tuples syntax for defining maps is not very
convenient and also has ambiguous semantics. This package leverages do
notation to create a lighter syntax that makes semantics explicit and also
allows the option of fail-fast handling of duplicate keys.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-markdown-dev
Description-md5: 5e05a1b12322d0bb8d71de510cc9210c
Description-en: convert Markdown to HTML, with XSS protection
This library leverages existing high-performance libraries
(attoparsec, blaze-html, text, and conduit), and should integrate
well with existing codebases. It renders Markdown to HTML,
optionally sanitizing against XSS attacks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-markdown-doc
Description-md5: 4bae7cf474f9a83d136ec44ac79fdc44
Description-en: convert Markdown to HTML, with XSS protection; documentation
This library leverages existing high-performance libraries
(attoparsec, blaze-html, text, and conduit), and should integrate
well with existing codebases. It renders Markdown to HTML,
optionally sanitizing against XSS attacks.
.
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-markdown-prof
Description-md5: d0da9fa1097980d8cfeb66be540aa931
Description-en: convert Markdown to HTML, with XSS protection; profiling libraries
This library leverages existing high-performance libraries
(attoparsec, blaze-html, text, and conduit), and should integrate
well with existing codebases. It renders Markdown to HTML,
optionally sanitizing against XSS attacks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-markdown-unlit-dev
Description-md5: 95861f88fe6898a59548ddc82f255c2e
Description-en: Literate Haskell support for Markdown
This contains a parser for an alternate form of Literate Haskell
which allows you to extract embedded Haskell from Markdown text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-markdown-unlit-doc
Description-md5: 760842e76302d5938ea2c67a416208ad
Description-en: Literate Haskell support for Markdown; documentation
This contains a parser for an alternate form of Literate Haskell
which allows you to extract embedded Haskell from Markdown text.
.
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-markdown-unlit-prof
Description-md5: 4ca21161229378aa1edff3c955d03aad
Description-en: Literate Haskell support for Markdown; profiling libraries
This contains a parser for an alternate form of Literate Haskell
which allows you to extract embedded Haskell from Markdown text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-math-functions-dev
Description-md5: 199efb2208f88eac3b9fc937a3023d43
Description-en: Special functions and Chebyshev polynomials
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-math-functions-doc
Description-md5: f1dc6c9ed71377361cdd3483a8b8f4b9
Description-en: Special functions and Chebyshev polynomials; documentation
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
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-math-functions-prof
Description-md5: 93aa793fbb37ca22abb7996faf060e1a
Description-en: Special functions and Chebyshev polynomials; profiling libraries
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
useful in statistical and numerical computing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-megaparsec-dev
Description-md5: 7512ea591947b155635dd7fea9fb1473
Description-en: monadic parser combinators
This is industrial-strength monadic parser combinator library. Megaparsec
is a fork of Parsec library originally written by Daan Leijen.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-megaparsec-doc
Description-md5: 3e8622bc46d8c02d3b78614661d37bf1
Description-en: monadic parser combinators; documentation
This is industrial-strength monadic parser combinator library. Megaparsec
is a fork of Parsec library originally written by Daan Leijen.
.
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-megaparsec-prof
Description-md5: c5ee9a234429ee2d595cb2a922a1891f
Description-en: monadic parser combinators; profiling libraries
This is industrial-strength monadic parser combinator library. Megaparsec
is a fork of Parsec library originally written by Daan Leijen.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-memory-dev
Description-md5: b1b6197dea4574288ac21bc2526645c4
Description-en: memory and related abstraction stuff
Chunk of memory, polymorphic byte array management and manipulation.
- A polymorphic byte array abstraction and function similar to strict
ByteString.
- Different type of byte array abstraction.
- Raw memory IO operations (memory set, memory copy, ..)
- Aliasing with endianness support.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-memory-doc
Description-md5: 052dcffafb380126b5df95e0e4609198
Description-en: memory and related abstraction stuff; documentation
Chunk of memory, polymorphic byte array management and manipulation.
- A polymorphic byte array abstraction and function similar to strict
ByteString.
- Different type of byte array abstraction.
- Raw memory IO operations (memory set, memory copy, ..)
- Aliasing with endianness support.
.
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-memory-prof
Description-md5: 156d9cf0f9f8df42dea916c91b1c31c9
Description-en: memory and related abstraction stuff; profiling libraries
Chunk of memory, polymorphic byte array management and manipulation.
- A polymorphic byte array abstraction and function similar to strict
ByteString.
- Different type of byte array abstraction.
- Raw memory IO operations (memory set, memory copy, ..)
- Aliasing with endianness support.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-memotrie-dev
Description-md5: f00d99812b17cfe6b276c835d6692e78
Description-en: trie-based memo functions
MemoTrie provides a basis for memoized functions over some domains,
using tries.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-memotrie-doc
Description-md5: ff167d398151440bdc4f18d10fe7e136
Description-en: trie-based memo functions; documentation
MemoTrie provides a basis for memoized functions over some domains,
using tries.
.
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-memotrie-prof
Description-md5: a0e7c381999c18451ee3f5072a57a235
Description-en: trie-based memo functions; profiling libraries
MemoTrie provides a basis for memoized functions over some domains,
using tries.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mersenne-random-pure64-dev
Description-md5: 44b46390f3218bcf356b133551e1cffc
Description-en: Fast pure pseudorandom number generator
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
over a finite binary field. It provides for fast generation of very high
quality pseudorandom numbers.
.
This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mersenne-random-pure64-doc
Description-md5: cccbd488c2441a59043fe1e3723ceb49
Description-en: Fast pure pseudorandom number generator; documentation
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
over a finite binary field. It provides for fast generation of very high
quality pseudorandom numbers.
.
This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.
.
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-mersenne-random-pure64-prof
Description-md5: 04517ad245ca39bc7458f8628694c58d
Description-en: Fast pure pseudorandom number generator; profiling libraries
The Mersenne twister is a pseudorandom number generator developed by Makoto
Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
over a finite binary field. It provides for fast generation of very high
quality pseudorandom numbers.
.
This library provides a purely functional binding to the 64 bit classic
mersenne twister, along with instances of RandomGen, so the generator can be
used with System.Random. The generator should typically be a few times faster
than the default StdGen (but a tad slower than the impure 'mersenne-random'
library based on SIMD instructions and destructive state updates.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-aeson-dev
Description-md5: e290603880c712d1c97c76ebdfac9b6f
Description-en: Law-abiding lenses for Aeson, using microlens
This Haskell library provides Traversals for the `Aeson` library's `Value`
type, while obeying the `Traversal` laws.
.
`microlens-aeson` is derived from `lens-aeson`, but is based upon `microlens`
to reduce the amount of dependencies involved.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-aeson-doc
Description-md5: cb980e6dc77268d29293e3f781db8089
Description-en: Law-abiding lenses for Aeson, using microlens; documentation
This Haskell library provides Traversals for the `Aeson` library's `Value`
type, while obeying the `Traversal` laws.
.
`microlens-aeson` is derived from `lens-aeson`, but is based upon `microlens`
to reduce the amount of dependencies involved.
.
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-microlens-aeson-prof
Description-md5: 5939ec98bc09c12e30bb6453d74ef6a0
Description-en: Law-abiding lenses for Aeson, using microlens; profiling libraries
This Haskell library provides Traversals for the `Aeson` library's `Value`
type, while obeying the `Traversal` laws.
.
`microlens-aeson` is derived from `lens-aeson`, but is based upon `microlens`
to reduce the amount of dependencies involved.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-dev
Description-md5: cb3773f71c1f4e9d778a1869d648abe8
Description-en: a tiny part of the lens library with no dependencies
This is an extract from the lens package with no dependencies. It's not a toy
lenses library, unsuitable for “real world”, but merely a small one. It is
compatible with lens, and should have same performance. It also has better
documentation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-doc
Description-md5: 441ec71a0e0259853ce962d4c8f9cf0b
Description-en: a tiny part of the lens library with no dependencies; documentation
This is an extract from the lens package with no dependencies. It's not a toy
lenses library, unsuitable for “real world”, but merely a small one. It is
compatible with lens, and should have same performance. It also has better
documentation.
.
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-microlens-ghc-dev
Description-md5: b4b3f71407ffa6d64926d20e12abaaf0
Description-en: microlens + array, bytestring, containers, transformers
Use this package instead of microlens if you don't mind depending on
all dependencies here – Lens.Micro.GHC reexports everything from
Lens.Micro and additionally provides orphan instances of microlens
classes for packages coming with GHC (array, bytestring, containers,
transformers).
.
The minor and major versions of microlens-ghc are incremented
whenever the minor and major versions of microlens are incremented,
so you can depend on the exact version of microlens-ghc without
specifying the version of microlens you need.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-ghc-doc
Description-md5: 38ccf282221c9fbc3b9ab10c74839ed5
Description-en: microlens + array, bytestring, containers, transformers; documentation
Use this package instead of microlens if you don't mind depending on
all dependencies here – Lens.Micro.GHC reexports everything from
Lens.Micro and additionally provides orphan instances of microlens
classes for packages coming with GHC (array, bytestring, containers,
transformers).
.
The minor and major versions of microlens-ghc are incremented
whenever the minor and major versions of microlens are incremented,
so you can depend on the exact version of microlens-ghc without
specifying the version of microlens you need.
.
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-microlens-ghc-prof
Description-md5: 1fc72f16ec6e07f50d70d81b985629b7
Description-en: microlens + array, bytestring, containers, transformers; profiling libraries
Use this package instead of microlens if you don't mind depending on
all dependencies here – Lens.Micro.GHC reexports everything from
Lens.Micro and additionally provides orphan instances of microlens
classes for packages coming with GHC (array, bytestring, containers,
transformers).
.
The minor and major versions of microlens-ghc are incremented
whenever the minor and major versions of microlens are incremented,
so you can depend on the exact version of microlens-ghc without
specifying the version of microlens you need.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-mtl-dev
Description-md5: 929d71d30da7b744d3a78285fe9e44af
Description-en: microlens support for Reader/Writer/State from mtl
This package contains functions (like 'view' or '+=') which work on
'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package.
.
This package is a part of the microslens family.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-mtl-doc
Description-md5: 162d9c7a189f1ba074de7d14d3f1c846
Description-en: microlens support for Reader/Writer/State from mtl; documentation
This package contains functions (like 'view' or '+=') which work on
'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package.
.
This package is a part of the microslens family.
.
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-microlens-mtl-prof
Description-md5: 47078d65f9d07a6409a48a1a1a34f01b
Description-en: microlens support for Reader/Writer/State from mtl; profiling libraries
This package contains functions (like 'view' or '+=') which work on
'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package.
.
This package is a part of the microslens family.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-platform-dev
Description-md5: 1c7e638c9581115b760a3f2363f38e87
Description-en: feature-complete microlens
This package exports a module which is the recommended starting point
for using microlens if you aren't trying to keep your dependencies
minimal. By importing Lens.Micro.Platform you get all functions and
instances from microlens, microlens-th, microlens-mtl, and
microlens-ghc, as well as instances for Vector, Text, and HashMap.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-platform-doc
Description-md5: c6a599fc601509417f147e97f63f84f9
Description-en: feature-complete microlens; documentation
This package exports a module which is the recommended starting point
for using microlens if you aren't trying to keep your dependencies
minimal. By importing Lens.Micro.Platform you get all functions and
instances from microlens, microlens-th, microlens-mtl, and
microlens-ghc, as well as instances for Vector, Text, and HashMap.
.
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-microlens-platform-prof
Description-md5: 59b91fc7b174fc7668159c7f7bb3edcb
Description-en: feature-complete microlens; profiling libraries
This package exports a module which is the recommended starting point
for using microlens if you aren't trying to keep your dependencies
minimal. By importing Lens.Micro.Platform you get all functions and
instances from microlens, microlens-th, microlens-mtl, and
microlens-ghc, as well as instances for Vector, Text, and HashMap.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-prof
Description-md5: 0d4c060587a7104bacce0426795e879c
Description-en: a tiny part of the lens library with no dependencies; profiling libraries
This is an extract from the lens package with no dependencies. It's not a toy
lenses library, unsuitable for “real world”, but merely a small one. It is
compatible with lens, and should have same performance. It also has better
documentation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-th-dev
Description-md5: 62cbcee8e29ae0cafca2cd6eb36e4ba6
Description-en: Automatic generation of record lenses for microlens
This package lets you automatically generate lenses for data types; code was
extracted from the lens package, and therefore generated lenses are fully
compatible with ones generated by lens (and can be used both from lens and
microlens).
.
This package is a part of the microlens family.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microlens-th-doc
Description-md5: f63b093e53c344acb2bb5d2dd2cf3fb7
Description-en: Automatic generation of record lenses for microlens; documentation
This package lets you automatically generate lenses for data types; code was
extracted from the lens package, and therefore generated lenses are fully
compatible with ones generated by lens (and can be used both from lens and
microlens).
.
This package is a part of the microlens family.
.
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-microlens-th-prof
Description-md5: 15ee1882aee9c9bf3e4ed0c86d955689
Description-en: Automatic generation of record lenses for microlens; profiling libraries
This package lets you automatically generate lenses for data types; code was
extracted from the lens package, and therefore generated lenses are fully
compatible with ones generated by lens (and can be used both from lens and
microlens).
.
This package is a part of the microlens family.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microspec-dev
Description-md5: 0d4f637a152c870afdc420ba76c39476
Description-en: tiny QuickCheck test library with minimal dependencies
A tiny property-based (and unit) testing library with minimal
dependencies.
.
It uses an RSpec/HSpec-like DSL and runs tests with QuickCheck.
For many use-cases, microspec is a drop-in replacement for hspec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microspec-doc
Description-md5: 69bf03b1eed5d006d8bc049dd4f957ad
Description-en: tiny QuickCheck test library with minimal dependencies; documentation
A tiny property-based (and unit) testing library with minimal
dependencies.
.
It uses an RSpec/HSpec-like DSL and runs tests with QuickCheck.
For many use-cases, microspec is a drop-in replacement for hspec.
.
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-microspec-prof
Description-md5: 1555f8954ea6b05a8317e8fbd5eeb0a9
Description-en: tiny QuickCheck test library with minimal dependencies; profiling libraries
A tiny property-based (and unit) testing library with minimal
dependencies.
.
It uses an RSpec/HSpec-like DSL and runs tests with QuickCheck.
For many use-cases, microspec is a drop-in replacement for hspec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microstache-dev
Description-md5: 774813dca7e125d38b5492df46673dd2
Description-en: alternative Mustache templates
Mustache templates for Haskell.
.
Based on the stache library, which uses megaparsec,
This library uses parsec, thus the name: microstache.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-microstache-doc
Description-md5: 355d17c8f5f4ed426d71d1c6fbc107f6
Description-en: alternative Mustache templates; documentation
Mustache templates for Haskell.
.
Based on the stache library, which uses megaparsec,
This library uses parsec, thus the name: microstache.
.
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-microstache-prof
Description-md5: 2bf2e3d8ce3b595e9b0411503334b482
Description-en: alternative Mustache templates; profiling libraries
Mustache templates for Haskell.
.
Based on the stache library, which uses megaparsec,
This library uses parsec, thus the name: microstache.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mime-mail-dev
Description-md5: ee9cdffacc428e314e9987ee3669eae1
Description-en: Library to compose MIME email messages
It provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into
bytestrings, and the ability to send bytestrings via the sendmail
executable. You can also use any other library you wish to send via
different methods, for example directly to SMTP.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mime-mail-doc
Description-md5: e8a2670e2fa9e55c3e1c1c07f09a930f
Description-en: Library to compose MIME email messages; documentation
It provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into
bytestrings, and the ability to send bytestrings via the sendmail
executable. You can also use any other library you wish to send via
different methods, for example directly to SMTP.
.
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-mime-mail-prof
Description-md5: 6f6790a69eea373385bfd315010a88c0
Description-en: Library to compose MIME email messages; profiling libraries
It provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into
bytestrings, and the ability to send bytestrings via the sendmail
executable. You can also use any other library you wish to send via
different methods, for example directly to SMTP.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mime-types-dev
Description-md5: 4b4d0c50505a17095904e0d7e435e153
Description-en: mime-type handling types and functions
This package provides basic types and functions to handle mime-types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mime-types-doc
Description-md5: d9210e639751015faa58c372b8d8fe95
Description-en: mime-type handling types and functions; documentation; documentation
This package provides basic types and functions to handle mime-types.
.
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-mime-types-prof
Description-md5: fb5a25395b5a0beba0700194bf326d6f
Description-en: mime-type handling types and functions; profiling libraries; profiling libraries
This package provides basic types and functions to handle mime-types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-minimorph-dev
Description-md5: e7958b275eef204af775820c460db1f7
Description-en: English-spelling functions with an emphasis on simplicity
A set of simplistic functions capturing the more regular
parts of English spelling (for generation, not parsing).
You will need to complement this with some account for
irregular nouns/verbs. This package is not meant to provide
anything resembling a full account of English morphology
(something like Functional Morphology or sequor could be
better suited). The main goal is to provide something cheap
and cheerful with no learning curve, that you can use until
your application calls for more robustness.
.
See miniutter for a simple use case.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-minimorph-doc
Description-md5: f80e85c69a36d045da70eeddea32c8c8
Description-en: English-spelling functions with an emphasis on simplicity; documentation
A set of simplistic functions capturing the more regular
parts of English spelling (for generation, not parsing).
You will need to complement this with some account for
irregular nouns/verbs. This package is not meant to provide
anything resembling a full account of English morphology
(something like Functional Morphology or sequor could be
better suited). The main goal is to provide something cheap
and cheerful with no learning curve, that you can use until
your application calls for more robustness.
.
See miniutter for a simple use case.
.
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-minimorph-prof
Description-md5: e2175aec78c1c9b7365d7bbe6fa07360
Description-en: English-spelling functions with an emphasis on simplicity; profiling libraries
A set of simplistic functions capturing the more regular
parts of English spelling (for generation, not parsing).
You will need to complement this with some account for
irregular nouns/verbs. This package is not meant to provide
anything resembling a full account of English morphology
(something like Functional Morphology or sequor could be
better suited). The main goal is to provide something cheap
and cheerful with no learning curve, that you can use until
your application calls for more robustness.
.
See miniutter for a simple use case.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-miniutter-dev
Description-md5: 1271e3756f692c8a254aa928c50add60
Description-en: simple English clause creation from arbitrary words
This library helps in generating simple present tense
English sentences from short, parameterized descriptions.
In a typical use, the structure of a clause is fixed,
but the particular words to be used vary in arbitrary ways.
The main goal of the library is to minimize the API
complexity and the code size of programs that use it.
The library doesn't attempt to ban incorrect English sentences,
but just make the creation of the simple correct ones easy
and predictable.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-miniutter-doc
Description-md5: 626c35423c8790d544a76f85c8f3106a
Description-en: simple English clause creation from arbitrary words; documentation
This library helps in generating simple present tense
English sentences from short, parameterized descriptions.
In a typical use, the structure of a clause is fixed,
but the particular words to be used vary in arbitrary ways.
The main goal of the library is to minimize the API
complexity and the code size of programs that use it.
The library doesn't attempt to ban incorrect English sentences,
but just make the creation of the simple correct ones easy
and predictable.
.
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-miniutter-prof
Description-md5: f196e2e931132b3ca629a8a0ee110419
Description-en: simple English clause creation from arbitrary words; profiling libraries
This library helps in generating simple present tense
English sentences from short, parameterized descriptions.
In a typical use, the structure of a clause is fixed,
but the particular words to be used vary in arbitrary ways.
The main goal of the library is to minimize the API
complexity and the code size of programs that use it.
The library doesn't attempt to ban incorrect English sentences,
but just make the creation of the simple correct ones easy
and predictable.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-misfortune-dev
Description-md5: 1e37051e98db518caf86e6956693e0ba
Description-en: fortune-mod clone
fortune-mod clone, in library and executable form.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-misfortune-doc
Description-md5: 53706624aad5619bfed4e733670f58df
Description-en: fortune-mod clone; documentation
fortune-mod clone, in library and executable form.
.
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-misfortune-prof
Description-md5: 211954d9ea587104230bd2eb01546b86
Description-en: fortune-mod clone; profiling libraries
fortune-mod clone, in library and executable form.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-missingh-dev
Description-md5: 3c846eeab4a3356e7a403b1789bf054d
Description-en: Library of utility functions for Haskell
MissingH is a library of all sorts of utility functions for
Haskell programmers. It is written in pure Haskell and thus should
be extremely portable and easy to use. It also has no prerequisites
save those that are commonly included with Haskell compilers.
.
MissingH is based on MissingLib library for OCaml and contains some
of the same features. However, some features are left behind because
they are already in Haskell or not needed here -- and others are added
due to things Haskell is missing, or things that Haskell makes
possible.
Package: libghc-missingh-doc
Description-md5: 8bb5d0271797f25caa2cb25c846e06bd
Description-en: Documentation for Haskell utility library
MissingH is a library of all sorts of utility functions for
Haskell programmers. It is written in pure Haskell and thus should
be extremely portable and easy to use. It also has no prerequisites
save those that are commonly included with Haskell compilers.
.
MissingH is based on MissingLib library for OCaml and contains some
of the same features. However, some features are left behind because
they are already in Haskell or not needed here -- and others are added
due to things Haskell is missing, or things that Haskell makes
possible.
.
This package provides the API documentation for MissingH.
Package: libghc-missingh-prof
Description-md5: 7770228d925f1ddedbfc5d4e817035ad
Description-en: Library of utility functions for Haskell, profiling libraries
MissingH is a library of all sorts of utility functions for
Haskell programmers. It is written in pure Haskell and thus should
be extremely portable and easy to use. It also has no prerequisites
save those that are commonly included with Haskell compilers.
.
MissingH is based on MissingLib library for OCaml and contains some
of the same features. However, some features are left behind because
they are already in Haskell or not needed here -- and others are added
due to things Haskell is missing, or things that Haskell makes
possible.
.
This package provides the MissingH libraries compiled for profiling.
Package: libghc-mmap-dev
Description-md5: 8f434645286c636034c55ce2c6abeb32
Description-en: Memory mapped files for POSIX and Windows
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mmap-doc
Description-md5: 9724fcf935f9fb07cf013f129a3d78d9
Description-en: Memory mapped files for POSIX and Windows; documentation
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
.
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-mmap-prof
Description-md5: 49717355f332b40e4ec54793462fc78a
Description-en: Memory mapped files for POSIX and Windows; profiling libraries
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
devices to be lazily loaded into memory as strict or lazy ByteStrings,
ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
loading. Modifications are also supported.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mmorph-dev
Description-md5: 3521e737a92af49ff90721fdf66947dc
Description-en: monad morphisms
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mmorph-doc
Description-md5: 5760c133f395952fb3b2ae1d50c47839
Description-en: monad morphisms; documentation
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
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-mmorph-prof
Description-md5: d9935b6822db86c6d1ca0e33b30e4812
Description-en: monad morphisms; profiling libraries
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mockery-dev
Description-md5: 25be11ed582be4a030958f088038c325
Description-en: support functions for automated testing
support functions for automated testing
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mockery-doc
Description-md5: 4227f4a075b54c9f7eefd24adf2668b9
Description-en: support functions for automated testing; documentation
support functions for automated testing
.
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-mockery-prof
Description-md5: aeef0351819bd4a5b591f49fd7ff8274
Description-en: support functions for automated testing; profiling libraries
support functions for automated testing
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mod-dev
Description-md5: b2747ddd80d7c3261deaf524f2dd9da5
Description-en: fast type-safe modular arithmetic
Modular arithmetic, promoting moduli to the type level, with an
emphasis on performance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mod-doc
Description-md5: a459299c5519e14435aab2f31257096e
Description-en: fast type-safe modular arithmetic; documentation
Modular arithmetic, promoting moduli to the type level, with an
emphasis on performance.
.
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-mod-prof
Description-md5: 9af54c0db2f63b1e5bd98deba730a884
Description-en: fast type-safe modular arithmetic; profiling libraries
Modular arithmetic, promoting moduli to the type level, with an
emphasis on performance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-modern-uri-dev
Description-md5: c92758e36c64c734081b35b8f098a1f6
Description-en: Modern library for working with URIs
Modern library for working with URIs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-modern-uri-doc
Description-md5: b1363c8594c3650eae28d19b9a8a7daa
Description-en: Modern library for working with URIs; documentation
Modern library for working with URIs.
.
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-modern-uri-prof
Description-md5: 1801709998bc3ae5a56af8be8d492b39
Description-en: Modern library for working with URIs; profiling libraries
Modern library for working with URIs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-chronicle-dev
Description-md5: f7f56cf683173dbd4d8e3ef18c4f9e92
Description-en: These as a transformer, ChronicleT
This package provides ChronicleT, a monad transformer based on
the Monad instance for These a, along with the usual monad
transformer bells and whistles.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-chronicle-doc
Description-md5: 75d0651436e98bd3208d0480bff0cb19
Description-en: These as a transformer, ChronicleT; documentation
This package provides ChronicleT, a monad transformer based on
the Monad instance for These a, along with the usual monad
transformer bells and whistles.
.
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-monad-chronicle-prof
Description-md5: e1d8d687f65036db349ab841f7e11057
Description-en: These as a transformer, ChronicleT; profiling libraries
This package provides ChronicleT, a monad transformer based on
the Monad instance for These a, along with the usual monad
transformer bells and whistles.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-control-dev
Description-md5: 3191eff5df11bab70630fa673c7ad10d
Description-en: Monad transformers to lift control operations
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
includes all standard monad transformers in the transformers library
except ContT. For convenience, it provides a wrapped version of
Control.Exception with types generalized from IO to all monads in
MonadControlIO.
.
Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
.
The package includes a copy of the monad-peel testsuite written by
Anders Kaseorg. The tests can be performed by using cabal test.
.
The following critertion based benchmark shows that monad-control is
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-control-doc
Description-md5: f9ba6752d8a0253442dacd5019efda0a
Description-en: Monad transformers to lift control operations; documentation
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
includes all standard monad transformers in the transformers library
except ContT. For convenience, it provides a wrapped version of
Control.Exception with types generalized from IO to all monads in
MonadControlIO.
.
Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
.
The package includes a copy of the monad-peel testsuite written by
Anders Kaseorg. The tests can be performed by using cabal test.
.
The following critertion based benchmark shows that monad-control is
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
.
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-monad-control-prof
Description-md5: 380853c8747205cb7dd180855644bb0d
Description-en: Monad transformers to lift control operations; profiling libraries
It defines the type class MonadControlIO, a subset of MonadIO into
which generic control operations such as catch can be lifted from IO.
Instances are based on monad transformers in MonadTransControl, which
includes all standard monad transformers in the transformers library
except ContT. For convenience, it provides a wrapped version of
Control.Exception with types generalized from IO to all monads in
MonadControlIO.
.
Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
.
The package includes a copy of the monad-peel testsuite written by
Anders Kaseorg. The tests can be performed by using cabal test.
.
The following critertion based benchmark shows that monad-control is
on average about 2.5 times faster than monad-peel:
.
http://code.haskell.org/~basvandijk/code/bench-monad-peel-control
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-logger-dev
Description-md5: 9099ac979ec4a75b5f40cf181dbbc242
Description-en: a class of monads which can log messages
This package uses Template Haskell for determining source code locations
of messages.
.
Author: Michael Snoyman
Upstream-Maintainer: michael@snoyman.com
.
This package contains the normal library files.
Package: libghc-monad-logger-doc
Description-md5: 65cde09734f45cf940ef459d3dc07467
Description-en: a class of monads which can log messages; documentation
This package uses Template Haskell for determining source code locations
of messages.
.
Author: Michael Snoyman
Upstream-Maintainer: michael@snoyman.com
.
This package contains the documentation files.
Package: libghc-monad-logger-prof
Description-md5: 4eecc14f2bb9f78491502cb3401500c9
Description-en: a class of monads which can log messages; profiling libraries
This package uses Template Haskell for determining source code locations
of messages.
.
Author: Michael Snoyman
Upstream-Maintainer: michael@snoyman.com
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-monad-loops-dev
Description-md5: b7f0805325c6c77db43e9b2bb0156f22
Description-en: monadic looping
It contains some useful control operators for looping.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-loops-doc
Description-md5: 7d421018dc7c6de2d24c247b4f14b531
Description-en: monadic looping; documentation
It contains some useful control operators for looping.
.
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-monad-loops-prof
Description-md5: 139ec55840080c41e05ff96b9bf2290f
Description-en: monadic looping; profiling libraries
It contains some useful control operators for looping.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-memo-dev
Description-md5: d73d6f8c6c18d21eda19e800bad48d08
Description-en: memoization monad transformer
Memoization monad transformer supporting most of the standard monad
transformers and a range of memoization cache types: from default
pure maps to extremely fast mutable vectors.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monad-memo-doc
Description-md5: f90f51f4660825b0bc7ad2760965f3a1
Description-en: memoization monad transformer; documentation
Memoization monad transformer supporting most of the standard monad
transformers and a range of memoization cache types: from default
pure maps to extremely fast mutable vectors.
.
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-monad-memo-prof
Description-md5: 0c0628b6541dfbb643874579572421d7
Description-en: memoization monad transformer; profiling libraries
Memoization monad transformer supporting most of the standard monad
transformers and a range of memoization cache types: from default
pure maps to extremely fast mutable vectors.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadlib-dev
Description-md5: 03b6fa6f3c5d17bc16075194f439080d
Description-en: collection of monad transformers
A collection of monad transformers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadlib-doc
Description-md5: c2b89b26c06be1c4454150418d3e4d1b
Description-en: collection of monad transformers; documentation
A collection of monad transformers.
.
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-monadlib-prof
Description-md5: 11050fc4e01a0c4605187f4cdaa4884d
Description-en: collection of monad transformers; profiling libraries
A collection of monad transformers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadlist-dev
Description-md5: fff1426368d63542dd8498bffbc07da7
Description-en: Monadic versions of list functions
Monadic versions of list functions seen in Data.List.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadlist-doc
Description-md5: 30d4c28e25bf6194c85c2902ae9cf7e5
Description-en: Monadic versions of list functions; documentation
Monadic versions of list functions seen in Data.List.
.
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-monadlist-prof
Description-md5: 8216dab82684e417e1ec9edbae317182
Description-en: Monadic versions of list functions; profiling libraries
Monadic versions of list functions seen in Data.List.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadprompt-dev
Description-md5: e5b1e0a3bb77bab6ed196f9a73c50a7d
Description-en: MonadPrompt, implementation & examples
"Prompting" monad that allows splitting the description of a
computation from the implementation of the effects used in that
computation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadprompt-doc
Description-md5: 196ea074429f58bf94fe23144ca1e238
Description-en: MonadPrompt, implementation & examples; documentation
"Prompting" monad that allows splitting the description of a
computation from the implementation of the effects used in that
computation.
.
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-monadprompt-prof
Description-md5: 01253eb75fa04fe744b30512a738d802
Description-en: MonadPrompt, implementation & examples; profiling libraries
"Prompting" monad that allows splitting the description of a
computation from the implementation of the effects used in that
computation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadrandom-dev
Description-md5: 0426f9422a762595986071bb71c8360d
Description-en: random-number generation monad
Support for computations which consume random values.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monadrandom-doc
Description-md5: cdd72fcf89d7a136cdd56feb86ad55e1
Description-en: random-number generation monad; documentation
Support for computations which consume random values.
.
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-monadrandom-prof
Description-md5: d03ef33f91de10e551253a34cc8b67f3
Description-en: random-number generation monad; profiling libraries
Support for computations which consume random values.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monads-tf-dev
Description-md5: 9a5c8a7c5516ef842f86a87862b2fae8
Description-en: monad classes, using type families
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced
School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
.
This package contains the normal library files.
Package: libghc-monads-tf-doc
Description-md5: 3863590230bf6adafa6213604389ccef
Description-en: monad classes, using type families; documentation
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced
School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
.
This package contains the documentation files.
Package: libghc-monads-tf-prof
Description-md5: 34ef114451bd95f1583d602561d9c208
Description-en: monad classes, using type families; profiling libraries
Monad classes using type families, with instances for various monad
transformers, inspired by the paper /Functional Programming with
Overloading and Higher-Order Polymorphism/, by Mark P Jones, in Advanced
School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-mono-traversable-dev
Description-md5: 541ac264f16074e7bee2f3383408f558
Description-en: typeclasses for mapping/folding/traversing monomorphic containers
Monomorphic variants of the Functor, Foldable, and Traversable
typeclasses. Contains even more experimental code for abstracting
containers and sequences.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mono-traversable-doc
Description-md5: 666aa62cb467636cb1e2f2ebcef965c2
Description-en: typeclasses for mapping/folding/traversing monomorphic containers; documentation
Monomorphic variants of the Functor, Foldable, and Traversable
typeclasses. Contains even more experimental code for abstracting
containers and sequences.
.
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-mono-traversable-instances-dev
Description-md5: 162282936d6b68bf2c19090147e9e852
Description-en: extra typeclass instances for mono-traversable
Extra typeclass instances for mono-traversable, such as for DList,
Comonad, Tree, etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mono-traversable-instances-doc
Description-md5: de487703301a6f4dac7c07488987ebf4
Description-en: extra typeclass instances for mono-traversable; documentation
Extra typeclass instances for mono-traversable, such as for DList,
Comonad, Tree, etc.
.
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-mono-traversable-instances-prof
Description-md5: 4211519aad549ae6211ae0698096c623
Description-en: extra typeclass instances for mono-traversable; profiling libraries
Extra typeclass instances for mono-traversable, such as for DList,
Comonad, Tree, etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mono-traversable-prof
Description-md5: 0c93fa88fa84d476586f3f984f7872e6
Description-en: typeclasses for mapping/folding/traversing monomorphic containers; profiling libraries
Monomorphic variants of the Functor, Foldable, and Traversable
typeclasses. Contains even more experimental code for abstracting
containers and sequences.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monoid-extras-dev
Description-md5: 31ebb9de6f3b27a3bf5d4634e07cf363
Description-en: Various extra monoid-related definitions and utilities
This package contains various extra monoid-related definitions and utilities,
such as monoid actions, monoid coproducts, "deletable" monoids, "split"
monoids, and "cut" monoids.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monoid-extras-doc
Description-md5: e3d05025e1690482703f1ebf463df36d
Description-en: Various extra monoid-related definitions and utilities; documentation
This package contains various extra monoid-related definitions and utilities,
such as monoid actions, monoid coproducts, "deletable" monoids, "split"
monoids, and "cut" monoids.
.
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-monoid-extras-prof
Description-md5: e38416fe521822232940ab8957886160
Description-en: Various extra monoid-related definitions and utilities; profiling libraries
This package contains various extra monoid-related definitions and utilities,
such as monoid actions, monoid coproducts, "deletable" monoids, "split"
monoids, and "cut" monoids.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monoid-subclasses-dev
Description-md5: d82dd144897f413cc3fe841be897211c
Description-en: subclasses of Monoid
A hierarchy of subclasses of Monoid together with their instances
for all data structures from base, containers, and text packages.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-monoid-subclasses-doc
Description-md5: 43dba020ed7749986098b321e3326fc2
Description-en: subclasses of Monoid; documentation
A hierarchy of subclasses of Monoid together with their instances
for all data structures from base, containers, and text packages.
.
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-monoid-subclasses-prof
Description-md5: fa0b8c6061d50c0fbc660f3b75543e37
Description-en: subclasses of Monoid; profiling libraries
A hierarchy of subclasses of Monoid together with their instances
for all data structures from base, containers, and text packages.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mountpoints-dev
Description-md5: fb59818ee22abaccd25acd5b9967d4f0
Description-en: list mount points
Lists currently mounted filesystems.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mountpoints-doc
Description-md5: 7d307693ea20f948f5aaf2e0acd173f9
Description-en: list mount points; documentation
Lists currently mounted filesystems.
.
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-mountpoints-prof
Description-md5: a1e64e332fe815b56400d273ad2366e3
Description-en: list mount points; profiling libraries
Lists currently mounted filesystems.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mueval-dev
Description-md5: 06d4a715d512a80860467714482766a9
Description-en: safely evaluate pure Haskell expressions
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
avoid "evil" code. It uses resource limits, whitelisted modules and Safe
Haskell, special Show instances for IO, threads, processes, and changes of
directory to sandbox the Haskell code.
.
It is, in short, intended to be a standalone version of Lambdabot's famous
evaluation functionality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mueval-doc
Description-md5: 297dbdf5e8c75dc541c2761652e6d038
Description-en: safely evaluate pure Haskell expressions; documentation
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
avoid "evil" code. It uses resource limits, whitelisted modules and Safe
Haskell, special Show instances for IO, threads, processes, and changes of
directory to sandbox the Haskell code.
.
It is, in short, intended to be a standalone version of Lambdabot's famous
evaluation functionality.
.
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-mueval-prof
Description-md5: a40c4fa1f3313aa352848c7d992a11e0
Description-en: safely evaluate pure Haskell expressions; profiling libraries
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
avoid "evil" code. It uses resource limits, whitelisted modules and Safe
Haskell, special Show instances for IO, threads, processes, and changes of
directory to sandbox the Haskell code.
.
It is, in short, intended to be a standalone version of Lambdabot's famous
evaluation functionality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multimap-dev
Description-md5: 778d0e0f03f3f750d1f822c41ac21800
Description-en: maps with multiple values per key
This is a simple implementation of a multimap, based on Data.Map.
Internally this is a Map k [v]. It also provides a SetMap type.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multimap-doc
Description-md5: bb9eab3e121ccc06169911e727e68f4f
Description-en: maps with multiple values per key; documentation
This is a simple implementation of a multimap, based on Data.Map.
Internally this is a Map k [v]. It also provides a SetMap type.
.
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-multimap-prof
Description-md5: 61ff41b9204f299c1f6fcdc53ef79236
Description-en: maps with multiple values per key; profiling libraries
This is a simple implementation of a multimap, based on Data.Map.
Internally this is a Map k [v]. It also provides a SetMap type.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multipart-dev
Description-md5: 671457e284f903ce7a6db1d298a30464
Description-en: HTTP multipart support
This package provides parsing of the multipart format from RFC2046. It has been
split out of the cgi package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multipart-doc
Description-md5: 20dc6325ef232b383fa2a70afa9e489e
Description-en: HTTP multipart support; documentation
This package provides parsing of the multipart format from RFC2046. It has been
split out of the cgi package.
.
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-multipart-prof
Description-md5: e1dcb96ebcd16e87008395d95c04d363
Description-en: HTTP multipart support; profiling libraries
This package provides parsing of the multipart format from RFC2046. It has been
split out of the cgi package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multiset-comb-dev
Description-md5: 2d240897ea5be94c05d0cc77773f8659
Description-en: combinatorial algorithms over multisets
Various combinatorial algorithms over multisets,
including generating all permutations,
partitions, size-2 partitions, size-k subsets,
necklaces, and bracelets.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multiset-comb-doc
Description-md5: 4072b217ff00e0281c9f2c1bf630527f
Description-en: combinatorial algorithms over multisets; documentation
Various combinatorial algorithms over multisets,
including generating all permutations,
partitions, size-2 partitions, size-k subsets,
necklaces, and bracelets.
.
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-multiset-comb-prof
Description-md5: e40c760441d33e9e3e51ec1089b026ca
Description-en: combinatorial algorithms over multisets; profiling libraries
Various combinatorial algorithms over multisets,
including generating all permutations,
partitions, size-2 partitions, size-k subsets,
necklaces, and bracelets.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multistate-dev
Description-md5: fb8b250fd48e3d3a1d87860634ceffe5
Description-en: equivalent of multiple RWST in the same stack
When using multiple Read/Write/State transformers in the same monad
stack, it becomes necessary to lift the operations in order to affect
a specific transformer.
Using heterogeneous lists (and all kinds of GHC extensions magic),
this package provides transformers that remove that necessity:
MultiReaderT/MultiWriterT/MultiStateT/MultiRWST can contain a
heterogeneous list of values.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-multistate-doc
Description-md5: 7385b06cbefd286f6e013165869377d6
Description-en: equivalent of multiple RWST in the same stack; documentation
When using multiple Read/Write/State transformers in the same monad
stack, it becomes necessary to lift the operations in order to affect
a specific transformer.
Using heterogeneous lists (and all kinds of GHC extensions magic),
this package provides transformers that remove that necessity:
MultiReaderT/MultiWriterT/MultiStateT/MultiRWST can contain a
heterogeneous list of values.
.
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-multistate-prof
Description-md5: 93a6979e3b06f186e2d3d2ed106642b5
Description-en: equivalent of multiple RWST in the same stack; profiling libraries
When using multiple Read/Write/State transformers in the same monad
stack, it becomes necessary to lift the operations in order to affect
a specific transformer.
Using heterogeneous lists (and all kinds of GHC extensions magic),
this package provides transformers that remove that necessity:
MultiReaderT/MultiWriterT/MultiStateT/MultiRWST can contain a
heterogeneous list of values.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-murmur-hash-dev
Description-md5: c23353b89ba63531c811eac3b00f3bd9
Description-en: MurmurHash2 implementation for Haskell.
Implements MurmurHash2, a good, fast, general-purpose,
non-cryptographic hashing function. See
for details.
.
This implementation is pure Haskell, so it might be a bit slower
than a C FFI binding.
.
This package contains the normal library files.
Package: libghc-murmur-hash-doc
Description-md5: 09f4f2299b58cd58e04d4c22a3ff56d5
Description-en: MurmurHash2 implementation for Haskell.; documentation
Implements MurmurHash2, a good, fast, general-purpose,
non-cryptographic hashing function. See
for details.
.
This implementation is pure Haskell, so it might be a bit slower
than a C FFI binding.
.
This package contains the documentation files.
Package: libghc-murmur-hash-prof
Description-md5: ce0af096dd5238debc622e0eff740d88
Description-en: MurmurHash2 implementation for Haskell.; profiling libraries
Implements MurmurHash2, a good, fast, general-purpose,
non-cryptographic hashing function. See
for details.
.
This implementation is pure Haskell, so it might be a bit slower
than a C FFI binding.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-musicbrainz-dev
Description-md5: 25a43dd296379efa3fd9e447d34d7f2c
Description-en: interface to MusicBrainz XML2/JSON web services
Web service client functions for both MusicBrainz XML2 and JSON APIs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-musicbrainz-doc
Description-md5: 99d56ef5ec82ef0538a71cdb6a16e907
Description-en: interface to MusicBrainz XML2/JSON web services; documentation
Web service client functions for both MusicBrainz XML2 and JSON APIs.
.
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-musicbrainz-prof
Description-md5: 0471694d172de787588610a6b5d0e6d3
Description-en: interface to MusicBrainz XML2/JSON web services; profiling libraries
Web service client functions for both MusicBrainz XML2 and JSON APIs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mustache-dev
Description-md5: f0f1bf08002d97ddf2e6840a794e3731
Description-en: Haskell implementation of Mustache templates
This package allows parsing and rendering template files with Mustache markup.
It implements the Mustache spec version 1.1.3 and it is indented as a
replacement for hastache.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mustache-doc
Description-md5: 2a119b6e3f7f337050492e8b0f67b809
Description-en: Haskell implementation of Mustache templates; documentation
This package allows parsing and rendering template files with Mustache markup.
It implements the Mustache spec version 1.1.3 and it is indented as a
replacement for hastache.
.
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-mustache-prof
Description-md5: abdb96acc53d5405fa8234db8d34e076
Description-en: Haskell implementation of Mustache templates; profiling libraries
This package allows parsing and rendering template files with Mustache markup.
It implements the Mustache spec version 1.1.3 and it is indented as a
replacement for hastache.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mutable-containers-dev
Description-md5: b703de975c48da29086b9d16d8f504e5
Description-en: abstactions and concrete implementations of mutable containers
One of Haskell's strengths is immutable data structures. These structures make
it easier to reason about code, simplify concurrency and parallelism, and in
some cases can improve performance by allowing sharing. However, there are
still classes of problems where mutable data structures can both be more
convenient, and provide a performance boost. This library is meant to provide
such structures in a performant, well tested way. It also provides a simple
abstraction over such data structures via typeclasses.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mutable-containers-doc
Description-md5: 8a5e1491e5ca30cb9aa0aa42c1a2bf5d
Description-en: abstactions and concrete implementations of mutable containers; documentation
One of Haskell's strengths is immutable data structures. These structures make
it easier to reason about code, simplify concurrency and parallelism, and in
some cases can improve performance by allowing sharing. However, there are
still classes of problems where mutable data structures can both be more
convenient, and provide a performance boost. This library is meant to provide
such structures in a performant, well tested way. It also provides a simple
abstraction over such data structures via typeclasses.
.
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-mutable-containers-prof
Description-md5: 878ef91a80f4f9de8301187477f743c0
Description-en: abstactions and concrete implementations of mutable containers; profiling libraries
One of Haskell's strengths is immutable data structures. These structures make
it easier to reason about code, simplify concurrency and parallelism, and in
some cases can improve performance by allowing sharing. However, there are
still classes of problems where mutable data structures can both be more
convenient, and provide a performance boost. This library is meant to provide
such structures in a performant, well tested way. It also provides a simple
abstraction over such data structures via typeclasses.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mwc-random-dev
Description-md5: 19c6bac080264a05b1bac1e23ad16fa8
Description-en: Fast, high quality pseudo random number generation
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-mwc-random-doc
Description-md5: 56f9114595dfea8ff579ecad066f4f72
Description-en: Fast, high quality pseudo random number generation; documentation
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
.
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-mwc-random-prof
Description-md5: 5890ef5ec6975e34746c499a872abf82
Description-en: Fast, high quality pseudo random number generation; profiling libraries
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
suitable for use in statistical applications.
.
The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and fares well in
tests of randomness. It is also extremely fast, between 2 and 3 times faster
than the Mersenne Twister.
.
Compared to the mersenne-random package, this package has a more convenient
API, is faster, and supports more statistical distributions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-names-th-dev
Description-md5: 7574f50437a8c9d7569657be7ab9a4fe
Description-en: Manipulate name strings for TH
This package includes functions to manipulate name string
and extra library functions for Template Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-names-th-doc
Description-md5: 927c04b7d00e12a6a18bfee599a2b7fb
Description-en: Manipulate name strings for TH; documentation
This package includes functions to manipulate name string
and extra library functions for Template Haskell.
.
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-names-th-prof
Description-md5: 34226cc46301525d394806d3e0a2ee63
Description-en: Manipulate name strings for TH; profiling libraries
This package includes functions to manipulate name string
and extra library functions for Template 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: libghc-nanospec-dev
Description-md5: f00004c3013b31f254f3589ecca5e9c7
Description-en: lightweight implementation of a subset of Hspec's API
A lightweight implementation of a subset of Hspec's API with
minimal dependencies.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nanospec-doc
Description-md5: 272b88638a53c40bd3f43cf6c6411507
Description-en: lightweight implementation of a subset of Hspec's API; documentation
A lightweight implementation of a subset of Hspec's API with
minimal dependencies.
.
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-nanospec-prof
Description-md5: cc4f6cab851b744df84981f626f41200
Description-en: lightweight implementation of a subset of Hspec's API; profiling libraries
A lightweight implementation of a subset of Hspec's API with
minimal dependencies.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-natural-transformation-dev
Description-md5: 7019686c5fb9e1cdf9228cc660328f36
Description-en: natural transformations
A natural transformation transforms a container f a into another
container g a. Natural transformations act as functor morphisms
in category theory.
.
Technically, f and g should be functors, any correctly-shaped
structure is allowed.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-natural-transformation-doc
Description-md5: eb9b0f761948dc657ccef5fd19f0b7fa
Description-en: natural transformations; documentation
A natural transformation transforms a container f a into another
container g a. Natural transformations act as functor morphisms
in category theory.
.
Technically, f and g should be functors, any correctly-shaped
structure is allowed.
.
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-natural-transformation-prof
Description-md5: e1a2966655d5c09ac0d452e23054c0dc
Description-en: natural transformations; profiling libraries
A natural transformation transforms a container f a into another
container g a. Natural transformations act as functor morphisms
in category theory.
.
Technically, f and g should be functors, any correctly-shaped
structure is allowed.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-neat-interpolation-dev
Description-md5: 80e1f318160a3734db6649947e5e483c
Description-en: quasiquoter for simple multiline text interpolation
A quasiquoter for producing Text values with support for
a neat and simple interpolation of input values.
It removes the excessive indentation from the input and
accurately manages the indentation of all lines of the interpolated
variables.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-neat-interpolation-doc
Description-md5: 83cc6cbf0db1c30febaa1428ba6dd07d
Description-en: quasiquoter for simple multiline text interpolation; documentation
A quasiquoter for producing Text values with support for
a neat and simple interpolation of input values.
It removes the excessive indentation from the input and
accurately manages the indentation of all lines of the interpolated
variables.
.
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-neat-interpolation-prof
Description-md5: fbe6738172875f8d7b740f1cc58ad8b5
Description-en: quasiquoter for simple multiline text interpolation; profiling libraries
A quasiquoter for producing Text values with support for
a neat and simple interpolation of input values.
It removes the excessive indentation from the input and
accurately manages the indentation of all lines of the interpolated
variables.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nettle-dev
Description-md5: 8f58aad41b13c30fb11dceb7fe829e9a
Description-en: safe bindings to nettle crypto library
This is another set of bindings to Nettle.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nettle-doc
Description-md5: f0c055a72e36320dfe61bb35a72fc6b0
Description-en: safe bindings to nettle crypto library; documentation
This is another set of bindings to Nettle.
.
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-nettle-prof
Description-md5: 16b3740fbe9a3563c98ac0cb3ccbb831
Description-en: safe bindings to nettle crypto library; profiling libraries
This is another set of bindings to Nettle.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-netwire-dev
Description-md5: cdc91bf7445a83cf44124dd9402c9215
Description-en: flexible wire arrows for FRP
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-netwire-doc
Description-md5: b07049932815e7ff746a9ee6e9859753
Description-en: flexible wire arrows for FRP; documentation
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
.
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-netwire-prof
Description-md5: ae48b4d9fc3967b3d593274bf23db012
Description-en: flexible wire arrows for FRP; profiling libraries
It provides efficient and flexible wire arrows for functional reactive
programming and other forms of locally stateful programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-bsd-dev
Description-md5: 1b2e284dfa315ac3ec45a3d6d8f8d5ba
Description-en: POSIX network database netdb.h API
This package provides Haskell bindings to the POSIX network
database (netdb.h) API.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-bsd-doc
Description-md5: 92ad290aec376d7df0efc5687512df1b
Description-en: POSIX network database netdb.h API; documentation
This package provides Haskell bindings to the POSIX network
database (netdb.h) API.
.
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-network-bsd-prof
Description-md5: c964ada61cc7a0f1316caf090562bce8
Description-en: POSIX network database netdb.h API; profiling libraries
This package provides Haskell bindings to the POSIX network
database (netdb.h) API.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-byte-order-dev
Description-md5: 0732e55c540eb2442b20716334b4bbb7
Description-en: network byte-order utility functions
Peek and poke functions for network byte order.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-byte-order-doc
Description-md5: d9a265562ec1732591a3fbe32e0ab713
Description-en: network byte-order utility functions; documentation
Peek and poke functions for network byte order.
.
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-network-byte-order-prof
Description-md5: f9d1ced16a24a238f5c9928f39c52968
Description-en: network byte-order utility functions; profiling libraries
Peek and poke functions for network byte order.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-conduit-tls-dev
Description-md5: 013b27e8353eb10dbad35869705c2897
Description-en: create TLS-aware network code with conduits
Uses the tls package for a pure-Haskell implementation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-conduit-tls-doc
Description-md5: a442b9578d735f2da8b6634630d96374
Description-en: create TLS-aware network code with conduits; documentation
Uses the tls package for a pure-Haskell implementation.
.
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-network-conduit-tls-prof
Description-md5: ed063d56ba6a52eb3f1da5c8b339a4bf
Description-en: create TLS-aware network code with conduits; profiling libraries
Uses the tls package for a pure-Haskell implementation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-control-dev
Description-md5: 11b5ab3c965ab46947b22cae40889723
Description-en: Library to control network protocols
This Haskell library provides common parts to control network protocols.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-control-doc
Description-md5: 29f56b31d771de168b653929a5ac9131
Description-en: Library to control network protocols; documentation
This Haskell library provides common parts to control network protocols.
.
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-network-control-prof
Description-md5: 936b80af5d297873781ad37078661aa0
Description-en: Library to control network protocols; profiling libraries
This Haskell library provides common parts to control network protocols.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-dev
Description-md5: f07a8932dae015679a2fb68b6e4ace50
Description-en: Haskell low-level network library
Library `network' provides means to perform network
operations on level of ByteString's and sockets.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-doc
Description-md5: c31db518654b0ee5b32eba3de19cd5f7
Description-en: Haskell low-level network library; documentation
Library `network' provides means to perform network
operations on level of ByteString's and sockets.
.
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-network-info-dev
Description-md5: 746faf7012770bd46eb343f77c0c241f
Description-en: listing network interfaces in Haskell
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.
.
It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
.
This package contains the library compiled for GHC.
Package: libghc-network-info-doc
Description-md5: ef5e6d3a56595c1a0008792e8a2d4bec
Description-en: listing network interfaces in Haskell; documentation
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.
.
It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
.
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-network-info-prof
Description-md5: add75117a50ed26eafa8156a3db45168
Description-en: listing network interfaces in Haskell; profiling libraries
This library provides simple read-only access to the local computer's
networking configuration. It is currently capable of getting a list of
all the network interfaces and their respective IPv4, IPv6 and MAC
addresses.
.
It has been tested and is known to work on Linux, Mac OS X, and Windows XP.
.
This package contains the profiling library compiled for GHC.
Package: libghc-network-multicast-dev
Description-md5: 69628d805e971a9a190b60b7d0b104d7
Description-en: Haskell multicast networking
An interface for sending UDP datagrams over multicast (class D) addresses.
.
This package contains the library compiled for GHC.
Package: libghc-network-multicast-doc
Description-md5: 2d45d214c9ea4c49e1442ffc9365620f
Description-en: Haskell multicast networking; documentation
An interface for sending UDP datagrams over multicast (class D) addresses.
.
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-network-multicast-prof
Description-md5: fa0b36602050222ccde261f584a8ec20
Description-en: Haskell multicast networking; profiling libraries
An interface for sending UDP datagrams over multicast (class D) addresses.
.
This package contains the profiling library compiled for GHC.
Package: libghc-network-prof
Description-md5: d4f1dceef18b6cdaead66ed627c3feb1
Description-en: Haskell low-level network library; profiling libraries
Library `network' provides means to perform network
operations on level of ByteString's and sockets.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-run-dev
Description-md5: e59789bdbe7ee5772039f52f425429f7
Description-en: Simple network runner library
Simple functions to run network clients and servers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-run-doc
Description-md5: 828717a270be07d0029ece27bab1210b
Description-en: Simple network runner library; documentation
Simple functions to run network clients and servers.
.
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-network-run-prof
Description-md5: 9e1a201303faab769136e4badb253b0d
Description-en: Simple network runner library; profiling libraries
Simple functions to run network clients and servers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-uri-dev
Description-md5: f7aedc9a4582e492b6f7c519e711fff9
Description-en: URI manipulation
Library defines functions for handling URIs. It presents substantially
the same interface as the older GHC Network.URI module, but is implemented
using Parsec rather than a Regex library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-network-uri-doc
Description-md5: 9007fd7185cbe4c1e1216662d24796e4
Description-en: URI manipulation; documentation
Library defines functions for handling URIs. It presents substantially
the same interface as the older GHC Network.URI module, but is implemented
using Parsec rather than a Regex library.
.
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-network-uri-prof
Description-md5: b318f18bf27d3b926f6a88af861c76c6
Description-en: URI manipulation; profiling libraries
Library defines functions for handling URIs. It presents substantially
the same interface as the older GHC Network.URI module, but is implemented
using Parsec rather than a Regex library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-newtype-dev
Description-md5: 12f6f2bb304a74ea13bb7dee7594e678
Description-en: A typeclass for working with newtypes
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-newtype-doc
Description-md5: de0af4fbc5696bc0dc5f111c69e97126
Description-en: A typeclass for working with newtypes; documentation
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.
.
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-newtype-generics-dev
Description-md5: 495ebeb09795b87c5f733276a093daea
Description-en: Typeclass and set of functions for working with newtypes
Per Conor McBride, the Newtype typeclass represents the packing and unpacking
of a newtype, and allows you to operatate under that newtype with functions
such as ala. Generics support was added in version 0.4, making this package a
full replacement for the original newtype package, and a better alternative to
newtype-th.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-newtype-generics-doc
Description-md5: dcba4a296d61b480d1b0dfdaac6a28ce
Description-en: Typeclass and set of functions for working with newtypes; documentation
Per Conor McBride, the Newtype typeclass represents the packing and unpacking
of a newtype, and allows you to operatate under that newtype with functions
such as ala. Generics support was added in version 0.4, making this package a
full replacement for the original newtype package, and a better alternative to
newtype-th.
.
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-newtype-generics-prof
Description-md5: 8a66364ef7f5f95d47d0f9e611d37855
Description-en: Typeclass and set of functions for working with newtypes; profiling libraries
Per Conor McBride, the Newtype typeclass represents the packing and unpacking
of a newtype, and allows you to operatate under that newtype with functions
such as ala. Generics support was added in version 0.4, making this package a
full replacement for the original newtype package, and a better alternative to
newtype-th.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-newtype-prof
Description-md5: d15a8394b8b50fdf4c77e7b702e1fda2
Description-en: A typeclass for working with newtypes; profiling libraries
The Newtype typeclass represents the packing and unpacking of a newtype, and
allows you to operatate under that newtype with functions such as ala.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonce-dev
Description-md5: 9a7fba73de205b0b784f2809f5e5aa2c
Description-en: generate cryptographic nonces
According to the Wikipedia, a nonce is an arbitrary number used
only once in a cryptographic communication. This package
contain helper functions for generating nonces.
.
There are many kinds of nonces used in different situations.
It's not guaranteed that by using the nonces from this package
you won't have any security issues. Please make sure that the
nonces generated via this package are usable on your design.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonce-doc
Description-md5: 2399b283c39aab6caf608bb68e495225
Description-en: generate cryptographic nonces; documentation
According to the Wikipedia, a nonce is an arbitrary number used
only once in a cryptographic communication. This package
contain helper functions for generating nonces.
.
There are many kinds of nonces used in different situations.
It's not guaranteed that by using the nonces from this package
you won't have any security issues. Please make sure that the
nonces generated via this package are usable on your design.
.
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-nonce-prof
Description-md5: d1b34feb121f940ad5c6a05a526ca7d6
Description-en: generate cryptographic nonces; profiling libraries
According to the Wikipedia, a nonce is an arbitrary number used
only once in a cryptographic communication. This package
contain helper functions for generating nonces.
.
There are many kinds of nonces used in different situations.
It's not guaranteed that by using the nonces from this package
you won't have any security issues. Please make sure that the
nonces generated via this package are usable on your design.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonempty-containers-dev
Description-md5: e1ee5408d9378441977f7402dbf799f5
Description-en: Non-empty variants of containers data types, with full API
Efficient and optimized non-empty versions of types from /containers/.
Inspired by /non-empty-containers/ library, except attempting a more
faithful port (with under-the-hood optimizations) of the full /containers/
API. Also contains a convenient typeclass abstraction for converting
betwewen non-empty and possibly-empty variants. See README.md for more
information.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonempty-containers-doc
Description-md5: d810aae8fa33c59c7ec2b710db7b0b5b
Description-en: Non-empty variants of containers data types, with full API; documentation
Efficient and optimized non-empty versions of types from /containers/.
Inspired by /non-empty-containers/ library, except attempting a more
faithful port (with under-the-hood optimizations) of the full /containers/
API. Also contains a convenient typeclass abstraction for converting
betwewen non-empty and possibly-empty variants. See README.md for more
information.
.
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-nonempty-containers-prof
Description-md5: cf940d327c9e72c07ce9514347bfe51c
Description-en: Non-empty variants of containers data types, with full API; profiling libraries
Efficient and optimized non-empty versions of types from /containers/.
Inspired by /non-empty-containers/ library, except attempting a more
faithful port (with under-the-hood optimizations) of the full /containers/
API. Also contains a convenient typeclass abstraction for converting
betwewen non-empty and possibly-empty variants. See README.md for more
information.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonempty-vector-dev
Description-md5: 8ff7a7254017fc21e96f832b0b3604e0
Description-en: Non-empty vectors
Performant, non-empty mutable and immutable vectors
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nonempty-vector-doc
Description-md5: 8159859a161ddcc1e2d6dd1e37e5a9a3
Description-en: Non-empty vectors; documentation
Performant, non-empty mutable and immutable vectors
.
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-nonempty-vector-prof
Description-md5: 82662b2bc7a2e38fbc9de245a6570cad
Description-en: Non-empty vectors; profiling libraries
Performant, non-empty mutable and immutable vectors
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nothunks-dev
Description-md5: b66bce399912f7f569df1be7f7df1cd6
Description-en: Examine values for unexpected thunks
Long lived application data typically should not contain any thunks. This
library can be used to examine values for unexpected thunks, which can then be
used in assertions. This can be invaluable in avoiding memory leaks, or
tracking down existing ones.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-nothunks-doc
Description-md5: 7c4c3fe75f94c6fe8835475679075dad
Description-en: Examine values for unexpected thunks; documentation
Long lived application data typically should not contain any thunks. This
library can be used to examine values for unexpected thunks, which can then be
used in assertions. This can be invaluable in avoiding memory leaks, or
tracking down existing ones.
.
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-nothunks-prof
Description-md5: f38efe2a41fac70ee8e873fd68ea6c61
Description-en: Examine values for unexpected thunks; profiling libraries
Long lived application data typically should not contain any thunks. This
library can be used to examine values for unexpected thunks, which can then be
used in assertions. This can be invaluable in avoiding memory leaks, or
tracking down existing ones.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numbers-dev
Description-md5: a50b3650606b69335f74476699fe78db
Description-en: Various number types
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
numbers, arbitrary precision floating point numbers, differentiable
numbers, symbolic numbers, natural numbers, interval arithmetic.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numbers-doc
Description-md5: 2aa36d9a23657affd89d605259d22a8f
Description-en: Various number types; documentation
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
numbers, arbitrary precision floating point numbers, differentiable
numbers, symbolic numbers, natural numbers, interval arithmetic.
.
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-numbers-prof
Description-md5: dfcb5a49723275a52f5983980e753b4e
Description-en: Various number types; profiling libraries
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
numbers, arbitrary precision floating point numbers, differentiable
numbers, symbolic numbers, natural numbers, interval arithmetic.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numeric-extras-dev
Description-md5: 5169048199553333f78368993bd0a06c
Description-en: Useful tools from the C standard library
This package provides some useful numerical operations from the C standard
library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numeric-extras-doc
Description-md5: 53ba0ceeadf3f3f69d7697c1fa466176
Description-en: Useful tools from the C standard library; documentation
This package provides some useful numerical operations from the C standard
library.
.
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-numeric-extras-prof
Description-md5: 38f2d19b1edf8a5cf41c5df85c6e70db
Description-en: Useful tools from the C standard library; profiling libraries
This package provides some useful numerical operations from the C standard
library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numinstances-dev
Description-md5: cde554a4e16882f8400e3e01ee32d451
Description-en: Instances of numeric classes for functions and tuples
This package provides instances of numeric classes for functions and
tuples.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numinstances-doc
Description-md5: c08d6df732ccb84864ed965af7e4a7b0
Description-en: Instances of numeric classes for functions and tuples; documentation
This package provides instances of numeric classes for functions and
tuples.
.
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-numinstances-prof
Description-md5: 0f2666e340f675722f404d736d60eb52
Description-en: Instances of numeric classes for functions and tuples; profiling libraries
This package provides instances of numeric classes for functions and
tuples.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numtype-dk-dev
Description-md5: 64b1ac6fd3ca1c56ef03d149519b95c3
Description-en: type-level integers without fundeps
This package provides type level representations of the
(positive and negative) integers and basic operations (addition,
subtraction, multiplication, division, exponentiation) on these.
The numtype-dk package differs from the numtype package in that
the NumTypes are implemented using Data Kinds, TypeNats, and
Closed Type Families rather than Functional Dependencies.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-numtype-dk-doc
Description-md5: 39a8a9f594b8fe91083cb57feaf28486
Description-en: type-level integers without fundeps; documentation
This package provides type level representations of the
(positive and negative) integers and basic operations (addition,
subtraction, multiplication, division, exponentiation) on these.
The numtype-dk package differs from the numtype package in that
the NumTypes are implemented using Data Kinds, TypeNats, and
Closed Type Families rather than Functional Dependencies.
.
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-numtype-dk-prof
Description-md5: 0a37a761853015c173a8c60b832a4855
Description-en: type-level integers without fundeps; profiling libraries
This package provides type level representations of the
(positive and negative) integers and basic operations (addition,
subtraction, multiplication, division, exponentiation) on these.
The numtype-dk package differs from the numtype package in that
the NumTypes are implemented using Data Kinds, TypeNats, and
Closed Type Families rather than Functional Dependencies.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-objectname-dev
Description-md5: d216e5c692d91558867ebb0f42827ee4
Description-en: Explicitly handled object names
This tiny package contains the class ObjectName, which corresponds to the
general notion of explicitly handled identifiers for API objects, e.g. a
texture object name in OpenGL or a buffer object name in OpenAL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-objectname-doc
Description-md5: 82de5f15dd13374d0e9b1da572a0eebf
Description-en: Explicitly handled object names; documentation
This tiny package contains the class ObjectName, which corresponds to the
general notion of explicitly handled identifiers for API objects, e.g. a
texture object name in OpenGL or a buffer object name in OpenAL.
.
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-objectname-prof
Description-md5: 7a81a27623c7c63c7a168b6748107eff
Description-en: Explicitly handled object names; profiling libraries
This tiny package contains the class ObjectName, which corresponds to the
general notion of explicitly handled identifiers for API objects, e.g. a
texture object name in OpenGL or a buffer object name in OpenAL.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-oeis-dev
Description-md5: c2aa52689664fc11a184abeb1bf48b3f
Description-en: Interface to the Online Encyclopedia of Integer Sequences
It is an interface to the Online Encyclopedia of Integer Sequences.
See http://oeis.org/
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-oeis-doc
Description-md5: 0961cf0936ac289e51344d271381e521
Description-en: Interface to the Online Encyclopedia of Integer Sequences; documentation
It is an interface to the Online Encyclopedia of Integer Sequences.
See http://oeis.org/
.
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-oeis-prof
Description-md5: d8cf42f15719a78ab769051f570fb5fd
Description-en: Interface to the Online Encyclopedia of Integer Sequences; profiling libraries
It is an interface to the Online Encyclopedia of Integer Sequences.
See http://oeis.org/
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ofx-dev
Description-md5: a4e7d98749f29e153be74a9e3b617f02
Description-en: parser for Open Financial Exchange (OFX) financial data
A parser for Open Financial Exchange (OFX) financial data. This
handles OFX version 1.03, which is documented at http://www.ofx.net/ .
This also handles QFX, which is OFX plus some minor additions made by
Intuit, the publishers of Quicken.
.
The parser will place all the data into a tree, which you can query
for whatever data you may need, although you will need to be familiar
with the OFX spec to do this. There is also a Transaction type which
you can easily parse from the tree; this will contain most, if not
all, of the data you will be interested in if your OFX file is from a
bank or credit card account.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ofx-doc
Description-md5: 9358a572c376359c6f7ed2a574910b58
Description-en: parser for Open Financial Exchange (OFX) financial data; documentation
A parser for Open Financial Exchange (OFX) financial data. This
handles OFX version 1.03, which is documented at http://www.ofx.net/ .
This also handles QFX, which is OFX plus some minor additions made by
Intuit, the publishers of Quicken.
.
The parser will place all the data into a tree, which you can query
for whatever data you may need, although you will need to be familiar
with the OFX spec to do this. There is also a Transaction type which
you can easily parse from the tree; this will contain most, if not
all, of the data you will be interested in if your OFX file is from a
bank or credit card account.
.
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-ofx-prof
Description-md5: b2c381f7541f1127f275ffcf96b0543b
Description-en: parser for Open Financial Exchange (OFX) financial data; profiling libraries
A parser for Open Financial Exchange (OFX) financial data. This
handles OFX version 1.03, which is documented at http://www.ofx.net/ .
This also handles QFX, which is OFX plus some minor additions made by
Intuit, the publishers of Quicken.
.
The parser will place all the data into a tree, which you can query
for whatever data you may need, although you will need to be familiar
with the OFX spec to do this. There is also a Transaction type which
you can easily parse from the tree; this will contain most, if not
all, of the data you will be interested in if your OFX file is from a
bank or credit card account.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-core-dev
Description-md5: 7405c981549be82fa1d00be9a16df975
Description-en: Helper tool to interoperate between Copilot and other languages
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements the internal commands of ogma.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-core-doc
Description-md5: 9410809b23bfe53021762ce6208df493
Description-en: Helper tool to interoperate between Copilot and other languages; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements the internal commands of ogma.
.
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-ogma-core-prof
Description-md5: 5cb6240e472e0aed05cb4887f7312dde
Description-en: Helper tool to interoperate between Copilot and other languages; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements the internal commands of ogma.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-extra-dev
Description-md5: 4c93c3313a9ca6876f5ed668adbddb11
Description-en: Helper tool to interoperate between Copilot and other languages
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements internal extensions to existing libraries
and modules that are used in several ogma packages and their
testing facilities.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-extra-doc
Description-md5: 5e4964af96183a41daaf247521926c8f
Description-en: Helper tool to interoperate between Copilot and other languages; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements internal extensions to existing libraries
and modules that are used in several ogma packages and their
testing facilities.
.
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-ogma-extra-prof
Description-md5: 9ff99733f37f31fe85b6f6284b8dc51d
Description-en: Helper tool to interoperate between Copilot and other languages; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This package implements internal extensions to existing libraries
and modules that are used in several ogma packages and their
testing facilities.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-c-dev
Description-md5: 336437c2dc8b87ea0fb488bf90f0a59b
Description-en: Ogma: Runtime Monitor translator: C Language Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read C header files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-c-doc
Description-md5: 8146a7c0ea2560d5d2ba7037518cd4ac
Description-en: Ogma: Runtime Monitor translator: C Language Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read C header files.
.
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-ogma-language-c-prof
Description-md5: 175aba8d6b5f68d33603a75da72de6b7
Description-en: Ogma: Runtime Monitor translator: C Language Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read C header files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-copilot-dev
Description-md5: a79e5cf312c4ae2348edf632e8ce1352
Description-en: Ogma: Runtime Monitor translator: Copilot Language Endpoints
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Copilot monitors, a definition of
Copilot structs, and a backend to generate and pretty print Copilot code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-copilot-doc
Description-md5: a40e0490971463abd59ffe4def0c79c1
Description-en: Ogma: Runtime Monitor translator: Copilot Language Endpoints; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Copilot monitors, a definition of
Copilot structs, and a backend to generate and pretty print Copilot code.
.
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-ogma-language-copilot-prof
Description-md5: 454117238f9f8092a5df4b3b0a59533f
Description-en: Ogma: Runtime Monitor translator: Copilot Language Endpoints; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Copilot monitors, a definition of
Copilot structs, and a backend to generate and pretty print Copilot code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-csv-dev
Description-md5: 57d544e709c2d38cf44bef784a00c48f
Description-en: Runtime Monitor translator: CSV Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from CSV files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-csv-doc
Description-md5: dad9da15832f47719a6e0b14823f6462
Description-en: Runtime Monitor translator: CSV Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from CSV files.
.
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-ogma-language-csv-prof
Description-md5: eb2a3dd4928da9829e0eb00f2605d066
Description-en: Runtime Monitor translator: CSV Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from CSV files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-jsonspec-dev
Description-md5: dd1f200fec32a63f08df7af2f83bdd52
Description-en: Ogma: Runtime Monitor translator: JSON Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from JSON files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-jsonspec-doc
Description-md5: d66179c8b6f28d6faeeb96d0c75c3c7e
Description-en: Ogma: Runtime Monitor translator: JSON Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from JSON files.
.
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-ogma-language-jsonspec-prof
Description-md5: 00884927c3e4a7048abdb0b08f9023f1
Description-en: Ogma: Runtime Monitor translator: JSON Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from JSON files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-lustre-dev
Description-md5: d177a0f40e91df060193783b78e95dda
Description-en: Runtime Monitor translator: Lustre Language Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Lustre Boolean expressions,
extended with several operators related to temporal logic.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-lustre-doc
Description-md5: 2aebd87927b1410858f4f1c05f904016
Description-en: Runtime Monitor translator: Lustre Language Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Lustre Boolean expressions,
extended with several operators related to temporal logic.
.
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-ogma-language-lustre-prof
Description-md5: d31fe682c5b8566fec27085cc80c109f
Description-en: Runtime Monitor translator: Lustre Language Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read Lustre Boolean expressions,
extended with several operators related to temporal logic.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-smv-dev
Description-md5: e549458d431d330d47f39f95a5f49128
Description-en: Ogma: Runtime Monitor translator: SMV Language Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read SMV Boolean expressions, used by
the tool FRET to capture requirement specifications.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-smv-doc
Description-md5: 30b9e048d366539f03534a920b281f59
Description-en: Ogma: Runtime Monitor translator: SMV Language Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read SMV Boolean expressions, used by
the tool FRET to capture requirement specifications.
.
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-ogma-language-smv-prof
Description-md5: fce61dd5d900b3699909db01ea2388ca
Description-en: Ogma: Runtime Monitor translator: SMV Language Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read SMV Boolean expressions, used by
the tool FRET to capture requirement specifications.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-xlsx-dev
Description-md5: 6d7980ccb68702a539b012a3c261d059
Description-en: Runtime Monitor translator: XLSX Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from Excel files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-xlsx-doc
Description-md5: 90e379866e38de559a740cc865009dc8
Description-en: Runtime Monitor translator: XLSX Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from Excel files.
.
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-ogma-language-xlsx-prof
Description-md5: 19c8b77440abe20d46762eca82eb8df3
Description-en: Runtime Monitor translator: XLSX Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specs from Excel files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-xmlspec-dev
Description-md5: 615f575998f66d0e4e39cbc31b14b59b
Description-en: Ogma: Runtime Monitor translator: XML Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from XML files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-language-xmlspec-doc
Description-md5: f114880f2b95338d02593548c583e8a5
Description-en: Ogma: Runtime Monitor translator: XML Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from XML files.
.
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-ogma-language-xmlspec-prof
Description-md5: d415a54ef986bf77fe9acabcaf3b0c58
Description-en: Ogma: Runtime Monitor translator: XML Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains a frontend to read specifications from XML files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-spec-dev
Description-md5: 5990cf161ef19dcd313f242d3e41ac93
Description-en: Ogma: Runtime Monitor translator: JSON Frontend
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains an abstract representation of an Ogma specification.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ogma-spec-doc
Description-md5: ee0c0fca54b9182e3da066a771211479
Description-en: Ogma: Runtime Monitor translator: JSON Frontend; documentation
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains an abstract representation of an Ogma specification.
.
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-ogma-spec-prof
Description-md5: 70f47464a29ee576a07b52f837e99469
Description-en: Ogma: Runtime Monitor translator: JSON Frontend; profiling libraries
Ogma is a tool to facilitate the integration of safe runtime monitors into
other systems. Ogma extends
, a high-level runtime
verification framework that generates hard real-time C99 code.
.
This library contains an abstract representation of an Ogma specification.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-old-locale-dev
Description-md5: 8f9dcb024010bafd166af15616f1cce6
Description-en: locale library
This package provides the ability to adapt to
locale conventions such as date and time formats.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-old-locale-doc
Description-md5: 4844952d9b0c9867f8538507af12eaf0
Description-en: locale library; documentation
This package provides the ability to adapt to
locale conventions such as date and time formats.
.
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-old-locale-prof
Description-md5: ff071d71fe52e48914ca0e9de6114c4d
Description-en: locale library; profiling libraries
This package provides the ability to adapt to
locale conventions such as date and time formats.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-old-time-dev
Description-md5: fb7b6b65538994a0fc56665d79b7603f
Description-en: time library
This package provides the old time library.
.
For new projects, the newer "time" library is recommended.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-old-time-doc
Description-md5: 3036b179f2e4a372ae6ea3f4a91f1799
Description-en: time library; documentation
This package provides the old time library.
.
For new projects, the newer "time" library is recommended.
.
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-old-time-prof
Description-md5: a034aa1fde7a884c800e7ff082e356a5
Description-en: time library; profiling libraries
This package provides the old time library.
.
For new projects, the newer "time" library is recommended.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-onetuple-dev
Description-md5: 5aa551ff1f167ab6745ede626aedb508
Description-en: singleton tuple
OneTuple fills the tuple gap with a singleton tuple.
.
OneTuple does not support the usual parenthesized tuple syntax.
.
OneTuple
* has the expected laziness properties
* can be pattern-matched
* ships with instances for several standard type classes, including
all those supported by H98-standard tuples
* requires no language extensions, except for hierarchical modules
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-onetuple-doc
Description-md5: 3d2d3bad2bc8ef9bd8b8686df77d50ad
Description-en: singleton tuple; documentation
OneTuple fills the tuple gap with a singleton tuple.
.
OneTuple does not support the usual parenthesized tuple syntax.
.
OneTuple
* has the expected laziness properties
* can be pattern-matched
* ships with instances for several standard type classes, including
all those supported by H98-standard tuples
* requires no language extensions, except for hierarchical modules
.
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-onetuple-prof
Description-md5: 2739abf14963a40368a7282b6b87a7ad
Description-en: singleton tuple; profiling libraries
OneTuple fills the tuple gap with a singleton tuple.
.
OneTuple does not support the usual parenthesized tuple syntax.
.
OneTuple
* has the expected laziness properties
* can be pattern-matched
* ships with instances for several standard type classes, including
all those supported by H98-standard tuples
* requires no language extensions, except for hierarchical modules
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-only-dev
Description-md5: b2fba63030ace4aeb4f11fbd3a0078ca
Description-en: 1-tuple type or single-value "collection"
This package provides the canonical anonymous 1-tuple type missing
from Haskell for attaching typeclass instances.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-only-doc
Description-md5: a4c9c43dc6ee7a74b6672d9971561b0f
Description-en: 1-tuple type or single-value "collection"; documentation
This package provides the canonical anonymous 1-tuple type missing
from Haskell for attaching typeclass instances.
.
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-only-prof
Description-md5: 969465591d3b10a0aa5882bbd2cd3125
Description-en: 1-tuple type or single-value "collection"; profiling libraries
This package provides the canonical anonymous 1-tuple type missing
from Haskell for attaching typeclass instances.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-oo-prototypes-dev
Description-md5: 8cf821e741c0d09f5af01b523839dfa6
Description-en: Support for OO-like prototypes
This is a Haskell library providing support for OO-like prototypes
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-oo-prototypes-doc
Description-md5: 448b248bf0a710134c11e4019033e40b
Description-en: Support for OO-like prototypes; documentation
This is a Haskell library providing support for OO-like prototypes
.
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-oo-prototypes-prof
Description-md5: f627387068707e696c496efd481023a9
Description-en: Support for OO-like prototypes; profiling libraries
This is a Haskell library providing support for OO-like prototypes
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-open-browser-dev
Description-md5: fad0a9a350e4aa4d9a11e1b68ca746ca
Description-en: open a web browser from Haskell
This library provides a cross-platform way to open a web browser from Haskell
code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-open-browser-doc
Description-md5: 1438c9ff43f3a055c694f4e7d3ecac97
Description-en: open a web browser from Haskell; documentation
This library provides a cross-platform way to open a web browser from Haskell
code.
.
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-open-browser-prof
Description-md5: 03eee29b786d8ecccc1599d657aafd5b
Description-en: open a web browser from Haskell; profiling libraries
This library provides a cross-platform way to open a web browser from Haskell
code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-opengl-dev
Description-md5: 84fe6d5588a85eade7e842516a65acba
Description-en: Haskell OpenGL binding for GHC
This package provides a library for the Haskell programming language.
.
A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
accompanying utility library (GLU, version 1.3).
Package: libghc-opengl-doc
Description-md5: 515e3361620f0592cf7b631586ee3e87
Description-en: Haskell OpenGL binding for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
accompanying utility library (GLU, version 1.3).
Package: libghc-opengl-prof
Description-md5: 0f560756c6b77cffd2228ec9355c47af
Description-en: Haskell OpenGL binding for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its
accompanying utility library (GLU, version 1.3).
Package: libghc-openglraw-dev
Description-md5: ecf6c0b8d471f6659651e1ac48058368
Description-en: Raw binding for the OpenGL graphics system
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
necessary functions, tokens and types plus a general facility for loading
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-openglraw-doc
Description-md5: f04e4ea74d510d5b83f3f5146f4940e6
Description-en: Raw binding for the OpenGL graphics system; documentation
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
necessary functions, tokens and types plus a general facility for loading
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
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-openglraw-prof
Description-md5: b5967ddb298b35b52b0b01c5bd6616b7
Description-en: Raw binding for the OpenGL graphics system; profiling libraries
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
necessary functions, tokens and types plus a general facility for loading
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-openpgp-asciiarmor-dev
Description-md5: 8c2c36c933c2f107c44c1984877b4344
Description-en: OpenPGP (RFC4880) ASCII Armor codec
This library does encoding and decoding of OpenPGP ASCII armor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-openpgp-asciiarmor-doc
Description-md5: fabdb09f974b3dffc61c34750dba7102
Description-en: OpenPGP (RFC4880) ASCII Armor codec; documentation
This library does encoding and decoding of OpenPGP ASCII armor.
.
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-openpgp-asciiarmor-prof
Description-md5: 61407ad6d5ded9050d2bc5b724a4abfb
Description-en: OpenPGP (RFC4880) ASCII Armor codec; profiling libraries
This library does encoding and decoding of OpenPGP ASCII armor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-openssl-streams-dev
Description-md5: 553df315ac69fa239658fdc38a1fd3c8
Description-en: OpenSSL network support for io-streams
The openssl-streams library contains io-streams routines for secure
networking using OpenSSL (by way of HsOpenSSL).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-openssl-streams-doc
Description-md5: 26bc4a9a9c66cf3dd781690dd1cc038f
Description-en: OpenSSL network support for io-streams; documentation
The openssl-streams library contains io-streams routines for secure
networking using OpenSSL (by way of HsOpenSSL).
.
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-openssl-streams-prof
Description-md5: bfa11b06913e29c4928ef9d9e6c4e22b
Description-en: OpenSSL network support for io-streams; profiling libraries
The openssl-streams library contains io-streams routines for secure
networking using OpenSSL (by way of HsOpenSSL).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-operational-dev
Description-md5: 2582856bc440180faf696d1611856c4a
Description-en: implementation of difficult monads made easy with operational semantics
This library makes it easy to implement monads with tricky control
flow.
.
This is useful for: writing web applications in a sequential style,
programming games with a uniform interface for human and AI players
and easy replay capababilities, implementing fast parser monads,
designing monadic DSLs, etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-operational-doc
Description-md5: 3e0ab8619d0139ac8fa596a0edb54a4e
Description-en: implementation of difficult monads made easy with operational semantics; documentation
This library makes it easy to implement monads with tricky control
flow.
.
This is useful for: writing web applications in a sequential style,
programming games with a uniform interface for human and AI players
and easy replay capababilities, implementing fast parser monads,
designing monadic DSLs, etc.
.
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-operational-prof
Description-md5: f739caff3cc60e15685bc9cee1f948e7
Description-en: implementation of difficult monads made easy with operational semantics; profiling libraries
This library makes it easy to implement monads with tricky control
flow.
.
This is useful for: writing web applications in a sequential style,
programming games with a uniform interface for human and AI players
and easy replay capababilities, implementing fast parser monads,
designing monadic DSLs, etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optics-core-dev
Description-md5: a883e237744312d694b80cc5fa4eb423
Description-en: Optics as an abstract interface: core definitions
This package makes it possible to define and use Lenses, Traversals, Prisms
and other optics, using an abstract interface.
.
This variant provides core definitions with a minimal dependency footprint.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optics-core-doc
Description-md5: 6a38f37f68799318a3093f62d1fdd3b5
Description-en: Optics as an abstract interface: core definitions; documentation
This package makes it possible to define and use Lenses, Traversals, Prisms
and other optics, using an abstract interface.
.
This variant provides core definitions with a minimal dependency footprint.
.
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-optics-core-prof
Description-md5: d579043ce312911111c4059d4620dd80
Description-en: Optics as an abstract interface: core definitions; profiling libraries
This package makes it possible to define and use Lenses, Traversals, Prisms
and other optics, using an abstract interface.
.
This variant provides core definitions with a minimal dependency footprint.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optional-args-dev
Description-md5: 80a77b5af3053e0ba757b967df770377
Description-en: optional function arguments
This library provides a type for specifying Optional function
arguments.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optional-args-doc
Description-md5: e35e300977931423b4d83909b4333dc5
Description-en: optional function arguments; documentation
This library provides a type for specifying Optional function
arguments.
.
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-optional-args-prof
Description-md5: 4bf2155eee0d37941a6765c8416d4152
Description-en: optional function arguments; profiling libraries
This library provides a type for specifying Optional function
arguments.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optparse-applicative-dev
Description-md5: e74949fbaf242693a01e16709986b0fa
Description-en: utilities and combinators for parsing command-line options
This is a library for constructing command-line option parsers in the
applicative style.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optparse-applicative-doc
Description-md5: e8cd7c1170aa17ef9a972e083f7b0457
Description-en: utilities and combinators for parsing command-line options; documentation
This is a library for constructing command-line option parsers in the
applicative style.
.
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-optparse-applicative-prof
Description-md5: 354b7bea077413d426468c80bfc29d0b
Description-en: utilities and combinators for parsing command-line options; profiling libraries
This is a library for constructing command-line option parsers in the
applicative style.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optparse-simple-dev
Description-md5: 1f8b69a4cc155956d6681d7aa92cbc2e
Description-en: simple interface to optparse-applicative
This package provides a simpler interface to optparse-applicative.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-optparse-simple-doc
Description-md5: 4da66eb93d03fdb7875b894b6631c0a7
Description-en: simple interface to optparse-applicative; documentation
This package provides a simpler interface to optparse-applicative.
.
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-optparse-simple-prof
Description-md5: a6d582779961053a8460c258b65db3de
Description-en: simple interface to optparse-applicative; profiling libraries
This package provides a simpler interface to optparse-applicative.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ordered-containers-dev
Description-md5: c5df86ccde89080f07414e7f5555d4b4
Description-en: Ordered Containers for Haskell
This Haskell library provides Set- and Map-like types that remember the order
elements were inserted.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-ordered-containers-doc
Description-md5: 5c581049f7be440e42dc472ed0f84509
Description-en: Ordered Containers for Haskell; documentation
This Haskell library provides Set- and Map-like types that remember the order
elements were inserted.
.
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-ordered-containers-prof
Description-md5: b739ecf29135ffe4e1e97b3577ca44f6
Description-en: Ordered Containers for Haskell; profiling libraries
This Haskell library provides Set- and Map-like types that remember the order
elements were inserted.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pager-dev
Description-md5: 929476ee43ab568a47f786fd40bb2d98
Description-en: open up a pager, like 'less' or 'more'
This opens up the user's $PAGER.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pager-doc
Description-md5: 06492488638bd7dcbb9530bace555d61
Description-en: open up a pager, like 'less' or 'more'; documentation
This opens up the user's $PAGER.
.
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-pager-prof
Description-md5: af9307c8479174a4ba56f528385c4eec
Description-en: open up a pager, like 'less' or 'more'; profiling libraries
This opens up the user's $PAGER.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-dev
Description-md5: 5049fa3499849315647938b58612c1b3
Description-en: Conversion between markup formats
Pandoc is a Haskell library for converting from one markup
format to another. The formats it can handle include
.
- light markup formats (many variants of Markdown,
reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
txt2tags)
- HTML formats (HTML 4 and 5)
- Ebook formats (EPUB v2 and v3, FB2)
- Documentation formats (GNU TexInfo, Haddock)
- Roff formats (man, ms)
- TeX formats (LaTeX, ConTeXt)
- XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
- Outline formats (OPML)
- Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
RIS)
- Word processor formats (Docx, RTF, ODT)
- Interactive notebook formats (Jupyter notebook ipynb)
- Page layout formats (InDesign ICML)
- Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
- Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
reveal.js, Slideous, S5, DZSlides)
- Data formats (CSV and TSV tables)
- PDF (via external programs such as pdflatex or wkhtmltopdf)
.
Pandoc can convert mathematical content in documents
between TeX, MathML, Word equations, roff eqn, and plain text.
It includes a powerful system for automatic citations
and bibliographies, and it can be customized extensively
using templates, filters, and custom readers and writers
written in Lua.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-doc
Description-md5: 1174ea334da4021054046e808132bcca
Description-en: Conversion between markup formats; documentation
Pandoc is a Haskell library for converting from one markup
format to another. The formats it can handle include
.
- light markup formats (many variants of Markdown,
reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
txt2tags)
- HTML formats (HTML 4 and 5)
- Ebook formats (EPUB v2 and v3, FB2)
- Documentation formats (GNU TexInfo, Haddock)
- Roff formats (man, ms)
- TeX formats (LaTeX, ConTeXt)
- XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
- Outline formats (OPML)
- Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
RIS)
- Word processor formats (Docx, RTF, ODT)
- Interactive notebook formats (Jupyter notebook ipynb)
- Page layout formats (InDesign ICML)
- Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
- Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
reveal.js, Slideous, S5, DZSlides)
- Data formats (CSV and TSV tables)
- PDF (via external programs such as pdflatex or wkhtmltopdf)
.
Pandoc can convert mathematical content in documents
between TeX, MathML, Word equations, roff eqn, and plain text.
It includes a powerful system for automatic citations
and bibliographies, and it can be customized extensively
using templates, filters, and custom readers and writers
written in Lua.
.
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-pandoc-lua-engine-dev
Description-md5: f7d78718b8395aa8ca00f6d3d9d3c9f4
Description-en: Lua engine to power custom pandoc conversions
This package provides a pandoc scripting engine based on
Lua.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-lua-engine-doc
Description-md5: 9a434c18830a0bd001dda1f5701322eb
Description-en: Lua engine to power custom pandoc conversions; documentation
This package provides a pandoc scripting engine based on
Lua.
.
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-pandoc-lua-engine-prof
Description-md5: 7eba3c8572cd96989f085f4634f35950
Description-en: Lua engine to power custom pandoc conversions; profiling libraries
This package provides a pandoc scripting engine based on
Lua.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-lua-marshal-dev
Description-md5: 84dfb9f90dbd53b96a0fbcee6d1416aa
Description-en: Use pandoc types in Lua
This package provides functions to marshal and unmarshal
pandoc document types to and from Lua.
.
The values of most types are pushed to pandoc as "userdata"
objects that wrap a stable pointer to the Haskell value;
these objects come with methods to access and modify their
properties.
.
Sequences are pushed as normal Lua tables, but are
augmented with convenience functions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-lua-marshal-doc
Description-md5: 53898032427a37562c5f3a1371f640a6
Description-en: Use pandoc types in Lua; documentation
This package provides functions to marshal and unmarshal
pandoc document types to and from Lua.
.
The values of most types are pushed to pandoc as "userdata"
objects that wrap a stable pointer to the Haskell value;
these objects come with methods to access and modify their
properties.
.
Sequences are pushed as normal Lua tables, but are
augmented with convenience functions.
.
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-pandoc-lua-marshal-prof
Description-md5: 096ec9f8489c9c80acff8d308dbb781a
Description-en: Use pandoc types in Lua; profiling libraries
This package provides functions to marshal and unmarshal
pandoc document types to and from Lua.
.
The values of most types are pushed to pandoc as "userdata"
objects that wrap a stable pointer to the Haskell value;
these objects come with methods to access and modify their
properties.
.
Sequences are pushed as normal Lua tables, but are
augmented with convenience functions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-prof
Description-md5: eedcb36a88f67c7d9deacfb542aea367
Description-en: Conversion between markup formats; profiling libraries
Pandoc is a Haskell library for converting from one markup
format to another. The formats it can handle include
.
- light markup formats (many variants of Markdown,
reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
txt2tags)
- HTML formats (HTML 4 and 5)
- Ebook formats (EPUB v2 and v3, FB2)
- Documentation formats (GNU TexInfo, Haddock)
- Roff formats (man, ms)
- TeX formats (LaTeX, ConTeXt)
- XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
- Outline formats (OPML)
- Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
RIS)
- Word processor formats (Docx, RTF, ODT)
- Interactive notebook formats (Jupyter notebook ipynb)
- Page layout formats (InDesign ICML)
- Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
- Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
reveal.js, Slideous, S5, DZSlides)
- Data formats (CSV and TSV tables)
- PDF (via external programs such as pdflatex or wkhtmltopdf)
.
Pandoc can convert mathematical content in documents
between TeX, MathML, Word equations, roff eqn, and plain text.
It includes a powerful system for automatic citations
and bibliographies, and it can be customized extensively
using templates, filters, and custom readers and writers
written in Lua.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-server-dev
Description-md5: c36c3941481c144f65656a0d3971e02e
Description-en: Pandoc document conversion as an HTTP servant-server
Pandoc-server provides pandoc's document conversion functions
in an HTTP server.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-server-doc
Description-md5: d692e1e4d17803b54dee84c22ef48dc4
Description-en: Pandoc document conversion as an HTTP servant-server; documentation
Pandoc-server provides pandoc's document conversion functions
in an HTTP server.
.
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-pandoc-server-prof
Description-md5: 9c5217886966af290be649e6bc063741
Description-en: Pandoc document conversion as an HTTP servant-server; profiling libraries
Pandoc-server provides pandoc's document conversion functions
in an HTTP server.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-types-dev
Description-md5: 8db09283b46832335aae75e35a668ffb
Description-en: Haskell data types to represent structured documents
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
Pandoc package, so that other packages can use them without drawing in
all the of Pandoc dependencies.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pandoc-types-doc
Description-md5: 91a3aa07501a591c3b5ad7a120a2d1ba
Description-en: Haskell data types to represent structured documents; documentation
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
Pandoc package, so that other packages can use them without drawing in
all the of Pandoc dependencies.
.
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-pandoc-types-prof
Description-md5: 5a9e24e7db3ee11c9db49be042e4595c
Description-en: Haskell data types to represent structured documents; profiling libraries
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
Pandoc package, so that other packages can use them without drawing in
all the of Pandoc dependencies.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pango-dev
Description-md5: c20ebefdf8b5a6e7630aaae308558c81
Description-en: binding to the Pango text rendering engine
This package provides a wrapper around the Pango C library that allows
high-quality rendering of Unicode text. It can be used either with Cairo to
output text in PDF, PS or other documents or with Gtk+ to display text
on-screen.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pango-doc
Description-md5: d5696107abcabb13c27b7573ae5ff08e
Description-en: Binding to the Pango text rendering engine; documentation
This package provides a wrapper around the Pango C library that allows
high-quality rendering of Unicode text. It can be used either with Cairo to
output text in PDF, PS or other documents or with Gtk+ to display text
on-screen.
.
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-pango-prof
Description-md5: b699420958675f2c4f3b6c39c156f1ba
Description-en: Binding to the Pango text rendering engine; profiling libraries
This package provides a wrapper around the Pango C library that allows
high-quality rendering of Unicode text. It can be used either with Cairo to
output text in PDF, PS or other documents or with Gtk+ to display text
on-screen.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-panic-dev
Description-md5: 5389afee3535f6e44185b72dd373601f
Description-en: convenient way to panic
This provides a data type and function to throw an exception with
a message and a call stack.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-panic-doc
Description-md5: 1c976e7c3212dc08be12de57bcab2ada
Description-en: convenient way to panic; documentation
This provides a data type and function to throw an exception with
a message and a call stack.
.
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-panic-prof
Description-md5: 9d64dc5a306a1988061692a605991125
Description-en: convenient way to panic; profiling libraries
This provides a data type and function to throw an exception with
a message and a call stack.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pantry-dev
Description-md5: 2477f038ac965074e1069b4752bbc035
Description-en: Content addressable Haskell package management
Content addressable Haskell package management, providing for secure,
reproducible acquisition of Haskell package contents and metadata.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pantry-doc
Description-md5: cd46b56cb7f3e662de48fae7453d057f
Description-en: Content addressable Haskell package management; documentation
Content addressable Haskell package management, providing for secure,
reproducible acquisition of Haskell package contents and metadata.
.
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-pantry-prof
Description-md5: 2e451ffa487cb6d5301942d019f51f1b
Description-en: Content addressable Haskell package management; profiling libraries
Content addressable Haskell package management, providing for secure,
reproducible acquisition of Haskell package contents and metadata.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parallel-dev
Description-md5: 1779bda769502acf1047c72f2c97d1d3
Description-en: Haskell parallel programming library for GHC
Provides a library for parallel programming in Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parallel-doc
Description-md5: 5186a1f54badc36672c66260d277abca
Description-en: Haskell parallel programming library for GHC; documentation
Provides a library for parallel programming in Haskell.
.
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-parallel-prof
Description-md5: a363b8edf3b480d68da2fc96a153f120
Description-en: Haskell parallel programming library for GHC; profiling libraries
Provides a library for parallel programming in 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: libghc-parameterized-utils-dev
Description-md5: 31d2c2137da5e8b180fbf6510c598a2d
Description-en: Classes/data structures for data-kind indexed types
This package contains collection classes and type representations
used for working with values that have a single parameter. It's
intended for things like expression libraries where one wishes
to leverage the Haskell type-checker to improve type-safety by encoding
the object language type system into data kinds.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parameterized-utils-doc
Description-md5: fc28720d529315f235b3295edc05dcf2
Description-en: Classes/data structures for data-kind indexed types; documentation
This package contains collection classes and type representations
used for working with values that have a single parameter. It's
intended for things like expression libraries where one wishes
to leverage the Haskell type-checker to improve type-safety by encoding
the object language type system into data kinds.
.
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-parameterized-utils-prof
Description-md5: 1d932caeea1aec64e564c746a010415f
Description-en: Classes/data structures for data-kind indexed types; profiling libraries
This package contains collection classes and type representations
used for working with values that have a single parameter. It's
intended for things like expression libraries where one wishes
to leverage the Haskell type-checker to improve type-safety by encoding
the object language type system into data kinds.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parseargs-dev
Description-md5: 1566faaaf0ea26cfc83c9f2dc0ae830b
Description-en: Command-line argument parsing library
It parses command-line arguments.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parseargs-doc
Description-md5: 596e18443d926972c798c772e5a5c0e1
Description-en: Command-line argument parsing library; documentation
It parses command-line arguments.
.
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-parseargs-prof
Description-md5: 4fb4af55beb0ca302710154a42afc50d
Description-en: Command-line argument parsing library; profiling libraries
It parses command-line arguments.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parsec-numbers-dev
Description-md5: f0b6c4fca64d4a7cceff042b6f50f189
Description-en: utilities for parsing numbers from strings
parsec-numbers provides the number parsers without the need to
use a large (and unportable) token parser
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parsec-numbers-doc
Description-md5: 988c5995103c46df959cc3771a4f38a5
Description-en: utilities for parsing numbers from strings; documentation
parsec-numbers provides the number parsers without the need to
use a large (and unportable) token parser
.
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-parsec-numbers-prof
Description-md5: 79c9deb4af653567281612593d09c949
Description-en: utilities for parsing numbers from strings; profiling libraries
parsec-numbers provides the number parsers without the need to
use a large (and unportable) token parser
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parser-combinators-dev
Description-md5: ca9d80fcbff496e37ff3baed6f77264e
Description-en: commonly useful parser combinators
Commonly useful parser combinators defined in terms of
Applicative and Alternative, and defined in terms of
Monad and MonadPlus.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parser-combinators-doc
Description-md5: 7c5665aa55b27ebe2d6fc5d08a4a71bd
Description-en: commonly useful parser combinators; documentation
Commonly useful parser combinators defined in terms of
Applicative and Alternative, and defined in terms of
Monad and MonadPlus.
.
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-parser-combinators-prof
Description-md5: 507fd64a9f1e025c169217c006c23052
Description-en: commonly useful parser combinators; profiling libraries
Commonly useful parser combinators defined in terms of
Applicative and Alternative, and defined in terms of
Monad and MonadPlus.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parsers-dev
Description-md5: 19bf96be136d6030fd1f0243d7fc4b48
Description-en: parsing combinators
Parsers of various types
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-parsers-doc
Description-md5: 243b341247aadc802db8393559eaf027
Description-en: parsing combinators; documentation
Parsers of various types
.
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-parsers-prof
Description-md5: e555158a0e67dcb95ecbfa891ab57072
Description-en: parsing combinators; profiling libraries
Parsers of various types
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-dev
Description-md5: 206fc0760787d3515d09a676407b06e9
Description-en: normalizing well-typed path type
This packages provides support for well-typed paths in Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-doc
Description-md5: bc35d5d4b7cef5308a717a8d2ee53fee
Description-en: normalizing well-typed path type; documentation
This packages provides support for well-typed paths in Haskell.
.
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-path-io-dev
Description-md5: ab5fdc28e9c692c0c5ba165bda265820
Description-en: Interface to ‘directory’ package for users of ‘path’
This package provides an interface to the ‘directory’ package for users of the
library ‘path’, which provides statically ensured well-types file paths.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-io-doc
Description-md5: 70fd10d0d202dfd3038d6add3ba2686a
Description-en: Interface to ‘directory’ package for users of ‘path’; documentation
This package provides an interface to the ‘directory’ package for users of the
library ‘path’, which provides statically ensured well-types file paths.
.
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-path-io-prof
Description-md5: ba3b7bf7292d6c9f36386c35a6f94e9f
Description-en: Interface to ‘directory’ package for users of ‘path’; profiling libraries
This package provides an interface to the ‘directory’ package for users of the
library ‘path’, which provides statically ensured well-types file paths.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-pieces-dev
Description-md5: 42eafd1ff00a5250b86d0f349ec52409
Description-en: components of paths
It contains path pieces.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-pieces-doc
Description-md5: ff73c2b2a60c7e0a6bb6947fc7fde4ab
Description-en: components of paths; documentation
It contains path pieces.
.
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-path-pieces-prof
Description-md5: d54b00dba37cc0be083a64a91f35852a
Description-en: components of paths; profiling libraries
It contains path pieces.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-path-prof
Description-md5: 26fcee9042143925b77f54a6035b09c0
Description-en: normalizing well-typed path type; profiling libraries
This packages provides support for well-typed paths in 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: libghc-patience-dev
Description-md5: 279fc27e9641ba8a41b52f6a3ed6edf1
Description-en: Haskell implementation of the Patience Diff algorithm
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
Patience diff computes the difference between two lists, for example the lines
of two versions of a source file. It provides a good balance of performance,
nice output for humans, and implementation simplicity. For more information,
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-patience-doc
Description-md5: fcb2a4a71272b89d618a12421a0ea9bb
Description-en: Haskell implementation of the Patience Diff algorithm; documentation
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
Patience diff computes the difference between two lists, for example the lines
of two versions of a source file. It provides a good balance of performance,
nice output for humans, and implementation simplicity. For more information,
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
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-patience-prof
Description-md5: 28ebfea38f46e46ea3ac311200efdff7
Description-en: Haskell implementation of the Patience Diff algorithm; profiling libraries
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
Patience diff computes the difference between two lists, for example the lines
of two versions of a source file. It provides a good balance of performance,
nice output for humans, and implementation simplicity. For more information,
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pcap-dev
Description-md5: b3c1d7d204b569a45bf8286b6ff9742f
Description-en: Haskell wrapper around the C libpcap library
This library provides Haskell bindings for most of the libpcap API as of
libpcap version 0.9.7. The bindings are divided into a very efficient
low-level wrapper, Network.Pcap.Base, and a higher-level module, Network.Pcap,
that's easier to use.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pcap-doc
Description-md5: ce512ef982fbbe069a828c6fc6ada2b9
Description-en: Haskell wrapper around the C libpcap library; documentation
This library provides Haskell bindings for most of the libpcap API as of
libpcap version 0.9.7. The bindings are divided into a very efficient
low-level wrapper, Network.Pcap.Base, and a higher-level module, Network.Pcap,
that's easier to use.
.
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-pcap-prof
Description-md5: 478108e392a76c9efbbbb797f59e8b8b
Description-en: Haskell wrapper around the C libpcap library; profiling libraries
This library provides Haskell bindings for most of the libpcap API as of
libpcap version 0.9.7. The bindings are divided into a very efficient
low-level wrapper, Network.Pcap.Base, and a higher-level module, Network.Pcap,
that's easier to use.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-peano-dev
Description-md5: 821f08b50a14514cdebe3cbf6a1a00c5
Description-en: lazy unary natural numbers
This package provides natural numbers in unary notation implementing Num, Ord etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-peano-doc
Description-md5: 1b9cba62b8c678d3d33a8da05288be85
Description-en: lazy unary natural numbers; documentation
This package provides natural numbers in unary notation implementing Num, Ord etc.
.
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-peano-prof
Description-md5: bca0d13957e4f9ab29d1e7c3e0ffe971
Description-en: lazy unary natural numbers; profiling libraries
This package provides natural numbers in unary notation implementing Num, Ord etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pem-dev
Description-md5: 96dbdc105f67fdce69c44f06f69dcc4e
Description-en: Privacy Enhanced Mail (PEM) format reader and writer
It is for reading and writing PEM (Privacy Enhanced Mail; see
RFCs 1421 through 1424) structures.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pem-doc
Description-md5: 99106d3575f38c0f7c43996603012f82
Description-en: Privacy Enhanced Mail (PEM) format reader and writer; documentation
It is for reading and writing PEM (Privacy Enhanced Mail; see
RFCs 1421 through 1424) structures.
.
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-pem-prof
Description-md5: 21df12e4ed14f38969fe8f3f69d6b0ff
Description-en: Privacy Enhanced Mail (PEM) format reader and writer; profiling libraries
It is for reading and writing PEM (Privacy Enhanced Mail; see
RFCs 1421 through 1424) structures.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-dev
Description-md5: 5d95505e2f9ee63beb0350a212e41947
Description-en: type-safe, non-relational, multi-backend persistence
This libraries allows Haskell applications to access a database or other data
storage sytems in a type-safe, non-relational way.
.
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-doc
Description-md5: ae3ee459b2f92bee33496d81256cee82
Description-en: type-safe, non-relational, multi-backend persistence; documentation
This libraries allows Haskell applications to access a database or other data
storage sytems in a type-safe, non-relational way.
.
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
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-persistent-postgresql-dev
Description-md5: 392bee4fe6010029a3c378040455372f
Description-en: backend for the persistent library using PostgreSQL
Based on the postgresql-simple package
.
Author: Felipe Lessa, Michael Snoyman
Upstream-Maintainer: Michael Snoyman
.
This package contains the normal library files.
Package: libghc-persistent-postgresql-doc
Description-md5: bb41f17657d4cf616c4facc176d4aba9
Description-en: backend for the persistent library using PostgreSQL; documentation
Based on the postgresql-simple package
.
Author: Felipe Lessa, Michael Snoyman
Upstream-Maintainer: Michael Snoyman
.
This package contains the documentation files.
Package: libghc-persistent-postgresql-prof
Description-md5: fa465ca8e62131dfbf89311e06f86fe5
Description-en: backend for the persistent library using PostgreSQL; profiling libraries
Based on the postgresql-simple package
.
Author: Felipe Lessa, Michael Snoyman
Upstream-Maintainer: Michael Snoyman
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-persistent-prof
Description-md5: 1b5f6980dfb6310b1fe6af7b5107cf7e
Description-en: type-safe, non-relational, multi-backend persistence; profiling libraries
This libraries allows Haskell applications to access a database or other data
storage sytems in a type-safe, non-relational way.
.
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-sqlite-dev
Description-md5: 859260e585f63243a60bcb1ad8b77eb7
Description-en: SQLite3 backend for the persistent library
This library allows Haskell applications to access an SQLite database
in a type-safe, non-relational way.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-sqlite-doc
Description-md5: 154f0708bb0e2338351623a08d8c377b
Description-en: SQLite3 backend for the persistent library; documentation
This library allows Haskell applications to access an SQLite database
in a type-safe, non-relational way.
.
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-persistent-sqlite-prof
Description-md5: 08672fc1d13ac22d295dcc438db58038
Description-en: SQLite3 backend for the persistent library; profiling libraries
This library allows Haskell applications to access an SQLite database
in a type-safe, non-relational way.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-template-dev
Description-md5: 1a0dc341b49fc0974205df0eb37f0595
Description-en: type-safe, non-relational, multi-backend persistence
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-persistent-template-doc
Description-md5: 4dc3f1a3fc67a2d2d4f18b5891da23d0
Description-en: type-safe, non-relational, multi-backend persistence; documentation
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
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-persistent-template-prof
Description-md5: dba1d45904e04b1617198082ad7d0c22
Description-en: type-safe, non-relational, multi-backend persistence; profiling libraries
This library provides just the general interface and helper functions.
You must use a specific backend in order to make this useful.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pid1-dev
Description-md5: f3f4dfa92c942c9d7ebbe40f49e7aef1
Description-en: signal handling and orphan reaping for Unix PID1 init processes
Library/executable for initializing signal handlers, spawning and
child process, and reaping orphan processes. These are the
responsibilities that must be fulfilled by the initial process in a
Unix system, and in particular comes up when running Docker
containers.
.
This library/executable will automatically detect if it is run as some
process besides PID1 and, if so, use a straightforward exec system
call instead.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pid1-doc
Description-md5: fdee0e2b41230863c846be5820ec9d81
Description-en: signal handling and orphan reaping for Unix PID1 init processes; documentation
Library/executable for initializing signal handlers, spawning and
child process, and reaping orphan processes. These are the
responsibilities that must be fulfilled by the initial process in a
Unix system, and in particular comes up when running Docker
containers.
.
This library/executable will automatically detect if it is run as some
process besides PID1 and, if so, use a straightforward exec system
call instead.
.
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-pid1-prof
Description-md5: f165cc46190c4adcbb90503d118e45c6
Description-en: signal handling and orphan reaping for Unix PID1 init processes; profiling libraries
Library/executable for initializing signal handlers, spawning and
child process, and reaping orphan processes. These are the
responsibilities that must be fulfilled by the initial process in a
Unix system, and in particular comes up when running Docker
containers.
.
This library/executable will automatically detect if it is run as some
process besides PID1 and, if so, use a straightforward exec system
call instead.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-attoparsec-dev
Description-md5: 42d3f4a99bf8da56793bcb0be5bb22ce
Description-en: Attoparsec-Pipes integration
Utilities to run Attoparsec parsers on Pipes input streams.
.
See libghc-attoparsec-dev and libghc-pipes-dev for respective descriptions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-attoparsec-doc
Description-md5: 7afdd16deea43a39f317dc054d6173af
Description-en: Attoparsec-Pipes integration; documentation
Utilities to run Attoparsec parsers on Pipes input streams.
.
See libghc-attoparsec-dev and libghc-pipes-dev for respective descriptions.
.
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-pipes-attoparsec-prof
Description-md5: d6a05dabbfe76ccf5e3f163124397fc1
Description-en: Attoparsec-Pipes integration; profiling libraries
Utilities to run Attoparsec parsers on Pipes input streams.
.
See libghc-attoparsec-dev and libghc-pipes-dev for respective descriptions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-bytestring-dev
Description-md5: 72f868e0d667b9073b61d532714f44e2
Description-en: ByteString support for pipes
This library provides pipes (compositional stream processing
pipelines) utilities for ByteStrings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-bytestring-doc
Description-md5: 3322b01eeb9f4660d38ace70d6776946
Description-en: ByteString support for pipes; documentation
This library provides pipes (compositional stream processing
pipelines) utilities for ByteStrings.
.
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-pipes-bytestring-prof
Description-md5: 84dfe083ef4f86d02e9e401d8cde9218
Description-en: ByteString support for pipes; profiling libraries
This library provides pipes (compositional stream processing
pipelines) utilities for ByteStrings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-dev
Description-md5: 8020050db6323f6e2219f72c1d641bbd
Description-en: compositional pipelines
pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components
.
Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-doc
Description-md5: c9a23650404eb5c3d888d31996cbb75c
Description-en: compositional pipelines; documentation
pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components
.
Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!
.
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-pipes-group-dev
Description-md5: e02f9b9f67bee9a5ca2043a6e94efc84
Description-en: group streams into substreams
pipes-group uses FreeT and lenses to group streams into sub-streams.
Notable features include:
* Perfect Streaming: Group elements without collecting them into memory
* Lens Support: Use lenses to simplify many common operations
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-group-doc
Description-md5: 016788979e0fe5422634f5b6f1b86cd6
Description-en: group streams into substreams; documentation
pipes-group uses FreeT and lenses to group streams into sub-streams.
Notable features include:
* Perfect Streaming: Group elements without collecting them into memory
* Lens Support: Use lenses to simplify many common operations
.
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-pipes-group-prof
Description-md5: ead1affe9ec2fabc9f69e4b058408f93
Description-en: group streams into substreams; profiling libraries
pipes-group uses FreeT and lenses to group streams into sub-streams.
Notable features include:
* Perfect Streaming: Group elements without collecting them into memory
* Lens Support: Use lenses to simplify many common operations
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-parse-dev
Description-md5: 4b177d6b02a08a8e12d63cfa0ad6c9f9
Description-en: parsing infrastructure for the pipes ecosystem
pipes-parse builds upon the pipes library to provide shared parsing
idioms and utilities:
* Perfect Streaming: Program in a list-like style in constant memory
* Leftovers: Save unused input for later consumption
* Connect and Resume: Use StateT to save unused input for later
* Termination Safety: Detect and recover from end of input
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-parse-doc
Description-md5: 1624cfe383bee7f5bd2c91d7c77bcb10
Description-en: parsing infrastructure for the pipes ecosystem; documentation
pipes-parse builds upon the pipes library to provide shared parsing
idioms and utilities:
* Perfect Streaming: Program in a list-like style in constant memory
* Leftovers: Save unused input for later consumption
* Connect and Resume: Use StateT to save unused input for later
* Termination Safety: Detect and recover from end of input
.
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-pipes-parse-prof
Description-md5: 6e1a8bbc4ac7c573ae998cf3fa7b580d
Description-en: parsing infrastructure for the pipes ecosystem; profiling libraries
pipes-parse builds upon the pipes library to provide shared parsing
idioms and utilities:
* Perfect Streaming: Program in a list-like style in constant memory
* Leftovers: Save unused input for later consumption
* Connect and Resume: Use StateT to save unused input for later
* Termination Safety: Detect and recover from end of input
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-prof
Description-md5: f826a8d3a756691ddecd8b9d217c3604
Description-en: compositional pipelines; profiling libraries
pipes is a clean and powerful stream processing library that lets you
build and connect reusable streaming components
.
Advantages over traditional streaming libraries:
* Concise API: Use simple commands like for, (>->), await, and yield
* Blazing fast: Implementation tuned for speed
* Lightweight Dependency: pipes is small and compiles very rapidly,
including dependencies
* Elegant semantics: Use practical category theory
* ListT: Correct implementation of ListT that interconverts with pipes
* Bidirectionality: Implement duplex channels
* Extensive Documentation: Second to none!
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-safe-dev
Description-md5: f45ca876634b65848b8eccd55eacf23b
Description-en: safety for the pipes ecosystem
This package adds resource management and exception handling to the
pipes ecosystem.
.
Notable features include:
.
* Resource Safety: Guarantee finalization using `finally`, `bracket`
and more
* Exception Safety: Even against asynchronous exceptions!
* Laziness: Only acquire resources when you need them
* Promptness: Finalize resources early when you are done with them
* Native Exception Handling: Catch and resume from exceptions
inside pipes
* No Buy-in: Mix resource-safe pipes with unmanaged pipes using
`hoist`
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pipes-safe-doc
Description-md5: 06f9a69dbe90dbacbe51079e8dbc4ac5
Description-en: safety for the pipes ecosystem; documentation
This package adds resource management and exception handling to the
pipes ecosystem.
.
Notable features include:
.
* Resource Safety: Guarantee finalization using `finally`, `bracket`
and more
* Exception Safety: Even against asynchronous exceptions!
* Laziness: Only acquire resources when you need them
* Promptness: Finalize resources early when you are done with them
* Native Exception Handling: Catch and resume from exceptions
inside pipes
* No Buy-in: Mix resource-safe pipes with unmanaged pipes using
`hoist`
.
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-pipes-safe-prof
Description-md5: b750e0b5533cd04f8e3e1e98c2d1fc8e
Description-en: safety for the pipes ecosystem; profiling libraries
This package adds resource management and exception handling to the
pipes ecosystem.
.
Notable features include:
.
* Resource Safety: Guarantee finalization using `finally`, `bracket`
and more
* Exception Safety: Even against asynchronous exceptions!
* Laziness: Only acquire resources when you need them
* Promptness: Finalize resources early when you are done with them
* Native Exception Handling: Catch and resume from exceptions
inside pipes
* No Buy-in: Mix resource-safe pipes with unmanaged pipes using
`hoist`
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pointed-dev
Description-md5: 54b34529be8ec9622baeeedfef6be2b4
Description-en: pointed and copointed data
Haskell 98 pointed and copointed data types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pointed-doc
Description-md5: db013171fbfca1c4fbf39771846c24d8
Description-en: pointed and copointed data; documentation
Haskell 98 pointed and copointed data types.
.
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-pointed-prof
Description-md5: 3052a56ced3e96e55868b1f45a4b6305
Description-en: pointed and copointed data; profiling libraries
Haskell 98 pointed and copointed data types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pointedlist-dev
Description-md5: 6d43870b3fc88971fcf660016d76c299
Description-en: zipper-like comonad which works as a list, tracking a position
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
wraps around to the other end when progressing past the actual edge.
.
This package contains the normal library files.
Package: libghc-pointedlist-doc
Description-md5: 493921d3fa29ced5e988e32780e7bfc3
Description-en: zipper-like comonad which works as a list, tracking a position.; documentation
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
wraps around to the other end when progressing past the actual edge.
.
This package contains the documentation files.
Package: libghc-pointedlist-prof
Description-md5: 1fc526d637054c1059db9b51a3bb367c
Description-en: zipper-like comonad which works as a list, tracking a position; profiling libraries
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
wraps around to the other end when progressing past the actual edge.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-polyparse-dev
Description-md5: fc1d3f23468a2adfc35204e220a4e2be
Description-en: alternative parser combinator libraries for Haskell
Alternative parser combinator libraries, including the original
HuttonMeijer set. The Poly sets have features like good error reporting,
arbitrary token type, running state, lazy parsing, and so on. Finally,
Text.Parse is a proposed replacement for the standard Read class, for
better deserialisation of Haskell values from Strings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-polyparse-doc
Description-md5: d9dd9995bd74a7ca10fff4f1b9e0a423
Description-en: alternative parser combinator libraries for Haskell; documentation
Alternative parser combinator libraries, including the original
HuttonMeijer set. The Poly sets have features like good error reporting,
arbitrary token type, running state, lazy parsing, and so on. Finally,
Text.Parse is a proposed replacement for the standard Read class, for
better deserialisation of Haskell values from Strings.
.
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-polyparse-prof
Description-md5: ea5d2a0842fd1be4355eca039e64639b
Description-en: alternative parser combinator libraries for Haskell; profiling libraries
Alternative parser combinator libraries, including the original
HuttonMeijer set. The Poly sets have features like good error reporting,
arbitrary token type, running state, lazy parsing, and so on. Finally,
Text.Parse is a proposed replacement for the standard Read class, for
better deserialisation of Haskell values from Strings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-posix-pty-dev
Description-md5: 252e651dfe28486fb5d626b0a8c680be
Description-en: interact with pseudoterminals using subprocesses
This Haskell library permits programs to interact with
pseudoterminals, where those pseudoterminals are represented as
subprocesses. There are functions available to read and write to the
terminals, and to resize them.
.
See pty(7) for more information on pseudoterminals.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-posix-pty-doc
Description-md5: b7a442271a3ae592a0c97d9c8123ee74
Description-en: interact with pseudoterminals using subprocesses; documentation
This Haskell library permits programs to interact with
pseudoterminals, where those pseudoterminals are represented as
subprocesses. There are functions available to read and write to the
terminals, and to resize them.
.
See pty(7) for more information on pseudoterminals.
.
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-posix-pty-prof
Description-md5: edec18c72a83dbdf7094e4791d68b161
Description-en: interact with pseudoterminals using subprocesses; profiling libraries
This Haskell library permits programs to interact with
pseudoterminals, where those pseudoterminals are represented as
subprocesses. There are functions available to read and write to the
terminals, and to resize them.
.
See pty(7) for more information on pseudoterminals.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-postgresql-libpq-dev
Description-md5: c0a2240ed386eaf8c2b837608ca5ffdd
Description-en: low-level binding to libpq
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
Author: Grant Monroe, Leon P Smith, Joey Adams
Upstream-Maintainer: Leon P Smith
.
This package contains the normal library files.
Package: libghc-postgresql-libpq-doc
Description-md5: 4a23442378759fcfaee27adee48590cd
Description-en: low-level binding to libpq; documentation
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
Author: Grant Monroe, Leon P Smith, Joey Adams
Upstream-Maintainer: Leon P Smith
.
This package contains the documentation files.
Package: libghc-postgresql-libpq-pkgconfig-dev
Description-md5: 5efb39b6a13d86b4bfb58d2ba0f6af17
Description-en: low-level binding to libpq; pkg-config based provider
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
This is an empty package that provides the dependency with the C library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-postgresql-libpq-pkgconfig-doc
Description-md5: 048693db1068055e8a242a65ca84b083
Description-en: low-level binding to libpq; pkg-config based provider; documentation
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
This is an empty package that provides the dependency with the C library.
.
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-postgresql-libpq-pkgconfig-prof
Description-md5: 007d8548221d84be8b79f81b350a0431
Description-en: low-level binding to libpq; pkg-config based provider; profiling libraries
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
This is an empty package that provides the dependency with the C library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-postgresql-libpq-prof
Description-md5: e4a89bc807bb37cecf663ff868407097
Description-en: low-level binding to libpq; profiling libraries
This is a binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client
programs to pass queries to the PostgreSQL backend server and to receive
the results of these queries.
.
Author: Grant Monroe, Leon P Smith, Joey Adams
Upstream-Maintainer: Leon P Smith
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-postgresql-simple-dev
Description-md5: 4d23c0438767a3d66a2d2f28b264dfad
Description-en: mid-level PostgreSQL client library
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
.
This package contains the normal library files.
Package: libghc-postgresql-simple-doc
Description-md5: 69b2c18517db3ee6140efd16c9af6499
Description-en: mid-level PostgreSQL client library; documentation
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
.
This package contains the documentation files.
Package: libghc-postgresql-simple-prof
Description-md5: 2736d87f1c46c69fe07c400bf317aab8
Description-en: mid-level PostgreSQL client library; profiling libraries
Mid-level client library for the PostgreSQL database, aimed at ease of
use and high performance.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-pqueue-dev
Description-md5: a17936561d9979f223a50c0eee5c53aa
Description-en: reliable, persistent, fast priority queues.
A fast, reliable priority queue implementation based on a binomial heap.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pqueue-doc
Description-md5: d769dee954bbffeaf7aa2da710d413ba
Description-en: reliable, persistent, fast priority queues.; documentation
A fast, reliable priority queue implementation based on a binomial heap.
.
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-pqueue-prof
Description-md5: 209ca56b2d4f8a09a9a2b8954ec3084b
Description-en: reliable, persistent, fast priority queues.; profiling libraries
A fast, reliable priority queue implementation based on a binomial heap.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prelude-extras-dev
Description-md5: adc6a938da4fdea1ccc3279024b7a26e
Description-en: higher-order versions of Prelude classes
Haskell 98 - higher order versions of Prelude classes to ease
programming with polymorphic recursion and reduce
UndecidableInstances
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prelude-extras-doc
Description-md5: 1612a1b19e40104504d5c1958a3f8609
Description-en: higher-order versions of Prelude classes; documentation
Haskell 98 - higher order versions of Prelude classes to ease
programming with polymorphic recursion and reduce
UndecidableInstances
.
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-prelude-extras-prof
Description-md5: 7fb0bde7e8e6d8a44ef9ffa6c7203762
Description-en: higher-order versions of Prelude classes; profiling libraries
Haskell 98 - higher order versions of Prelude classes to ease
programming with polymorphic recursion and reduce
UndecidableInstances
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pretty-show-dev
Description-md5: ed22b736508256f38bd507839b8dcda5
Description-en: A Haskell library for pretty printing data structures
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
printed version is significantly more readable that the standard Show output.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pretty-show-doc
Description-md5: ba096d05805aca165db21e8b9271b4e2
Description-en: Documentation for Haskell pretty printing library; documentation
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
printed version is significantly more readable that the standard Show output.
.
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-pretty-show-prof
Description-md5: 3b1ca2472c6ada19232a69e14c19f74b
Description-en: Profiling libraries for pretty printing Haskell data structures; profiling libraries
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
printed version is significantly more readable that the standard Show output.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pretty-simple-dev
Description-md5: 17dca24e7d63aa5d30dc73991e8bb8fc
Description-en: pretty printer for data types with a 'Show' instance
Features:
* Easy-to-read
- Complex data types are simple to understand.
* Color
- Prints in color using ANSI escape codes.
- It is possible to print without color by using the pPrintNoColor
function
* Rainbow Parentheses
- Easy to understand deeply nested data types
* Configurable Indentation
- Amount of indentation is configurable with the pPrintOpt function
* Fast
- No problem pretty-printing data types thousands of lines long
* Works with any data type with a Show instance
- Some common Haskell data types have a Show instance that produces
non-valid Haskell code. pretty-simple will pretty-print even these
data types
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-pretty-simple-doc
Description-md5: 1589723361633145cd47329af4887b71
Description-en: pretty printer for data types with a 'Show' instance; documentation
Features:
* Easy-to-read
- Complex data types are simple to understand.
* Color
- Prints in color using ANSI escape codes.
- It is possible to print without color by using the pPrintNoColor
function
* Rainbow Parentheses
- Easy to understand deeply nested data types
* Configurable Indentation
- Amount of indentation is configurable with the pPrintOpt function
* Fast
- No problem pretty-printing data types thousands of lines long
* Works with any data type with a Show instance
- Some common Haskell data types have a Show instance that produces
non-valid Haskell code. pretty-simple will pretty-print even these
data types
.
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-pretty-simple-prof
Description-md5: b87c2d7de126e013699de1e4adc5cc04
Description-en: pretty printer for data types with a 'Show' instance; profiling libraries
Features:
* Easy-to-read
- Complex data types are simple to understand.
* Color
- Prints in color using ANSI escape codes.
- It is possible to print without color by using the pPrintNoColor
function
* Rainbow Parentheses
- Easy to understand deeply nested data types
* Configurable Indentation
- Amount of indentation is configurable with the pPrintOpt function
* Fast
- No problem pretty-printing data types thousands of lines long
* Works with any data type with a Show instance
- Some common Haskell data types have a Show instance that produces
non-valid Haskell code. pretty-simple will pretty-print even these
data types
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyclass-dev
Description-md5: 2b2adcf399e9d8b7cb3a45543e8d8b5f
Description-en: Pretty printing class similar to Show.
Pretty printing class similar to Show, based on the HughesPJ
pretty printing library. Provides the pretty printing class
and instances for the Prelude types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyclass-doc
Description-md5: c0e19081f0fedef5da1f876afe15c011
Description-en: Pretty printing class similar to Show.; documentation
Pretty printing class similar to Show, based on the HughesPJ
pretty printing library. Provides the pretty printing class
and instances for the Prelude types.
.
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-prettyclass-prof
Description-md5: db21190d3bac43868d2ede9ae141fc83
Description-en: Pretty printing class similar to Show.; profiling libraries
Pretty printing class similar to Show, based on the HughesPJ
pretty printing library. Provides the pretty printing class
and instances for the Prelude types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-ansi-terminal-dev
Description-md5: f6c3f945d2d0ba93997942b5849b6573
Description-en: ANSI terminal backend for prettyprinter
This package defines a renderer for documents generated by the
prettyprinter package, suitable for displaying them on ANSI-compatible
terminals, including colors, boldening, underlining and italication.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-ansi-terminal-doc
Description-md5: 28a16a88185cce4c674bb31ce3fe9cc0
Description-en: ANSI terminal backend for prettyprinter; documentation
This package defines a renderer for documents generated by the
prettyprinter package, suitable for displaying them on ANSI-compatible
terminals, including colors, boldening, underlining and italication.
.
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-prettyprinter-ansi-terminal-prof
Description-md5: d7462aca353f5fc746672f6314c44b86
Description-en: ANSI terminal backend for prettyprinter; profiling libraries
This package defines a renderer for documents generated by the
prettyprinter package, suitable for displaying them on ANSI-compatible
terminals, including colors, boldening, underlining and italication.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-compat-ansi-wl-pprint-dev
Description-md5: 03e6998a07cf1ae5ba16ccd10e5abc3e
Description-en: compatibility package to migrate to prettyprinter
This library provides a drop-in compatibility package to migrate from
'ansi-wl-pprint' to 'prettyprinter'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-compat-ansi-wl-pprint-doc
Description-md5: bd2c1f9212f91a19eaef490035292591
Description-en: compatibility package to migrate to prettyprinter; documentation
This library provides a drop-in compatibility package to migrate from
'ansi-wl-pprint' to 'prettyprinter'.
.
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-prettyprinter-compat-ansi-wl-pprint-prof
Description-md5: d07c55f6f041e485302adad294125706
Description-en: compatibility package to migrate to prettyprinter; profiling libraries
This library provides a drop-in compatibility package to migrate from
'ansi-wl-pprint' to 'prettyprinter'.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-dev
Description-md5: 5c26d5d380695f8401634a7d78c3d545
Description-en: modern, easy-to-use, extensible prettyprinter
Haskell, more specifically Hackage, has a zoo of Wadler/Leijen based
prettyprinters already. Each of them addresses a different concern
with the classic wl-pprint package. This package solves all these
issues, and then some:
* Text instead of String
* No name clashes
* Annotation support
* Extensible backends
* Performance
* Open implementation
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-doc
Description-md5: fd63bbee5e5221db32f143775b704193
Description-en: modern, easy-to-use, extensible prettyprinter; documentation
Haskell, more specifically Hackage, has a zoo of Wadler/Leijen based
prettyprinters already. Each of them addresses a different concern
with the classic wl-pprint package. This package solves all these
issues, and then some:
* Text instead of String
* No name clashes
* Annotation support
* Extensible backends
* Performance
* Open implementation
.
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-prettyprinter-interp-dev
Description-md5: 40b434b2530048702a760bf3834028bf
Description-en: Efficient interpolation for Prettyprinter
This package provides efficient interpolation of string-interpolate quasi
quoters when used with prettyprinter.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-interp-doc
Description-md5: 610ae98267466e111778423dab75a3d2
Description-en: Efficient interpolation for Prettyprinter; documentation
This package provides efficient interpolation of string-interpolate quasi
quoters when used with prettyprinter.
.
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-prettyprinter-interp-prof
Description-md5: 838517533ab2418eeed3d9878c751f39
Description-en: Efficient interpolation for Prettyprinter; profiling libraries
This package provides efficient interpolation of string-interpolate quasi
quoters when used with prettyprinter.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prettyprinter-prof
Description-md5: b9192916baaf6e7192ac66d079e6803c
Description-en: modern, easy-to-use, extensible prettyprinter; profiling libraries
Haskell, more specifically Hackage, has a zoo of Wadler/Leijen based
prettyprinters already. Each of them addresses a different concern
with the classic wl-pprint package. This package solves all these
issues, and then some:
* Text instead of String
* No name clashes
* Annotation support
* Extensible backends
* Performance
* Open implementation
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prim-uniq-dev
Description-md5: f3dae198172a601877934224e6434f74
Description-en: opaque unique identifiers in primitive state monads
Opaque unique identifiers in primitive state monads
and a GADT-like type using them as witnesses of type
equality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-prim-uniq-doc
Description-md5: dc86af04817e0ac849e71cbe2d3bfd7b
Description-en: opaque unique identifiers in primitive state monads; documentation
Opaque unique identifiers in primitive state monads
and a GADT-like type using them as witnesses of type
equality.
.
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-prim-uniq-prof
Description-md5: 1d8d52eda803c1afc6d90691e3334c7e
Description-en: opaque unique identifiers in primitive state monads; profiling libraries
Opaque unique identifiers in primitive state monads
and a GADT-like type using them as witnesses of type
equality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primes-dev
Description-md5: 5476cf62681466a035779d72eff28ae6
Description-en: efficient, purely functional generation of prime numbers
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primes-doc
Description-md5: 674aac96f8153128839b4b4b422624e8
Description-en: efficient, purely functional generation of prime numbers; documentation
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
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-primes-prof
Description-md5: d999a607a0891ca2db0546097f548e54
Description-en: efficient, purely functional generation of prime numbers; profiling libraries
This Haskell library provides an efficient lazy wheel sieve for prime
generation inspired by Lazy wheel sieves and spirals of primes by Colin
Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-addr-dev
Description-md5: a8714aae98a6f9e104004ece68b50866
Description-en: addresses to unmanaged memory
This library provides the Data.Primitive.Addr module
that was a part of the primitive library before
primitive 0.7.0.0.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-addr-doc
Description-md5: 8facb89bf09603a17ff391c58a041506
Description-en: addresses to unmanaged memory; documentation
This library provides the Data.Primitive.Addr module
that was a part of the primitive library before
primitive 0.7.0.0.
.
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-primitive-addr-prof
Description-md5: c461d01e5559cb45876573ca85fbdeec
Description-en: addresses to unmanaged memory; profiling libraries
This library provides the Data.Primitive.Addr module
that was a part of the primitive library before
primitive 0.7.0.0.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-dev
Description-md5: ac45cfb04b3f1a94a6d91e88b0ac5168
Description-en: Wrappers for primitive operations
This package contains Haskell bindings for the functions and data structures
defined in the primitive C library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-doc
Description-md5: 9ab2e876c359723baa632b9f964615c6
Description-en: Wrappers for primitive operations; documentation
This package provides wrappers for primitive array operations from GHC.Prim.
.
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-primitive-prof
Description-md5: 8c0268a81a4c430a31a6c66fed999351
Description-en: Wrappers for primitive operations; profiling libraries
This package provides wrappers for primitive array operations from GHC.Prim.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-unaligned-dev
Description-md5: 638bbdfbbbb5584efeefa6528a3458d2
Description-en: unaligned access to primitive arrays
Unaligned access to primitive arrays. The offsets are given in bytes
rather than elements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-primitive-unaligned-doc
Description-md5: 0c0aa781356e15fda0f8a3a58802c5ff
Description-en: unaligned access to primitive arrays; documentation
Unaligned access to primitive arrays. The offsets are given in bytes
rather than elements.
.
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-primitive-unaligned-prof
Description-md5: 526d4d0b85af174a4af834800830c8c2
Description-en: unaligned access to primitive arrays; profiling libraries
Unaligned access to primitive arrays. The offsets are given in bytes
rather than elements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-process-extras-dev
Description-md5: b08be414d2c9e7694003c3b1e6312a2a
Description-en: Extra functionality for the Process library
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-process-extras-doc
Description-md5: 15791d28e31e58d998d735dfe6f2c43f
Description-en: Extra functionality for the Process library; documentation
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
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-process-extras-prof
Description-md5: adcb1a9cb7685b6c7519a8b8b1431e34
Description-en: Extra functionality for the Process library; profiling libraries
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-profunctors-dev
Description-md5: b9a5305bde3fbb1f7e0695f556550a85
Description-en: Haskell 98 Profunctors
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-profunctors-doc
Description-md5: eb50cd36e2e98aa85115c4f81713d93c
Description-en: Haskell 98 Profunctors; documentation
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
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-profunctors-prof
Description-md5: a396048aa1f7fc61318f8c7c7ab28172
Description-en: Haskell 98 Profunctors; profiling libraries
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-project-template-dev
Description-md5: 76b93b9a0be347013b96e618c793843c
Description-en: specify Haskell project templates and generate files
Framework for project templates/scaffolding.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-project-template-doc
Description-md5: 38123b29ccffae85f5f106054a9de750
Description-en: specify Haskell project templates and generate files; documentation
Framework for project templates/scaffolding.
.
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-project-template-prof
Description-md5: 4a70188b6db44b18b9f1a2250dd5438f
Description-en: specify Haskell project templates and generate files; profiling libraries
Framework for project templates/scaffolding.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-propellor-dev
Description-md5: 514698f178565f9c61a1b3769d9ece51
Description-en: property-based host configuration management in haskell
Propellor ensures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.
.
It is configured using haskell.
.
The easiest way to get started with propellor is to install the binary package
`propellor' and run `propellor --init'.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-propellor-doc
Description-md5: 0236a3196b8a01d140d353a5138e2db9
Description-en: property-based host configuration management in haskell; documentation
Propellor ensures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.
.
It is configured using haskell.
.
The easiest way to get started with propellor is to install the binary package
`propellor' and run `propellor --init'.
.
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-propellor-prof
Description-md5: ca67ec81e90a01c783ad7a3e40616e02
Description-en: property-based host configuration management in haskell; profiling libraries
Propellor ensures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.
.
It is configured using haskell.
.
The easiest way to get started with propellor is to install the binary package
`propellor' and run `propellor --init'.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-protobuf-dev
Description-md5: 5d3db01e1c02e2c415338aa09c4bfe5e
Description-en: Google Protocol Buffers for Haskell
Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. This is an implementation of a
subset of Google Protocol Buffers for Haskell.
.
Record specifications are built by defining records with specially
defined fields that capture most of the Protocol Buffers
specification language.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-protobuf-doc
Description-md5: 586004ab648d6d1ba07490039daa7012
Description-en: Google Protocol Buffers for Haskell; documentation
Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. This is an implementation of a
subset of Google Protocol Buffers for Haskell.
.
Record specifications are built by defining records with specially
defined fields that capture most of the Protocol Buffers
specification language.
.
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-protobuf-prof
Description-md5: 40641c3d44adfccc977f3a4822909cb0
Description-en: Google Protocol Buffers for Haskell; profiling libraries
Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. This is an implementation of a
subset of Google Protocol Buffers for Haskell.
.
Record specifications are built by defining records with specially
defined fields that capture most of the Protocol Buffers
specification language.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-psqueue-dev
Description-md5: c1c5e2364f2e7887e6e9c659e36fa6b4
Description-en: Priority Search Queue
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.
.
This package contains the normal library files.
Package: libghc-psqueue-doc
Description-md5: a8f5b1c07c0222236f02a1b0a396ed78
Description-en: Priority Search Queue; documentation
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.
.
This package contains the documentation files.
Package: libghc-psqueue-prof
Description-md5: 25d521ee6f69144c34d63f4b6bee7658
Description-en: Priority Search Queue; profiling libraries
A /priority search queue/ efficiently supports the
opperations of both a search tree and a priority queue. A
'Binding' is a product of a key and a priority. Bindings
can be inserted, deleted, modified and queried in
logarithmic time, and the binding with the least priority
can be retrieved in constant time. A queue can be built
from a list of bindings, sorted by keys, in linear time.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-psqueues-dev
Description-md5: 5e502d3d58398c849220d5279050be99
Description-en: Pure priority search queues
This package provides Priority Search Queues in three different flavors.
.
* OrdPSQ k p v, which uses the Ord k instance to provide fast insertion,
deletion and lookup. This implementation is based on Ralf Hinze's "A Simple
Implementation Technique for Priority Search Queues". Hence, it is similar to
the PSQueue library, although it is considerably faster and provides a
slightly different API.
.
* IntPSQ p v is a far more efficient implementation. It fixes the key type
to Int and uses a radix tree (like IntMap) with an additional min-heap
property.
.
* HashPSQ k p v is a fairly straightforward extension of IntPSQ: it
simply uses the keys' hashes as indices in the IntPSQ. If there are any hash
collisions, it uses an OrdPSQ to resolve those. The performance of this
implementation is comparable to that of IntPSQ, but it is more widely
applicable since the keys are not restricted to Int, but rather to any
Hashable datatype.
.
Each of the three implementations provides the same API, so they can be used
interchangeably.
.
Typical applications of Priority Search Queues include:
.
* Caches, and more specifically LRU Caches;
.
* Schedulers;
.
* Pathfinding algorithms, such as Dijkstra's and A*.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-psqueues-doc
Description-md5: 4b01bcba4a003fce5cc40f1ee117b50f
Description-en: Pure priority search queues; documentation
This package provides Priority Search Queues in three different flavors.
.
* OrdPSQ k p v, which uses the Ord k instance to provide fast insertion,
deletion and lookup. This implementation is based on Ralf Hinze's "A Simple
Implementation Technique for Priority Search Queues". Hence, it is similar to
the PSQueue library, although it is considerably faster and provides a
slightly different API.
.
* IntPSQ p v is a far more efficient implementation. It fixes the key type
to Int and uses a radix tree (like IntMap) with an additional min-heap
property.
.
* HashPSQ k p v is a fairly straightforward extension of IntPSQ: it
simply uses the keys' hashes as indices in the IntPSQ. If there are any hash
collisions, it uses an OrdPSQ to resolve those. The performance of this
implementation is comparable to that of IntPSQ, but it is more widely
applicable since the keys are not restricted to Int, but rather to any
Hashable datatype.
.
Each of the three implementations provides the same API, so they can be used
interchangeably.
.
Typical applications of Priority Search Queues include:
.
* Caches, and more specifically LRU Caches;
.
* Schedulers;
.
* Pathfinding algorithms, such as Dijkstra's and A*.
.
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-psqueues-prof
Description-md5: 026258223cfeddd62b2ec9c69a99797a
Description-en: Pure priority search queues; profiling libraries
This package provides Priority Search Queues in three different flavors.
.
* OrdPSQ k p v, which uses the Ord k instance to provide fast insertion,
deletion and lookup. This implementation is based on Ralf Hinze's "A Simple
Implementation Technique for Priority Search Queues". Hence, it is similar to
the PSQueue library, although it is considerably faster and provides a
slightly different API.
.
* IntPSQ p v is a far more efficient implementation. It fixes the key type
to Int and uses a radix tree (like IntMap) with an additional min-heap
property.
.
* HashPSQ k p v is a fairly straightforward extension of IntPSQ: it
simply uses the keys' hashes as indices in the IntPSQ. If there are any hash
collisions, it uses an OrdPSQ to resolve those. The performance of this
implementation is comparable to that of IntPSQ, but it is more widely
applicable since the keys are not restricted to Int, but rather to any
Hashable datatype.
.
Each of the three implementations provides the same API, so they can be used
interchangeably.
.
Typical applications of Priority Search Queues include:
.
* Caches, and more specifically LRU Caches;
.
* Schedulers;
.
* Pathfinding algorithms, such as Dijkstra's and A*.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-puremd5-dev
Description-md5: ed621a8e58e049a77b3358135f64584e
Description-en: implementation of the MD5 digest (hash) algorithm
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-puremd5-doc
Description-md5: da99ea91d433ab545ef9d92b605f41f2
Description-en: implementation of the MD5 digest (hash) algorithm; documentation
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
.
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-puremd5-prof
Description-md5: 8afc43a6e09b1b3849c288a8841588f3
Description-en: implementation of the MD5 digest (hash) algorithm; profiling libraries
It is a Haskell-only implementation of the MD5 digest (hash) algorithm.
This now supports the crypto-api class interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-classes-base-dev
Description-md5: 7397cffe834f3df9e996ab88cb899645
Description-en: QuickCheck common typeclasses from `base`
This libary is a minimal variant of `quickcheck-classes` that
only provides laws for typeclasses from `base`. The main purpose
of splitting this out is so that `primitive` can depend on
`quickcheck-classes-base` in its test suite, avoiding the circular
dependency that arises if `quickcheck-classes` is used instead.
.
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
/Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses
('Data.Functor.Classes.Show1', 'Data.Functor.Classes.Eq1',
'Data.Functor.Classes.Ord1', etc.),
but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these
constraints more cleanly.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-classes-base-doc
Description-md5: bd6ed2ca8ad4c3d5230c9773a970e1ab
Description-en: QuickCheck common typeclasses from `base`; documentation
This libary is a minimal variant of `quickcheck-classes` that
only provides laws for typeclasses from `base`. The main purpose
of splitting this out is so that `primitive` can depend on
`quickcheck-classes-base` in its test suite, avoiding the circular
dependency that arises if `quickcheck-classes` is used instead.
.
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
/Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses
('Data.Functor.Classes.Show1', 'Data.Functor.Classes.Eq1',
'Data.Functor.Classes.Ord1', etc.),
but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these
constraints more cleanly.
.
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-quickcheck-classes-base-prof
Description-md5: 6a0c63a0c2a1ed0bcdd2b33cd037eba3
Description-en: QuickCheck common typeclasses from `base`; profiling libraries
This libary is a minimal variant of `quickcheck-classes` that
only provides laws for typeclasses from `base`. The main purpose
of splitting this out is so that `primitive` can depend on
`quickcheck-classes-base` in its test suite, avoiding the circular
dependency that arises if `quickcheck-classes` is used instead.
.
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
/Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses
('Data.Functor.Classes.Show1', 'Data.Functor.Classes.Eq1',
'Data.Functor.Classes.Ord1', etc.),
but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these
constraints more cleanly.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-classes-dev
Description-md5: ea5ecc102b90efa7fb4c1eddeae99cca
Description-en: QuickCheck common typeclasses
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-classes-doc
Description-md5: 15aab5ff03fc174f90da91e5600e291f
Description-en: QuickCheck common typeclasses; documentation
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
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-quickcheck-classes-prof
Description-md5: 402b271bf5d682af5e90581089c2ec1d
Description-en: QuickCheck common typeclasses; profiling libraries
This library provides QuickCheck properties to ensure
that typeclass instances adhere to the set of laws that
they are supposed to. There are other libraries that do
similar things, such as `genvalidity-hspec` and `checkers`.
This library differs from other solutions by not introducing
any new typeclasses that the user needs to learn.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-instances-dev
Description-md5: 88d38fed06319fdb0359bddfadedf883
Description-en: common QuickCheck instances
QuickCheck instances.
.
The goal is to supply QuickCheck instances for
types provided by the Haskell Platform.
.
For information on writing a test-suite with Cabal
see
.
Author: Antoine Latter
Upstream-Maintainer: aslatter@gmail.com
.
This package contains the normal library files.
Package: libghc-quickcheck-instances-doc
Description-md5: 6f865145b3d371791351404939a19181
Description-en: common QuickCheck instances; documentation
QuickCheck instances.
.
The goal is to supply QuickCheck instances for
types provided by the Haskell Platform.
.
For information on writing a test-suite with Cabal
see
.
Author: Antoine Latter
Upstream-Maintainer: aslatter@gmail.com
.
This package contains the documentation files.
Package: libghc-quickcheck-instances-prof
Description-md5: ac858f351162860bf1924a57c4b8706b
Description-en: common QuickCheck instances; profiling libraries
QuickCheck instances.
.
The goal is to supply QuickCheck instances for
types provided by the Haskell Platform.
.
For information on writing a test-suite with Cabal
see
.
Author: Antoine Latter
Upstream-Maintainer: aslatter@gmail.com
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-quickcheck-io-dev
Description-md5: c77a94382ab7a241cdca8ad20c4af2a8
Description-en: use HUnit assertions as QuickCheck properties
This package provides an orphan instance that allows you to use HUnit
assertions as QuickCheck properties.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-io-doc
Description-md5: 2a363dc4f89c43502b2179ce25d42e1e
Description-en: use HUnit assertions as QuickCheck properties; documentation
This package provides an orphan instance that allows you to use HUnit
assertions as QuickCheck properties.
.
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-quickcheck-io-prof
Description-md5: d2bbd70e665658f8a8fac00cf6112e41
Description-en: use HUnit assertions as QuickCheck properties; profiling libraries
This package provides an orphan instance that allows you to use HUnit
assertions as QuickCheck properties.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-safe-dev
Description-md5: 0691e6a922bb92a4a6037301f26e4869
Description-en: Safe reimplementation of QuickCheck's core
QuickCheck-safe reimplements the quickCheck functionality with a pure
interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
.
* uses the existing Arbitrary instances
* implemented features: testing, result minimization (i.e., shrinking)
* missing features: expected failures, label frequencies, coverage
.
The package is targeted at users who want to leverage SafeHaskell for
sandboxing.
.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
*** Failed! Falsifiable (after 18 tests and 3 shrinks):
[(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-safe-doc
Description-md5: 9b9fc2c290418b06aa4d08072959b339
Description-en: Safe reimplementation of QuickCheck's core; documentation
QuickCheck-safe reimplements the quickCheck functionality with a pure
interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
.
* uses the existing Arbitrary instances
* implemented features: testing, result minimization (i.e., shrinking)
* missing features: expected failures, label frequencies, coverage
.
The package is targeted at users who want to leverage SafeHaskell for
sandboxing.
.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
*** Failed! Falsifiable (after 18 tests and 3 shrinks):
[(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
.
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-quickcheck-safe-prof
Description-md5: ff6782bc69541389a0506e3787db7479
Description-en: Safe reimplementation of QuickCheck's core; profiling libraries
QuickCheck-safe reimplements the quickCheck functionality with a pure
interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
.
* uses the existing Arbitrary instances
* implemented features: testing, result minimization (i.e., shrinking)
* missing features: expected failures, label frequencies, coverage
.
The package is targeted at users who want to leverage SafeHaskell for
sandboxing.
.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
*** Failed! Falsifiable (after 18 tests and 3 shrinks):
[(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-simple-dev
Description-md5: 23ec73f2d48724f10de50735ed7e8565
Description-en: Test properties and default-mains for QuickCheck
This package contains definitions of test properties and default-mains
using QuickCheck library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-simple-doc
Description-md5: 58430feb5a5d59829e6568e4531223be
Description-en: Test properties and default-mains for QuickCheck; documentation
This package contains definitions of test properties and default-mains
using QuickCheck library.
.
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-quickcheck-simple-prof
Description-md5: d11bc7e65f4a19a364dd5f4d53567482
Description-en: Test properties and default-mains for QuickCheck; profiling libraries
This package contains definitions of test properties and default-mains
using QuickCheck library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-text-dev
Description-md5: 1998683ccd49d4449711055addcc6bb6
Description-en: alternative arbitrary instance for Text
The usual Arbitrary instance for Text (in quickcheck-instances) only
has single-byte instances and so isn't an ideal representation of a
valid UTF-8 character. This package has generators for one-, two- and
three-byte UTF-8 characters (all that are currently in use).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-text-doc
Description-md5: efb73a3008338583b5771c31ee1ae820
Description-en: alternative arbitrary instance for Text; documentation
The usual Arbitrary instance for Text (in quickcheck-instances) only
has single-byte instances and so isn't an ideal representation of a
valid UTF-8 character. This package has generators for one-, two- and
three-byte UTF-8 characters (all that are currently in use).
.
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-quickcheck-text-prof
Description-md5: 0c565e70258adc41975d051455b32634
Description-en: alternative arbitrary instance for Text; profiling libraries
The usual Arbitrary instance for Text (in quickcheck-instances) only
has single-byte instances and so isn't an ideal representation of a
valid UTF-8 character. This package has generators for one-, two- and
three-byte UTF-8 characters (all that are currently in use).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-unicode-dev
Description-md5: 9643290bae5d7409ec68b7e4f2bf62e9
Description-en: Generator and shrink functions for testing Unicode-related software.
The default Arbitrary instance for the Char type intentionally generates only
ASCII values. This can lead to a false sense of security in cases where
Unicode compliance is required, as encodings that span multiple bytes or code
units will simply not be exercised at all.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck-unicode-doc
Description-md5: ff8371caafc678ba16d408799c5313c1
Description-en: Generator and shrink functions for testing Unicode-related software.; documentation
The default Arbitrary instance for the Char type intentionally generates only
ASCII values. This can lead to a false sense of security in cases where
Unicode compliance is required, as encodings that span multiple bytes or code
units will simply not be exercised at all.
.
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-quickcheck-unicode-prof
Description-md5: 353256dfc69583ca4f6e556804986b4d
Description-en: Generator and shrink functions for testing Unicode-related software.; profiling libraries
The default Arbitrary instance for the Char type intentionally generates only
ASCII values. This can lead to a false sense of security in cases where
Unicode compliance is required, as encodings that span multiple bytes or code
units will simply not be exercised at all.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quickcheck2-dev
Description-md5: fdc8a1a14b6a1fb648d28d110264b87f
Description-en: Haskell automatic testing library for GHC
This package provides a library for the Haskell programming language.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Package: libghc-quickcheck2-doc
Description-md5: e8ce978b93ab8a9a472d4e6d339b211d
Description-en: Haskell automatic testing library for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Package: libghc-quickcheck2-prof
Description-md5: e361d15f8ac8ef17ec6d8fae2f281b1e
Description-en: Haskell automatic testing library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Package: libghc-quote-quot-dev
Description-md5: 4850206c6ca5cd867472a037784aaafe
Description-en: divide without division
Generate routines for integer division, employing arithmetic
and bitwise operations only, which are 2.5x-3.5x faster
than 'quot'. Divisors must be known in compile-time and be
positive.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-quote-quot-doc
Description-md5: d2b6843c7a50f93040010be8391eeed0
Description-en: divide without division; documentation
Generate routines for integer division, employing arithmetic
and bitwise operations only, which are 2.5x-3.5x faster
than 'quot'. Divisors must be known in compile-time and be
positive.
.
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-quote-quot-prof
Description-md5: 0531250f0867a9beb43a00963ce9c022
Description-en: divide without division; profiling libraries
Generate routines for integer division, employing arithmetic
and bitwise operations only, which are 2.5x-3.5x faster
than 'quot'. Divisors must be known in compile-time and be
positive.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-dev
Description-md5: b801f6bb1c5339258f053f8c33ee71ec
Description-en: random number generator for Haskell
This package provides a basic random number generation library, including
the ability to split random number generators.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-doc
Description-md5: 8499948e08f6120f079b32b69fd90d40
Description-en: random number generator for Haskell; documentation
This package provides a basic random number generation library, including
the ability to split random number generators.
.
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-random-fu-dev
Description-md5: a386d9283189035a30e78cc41fdc1fbc
Description-en: random number generation
Random number generation based on modeling random variables in two
complementary ways: first, by the parameters of standard mathematical
distributions and, second, by an abstract type (RVar) which can be
composed and manipulated monadically and sampled in either monadic
or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-fu-doc
Description-md5: 207139dbdc0de4bb9a1d4334648d0b21
Description-en: random number generation; documentation
Random number generation based on modeling random variables in two
complementary ways: first, by the parameters of standard mathematical
distributions and, second, by an abstract type (RVar) which can be
composed and manipulated monadically and sampled in either monadic
or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
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-random-fu-prof
Description-md5: 114c62edca43341db9fd133f7e4cdd7b
Description-en: random number generation; profiling libraries
Random number generation based on modeling random variables in two
complementary ways: first, by the parameters of standard mathematical
distributions and, second, by an abstract type (RVar) which can be
composed and manipulated monadically and sampled in either monadic
or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-prof
Description-md5: 38258a1bd7e550ea0dad846e41286702
Description-en: random number generator for Haskell; profiling libraries
This package provides a basic random number generation library, including
the ability to split random number generators.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-shuffle-dev
Description-md5: a5f4add005f77e1bb68210ac470ec2c8
Description-en: random shuffle library
Random shuffle implementation, on immutable lists. Based on "perfect
shuffle" implementation by Oleg Kiselyov, available at
http://okmij.org/ftp/Haskell/perfect-shuffle.txt
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-random-shuffle-doc
Description-md5: f98679d48167ad31b34688bb60485a8d
Description-en: random shuffle library; documentation
Random shuffle implementation, on immutable lists. Based on "perfect
shuffle" implementation by Oleg Kiselyov, available at
http://okmij.org/ftp/Haskell/perfect-shuffle.txt
.
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-random-shuffle-prof
Description-md5: c885ca23b5a74b2c1b4186bdbf6458ad
Description-en: random shuffle library; profiling libraries
Random shuffle implementation, on immutable lists. Based on "perfect
shuffle" implementation by Oleg Kiselyov, available at
http://okmij.org/ftp/Haskell/perfect-shuffle.txt
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rank2classes-dev
Description-md5: 8e4ada6eb116e8330d0a8ce42f4212ca
Description-en: rank-2-type standard type constructor class hierarchy
A mirror image of the standard type constructor class hierarchy
rooted in 'Functor', except with methods of rank 2 types and class
instances of kind (k -> *) -> *. The classes enable generic handling
of heterogenously typed data structures and other neat tricks.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rank2classes-doc
Description-md5: b4958537599f45d0898b2262c0e27866
Description-en: rank-2-type standard type constructor class hierarchy; documentation
A mirror image of the standard type constructor class hierarchy
rooted in 'Functor', except with methods of rank 2 types and class
instances of kind (k -> *) -> *. The classes enable generic handling
of heterogenously typed data structures and other neat tricks.
.
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-rank2classes-prof
Description-md5: 1bcb92fee30bab0e8bfe6ece904ebd11
Description-en: rank-2-type standard type constructor class hierarchy; profiling libraries
A mirror image of the standard type constructor class hierarchy
rooted in 'Functor', except with methods of rank 2 types and class
instances of kind (k -> *) -> *. The classes enable generic handling
of heterogenously typed data structures and other neat tricks.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rate-limit-dev
Description-md5: e7a74ee3bce5ef6bd664925572536c4b
Description-en: rate-limiting IO actions
In many cases, it is useful, necessary, or simply nice to limit how
frequently you perform some action. For example, you may want to limit
how often your program makes a request of some web site. This library
is intended as a general-purpose mechanism for rate-limiting IO actions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rate-limit-doc
Description-md5: c6f8076d7905dd812bf0c8d85f98a35f
Description-en: rate-limiting IO actions; documentation
In many cases, it is useful, necessary, or simply nice to limit how
frequently you perform some action. For example, you may want to limit
how often your program makes a request of some web site. This library
is intended as a general-purpose mechanism for rate-limiting IO actions.
.
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-rate-limit-prof
Description-md5: 685a18ad78c4c3b7f2708c8fa7cb2bb9
Description-en: rate-limiting IO actions; profiling libraries
In many cases, it is useful, necessary, or simply nice to limit how
frequently you perform some action. For example, you may want to limit
how often your program makes a request of some web site. This library
is intended as a general-purpose mechanism for rate-limiting IO actions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-raw-strings-qq-dev
Description-md5: 081db47d949bb7d5bb38369c24c7016b
Description-en: Raw string literals for Haskell
A quasiquoter for raw string literals - that is, string literals that don't
recognise the standard escape sequences (such as '\n\). Basically, they
make your code more readable by freeing you from the responsibility to
escape backslashes. They are useful when working with regular expressions,
DOS/Windows paths and markup languages (such as XML).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-raw-strings-qq-doc
Description-md5: ebdd0afb8e12a6823364efe16db3077a
Description-en: Raw string literals for Haskell; documentation
A quasiquoter for raw string literals - that is, string literals that don't
recognise the standard escape sequences (such as '\n\). Basically, they
make your code more readable by freeing you from the responsibility to
escape backslashes. They are useful when working with regular expressions,
DOS/Windows paths and markup languages (such as XML).
.
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-raw-strings-qq-prof
Description-md5: 65525e100fee81c954c18089b7fe202f
Description-en: Raw string literals for Haskell; profiling libraries
A quasiquoter for raw string literals - that is, string literals that don't
recognise the standard escape sequences (such as '\n\). Basically, they
make your code more readable by freeing you from the responsibility to
escape backslashes. They are useful when working with regular expressions,
DOS/Windows paths and markup languages (such as XML).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reactive-banana-dev
Description-md5: 14a92540faeb29a9a268b51a085100bd
Description-en: Library for functional reactive programming (FRP)
Reactive-banana is a library for Functional Reactive Programming (FRP).
.
FRP offers an elegant and concise way to express interactive programs
such as graphical user interfaces, animations, computer music or
robot controllers. It promises to avoid the spaghetti code that is
all too common in traditional approaches to GUI programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reactive-banana-doc
Description-md5: 49a77083a63e72effeda89493c9bfeb9
Description-en: Library for functional reactive programming (FRP); documentation
Reactive-banana is a library for Functional Reactive Programming (FRP).
.
FRP offers an elegant and concise way to express interactive programs
such as graphical user interfaces, animations, computer music or
robot controllers. It promises to avoid the spaghetti code that is
all too common in traditional approaches to GUI programming.
.
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-reactive-banana-prof
Description-md5: f048673243700259e98751eb046c81c5
Description-en: Library for functional reactive programming (FRP); profiling libraries
Reactive-banana is a library for Functional Reactive Programming (FRP).
.
FRP offers an elegant and concise way to express interactive programs
such as graphical user interfaces, animations, computer music or
robot controllers. It promises to avoid the spaghetti code that is
all too common in traditional approaches to GUI programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-readable-dev
Description-md5: e225e384773239bb2b0a8055c68d8546
Description-en: reading from Text and ByteString
Provides a Readable type class for reading data types from ByteString and
Text. Also includes efficient implementations for common data types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-readable-doc
Description-md5: 3f6a47efb3f2823b2bbbf035e37116fb
Description-en: reading from Text and ByteString; documentation
Provides a Readable type class for reading data types from ByteString and
Text. Also includes efficient implementations for common data types.
.
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-readable-prof
Description-md5: afe424ba8b476fbe48744e02b22b2bb5
Description-en: reading from Text and ByteString; profiling libraries
Provides a Readable type class for reading data types from ByteString and
Text. Also includes efficient implementations for common data types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-readargs-dev
Description-md5: 3b4c45eaa4637b05ff67a0ac3976a15f
Description-en: simple command-line argument parsing
ReadArgs provides the readArgs IO action, which lets you tell the
compiler to parse the command line arguments to fit the type signature
you give.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-readargs-doc
Description-md5: fae31f51475f7469f75af47fa94b9a3f
Description-en: simple command-line argument parsing; documentation
ReadArgs provides the readArgs IO action, which lets you tell the
compiler to parse the command line arguments to fit the type signature
you give.
.
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-readargs-prof
Description-md5: 89a74d7bae881b2ef16328d0f0dd9867
Description-en: simple command-line argument parsing; profiling libraries
ReadArgs provides the readArgs IO action, which lets you tell the
compiler to parse the command line arguments to fit the type signature
you give.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recaptcha-dev
Description-md5: fb58149c9df9ec6605bf48a02e7ab7af
Description-en: Haskell interface to reCAPTCHA service
reCAPTCHA (https://www.google.com/recaptcha/intro/) is a service that
provides captchas for preventing automated spam in web applications, using
the data people submit to digitize old books and newspapers.
haskell-recaptcha provides functions for using reCAPTCHA in Haskell web
applications.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recaptcha-doc
Description-md5: ca729bbf243960d9f9a6b8b1b7c77c35
Description-en: Haskell interface to reCAPTCHA service; documentation
reCAPTCHA (https://www.google.com/recaptcha/intro/) is a service that
provides captchas for preventing automated spam in web applications, using
the data people submit to digitize old books and newspapers.
haskell-recaptcha provides functions for using reCAPTCHA in Haskell web
applications.
.
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-recaptcha-prof
Description-md5: 6390d22b9a135434a8b006fe412b7fdb
Description-en: Haskell interface to reCAPTCHA service; profiling libraries
reCAPTCHA (https://www.google.com/recaptcha/intro/) is a service that
provides captchas for preventing automated spam in web applications, using
the data people submit to digitize old books and newspapers.
haskell-recaptcha provides functions for using reCAPTCHA in Haskell web
applications.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recursion-schemes-dev
Description-md5: 3071169abb46ab0b13cfcfd55d03c818
Description-en: generalized bananas, lenses and barbed wire
Base functors for fixed points, fixed points, folding, unfolding, refolding,
Mendler-style iteration, Elgot (co)algebras, and Zygohistomorphic
prepromorphisms.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recursion-schemes-doc
Description-md5: 1555e0c8bdba8d6d4227cd88fd52c31b
Description-en: generalized bananas, lenses and barbed wire; documentation
Base functors for fixed points, fixed points, folding, unfolding, refolding,
Mendler-style iteration, Elgot (co)algebras, and Zygohistomorphic
prepromorphisms.
.
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-recursion-schemes-prof
Description-md5: db3f3e2ce14d468f3d7075298dd1cad3
Description-en: generalized bananas, lenses and barbed wire; profiling libraries
Base functors for fixed points, fixed points, folding, unfolding, refolding,
Mendler-style iteration, Elgot (co)algebras, and Zygohistomorphic
prepromorphisms.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recv-dev
Description-md5: f7f37285fc49ed3d2198d8aec4fb9419
Description-en: efficient network recv
Network recv based on buffer pools
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-recv-doc
Description-md5: 8c5c58f10982a411bdccef8205ff6a88
Description-en: efficient network recv; documentation
Network recv based on buffer pools
.
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-recv-prof
Description-md5: 1c5271755d6dc784029fc4fa6f6787b8
Description-en: efficient network recv; profiling libraries
Network recv based on buffer pools
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reducers-dev
Description-md5: 9ce8eac8de4a8c8d4ea0043de0688828
Description-en: semigroup-based containers and reductions
Semigroups, specialized containers and a general map/reduce framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reducers-doc
Description-md5: 43374640fbde14c5dccb87c1f199390d
Description-en: semigroup-based containers and reductions; documentation
Semigroups, specialized containers and a general map/reduce framework.
.
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-reducers-prof
Description-md5: c7408cd6234bf32cd09339831e77754b
Description-en: semigroup-based containers and reductions; profiling libraries
Semigroups, specialized containers and a general map/reduce framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-refact-dev
Description-md5: 00b270a5aabfc4c49469f9f86064e6cc
Description-en: specify refactorings to perform with apply-refact
This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications
can specify refactorings without depending on GHC.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-refact-doc
Description-md5: 9d9b19cb0f9a17b06471188b909fe3de
Description-en: specify refactorings to perform with apply-refact; documentation
This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications
can specify refactorings without depending on GHC.
.
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-refact-prof
Description-md5: f59ee9bb14fdee2ccf3aebc30fa57d80
Description-en: specify refactorings to perform with apply-refact; profiling libraries
This library provides a datatype which can be interpreted by
apply-refact. It exists as a seperate library so that applications
can specify refactorings without depending on GHC.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reflection-dev
Description-md5: c88da085b1e62b030153991a8f0ce876
Description-en: reifies arbitrary terms into types that can be reflected back into terms
This package provides an implementation of the ideas presented in the
paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reflection-doc
Description-md5: 419cd07cbc92e6733d2fff552240f3fa
Description-en: reifies arbitrary terms into types that can be reflected; documentation
This package provides an implementation of the ideas presented in the
paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.
.
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-reflection-prof
Description-md5: 27b89f1e7a360a0887c30b7c84f1d079
Description-en: reifies arbitrary terms into types that can be reflected; profiling libraries
This package provides an implementation of the ideas presented in the
paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-applicative-dev
Description-md5: 9c9e54f4c85e719f83f3d4a0041d7b04
Description-en: regex-based parsing with applicative interface
regex-applicative is a Haskell library for parsing using regular expressions.
Parsers can be built using Applicative interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-applicative-doc
Description-md5: c35989a5c777fe348ced718a2b9aa862
Description-en: regex-based parsing with applicative interface; documentation
regex-applicative is a Haskell library for parsing using regular expressions.
Parsers can be built using Applicative interface.
.
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-regex-applicative-prof
Description-md5: f8207affe54bd0356831b13ac1f883f3
Description-en: regex-based parsing with applicative interface; profiling libraries
regex-applicative is a Haskell library for parsing using regular expressions.
Parsers can be built using Applicative interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-base-dev
Description-md5: bf010074e766e71eef83914f7bd20962
Description-en: GHC library providing an API for regular expressions
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,
regex-tdfs, regex-dfa.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-base-doc
Description-md5: 22455e71caa7ac65e47df308960e3c1b
Description-en: GHC library providing an API for regular expressions; documentation
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,
regex-tdfs, regex-dfa.
.
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-regex-base-prof
Description-md5: 9f92f0a3aef5814fbe599b66e450b34c
Description-en: GHC library providing an API for regular expressions; profiling libraries
A library containing the interface API for the Haskell regular
expressions library packages regex-posix, regex-pcre, regex-parsec,
regex-tdfs, regex-dfa.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-compat-dev
Description-md5: c4776b95acf22f9047c7c9aa947fa9cf
Description-en: GHC library providing old Text.Regex interface
A library providing the old Text.Regex interface to the POSIX regular
expression backend.
.
This package contains the libraries for use with GHC.
Package: libghc-regex-compat-doc
Description-md5: 62e5f98515140fc0f0d654d9265a9a71
Description-en: API documentation for regex-compat Haskell library
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
.
This package contains the API documentation of the library.
Package: libghc-regex-compat-prof
Description-md5: 1f6b1e0aff9ecbe73609d15ff4bb2edd
Description-en: GHC profiling library providing old Text.Regex interface
A library providing the old Text.Regex interface to the POSIX regular
expression backend.
.
This package contains additional profiling libraries which can be
used with ghc-prof.
Package: libghc-regex-dev
Description-md5: 706ec811fe6be9340e016cac1e4d7f24
Description-en: Haskell Regex Toolkit
A regular expression toolkit for regex-base with compile-time checking of RE
syntax, data types for matches and captures, a text replacement toolkit,
portable options, high-level AWK-like tools for building text processing apps,
regular expression macros with parsers and test bench, comprehensive
documentation, tutorials and copious examples.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-doc
Description-md5: c39387e2ee3d95c91e3a4cac61f8aa00
Description-en: Haskell Regex Toolkit; documentation
A regular expression toolkit for regex-base with compile-time checking of RE
syntax, data types for matches and captures, a text replacement toolkit,
portable options, high-level AWK-like tools for building text processing apps,
regular expression macros with parsers and test bench, comprehensive
documentation, tutorials and copious examples.
.
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-regex-pcre2-dev
Description-md5: b6c6128f84c04175de373bb451a338ec
Description-en: PCRE2 Backend for "Text.Regex" (regex-base)
A PCRE2 backend for the regex-base API.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-pcre2-doc
Description-md5: b00932d1cd70888a2ab20c9b34099819
Description-en: PCRE2 Backend for "Text.Regex" (regex-base); documentation
A PCRE2 backend for the regex-base API.
.
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-regex-pcre2-prof
Description-md5: ebc6289077fadd768afb5d9e8caefe3a
Description-en: PCRE2 Backend for "Text.Regex" (regex-base); profiling libraries
A PCRE2 backend for the regex-base API.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-posix-dev
Description-md5: d4699f604d7d20a59d809129246e1a72
Description-en: GHC library of the POSIX regex backend for regex-base
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
.
This package contains the libraries for use with GHC.
Package: libghc-regex-posix-doc
Description-md5: 8ff2a00846e5fb1a189e982a6990e407
Description-en: API documentation for regex-posix Haskell library
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
.
This package contains the API documentation of the library.
Package: libghc-regex-posix-prof
Description-md5: 0f8de89c6bc850a39777180b64546dc2
Description-en: GHC profiling library of the POSIX regex backend for regex-base
A library containing a POSIX regular expression backend conforming to
the interface API of regex-base.
.
This package contains additional profiling libraries which can be
used with ghc-prof.
Package: libghc-regex-prof
Description-md5: 2fa630fbb347a063b8401e637d07c23a
Description-en: Haskell Regex Toolkit; profiling libraries
A regular expression toolkit for regex-base with compile-time checking of RE
syntax, data types for matches and captures, a text replacement toolkit,
portable options, high-level AWK-like tools for building text processing apps,
regular expression macros with parsers and test bench, comprehensive
documentation, tutorials and copious examples.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-tdfa-dev
Description-md5: 12f71fd5f10e3c1616763256209bd507
Description-en: Haskell library for a tagged DFA regex engine
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-regex-tdfa-doc
Description-md5: 84447a2dc96aee585c65d093e08979fe
Description-en: Haskell library for a tagged DFA regex engine; documentation
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
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-regex-tdfa-prof
Description-md5: 32383deafe24648ddf815812157aae4c
Description-en: Haskell library for a tagged DFA regex engine; profiling libraries
A pure Haskell alternative to GHC's Text.Regex module (with some
enhancements). The Text.Regex module marshalls the data back and forth to
c-arrays to call libc and this is far too slow (and strict).
.
This module parses regular expression Strings using a Parsec parser and
creates an internal data structure (Text.Regex.Lazy.Pattern). This is then
transformed a DFA table for matching against the input String or
FastPackedString. The input string is consumed lazily, so it may be an
arbitrarily long or infinite source.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reinterpret-cast-dev
Description-md5: 48c8aae76a801a13292c054f4ba9e69d
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64
This package provides memory reinterpretation casts for Float/Double and
Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
different ways to tackle the problem; the @array@ method (current default) is
about 5 times faster than the @FFI@ method.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-reinterpret-cast-doc
Description-md5: fedb1438879895bb817416684b53c5c5
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64; documentation
This package provides memory reinterpretation casts for Float/Double and
Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
different ways to tackle the problem; the @array@ method (current default) is
about 5 times faster than the @FFI@ method.
.
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-reinterpret-cast-prof
Description-md5: 472e781a976958c8f8fed7d21cf6b86e
Description-en: Memory reinterpretation casts for Float/Double/Word32/Word64; profiling libraries
This package provides memory reinterpretation casts for Float/Double and
Word32/Word64 for Haskell. The implementations in the @.Internal@ package are
different ways to tackle the problem; the @array@ method (current default) is
about 5 times faster than the @FFI@ method.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-replace-megaparsec-dev
Description-md5: 4d197f7cc4b74c2eeb92eac915d4a84d
Description-en: find, replace, split string patterns with Megaparsec
Find text patterns, replace the patterns, split on the patterns. Use
Megaparsec monadic parsers instead of regular expressions for pattern
matching.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-replace-megaparsec-doc
Description-md5: de5bd4f809b5065d1a56693c16fa029d
Description-en: find, replace, split string patterns with Megaparsec; documentation
Find text patterns, replace the patterns, split on the patterns. Use
Megaparsec monadic parsers instead of regular expressions for pattern
matching.
.
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-replace-megaparsec-prof
Description-md5: 1900d321c73c949e161684d02feb3764
Description-en: find, replace, split string patterns with Megaparsec; profiling libraries
Find text patterns, replace the patterns, split on the patterns. Use
Megaparsec monadic parsers instead of regular expressions for pattern
matching.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-repline-dev
Description-md5: a51573daaae50af3417edf734b563d68
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.
Haskeline wrapper for GHCi-like REPL interfaces. Composable with
normal mtl transformers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-repline-doc
Description-md5: 24da87079b3ef67a9ed2e81e9a84b027
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.; documentation
Haskeline wrapper for GHCi-like REPL interfaces. Composable with
normal mtl transformers.
.
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-repline-prof
Description-md5: e7af945329afb8e25f58d492cf8f0985
Description-en: Haskeline wrapper for GHCi-like REPL interfaces.; profiling libraries
Haskeline wrapper for GHCi-like REPL interfaces. Composable with
normal mtl transformers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-req-dev
Description-md5: ace18df4b41215c150bf50d75d3e7426
Description-en: HTTP client library
HTTP client library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-req-doc
Description-md5: 179a851f5ee1bbbf8888babc1251ea8f
Description-en: HTTP client library; documentation
HTTP client library.
.
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-req-prof
Description-md5: ca35c605f724f140b876c6fec8c968c1
Description-en: HTTP client library; profiling libraries
HTTP client library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resolv-dev
Description-md5: b581af2d5cd11e8f1b89ef8aec44b7f9
Description-en: Domain Name Service (DNS) lookup via libresolv
This package implements an API for accessing the Domain Name Service (DNS)
resolver service via the standard libresolv system library (whose
API is often available directly via the standard libc C library) on
Unix systems.
.
This package also includes support for decoding message record types
as defined in the following RFCs:
.
- RFC 1035: Domain Names - Implementation And Specification
- RFC 1183: New DNS RR Definitions
- RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
- RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
- RFC 3596: DNS Extensions to Support IP Version 6
- RFC 4034: Resource Records for the DNS Security Extensions
- RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
- RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
in E-Mail, Version 1
- RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
- RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
- RFC 6891: Extension Mechanisms for DNS (EDNS(0))
- RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resolv-doc
Description-md5: 818b798024d56ecfc11817372a273d77
Description-en: Domain Name Service (DNS) lookup via libresolv; documentation
This package implements an API for accessing the Domain Name Service (DNS)
resolver service via the standard libresolv system library (whose
API is often available directly via the standard libc C library) on
Unix systems.
.
This package also includes support for decoding message record types
as defined in the following RFCs:
.
- RFC 1035: Domain Names - Implementation And Specification
- RFC 1183: New DNS RR Definitions
- RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
- RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
- RFC 3596: DNS Extensions to Support IP Version 6
- RFC 4034: Resource Records for the DNS Security Extensions
- RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
- RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
in E-Mail, Version 1
- RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
- RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
- RFC 6891: Extension Mechanisms for DNS (EDNS(0))
- RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
.
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-resolv-prof
Description-md5: bac1fe657b3a1343b85aa4c2cc8edf75
Description-en: Domain Name Service (DNS) lookup via libresolv; profiling libraries
This package implements an API for accessing the Domain Name Service (DNS)
resolver service via the standard libresolv system library (whose
API is often available directly via the standard libc C library) on
Unix systems.
.
This package also includes support for decoding message record types
as defined in the following RFCs:
.
- RFC 1035: Domain Names - Implementation And Specification
- RFC 1183: New DNS RR Definitions
- RFC 2782: A DNS RR for specifying the location of services (DNS SRV)
- RFC 2915: The Naming Authority Pointer (NAPTR) DNS Resource Record
- RFC 3596: DNS Extensions to Support IP Version 6
- RFC 4034: Resource Records for the DNS Security Extensions
- RFC 4255: Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints
- RFC 4408: Sender Policy Framework (SPF) for Authorizing Use of Domains
in E-Mail, Version 1
- RFC 5155: DNS Security (DNSSEC) Hashed Authenticated Denial of Existence
- RFC 6844: DNS Certification Authority Authorization (CAA) Resource Record
- RFC 6891: Extension Mechanisms for DNS (EDNS(0))
- RFC 7553: The Uniform Resource Identifier (URI) DNS Resource Record
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resource-pool-dev
Description-md5: 8c43b90a218151148f5c7467afdbcc83
Description-en: high-performance striped resource-pooling implementation
A high-performance striped pooling abstraction for managing flexibly-sized
collections of resources such as database connections. .
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resource-pool-doc
Description-md5: fdf6afa02f849fc1cf1e93a1a18bbf78
Description-en: high-performance striped resource-pooling implementation; documentation
A high-performance striped pooling abstraction for managing flexibly-sized
collections of resources such as database connections.
.
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-resource-pool-prof
Description-md5: 938cd53c9524ab0316e6025a8ba2cd57
Description-en: high-performance striped resource-pooling implementation; profiling libraries
A high-performance striped pooling abstraction for managing flexibly-sized
collections of resources such as database connections.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resourcet-dev
Description-md5: 5b2e77647c053c56bf11b98237c84d25
Description-en: deterministic allocation and freeing of scarce resources
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-resourcet-doc
Description-md5: 72c894c4e1d0960ece3b4ea3e7f4b7f5
Description-en: deterministic allocation and freeing of scarce resources; documentation
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
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-resourcet-prof
Description-md5: 33df798f339c685a978367bc172d11c0
Description-en: deterministic allocation and freeing of scarce resources; profiling libraries
Control.Monad.Trans.Resource allocates resources which are guaranteed
to be released. One point to note: all register cleanup actions live
in the IO monad, not the main monad. This allows both more efficient
code, and for monads to be transformed.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-retry-dev
Description-md5: 4716386dc549aa1f6677960776c454e8
Description-en: Retry combinators for monadic actions that may fail
This package exposes combinators that can wrap arbitrary monadic actions. They
run the action and potentially retry running it with some configurable delay
for a configurable number of times.
.
The purpose is to make it easier to work with IO and especially network IO
actions that often experience temporary failure and warrant retrying of the
original action. For example, a database query may time out for a while, in
which case we should hang back for a bit and retry the query instead of simply
raising an exception.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-retry-doc
Description-md5: a8e053a5734287af4f6e5ef178214069
Description-en: Retry combinators for monadic actions that may fail; documentation
This package exposes combinators that can wrap arbitrary monadic actions. They
run the action and potentially retry running it with some configurable delay
for a configurable number of times.
.
The purpose is to make it easier to work with IO and especially network IO
actions that often experience temporary failure and warrant retrying of the
original action. For example, a database query may time out for a while, in
which case we should hang back for a bit and retry the query instead of simply
raising an exception.
.
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-retry-prof
Description-md5: 65f215eb9a29e118eed6866a4fb96580
Description-en: Retry combinators for monadic actions that may fail; profiling libraries
This package exposes combinators that can wrap arbitrary monadic actions. They
run the action and potentially retry running it with some configurable delay
for a configurable number of times.
.
The purpose is to make it easier to work with IO and especially network IO
actions that often experience temporary failure and warrant retrying of the
original action. For example, a database query may time out for a while, in
which case we should hang back for a bit and retry the query instead of simply
raising an exception.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rfc5051-dev
Description-md5: 12d215d380a9587b945469564f49c532
Description-en: simple unicode collation as per RFC5051
This library implements i;unicode-casemap,
the simple, non locale-sensitive unicode collation
algorithm described in RFC 5051.
.
Here is a list of strings sorted by the Prelude's sort function:
.
Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
.
Here is the same list sorted by `sortBy compareUnicode`:
.
Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rfc5051-doc
Description-md5: 07d14bd4d9129f4a60b6475dc6186b9d
Description-en: simple unicode collation as per RFC5051; documentation
This library implements i;unicode-casemap,
the simple, non locale-sensitive unicode collation
algorithm described in RFC 5051.
.
Here is a list of strings sorted by the Prelude's sort function:
.
Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
.
Here is the same list sorted by `sortBy compareUnicode`:
.
Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
.
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-rfc5051-prof
Description-md5: a4319fc90858d31124cf0eb294e2a645
Description-en: simple unicode collation as per RFC5051; profiling libraries
This library implements i;unicode-casemap,
the simple, non locale-sensitive unicode collation
algorithm described in RFC 5051.
.
Here is a list of strings sorted by the Prelude's sort function:
.
Abe Oeb abe abé oeb Ábe Äbe Ôeb ábe äbe ôeb.
.
Here is the same list sorted by `sortBy compareUnicode`:
.
Abe abe abé Ábe ábe Äbe äbe Oeb oeb Ôeb ôeb
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-dev
Description-md5: b22185ecf7b24cfbf0e2fe8039a58cd1
Description-en: standard library for Haskell
The goal of the rio library is to make it easier to adopt Haskell for writing
production software. It is intended as a cross between:
* Collection of well designed, trusted libraries
* Useful Prelude replacement
* A set of best practices for writing production quality Haskell code
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-doc
Description-md5: ce757a670b2dea4f4e4f0fc046e6420d
Description-en: standard library for Haskell; documentation
The goal of the rio library is to make it easier to adopt Haskell for writing
production software. It is intended as a cross between:
* Collection of well designed, trusted libraries
* Useful Prelude replacement
* A set of best practices for writing production quality Haskell code
.
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-rio-orphans-dev
Description-md5: b69d1c678e3c53d5dc7a04691f68d84b
Description-en: Orphan instances for the RIO type in the rio package
This Haskell library provides orphan instances for the `RIO` data type.
Currently supports:
.
* `MonadCatch` and `MonadMask` from `exceptions`
* `MonadBase` from `transformers-base`
* `MonadBaseControl` from `monad-control`
* `MonadResource` from `resourcet`
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-orphans-doc
Description-md5: 38158dbaa0fbdaaa0bfd28534d5d52c6
Description-en: Orphan instances for the RIO type in the rio package; documentation
This Haskell library provides orphan instances for the `RIO` data type.
Currently supports:
.
* `MonadCatch` and `MonadMask` from `exceptions`
* `MonadBase` from `transformers-base`
* `MonadBaseControl` from `monad-control`
* `MonadResource` from `resourcet`
.
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-rio-orphans-prof
Description-md5: 9f3f647f5ca89d4aed60c7c8725d8a22
Description-en: Orphan instances for the RIO type in the rio package; profiling libraries
This Haskell library provides orphan instances for the `RIO` data type.
Currently supports:
.
* `MonadCatch` and `MonadMask` from `exceptions`
* `MonadBase` from `transformers-base`
* `MonadBaseControl` from `monad-control`
* `MonadResource` from `resourcet`
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-prettyprint-dev
Description-md5: 2fde89e0b58697dd674dbf368f90877a
Description-en: Pretty-printing for RIO
This Haskell library combines RIO's log capabilities with pretty printing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-prettyprint-doc
Description-md5: e05c85914449cbdddc888e244f25b6e7
Description-en: Pretty-printing for RIO; documentation
This Haskell library combines RIO's log capabilities with pretty printing.
.
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-rio-prettyprint-prof
Description-md5: 2985e8a3fccf6cdc29f9a7f364b6feb6
Description-en: Pretty-printing for RIO; profiling libraries
This Haskell library combines RIO's log capabilities with pretty printing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rio-prof
Description-md5: 31b6a9b3311d905ab49da383e40243d6
Description-en: standard library for Haskell; profiling libraries
The goal of the rio library is to make it easier to adopt Haskell for writing
production software. It is intended as a cross between:
* Collection of well designed, trusted libraries
* Useful Prelude replacement
* A set of best practices for writing production quality Haskell code
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rsa-dev
Description-md5: fec6d784e310766768694ca85f798a04
Description-en: implementation of RSA, using the padding schemes of PKCS#1 v2.1.
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
necessarily the fastest ones on the planet. Particularly key generation. The
algorithms included are based of RFC 3447, or the Public-Key Cryptography
Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rsa-doc
Description-md5: 3297894cd4cc7641a4e7a62e2664f7c5
Description-en: implementation of RSA, using padding schemes of PKCS#1 v2.1.; documentation
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
necessarily the fastest ones on the planet. Particularly key generation. The
algorithms included are based of RFC 3447, or the Public-Key Cryptography
Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
.
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-rsa-prof
Description-md5: 8acc5a5ea31f9c445e6dbf770aedeba7
Description-en: implementation of RSA, using padding schemes of PKCS#1; profiling libraries
This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings. While the implementations work, they are not
necessarily the fastest ones on the planet. Particularly key generation. The
algorithms included are based of RFC 3447, or the Public-Key Cryptography
Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rvar-dev
Description-md5: d89e395095ea461bf481f5c724b99008
Description-en: random variables
Random number generation based on modeling random variables by an
abstract type (RVar) which can be composed and manipulated
monadically and sampled in either monadic or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-rvar-doc
Description-md5: fb10af5f166ee6cf6893e0e9863cbaef
Description-en: random variables; documentation
Random number generation based on modeling random variables by an
abstract type (RVar) which can be composed and manipulated
monadically and sampled in either monadic or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
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-rvar-prof
Description-md5: 2502fa9d6d46c20fb64c08c350b7dee6
Description-en: random variables; profiling libraries
Random number generation based on modeling random variables by an
abstract type (RVar) which can be composed and manipulated
monadically and sampled in either monadic or "pure" styles.
.
The primary purpose of this library is to support defining and
sampling a wide variety of high quality random variables. Quality is
prioritized over speed, but performance is an important goal too.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-s-cargot-dev
Description-md5: 6ba2fe9bb475b5c3a0d8326b27b98ee1
Description-en: flexible, extensible s-expression library
S-Cargot is a library for working with s-expressions in
a modular and extensible way, opting for genericity and
flexibility instead of speed. Instead of understanding
one particular form of s-expression, the S-Cargot library
exposes tools for parsing or emitting different kinds of
s-expressions, including features not normally included
in an s-expression library like reader macros or tight
control over indentation in pretty-printing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-s-cargot-doc
Description-md5: 83de9d3dbc8eceb175d532bcf7f2c85b
Description-en: flexible, extensible s-expression library; documentation
S-Cargot is a library for working with s-expressions in
a modular and extensible way, opting for genericity and
flexibility instead of speed. Instead of understanding
one particular form of s-expression, the S-Cargot library
exposes tools for parsing or emitting different kinds of
s-expressions, including features not normally included
in an s-expression library like reader macros or tight
control over indentation in pretty-printing.
.
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-s-cargot-prof
Description-md5: 07c1ef8188b8d0cc685c6c3bff2666c2
Description-en: flexible, extensible s-expression library; profiling libraries
S-Cargot is a library for working with s-expressions in
a modular and extensible way, opting for genericity and
flexibility instead of speed. Instead of understanding
one particular form of s-expression, the S-Cargot library
exposes tools for parsing or emitting different kinds of
s-expressions, including features not normally included
in an s-expression library like reader macros or tight
control over indentation in pretty-printing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safe-dev
Description-md5: 1bb380411da1d16e3150a00ac2ff9464
Description-en: GHC Library for safe (pattern match free) functions
.
Partial functions from the base library, such as head and !!, modified to
return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values. These functions can be used to
reduce the number of unsafe pattern matches in your code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safe-doc
Description-md5: ab0bf255c2e114158eed0998cdb5b347
Description-en: Documentation for safe library for (pattern match free) functions; documentation
.
Partial functions from the base library, such as head and !!, modified to
return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values. These functions can be used to
reduce the number of unsafe pattern matches in your code.
.
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-safe-exceptions-dev
Description-md5: be6016a1e3b15844b74c17dc752299e7
Description-en: safe, consistent, and easy exception handling
This package provides additional safety and simplicity versus
Control.Exception by having its functions recognize the difference
between synchronous and asynchronous exceptions. As described below,
synchronous exceptions are treated as recoverable, allowing you to
catch and handle them as well as clean up after them, whereas
asynchronous exceptions can only be cleaned up after. In particular,
this library prevents you from making the following mistakes:
.
* Catching and swallowing an asynchronous exception
* Throwing an asynchronous exception synchronously
* Throwing a synchronous exception asynchronously
* Swallowing asynchronous exceptions via failing cleanup handlers
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safe-exceptions-doc
Description-md5: 8e465b415199ce0b6a6638fa9558694c
Description-en: safe, consistent, and easy exception handling; documentation
This package provides additional safety and simplicity versus
Control.Exception by having its functions recognize the difference
between synchronous and asynchronous exceptions. As described below,
synchronous exceptions are treated as recoverable, allowing you to
catch and handle them as well as clean up after them, whereas
asynchronous exceptions can only be cleaned up after. In particular,
this library prevents you from making the following mistakes:
.
* Catching and swallowing an asynchronous exception
* Throwing an asynchronous exception synchronously
* Throwing a synchronous exception asynchronously
* Swallowing asynchronous exceptions via failing cleanup handlers
.
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-safe-exceptions-prof
Description-md5: ef99f2683faf0a051c57b1c017beb857
Description-en: safe, consistent, and easy exception handling; profiling libraries
This package provides additional safety and simplicity versus
Control.Exception by having its functions recognize the difference
between synchronous and asynchronous exceptions. As described below,
synchronous exceptions are treated as recoverable, allowing you to
catch and handle them as well as clean up after them, whereas
asynchronous exceptions can only be cleaned up after. In particular,
this library prevents you from making the following mistakes:
.
* Catching and swallowing an asynchronous exception
* Throwing an asynchronous exception synchronously
* Throwing a synchronous exception asynchronously
* Swallowing asynchronous exceptions via failing cleanup handlers
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safe-prof
Description-md5: 912192e6381ff3ce5bbaf83318076410
Description-en: Profiling library for safe (pattern match free) functions; profiling libraries
.
Partial functions from the base library, such as head and !!, modified to
return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values. These functions can be used to
reduce the number of unsafe pattern matches in your code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safecopy-dev
Description-md5: 5b8b3ee00f6f2fb0afd19fa3162a244e
Description-en: Haskell serialization library with version control - GHC libraries
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safecopy-doc
Description-md5: f72256f3df8d0bbad8887354ea31e824
Description-en: Haskell serialization library with version control - documentation; documentation
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
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-safecopy-prof
Description-md5: 432db5ca2fc3f383057c8002ef987f45
Description-en: Haskell serialization library with version control - GHC profiling libraries; profiling libraries
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safesemaphore-dev
Description-md5: 853c5a18597921f40c5053a49627c402
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries
This is an alternative to the deprecated QSem, QSemN, and SampleVar in
GHC base. Those base modules are not exception safe and can be broken
by killThread.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-safesemaphore-doc
Description-md5: ab5bf8224f8d99bb9c6a4cce93b17fa9
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - documentation; documentation
This is an alternative to the deprecated QSem, QSemN, and SampleVar in
GHC base. Those base modules are not exception safe and can be broken
by killThread.
.
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-safesemaphore-prof
Description-md5: 50eb022bfffd95dd6f98321ff0eeb366
Description-en: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data; profiling libraries
This is an alternative to the deprecated QSem, QSemN, and SampleVar in
GHC base. Those base modules are not exception safe and can be broken
by killThread.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sandi-dev
Description-md5: 8f4423c05f31116009d73a9a67e39bc4
Description-en: Haskell library of data encoders and decoders
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sandi-doc
Description-md5: a72f54447e41d1c92bf77ca6a557ef79
Description-en: Haskell library of data encoders and decoders; documentation
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
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-sandi-prof
Description-md5: b5c4181a398a8a023d4ffb7ee1cd92a9
Description-en: Haskell library of data encoders and decoders; profiling libraries
Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
uuencode, xxencode, and yEncoding.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-say-dev
Description-md5: bcc8e6c9528f3b724ccdc3f407fb878f
Description-en: send textual messages to a Handle in a thread-friendly way
When writing a line to a Handle,
.
* Properly handle character encoding settings on the Handle
* For reasonably sized messages, ensure that the entire message
is written in one chunk to avoid interleaving data with other threads
* This includes the trailing newline character
* Avoid unnecessary memory allocations and copies
* Minimize locking
* Provide a simple API
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-say-doc
Description-md5: 5f282e05c3c2364be66454fcdd6bb1de
Description-en: send textual messages to a Handle in a thread-friendly way; documentation
When writing a line to a Handle,
.
* Properly handle character encoding settings on the Handle
* For reasonably sized messages, ensure that the entire message
is written in one chunk to avoid interleaving data with other threads
* This includes the trailing newline character
* Avoid unnecessary memory allocations and copies
* Minimize locking
* Provide a simple API
.
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-say-prof
Description-md5: 0bdfab99e51d3adcdaed10baafb03453
Description-en: send textual messages to a Handle in a thread-friendly way; profiling libraries
When writing a line to a Handle,
.
* Properly handle character encoding settings on the Handle
* For reasonably sized messages, ensure that the entire message
is written in one chunk to avoid interleaving data with other threads
* This includes the trailing newline character
* Avoid unnecessary memory allocations and copies
* Minimize locking
* Provide a simple API
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scanner-dev
Description-md5: e2019cfe235c92ce551f4b397cd1feb4
Description-en: fast incremental combinator parsing for bytestrings
Parser combinator library designed to be fast. It doesn't
support backtracking.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scanner-doc
Description-md5: 689a528dbecce37f7a39ff58a51a46c0
Description-en: fast incremental combinator parsing for bytestrings; documentation
Parser combinator library designed to be fast. It doesn't
support backtracking.
.
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-scanner-prof
Description-md5: 34e22ee2131cd916d9b2de464e2ca59a
Description-en: fast incremental combinator parsing for bytestrings; profiling libraries
Parser combinator library designed to be fast. It doesn't
support backtracking.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scientific-dev
Description-md5: 59c068b2a70fd5ec5eea88b7941cead9
Description-en: scientific notation for floating-point numbers
This package provides a Haskell datatype for representing and pretty-printing
arbitrary-precision numbers using scientific notation.
.
Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use
scientific notation they can be efficiently parsed to a Scientific number.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scientific-doc
Description-md5: 28399f64b2999da8461dd474bd8cd9a3
Description-en: scientific notation for floating-point numbers; documentation
This package provides a Haskell datatype for representing and pretty-printing
arbitrary-precision numbers using scientific notation.
.
Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use
scientific notation they can be efficiently parsed to a Scientific number.
.
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-scientific-prof
Description-md5: 1909a0fa8d25deded64447f3a629f56c
Description-en: scientific notation for floating-point numbers; profiling libraries
This package provides a Haskell datatype for representing and pretty-printing
arbitrary-precision numbers using scientific notation.
.
Its primary use-case is to serve as the target of parsing floating point
numbers. Since the textual representation of floating point numbers use
scientific notation they can be efficiently parsed to a Scientific number.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scotty-dev
Description-md5: 87ab6eebbd7d77be0c28585e4429c31d
Description-en: Haskell web framework inspired by Ruby's Sinatra
A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
.
Scotty is the cheap and cheerful way to write RESTful, declarative web
applications.
.
* A page is as simple as defining the verb, url pattern, and Text content.
.
* It is template-language agnostic. Anything that returns a Text value will do.
.
* Conforms to WAI Application interface.
.
* Uses very fast Warp webserver by default.
.
As for the name: Sinatra + Warp = Scotty.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-scotty-doc
Description-md5: f754e5fff425f02bb2a0522015d1f604
Description-en: Haskell web framework inspired by Ruby's Sinatra; documentation
A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
.
Scotty is the cheap and cheerful way to write RESTful, declarative web
applications.
.
* A page is as simple as defining the verb, url pattern, and Text content.
.
* It is template-language agnostic. Anything that returns a Text value will do.
.
* Conforms to WAI Application interface.
.
* Uses very fast Warp webserver by default.
.
As for the name: Sinatra + Warp = Scotty.
.
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-scotty-prof
Description-md5: 801b424aeb72df6fd529915f1830e420
Description-en: Haskell web framework inspired by Ruby's Sinatra; profiling libraries
A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
.
Scotty is the cheap and cheerful way to write RESTful, declarative web
applications.
.
* A page is as simple as defining the verb, url pattern, and Text content.
.
* It is template-language agnostic. Anything that returns a Text value will do.
.
* Conforms to WAI Application interface.
.
* Uses very fast Warp webserver by default.
.
As for the name: Sinatra + Warp = Scotty.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-dev
Description-md5: 57fd0fd6eef16dfdc985418693be55b2
Description-en: high- and low-level bindings to the SDL 2 library
This package contains bindings to the SDL 2 library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-doc
Description-md5: 82b9e091c5783287d82f7d7bbae1aa08
Description-en: high- and low-level bindings to the SDL 2 library; documentation
This package contains bindings to the SDL 2 library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
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-sdl2-image-dev
Description-md5: 36538343e5b917933633f940b240ca88
Description-en: Haskell bindings to SDL2_image
This package contains bindings to the SDL2_image library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-image-doc
Description-md5: 08e24753a34a62d0d3561816e7855adc
Description-en: Haskell bindings to SDL2_image; documentation
This package contains bindings to the SDL2_image library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
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-sdl2-image-prof
Description-md5: 4d77cecadbb7a4e1fba31efac90cd1e7
Description-en: Haskell bindings to SDL2_image; profiling libraries
This package contains bindings to the SDL2_image library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-mixer-dev
Description-md5: 8fc07dbff0a68a9ff89664142ed41050
Description-en: Haskell bindings to SDL2_mixer
This package contains bindings to the SDL2_mixer library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-mixer-doc
Description-md5: 819f62add08a7eb0d963223431264820
Description-en: Haskell bindings to SDL2_mixer; documentation
This package contains bindings to the SDL2_mixer library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
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-sdl2-mixer-prof
Description-md5: 32a43ce1257408c40642fb9ab22d3b94
Description-en: Haskell bindings to SDL2_mixer; profiling libraries
This package contains bindings to the SDL2_mixer library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-prof
Description-md5: f903d5f1b1173dd2b4fee65d21aa67df
Description-en: high- and low-level bindings to the SDL 2 library; profiling libraries
This package contains bindings to the SDL 2 library, in both high- and
low-level forms:
.
The SDL namespace contains high-level bindings, where enumerations are split
into sum types, and automatic error-checking is performed.
.
The SDL.Raw namespace contains an almost 1-1 translation of the C API into
Haskell FFI calls. As such, this does not contain sum types nor error
checking. Thus this namespace is suitable for building your own abstraction
over SDL, but is not recommended for day-to-day programming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-ttf-dev
Description-md5: 1842fe0899969a8f9d8c726eaa4a4a24
Description-en: bindings to SDL2_ttf
Haskell bindings to SDL2_ttf C++ library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sdl2-ttf-doc
Description-md5: ae59168b5036c50b10a0e3cb573fbbe4
Description-en: bindings to SDL2_ttf; documentation
Haskell bindings to SDL2_ttf C++ library.
.
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-sdl2-ttf-prof
Description-md5: 1739e53636055cc433e99decd691d80e
Description-en: bindings to SDL2_ttf; profiling libraries
Haskell bindings to SDL2_ttf C++ library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-securemem-dev
Description-md5: 9675402b4862033d3c80c867267b6c4a
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction
SecureMem is similar to ByteString, except that it provides a memory
chunk that will be auto-scrubbed after it run out of scope.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-securemem-doc
Description-md5: 9a3941b3059bf2fe3b3050b6892375c3
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction; documentation
SecureMem is similar to ByteString, except that it provides a memory
chunk that will be auto-scrubbed after it run out of scope.
.
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-securemem-prof
Description-md5: 2ca602d3515503407e9ec8fb763d91a2
Description-en: auto-scrubbing and const-time-eq memory chunk abstraction; profiling libraries
SecureMem is similar to ByteString, except that it provides a memory
chunk that will be auto-scrubbed after it run out of scope.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-selective-dev
Description-md5: 9c7c196879af02049b56c795b30f186b
Description-en: selective applicative functors
Selective applicative functors: declare your effects statically,
select which to execute dynamically.
.
This is a library for selective applicative functors, or just
"selective functors" for short, an abstraction between
applicative functors and monads.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-selective-doc
Description-md5: a29b6ff2353121b8c8cf7c6f6344f33a
Description-en: selective applicative functors; documentation
Selective applicative functors: declare your effects statically,
select which to execute dynamically.
.
This is a library for selective applicative functors, or just
"selective functors" for short, an abstraction between
applicative functors and monads.
.
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-selective-prof
Description-md5: bc2f98e5cd0d404182fa5ee6bb8c6e40
Description-en: selective applicative functors; profiling libraries
Selective applicative functors: declare your effects statically,
select which to execute dynamically.
.
This is a library for selective applicative functors, or just
"selective functors" for short, an abstraction between
applicative functors and monads.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semialign-dev
Description-md5: 7e6c9c3480b56bf746d48a6bb65bcd10
Description-en: Align and Zip type-classes from the common Semialign ancestor
This Haskell library implements the 'Semialign' class, which represents a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
It turns out that the 'zip' operation fits well the 'Semialign' class,
forming a lattice-like structure.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semialign-doc
Description-md5: a83dec9a8dbc35e03f574dda38337421
Description-en: Align and Zip type-classes from the common Semialign ancestor; documentation
This Haskell library implements the 'Semialign' class, which represents a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
It turns out that the 'zip' operation fits well the 'Semialign' class,
forming a lattice-like structure.
.
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-semialign-prof
Description-md5: 0972c880ee438b708637efd498894407
Description-en: Align and Zip type-classes from the common Semialign ancestor; profiling libraries
This Haskell library implements the 'Semialign' class, which represents a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
It turns out that the 'zip' operation fits well the 'Semialign' class,
forming a lattice-like structure.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semigroupoids-dev
Description-md5: f7dba4c02e4c0d94efb4aac5e9c91df9
Description-en: Haskell 98 semigroupoids: Category sans id
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semigroupoids-doc
Description-md5: cf3f56c5edd3d17f6dc61c07fddcdf81
Description-en: Haskell 98 semigroupoids: Category sans id; documentation
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
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-semigroupoids-prof
Description-md5: 95d317fc6204af33adf94bb5d166c197
Description-en: Haskell 98 semigroupoids: Category sans id; profiling libraries
A Semigroupoid is a Category without the requirement of identity arrows for
every object in the category.
.
When working with comonads you often have the <*> portion of an Applicative,
but not the pure. This was captured in Uustalu and Vene's "Essence of Dataflow
Programming" in the form of the ComonadZip class in the days before
Applicative. Apply provides a weaker invariant, but for the comonads used for
data flow programming (found in the streams package), this invariant is
preserved. Applicative function composition forms a semigroupoid.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semigroups-dev
Description-md5: 772427a61117a35b1ea8a7c2116b8f33
Description-en: Haskell98 semigroups
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semigroups-doc
Description-md5: aed13b065864606cba468db71eb31c62
Description-en: Haskell98 semigroups; documentation
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.
.
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-semigroups-prof
Description-md5: 7c10bc6bfe42d07c1e4989e39b8a13e1
Description-en: Haskell98 semigroups; profiling libraries
It contains a Haskell 98 logically-uninhabited data type used to
indicate that a given term should not exist.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semirings-dev
Description-md5: 8cde57664be8d4f70268752a94b72871
Description-en: two monoids as one, in holy haskimony
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-semirings-doc
Description-md5: 6b0f234c6e9c6137bb12902db73e1d8c
Description-en: two monoids as one, in holy haskimony; documentation
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
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-semirings-prof
Description-md5: d1f6edaa95b9f8c58c4cb9bf8845d129
Description-en: two monoids as one, in holy haskimony; profiling libraries
Haskellers are usually familiar with monoids and semigroups. A monoid has an
appending operation `<>` (or `mappend`), and an identity element, `mempty`.
A semigroup has an appending `<>` operation, but does not require a `mempty`
element.
.
A Semiring has two appending operations, `plus` and `times`, and two
respective identity elements, `zero` and `one`.
.
More formally, a Semiring R is a set equipped with two binary relations `+`
and `*`, such that:
.
(R,+) is a commutative monoid with identity element 0,
.
(R,*) is a monoid with identity element 1,
.
(*) left and right distributes over addition, and
.
multiplication by '0' annihilates R.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sendfile-dev
Description-md5: 5444d753ff8834509bde441ccceae683
Description-en: Haskell portable sendfile library
This Haskell library exposes zero-copy sendfile functionality in a
portable way. sendfile is a non standard system call that copies data
between one file descriptor and another. This library uses the native
implementations where possible (for example, under Linux or FreeBSD) and
provides an Haskell replacement in other cases, thus providing a
portable interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sendfile-doc
Description-md5: 0d0f5c72967eb0a83f78bee074a8deac
Description-en: Haskell portable sendfile library; documentation
This Haskell library exposes zero-copy sendfile functionality in a
portable way. sendfile is a non standard system call that copies data
between one file descriptor and another. This library uses the native
implementations where possible (for example, under Linux or FreeBSD) and
provides an Haskell replacement in other cases, thus providing a
portable interface.
.
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-sendfile-prof
Description-md5: 9ede0478213960158773845752c9a6ce
Description-en: Haskell portable sendfile library; profiling libraries
This Haskell library exposes zero-copy sendfile functionality in a
portable way. sendfile is a non standard system call that copies data
between one file descriptor and another. This library uses the native
implementations where possible (for example, under Linux or FreeBSD) and
provides an Haskell replacement in other cases, thus providing a
portable interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
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: libghc-servant-client-core-dev
Description-md5: 2cf9f75c07c5f2cb2d650f3ca32dc223
Description-en: Core functionality and class for client function generation for servant APIs
This library provides backend-agnostic generation of client functions. For
more information, see the README.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-client-core-doc
Description-md5: b5a9dca751c4c166618f8b292000b095
Description-en: Core functionality and class for client function generation for servant APIs; documentation
This library provides backend-agnostic generation of client functions. For
more information, see the README.
.
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-servant-client-core-prof
Description-md5: b07be6e590b73c4fb72974ff4ed32920
Description-en: Core functionality and class for client function generation for servant APIs; profiling libraries
This library provides backend-agnostic generation of client functions. For
more information, see the README.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-client-dev
Description-md5: f4adc49a00b627d96663a1dd2ae6cba3
Description-en: library for writing clients for servant webservices
This library automatically derives functions for writing clients for
webservices produced using the servant library.
.
See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
for a tutorial.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-client-doc
Description-md5: 0232d5a6baeedbe285c259c0bcfdab34
Description-en: library for writing clients for servant webservices; documentation
This library automatically derives functions for writing clients for
webservices produced using the servant library.
.
See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
for a tutorial.
.
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-servant-client-prof
Description-md5: 8fb40ad9252fb413cf9bb9bf2c952a3d
Description-en: library for writing clients for servant webservices; profiling libraries
This library automatically derives functions for writing clients for
webservices produced using the servant library.
.
See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
for a tutorial.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-dev
Description-md5: 98d1b6d97c5eb85d54bcd6cebd4f55ed
Description-en: family of combinators for defining webservices APIs
A family of combinators for defining webservices APIs and serving them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-doc
Description-md5: 188d969b4db0abf682074cdc7722b908
Description-en: family of combinators for defining webservices APIs; documentation
A family of combinators for defining webservices APIs and serving them.
.
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-servant-prof
Description-md5: e5c8eb73698422216cd909b54f8e0291
Description-en: family of combinators for defining webservices APIs; profiling libraries
A family of combinators for defining webservices APIs and serving them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-server-dev
Description-md5: e451e824ef518ab511769d7211f18817
Description-en: combinators for defining webservices APIs and serving them
A family of combinators for defining web services APIs and serving them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-servant-server-doc
Description-md5: e8a043f9083b740a03079d2b75e033df
Description-en: combinators for defining webservices APIs and serving them; documentation
A family of combinators for defining web services APIs and serving them.
.
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-servant-server-prof
Description-md5: 9eee81b04ca43ace22056031f450f65f
Description-en: combinators for defining webservices APIs and serving them; profiling libraries
A family of combinators for defining web services APIs and serving them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-setenv-dev
Description-md5: db534247f69cb5f50c2c33805a0e6f9a
Description-en: Cross-platform library for setting environment variables
This package provides a cross-platform library for setting environment
variables.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-setenv-doc
Description-md5: 8745a9f2730133b955b0a235eabbcab6
Description-en: Cross-platform library for setting environment variables; documentation
This package provides a cross-platform library for setting environment
variables.
.
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-setenv-prof
Description-md5: 4ec7a77b07bcb2fd9d2f43a4e0bdb838
Description-en: Cross-platform library for setting environment variables; profiling libraries
This package provides a cross-platform library for setting environment
variables.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-setlocale-dev
Description-md5: ddb3478499e6e4fac7e2e084a14c3f75
Description-en: Haskell bindings to setlocale
This package provides bingings to the setlocale function.
For more information see setlocale(3)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-setlocale-doc
Description-md5: 684bfd53f0c9caa88bb17be88fdd81d0
Description-en: Haskell bindings to setlocale; documentation
This package provides bingings to the setlocale function.
For more information see setlocale(3)
.
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-setlocale-prof
Description-md5: 9549a0b85edf21dfa0d6932715bd8fe7
Description-en: Haskell bindings to setlocale; profiling libraries
This package provides bingings to the setlocale function.
For more information see setlocale(3)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sha-dev
Description-md5: f0fc508d2a3d35aab067b281602a94af
Description-en: Haskell SHA suite of message digest functions
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
.
The functions have been tested against most of the NIST and RFC test
vectors for the various functions. While some attention has been paid
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sha-doc
Description-md5: a2f3dfb36cd46dc12ae41df39b953fee
Description-en: Haskell SHA suite of message digest functions; documentation
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
.
The functions have been tested against most of the NIST and RFC test
vectors for the various functions. While some attention has been paid
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
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-sha-prof
Description-md5: 567a21c4223206916d11113e382187fe
Description-en: Haskell SHA suite of message digest functions; profiling libraries
This library implements the SHA suite of message digest functions,
according to NIST FIPS 180-2 (with the SHA-224 addendum), as well
as the SHA-based HMAC routines.
.
The functions have been tested against most of the NIST and RFC test
vectors for the various functions. While some attention has been paid
to performance, these do not presently reach the speed of well-tune
libraries, like OpenSSL.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shake-data
Description-md5: 202f487238f812e0e9fdb5bfd6e4884b
Description-en: Haskell library for writing build systems; data files
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
This package contains the data files needed to use the library.
Package: libghc-shake-dev
Description-md5: 05861d8bb816e7e0a3ccf5cdc9a9c873
Description-en: Haskell library for writing build systems
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shake-doc
Description-md5: 5c720b66eddb6121a940bc2aa96a69d4
Description-en: Haskell library for writing build systems; documentation
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
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-shake-prof
Description-md5: cd99b7098a0710e1e8907c500b5acb51
Description-en: Haskell library for writing build systems; profiling libraries
Shake is a Haskell library for writing build systems - designed as a
replacement for make.
.
To use Shake the user writes a Haskell program that imports
Development.Shake, defines some build rules, and calls the
Development.Shake.shakeArgs function. Thanks to do notation and infix
operators, a simple Shake build system is not too dissimilar from a simple
Makefile. However, as build systems get more complex, Shake is able to take
advantage of the excellent abstraction facilities offered by Haskell and
easily support much larger projects. The Shake library provides all the
standard features available in other build systems, including automatic
parallelism and minimal rebuilds. Shake also provides more accurate
dependency tracking, including seamless support for generated files, and
dependencies on system information (e.g. compiler version).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shakespeare-dev
Description-md5: 1811c2486d0b3c52a84cd87beb8feabe
Description-en: toolkit for making compile-time interpolated templates
Shakespeare is a template family for type-safe, efficient templates
with simple variable interpolation . Shakespeare templates can be
used inline with a quasi-quoter or in an external file. Shakespeare
interpolates variables according to the type being inserted.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shakespeare-doc
Description-md5: f2f92a4f01b885afb70bdcdc3218a843
Description-en: toolkit for making compile-time interpolated templates; documentation
Shakespeare is a template family for type-safe, efficient templates
with simple variable interpolation . Shakespeare templates can be
used inline with a quasi-quoter or in an external file. Shakespeare
interpolates variables according to the type being inserted.
.
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-shakespeare-prof
Description-md5: bdd0e2d2e7a9411b68c74651f836abe3
Description-en: toolkit for making compile-time interpolated templates; profiling libraries
Shakespeare is a template family for type-safe, efficient templates
with simple variable interpolation . Shakespeare templates can be
used inline with a quasi-quoter or in an external file. Shakespeare
interpolates variables according to the type being inserted.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shell-conduit-dev
Description-md5: e08d8ae5a2025038c3da2155f1fc49ce
Description-en: write shell scripts with Conduit
Framework for using Conduits in the style of shell scripting.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shell-conduit-doc
Description-md5: b1cc4a6162cb4e8b1e23cf60ca337f83
Description-en: write shell scripts with Conduit; documentation
Framework for using Conduits in the style of shell scripting.
.
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-shell-conduit-prof
Description-md5: 46909562eba3b0a00bbf589b96ffaa9d
Description-en: write shell scripts with Conduit; profiling libraries
Framework for using Conduits in the style of shell scripting.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shelly-dev
Description-md5: 45278d0ecfd74960a781254588ecb2c9
Description-en: shell-like (systems) programming in Haskell
Shelly provides convenient systems programming in Haskell,
similar in spirit to POSIX shells. Shelly:
.
* is aimed at convenience and getting things done rather than
being a demonstration of elegance
* has detailed and useful error messages
* maintains its own environment, making it thread-safe
* is modern, using Text and system-filepath/system-fileio
.
Shelly is originally forked from the Shellish package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-shelly-doc
Description-md5: afc17c294a701be3efd339f16b89ccbf
Description-en: shell-like (systems) programming in Haskell; documentation
Shelly provides convenient systems programming in Haskell,
similar in spirit to POSIX shells. Shelly:
.
* is aimed at convenience and getting things done rather than
being a demonstration of elegance
* has detailed and useful error messages
* maintains its own environment, making it thread-safe
* is modern, using Text and system-filepath/system-fileio
.
Shelly is originally forked from the Shellish package.
.
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-shelly-prof
Description-md5: 6905e9b45a3532ab6cd2fe8eab89ec99
Description-en: shell-like (systems) programming in Haskell; profiling libraries
Shelly provides convenient systems programming in Haskell,
similar in spirit to POSIX shells. Shelly:
.
* is aimed at convenience and getting things done rather than
being a demonstration of elegance
* has detailed and useful error messages
* maintains its own environment, making it thread-safe
* is modern, using Text and system-filepath/system-fileio
.
Shelly is originally forked from the Shellish package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-should-not-typecheck-dev
Description-md5: 7a0681ec53a844cef8315ac420be0eb9
Description-en: verify that an expression does not typecheck
should-not-typecheck is a Haskell library which allows you to assert
that an expression does not typecheck in your tests. It provides one
function, shouldNotTypecheck, which takes an expression and will fail
the test if it typechecks. shouldNotTypecheck returns an HUnit
Assertion (so it can be used with both HUnit and hspec).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-should-not-typecheck-doc
Description-md5: 56d9a5e50400633e8034b1a1e0faaadc
Description-en: verify that an expression does not typecheck; documentation
should-not-typecheck is a Haskell library which allows you to assert
that an expression does not typecheck in your tests. It provides one
function, shouldNotTypecheck, which takes an expression and will fail
the test if it typechecks. shouldNotTypecheck returns an HUnit
Assertion (so it can be used with both HUnit and hspec).
.
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-should-not-typecheck-prof
Description-md5: 714f827d0b585c83a516c979fcf599b5
Description-en: verify that an expression does not typecheck; profiling libraries
should-not-typecheck is a Haskell library which allows you to assert
that an expression does not typecheck in your tests. It provides one
function, shouldNotTypecheck, which takes an expression and will fail
the test if it typechecks. shouldNotTypecheck returns an HUnit
Assertion (so it can be used with both HUnit and hspec).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-show-combinators-dev
Description-md5: e50a2654226857767b8599513b187a74
Description-en: combinators to write Show instances
A minimal pretty-printing library for Show instances in Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-show-combinators-doc
Description-md5: 73c7430f5fbf081a20b4ad58a956a4d7
Description-en: combinators to write Show instances; documentation
A minimal pretty-printing library for Show instances in Haskell.
.
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-show-combinators-prof
Description-md5: 4c547e32ef1489c77c8f3477774bd7f5
Description-en: combinators to write Show instances; profiling libraries
A minimal pretty-printing library for Show instances in 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: libghc-show-dev
Description-md5: 29f899e50a530b37beee454ca508283f
Description-en: Show instances for lambdabot
Show instances for functions and IO procedures.
.
ShowFun gives us Typeable instances for neutering IO expressions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-show-doc
Description-md5: 2b60bc9209246bc88604d0ce5e452152
Description-en: Show instances for lambdabot; documentation
Show instances for functions and IO procedures.
.
ShowFun gives us Typeable instances for neutering IO expressions.
.
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-show-prof
Description-md5: 500b4fd9090f9783e195f75fdd10e573
Description-en: Show instances for lambdabot; profiling libraries
Show instances for functions and IO procedures.
.
ShowFun gives us Typeable instances for neutering IO expressions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-silently-dev
Description-md5: eaeae2407f9f8eed303340476e309224
Description-en: prevent or capture writing to stdout and other handles
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-silently-doc
Description-md5: 2fdfe71a2996aaad60ccabf1c5598f33
Description-en: prevent or capture writing to stdout and other handles; documentation
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
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-silently-prof
Description-md5: d6681a93900656b51010f153d759ca0e
Description-en: prevent or capture writing to stdout and other handles; profiling libraries
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-reflect-dev
Description-md5: 839458ef5a9978701e1747693f77fc2f
Description-en: simple reflection of expressions containing variables
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
The primary aim of this package is teaching and understanding;
there are no options for manipulating the reflected expressions beyond
showing them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-reflect-doc
Description-md5: 409cbe6dea74f92e5f6ffd31a9c916f2
Description-en: simple reflection of expressions containing variables; documentation
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
The primary aim of this package is teaching and understanding;
there are no options for manipulating the reflected expressions beyond
showing them.
.
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-simple-reflect-prof
Description-md5: 9d3eaf5bda490d2e02da4e13a46e2030
Description-en: simple reflection of expressions containing variables; profiling libraries
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
The primary aim of this package is teaching and understanding;
there are no options for manipulating the reflected expressions beyond
showing them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-sendfile-dev
Description-md5: 2a8a0a000ec6899f94331db9a7ed89da
Description-en: Cross platform library for the sendfile system call
Cross platform library for the sendfile system call. This library tries to
call minimum system calls which are the bottleneck of web servers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-sendfile-doc
Description-md5: 33cf0074a3c4b09611c8348079a0408e
Description-en: Cross platform library for the sendfile system call; documentation
Cross platform library for the sendfile system call. This library tries to
call minimum system calls which are the bottleneck of web servers.
.
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-simple-sendfile-prof
Description-md5: 931a58185df2d7199664670cebb3c558
Description-en: Cross platform library for the sendfile system call; profiling libraries
Cross platform library for the sendfile system call. This library tries to
call minimum system calls which are the bottleneck of web servers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-smt-dev
Description-md5: 0707b18a20b500c0bdfb0b10fd95bb7f
Description-en: A simple way to interact with an SMT solver process.
This package provides a simple way to interact with an SMT solver process,
using the SmtLib-2 format.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-simple-smt-doc
Description-md5: 4e1c0f24d54977f3c09ec42252d03762
Description-en: A simple way to interact with an SMT solver process.; documentation
This package provides a simple way to interact with an SMT solver process,
using the SmtLib-2 format.
.
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-simple-smt-prof
Description-md5: 0676ef3f86f363d5800c333c66078c90
Description-en: A simple way to interact with an SMT solver process.; profiling libraries
This package provides a simple way to interact with an SMT solver process,
using the SmtLib-2 format.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-singleton-bool-dev
Description-md5: 85166120d09db95239774b609dc601c2
Description-en: type-level booleans
Type level booleans. The singletons package provides similar
functionality, but it has tight dependency constraints.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-singleton-bool-doc
Description-md5: b1043c5bf4c8f14edb5d2fcccf523905
Description-en: type-level booleans; documentation
Type level booleans. The singletons package provides similar
functionality, but it has tight dependency constraints.
.
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-singleton-bool-prof
Description-md5: dfb186a86d3ae2cf56ecd3d6065b8f76
Description-en: type-level booleans; profiling libraries
Type level booleans. The singletons package provides similar
functionality, but it has tight dependency constraints.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-singletons-dev
Description-md5: 85c86126f1126f1ab361f54d83351ec0
Description-en: Haskell framework for generating singleton types
This library generates singleton types, promoted functions, and singleton
functions using Template Haskell. It is useful for programmers who wish
to use dependently typed programming techniques. The library was originally
presented in /Dependently Typed Programming with Singletons/, published
at the Haskell Symposium, 2012.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-singletons-doc
Description-md5: 370ed05603c0d4ca8d62f421ae82f9e4
Description-en: Haskell framework for generating singleton types; documentation
This library generates singleton types, promoted functions, and singleton
functions using Template Haskell. It is useful for programmers who wish
to use dependently typed programming techniques. The library was originally
presented in /Dependently Typed Programming with Singletons/, published
at the Haskell Symposium, 2012.
.
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-singletons-prof
Description-md5: 8357160a742e463ad1eb11771ae95062
Description-en: Haskell framework for generating singleton types; profiling libraries
This library generates singleton types, promoted functions, and singleton
functions using Template Haskell. It is useful for programmers who wish
to use dependently typed programming techniques. The library was originally
presented in /Dependently Typed Programming with Singletons/, published
at the Haskell Symposium, 2012.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skein-dev
Description-md5: 0e773d8905d09738e64dfdce220f17df
Description-en: family of cryptographic hash functions
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
Tadayoshi Kohno, Jon Callas and Jesse Walker.
.
This package uses bindings to an optimized C implementation of Skein. It
provides a high-level interface to some of the Skein use cases. It also
provides a low-level interface in the module "Crypto.Skein.Internal" should
you need to use Skein in a different way.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skein-doc
Description-md5: dbc46d383f1e6263e95c5fda44c045cb
Description-en: family of cryptographic hash functions; documentation
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
Tadayoshi Kohno, Jon Callas and Jesse Walker.
.
This package uses bindings to an optimized C implementation of Skein. It
provides a high-level interface to some of the Skein use cases. It also
provides a low-level interface in the module "Crypto.Skein.Internal" should
you need to use Skein in a different way.
.
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-skein-prof
Description-md5: 3a3e8df1f9c27398f41c2f9518344da3
Description-en: family of cryptographic hash functions; profiling libraries
Skein is a family of fast secure cryptographic hash functions designed by
Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare,
Tadayoshi Kohno, Jon Callas and Jesse Walker.
.
This package uses bindings to an optimized C implementation of Skein. It
provides a high-level interface to some of the Skein use cases. It also
provides a low-level interface in the module "Crypto.Skein.Internal" should
you need to use Skein in a different way.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-core-dev
Description-md5: 66e36387e66e42ff32d1ead99232e367
Description-en: syntax highlighting library
Skylighting is a syntax highlighting library. It derives its tokenizers
from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
so any syntax supported by that framework can be added. An optional
command-line program is provided. Skylighting is intended to be the
successor to highlighting-kate.
.
This package provides the core highlighting functionality under a permissive
license. It also bundles XML parser definitions licensed under the GPL.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-core-doc
Description-md5: 9f0e58fb8496c78c0283d728f5873c0d
Description-en: syntax highlighting library; documentation
Skylighting is a syntax highlighting library. It derives its tokenizers
from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
so any syntax supported by that framework can be added. An optional
command-line program is provided. Skylighting is intended to be the
successor to highlighting-kate.
.
This package provides the core highlighting functionality under a permissive
license. It also bundles XML parser definitions licensed under the GPL.
.
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-skylighting-core-prof
Description-md5: bdf7aa4b42d380cccbb3ac9e1365a0d2
Description-en: syntax highlighting library; profiling libraries
Skylighting is a syntax highlighting library. It derives its tokenizers
from XML syntax definitions used by KDE's KSyntaxHighlighting framework,
so any syntax supported by that framework can be added. An optional
command-line program is provided. Skylighting is intended to be the
successor to highlighting-kate.
.
This package provides the core highlighting functionality under a permissive
license. It also bundles XML parser definitions licensed under the GPL.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-dev
Description-md5: 6688f265a30879d1d45d667e9e9ebe22
Description-en: syntax highlighting library
Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
its tokenizers from XML syntax definitions used
by KDE's KSyntaxHighlighting framework, so any
syntax supported by that framework can be added.
An optional command-line program is provided.
Skylighting is intended to be the successor to
highlighting-kate.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-doc
Description-md5: b12970e42fd30f9a33b7e7cce7ac8c92
Description-en: syntax highlighting library; documentation
Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
its tokenizers from XML syntax definitions used
by KDE's KSyntaxHighlighting framework, so any
syntax supported by that framework can be added.
An optional command-line program is provided.
Skylighting is intended to be the successor to
highlighting-kate.
.
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-skylighting-format-ansi-dev
Description-md5: a928a5529674950aa77d5cf1e3443373
Description-en: ANSI formatter for skylighting syntax highlighting library
This module allows tokens produced by skylighting-core
to be rendered as ANSI colored text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-ansi-doc
Description-md5: a047a4946cb715c6a9c896a26fadb096
Description-en: ANSI formatter for skylighting syntax highlighting library; documentation
This module allows tokens produced by skylighting-core
to be rendered as ANSI colored text.
.
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-skylighting-format-ansi-prof
Description-md5: 255694ea69a43205e3f05a53ad2a3765
Description-en: ANSI formatter for skylighting syntax highlighting library; profiling libraries
This module allows tokens produced by skylighting-core
to be rendered as ANSI colored text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-blaze-html-dev
Description-md5: 5834c2ebfc17dd6c2a512f42e9885142
Description-en: HTML formatter for skylighting syntax highlighting library
This module allows tokens produced by skylighting-core
to be rendered as HTML.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-blaze-html-doc
Description-md5: 74b042e5650e9fa55014e3adb9c8e5cc
Description-en: HTML formatter for skylighting syntax highlighting library; documentation
This module allows tokens produced by skylighting-core
to be rendered as HTML.
.
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-skylighting-format-blaze-html-prof
Description-md5: bdb91a1f2476920e9de6c444f0fefea1
Description-en: HTML formatter for skylighting syntax highlighting library; profiling libraries
This module allows tokens produced by skylighting-core
to be rendered as HTML.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-context-dev
Description-md5: 9764db06bfc03eb808b7c0dbb4f2c2a5
Description-en: ConTeXt formatter for skylighting syntax highlighting library
This module allows tokens produced by skylighting-core
to be rendered as ConTeXt commands.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-context-doc
Description-md5: 24b59f4593d01b2a6bade167cbcc15e0
Description-en: ConTeXt formatter for skylighting syntax highlighting library; documentation
This module allows tokens produced by skylighting-core
to be rendered as ConTeXt commands.
.
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-skylighting-format-context-prof
Description-md5: cb0f3112c76db8de2a1c8a4674f124e1
Description-en: ConTeXt formatter for skylighting syntax highlighting library; profiling libraries
This module allows tokens produced by skylighting-core
to be rendered as ConTeXt commands.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-latex-dev
Description-md5: 0c5d010c261f92b5bf317f42e1f4b790
Description-en: LaTeX formatter for skylighting syntax highlighting library
This module allows tokens produced by skylighting-core
to be rendered as LaTeX macros.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-latex-doc
Description-md5: 1fcdb644881f51387bf4d38c0f6c17f3
Description-en: LaTeX formatter for skylighting syntax highlighting library; documentation
This module allows tokens produced by skylighting-core
to be rendered as LaTeX macros.
.
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-skylighting-format-latex-prof
Description-md5: 0ca9dc573b4603bb9821d0eb115b74e7
Description-en: LaTeX formatter for skylighting syntax highlighting library; profiling libraries
This module allows tokens produced by skylighting-core
to be rendered as LaTeX macros.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-typst-dev
Description-md5: 18305ecb1a988da3eb45e24d288e3f5b
Description-en: Typst formatter for skylighting syntax highlighting library
This module allows tokens produced by skylighting-core
to be rendered as Typst.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-format-typst-doc
Description-md5: f9b648454951a81e80b9c65cf6a49451
Description-en: Typst formatter for skylighting syntax highlighting library; documentation
This module allows tokens produced by skylighting-core
to be rendered as Typst.
.
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-skylighting-format-typst-prof
Description-md5: 9c35e8573313a5951fc7ec231efed5d6
Description-en: Typst formatter for skylighting syntax highlighting library; profiling libraries
This module allows tokens produced by skylighting-core
to be rendered as Typst.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-skylighting-prof
Description-md5: 6e6a59e6cc458a704053a4d56c637d0e
Description-en: syntax highlighting library; profiling libraries
Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
its tokenizers from XML syntax definitions used
by KDE's KSyntaxHighlighting framework, so any
syntax supported by that framework can be added.
An optional command-line program is provided.
Skylighting is intended to be the successor to
highlighting-kate.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-smallcheck-dev
Description-md5: 298fa50905f07569ee051dea8350c51a
Description-en: Another lightweight testing library
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
tests properties for all the finitely many values up to some depth,
progressively increasing the depth used.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-smallcheck-doc
Description-md5: e0dedf5b9ab6f3827bcbb83d95796bcc
Description-en: Another lightweight testing library; documentation
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
tests properties for all the finitely many values up to some depth,
progressively increasing the depth used.
.
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-smallcheck-prof
Description-md5: f38572fc00a76ca829c026348f68fef1
Description-en: Another lightweight testing library; profiling libraries
SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
instead of testing for a sample of randomly generated values, SmallCheck
tests properties for all the finitely many values up to some depth,
progressively increasing the depth used.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-smtlib-dev
Description-md5: dd571ef0c36dd122b05179bd0bbb8c70
Description-en: A library for working with the SMTLIB format.
.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-smtlib-doc
Description-md5: a11ea97faf3eed3767c41290adb23042
Description-en: A library for working with the SMTLIB format.; documentation
.
.
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-smtlib-prof
Description-md5: 2830b4d6e104ca002170659b37feefea
Description-en: A library for working with the SMTLIB format.; profiling libraries
.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-snap-core-dev
Description-md5: cf247452e8f65870e5779cf18e879ecf
Description-en: Snap: A Haskell Web Framework (Core)
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the normal library files.
Package: libghc-snap-core-doc
Description-md5: edde063ac241baf5ab01ae4884ad27b8
Description-en: Snap: A Haskell Web Framework (Core); documentation
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the documentation files.
Package: libghc-snap-core-prof
Description-md5: 7e223748f4b56c345efb035c10be3d94
Description-en: Snap: A Haskell Web Framework (Core); profiling libraries
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
This library contains the core definitions and types for the Snap framework,
including:
.
1. Primitive types and functions for HTTP (requests, responses, cookies,
post/query parameters, etc)
.
2. Type aliases and helper functions for Iteratee I/O
.
3. A monad for programming web handlers called \"Snap\", inspired by
happstack's (), which allows:
.
o Stateful access to the HTTP request and response objects
.
o Monadic failure (i.e. MonadPlus/Alternative instances) for declining
to handle requests and chaining handlers together
.
o Early termination of the computation if you know early what you want
to return and want to prevent further monadic processing
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-snap-server-dev
Description-md5: e5ff3243eaaabdcab9dec2d2483b0ae4
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the normal library files.
Package: libghc-snap-server-doc
Description-md5: ababe7f626240c3f35d4441f9a9db32d
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework; documentation
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the documentation files.
Package: libghc-snap-server-prof
Description-md5: b0a624f91c71da52d0eaa97ca04dd113
Description-en: iteratee-based, epoll-enabled web server for the Snap Framework; profiling lib
Snap is a simple and fast web development framework and server written in
Haskell. For more information or to download the latest version, you can
visit the Snap project website at .
.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the @snap-core@ library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
.
o need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
.
o are interested in contributing to the Snap Framework project.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-soap-dev
Description-md5: 49ee1bd39b7cd7eb11ecc16311b2f299
Description-en: SOAP client library
Tools to build SOAP clients using xml-conduit.
.
Note: to invoke HTTPS services you need to initialize a transport
from soap-tls.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-soap-doc
Description-md5: 8b395f790900433e1039f1fb5680f9b5
Description-en: SOAP client library; documentation
Tools to build SOAP clients using xml-conduit.
.
Note: to invoke HTTPS services you need to initialize a transport
from soap-tls.
.
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-soap-prof
Description-md5: d7744e7fee47d12ffe349cac37d03ee5
Description-en: SOAP client library; profiling libraries
Tools to build SOAP clients using xml-conduit.
.
Note: to invoke HTTPS services you need to initialize a transport
from soap-tls.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sockaddr-dev
Description-md5: 5667e3309f44cb69728740a61104a8d1
Description-en: printing SockAddr value
This package provides code to convert a SockAddr to its human readable
representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
extracted.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sockaddr-doc
Description-md5: 0db4f83155f0595c49c94c176cdab9c1
Description-en: printing SockAddr value; documentation
This package provides code to convert a SockAddr to its human readable
representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
extracted.
.
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-sockaddr-prof
Description-md5: 781fe238c97c4e132cb14cc36c8b87ef
Description-en: printing SockAddr value; profiling libraries
This package provides code to convert a SockAddr to its human readable
representation. If the address is an IPv4-embedded IPv6 address, the IPv4 is
extracted.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-socks-dev
Description-md5: 2ecd5e6a345b1532f2cd08c872bd28ed
Description-en: SOCKS proxy library
This is a native Haskell implementation of a SOCKS5 proxy.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-socks-doc
Description-md5: 1baa63792940ed790a521649a3d59fd1
Description-en: SOCKS proxy library; documentation
This is a native Haskell implementation of a SOCKS5 proxy.
.
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-socks-prof
Description-md5: 735da09dd12d11d084b7e24aa1f382bd
Description-en: SOCKS proxy library; profiling libraries
This is a native Haskell implementation of a SOCKS5 proxy.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-some-dev
Description-md5: 56dc9193d7ebb7b0cdae53533a62d92a
Description-en: existential type: Some
This library defines an existential type Some in a few variants, and
utilities to work with it.
.
If you are unsure which variant to use, use the one in "Data.Some" module.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-some-doc
Description-md5: 53564d50969cca26fc855a71821ad55c
Description-en: existential type: Some; documentation
This library defines an existential type Some in a few variants, and
utilities to work with it.
.
If you are unsure which variant to use, use the one in "Data.Some" module.
.
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-some-prof
Description-md5: 3ad3f481d579706287f47ca08b8738c8
Description-en: existential type: Some; profiling libraries
This library defines an existential type Some in a few variants, and
utilities to work with it.
.
If you are unsure which variant to use, use the one in "Data.Some" module.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sop-core-dev
Description-md5: 119c1e406b9ad4180732aefef8074705
Description-en: true sums of products
Implementation of n-ary sums and n-ary products.
.
The main purpose of this package is to serve as the core of
generics-sop.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sop-core-doc
Description-md5: 2e1f4c631a5024592427ba1252b574eb
Description-en: true sums of products; documentation
Implementation of n-ary sums and n-ary products.
.
The main purpose of this package is to serve as the core of
generics-sop.
.
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-sop-core-prof
Description-md5: 382646d58b7e3f97653718c0fac4f334
Description-en: true sums of products; profiling libraries
Implementation of n-ary sums and n-ary products.
.
The main purpose of this package is to serve as the core of
generics-sop.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-split-dev
Description-md5: 2623b1776ad2e95b7cd1d8c4210bc881
Description-en: Haskell library for splitting lists
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
.
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-split-doc
Description-md5: af4464d370726795eb85f1455eed6ba7
Description-en: Haskell library for splitting lists; documentation
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
.
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
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-split-prof
Description-md5: c3c5de4210d3d5f6c45314de9d86ca48
Description-en: Haskell library for splitting lists; profiling libraries
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
.
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-splitmix-dev
Description-md5: a9ebc60bf638080d3a17bfc7af59314b
Description-en: fast splittable PRNG
Pure Haskell implementation of SplitMix, a splittable
pseudorandom number generator that is quite fast.
.
It should not be used for cryptographic or security applications,
because generated sequences of pseudorandom values are too predictable
(the mixing functions are easily inverted, and two successive outputs
suffice to reconstruct the internal state).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-splitmix-doc
Description-md5: 104744eda4f3c96a12fe0ddac51063b7
Description-en: fast splittable PRNG; documentation
Pure Haskell implementation of SplitMix, a splittable
pseudorandom number generator that is quite fast.
.
It should not be used for cryptographic or security applications,
because generated sequences of pseudorandom values are too predictable
(the mixing functions are easily inverted, and two successive outputs
suffice to reconstruct the internal state).
.
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-splitmix-prof
Description-md5: 3b02318273c4c6630fcbe1b04a089f11
Description-en: fast splittable PRNG; profiling libraries
Pure Haskell implementation of SplitMix, a splittable
pseudorandom number generator that is quite fast.
.
It should not be used for cryptographic or security applications,
because generated sequences of pseudorandom values are too predictable
(the mixing functions are easily inverted, and two successive outputs
suffice to reconstruct the internal state).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-spool-dev
Description-md5: c54cdf04ec90f7b576cb0bb96a5db965
Description-en: copyless conversion between ByteString and Vector.Storable
This library allows conversion between the types from Data.ByteString
Data.Vector.Storable without copying the underlying data. This is
useful, for example, when ByteString IO produces or consumes vectors
of numbers in native byte order.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-spool-doc
Description-md5: 0aeae1edd981a84e3ea34e6e6d236f66
Description-en: copyless conversion between ByteString and Vector.Storable; documentation
This library allows conversion between the types from Data.ByteString
Data.Vector.Storable without copying the underlying data. This is
useful, for example, when ByteString IO produces or consumes vectors
of numbers in native byte order.
.
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-spool-prof
Description-md5: 8f37ff6d512ce70af2bf228657030716
Description-en: copyless conversion between ByteString and Vector.Storable; profiling libraries
This library allows conversion between the types from Data.ByteString
Data.Vector.Storable without copying the underlying data. This is
useful, for example, when ByteString IO produces or consumes vectors
of numbers in native byte order.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sql-words-dev
Description-md5: 8123e35b2a6f4bc797c3c937d1814b9a
Description-en: SQL keywords data constructor into OverloadedString
This package contiains SQL keywords constructors defined as
OverloadedString literals and helper functions to concate these.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-sql-words-doc
Description-md5: 96015c43433798e96d5811a71b14e848
Description-en: SQL keywords data constructor into OverloadedString; documentation
This package contiains SQL keywords constructors defined as
OverloadedString literals and helper functions to concate these.
.
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-sql-words-prof
Description-md5: 2fa81e66d967f325cb0eb9259616c901
Description-en: SQL keywords data constructor into OverloadedString; profiling libraries
This package contiains SQL keywords constructors defined as
OverloadedString literals and helper functions to concate these.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-exts-dev
Description-md5: c3ef9534afa29a676dd2872f4301fa3f
Description-en: Haskell-Source with eXtensions library for GHC
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
* Multi-parameter type classes with functional dependencies
* Indexed type families (including associated types)
* Empty data declarations
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-exts-doc
Description-md5: 051985cd26aebc6758ef761007439558
Description-en: API documentation of the haskell-src-exts library; documentation
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
* Multi-parameter type classes with functional dependencies
* Indexed type families (including associated types)
* Empty data declarations
* GADTs
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
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-src-exts-prof
Description-md5: bedbe3be04a38c26d12b06466cdb588f
Description-en: Haskell-Source with eXtensions library for GHC; profiling libraries
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
* Multi-parameter type classes with functional dependencies
* Indexed type families (including associated types)
* Empty data declarations
* GADTs
* Implicit parameters (ghc and hugs style)
* Template 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: libghc-src-exts-simple-dev
Description-md5: 43fcca151fce238b9ffc491d75b04bc1
Description-en: simplified view on the haskell-src-exts AST
This package provides a shim for haskell-src-exts (HSE), exposing the
same AST but without annotations, using ghc's pattern synonyms.
.
This package is useful for synthesizing and manipulating HSE ASTs that
don't carry source location information. It may also aid in porting
packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
replacement for the old annotation-free AST.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-exts-simple-doc
Description-md5: 750130c1ffea666069259337296490da
Description-en: simplified view on the haskell-src-exts AST; documentation
This package provides a shim for haskell-src-exts (HSE), exposing the
same AST but without annotations, using ghc's pattern synonyms.
.
This package is useful for synthesizing and manipulating HSE ASTs that
don't carry source location information. It may also aid in porting
packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
replacement for the old annotation-free AST.
.
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-src-exts-simple-prof
Description-md5: 8b186f3c9c0e510afcaa41f72b9618b5
Description-en: simplified view on the haskell-src-exts AST; profiling libraries
This package provides a shim for haskell-src-exts (HSE), exposing the
same AST but without annotations, using ghc's pattern synonyms.
.
This package is useful for synthesizing and manipulating HSE ASTs that
don't carry source location information. It may also aid in porting
packages from haskell-src-exts 1.17 to 1.18, but it is not a drop-in
replacement for the old annotation-free AST.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-exts-util-dev
Description-md5: e288e01127636c05e336b3be06b9e6f4
Description-en: helper functions for working with haskell-src-exts trees
A small suite of helper functions for working with haskell-src-exts:
* Free variables
* Bound variables
* Minimal (approximate) rebracketing of AST values such that
prettyprint roundtrips.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-exts-util-doc
Description-md5: 80dbe4c6803598af2e98ca448e76cd52
Description-en: helper functions for working with haskell-src-exts trees; documentation
A small suite of helper functions for working with haskell-src-exts:
* Free variables
* Bound variables
* Minimal (approximate) rebracketing of AST values such that
prettyprint roundtrips.
.
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-src-exts-util-prof
Description-md5: bb317ad75b90bf31520935d0e312fd31
Description-en: helper functions for working with haskell-src-exts trees; profiling libraries
A small suite of helper functions for working with haskell-src-exts:
* Free variables
* Bound variables
* Minimal (approximate) rebracketing of AST values such that
prettyprint roundtrips.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-meta-dev
Description-md5: 67f3f83b46f32fed69008cf4b79da8e3
Description-en: parse source to Template Haskell abstract syntax
The translation from haskell-src-exts abstract syntax to Template Haskell
abstract syntax isn't 100% complete yet.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-src-meta-doc
Description-md5: 3f7b8fedac1bad8c5aa26614fbf86be3
Description-en: parse source to Template Haskell abstract syntax; documentation
The translation from haskell-src-exts abstract syntax to Template Haskell
abstract syntax isn't 100% complete yet.
.
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-src-meta-prof
Description-md5: c5c183d9130fe48f5bbc7b4eebdf0bd1
Description-en: parse source to Template Haskell abstract syntax; profiling libraries
The translation from haskell-src-exts abstract syntax to Template Haskell
abstract syntax isn't 100% complete yet.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-srcloc-dev
Description-md5: cf3b0afd6aa97018dae3d5fe09529119
Description-en: data types for managing source code locations
Data types for tracking, combining, and printing source code locations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-srcloc-doc
Description-md5: fecb081f772bcad0d6b801d66edb012d
Description-en: data types for managing source code locations; documentation
Data types for tracking, combining, and printing source code locations.
.
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-srcloc-prof
Description-md5: 9b36bd79b723aae4114d5dc0730efbd9
Description-en: data types for managing source code locations; profiling libraries
Data types for tracking, combining, and printing source code locations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stateref-dev
Description-md5: 1c2daadf46ea088d89bd09f4fe2ee488
Description-en: abstraction for things that work like IORef
A collection of type-classes generalizing the read/write/modify
operations for stateful variables provided by things like IORef,
TVar, &c. Note that The interface has changed a bit from the 0.2.*
version. "*Ref" functions are now called "*Reference" and new "*Ref"
function exist with simpler signatures. The new Ref existential type
provides a convenient monad-indexed reference type, and the HasRef
class indicates monads for which there is a default reference type
for every referent.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stateref-doc
Description-md5: dd6e9cbf2e2153d68ebd51bd9f90ee99
Description-en: abstraction for things that work like IORef; documentation
A collection of type-classes generalizing the read/write/modify
operations for stateful variables provided by things like IORef,
TVar, &c. Note that The interface has changed a bit from the 0.2.*
version. "*Ref" functions are now called "*Reference" and new "*Ref"
function exist with simpler signatures. The new Ref existential type
provides a convenient monad-indexed reference type, and the HasRef
class indicates monads for which there is a default reference type
for every referent.
.
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-stateref-prof
Description-md5: 2b3ca52b569a27198b832915e558b3ed
Description-en: abstraction for things that work like IORef; profiling libraries
A collection of type-classes generalizing the read/write/modify
operations for stateful variables provided by things like IORef,
TVar, &c. Note that The interface has changed a bit from the 0.2.*
version. "*Ref" functions are now called "*Reference" and new "*Ref"
function exist with simpler signatures. The new Ref existential type
provides a convenient monad-indexed reference type, and the HasRef
class indicates monads for which there is a default reference type
for every referent.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statestack-dev
Description-md5: 6f1ac558acacc5632053f66dc1b16dde
Description-en: simple State-like monad transformer state push/pop
Simple State-like monad transformer where states can be saved to and
restored from an internal stack.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statestack-doc
Description-md5: bbf9136416cd947f894265709aaa6307
Description-en: simple State-like monad transformer state push/pop; documentation
Simple State-like monad transformer where states can be saved to and
restored from an internal stack.
.
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-statestack-prof
Description-md5: cbd9a677d6e8ef4e63a2b03b19a89378
Description-en: simple State-like monad transformer state push/pop; profiling libraries
Simple State-like monad transformer where states can be saved to and
restored from an internal stack.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statevar-dev
Description-md5: 7eb142eb5a50cf961f0e1e7df574b6c4
Description-en: state variables in Haskell
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statevar-doc
Description-md5: 03f81b17046a3ddc9639daea5cf51849
Description-en: state variables in Haskell; documentation
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
.
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-statevar-prof
Description-md5: 541a7a549c3c1de95489f096e289d314
Description-en: state variables in Haskell; profiling libraries
This library provides a common abstraction of stateful variables, e.g. IORef
and OpenGL's StateVar.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-static-bytes-dev
Description-md5: 9b5ae1f812a4e57900c5ada2947dc4d0
Description-en: types representing bytes of data
A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-static-bytes-doc
Description-md5: 31f7b826805ab783b5f1900f9eb631bb
Description-en: types representing bytes of data; documentation
A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data.
.
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-static-bytes-prof
Description-md5: 4cc09429704f74f321fcf085acee91ad
Description-en: types representing bytes of data; profiling libraries
A Haskell library providing types representing 8, 16, 32, 64 or 128 bytes of data.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-static-hash-dev
Description-md5: efe8f2fc66921797fe330495d4153199
Description-en: pure immutable hash
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-static-hash-doc
Description-md5: b5dced23e885d7b60a7c34de6b61d64f
Description-en: pure immutable hash; documentation
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
.
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-static-hash-prof
Description-md5: 34edb3361e6fab09e5aa577483ad1990
Description-en: pure immutable hash; profiling libraries
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statistics-dev
Description-md5: fdef0f09d1e44ef5e2c6e764cdee80dc
Description-en: A library of statistical types, data, and functions
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, regression and autocorrelation analysis.
.
Random variate generation under several different distributions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-statistics-doc
Description-md5: c02e66a35d02ee578723b8968d648a4f
Description-en: A library of statistical types, data, and functions; documentation
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
.
Random variate generation under several different distributions.
.
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-statistics-prof
Description-md5: 7428867a440f8abe033562bed8c0b323
Description-en: A library of statistical types, data, and functions; profiling libraries
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
.
Random variate generation under several different distributions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-status-notifier-item-dev
Description-md5: 1bc24236d9fad91ce525af51613a595a
Description-en: StatusNotifierItem/libappindicator dbus implementation
A Haskell implementation of the StatusNotifierItem protocol
(https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-status-notifier-item-doc
Description-md5: eb8f5860f495ac77e1099f758dd6eb2c
Description-en: StatusNotifierItem/libappindicator dbus implementation; documentation
A Haskell implementation of the StatusNotifierItem protocol
(https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
.
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-status-notifier-item-prof
Description-md5: 17eca159d7ececb86b86a62c7651e423
Description-en: StatusNotifierItem/libappindicator dbus implementation; profiling libraries
A Haskell implementation of the StatusNotifierItem protocol
(https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stm-chans-dev
Description-md5: eeb6be29b8a8efeb6c0e70058e716230
Description-en: additional types of channels for STM
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length
* TBMChan: a version of TChan where the queue is bounded in length
and closeable.
* TBMQueue: a version of TQueue where the queue is bounded in length
and closeable.
* TMChan: a version of TChan where the queue is closeable. This is
similar to a TChan (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
* TMQueue: a version of TQueue where the queue is closeable. This is
similar to a TQueue (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stm-chans-doc
Description-md5: da4e36682f990d3cc11e5471abe7304f
Description-en: additional types of channels for STM; documentation
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length
* TBMChan: a version of TChan where the queue is bounded in length
and closeable.
* TBMQueue: a version of TQueue where the queue is bounded in length
and closeable.
* TMChan: a version of TChan where the queue is closeable. This is
similar to a TChan (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
* TMQueue: a version of TQueue where the queue is closeable. This is
similar to a TQueue (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
.
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-stm-chans-prof
Description-md5: 1e4e15a10a3d4f038a19a9932bf7a6fe
Description-en: additional types of channels for STM; profiling libraries
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length
* TBMChan: a version of TChan where the queue is bounded in length
and closeable.
* TBMQueue: a version of TQueue where the queue is bounded in length
and closeable.
* TMChan: a version of TChan where the queue is closeable. This is
similar to a TChan (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
* TMQueue: a version of TQueue where the queue is closeable. This is
similar to a TQueue (Maybe a) with a monotonicity guarantee that
once there's a Nothing there will always be Nothing.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stm-delay-dev
Description-md5: 8cce1f8268787c9e0c55d8f08957cd15
Description-en: updatable one-shot timer polled with STM
This library lets you create a one-shot timer, poll it using STM,
and update it to ring at a different time than initially
specified.
.
It uses GHC event manager timeouts when available, yielding
performance similar to threadDelay and registerDelay. Otherwise,
it falls back to forked threads and threadDelay.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stm-delay-doc
Description-md5: e8c3533573ea15be7877918136872841
Description-en: updatable one-shot timer polled with STM; documentation
This library lets you create a one-shot timer, poll it using STM,
and update it to ring at a different time than initially
specified.
.
It uses GHC event manager timeouts when available, yielding
performance similar to threadDelay and registerDelay. Otherwise,
it falls back to forked threads and threadDelay.
.
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-stm-delay-prof
Description-md5: ba71a95e4d91e3dea7e6c9446bc79b43
Description-en: updatable one-shot timer polled with STM; profiling libraries
This library lets you create a one-shot timer, poll it using STM,
and update it to ring at a different time than initially
specified.
.
It uses GHC event manager timeouts when available, yielding
performance similar to threadDelay and registerDelay. Otherwise,
it falls back to forked threads and threadDelay.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stmonadtrans-dev
Description-md5: c65a41de02a6f1a5709a6364f30bff02
Description-en: monad transformer version of the ST monad
This package provides a monad transformer version of the ST monad.
.
Warning! This monad transformer should not be used with monads that can
contain multiple answers, like the list monad. The reason is that the will be
duplicated across the different answers and this cause Bad Things to happen
(such as loss of referential transparency). Safe monads include the monads
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stmonadtrans-doc
Description-md5: 7bda010d6255fadd25a9b3481860b937
Description-en: monad transformer version of the ST monad; documentation
This package provides a monad transformer version of the ST monad.
.
Warning! This monad transformer should not be used with monads that can
contain multiple answers, like the list monad. The reason is that the will be
duplicated across the different answers and this cause Bad Things to happen
(such as loss of referential transparency). Safe monads include the monads
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
.
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-stmonadtrans-prof
Description-md5: dd49439cf1623ee0f8345c7d55f12b97
Description-en: monad transformer version of the ST monad; profiling libraries
This package provides a monad transformer version of the ST monad.
.
Warning! This monad transformer should not be used with monads that can
contain multiple answers, like the list monad. The reason is that the will be
duplicated across the different answers and this cause Bad Things to happen
(such as loss of referential transparency). Safe monads include the monads
State, Reader, Writer, Maybe and combinations of their corresponding monad
transformers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-complex-dev
Description-md5: 30480d7dc5b1051c5d408c1d25a43bbd
Description-en: Storable instance for Complex
Provides a Storable instance for Complex which is binary
compatible with C99, C++ and Fortran complex data types.
.
The only purpose of this package is to provide a standard
location for this instance so that other packages needing
this instance can play nicely together.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-complex-doc
Description-md5: 966623eeec57362b7475490223e9fa18
Description-en: Storable instance for Complex; documentation
Provides a Storable instance for Complex which is binary
compatible with C99, C++ and Fortran complex data types.
.
The only purpose of this package is to provide a standard
location for this instance so that other packages needing
this instance can play nicely together.
.
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-storable-complex-prof
Description-md5: cef9184f4db70e63660e503ed172e2b4
Description-en: Storable instance for Complex; profiling libraries
Provides a Storable instance for Complex which is binary
compatible with C99, C++ and Fortran complex data types.
.
The only purpose of this package is to provide a standard
location for this instance so that other packages needing
this instance can play nicely together.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-record-dev
Description-md5: 57263be3f9fafdeed45583f9f61eb1c3
Description-en: elegant definition of Storable instances for records
With this package you can build a Storable instance of a record type
from Storable instances of its elements in an elegant way.
It does not do any magic, just a bit arithmetic to compute the right
offsets that would be otherwise done manually or by a preprocessor
like C2HS.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-record-doc
Description-md5: 07bb58f6f6d90ce0128a4d25a5c06c6e
Description-en: elegant definition of Storable instances for records; documentation
With this package you can build a Storable instance of a record type
from Storable instances of its elements in an elegant way.
It does not do any magic, just a bit arithmetic to compute the right
offsets that would be otherwise done manually or by a preprocessor
like C2HS.
.
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-storable-record-prof
Description-md5: 4a6c5ee916a5edc620d519c4919f82c9
Description-en: elegant definition of Storable instances for records; profiling libraries
With this package you can build a Storable instance of a record type
from Storable instances of its elements in an elegant way.
It does not do any magic, just a bit arithmetic to compute the right
offsets that would be otherwise done manually or by a preprocessor
like C2HS.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-tuple-dev
Description-md5: 87efe08ae5a7cb1dda14ef7ca1b23e1e
Description-en: Storable instance for pairs and triples
Provides a Storable instance for pair and triple
which should be binary compatible with C99 and C++.
The only purpose of this package is to provide a standard location
for this instance so that other packages needing this instance
can play nicely together.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-storable-tuple-doc
Description-md5: f2a316d408b81cdc2a9ab439b1e6e48e
Description-en: Storable instance for pairs and triples; documentation
Provides a Storable instance for pair and triple
which should be binary compatible with C99 and C++.
The only purpose of this package is to provide a standard location
for this instance so that other packages needing this instance
can play nicely together.
.
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-storable-tuple-prof
Description-md5: edaf453358fce6d2787b1e9c21fdc2d6
Description-en: Storable instance for pairs and triples; profiling libraries
Provides a Storable instance for pair and triple
which should be binary compatible with C99 and C++.
The only purpose of this package is to provide a standard location
for this instance so that other packages needing this instance
can play nicely together.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-store-core-dev
Description-md5: e4eaa2b3edaf90e1b85ced9dabd90ad6
Description-en: fast and lightweight binary serialization
This is a lightweight core used by the store package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-store-core-doc
Description-md5: 84ba2d64400f7e0233042d351e6b753d
Description-en: fast and lightweight binary serialization; documentation
This is a lightweight core used by the store package.
.
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-store-core-prof
Description-md5: e343ef2eb1b24a9ffcc5f016ab4db3e9
Description-en: fast and lightweight binary serialization; profiling libraries
This is a lightweight core used by the store package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-store-dev
Description-md5: 1f4f502e09bc1b3b49fd9c15b8658461
Description-en: Fast binary serialization
The 'store' package provides efficient binary serialization. There are a
couple features that particularly distinguish it from most prior Haskell
serialization libraries:
.
* Its primary goal is speed. By default, direct machine representations
are used for things like numeric values (Int, Double, Word32, etc)
and buffers (Text, ByteString, Vector, etc). This means that much of
serialization uses the equivalent of memcpy.
* Instead of implementing lazy serialization / deserialization involving
multiple input / output buffers, peek and poke always work with a
single buffer. This buffer is allocated by asking the value for its
size before encoding. This simplifies the encoding logic, and allows
for highly optimized tight loops.
* store can optimize size computations by knowing when some types always
use the same number of bytes. This allows for computing the byte size
of a `Vector Int32` by just doing `length v * 4`.
.
It also features:
.
* Optimized serialization instances for many types from base, vector,
bytestring, text, containers, time, template-haskell, and more.
* TH and GHC Generics based generation of Store instances for datatypes
* TH generation of testcases
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-store-doc
Description-md5: 0ee514910f5e93d1c30ede2be91429af
Description-en: Fast binary serialization; documentation
The 'store' package provides efficient binary serialization. There are a
couple features that particularly distinguish it from most prior Haskell
serialization libraries:
.
* Its primary goal is speed. By default, direct machine representations
are used for things like numeric values (Int, Double, Word32, etc)
and buffers (Text, ByteString, Vector, etc). This means that much of
serialization uses the equivalent of memcpy.
* Instead of implementing lazy serialization / deserialization involving
multiple input / output buffers, peek and poke always work with a
single buffer. This buffer is allocated by asking the value for its
size before encoding. This simplifies the encoding logic, and allows
for highly optimized tight loops.
* store can optimize size computations by knowing when some types always
use the same number of bytes. This allows for computing the byte size
of a `Vector Int32` by just doing `length v * 4`.
.
It also features:
.
* Optimized serialization instances for many types from base, vector,
bytestring, text, containers, time, template-haskell, and more.
* TH and GHC Generics based generation of Store instances for datatypes
* TH generation of testcases
.
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-store-prof
Description-md5: afdd568d65f07176aa2b0b307455e242
Description-en: Fast binary serialization; profiling libraries
The 'store' package provides efficient binary serialization. There are a
couple features that particularly distinguish it from most prior Haskell
serialization libraries:
.
* Its primary goal is speed. By default, direct machine representations
are used for things like numeric values (Int, Double, Word32, etc)
and buffers (Text, ByteString, Vector, etc). This means that much of
serialization uses the equivalent of memcpy.
* Instead of implementing lazy serialization / deserialization involving
multiple input / output buffers, peek and poke always work with a
single buffer. This buffer is allocated by asking the value for its
size before encoding. This simplifies the encoding logic, and allows
for highly optimized tight loops.
* store can optimize size computations by knowing when some types always
use the same number of bytes. This allows for computing the byte size
of a `Vector Int32` by just doing `length v * 4`.
.
It also features:
.
* Optimized serialization instances for many types from base, vector,
bytestring, text, containers, time, template-haskell, and more.
* TH and GHC Generics based generation of Store instances for datatypes
* TH generation of testcases
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stream-dev
Description-md5: 5fbaf6ebb31e507e47378e7a6e1af02e
Description-en: Haskell stream (infinite list) library for GHC
Provides functions, analogous to those from Data.List, to create and
manipulate infinite lists.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stream-doc
Description-md5: e8f7ab15c2b25200156218aa9f60d067
Description-en: Haskell stream (infinite list) library for GHC; documentation
Provides functions, analogous to those from Data.List, to create and
manipulate infinite lists.
.
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-stream-prof
Description-md5: b4a1db2a37cf5151a986b4658fe9b5fa
Description-en: Haskell stream (infinite list) library for GHC; profiling libraries
Provides functions, analogous to those from Data.List, to create and
manipulate infinite lists.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-streaming-commons-dev
Description-md5: 44bfab6e939c3729eb5183e840a97378
Description-en: common lower-level functions for various streaming data libraries
Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-streaming-commons-doc
Description-md5: a9718dc31d423697b5d6b8adb8c4fce2
Description-en: common lower-level functions for various streaming data libraries; documentation
Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.
.
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-streaming-commons-prof
Description-md5: f8e32ce57dfd2acb1ab6cd9dc59db17c
Description-en: common lower-level functions for various streaming data libraries; profiling libraries
Provides low-dependency functionality commonly needed by various
streaming data libraries, such as conduit and pipes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-strict-dev
Description-md5: 983993f124f0b77da0d5a81be7c7c2d9
Description-en: Strict variants of standard Haskell datatypes
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-strict-doc
Description-md5: 5c9bc0acbe6c5e78a415ddb311c2074c
Description-en: Strict variants of standard Haskell datatypes; documentation
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
.
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-strict-list-dev
Description-md5: 4ceaea47370c39d7c52cef4311c14fd4
Description-en: strict linked list
Implementation of strict linked list with care taken about stack.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-strict-list-doc
Description-md5: a990ae52170a21033fd5e788481430b4
Description-en: strict linked list; documentation
Implementation of strict linked list with care taken about stack.
.
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-strict-list-prof
Description-md5: 6ca46e4a871364aba6ed1458363bdcc0
Description-en: strict linked list; profiling libraries
Implementation of strict linked list with care taken about stack.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-strict-prof
Description-md5: eb3a0220dc655fbcd310472e603b9e83
Description-en: Strict variants of standard Haskell datatypes; profiling libraries
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-conversions-dev
Description-md5: 8d17fc056dad7e4947231c6403731393
Description-en: simplifies dealing with different types for strings
Provides a simple type class for converting values
of different string types into values of other string types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-conversions-doc
Description-md5: b1c01dca1a4cc86227fa58c821e99d0d
Description-en: simplifies dealing with different types for strings; documentation
Provides a simple type class for converting values
of different string types into values of other string types.
.
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-string-conversions-prof
Description-md5: 56a41019e5bd0bc108f0ac3343dbbcad
Description-en: simplifies dealing with different types for strings; profiling libraries
Provides a simple type class for converting values
of different string types into values of other string types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-interpolate-dev
Description-md5: 60090c323828f6a2103b25dd1909e50f
Description-en: Haskell string/text/bytestring interpolation that just works
Unicode-aware string interpolation that handles all textual types.
.
See README.md for more info.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-interpolate-doc
Description-md5: 0445ba9999d5f3cec1754379a45f1f94
Description-en: Haskell string/text/bytestring interpolation that just works; documentation
Unicode-aware string interpolation that handles all textual types.
.
See README.md for more info.
.
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-string-interpolate-prof
Description-md5: 178abd005f13be70935d9144d5f5f7c0
Description-en: Haskell string/text/bytestring interpolation that just works; profiling libraries
Unicode-aware string interpolation that handles all textual types.
.
See README.md for more info.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-qq-dev
Description-md5: 69727f2c509bcfa00e5ac3d45aa6a8bc
Description-en: QuasiQuoter for non-interpolated strings
QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
writing multi-line IsString literals.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-string-qq-doc
Description-md5: 2d4ccb10126b020dfeca5e67647e8c9f
Description-en: QuasiQuoter for non-interpolated strings; documentation
QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
writing multi-line IsString literals.
.
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-string-qq-prof
Description-md5: f2f7b14eea2b979aaf4890bde3e3bb24
Description-en: QuasiQuoter for non-interpolated strings; profiling libraries
QuasiQuoter for non-interpolated strings, texts and bytestrings, useful for
writing multi-line IsString literals.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stringbuilder-dev
Description-md5: 205c579c0b3e3483f9517cdf44002ec1
Description-en: writer monad for multi-line string literals
This allows the construction of multi-line string literals in a
monadic way.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stringbuilder-doc
Description-md5: b0974fdbb2eb04caad08493d00e73b5c
Description-en: writer monad for multi-line string literals; documentation
This allows the construction of multi-line string literals in a
monadic way.
.
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-stringbuilder-prof
Description-md5: bfbf8dc923dfbe9359b58cc6aa4a5fe4
Description-en: writer monad for multi-line string literals; profiling libraries
This allows the construction of multi-line string literals in a
monadic way.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stringprep-dev
Description-md5: bd18af63a68793e9309bf465dc70e216
Description-en: Implements the "StringPrep" algorithm
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stringprep-doc
Description-md5: aa851b05c71842739bce43d7fa4ec78a
Description-en: Implements the "StringPrep" algorithm; documentation
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
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-stringprep-prof
Description-md5: 48943a0116e4d9f056e07795a351014f
Description-en: Implements the "StringPrep" algorithm; profiling libraries
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-stringsearch-dev
Description-md5: ee27e0e372e32162d6a9f4b7f07cc40c
Description-en: Fast searching, splitting and replacing of ByteStrings
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
.
Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
Upstream-Maintainer: daniel.is.fischer@googlemail.com
.
This package contains the normal library files.
Package: libghc-stringsearch-doc
Description-md5: 6ae03042c74569a77c81eeb34bc76a51
Description-en: Fast searching, splitting and replacing of ByteStrings; documentation
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
.
Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
Upstream-Maintainer: daniel.is.fischer@googlemail.com
.
This package contains the documentation files.
Package: libghc-stringsearch-prof
Description-md5: 4c2b51a4b6b448cf813c89fcad3dc50c
Description-en: Fast searching, splitting and replacing of ByteStrings; profiling libraries
This package provides several functions to quickly
search for substrings in strict or lazy ByteStrings.
It also provides functions for breaking or splitting
on substrings and replacing all occurrences of a
substring (the first in case of overlaps) with another.
.
Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey
Upstream-Maintainer: daniel.is.fischer@googlemail.com
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-svg-builder-dev
Description-md5: ec41935c954963123ba65d5cab11394e
Description-en: DSL for building SVG
Fast, easy to write SVG.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-svg-builder-doc
Description-md5: 1409b349e6589b4d1ad6e47e5916d4de
Description-en: DSL for building SVG; documentation
Fast, easy to write SVG.
.
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-svg-builder-prof
Description-md5: c032d16ac46f3c5d53782fe5173ca68f
Description-en: DSL for building SVG; profiling libraries
Fast, easy to write SVG.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-syb-dev
Description-md5: 383e0057f2bc03c979afeeff09920218
Description-en: Generic programming library for Haskell
This package contains the generics system known as "Scrap Your Boilerplate".
It defines the "Data" class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and a
variety of traversals.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-syb-doc
Description-md5: 8f24fe306945e92749ed337757960775
Description-en: Generic programming library for Haskell; documentation
This package contains the generics system known as "Scrap Your Boilerplate".
It defines the "Data" class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and a
variety of traversals.
.
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-syb-prof
Description-md5: a9fe6f214ff4ac6cedf7f89455b0fc35
Description-en: Generic programming library for Haskell; profiling libraries
This package contains the generics system known as "Scrap Your Boilerplate".
It defines the "Data" class of types permitting folding and unfolding of
constructor applications, instances of this class for primitive types, and a
variety of traversals.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-system-fileio-dev
Description-md5: 62d29865624479ddc06313c37ca59d28
Description-en: consistent filesystem interaction across GHC versions
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
API to the various versions of these packages distributed with
different versions of GHC.
.
In particular, this library supports working with POSIX files that
have paths which can't be decoded in the current locale encoding.
.
This package contains the normal library files.
Package: libghc-system-fileio-doc
Description-md5: 41a897c9c6a6c4e87841723f94cdac4e
Description-en: consistent filesystem interaction across GHC versions; documentation
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
API to the various versions of these packages distributed with
different versions of GHC.
.
In particular, this library supports working with POSIX files that
have paths which can't be decoded in the current locale encoding.
.
This package contains the documentation files.
Package: libghc-system-fileio-prof
Description-md5: 96f45159caae2010b947b7a6a083a467
Description-en: consistent filesystem interaction across GHC versions; profiling libraries
This is a small wrapper around the "directory", "unix", and "Win32"
packages, for use with "system-filepath". It provides a consistent
API to the various versions of these packages distributed with
different versions of GHC.
.
In particular, this library supports working with POSIX files that
have paths which can't be decoded in the current locale encoding.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-system-filepath-dev
Description-md5: 3a09f1bf994d40459f099aaeac4ffef1
Description-en: high-level, byte-based file and directory path manipulations
Functions for portable file path manipulation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-system-filepath-doc
Description-md5: 2b48b153cf250edd46e2394e508156d9
Description-en: high-level, byte-based file and directory path manipulations; documentation
Functions for portable file path manipulation.
.
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-system-filepath-prof
Description-md5: de215bf9d6743af96c60f06d1dfc1fb3
Description-en: high-level, byte-based file and directory path manipulations; profiling libraries
Functions for portable file path manipulation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-system-posix-redirect-dev
Description-md5: c6599806b1924c76cb0480cc7ae22465
Description-en: toy module to temporarily redirect a program's stdout
Due to the design of POSIX, it is possible to temporarily overload the
file descriptors corresponding to stdout and stderr to point to an
arbitrary pipe. It is, however, tricky to get right. This module gets
it right, as far as such a terrible hack can be made right. It can be
used to make misbehaving third-party C libraries stop spewing to
standard output.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-system-posix-redirect-doc
Description-md5: 4a6feba303275124fb6fdd120772719f
Description-en: toy module to temporarily redirect a program's stdout; documentation
Due to the design of POSIX, it is possible to temporarily overload the
file descriptors corresponding to stdout and stderr to point to an
arbitrary pipe. It is, however, tricky to get right. This module gets
it right, as far as such a terrible hack can be made right. It can be
used to make misbehaving third-party C libraries stop spewing to
standard output.
.
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-system-posix-redirect-prof
Description-md5: 2b2a8c1806550b730328d5cd7d8fdcad
Description-en: toy module to temporarily redirect a program's stdout; profiling libraries
Due to the design of POSIX, it is possible to temporarily overload the
file descriptors corresponding to stdout and stderr to point to an
arbitrary pipe. It is, however, tricky to get right. This module gets
it right, as far as such a terrible hack can be made right. It can be
used to make misbehaving third-party C libraries stop spewing to
standard output.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tabular-dev
Description-md5: 82fa4ddcef300cecb946fb587ceabefb
Description-en: two-dimensional data tables with rendering functions
Tabular provides a Haskell representation of two-dimensional data
tables, the kind that you might find in a spreadsheet or a
research report. It also comes with some default rendering functions
for turning those tables into ASCII art, simple text with an
arbitrary delimiter, CSV, HTML or LaTeX.
.
The tabular package can group rows and columns, each group having one
of three separators (no line, single line, double line) between its
members.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tabular-doc
Description-md5: 2e1e0bf77e3582232ea69d1fe97d168c
Description-en: two-dimensional data tables with rendering functions; documentation
Tabular provides a Haskell representation of two-dimensional data
tables, the kind that you might find in a spreadsheet or a
research report. It also comes with some default rendering functions
for turning those tables into ASCII art, simple text with an
arbitrary delimiter, CSV, HTML or LaTeX.
.
The tabular package can group rows and columns, each group having one
of three separators (no line, single line, double line) between its
members.
.
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-tabular-prof
Description-md5: ccab220cff592524c7246d71993164cc
Description-en: two-dimensional data tables with rendering functions; profiling libraries
Tabular provides a Haskell representation of two-dimensional data
tables, the kind that you might find in a spreadsheet or a
research report. It also comes with some default rendering functions
for turning those tables into ASCII art, simple text with an
arbitrary delimiter, CSV, HTML or LaTeX.
.
The tabular package can group rows and columns, each group having one
of three separators (no line, single line, double line) between its
members.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tagged-dev
Description-md5: 887f5ee3a49446fe3df5960398b6c251
Description-en: newtype wrappers for phantom types
It provides newtype wrappers for phantom types to avoid unsafely
passing dummy arguments.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tagged-doc
Description-md5: 2546eb6cee09e0bf78f498938db6c602
Description-en: newtype wrappers for phantom types; documentation
It provides newtype wrappers for phantom types to avoid unsafely
passing dummy arguments.
.
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-tagged-prof
Description-md5: 28c04b0686c10d518bc577efa0779089
Description-en: newtype wrappers for phantom types; profiling libraries
It provides newtype wrappers for phantom types to avoid unsafely
passing dummy arguments.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tagsoup-dev
Description-md5: 9e7b8da978a1af82a01a785ae1be1585
Description-en: Haskell library to robustly parse unstructured HTML
TagSoup extracts information out of unstructured HTML code, sometimes
known as tag soup. TagSoup does not require well-formed or
standards-compliant HTML, or HTML that renders correctly in any
particular rendering engine. TagSoup transforms HTML into a list of
open tags with attributes, close tags, and text, but makes no attempt
to group these together into any kind of structure.
.
This package is not related to the Java TagSoup library.
Package: libghc-tagsoup-doc
Description-md5: c61326ffa7176e76f35578a3249fb3b3
Description-en: Documentation for Haskell TagSoup library
TagSoup extracts information out of unstructured HTML code, sometimes
known as tag soup. TagSoup does not require well-formed or
standards-compliant HTML, or HTML that renders correctly in any
particular rendering engine. TagSoup transforms HTML into a list of
open tags with attributes, close tags, and text, but makes no attempt
to group these together into any kind of structure.
.
This package contains the API documentation and example for the TagSoup
library.
Package: libghc-tagsoup-prof
Description-md5: 2fec70ca460bedfcd5a5409c2cda9581
Description-en: Profiling support for TagSoup Haskell library
TagSoup extracts information out of unstructured HTML code, sometimes
known as tag soup. TagSoup does not require well-formed or
standards-compliant HTML, or HTML that renders correctly in any
particular rendering engine. TagSoup transforms HTML into a list of
open tags with attributes, close tags, and text, but makes no attempt
to group these together into any kind of structure.
.
This package contains the profiling support for the TagSoup library.
Package: libghc-tagstream-conduit-dev
Description-md5: 5a2dda94062bc93294f60e8ef240dd00
Description-en: streamlined HTML tag parser
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
provides an Enumeratee which can parse streamline html, which means
it consumes constant memory.
.
This package contains the normal library files.
Package: libghc-tagstream-conduit-doc
Description-md5: 72843c96e2e3f5eb8c27db530c2a2c98
Description-en: streamlined HTML tag parser; documentation
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
provides an Enumeratee which can parse streamline html, which means
it consumes constant memory.
.
This package contains the documentation files.
Package: libghc-tagstream-conduit-prof
Description-md5: 540f3675a1bfa74eb561841b2f71e19b
Description-en: streamlined HTML tag parser; profiling libraries
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
provides an Enumeratee which can parse streamline html, which means
it consumes constant memory.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-tar-conduit-dev
Description-md5: e929a256db4e7ab152c4d189745f026d
Description-en: Conduit based tar extraction mechanism
This Haskell package provides methods to extract and create tar files using
conduit for streaming.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tar-conduit-doc
Description-md5: ad348e09d1865124638f6b24a99a7ff2
Description-en: Conduit based tar extraction mechanism; documentation
This Haskell package provides methods to extract and create tar files using
conduit for streaming.
.
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-tar-conduit-prof
Description-md5: 70e72dd1d2b225d97548150535ac3757
Description-en: Conduit based tar extraction mechanism; profiling libraries
This Haskell package provides methods to extract and create tar files using
conduit for streaming.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tar-dev
Description-md5: 969482f0f187cb656a73c0590e93b5bf
Description-en: reading, writing and manipulating ".tar" archive files
This library is for working with ".tar" archive files. It can read and write a
range of common variations of archive format including V7, USTAR, POSIX and
GNU formats. It provides support for packing and unpacking portable archives.
This makes it suitable for distribution but not backup because details like
file ownership and exact permissions are not preserved.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tar-doc
Description-md5: d73e54c3113c06b3ca0d7e8c4fdf8512
Description-en: reading, writing and manipulating ".tar" archive files; documentation
This library is for working with ".tar" archive files. It can read and write a
range of common variations of archive format including V7, USTAR, POSIX and
GNU formats. It provides support for packing and unpacking portable archives.
This makes it suitable for distribution but not backup because details like
file ownership and exact permissions are not preserved.
.
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-tar-prof
Description-md5: 3471d4e9d21ab726918df70f0d53a589
Description-en: reading, writing and manipulating ".tar" archive files; profiling libraries
This library is for working with ".tar" archive files. It can read and write a
range of common variations of archive format including V7, USTAR, POSIX and
GNU formats. It provides support for packing and unpacking portable archives.
This makes it suitable for distribution but not backup because details like
file ownership and exact permissions are not preserved.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-ant-xml-dev
Description-md5: ee609491660f1d4a3249d92d8a51eff2
Description-en: Render tasty output to XML for Jenkins
A tasty ingredient to output test results in XML, using the Ant schema. This
XML can be consumed by the Jenkins continuous integration framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-ant-xml-doc
Description-md5: d37d2dca6e314289f4a01dbedf8adc2d
Description-en: Render tasty output to XML for Jenkins; documentation
A tasty ingredient to output test results in XML, using the Ant schema. This
XML can be consumed by the Jenkins continuous integration framework.
.
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-tasty-ant-xml-prof
Description-md5: bd1f59eeb0197f7d511be7bc69ab4341
Description-en: Render tasty output to XML for Jenkins; profiling libraries
A tasty ingredient to output test results in XML, using the Ant schema. This
XML can be consumed by the Jenkins continuous integration framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-checklist-dev
Description-md5: 7a79acd87a943b7ac01665caa7ddca40
Description-en: Check multiple items during a tasty test
Allows the test to check a number of items during a test and
only signal pass or fail when the end if the checklist is reached.
.
Also provides an easy method to check multiple derived values from
a single input value.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-checklist-doc
Description-md5: ac491a100a4d4773eb959b081fe4fe51
Description-en: Check multiple items during a tasty test; documentation
Allows the test to check a number of items during a test and
only signal pass or fail when the end if the checklist is reached.
.
Also provides an easy method to check multiple derived values from
a single input value.
.
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-tasty-checklist-prof
Description-md5: 77e1c4edbf9aea4031414aaec08d7e53
Description-en: Check multiple items during a tasty test; profiling libraries
Allows the test to check a number of items during a test and
only signal pass or fail when the end if the checklist is reached.
.
Also provides an easy method to check multiple derived values from
a single input value.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-dev
Description-md5: e90c3769e75029cdc82bb58b4cbbcfbf
Description-en: Haskell testing framework
A modern and extensible testing framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-discover-dev
Description-md5: 9ded137df2145a452ae0a91e189a17a7
Description-en: Test discovery for the tasty framework.
Automatic test discovery and runner for the tasty framework.
Prefix your test case names and tasty-discover will discover, collect
and run them. All popular test libraries are covered. Configure once
and then just write your tests. Avoid forgetting to add test modules
to your Cabal/Hpack files. Tasty ingredients are included along with
various configuration options for different use cases.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-discover-doc
Description-md5: 69c5b87e027e6e8afd29aa11d8958f27
Description-en: Test discovery for the tasty framework.; documentation
Automatic test discovery and runner for the tasty framework.
Prefix your test case names and tasty-discover will discover, collect
and run them. All popular test libraries are covered. Configure once
and then just write your tests. Avoid forgetting to add test modules
to your Cabal/Hpack files. Tasty ingredients are included along with
various configuration options for different use cases.
.
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-tasty-discover-prof
Description-md5: 0240a792af67b3f787903fb6a948b193
Description-en: Test discovery for the tasty framework.; profiling libraries
Automatic test discovery and runner for the tasty framework.
Prefix your test case names and tasty-discover will discover, collect
and run them. All popular test libraries are covered. Configure once
and then just write your tests. Avoid forgetting to add test modules
to your Cabal/Hpack files. Tasty ingredients are included along with
various configuration options for different use cases.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-doc
Description-md5: a403b1dbe3e1faac91c71eabc340a04e
Description-en: Haskell testing framework; documentation
A modern and extensible testing framework.
.
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-tasty-expected-failure-dev
Description-md5: 66e6d9ca028106f0ff0ebdf9e3358cab
Description-en: mark tasty tests as failure-expected
With the function 'expectFail' in the provided module
Test.Tasty.ExpectedFailure, you can mark that you expect
test cases to fail, and not to pass.
.
This can for example be used for test-driven development: Create the
tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
you can still push to the main branch, without your continuous
integration branch failing.
.
Once someone implements the feature or fixes the bug (maybe
unknowingly), the test suite will tell him so, due to the now
unexpectedly passing test, and he can remove the
'Test.Tasty.ExpectedFailure.expectFail' marker.
.
The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
avoid running a test. Both functions are implemented via the more
general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
provided.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-expected-failure-doc
Description-md5: cd2be78962c78b5aeb270780305a24f4
Description-en: mark tasty tests as failure-expected; documentation
With the function 'expectFail' in the provided module
Test.Tasty.ExpectedFailure, you can mark that you expect
test cases to fail, and not to pass.
.
This can for example be used for test-driven development: Create the
tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
you can still push to the main branch, without your continuous
integration branch failing.
.
Once someone implements the feature or fixes the bug (maybe
unknowingly), the test suite will tell him so, due to the now
unexpectedly passing test, and he can remove the
'Test.Tasty.ExpectedFailure.expectFail' marker.
.
The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
avoid running a test. Both functions are implemented via the more
general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
provided.
.
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-tasty-expected-failure-prof
Description-md5: e6b2ec204f63e5ea8dbc3d32fc088e8b
Description-en: mark tasty tests as failure-expected; profiling libraries
With the function 'expectFail' in the provided module
Test.Tasty.ExpectedFailure, you can mark that you expect
test cases to fail, and not to pass.
.
This can for example be used for test-driven development: Create the
tests, mark them with 'Test.Tasty.ExpectedFailure.expectFail', and
you can still push to the main branch, without your continuous
integration branch failing.
.
Once someone implements the feature or fixes the bug (maybe
unknowingly), the test suite will tell him so, due to the now
unexpectedly passing test, and he can remove the
'Test.Tasty.ExpectedFailure.expectFail' marker.
.
The module also provides 'Test.Tasty.ExpectedFailure.ignoreTest' to
avoid running a test. Both functions are implemented via the more
general 'Test.Tasty.ExpectedFailure.wrapTest', which is also
provided.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-golden-dev
Description-md5: f96c3f548b12af715c53b33c66389dba
Description-en: Golden test support for Tasty test framework
This library provides support for golden testing. A golden test is an
IO action that writes its result to a file. To pass the test, this
output file should be identical to the corresponding golden file,
which contains the correct result for the test.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-golden-doc
Description-md5: 8d559d051b33d9b7a275192fc09e31af
Description-en: Golden test support for Tasty test framework; documentation
This library provides support for golden testing. A golden test is an
IO action that writes its result to a file. To pass the test, this
output file should be identical to the corresponding golden file,
which contains the correct result for the test.
.
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-tasty-golden-prof
Description-md5: 4b7505cf9a0fa05a5a73871b1aead115
Description-en: Golden test support for Tasty test framework; profiling libraries
This library provides support for golden testing. A golden test is an
IO action that writes its result to a file. To pass the test, this
output file should be identical to the corresponding golden file,
which contains the correct result for the test.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hedgehog-dev
Description-md5: d8576907896c44a7337215b2e6557327
Description-en: hedgehog-tasty integration
Integrates the hedgehog testing library with the tasty testing
framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hedgehog-doc
Description-md5: 44f608104121fa9a53116ac113b6c318
Description-en: hedgehog-tasty integration; documentation
Integrates the hedgehog testing library with the tasty testing
framework.
.
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-tasty-hedgehog-prof
Description-md5: c95391364ae2642ca33f17775168b8a1
Description-en: hedgehog-tasty integration; profiling libraries
Integrates the hedgehog testing library with the tasty testing
framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hslua-dev
Description-md5: 8b0162a09b475550fd467b2816a5d161
Description-en: Tasty helpers to test HsLua.
Various tasty helpers and utilities to test HsLua
oparations. Built on top of tasty-hunit.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hslua-doc
Description-md5: 53f629e9c1b5d1a2651babe76ebd596a
Description-en: Tasty helpers to test HsLua.; documentation
Various tasty helpers and utilities to test HsLua
oparations. Built on top of tasty-hunit.
.
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-tasty-hslua-prof
Description-md5: 7e84f61e11d51ca0e4b6610f8250524e
Description-en: Tasty helpers to test HsLua.; profiling libraries
Various tasty helpers and utilities to test HsLua
oparations. Built on top of tasty-hunit.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hspec-dev
Description-md5: 1a614d4a0f1f49ef5fb281ac7a42b957
Description-en: Tasty test framework, Hspec support
Hspec support for the Tasty test framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hspec-doc
Description-md5: be0e4ce30d8f8c9b921ca90f0f3644fc
Description-en: Tasty test framework, Hspec support; documentation
Hspec support for the Tasty test framework.
.
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-tasty-hspec-prof
Description-md5: a764b27f77cfe5213565ea186d89ffb7
Description-en: Tasty test framework, Hspec support; profiling libraries
Hspec support for the Tasty test framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hunit-dev
Description-md5: 9109a3274241cf4b3c4a42f18902931b
Description-en: Haskell testing framework, HUnit support
HUnit support for the Tasty test framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-hunit-doc
Description-md5: f795ea94eace101f73012a06f4f0d858
Description-en: Haskell testing framework, HUnit support; documentation
HUnit support for the Tasty test framework.
.
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-tasty-hunit-prof
Description-md5: 3c3e219ca194e19a52b0f932c0e20e9a
Description-en: Haskell testing framework, HUnit support; profiling libraries
HUnit support for the Tasty test framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-kat-dev
Description-md5: c33c094cb7658fca0443688a5c6a6cbd
Description-en: Known Answer Tests (KAT) framework for tasty
Tests running from simple KATs file (different formats/helper supported)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-kat-doc
Description-md5: ba1da72e46f872acbdbc81c7ccc3ad96
Description-en: Known Answer Tests (KAT) framework for tasty; documentation
Tests running from simple KATs file (different formats/helper supported)
.
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-tasty-kat-prof
Description-md5: 4d100d8429ba29f22ea8789c407bddb3
Description-en: Known Answer Tests (KAT) framework for tasty; profiling libraries
Tests running from simple KATs file (different formats/helper supported)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-lua-dev
Description-md5: d70b0360db8c5625e1384655e88148f0
Description-en: Write tests in Lua, integrate into tasty
This Haskell package allows users to define tasty tests from Lua.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-lua-doc
Description-md5: f835b5b311e6660d8649e64f21110940
Description-en: Write tests in Lua, integrate into tasty; documentation
This Haskell package allows users to define tasty tests from Lua.
.
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-tasty-lua-prof
Description-md5: ed8d13157ecbf1e4cc33df83aee00b72
Description-en: Write tests in Lua, integrate into tasty; profiling libraries
This Haskell package allows users to define tasty tests from Lua.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-prof
Description-md5: 300a4eb96368c36355df475128d3c2ed
Description-en: Haskell testing framework; profiling libraries
A modern and extensible testing framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-quickcheck-dev
Description-md5: 15dccba4daf23365eed6b5e4f37d59f7
Description-en: Haskell testing framework, QuickCheck support
QuickCheck support for the Tasty test framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-quickcheck-doc
Description-md5: 6b6640ddaead5739305448512ab716bf
Description-en: Haskell testing framework, QuickCheck support; documentation
QuickCheck support for the Tasty test framework.
.
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-tasty-quickcheck-prof
Description-md5: 4c0662c0e35832d7e382c3dade1787a2
Description-en: Haskell testing framework, QuickCheck support; profiling libraries
QuickCheck support for the Tasty test framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-rerun-dev
Description-md5: b5fda895a8eadfeecc4e45bc38c21f8e
Description-en: Haskell testing framework, rerun support
This ingredient adds the ability to run tests by first filtering the
test tree based on the result of a previous test run.
For example, you can use this to run only those tests that failed
in the last run, or to run only tests that have been added since
tests were last ran.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-rerun-doc
Description-md5: 6188c37c5598e418e5b86f0c2bf2ff64
Description-en: Haskell testing framework, rereun support; documentation
This ingredient adds the ability to run tests by first filtering the
test tree based on the result of a previous test run.
For example, you can use this to run only those tests that failed
in the last run, or to run only tests that have been added since
tests were last ran.
.
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-tasty-rerun-prof
Description-md5: 8d53c2611efc36fa2a7cd44d0e93c6ee
Description-en: Haskell testing framework, rerun support; profiling libraries
This ingredient adds the ability to run tests by first filtering the
test tree based on the result of a previous test run.
For example, you can use this to run only those tests that failed
in the last run, or to run only tests that have been added since
tests were last ran.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-smallcheck-dev
Description-md5: d4077c58704fdd5583f5fe29e508ff34
Description-en: SmallCheck support for the Tasty test framework
This packages contains the glue code to run SmallCheck tests within the Tasty
test framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-smallcheck-doc
Description-md5: 6a21bf6cec467ea5f26181441114a12e
Description-en: SmallCheck support for the Tasty test framework; documentation
This packages contains the glue code to run SmallCheck tests within the Tasty
test framework.
.
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-tasty-smallcheck-prof
Description-md5: 17cfb54160a7c58498c5075736404684
Description-en: SmallCheck support for the Tasty test framework; profiling libraries
This packages contains the glue code to run SmallCheck tests within the Tasty
test framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-th-dev
Description-md5: bd60025afeaadb1e90422b8a4775f9a0
Description-en: TH code generation for Tasty test framework
Automagically generate the HUnit- and Quickcheck-bulk-code using
Template Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tasty-th-doc
Description-md5: 5e51959531c8beac3ca05aed448f8346
Description-en: TH code generation for Tasty test framework; documentation
Automagically generate the HUnit- and Quickcheck-bulk-code using
Template Haskell.
.
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-tasty-th-prof
Description-md5: 9ee36796122110bbb1d02c5c24bf07b9
Description-en: TH code generation for Tasty test framework; profiling libraries
Automagically generate the HUnit- and Quickcheck-bulk-code using
Template 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: libghc-template-haskell-compat-v0208-dev
Description-md5: 5c3677095791bb068f7e48f316b09b58
Description-en: backward-compatibility layer for TH newer than 2.8
A backward-compatibility layer for Template Haskell newer than 2.8.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-template-haskell-compat-v0208-doc
Description-md5: a014d0d2a63d08703847872ec055d30f
Description-en: backward-compatibility layer for TH newer than 2.8; documentation
A backward-compatibility layer for Template Haskell newer than 2.8.
.
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-template-haskell-compat-v0208-prof
Description-md5: 61341ff458be5fcce20a86299eaecc0d
Description-en: backward-compatibility layer for TH newer than 2.8; profiling libraries
A backward-compatibility layer for Template Haskell newer than 2.8.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-temporary-dev
Description-md5: b717775f10f14d831ace456e90acb20a
Description-en: Temporary files and directories
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-temporary-doc
Description-md5: 134fabfe5abcec8c264262889e0dcd7e
Description-en: Temporary files and directories; documentation
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
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-temporary-prof
Description-md5: 79efc1a45992d6c98cab09aed36d14cc
Description-en: Temporary files and directories; profiling libraries
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-terminal-progress-bar-dev
Description-md5: dcf70856fbb7217a704a7170dcb09cda
Description-en: A simple progress bar in the terminal
A progress bar is used to convey the progress of a task. This
package implements a very simple textual progress bar.
.
The animated progress bar depends entirely on the interpretation of
the carriage return character (\'\r\'). If your terminal interprets
it as something else then "move cursor to beginning of line", the
animation won't work.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-terminal-progress-bar-doc
Description-md5: f5e3f915487ea83751ecb151c1d332d4
Description-en: A simple progress bar in the terminal; documentation
A progress bar is used to convey the progress of a task. This
package implements a very simple textual progress bar.
.
The animated progress bar depends entirely on the interpretation of
the carriage return character (\'\r\'). If your terminal interprets
it as something else then "move cursor to beginning of line", the
animation won't work.
.
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-terminal-progress-bar-prof
Description-md5: 58559e18f320313be8ed46c008d6f6aa
Description-en: A simple progress bar in the terminal; profiling libraries
A progress bar is used to convey the progress of a task. This
package implements a very simple textual progress bar.
.
The animated progress bar depends entirely on the interpretation of
the carriage return character (\'\r\'). If your terminal interprets
it as something else then "move cursor to beginning of line", the
animation won't work.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-terminal-size-dev
Description-md5: 890c977d94406c17e9a26f2bd68c4148
Description-en: get terminal window height and width
Get terminal window height and width without ncurses dependency.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-terminal-size-doc
Description-md5: 2adefeafc76544b450688ea6270ccc6f
Description-en: get terminal window height and width; documentation
Get terminal window height and width without ncurses dependency.
.
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-terminal-size-prof
Description-md5: 4b1a2408220d45558f72e5381088910f
Description-en: get terminal window height and width; profiling libraries
Get terminal window height and width without ncurses dependency.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-test-framework-dev
Description-md5: 2dd22871389530ff80e4f6ddcf86f407
Description-en: Framework for running and organising tests
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic
order, to aid diff interpretation) and filtered and controlled by command
line options. All of this comes with colored test output, progress reporting
and test statistics output.
.
You should install libghc-test-framework-{hunit,quickcheck2}-* package
to use this with {HUnit,QuickCheck2}.
.
This package contains the normal library files.
Package: libghc-test-framework-doc
Description-md5: 76a92b0d567693ebad27eaa34090dd7a
Description-en: Framework for running and organising tests; documentation
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic
order, to aid diff interpretation) and filtered and controlled by command
line options. All of this comes with colored test output, progress reporting
and test statistics output.
.
You should install libghc-test-framework-{hunit,quickcheck2}-* package
to use this with {HUnit,QuickCheck2}.
.
This package contains the documentation files.
Package: libghc-test-framework-hunit-dev
Description-md5: 9b46c53342ea6be4534e38bbfa183696
Description-en: HUnit support for the test-framework package.
Allows HUnit test cases to be used with the test-framework package.
.
This package contains the normal library files.
Package: libghc-test-framework-hunit-doc
Description-md5: 4fd6d4752302367e85c217f8546fcffc
Description-en: HUnit support for the test-framework package.; documentation
Allows HUnit test cases to be used with the test-framework package.
.
This package contains the documentation files.
Package: libghc-test-framework-hunit-prof
Description-md5: dd26825a2855e65c6b7cc4c2b446dc01
Description-en: HUnit support for the test-framework package.; profiling libraries
Allows HUnit test cases to be used with the test-framework package.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-test-framework-prof
Description-md5: b5d4de95f8ee1921cc1ad8e093d0fef9
Description-en: Framework for running and organising tests; profiling libraries
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic
order, to aid diff interpretation) and filtered and controlled by command
line options. All of this comes with colored test output, progress reporting
and test statistics output.
.
You should install libghc-test-framework-{hunit,quickcheck2}-* package
to use this with {HUnit,QuickCheck2}.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-test-framework-quickcheck2-dev
Description-md5: 46d19d75234299a055d3bc3efec82487
Description-en: QuickCheck2 support for the test-framework package.
Allows QuickCheck2 properties to be used with the test-framework package.
.
This package contains the normal library files.
Package: libghc-test-framework-quickcheck2-doc
Description-md5: 6643ed32475d1142ee39cc71354c8bb4
Description-en: QuickCheck2 support for the test-framework package.; documentation
Allows QuickCheck2 properties to be used with the test-framework package.
.
This package contains the documentation files.
Package: libghc-test-framework-quickcheck2-prof
Description-md5: f0493b6160403b883110f2fc8d6029f5
Description-en: QuickCheck2 support for the test-framework package.; profiling libraries
Allows QuickCheck2 properties to be used with the test-framework package.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-texmath-dev
Description-md5: 424e84d60f47ee2ad3ae478d81f8b499
Description-en: Haskell library to convert LaTeX to MathML
The texmath Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-texmath-doc
Description-md5: dfcf04be8280da5b4889209e0be3083e
Description-en: Haskell library to convert LaTeX to MathML; documentation
The texmath Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
.
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-texmath-prof
Description-md5: 83a4d457f5aef428126f32951cfd1e35
Description-en: Haskell library to convert LaTeX to MathML; profiling libraries
The texmath Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-ansi-dev
Description-md5: 49f2dbe6b6b343a86043d5d59bad58a9
Description-en: text styling for ANSI terminals
Text styling for ANSI terminals using SGR codes, as defined by the
ECMA-48 standard.
.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and
overline escape sequences. Some styles may not work on your terminal.
.
Also features terminal detection, so redirecting styled output to a
file will automatically strip the ANSI escape sequences.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-ansi-doc
Description-md5: 620954a9f57608fc31cdc53ab2a9a2d9
Description-en: text styling for ANSI terminals; documentation
Text styling for ANSI terminals using SGR codes, as defined by the
ECMA-48 standard.
.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and
overline escape sequences. Some styles may not work on your terminal.
.
Also features terminal detection, so redirecting styled output to a
file will automatically strip the ANSI escape sequences.
.
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-text-ansi-prof
Description-md5: b7e397a46d6f0837656b556b201f65a2
Description-en: text styling for ANSI terminals; profiling libraries
Text styling for ANSI terminals using SGR codes, as defined by the
ECMA-48 standard.
.
Supports foreground/background color, bold/faint intensity, italic,
single/double underline, strikethrough, frame, encircle, and
overline escape sequences. Some styles may not work on your terminal.
.
Also features terminal detection, so redirecting styled output to a
file will automatically strip the ANSI escape sequences.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-binary-dev
Description-md5: 6d8e135a896569da8d80db5bd10434fc
Description-en: Binary instances for text types
A compatibility layer providing Binary instances for strict
and lazy text types for versions older than 1.2.1 of 'text'
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-binary-doc
Description-md5: 26ac9d3993b910c8bb15b0e4cc756b27
Description-en: Binary instances for text types; documentation
A compatibility layer providing Binary instances for strict
and lazy text types for versions older than 1.2.1 of 'text'
.
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-text-binary-prof
Description-md5: b2529bdb777f4174e51ae32db6be18da
Description-en: Binary instances for text types; profiling libraries
A compatibility layer providing Binary instances for strict
and lazy text types for versions older than 1.2.1 of 'text'
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-core-dev
Description-md5: f016742c75e80b929f6cd5906e4bdf7d
Description-en: Internals of "text-builder".
Core functionality of \"text-builder\" with guts exposed
for efficient custom integrations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-core-doc
Description-md5: 841161837650902f35b26dbf77e759a4
Description-en: Internals of "text-builder".; documentation
Core functionality of \"text-builder\" with guts exposed
for efficient custom integrations.
.
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-text-builder-core-prof
Description-md5: ab25f63bc805111395ced0847370aaec
Description-en: Internals of "text-builder".; profiling libraries
Core functionality of \"text-builder\" with guts exposed
for efficient custom integrations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-dev
Description-md5: 6894372e4273d3352beb73424d63e8a3
Description-en: efficient strict text builder
Specification of how to efficiently construct strict Text. Provides
instances of Semigroup and Monoid, which have complexity of O(1).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-dev-dev
Description-md5: 20d726072e95807f570451c3e84d69b3
Description-en: edge of developments for "text-builder"
This is a development version of "text-builder".
All experimentation and feature development happens here.
The API can change drastically.
For a more stable API use "text-builder",
which is now just a wrapper over this package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-dev-doc
Description-md5: 4674fd654db5068a1d1361091dfe310c
Description-en: edge of developments for "text-builder"; documentation
This is a development version of "text-builder".
All experimentation and feature development happens here.
The API can change drastically.
For a more stable API use "text-builder",
which is now just a wrapper over this package.
.
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-text-builder-dev-prof
Description-md5: 44d92698750bef122c0d84ee3e89e413
Description-en: edge of developments for "text-builder"; profiling libraries
This is a development version of "text-builder".
All experimentation and feature development happens here.
The API can change drastically.
For a more stable API use "text-builder",
which is now just a wrapper over this package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-doc
Description-md5: 89f5b0cb250ffe58ff53baf47edbf611
Description-en: efficient strict text builder; documentation
Specification of how to efficiently construct strict Text. Provides
instances of Semigroup and Monoid, which have complexity of O(1).
.
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-text-builder-linear-dev
Description-md5: 8aaedcabca08ce8ec3006f381016f1a6
Description-en: builder for Text and ByteString based on linear types
Strict Text and ByteString builder, which hides mutable buffer behind linear
types and takes amortized linear time.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-linear-doc
Description-md5: 7945adf6bce2b883d78f8b026870bf65
Description-en: builder for Text and ByteString based on linear types; documentation
Strict Text and ByteString builder, which hides mutable buffer behind linear
types and takes amortized linear time.
.
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-text-builder-linear-prof
Description-md5: 607a5e97db49900ddc5869672e53c8ce
Description-en: builder for Text and ByteString based on linear types; profiling libraries
Strict Text and ByteString builder, which hides mutable buffer behind linear
types and takes amortized linear time.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-builder-prof
Description-md5: 6701f98f375787f3eece6cf8d39505ef
Description-en: efficient strict text builder; profiling libraries
Specification of how to efficiently construct strict Text. Provides
instances of Semigroup and Monoid, which have complexity of O(1).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-conversions-dev
Description-md5: d5c757ef4cc89e6248d9306ad7ca5db4
Description-en: Haskell library for safe conversions between textual types
This is a small library to ease the pain when converting between the
many different string types in Haskell. Unlike some other libraries
that attempt to solve the same problem, text-conversions is:
.
Safe: This library treats binary data (aka `ByteString`) like binary
data, and it does not assume a particular encoding, nor does it ever
throw exceptions when failing to decode. It does, however, provide
failable conversions between binary data and textual data.
.
Extensible: It’s easy to add or derive your own instances of the
typeclasses to use your own types through the same interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-conversions-doc
Description-md5: d2579dc9c42ca358aae9d4f29c3e51f3
Description-en: Haskell library for safe conversions between textual types; documentation
This is a small library to ease the pain when converting between the
many different string types in Haskell. Unlike some other libraries
that attempt to solve the same problem, text-conversions is:
.
Safe: This library treats binary data (aka `ByteString`) like binary
data, and it does not assume a particular encoding, nor does it ever
throw exceptions when failing to decode. It does, however, provide
failable conversions between binary data and textual data.
.
Extensible: It’s easy to add or derive your own instances of the
typeclasses to use your own types through the same interface.
.
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-text-conversions-prof
Description-md5: 6c0638f087a50ae245de1769c83af48a
Description-en: Haskell library for safe conversions between textual types; profiling libraries
This is a small library to ease the pain when converting between the
many different string types in Haskell. Unlike some other libraries
that attempt to solve the same problem, text-conversions is:
.
Safe: This library treats binary data (aka `ByteString`) like binary
data, and it does not assume a particular encoding, nor does it ever
throw exceptions when failing to decode. It does, however, provide
failable conversions between binary data and textual data.
.
Extensible: It’s easy to add or derive your own instances of the
typeclasses to use your own types through the same interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-icu-dev
Description-md5: 9ef0683e2a1db8cdec8ec71d55519b9b
Description-en: bindings to the ICU library
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
.
Features include:
.
Both pure and impure bindings, to allow for fine control over efficiency
and ease of use.
.
Breaking of strings on character, word, sentence, and line boundaries.
.
Access to the Unicode Character Database (UCD) of character metadata.
.
String collation functions, for locales where the conventions for
lexicographic ordering differ from the simple numeric ordering of
character codes.
.
Character set conversion functions, allowing conversion between
Unicode and over 220 character encodings.
.
Unicode normalization. (When implementations keep strings in a
normalized form, they can be assured that equivalent strings have a
unique binary representation.)
.
Regular expression search and replace.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-icu-doc
Description-md5: bf2c51912020067dfe66005656356963
Description-en: bindings to the ICU library; documentation
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
.
Features include:
.
Both pure and impure bindings, to allow for fine control over efficiency
and ease of use.
.
Breaking of strings on character, word, sentence, and line boundaries.
.
Access to the Unicode Character Database (UCD) of character metadata.
.
String collation functions, for locales where the conventions for
lexicographic ordering differ from the simple numeric ordering of
character codes.
.
Character set conversion functions, allowing conversion between
Unicode and over 220 character encodings.
.
Unicode normalization. (When implementations keep strings in a
normalized form, they can be assured that equivalent strings have a
unique binary representation.)
.
Regular expression search and replace.
.
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-text-icu-prof
Description-md5: fb41209a8e0c591022a3b37a739c7717
Description-en: bindings to the ICU library; profiling libraries
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
.
Features include:
.
Both pure and impure bindings, to allow for fine control over efficiency
and ease of use.
.
Breaking of strings on character, word, sentence, and line boundaries.
.
Access to the Unicode Character Database (UCD) of character metadata.
.
String collation functions, for locales where the conventions for
lexicographic ordering differ from the simple numeric ordering of
character codes.
.
Character set conversion functions, allowing conversion between
Unicode and over 220 character encodings.
.
Unicode normalization. (When implementations keep strings in a
normalized form, they can be assured that equivalent strings have a
unique binary representation.)
.
Regular expression search and replace.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-iso8601-dev
Description-md5: a7a631950c56262c93488d2c16df6a3f
Description-en: Convert time to and from ISO 8601 text.
Convert time to and from IS0 8601 (RFC3339) text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-iso8601-doc
Description-md5: b1663fd17300409d531ac6c0e6ab56a4
Description-en: Convert time to and from ISO 8601 text.; documentation
Convert time to and from IS0 8601 (RFC3339) text.
.
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-text-iso8601-prof
Description-md5: 8478ab11095ec6d5900e60ae941f1b94
Description-en: Convert time to and from ISO 8601 text.; profiling libraries
Convert time to and from IS0 8601 (RFC3339) text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-manipulate-dev
Description-md5: efb6405d78c21444b27e8472984fc682
Description-en: case conversion and word boundary manipulation
Manipulate identifiers and structurally non-complex pieces
of text by delimiting word boundaries via a combination of whitespace,
control-characters, and case-sensitivity.
.
Has support for common idioms like casing of programmatic variable names,
taking, dropping, and splitting by word, and modifying the first character
of a piece of text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-manipulate-doc
Description-md5: 7473477d46470228d1eea2b8b445a973
Description-en: case conversion and word boundary manipulation; documentation
Manipulate identifiers and structurally non-complex pieces
of text by delimiting word boundaries via a combination of whitespace,
control-characters, and case-sensitivity.
.
Has support for common idioms like casing of programmatic variable names,
taking, dropping, and splitting by word, and modifying the first character
of a piece of text.
.
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-text-manipulate-prof
Description-md5: 667125c04f71eec9a9420b217260c5ea
Description-en: case conversion and word boundary manipulation; profiling libraries
Manipulate identifiers and structurally non-complex pieces
of text by delimiting word boundaries via a combination of whitespace,
control-characters, and case-sensitivity.
.
Has support for common idioms like casing of programmatic variable names,
taking, dropping, and splitting by word, and modifying the first character
of a piece of text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-metrics-dev
Description-md5: 8f93c17593d51e9999f22c7fd7721197
Description-en: Calculate various string metrics efficiently
This library provides efficient implementations of various strings metric
algorithms. It works with strict Text values.
.
The current version implements the following algorithms:
.
* Levenshtein distance
* Normalized Levenshtein distance
* Damerau-Levenshtein distance
* Normalized Damerau-Levenshtein distance
* Hamming distance
* Jaro distance
* Jaro-Winkler distance
* Overlap coefficient
* Jaccard similarity coefficient
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-metrics-doc
Description-md5: 1d54f2b8dbc6a0babda765fd41dad5f8
Description-en: Calculate various string metrics efficiently; documentation
This library provides efficient implementations of various strings metric
algorithms. It works with strict Text values.
.
The current version implements the following algorithms:
.
* Levenshtein distance
* Normalized Levenshtein distance
* Damerau-Levenshtein distance
* Normalized Damerau-Levenshtein distance
* Hamming distance
* Jaro distance
* Jaro-Winkler distance
* Overlap coefficient
* Jaccard similarity coefficient
.
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-text-metrics-prof
Description-md5: 9d7bfbda186f72946ab16effeaebb30b
Description-en: Calculate various string metrics efficiently; profiling libraries
This library provides efficient implementations of various strings metric
algorithms. It works with strict Text values.
.
The current version implements the following algorithms:
.
* Levenshtein distance
* Normalized Levenshtein distance
* Damerau-Levenshtein distance
* Normalized Damerau-Levenshtein distance
* Hamming distance
* Jaro distance
* Jaro-Winkler distance
* Overlap coefficient
* Jaccard similarity coefficient
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-postgresql-dev
Description-md5: 8c350c602317371e121e735082269026
Description-en: Parser and Printer of PostgreSQL extended types
This package involves parser and printer for
text expressions of PostgreSQL extended types.
- inet type, cidr type
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-postgresql-doc
Description-md5: 9a53aa5d8f2ca90d1d2ddf4260b80469
Description-en: Parser and Printer of PostgreSQL extended types; documentation
This package involves parser and printer for
text expressions of PostgreSQL extended types.
- inet type, cidr type
.
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-text-postgresql-prof
Description-md5: 2ae21729ab67605ceabfd36e9335f4bd
Description-en: Parser and Printer of PostgreSQL extended types; profiling libraries
This package involves parser and printer for
text expressions of PostgreSQL extended types.
- inet type, cidr type
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-short-dev
Description-md5: 805fa717b116efe33962150ddad331b5
Description-en: memory-efficient representation of Unicode text strings
This Haskell library provides the 'ShortText' type which is suitable
for keeping many short strings in memory. This is similiar to the
relationship between 'ShortByteString' and 'ByteString'.
.
The main differences between 'Text' and 'ShortText' is that
'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
doesn't support zero-copy slicing (thereby saving 2 words).
Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
words (2 words when unboxed) plus the length of the UTF-8 encoded
payload.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-short-doc
Description-md5: 9cf3e966092737ded5dfd363696b594f
Description-en: memory-efficient representation of Unicode text strings; documentation
This Haskell library provides the 'ShortText' type which is suitable
for keeping many short strings in memory. This is similiar to the
relationship between 'ShortByteString' and 'ByteString'.
.
The main differences between 'Text' and 'ShortText' is that
'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
doesn't support zero-copy slicing (thereby saving 2 words).
Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
words (2 words when unboxed) plus the length of the UTF-8 encoded
payload.
.
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-text-short-prof
Description-md5: 8f9f256213b9a08a1afdf03fb78f8865
Description-en: memory-efficient representation of Unicode text strings; profiling libraries
This Haskell library provides the 'ShortText' type which is suitable
for keeping many short strings in memory. This is similiar to the
relationship between 'ShortByteString' and 'ByteString'.
.
The main differences between 'Text' and 'ShortText' is that
'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
doesn't support zero-copy slicing (thereby saving 2 words).
Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
words (2 words when unboxed) plus the length of the UTF-8 encoded
payload.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-show-dev
Description-md5: f132089112330b2ae9c64f5616938dcc
Description-en: efficient conversion of values into Text
A replacement for the Show typeclass intended for use with Text
instead of Strings, in the spirit of bytestring-show.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-show-doc
Description-md5: fb951317e79e28b0ea4c6167377483d8
Description-en: efficient conversion of values into Text; documentation
A replacement for the Show typeclass intended for use with Text
instead of Strings, in the spirit of bytestring-show.
.
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-text-show-prof
Description-md5: 1d64f03064a0889d094496c5bd27d550
Description-en: efficient conversion of values into Text; profiling libraries
A replacement for the Show typeclass intended for use with Text
instead of Strings, in the spirit of bytestring-show.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-zipper-dev
Description-md5: fb5e08fba335300c6d4c33ab8f63cc51
Description-en: text editor zipper library
This library provides a zipper and API for editing text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-text-zipper-doc
Description-md5: 24f8b1325975ef851f4caeb9923a5ac1
Description-en: text editor zipper library; documentation
This library provides a zipper and API for editing text.
.
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-text-zipper-prof
Description-md5: afe55cef90b450d5dcb2a0a869c00c39
Description-en: text editor zipper library; profiling libraries
This library provides a zipper and API for editing text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tf-random-dev
Description-md5: b2275701fe7e60a32b9db11872f8b596
Description-en: high-quality splittable pseudorandom number generator
This package contains an implementation of a high-quality splittable
pseudorandom number generator. The generator is based on a cryptographic hash
function built on top of the ThreeFish block cipher. See the paper Splittable
Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
for details and the rationale of the design.
.
The package provides the following:
.
* A splittable PRNG that implements the standard System.Random.RandomGen class.
.
* The generator also implements an alternative version of the
System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
which requires the generator to return pseudorandom integers from the full
32-bit range, and contains an n-way split function.
.
* An alternative version of the Random class is provided, which is linked to
the new RandomGen class, together with Random instances for some integral
types.
.
* Two functions for initialising the generator with a non-deterministic
seed: one using the system time, and one using the /dev/urandom UNIX
special file.
.
Please note that even though the generator provides very high-quality
pseudorandom numbers, it has not been designed with cryptographic applications
in mind.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tf-random-doc
Description-md5: d14026f161d06bd5a569aebd407d4034
Description-en: high-quality splittable pseudorandom number generator; documentation
This package contains an implementation of a high-quality splittable
pseudorandom number generator. The generator is based on a cryptographic hash
function built on top of the ThreeFish block cipher. See the paper Splittable
Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
for details and the rationale of the design.
.
The package provides the following:
.
* A splittable PRNG that implements the standard System.Random.RandomGen class.
.
* The generator also implements an alternative version of the
System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
which requires the generator to return pseudorandom integers from the full
32-bit range, and contains an n-way split function.
.
* An alternative version of the Random class is provided, which is linked to
the new RandomGen class, together with Random instances for some integral
types.
.
* Two functions for initialising the generator with a non-deterministic
seed: one using the system time, and one using the /dev/urandom UNIX
special file.
.
Please note that even though the generator provides very high-quality
pseudorandom numbers, it has not been designed with cryptographic applications
in mind.
.
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-tf-random-prof
Description-md5: c2dcc0da28ce93c1e377ea783254516b
Description-en: high-quality splittable pseudorandom number generator; profiling libraries
This package contains an implementation of a high-quality splittable
pseudorandom number generator. The generator is based on a cryptographic hash
function built on top of the ThreeFish block cipher. See the paper Splittable
Pseudorandom Number Generators Using Cryptographic Hashing by Claessen, Pałka
for details and the rationale of the design.
.
The package provides the following:
.
* A splittable PRNG that implements the standard System.Random.RandomGen class.
.
* The generator also implements an alternative version of the
System.Random.TF.Gen.RandomGen class (exported from System.Random.TF.Gen),
which requires the generator to return pseudorandom integers from the full
32-bit range, and contains an n-way split function.
.
* An alternative version of the Random class is provided, which is linked to
the new RandomGen class, together with Random instances for some integral
types.
.
* Two functions for initialising the generator with a non-deterministic
seed: one using the system time, and one using the /dev/urandom UNIX
special file.
.
Please note that even though the generator provides very high-quality
pseudorandom numbers, it has not been designed with cryptographic applications
in mind.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-abstraction-dev
Description-md5: 95046c4b74d748e3a361a3fd9f741f5d
Description-en: nicer interface for reified information about data types
This package normalizes variations in the interface for
inspecting datatype information via Template Haskell
so that packages and support a single, easier to use
informational datatype while supporting many versions
of Template Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-abstraction-doc
Description-md5: 0c604e1661b9b19e76c8f98a3dabc458
Description-en: nicer interface for reified information about data types; documentation
This package normalizes variations in the interface for
inspecting datatype information via Template Haskell
so that packages and support a single, easier to use
informational datatype while supporting many versions
of Template Haskell.
.
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-th-abstraction-prof
Description-md5: ce4b365a9204491b672eb0584c636d44
Description-en: nicer interface for reified information about data types; profiling libraries
This package normalizes variations in the interface for
inspecting datatype information via Template Haskell
so that packages and support a single, easier to use
informational datatype while supporting many versions
of Template 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: libghc-th-bang-compat-dev
Description-md5: 91974731c24f7b2fd92a2f4d66bb21cd
Description-en: Compatibility for bang-type template
This module provides compatibility definitions of bang-type template for
before temaplate-haskell-2.10.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-bang-compat-doc
Description-md5: 6824c6c72034eaf63a626f420b54893b
Description-en: Compatibility for bang-type template; documentation
This module provides compatibility definitions of bang-type template for
before temaplate-haskell-2.10.
.
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-th-bang-compat-prof
Description-md5: 0aee7dab680baa9ddf6847e7e6937703
Description-en: Compatibility for bang-type template; profiling libraries
This module provides compatibility definitions of bang-type template for
before temaplate-haskell-2.10.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-compat-dev
Description-md5: a5c824f629bca04ad76c52e8bd55b1fb
Description-en: Backward (and forward) compatible Quote and Code types
This package defines a "Language.Haskell.TH.Syntax.Compat"
module, which backports the Quote and Code types to
work across a wide range of template-haskell versions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-compat-doc
Description-md5: cfd8744864c2d2f8b1e7f7026e5d8a61
Description-en: Backward (and forward) compatible Quote and Code types; documentation
This package defines a "Language.Haskell.TH.Syntax.Compat"
module, which backports the Quote and Code types to
work across a wide range of template-haskell versions.
.
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-th-compat-prof
Description-md5: 5a8c442ff5795885a31164d0e5d39675
Description-en: Backward (and forward) compatible Quote and Code types; profiling libraries
This package defines a "Language.Haskell.TH.Syntax.Compat"
module, which backports the Quote and Code types to
work across a wide range of template-haskell versions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-constraint-compat-dev
Description-md5: e553ae554bb3ca2316000842f9973041
Description-en: Compatibility for type constraint template
This module provides compatibility definitions of constraint context template
for before temaplate-haskell-2.9.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-constraint-compat-doc
Description-md5: 6aedff47b07b4dc06ffd1dceaef9d178
Description-en: Compatibility for type constraint template; documentation
This module provides compatibility definitions of constraint context template
for before temaplate-haskell-2.9.
.
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-th-constraint-compat-prof
Description-md5: 7e79ceac84300d0e36707b20b01bb75c
Description-en: Compatibility for type constraint template; profiling libraries
This module provides compatibility definitions of constraint context template
for before temaplate-haskell-2.9.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-data-compat-dev
Description-md5: d670da8d9327a2abecd9e0e736208755
Description-en: compatibility for data definition template of TH
This package contains wrapped name definitions of
data definition template
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-data-compat-doc
Description-md5: a352c22ea37f91256ce80ce4158e4fc8
Description-en: compatibility for data definition template of TH; documentation
This package contains wrapped name definitions of
data definition template
.
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-th-data-compat-prof
Description-md5: bc6b277e592f2fad440b358e8250774e
Description-en: compatibility for data definition template of TH; profiling libraries
This package contains wrapped name definitions of
data definition template
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-desugar-dev
Description-md5: 53320535aa1735f6efc56b1f8c2d3360
Description-en: functions to desugar Template Haskell
This package provides the Language.Haskell.TH.Desugar module, which desugars
Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
This desugaring discards surface syntax information (such as the use of infix
operators) but retains the original meaning of the TH code. The intended use
of this package is as a preprocessor for more advanced code manipulation
tools. Note that the input to any of the ds... functions should be produced
from a TH quote, using the syntax [| ... |]. If the input to these functions
is a hand-coded TH syntax tree, the results may be unpredictable. In
particular, it is likely that promoted datatypes will not work as expected.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-desugar-doc
Description-md5: 46d46aef020737fb5c729769976a939b
Description-en: functions to desugar Template Haskell; documentation
This package provides the Language.Haskell.TH.Desugar module, which desugars
Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
This desugaring discards surface syntax information (such as the use of infix
operators) but retains the original meaning of the TH code. The intended use
of this package is as a preprocessor for more advanced code manipulation
tools. Note that the input to any of the ds... functions should be produced
from a TH quote, using the syntax [| ... |]. If the input to these functions
is a hand-coded TH syntax tree, the results may be unpredictable. In
particular, it is likely that promoted datatypes will not work as expected.
.
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-th-desugar-prof
Description-md5: dfae9c57164b6de704b11a0ece7ac91d
Description-en: functions to desugar Template Haskell; profiling libraries
This package provides the Language.Haskell.TH.Desugar module, which desugars
Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
This desugaring discards surface syntax information (such as the use of infix
operators) but retains the original meaning of the TH code. The intended use
of this package is as a preprocessor for more advanced code manipulation
tools. Note that the input to any of the ds... functions should be produced
from a TH quote, using the syntax [| ... |]. If the input to these functions
is a hand-coded TH syntax tree, the results may be unpredictable. In
particular, it is likely that promoted datatypes will not work as expected.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-env-dev
Description-md5: fc20393a265e6a948b4d305ef39b66a1
Description-en: TH splice that expands to an environment variable
Template Haskell splice that expands to an environment variable
value. Can be used to embed build-time parameters in your
application.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-env-doc
Description-md5: 983a4f4a050bed636e939f852c42fc99
Description-en: TH splice that expands to an environment variable; documentation
Template Haskell splice that expands to an environment variable
value. Can be used to embed build-time parameters in your
application.
.
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-th-env-prof
Description-md5: 5e0480e2b4baabad0a77569dd367c350
Description-en: TH splice that expands to an environment variable; profiling libraries
Template Haskell splice that expands to an environment variable
value. Can be used to embed build-time parameters in your
application.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-expand-syns-dev
Description-md5: 8bb564b3d444fc9970a0dab77d06394f
Description-en: expands type synonyms in Template Haskell ASTs
Expands type synonyms in Template Haskell ASTs
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-expand-syns-doc
Description-md5: 4f287868105a1641960bd85d36ac666e
Description-en: expands type synonyms in Template Haskell ASTs; documentation
Expands type synonyms in Template Haskell ASTs
.
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-th-expand-syns-prof
Description-md5: 906bf0f3e9e51a9b137fcef5b1fa073d
Description-en: expands type synonyms in Template Haskell ASTs; profiling libraries
Expands type synonyms in Template Haskell ASTs
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-extras-dev
Description-md5: 8017789449f0c11238a4703fbfe5a031
Description-en: grab bag of functions for use with Template Haskell
Various ugly CPP hacks to support the ever-changing interface of the template
haskell system by providing high-level operations and making sure they work on
as many versions of Template Haskell as possible.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-extras-doc
Description-md5: c3d7f266ba9d20b920f67aa4ab756fc9
Description-en: grab bag of functions for use with Template Haskell; documentation
Various ugly CPP hacks to support the ever-changing interface of the template
haskell system by providing high-level operations and making sure they work on
as many versions of Template Haskell as possible.
.
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-th-extras-prof
Description-md5: b4b070e46fb10ba6b9dd6e5133a3fdc0
Description-en: grab bag of functions for use with Template Haskell; profiling libraries
Various ugly CPP hacks to support the ever-changing interface of the template
haskell system by providing high-level operations and making sure they work on
as many versions of Template Haskell as possible.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-lift-dev
Description-md5: dcd37bffd93e2743cd4c84ffdb5718f1
Description-en: derive Template Haskell's Lift class for datatypes.
This library provides Template Haskell's functions to derive Lift instances, as
well as several instances itself.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-lift-doc
Description-md5: 0e56e5058b9dcf2e9ad950a3755e5373
Description-en: derive Template Haskell's Lift class for datatypes.; documentation
This library provides Template Haskell's functions to derive Lift instances, as
well as several instances itself.
.
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-th-lift-instances-dev
Description-md5: 9622985e33cac05217f7ab35d42afaf4
Description-en: Lift instances for template-haskell for common data types
Most data types in haskell platform do not have Lift instances. This
package provides orphan instances for containers, text, bytestring and
vector.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-lift-instances-doc
Description-md5: 2c079f1786e296d731792726068a5ac5
Description-en: Lift instances for template-haskell for common data types; documentation
Most data types in haskell platform do not have Lift instances. This
package provides orphan instances for containers, text, bytestring and
vector.
.
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-th-lift-instances-prof
Description-md5: 86d15a51a870c25b30f947f904267417
Description-en: Lift instances for template-haskell for common data types; profiling libraries
Most data types in haskell platform do not have Lift instances. This
package provides orphan instances for containers, text, bytestring and
vector.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-lift-prof
Description-md5: 54e30c88acbfd883f5e858d0a1db6611
Description-en: derive Template Haskell's Lift class for datatypes.; profiling libraries
This library provides Template Haskell's functions to derive Lift instances, as
well as several instances itself.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-orphans-dev
Description-md5: 5d8ae3e47c6eab2f3485a0c8c0cc161b
Description-en: orphan instances for TH datatypes
Orphan instances for TH datatypes. In particular, instances for Ord
and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
Ppr for Loc Lit)
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-orphans-doc
Description-md5: b849760c8c4afa37c81e950de3290f8c
Description-en: orphan instances for TH datatypes; documentation
Orphan instances for TH datatypes. In particular, instances for Ord
and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
Ppr for Loc Lit)
.
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-th-orphans-prof
Description-md5: 52417da02362134d6c53431a9f05407c
Description-en: orphan instances for TH datatypes; profiling libraries
Orphan instances for TH datatypes. In particular, instances for Ord
and Lift, as well as a few missing Show / Eq (Show Eq for Loc, and
Ppr for Loc Lit)
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-reify-compat-dev
Description-md5: 31d5daa02485e12a936051c253918f5d
Description-en: compatibility for the result type of TH reify
This package contains compatible interfaces against
the result type of TH reify function.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-reify-compat-doc
Description-md5: 51f7348d5beeb99cb9dfc1bc0c6d4077
Description-en: compatibility for the result type of TH reify; documentation
This package contains compatible interfaces against
the result type of TH reify function.
.
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-th-reify-compat-prof
Description-md5: 1dc7613548c67aa8e6f02d877afe48fb
Description-en: compatibility for the result type of TH reify; profiling libraries
This package contains compatible interfaces against
the result type of TH reify function.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-reify-many-dev
Description-md5: 008e0520fd63f45d382472bc991da35b
Description-en: recurseively reify template haskell datatype info
This package provides functions for recursively reifying top
level declarations. The main intended use case is for enumerating
the names of datatypes reachable from an initial datatype, and
passing these names to some function which generates instances.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-reify-many-doc
Description-md5: 41e014b93848084da7f145d0d3dc05b3
Description-en: recurseively reify template haskell datatype info; documentation
This package provides functions for recursively reifying top
level declarations. The main intended use case is for enumerating
the names of datatypes reachable from an initial datatype, and
passing these names to some function which generates instances.
.
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-th-reify-many-prof
Description-md5: 2d2c4d365075ee2e0fbf70d802cca72a
Description-en: recurseively reify template haskell datatype info; profiling libraries
This package provides functions for recursively reifying top
level declarations. The main intended use case is for enumerating
the names of datatypes reachable from an initial datatype, and
passing these names to some function which generates instances.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-utilities-dev
Description-md5: 9516499056c2c98c4c4dc5d104295da7
Description-en: useful functions for use with Template Haskell
The 'th-utilities' package provides a number of useful utilities for
Template Haskell. In particular:
.
* TH.Derive provides a convenient system for using TH to derive
typeclass instances. It allows for open registration of TH
derivers, and reuses instance syntax for invoking them.
* TH.Derive.Storable defines derivation of Storable for ADTs.
* TH.ReifyDataType provides utilities for reifying simplified datatype
info. It omits details that you don't usually want to handle, making
it much more straightforward to generate code based on datatype
structure.
* TH.RelativePaths provides utilities for loading files based on paths
relative to the cabal file. This is particularly handy for loading
code into ghci even when its current dir isn't the package dir.
Ideally, this module would be used by everyone who currently uses
qAddDependentFile.
* TH.Utilities provides a miscellaneous set of utilities that are
useful within this package and elsewhere.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-th-utilities-doc
Description-md5: 453e2c4ba4c00c003a57c2128ff76401
Description-en: useful functions for use with Template Haskell; documentation
The 'th-utilities' package provides a number of useful utilities for
Template Haskell. In particular:
.
* TH.Derive provides a convenient system for using TH to derive
typeclass instances. It allows for open registration of TH
derivers, and reuses instance syntax for invoking them.
* TH.Derive.Storable defines derivation of Storable for ADTs.
* TH.ReifyDataType provides utilities for reifying simplified datatype
info. It omits details that you don't usually want to handle, making
it much more straightforward to generate code based on datatype
structure.
* TH.RelativePaths provides utilities for loading files based on paths
relative to the cabal file. This is particularly handy for loading
code into ghci even when its current dir isn't the package dir.
Ideally, this module would be used by everyone who currently uses
qAddDependentFile.
* TH.Utilities provides a miscellaneous set of utilities that are
useful within this package and elsewhere.
.
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-th-utilities-prof
Description-md5: 6bb719bce572d9f7b25e94024ecbf8f5
Description-en: useful functions for use with Template Haskell; profiling libraries
The 'th-utilities' package provides a number of useful utilities for
Template Haskell. In particular:
.
* TH.Derive provides a convenient system for using TH to derive
typeclass instances. It allows for open registration of TH
derivers, and reuses instance syntax for invoking them.
* TH.Derive.Storable defines derivation of Storable for ADTs.
* TH.ReifyDataType provides utilities for reifying simplified datatype
info. It omits details that you don't usually want to handle, making
it much more straightforward to generate code based on datatype
structure.
* TH.RelativePaths provides utilities for loading files based on paths
relative to the cabal file. This is particularly handy for loading
code into ghci even when its current dir isn't the package dir.
Ideally, this module would be used by everyone who currently uses
qAddDependentFile.
* TH.Utilities provides a miscellaneous set of utilities that are
useful within this package and elsewhere.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-these-dev
Description-md5: 8b5bfb267e786658018d451dbc5177a1
Description-en: either-or-both data type
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-these-doc
Description-md5: fdc9b9f47d13e277b675d8c0ea880592
Description-en: either-or-both data type; documentation
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
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-these-prof
Description-md5: 61d20ac5d54999849e65b65b28d740b4
Description-en: either-or-both data type; profiling libraries
Package provides a data type `These a b' which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting `Either a b' as "exclusive or") or as an "outer join" type
(contrasting `(a, b)' as "inner join").
.
The major use case of this is provided by the Align class, representing a
generalized notion of "zipping with padding" that combines structures without
truncating to the size of the smaller input.
.
Also included is ChronicleT, a monad transformer based on the Monad instance
for `These a', along with the usual monad transformer bells and whistles.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-threads-dev
Description-md5: 044c7df7fea53771647029db29715456
Description-en: Fork threads and wait for their result
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-threads-doc
Description-md5: b9cec6dafe01bb6880e5c2d713692be8
Description-en: Fork threads and wait for their result; documentation
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
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-threads-prof
Description-md5: 576b1f2cd405d80a076d4df803cb179b
Description-en: Fork threads and wait for their result; profiling libraries
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-compat-dev
Description-md5: 6551dc7ccec394ec7790f2793d494924
Description-en: compatibility with old-time for the time package
This package provides a compatibility layer with the old-time package for the
"new" time package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-compat-doc
Description-md5: 1ae89560f624a5564b33c282fffe20a3
Description-en: Compatibility with old-time for the time package; documentation
This package provides a compatibility layer with the old-time package for the
"new" time package.
.
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-time-compat-prof
Description-md5: 5b9d148d18790f520147bea910c0087b
Description-en: Compatibility with old-time for the time package; profiling libraries
This package provides a compatibility layer with the old-time package for the
"new" time package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-locale-compat-dev
Description-md5: 15cd3f68dd2738664685fbd1696cda8f
Description-en: compatibility of TimeLocale between old-locale and time-1.5
This package provides the module Data.Time.Locale.Compat, which contains the
defaultTimeLocale from either old-time or time-1.5.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-locale-compat-doc
Description-md5: f67b9265f7818e8207f5b599b025a1d1
Description-en: compatibility of TimeLocale between old-locale and time-1.5; documentation
This package provides the module Data.Time.Locale.Compat, which contains the
defaultTimeLocale from either old-time or time-1.5.
.
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-time-locale-compat-prof
Description-md5: 263efdc7294873ad0a9b0f68bb003fec
Description-en: compatibility of TimeLocale between old-locale and time-1.5; profiling libraries
This package provides the module Data.Time.Locale.Compat, which contains the
defaultTimeLocale from either old-time or time-1.5.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-manager-dev
Description-md5: a0922f0c2edd498e6a7ddf291556ac48
Description-en: scalable timer
Scalable timer functions provided by a timer manager.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-manager-doc
Description-md5: b190b3fd4a02a370471192255b54af27
Description-en: scalable timer; documentation
Scalable timer functions provided by a timer manager.
.
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-time-manager-prof
Description-md5: c2d2017b3f86cb37249fe18161e14bc4
Description-en: scalable timer; profiling libraries
Scalable timer functions provided by a timer manager.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-units-dev
Description-md5: bd50bb07c9ca33d2b9156a51e10bb27b
Description-en: basic library for defining units of time as types
In many cases, it is useful (either for error checking or documentation
reasons) to define input and output types as having a particular unit of
time. In addition, by creating a type class defining type units, this
library should make it easier to separate the units of time the developer
wants to think in versus the units of time the library author wants to
think in.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-time-units-doc
Description-md5: d4dad6beb079ea6daa7d584e7f0e1652
Description-en: basic library for defining units of time as types; documentation
In many cases, it is useful (either for error checking or documentation
reasons) to define input and output types as having a particular unit of
time. In addition, by creating a type class defining type units, this
library should make it easier to separate the units of time the developer
wants to think in versus the units of time the library author wants to
think in.
.
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-time-units-prof
Description-md5: 4864eb0ef742e42cd8411a96ddba2f72
Description-en: basic library for defining units of time as types; profiling libraries
In many cases, it is useful (either for error checking or documentation
reasons) to define input and output types as having a particular unit of
time. In addition, by creating a type class defining type units, this
library should make it easier to separate the units of time the developer
wants to think in versus the units of time the library author wants to
think in.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-timeit-dev
Description-md5: 979c3880518233bb34573c5d3b5005d7
Description-en: time a computation
A simple wrapper to show the used CPU time of monadic computation
with an IO base.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-timeit-doc
Description-md5: ca568db89c4dc8b15209ff75906ab288
Description-en: time a computation; documentation
A simple wrapper to show the used CPU time of monadic computation
with an IO base.
.
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-timeit-prof
Description-md5: 8aaf9b1f0cddf3d9636ccef081bc0492
Description-en: time a computation; profiling libraries
A simple wrapper to show the used CPU time of monadic computation
with an IO base.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tls-dev
Description-md5: 325ef32d8a31c9ec636af6fd8be91268
Description-en: native Haskell implementation of TLS/SSL protocol
Native Haskell TLS and SSL protocol implementation for server and
client.
.
This provides a high-level implementation of a sensitive security
protocol, eliminating a common set of security issues through the use
of the advanced type system, high level constructions and common
Haskell features.
.
It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
protocols, and supports RSA and Ephemeral (Elliptic curve and
regular) Diffie Hellman key exchanges, and many extensions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tls-doc
Description-md5: 2c798d2c9037230cbcff61e48338a578
Description-en: native Haskell implementation of TLS/SSL protocol; documentation
Native Haskell TLS and SSL protocol implementation for server and
client.
.
This provides a high-level implementation of a sensitive security
protocol, eliminating a common set of security issues through the use
of the advanced type system, high level constructions and common
Haskell features.
.
It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
protocols, and supports RSA and Ephemeral (Elliptic curve and
regular) Diffie Hellman key exchanges, and many extensions.
.
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-tls-prof
Description-md5: 25828b0cdb0483ce892c5b670f03be58
Description-en: native Haskell implementation of TLS/SSL protocol; profiling libraries
Native Haskell TLS and SSL protocol implementation for server and
client.
.
This provides a high-level implementation of a sensitive security
protocol, eliminating a common set of security issues through the use
of the advanced type system, high level constructions and common
Haskell features.
.
It currently implements the SSL3.0, TLS1.0, TLS1.1 and TLS1.2
protocols, and supports RSA and Ephemeral (Elliptic curve and
regular) Diffie Hellman key exchanges, and many extensions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tls-session-manager-dev
Description-md5: e81718b0fb982895e5843ce03687820f
Description-en: in-memory TLS session manager
TLS session manager with limitation, automatic pruning, energy saving
and replay resistance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tls-session-manager-doc
Description-md5: 57d860dd8746f8fd64d6984341440b17
Description-en: in-memory TLS session manager; documentation
TLS session manager with limitation, automatic pruning, energy saving
and replay resistance.
.
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-tls-session-manager-prof
Description-md5: 5375a8f90a84373a0d5eed5b72f97be5
Description-en: in-memory TLS session manager; profiling libraries
TLS session manager with limitation, automatic pruning, energy saving
and replay resistance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-token-bucket-dev
Description-md5: 522b109c4aaa2b36aa74c2a6b721fdda
Description-en: Haskell implementation of leaky bucket rate limiting
This library implements a lazy leaky token bucket rate-limiting
algorithm in Haskell.
.
You can read more about this kind of algorithm at Wikipedia:
https://en.wikipedia.org/wiki/Token_bucket
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-token-bucket-doc
Description-md5: e8771bae07666fa91f86d01d15834692
Description-en: Haskell implementation of leaky bucket rate limiting; documentation
This library implements a lazy leaky token bucket rate-limiting
algorithm in Haskell.
.
You can read more about this kind of algorithm at Wikipedia:
https://en.wikipedia.org/wiki/Token_bucket
.
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-token-bucket-prof
Description-md5: 4cbf921f456c7425a0632c8a9f294aeb
Description-en: Haskell implementation of leaky bucket rate limiting; profiling libraries
This library implements a lazy leaky token bucket rate-limiting
algorithm in Haskell.
.
You can read more about this kind of algorithm at Wikipedia:
https://en.wikipedia.org/wiki/Token_bucket
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-toml-parser-dev
Description-md5: 931a14a9be93b580eb495adee1cb53e8
Description-en: TOML 1.0.0 parser
TOML parser using generated lexers and parsers with careful attention to the
TOML 1.0.0 semantics for defining tables.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-toml-parser-doc
Description-md5: 2add7911995390851583aecdd498537e
Description-en: TOML 1.0.0 parser; documentation
TOML parser using generated lexers and parsers with careful attention to the
TOML 1.0.0 semantics for defining tables.
.
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-toml-parser-prof
Description-md5: a34baabcfa14833247352128cef2b0c1
Description-en: TOML 1.0.0 parser; profiling libraries
TOML parser using generated lexers and parsers with careful attention to the
TOML 1.0.0 semantics for defining tables.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-topograph-dev
Description-md5: 05426fce6683b3dbdb2d2f0b1a884093
Description-en: directed acyclic graphs
Directed acyclic graphs can be sorted topographically.
Existence of topographic ordering allows writing many graph
algorithms efficiently. Many graphs, including most
dependency graphs, are acyclic.
.
There are some algorithms built in: dfs, transpose, transitive
closure, transitive reduction, etc.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-topograph-doc
Description-md5: 95f323a1d00fdb0a8b2905f7ae77cdf4
Description-en: directed acyclic graphs; documentation
Directed acyclic graphs can be sorted topographically.
Existence of topographic ordering allows writing many graph
algorithms efficiently. Many graphs, including most
dependency graphs, are acyclic.
.
There are some algorithms built in: dfs, transpose, transitive
closure, transitive reduction, etc.
.
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-topograph-prof
Description-md5: 0cf00ca66623bf27b9f69606d83c5015
Description-en: directed acyclic graphs; profiling libraries
Directed acyclic graphs can be sorted topographically.
Existence of topographic ordering allows writing many graph
algorithms efficiently. Many graphs, including most
dependency graphs, are acyclic.
.
There are some algorithms built in: dfs, transpose, transitive
closure, transitive reduction, etc.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-torrent-dev
Description-md5: 2a3007dd4bc9ae748c6713e49e5c33be
Description-en: BitTorrent file parser and generator
BitTorrent file parser and generator.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-torrent-doc
Description-md5: 960b1ea0b3425af2fec7a7f6ec24337d
Description-en: BitTorrent file parser and generator; documentation
BitTorrent file parser and generator.
.
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-torrent-prof
Description-md5: 2a77d4b5d7baaf000d42e4977cad3983
Description-en: BitTorrent file parser and generator; profiling libraries
BitTorrent file parser and generator.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-transformers-base-dev
Description-md5: 54d3df87ab0b12263838f9f744815c1c
Description-en: lift computations from the bottom of a transformer stack
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-transformers-base-doc
Description-md5: a24ec8cdf61ffb9417e3ef77887b4c38
Description-en: lift computations from the bottom of a transformer stack; documentation
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
.
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-transformers-base-prof
Description-md5: 61dff7e85283ab0a6ad76bf257fd8150
Description-en: lift computations from the bottom of a transformer stack; profiling libraries
It provides a straightforward port of monadLib's BaseM typeclass to
transformers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-transformers-compat-dev
Description-md5: 0a5406cbd92f2715ad1070ee30375f22
Description-en: small compatibility shim for older versions of transformers.
This package includes backported versions of types that were added
to transformers in transformers 0.3 an 0.4 for users who need strict
transformers 0.2 or 0.3 compatibility to run on old versions of the
platform, but also need those types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-transformers-compat-doc
Description-md5: ec6c498540577fa4e82d45a81025da69
Description-en: small compatibility shim for older versions of transformers.; documentation
This package includes backported versions of types that were added
to transformers in transformers 0.3 an 0.4 for users who need strict
transformers 0.2 or 0.3 compatibility to run on old versions of the
platform, but also need those types.
.
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-transformers-compat-prof
Description-md5: 2fc59f494601dd7e81372a5787f998e0
Description-en: small compatibility shim for older versions of transformers.; profiling libraries
This package includes backported versions of types that were added
to transformers in transformers 0.3 an 0.4 for users who need strict
transformers 0.2 or 0.3 compatibility to run on old versions of the
platform, but also need those types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-trifecta-dev
Description-md5: 781010cbe84bc1082ed521fae099009f
Description-en: modern parser combinator library with convenient diagnostics
A modern parser combinator library with slicing and Clang-style
colored diagnostics.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-trifecta-doc
Description-md5: 7bcd53406fc83adc282e043a3b55319b
Description-en: modern parser combinator library with convenient diagnostics; documentation
A modern parser combinator library with slicing and Clang-style
colored diagnostics.
.
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-trifecta-prof
Description-md5: f94390c0bbe56b0998d150a412a7692d
Description-en: modern parser combinator library with convenient diagnostics; profiling libraries
A modern parser combinator library with slicing and Clang-style
colored diagnostics.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tuple-dev
Description-md5: d0871e6c0e54883d567025af0b302077
Description-en: various functions on tuples
Various useful functions on tuples, overloaded on tuple size.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-tuple-doc
Description-md5: fc26ca03924c80da985e5ad91e1e1a2b
Description-en: various functions on tuples; documentation
Various useful functions on tuples, overloaded on tuple size.
.
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-tuple-prof
Description-md5: 8dd53c73bdbde3b7ba93e5b9980dacef
Description-en: various functions on tuples; profiling libraries
Various useful functions on tuples, overloaded on tuple size.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-twitter-types-dev
Description-md5: 723564b8167da1b441ba4d65911439c9
Description-en: Twitter JSON parser and types
Haskell types for interacting with the Twitter JSON API.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-twitter-types-doc
Description-md5: f1d86d55ebe8ae939cab3f10b18af78d
Description-en: Twitter JSON parser and types; documentation
Haskell types for interacting with the Twitter JSON API.
.
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-twitter-types-lens-dev
Description-md5: 12b19616d68f5b8253a2ae381a18ee3f
Description-en: Twitter JSON types (lens powered)
Lenses for Twitter JSON API types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-twitter-types-lens-doc
Description-md5: 3c24981b913e8ade42940f8a4ca0e91c
Description-en: Twitter JSON types (lens powered); documentation
Lenses for Twitter JSON API types.
.
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-twitter-types-lens-prof
Description-md5: 059e69d2a77953529246bbc2c6c3022e
Description-en: Twitter JSON types (lens powered); profiling libraries
Lenses for Twitter JSON API types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-twitter-types-prof
Description-md5: e1a5ea20cdedda03451cb980ee322e01
Description-en: Twitter JSON parser and types; profiling libraries
Haskell types for interacting with the Twitter JSON API.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-equality-dev
Description-md5: be0a87358b8260f45ee3c57c2a3a7a83
Description-en: Data.Type.Equality compat package
This library defines a propositional equality data type,
shims Data.Type.Equality.
.
The module Data.Type.Equality.Hetero shims :~~: equality, for
compilers with PolyKinds.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-equality-doc
Description-md5: b931bf7ac9337e68176813cb44dcdd00
Description-en: Data.Type.Equality compat package; documentation
This library defines a propositional equality data type,
shims Data.Type.Equality.
.
The module Data.Type.Equality.Hetero shims :~~: equality, for
compilers with PolyKinds.
.
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-type-equality-prof
Description-md5: 9f3a7d3e5c8191ffbde62c656ed9e59a
Description-en: Data.Type.Equality compat package; profiling libraries
This library defines a propositional equality data type,
shims Data.Type.Equality.
.
The module Data.Type.Equality.Hetero shims :~~: equality, for
compilers with PolyKinds.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-errors-dev
Description-md5: e40e0009c0e25aaad74fc7a64e87ed1c
Description-en: tools for writing better Haskell type errors
This is a collection of tools for writing better, more ergonomic type
errors for Haskell libraries. Some of the more interesting features
are the ability to observe stuckedness and phantomness, as well as
perform substitutions over types.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-errors-doc
Description-md5: f9a1fcf80b0e9e0d3d4d33f244bfb811
Description-en: tools for writing better Haskell type errors; documentation
This is a collection of tools for writing better, more ergonomic type
errors for Haskell libraries. Some of the more interesting features
are the ability to observe stuckedness and phantomness, as well as
perform substitutions over types.
.
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-type-errors-prof
Description-md5: 419e083031a8ebd8e8eb1404b5e3751a
Description-en: tools for writing better Haskell type errors; profiling libraries
This is a collection of tools for writing better, more ergonomic type
errors for Haskell libraries. Some of the more interesting features
are the ability to observe stuckedness and phantomness, as well as
perform substitutions over types.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-level-numbers-dev
Description-md5: 5074bf6cef1baa36b3b8d2d9f1ea9d81
Description-en: library representing integers using Haskell type families
This library represents numbers in Haskell at the level of types.
This is achieved by means of type families.
.
Numbers up to 2^18-1 can be represented.
.
In this version of the package, comparison of numbers, subtraction
and multiplication of numbers is supported.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-type-level-numbers-doc
Description-md5: e18591d4cabf16ec9ee40f84fa83b65a
Description-en: library representing integers using Haskell type families; documentation
This library represents numbers in Haskell at the level of types.
This is achieved by means of type families.
.
Numbers up to 2^18-1 can be represented.
.
In this version of the package, comparison of numbers, subtraction
and multiplication of numbers is supported.
.
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-type-level-numbers-prof
Description-md5: b323dd7293736d46cde34c519434f5a9
Description-en: library representing integers using Haskell type families; profiling libraries
This library represents numbers in Haskell at the level of types.
This is achieved by means of type families.
.
Numbers up to 2^18-1 can be represented.
.
In this version of the package, comparison of numbers, subtraction
and multiplication of numbers is supported.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typed-process-dev
Description-md5: a96d319d6c3f183a0ada295568a730b7
Description-en: run external processes, with strong typing of streams
This library provides the ability to launch and interact with
external processes. It wraps around the process library, and intends
to improve upon it by:
.
* Using type variables to represent the standard streams, making
them easier to manipulate
* Use proper concurrency (e.g., the async library) in place of the
weird lazy I/O tricks for such things as consuming output streams
* Allow for more complex concurrency by providing STM-based functions
* Using binary I/O correctly
* Providing a more composable API, designed to be easy to use for
both simple and complex use cases
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typed-process-doc
Description-md5: 42dc2944a736952f31e1bf074d5931fa
Description-en: run external processes, with strong typing of streams; documentation
This library provides the ability to launch and interact with
external processes. It wraps around the process library, and intends
to improve upon it by:
.
* Using type variables to represent the standard streams, making
them easier to manipulate
* Use proper concurrency (e.g., the async library) in place of the
weird lazy I/O tricks for such things as consuming output streams
* Allow for more complex concurrency by providing STM-based functions
* Using binary I/O correctly
* Providing a more composable API, designed to be easy to use for
both simple and complex use cases
.
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-typed-process-prof
Description-md5: e905417e2420906d48a935980d2efc75
Description-en: run external processes, with strong typing of streams; profiling libraries
This library provides the ability to launch and interact with
external processes. It wraps around the process library, and intends
to improve upon it by:
.
* Using type variables to represent the standard streams, making
them easier to manipulate
* Use proper concurrency (e.g., the async library) in place of the
weird lazy I/O tricks for such things as consuming output streams
* Allow for more complex concurrency by providing STM-based functions
* Using binary I/O correctly
* Providing a more composable API, designed to be easy to use for
both simple and complex use cases
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typst-dev
Description-md5: ab9c85c63e6135149dccac7ca581b843
Description-en: Parsing and evaluating typst syntax.
A library for parsing and evaluating typst syntax.
Typst () is a document layout and
formatting language. This library targets typst 0.4
and currently offers only partial support.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typst-doc
Description-md5: a0452da56c10491c6a26d9decd27d3d2
Description-en: Parsing and evaluating typst syntax.; documentation
A library for parsing and evaluating typst syntax.
Typst () is a document layout and
formatting language. This library targets typst 0.4
and currently offers only partial support.
.
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-typst-prof
Description-md5: a61a046b92e6fbc06c0f681ec119ae4e
Description-en: Parsing and evaluating typst syntax.; profiling libraries
A library for parsing and evaluating typst syntax.
Typst () is a document layout and
formatting language. This library targets typst 0.4
and currently offers only partial support.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typst-symbols-dev
Description-md5: 69707184f8f14521cd9755febc6b7dd7
Description-en: symbol and emoji lookup for typst language
This package defines symbol and emoji codes for the
typst language
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-typst-symbols-doc
Description-md5: 42d23ddbaefc7b1d5add1491b41f218a
Description-en: symbol and emoji lookup for typst language; documentation
This package defines symbol and emoji codes for the
typst language
.
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-typst-symbols-prof
Description-md5: 06a720b0c4d5ca514f9c04e1373a9253
Description-en: symbol and emoji lookup for typst language; profiling libraries
This package defines symbol and emoji codes for the
typst language
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uglymemo-dev
Description-md5: 27764daa2590ce2631b9769380047d87
Description-en: simple (but internally ugly) memoization function
This provides a simple memoization function in pure and IO forms.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uglymemo-doc
Description-md5: 123ae896de43d6db4b7889999ef0de82
Description-en: simple (but internally ugly) memoization function; documentation
This provides a simple memoization function in pure and IO forms.
.
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-uglymemo-prof
Description-md5: 10ba87f0285a39756f35038a1369da66
Description-en: simple (but internally ugly) memoization function; profiling libraries
This provides a simple memoization function in pure and IO forms.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unbounded-delays-dev
Description-md5: fc846d1fb70a73e2d40677bad559a9fa
Description-en: Unbounded thread delays and timeouts
The threadDelay and timeout functions from the base library use the bounded
Int type for specifying the delay or timeout period. This packages provides
alternatives which use the unbounded Integer type.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unbounded-delays-doc
Description-md5: c6650c89bfebc7ae644d1cbfb196b51a
Description-en: Unbounded thread delays and timeouts; documentation
The threadDelay and timeout functions from the base library use the bounded
Int type for specifying the delay or timeout period. This packages provides
alternatives which use the unbounded Integer type.
.
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-unbounded-delays-prof
Description-md5: 450466a856c637127578ffee56ad1a59
Description-en: Unbounded thread delays and timeouts; profiling libraries
The threadDelay and timeout functions from the base library use the bounded
Int type for specifying the delay or timeout period. This packages provides
alternatives which use the unbounded Integer type.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unexceptionalio-dev
Description-md5: 4a4ebdd7fab85f49948230ce9d120fc4
Description-en: IO without any non-error, synchronous exceptions
When you've caught all the exceptions that can be handled safely,
this is what you're left with.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unexceptionalio-doc
Description-md5: 4bd4739bc39099361ab542ae2deca168
Description-en: IO without any non-error, synchronous exceptions; documentation
When you've caught all the exceptions that can be handled safely,
this is what you're left with.
.
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-unexceptionalio-prof
Description-md5: b51a8aea9a0d4ed28fc9b2e153c9379e
Description-en: IO without any non-error, synchronous exceptions; profiling libraries
When you've caught all the exceptions that can be handled safely,
this is what you're left with.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-collation-dev
Description-md5: 4e45da43744889b6792f143032d34a85
Description-en: Haskell implementation of the Unicode Collation Algorithm
This library provides a pure Haskell implementation of the Unicode Collation
Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
avoids a dependency on a large C library. Locale-specific tailorings are also
provided.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-collation-doc
Description-md5: 3c4029a8434b2d2a4b01dd9525dec61a
Description-en: Haskell implementation of the Unicode Collation Algorithm; documentation
This library provides a pure Haskell implementation of the Unicode Collation
Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
avoids a dependency on a large C library. Locale-specific tailorings are also
provided.
.
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-unicode-collation-prof
Description-md5: f7ef1dbfabc45f7e7515323072865d83
Description-en: Haskell implementation of the Unicode Collation Algorithm; profiling libraries
This library provides a pure Haskell implementation of the Unicode Collation
Algorithm. It is not as fully-featured or as performant as @text-icu@, but it
avoids a dependency on a large C library. Locale-specific tailorings are also
provided.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-data-dev
Description-md5: 28a1c391cd350c9c480d15cd604ac0e0
Description-en: Access Unicode character database
This package provides Haskell APIs to efficiently access the Unicode
character database. Performance is the primary goal in the design of
this package.
.
The Haskell data structures are generated programmatically from the
Unicode character database (UCD) files.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-data-doc
Description-md5: 41ba81d607487f7502a39f0d0d9e7751
Description-en: Access Unicode character database; documentation
This package provides Haskell APIs to efficiently access the Unicode
character database. Performance is the primary goal in the design of
this package.
.
The Haskell data structures are generated programmatically from the
Unicode character database (UCD) files.
.
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-unicode-data-prof
Description-md5: 44a395477c55ddd2cd8f362df9a4cbb6
Description-en: Access Unicode character database; profiling libraries
This package provides Haskell APIs to efficiently access the Unicode
character database. Performance is the primary goal in the design of
this package.
.
The Haskell data structures are generated programmatically from the
Unicode character database (UCD) files.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-transforms-dev
Description-md5: a15c257e6bec42bacce3e3478921e017
Description-en: Fast Unicode 9.0 normalization in Haskell
Unicode characters with adornments (e.g. Á) can be represented in two
different forms, as a single composed character (U+00C1 = Á) or as
multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
differently encoded byte sequences but for humans they have exactly
the same visual appearance.
.
A regular byte comparison may tell that two strings are different even
though they might be equivalent. Both strings need to be converted in
a normalized form using the Unicode Character Database before they can
be compared for equivalence.
.
This library implements fast Unicode 9.0 normalization in Haskell (NFC,
NFKC, NFD, NFKD).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unicode-transforms-doc
Description-md5: 9ee47abe893d0c4d6b50da439d917375
Description-en: Fast Unicode 9.0 normalization in Haskell; documentation
Unicode characters with adornments (e.g. Á) can be represented in two
different forms, as a single composed character (U+00C1 = Á) or as
multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
differently encoded byte sequences but for humans they have exactly
the same visual appearance.
.
A regular byte comparison may tell that two strings are different even
though they might be equivalent. Both strings need to be converted in
a normalized form using the Unicode Character Database before they can
be compared for equivalence.
.
This library implements fast Unicode 9.0 normalization in Haskell (NFC,
NFKC, NFD, NFKD).
.
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-unicode-transforms-prof
Description-md5: 80e245fc2536e02d06056d3946d6e23f
Description-en: Fast Unicode 9.0 normalization in Haskell; profiling libraries
Unicode characters with adornments (e.g. Á) can be represented in two
different forms, as a single composed character (U+00C1 = Á) or as
multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
differently encoded byte sequences but for humans they have exactly
the same visual appearance.
.
A regular byte comparison may tell that two strings are different even
though they might be equivalent. Both strings need to be converted in
a normalized form using the Unicode Character Database before they can
be compared for equivalence.
.
This library implements fast Unicode 9.0 normalization in Haskell (NFC,
NFKC, NFD, NFKD).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uniplate-dev
Description-md5: 57f217170a997b5a34f6e60029d16792
Description-en: A Haskell library for uniform type generic traversals
.
The Haskell Uniplate library abstracts over common traversals and queries in a
simple manner allowing the user to scrap their boilerplate code.
.
A more complete document on the Uniplate class was published at the Haskell
Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a
video presentation, and the associated thesis chapter.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uniplate-doc
Description-md5: 57d90ee3f0e8643a18b16a1d832d4229
Description-en: Documentation for uniform type generic traversals; documentation
.
The Haskell Uniplate library abstracts over common traversals and queries in a
simple manner allowing the user to scrap their boilerplate code.
.
A more complete document on the Uniplate class was published at the Haskell
Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a
video presentation, and the associated thesis chapter.
.
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-uniplate-prof
Description-md5: b3163942d4f1c7e2e6e30c94ececd8ea
Description-en: Profiling libraries for uniform type generic traversals; profiling libraries
.
The Haskell Uniplate library abstracts over common traversals and queries in a
simple manner allowing the user to scrap their boilerplate code.
.
A more complete document on the Uniplate class was published at the Haskell
Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/), along with a
video presentation, and the associated thesis chapter.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-universe-base-dev
Description-md5: a4827f384f0196d412ff16f679575256
Description-en: a class for finite and recursively enumerable type
A class for finite and recursively enumerable types and some helper
functions for enumerating them.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-universe-base-doc
Description-md5: 68d9ff1f93b012b29aba2dea670deed6
Description-en: a class for finite and recursively enumerable type; documentation
A class for finite and recursively enumerable types and some helper
functions for enumerating them.
.
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-universe-base-prof
Description-md5: 9800f5637badaadf06028aae12e70619
Description-en: a class for finite and recursively enumerable type; profiling libraries
A class for finite and recursively enumerable types and some helper
functions for enumerating them.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unix-compat-dev
Description-md5: 8319125b2c70cb25a5cb7cadcde274cc
Description-en: Haskell portable POSIX-compatible layer
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unix-compat-doc
Description-md5: 223c24f07cd943202ad8fe4937aad5bb
Description-en: Haskell portable POSIX-compatible layer; documentation
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
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-unix-compat-prof
Description-md5: cdd52c709af64ef9d56871401af9770c
Description-en: Haskell portable POSIX-compatible layer; profiling libraries
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unix-time-dev
Description-md5: 8d130a6f6793e7df409a45d25b48759c
Description-en: Unix time parser/formatter and utilities
Fast parser/formatter/utilities for Unix time
.
Author: Kazu Yamamoto
Upstream-Maintainer: Kazu Yamamoto
.
This package contains the normal library files.
Package: libghc-unix-time-doc
Description-md5: 03ec56fed64aa34b03060b66193e1634
Description-en: Unix time parser/formatter and utilities; documentation
Fast parser/formatter/utilities for Unix time
.
Author: Kazu Yamamoto
Upstream-Maintainer: Kazu Yamamoto
.
This package contains the documentation files.
Package: libghc-unix-time-prof
Description-md5: 8417ea13bfa7b693476cd4e44358e85d
Description-en: Unix time parser/formatter and utilities; profiling libraries
Fast parser/formatter/utilities for Unix time
.
Author: Kazu Yamamoto
Upstream-Maintainer: Kazu Yamamoto
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-unixutils-dev
Description-md5: e42c91fbff24ef8cef97c4af69c451d3
Description-en: interface between Haskell and Unix-like operating systems
Unixutils is a collection of useful and mildly useful functions that
you might expect to find in System.* with a heavy bias towards
Unix-type operating systems.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unixutils-doc
Description-md5: 1977ad7cbc45c0962a195cd9412ddcb8
Description-en: interface between Haskell and Unix-like operating systems; documentation
Unixutils is a collection of useful and mildly useful functions that
you might expect to find in System.* with a heavy bias towards
Unix-type operating systems.
.
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-unixutils-prof
Description-md5: c44df558293c94ba5a7d67272b4afcaa
Description-en: interface between Haskell and Unix-like operating systems; profiling libraries
Unixutils is a collection of useful and mildly useful functions that
you might expect to find in System.* with a heavy bias towards
Unix-type operating systems.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unlambda-dev
Description-md5: 27e09c97b455371564f826d691f356a7
Description-en: Unlambda interpreter library
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unlambda-doc
Description-md5: da327c756e2b3f70e9f9cf178e7efff5
Description-en: Unlambda interpreter library; documentation
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.
.
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-unlambda-prof
Description-md5: 629363c9e548920cf4db3e3ad9ad1c12
Description-en: Unlambda interpreter library; profiling libraries
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language 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: libghc-unliftio-core-dev
Description-md5: 63f74997e9cd70fa9a82f474d2676243
Description-en: MonadUnliftIO typeclass for unlifting monads to IO
Provides the core MonadUnliftIO typeclass, instances for base and
transformers, and basic utility functions. Typically, you'll want
to use the unliftio library, which provides more functionality (and
a much better description).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unliftio-core-doc
Description-md5: 9abc068367a08e19c9495f31da8b520d
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; documentation
Provides the core MonadUnliftIO typeclass, instances for base and
transformers, and basic utility functions. Typically, you'll want
to use the unliftio library, which provides more functionality (and
a much better description).
.
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-unliftio-core-prof
Description-md5: d65425882c9e27c362d8f5734cb10253
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; profiling libraries
Provides the core MonadUnliftIO typeclass, instances for base and
transformers, and basic utility functions. Typically, you'll want
to use the unliftio library, which provides more functionality (and
a much better description).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unliftio-dev
Description-md5: 5757133c021532a5aaf4ae502c0279f9
Description-en: MonadUnliftIO typeclass for unlifting monads to IO
Provides the core MonadUnliftIO typeclass, a number of common
instances, and a collection of common functions working with it.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unliftio-doc
Description-md5: ce438e4ce0eafb0e6240871e912af103
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; documentation
Provides the core MonadUnliftIO typeclass, a number of common
instances, and a collection of common functions working with it.
.
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-unliftio-prof
Description-md5: 47c26b0b50de6993c4ee3deff2eef244
Description-en: MonadUnliftIO typeclass for unlifting monads to IO; profiling libraries
Provides the core MonadUnliftIO typeclass, a number of common
instances, and a collection of common functions working with it.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unordered-containers-dev
Description-md5: eb7e12eb4c328fda9dc6e91a6effd7ad
Description-en: Efficient hashing-based container types
It contains efficient hashing-based container types. The containers
have been optimized for performance critical use, both in terms of
large data quantities and high speed.
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unordered-containers-doc
Description-md5: 37ef02f8ed30e3fa8b83f375c99bc2ce
Description-en: Efficient hashing-based container types; documentation
It contains efficient hashing-based container types. The containers
have been optimized for performance critical use, both in terms of
large data quantities and high speed.
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
.
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-unordered-containers-prof
Description-md5: f4c66cf0a10b3debe7d868d4d81637cd
Description-en: Efficient hashing-based container types; profiling libraries
It contains efficient hashing-based container types. The containers
have been optimized for performance critical use, both in terms of
large data quantities and high speed.
.
The declared cost of each operation is either worst-case or
amortized, but remains valid even if structures are shared.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unsafe-dev
Description-md5: cd2e6c04be5f1586b189f33de6ccc181
Description-en: unified interface to unsafe functions
SafeHaskell introduced the notion of safe and unsafe modules.
In order to make as many as possible modules "safe",
the well-known unsafe functions were moved to distinguished modules.
This makes it hard to write packages that work
with both old and new versions of GHC.
This package provides a single module, System.Unsafe,
that exports the unsafe functions from the base package.
It provides them in a style ready for qualification.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-unsafe-doc
Description-md5: 75b6a043054bedad666d0e7d913c67d6
Description-en: unified interface to unsafe functions; documentation
SafeHaskell introduced the notion of safe and unsafe modules.
In order to make as many as possible modules "safe",
the well-known unsafe functions were moved to distinguished modules.
This makes it hard to write packages that work
with both old and new versions of GHC.
This package provides a single module, System.Unsafe,
that exports the unsafe functions from the base package.
It provides them in a style ready for qualification.
.
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-unsafe-prof
Description-md5: aaf27ec73cf562b900d5d965955e05b8
Description-en: unified interface to unsafe functions; profiling libraries
SafeHaskell introduced the notion of safe and unsafe modules.
In order to make as many as possible modules "safe",
the well-known unsafe functions were moved to distinguished modules.
This makes it hard to write packages that work
with both old and new versions of GHC.
This package provides a single module, System.Unsafe,
that exports the unsafe functions from the base package.
It provides them in a style ready for qualification.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-bytestring-aeson-dev
Description-md5: ea17f025bfe987e4e644a88f8e8d62c9
Description-en: Aeson instances for URI Bytestring
Aeson ToJSON and FromJSON instances for URIRefs.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-bytestring-aeson-doc
Description-md5: 8064d134d87bbe3ca3fbd8a286920fd0
Description-en: Aeson instances for URI Bytestring; documentation
Aeson ToJSON and FromJSON instances for URIRefs.
.
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-uri-bytestring-aeson-prof
Description-md5: 125f3a21eb769b2437be57eeb083b319
Description-en: Aeson instances for URI Bytestring; profiling libraries
Aeson ToJSON and FromJSON instances for URIRefs.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-bytestring-dev
Description-md5: b938d6845df289286323457355d3b3c0
Description-en: Haskell URI parsing as ByteStrings
uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-bytestring-doc
Description-md5: b449e8fd82510c52601b39b2d804bc97
Description-en: Haskell URI parsing as ByteStrings; documentation
uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
.
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-uri-bytestring-prof
Description-md5: bd2e5184ff8dbd3b17992ad2b33a2080
Description-en: Haskell URI parsing as ByteStrings; profiling libraries
uri-bytestring aims to be an RFC3986 compliant URI parser that uses efficient ByteStrings for parsing and representing the URI data.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-encode-dev
Description-md5: bf4d45fbea8ee1c2496fa71c6c5f0dcc
Description-en: Unicode aware uri-encoding.
Unicode aware uri-encoding.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uri-encode-doc
Description-md5: 23de60b8ebcfe593cb625aed7045ec7f
Description-en: Unicode aware uri-encoding.; documentation
Unicode aware uri-encoding.
.
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-uri-encode-prof
Description-md5: 25ded080c3ad18d3467521a6638ad098
Description-en: Unicode aware uri-encoding.; profiling libraries
Unicode aware uri-encoding.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-url-dev
Description-md5: 6aece56853cc47f26ef1333e7a2a1c15
Description-en: Haskell library for working with URLs
This library provides simple tools to parse and build URL strings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-url-doc
Description-md5: c837b9a66458c102d82fc81fde31bd60
Description-en: Haskell library for working with URLs; documentation
This library provides simple tools to parse and build URL strings.
.
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-url-prof
Description-md5: e1f6002087940d8b5fcc78dccb53ca37
Description-en: Haskell library for working with URLs; profiling libraries
This library provides simple tools to parse and build URL strings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-utf8-light-dev
Description-md5: baac976a0a2bb42e5ae00586a1a8b289
Description-en: Lightweight UTF-8 handling library
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
.
It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-utf8-light-doc
Description-md5: 6cf9405a7ba09cba74d1fb37da5f2662
Description-en: Lightweight UTF-8 handling library; documentation
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
.
It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
.
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-utf8-light-prof
Description-md5: 328a427be5cce92e23e09a6bd19608ed
Description-en: Lightweight UTF-8 handling library; profiling libraries
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
.
It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-utf8-string-dev
Description-md5: eaae9b089454a75be5276c35dbd930fd
Description-en: GHC libraries for the Haskell UTF-8 library
UTF8 layer for Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
.
This package contains the libraries compiled for GHC.
Package: libghc-utf8-string-doc
Description-md5: a55ed42a17ae06e79c4aab8edcc58c3b
Description-en: GHC libraries for the Haskell UTF-8 library (documentation)
UTF8 layer for Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
.
This package contains the GHC library documentation.
Package: libghc-utf8-string-prof
Description-md5: bae65b51cc93c55ad6c16b3473f4122f
Description-en: Profiling support for the GHC Haskell UTF-8 library
UTF8 layer for Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
.
This package contains additional GHC profiling libraries which can be used with
libghc-utf8-string-dev.
Package: libghc-utility-ht-dev
Description-md5: baa7ca54f2fb35826a1dce05037f8cd6
Description-en: small helper functions for Lists, Maybes, Tuples and Functions
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
of standard functions. They have the same name as their standard
counterparts.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-utility-ht-doc
Description-md5: 5b522a3f843b0b9364d31046ba26ee21
Description-en: small helper functions for Lists, Maybes, Tuples and Functions; documentation
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
of standard functions. They have the same name as their standard
counterparts.
.
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-utility-ht-prof
Description-md5: 2b17d249505191f28c11473cb0b986df
Description-en: profiling libraries for libghc-utility-ht-dev; profiling libraries
This library provides various small helper functions for Lists, Maybes,
Tuples and Functions. Some of these functions are improved implementations
of standard functions. They have the same name as their standard
counterparts.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuagc-cabal-dev
Description-md5: 48105143908578f8ff0990a384d8a7d6
Description-en: Cabal plugin for UUAGC
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuagc-cabal-doc
Description-md5: 24463affcbb4051b2c236beb52d9ff0d
Description-en: Cabal plugin for UUAGC; documentation
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
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-uuagc-cabal-prof
Description-md5: 54e2b9c18c4509f182a5b2ef5742a483
Description-en: Cabal plugin for UUAGC; profiling libraries
Cabal plugin for the Universiteit Utrecht Attribute Grammar System.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuid-dev
Description-md5: f474d497ac52dbf8171048d774dc33b1
Description-en: create, compare, parse and print Universally Unique Identifiers
This library is useful for creating, comparing, parsing and printing
Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
for the general idea.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuid-doc
Description-md5: cf52e5b8cfe86804b38a4e91c0344547
Description-en: create, compare, parse and print UUIDs; documentation
This library is useful for creating, comparing, parsing and printing
Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
for the general idea.
.
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-uuid-prof
Description-md5: b689db9d0f6cfc67e42d773d1759eeb8
Description-en: create, compare, parse and print UUIDs; profiling libraries
This library is useful for creating, comparing, parsing and printing
Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
for the general idea.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuid-types-dev
Description-md5: f2160e3b10e79fbdb454d34931dc0fb1
Description-en: Type definitions for Universally Unique Identifiers
This library contains type definitions for Universally Unique Identifiers
and basic conversion functions.
See for the general idea.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uuid-types-doc
Description-md5: 459a08ea475aa91f2ea0cfdeec978734
Description-en: Type definitions for Universally Unique Identifiers; documentation
This library contains type definitions for Universally Unique Identifiers
and basic conversion functions.
See for the general idea.
.
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-uuid-types-prof
Description-md5: ba5d755133a0cea06bec2de0067dbbdc
Description-en: Type definitions for Universally Unique Identifiers; profiling libraries
This library contains type definitions for Universally Unique Identifiers
and basic conversion functions.
See for the general idea.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uulib-dev
Description-md5: 2e8183b8a00d0e0983e66ca6a80840ff
Description-en: parser and pretty print combinator library for GHC
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht Tools.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-uulib-doc
Description-md5: 28f06fe7fcb987a333fe2ed2ae308db0
Description-en: parser and pretty print combinator library for GHC; documentation
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht 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-uulib-prof
Description-md5: 21d426ea213b164640ee761ef96211c0
Description-en: parser and pretty print combinator library for GHC; profiling libraries
The uulib Haskell library contains fast, error repairing parser
combinators (UU.Parsing), pretty print combinators (UU.Pretty) and a
set of data structures and algorithms for working with sets and
sequences (UU.DData) for Haskell.
.
The library is developed at Utrecht University and is part of the
Haskell Utrecht 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: libghc-validity-bytestring-dev
Description-md5: 401d1783084ffc275f5c044df678929f
Description-en: Validity instances for bytestring
Validity instances for ShortByteStrings and strict and lazy
ByteStrings.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-validity-bytestring-doc
Description-md5: 845ef6289bec8201a2151573a1c58d7e
Description-en: Validity instances for bytestring; documentation
Validity instances for ShortByteStrings and strict and lazy
ByteStrings.
.
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-validity-bytestring-prof
Description-md5: db79b056b0eea381b8da267478f20ad8
Description-en: Validity instances for bytestring; profiling libraries
Validity instances for ShortByteStrings and strict and lazy
ByteStrings.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-validity-containers-dev
Description-md5: c513e7a59ee7552f2d025042e9d1d90c
Description-en: Validity instances for containers
Validity instances for maps, sequences, sets, trees
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-validity-containers-doc
Description-md5: ed970ce8dbbfa0dcf15a6e67828290b0
Description-en: Validity instances for containers; documentation
Validity instances for maps, sequences, sets, trees
.
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-validity-containers-prof
Description-md5: e79f60abd84b872d6381f0edd427ca27
Description-en: Validity instances for containers; profiling libraries
Validity instances for maps, sequences, sets, trees
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-validity-dev
Description-md5: d4180b8402083db859b34629e56f56e5
Description-en: validity typeclass
Note: There are companion instance packages for this library:
* validity-aeson
* validity-bytestring
* validity-containers
* validity-path
* validity-scientific
* validity-text
* validity-time
* validity-unordered-containers
* validity-uuid
* validity-vector
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-validity-doc
Description-md5: 08a27a701793097d77752bf13a68cd56
Description-en: validity typeclass; documentation
Note: There are companion instance packages for this library:
* validity-aeson
* validity-bytestring
* validity-containers
* validity-path
* validity-scientific
* validity-text
* validity-time
* validity-unordered-containers
* validity-uuid
* validity-vector
.
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-validity-prof
Description-md5: 5cc96dbee481945edb7f0a9bda814838
Description-en: validity typeclass; profiling libraries
Note: There are companion instance packages for this library:
* validity-aeson
* validity-bytestring
* validity-containers
* validity-path
* validity-scientific
* validity-text
* validity-time
* validity-unordered-containers
* validity-uuid
* validity-vector
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vault-dev
Description-md5: fa6d99e3750b60e22f125f4c6cef7158
Description-en: typed, persistent store for values of arbitrary types
A vault is a typed, persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
.
The data structure is analogous to a bank vault, where you can access
different bank boxes with different keys; hence the name.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vault-doc
Description-md5: dc94a6d5eaa58e8dfe5b466053a9b4f9
Description-en: typed, persistent store for values of arbitrary types; documentation
A vault is a typed, persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
.
The data structure is analogous to a bank vault, where you can access
different bank boxes with different keys; hence the name.
.
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-vault-prof
Description-md5: f1f5b39f927a18ca532e08d5a9f49f35
Description-en: typed, persistent store for values of arbitrary types; profiling libraries
A vault is a typed, persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
.
The data structure is analogous to a bank vault, where you can access
different bank boxes with different keys; hence the name.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-algorithms-dev
Description-md5: 03f0bd20e5bcef792f4cb758885d401d
Description-en: efficient algorithms for vector arrays
This package provides efficient algorithms for Haskell vector arrays.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-algorithms-doc
Description-md5: 06328abe1acc8ad728f63116881c3ca1
Description-en: efficient algorithms for vector arrays; documentation
This package provides efficient algorithms for Haskell vector arrays.
.
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-vector-algorithms-prof
Description-md5: 2e8d0c3e0c4073040b013ab908062d5c
Description-en: efficient algorithms for vector arrays; profiling libraries
This package provides efficient algorithms for Haskell vector arrays.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-binary-instances-dev
Description-md5: a50a30f3d9a32e26642204e738c0a3e3
Description-en: instances of Data.Binary and Data.Serialize for vector
This package provides instances for Binary for the types defined in the
vector package, making it easy to serialize vectors to and from disk. It uses
the generic interface to vectors, so all vector types are supported.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-binary-instances-doc
Description-md5: 2137f68c5ec5bae804094da5ba9d162a
Description-en: instances of Data.Binary and Data.Serialize for vector; documentation
This package provides instances for Binary for the types defined in the
vector package, making it easy to serialize vectors to and from disk. It uses
the generic interface to vectors, so all vector types are supported.
.
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-vector-binary-instances-prof
Description-md5: 1824b0502c9cd1321cd014f90fb91283
Description-en: instances of Data.Binary and Data.Serialize for vector; profiling libraries
This package provides instances for Binary for the types defined in the
vector package, making it easy to serialize vectors to and from disk. It uses
the generic interface to vectors, so all vector types are supported.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-builder-dev
Description-md5: 0006687171fda045e4e49ff8ee343bba
Description-en: Vector builder
An API for efficient and convenient construction of vectors.
It provides the composable Builder abstraction, which has instances
of the Monoid and Semigroup classes.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-builder-doc
Description-md5: 87e2844e6af027327082592526455fd7
Description-en: Vector builder; documentation
An API for efficient and convenient construction of vectors.
It provides the composable Builder abstraction, which has instances
of the Monoid and Semigroup classes.
.
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-vector-builder-prof
Description-md5: f91ccf239f3ed64f406f9b34b22c235e
Description-en: Vector builder; profiling libraries
An API for efficient and convenient construction of vectors.
It provides the composable Builder abstraction, which has instances
of the Monoid and Semigroup classes.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-dev
Description-md5: 05eb7a2c1dd485532d6d1e7c5b3cd0f7
Description-en: Efficient Arrays for Haskell
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-doc
Description-md5: 16b216e46e289b98c0a5a5c71aadd962
Description-en: Efficient Arrays for Haskell; documentation
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
.
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-vector-hashtables-dev
Description-md5: 9b746758f3968cb7c6d0714bd29eace8
Description-en: efficient vector-based mutable hashtables implementation
This package provides efficient vector-based hashtable implementation similar
to .NET Generic Dictionary implementation (at the time of 2015).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-hashtables-doc
Description-md5: 0a03fbffaa69ba338b5368a2cb5f6ff1
Description-en: efficient vector-based mutable hashtables implementation; documentation
This package provides efficient vector-based hashtable implementation similar
to .NET Generic Dictionary implementation (at the time of 2015).
.
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-vector-hashtables-prof
Description-md5: 137ffbd564d25f438b450f1a24bc948b
Description-en: efficient vector-based mutable hashtables implementation; profiling libraries
This package provides efficient vector-based hashtable implementation similar
to .NET Generic Dictionary implementation (at the time of 2015).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-instances-dev
Description-md5: 43aed51e34c9488e1fe24f91fd7572aa
Description-en: orphan instances for Data.Vector
Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
Unbox, Storable, and Prim instances for Vector.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-instances-doc
Description-md5: a637ad494f788d6fc6b505d16a3eb4a8
Description-en: orphan instances for Data.Vector; documentation
Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
Unbox, Storable, and Prim instances for Vector.
.
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-vector-instances-prof
Description-md5: 23b186e0daf97350dd1e53fce96af9f0
Description-en: orphan instances for Data.Vector; profiling libraries
Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
Apply, Pointed, Bind, Semigroup, Alt, Plus, TraversableWithKey, Extend,
Unbox, Storable, and Prim instances for Vector.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-prof
Description-md5: d3f0e5610d3bd5859a1cec752197256d
Description-en: Efficient Arrays for Haskell; profiling libraries
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-space-dev
Description-md5: de48a736ded4a2f8f5440512d95cf73f
Description-en: Vector & affine spaces, linear maps, and derivatives library
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
derivatives. A generalized derivative is a linear transformation rather than
one of the common concrete representations (scalars, vectors, matrices, ...).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-space-doc
Description-md5: ef100255e072f64dfc05e142e7cbab63
Description-en: Vector & affine spaces, linear maps, and derivatives library; documentation
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
derivatives. A generalized derivative is a linear transformation rather than
one of the common concrete representations (scalars, vectors, matrices, ...).
.
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-vector-space-prof
Description-md5: 6b8b340ec9f92dae8a179efb41642e99
Description-en: Vector & affine spaces, linear maps, and derivatives library; profiling libraries
vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of generalized
derivatives. A generalized derivative is a linear transformation rather than
one of the common concrete representations (scalars, vectors, matrices, ...).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-stream-dev
Description-md5: 7bdf133274afa460aec81c81dde32e27
Description-en: efficient streams
Simple yet powerful monadic streams that are used as a backbone for vector
package fusion functionality.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-stream-doc
Description-md5: 71cb7c4f8c61532eba88ce7eeda5df65
Description-en: efficient streams; documentation
Simple yet powerful monadic streams that are used as a backbone for vector
package fusion functionality.
.
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-vector-stream-prof
Description-md5: 600c03e9928a28694e3e756fdc52e5a9
Description-en: efficient streams; profiling libraries
Simple yet powerful monadic streams that are used as a backbone for vector
package fusion functionality.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-th-unbox-dev
Description-md5: 37485ceab26d33676304d1dd8cc25dce
Description-en: deriver for Data.Vector.Unboxed using Template Haskell
This Haskell library package provides a Template Haskell deriver for unboxed
vectors, given a pair of coercion functions to and from some existing type
with an Unbox instance.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vector-th-unbox-doc
Description-md5: 79a1b6f9ca57fffd0fd85b5ce0e8b07c
Description-en: deriver for Data.Vector.Unboxed using Template Haskell; documentation
This Haskell library package provides a Template Haskell deriver for unboxed
vectors, given a pair of coercion functions to and from some existing type
with an Unbox instance.
.
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-vector-th-unbox-prof
Description-md5: 1007caceb6669681faccab1f6703eb73
Description-en: deriver for Data.Vector.Unboxed using Template Haskell; profiling libraries
This Haskell library package provides a Template Haskell deriver for unboxed
vectors, given a pair of coercion functions to and from some existing type
with an Unbox instance.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-versions-dev
Description-md5: d06271772f3e112e7458e553e11290b6
Description-en: Types and parsers for software version numbers.
A library for parsing and comparing software version numbers. We like to give
version numbers to our software in a myriad of ways. Some ways follow strict
guidelines for incrementing and comparison. Some follow conventional wisdom
and are generally self-consistent. Some are just plain asinine. This library
provides a means of parsing and comparing /any/ style of versioning, be it a
nice Semantic Version like this:
.
> 1.2.3-r1+git123
.
...or a monstrosity like this:
.
> 2:10.2+0.0093r3+1-1
.
Please switch to if you aren't
currently using it. It provides consistency in version incrementing and has
the best constraints on comparisons.
.
This library implements version @2.0.0@ of the SemVer spec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-versions-doc
Description-md5: 3377d550204dd98a89865c551b83a2be
Description-en: Types and parsers for software version numbers.; documentation
A library for parsing and comparing software version numbers. We like to give
version numbers to our software in a myriad of ways. Some ways follow strict
guidelines for incrementing and comparison. Some follow conventional wisdom
and are generally self-consistent. Some are just plain asinine. This library
provides a means of parsing and comparing /any/ style of versioning, be it a
nice Semantic Version like this:
.
> 1.2.3-r1+git123
.
...or a monstrosity like this:
.
> 2:10.2+0.0093r3+1-1
.
Please switch to if you aren't
currently using it. It provides consistency in version incrementing and has
the best constraints on comparisons.
.
This library implements version @2.0.0@ of the SemVer spec.
.
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-versions-prof
Description-md5: 305c4ba10e4b63c4335c95116e410ac0
Description-en: Types and parsers for software version numbers.; profiling libraries
A library for parsing and comparing software version numbers. We like to give
version numbers to our software in a myriad of ways. Some ways follow strict
guidelines for incrementing and comparison. Some follow conventional wisdom
and are generally self-consistent. Some are just plain asinine. This library
provides a means of parsing and comparing /any/ style of versioning, be it a
nice Semantic Version like this:
.
> 1.2.3-r1+git123
.
...or a monstrosity like this:
.
> 2:10.2+0.0093r3+1-1
.
Please switch to if you aren't
currently using it. It provides consistency in version incrementing and has
the best constraints on comparisons.
.
This library implements version @2.0.0@ of the SemVer spec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-void-dev
Description-md5: fc836ec2196e941e28b8ff79e1470fb0
Description-en: Haskell 98 logically uninhabited data type
Haskell 98 logically uninhabited data type. Used to indicate that a given
term should not exist.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-void-doc
Description-md5: 7b6c5a1c6894f4381b3745695c988ee1
Description-en: Haskell 98 logically uninhabited data type; documentation
Haskell 98 logically uninhabited data type. Used to indicate that a given
term should not exist.
.
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-void-prof
Description-md5: be3539ca2290057e0a62f532e10124fa
Description-en: Haskell 98 logically uninhabited data type; profiling libraries
Haskell 98 logically uninhabited data type. Used to indicate that a given
term should not exist.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-crossplatform-dev
Description-md5: ad4eb665dd40a425b69109531b7f286a
Description-en: Cross-platform support for Vty
This package provides a generic interface for multiple
Vty platforms in one package so you don't have to
conditionally depend on them in your cabal file.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-crossplatform-doc
Description-md5: f84f36f454fae27a07c5f5882e908ae7
Description-en: Cross-platform support for Vty; documentation
This package provides a generic interface for multiple
Vty platforms in one package so you don't have to
conditionally depend on them in your cabal file.
.
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-vty-crossplatform-prof
Description-md5: f4f041a5f46f04eea5a7890df2aaf8dd
Description-en: Cross-platform support for Vty; profiling libraries
This package provides a generic interface for multiple
Vty platforms in one package so you don't have to
conditionally depend on them in your cabal file.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-dev
Description-md5: 76b810dac083fdc34c8f5326cdda4a95
Description-en: Terminal interface library for ghc
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-doc
Description-md5: c4d419871299bd30341500332dc237c0
Description-en: Terminal interface library for ghc; documentation
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
.
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-vty-prof
Description-md5: 7a087d0ba86d70ef6db86e64ca7824f1
Description-en: Terminal interface library for ghc; profiling libraries
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-unix-dev
Description-md5: 0a2b0908f7219d229182ee5c7ccac818
Description-en: Unix backend for Vty
This package provides Unix terminal support for Vty.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-vty-unix-doc
Description-md5: 8100ae97bdbb844918e61758b4ad12b3
Description-en: Unix backend for Vty; documentation
This package provides Unix terminal support for Vty.
.
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-vty-unix-prof
Description-md5: b1a67bd4f2d511e7faa514a27db0f9b6
Description-en: Unix backend for Vty; profiling libraries
This package provides Unix terminal support for Vty.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-app-file-cgi-dev
Description-md5: 8503dd91a8b4d775c768681c019a6efc
Description-en: file/CGI app of WAI
This WAI application handles static files and executes CGI scripts.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-app-file-cgi-doc
Description-md5: f4ef831d4c2292302ad33ba512797293
Description-en: file/CGI app of WAI; documentation
This WAI application handles static files and executes CGI scripts.
.
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-wai-app-file-cgi-prof
Description-md5: 75a934122a864a4b6f86329ebc6485f5
Description-en: file/CGI app of WAI; profiling libraries
This WAI application handles static files and executes CGI scripts.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-app-static-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-app-static-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
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-wai-app-static-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-conduit-dev
Description-md5: ba6a92ff81211d34202e39bb40a35d7e
Description-en: conduit wrappers for WAI
Since version 3.0.0, WAI has no built-in streaming data abstraction.
This library provides similar functionality to what existed in WAI
2.x.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-conduit-doc
Description-md5: b0dbcbc96f51c2b256e57af016adb235
Description-en: conduit wrappers for WAI; documentation
Since version 3.0.0, WAI has no built-in streaming data abstraction.
This library provides similar functionality to what existed in WAI
2.x.
.
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-wai-conduit-prof
Description-md5: b58dccfdb00a372d1601e1777dc57123
Description-en: conduit wrappers for WAI; profiling libraries
Since version 3.0.0, WAI has no built-in streaming data abstraction.
This library provides similar functionality to what existed in WAI
2.x.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-cors-dev
Description-md5: c6fa7a008ab3be766c83c9b16f3bc17e
Description-en: CORS for WAI
This package provides an implemenation of Cross-Origin resource
sharing (CORS) for Wai that aims to be compliant with the
standard.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-cors-doc
Description-md5: f8f372040b6750c9127b74c10221115c
Description-en: CORS for WAI; documentation
This package provides an implemenation of Cross-Origin resource
sharing (CORS) for Wai that aims to be compliant with the
standard.
.
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-wai-cors-prof
Description-md5: 2af7ae30f2ecc915160680c30f0d5a15
Description-en: CORS for WAI; profiling libraries
This package provides an implemenation of Cross-Origin resource
sharing (CORS) for Wai that aims to be compliant with the
standard.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-dev
Description-md5: 0eafec3bb45290cf53a5539abd08c1a2
Description-en: web application interface
It provides a common protocol for communication between web
applications and web servers.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-doc
Description-md5: 948eaf80658bdcb7d7c10e2ecd0efd9c
Description-en: web application interface; documentation
It provides a common protocol for communication between web
applications and web servers.
.
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-wai-extra-dev
Description-md5: 176ab107db463b475aae2c3379d6d0da
Description-en: some basic WAI handlers and middleware
wai is a common protocol for communication between web aplications and web
servers.
.
This library provides some common features not tied to a particular web
application or web server.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-extra-doc
Description-md5: 84c007665ea7805da71e34d554c3a543
Description-en: some basic WAI handlers and middleware; documentation
wai is a common protocol for communication between web aplications and web
servers.
.
This library provides some common features not tied to a particular web
application or web server.
.
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-wai-extra-prof
Description-md5: 6312cb4018937e3075b2f84fb18d4296
Description-en: some basic WAI handlers and middleware; profiling libraries
wai is a common protocol for communication between web aplications and web
servers.
.
This library provides some common features not tied to a particular web
application or web server.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-handler-launch-dev
Description-md5: b82807c729187455f54f4a367cbd6587
Description-en: WAI handler for launching in a web browser
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-handler-launch-doc
Description-md5: 1c540c13d8f3d34bd7cecb3fb3ff36f2
Description-en: WAI handler for launching in a web browser; documentation
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
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-wai-handler-launch-prof
Description-md5: b3e96f69780a79c9bba2b86fc8061b82
Description-en: WAI handler for launching in a web browser; profiling libraries
This WAI handler for launching in a web browser handles cross-platform
launching and inserts JavaScript code to ping the server. When the
server no longer receives pings, it shuts down.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-http2-extra-dev
Description-md5: a17813e2d534af35c220c515ec484f61
Description-en: WAI utilities for HTTP/2
WAI utilities for HTTP/2, such as middleware for a server push
learning dependency based on the Referer header.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-http2-extra-doc
Description-md5: 9bb6b44100a3074a5ee46597a971e1ad
Description-en: WAI utilities for HTTP/2; documentation
WAI utilities for HTTP/2, such as middleware for a server push
learning dependency based on the Referer header.
.
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-wai-http2-extra-prof
Description-md5: 703cd947f5e435f067d28db240a25f89
Description-en: WAI utilities for HTTP/2; profiling libraries
WAI utilities for HTTP/2, such as middleware for a server push
learning dependency based on the Referer header.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-logger-dev
Description-md5: 93c84f09d11f542a5686ebc2e9c86f9d
Description-en: logging system for WAI
This is a logging system for WAI application.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-logger-doc
Description-md5: 46223a07b37ac74f79757544e91e50f0
Description-en: logging system for WAI; documentation
This is a logging system for WAI application.
.
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-wai-logger-prof
Description-md5: b09d1627258eb5a15b455054f1305e58
Description-en: logging system for WAI; profiling libraries
This is a logging system for WAI application.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-middleware-static-dev
Description-md5: b4895f16ef52aad53bdeab1be4ac9732
Description-en: WAI middleware that serves requests to static files
WAI middleware that intercepts requests to static files and serves them
if they exist.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-middleware-static-doc
Description-md5: 209f74b42750acb8823d4562fe47c525
Description-en: WAI middleware that serves requests to static files; documentation
WAI middleware that intercepts requests to static files and serves them
if they exist.
.
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-wai-middleware-static-prof
Description-md5: c90c827f11aa6c13467e032ee96e792a
Description-en: WAI middleware that serves requests to static files; profiling libraries
WAI middleware that intercepts requests to static files and serves them
if they exist.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-prof
Description-md5: eb546455b7935fc1a1a0dedfb14acde6
Description-en: web application interface; profiling libraries
It provides a common protocol for communication between web
applications and web servers.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-websockets-dev
Description-md5: 8b5bc76a4fcdb74bac8e574c21dec134
Description-en: bridge between WAI and the haskell websockets library
The Web Application Interface provides a common protocol for communication
between web applications and web servers. This package provides a bridge
between WAI and the haskell websockets library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wai-websockets-doc
Description-md5: e6a7565104aa308de3b351ed82570cf5
Description-en: bridge between WAI and the haskell websockets library; documentation
The Web Application Interface provides a common protocol for communication
between web applications and web servers. This package provides a bridge
between WAI and the haskell websockets library.
.
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-wai-websockets-prof
Description-md5: 84d98c7d915fa1477aa3a51b90744c27
Description-en: bridge between WAI and the haskell websockets library; profiling libraries
The Web Application Interface provides a common protocol for communication
between web applications and web servers. This package provides a bridge
between WAI and the haskell websockets library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-warp-dev
Description-md5: 9edd36ee031d2e529ca2e25c4f63eb89
Description-en: fast, light-weight web server for WAI applications
It contains the premier WAI handler. For more information, see
http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-warp-doc
Description-md5: 4d120c35f353a80472b4c4907c8ddbb1
Description-en: fast, light-weight web server for WAI applications; documentation
It contains the premier WAI handler. For more information, see
http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
.
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-warp-prof
Description-md5: 5234c55f42c579b0f06a3e0bc06ef9fd
Description-en: fast, light-weight web server for WAI applications; profiling libraries
It contains the premier WAI handler. For more information, see
http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/ .
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-warp-tls-dev
Description-md5: 4ab5556ac0fcf040a7d6f6bd82bcabb8
Description-en: SSL/TLS support for Warp
It contains SSL/TLS support for Warp, the premier WAI handler, via
the native Haskell TLS implementation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-warp-tls-doc
Description-md5: 8fd2e5261d755b6a6ed050e90c76d14f
Description-en: SSL/TLS support for Warp; documentation
It contains SSL/TLS support for Warp, the premier WAI handler, via
the native Haskell TLS implementation.
.
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-warp-tls-prof
Description-md5: faa04db10902670b3089737b3225a3b3
Description-en: SSL/TLS support for Warp; profiling libraries
It contains SSL/TLS support for Warp, the premier WAI handler, via
the native Haskell TLS implementation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wcwidth-dev
Description-md5: 6abc339732964bd0884901e31f539f1c
Description-en: bindings for system's native wcwidth
This package provides the wcwidth function which can be used to learn, for
most of Unicode, how wide the individual Char code points will come out on the
terminal.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wcwidth-doc
Description-md5: 9cfd2cac6bfb04bda617e73e6b695ab3
Description-en: bindings for system's native wcwidth; documentation
This package provides the wcwidth function which can be used to learn, for
most of Unicode, how wide the individual Char code points will come out on the
terminal.
.
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-wcwidth-prof
Description-md5: 5695e68575f075651ad1fc0fb31d17f7
Description-en: bindings for system's native wcwidth; profiling libraries
This package provides the wcwidth function which can be used to learn, for
most of Unicode, how wide the individual Char code points will come out on the
terminal.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-websockets-dev
Description-md5: 9488905026fcb9bae49872dedbfd8477
Description-en: write WebSocket-capable servers
Provides a sensible, clean and simple way to write
WebSocket-capable servers in Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-websockets-doc
Description-md5: 649bd8512b39708dbd95b505fb28c8bf
Description-en: write WebSocket-capable servers; documentation
Provides a sensible, clean and simple way to write
WebSocket-capable servers in Haskell.
.
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-websockets-prof
Description-md5: e6f23d9bfa12a99407ae5a490eebde0c
Description-en: write WebSocket-capable servers; profiling libraries
Provides a sensible, clean and simple way to write
WebSocket-capable servers in 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: libghc-weigh-dev
Description-md5: 30946e07c27ac379411c585c9ae0eb50
Description-en: measure allocations of a Haskell functions/values
Weigh is a framework for seeing how much a function allocates.
It can weigh pure functions as well as IO actions.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-weigh-doc
Description-md5: f10249cef697fb6a1756fb50e750b701
Description-en: measure allocations of a Haskell functions/values; documentation
Weigh is a framework for seeing how much a function allocates.
It can weigh pure functions as well as IO actions.
.
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-weigh-prof
Description-md5: 476dba3cdf542eb84b95b1e08e4c593c
Description-en: measure allocations of a Haskell functions/values; profiling libraries
Weigh is a framework for seeing how much a function allocates.
It can weigh pure functions as well as IO actions.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-what4-dev
Description-md5: 3db60b8d1bda614c91f4f4250858e1ad
Description-en: Solver-agnostic symbolic values support for issuing queries
What4 is a generic library for representing values as symbolic formulae which
may contain references to symbolic values, representing unknown variables.
It provides support for communicating with a variety of SAT and SMT solvers,
including Z3, CVC4, CVC5, Yices, Boolector, STP, and dReal.
The data representation types make heavy use of GADT-style type indices
to ensure type-correct manipulation of symbolic values.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-what4-doc
Description-md5: d7a2a60b60d2dc168fddef787e1a48c2
Description-en: Solver-agnostic symbolic values support for issuing queries; documentation
What4 is a generic library for representing values as symbolic formulae which
may contain references to symbolic values, representing unknown variables.
It provides support for communicating with a variety of SAT and SMT solvers,
including Z3, CVC4, CVC5, Yices, Boolector, STP, and dReal.
The data representation types make heavy use of GADT-style type indices
to ensure type-correct manipulation of symbolic values.
.
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-what4-prof
Description-md5: 9c03f897312fd39e22038a5ac9bdf43a
Description-en: Solver-agnostic symbolic values support for issuing queries; profiling libraries
What4 is a generic library for representing values as symbolic formulae which
may contain references to symbolic values, representing unknown variables.
It provides support for communicating with a variety of SAT and SMT solvers,
including Z3, CVC4, CVC5, Yices, Boolector, STP, and dReal.
The data representation types make heavy use of GADT-style type indices
to ensure type-correct manipulation of symbolic values.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wherefrom-compat-dev
Description-md5: 38f7cf7082afdecbeb98a16486a2b0e0
Description-en: compatibility layer for GHC's 'wherefrom' function
A compatibility layer for GHC's 'wherefrom' function,
which exposes info provenance information.
Each major version of this library exports
a different version of this interface.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wherefrom-compat-doc
Description-md5: 0dd65ac715c949a7d922c25fff1eb1c7
Description-en: compatibility layer for GHC's 'wherefrom' function; documentation
A compatibility layer for GHC's 'wherefrom' function,
which exposes info provenance information.
Each major version of this library exports
a different version of this interface.
.
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-wherefrom-compat-prof
Description-md5: 3d900eafdf63e35c02c2cde1b01e4e18
Description-en: compatibility layer for GHC's 'wherefrom' function; profiling libraries
A compatibility layer for GHC's 'wherefrom' function,
which exposes info provenance information.
Each major version of this library exports
a different version of this interface.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wide-word-dev
Description-md5: d410f105079daae85b845c0b7ee582a7
Description-en: data types for large but fixed width signed and unsigned integers
A library to provide data types for large (ie > 64 bits) but fixed width signed
and unsigned integers with the usual typeclass instances to allow them to be used
interchangeably with `Word64`.
.
The types and operations are coded to be as fast as possible using strictness
annotations, `INLINEABLE` pragmas and unboxed values and operations where
appropriate.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wide-word-doc
Description-md5: 785817c648de0486ae60ed49e2789da3
Description-en: data types for large but fixed width signed and unsigned integers; documentation
A library to provide data types for large (ie > 64 bits) but fixed width signed
and unsigned integers with the usual typeclass instances to allow them to be used
interchangeably with `Word64`.
.
The types and operations are coded to be as fast as possible using strictness
annotations, `INLINEABLE` pragmas and unboxed values and operations where
appropriate.
.
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-wide-word-prof
Description-md5: 069b316c943c67328cdd3c328bc948cb
Description-en: data types for large but fixed width signed and unsigned integers; profiling libraries
A library to provide data types for large (ie > 64 bits) but fixed width signed
and unsigned integers with the usual typeclass instances to allow them to be used
interchangeably with `Word64`.
.
The types and operations are coded to be as fast as possible using strictness
annotations, `INLINEABLE` pragmas and unboxed values and operations where
appropriate.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-witch-dev
Description-md5: 579faecd7d370938477855c5c39f047f
Description-en: convert values from one type into another
Witch offers typeclasses and utilities to convert values from one
type into another.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-witch-doc
Description-md5: 23873b919eaec5bbf30261050a1293d6
Description-en: convert values from one type into another; documentation
Witch offers typeclasses and utilities to convert values from one
type into another.
.
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-witch-prof
Description-md5: 8aec8697e01a6504d2bddd25773169f3
Description-en: convert values from one type into another; profiling libraries
Witch offers typeclasses and utilities to convert values from one
type into another.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-witherable-dev
Description-md5: d1e89df5bae4d2016a1dbb9eeec783c6
Description-en: filterable traversable for Haskell
A stronger variant of `traverse` which can remove elements and generalised
mapMaybe, catMaybes, and filter.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-witherable-doc
Description-md5: 01a8c0c767f946918409239aeffcae47
Description-en: filterable traversable for Haskell; documentation
A stronger variant of `traverse` which can remove elements and generalised
mapMaybe, catMaybes, and filter.
.
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-witherable-prof
Description-md5: 804ceed8ee4318bcfdb6579970423288
Description-en: filterable traversable for Haskell; profiling libraries
A stronger variant of `traverse` which can remove elements and generalised
mapMaybe, catMaybes, and filter.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wizards-dev
Description-md5: 1d737fb9f8a1955c48f1bda2b1c3b721
Description-en: library for interrogative programs
This library is a package designed for the quick and painless development of
interrogative programs, which revolve around a "dialogue" with the user, who
is asked a series of questions in a sequence much like an installation wizard.
.
Everything from interactive system scripts, to installation wizards, to
full-blown shells can be implemented with the support of wizards.
.
It is developed transparently on top of a free monad, which separates out the
semantics of the program from any particular interface. A variety of backends
exist, including console-based System.Console.Wizard.Haskeline and
System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
also possible to write your own backends, or extend existing back-ends with
new features. While both built-in IO backends operate on a console, there is
no reason why wizards cannot also be used for making GUI wizard interfaces.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wizards-doc
Description-md5: 3cc865cc9d81987c2c2219af62c518a7
Description-en: library for interrogative programs; documentation
This library is a package designed for the quick and painless development of
interrogative programs, which revolve around a "dialogue" with the user, who
is asked a series of questions in a sequence much like an installation wizard.
.
Everything from interactive system scripts, to installation wizards, to
full-blown shells can be implemented with the support of wizards.
.
It is developed transparently on top of a free monad, which separates out the
semantics of the program from any particular interface. A variety of backends
exist, including console-based System.Console.Wizard.Haskeline and
System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
also possible to write your own backends, or extend existing back-ends with
new features. While both built-in IO backends operate on a console, there is
no reason why wizards cannot also be used for making GUI wizard interfaces.
.
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-wizards-prof
Description-md5: 321b5f4de6dcb8fe65fb39b86e00b6ce
Description-en: library for interrogative programs; profiling libraries
This library is a package designed for the quick and painless development of
interrogative programs, which revolve around a "dialogue" with the user, who
is asked a series of questions in a sequence much like an installation wizard.
.
Everything from interactive system scripts, to installation wizards, to
full-blown shells can be implemented with the support of wizards.
.
It is developed transparently on top of a free monad, which separates out the
semantics of the program from any particular interface. A variety of backends
exist, including console-based System.Console.Wizard.Haskeline and
System.Console.Wizard.BasicIO, and the pure System.Console.Wizard.Pure. It is
also possible to write your own backends, or extend existing back-ends with
new features. While both built-in IO backends operate on a console, there is
no reason why wizards cannot also be used for making GUI wizard interfaces.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wl-pprint-annotated-dev
Description-md5: b05ed5e96996b94a7e6f93a736cedcaf
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API
Wadler/Leijen pretty printer with annotations and slightly modernized API
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wl-pprint-annotated-doc
Description-md5: 4f8995b557e2269f7d469a3e24f87ab1
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API; documentation
Wadler/Leijen pretty printer with annotations and slightly modernized API
.
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-wl-pprint-annotated-prof
Description-md5: 8be12abf143b59bea1fb73a45af7d622
Description-en: Wadler/Leijen pretty printer with annotations and slightly modernized API; profiling libraries
Wadler/Leijen pretty printer with annotations and slightly modernized API
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wl-pprint-text-dev
Description-md5: fdbfb978214409acbfe17dd408b6e668
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell
This Haskell library provides a clone of wl-pprint for use with the
text library.
.
This package contains the normal library files.
Package: libghc-wl-pprint-text-doc
Description-md5: 52ee8a3feaf688a7f1f26171685cf132
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell; documentation
This Haskell library provides a clone of wl-pprint for use with the
text library.
.
This package contains the documentation files.
Package: libghc-wl-pprint-text-prof
Description-md5: 9dc38769978ecb66bd1d64ca38834760
Description-en: Wadler/Leijen Pretty Printer for Text values in Haskell; profiling libraries
This Haskell library provides a clone of wl-pprint for use with the
text library.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-word-trie-dev
Description-md5: a5ea28af58e2b980df3bb3cde50b627a
Description-en: implementation of a finite trie over words
This is a Haskell library providing an implementation of a finite trie
over words.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-word-trie-doc
Description-md5: 69ce55ace79a7e1afbaf8d9e3482b393
Description-en: implementation of a finite trie over words; documentation
This is a Haskell library providing an implementation of a finite trie
over words.
.
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-word-trie-prof
Description-md5: 2ad18ef2e391ab9ba16ef0ad8de3f80f
Description-en: implementation of a finite trie over words; profiling libraries
This is a Haskell library providing an implementation of a finite trie
over words.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-word-wrap-dev
Description-md5: 52f4fdcf220b3db29b3f1f37340df65c
Description-en: library for word-wrapping
A library for wrapping long lines of text.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-word-wrap-doc
Description-md5: c4e9a28ae5998864b1eeb974bea56a95
Description-en: library for word-wrapping; documentation
A library for wrapping long lines of text.
.
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-word-wrap-prof
Description-md5: 17fcf9304be9d62d5a7a6d3e4fbe1e7b
Description-en: library for word-wrapping; profiling libraries
A library for wrapping long lines of text.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-word8-dev
Description-md5: 5e1015ad8fd3d35c1fec6d4349077ed8
Description-en: Char-like utility functions for Word8s to be used with ByteStrings
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-word8-doc
Description-md5: af6035e5e1baf2a5554dc6fd1ee35f1b
Description-en: functions for Word8s to be used with ByteStrings; documentation
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
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-word8-prof
Description-md5: 83c53efb69454ae2e94350ae7911162f
Description-en: functions for Word8s to be used with ByteStrings; profiling libraries
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wreq-dev
Description-md5: 27ff035d58ac688b6de1ff37f59b1e6d
Description-en: easy-to-use HTTP client library
A web client library that is designed for ease of use.
.
Features include:
* Simple but powerful `lens`-based API
* A solid test suite, and built on reliable libraries like
http-client and lens
* Session handling includes connection keep-alive and pooling, and
cookie persistence
* Automatic response body decompression
* Powerful multipart form and file upload handling
* Support for JSON requests and responses, including navigation of
schema-less responses
* Basic and OAuth2 bearer authentication
* Early TLS support via the tls package
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-wreq-doc
Description-md5: d9923d20334e4bd748138f6be04d14a3
Description-en: easy-to-use HTTP client library; documentation
A web client library that is designed for ease of use.
.
Features include:
* Simple but powerful `lens`-based API
* A solid test suite, and built on reliable libraries like
http-client and lens
* Session handling includes connection keep-alive and pooling, and
cookie persistence
* Automatic response body decompression
* Powerful multipart form and file upload handling
* Support for JSON requests and responses, including navigation of
schema-less responses
* Basic and OAuth2 bearer authentication
* Early TLS support via the tls package
.
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-wreq-prof
Description-md5: 641dbabc6a45cc73269e7fa558b1f661
Description-en: easy-to-use HTTP client library; profiling libraries
A web client library that is designed for ease of use.
.
Features include:
* Simple but powerful `lens`-based API
* A solid test suite, and built on reliable libraries like
http-client and lens
* Session handling includes connection keep-alive and pooling, and
cookie persistence
* Automatic response body decompression
* Powerful multipart form and file upload handling
* Support for JSON requests and responses, including navigation of
schema-less responses
* Basic and OAuth2 bearer authentication
* Early TLS support via the tls package
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x11-dev
Description-md5: 03f08778af5b67472b45be4347af0d95
Description-en: Haskell X11 binding for GHC
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at .
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x11-doc
Description-md5: e1c0169cc96bd17c8fad44624565450f
Description-en: Haskell X11 binding for GHC; documentation
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at .
.
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-x11-prof
Description-md5: d7eafcc06a005d711c7e733584431184
Description-en: Haskell X11 binding for GHC; profiling libraries
This library is a binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at .
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-dev
Description-md5: 1d4ebbcb46ac08266f428dadf0b0b93e
Description-en: X.509 reader and writer
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-doc
Description-md5: a076cecfa4fd76673022bc09e9eaaedb
Description-en: X.509 reader and writer; documentation
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
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-x509-prof
Description-md5: 063557e82bc78ea6525ff13800141056
Description-en: X.509 reader and writer; profiling libraries
Reads/writes X.509 Certificate, CRLs and their signed equivalents.
Follows RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-store-dev
Description-md5: 62a2b7c277f7a362acc99d1328606d8a
Description-en: X.509 collection access and storage methods
X.509 collection access and storage methods for certificates,
CRLs, and exception lists.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-store-doc
Description-md5: 83310ba678a6dd37bac03678386505bd
Description-en: X.509 collection access and storage methods; documentation
X.509 collection access and storage methods for certificates,
CRLs, and exception lists.
.
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-x509-store-prof
Description-md5: d70a704806ee847c3a8b889c5be827d7
Description-en: X.509 collection access and storage methods; profiling libraries
X.509 collection access and storage methods for certificates,
CRLs, and exception lists.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-system-dev
Description-md5: c432b185f5b5e1b88f084f9a6d677baf
Description-en: per-operating-system X.509 accessors and storage
This is meant to be a portable way of finding and accessing
the system X.509 certificate store.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-system-doc
Description-md5: 1784606ea4875203f63f4c2b43455e95
Description-en: per-operating-system X.509 accessors and storage; documentation
This is meant to be a portable way of finding and accessing
the system X.509 certificate store.
.
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-x509-system-prof
Description-md5: d769f65ee383e297c2b5e8a4d2f51795
Description-en: per-operating-system X.509 accessors and storage; profiling libraries
This is meant to be a portable way of finding and accessing
the system X.509 certificate store.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-validation-dev
Description-md5: 99fa622b3421fbdd3eaa5e66d8fd2194
Description-en: X.509 certificate and CRL validation
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-x509-validation-doc
Description-md5: c632db270009abcdbd0b081cf88979b8
Description-en: X.509 certificate and CRL validation; documentation
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
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-x509-validation-prof
Description-md5: e11189e66ad39bf596b2fcd7b3a9915c
Description-en: X.509 certificate and CRL validation; profiling libraries
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xcb-types-dev
Description-md5: 86f0ea685fba2799b27db4f4b00d1bc5
Description-en: parses XML files used by the XCB project
This package provides types which mirror the structures used in the XCB code
generation XML files.
.
See project http://xcb.freedesktop.org/ for more information about the XCB
project.
.
The XML files describe the data-types, events and requests used by the X
Protocol, and are used to auto-generate large parts of the XCB project.
.
This package parses these XML files into Haskell data structures.
.
If you want to do something with these XML descriptions but don't want to
learn XSLT, this package should help.
.
This version of xcb-types is intended to fully parse the X Protocol
description version 1.4.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xcb-types-doc
Description-md5: 07052c8378551ccd0efe1cfb35a44f7c
Description-en: parses XML files used by the XCB project; documentation
This package provides types which mirror the structures used in the XCB code
generation XML files.
.
See project http://xcb.freedesktop.org/ for more information about the XCB
project.
.
The XML files describe the data-types, events and requests used by the X
Protocol, and are used to auto-generate large parts of the XCB project.
.
This package parses these XML files into Haskell data structures.
.
If you want to do something with these XML descriptions but don't want to
learn XSLT, this package should help.
.
This version of xcb-types is intended to fully parse the X Protocol
description version 1.4.
.
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-xcb-types-prof
Description-md5: e210054dc3b70b4ae23760021614f92b
Description-en: parses XML files used by the XCB project; profiling libraries
This package provides types which mirror the structures used in the XCB code
generation XML files.
.
See project http://xcb.freedesktop.org/ for more information about the XCB
project.
.
The XML files describe the data-types, events and requests used by the X
Protocol, and are used to auto-generate large parts of the XCB project.
.
This package parses these XML files into Haskell data structures.
.
If you want to do something with these XML descriptions but don't want to
learn XSLT, this package should help.
.
This version of xcb-types is intended to fully parse the X Protocol
description version 1.4.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xdg-basedir-dev
Description-md5: 21f90c6536b55cd88911c2156ba0ac9a
Description-en: basic implementation of the XDG Base Directory specification
This should be a very straightforward implementation of the XDG Base
Directory spec.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xdg-basedir-doc
Description-md5: edcd48d2ced8ec1e43f0732e400499e5
Description-en: basic implementation of the XDG Base Directory specification; documentation
This should be a very straightforward implementation of the XDG Base
Directory spec.
.
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-xdg-basedir-prof
Description-md5: 71835e2df1c97c83b94b28bc0dfe815c
Description-en: basic implementation of the XDG Base Directory spec; profiling libraries
This should be a very straightforward implementation of the XDG Base
Directory spec.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xdg-desktop-entry-dev
Description-md5: 35628966d5e845a28bf3601f79573fb6
Description-en: parse files conforming to the XDG desktop entry spec
Parser for version 1.2 of the freedesktop "Desktop Entry specification"
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xdg-desktop-entry-doc
Description-md5: d3a54c22c8219adc3bf71cfac3b9859d
Description-en: parse files conforming to the XDG desktop entry spec; documentation
Parser for version 1.2 of the freedesktop "Desktop Entry specification"
.
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-xdg-desktop-entry-prof
Description-md5: e320747b3d0d8072fbfcfb1b7bd73ab8
Description-en: parse files conforming to the XDG desktop entry spec; profiling libraries
Parser for version 1.2 of the freedesktop "Desktop Entry specification"
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xeno-dev
Description-md5: 38b0109523a5da82dba18360b4fdd092
Description-en: Fast event-based XML parser in pure Haskell
A fast, low-memory use, event-based XML parser in pure Haskell.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xeno-doc
Description-md5: 42e77d5d056c4b551649aad2dd7559bc
Description-en: Fast event-based XML parser in pure Haskell; documentation
A fast, low-memory use, event-based XML parser in pure Haskell.
.
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-xeno-prof
Description-md5: fffcd6e17cc1687c55fca258070dc50e
Description-en: Fast event-based XML parser in pure Haskell; profiling libraries
A fast, low-memory use, event-based XML parser in pure 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: libghc-xlsx-dev
Description-md5: 9511b4abfd5e425741cbbb647978ab37
Description-en: Simple and incomplete Excel file parser/writer
This library can help you to get some data read and written in Office
Open XML xlsx format. Small subset of xlsx format is supported.
.
For examples look into "Codec.Xlsx".
.
Format is covered by ECMA-376 standard:
.
4th edition of the standard with the transitional schema is used for this library.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xlsx-doc
Description-md5: 320a5376ae35ba9b507c341198def75f
Description-en: Simple and incomplete Excel file parser/writer; documentation
This library can help you to get some data read and written in Office
Open XML xlsx format. Small subset of xlsx format is supported.
.
For examples look into "Codec.Xlsx".
.
Format is covered by ECMA-376 standard:
.
4th edition of the standard with the transitional schema is used for this library.
.
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-xlsx-prof
Description-md5: 0709eb28c4dd5f9d18eba1bed370e2fa
Description-en: Simple and incomplete Excel file parser/writer; profiling libraries
This library can help you to get some data read and written in Office
Open XML xlsx format. Small subset of xlsx format is supported.
.
For examples look into "Codec.Xlsx".
.
Format is covered by ECMA-376 standard:
.
4th edition of the standard with the transitional schema is used for this library.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-dev
Description-md5: 31f05e92091af9349f59312434c2d4ca
Description-en: HTTP client package with conduit interface and HTTPS support
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-doc
Description-md5: 3f877feec0efbcb17c998e93cd241ecd
Description-en: HTTP client package with conduit interface and HTTPS support; documentation
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
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-xml-conduit-prof
Description-md5: d6b34f6d63b191f08f219b68c0a21d40
Description-en: HTTP/HTTPS client package with conduit interface; profiling libraries
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/xml-conduit
for more information.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-writer-dev
Description-md5: 96fbf82cefead1987c27c7e52ba2fe01
Description-en: warm and fuzzy creation of XML documents
Functions for creating an XML document tree representation that can
then be rendered to XML.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-conduit-writer-doc
Description-md5: 21f1c590b6d8b886a9461bd3f0e671ee
Description-en: warm and fuzzy creation of XML documents; documentation
Functions for creating an XML document tree representation that can
then be rendered to XML.
.
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-xml-conduit-writer-prof
Description-md5: 9b8040b259d1fce74587390dec8f8d92
Description-en: warm and fuzzy creation of XML documents; profiling libraries
Functions for creating an XML document tree representation that can
then be rendered to XML.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-dev
Description-md5: 7c2c9e6fdcf25522cbedbfaf3bcdefcd
Description-en: A simple Haskell XML library
This library provides lightweight tools to parse, filter and generate XML.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-doc
Description-md5: f56adc96a3526e80cb50565e256ff1d2
Description-en: A simple Haskell XML library; documentation
This library provides lightweight tools to parse, filter and generate XML.
.
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-xml-hamlet-dev
Description-md5: 269e97bfeb981bc67fecc1c42f03a2e9
Description-en: Hamlet-style quasiquoter for XML content
This library provides a type-safe tool for generating XML code. It works
via Quasi-Quoting, and generates extremely efficient output code.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-hamlet-doc
Description-md5: 50d5df79b46847f0abc207212585b63e
Description-en: Hamlet-style quasiquoter for XML content; documentation
This library provides a type-safe tool for generating XML code. It works
via Quasi-Quoting, and generates extremely efficient output code.
.
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-xml-hamlet-prof
Description-md5: 70c0f602cd1c0c47892082c7aa14ed27
Description-en: Hamlet-style quasiquoter for XML content; profiling libraries
This library provides a type-safe tool for generating XML code. It works
via Quasi-Quoting, and generates extremely efficient output code.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-helpers-dev
Description-md5: 21d12ca94c58bffcbc9133b49151897b
Description-en: helper functions for the xml library
Included are some folds and maps potentially useful in parsing XML data.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-helpers-doc
Description-md5: 84fa15a420fa09a51ccd86abb1f170f4
Description-en: helper functions for the xml library; documentation
Included are some folds and maps potentially useful in parsing XML data.
.
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-xml-helpers-prof
Description-md5: fb74884c5ac6e17d0359320076111346
Description-en: helper functions for the xml library; profiling libraries
Included are some folds and maps potentially useful in parsing XML data.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-html-qq-dev
Description-md5: 80b72a8406251c59bd0c44c28637b2fd
Description-en: quasi-quoters for XML and HTML Documents
This package provides quasi-quoters for HTML and XML, both
with and without variable interpolation and control statements.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-html-qq-doc
Description-md5: 91c386428b72f2638ccbbbd2ab2dab61
Description-en: quasi-quoters for XML and HTML Documents; documentation
This package provides quasi-quoters for HTML and XML, both
with and without variable interpolation and control statements.
.
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-xml-html-qq-prof
Description-md5: 8feae6415588fcf64c8609a9bcbc5b0c
Description-en: quasi-quoters for XML and HTML Documents; profiling libraries
This package provides quasi-quoters for HTML and XML, both
with and without variable interpolation and control statements.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-prof
Description-md5: 310049bbd882463c94db537f75d5ca2e
Description-en: A simple Haskell XML library; profiling libraries
This library provides lightweight tools to parse, filter and generate XML.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-types-dev
Description-md5: 933d99034a84f3b3f47849322a26c65c
Description-en: basic types for representing XML
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
types can thus interoperate easily.
.
This library contains complete types for most parts of an XML
document, including the prologue, node tree, and doctype. Some basic
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xml-types-doc
Description-md5: 7b47e7ecf279a428ba471091a8f8ad1b
Description-en: basic types for representing XML; documentation
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
types can thus interoperate easily.
.
This library contains complete types for most parts of an XML
document, including the prologue, node tree, and doctype. Some basic
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
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-xml-types-prof
Description-md5: 93162781ffcc5854814578688b5c6b1a
Description-en: basic types for representing XML; profiling libraries
The idea is to have a full set of appropriate types, which various
XML libraries can share. Instead of having equivalent-but-incompatible
types for every binding, parser, or client, they all share the same
types can thus interoperate easily.
.
This library contains complete types for most parts of an XML
document, including the prologue, node tree, and doctype. Some basic
combinators are included for common tasks, including traversing the
node tree and filtering children.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmlgen-dev
Description-md5: 39a6dffd0ee4abcd1afe191dec315384
Description-en: fast XML generation library
Library for high-performance XML generation.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmlgen-doc
Description-md5: 64f09a6dad58a588ac466994e5a6ad0c
Description-en: fast XML generation library; documentation
Library for high-performance XML generation.
.
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-xmlgen-prof
Description-md5: 621d01705aeba40a4b3573cecd14fe12
Description-en: fast XML generation library; profiling libraries
Library for high-performance XML generation.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmlhtml-dev
Description-md5: 39e7b76f58f46eced3e94f2f071c9574
Description-en: XML parser and renderer with HTML 5 quirks mode
Contains renderers and parsers for both XML and HTML 5 document
fragments, which share data structures so that it's easy to work with
both. Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).
.
Note that this is not a compliant HTML 5 parser. Rather, it is a
parser for HTML 5 compliant documents. It does not implement the HTML
5 parsing algorithm, and should generally be expected to perform
correctly only on documents that you trust to conform to HTML 5. This
is not a suitable library for implementing web crawlers or other
software that will be exposed to documents from outside sources. The
result is also not the HTML 5 node structure, but rather something
closer to the physical structure. For example, omitted start tags are
not inserted (and so, their corresponding end tags must also be
omitted).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmlhtml-doc
Description-md5: dd7faa836df1da44489af6736b6a837e
Description-en: XML parser and renderer with HTML 5 quirks mode; documentation
Contains renderers and parsers for both XML and HTML 5 document
fragments, which share data structures so that it's easy to work with
both. Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).
.
Note that this is not a compliant HTML 5 parser. Rather, it is a
parser for HTML 5 compliant documents. It does not implement the HTML
5 parsing algorithm, and should generally be expected to perform
correctly only on documents that you trust to conform to HTML 5. This
is not a suitable library for implementing web crawlers or other
software that will be exposed to documents from outside sources. The
result is also not the HTML 5 node structure, but rather something
closer to the physical structure. For example, omitted start tags are
not inserted (and so, their corresponding end tags must also be
omitted).
.
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-xmlhtml-prof
Description-md5: 62d6273bf18c18689ebb0d2392f3f1da
Description-en: XML parser and renderer with HTML 5 quirks mode; profiling libraries
Contains renderers and parsers for both XML and HTML 5 document
fragments, which share data structures so that it's easy to work with
both. Document fragments are bits of documents, which are not
constrained by some of the high-level structure rules (in particular,
they may contain more than one root element).
.
Note that this is not a compliant HTML 5 parser. Rather, it is a
parser for HTML 5 compliant documents. It does not implement the HTML
5 parsing algorithm, and should generally be expected to perform
correctly only on documents that you trust to conform to HTML 5. This
is not a suitable library for implementing web crawlers or other
software that will be exposed to documents from outside sources. The
result is also not the HTML 5 node structure, but rather something
closer to the physical structure. For example, omitted start tags are
not inserted (and so, their corresponding end tags must also be
omitted).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmonad-contrib-dev
Description-md5: 974fe40f0fb1e57fa65270d1e9506790
Description-en: Extensions to xmonad
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to build your custom configured xmonad
binary.
Package: libghc-xmonad-contrib-doc
Description-md5: 93a68a39d8db9e574cfea7042d22786c
Description-en: Extensions to xmonad; documentation
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package contains the documentation for building your custom
configured xmonad binary as well as example configuration files.
Package: libghc-xmonad-contrib-prof
Description-md5: dc4a6b1eabfe7f0ac86c6a1d9c5b8860
Description-en: Extensions to xmonad; profiling libraries
This is a huge extensions library for xmonad, providing alternative
layout algorithms, key bindings, extended operations, and much more.
.
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to profile your custom configured xmonad
binary.
Package: libghc-xmonad-dev
Description-md5: bdf0987921d4b9e7778995694cd01337
Description-en: Lightweight X11 window manager
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to build your custom configured xmonad
binary.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xmonad-doc
Description-md5: 3e58cea26774e4927ecd5b6e33cd8cbb
Description-en: Lightweight X11 window manager; documentation
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package contains the documentation for building your custom
configured xmonad binary as well as example configuration files.
.
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-xmonad-prof
Description-md5: 1022d6ae13afbcb5cfd9be973454c43f
Description-en: Lightweight X11 window manager; profiling libraries
Xmonad is a minimalist tiling window manager for X, written in
Haskell. Windows are managed using automatic layout algorithms,
which can be dynamically reconfigured. At any time windows are
arranged so as to maximise the use of screen real estate. All
features of the window manager are accessible purely from the
keyboard: a mouse is entirely optional. Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user
in config files. A principle of Xmonad is predictability: the user
should know in advance precisely the window arrangement that will
result from any action.
.
This package is what you need to profile your custom configured xmonad
binary.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xss-sanitize-dev
Description-md5: 3db851cf55d8ce06e5c4765ce4c68eaa
Description-en: Library to sanitize HTML and prevent XSS attacks
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
HTML code coming from an untrusted party.
.
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-xss-sanitize-doc
Description-md5: 2ed79808f4ad62e75dc1ceb4f9d51f92
Description-en: Library to sanitize HTML and prevent XSS attacks; documentation
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
HTML code coming from an untrusted party.
.
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
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-xss-sanitize-prof
Description-md5: 6e241caed4116f90c817d58c32907f85
Description-en: Library to sanitize HTML and prevent XSS attacks; profiling libraries
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
(Cross-Site Scripting). It can be used in a Web application when using
HTML code coming from an untrusted party.
.
Moreover, this library is also able to check for unbalanced tags and
tries to fix them (even though it could produce invalid HTML).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yaml-dev
Description-md5: c52d32b6d684c0670eafd3c06a7f93d3
Description-en: interface to LibYAML
Provides support for parsing and emitting Yaml documents.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yaml-doc
Description-md5: 55ef3120ddfe7615696cfeeed401468f
Description-en: interface to LibYAML; documentation
Provides support for parsing and emitting Yaml documents.
.
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-yaml-prof
Description-md5: a21686e61c32acedae4a323847bcf139
Description-en: interface to LibYAML; profiling libraries
Provides support for parsing and emitting Yaml documents.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-auth-dev
Description-md5: 403b8876fc915768044c10300e9e69c4
Description-en: authentication for Yesod
yesod-auth is the authentication component of Yesod.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-auth-doc
Description-md5: 64af917cff8f1826f883fc583f4559bb
Description-en: authentication for Yesod; documentation
yesod-auth is the authentication component of Yesod.
.
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-yesod-auth-hashdb-dev
Description-md5: bee7a6344b4a1e5c7da3e095ac21a767
Description-en: HashDB authentication plugin for Yesod web framework
This package is the Yesod.Auth.HashDB plugin, originally included in
yesod-auth, but now modified to be more secure and placed in a
separate package.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-auth-hashdb-doc
Description-md5: 76b39dde1c4701eaa843b4ba6ba8072c
Description-en: HashDB authentication plugin for Yesod web framework; documentation
This package is the Yesod.Auth.HashDB plugin, originally included in
yesod-auth, but now modified to be more secure and placed in a
separate package.
.
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-yesod-auth-hashdb-prof
Description-md5: 78dbf5fdb66763f6469245a8d140c381
Description-en: HashDB authentication plugin for Yesod web framework; profiling libraries
This package is the Yesod.Auth.HashDB plugin, originally included in
yesod-auth, but now modified to be more secure and placed in a
separate package.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-auth-oauth-dev
Description-md5: 8e1fadea7dfdcac8c3a12d56b874a09e
Description-en: OAuth Authentication for Yesod
OAuth authentication for Yesod.
.
This package contains the normal library files.
Package: libghc-yesod-auth-oauth-doc
Description-md5: 675aeb3e4c7b5348e823225f11eac9d4
Description-en: OAuth Authentication for Yesod; documentation
OAuth authentication for Yesod.
.
This package contains the documentation files.
Package: libghc-yesod-auth-oauth-prof
Description-md5: 785abeb22e835b92ae7c45b679e7d3f7
Description-en: OAuth Authentication for Yesod; profiling libraries
OAuth authentication for Yesod.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-yesod-auth-prof
Description-md5: a17bc25b2506a968225615d547c37908
Description-en: authentication for Yesod; profiling libraries
yesod-auth is the authentication component of Yesod.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-core-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-core-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
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-yesod-core-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-default-dev
Description-md5: 71eb7823b1b379701a4e934c6940d9a7
Description-en: default config and main functions for your Yesod application
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
.
This package contains the normal library files.
Package: libghc-yesod-default-doc
Description-md5: e544e438efbdf7e24646614d52d4c1cc
Description-en: default config and main functions for your Yesod application; documentation
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
.
This package contains the documentation files.
Package: libghc-yesod-default-prof
Description-md5: eaf5c7c902b7b2c2f87c0ac784f9dfd8
Description-en: default config/main functions for your Yesod application; profiling libraries
This is a temporary shim to make things easier for git-annex.
It serves no other purpose.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-yesod-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
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-yesod-form-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-form-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
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-yesod-form-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-newsfeed-dev
Description-md5: dd11ece21b1aefee3a29792edbd2e8cf
Description-en: helper functions and data types for producing newsfeeds
Helper functions and data types for producing newsfeeds (Atom and RSS).
.
This package contains the normal library files.
Package: libghc-yesod-newsfeed-doc
Description-md5: 4336b82fccd9ab3581886d85f245333c
Description-en: helper functions and data types for producing newsfeeds; documentation
Helper functions and data types for producing newsfeeds (Atom and RSS).
.
This package contains the documentation files.
Package: libghc-yesod-newsfeed-prof
Description-md5: 1822df69fc1f8968dcbdfb7f66fc7e05
Description-en: helper functions and data types for producing newsfeeds; profiling libraries
Helper functions and data types for producing newsfeeds (Atom and RSS).
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-yesod-persistent-dev
Description-md5: 36103ac9effb0f33a22ed1caa8a0898d
Description-en: framework for type-safe, RESTful web applications
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-persistent-doc
Description-md5: 152554b907b9d4f378b6ba9aff5b0266
Description-en: framework for type-safe, RESTful web applications; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
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-yesod-persistent-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-prof
Description-md5: 78be51bdb83f5f5ab443183c7bf1da2b
Description-en: framework for type-safe, RESTful web applications; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-static-dev
Description-md5: bcfcc2680f86466f569fbe5e7e1f4200
Description-en: Static file serving subsite for Yesod Web Framework.
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides static file serving functionality for the Yesod
Web Framework.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-static-doc
Description-md5: 9b307ad78648126c52d62116d33df6d9
Description-en: Static file serving subsite for Yesod Web Framework; documentation
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides static file serving functionality for the Yesod
Web Framework.
.
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-yesod-static-prof
Description-md5: 35cfe99dc2822366ebf77cedf7464c72
Description-en: Static file serving subsite for Yesod Web Framework; profiling libraries
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
It also affords space efficient code and portability to many
deployment backends, from CGI to stand-alone serving.
.
This package provides static file serving functionality for the Yesod
Web Framework.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yesod-test-dev
Description-md5: 7e7f4a4f5a20c321a1064d2dc8a24638
Description-en: integration testing for WAI/Yesod applications
Behavior-oriented integration testing for Yesod applications.
.
This package contains the normal library files.
Package: libghc-yesod-test-doc
Description-md5: 759b19a853f6eef1ccba29e9c4daa483
Description-en: integration testing for WAI/Yesod applications; documentation
Behavior-oriented integration testing for Yesod applications.
.
This package contains the documentation files.
Package: libghc-yesod-test-prof
Description-md5: 9a165bcc6d02054ec0cb82e4c0bcfe8d
Description-en: integration testing for WAI/Yesod applications; profiling libraries
Behavior-oriented integration testing for Yesod applications.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-yi-core-dev
Description-md5: 82fc8fd1c08e776fc9c19f9b32d49e8b
Description-en: Yi editor core library
Core types and functions for the Yi editor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-core-doc
Description-md5: 31d7a5a82a4808631d29fdbca394d140
Description-en: Yi editor core library; documentation
Core types and functions for the Yi editor.
.
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-yi-core-prof
Description-md5: 201e7fc752eca239ea766134e076aeef
Description-en: Yi editor core library; profiling libraries
Core types and functions for the Yi editor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-frontend-vty-dev
Description-md5: 6534d0657213f6986fc0f98ab27c95f9
Description-en: Vty frontend for Yi editor
This package contains the Vty frontend for Yi editor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-frontend-vty-doc
Description-md5: 282d040629cab5bf763f5d3d289e6901
Description-en: Vty frontend for Yi editor; documentation
This package contains the Vty frontend for Yi editor.
.
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-yi-frontend-vty-prof
Description-md5: 13d33d3bebf0f07f6d823e81e9e39499
Description-en: Vty frontend for Yi editor; profiling libraries
This package contains the Vty frontend for Yi editor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-keymap-emacs-dev
Description-md5: 91a741f61a5b4decbb3637d1d7c45648
Description-en: Emacs keymap for Yi editor
Emacs key bindings for the Yi editor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-keymap-emacs-doc
Description-md5: 19422e8047de579eb913b9245497bceb
Description-en: Emacs keymap for Yi editor; documentation
Emacs key bindings for the Yi editor.
.
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-yi-keymap-emacs-prof
Description-md5: 68b9a2d5ad92d5e2255ac07e06ae19b6
Description-en: Emacs keymap for Yi editor; profiling libraries
Emacs key bindings for the Yi editor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-keymap-vim-dev
Description-md5: 7a03f889e6b69f1cbbe845c586fec0aa
Description-en: Vim keymap for Yi editor
VIm key bindings for the Yi editor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-keymap-vim-doc
Description-md5: f6015cf8db99202dfb0a2faa1c9f3851
Description-en: Vim keymap for Yi editor; documentation
VIm key bindings for the Yi editor.
.
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-yi-keymap-vim-prof
Description-md5: 6f2249e5c0218ca07279475f6e3f2f2d
Description-en: Vim keymap for Yi editor; profiling libraries
VIm key bindings for the Yi editor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-language-dev
Description-md5: c9e4e704b476f7d35f5ace6e4adfa4e2
Description-en: collection of language-related Yi libraries.
This is a Haskell library providing a collection of language-related Yi
libraries: lexers, scanners…
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-language-doc
Description-md5: f56164d9cf7960174d8fcaf1293bbeca
Description-en: collection of language-related Yi libraries.; documentation
This is a Haskell library providing a collection of language-related Yi
libraries: lexers, scanners…
.
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-yi-language-prof
Description-md5: d9ee67d9c9b5b0fd8b3490be1fd2fcdf
Description-en: collection of language-related Yi libraries.; profiling libraries
This is a Haskell library providing a collection of language-related Yi
libraries: lexers, scanners…
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-misc-modes-dev
Description-md5: b3f33f12f1d84365818e0c17b5a2228f
Description-en: Yi editor miscellaneous modes
Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-misc-modes-doc
Description-md5: 8e82f1b13fc1c216db1d46b9364d8342
Description-en: Yi editor miscellaneous modes; documentation
Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
.
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-yi-misc-modes-prof
Description-md5: ec2d4dd4872bdd0155eec6a6bc36cc04
Description-en: Yi editor miscellaneous modes; profiling libraries
Yi modes for C, ObjC, C++, Cabal, Clojure, Srmc, Git, SVN, OCaml,
Perl, Ruby, Python, JSON, GNU Make, Ott, and Whitespace.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-mode-haskell-dev
Description-md5: 89061baf724705426bbaa0c3acae188e
Description-en: Yi editor haskell mode
This package contains the Haskell mode for Yi editor.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-mode-haskell-doc
Description-md5: b672430cdec154c1b9aeb5641cad4876
Description-en: Yi editor haskell mode; documentation
This package contains the Haskell mode for Yi editor.
.
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-yi-mode-haskell-prof
Description-md5: 4319c7d304a8419120e8db04bec21ddc
Description-en: Yi editor haskell mode; profiling libraries
This package contains the Haskell mode for Yi editor.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-mode-javascript-dev
Description-md5: 5e9030d232b53ad5705393c817773206
Description-en: Yi editor javascript mode
JavaScript mode for Yi.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-mode-javascript-doc
Description-md5: aac66b07b8395128acdab6c03ef806db
Description-en: Yi editor javascript mode; documentation
JavaScript mode for Yi.
.
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-yi-mode-javascript-prof
Description-md5: 0a0bfbb63544bc19d93a25e5d5e5288c
Description-en: Yi editor javascript mode; profiling libraries
JavaScript mode for Yi.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-rope-dev
Description-md5: 548c0074fa246736da729d2a38422c97
Description-en: Rope data structure used by Yi
This is a Haskell library providing a rope data structure used by Yi
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-yi-rope-doc
Description-md5: 6cfe0eceda2562c6985487e91f049caa
Description-en: Rope data structure used by Yi; documentation
This is a Haskell library providing a rope data structure used by Yi
.
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-yi-rope-prof
Description-md5: e8a48edd618d73c793a0e135037e0cf8
Description-en: Rope data structure used by Yi; profiling libraries
This is a Haskell library providing a rope data structure used by Yi
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zenc-dev
Description-md5: 6b6fb199f88e7546b104f3c3cd633719
Description-en: GHC style name Z-encoding and Z-decoding
Implements GHC's name mangling. This code was taken
directly from the GHC source.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zenc-doc
Description-md5: edac26dba77bde14d017684c5bdb494b
Description-en: GHC style name Z-encoding and Z-decoding; documentation
Implements GHC's name mangling. This code was taken
directly from the GHC source.
.
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-zenc-prof
Description-md5: ccb93e7f23e81d3c43c0483649297515
Description-en: GHC style name Z-encoding and Z-decoding; profiling libraries
Implements GHC's name mangling. This code was taken
directly from the GHC source.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zeromq4-haskell-dev
Description-md5: 87198de538e59abf8cca81ba0d034567
Description-en: bindings to ZeroMQ 4.x
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products.
.
0MQ sockets provide an abstraction of asynchronous message queues, multiple
messaging patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zeromq4-haskell-doc
Description-md5: c9f7911b1786e25eca991458ea2de367
Description-en: bindings to ZeroMQ 4.x; documentation
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products.
.
0MQ sockets provide an abstraction of asynchronous message queues, multiple
messaging patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
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-zeromq4-haskell-prof
Description-md5: 87850b15141153d69b29c3308f225cdb
Description-en: bindings to ZeroMQ 4.x; profiling libraries
The 0MQ lightweight messaging kernel is a library which extends the standard
socket interfaces with features traditionally provided by specialised
messaging middleware products.
.
0MQ sockets provide an abstraction of asynchronous message queues, multiple
messaging patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-archive-dev
Description-md5: e88d913ad0eed98ba0296ddbe0dc75a8
Description-en: library to create, modify and extract files from zip archives
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-archive-doc
Description-md5: 1c1e56324a5210ca97c9fea553c78e96
Description-en: library to create, modify and extract files from zip archives; documentation
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
.
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-zip-archive-prof
Description-md5: 920174d2a71d53c759b8da979dd964b3
Description-en: library to create and modify zip archives; profiling libraries
The zip-archive library provides functions for creating, modifying, and
extracting files from zip archives.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-dev
Description-md5: 8672baf79672772909fc2ffe920a26d4
Description-en: Operations on zip archives
This Haskell library performs operations on zip archives.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-doc
Description-md5: ff1997a42cbb3a12435506c71e57a5a7
Description-en: Operations on zip archives; documentation
This Haskell library performs operations on zip archives.
.
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-zip-prof
Description-md5: 13558acbcc9191f6221687b7704d5a99
Description-en: Operations on zip archives; profiling libraries
This Haskell library performs operations on zip archives.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-stream-dev
Description-md5: 1fffabfd4a4b00ec95bb608cab5d3ba5
Description-en: ZIP archive streaming using conduits
Process (extract and create) zip files as streams (e.g., over the network),
accessing contained files without having to write the zip file to disk (unlike
zip-conduit).
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zip-stream-doc
Description-md5: fc1df4cca07966b7a4a961ed95e3ff40
Description-en: ZIP archive streaming using conduits; documentation
Process (extract and create) zip files as streams (e.g., over the network),
accessing contained files without having to write the zip file to disk (unlike
zip-conduit).
.
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-zip-stream-prof
Description-md5: 9d689cb6a708556ee1fa69c5e36761f1
Description-en: ZIP archive streaming using conduits; profiling libraries
Process (extract and create) zip files as streams (e.g., over the network),
accessing contained files without having to write the zip file to disk (unlike
zip-conduit).
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zlib-bindings-dev
Description-md5: 6d24fee6dafedcfc9b17d2515217bf0f
Description-en: low-level bindings to zlib
It provides necessary functions for producing a streaming interface.
This is used, for example, by zlib-conduit and zlib-enum.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zlib-bindings-doc
Description-md5: 05eef75ea0a1db422fa6de104fdaf109
Description-en: low-level bindings to zlib; documentation
It provides necessary functions for producing a streaming interface.
This is used, for example, by zlib-conduit and zlib-enum.
.
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-zlib-bindings-prof
Description-md5: 68c663383751dd3c3932ccb33dcad142
Description-en: low-level bindings to zlib; profiling libraries
It provides necessary functions for producing a streaming interface.
This is used, for example, by zlib-conduit and zlib-enum.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zlib-dev
Description-md5: 024c5a455862b8d0ec78ab531eb1054b
Description-en: compression and decompression in the gzip and zlib formats
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C library so
it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zlib-doc
Description-md5: 8379d036e8a7d501d39e2c29ea05af41
Description-en: compression and decompression in the gzip and zlib formats; documentation
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C library so
it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.
.
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-zlib-prof
Description-md5: 38ee88a273e5e9a78889fa3a9dbc945a
Description-en: compression and decompression in the gzip and zlib formats; profiling libraries
This package provides a pure interface for compressing and decompressing
streams of data represented as lazy ByteStrings. It uses the zlib C library so
it has high performance. It supports the "zlib", "gzip" and "raw"
compression formats.
.
It provides a convenient high level API suitable for most tasks and for the
few cases where more control is needed it provides access to the full zlib
feature set.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zstd-dev
Description-md5: ab98b42cc3b90033f435db19e96d8a9d
Description-en: Haskell bindings to the Zstandard compression algorithm
A fast lossless compression algorithm, targeting real-time
compression scenarios at zlib-level and better compression ratios.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zstd-doc
Description-md5: 4efe13936d4a5fae87527f26e673aced
Description-en: Haskell bindings to the Zstandard compression algorithm; documentation
A fast lossless compression algorithm, targeting real-time
compression scenarios at zlib-level and better compression ratios.
.
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-zstd-prof
Description-md5: 4c3b4c54fab70cfb222b5d0393d35506
Description-en: Haskell bindings to the Zstandard compression algorithm; profiling libraries
A fast lossless compression algorithm, targeting real-time
compression scenarios at zlib-level and better compression ratios.
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zxcvbn-c-dev
Description-md5: 026bf3355990ed302217243af19931f9
Description-en: Haskell bindings to password strength estimation library
This library provides Haskell bindings to a C/C++ implementation of
the zxcvbn password strength estimator. It provides a function to
rate password strength, by comparing the password to several word
lists, including English first and last names.
.
An article discussing zxcvbn's purpose and method:
https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Package: libghc-zxcvbn-c-doc
Description-md5: c88c628c26f3a7b837ac45e40a84ba0a
Description-en: Haskell bindings to password strength estimation library; documentation
This library provides Haskell bindings to a C/C++ implementation of
the zxcvbn password strength estimator. It provides a function to
rate password strength, by comparing the password to several word
lists, including English first and last names.
.
An article discussing zxcvbn's purpose and method:
https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
.
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-zxcvbn-c-prof
Description-md5: 8d358f87a19092411d6ab72853fb85c8
Description-en: Haskell bindings to password strength estimation library; profiling libraries
This library provides Haskell bindings to a C/C++ implementation of
the zxcvbn password strength estimator. It provides a function to
rate password strength, by comparing the password to several word
lists, including English first and last names.
.
An article discussing zxcvbn's purpose and method:
https://tech.dropox.com/2012/04/zxcvbn-realistic-password-strength-estimation
.
This package provides a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Package: libghmm-dev
Description-md5: 982980946e2be35abd68ee3d5ddbba46
Description-en: General Hidden-Markov-Model library - header files
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
Header files and static library to compile against the library.
Package: libghmm1t64
Description-md5: b2bdbf0e4b954911a525591a54091287
Description-en: General Hidden-Markov-Model library
The General Hidden Markov Model Library (GHMM) is a C library with
additional Python3 bindings implementing a wide range of types of
Hidden Markov Models and algorithms: discrete, continuous emissions,
basic training, HMM clustering, HMM mixtures.
.
The dynamic library.
Package: libgl-image-display-dev
Description-md5: 86d1a9ee9dda9bca783499dce2c6df5f
Description-en: OpenGL-based image visualizer
A library to render images with OpenGL. After the initial load, the panning and
zooming is done in hardware, with zero CPU cost. This package provides the
headers for the C libraries and for the C++ FLTK widget
Package: libgl-image-display0
Description-md5: 346490647da05198ab997242dc35e4c7
Description-en: OpenGL-based image visualizer
A library to render images with OpenGL. After the initial load, the panning and
zooming is done in hardware, with zero CPU cost. This package provides the
runtime C libraries and the binaries for the C++ FLTK widget
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: libgm2-15-dev
Description-md5: e3610e2377e77eddbfb5ac76ab6b4834
Description-en: GNU Modula-2 standard library
This is the Modula-2 standard library that comes with the gm2 compiler.
Package: libgm2-20
Description-md5: 2b6f235369b3172b9f6a3f7d22bc9978
Description-en: GNU Modula-2 standard library (runtime library)
This is the GNU Modula-2 standard library that comes with the gm2 compiler.
Package: libgmime-3.0-0t64
Description-md5: 005dcaefbc123c43f02896ea12b1d5e2
Description-en: MIME message parser and creator library
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
.
This package contains the shared library of GMime.
Package: libgmime-3.0-dev
Description-md5: 70d48d0240c16e9bce9ec67f0ccda782
Description-en: MIME message parser and creator library - development files
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
.
This package contains the development files of GMime for programmers
using C or Vala.
Package: libgmime-3.0-doc
Description-md5: 22a37969f19bd66d18dc07c3c13a5719
Description-en: MIME message parser and creator library - documentation
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
.
This package contains the documentation and examples of GMime.
Package: libgmm++-dev
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libgmm-dev
Description-md5: 44e2672eb28de88fab8b23b2a9a85a71
Description-en: Generic C++ template library for sparse, dense and skyline matrices
GMM is a framework of pre-defined methods for matrix computation. It is built
as a set of generic algorithms for any interfaced vector type or matrix type.
.
It can be viewed as a glue library allowing cooperation between several vector
and matrix types. However, basic sparse, dense and skyline matrix/vector types
are built-in, hence it can be used as a standalone linear algebra library.
Package: libgnat-15
Description-md5: 27cdab3b846cfe71a546e1fbdc98570c
Description-en: runtime for applications compiled with GNAT (shared library)
GNAT is a compiler for the Ada programming language. It produces optimized
code on platforms supported by the GNU Compiler Collection (GCC).
.
The libgnat library provides runtime components needed by most
applications produced with GNAT.
.
This package contains the runtime shared library.
Package: libgnudatalanguage0
Description-md5: 3f7e764b56df4e42f651f46a08f8b230
Description-en: Free IDL compatible incremental compiler shared library
GNU Data Language (GDL) is a free IDL (Interactive Data Language)
compatible incremental compiler. It has full syntax compatibility
with IDL 7.1. IDL is a registered trademark of ITT Visual Information
Solutions.
.
This package contains the shared library which is used by the different
frontends (gdl binary, Python package).
Package: libgnuradio-air-modes1t64
Description-md5: de9c42f0df66feb5e1c1e93825f66091
Description-en: Gnuradio Mode-S/ADS-B radio - library
A software-defined radio receiver for Mode S
transponder signals, including ADS-B reports from equipped aircraft.
.
This package provides a shared library.
Package: libgnuradio-analog3.10.12
Description-md5: 3d88ee6c337e47267fede2494cb9f2e4
Description-en: gnuradio analog functions
Library for handling analog signal processing functions.
These functions are also in gnuradio-core.
Part of the main gnuradio build.
Package: libgnuradio-audio3.10.12
Description-md5: f5bb32c4a24d434c08d8a973aa860840
Description-en: gnuradio audio functions
This is the gr-audio library, used to connect to audio sources
(mic-in) and sinks (speaker-out) ports on a computer. The underlying
hardware driver is system and OS dependent and this module should
automatically discover the correct one to use. Part of the main
gnuradio build.
Package: libgnuradio-blocks3.10.12
Description-md5: c2df21cc192bf1b929366d6340f78189
Description-en: gnuradio blocks functions
Some non-signal processing blocks.
These functions are also in gnuradio-core.
Part of the main gnuradio build.
Package: libgnuradio-channels3.10.12
Description-md5: 9eb2ac8d51d697df58640b28e607df3c
Description-en: gnuradio channels functions
Some channel oriented processing blocks.
These functions are also in gnuradio-core.
Part of the main gnuradio build.
Package: libgnuradio-dab3.10.0
Description-md5: d6e3d099bef12c79061b33f06781a15e
Description-en: Shared library for gr-dab (DAB/DAB+ receiver)
Contains necessary DSP blocks for receiving DAB and DAB+ transmissions
using a software defined radio such as hackrf, rtl-sdr, USRP etc.
.
This package contains the shared library for gr-dab.
Package: libgnuradio-digital3.10.12
Description-md5: 42026ba96232d8ed9bce33531e9feae8
Description-en: gnuradio digital communications functions
All the functions for doing digital modulation and demodulation,
including bpsk, qpsk, gmsk and ofdm signals.
Part of the main gnuradio build.
Package: libgnuradio-dtv3.10.12
Description-md5: d8a125d35c8f558167b79c2abf61062b
Description-en: gnuradio digital TV signal processing blocks
ATSC support, gr-atsc ported to a new framework, as well as
DVB-S2, DVB-T, DVB-T2 digital video broadcast standards.
Part of the main gnuradio build.
Package: libgnuradio-fec3.10.12
Description-md5: 4603e05c76586caedc5c05d4c7fcfe9b
Description-en: gnuradio forward error correction support
Handle forward error correction processing in gnuradio.
Implements the GNU Radio FEC API, supporting encoders and
decoders for no-op dummmy, repetition, and convolutional classes.
Part of the main gnuradio build.
Package: libgnuradio-fft3.10.12
Description-md5: 544f2ac48e471aa4593f6909f337d7da
Description-en: gnuradio fast Fourier transform functions
Library for Fourier transform techniques used in gnuradio.
Uses single precision FFT from libfftw3-single3.
Part of the main gnuradio build.
Package: libgnuradio-filter3.10.12
Description-md5: 0f2aeac43193cf5b5151505285675492
Description-en: gnuradio filter functions
Library of filter blocks used in gnuradio. Implements
FIR, IIR and FFT filters, as well as Polyphase filterbank and
PFB arbitrary resampler methods.
Part of the main gnuradio build.
Package: libgnuradio-fosphor3.9.0
Description-md5: 614c73b6f47df0c22ec4d72415499cec
Description-en: gnuradio fosphor block (GPU spectrum display) (library)
This implements a GNU Radio sink consisting of a GL display window
that provides a Real Time Spectrum Analyzer (RTSA)-like spectrum
visualization using OpenCL and OpenGL acceleration.
.
This package provides a shared library.
Package: libgnuradio-funcube3.10.0
Description-md5: 3aee1116acdbacf6e8a4bef6121f456a
Description-en: Funcube Dongle controller for GNU Radio (runtime)
Support hardware for software radio using the fcdproplus
which provides sampled RF IQ data as a USB audio stereo
data stream. Control is done over USB HID protocol.
.
Both the Funcube Dongle and Funcube Diongle Pro+ are supported
by this package.
.
This package provides a shared library.
Package: libgnuradio-hpsdr1.0.0
Description-md5: 0b550515bae63a80b0b5f6de34b16b49
Description-en: gnuradio library for OpenHPSDR protocol 1
Hardware supported includes OpenHPSDR Hermes / Metis and Red Pitaya
using the OpenHpsdr protocol.
.
The modules are compatible with version 3.8 of gnuradio and versions of
Hermes firmware 1.8 through 3.2. (known as OpenHPSDR protocol 1). It
is not compatible with the new OpenHPSDR protocol 2.
.
This package contains the shared library.
Package: libgnuradio-iio3.10.12
Description-md5: 06045448fd28862166b114aa4a4422f3
Description-en: IIO blocks for GnuRadio
Libiio is a library that has been conceived to ease the development of
applications interfacing Industrial Input/Output (IIO) devices through
the IIO subsystem of the Linux kernel.
.
The IIO blocks for GnuRadio can be used to create flowgraphs that interface
IIO devices through libiio.
.
Part of the main gnuradio build.
Package: libgnuradio-iqbalance3.9.0
Description-md5: f3fa21c85b7648b2254e19f56b652c7b
Description-en: GNU Radio Blind IQ imbalance estimator and correction (shared library)
The general idea is to suppress symmetrical images caused by IQ
imbalance in the RX path of quadrature receivers.
It's composed of two subblocks: "IQ Bal Fix" and "IQ Bal Optimize".
.
This package provides a shared library for gr-iqbal.
Package: libgnuradio-limesdr3.0.2
Description-md5: bf463368ae86bfd6f9a323a48fd514da
Description-en: LimeSDR blocks for GNU Radio (runtime library)
LimeSDR is a low cost, open source software defined radio (SDR) platform that
can be used to support just about any type of wireless communication standard.
.
Currently this plugin supports LimeSDR-USB and LimeSDR-Mini boards.
.
The gr-limesdr blocks for GNU Radio can be used to create flowgraphs that
interface LimeSDR devices through liblimesuite.
.
This package contains the shared library.
Package: libgnuradio-network3.10.12
Description-md5: 0c35e9fa3188431e10e3c732ed374377
Description-en: gnuradio network library
Library of blocks that implement UDP and TCP source and
sink blocks supporting both IPv4 and IPv6.
Part of the main gnuradio build.
Package: libgnuradio-osmosdr0.2.0t64
Description-md5: 51a1965d4251d4df3ef91a58383567be
Description-en: GNU Radio blocks from the OsmoSDR project - library
The Osmocom project is a family of projects regarding Open source
mobile communications. This library provides hardware support for
a variety of radio hardware in the form of GNU Radio blocks.
.
This package contains the shared library.
Package: libgnuradio-pdu3.10.12
Description-md5: e60a0657b0dcf6c1619f76d881d29549
Description-en: gnuradio streaming protocol library
Protocol Data Units library provides signal processing
blocks that operate on Protocol Data Unit format messages. Many
such blocks are analogs of streaming API functionality.
Part of the main gnuradio build.
Package: libgnuradio-pmt3.10.12
Description-md5: 653aedd1567eba8b157188969da4c76b
Description-en: gnuradio pmt container library
Polymorphic Types are opaque data types that are designed as generic
containers of data that can be safely passed around between blocks
and threads in GNU Radio.
Part of the main gnuradio build.
Package: libgnuradio-qtgui3.10.12
Description-md5: 78840934166cde690f3708cac44c0689
Description-en: gnuradio Qt graphical user interface functions
QT-based graphical sinks for gnuradio applications.
Implements opengl, raster and native plotting methods, and
supports a QT Style Sheet (QSS) file to adjust the look.
Part of the main gnuradio build.
Package: libgnuradio-radar3.10.0
Description-md5: f7c6f8b5ce5b7919b9641017de16de97
Description-en: GNU Radio Radar Toolbox - library
The *gr-radar* project provides a toolbox of commonly used radar
algorithms. An important part is the *UHD Echotimer*, which enables a
synchronized TX and RX stream from USRPs to ensure a constant phase
relation in measurements. Example flowgraphs for CW, Dual CW, FSK,
FMCW and OFDM radar are given and partly tested on hardware. GUI
elements for target representation and further signal processing
algorithms such as target tracking are implemented. Check out the
project website for example videos and further information.
.
This package provides a shared library.
Package: libgnuradio-rds1
Description-md5: 720b1d3ef91dd3dca79a151a90f49fec
Description-en: GNU Radio FM RDS/TMC Transceiver (library)
A Radio Data System - Traffic Message Channel (RDS-TMC) block
for GNU Radio.
.
Radio Data System (RDS) is a communications protocol standard for
embedding small amounts of digital information in conventional
FM radio broadcasts.
.
This package provides a shared library.
Package: libgnuradio-runtime3.10.12
Description-md5: e73009f780eee5fc595dc4da8d24cf71
Description-en: gnuradio core runtime
Top level component library. Defines core blocks. Handles
settings for logging, performance counters, and control port.
Part of the main gnuradio build.
Package: libgnuradio-satellites5.8.0
Description-md5: 6dead797c65cee5e03cb685bbdbaa04b
Description-en: library of satellite telemetry signal decoders
This GNU Radio out-of-tree module can be used to decode frames
transmitted from most Amateur satellites in orbit, performing
demodulation, forward error correction, etc. Decoded frames can be
saved to a file or displayed in hex format. For some satellites the
telemetry format definition is included in gr-satellites, so the
decoded telemetry frames can be printed out as human-readable values
such as bus voltages and currents. Additionally, some satellites
transmit files such as JPEG images. gr-satellites can be used to
reassemble these files and even display the images in real-time as
they are being received.
.
It supports most popular protocols, such as AX.25, the GOMspace
NanoCom U482C and AX100 modems, an important part of the CCSDS stack,
the AO-40 protocol used in the FUNcube satellites, and several ad-hoc
protocols used in other satellites.
.
This package contains the shared library.
Package: libgnuradio-soapy3.10.12
Description-md5: eb287e97d9393a929f10abdbcbc71636
Description-en: gnuradio SoapySDR support
Soapy hardware drivers using the SoapySDR driver framework.
Part of the main gnuradio build.
Package: libgnuradio-trellis3.10.12
Description-md5: 93ea87d97d5bf7a5d6272bbfd279ded5
Description-en: gnuradio trellis modulation functions
Library for trellis coding modulation, including the Viterbi
Algorithm, Concatenated Coding and Turbo Decoding
based upon finite state machine (FSM) class.
Part of the main gnuradio build.
Package: libgnuradio-uhd3.10.12
Description-md5: 99e0943e04dc3702c287f7beab797428
Description-en: gnuradio universal hardware driver functions
The gnuradio interface to the UHD library to connect to and send and
receive data between to the Ettus Research, LLC product line -
including the USRP family of software radio peripheral devices.
Part of the main gnuradio build.
Package: libgnuradio-video-sdl3.10.12
Description-md5: 81449e40176027f155aef2502ecffd77
Description-en: gnuradio video functions
Library for handling SDL (Simple DirectMedia Layer) video data.
Implements input and output blocks.
Part of the main gnuradio build.
Package: libgnuradio-vocoder3.10.12
Description-md5: 58d0150c5fe739990bdb32a77526f016
Description-en: gnuradio vocoder functions
Library of vocoder blocks, including ulaw, alaw, gsm and codec2.
Debian uses external libraries for gsm and codec2.
.
Part of the main gnuradio build.
Package: libgnuradio-wavelet3.10.12
Description-md5: 1c51b1d67b8ca0587a908ff0217bc021
Description-en: gnuradio wavelet functions
Library of Daubechies wavelet function blocks.
wvps computes the Wavelet Power Spectrum from
a set of wavelet coefficients.
.
Part of the main gnuradio build.
Package: libgnuradio-zeromq3.10.12
Description-md5: fad8379800018fcef6de6233eaff6ed5
Description-en: gnuradio zeromq functions
0MQ messaging library support. Provide network socket
endpoints for gnuradio data and message streams.
PUB/SUB, PUSH/PULL, REP/REQ models supported.
.
Part of the main gnuradio build.
Package: libgoamdsmi-shim64-1
Description-md5: ede845c87460929309bf7f423703e450
Description-en: AMD System Management Interface - go library
goamdsmi_shim (AMD System Management Interface Library) is a C library for
Linux providing user space interfaces to monitor and control AMD GPU devices.
.
This package provides the go library for amdsmi_shim.
Package: libgoamdsmi-shim64-dev
Description-md5: 5a89c212a9fa27063be2888e3adfd638
Description-en: AMD System Management Interface - go headers
goamdsmi_shim (AMD System Management Interface Library) is a C library for
Linux providing user space interfaces to monitor and control AMD GPU devices.
.
This package provides the go headers for amdsmi_shim.
Package: libgpgmepp-dev
Description-md5: 5afb3029e87c0e52c4aaf7fe11cf5964
Description-en: C++ wrapper library for GPGME (development files)
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
This package contains the headers and other files needed to compile
against it.
Package: libgpgmepp7
Description-md5: 7fbc01c53deefdc640d685b90a21c0b4
Description-en: C++ wrapper library for GPGME
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
This is the official upstream C++ binding for GPGME.
Package: libgphobos-15-dev
Description-md5: 319ab24aa69f1d17bbae7ba6a543ecfd
Description-en: Phobos D standard library
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang.org/phobos/
Package: libgphobos6
Description-md5: 2086a0c7f5831c82fec492e812bdd6c1
Description-en: Phobos D standard library (runtime library)
This is the Phobos standard library that comes with the D2 compiler.
.
For more information check http://www.dlang.org/phobos/
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: 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: libgrpc++-dev
Description-md5: a4382e4e7253dbfb431a55f908113213
Description-en: high performance general RPC framework (development)
A modern, open source remote procedure call (RPC) framework that can
run anywhere. It enables client and server applications to communicate
transparently, and makes it easier to build connected systems.
.
This package contains the headers and the static library for libgrpc++1.51t64 .
Package: libgrpc++1.51t64
Description-md5: 3f857bea859931b8956ff06b364de1b7
Description-en: high performance general RPC framework
A modern, open source remote procedure call (RPC) framework that can
run anywhere. It enables client and server applications to communicate
transparently, and makes it easier to build connected systems.
.
This package provides the gRPC C++ bindings.
Package: libgrpc-dev
Description-md5: 9c4049f71b5b0eaa9e063543d044716d
Description-en: high performance general RPC framework (development)
A modern, open source remote procedure call (RPC) framework that can
run anywhere. It enables client and server applications to communicate
transparently, and makes it easier to build connected systems.
.
This package contains the headers and the static library for libgrpc29t64 .
Package: libgrpc29t64
Description-md5: 4e6400512fbad389afeef58d717465fd
Description-en: high performance general RPC framework
A modern, open source remote procedure call (RPC) framework that can
run anywhere. It enables client and server applications to communicate
transparently, and makes it easier to build connected systems.
.
This package provides the gRPC C bindings.
Package: libgstreamer-opencv1.0-0
Description-md5: dafe2f24cb1bdb14d6d6b274151c793e
Description-en: GStreamer OpenCV libraries
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains shared GStreamer libraries for OpenCV.
Package: libgstreamer-plugins-bad1.0-0
Description-md5: dbdd7ec6aeb78f2810dfd938e41a97bc
Description-en: GStreamer libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains shared GStreamer libraries from the "bad" set. The API
is not guaranteed to be stable.
Package: libgstreamer-plugins-bad1.0-dev
Description-md5: 3cf8ed7e757b9244dc8826f7bf3f2b29
Description-en: GStreamer development files for libraries from the "bad" set
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared
to the rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
.
This package contains development files for GStreamer libraries from the
"bad" set. The API is not guaranteed to be stable.
Package: libgstreamerd-3-0
Description-md5: ebaa56cc60adf277d67644666f0a807f
Description-en: GStreamer media framework - D bindings
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything from
real-time sound processing to playing videos, and just about anything else
media-related.
.
This package contains runtime files needed for applications written in D.
Package: libgstreamerd-3-dev
Description-md5: 02a65ea459abf054c99fa87e19d963ed
Description-en: GStreamer media framework - development files for D
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything from
real-time sound processing to playing videos, and just about anything else
media-related.
.
This package contains development files needed to write applications in
the D programming language that use GStreamer.
Package: libgstrtspserver-1.0-0
Description-md5: 0ea9e7419c3c2010a3995c527c7eb8c9
Description-en: GStreamer RTSP Server (shared library)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains the shared library for the GStreamer RTSP Server.
Package: libgstrtspserver-1.0-dev
Description-md5: 7ce729f941b78969393e0b9114c91c2d
Description-en: GStreamer RTSP Server (development files)
gst-rtsp-server is a library on top of GStreamer for building an RTSP
server or embedding RTSP server capabilities into applications.
.
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
.
This package contains development files for the GStreamer RTSP Server.
Package: libgtkd-3-0
Description-md5: f169214d10fb9c994d38a421a94f2c85
Description-en: GTK+ graphical user interface library - D bindings
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
Offering a complete set of widgets, GTK+ is suitable for projects ranging
from small one-off tools to complete application suites.
.
This package contains runtime files needed for applications written in D.
Package: libgtkd-3-dev
Description-md5: 2012c05d423c4d29d8fcdfed1feb3a31
Description-en: GTK+ graphical user interface library - development files for D
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 development files needed to write applications in
the D programming language that use GTK+.
Package: libgtkdsv-3-0
Description-md5: b356f4f480de27be893b8c3cecfe2574
Description-en: GTK+ syntax highlighting widget - D bindings
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains runtime files needed for applications written in D.
Package: libgtkdsv-3-dev
Description-md5: b467b148d1d43d4b64a32840f39e38e0
Description-en: GTK+ syntax highlighting widget - development files for D
GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
GtkTextView. It improves GtkTextView by implementing syntax highlighting and
other features typical of a source editor.
.
This package contains development files needed to write applications in
the D programming language that use GtkSourceView.
Package: libgtsam-dev
Description-md5: 3c5268c1ac9ee62ac965aac01256a22f
Description-en: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
.
Development files
Package: libgtsam-doc
Description-md5: 85d8ffa54a6c50013303a6874e3771dc
Description-en: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
.
Documentation
Package: libgtsam4
Description-md5: 65b87756940d8ce134a9dff916ba336b
Description-en: Factor graphs for sensor fusion in robotics
GTSAM is a C++ library that implements sensor fusion for robotics and computer
vision applications, including SLAM (Simultaneous Localization and Mapping), VO
(Visual Odometry), and SFM (Structure from Motion). It uses factor graphs and
Bayes networks as the underlying computing paradigm rather than sparse matrices
to optimize for the most probable configuration or an optimal plan. Coupled
with a capable sensor front-end (not provided here), GTSAM powers many
impressive autonomous systems, in both academia and industry.
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: 00a7d0b7f621c7cef3afbe724f96c6a7
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 lua 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: 4b508b6fd2f60c06d1623c9373e32b3d
Description-en: Tcl bindings for graphviz (transitional package)
This is a transitional package. It can safely be removed.
Package: libgvars3-0t64
Description-md5: d1246e9b2155e1c0b06c97c2291ad287
Description-en: configuration system library - shared library
Lightweight and simple configuration library for C++ programs.
Package: libgvars3-dev
Description-md5: 4e345b5ee1eb8711081d88535545653a
Description-en: configuration system library - development files
Lightweight and simple configuration library for C++ programs.
Package: libgvars3-headless0t64
Description-md5: df6617108d6576d03157902c476f8ee6
Description-en: configuration system library - shared library for headless
Lightweight and simple configuration library for C++ programs.
Package: libgvc-dev
Description-md5: b28c9b54909efde70ea01a79716525b6
Description-en: rich set of graph drawing tools - gvc library (devel)
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: libgvc7
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: libgvm-dev
Description-md5: a75ee27774176d7d825ccba9935f643f
Description-en: remote network security auditor - static libraries and headers
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the required static libraries and headers.
Package: libgvm-doc
Description-md5: b4e33157b11521f8ca01b1cc3178fd11
Description-en: remote network security auditor - libraries documentation
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the doxygen generated HTML documentation for the
libraries.
Package: libgvm22t64
Description-md5: 2012e7f71daa78e8ea541bbf5533a539
Description-en: remote network security auditor - shared libraries
The Open Vulnerability Assessment System is a modular security auditing
tool, used for testing remote systems for vulnerabilities that should be
fixed.
.
It is made up of two parts: a server, and a client. The server/daemon,
gvmd, is in charge of the attacks, whereas the client,
gvm-tools, provides an X11/GTK+ user interface.
.
This package contains the required shared libraries.
Package: libgvplugin-devil-dev
Description-md5: c8b2330094168bfe66d264892758751b
Description-en: rich set of graph drawing tools - devil plugin (devel)
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: libgvplugin-devil8
Description-md5: 335b191afcee2cc287d070db16cdcf37
Description-en: rich set of graph drawing tools - devil plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the devil plugin.
Package: libgvplugin-gd-dev
Description-md5: 3281a2c794b8a8c22e72ef97cf2b41c3
Description-en: rich set of graph drawing tools - gd plugin (devel)
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: libgvplugin-gd8
Description-md5: 8d5ca5aec9972f4a77b8cadf0891a1aa
Description-en: rich set of graph drawing tools - gd plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gd plugin, adding the following dot output
formats: gd gd2 gif jpe jpeg jpg png vrml wbmp
Package: libgvplugin-gs-dev
Description-md5: 0fd52422c06bac626f424366e5e7d068
Description-en: rich set of graph drawing tools - ghostscript plugin (devel)
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: libgvplugin-gs8
Description-md5: fa6c62cca32658c497c1b56559633ef5
Description-en: rich set of graph drawing tools - ghostsript plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the ghostscript plugin.
Package: libgvplugin-neato-layout-dev
Description-md5: dd3b48298b4baea1cd6cf9eec3e298a1
Description-en: rich set of graph drawing tools - neato_layout plugin (devel)
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: libgvplugin-neato-layout8
Description-md5: 36a7f2c3681f9b05f9214b2ae4de0e5d
Description-en: rich set of graph drawing tools - neato_layout plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the neato_layout plugin.
Package: libgvplugin-pango-dev
Description-md5: 1f028d1bf657ddae23f53ec21ff86955
Description-en: rich set of graph drawing tools - pango plugin (devel)
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: libgvplugin-pango8
Description-md5: 53a8537b83103db05f0836af8e594712
Description-en: rich set of graph drawing tools - pango plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the pango plugin, adding the following dot output
formats: bmp pdf tga tif tiff
Package: libgvplugin-poppler-dev
Description-md5: b3d1343bea22c66cd47e45779c296b45
Description-en: rich set of graph drawing tools - poppler plugin (devel)
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: libgvplugin-poppler8
Description-md5: 869fb4357185b1f3d66e4ed0cdb499d4
Description-en: rich set of graph drawing tools - poppler plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the poppler plugin.
Package: libgvplugin-rsvg-dev
Description-md5: 3e9b48ab525a7e47413ccb827751b389
Description-en: rich set of graph drawing tools - rsvg plugin (devel)
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: libgvplugin-rsvg8
Description-md5: 033b7641ab5e19a372ac1c6598ae0a08
Description-en: rich set of graph drawing tools - rsvg plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the rsvg plugin.
Package: libgvplugin-vt-dev
Description-md5: ff44cc45b6a0c9e74c77679ea08d6014
Description-en: rich set of graph drawing tools - vt plugin (devel)
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: libgvplugin-vt100
Description-md5: 5a72b0dc1d517810268509421687e736
Description-en: rich set of graph drawing tools - vt100 plugin (transitional package)
This is a transitional package. It can safely be removed.
Package: libgvplugin-vt100-dev
Description-md5: 24b11e931492d24971ce487419c2011d
Description-en: rich set of graph drawing tools - vt100 plugin (devel) (transitional package)
This is a transitional package. It can safely be removed.
Package: libgvplugin-vt8
Description-md5: b82784a5441bfcbf5b7a8d894e465f11
Description-en: rich set of graph drawing tools - vt plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the vt plugin.
Package: libgvplugin-webp-dev
Description-md5: 8a336d93c9e10ae02f34706b7abb4a03
Description-en: rich set of graph drawing tools - webp plugin (devel)
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: libgvplugin-webp8
Description-md5: a1c7451ce1d6dfea98f56ccfe9f2f2ec
Description-en: rich set of graph drawing tools - webp plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the webp plugin.
Package: libgvplugin-xlib-dev
Description-md5: 85696aee42e180518fb8fdff078499c7
Description-en: rich set of graph drawing tools - xlib plugin (devel)
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: libgvplugin-xlib8
Description-md5: 14484a86c07e8a2e2ea49640952b3851
Description-en: rich set of graph drawing tools - xlib plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the xlib plugin.
Package: libgvpr-dev
Description-md5: 0dca3f0f889252c32f19cbcdc9160500
Description-en: rich set of graph drawing tools - gvpr library (devel)
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: 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: libhalide21-1
Description-md5: 89e993b87074eac88ef31acb3aeb4422
Description-en: fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, Apple Metal, Microsoft Direct X 12, Vulkan
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.
Package: libhalide21-dev
Description-md5: f79e018121f4b3ffe864a21ee6907d27
Description-en: fast, portable computation on images and tensors -- Development files
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
.
This package contains the files necessary to develop against libhalide.
Package: libhalide21-doc
Description-md5: 49a70fa6bdeeb7cc3885a956f009fef3
Description-en: fast, portable computation on images and tensors (C++ documentation)
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
.
This package contains README's and tutorials for using Halide from C++.
Package: libhalideaot21-1
Description-md5: 3659818dee53660bdaafd24351957dc1
Description-en: fast, portable computation on images and tensors (virtual library)
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
.
Software that uses halide can either rely on just-in-time compilation,
in which case it runtime-depends on/links to libhalide, or it can be compiled
ahead of time, when building the software, in which case it does not strictly
depend on halide. Former software should depend on this package instead, to
make it obvious which software needs to be rebuilt with newer halide versions.
.
This is an empty package.
Package: libharfbuzz-bin
Description-md5: 3b67b2fcd95a19f0fb4b9af3ea82d048
Description-en: OpenType text shaping engine (utility)
HarfBuzz is an implementation of the OpenType Layout engine (aka layout
engine) and the script-specific logic (aka shaping engine).
.
This package contains a command line interface for the HarfBuzz library.
Package: libheartbeat2-dev
Description-md5: cd55666b03ed8197035d3b10d3f8b496
Description-en: Subsystem for High-Availability Linux (development files)
heartbeat is a messaging subsystem for high availability which implements
serial, UDP, and PPP/UDP heartbeats.
.
It is one of the messaging layers supported by the Pacemaker
cluster resource manager.
.
This package contains the Heartbeat library development files to make
them available to other programs like Pacemaker.
Package: libheartbeat2t64
Description-md5: d4f0fa776e9069054e6b632ec6f5a777
Description-en: Subsystem for High-Availability Linux (libraries)
heartbeat is a messaging subsystem for high availability which implements
serial, UDP, and PPP/UDP heartbeats.
.
It is one of the messaging layers supported by the Pacemaker
cluster resource manager.
.
This package contains the Heartbeat libraries to make them available
to other programs like Pacemaker without having to install the whole
Heartbeat suite.
Package: libheif-dev
Description-md5: 76436330a231573a6a8d187650eaac53
Description-en: HEIF and AVIF file format decoder and encoder - development files
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
The development headers for compiling programs that use libheif are provided
by this package.
Package: libheif-plugin-dav1d
Description-md5: a5447c6bb417e990f44fc961733592e5
Description-en: HEIF and AVIF file format decoder and encoder - dav1d plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the dav1d plugin that uses dav1d to decode AV1 images.
.
dav1d: https://www.videolan.org/projects/dav1d.html
Package: libheif-plugin-ffmpegdec
Description-md5: 46ad60b413e8f7fdbbbd6ab5a079f53d
Description-en: HEIF and AVIF file format decoder and encoder - ffmpegdec plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the ffmpegdec plugin that uses FFmpeg to decode HEVC
images. It can make use of H265 hardware decoders if available in FFmpeg.
.
FFmpeg: https://www.ffmpeg.org/
Package: libheif-plugin-j2kdec
Description-md5: dbe6b1c3a9c22ff80e08a3d67358a248
Description-en: HEIF and AVIF file format decoder and encoder - j2kdec plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the j2kdec plugin that uses OpenJPEG to decode JPEG2000
images.
.
OpenJPEG: https://www.openjpeg.org/
Package: libheif-plugin-j2kenc
Description-md5: 951919de09cf2fc5dfb244c543c1745f
Description-en: HEIF and AVIF file format decoder and encoder - j2kenc plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the j2kenc plugin that uses OpenJPEG to encode JPEG2000
images.
.
OpenJPEG: https://www.openjpeg.org/
Package: libheif-plugin-jpegdec
Description-md5: bba0fc9b3bf12cad8a1c1b93d3c29621
Description-en: HEIF and AVIF file format decoder and encoder - jpegdec plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the jpegdec plugin that uses libjpeg to decode JPEG
images.
.
libjpeg: https://www.libjpeg-turbo.org/
Package: libheif-plugin-jpegenc
Description-md5: 03852d8a02317c164f41edbf94a5f3c9
Description-en: HEIF and AVIF file format decoder and encoder - jpegenc plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the jpegenc plugin that uses libjpeg to encode JPEG
images.
.
libjpeg: https://www.libjpeg-turbo.org/
Package: libheif-plugin-kvazaar
Description-md5: eb0bba93964c476129bb16955f3c255b
Description-en: HEIF and AVIF file format decoder and encoder - kvazaar plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the kvazaar plugin that uses kvazaar to encode HEVC
images.
.
kvazaar: https://ultravideo.fi/kvazaar.html
Package: libheif-plugin-rav1e
Description-md5: a7047ef7c4905b6b3198d8256d9a00fe
Description-en: HEIF and AVIF file format decoder and encoder - rav1e plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the rav1e plugin that uses rav1e to encode AV1 images.
.
rav1e: https://github.com/xiph/rav1e
Package: libheif-plugin-svtenc
Description-md5: d7324c415744d86d12f693b12c452131
Description-en: HEIF and AVIF file format decoder and encoder - svtenc plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the svtenc plugin that uses SVT-AV1 to encode AV1 images.
.
SVT-AV1: https://gitlab.com/AOMediaCodec/SVT-AV1
Package: libheif-plugin-x265
Description-md5: bb392d31385caffadcab50f8603e2769
Description-en: HEIF and AVIF file format decoder and encoder - x265 plugin
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This package contains the x265 plugin that uses x265 to encode HEVC images.
.
x265: https://www.videolan.org/developers/x265.html
Package: libheif-plugins-all
Description-md5: d4424df34655b89b1a47da853fba94b6
Description-en: HEIF and AVIF file format decoder and encoder - plugins metapackage
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file
format decoder and encoder. There is partial support for ISO/IEC 23008-12:2022
(2nd Edition) capabilities.
.
HEIF and AVIF are new image file formats employing HEVC (H.265) or AV1 image
coding, respectively, for the best compression ratios currently possible.
.
libheif supports various codecs provided by plugins for image decoding and
encoding.
.
This is a metapackage depending on all available plugins for libheif.
Package: libhex-ocaml
Description-md5: 1747f7ee94f7ec8f38935a17f212c28e
Description-en: library providing hexadecimal converters (runtime)
Hex is a minimal library providing hexadecimal converters.
.
This package contains the runtime libraries for programs using
hex.
Package: libhex-ocaml-dev
Description-md5: 8c559af0bee30e82d8761f9b6bcc1a55
Description-en: library providing hexadecimal converters (dev)
Hex is a minimal library providing hexadecimal converters.
.
This package contains the development stuff needed to use the
hex library in your programs.
Package: libhfst-dev
Description-md5: 44bcf6eb6f13fc7d87e1de069a9b37e8
Description-en: Helsinki Finite-State Transducer Technology Development files
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
.
This package provides development headers and libraries for HFST
Package: libhfst55
Description-md5: 3747f074947bdb1dd6b5013f1ec28ea5
Description-en: Helsinki Finite-State Transducer Technology Libraries
The Helsinki Finite-State Transducer software is intended for the
implementation of morphological analysers and other tools which are
based on weighted and unweighted finite-state transducer technology.
.
This package provides runtime libraries for HFST.
Package: libhighs-dev
Description-md5: ea3775ba053991ab3e0b4708c4bd67bd
Description-en: High performance linear optimization software (development files)
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the development files for libhighs.
Package: libhighs1
Description-md5: bb6833d325d1215e2a0157f355adac2c
Description-en: High performance linear optimization software (shared library)
HiGHS is a high performance serial and parallel solver for large scale
sparse linear optimization problems, including linear programming (LP)
problems, convex quadratic programming (QP) problems, and mixed integer
programming (MIP) problems.
.
This package contains the libhighs1 shared library.
Package: libhipsolver-dev
Description-md5: e2ecda3b268684f3e812becadd03fef3
Description-en: portable interface for GPU LAPACK routines - headers
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER development headers.
Package: libhipsolver-doc
Description-md5: 605dae6ddf31d3ced8f2c7364b869d39
Description-en: portable interface for GPU LAPACK routines - documentation
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER documentation.
Package: libhipsolver-fortran-dev
Description-md5: d592b0e653b8e7600962d31672e5c08e
Description-en: portable interface for GPU LAPACK routines - Fortran development
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER Fortran development files,
including Fortran module files and headers.
Package: libhipsolver-fortran1
Description-md5: 37d9eed7086915ef93240ac7511ff175
Description-en: portable interface for GPU LAPACK routines - Fortran library
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER Fortran bindings library.
Package: libhipsolver1
Description-md5: 8b2722aad51062afc889d63c2707289c
Description-en: portable interface for GPU LAPACK routines - library
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER library.
Package: libhipsolver1-tests
Description-md5: 796fb9dcde87c0f5f3136993559e9542
Description-en: portable interface for GPU LAPACK routines - tests
hipSOLVER is a wrapper library that provides a common interface to rocSOLVER
and cuSOLVER. The hipSOLVER library is designed to help applications using
cuSOLVER to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSOLVER test binaries used for verifying
that the library is functioning correctly.
Package: libhipsparse-dev
Description-md5: 64160551fb219b609a19aecd344d9595
Description-en: portable interface for sparse linear algebra on the GPU - headers
hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
and cuSPARSE. The hipSPARSE library is designed to help applications using
cuSPARSE to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSPARSE development headers.
Package: libhipsparse-doc
Description-md5: 2c926196bf6f2f01e2c616f93b0277a1
Description-en: portable interface for sparse linear algebra on the GPU - documentation
hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
and cuSPARSE. The hipSPARSE library is designed to help applications using
cuSPARSE to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSPARSE documentation.
Package: libhipsparse4
Description-md5: b5b6dd894a555699b72b71d2e243ce4d
Description-en: portable interface for sparse linear algebra on the GPU - library
hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
and cuSPARSE. The hipSPARSE library is designed to help applications using
cuSPARSE to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSPARSE library.
Package: libhipsparse4-tests
Description-md5: 43e2495c725e173ba4decfae96f1450a
Description-en: portable interface for sparse linear algebra on the GPU - tests
hipSPARSE is a wrapper library that provides a common interface to rocSPARSE
and cuSPARSE. The hipSPARSE library is designed to help applications using
cuSPARSE to port their code to the ROCm platform.
.
This package provides the AMD ROCm hipSPARSE test binaries used for verifying
that the library is functioning correctly. These binaries are only used to
check whether hipSPARSE works correctly on a given GPU, so generally speaking,
users probably don't need this package.
Package: libhkl-dev
Description-md5: 0d7481b9aaeb30c4b8cca68ba9845573
Description-en: diffractometer computation control library - development files
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides everything needed to link against hkl.
Package: libhkl-doc
Description-md5: 959ca03ab47e3989c31ce0e866188eb5
Description-en: diffractometer computation control library - documentation
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides the documentation for hkl.
Package: libhkl5
Description-md5: 4484aae662bf3580c01ca9a8a9e15855
Description-en: diffractometer computation control library
The hkl library is a framework for diffraction computation and
diffractometer control, heavily used at the SOLEIL synchrotron. It
supports various types of diffractometer geometry: Eulerian 4-circle,
Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
geometry. For each of these it provides several numerically computed
modes, such as bisector and constant psi.
.
This package provides the runtime hkl library.
Package: libib-util
Description-md5: 7265fa1fde7b4f1a189087849ad58b3d
Description-en: Firebird UDF support library
Contains utility functions used by Firebird User-Defined Functions (UDF) for
memory management etc.
.
See firebird4.0-server package for more information about Firebird.
Package: libimath-3-1-29t64
Description-md5: e8c9ffbe25a2f39597189450f5ef7590
Description-en: Utility libraries from ASF used by OpenEXR - runtime
Imath is a basic, light-weight, and efficient C++ representation of
2D and 3D vectors and matrices and other simple but useful
mathematical objects, functions, and data types common in computer
graphics applications, including the “half” 16-bit floating-point type.
.
Imath also includes optional Python bindings for all types and
functions, including optimized implementations of vector and
matrix arrays.
.
This package provides the runtime libraries.
Package: libimath-dev
Description-md5: 7feeee112786f30116c619a621a66b2d
Description-en: Utility libraries from ASF used by OpenEXR - development
Imath is a basic, light-weight, and efficient C++ representation of
2D and 3D vectors and matrices and other simple but useful
mathematical objects, functions, and data types common in computer
graphics applications, including the “half” 16-bit floating-point type.
.
Imath also includes optional Python bindings for all types and
functions, including optimized implementations of vector and
matrix arrays.
.
This package provides the development files for Imath.
Package: libimath-doc
Description-md5: e658f6b6c33ad948a4e7a1d6189eae3e
Description-en: Utility libraries from ASF used by OpenEXR - documentation
Imath is a basic, light-weight, and efficient C++ representation of
2D and 3D vectors and matrices and other simple but useful
mathematical objects, functions, and data types common in computer
graphics applications, including the “half” 16-bit floating-point type.
.
Imath also includes optional Python bindings for all types and
functions, including optimized implementations of vector and
matrix arrays.
.
This package provides the official documentation for Imath.
Package: libimobiledevice-utils
Description-md5: b3a7d1ccbda22f451ca80b0655893823
Description-en: Utitilies for communicating with iPhone and other Apple devices
This package contains various utilities to interact with iPhone, iPad and iPod
touch devices, like:
.
- idevice_id: List attached devices or print device name of given device
- idevicebackup: Create or restore backup for devices (legacy)
- idevicebackup2: Create or restore backups for devices running iOS 4 or
later
- idevicecrashreport: Retrieve crash reports from a device
- idevicedate: Display the current date or set it on a device
- idevicedebug: Interact with the debugserver service of a device
- idevicedebugserverproxy: Proxy a debugserver connection from a device for
remote debugging
- idevicediagnostics: Interact with the diagnostics interface of a device
- ideviceenterrecovery: Make a device enter recovery mode
- ideviceimagemounter: Mount disk images on the device
- ideviceinfo: Show information about a connected device
- idevicename: Display or set the device name
- idevicenotificationproxy: Post or observe notifications on a device
- idevicepair: Manage host pairings with devices and usbmuxd
- ideviceprovision: Manage provisioning profiles on a device
- idevicescreenshot: Gets a screenshot from the connected device
- idevicesetlocation: Simulate location on device
- idevicesyslog: Relay syslog of a connected device
Package: libinotify-ocaml
Description-md5: d99ff02128e3b2ab0ed774b9a117bda1
Description-en: OCaml bindings for the inotify API
This library provides OCaml bindings for using inotify.
.
Inotify is a Linux kernel subsystem, that notice changes to the filesystem,
and report those changes to applications.
.
This package contains shared library.
Package: libinotify-ocaml-dev
Description-md5: cdfa745781cafa314adb73004a226cde
Description-en: OCaml bindings for the inotify API
This library provides OCaml bindings for using inotify.
.
Inotify is a Linux kernel subsystem, that notice changes to the filesystem,
and report those changes to applications.
.
This package contains header and OCaml library.
Package: libinput-tools
Description-md5: f642a39a00586a04a50f0a346b1355d4
Description-en: input device management and event handling library - command line tools
libinput is a library that handles input devices for display servers and
other applications that need to directly deal with input devices.
.
It provides device detection, device handling, input device event
processing and abstraction to minimize the amount of custom input
code the user of libinput needs to provide the common set of
functionality that users expect.
.
This package includes the command line tools.
Package: libintegers-ocaml
Description-md5: 8125aacb8368fcfb81ac5c463be7203e
Description-en: library of various integer types for OCaml (runtime)
The ocaml-integers library provides a number of 8-, 16-, 32- and
64-bit signed and unsigned integer types, together with aliases such
as long and size_t whose sizes depend on the host platform.
.
This package contains runtime files.
Package: libintegers-ocaml-dev
Description-md5: a28ce13a439e021e57e5995899b87d0e
Description-en: library of various integer types for OCaml (development)
The ocaml-integers library provides a number of 8-, 16-, 32- and
64-bit signed and unsigned integer types, together with aliases such
as long and size_t whose sizes depend on the host platform.
.
This package contains development files.
Package: libipaddr-ocaml
Description-md5: 15c9318d8b095088b891874395f24c4f
Description-en: library for manipulation of IP (and MAC) address representations (runtime)
This is a library for manipulation of IP (and MAC) address representations.
.
Features:
* IPv4 and IPv6 support
* IPv4 and IPv6 CIDR prefix support
* IPv4 and IPv6 CIDR-scoped address support
* Integration with the standard OCaml distribution (Map.OrderedType,
Unix, top-level)
* IP address scope classification
* IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
* MAC-48 (Ethernet) address support
* All types have sexplib serializers/deserializers
.
This package contains the shared runtime libraries.
Package: libipaddr-ocaml-dev
Description-md5: ca3b7ddcdbe87fc8ab98fa5188a149be
Description-en: library for manipulation of IP (and MAC) address representations (dev files)
This is a library for manipulation of IP (and MAC) address representations.
.
Features:
* IPv4 and IPv6 support
* IPv4 and IPv6 CIDR prefix support
* IPv4 and IPv6 CIDR-scoped address support
* Integration with the standard OCaml distribution (Map.OrderedType,
Unix, top-level)
* IP address scope classification
* IPv4-mapped addresses in IPv6 (::ffff:0:0/96) are an embedding of IPv4
* MAC-48 (Ethernet) address support
* All types have sexplib serializers/deserializers
.
This package contains development files.
Package: libisospec++-dev
Description-md5: 113dcc38c2c18f64fa4d54fe8fe98a78
Description-en: Isotopic fine structure calculator (C++ development files)
IsoSpec implements an algorithm for fast computation of isotopologues of
chemical substances that can alternate between joint probability and peak
height threshold.
.
This package ships the development files.
Package: libisospec++-doc
Description-md5: cd6011399319872db6a2774880e9a4a4
Description-en: Isotopic fine structure calculator (C++ API documentation)
IsoSpec implements an algorithm for fast computation of isotopologues of
chemical substances that can alternate between joint probability and peak
height threshold.
Package: libisospec++2t64
Description-md5: 9265d7731cc4aa34bda02514a5dc31e9
Description-en: Isotopic fine structure calculator (C++ runtime)
IsoSpec implements an algorithm for fast computation of isotopologues of
chemical substances that can alternate between joint probability and peak
height threshold.
.
This package ships the runtime shared library.
Package: libjackson2-dataformat-yaml
Description-md5: f70a95d3b18c98f7cd962f4509ad31a5
Description-en: fast and powerful JSON library for Java -- YAML dataformat
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains an extension for reading and writing YAML-encoded data
Package: libjcat-tests
Description-md5: c2edeaf1128b34b4eaa4debd523f0440
Description-en: Installed tests for libjcat1
The libjcat library assembles checksum and metadata into a JSON based catalog.
.
This package contains the installed tests for libjcat1.
Package: libjiplib-dev
Description-md5: eb9013ec72574be4b330e957a892d13f
Description-en: ISPRA JRC image processing for geospatial data library - Development files
This is an intermediate level library written in C++ with Python binding used
by PyJeo and possibly other tools for processing geospatial images. It
provides a comprehensive set of image processing functionality including:
.
* Image classification
* Feature extraction
* Spatial filtering
* Morphological operations
* Support Vector Machine operations
* Neural Network algorithms
.
This package contains headers, static objects, scripts used to develop a
program that uses this library.
Package: libjiplib1
Description-md5: e7ab5e9c5a00ccfa29bcf51905f85a69
Description-en: ISPRA JRC image processing for geospatial data library
This is an intermediate level library written in C++ with Python binding used
by PyJeo and possibly other tools for processing geospatial images. It
provides a comprehensive set of image processing functionality including:
.
* Image classification
* Feature extraction
* Spatial filtering
* Morphological operations
* Support Vector Machine operations
* Neural Network algorithms
.
This package contains the shared library.
Package: libjjml-java
Description-md5: c73fcc6c72e30483e32b45d6102d531c
Description-en: Java bindings for ggml libraries such as llama.cpp
JJML provides enterprise-grade Java bindings for the llama.cpp
LLM inference library.
.
Rather than to support all ggml and llama.cpp fatures, the main goal
of this lightweight library is to be compatible with a broad range of
Java versions (currently Java 11 to 25) and to provide a stable Java API
for core LLM inference capabilities:
.
* Simple user/assistant dialog based on standard Java functional interfaces
* Embeddings
* Persistence of context state, in order to "pre-compile" prompt prefixes
* Parallel batches
* Chat templates (limited to those embedded in llama.cpp)
* Combination and configuration of the native samplers from the Java side
* API for implementing samplers in pure Java
.
This package contains the portable Java binaries, with OSGi and JPMS metadata.
Package: libjjml-jni
Description-md5: 939a9d2dd57a6c9be78d7035a4801f01
Description-en: Java bindings for ggml libraries such as llama.cpp (native libs)
JJML provides enterprise-grade Java bindings for the llama.cpp
LLM inference library.
.
This package contains the native libraries for libjjml-java.
Package: libjruby-maven-plugin-java
Description-md5: 8fde8439b4ae7c069cec3ea774b187d4
Description-en: Maven plugins to handle Ruby gems in a Maven compatible way
jruby-maven-plugins is a set of utilities and plugins to handle
Ruby gems with Maven. This allows one to integrate JRuby and other
Java libraries with rspec, rails, cucumber, rake and another
standard Ruby development tools.
Package: libjs-bootstrap4
Description-md5: 34f21ddb9ed47bba0fe6a5a3ca80d607
Description-en: HTML, CSS and JS framework
Bootstrap is a popular HTML, CSS, and JS framework
for developing responsive, mobile first projects on the web.
.
It includes base CSS and HTML
for typography, forms, buttons, tables, grids, navigation, and more.
Package: libjs-lodash
Description-md5: b84641c68599b9d7116e113d38049f12
Description-en: Lo-dash is a Javascript utility library
Lodash makes JavaScript easier by taking the hassle out of working with arrays
, numbers, objects, strings, etc. Lodash’s modular methods are great for:
* Iterating arrays, objects, & strings
* Manipulating & testing values
* Creating composite functions
.
This package provides lodash suitable for use in browsers.
Package: libjs-of-ocaml
Description-md5: 1a5371bc67a83169a2d60423d3c62697
Description-en: OCaml bytecode to JavaScript compiler (runtime)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser. Its key features
are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.
.
This package contains runtime libraries that may be needed by
server-side programs communicating with clients compiled with
Js_of_ocaml using JSON.
Package: libjs-of-ocaml-dev
Description-md5: abe95895ab2f33a3262f1c3beb98b8cf
Description-en: OCaml bytecode to JavaScript compiler (development files)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser. Its key features
are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.
.
This package contains development files needed to compile server-side
(using regular OCaml compiler) and client-side (using Js_of_ocaml)
programs.
Package: libjs-of-ocaml-doc
Description-md5: 154f370d4fd407c09642220e12f79204
Description-en: OCaml bytecode to JavaScript compiler (documentation)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser.
.
This package contains the API reference and examples.
Package: libjss-java
Description-md5: 9307bd0c38418b7815bb38c02b381af2
Description-en: Network Security Services for Java
Network Security Services for Java (JSS) is a Java interface
to NSS. It supports most of the security standards and
encryption technologies supported by NSS. JSS also provides
a pure Java interface for ASN.1 types and BER/DER encoding.
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: libjuh-java
Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890
Description-en: transitional package for LibreOffice UNO runtime environment
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This has now been merged into liblibreoffice-java and this package thus
can be safely removed once installed.
Package: libjurt-java
Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890
Description-en: transitional package for LibreOffice UNO runtime environment
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This has now been merged into liblibreoffice-java and this package thus
can be safely removed once installed.
Package: libjxl-testdata
Description-md5: 92b2dcafd80a91d8c5dc160dca8ccde2
Description-en: JPEG XL Image Coding System - "JXL" (testdata)
The JPEG XL Image Coding System (ISO/IEC 18181) is a lossy and
lossless image compression format. It has a rich feature set and is
particularly optimized for responsive web environments, so that
content renders well on a wide range of devices. Moreover, it includes
several features that help transition from the legacy JPEG format.
.
This package installs the testdata files for libjxl.
Package: libkate-dev
Description-md5: ea7955d0abccb5259d206e2cfde3252c
Description-en: Codec for karaoke and text encapsulation (dev)
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
libkate provides an API for the encoding and decoding of kate files.
This package contains the development libraries.
Package: libkate-tools
Description-md5: c771130173d36e2f7c329fd922edcb38
Description-en: Utilities for mangling kate Ogg files
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
This package contains some utilities useful for debugging and tweaking
Kate files, using libkate.
Package: libkate1
Description-md5: 39ec13ea5c59b0ac8acc76b3db8228c2
Description-en: Codec for karaoke and text encapsulation
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
libkate provides an API for the encoding and decoding of kate files.
Package: libkddockwidgets-qt6-3
Description-md5: 8a8efa7e8803349366fc1554d110310c
Description-en: Dock Widget Framework for Qt
KDDockWidgets is a cross-platform Qt dock widget library suitable for
replacing QDockWidget and implementing advanced functionalities missing
in Qt. Its featurset include support for QtWidgets and QtQuick/QML, alongside
PySide2 bindings
.
This package contains the shared library.
Package: libkddockwidgets-qt6-dev
Description-md5: f46b99a3d0a45aeebf9ef455987897c1
Description-en: Dock Widget Framework for Qt - development files
KDDockWidgets is a cross-platform Qt dock widget library suitable for
replacing QDockWidget and implementing advanced functionalities missing
in Qt. Its featurset include support for QtWidgets and QtQuick/QML, alongside
PySide2 bindings
.
This package contains the files needed to compile and link programs which
use KDDockWidgets.
Package: libkf6colorscheme-data
Description-md5: eb756fea8a5c6a76915b8fdba1217b67
Description-en: Classes to read and interact with KColorScheme
This package provides classes to read and interact with KColorScheme.
.
It is part of the KDE Frameworks 6.
.
This package contains the translations.
Package: libkf6colorscheme-dev
Description-md5: 61b73164cc64929b5831f2538b36897e
Description-en: Classes to read and interact with KColorScheme - development files
This package provides classes to read and interact with KColorScheme.
.
It is part of the KDE Frameworks 6.
.
This package contains the development files for KColorScheme.
Package: libkf6colorscheme-doc
Description-md5: cd983f6e9b9f7b7bb2f3e3ee80e0ff59
Description-en: Classes to read and interact with KColorScheme - documentation
This package provides classes to read and interact with KColorScheme.
.
It is part of the KDE Frameworks 6.
.
This package contains the documentation for KColorScheme.
Package: libkf6colorscheme6
Description-md5: 3a4db5f7edc78a46423a58ff9745a27f
Description-en: Classes to read and interact with KColorScheme
This package provides classes to read and interact with KColorScheme.
.
It is part of the KDE Frameworks 6.
Package: libkf6configwidgets-data
Description-md5: 2f9e035ca5e8beb5fade7f88b1b6c113
Description-en: Extra widgets for easier configuration support
KConfigWidgets provides easy-to-use classes to create
configuration dialogs, as well as a set of widgets which
uses KConfig to store their settings.
.
This package contains the data files.
Package: libkf6configwidgets-dev
Description-md5: 8323634021d6ea80231bb080cd8471aa
Description-en: development files for kconfigwidgets
KConfigWidgets provides easy-to-use classes to create
configuration dialogs, as well as a set of widgets which
uses KConfig to store their settings.
.
Contains development files for kconfigwidgets.
Package: libkf6configwidgets-doc
Description-md5: cb7092a86a3a302eb45c0613cd402034
Description-en: Extra widgets for easier configuration support (documentation)
KConfigWidgets provides easy-to-use classes to create
configuration dialogs, as well as a set of widgets which
uses KConfig to store their settings.
.
This package contains the qch documentation files.
Package: libkf6configwidgets6
Description-md5: ace4b809bb38da796b94a7ea5a36f891
Description-en: Extra widgets for easier configuration support
KConfigWidgets provides easy-to-use classes to create
configuration dialogs, as well as a set of widgets which
uses KConfig to store their settings.
Package: libkf6dbusaddons-bin
Description-md5: 96e0caef2d7baeb821051dc2a891a973
Description-en: class library for qtdbus
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
.
This package contains kquitapp6.
Package: libkf6dbusaddons-data
Description-md5: 659a19f61ec7b8eda5be02d15b911c97
Description-en: class library for qtdbus
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
.
This package contains the translations.
Package: libkf6dbusaddons-dev
Description-md5: cff4cd2bf20993e8d0321ad071eeaac5
Description-en: development files for kdbusaddons
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
Package: libkf6dbusaddons-doc
Description-md5: ac87fa2b566e29c78b8ebe7d2c9c0550
Description-en: class library for qtdbus (documentation)
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
.
This package contains the qch documentation files.
Package: libkf6dbusaddons6
Description-md5: 259c532d5eac28569783fcfe24e0dda6
Description-en: class library for qtdbus
KDBusAddons provides convenience classes on top of QtDBus,
as well as an API to create KDED modules.
Package: libkf6globalaccel-data
Description-md5: d7c2ddd9ea56e0174d8fd13b7027884b
Description-en: Configurable global shortcut support
KGlobalAccel allows you to have global accelerators that are
independent of the focused window. Unlike regular shortcuts,
the application's window does not need focus for them to be
activated.
.
This package contains data files.
Package: libkf6globalaccel-dev
Description-md5: 3c87698d7513e4b9d895f0136d196ac4
Description-en: development files for kglobalaccel
KGlobalAccel allows you to have global accelerators that are
independent of the focused window. Unlike regular shortcuts,
the application's window does not need focus for them to be
activated.
.
Contains development files for kglobalaccel.
Package: libkf6globalaccel-doc
Description-md5: a3e03d7b8a796861c173ddb26a3200e6
Description-en: Configurable global shortcut support (documentation)
KGlobalAccel allows you to have global accelerators that are
independent of the focused window. Unlike regular shortcuts,
the application's window does not need focus for them to be
activated.
.
This package contains the qch documentation files.
Package: libkf6globalaccel6
Description-md5: 287f8830888305c1cee577589dd19e78
Description-en: Configurable global shortcut support
KGlobalAccel allows you to have global accelerators that are
independent of the focused window. Unlike regular shortcuts,
the application's window does not need focus for them to be
activated.
Package: libkf6guiaddons-bin
Description-md5: bce4dfa1c10b4d033be8c8210a468e53
Description-en: additional addons for QtGui
Qt widgets for colours, fonts and text
.
This package contains kde-geo-uri-handler.
Package: libkf6guiaddons-data
Description-md5: 54742e17e72407251aec4a9a5da5c0ca
Description-en: additional addons for QtGui
Qt widgets for colours, fonts and text
.
This package contains shared data files.
Package: libkf6guiaddons-dev
Description-md5: 82fbb03f1e1689ddae9307b2fa453ade
Description-en: development headers for the kguiaddons framework
This package contains development files for building software that uses
libraries from the kguiaddon framework
Package: libkf6guiaddons-doc
Description-md5: 71d7ba296ed1a4666c6ee69e3c031f16
Description-en: additional addons for QtGui (documentation)
Qt widgets for colours, fonts and text
.
This package contains the qch documentation files.
Package: libkf6guiaddons6
Description-md5: 87a62b14d8e5947fac2e986637819f8b
Description-en: additional addons for QtGui
Qt widgets for colours, fonts and text
Package: libkf6iconthemes-bin
Description-md5: 2afa053957d45a0bf0981bcc17bd94d3
Description-en: Support for icon themes & widgets
Library to use/access icon themes in Qt. These classes
are used by the iconloader but can be used by others too.
.
This package contains runtime binaries.
Package: libkf6iconthemes-data
Description-md5: 99bfe277536f191c54a583b6734ed489
Description-en: Support for icon themes & widgets
Library to use/access icon themes & widgets in Qt. These classes
are used by the iconloader but can be used by others too.
.
This package contains the data files.
Package: libkf6iconthemes-dev
Description-md5: 5b2f0c162288c103b40ed00bb96bffc4
Description-en: development files for kiconthemes
Library to use/access icon themes & widgets in Qt. These classes
are used by the iconloader but can be used by others too.
.
Contains development files for kiconthemes.
Package: libkf6iconthemes-doc
Description-md5: 6be107ef3d46430f2533b0f1f6116cbf
Description-en: Support for icon themes & widgets (documentation)
Library to use/access icon themes & widgets in Qt. These classes
are used by the iconloader but can be used by others too.
.
This package contains the qch documentation files.
Package: libkf6iconthemes6
Description-md5: aa8e013dc03ea0ea2c5e307de0bd4b7d
Description-en: Support for icon themes
Library to use/access icon themes & widgets in Qt. These classes
are used by the iconloader but can be used by others too.
Package: libkf6iconwidgets6
Description-md5: ef42eaab54cc31f7de465bb1815665fc
Description-en: Support for icon widgets
Library to use/access icon themes & widgets in Qt. These classes
are used by the iconloader but can be used by others too.
Package: libkf6jobwidgets-data
Description-md5: d1d3e6b42884210f45cf1baad44868b1
Description-en: widgets for tracking KJob instances - data files
Window class that associates this job with a window given by
window. This is used by KDialogJobUiDelegate as parent widget
for error messages, KWidgetJobTracker as parent widget for
progress dialogs, KIO::AbstractJobInteractionInterface as
parent widget for rename/skip dialogs and possibly more.
Overload that takes a QWindow.
.
Timestamp handling to update the last user action timestamp
to the given time. Returns the last user action timestamp.
.
This package contains the translations for the Qt6 version of KJobWidgets.
Package: libkf6jobwidgets-dev
Description-md5: 7be08f04a1461f710d5636afcfaf1ea0
Description-en: widgets for tracking KJob instances - development files
Window class that associates this job with a window given by
window. This is used by KDialogJobUiDelegate as parent widget
for error messages, KWidgetJobTracker as parent widget for
progress dialogs, KIO::AbstractJobInteractionInterface as
parent widget for rename/skip dialogs and possibly more.
Overload that takes a QWindow.
.
Timestamp handling to update the last user action timestamp
to the given time. Returns the last user action timestamp.
.
This package contains development files for the Qt6 version of KJobWidgets.
Package: libkf6jobwidgets-doc
Description-md5: d769a42ee29b0095c0b34bda956e90e7
Description-en: widgets for tracking KJob instances - documentation
Window class that associates this job with a window given by
window. This is used by KDialogJobUiDelegate as parent widget
for error messages, KWidgetJobTracker as parent widget for
progress dialogs, KIO::AbstractJobInteractionInterface as
parent widget for rename/skip dialogs and possibly more.
Overload that takes a QWindow.
.
Timestamp handling to update the last user action timestamp
to the given time. Returns the last user action timestamp.
.
This package contains the qch documentation for the Qt6 version of KJobWidgets.
Package: libkf6jobwidgets6
Description-md5: 3eb6e2eb1b48d064d59531591238a538
Description-en: widgets for tracking KJob instances
Window class that associates this job with a window given by
window. This is used by KDialogJobUiDelegate as parent widget
for error messages, KWidgetJobTracker as parent widget for
progress dialogs, KIO::AbstractJobInteractionInterface as
parent widget for rename/skip dialogs and possibly more.
Overload that takes a QWindow.
.
Timestamp handling to update the last user action timestamp
to the given time. Returns the last user action timestamp.
.
This package contains the Qt6 version of the shared library.
Package: libkf6kio-dev
Description-md5: c0ff6b419f060f50b412bad2833dbd53
Description-en: resource and network access abstraction (development files)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This package contains the development files for kio.
Package: libkf6kio-doc
Description-md5: 9e261e8f33096a98777ebdeba7586a27
Description-en: resource and network access abstraction (documentation)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This package contains the QCH documentation files.
Package: libkf6kiocore6
Description-md5: 0b5c7433e5c2ea2937fc33f605a13afd
Description-en: resource and network access abstraction (KIO core library)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This library contains the core classes.
Package: libkf6kiofilewidgets6
Description-md5: cb19470acd45ad1a9b71eb10daa72e49
Description-en: resource and network access abstraction (KIO file widgets library)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This library contains some file dialog widgets.
Package: libkf6kiogui6
Description-md5: 37f2c14c77b851264775ced201d170d7
Description-en: resource and network access abstraction (KIO gui library)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This library contains gui related jobs.
Package: libkf6kiowidgets6
Description-md5: b90444db59103185b0624869451f2f70
Description-en: resource and network access abstraction (KIO widgets library)
KDE Input/Output framework provides a single API for
operating on files, whether local or on a remote server.
Additionally, KIO Slaves provide support for individual
protocols. Some particularly useful ones are http, ftp,
sftp, smb, nfs, ssh (fish), man, tar and zip.
.
This library contains some UI widgets.
Package: libkf6konq7
Description-md5: b53d09335614e0a33c0a028f9527a392
Description-en: core library for Konqueror
Konqueror is the KDE web browser and an advanced file manager.
.
This library contains some core features of konqueror that used to be shared
with other KDE applications. It’s currently only used by Konqueror.
Package: libkf6konqsettings7
Description-md5: 78ab2d48d85ed0d0a9a00040b1e88e78
Description-en: settings management library for Konqueror
Konqueror is the KDE web browser and an advanced file manager.
.
This library contains the settings management features of Konqueror.
Package: libkf6qqc2desktopstyle-data
Description-md5: 6e88764e53694f7dfa0582aa50993480
Description-en: Qt Quick Controls 2: Desktop Style - data files
Small style written in QML for QtQuickControls2 intended to be used
by default in QQC2-based apps when used in the Plasma desktop
.
This package contains the data files.
Package: libkf6qqc2desktopstyle-dev
Description-md5: edf4940cd0b7429183d7e4facd16d0be
Description-en: Qt Quick Controls 2: Desktop Style - development files
Small style written in QML for QtQuickControls2 intended to be used
by default in QQC2-based apps when used in the Plasma desktop
.
This package contains the development files.
Package: libkf6screen8
Description-md5: 3cd8fb562d4e37428a482afe3debac1e
Description-en: library for screen management - shared library
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the shared library
Package: libkf6screendpms8
Description-md5: a521003c5532bb33d21dbe059ac61547
Description-en: library for screen management - dpms support library
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the dpms support shared library
Package: libkf6svg-dev
Description-md5: c4d7e6efeb554d35434b0d691c98149d
Description-en: library for rendering SVG-based themes - development files
Framework for rendering SVG-based themes with stylesheet re-coloring and
on-disk caching.
.
KSvg provides both C++ classes and QtQuick components to render svgs based on
image packs. Compared to plain QSvg, it caches the rendered images on disk
with KImageCache, and can re-color properly crafted svg shapes that include
internal stylesheets.
.
The default behavior is to re-color with the application palette, making it
possible to create UI elements in SVG.
.
This package contains the development files for the Qt6 version of KSvg.
Package: libkf6svg-doc
Description-md5: fd11933708cee324732983904dff9a0c
Description-en: library for rendering SVG-based themes - documentation
Framework for rendering SVG-based themes with stylesheet re-coloring and
on-disk caching.
.
KSvg provides both C++ classes and QtQuick components to render svgs based on
image packs. Compared to plain QSvg, it caches the rendered images on disk
with KImageCache, and can re-color properly crafted svg shapes that include
internal stylesheets.
.
The default behavior is to re-color with the application palette, making it
possible to create UI elements in SVG.
.
This package contains the qch documentation for the Qt6 version of KSvg.
Package: libkf6svg6
Description-md5: 45ec886331edeefe2961ccc8f3c5b7f1
Description-en: library for rendering SVG-based themes
Framework for rendering SVG-based themes with stylesheet re-coloring and
on-disk caching.
.
KSvg provides both C++ classes and QtQuick components to render svgs based on
image packs. Compared to plain QSvg, it caches the rendered images on disk
with KImageCache, and can re-color properly crafted svg shapes that include
internal stylesheets.
.
The default behavior is to re-color with the application palette, making it
possible to create UI elements in SVG.
.
This package contains the Qt6 version the shared library.
Package: libkf6textaddonswidgets1
Description-md5: a0edcb1e7ffbec7bb383f4c5805056a0
Description-en: KDE text handling addons - widgets library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text addons widgets library
Package: libkf6textautocorrectioncore1
Description-md5: 7f5520ab781f8a1e1a4c4408b01c1dcb
Description-en: KDE text handling addons - correction core library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text autocorrection core library.
Package: libkf6textautocorrectionwidgets1
Description-md5: 6173529a45da5bc4bbac92fafb176e88
Description-en: KDE text handling addons - correction widget library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text autocorrection widget library.
Package: libkf6textautogeneratetext1
Description-md5: 0f753e4d13f12d052accded49596f4c9
Description-en: KDE text handling addons - auto-generate text library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text auto-generate text library.
Package: libkf6textcustomeditor1
Description-md5: 29c86dad1d2cd40c73339fbeb809e37f
Description-en: KDE text handling addons - custom editor library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text custom editor library.
Package: libkf6textedittexttospeech1
Description-md5: e8648a3cb823a7e2085d949cb0d3571e
Description-en: KDE text handling addons - text edit text-to-speech library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text-to-speech library.
Package: libkf6textemoticonscore1
Description-md5: 9b012611a3cf027fb8300567ef4b535f
Description-en: KDE text handling addons - text emoticons library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text emoticons library.
Package: libkf6textemoticonswidgets1
Description-md5: eb9c8bb42502bd2a061c50b75898e758
Description-en: KDE text handling addons - text emoticons widgets library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the emoticons widget library.
Package: libkf6textgrammarcheck1
Description-md5: 55c8a0fab430cf91f455da5a980ff2cc
Description-en: KDE text handling addons - text grammar check library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text grammar check library.
Package: libkf6textspeechtotext1
Description-md5: fe4680ef440130b6c5e7881dc6bf6113
Description-en: KDE text handling addons - speech-to-text library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the speech-to-text library.
Package: libkf6texttranslator1
Description-md5: 65c042159295a71c9d6474fdebe41f7b
Description-en: KDE text handling addons - text translator library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text translator library.
Package: libkf6textutils1
Description-md5: 2883b053a15ea0321e1036d3806cb708
Description-en: KDE text handling addons - text utils library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the text utils library.
Package: libkf6wallet-data
Description-md5: b9224f42e02f1ce701f2b36790564366
Description-en: safe desktop-wide storage for passwords - data files
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the translation files for the KWallet framework.
Package: libkf6wallet-dev
Description-md5: e52fd6e04980f9272424d4facd1205b0
Description-en: safe desktop-wide storage for passwords - development files
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the development files for the KWallet framework.
Package: libkf6wallet-doc
Description-md5: f028668ece57797543a77edb6f1d4deb
Description-en: safe desktop-wide storage for passwords - developer documentation
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the QCH developer documentation for the KWallet
framework.
Package: libkf6wallet6
Description-md5: 86c439395e342b4d29add1ad3b18d4e3
Description-en: safe desktop-wide storage for passwords - shared library
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the shared library to interface with KWallet.
Package: libkf6walletbackend6
Description-md5: 227ff194c359765b7f4f341c807c43ef
Description-en: safe desktop-wide storage for passwords - backend library
This framework contains two main components:
- Interface to KWallet, the safe desktop-wide storage for
passwords on KDE work spaces.
- The kwalletd used to safely store the passwords on KDE work spaces.
.
This package contains the library with the password storage backend
implementation for the kwalletd daemon.
Package: libkf6windowsystem-data
Description-md5: 6689553eb9d6b86487ff0781599ecf7f
Description-en: Convenience access to certain properties and features of the window manager
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
low level classes.
.
This package contains the translations.
Package: libkf6windowsystem-dev
Description-md5: c6e5c861165c0081e498eef7a018a2e7
Description-en: development files for kwindowsystem
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
lowlevel classes.
.
Contains development files for kwindowsystem.
Package: libkf6windowsystem-doc
Description-md5: 82c73166a6143fc544a2284aeb918d4e
Description-en: Convenience access to certain properties and features of the window manager
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
low level classes.
.
This package contains the qch documentation files.
Package: libkf6windowsystem6
Description-md5: 81be536f2bbfe5be56f3edb1b85fd41a
Description-en: Convenience access to certain properties and features of the window manager
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
low level classes.
Package: libkf6xmlgui-data
Description-md5: 26ddd8d18993364adc49db3f2c093dae
Description-en: User configurable main windows
framework for designing the user interface
of an application using XML, using the idea
of actions.
.
This package contains the data files.
Package: libkf6xmlgui-dev
Description-md5: 1c02212e8593db21f7263926098ade7a
Description-en: User configurable main windows - development files
framework for designing the user interface
of an application using XML, using the idea
of actions.
.
Contains development files for kxmlgui.
Package: libkf6xmlgui-doc
Description-md5: 397aec4770c8f2141028e63134952dfa
Description-en: User configurable main windows - documentation
framework for designing the user interface
of an application using XML, using the idea
of actions.
.
This package contains the qch documentation files.
Package: libkf6xmlgui6
Description-md5: b9f975d03426f7f347a68c62af228410
Description-en: User configurable main windows
framework for designing the user interface
of an application using XML, using the idea
of actions.
Package: libkfontinst6
Description-md5: 0dc28ea6b2cfe009830fa3d892f9e49f
Description-en: Plasma Workspace fonts installation library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This package contains the fonts installation library files.
Package: libkfontinstui6
Description-md5: 74b4397758fb41620094c4b138fb57dc
Description-en: Plasma Workspace UI components for fonts installation
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This library provides UI components to manage fonts installation
used in the fonts installation KCM configuration screen.
.
This package contains the library files for the fonts installation
UI components.
Package: libkglobalacceld-dev
Description-md5: 866bcd9e66193c36dc1a5375b80c4b49
Description-en: daemon for global keyboard shortcuts on the Plasma desktop - development files
Daemon providing Global Keyboard Shortcut (Accelerator) functionality for the
Plasma desktop.
.
This package contains the development files for the shared library.
Package: libkglobalacceld0
Description-md5: f4e5aa61a323e5afbb631a4a413bae1b
Description-en: daemon for global keyboard shortcuts on the Plasma desktop - shared library
Daemon providing Global Keyboard Shortcut (Accelerator) functionality for the
Plasma desktop.
.
This package contains the shared library for interfacing with the daemon.
Package: libkgraphviewer0
Description-md5: fe0c148d24bbedd3221c931ca963ef45
Description-en: GraphViz dot graph viewer - shared library
KGraphViewer is a tool to display graphviz .dot graphs.
.
It is more generally a KPart able to display any graph data that
graphviz can handle.
.
This package contains the shared library for KGraphViewer.
Package: libkirigami-data
Description-md5: f6e74b3d953fb6b963d0ce05c59df309
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the data files.
Package: libkirigami-dev
Description-md5: d1ee49bc6948c256355ad57eb42a7d45
Description-en: set of QtQuick components targeted for mobile use (development)
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the development files.
Package: libkirigami-doc
Description-md5: 7c2cbd84dd9f274d9921373346dad08d
Description-en: set of QtQuick components targeted for mobile use (documentation)
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the qch documentation files.
Package: libkirigami6
Description-md5: 21cd720e700bb5d41b879efd32024096
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami core library.
Package: libkirigamiaddonsstatefulapp6
Description-md5: ea389c7ade83dc01eb7b8a48abd16b7d
Description-en: statefulapp library
This package contains the kirigami-addons statefulapp library.
Package: libkirigamiapp6
Description-md5: fe3a1e56443c715f5408717addcd0131
Description-en: app library
This package contains the kirigami-addons app library.
Package: libkirigamidelegates6
Description-md5: 8761944126eae3013c9a6023551822e4
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami delegates library.
Package: libkirigamidialogs6
Description-md5: a48737e0dd23492bd83ef5e289fa9303
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami dialogs library.
Package: libkirigamilayouts6
Description-md5: c35f9e5e2630c7f5529725a5b7c7f088
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami layouts library.
Package: libkirigamilayoutsprivate6
Description-md5: 31db36b2b81e57e18988403fda90943e
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami layouts private library.
Package: libkirigamiplatform6
Description-md5: 3a58c88a373951554522161aa39eb8e4
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami platform library.
Package: libkirigamipolyfill6
Description-md5: 942e535d2af7bd1e8f87cb26b385d1b7
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami polyfill library.
Package: libkirigamiprimitives6
Description-md5: 77c5970465b596b600b107cd295aee6d
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami primitives library.
Package: libkirigamiprivate6
Description-md5: e1f41910fb8cd6306df4f49374050e45
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the private objects of the kirigami library.
Package: libkirigamitemplates6
Description-md5: b72437f44805e40445e3dbb6f000f275
Description-en: set of QtQuick components targeted for mobile use
Kirigami is a set of QtQuick components at the moment targeted for
mobile use (in the future desktop as well) targeting both Plasma
Mobile and Android. A set of high level components to make the
creation of applications that look and feel great on mobile as well
as desktop devices and follow the Kirigami Human Interface
Guidelines. The target of these components is anybody that wants to
do an application using QtQuick as its main UI, especially if
targeting a mobile platform, without adding many dependencies. They
work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
Android and Windows.
.
This package contains the kirigami templates library.
Package: libkitinerary-bin
Description-md5: 9698393e97e8c3a314855aee4cd674c1
Description-en: library for Travel Reservation information - binaries
This library provides an API for Data Model and Extraction System for
Travel Reservation information.
.
This package contains the binaries like
- kitinerary-extractor
Package: libkitinerary-data
Description-md5: bed7db327055fd249cc28e8b91fd73de
Description-en: library for Travel Reservation information - arch independent data
This library provides an API for Data Model and Extraction System for
Travel Reservation information.
.
This package contains the arch independent data for KPimItinerary.
Package: libkitinerary-dev
Description-md5: 0ab6887b9204b218de8c4e0d7a22652a
Description-en: library for Travel Reservation information - development files
This library provides an API for Data Model and Extraction System for
Travel Reservation information.
.
This package contains the development files.
Package: libkleo-data
Description-md5: 2f9f8e02d88fc32d05b80a363cde7960
Description-en: KDE PIM cryptographic library, data files
This package contains the data files used by libkleo, a library for Kleopatra
and other parts of KDE using certificate-based crypto.
.
This package is part of the KDE PIM module.
Package: libkleo-dev
Description-md5: dd52c8a48af676c49c901e4f40f8c8f6
Description-en: KDE PIM cryptographic library, devel files
This package contains the development files for libkleo, a library for
Kleopatra and other parts of KDE using certificate-based crypto.
.
This package is part of the KDE PIM module.
Package: libklipper6
Description-md5: 17093a81b8715340cb7a8a5bc08572cb
Description-en: Plasma Workspaces Klipper library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
Klipper is the Plasma clipboard utility. It stores clipboard
history, and allows you to link clipboard contents to application
actions.
.
This package contains the Klipper library files.
Package: libklookandfeel6
Description-md5: 5ec8279bfecf5d6d7ee81d4813a6ab1a
Description-en: Plasma Workspaces KLookAndFeel library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This package contains the KLookAndFeel library files.
Package: libkmer-dev
Description-md5: 075a6478a30ac00e1b458e8410f3c0e3
Description-en: suite of tools for DNA sequence analysis (development lib)
The kmer package is a suite of tools for DNA sequence analysis.
It provides tools for searching (ESTs, mRNAs, sequencing reads);
aligning (ESTs, mRNAs, whole genomes); and a variety of analyses
based on kmers.
.
This package contains headers and static libraries for kmer.
Package: libkmpris6
Description-md5: cadc0aa3081d898b6da89e61d25e5d56
Description-en: Plasma Workspace MPRIS library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This library can be used to control Media Player Remote Interfacing
Specification-compatible media players.
.
This package contains Plasma Workspace MPRIS library files.
Package: libkms++-dev
Description-md5: 377381a1352185871ad34109cdc2fbb1
Description-en: C++ library for kernel mode setting - development files
C++11 library, utilities and python bindings for Linux kernel mode setting
.
This package contains the development files.
Package: libkms++0
Description-md5: b7edca95cb5ac2dac5216f36204b0227
Description-en: C++ library for kernel mode setting
C++11 library, utilities and python bindings for Linux kernel mode setting
Package: libknot-dev
Description-md5: 222569b292e4693196e25408435ddcc1
Description-en: Development files for Knot DNS shared libraries
This package provides development files for shared libraries from
Knot DNS.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: libknot16
Description-md5: 3c85ffe6321478de17dc790f4c802431
Description-en: DNS shared library from Knot DNS
This package provides a DNS shared library used by Knot DNS and
Knot Resolver.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
Package: libkonq-dev
Description-md5: ff78d9ef8147ab982d24a80e9f20fb57
Description-en: development files for the Konqueror libraries
Konqueror is the KDE web browser and an advanced file manager.
.
This package contains development files for building software that uses the
Konqueror libraries.
Package: libkontactinterface-data
Description-md5: a2a7a275f7f1a309edfaddf600a21c0e
Description-en: Kontact interface library - data files
This library provides the glue necessary for application "Parts" to be
embedded as a Kontact component (or plugin).
.
This package contains shared data files.
Package: libkontactinterface-dev
Description-md5: 5d4ec19cad08b4aa5cb9586cb7df8087
Description-en: Kontact interface library - development files
This library provides the glue necessary for application "Parts" to be
embedded as a Kontact component (or plugin).
.
This package contains the development files.
Package: libkosm1
Description-md5: 44a07da6d303ccd9418f32466955f1f6
Description-en: library for OSM data with Qt
Use OSM data with Qt data types to use it easily in your Qt applications.
.
It gives you picking support for implementing interaction with map elements.
It supports externally provided overlay elements. It allows pre-loading and
caching API for offline support in applications.
Package: libkosmindoormap1
Description-md5: 272c1a9df6c999f33e1110cd5dba56d8
Description-en: OSM multi-floor indoor map renderer
Open Street Map indoor map renderer of for example a (large) train station.
.
It has floor-level separation of OSM data and inter-floor navigation using
stairs, escalators or elevators. Information for details like a selected
amenity. Identifying railway platforms or airport gates in the map data. It is
integrated with KPublicTransport to show line icons for railway platforms, show
availability of rental bikes and get realtime equipment
(elevators/escalators/etc) status information.
Package: libkosmindoorrouting1
Description-md5: 78ab3c614666d857bd28705cfd900173
Description-en: OSM multi-floor indoor map navigation
Open Street Map indoor map navigation of for example a (large) train station.
.
It has floor-level separation of OSM data and inter-floor navigation using
stairs, escalators or elevators. Information for details like a selected
amenity. Identifying railway platforms or airport gates in the map data. It is
integrated with KPublicTransport to show line icons for railway platforms, show
availability of rental bikes and get realtime equipment
(elevators/escalators/etc) status information.
Package: libkpim6itinerary6
Description-md5: a467a95d3b36d239a58d3500e77e13b2
Description-en: library for Travel Reservation information
This library provides an API for Data Model and Extraction System for
Travel Reservation information.
Package: libkpim6kontactinterface6
Description-md5: 6f19c549a0a3669b6ef227dae99e378c
Description-en: Kontact interface library
This library provides the glue necessary for application "Parts" to be
embedded as a Kontact component (or plugin).
Package: libkpim6libkleo6
Description-md5: 134d5b675a775fa494c8a27dd857368f
Description-en: KDE PIM cryptographic library
This package contains libkleo, a library for Kleopatra and other parts of KDE
using certificate-based crypto.
.
This package is part of the KDE PIM module.
Package: libkquickimageeditor1
Description-md5: 28fd7297597fdf5edd6f6612adb2e018
Description-en: Image editing components -- shared library
A QtQuick plugin providing Image editing components.
.
This package contains its shared library.
Package: libkscreen-bin
Description-md5: 779537c3d886f56eaa6f0ad951c5184b
Description-en: library for screen management - helpers
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the library helpers and the corresponding D-Bus service.
Package: libkscreen-data
Description-md5: ec972afe639b815e89802d00b948fba2
Description-en: library for screen management - data files
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains data files.
Package: libkscreen-dev
Description-md5: 5a9972d118274e22de9a4ec2ad3410d1
Description-en: library for screen management - development files
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the files necessary for development.
Package: libkscreen-doc
Description-md5: e7e55b6f610eaa1c34ba372538615a4d
Description-en: library for screen management - documentation
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the QCH documentation files.
Package: libktextaddons-data
Description-md5: cadfc251429fbfb72865af82343758dd
Description-en: KDE text handling addons - data files
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the data files needed by KTextAddons.
Package: libktextaddons-dev
Description-md5: 3c939a6b7a9b9f7473601f47db43134c
Description-en: KDE text handling addons - development files
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the development files needed to build software using
KTextAddons.
Package: libktextaddons-doc
Description-md5: b26c37196b9b123e7fc6b5d4455fb98c
Description-en: KDE text handling addons - documentation
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package contains the qch documentation files.
Package: libkwaylandclient6
Description-md5: bee918373877d21733cbf5894eb67d58
Description-en: Qt library wrapper for Wayland libraries
KWayland provides a Qt-style Client library wrapper for
the Wayland libraries.
Package: libkwin-x11-6
Description-md5: 18724234de25581450cdaeb4cdc1fe92
Description-en: KDE window manager X11 library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package provides the shared library for KWin X11
Package: libkwin6
Description-md5: 02cae5c96f2a22c6b7bb14383d30abed
Description-en: KDE window manager library
KWin (pronounced as one syllable "kwin") is the window
manager for the KDE Plasma Desktop. It gives you complete
control over your windows, making sure they're not in the way
but aid you in your task. It paints the window decoration,
the bar on top of every window with (configurable) buttons
like close, maximize and minimize. It also handles placing
of windows and switching between them.
.
This package is part of the KDE base workspace module.
Package: libkworkspace6-6
Description-md5: 81119c72b3935cc98452ac99b3441b80
Description-en: Plasma Workspace library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This library provides the core features of Plasma Workspace like
display, login and session management.
.
This package contains the main Plasma Workspace library files.
Package: liblabltk-ocaml
Description-md5: 98b424bfb760d054aec723f15c667970
Description-en: OCaml bindings to Tcl/Tk (runtime libraries)
mlTk is a library for interfacing OCaml with the scripting language
Tcl/Tk.
.
In addition to the basic interface with Tcl/Tk, this package contains
* the "jpf" library, written by Jun P. Furuse; it contains a "file
selector" and "balloon help" support;
* the "frx" library, written by Francois Rouaix;
* the "tkanim" library, which supports animated gif loading/display.
.
This package contains runtime libraries.
Package: liblabltk-ocaml-dev
Description-md5: f59c223439cb7bcba69e72d519482e31
Description-en: OCaml bindings to Tcl/Tk (dev. libraries)
mlTk is a library for interfacing OCaml with the scripting language
Tcl/Tk.
.
In addition to the basic interface with Tcl/Tk, this package contains
* the "jpf" library, written by Jun P. Furuse; it contains a "file
selector" and "balloon help" support;
* the "frx" library, written by Francois Rouaix;
* the "tkanim" library, which supports animated gif loading/display.
.
This package contains development libraries.
Package: liblambda-term-ocaml
Description-md5: 51f23fa9648b186666da2ed5899e97ab
Description-en: terminal manipulation library for OCaml (runtime)
Lambda-term is a cross-platform library for manipulating the
terminal. It provides abstraction for keys, mouse events, colors, as
well as a set of widgets to write curses-oriented applications.
.
This package contains the runtime libraries for programs using
lambda-term.
Package: liblambda-term-ocaml-dev
Description-md5: 264bd185c54b0b39e665d1717257a7e0
Description-en: terminal manipulation library for OCaml (development tools)
Lambda-term is a cross-platform library for manipulating the
terminal. It provides abstraction for keys, mouse events, colors, as
well as a set of widgets to write curses-oriented applications.
.
This package contains the development stuff needed to use the
lambda-term library in your programs.
Package: liblammps-dev
Description-md5: bd3e5f34aab7356671f9f3cbf2018f6a
Description-en: Molecular Dynamics Simulator (dev files)
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
.
This package contains development files and headers to build applications
using the LAMMPS shared library.
Package: liblammps0t64
Description-md5: 95a8c59b10a7cfd9e036bde06240f237
Description-en: Molecular Dynamics Simulator (shared library)
LAMMPS is a classical molecular dynamics code, and an acronym for Large-scale
Atomic/Molecular Massively Parallel Simulator.
.
LAMMPS has potentials for soft materials (biomolecules, polymers) and
solid-state materials (metals, semiconductors) and coarse-grained or
mesoscopic systems. It can be used to model atoms or, more generically, as a
parallel particle simulator at the atomic, meso, or continuum scale.
.
LAMMPS runs on single processors or in parallel using message-passing
techniques and a spatial-decomposition of the simulation domain. The code is
designed to be easy to modify or extend with new functionality.
.
This package provides the LAMMPS shared library.
Package: liblastlog2-2-dbgsym
Description-md5: 21386af2b11cee5f1c76ec43cfc99eca
Description-en: debug symbols for liblastlog2-2
Package: liblayershellqtinterface-dev
Description-md5: bb3e33cfa62482008540b5073b2a6a45
Description-en: use the Wayland wl-layer-shell protocol - development files
Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol.
.
This package includes the development files.
Package: liblayershellqtinterface6
Description-md5: 6638d50a465e2e7a05fde00aeb52b106
Description-en: use the Wayland wl-layer-shell protocol - run-time library
Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol.
.
This package includes the library.
Package: liblcm-bin
Description-md5: 4274875216cece18f151e775ddec15df
Description-en: Lightweight Communications and Marshalling - Executable tools
LCM is a set of libraries and tools for message passing and data marshalling,
targeted at real-time systems where high-bandwidth and low latency are
critical. It provides a publish/subscribe message passing model and automatic
marshalling/unmarshalling code generation with bindings for applications in a
variety of programming languages.
.
This package provides the executable tools.
Package: liblcm-dev
Description-md5: 1f882d937c0e6f3f03e9f6c90c860dd6
Description-en: Lightweight Communications and Marshalling - Dev files
LCM is a set of libraries and tools for message passing and data marshalling,
targeted at real-time systems where high-bandwidth and low latency are
critical. It provides a publish/subscribe message passing model and automatic
marshalling/unmarshalling code generation with bindings for applications in a
variety of programming languages.
.
This package provides the development files.
Package: liblcm-doc
Description-md5: d885d269e0488eab93e32e0cdfd3ae62
Description-en: Lightweight Communications and Marshalling - Documentation
LCM is a set of libraries and tools for message passing and data marshalling,
targeted at real-time systems where high-bandwidth and low latency are
critical. It provides a publish/subscribe message passing model and automatic
marshalling/unmarshalling code generation with bindings for applications in a
variety of programming languages.
.
This package contains the documentation.
Package: liblcm-java
Description-md5: d8aff6a9cdb9aeee76e083fc03bafa2f
Description-en: Lightweight Communications and Marshalling - Java Interface
LCM is a set of libraries and tools for message passing and data marshalling,
targeted at real-time systems where high-bandwidth and low latency are
critical. It provides a publish/subscribe message passing model and automatic
marshalling/unmarshalling code generation with bindings for applications in a
variety of programming languages.
.
This package provides the Java interface.
Package: liblcm1
Description-md5: d0ea6c854930be67ba42299c8060a113
Description-en: Lightweight Communications and Marshalling - Runtime lib
LCM is a set of libraries and tools for message passing and data marshalling,
targeted at real-time systems where high-bandwidth and low latency are
critical. It provides a publish/subscribe message passing model and automatic
marshalling/unmarshalling code generation with bindings for applications in a
variety of programming languages.
.
This package provides the runtime libraries.
Package: libldap-ocaml-dev
Description-md5: 7b20c3d2c5f6c4acfa94587b72a7d8c4
Description-en: LDAP bindings for OCaml
It supports the core ldap-client functions, including search, add,
modify, and delete.
.
It has now an object oriented interface which supports the above
features, and some additional ones. Such as, nice data structures
for local ldap entries which record local modifications and can sync
them with the server, fewer arguments needed to perform simple
tasks, and an API modeled after Perl's Net::LDAP.
Package: libldns-dev
Description-md5: 083ea4a865b476e84786300526909749
Description-en: ldns library for DNS programming - development files
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.
.
This package contains development libraries and headers.
Package: libldns3t64
Description-md5: 3da740c827b863503b94731195876d8d
Description-en: ldns library for DNS programming - shared 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.
.
This package contains shared libraries.
Package: libledit-ocaml-dev
Description-md5: 44cf919b826bff2e61cf92762546b6ed
Description-en: OCaml line editor library
Ledit is a line editor, allowing to use control commands like in emacs
or in shells (bash, tcsh). To be used with interactive commands. It is
written in OCaml and Camlp4 and uses the library unix.cma.
.
This package ships Ledit as a development library, so that you can use
it to build interactive programs with line editing capabilities.
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: liblfortran-dev
Description-md5: a643a92d9e9a3654638ff6a774cd2d08
Description-en: flang library - Development package.
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
.
This provides the static libraries and development files.
Package: liblfortran-runtime0
Description-md5: 6ad21e393761b8fa15fc18b08d55bfaf
Description-en: Runtime libraries for the lfortran compiler
LFortran is a modern open-source (BSD licensed) interactive Fortran compiler
built on top of LLVM. It can execute user’s code interactively to allow
exploratory work (much like Python, MATLAB or Julia) as well as compile
to binaries with the goal to run user’s code on modern architectures such
as multi-core CPUs and GPUs.
.
This provides the lfortran runtime libraries.
Package: liblink-grammar-dev
Description-md5: 023e81a4e6d9d8f23955eda45864e7b2
Description-en: Carnegie Mellon University's link grammar parser (development headers)
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar"
(1991), the authors defined a new formal grammatical system called a
"link grammar". A sequence of words is in the language of a link
grammar if there is a way to draw "links" between words in such a way
that the local requirements of each word are satisfied, the links do
not cross, and the words form a connected graph. The authors encoded
English grammar into such a system, and wrote this program to parse
English using this grammar.
.
link-grammar can be used for linguistic parsing for information
retrieval or extraction from natural language documents. It can also be
used as a grammar checker.
.
This package contains the header files and static libraries
Package: liblink-grammar-java
Description-md5: 475a227d03017085f3efa2946401d4e7
Description-en: Carnegie Mellon University's link grammar parser (JNI library)
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar"
(1991), the authors defined a new formal grammatical system called a
"link grammar". A sequence of words is in the language of a link
grammar if there is a way to draw "links" between words in such a way
that the local requirements of each word are satisfied, the links do
not cross, and the words form a connected graph. The authors encoded
English grammar into such a system, and wrote this program to parse
English using this grammar.
.
link-grammar can be used for linguistic parsing for information
retrieval or extraction from natural language documents. It can also be
used as a grammar checker.
.
This package contains a Java JNI library for using link-grammar from your java
applications.
Package: liblink-grammar5t64
Description-md5: a11da3adcce316ad119e709647d6e2de
Description-en: Carnegie Mellon University's link grammar parser (libraries)
In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar"
(1991), the authors defined a new formal grammatical system called a
"link grammar". A sequence of words is in the language of a link
grammar if there is a way to draw "links" between words in such a way
that the local requirements of each word are satisfied, the links do
not cross, and the words form a connected graph. The authors encoded
English grammar into such a system, and wrote this program to parse
English using this grammar.
.
link-grammar can be used for linguistic parsing for information
retrieval or extraction from natural language documents. It can also be
used as a grammar checker.
.
This package contains the shared library.
Package: libllama-dev
Description-md5: 4a8ad0e6daf8ef8c891ab3ef35259ce8
Description-en: LLM inference in C/C++ - headers and development files
The main goal of llama.cpp is to enable LLM inference with minimal setup and
state-of-the-art performance on a wide range of hardware - locally and in the
cloud.
.
* Plain C/C++ implementation without any dependencies
* Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
and Metal frameworks
* AVX, AVX2, AVX512 and AMX support for x86 architectures
* 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
for faster inference and reduced memory use
* Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
via HIP and Moore Threads MTT GPUs via MUSA)
* Vulkan and SYCL backend support
* CPU+GPU hybrid inference to partially accelerate models larger than the
total VRAM capacity
.
The compute functionality is provided by ggml. By default, ggml's CPU backend
is installed, but there are many other backends for CPUs and GPUs.
.
This package provides the llama.cpp library headers and development files.
Note that these libraries are not yet stable, so they are installed to
private directories for now.
Package: libllama0
Description-md5: 5de991542cb2b0126a0d383452d4ff1c
Description-en: LLM inference in C/C++ - libraries
The main goal of llama.cpp is to enable LLM inference with minimal setup and
state-of-the-art performance on a wide range of hardware - locally and in the
cloud.
.
* Plain C/C++ implementation without any dependencies
* Apple silicon is a first-class citizen - optimized via ARM NEON, Accelerate
and Metal frameworks
* AVX, AVX2, AVX512 and AMX support for x86 architectures
* 1.5-bit, 2-bit, 3-bit, 4-bit, 5-bit, 6-bit, and 8-bit integer quantization
for faster inference and reduced memory use
* Custom CUDA kernels for running LLMs on NVIDIA GPUs (support for AMD GPUs
via HIP and Moore Threads MTT GPUs via MUSA)
* Vulkan and SYCL backend support
* CPU+GPU hybrid inference to partially accelerate models larger than the
total VRAM capacity
.
The compute functionality is provided by ggml. By default, ggml's CPU backend
is installed, but there are many other backends for CPUs and GPUs.
.
This package contains the libllama and libmtmd libraries. Note that these
libraries are not yet stable, so they are installed to private directories
for now.
Package: liblld-17
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-17-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-18
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-18-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-19
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-19-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-20
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-20-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-21
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package contains the LLD runtime library.
Package: liblld-21-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblld-22
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-22-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM
Project.
.
This package provides the header files to build extension over lld.
Package: liblldb-17-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-17t64
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-18
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-18-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-19
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-19-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-20
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-20-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-21
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package contains the LLDB runtime library.
Package: liblldb-21-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: liblldb-22
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-22-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
LLDB is a next generation, high-performance debugger. It is built as a set of
reusable components which highly leverage existing libraries in the larger LLVM
Project, such as the Clang expression parser and LLVM disassembler.
.
This package provides the header files to build extension over lldb.
Package: libllvm-17-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-18-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-19-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-20-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-21-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm-22-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Package: libllvm17t64
Description-md5: a8854f4edf76a8c14ce34dc209bd1d11
Description-en: Modular compiler and toolchain technologies, runtime library
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
This package contains the LLVM runtime library.
Package: libllvm18
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: libllvm19
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: libllvm22
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-18-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: libllvmlibc-19-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: 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: libllvmlibc-21-dev
Description-md5: b678725717171e9f1656f9727ef63f83
Description-en: LLVM C Library - dev package
Implementation of the C standard library targeting C17 and above.
.
This is an experimental project. Don't use in production.
Package: libllvmlibc-22-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: libllvmspirvlib-21-dev
Description-md5: fcddd340f01c10dfca707c1e80606070
Description-en: bi-directional translator for LLVM/SPIRV -- development files
SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This
package includes a library and a tool for translation between LLVM IR
and SPIR-V.
.
This package includes static libs and headers for development.
Package: libllvmspirvlib21.1
Description-md5: 4658473b768e76c3b2f17ecbd52f8807
Description-en: bi-directional translator for LLVM/SPIRV -- shared library
SPIRV-LLVM-translator is a LLVM/SPIRV bi-directional translator. This
package includes a library and a tool for translation between LLVM IR
and SPIR-V.
.
This package includes the shared library.
Package: liblnk-dev
Description-md5: 8c527fa4d1a1bbff76a459631e62f3bb
Description-en: Windows Shortcut File format access library -- development files
liblnk is a library to access the Windows Shortcut File (LNK) format.
.
This package includes the development support files.
Package: liblnk-utils
Description-md5: a606a52dd4d1d78f88f780a92454d505
Description-en: Windows Shortcut File format access library -- Utilities
liblnk is a library to access the Windows Shortcut File (LNK) format.
.
This package contains lnkinfo, a tool to determine information about
a Windows Shortcut File.
Package: liblnk1t64
Description-md5: 85314865eac7cf483d7c93b144d957c3
Description-en: Windows Shortcut File format access library
liblnk is a library to access the Windows Shortcut File (LNK) format.
.
This package contains the shared library.
Package: liblogs-ocaml
Description-md5: 0c304d192500aec1626644a68e65d2ea
Description-en: logging infrastructure for OCaml (runtime)
Logs provides a logging infrastructure for OCaml. Logging is
performed on sources whose reporting level can be set
independently. Log message report is decoupled from logging and is
handled by a reporter.
.
A few optional log reporters are distributed with the base library
and the API easily allows you to implement your own.
.
This package contains runtime files.
Package: liblogs-ocaml-dev
Description-md5: 918a406baa5d1019b1f0a75a69fe1f05
Description-en: logging infrastructure for OCaml (development)
Logs provides a logging infrastructure for OCaml. Logging is
performed on sources whose reporting level can be set
independently. Log message report is decoupled from logging and is
handled by a reporter.
.
A few optional log reporters are distributed with the base library
and the API easily allows you to implement your own.
.
This package contains development files.
Package: liblomiri-location-service-dev
Description-md5: 5b8d02736bfd1468ac1b0c191600d92a
Description-en: Lomiri Location Service (development files)
Aggregates position/velocity/heading updates and exports them over DBus.
.
This package contains header files required to develop clients talking to the
Lomiri Location Service.
Package: liblomiri-location-service3
Description-md5: c6cb991b42765105f7d9b9c6d77ac099
Description-en: Lomiri Location Service client library
Aggregates position/velocity/heading updates and exports them over DBus.
.
This package contains the shared library needed by client applications.
Package: liblomiri-private0
Description-md5: f062670035d03ae5eaf24a30c663dca4
Description-en: Lomiri Operating Environment's Shell (private libs)
Lomiri is an operating environment optimized for touch based
human-machine interaction, but also supporting convergence (i.e.
switching between tablet/phone and desktop mode). Lomiri is the user
shell driving Ubuntu Touch based mobile devices.
.
This package contains the private libraries for QML and other components
only used by the Lomiri Shell.
Package: liblttoolbox3
Description-md5: 3dd75916523be5d1f6e1f1a24c225e72
Description-en: Shared library for lttoolbox
The lttoolbox contains the augmented letter transducer tools for natural
language processing used by Apertium, a platform for building rule-based
and hybrid machine translation systems. The software is also useful
for making morphological analysers and generators for natural language
processing applications.
.
This package provides shared library for lttoolbox.
Package: libluksde-dev
Description-md5: bf6d34e235ccfa3b1b20d823ad0109dd
Description-en: library to access LUKS Disk Encryption volumes -- development files
libluksde is a library to access LUKS Disk Encryption volumes.
.
This package includes the development support files.
Package: libluksde-utils
Description-md5: 3138e0f4ca04b6b171299f0152206f6c
Description-en: library to access LUKS Disk Encryption volumes -- Utilities
libluksde is a library to access LUKS Disk Encryption volumes.
.
This package contains tools to access data ...
Package: libluksde1t64
Description-md5: 7761ec54caa764feb8741d2932656b9c
Description-en: library to access LUKS Disk Encryption volumes
libluksde is a library to access LUKS Disk Encryption volumes.
.
This package contains the shared library.
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: liblwt-log-ocaml
Description-md5: bd007b69ca5fd9052a018c510d5256c9
Description-en: optimised functions to read and write int16/32/64 (runtime)
Lwt_log is a Lwt-friendly logging library. The library is split into
two ocamlfind packages. The "basic" lwt_log includes Unix log
destination support, such as files and syslog, and
Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable
for targeting JavaScript in the browser, or elsewhere where Unix is
not available.
.
This package contains the runtime files.
Package: liblwt-log-ocaml-dev
Description-md5: 319ff0c1a2833f92ed6387c90bb61690
Description-en: Lwt-friendly logging library (development)
Lwt_log is a Lwt-friendly logging library. The library is split into
two ocamlfind packages. The "basic" lwt_log includes Unix log
destination support, such as files and syslog, and
Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable
for targeting JavaScript in the browser, or elsewhere where Unix is
not available.
.
This package contains the development files.
Package: liblwt-ocaml
Description-md5: 9a92aa1fd4c0739e2b6697cf09b27b72
Description-en: cooperative light-weight thread library for OCaml (runtime)
Lwt is a library for cooperative threads implemented in a monadic style.
Unlike preemptive threads, cooperative threads do not use a scheduler to
distribute processor time between threads. Instead, each thread must
announce that it wants to let the others run.
.
This package contains runtime libraries for programs using core Lwt.
Package: liblwt-ocaml-dev
Description-md5: 9cc00ecb2977eef354c4cc4a3b7427ea
Description-en: cooperative light-weight thread library for OCaml
Lwt is a library for cooperative threads implemented in a monadic style.
Unlike preemptive threads, cooperative threads do not use a scheduler to
distribute processor time between threads. Instead, each thread must
announce that it wants to let the others run.
.
This package contains all the development stuff you need to use the
core Lwt OCaml library in your programs.
Package: liblwt-ssl-ocaml
Description-md5: de93671d346106c017868705b6e8c740
Description-en: OCaml OpenSSL binding with concurrent I/O (runtime)
An Lwt-enabled wrapper around OCaml-SSL, that performs I/O
concurrently. Ocaml-SSL, in turn, is a binding to the much-used
OpenSSL.
.
This package contains runtime files.
Package: liblwt-ssl-ocaml-dev
Description-md5: 8a188c3a36d2786f0b0fb104acdc3119
Description-en: OCaml OpenSSL binding with concurrent I/O (dev)
An Lwt-enabled wrapper around OCaml-SSL, that performs I/O
concurrently. Ocaml-SSL, in turn, is a binding to the much-used
OpenSSL.
.
This package contains development files.
Package: liblxqt-globalkeys-ui2
Description-md5: 312affdb3c55103de523fe96b1e3a365
Description-en: daemon used to register global keyboard shortcuts (ui files)
Daemon used to register global keyboard shortcuts.
.
This package contain the ui for LXQt globalkeys.
Package: liblxqt-globalkeys-ui2-dev
Description-md5: a25866eeca4543aa9d58fd833bfbf6ac
Description-en: daemon used to register global keyboard shortcuts (ui dev files)
Daemon used to register global keyboard shortcuts.
.
This package contain the ui development files.
Package: liblxqt-globalkeys2
Description-md5: acc94226ed39dda478160762fa143cfd
Description-en: daemon used to register global keyboard shortcuts (shared libs)
Daemon used to register global keyboard shortcuts.
.
This package contain the shared libs for LXQt globalkeys.
Package: liblxqt-globalkeys2-dev
Description-md5: 9efffca638647ceeb2b0737caab3e5dc
Description-en: daemon used to register global keyboard shortcuts (dev files)
Daemon used to register global keyboard shortcuts.
.
This package contain the development files.
Package: liblxqt-l10n
Description-md5: c5e08788ff977106ca902255202d830e
Description-en: Language package for liblxqt
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contains the l10n files needed by liblxqt.
Package: liblxqt2
Description-md5: bf3e7cd9a378b3284147d4b0e7a1697f
Description-en: Shared libraries for LXQt desktop environment (libs)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contains the shared libraries needed by the LXQt desktop
environment.
Package: liblxqt2-dev
Description-md5: 8175aaaa9c67f299c849c26ae002a0e3
Description-en: Shared libraries for LXQt desktop environment (dev)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contain the development files.
Package: libm2k-dev
Description-md5: e9bdcaee0ced15339aaa881aa00b9afd
Description-en: ADI library headers for interfacing with the ADALM2000
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the C++ headers and development files.
Package: libm2k-doc
Description-md5: 9e2fe923c9478e050f85fc8194edc7b5
Description-en: ADI ADALM2000 documentation
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the Doxygen made documentation.
Package: libm2k0.9.0
Description-md5: 37d1bbc4ad8102102afcf9e21f847576
Description-en: ADI library for interfacing with the ADALM2000
libm2k is a C++ library for interfacing with the ADALM2000.
These M2K components represent the functionalities of ADALM2000:
.
- AnalogIn - oscilloscope or voltmeter
- AnalogOut - signal generator
- Digital - logic analyzer or pattern generator
- PowerSupply - constant voltage generator
- DMM - digital multimeter
.
This package installs the C++ library itself.
Package: libmailutils-dev
Description-md5: ad111e18158039f8492c52b4325559d9
Description-en: development files for GNU mailutils
GNU Mailutils is a rich and powerful protocol-independent mail framework.
It contains a series of useful mail libraries, clients, and servers.
.
This package includes the development files for GNU mailutils and
GNU's Mail abstraction library.
Package: libmailutils9t64
Description-md5: 3a19b102336d5639c842ef925f5fa286
Description-en: GNU Mail abstraction library
GNU Mailutils is a rich and powerful protocol-independent mail framework.
It contains a series of useful mail libraries, clients, and servers.
.
This is GNU's Mail abstraction library. This library allows programs to
hook into a single library for many different types of mail backends.
The following backend stores are currently provided: mbox, mh, maildir,
dotmail, pop3, imap4.
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: libmariadb-dev
Description-md5: 8a4024b869a14aa1c459413a6bb63140
Description-en: MariaDB database development files
MariaDB 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 MariaDB are speed, robustness and
ease of use.
.
This package includes development libraries and header files to allow sources
expecting the MariaDB Connector/C to build. Sources that expect the MySQL
client libraries should use files from the libmariadb-dev-compat package.
Package: libmariadb-dev-compat
Description-md5: 4e4bcacf382bb1ad738f392fb886a606
Description-en: MariaDB Connector/C, compatibility symlinks
MariaDB 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 MariaDB are speed, robustness and
ease of use.
.
This package includes compatibility symlinks to allow sources expecting the
MySQL client libraries to be built against MariaDB Connector/C.
Package: libmariadb3
Description-md5: c48685b906f3842ee48fd71db5681868
Description-en: MariaDB database client library
MariaDB 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 MariaDB are speed, robustness and
ease of use.
.
This package includes the client library.
Package: libmariadbd-dev
Description-md5: 7db3cf98f13e6c2679120ae92a13e990
Description-en: MariaDB embedded database, development files package
MariaDB 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 MariaDB are speed, robustness and
ease of use.
.
This package includes the MariaDB embedded server library development and
header files.
Package: libmariadbd19t64
Description-md5: a85241d1aa0dccaa3ede8bda094b9117
Description-en: MariaDB embedded database, shared library
MariaDB 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 MariaDB are speed, robustness and
ease of use.
.
This package includes a shared library for embedded MariaDB applications.
Package: libmarkup-lwt-ocaml
Description-md5: 0106c905300889b917ae24c2c6522c1d
Description-en: adapter between Markup.ml and Lwt (runtime)
Markup.ml provides an HTML parser and an XML parser. The parsers are
wrapped in a simple interface: they are functions that transform byte
streams to parsing signal streams. Streams can be manipulated in
various ways, such as processing by fold, filter, and map, assembly
into DOM tree structures, or serialization back to HTML or XML.
.
Both parsers are based on their respective standards. The HTML
parser, in particular, is based on the state machines defined in
HTML5.
.
The parsers are error-recovering by default, and accept
fragments. This makes it very easy to get a best-effort parse of some
input. The parsers can, however, be easily configured to be strict,
and to accept only full documents.
.
Apart from this, the parsers are streaming (do not build up a
document in memory), non-blocking (can be used with threading
libraries), lazy (do not consume input unless the signal stream is
being read), and process the input in a single pass. They
automatically detect the character encoding of the input stream, and
convert everything to UTF-8.
.
This package contains the adapter between Markup.ml and Lwt.
.
This package contains runtime files.
Package: libmarkup-lwt-ocaml-dev
Description-md5: e8c5ac64363e2a4c362454d030606ef7
Description-en: adapter between Markup.ml and Lwt (dev files)
Markup.ml provides an HTML parser and an XML parser. The parsers are
wrapped in a simple interface: they are functions that transform byte
streams to parsing signal streams. Streams can be manipulated in
various ways, such as processing by fold, filter, and map, assembly
into DOM tree structures, or serialization back to HTML or XML.
.
Both parsers are based on their respective standards. The HTML
parser, in particular, is based on the state machines defined in
HTML5.
.
The parsers are error-recovering by default, and accept
fragments. This makes it very easy to get a best-effort parse of some
input. The parsers can, however, be easily configured to be strict,
and to accept only full documents.
.
Apart from this, the parsers are streaming (do not build up a
document in memory), non-blocking (can be used with threading
libraries), lazy (do not consume input unless the signal stream is
being read), and process the input in a single pass. They
automatically detect the character encoding of the input stream, and
convert everything to UTF-8.
.
This package contains the adapter between Markup.ml and Lwt.
.
This package contains development files.
Package: libmarkup-ocaml
Description-md5: 3694c8b1244565400b83095ac37bf6c0
Description-en: error-recovering functional HTML5 and XML parsers and writers (runtime)
Markup.ml provides an HTML parser and an XML parser. The parsers are
wrapped in a simple interface: they are functions that transform byte
streams to parsing signal streams. Streams can be manipulated in
various ways, such as processing by fold, filter, and map, assembly
into DOM tree structures, or serialization back to HTML or XML.
.
Both parsers are based on their respective standards. The HTML
parser, in particular, is based on the state machines defined in
HTML5.
.
The parsers are error-recovering by default, and accept
fragments. This makes it very easy to get a best-effort parse of some
input. The parsers can, however, be easily configured to be strict,
and to accept only full documents.
.
Apart from this, the parsers are streaming (do not build up a
document in memory), non-blocking (can be used with threading
libraries), lazy (do not consume input unless the signal stream is
being read), and process the input in a single pass. They
automatically detect the character encoding of the input stream, and
convert everything to UTF-8.
.
This package contains runtime files.
Package: libmarkup-ocaml-dev
Description-md5: 13e4e7296f23acaf08aa8a390c1e8b77
Description-en: error-recovering functional HTML5 and XML parsers and writers (dev files)
Markup.ml provides an HTML parser and an XML parser. The parsers are
wrapped in a simple interface: they are functions that transform byte
streams to parsing signal streams. Streams can be manipulated in
various ways, such as processing by fold, filter, and map, assembly
into DOM tree structures, or serialization back to HTML or XML.
.
Both parsers are based on their respective standards. The HTML
parser, in particular, is based on the state machines defined in
HTML5.
.
The parsers are error-recovering by default, and accept
fragments. This makes it very easy to get a best-effort parse of some
input. The parsers can, however, be easily configured to be strict,
and to accept only full documents.
.
Apart from this, the parsers are streaming (do not build up a
document in memory), non-blocking (can be used with threading
libraries), lazy (do not consume input unless the signal stream is
being read), and process the input in a single pass. They
automatically detect the character encoding of the input stream, and
convert everything to UTF-8.
.
This package contains development files.
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: libmdx-ocaml
Description-md5: 48f56c988850dfe300a9bb81b2affaa3
Description-en: execute OCaml code inside markdown documentation -- runtime files
Executing code blocks within documentation allows them to
be kept up to date. It supports Markdown and mli/mld
documentation types.
.
This package contains only the executables
Package: libmdx-ocaml-dev
Description-md5: 9886832a48936889e53507e2299dee8c
Description-en: execute OCaml code inside markdown documentation -- development files
Executing code blocks within documentation allows them to
be kept up to date. It supports Markdown and mli/mld
documentation types.
.
This package contains all the development stuff you need to develop
OCaml programs which use ocaml-mdx.
Package: libmeryl-dev
Description-md5: 9f7832d4a21dbee43ec075eb1c1484c1
Description-en: in- and out-of-core kmer counting and utilities (development lib)
meryl computes the kmer content of genomic sequences. Kmer
content is represented as a list of kmers and the number of
times each occurs in the input sequences. The kmer can be
restricted to only the forward kmer, only the reverse kmer,
or the canonical kmer (lexicographically smaller of the
forward and reverse kmer at each location). Meryl can
report the histogram of counts, the list of kmers and their
counts, or can perform mathematical and set operations
on the processed data files.
.
This package contains the static libraries and header files.
Package: libmetkit-data
Description-md5: e17aed0c2e16f83f05902006ac4a1168
Description-en: Data used by the ECMWF Metkit Library
MetKit is a toolkit from ECMWF for manipulating and describing
meteorological objects, implementing the MARS language and associated
processing and semantics.
.
This package contains data used by Metkit
Package: libmetkit-dev
Description-md5: b404f9e9f4b2eda46ac44f899fd39740
Description-en: Development files for the Metkit toolkit
MetKit is a toolkit from ECMWF for manipulating and describing
meteorological objects, implementing the MARS language and associated
processing and semantics.
.
This package provides shared libraries and headers.
Package: libmetkit-utils
Description-md5: 18ec69375ccc709635f8cf67931673dc
Description-en: Utilities for the MetKit MARS access library
MetKit is a toolkit from ECMWF for manipulating and describing
meteorological objects, implementing the MARS language and associated
processing and semantics.
.
This package contains the tool 'parse-mars-request'
Package: libmetkit0d
Description-md5: ffd1c836e3d87e69b2df136b1d6bd4dc
Description-en: Library for Meteorology tookit, implementing MARS language
MetKit is a toolkit from ECMWF for manipulating and describing
meteorological objects, implementing the MARS language and associated
processing and semantics.
MARS is the Meteorological Archive Retrieval System from ECMWF.
Package: libmetview-dev
Description-md5: aab56829c1a4f7ec880dc0283fb8b3eb
Description-en: Development files for MetView
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
This package provides static libraries and include files for building
Metview-based software.
Package: libmetview0d
Description-md5: 538ea032789f4cb1b8c6534dbc24d0df
Description-en: Shared libraries for MetView
Metview has been designed as a flexible, modular and extendible system
able to accommodate the evolving needs of the user.
The system is based on the ECMWF standards for graphics (Magics) and
data access (MARS) but can also access locally stored data.
The user interface is based on Motif and Qt. Metview is a
fully distributed system where modules can run on different workstations
and servers.
.
This package provides shared libraries and for Metview-based software.
Package: libmew-vi-ocaml
Description-md5: 855329812a550d5986fdd4dcd24b64cb
Description-en: modal editing witch, VI interpreter (runtime)
This is a vi-like modal editing engine generator.
.
This package contains the runtime libraries for programs using
mew_vi.
Package: libmew-vi-ocaml-dev
Description-md5: 9ff7a555a430a569f554687993e9bba3
Description-en: modal editing witch, VI interpreter (dev)
This is a vi-like modal editing engine generator.
.
This package contains the development stuff needed to use the
mew_vi library in your programs.
Package: libmicrohttpd-dev
Description-md5: 086a03adbfa00b9ffca631a67418ab82
Description-en: library embedding HTTP server functionality (development)
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application.
.
This package contains the development files.
Package: libmicrohttpd12t64
Description-md5: d303341b1bf70eb61d7c833dbe882057
Description-en: library embedding HTTP server functionality
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
an HTTP server as part of another application. Key features that distinguish
GNU Libmicrohttpd from other projects are:
.
* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is HTTP 1.1 compliant
* HTTP server can listen on multiple ports
* Four different threading models (select, poll, pthread, thread pool)
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data (optional)
* Support for basic and digest authentication (optional)
* Support for SSL3 and TLS
Package: libmilter-dev
Description-md5: e961a139d1a575ab5b69e686c367e8be
Description-en: Sendmail Mail Filter API (Milter) (development files)
The Sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order
to filter meta-information (headers) and content.
.
The Debian Sendmail package is built to support libmilter.
.
This is the libmilter static library and include files for development.
.
The documentation on building a Milter is in the sendmail-doc package.
Package: libmilter1.0.1
Description-md5: 1ab872167c7f9ea0ae2341dd78f2e74a
Description-en: Sendmail Mail Filter API (Milter)
The Sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order
to filter meta-information(headers) and content.
.
The Debian Sendmail package is built to support libmilter.
.
This package contains libmilter.so
Package: libmirage-crypto-ocaml
Description-md5: 592614841e50dec730bb2ce61f97fe48
Description-en: simple symmetric cryptography for the modern age (runtime)
Mirage-crypto provides symmetric ciphers (DES, AES, RC4,
ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).
.
Mirage-crypto-rng provides a random number generator interface, and
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in
the unix sublibrary).
.
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
.
Mirage-crypto-ec provides an implementation of key exchange (ECDH)
and digital signature (ECDSA/EdDSA) algorithms using code from Fiat
(https://github.com/mit-plv/fiat-crypto). The curves P224
(SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1),
and 25519 (X25519, Ed25519) are implemented by this package.
.
This package contains the shared runtime libraries.
Package: libmirage-crypto-ocaml-dev
Description-md5: eeb78e422b88d8f8bed2e34e22d2eb9b
Description-en: cryptography in OCaml for the modern age (dev)
Mirage-crypto provides symmetric ciphers (DES, AES, RC4,
ChaCha20/Poly1305), and hashes (MD5, SHA-1, SHA-2).
.
Mirage-crypto-rng provides a random number generator interface, and
implementations: Fortuna, HMAC-DRBG, getrandom/getentropy based (in
the unix sublibrary).
.
Mirage-crypto-pk provides public-key cryptography (RSA, DSA, DH).
.
Mirage-crypto-ec provides an implementation of key exchange (ECDH)
and digital signature (ECDSA/EdDSA) algorithms using code from Fiat
(https://github.com/mit-plv/fiat-crypto). The curves P224
(SECP224R1), P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1),
and 25519 (X25519, Ed25519) are implemented by this package.
.
This package contains development files.
Package: libmirage-kv-mem-ocaml
Description-md5: c57b9783e23fa505c117fd8329953b16
Description-en: in-memory key value store for MirageOS (runtime)
Implements the mirage-kv interface, but does not provide a persistent
data storage. Use for testing or amnesia.
.
This package contains the shared runtime libraries.
Package: libmirage-kv-mem-ocaml-dev
Description-md5: fc4beb961c789ed8a0cb2fa321956148
Description-en: in-memory key value store for MirageOS (dev)
Implements the mirage-kv interface, but does not provide a persistent
data storage. Use for testing or amnesia.
.
This package contains development files.
Package: libmirage-kv-ocaml
Description-md5: 08add48189b10e3d9ba3ad922da68136
Description-en: MirageOS signatures for key/value devices (runtime)
mirage-kv provides the Mirage_kv.RO and Mirage_kv.RW signatures the
MirageOS key/value devices should implement.
.
This package contains the shared runtime libraries.
Package: libmirage-kv-ocaml-dev
Description-md5: dd01809123654fadcdcc3e105a0f08d8
Description-en: MirageOS signatures for key/value devices (dev)
mirage-kv provides the Mirage_kv.RO and Mirage_kv.RW signatures the
MirageOS key/value devices should implement.
.
This package contains development files.
Package: libmirage-ptime-ocaml
Description-md5: 7fb26a8cd113a5191d607fd98f2c971d
Description-en: libraries and module types for portable clocks (runtime)
This library implements portable support for an operating system
timesource that is compatible with the MirageOS library interfaces
found in: https://github.com/mirage/mirage
.
It implements a POSIX clock which counts time since the Unix epoch.
.
This package contains runtime files.
Package: libmirage-ptime-ocaml-dev
Description-md5: 423bb8d48af8f4d42493fb6a1d0a9bc4
Description-en: libraries and module types for portable clocks (development)
This library implements portable support for an operating system
timesource that is compatible with the MirageOS library interfaces
found in: https://github.com/mirage/mirage
.
It implements a POSIX clock which counts time since the Unix epoch.
.
This package contains development files.
Package: libmlir-17-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-17t64
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-18
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-18-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-19
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-19-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-20
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-20-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-21
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-21-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
Novel approach to building reusable and extensible compiler infrastructure.
MLIR aims to address software fragmentation, improve compilation for
heterogeneous hardware, significantly reduce the cost of building domain
specific compilers, and aid in connecting existing compilers together.
Package: libmlir-22
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-22-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: libmlpack-dev
Description-md5: 5660c8c90c61f0ce67048a9b1b536b58
Description-en: intuitive, fast, scalable C++ machine learning library (development libs)
This package contains the mlpack Library development files.
.
Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
machine learning library, meant to be a machine learning analog to
LAPACK. It aims to implement a wide array of machine learning
methods and function as a "swiss army knife" for machine learning
researchers.
Package: libmlpost-ocaml-dev
Description-md5: 509e61867830c36e51f91be45359cc66
Description-en: OCaml interface to Metapost (library)
Mlpost is an OCaml library for scientific drawing. It relies on
Metapost, giving the possibility to include (La)TeX fragments.
Mlpost users can use the full power of OCaml to generate their
diagrams, including static typing and the possibility to use any
OCaml library. Moreover, Mlpost promotes a declarative style quite
different from existing tools.
.
This package contains the library itself.
Package: libmlpost-ocaml-doc
Description-md5: f36265c83c23574bbab096c6c49e1311
Description-en: Objective Caml interface to Metapost (doc)
Mlpost is an OCaml library for scientific drawing. It relies on
Metapost, giving the possibility to include (La)TeX fragments.
Mlpost users can use the full power of OCaml to generate their
diagrams, including static typing and the possibility to use any
OCaml library. Moreover, Mlpost promotes a declarative style quite
different from existing tools.
.
This package contains the API reference of the library.
Package: libmlt++-dev
Description-md5: 4d6b5bbde9cc62c5817cd8317333a0ef
Description-en: MLT multimedia framework C++ wrapper (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the static libraries and headers for developing
applications that use the MLT multimedia framework C++ wrapper.
Package: libmlt++7
Description-md5: aca1ad662b6b3311655b23307bbc7454
Description-en: MLT multimedia framework C++ wrapper (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the files necessary for running applications that
use the MLT multimedia framework C++ wrapper.
Package: libmlt-data
Description-md5: b51503d2acd3e514d41cada40a978ea6
Description-en: multimedia framework (data)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the data files for the MLT multimedia framework.
Package: libmlt-dev
Description-md5: 560d6021b000ad5387abd7a319907b74
Description-en: multimedia framework (development)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the static libraries and headers for developing
applications that use the MLT multimedia framework.
Package: libmlt7
Description-md5: eafc70788fe70ed5740aa0a320784b9c
Description-en: multimedia framework (runtime)
MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types of
applications. The functionality of the system is provided via an assortment
of ready to use tools, xml authoring components, and an extendible plug-in
based API.
.
This package contains the files necessary for running applications that
use the MLT multimedia framework.
Package: libmodi-dev
Description-md5: e37c7aeb727d6e47c1f4dfd7b59e34d1
Description-en: Mac OS disk image format access library -- development files
libmodi is a library to access the Mac OS disk image format.
.
This package includes the development support files.
Package: libmodi-utils
Description-md5: e14f74ff23e7376b5bb55b2b1b75e799
Description-en: Mac OS disk image format access library -- Utilities
libmodi is a library to access the Mac OS disk image format.
.
This package contains
- modiinfo, a utility to determine information about a Mac OS disk image
- modimount, a tool to mount a Mac OS disk image file
Package: libmodi1
Description-md5: 3798a3a9484a1fcd0f6589c45512f30f
Description-en: Mac OS disk image format access library
libmodi is a library to access the Mac OS disk image format.
.
This package contains the shared library.
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-relatedclassroles-perl
Description-md5: d7f9e1a1c842796b44995e9fa8028919
Description-en: module for applying Moose roles to a related class
Frequently, you have to use a class that provides some foo_class accessor or
attribute as a method of dependency injection. Use MooseX::RelatedClassRoles
when you'd rather apply roles to make your custom foo_class instead of
manually setting up a subclass.
Package: libmorbig-ocaml-dev
Description-md5: ba5ef021c11ef2ee4b4950a4fe7b7a8f
Description-en: OCaml libraries of the morbig shell parser (development files)
Morbig is a parser for shell scripts that are written in the POSIX
shell script language. It parses the scripts statically, that is
without executing them, and constructs a concrete syntax tree for
each of them. The concrete syntax trees are built using constructors
according to the shell grammar of the POSIX standard.
.
This package contains the development stuff you need to use morbig for
the development of programs. It provides, among others, functions for
parsing shell scripts, the type definition of concrete syntax trees,
and functions for reading and writing concrete syntax trees.
Package: libmorsmall-ocaml-dev
Description-md5: 37af2166c902045c700f2913c257a622
Description-en: OCaml libraries for abstract syntax of shell scripts
The morsmall library defines a type for abstract syntax trees of
POSIX shell scripts. It also provides a converter from the concrete
syntax trees produced by the morbig parser to abstract syntax, and
a printer from abstract syntax to shell.
.
This development library is only useful when you are developing
OCaml programs that act on shell scripts.
Package: libmosquitto-dev
Description-md5: c7c1d296f95ce5d3f19f1eff322ffba8
Description-en: MQTT version 5.0/3.1.1/3.1 client library, development files
This is the header and man page for the libmosquitto1 C library, which is a
library for implementing MQTT version 5.0/3.1.1/3.1 clients. This package is
needed to do development with libmosquitto1.
Package: libmosquitto1
Description-md5: d6db03b5024e1bf84fc82288546d2e4d
Description-en: MQTT version 5.0/3.1.1/3.1 client library
This is a C library for implementing MQTT version 5.0/3.1.1/3.1 clients.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
Package: libmosquittopp-dev
Description-md5: c5f9bbcc930cd67ad24072907bcd3b2a
Description-en: MQTT version 3.1 client C++ library, development files
This is the header and man page for the libmosquittopp1 C++ library, which is
a library for implementing MQTT version 3.1 clients. This package is needed to
do development with libmosquittopp1.
Package: libmosquittopp1
Description-md5: 0c7667ef38834199bd13c53fd6b80d2a
Description-en: MQTT version 5.0/3.1.1/3.1 client C++ library
This is a C++ library for implementing MQTT version 5.0/3.1.1/3.1 clients.
.
MQTT provides a method of carrying out messaging using a publish/subscribe
model. It is lightweight, both in terms of bandwidth usage and ease of
implementation. This makes it particularly useful at the edge of the network
where a sensor or other simple device may be implemented using an arduino for
example.
Package: libmount1-dbgsym
Description-md5: 3f176eaa1ca310b5fee75bc23c03ca3f
Description-en: debug symbols for libmount1
Package: libmshr-dev
Description-md5: 030d0d5edf8a0ebdc16a43e2117ceaac
Description-en: Shared links and header files for mshr
mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries
described by Constructive Solid Geometry (CSG) or from surface files,
utilizing CGAL and Tetgen as mesh generation backends.
.
This package contains the development files, and also the
utility program mshrable.
Package: libmshr-dev-common
Description-md5: 025640f976ad77260e91edcf0c1dc2f4
Description-en: Shared links and header files for mshr
mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries
described by Constructive Solid Geometry (CSG) or from surface files,
utilizing CGAL and Tetgen as mesh generation backends.
.
This package contains the common headers and development files.
Package: libmshr2019.2
Description-md5: 98e1c2d6b1d51adfc8932768e0d1f845
Description-en: Shared libraries for mshr
mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries
described by Constructive Solid Geometry (CSG) or from surface files,
utilizing CGAL and Tetgen as mesh generation backends.
.
This package contains the shared libraries.
Package: libmshr64-2019.2
Description-md5: 0f5043b117636dfc84b0acc6ca6ed610
Description-en: Shared libraries for mshr with 64-bit indexing
mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries
described by Constructive Solid Geometry (CSG) or from surface files,
utilizing CGAL and Tetgen as mesh generation backends.
.
This package contains the shared libraries with support for
64-bit indexing (libdolfin64 and PETSc-64).
Package: libmshr64-dev
Description-md5: 41614ce468f586fe0c16604da0bef628
Description-en: Shared links and header files for mshr with 64-bit indexing
mshr generates simplicial DOLFIN meshes in 2D and 3D from geometries
described by Constructive Solid Geometry (CSG) or from surface files,
utilizing CGAL and Tetgen as mesh generation backends.
.
This package contains the development files with support for
64-bit indexing (libdolfin64 and PETSc-64).
Package: libmsiecf-dev
Description-md5: 51a72abfbec3c08d9578db4a08f812ae
Description-en: Microsoft Internet Explorer Cache File access library -- development files
libmsiecf is a library to access the Microsoft Internet Explorer
(MSIE) Cache File (index.dat) files.
.
This package includes the development support files.
Package: libmsiecf-utils
Description-md5: d9a22e29c04bd434470ed61cd9550e95
Description-en: Microsoft Internet Explorer Cache File access library -- Utilities
libmsiecf is a library to access the Microsoft Internet Explorer
(MSIE) Cache File (index.dat) files.
.
This package contains tools to access data stored in index.dat files:
msiecfexport, msiecfinfo.
Package: libmsiecf1t64
Description-md5: 618c14c263bf713f588eb80e2b1b3176
Description-en: Microsoft Internet Explorer Cache File access library
libmsiecf is a library to access the Microsoft Internet Explorer
(MSIE) Cache File (index.dat) files.
.
This package contains the shared library.
Package: libmtime-ocaml
Description-md5: 41f48143c22ec9d29e39d6de1d4e1625
Description-en: monotonic wall-clock time for OCaml (runtime)
Mtime has platform independent support for monotonic wall-clock time
in pure OCaml. This time increases monotonically and is not subject
to operating system calendar time adjustments. The library has types
to represent nanosecond precision timestamps and time spans.
.
This package contains runtime files.
Package: libmtime-ocaml-dev
Description-md5: a031637f7535850f100bacff852cdf14
Description-en: monotonic wall-clock time for OCaml (development)
Mtime has platform independent support for monotonic wall-clock time
in pure OCaml. This time increases monotonically and is not subject
to operating system calendar time adjustments. The library has types
to represent nanosecond precision timestamps and time spans.
.
This package contains development files.
Package: libmu-dbm9t64
Description-md5: 2aa73cd0d8a4ffdab7ed230774df26e4
Description-en: GNU Mail abstraction library -- dbm support
GNU Mailutils is a rich and powerful protocol-independent mail framework.
It contains a series of useful mail libraries, clients, and servers.
.
This is GNU's Mail abstraction library dbm support component. This library
allows programs to hook into a single library for many different types of
mail backends. The following backend stores are currently provided: mbox,
mh, maildir, dotmail, pop3, imap4.
Package: libmulticore-bench-ocaml-dev
Description-md5: 614b634769bc87b35944b1529504d274
Description-en: framework for writing multicore benchmark executables
Multicore bench is a framework for writing multicore
benchmark executables to run locally on your computer and
on current-bench.
Package: libmusic-dev
Description-md5: a5e50c9d0fb03b123c6533f9334581f6
Description-en: Multi-Simulation Coordinator for MPI -- Development files
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the header files which are needed to compile
and link programs against libmusic.
Package: libmusic1t64
Description-md5: c929caad0761ce3cedba865a3aa1b814
Description-en: Multi-Simulation Coordinator for MPI -- Runtime library
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
a cluster computer. Typical usage cases are connecting models
developed for different simulators and connecting a parallel
simulator to a post-processing tool.
.
This package contains the MUSIC library.
Package: libmutter-test-18
Description-md5: 0e619df20013f2831da3a5dfc3597711
Description-en: Test helper library for GNOME's window manager library
Mutter is a Wayland display server and X11 window manager and
compositor library. It contains functionality related to, among other
things, window management, window compositing, focus tracking, workspace
management, keybindings and monitor configuration.
.
This package contains a private library used by the automated tests for
mutter and gnome-shell. It should not be used by non-GNOME packages.
Package: libnanovdb-dev
Description-md5: b535e163d230be950d22adcff158bf75
Description-en: Sparse Volume Processing toolkit - NanoVDB - dev
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for developping NanoVDB applications
Package: libnanovdb-tools
Description-md5: 4ff38c6c193042c810745d6c8b6c3136
Description-en: Sparse Volume Processing toolkit - NanoVDB - runtime
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the runtime. It installs nanovdb_convert,
nanovdb_print, nanovdb_validate.
Package: libnbd-bin
Description-md5: d828962b95ed02ba9a8272638715cda2
Description-en: Utilities using the Network Block Device client library
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains utilities that make use of libnbd:
.
- nbdcopy
- nbddiscard
- nbddump
- nbdfuse
- nbdinfo
- nbdzero
Package: libnbd-dev
Description-md5: 177999def0eb7c9610d511b838c14b91
Description-en: Network Block Device client library -- development files
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains the development files.
Package: libnbd-ocaml
Description-md5: db5d8b5abeb70b006dae91a1009761e6
Description-en: Network Block Device client library -- OCaml bindings
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains the OCaml bindings to libnbd.
Package: libnbd-ocaml-dev
Description-md5: 174a81577292d238af4e3a727e837cc8
Description-en: Network Block Device client library -- OCaml development files
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains all the files needed to develop OCaml programs
which use OCaml bindings to libnbd.
Package: libnbd0
Description-md5: da99f9821cdc8826ed7d870a6201d13b
Description-en: Network Block Device client library -- shared library
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
The key features are:
.
* Synchronous and asynchronous APIs, both for ease of use and for
writing non-blocking, multithreaded clients.
.
* High performance.
.
* Minimal dependencies for the basic library.
.
* Well-documented, stable API.
.
* Bindings in several programming languages.
.
This package contains the shared library.
Package: 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: libnethttpd-ocaml-dev
Description-md5: e5cd53edb89f11d396d36ca5724baa7c
Description-en: OCaml application-level Internet libraries - HTTP daemon development libraries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the development stuff you need to use the
nethttpd library in your programs.
Package: libnetpbm-dev
Description-md5: 79e6c450cdf1b6e25cc7f14d625db16c
Description-en: Graphics conversion tools development libraries and header files
Netpbm is a toolkit for manipulation of graphic images, including
conversion of images between a variety of different formats. There
are over 220 separate tools in the package including converters for
more than 80 graphics formats.
.
This development package contains the library and header
files for the pbm, pgm, pnm, and ppm graphics formats.
Package: libnetpbm11t64
Description-md5: 3636fad4e9228905a1bd589e452e1335
Description-en: Graphics conversion tools shared libraries
Netpbm is a toolkit for manipulation of graphic images, including
conversion of images between a variety of different formats. There
are over 220 separate tools in the package including converters for
more than 80 graphics formats.
.
This package contains the shared libraries used by netpbm.
Package: libnginx-mod-http-auth-pam
Description-md5: f5d57dbf0c65acd242b1a0560e3e3bfd
Description-en: PAM authentication module for Nginx
The nginx_http_auth_pam module enables authentication using PAM.
.
The module uses PAM as a backend for simple http authentication. It
also allows setting the pam service name to allow more fine grained control.
Package: libnginx-mod-http-auth-spnego
Description-md5: a79c15be4d6a290433d15749f69f742b
Description-en: SPNEGO authentication module for Nginx
This module enables authentication using the Simple and Protected GSSAPI
Negotiation Mechanism (SPNEGO, RFC4559).
.
Currently, the only supported mechanism is Kerberos, including unconstrained
and constrained (S4U2Proxy) delegations.
Package: libnginx-mod-http-brotli-filter
Description-md5: 7dba050ba818197c55675628661cc9da
Description-en: Brotli lossless compression support for Nginx - filter
Brotli is a generic-purpose lossless compression algorithm that compresses
data using a combination of a modern variant of the LZ77 algorithm, Huffman
coding and 2nd order context modeling, with a compression ratio comparable
to the best currently available general-purpose compression methods. It is
similar in speed with deflate but offers more dense compression.
.
ngx_brotli filter module - used to compress responses on-the-fly
Package: libnginx-mod-http-brotli-static
Description-md5: bbe2653cb5ff287965d8af352d9343f4
Description-en: Brotli lossless compression support for Nginx - static
Brotli is a generic-purpose lossless compression algorithm that compresses
data using a combination of a modern variant of the LZ77 algorithm, Huffman
coding and 2nd order context modeling, with a compression ratio comparable
to the best currently available general-purpose compression methods. It is
similar in speed with deflate but offers more dense compression.
.
ngx_brotli static module - used to serve pre-compressed files
Package: libnginx-mod-http-cache-purge
Description-md5: 398ab43d3187cbe8c5005bbdf7b75662
Description-en: Purge content from Nginx caches
Cache Purge module adds purging capabilities to Nginx. It allows purging
content from caches used by all of Nginx proxy modules, like FastCGI, Proxy,
SCGI and uWSGI.
Package: libnginx-mod-http-dav-ext
Description-md5: 2690910ae7bd132adb0173b9b23604dc
Description-en: WebDAV missing commands support for Nginx
WebDAV Ext module complements the Nginx WebDAV module to provide a full
WebDAV support.
.
WebDAV Ext provides the missing PROPFIND & OPTIONS methods.
Package: libnginx-mod-http-echo
Description-md5: abf85fee1f5ab07e15ef30313071a5b7
Description-en: Bring echo and more shell style goodies to Nginx
Echo module wraps lots of Nginx internal APIs for streaming input and output,
parallel/sequential subrequests, timers and sleeping, as well as various meta
data accessing.
.
Basically it provides various utilities that help testing and debugging of
other modules by trivially emulating different kinds of faked subrequest
locations.
.
People will also find it useful in real-world applications that need to:
.
1. Serve static contents directly from memory.
2. Wrap the upstream response with custom header and footer (kinda like the
addition module but with contents read directly from the config file and
Nginx variables).
3. Merge contents of various "Nginx locations" (i.e., subrequests) together in
a single main request (using echo_location and its friends).
Package: libnginx-mod-http-fancyindex
Description-md5: 6258d67cce31732f8e890750dae6ebf2
Description-en: Fancy indexes module for the Nginx
The Fancy Index module makes possible the generation of file listings, like
the built-in autoindex module does, but adding a touch of style by introducing
ways to customize the result.
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-headers-more-filter
Description-md5: 92b32d38fc0fbbbb77340cc1cd063a62
Description-en: Set and clear input and output headers for Nginx
The Headers More module allows you to add, set, or clear any output or input
header that you specify.
.
This is an enhanced version of the standard headers module because it provides
more utilities like resetting or clearing "builtin headers" like Content-Type,
Content-Length, and Server.
Package: libnginx-mod-http-js
Description-md5: 61959d74cc01dded460ac2dee5c00467
Description-en: JavaScript HTTP module for Nginx
This module extends Nginx with configuration directives
that allows one to run a subset of ECMAScript 5.1 (and later
extensions) language.
It features integration with
- response body filter
- location content handler
- http, server, location variables
Package: libnginx-mod-http-lua
Description-md5: 54f5fee9d10603d78e3df169c29b9a06
Description-en: Lua module for Nginx
Embed Lua runtime into nginx.
.
This module embeds Lua, via LuaJIT 2-5.1, into Nginx and by leveraging Nginx's
subrequests, allows the integration of the powerful Lua threads
(Lua coroutines) into the Nginx event model.
Package: libnginx-mod-http-memc
Description-md5: afc06075a90b7ce92188834379e657ca
Description-en: Extended memcached commands module for Nginx
This module supports almost the whole memcached ascii protocol,
and provides many more commands than the embedded memcached
module in Nginx.
The libnginx-mod-http-srcache-filter module can be configured to
use that module to cache responses.
Package: libnginx-mod-http-modsecurity
Description-md5: cf6069c86447e84ccb42a9bc146d26f0
Description-en: WAF module for Nginx
The ModSecurity-nginx connector is the connection point between nginx and
libmodsecurity (ModSecurity v3). Said another way, this project provides a
communication channel between nginx and libmodsecurity. This connector is
required to use LibModSecurity with nginx.
Package: libnginx-mod-http-ndk
Description-md5: bb02698c2bb350fa8b6c2dddcabc6895
Description-en: Nginx Development Kit module
The NDK is an Nginx module that is designed to extend the core functionality of
the excellent Nginx webserver in a way that can be used as a basis of other
Nginx modules.
.
It has functions and macros to deal with generic tasks that don't currently
have generic code as part of the core distribution. The NDK itself adds few
features that are seen from a user's point of view - it's just designed to help
reduce the code that Nginx module developers need to write.
Package: libnginx-mod-http-ndk-dev
Description-md5: d5bfb575bac18bb8782020a118890ca0
Description-en: Nginx Development Kit module - development files
The NDK is an Nginx module that is designed to extend the core functionality of
the excellent Nginx webserver in a way that can be used as a basis of other
Nginx modules.
.
This package provides development headers and necessary config scripts
for the Nginx development kit module, useful to develop and link third party
additions to the Debian nginx web/proxy server packages using Nginx
development kit module.
.
Development files.
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-http-push-stream
Description-md5: c248a8a0206584b88aca7f44495c5c24
Description-en: HTTP push stream module for Nginx
This module lets Nginx handles HTTP push streams like
Event Source, WebSocket, Long Polling, JSONP, M-JPEG, and more.
Package: libnginx-mod-http-set-misc
Description-md5: a2bbf49ebe1dcc528e2b19ea61131151
Description-en: Extended rewrite directives module for Nginx
This module provides more directives that can be used in
the Nginx rewrite phase, like the 'set' directive.
- URI escaping and unescaping
- JSON quoting
- digests encoding and decoding
- random number generator
Package: libnginx-mod-http-srcache-filter
Description-md5: 5e6432a021d64b2ee25e230f89e246a5
Description-en: Transparent caching layer for Nginx
This module provides a transparent caching layer for arbitrary nginx
locations. The caching behavior is mostly compatible with RFC 2616.
It allows full configuration through its nginx directives.
Package: libnginx-mod-http-subs-filter
Description-md5: a29d97dc83cda7588ba1e3de961c7413
Description-en: Substitution filter module for Nginx
Substitution Nginx module can do both regular expression and fixed string
substitutions on response bodies. The module is quite different from Nginx's
native Substitution module. It scans the output chains buffer and
matches string line by line, just like Apache's mod_substitute.
Package: libnginx-mod-http-uploadprogress
Description-md5: 488a4ddc35482d27784766b871e61d3a
Description-en: Upload progress system for Nginx
Upload progress module is an implementation of an upload progress system, that
monitors RFC1867 POST uploads as they are transmitted to upstream servers.
.
It works by tracking the uploads proxied by Nginx to upstream servers without
analysing the uploaded content and offers a web API to report upload progress
in Javscript, Json or any other format.
Package: libnginx-mod-http-upstream-fair
Description-md5: e1780a80134775b6bb0a8cbe12e76218
Description-en: Nginx Upstream Fair Proxy Load Balancer
The Nginx fair proxy balancer enhances the standard round-robin load balancer
provided with Nginx so that it tracks busy backend servers and adjusts
balancing accordingly.
Package: libnginx-mod-nchan
Description-md5: d6ec98083d8ecb11ff9c5cd125dedf07
Description-en: Fast, flexible pub/sub server for Nginx
Nchan is a scalable, flexible pub/sub server for the modern web, It can be
configured as a standalone server, or as a shim between your application and
tens, thousands, or millions of live subscribers. It can buffer messages in
memory, on-disk, or via Redis. All connections are handled asynchronously and
distributed among any number of worker processes. It can also scale to many
nginx server instances with Redis.
.
Full documentation available at https://nchan.slact.net
Package: libnginx-mod-rtmp
Description-md5: 21c88e68945f219c2a8efff37ad9e624
Description-en: RTMP support for Nginx
The nginx RTMP module is a fully-featured streaming solution implemented in
nginx.
.
It provides the following features:
- Live streaming with RTMP, HLS and MPEG-DASH;
- RTMP Video on Demand from local or HTTP sources;
- Stream relay support via a push or pull model;
- Integrated stream recording;
- and more.
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: libnginx-mod-stream-js
Description-md5: 619066440c51bfa4f62afc9e9eceb89a
Description-en: JavaScript Stream module for Nginx
This module extends Nginx with configuration directives
that allows one to run a subset of ECMAScript 5.1 (and later
extensions) language.
It features integration with
- the access phase
- the content phase
- stream, server variables
Package: libnglib-6.2t64
Description-md5: 749dde83fc8c0f63e018605be247d718
Description-en: Automatic 3d tetrahedral mesh generator shared library
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains the shared libraries.
Package: libnglib-dev
Description-md5: 688d6219dad630c08a816fa98ae2a6fb
Description-en: Automatic 3d tetrahedral mesh generator development files
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains the static libraries and header files.
Package: libnotificationmanager1
Description-md5: 2a62fef8881e2f1eab4ca93f6e3a28cd
Description-en: Plasma Workspace notification manager library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
This library is responsible for listing notifications, closing them
and interacting with them in Plasma.
.
This package contains the notification manager library files.
Package: libnproc-ocaml-dev
Description-md5: d7c1d7c761b371acc9516ecb27ee85b6
Description-en: process pool implementation for OCaml
Nproc is a process pool implementation for OCaml. A process pool is a
fixed set of processes that perform arbitrary computations for a
master process, in parallel and without blocking the master. Master
and workers communicate by message-passing. Nproc relies on fork,
pipes, Marshal and Lwt.
.
This package contains the development modules you need to use Nproc
in your programs.
Package: libnss-libvirt
Description-md5: c74cf9f1252c4873853aa409030d9c12
Description-en: virtualization library - NSS plugins
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains two NSS plugins: the 'libvirt_guests' plugin resolves
the name of the domain to its IP address, while the 'libvirt' plugin looks
at the hostname configured inside the guest OS instead. Both can be enabled
at the same time.
Package: libnss-myhostname
Description-md5: 0980255dcdd179a9442647b0c4bdcb7c
Description-en: nss module providing fallback resolution for the current hostname
This package contains a plugin for the Name Service Switch, providing host
name resolution for the locally configured system hostname as returned by
gethostname(2). It returns all locally configured public IP addresses or -- if
none are configured, the IPv4 address 127.0.0.2 (which is on the local
loopback) and the IPv6 address ::1 (which is the local host).
.
A lot of software relies on that the local host name is resolvable. This
package provides an alternative to the fragile and error-prone manual editing
of /etc/hosts.
.
Installing this package automatically adds myhostname to /etc/nsswitch.conf.
Package: libnss-resolve
Description-md5: 2dce7349d41cde95481f217d1250a7a1
Description-en: nss module to resolve names via systemd-resolved
nss-resolve is a plugin for the GNU Name Service Switch (NSS) functionality
of the GNU C Library (glibc) providing DNS and LLMNR resolution to programs via
the systemd-resolved daemon (provided in the systemd-resolved package).
.
Installing this package automatically adds resolve to /etc/nsswitch.conf.
Package: libnum-ocaml
Description-md5: c7645f0ae07e788a4922176c3460f5c1
Description-en: library for arbitrary-precision and rational arithmetic (runtime)
This OCaml library implements arbitrary-precision arithmetic on big
integers and on rationals.
.
This is a legacy library. It used to be part of the core OCaml
distribution (in otherlibs/num) but is now distributed separately. New
applications that need arbitrary-precision arithmetic should use the
Zarith library (https://github.com/ocaml/Zarith) instead of the Num
library, and older applications that already use Num are encouraged to
switch to Zarith. Zarith delivers much better performance than Num and
has a nicer API.
.
This package contains runtime files.
Package: libnum-ocaml-dev
Description-md5: 8762f0ab01f1b1ec32e62aa775f7fd59
Description-en: library for arbitrary-precision and rational arithmetic (development)
This OCaml library implements arbitrary-precision arithmetic on big
integers and on rationals.
.
This is a legacy library. It used to be part of the core OCaml
distribution (in otherlibs/num) but is now distributed separately. New
applications that need arbitrary-precision arithmetic should use the
Zarith library (https://github.com/ocaml/Zarith) instead of the Num
library, and older applications that already use Num are encouraged to
switch to Zarith. Zarith delivers much better performance than Num and
has a nicer API.
.
This package contains development files.
Package: liboasis-ocaml
Description-md5: 514a01748b74de9813274c364123d570
Description-en: Build-system generation for OCaml projects -- runtime
OASIS generates a full configure, build and install system for your
application. It starts with a simple `_oasis` file at the toplevel of your
project and creates everything required.
.
It uses external tools like OCamlbuild and it can be considered as the glue
between various subsystems that do the job. It should support the following
tools:
.
- OCamlbuild
- OMake (todo)
- OCamlMakefile (todo),
- ocaml-autoconf (todo)
.
It also features a do-it-yourself command line invocation and an internal
configure/install scheme. Libraries are managed through findlib. It has been
tested on GNU Linux and Windows.
.
OASIS supports standard entry points and descriptions. It helps to
integrates your libraries and software with third parties tools like GODI.
.
This package contains the shared runtime libraries and plugins.
Package: liboasis-ocaml-dev
Description-md5: 471a4dba708dd56b9ae240659b5ca6fb
Description-en: Build-system generation for OCaml projects -- development files
OASIS generates a full configure, build and install system for your
application. It starts with a simple `_oasis` file at the toplevel of your
project and creates everything required.
.
It uses external tools like OCamlbuild and it can be considered as the glue
between various subsystems that do the job. It should support the following
tools:
.
- OCamlbuild
- OMake (todo)
- OCamlMakefile (todo),
- ocaml-autoconf (todo)
.
It also features a do-it-yourself command line invocation and an internal
configure/install scheme. Libraries are managed through findlib. It has been
tested on GNU Linux and Windows.
.
OASIS supports standard entry points and descriptions. It helps to
integrates your libraries and software with third parties tools like GODI.
.
This package contains the development files needed for using OASIS as
a library.
Package: liboasis-ocaml-doc
Description-md5: 0db33e744e19f74233e5ddc10f34716d
Description-en: Architecture for building OCaml libraries and applications
OASIS generates a full configure, build and install system for your
application. It starts with a simple `_oasis` file at the toplevel of your
project and creates everything required.
.
It uses external tools like OCamlbuild and it can be considered as the glue
between various subsystems that do the job. It should support the following
tools:
.
- OCamlbuild
- OMake (todo)
- OCamlMakefile (todo),
- ocaml-autoconf (todo)
.
It also features a do-it-yourself command line invocation and an internal
configure/install scheme. Libraries are managed through findlib. It has been
tested on GNU Linux and Windows.
.
OASIS supports standard entry points and descriptions. It helps to
integrates your libraries and software with third parties tools like GODI.
.
This package contains the documentation.
Package: libobjc-15-dev
Description-md5: 7ff3333ac4ef3f78ec469fae5e05bf5d
Description-en: Runtime library for GNU Objective-C applications (development files)
This package contains the headers and static library files needed to build
GNU ObjC applications.
Package: libobs-dev
Description-md5: 225773aeb3e625b11d710d9b8c43c078
Description-en: recorder and streamer for live video content (development files)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the development files.
Package: libobs0t64
Description-md5: e656b9704323c8e11d168b672bfabb94
Description-en: recorder and streamer for live video content (shared library)
OBS Studio is designed for efficiently recording and streaming live video
content. It supports live RTP streaming to various streaming sites.
.
This package contains the shared library libobs.
Package: libobus-ocaml
Description-md5: 6f2a20757691a18a1b983ef212a31a3c
Description-en: pure OCaml implementation of D-Bus (runtime)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
This package contains dynamically loadable plugins of OBus.
Package: libobus-ocaml-bin
Description-md5: a8bf004ef9dfcd573ccb84376066a1dc
Description-en: pure OCaml implementation of D-Bus (command-line tools)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
This package contains command-line tools useful for using OBus.
Package: libobus-ocaml-dev
Description-md5: e72147b0cd345487307857daceca669c
Description-en: pure OCaml implementation of D-Bus (development files)
OBus is a pure OCaml implementation of D-Bus. It aims to provide a
clean and easy way for OCaml programmers to access and provide D-Bus
services.
.
D-Bus is a message bus, used for sending messages between
applications. It supports broadcast messages, asynchronous messages
(thus decreasing latency), authentication, and more. It is designed
to be low-overhead. D-Bus also supports a method call mapping for its
messages.
.
This package contains development files of OBus.
Package: libocamlformat-ocaml
Description-md5: 217c873d2d56d2faa24563c75205ecc0
Description-en: auto-formatter for OCaml code (runtime library)
ocamlformat is a code formatter for OCaml. It comes with opinionated
default settings but is also fully customizable to suit your coding
style.
- Profiles: ocamlformat offers profiles with predefined formatting
configurations.
- Configurable: Users can change the formatting profile and configure
every option in their .ocamlformat configuration file.
- Format Comments: ocamlformat can format comments, docstrings, and
even code blocks in your comments.
- RPC: ocamlformat provides an RPC server that can be used by other
tools to easily format OCaml Code.
.
This package contains the runtime library for programs using
the ocamlformat library.
Package: libocamlformat-ocaml-dev
Description-md5: bee0a175060186b9c6d2bb7a3197dd21
Description-en: auto-formatter for OCaml code (development library)
ocamlformat is a code formatter for OCaml. It comes with opinionated
default settings but is also fully customizable to suit your coding
style.
- Profiles: ocamlformat offers profiles with predefined formatting
configurations.
- Configurable: Users can change the formatting profile and configure
every option in their .ocamlformat configuration file.
- Format Comments: ocamlformat can format comments, docstrings, and
even code blocks in your comments.
- RPC: ocamlformat provides an RPC server that can be used by other
tools to easily format OCaml Code.
.
This package contains the development stuff needed to use the
ocamlformat library in your programs.
Package: libocamlnet-ocaml
Description-md5: 33181c622e82fb74e3c7f57d4257a6c3
Description-en: OCaml application-level Internet libraries - core runtime libraries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains only the shared runtime stub libraries for the
core Ocamlnet libraries. Stub libraries for SSL-related components are
available in the libocamlnet-ssl-ocaml-dev package.
Package: libocamlnet-ocaml-bin
Description-md5: 59cf3fa95bb1763c17ae84793c2ca566
Description-en: OCaml application-level Internet libraries - binaries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the binaries ocamlrpcgen (a helper for creating
RPC stubs) and netplex-admin (generic administration tool for netplex
systems).
Package: libocamlnet-ocaml-dev
Description-md5: 76b84269a8f0c304d3a7ba727b770ce5
Description-en: OCaml application-level Internet libraries - core development libraries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the development stuff you need to use the core
Ocamlnet libraries in your programs. The following libraries are
packaged separately: SSL-related libraries (libocamlnet-ssl-ocaml-dev),
GTK-related libraries (libocamlnet-gtk2-ocaml-dev), nethttpd
(libnethttpd-ocaml-dev). The netcgi2 Apache connector is also part of
this package; to run applications built for that connector you will
need the mod_netcgi_apache Apache module (libapache2-mod-ocamlnet).
Package: libocamlnet-ocaml-doc
Description-md5: f3389897a04ee417c0754664d52aa01f
Description-en: OCaml application-level Internet libraries - documentation and examples
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the Ocamlnet reference manual in HTML format and
several examples about how to use the various libraries.
Package: libocamlnet-ssl-ocaml
Description-md5: ed0ae7ccad1bbc2001396f11bfc91b1d
Description-en: OCaml application-level Internet libraries - SSL runtime libraries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains only the shared runtime stub libraries for the
SSL-related libraries of Ocamlnet.
Package: libocamlnet-ssl-ocaml-dev
Description-md5: 8bd741ee57a66e6fa3d3b7d83f9e8ad3
Description-en: OCaml application-level Internet libraries - SSL development libraries
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the development stuff you need to use SSL-related
libraries of Ocamlnet in your programs.
Package: libocamlviz-ocaml-dev
Description-md5: 506bb15b67187f8a0fe34dc1c8652c75
Description-en: real-time profiling tools for Objective Caml (library)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides the Ocamlviz library.
Package: libocamlviz-ocaml-doc
Description-md5: 790651af037f2926db304ab6bc1162e9
Description-en: real-time profiling tools for Objective Caml (documentation)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides the API documentation of the Ocamlviz library
generated by ocamldoc out the source code.
Package: libocct-data-exchange-7.9
Description-md5: 35430612b534634f960d84997cd7f35c
Description-en: Open CASCADE Technology module for CAD data format interoperability
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides support for data exchange.
.
This package contains the following shared libraries:
TKXSBase TKSTEPBase TKSTEPAttr TKSTEP209 TKSTEP TKIGES TKXCAF TKXDEIGES
TKXDESTEP TKSTL TKVRML TKXmlXCAF TKBinXCAF
Package: libocct-data-exchange-dev
Description-md5: 35a7641131573d6146f9e6afd33439cf
Description-en: Open CASCADE Technology module for CAD data format interoperability - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-data-exchange.
Package: libocct-doc
Description-md5: 233099350946d7c2cf0c50910f9f2245
Description-en: Open CASCADE Technology CAE platform documentation
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains documentation files.
Package: libocct-draw-7.9
Description-md5: 6ed447a9052845a407ff1f43daead1df
Description-en: Open CASCADE Technology command interpreter & graphical test library
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
Draw is a command interpreter based on Tcl and a graphical system used to test
and demonstrate Open CASCADE Technology modeling libraries.
.
This package provides the shared libraries component of Draw.
Package: libocct-draw-dev
Description-md5: d6289a88e5768594e0056e1b2ebec896
Description-en: Open CASCADE Technology interpreter & graphics test library - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
Draw is a command interpreter based on Tcl and a graphical system used to test
and demonstrate Open CASCADE Technology modeling libraries.
.
This package contains the headers and symlinks for libraries shipped by
libocct-draw.
Package: libocct-foundation-7.9
Description-md5: 0e32ee5c25bc5fcb99c5a830d1fa3ba7
Description-en: OCCT module underlying all other OCCT classes
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains foundation classes which provide a variety of
general-purpose services such as automated management of heap memory,
exception handling, classes for manipulating aggregates of data, basic
math tools.
.
This package contains the following shared libraries:
TKernel TKMath
Package: libocct-foundation-dev
Description-md5: 19348aa8a760adbfdcf466d79693168e
Description-en: Open CASCADE Technology module underlying all other OCCT classes - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-foundation.
Package: libocct-ivtk-7.9
Description-md5: f199cb976dc470b4ebfb7b2139308b55
Description-en: Open CASCADE Technology graphical data ivtk module
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides services for displaying 2D and 3D graphics.
.
This package contains the following shared libraries:
TKIVtk
Package: libocct-ivtk-dev
Description-md5: a6013761882e0bd88e63997e56bd4c3d
Description-en: Open CASCADE Technology graphical data ivtk module - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-ivtk.
Package: libocct-modeling-algorithms-7.9
Description-md5: 51e8110666160b8448759ffee1a13563
Description-en: Open CASCADE Technology geometrical & topological algorithms module
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the following shared libraries:
TKGeomAlgo TKTopAlgo TKPrim TKBO TKBool TKHLR TKFillet TKOffset TKFeat
TKMesh TKXMesh TKShHealing
Package: libocct-modeling-algorithms-dev
Description-md5: 02e43bffbf6d5f5f2d5e4ba574962523
Description-en: Open CASCADE Technology geometrical & topological algorithms module - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-modeling-algorithms.
Package: libocct-modeling-data-7.9
Description-md5: 04043da67bcd0d2c3f1d686ef3280ed2
Description-en: Open CASCADE Technology 2D/3D geometric primitives data structures
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package supplies data structures to represent 2D and 3D geometric models.
.
This package contains the following shared libraries:
TKG2d TKG3d TKGeomBase TKBRep
Package: libocct-modeling-data-dev
Description-md5: 8dcc2d278c3a990a5e86cc4072cf537f
Description-en: Open CASCADE Technology 2D/3D geometric primitives data structures - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-modeling-data.
Package: libocct-ocaf-7.9
Description-md5: 0bf5f84b9e87355de84a9b66dcc32f33
Description-en: Open CASCADE Technology application-specific data and functionality
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides Open CASCADE Application Framework services.
.
This package contains the following shared libraries:
.
TKCDF TKLCAF TKCAF TKBinL TKXmlL TKBin TKXml TKStdL TKStd TKTObj TKBinTObj
TKXmlTObj TKVCAF
Package: libocct-ocaf-dev
Description-md5: 0eed7999a06b54074076a200bda16730
Description-en: Open CASCADE Technology application-specific data and functionality - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-ocaf.
Package: libocct-visualization-7.9
Description-md5: 1c107b510fa46b06d68390fdcd7926d7
Description-en: Open CASCADE Technology graphical data visualization module
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package provides services for displaying 2D and 3D graphics.
.
This package contains the following shared libraries:
TKService TKV3d TKOpenGl TKMeshVS TKD3DHost
Package: libocct-visualization-dev
Description-md5: 3dbdb7cb864e3ef32e12fe3eca1da8d1
Description-en: Open CASCADE Technology graphical data visualization module - dev files
Open CASCADE Technology is a suite for 3D surface and solid modeling,
visualization, data exchange and rapid application development. It is an
excellent platform for development of numerical simulation software including
CAD/CAM/CAE, AEC and GIS, as well as PDM applications.
.
This package contains the headers and symlinks for libraries shipped by
libocct-visualization.
Package: libocp-indent-ocaml
Description-md5: d3852e0bb1bcaa46b117432658960a42
Description-en: OCaml indentation tool for emacs and vim - libraries
ocp-indent is a command-line tool that allows one to indent a whole OCaml
source code file (or parts of it) either to standard output or in-place.
A configuration file allows user defaults as well as per-project parameters.
The ratio of correctly indented lines is comparable with emacs tuareg mode
while being an order of magnitude faster.
.
This package includes the shared libraries.
Package: libocp-indent-ocaml-dev
Description-md5: 5fde9882f06552f949cafe81fc719a8d
Description-en: OCaml indentation tool for emacs and vim - development libraries
ocp-indent is a command-line tool that allows one to indent a whole OCaml
source code file (or parts of it) either to standard output or in-place.
A configuration file allows user defaults as well as per-project parameters.
The ratio of correctly indented lines is comparable with emacs tuareg mode
while being an order of magnitude faster.
.
This package includes the development libraries.
Package: libocsigenserver-ocaml
Description-md5: 85d30e4e1955715ce7329b6590fb7564
Description-en: web server of the Ocsigen project (runtime libraries)
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
.
This package contains runtime libraries.
Package: libocsigenserver-ocaml-dev
Description-md5: a67c331d7c29c9ca274305599b26f3c7
Description-en: web server of the Ocsigen project (dev libraries)
The Ocsigen project is aimed at proposing clean and safe tools for
developing and running client/server Web 2.0 applications.
.
Ocsigen Server is a full featured Web server. It implements most
features of the HTTP protocol, and has a very powerful extension
mechanism that make very easy to plug your own OCaml modules for
generating pages. Many extensions are available, like a reverse
proxy, content compression, access control, authentication, etc.
.
This package contains development libraries.
Package: libocsipersist-lib-ocaml
Description-md5: 0d26099a6ff5afca0cbcc1028abd5805
Description-en: persistent key/value storage for Ocsigen (support library) (runtime)
This library defines signatures and auxiliary tools for defining
backends for the Ocsipersist frontend. Ocsipersist is used
pervasively in Eliom/Ocsigen to handle sessions and references. It
can be used as an extension for ocsigenserver or as a
library. Implementations of the following backends currently exist:
PostgreSQL, SQLite.
.
This package contains runtime files.
Package: libocsipersist-lib-ocaml-dev
Description-md5: 6e08cbcc8cd11537175e86a3a6d048bb
Description-en: persistent key/value storage for Ocsigen (support library) (dev)
This library defines signatures and auxiliary tools for defining
backends for the Ocsipersist frontend. Ocsipersist is used
pervasively in Eliom/Ocsigen to handle sessions and references. It
can be used as an extension for ocsigenserver or as a
library. Implementations of the following backends currently exist:
PostgreSQL, SQLite.
.
This package contains development files.
Package: libocsipersist-ocaml
Description-md5: 9c97f02ba7e1041116ed8006143e7a80
Description-en: persistent key/value storage for Ocsigen (runtime)
This is an virtual library defining a unified frontend for a number
of key/value storage implementations. Ocsipersist is used pervasively
in Eliom/Ocsigen to handle sessions and references. It can be used as
an extension for ocsigenserver or as a library. Implementations of
the following backends currently exist: PostgreSQL, SQLite.
.
This package contains runtime files.
Package: libocsipersist-ocaml-dev
Description-md5: 345575b881edc56701b3eeeaf10615c2
Description-en: persistent key/value storage for Ocsigen (dev)
This is an virtual library defining a unified frontend for a number
of key/value storage implementations. Ocsipersist is used pervasively
in Eliom/Ocsigen to handle sessions and references. It can be used as
an extension for ocsigenserver or as a library. Implementations of
the following backends currently exist: PostgreSQL, SQLite.
.
This package contains development files.
Package: libocsipersist-pgsql-ocaml
Description-md5: 0e90149a060df5c6b2963821e18aab97
Description-en: persistent key/value storage for Ocsigen using PostgreSQL (runtime)
This library provides a PostgreSQL backend for the unified key/value
storage frontend as defined in the ocsipersist package. Ocsipersist
is used pervasively in Eliom/Ocsigen to handle sessions and
references. It can be used as an extension for ocsigenserver or as a
library.
.
This package contains runtime files.
Package: libocsipersist-pgsql-ocaml-dev
Description-md5: 924d121c7f4d5699fbe73d281e331cfb
Description-en: persistent key/value storage for Ocsigen using PostgreSQL (dev)
This library provides a PostgreSQL backend for the unified key/value
storage frontend as defined in the ocsipersist package. Ocsipersist
is used pervasively in Eliom/Ocsigen to handle sessions and
references. It can be used as an extension for ocsigenserver or as a
library.
.
This package contains development files.
Package: libocsipersist-sqlite-ocaml
Description-md5: 307632a4b33af3cfadc30a2b36ee0abe
Description-en: persistent key/value storage for Ocsigen using SQLite (runtime)
This library provides a SQLite backend for the unified key/value
storage frontend as defined in the ocsipersist package. Ocsipersist
is used pervasively in Eliom/Ocsigen to handle sessions and
references. It can be used as an extension for ocsigenserver or as a
library.
.
This package contains runtime files.
Package: libocsipersist-sqlite-ocaml-dev
Description-md5: f307adc69b6bb3ad6f5743b3149b5da3
Description-en: persistent key/value storage for Ocsigen using SQLite (dev)
This library provides a SQLite backend for the unified key/value
storage frontend as defined in the ocsipersist package. Ocsipersist
is used pervasively in Eliom/Ocsigen to handle sessions and
references. It can be used as an extension for ocsigenserver or as a
library.
.
This package contains development files.
Package: libodoc-ocaml
Description-md5: c335bf33ba137a409ce130f6b46f3777
Description-en: documentation generator for OCaml (runtime libraries)
Odoc is a documentation generator for the OCaml programming language.
It reads doc comments contained in OCaml source code, delimited with
(** ... *), and produces HTML.
.
Odoc's main advantage over ocamldoc is an accurate cross-referencer,
which handles the complexity of the OCaml module system. Odoc also
offers a good opportunity to improve HTML output compared to ocamldoc.
.
Furthermore, odoc can be used by dune to generate documentation of
OCaml projects using dune as a build-system.
.
This package contains the runtime files.
Package: libodoc-ocaml-dev
Description-md5: 28311ef57783319966135be82ce8f6c9
Description-en: documentation generator for OCaml (development libraries)
Odoc is a documentation generator for the OCaml programming language.
It reads doc comments contained in OCaml source code, delimited with
(** ... *), and produces HTML.
.
Odoc's main advantage over ocamldoc is an accurate cross-referencer,
which handles the complexity of the OCaml module system. Odoc also
offers a good opportunity to improve HTML output compared to ocamldoc.
.
Furthermore, odoc can be used by dune to generate documentation of
OCaml projects using dune as a build-system.
.
This package contains the development files.
Package: libodoc-parser-ocaml
Description-md5: 5045ce3e5215810caa2488c52a3e4c1a
Description-en: parser for OCaml documentation comments (runtime files)
Odoc_parser is a library for parsing the contents of OCaml
documentation comments, formatted using 'odoc' syntax, an extension
of the language understood by ocamldoc.
.
This package contains runtime files.
Package: libodoc-parser-ocaml-dev
Description-md5: a0b73de42ea945fd0138474ce757944d
Description-en: parser for OCaml documentation comments (dev files)
Odoc_parser is a library for parsing the contents of OCaml
documentation comments, formatted using 'odoc' syntax, an extension
of the language understood by ocamldoc.
.
This package contains development files.
Package: liboffload-19
Description-md5: 841bdc20a27b40722e37c7b2d0838a75
Description-en: Offload Library
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
Package: liboffload-19-dev
Description-md5: 352e5b2eb6f0446d5039b547a7bc6d17
Description-en: Offload Library - Development Package
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
.
This development package includes headers and other resources needed for building
applications that utilize the offload runtime.
Package: liboffload-20
Description-md5: 841bdc20a27b40722e37c7b2d0838a75
Description-en: Offload Library
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
Package: liboffload-20-dev
Description-md5: 352e5b2eb6f0446d5039b547a7bc6d17
Description-en: Offload Library - Development Package
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
.
This development package includes headers and other resources needed for building
applications that utilize the offload runtime.
Package: liboffload-21
Description-md5: 841bdc20a27b40722e37c7b2d0838a75
Description-en: Offload Library
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
Package: liboffload-21-dev
Description-md5: 0335a80bacd1f17cc3caa43cce0c4820
Description-en: Offload Library - Development Package
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
.
This development package includes headers and other resources needed for
building applications that utilize the offload runtime.
Package: liboffload-22
Description-md5: 841bdc20a27b40722e37c7b2d0838a75
Description-en: Offload Library
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
Package: liboffload-22-dev
Description-md5: 0335a80bacd1f17cc3caa43cce0c4820
Description-en: Offload Library - Development Package
The offload library facilitates efficient task distribution by offloading
specific computational tasks from the CPU to alternative hardware accelerators
such as GPUs or FPGAs.
.
This development package includes headers and other resources needed for
building applications that utilize the offload runtime.
Package: liboggkate-dev
Description-md5: 42fbab643f09b4832020479a1b182cfe
Description-en: Codec for karaoke and text encapsulation for Ogg (dev)
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
liboggkate provides an API for the encapsulation of kate streams into Ogg.
This package contains the development libraries.
Package: liboggkate1
Description-md5: 23431caff7d267e36d535589d0523848
Description-en: Codec for karaoke and text encapsulation for Ogg
Kate is meant to be used for karaoke alongside audio/video streams (typically
Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text
data at arbitrary time intervals.
.
liboggkate provides an API for the encapsulation of kate streams into Ogg.
Package: libogre-1.12-dev
Description-md5: c6016e4d1e7a57e4d04758e982fcc7c0
Description-en: 3D Object-Oriented Graphics Rendering Engine (development files)
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible
3D engine written in C++ designed to make it easier and more intuitive for
developers to produce applications utilising hardware-accelerated 3D
graphics. The class library abstracts all the details of using the underlying
system libraries like Direct3D and OpenGL and provides an interface based on
world objects and other intuitive classes.
.
This package contains the headers needed to develop with OGRE.
Package: libogre1.12.10t64
Description-md5: ce83dd986432adba1100139c0d09fa07
Description-en: 3D Object-Oriented Graphics Rendering Engine (libraries)
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible
3D engine written in C++ designed to make it easier and more intuitive for
developers to produce applications utilising hardware-accelerated 3D
graphics. The class library abstracts all the details of using the underlying
system libraries like Direct3D and OpenGL and provides an interface based on
world objects and other intuitive classes.
.
This package contains the library and plugins.
Package: libokular6core4
Description-md5: 43c22bdb4061c61963c0d307cf1a600a
Description-en: libraries for the Okular document viewer
This package contains libraries used by the Okular document viewer.
.
This package is part of the KDE graphics module.
Package: libolecf-dev
Description-md5: b300117978cb8f81881f283db6143b08
Description-en: OLE2 Compound File format access library -- development files
libolecf is a library to access the OLE 2 Compound File (OLECF) format.
.
This package includes the development support files.
Package: libolecf-utils
Description-md5: f305d922683243b107ff676d92b74143
Description-en: OLE2 Compound File format access library -- Utilities
libolecf is a library to access the OLE 2 Compound File (OLECF) format.
.
This package contains tools to access data stored in OLECF files:
olecfexport, olecfinfo, lecfmount.
Package: libolecf1t64
Description-md5: a5330b1030a39c8b32613af8d0567b4c
Description-en: OLE2 Compound File format access library
libolecf is a library to access the OLE 2 Compound File (OLECF) format.
.
This package contains the shared library.
Package: libomniorb4-3t64
Description-md5: da969910988d77327fd08022e55d7c9e
Description-en: omniORB core libraries
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes libomniorb4, libomnicodesets4, libomnidynamic4
and libomnissltp4.
Package: libomniorb4-dev
Description-md5: 9f73da61615a8b6b129df5815526234e
Description-en: omniORB core libraries development files
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes developer files for libomniorb4, libomnicodesets4,
libomnidynamic4 and libomnissltp4.
Package: libomnithread4
Description-md5: a3dd18f844eda9e9672e35fcafeac7cf
Description-en: C++ threading library
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes libomnithread4.
Package: libomnithread4-dev
Description-md5: a852499e39385b9cf4750887bef93978
Description-en: C++ threading library development files
omniORB4 is a freely available Common Object Request Broker
Architecture (CORBA) 2.6 compliant object request broker (ORB)
implementation. It is based on the IIOP communications
protocol and should be interoperable with any other
CORBA 2.6 compliant ORB.
.
This includes developer files libomnithread4.
Package: libomp-17-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-17-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-18-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-18-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-19-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-19-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-20-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-20-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-21-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp-21-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
.
This package contains the documentation of this package.
Package: libomp-22-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-22-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
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-17t64
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libomp5-18
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
The runtime is the part of the OpenMP implementation that your code is
linked against, and that manages the multiple threads in an OpenMP program
while it is executing.
Package: libompl-dev
Description-md5: 15b8689b9ec8a047afe0c3ddd9863b4e
Description-en: Open Motion Planning Library (OMPL) development files
The Open Motion Planning Library is a set of sampling-based motion
planning algorithms. The content of the library is limited to these
algorithms, which means there is no environment specification, no
collision detection, and no visualization. The library is designed so
it can be easily integrated into systems that provide those
additional components. This package contains the development files
needed to use the library.
Package: libompl17
Description-md5: b4ac7fae3bdb3fe02a2138b02d07a0bd
Description-en: Open Motion Planning Library (OMPL)
The Open Motion Planning Library is a set of sampling-based motion
planning algorithms. The content of the library is limited to these
algorithms, which means there is no environment specification, no
collision detection, and no visualization. The library is designed so
it can be easily integrated into systems that provide those
additional components. This package contains the library itself.
Package: 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: libonnxruntime-providers
Description-md5: 73e5becef1aeaeacfa7bb0a1f617ef14
Description-en: cross-platform inference and training ML accelerator (providers)
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 providers.
Package: libonnxruntime1.23
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: libopen3d-dev
Description-md5: 7f50e228865cfccefabbd802df6d9d7c
Description-en: Library for 3D data processing - development headers
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
.
This package contains the development headers for C++
Package: libopen3d0.19
Description-md5: 293b80c6ea389274989a61431706a06e
Description-en: Library for 3D data processing
Open3D is an open-source library that supports rapid development of
software that deals with 3D data. The Open3D frontend exposes a set
of carefully selected data structures and algorithms in both C++ and
Python. The backend is highly optimized and is set up for parallelization.
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: libopenblas-dev
Description-md5: 6767f771b22ddc31fc8d54607648d657
Description-en: Optimized BLAS (linear algebra) library (dev, meta)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
Package: libopenblas-openmp-dev
Description-md5: 8bd02d34dc740b05c1ba1240e3b7cd05
Description-en: Optimized BLAS (linear algebra) library (dev, openmp)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=0
Package: libopenblas-pthread-dev
Description-md5: f2f183b962d67ff8a0e739ea469d30fe
Description-en: Optimized BLAS (linear algebra) library (dev, pthread)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=0
Package: libopenblas-serial-dev
Description-md5: 33ecb2f03e9c827beea85622b6936a30
Description-en: Optimized BLAS (linear algebra) library (dev, serial)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=0
Package: libopenblas0
Description-md5: 6c05c74194b9608a9e4a8e772a8dfd34
Description-en: Optimized BLAS (linear algebra) library (meta)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
Package: libopenblas0-openmp
Description-md5: 0d92b928f3f40663802e271e7e61a43b
Description-en: Optimized BLAS (linear algebra) library (shared lib, openmp)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=0
Package: libopenblas0-pthread
Description-md5: 9554059dc1b93470c9587e45f3253503
Description-en: Optimized BLAS (linear algebra) library (shared lib, pthread)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=0
Package: libopenblas0-serial
Description-md5: 9daddbb729f384eb477352b98bd3fec7
Description-en: Optimized BLAS (linear algebra) library (shared lib, serial)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=0
Package: libopenblas64-0
Description-md5: 24ac6fc9bb0198180d13b1ebfdb9fdb9
Description-en: Optimized BLAS (linear algebra) library (shared lib, 64bit, meta)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This metapackage provides a 64-bit indexing version.
Package: libopenblas64-0-openmp
Description-md5: 06bc687a691a27e6b343fc8909f46be7
Description-en: Optimized BLAS (linear algebra) library (shared lib, 64bit, openmp)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=1
Package: libopenblas64-0-pthread
Description-md5: bd354b93a621f3e63f69a34745d9ba01
Description-en: Optimized BLAS (linear algebra) library (shared lib, 64bit, pthread)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=1
Package: libopenblas64-0-serial
Description-md5: 643d6c7673b3e7475941d3391c9a33b1
Description-en: Optimized BLAS (linear algebra) library (shared lib, 64bit, serial)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=1
Package: libopenblas64-dev
Description-md5: a5d690b9ab0e6c3cdb60c1c61f48e89a
Description-en: Optimized BLAS (linear algebra) library (dev, 64bit, meta)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
This metapackage provides a 64-bit indexing version.
Package: libopenblas64-openmp-dev
Description-md5: 3f3ca369b11248eb586d5aea98069db6
Description-en: Optimized BLAS (linear algebra) library (dev, 64bit, openmp)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=1
Package: libopenblas64-pthread-dev
Description-md5: f3ecbd523f47df60aa61e2cc126e9c9d
Description-en: Optimized BLAS (linear algebra) library (dev, 64bit, pthread)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=1
Package: libopenblas64-serial-dev
Description-md5: c06587cd19c8d6e2580ce6d80de4c5f3
Description-en: Optimized BLAS (linear algebra) library (dev, 64bit, serial)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
On amd64, arm64, i386, loong64, ppc64el, riscv64 and s390x, all kernels are
included in the library and the one matching best your processor is selected
at runtime.
.
On other architectures, for maximum performance, you may want to rebuild
OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
your machine” in README.Debian.
.
This package includes the static libraries and symbolic links
needed for program development.
.
Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=1
Package: libopencolorio-dev
Description-md5: b3b2a3f3fe578a9ec975139074bddcf5
Description-en: complete color management solution - development
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation. OCIO provides a straightforward and
consistent user experience across all supporting applications while
allowing for sophisticated back-end configuration options suitable
for high-end production usage. OCIO is compatible with the Academy
Color Encoding Specification (ACES) and is LUT-format agnostic,
supporting many popular formats.
.
OpenColorIO is released as version 2.0 and has been in development
since 2003. OCIO represents the culmination of years of production
experience earned on such films as SpiderMan 2 (2004), Surf's Up
(2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland
(2010), and many more. OpenColorIO is natively supported in
commercial applications like Katana, Mari, Nuke, Maya, Houdini,
Silhouette FX, and others.
.
OpenColorIO is free and open source software and one of several
projects actvively sponsored by the ASWF (Academy Software
Foundation).
.
This package provides the development files used to build
applications using OpenColorIO.
Package: libopencolorio2.1t64
Description-md5: ac2abff5ec0c2797186f0dc2cefcfd21
Description-en: complete color management solution - runtime
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation. OCIO provides a straightforward and
consistent user experience across all supporting applications while
allowing for sophisticated back-end configuration options suitable
for high-end production usage. OCIO is compatible with the Academy
Color Encoding Specification (ACES) and is LUT-format agnostic,
supporting many popular formats.
.
OpenColorIO is released as version 2.0 and has been in development
since 2003. OCIO represents the culmination of years of production
experience earned on such films as SpiderMan 2 (2004), Surf's Up
(2007), Cloudy with a Chance of Meatballs (2009), Alice in Wonderland
(2010), and many more. OpenColorIO is natively supported in
commercial applications like Katana, Mari, Nuke, Maya, Houdini,
Silhouette FX, and others.
.
OpenColorIO is free and open source software and one of several
projects actvively sponsored by the ASWF (Academy Software
Foundation).
.
This package provides the runtime files used to run applications
built against OpenColorIO.
Package: libopenhpi-dev
Description-md5: 375e5bb8c23075b2c97b42796c8b577c
Description-en: OpenHPI libraries (development files)
OpenHPI is an implementation of the Service Availability Forum's Hardware
Platform Interface specification. (See http://www.saforum.org) As
such, OpenHPI facilitates the development of computer manageability
applications which are not tied to a single hardware vendor's products.
.
This package contains the development libraries and include files needed
to build an application program that uses OpenHPI.
Package: libopenhpi3
Description-md5: 1da27024bde21d7fe1e9488d8c7d6e87
Description-en: OpenHPI libraries (runtime and support files)
OpenHPI is an implementation of the Service Availability Forum's Hardware
Platform Interface specification. (See http://www.saforum.org) As
such, OpenHPI facilitates the development of computer manageability
applications which are not tied to a single hardware vendor's products.
.
This package contains the runtime libraries and support files needed by
an application program that uses OpenHPI. As a packaging convenience,
this base library also includes the watchdog and simulator plugin
modules.
Package: libopenimageio-dev
Description-md5: d509b78ceda78916f3129145f175d4c5
Description-en: Library for reading and writing images - development
OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications. Main features include:
.
* Extremely simple but powerful ImageInput and ImageOutput APIs for reading
and writing 2D images that is format agnostic -- that is, a "client app"
doesn't need to know the details about any particular image file formats.
Specific formats are implemented by DLL/DSO plugins.
.
* Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa,
JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS,
SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really
good at understanding all the strange corners of the image formats, and
are very careful about preserving image metadata (including Exif, GPS, and
IPTC data).
.
* An ImageCache class that transparently manages a cache so that it can access
truly vast amounts of image data (thousands of image files totaling hundreds
of GB) very efficiently using only a tiny amount (tens of megabytes at most)
of runtime memory. Additionally, a TextureSystem class provides filtered
MIP-map texture lookups, atop the nice caching behavior of ImageCache.
.
* Several image tools based on these classes, including iinfo (print detailed
info about images), iconvert (convert among formats, data types, or modify
metadata), idiff (compare images), igrep (search images for matching
metadata). Because these tools are based on ImageInput/ImageOutput, they
work with any image formats for which ImageIO plugins are available.
.
* A really nice image viewer, iv, also based on OpenImageIO classes (and so
will work with any formats for which plugins are available).
.
* Supported on Linux, OS X, and Windows.
.
* All available under the BSD license, so you may modify it and use it in both
open source or proprietary apps.
.
This package contains the static library and headers for building programs that
use libOpenImageIO.
Package: libopenimageio-doc
Description-md5: 55bdd488cfa305df845168fc5f878418
Description-en: Library for reading and writing images - documentation
OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications. Main features include:
.
* Extremely simple but powerful ImageInput and ImageOutput APIs for reading
and writing 2D images that is format agnostic -- that is, a "client app"
doesn't need to know the details about any particular image file formats.
Specific formats are implemented by DLL/DSO plugins.
.
* Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa,
JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS,
SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really
good at understanding all the strange corners of the image formats, and
are very careful about preserving image metadata (including Exif, GPS, and
IPTC data).
.
* An ImageCache class that transparently manages a cache so that it can access
truly vast amounts of image data (thousands of image files totaling hundreds
of GB) very efficiently using only a tiny amount (tens of megabytes at most)
of runtime memory. Additionally, a TextureSystem class provides filtered
MIP-map texture lookups, atop the nice caching behavior of ImageCache.
.
* Several image tools based on these classes, including iinfo (print detailed
info about images), iconvert (convert among formats, data types, or modify
metadata), idiff (compare images), igrep (search images for matching
metadata). Because these tools are based on ImageInput/ImageOutput, they
work with any image formats for which ImageIO plugins are available.
.
* A really nice image viewer, iv, also based on OpenImageIO classes (and so
will work with any formats for which plugins are available).
.
* Supported on Linux, OS X, and Windows.
.
* All available under the BSD license, so you may modify it and use it in both
open source or proprietary apps.
.
This package provides the official documentation.
Package: libopenimageio2.5
Description-md5: 5f7074b815dede123805c8ad08bb2c32
Description-en: Library for reading and writing images - runtime
OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications. Main features include:
.
* Extremely simple but powerful ImageInput and ImageOutput APIs for reading
and writing 2D images that is format agnostic -- that is, a "client app"
doesn't need to know the details about any particular image file formats.
Specific formats are implemented by DLL/DSO plugins.
.
* Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa,
JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS,
SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really
good at understanding all the strange corners of the image formats, and
are very careful about preserving image metadata (including Exif, GPS, and
IPTC data).
.
* An ImageCache class that transparently manages a cache so that it can access
truly vast amounts of image data (thousands of image files totaling hundreds
of GB) very efficiently using only a tiny amount (tens of megabytes at most)
of runtime memory. Additionally, a TextureSystem class provides filtered
MIP-map texture lookups, atop the nice caching behavior of ImageCache.
.
* Several image tools based on these classes, including iinfo (print detailed
info about images), iconvert (convert among formats, data types, or modify
metadata), idiff (compare images), igrep (search images for matching
metadata). Because these tools are based on ImageInput/ImageOutput, they
work with any image formats for which ImageIO plugins are available.
.
* A really nice image viewer, iv, also based on OpenImageIO classes (and so
will work with any formats for which plugins are available).
.
* Supported on Linux, OS X, and Windows.
.
* All available under the BSD license, so you may modify it and use it in both
open source or proprietary apps.
.
This package contains the runtime library for building programs that use
libOpenImageIO.
Package: libopenmpi-dev
Description-md5: b378507a7bc7ecccf3855f2ea92d5e20
Description-en: high performance message passing library -- header files
Open MPI is a project combining technologies and resources from several other
projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
MPI library available. A completely new MPI-3 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains the header files and compiler wrappers which are needed
to compile and link programs against libopenmpi.
Package: libopenmpi40
Description-md5: 72141e1823cc63cbe9896c2f4fefec5f
Description-en: high performance message passing library -- shared library
Open MPI is a project combining technologies and resources from several other
projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
MPI library available. A completely new MPI-3.1 compliant implementation, Open
MPI offers advantages for system and software vendors, application developers
and computer science researchers.
.
This package contains the Open MPI shared libraries.
Package: libopenshot-audio-dev
Description-md5: 3fd7dc237b3e5ed2601c94a4040cf1bd
Description-en: development files for the OpenShot audio library
The OpenShot audio library is a program which allows high-quality
editing and playback of audio based on the JUCE library.
.
This package provides the development files.
Package: libopenshot-audio-doc
Description-md5: 16f42549fa26d965998b4a7457618efa
Description-en: documentation for the OpenShot audio library
The OpenShot audio library is a program which allows high-quality
editing and playback of audio based on the JUCE library.
.
This package provides the documentation.
Package: libopenshot-audio-test-sound
Description-md5: 325f0bc0697f11e338f50df8443334be
Description-en: plays test sound using libopenshot-audio
The OpenShot audio library is a program which allows high-quality
editing and playback of audio based on the JUCE library.
.
This package provides the test binary to test the sound using
libopenshot-audio.
Package: libopenshot-audio10
Description-md5: ee5da53019df3890000816b7b9043907
Description-en: library for high-quality audio editing
The OpenShot audio library is a program which allows high-quality
editing and playback of audio based on the JUCE library.
.
This package provides the shared library.
Package: libopenshot-dev
Description-md5: 93fddc73323bce69c0e452cdccaf4bfd
Description-en: development files for the OpenShot video library
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the development files.
Package: libopenshot-doc
Description-md5: 184778abfcf426ff5ebb574b3ed7583b
Description-en: documentation for the OpenShot video library
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the documentation.
Package: libopenshot28
Description-md5: 9a6752fee7d26667c4090bff9b2449fd
Description-en: library for high-quality video editing
OpenShot Library (libopenshot) is an open-source project dedicated to
delivering high quality video editing, animation, and playback solutions
to the world. The API currently supports C++, Python, and Ruby.
.
This package provides the shared libraries.
Package: libopenturns-dev
Description-md5: 3837ca75f87543fa90c482c2636a4887
Description-en: headers and development libraries for OpenTURNS
OpenTURNS is a powerful and generic tool to treat and quantify
uncertainties in numerical simulations in design, optimization and
control. It allows both sensitivity and reliability analysis studies:
* defining the outputs of interest and decision criterion;
* quantify and model the source of uncertainties;
* propagate uncertainties and/or analyse sensitivity and
* rank the sources of uncertainty
.
Targeted users are all engineers who want to introduce the
probabilistic dimension in their so far deterministic studies.
.
This package contains development files needed to build OpenTURNS applications.
Package: libopenturns0.27
Description-md5: 07b004be9c64714f05783e44ad0efa7e
Description-en: dynamic libraries for OpenTURNS
OpenTURNS is a powerful and generic tool to treat and quantify
uncertainties in numerical simulations in design, optimization and
control. It allows both sensitivity and reliability analysis studies:
* define the outputs of interest and decision criteria;
* quantify and model the source of uncertainties;
* propagate uncertainties and/or analyse sensitivity
* rank the sources of uncertainty
.
Targeted users are all engineers who want to introduce the
probabilistic dimension in their so far deterministic studies.
.
This package provides the dynamic libraries.
Package: libopenvdb-ax-dev
Description-md5: 022ed0dc8ba19b821dab8201c3df6520
Description-en: Sparse Volume Processing toolkit - dev
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for developping OpenVDB/AX applications
Package: libopenvdb-ax-tools
Description-md5: 8ec7525de94ffbfa6b1c7d971ecb9fa7
Description-en: Sparse Volume Processing toolkit - runtime
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the runtime. It installs vdb_ax
Package: libopenvdb-ax10.0t64
Description-md5: a04704918ecb961c555aad235f403d9e
Description-en: Sparse Volume Processing toolkit - lib
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This package contains the libraries needed to run OpenVDB/AX applications
Package: libopenvdb-dev
Description-md5: 9cddbeb9f13eaafdf0af10b6d78d4ee5
Description-en: Sparse Volume Processing toolkit - dev
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for developping OpenVDB applications
Package: libopenvdb-doc
Description-md5: b244b357ac2fde3bc289641f454b7be9
Description-en: Sparse Volume Processing toolkit - doc
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the doc files for OpenVDB
Package: libopenvdb-tools
Description-md5: d3b56c1c14d852f49b402bdfdeefaab7
Description-en: Sparse Volume Processing toolkit - runtime
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This is the package for the runtime. It installs vdb_lod, vdb_print, vdb_tool,
vdb_render and vdb_view.
Package: libopenvdb10.0t64
Description-md5: 119ea2ed9b180c78a8b4019abb71bd75
Description-en: Sparse Volume Processing toolkit - lib
OpenVDB is an open source C++ library comprising a novel hierarchical data
structure and a suite of tools for the efficient storage and manipulation of
sparse volumetric data discretized on three-dimensional grids. It is developed
and maintained by DreamWorks Animation for use in volumetric applications
typically encountered in feature film production.
.
This package contains the libraries needed to run OpenVDB applications
Package: libopm-common
Description-md5: fa2fdadcd9a8abc6b4fb3956d49e0678
Description-en: Tools for Eclipse reservoir simulation files -- 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.
.
The Eclipse file format is widely used in the reservoir simulation
community. This package provides library containing code for processing
files in Eclipse format as well as utility code used by other OPM
modules.
Package: libopm-common-bin
Description-md5: 0b7721ca0bfd02d60520174005663530
Description-en: Tools for Eclipse reservoir simulation files -- utility programs
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.
.
The Eclipse file format is widely used in the reservoir simulation
community. This package provides utility programs to process files
in this format, like for comparing two files, converting between
binary version and formatted text file format, etc.
Package: libopm-common-dev
Description-md5: 9f0c4321a4edd4076d38b2289c90d613
Description-en: Tools for Eclipse reservoir simulation files -- 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.
.
This package contains the shared buildsystem of all OPM modules,
the headers for input, parsing, and output of files in Eclipse format,
a format widely used in the reservoir simulation community, and generic
utilities used in other OPM modules.
Package: libopm-common-doc
Description-md5: 6d3a99580e17a54e28dd7e4ae43c3909
Description-en: Tools for Eclipse reservoir simulation files -- 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.
.
This package contains the source code documentation of library and tools
for Eclipse reservoir simulation files.
Package: libopm-grid
Description-md5: 43e564721b92f6c16ececf703742368f
Description-en: DUNE grid implementations for reservoir simulation -- 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-grid provides implementations of grids for reservoir simulation,
corner point or more general pillar grids, following the DUNE grid interface:
CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
grid implementation of an unstructured, legacy, grid.
.
A standard grid type in the petroleum industry, corner-point grids fills
the domain with a relatively low number of cells while still providing
sufficient flexibility to model faults, fractures and erosion. The grid
format was originally designed with an eye towards geological modeling
rather than numerical simulation, but is still suitable for e.g. low order
finite volume discretizations.
.
This package provides the library of the grid implementations.
Package: libopm-grid-bin
Description-md5: daf5cfbf8d555d141fbbbe8e0be74f29
Description-en: corner point grid utility programs
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-grid provides implementations of grids for reservoir simulation,
corner point or more general pillar grids, following the DUNE grid interface:
CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
grid implementation of an unstructured, legacy, grid.
.
A standard grid type in the petroleum industry, corner-point grids fills
the domain with a relatively low number of cells while still providing
sufficient flexibility to model faults, fractures and erosion. The grid
format was originally designed with an eye towards geological modeling
rather than numerical simulation, but is still suitable for e.g. low order
finite volume discretizations.
.
This package provides programs to mirror corner point grids specified in
Eclipse file format and convert the corner point grid representation
of an Eclipse together with permeability/porosity to file suitable
for visualization with Paraview.
Package: libopm-grid-dev
Description-md5: fb8a51ca678b8a489fe8c21af32a4f03
Description-en: DUNE grid implementations for reservoir simulation -- 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-grid provides implementations of grids for reservoir simulation,
corner point or more general pillar grids, following the DUNE grid interface:
CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
grid implementation of an unstructured, legacy, grid.
.
A standard grid type in the petroleum industry, corner-point grids fills
the domain with a relatively low number of cells while still providing
sufficient flexibility to model faults, fractures and erosion. The grid
format was originally designed with an eye towards geological modeling
rather than numerical simulation, but is still suitable for e.g. low order
finite volume discretizations.
.
This package provides the development files for the grid implementations,
i.e. the headers and shared library links.
Package: libopm-grid-doc
Description-md5: d590b623b755f72e4588ba78c88f1dd8
Description-en: DUNE grid implementations for reservoir simulation -- 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-grid provides implementations of grids for reservoir simulation,
corner point or more general pillar grids, following the DUNE grid interface:
CpGrid, a parallel corner point grid, and PolyhedralGrid a more general serial
grid implementation of an unstructured, legacy, grid.
.
A standard grid type in the petroleum industry, corner-point grids fills
the domain with a relatively low number of cells while still providing
sufficient flexibility to model faults, fractures and erosion. The grid
format was originally designed with an eye towards geological modeling
rather than numerical simulation, but is still suitable for e.g. low order
finite volume discretizations.
.
This package provides the source code documentation of the grid
implementations.
Package: libopm-material-dev
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libopm-material-doc
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libopm-models-dev
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
Package: libopm-models-doc
Description-md5: bfe8ebc058cce6653c20fea6f85a4246
Description-en: transitional package
This is a transitional package. It can safely be removed.
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: liborcus-bin
Description-md5: 459b163b4324efaf7f2729fc752e1b84
Description-en: library for processing spreadsheet documents - binaries
Orcus is a library that provides a collection of standalone file processing
filters. It is currently focused on providing filters for spreadsheet
documents, but filters for other productivity application types (such as
wordprocessor and presentation) are in consideration.
.
The library currently includes filters for xlsx, ods, csv, and generic XML
formats.
.
This package contains the command-line applications for converting documents.
Package: libosmium2-dev
Description-md5: 1d96312841d12988a3b703331a930111
Description-en: C++ framework for working with OSM data files
The Osmium library has extensive support for all types of OSM entities: nodes,
ways, relations, and changesets. It allows reading from and writing to OSM
files in XML and PBF formats, including change files and full history files.
Osmium can store OSM data in memory and on disk in various formats and using
various indexes. Its easy to use handler interface allows you to quickly write
data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
and GeoJSON geometries for easy conversion into many GIS formats and it can
assemble multipolygons from ways and relations.
.
Osmium is a header-only library, so there is nothing to compile to build it.
Just include the header files you need.
.
This package contains the Osmium library headers.
Package: libosmium2-doc
Description-md5: f1c569f981e7d524d5e9cc9077a2979a
Description-en: C++ framework for working with OSM data files - documentation
The Osmium library has extensive support for all types of OSM entities: nodes,
ways, relations, and changesets. It allows reading from and writing to OSM
files in XML and PBF formats, including change files and full history files.
Osmium can store OSM data in memory and on disk in various formats and using
various indexes. Its easy to use handler interface allows you to quickly write
data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
and GeoJSON geometries for easy conversion into many GIS formats and it can
assemble multipolygons from ways and relations.
.
Osmium is a header-only library, so there is nothing to compile to build it.
Just include the header files you need.
.
This package contains the Osmium library documentation.
Package: libosmpbf-dev
Description-md5: 4efddfc6dce26a29060c007aaeae103b
Description-en: C headers for OpenStreetMap PBF file format
Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap
data that uses Google Protocol Buffers as low-level storage.
.
This package provides the C headers to be used in third-party
applications.
Package: libosmpbf-java
Description-md5: a26476a39a3b93968f0b29cec9f3d944
Description-en: Java access library for OpenStreetMap PBF file format
Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap
data that uses Google Protocol Buffers as low-level storage.
.
This package provides a Java library.
Package: libosmpbf1
Description-md5: 51154ac426df00280068f5585e45cec9
Description-en: OpenStreetMap PBF file format library
Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap
data that uses Google Protocol Buffers as low-level storage.
.
This package provides the shared library.
Package: libosra-dev
Description-md5: 74733f655eeb71809abcdcf4edcf6809
Description-en: optical structure recognition (development files)
OSRA is a utility designed to convert graphical representations of
chemical structures, as they appear in journal articles, patent documents,
textbooks, trade magazines etc., into SMILES (Simplified Molecular
Input Line Entry Specification) - a computer recognizable molecular structure
format. OSRA can read a document in any of the over 90 graphical formats
parseable by ImageMagick - including GIF, JPEG, PNG, TIFF, PDF, PS etc., and
generate the SMILES representation of the molecular structure images
encountered within that document.
Package: libosra2
Description-md5: 4030e7ded633efd6c5877c032800d93d
Description-en: optical structure recognition (shared library)
OSRA is a utility designed to convert graphical representations of
chemical structures, as they appear in journal articles, patent documents,
textbooks, trade magazines etc., into SMILES (Simplified Molecular
Input Line Entry Specification) - a computer recognizable molecular structure
format. OSRA can read a document in any of the over 90 graphical formats
parseable by ImageMagick - including GIF, JPEG, PNG, TIFF, PDF, PS etc., and
generate the SMILES representation of the molecular structure images
encountered within that document.
Package: libostree-1-1
Description-md5: 7f070d279b2cc988d078b2a019548640
Description-en: content-addressed filesystem for operating system binaries (library)
libostree is a library for managing bootable, immutable, versioned
filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This
can be used to provide atomic upgrades with rollback, history and
parallel-installation, particularly useful on "fixed purpose" systems
such as embedded devices. It is also used by the Flatpak application
runtime system.
.
This package contains the shared library.
Package: libostree-dev
Description-md5: c22486f6aa7420e21a9ea0a7a63be1ad
Description-en: Development files for the libostree library
libostree is a library for managing bootable, immutable, versioned
filesystem trees. It is like git in that it checksums individual files
and has a content-addressed object store; unlike git, it "checks out"
the files using hardlinks into an immutable directory tree. This
can be used to provide atomic upgrades with rollback, history and
parallel-installation, particularly useful on "fixed purpose" systems
such as embedded devices. It is also used by the Flatpak application
runtime system.
.
This package contains development headers and the pkg-config file for
libostree.
Package: libostree-doc
Description-md5: 09cc3f7b6e492af7e658d0d0b52eed53
Description-en: Development documentation for the libostree library
libostree provides a library and tools for managing bootable, immutable,
versioned filesystem trees. See the ostree package's description for
more details.
.
This package contains development documentation for libostree.
Package: liboxygenstyle5-6
Description-md5: 73460f775b1e702119f6a57deb2ca1be
Description-en: style library for the Oxygen desktop theme (Qt 5)
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used by the widget theme
and KWin style.
Package: liboxygenstyle6-6
Description-md5: 6f3a7ff2ba698039757c1475d1b52521
Description-en: style library for the Oxygen desktop theme (Qt 6)
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used by the widget theme
and KWin style.
Package: liboxygenstyleconfig5-6
Description-md5: 0158180362743b10ac902bc5b069b8a0
Description-en: style library configuration for the Oxygen desktop theme (Qt 5)
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used to configure the widget theme
and KWin style.
Package: liboxygenstyleconfig6-6
Description-md5: e1465a44f7f4cd61c4dcc91bd35e98a6
Description-en: style library configuration for the Oxygen desktop theme (Qt 6)
The Oxygen desktop theme is used by Plasma and other KDE Software.
.
This package contains the private library used to configure the widget theme
and KWin style.
Package: libpagmo-dev
Description-md5: 4773be678fff3e9ade23ee71bb5f9315
Description-en: library for massively parallel optimisation (development files)
pagmo is a C++ scientific library built around the idea of providing an
unified interface to optimization algorithms and to optimization
problems and to make their deployment in massively parallel environments easy.
.
This package contains the headers and the static library.
Package: libpagmo9t64
Description-md5: 39743f3d32f4f018ddcbbdcba90a0645
Description-en: library for massively parallel optimisation (shared library)
pagmo is a C++ scientific library built around the idea of providing an
unified interface to optimization algorithms and to optimization
problems and to make their deployment in massively parallel environments easy.
.
This package contains the shared library.
Package: libpam-lastlog2
Description-md5: 44d05a5389249ac3ace99386c8a9584d
Description-en: lastlog2 database PAM module
Y2038 safe lastlog database implementation, PAM module.
Package: libpam-lastlog2-dbgsym
Description-md5: b7c8946a56e39afbff431ed955659903
Description-en: debug symbols for libpam-lastlog2
Package: libpam-slurm
Description-md5: 035a8fde10a3e36e6768e0962da94426
Description-en: PAM module to authenticate using the Slurm resource manager
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
Pluggable Authentication Module (PAM) for restricting access to compute
nodes where Slurm performs resource management. Access to the node is
restricted to user root and users who have been allocated resources on
that node.
Package: libpam-slurm-adopt
Description-md5: b2879f460905c22e7d0452e9df8102d0
Description-en: PAM module to authenticate users running a Slurm job and track their processes
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
Pluggable Authentication Module (PAM) for restricting access to compute
nodes where Slurm performs resource management to users who have a
running job. The user's connection is "adopted" into the "external"
step of the job so that processes spawned are tracked and Slurm can
perform a complete cleanup when the job is completed.
Package: libpam-wrapper
Description-md5: 77a0eb9127f8beb460a141761f12316f
Description-en: Tool to test PAM applications
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
application.
.
For testing PAM applications, simple PAM module called pam_matrix is
included.
Package: libpamtest0
Description-md5: d54bfb88023db48b3242de0be6fe5242
Description-en: Library to test PAM modules
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
module.
.
For testing a PAM module you can use the pamtest library, which simplifies
testing of modules. You can combine it with the cmocka unit testing framework
or you can use the provided Python bindings to write tests for your module in
Python.
.
This package provides shared libraries.
Package: libpamtest0-dev
Description-md5: 0ea864991f8cf0e1af4829833896c343
Description-en: Development files for library to test PAM modules
This component of cwrap allows you to test your PAM (Linux-PAM and OpenPAM)
module.
.
For testing a PAM module you can use the pamtest library, which simplifies
testing of modules. You can combine it with the cmocka unit testing framework
or you can use the provided Python bindings to write tests for your module in
Python.
.
This package provides development headers.
Package: libparlatype-dev
Description-md5: 10099fb62d09d7200757737d7909489c
Description-en: Library for Parlatype - development version
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package provides the necessary development libraries and include
files to develop and compile libparlatype.
Package: libparlatype-doc
Description-md5: 1a998580d47c900b4992c69dbebe997f
Description-en: Documentation files for the Parlatype library
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package contains the HTML documentation for the Parlatype library
in /usr/share/doc/libparlatype-doc/html/ .
Package: libparlatype7
Description-md5: c0e4a18734bcfb50760157d46a6835bb
Description-en: Library for Parlatype - runtime version
Provides the GStreamer backend for Parlatype, a wave loader and a wave viewer
widget. Mainly used by Parlatype but open for other programs as well.
.
This package contains runtime libraries needed by Parlatype.
Package: libparquet-dev
Description-md5: 532549d583bbb062d9ddcaf00a13fc0d
Description-en: Apache Parquet is a columnar storage format
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ header files.
Package: libparquet2200
Description-md5: 09dcefd62fe27f6770f0b45074b0619a
Description-en: Apache Parquet is a columnar storage format
Apache Arrow defines a language-independent columnar memory format
for flat and nested data, organized for efficient analytic operations
on modern hardware like CPUs and GPUs. The Arrow memory format also
supports zero-copy reads for lightning-fast data access without
serialization overhead.
.
Arrow's libraries implement the format and provide building blocks
for a range of use cases, including high performance analytics. Many
popular projects use Arrow to ship columnar data efficiently or as the
basis for analytic engines.
.
This package provides C++ library files to process the Apache Parquet
format.
Package: libpathplan-dev
Description-md5: aa3b881e054c5a03ab434e0498feeba9
Description-en: rich set of graph drawing tools - pathplan library (devel)
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: 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: 418ab3edf4e1a16b156d8bbbba060a4e
Description-en: Performance Co-Pilot archive writing library
The libpcp-archive1 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: 4164d5e8980ebc200a529586a597bddd
Description-en: Performance Co-Pilot archive writing library and headers
The libpcp-archive1-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: 1c28948b7991a57f936073e464001865
Description-en: Performance Co-Pilot graphical client tools library
The libpcp-gui2 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: 9ca30fe7380049e48ee83b4e62201a43
Description-en: Performance Co-Pilot graphical client tools library and headers
The libpcp-gui2-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: be362d0fdf7fe36048f4c77cd47e315d
Description-en: Performance Co-Pilot data import library
The libpcp-import1 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: d1546c7a93d10014283307337a7455d5
Description-en: Performance Co-Pilot data import library and headers
The libpcp-import1-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: 457396061a802e5456c3b2b735de6812
Description-en: Performance Co-Pilot Memory Mapped Value client library
The libpcp-mmv1 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: 0d580434d25d883c60bac406b6a0aad6
Description-en: Performance Co-Pilot Memory Mapped Value library and headers
The libpcp-mmv1-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: 6ab4805d4d7a5e730db5fd41bd7a47d7
Description-en: Performance Co-Pilot Domain Agent library
The libpcp3-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: d52259a59c1f377fecfb9586b66103b5
Description-en: Performance Co-Pilot Domain Agent library and headers
The libpcp-pmda3-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: 711ef2309ae5bf7bb95712491a6f5ebb
Description-en: Performance Co-Pilot application tracing library
The libpcp-trace2 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: d78b1261f571fd7c35a7b4a234a2569a
Description-en: Performance Co-Pilot application tracing library and headers
The libpcp-trace2-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: e8bf26728de690a193091bd6f713efbb
Description-en: Performance Co-Pilot data import library
The libpcp-web1 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: 3e3296b845d689b2bcd23f745f131471
Description-en: Performance Co-Pilot web tooling
The libpcp-web1-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: 12ac2bd910f8d1eb5d16c9c49059f2c6
Description-en: transitional package
This is a transitional package. It can safely be removed once libpcp4
is installed.
Package: libpcp3-dev
Description-md5: 016ec35ed4a91205df2393372581b873
Description-en: transitional package
This is a transitional package. It can safely be removed once
/usr/lib/libpcp.so.3 is no longer needed.
Package: libpcp4
Description-md5: 0ce4f2c7b98a96c8bef9e78eedee201e
Description-en: Performance Co-Pilot library
The libpcp4 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: libpcp4-dev
Description-md5: f652fd6ae3ef28ca7e9e80c776ebd500
Description-en: Performance Co-Pilot library and headers
The libpcp4-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: libpeasd-3-0
Description-md5: f955dad7a381c704ef7c8fd326f78820
Description-en: GTK+ application plugin library - D bindings
Libpeas is a library that allows GTK+ applications to support plugins.
.
This package contains the runtime needed for applications written in D.
Package: libpeasd-3-dev
Description-md5: b379bf0b73d6021045dd7757d5404a94
Description-en: GTK+ application plugin library - development files for D
Libpeas is a library that allows GTK+ applications to support plugins.
.
This package contains development files needed to write applications in
the D programming language that use Libpeas.
Package: libpersalys-dev
Description-md5: 9eccf9a0a92fb4d27c16f30e64679731
Description-en: GUI for uncertainty treatment (development files)
Persalys is a graphical user interface for OpenTURNS, dedicated to the
treatment of uncertainty and the management of variabilities. The software is
a tool between the computer simulation, probabilistic analyses and the data
sciences. The interface is available in French or in English.
.
Persalys allows one to:
- create mathematical models: analytical, coupling with an external model
(finite elements, ...), FMU;
- analyse the variability of one's parameters thanks to many methods and
visualisation tools;
- statistically analyse one's measuring data, infer probability distributions
or create metamodels.
.
This package contains the development files.
Package: libpersalys0
Description-md5: f2f0de45f0d51d4a7bcaa36827144220
Description-en: GUI for uncertainty treatment (shared libraries)
Persalys is a graphical user interface for OpenTURNS, dedicated to the
treatment of uncertainty and the management of variabilities. The software is
a tool between the computer simulation, probabilistic analyses and the data
sciences. The interface is available in French or in English.
.
Persalys allows one to:
- create mathematical models: analytical, coupling with an external model
(finite elements, ...), FMU;
- analyse the variability of one's parameters thanks to many methods and
visualisation tools;
- statistically analyse one's measuring data, infer probability distributions
or create metamodels.
.
This package contains the shared libraries.
Package: libpetsc-complex-dev
Description-md5: 8f875d2e33f062bf8a5090f431f3003d
Description-en: Virtual package depending on latest PETSc development package
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This is a dummy package which depends on the most recent version of
libpetsc-complexX-dev with complex number support (X=version).
Package: libpetsc-complex3.24
Description-md5: 0ab821b7c559aaa1e8f546fd39530b14
Description-en: Shared libraries for version 3.24 of PETSc with Complex Numbers
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package contains the PETSc 3.24 shared library, supporting
complex numbers.
.
It provides soname libpetsc-complex3.24
Package: libpetsc-complex3.24-dbg
Description-md5: 1e851e3c9da0215f11f9be9e4665d429
Description-en: Debugging libraries for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files and debugging libraries for
debugging applications using PETSc 3.24 with complex number support.
.
Libraries include unstripped symbols, but this package is also built with
internal PETSc debugging activated (--with-debugging=1).
Package: libpetsc-complex3.24-dev
Description-md5: 81cc11b289028d0c2dc10b1c44d3903a
Description-en: Static libraries, shared links, header files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files for building applications
using PETSc 3.24 with support for complex numbers.
.
Note HYPRE is not supported with PETSc complex.
Package: libpetsc-real-dev
Description-md5: 0825f2bf23862044ae0b2d06e81d473f
Description-en: Virtual package depending on latest PETSc development package
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This is a dummy package which depends on the most recent version of
libpetsc-realX-dev with real number support (X=version).
Package: libpetsc-real3.24
Description-md5: 8daf556a5dcea228879ae37f013e39a4
Description-en: Shared libraries for version 3.24 of PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package contains the PETSc 3.24 shared library for real numbers.
.
It provides soname libpetsc-real3.24
Package: libpetsc-real3.24-dbg
Description-md5: 6090882d83783550eb8eff54e2e4ec45
Description-en: Debugging libraries for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files and debugging libraries for
debugging applications using PETSc 3.24 with real numbers.
.
Libraries include unstripped symbols, but this package is also built with
internal PETSc debugging activated (--with-debugging=1).
Package: libpetsc-real3.24-dev
Description-md5: 2e743caefcff8180a8c4318f872d3b50
Description-en: Static libraries, shared links, header files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files for building applications
using PETSc 3.24 with real numbers.
Package: libpetsc3.24-dev-common
Description-md5: a32ebbd3bf55607b79b142fb0c1eebb9
Description-en: Common header and support dev files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides header and other support files common to the
various dev packages (with real or complex number support) for PETSc 3.24.
Package: libpetsc3.24-dev-examples
Description-md5: a297688698bd69149fd64903be1d8b0d
Description-en: Static libraries, shared links, header files for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides example, test, and tutorial scripts for PETSc 3.24.
Package: libpetsc64-complex-dev
Description-md5: 8e048939ed9ca0178d7c639bca3b6702
Description-en: Latest 64-bit PETSc development package with complex numbers
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This is a dummy package which depends on the most recent version of
libpetsc64-complexX-dev with complex number support and 64-bit
indexing (X=version).
Package: libpetsc64-complex3.24
Description-md5: 78803fca4e2fd38d6909e84909f15010
Description-en: Shared libraries for version 3.24 of 64-bit PETSc with Complex Numbers
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package contains the PETSc 3.24 shared library, supporting
complex numbers and 64-bit indexing.
.
It provides soname libpetsc64-complex3.24
Package: libpetsc64-complex3.24-dbg
Description-md5: 4c8e8bbe76881c4db9af5953ce0f74fb
Description-en: Debugging libraries for 64-bit PETSc with Complex Numbers
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files and debugging libraries
for debugging applications using PETSc 3.24 with complex number
support and 64-bit indexing.
.
Libraries include unstripped symbols, but this package is also built
with internal PETSc debugging activated (--with-debugging=1).
Package: libpetsc64-complex3.24-dev
Description-md5: 739287c6529ef2005746b1d6f07e2a34
Description-en: Development files for 64-bit PETSc with complex numbers
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files for building applications
using PETSc 3.24 with support for complex numbers and 64-bit
indexing.
.
Note HYPRE is not supported with PETSc complex.
Package: libpetsc64-real-dev
Description-md5: 59dd1c0daf1186a4352de59614959df7
Description-en: Virtual package depending on latest 64-bit PETSc development package
PETSc is the "Portable Extensible Toolkit for Scientific Computation", a suite
of data structures and routines for the scalable (parallel) solution of
scientific applications modeled by partial differential equations. It employs
the MPI standard for all message-passing communication. Several sample
scientific applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This is a dummy package which depends on the most recent version of
libpetsc64-realX-dev with real number support and 64-bit indexing
(X=version).
Package: libpetsc64-real3.24
Description-md5: c26c3e66d9c8eca10f23dce04959934b
Description-en: Shared libraries for version 3.24 of 64-bit PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package contains the PETSc 3.24 shared library for real numbers
and 64-bit indexing.
.
It provides soname libpetsc-real3.24
Package: libpetsc64-real3.24-dbg
Description-md5: 2918db39651b94cc22922912c999c38e
Description-en: Debugging libraries for PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files and debugging libraries for
debugging applications using PETSc 3.24 with real numbers and 64-bit indexing.
.
Libraries include unstripped symbols, but this package is also built with
internal PETSc debugging activated (--with-debugging=1).
Package: libpetsc64-real3.24-dev
Description-md5: 9d4d246bc9584470cfaf79d478ddd514
Description-en: Static libraries, shared links, header files for 64-bit PETSc
PETSc is the "Portable Extensible Toolkit for Scientific
Computation", a suite of data structures and routines for the
scalable (parallel) solution of scientific applications modeled by
partial differential equations. It employs the MPI standard for all
message-passing communication. Several sample scientific
applications, as well as various papers and talks, demonstrate the
features of the PETSc libraries.
.
This package provides the development files for building applications
using PETSc 3.24 with real numbers and 64-bit indexing.
Package: libpff-dev
Description-md5: 7c6799e13fd19c9b3ac50d16ac36f3b9
Description-en: library to access various ms outlook files formats (development)
Libpff is a library to access Personal Folder File (PFF) and Offline Folder
File (OFF) formats. Those files formats are used by MS Outlook in PAB
(Personal Address Book), PST (Personal Storage Table) and OST
(Offline Storage Table) files.
.
This package contains the development files.
Package: libpff1t64
Description-md5: a67c2cedaed212753eb102ce4b65a8d9
Description-en: library to access various ms outlook files formats
Libpff is a library to access Personal Folder File (PFF) and Offline Folder
File (OFF) formats. Those files formats are used by MS Outlook in PAB
(Personal Address Book), PST (Personal Storage Table) and OST
(Offline Storage Table) files.
Package: libpgocaml-ocaml
Description-md5: 6093705cfad4057e7dd443b8a8ccbe6c
Description-en: OCaml type-safe bindings for PostgreSQL (runtime)
PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
statements inside the OCaml code. Moreover, it uses the describe feature of
PostgreSQL to obtain type information about the database. This allows PG'OCaml
to check at compile-time if the program is indeed consistent with the database
structure. This type-safe database access is the primary advantage that
PG'OCaml has over other PostgreSQL bindings for OCaml.
.
This package contains dynamically loadable plugins for PG'OCaml.
Package: libpgocaml-ocaml-dev
Description-md5: 8ce3441ca051da9d82af3217ad79aac9
Description-en: OCaml type-safe bindings for PostgreSQL (development)
PG'OCaml provides an interface to PostgreSQL databases for OCaml applications.
It uses Camlp4 to extend the OCaml syntax, enabling one to directly embed SQL
statements inside the OCaml code. Moreover, it uses the describe feature of
PostgreSQL to obtain type information about the database. This allows PG'OCaml
to check at compile-time if the program is indeed consistent with the database
structure. This type-safe database access is the primary advantage that
PG'OCaml has over other PostgreSQL bindings for OCaml.
.
This package contains development files for PG'OCaml.
Package: libpgpainless-cli-java
Description-md5: 297c438702dbf180854e500c063719e7
Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package provides CLI command classes for PGPainless-SOP via picocli.
Package: libpgpainless-cli-java-doc
Description-md5: 887b93af9808b92a3df79f39507f4d7f
Description-en: Stateless OpenPGP Protocol with PGPainless - runtime library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-cli-java.
Package: libpgpainless-core-java
Description-md5: d8d02f0d036ae8a912affdfbe4369eaa
Description-en: Easy to use OpenPGP library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains the core PGPainless classes.
Package: libpgpainless-core-java-doc
Description-md5: 360623277dfb9e7ec36ebfe5fc9d2931
Description-en: Easy to use OpenPGP library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-core-java.
Package: libpgpainless-sop-java
Description-md5: 206a081e2af5ed53395a7ea16dd8a5f7
Description-en: Stateless OpenPGP Protocol with PGPainless - library
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains the PGPainless-SOP implementation classes.
Package: libpgpainless-sop-java-doc
Description-md5: 9637a2fa81073e1b6e6925ef88477830
Description-en: Stateless OpenPGP Protocol with PGPainless - library - docs
PGPainless is a modern implementation of OpenPGP in Java. It offers an
ergonomic interface on top of the BouncyCastle cryptographic toolkit
that makes it straightforward to deal with OpenPGP data.
.
This package contains documentation for libpgpainless-sop-java.
Package: libphdi-dev
Description-md5: aa150d144492fb40d20acc9684c2919c
Description-en: Parallels Hard Disk image (PHDI) format access library -- development files
libphdi is a library to access the Parallels Hard Disk image (PHDI) format.
.
This package includes the development support files.
Package: libphdi-utils
Description-md5: 1f5877d7213cdebd8cdc537160b7eebf
Description-en: Parallels Hard Disk image (PHDI) format access library -- Utilities
libphdi is a library to access the Parallels Hard Disk image (PHDI) format.
.
This package contains
- phdiinfo, a utility to determine information about a Parallels Hard Disk image file
- phdimount, a utility to mount a Parallels Hard Disk image file
Package: libphdi1
Description-md5: fb6c717482fd44d858a7580c3001ddb7
Description-en: Parallels Hard Disk image (PHDI) format access library
libphdi is a library to access the Parallels Hard Disk image (PHDI) format.
.
This package contains the shared library.
Package: libphosh-0.45-0
Description-md5: d7a2c9b35c887967f5091d89d1fc0691
Description-en: Pure Wayland shell for mobile devices - binding shared library
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
.
This package contains the shared library for language bindings.
Package: libphosh-0.45-dev
Description-md5: 6ffae71e903354cd0c56a5b0856fb89c
Description-en: Pure Wayland shell for mobile devices - binding development files
Phosh is a graphical shell for Wayland compositors speaking the layer-surface
protocol and aimed at mobile devices like smart phones and tablets using touch
based inputs and small screens.
.
This package contains the development files for language bindings
Package: libphp-embed
Description-md5: 50ac76316cbcb524d7a0e5189812e644
Description-en: HTML-embedded scripting language (Embedded SAPI library) (default)
This package provides the library /usr/lib/libphp.so which can
be used by application developers to embed PHP scripting functionality.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
.
This package is a dependency package, which depends on latest stable
PHP version (currently 8.5).
Package: libpipewire-0.3-modules-extra
Description-md5: 539588f5fef457e80521bf15b7145ea6
Description-en: libraries for the PipeWire multimedia server - extra modules
PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:
.
- Making available sources of audio and video (such as from a capture devices
or application provided streams) and multiplexing this with clients.
- Accessing sources of audio and video for consumption.
- Generating graphs for audio and video processing.
.
This package contains the ffado driver module.
Package: libpipewire-0.3-modules-x11
Description-md5: a533b054e32d10bd276ec8504194efbb
Description-en: libraries for the PipeWire multimedia server - X11 modules
PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:
.
- Making available sources of audio and video (such as from a capture devices
or application provided streams) and multiplexing this with clients.
- Accessing sources of audio and video for consumption.
- Generating graphs for audio and video processing.
.
This package contains X11 modules.
Package: libplasma-geolocation-interface-dev
Description-md5: 6f53cb13aea0faddb20ea7f3c3386f9f
Description-en: development files for the Plasma geolocation library
This library provides support for interfacing with geolocation
provider services like GPS or Mozilla Location Service.
.
This package contains development files for building software that
uses the Plasma geolocation library.
Package: libplasma-geolocation-interface6
Description-md5: 32e051e8aa7d7f6f2a61074110492063
Description-en: Plasma geolocation library
This library provides support for interfacing with geolocation
provider services like GPS or Mozilla Location Service.
Package: libplasma5support-data
Description-md5: 054c6c2ee04bc6aa56d42091f4ee26bf
Description-en: support components for porting from KF5/Qt5 to KF6/Qt6 - data files
Plasma5Support Framework providing migration aids for KF5 -> KF6 migrations.
.
This package contains the data files for the shared library.
Package: libplasma5support-dev
Description-md5: 4dad11a65362530ccfa41040d6ef2500
Description-en: support components for porting from KF5/Qt5 to KF6/Qt6 - development files
Plasma5Support Framework providing migration aids for KF5 -> KF6 migrations.
.
This package contains the development files for the shared library.
Package: libplasma5support6
Description-md5: 7c55a3b389c419735d0a06a3b8cd31de
Description-en: support components for porting from KF5/Qt5 to KF6/Qt6 - shared library
Plasma5Support Framework providing migration aids for KF5 -> KF6 migrations.
.
This package contains the shared library.
Package: libplasmaweatherdata6
Description-md5: 773eb186203b33b48a2dcad767d63656
Description-en: weather data manipulation library for Plasma widgets
This library provide various classes to manipulate weather forecast data.
.
This package is part of the KDE Plasma 6 addons module.
Package: libplasmaweatherion6
Description-md5: da5afd4493b3cae761db5460b4755a90
Description-en: weather location and forcast library for Plasma widgets
This library provides weather "ions" that can be used to request locations
and weather forecast on the locations.
.
This package is part of the KDE Plasma 6 addons module.
Package: libplfit-dev
Description-md5: 44678bda1dd2bf546eb71ee2789f7da0
Description-en: fitting power-law distributions to empirical data -- development
The plfit software fits power-law distributions to empirical (discrete or
continuous) data, according to the method of Clauset, Shalizi and Newman
[SIAM Review 51, 661-703 (2009)].
.
This package contains the header files, static libraries and symbolic
links that developers using the plfit library will need.
Package: libplfit0
Description-md5: c382dccedbd81c678e26b4dd5c7e5939
Description-en: fitting power-law distributions to empirical data -- library
The plfit software fits power-law distributions to empirical (discrete or
continuous) data, according to the method of Clauset, Shalizi and Newman
[SIAM Review 51, 661-703 (2009)].
.
This package provides the shared library required to run programs
compiled against the plfit library. To compile your own programs you
also need to install the libplfit-dev package.
Package: libplist-utils
Description-md5: f3e61dfbb8451db7dc3eae7293afdb7d
Description-en: Apple property list converter
This package contains tools to convert Apple property list files from binary
to XML and vice-versa. It's part of the libimobiledevice stack, providing
access to iDevices (iPod, iPhone, iPad ...).
Package: libplplot-data
Description-md5: bd59614b4a646f34118ddf9030ebaee2
Description-en: Scientific plotting library (data files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the architecture-independent data files used by
the PLplot C library.
Package: libplplot-dev
Description-md5: a4f560488d2925922a3a95d234e764b1
Description-en: Scientific plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains all that is needed for doing development in C,
C++ and Fortran with PLplot. For development in Tcl/Tk, Python and
Java, install the plplot-tcl-dev, python3-plplot and libplplot-java
packages, respectively. This package also includes the OCaml and Lua
examples. To use one of these languages you will also need to install
the libplplot-xxx package for that language.
Package: libplplot-java
Description-md5: 9be651b2fe4b86da141747b3ad0d8f8c
Description-en: Scientific plotting library (Java bindings)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the Java bindings for PLplot.
Package: libplplot-lua
Description-md5: 15b01f15d00c6e0a485725fa37f771ef
Description-en: Scientific plotting library (Lua bindings)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package provides the Lua bindings for PLplot.
Package: libplplot-ocaml
Description-md5: 037c0775570fa05ff6f5f75b19c4c9fe
Description-en: OCaml bindings for the scientific plotting library
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package provides the OCaml bindings for PLplot.
Package: libplplot-ocaml-dev
Description-md5: 863ea4066e03489260996582c4d047af
Description-en: OCaml support for the PLplot plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package provides the development package for PLplot OCaml bindings.
Package: libplplot17
Description-md5: c3f3527bdbadd832ddea1189dc9fba15
Description-en: Scientific plotting library
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the PLplot library for C.
Package: libplplotada-dev
Description-md5: 6882c31d542533f2ffc9e45ece5bbe72
Description-en: Ada support for PLplot, a plotting library (development files)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains all that is needed for doing PLplot development in
Ada.
Package: libplplotada4.2
Description-md5: 132b70eb75a1fd1e20f29998334b7a1d
Description-en: Ada support for PLplot, a plotting library
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the runtime Ada bindings library for PLplot.
Package: libplplotcxx15
Description-md5: f12263a92a75c6e7dc6362bac29d5c6f
Description-en: Scientific plotting library (C++ binding)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the C++ binding for PLplot.
Package: libplplotfortran0
Description-md5: d794d8932a6170a1b17942ded61821f2
Description-en: Scientific plotting library (fortran bindings)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package contains the Fortran 95 bindings for PLplot. Note: the Fortran
77 bindings have been deprecated upstream for some time and have now been
dropped from the Debian packages.
Package: libplplotqt2
Description-md5: 28fedac3e79b55e453c293e32551da5f
Description-en: Scientific plotting library (Qt bindings)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package provides C++ bindings to allow use of the PLplot API in
Qt applications.
Package: libplplotwxwidgets1
Description-md5: 2ede11f4982f1eb91c163ebbc4c7cdb4
Description-en: Scientific plotting library (wxWidgets bindings)
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
.
This package provides the wxWidgets bindings.
Package: libpmi0-dev
Description-md5: ba76cb412188d19b10fb458fd18b5282
Description-en: Slurm PMI library implementation development files
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Slurm PMI implementation static library and header
files
Package: libpmi0t64
Description-md5: 573fb95da72ca131b33b23144ccf47bd
Description-en: Slurm PMI library implementation
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Slurm PMI runtime implementation.
Package: libpmi2-0-dev
Description-md5: 3aa069a7f30bf9e49b0824cede98513a
Description-en: Slurm PMI2 library implementation development files
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Slurm PMI2 implementation static library and header
files
Package: libpmi2-0t64
Description-md5: 2b10862150992da0b37c78197953673c
Description-en: Slurm PMI2 library implementation
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Slurm PMI2 runtime implementation.
Package: libpmix-bin
Description-md5: eeb9219943b64a66fd2e9bcf4655f473
Description-en: Process Management Interface (Exascale) library - tools
PMIX is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. This package provides utilities for working with pmix.
Package: libpmix-dev
Description-md5: 40649f4e98770885669b0326273d7233
Description-en: Development files for the PMI Exascale library
This is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. PMIx aims to retain transparent compatibility with the existing
PMI-1 and PMI-2 definitions, and any future PMI releases; Support
the Instant On initiative for rapid startup of applications at exascale
and beyond.
Package: libpmix2t64
Description-md5: aca5aa31def7ae96d62a110030ef497f
Description-en: Process Management Interface (Exascale) library
This is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. PMIx aims to retain transparent compatibility with the existing
PMI-1 and PMI-2 definitions, and any future PMI releases; Support
the Instant On initiative for rapid startup of applications at exascale
and beyond.
Package: libpocketsphinx-dev
Description-md5: 5ea1ecd749ada3e7e3ea46628c0859ce
Description-en: Speech recognition tool - front-end library development files
CMU Sphinx is a large vocabulary, speaker-independent continuous speech
recognition engine.
.
This package contains header files and static libraries for developing programs
that use the Pocket Shinx frontend.
Package: libpocketsphinx5
Description-md5: 99849d015bdd33057d3551569d51df77
Description-en: Speech recognition tool - front-end library
CMU Sphinx is a large vocabulary, speaker-independent continuous speech
recognition engine.
.
This package contains the frontend shared library
Package: libpocl-dev
Description-md5: e354c66ecd7fac208f624d728c125be4
Description-en: development files for the PoCL library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations.
.
This package provides the development files for the PoCL library. Unless very
specific needs, this package is useless. This package is only required to link
directly and explicitly with PoCL.
.
To develop OpenCL programs (that can be run with PoCL), the opencl-dev virtual
package (provided by ocl-icd-opencl-dev for example) is required, not this one.
Package: libpocl-devices-level0
Description-md5: 9851a2c5fad1e6c605ec77ab44111700
Description-en: Portable Computing Language library - Level Zero device library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations.
.
This package provides the Level Zero device library.
Package: libpocl2-common
Description-md5: 78bb8a43cbfd220175471920d25274ed
Description-en: common files for the PoCL library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations.
.
This package provides the architecture independent files of the PoCL library.
Package: libpocl2t64
Description-md5: 610b47f08150bddaa4674d5a7911773f
Description-en: Portable Computing Language library
Portable Computing Language is an open source implementation of the OpenCL
standard which can be easily adapted for new targets. One of the goals of the
project is improving performance portability of OpenCL programs, avoiding the
need for target-dependent manual optimizations. A "native" target is included,
which allows running OpenCL kernels on the host (CPU).
.
This package provides the core of PoCL.
Package: libpolly-17-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
to analyze and optimize the memory access pattern of a program
Package: libpolly-18-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
to analyze and optimize the memory access pattern of a program
Package: libpolly-19-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
to analyze and optimize the memory access pattern of a program
Package: libpolly-20-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
to analyze and optimize the memory access pattern of a program
Package: libpolly-21-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
Uses an abstract mathematical representation based on integer polyhedra
to analyze and optimize the memory access pattern of a program
Package: libpolly-22-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: libpoppler-qt5-1t64
Description-md5: 0ac9bcecfcfad7f5e76c5f9836ae7168
Description-en: PDF rendering library (Qt 5 based shared library)
Poppler is a PDF rendering library based on Xpdf PDF viewer.
.
This package provides the Qt 5 based shared library for applications
using the Qt 5 interface to Poppler.
Package: libpoppler-qt5-dev
Description-md5: 23f42cab8509c36d744da26df5cb855a
Description-en: PDF rendering library -- development files (Qt 5 interface)
Poppler is a PDF rendering library based on Xpdf PDF viewer.
.
This package contains the headers and development libraries needed to
build applications using the Qt 5-based Poppler interface.
Package: libpoppler-qt6-3t64
Description-md5: 1aac226e2e4f235dbc8ce10a562d619f
Description-en: PDF rendering library (Qt 6 based shared library)
Poppler is a PDF rendering library based on Xpdf PDF viewer.
.
This package provides the Qt 6 based shared library for applications
using the Qt 6 interface to Poppler.
Package: libpoppler-qt6-dev
Description-md5: d697e5693c5678626b355602947110a5
Description-en: PDF rendering library -- development files (Qt 6 interface)
Poppler is a PDF rendering library based on Xpdf PDF viewer.
.
This package contains the headers and development libraries needed to
build applications using the Qt 6-based Poppler interface.
Package: libpopplerkit-dev
Description-md5: b0eeb9a84bc1a995bae5b9f772f8269e
Description-en: GNUstep framework for rendering PDF content (development files)
PopplerKit is a GNUstep framework for accessing and rendering PDF content. It
is based on the poppler library.
.
Its features are:
- Render PDF content.
- Extract text from a PDF document.
- Access a PDF document's outline.
- Search in PDF documents.
.
This package contains the development files.
Package: libpopplerkit0
Description-md5: 07702e6643fbfe38be725a27b99f1528
Description-en: GNUstep framework for rendering PDF content (library files)
PopplerKit is a GNUstep framework for accessing and rendering PDF content. It
is based on the poppler library.
.
Its features are:
- Render PDF content.
- Extract text from a PDF document.
- Access a PDF document's outline.
- Search in PDF documents.
.
This package contains the runtime libraries.
Package: libposix-bindings-ocaml
Description-md5: 109671b9345283a2a91ebd55f42cdb5d
Description-en: OCaml interface for posix -- runtime files
It includes a variety of low-level APIs for interacting with
posix. It includes posix-types, posix-unix-socket, posix-time2,
posix-getopt, posix-uname and posix-signal.
.
This package contains only the shared runtime stub libraries
Package: libposix-bindings-ocaml-dev
Description-md5: 5aa1edb67133ecab597a3813f58ea64f
Description-en: OCaml interface for POSIX -- development files
It includes a variety of low-level APIs for interacting with
posix. It includes posix-types, posix-unix-socket, posix-time2,
posix-getopt, posix-uname and posix-signal.
.
This package contains all the development stuff you need to develop
OCaml programs which use ocaml-posix.
Package: libpowerdevilcore2
Description-md5: 91e467ba5874234e56188073f9bbfb96
Description-en: shared library for the KDE power management features in Plasma
PowerDevil is the internal name of the KDE power management service
for Plasma. It is responsible for some (but not all) interactions
with hardware functionality.
.
This package contains the shared library providing the core features
of PowerDevil.
Package: libpowerman0
Description-md5: 6fdd76e85e33c51f928b9af608effbb5
Description-en: Client library for Powerman - Centralized PDU management
PowerMan is a tool for manipulating Power Distribution Units (PDUs) from a
central location. It is suitable for remote operation in data centers or
compute cluster environment.
.
This package contains the shared client library.
Package: libpowerman0-dev
Description-md5: 78e6d7a42ba7b35667ffbb96bd3853c6
Description-en: Development files for Powerman - Centralized PDU management
PowerMan is a tool for manipulating Power Distribution Units (PDUs) from a
central location. It is suitable for remote operation in data centers or
compute cluster environment.
.
This package contains the development files.
Package: libppx-assert-ocaml
Description-md5: ad4136b56fceda86891156861c11fc06
Description-en: provide assertions in OCaml (runtime files)
This package provides extension nodes to compare
values and raise useful errors if they differ.
.
This package contains runtime files.
Package: libppx-assert-ocaml-dev
Description-md5: 0bd6986610ebe757d8ebb5f79e17c2c4
Description-en: provide assertions in OCaml (dev files)
This package provides extension nodes to compare
values and raise useful errors if they differ.
.
This package contains development files.
Package: libppx-bin-prot-ocaml
Description-md5: 4897be9d7a13546e54c4ade605b07315
Description-en: generation of bin_prot readers and writers from types (runtime)
This package provides a ppx rewriter that generates binary
serialization and deserialization functions from type definitions,
using Jane Street's bin_prot library.
.
This package contains runtime files.
Package: libppx-bin-prot-ocaml-dev
Description-md5: f74af02f6013f9a6f3e82a147bc18603
Description-en: generation of bin_prot readers and writers from types (development)
This package provides a ppx rewriter that generates binary
serialization and deserialization functions from type definitions,
using Jane Street's bin_prot library.
.
This package contains development files.
Package: libppx-cold-ocaml
Description-md5: b86fa7443711f557de82fe1cc770bb57
Description-en: provide the @cold annotation for OCaml (runtime files)
This package provides the @cold annotation to program in OCaml
to disable a closure optimisation.
.
This package contains runtime files.
Package: libppx-cold-ocaml-dev
Description-md5: 659edc78b6846840db3f7072ede466c2
Description-en: provide the @cold annotation for OCaml (dev files)
This package provides the @cold annotation to program in OCaml
to disable a closure optimisation.
.
This package contains development files.
Package: libppx-compare-ocaml
Description-md5: 3f17cb47e6da3ca3e7b90d4c68df765c
Description-en: generation of comparison functions from OCaml types (runtime)
Ppx_compare is a ppx rewriter that derives comparison and equality
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare and
Pervasives.(=). Scaffolding functions also gives you more flexibility
by allowing you to override them for a specific type and more safety
by making sure that you only compare comparable values.
.
This package contains runtime files.
Package: libppx-compare-ocaml-dev
Description-md5: 806b25c8a40645f87dec90f4ee28dac4
Description-en: generation of comparison functions from OCaml types (development)
Ppx_compare is a ppx rewriter that derives comparison and equality
functions from type representations. The scaffolded functions are
usually much faster than ocaml's Pervasives.compare and
Pervasives.(=). Scaffolding functions also gives you more flexibility
by allowing you to override them for a specific type and more safety
by making sure that you only compare comparable values.
.
This package contains development files.
Package: libppx-custom-printf-ocaml
Description-md5: 2ab5185e4d0c30d2b7b5525607659bc9
Description-en: printf-style format-strings for user-defined string conversion (runtime)
ppx_custom_printf is a ppx rewriter that allows the use of
user-defined string conversion functions in format strings (that is,
strings passed to printf, sprintf, etc.).
.
No new syntax is introduced. Instead a previously ill-typed use of
the ! operator is re-purposed.
.
This package contains runtime files.
Package: libppx-custom-printf-ocaml-dev
Description-md5: fd363fe67f50a2dcc3969e0c4029b640
Description-en: printf-style format-strings for user-defined string conversion (dev)
ppx_custom_printf is a ppx rewriter that allows the use of
user-defined string conversion functions in format strings (that is,
strings passed to printf, sprintf, etc.).
.
No new syntax is introduced. Instead a previously ill-typed use of
the ! operator is re-purposed.
.
This package contains development files.
Package: libppx-deriving-ocaml
Description-md5: 78e04260955cc64c48f886d479237c56
Description-en: type-driven code generation for OCaml (runtime files)
Ppx_deriving provides common infrastructure for generating code based
on type definitions, and a set of useful plugins for common tasks.
.
This package contains runtime files.
Package: libppx-deriving-ocaml-dev
Description-md5: edb671db6b10ed6c0cce6f7f80f75a61
Description-en: type-driven code generation for OCaml (dev files)
Ppx_deriving provides common infrastructure for generating code based
on type definitions, and a set of useful plugins for common tasks.
.
This package contains development files.
Package: libppx-deriving-yojson-ocaml-dev
Description-md5: 6ea76790282bcf2c08342200a25522a3
Description-en: OCaml syntax extension for JSON serialization
Ppx-deriving-yojson is a syntax extension for the OCaml programming
language. It allows you to annotate your type definitions, such that
functions for serialization to JSON, and for deserialization from
JSON, are automatically derived.
Package: libppx-enumerate-ocaml
Description-md5: 662945793d708e813b47d0201e8e7ab9
Description-en: list all values of a finite type (runtime files)
This package generates a list with all possible values
of a finite type.
.
This package contains runtime files.
Package: libppx-enumerate-ocaml-dev
Description-md5: 38e3f765a2e39fd6210c2f8be0379def
Description-en: list all values of a finite type (dev files)
This package generates a list with all possible values
of a finite type.
.
This package contains development files.
Package: libppx-expect-ocaml
Description-md5: be9074fcadd2ae297e5c47dddf9a5529
Description-en: testing framework for OCaml (runtime files)
This package provides a testing framework similar
to Python's cram framework for OCaml programming.
.
This package contains runtime files.
Package: libppx-expect-ocaml-dev
Description-md5: b369f5322a66253ea7e2e9b9909e64cc
Description-en: testing framework for OCaml (dev files)
This package provides a testing framework similar
to Python's cram framework for OCaml programming.
.
This package contains development files.
Package: libppx-fields-conv-ocaml
Description-md5: 80945b1cda76e83930aa161dec93ddaa
Description-en: generation of accessor and iteration functions for OCaml records (runtime)
ppx_fields_conv is a ppx rewriter that can be used to define first
class values representing record fields, and additional routines, to
get and set record fields, iterate and fold over all fields of a
record and create new record values.
.
This package contains runtime files.
Package: libppx-fields-conv-ocaml-dev
Description-md5: 656bfd81649f55026933dec85d8f1b8c
Description-en: generation of accessor and iteration functions for OCaml records (dev)
ppx_fields_conv is a ppx rewriter that can be used to define first
class values representing record fields, and additional routines, to
get and set record fields, iterate and fold over all fields of a
record and create new record values.
.
This package contains development files.
Package: libppx-globalize-ocaml
Description-md5: 862a6763f3e835d638e66985c670b9d6
Description-en: copy local values to the global heap (runtime files)
This package provides a ppx rewriter to copy local values
to the global heap.
.
This package contains runtime files.
Package: libppx-globalize-ocaml-dev
Description-md5: 369093f44344c66bfeea8b20157af592
Description-en: copy local values to the global heap (dev files)
This package provides a ppx rewriter to copy local values
to the global heap.
.
This package contains development files.
Package: libppx-hash-ocaml
Description-md5: 36a0837fca90ea4746c94af6f0850cb1
Description-en: ppx writer generating hash functions (runtime)
This package provides a ppx writer generating hash functions
from type expressions and definitions
.
This package contains runtime files.
Package: libppx-hash-ocaml-dev
Description-md5: 716c02f4d66aa89c07ba4aea43666b79
Description-en: ppx writer generating hash functions (development)
This package provides a ppx writer generating hash functions
from type expressions and definitions
.
This package contains development files.
Package: libppx-here-ocaml
Description-md5: 9800a6c317705da5fcb1941143e0c8b6
Description-en: OCaml extension node whose value is its source position (runtime)
This package provides a ppx rewriter that defines an extension node
whose value is its source position. This is normally used so
exceptions can contain better positions. It can also be used in cases
where stack traces are useless (for instance in monads with a
complicated control flow).
.
This package contains runtime files.
Package: libppx-here-ocaml-dev
Description-md5: 65e859aa2515de47c0b598123a3b462c
Description-en: OCaml extension node whose value is its source position (development)
This package provides a ppx rewriter that defines an extension node
whose value is its source position. This is normally used so
exceptions can contain better positions. It can also be used in cases
where stack traces are useless (for instance in monads with a
complicated control flow).
.
This package contains development files.
Package: libppx-import-ocaml
Description-md5: f96f7525f882db68c98c579826d5548a
Description-en: OCaml extension to import declarations (runtime)
This package provides a ppx rewriter to import declarations from
interface files.
.
This package contains runtime files.
Package: libppx-import-ocaml-dev
Description-md5: 6245a05e2a73ffff223065b65339c03e
Description-en: OCaml extension to import declarations (development)
This package provides a ppx rewriter to import declarations from
interface files.
.
This package contains development files.
Package: libppx-inline-test-ocaml
Description-md5: 89a2140884abd69986f82e8fd53fd5ed
Description-en: syntax extension for in-line tests in OCaml (runtime files)
This package provides a syntax extension to write in-line
tests in OCaml code.
.
This package contains runtime files.
Package: libppx-inline-test-ocaml-dev
Description-md5: 7411564e95cd755cc331cdf476e233a1
Description-en: syntax extension for in-line tests in OCaml (dev files)
This package provides a syntax extension to write in-line
tests in OCaml code.
.
This package contains development files.
Package: libppx-js-style-ocaml
Description-md5: 9a9eb8f171c8c952c9fa65b9c787962e
Description-en: code style checker for Jane Street packages (runtime)
Part of the Jane Street's PPX rewriters collection.
.
This package is a no-op ppx rewriter. It is used as a 'lint' tool to
enforce some coding conventions across all Jane Street packages.
.
This package contains runtime files.
Package: libppx-js-style-ocaml-dev
Description-md5: 1a22fbd97027f945aa1a1b02b4e2bf9d
Description-en: code style checker for Jane Street packages (dev files)
Part of the Jane Street's PPX rewriters collection.
.
This package is a no-op ppx rewriter. It is used as a 'lint' tool to
enforce some coding conventions across all Jane Street packages.
.
This package contains development files.
Package: libppx-let-ocaml
Description-md5: 65a4ff796d3f00387fa802e7ec243255
Description-en: ppx rewriter for monadic and applicative bindings (runtime files)
A ppx rewriter for monadic and applicative let bindings, match
expressions, and if expressions.
.
This package contains runtime files.
Package: libppx-let-ocaml-dev
Description-md5: fe08b991b568ce6d3661c6b3525b58fa
Description-en: ppx rewriter for monadic and applicative bindings (dev files)
A ppx rewriter for monadic and applicative let bindings, match
expressions, and if expressions.
.
This package contains development files.
Package: libppx-optcomp-ocaml
Description-md5: dfb1020181fcc0b7bb913f4c146736dc
Description-en: optional compilation for OCaml (runtime files)
ppx_optcomp stands for Optional Compilation. It is a tool used to
handle optional compilations of pieces of code depending of the word
size, the version of the compiler, ...
.
This package contains runtime files.
Package: libppx-optcomp-ocaml-dev
Description-md5: 992a4a6997b984aa47e3ef18c16e08f4
Description-en: optional compilation for OCaml (dev files)
ppx_optcomp stands for Optional Compilation. It is a tool used to
handle optional compilations of pieces of code depending of the word
size, the version of the compiler, ...
.
This package contains development files.
Package: libppx-sexp-conv-ocaml
Description-md5: 8250a2d8b74e423443b3fceeeb14252f
Description-en: generation of S-expressions from type definitions (runtime files)
ppx_sexp_conv is a PPX syntax extension that generates code for
converting OCaml types to and from S-expressions, as defined in the
sexplib library.
.
This package contains runtime files.
Package: libppx-sexp-conv-ocaml-dev
Description-md5: 8306bf1b08d1d1dc6c1d6dcff4dfcb1a
Description-en: generation of S-expressions from type definitions (dev files)
ppx_sexp_conv is a PPX syntax extension that generates code for
converting OCaml types to and from S-expressions, as defined in the
sexplib library.
.
This package contains development files.
Package: libppx-stable-witness-ocaml
Description-md5: 20fa5af7561b2e96663f6a1ecc99f68b
Description-en: stable witness derivation (runtime)
Ppx extension for deriving a witness that a type is intended to be
stable. In this context, stable means that the serialization format
will never change. This allows programs running at different versions
of the code to safely communicate.
.
This package contains runtime files.
Package: libppx-stable-witness-ocaml-dev
Description-md5: 0fb1dc27e4bbeeb9edc4ee7d4b635b15
Description-en: stable witness derivation (development)
Ppx extension for deriving a witness that a type is intended to be
stable. In this context, stable means that the serialization format
will never change. This allows programs running at different versions
of the code to safely communicate.
.
This package contains development files.
Package: libppx-string-ocaml
Description-md5: cc168273ce2f76e9267fd992bcb20493
Description-en: string interpolation (runtime)
Ppx extension for string interpolation. Part of the Jane Street's PPX
rewriters collection.
.
This package contains runtime files.
Package: libppx-string-ocaml-dev
Description-md5: 270aa35649e732436620f313cea7bee3
Description-en: string interpolation (development)
Ppx extension for string interpolation. Part of the Jane Street's PPX
rewriters collection.
.
This package contains development files.
Package: libppx-variants-conv-ocaml
Description-md5: 113f656b761163041088b6e7243c4d47
Description-en: generation of accessor and iteration functions for OCaml variants (runtime)
ppx_variants_conv is a ppx rewriter that can be used to define first
class values representing variant constructors, and additional
routines to fold, iterate and map over all constructors of a variant
type.
.
This package contains runtime files.
Package: libppx-variants-conv-ocaml-dev
Description-md5: f77ab6b5924394377e3724e5c33a4c33
Description-en: generation of accessor and iteration functions for OCaml variants (dev)
ppx_variants_conv is a ppx rewriter that can be used to define first
class values representing variant constructors, and additional
routines to fold, iterate and map over all constructors of a variant
type.
.
This package contains development files.
Package: libppx-visitors-ocaml-dev
Description-md5: b22173fd471aaf707ed2fcb2a3b392dd
Description-en: OCaml syntax extension for object-oriented visitors
Visitors is a syntax extension for the OCaml programming language. It
allows you to annotate your type definitions, such that a visitor class
will be automatically generated. This visitor class contains methods
for the traversal of your data structure, like iter, map, fold, etc. It
is then easy to override these methods for your needs. This is very
convenient when programming with complex algebraic data structures.
Package: libppx-visitors-ocaml-doc
Description-md5: 1f9a0e76214184ea483ad1772f5e5159
Description-en: Documentation of the visitors syntax extension for OCaml
This package contains the documentation of the visitors syntax extension
for the OCaml programming language.
Package: libppx-yojson-conv-ocaml
Description-md5: d8f03754c4475aa212a7b3b480683a28
Description-en: [@@deriving] plugin to generate Yojson conversion functions (runtime)
[@@deriving] plugin to generate Yojson conversion functions.
.
Part of the Jane Street's PPX rewriters collection.
.
This package contains runtime files.
Package: libppx-yojson-conv-ocaml-dev
Description-md5: ad4f1187928312366050a4ecf29b617d
Description-en: [@@deriving] plugin to generate Yojson conversion functions (dev files)
[@@deriving] plugin to generate Yojson conversion functions.
.
Part of the Jane Street's PPX rewriters collection.
.
This package contains development files.
Package: libppxlib-jane-ocaml
Description-md5: 516e7b382fbb05325d6489f88fe7e61e
Description-en: utilities to work on AST of the Jane Street OCaml compiler (runtime)
This library can be used to work with Abstract Syntax Trees corresponding
to the augmented parse tree recognized by the Jane Street OCaml compiler.
.
This package contains runtime files.
Package: libppxlib-jane-ocaml-dev
Description-md5: 109d985ccfd5be89b5f721e8ac689da6
Description-en: utilities to work on AST of the Jane Street OCaml compiler (development)
This library can be used to work with Abstract Syntax Trees corresponding
to the augmented parse tree recognized by the Jane Street OCaml compiler.
.
This package contains development files.
Package: libppxlib-ocaml-dev
Description-md5: 9263a3fdec1250da537a263f94f513c3
Description-en: meta-programming for OCaml
The ppxlib project provides the basis for the ppx system, which is
currently the officially supported method for meta-programming in
OCaml. It offers a principled way to generate code at compile time in
OCaml projects. It features:
* OCaml AST / parser / pretty-printer snapshot, to create a full
frontend independent of the version of OCaml;
* library for ppx rewriters in general, and type-driven code
generators in particular;
* feature-full driver for OCaml AST transformers;
* quotation mechanism allowing to write values representing the
OCaml AST in the OCaml syntax;
* generator of open recursion classes from type definitions.
Package: libpq-oauth
Description-md5: d5259e31d90f6d0ac8b8ed95bdbc16b7
Description-en: PostgreSQL C client library - OAuth flow
libpq-oauth is an optional module for libpq5 implementing the Device
Authorization flow for OAuth clients (RFC 8628). It is maintained as
its own shared library in order to isolate its dependency on libcurl.
(End users who don't want the Curl dependency can simply choose not
to install this module.)
.
If a connection string allows the use of OAuth, and the server asks
for it, and a libpq client has not installed its own custom OAuth
flow, libpq will attempt to delay-load this module using dlopen() and
the following ABI. Failure to load results in a failed connection.
.
PostgreSQL is an object-relational SQL database management system.
Package: libprismatic-plumbing-clojure
Description-md5: 3f3efb484b1b55d2862ca27d295ba82d
Description-en: Clojure utility belt library
Plumbing includes the following libraries:
* Graph: a simple and declarative way to specify a structured computation,
which is easy to analyze, change, compose, and monitor.
* plumbing.core: a library of very commonly used functions.
* plumbing.map: common operations on maps (both Clojure immutable and mutable
Java maps)
Package: libpseudo
Description-md5: f41b1741419145eeaea38b6e58e00fd6
Description-en: advanced tool for simulating superuser privileges
The pseudo utility offers a way to run commands in a virtualized "root"
environment, allowing ordinary users to run commands which give the
illusion of creating device nodes, changing file ownership, and otherwise doing
things necessary for creating distribution packages or filesystems.
.
Pseudo has a lot of similarities to fakeroot but is a new implementation
that improves on the problems seen using fakeroot. Pseudo is now
extensively used by Poky as a replacement to fakeroot but can also be
used standalone in many other use cases.
.
This package contains the LD_PRELOAD libraries.
Package: libpsm-infinipath1
Description-md5: f14abc291eb95080b3ab5e3c76a2cc89
Description-en: PSM Messaging library for Intel Truescale adapters
The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
user-level communication interface for the Truescale family of products. PSM
users can use mechanisms necessary to implement higher-level communication
interfaces in parallel environments.
.
This package contains the shared libraries.
Package: libpsm-infinipath1-dbg
Description-md5: f68caae7e29fb67a86a5faecbd64f3e0
Description-en: Debugging symbols for libpsm-infinipath1
The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
user-level communication interface for the Truescale family of products. PSM
users can use mechanisms necessary to implement higher-level communication
interfaces in parallel environments.
.
This package contains the debugging symbols associated with
libpsm-infinipath1. They will automatically be used by gdb for debugging
libpsm-infinipath1-related issues.
Package: libpsm-infinipath1-dev
Description-md5: 14d45305113471acbf79d96d34eda680
Description-en: Development files for libpsm-infinipath1
The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
user-level communication interface for the Truescale family of products. PSM
users can use mechanisms necessary to implement higher-level communication
interfaces in parallel environments.
.
This package is needed to compile programs against libpsm-infinipath1.
It contains the header files and links needed for compiling.
Package: libpsych-java
Description-md5: c6bc651afa3bfe108b48a82c1353a893
Description-en: ruby-psych Java extension
ruby-psych is a YAML parser and emitter. Psych leverages libyaml for its
YAML parsing and emitting capabilities. In addition to wrapping
libyaml, Psych also knows how to serialize and de-serialize most Ruby
objects to and from the YAML format.
.
Psych has been included with the main Ruby implementation since 1.9.2,
and is the default YAML parser from 1.9.3 and beyond.
.
libpsych-java ships the Java extension to improve performance for Ruby
implementations running in the JVM, like jruby.
Package: libptime-ocaml
Description-md5: 34437bd4eec361b86446dae69f9fa2dc
Description-en: POSIX time for OCaml (runtime)
Ptime has platform independent POSIX time support in pure OCaml. It
provides a type to represent a well-defined range of POSIX timestamps
with picosecond precision, conversion with date-time values,
conversion with RFC 3339 timestamps and pretty printing to a
human-readable, locale-independent representation.
.
This package contains runtime files.
Package: libptime-ocaml-dev
Description-md5: 9b2e9217050fa70d0f080b42a652f23a
Description-en: POSIX time for OCaml (development)
Ptime has platform independent POSIX time support in pure OCaml. It
provides a type to represent a well-defined range of POSIX timestamps
with picosecond precision, conversion with date-time values,
conversion with RFC 3339 timestamps and pretty printing to a
human-readable, locale-independent representation.
.
This package contains development files.
Package: libpuma-dev
Description-md5: c9821e8e15aff05140677eb117ef9273
Description-en: C/C++/AspectC++ Scanner and Parsers (development headers)
libPuma is a library written in C++ for Scanning and Parsing C++
Code. It also does some semantic analysis.
.
It was written to facilitate the development for tools, which manipulate
and/or transfor C/C++ Code.
.
This package ships a static copy of libPuma only.
Package: libpuma-doc
Description-md5: 1fd0c248141594e601ba4648d5905590
Description-en: C/C++/AspectC++ Scanner and Parsers (documentation)
libPuma is a library written in C++ for Scanning and Parsing C++
Code. It also does some semantic analysis.
.
It was written to facilitate the development for tools, which manipulate
and/or transfor C/C++ Code.
.
This package ships doxygen generated documentation for Puma.
Package: libpwquality-tools
Description-md5: 748331af36bc84978f52ee4344e90e81
Description-en: tools for password quality checking and generation
libpwquality's purpose is to provide common functions for password
quality checking and also scoring them based on their apparent randomness. The
library also provides a function for generating random passwords with good
pronounceability.
.
Tools for password quality checking and generation.
Package: libpxp-ocaml-dev
Description-md5: f59fc8ba310eac8bd437980472be6e86
Description-en: OCaml library that implements an XML-1.0 validating parser
PXP is a validating parser for XML-1.0 which has been written entirely
in Objective Caml.
.
PXP is the new name of the parser formerly known as "Markup". PXP means
"Polymorphic XML parser" and emphasizes its most useful property: that
the API is polymorphic and can be configured such that different objects
are used to store different types of elements.
Package: libpyside6-dev
Description-md5: 6f39d1d6fbbde4789375173e2e664100
Description-en: Python bindings for Qt 6 (development files)
pyside6 provides Python bindings for Qt 6.x framework.
.
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package provides the development headers for the libpyside6 library.
Package: libpyside6-py3-6.10
Description-md5: 7b685c0cf1aa3b6d0ac27ac8e238f2fa
Description-en: Python 3 bindings for Qt 6 (base files)
pyside6 provides Python bindings for Qt 6.x framework.
.
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Python3 base file used by all modules.
Package: libqcheck-core-ocaml
Description-md5: fca259cad1ec93f3f1606be3e7170d79
Description-en: QuickCheck inspired property-based testing for OCaml (Runtime library)
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
Package: libqcheck-core-ocaml-dev
Description-md5: 92495d7c40551c5fbaf5cbe629f27d54
Description-en: QuickCheck inspired property-based testing for OCaml (Development package)
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
Package: libqcheck-ocaml
Description-md5: 03b1d439838ed2c58bb0e7c2425b7293
Description-en: QuickCheck inspired property-based testing for OCaml (Runtime library)
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
.
This is a compatibility library, depends on libqcheck-ocaml.
Package: libqcheck-ocaml-dev
Description-md5: e09ed79bba6040b88ff9ff5edf7e52a6
Description-en: QuickCheck inspired property-based testing for OCaml (Development package)
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
.
This is a compatibility library, depends on libqcheck-ocaml.
Package: libqcheck-ocaml-doc
Description-md5: 1ef80994d3ea7567009c0adbf3cd348a
Description-en: Documentation for ocaml-qcheck
This module allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
.
This package contains documentation for ocaml-qcheck in html format.
Package: libqcheck-ounit-ocaml
Description-md5: 67d6867edcc76b989bb21ebad586dba7
Description-en: QCheck integration with OUnit (Runtime library)
This module provides QCheck integration with OUnit.
.
QCheck allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
Package: libqcheck-ounit-ocaml-dev
Description-md5: 541dafcfb635ee408291c0652a02f782
Description-en: QCheck integration with OUnit (Development package)
This module provides QCheck integration with OUnit.
.
QCheck allows one to check invariants (properties of some types) over
randomly generated instances of the type. It provides combinators for
generating instances and printing them.
Package: libqcoro5core0t64
Description-md5: 92cf687d08104c741f4ddad2c50f87b4
Description-en: C++20 coroutines for Qt5 - Core
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the core library.
Package: libqcoro5dbus0t64
Description-md5: 34030802234ca0bd39994f4d2739b557
Description-en: C++20 coroutines for Qt5 - DBus
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the DBus library.
Package: libqcoro5network0t64
Description-md5: d7783b020526cf2059dd71353540814e
Description-en: C++20 coroutines for Qt5 - Network
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the network library.
Package: libqcoro5qml0t64
Description-md5: 723d081031929c00cc0d20ffe16797a6
Description-en: C++20 coroutines for Qt5 - QML
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the QML library.
Package: libqcoro5quick0t64
Description-md5: d694bbf78e705f0d5960d3b43af2ff7c
Description-en: C++20 coroutines for Qt5 - QtQuick
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the QtQuick library.
Package: libqcoro5websockets0t64
Description-md5: 9417865b9bf1990cf6b65ee19e6d0bad
Description-en: C++20 coroutines for Qt5 - WebSockets
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt5 actions.
.
This is the web sockets library.
Package: libqcoro6core0t64
Description-md5: 9e76b94c82e1bd88c205c8cdb9722849
Description-en: C++20 coroutines for Qt6 - Core
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the core library.
Package: libqcoro6dbus0t64
Description-md5: ebd79610db65d8b899c5fc3be0e24ca6
Description-en: C++20 coroutines for Qt6 - DBus
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the DBus library.
Package: libqcoro6network0t64
Description-md5: b264a309eba10c32e0aab2d4e4a094d2
Description-en: C++20 coroutines for Qt6 - Network
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the network library.
Package: libqcoro6qml0t64
Description-md5: 30d1ad8e512bd12a18a717fd136e4d81
Description-en: C++20 coroutines for Qt6 - QML
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the QML library.
Package: libqcoro6quick0t64
Description-md5: a57bec424abf52663b77eeda59e263ae
Description-en: C++20 coroutines for Qt6 - QtQuick
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the QtQuick library.
Package: libqcoro6websockets0t64
Description-md5: 74c798aacda71846388a784d8465b753
Description-en: C++20 coroutines for Qt6 - WebSockets
QCoro is a C++ library that provide set of tools to make use of C++20
coroutines in connection with certain asynchronous Qt6 actions.
.
This is the web sockets library.
Package: libqcow-dev
Description-md5: 2877f7b721886c2ee0e85e11eae61928
Description-en: QEMU Copy-On-Write image format access library -- development files
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.
.
This package includes the development support files.
Package: libqcow-utils
Description-md5: 47d81ceacc7aecaba8af34b2ec1d888d
Description-en: QEMU Copy-On-Write image format access library -- Utilities
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.
.
This package contains tools to access data stored in QCOW files:
qcowinfo, qcowmount.
Package: libqcow1t64
Description-md5: ad2e480029d6e2c25ba681d44b0d5b79
Description-en: QEMU Copy-On-Write image format access library
libqcow is a library to access the QEMU Copy-On-Write (QCOW) image format.
.
This package contains the shared library.
Package: libqgis-3d3.40.14
Description-md5: 12c7e46a9ba3838604ff324ef2f4b517
Description-en: QGIS - shared 3d library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared 3d library.
Package: libqgis-3d3.40.15
Description-md5: 12c7e46a9ba3838604ff324ef2f4b517
Description-en: QGIS - shared 3d library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared 3d library.
Package: libqgis-analysis3.40.14
Description-md5: bbce9a642240ceda07f97dc929f9b3b4
Description-en: QGIS - shared analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared analysis library.
Package: libqgis-analysis3.40.15
Description-md5: bbce9a642240ceda07f97dc929f9b3b4
Description-en: QGIS - shared analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared analysis library.
Package: libqgis-app3.40.14
Description-md5: 23c167da57fa2c94db3ad31618e4bca8
Description-en: QGIS - shared app library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared app library.
Package: libqgis-app3.40.15
Description-md5: 23c167da57fa2c94db3ad31618e4bca8
Description-en: QGIS - shared app library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared app library.
Package: libqgis-core3.40.14
Description-md5: 088a2dda37829f9928fa200ce0e8ad40
Description-en: QGIS - shared core library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared core library.
Package: libqgis-core3.40.15
Description-md5: 088a2dda37829f9928fa200ce0e8ad40
Description-en: QGIS - shared core library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared core library.
Package: libqgis-customwidgets
Description-md5: d1970042c339de23134950db6dfcef02
Description-en: QGIS custom widgets for Qt Designer
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains a library to use specific QGIS widgets in Qt Designer.
Package: libqgis-dev
Description-md5: a1e0eb713c023b2ba12f7f4f1bc853fe
Description-en: QGIS - development files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the headers and libraries needed to develop plugins for
QGIS.
Package: libqgis-gui3.40.14
Description-md5: 2165ba9b4d7e41a03df30272ae0eefa8
Description-en: QGIS - shared gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared gui library.
Package: libqgis-gui3.40.15
Description-md5: 2165ba9b4d7e41a03df30272ae0eefa8
Description-en: QGIS - shared gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared gui library.
Package: libqgis-native3.40.14
Description-md5: 8cdea1246871e92b3436eab7f993e31a
Description-en: QGIS - shared native gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared native gui library.
Package: libqgis-native3.40.15
Description-md5: 8cdea1246871e92b3436eab7f993e31a
Description-en: QGIS - shared native gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared native gui library.
Package: libqgis-server3.40.14
Description-md5: c63221150996c9c3e07765375705efb7
Description-en: QGIS - shared server library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared server library.
Package: libqgis-server3.40.15
Description-md5: c63221150996c9c3e07765375705efb7
Description-en: QGIS - shared server library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared server library.
Package: libqgisgrass8-3.40.14
Description-md5: 708140c2b18f4c8e06328e190460d96c
Description-en: QGIS - shared grass library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared grass library.
Package: libqgisgrass8-3.40.15
Description-md5: 708140c2b18f4c8e06328e190460d96c
Description-en: QGIS - shared grass library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared grass library.
Package: libqgispython3.40.14
Description-md5: 9f7049c2185751c59d8a6eb264ba1338
Description-en: QGIS - shared Python library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared Python library.
Package: libqgispython3.40.15
Description-md5: 9f7049c2185751c59d8a6eb264ba1338
Description-en: QGIS - shared Python library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains the shared Python library.
Package: libqgpgme-dev
Description-md5: 1e53e9909657c31d4e1fc0463474a1a7
Description-en: Qt bindings for GPGME (development files)
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This package contains the headers and other files needed to compile
against this library.
Package: libqgpgme15t64
Description-md5: 0d569a713cd9a1fb2465f4dd9add5f06
Description-en: library for GPGME integration with Qt
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This is the official upstream Qt binding for GPGME.
Package: libqgpgmeqt6-15
Description-md5: 515fca17e9eb4a3f81022a3d83914eab
Description-en: library for GPGME integration with Qt 6
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This is the official upstream Qt 6 binding for GPGME.
Package: libqgpgmeqt6-dev
Description-md5: 15b047a55fab91e20e0a1be041ec33db
Description-en: Qt 6 bindings for GPGME (development files)
GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
GnuPG project's GPGME (GnuPG Made Easy) library.
.
QGpgME is a library that provides GPGME integration with QEventLoop
and some Qt datatypes (e.g. QByteArray).
.
This package contains the headers and other files needed to compile
against this library with Qt6.
Package: libqsastime-dev
Description-md5: 50108538c058e2b15a79bc388b474234
Description-en: Time format conversion library (development files)
The qsastime library is a simple library for handling time format
conversion. It overcomes the limitations of the POSIX time handling
routines by allow high precision time variables over a large range
of ranges of dates and by correctly handling leap seconds. It was
designed with the needs of scientific data plotting in mind. This
package provides the necessary files to do development with
libqsastime.
.
The source code for this library is part of the plplot source
package.
Package: libqsastime0
Description-md5: 1b0ca9bf80be8acb86ff7fc64cc84f9a
Description-en: Time format conversion library
The qsastime library is a simple library for handling time format
conversion. It overcomes the limitations of the POSIX time handling
routines by allow high precision time variables over a large range
of ranges of dates and by correctly handling leap seconds. It was
designed with the needs of scientific data plotting in mind. This
package provides the runtime library.
.
The source code for this library is part of the plplot source
package.
Package: libqt63danimation6
Description-md5: 971a546fcf02967ab31d5304e6ef9af9
Description-en: Qt 6 3D Animation library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Animation library.
Package: libqt63dcore6
Description-md5: c5161ef1d7c5239b98ce48521bc15ce8
Description-en: Qt 6 3D Core library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Core library.
Package: libqt63dextras6
Description-md5: 5a752ae5155942a121ef32ba0e12ff3e
Description-en: Qt 6 3D extras library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D extras library.
Package: libqt63dinput6
Description-md5: c498735a1bda09ce9031a379df754fed
Description-en: Qt 6 3D Input library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Input library.
Package: libqt63dlogic6
Description-md5: 6c9d2f30615ea38150efb74aaa0f6966
Description-en: Qt 6 3D Logic library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Logic library.
Package: libqt63dquick6
Description-md5: 80b1c5d7aa3bfa51d3c5ebf60656b5b3
Description-en: Qt 6 3D Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Quick library.
Package: libqt63dquickextras6
Description-md5: 084fa17c5c743745533c78fd4a3ace43
Description-en: Qt 6 3D Quick extras library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Quick extras library.
Package: libqt63dquickscene2d6
Description-md5: 6d00ac99554e035a9806ed9c9291c6e9
Description-en: Qt 6 3D Quick Scene 2D library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Quick Scene 2D library.
Package: libqt63dquickscene3d6
Description-md5: 7a06441f290077b9373e5f811d1444de
Description-en: Qt 6 3D Quick Scene 3D library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Quick Scene 3D library.
Package: libqt63drender6
Description-md5: a830b0874790994d910e7ceca50dfb63
Description-en: Qt 6 3D Renderer library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 3D Renderer library.
Package: libqt6bluetooth6
Description-md5: 1b791f6634f562d215263306e7014d68
Description-en: Qt 6 Connectivity Bluetooth library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Bluetooth part of the Qt 6 Connectivity library.
Package: libqt6bluetooth6-bin
Description-md5: a912531a8c9292af84269fad0b3ebf81
Description-en: Qt 6 Connectivity Bluetooth module helper binaries
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Bluetooth helper binaries.
Package: libqt6charts6
Description-md5: 03108703a3dd98ba18e9897fbc85fc1e
Description-en: Qt 6 Charts library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt Charts module provides a set of easy to use chart components.
.
This package contains the shared library for Qt 6 Charts.
Package: libqt6concurrent6
Description-md5: 9cec83c0f4093047ba7e32ad593d5a17
Description-en: Qt 6 concurrent module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtConcurrent module contains functionality to support concurrent execution
of program code.
Package: libqt6core5compat6
Description-md5: 383698706d38a045fd920bc29b9951f7
Description-en: Qt 6 Qt5Compat library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Core5Compat library.
Package: libqt6core6t64
Description-md5: ed80e594b46abbc607aba1af415d15fe
Description-en: Qt 6 core module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtCore module contains core non-GUI functionality.
Package: libqt6datavisualization6
Description-md5: a9a25069499b1485a8ead59e6f089ec7
Description-en: Qt 6 Data Visualization library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a set of APIs to visualize data in 3D as bar, scatter,
and surface graphs.
Package: libqt6dbus6
Description-md5: 20382f17c87d23906db49d6aff3e0465
Description-en: Qt 6 D-Bus module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtDBus module is a Unix-only library that you can use to make Inter-Process
Communication using the D-Bus protocol.
.
Applications using the QtDBus module can provide services to other, remote
applications by exporting objects, as well as use services exported by those
applications by placing calls and accessing properties.
Package: libqt6designer6
Description-md5: 986f432bbff60ff52a603b9e2cf94ec0
Description-en: Qt 6 Designer library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtDesigner library provides classes that allow you to create your own
custom widget plugins for Qt Designer, and classes that enable you to access
Qt Designer's components.
Package: libqt6designercomponents6
Description-md5: 71732d16c67ecd5566b66caf890a822a
Description-en: Qt 6 Designer Components library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package includes components for the Qt 6 Designer library.
Package: libqt6graphs6
Description-md5: 4b411018f20d98008b91b578262abb0f
Description-en: Qt 6 Graphs library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Graphs library.
Package: libqt6graphswidgets6
Description-md5: 9f07e4616841dea920da48ffa526dd32
Description-en: Qt 6 Graphs Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Graphs Widgets library.
Package: libqt6grpc6
Description-md5: 548998f62ff5468f3abe553569e7f2cf
Description-en: Qt 6 gRPC library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 gRPC.
Package: libqt6grpcquick6
Description-md5: 9192daecea8f295ecb16f1f0ad14bc2c
Description-en: Qt 6 gRPC Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 gRPC Quick.
Package: libqt6gui6
Description-md5: f07aad264aff41f35affdd7048a48ba2
Description-en: Qt 6 GUI module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtGui module extends QtCore with GUI functionality.
Package: libqt6help6
Description-md5: dd03e86544d1ff010af726d093f219ef
Description-en: Qt 6 Help library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtHelp library provides classes for integrating online documentation in
applications.
Package: libqt6httpserver6
Description-md5: 0eb419b6bae25041bb661a6e2551ab9e
Description-en: Qt 6 HTTP Server library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 HTTP Server library.
Package: libqt6labsplatform6
Description-md5: 3845542ee67e013119e4ee6fa982bab8
Description-en: Qt 6 Labs Platform library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Labs Platform library.
Package: libqt6labssynchronizer6
Description-md5: dfdc291f6c02631db2be3c77dbd58f81
Description-en: Qt 6 Labs Synchronizer library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Labs Synchronizer library.
Package: libqt6location6
Description-md5: 44946b0446850b3d7c1db03db9064daa
Description-en: Qt 6 Location library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Location library.
Package: libqt6lottie6
Description-md5: f76d8b855a104e574b41fbbe8a59dd2d
Description-en: Qt 6 Lottie library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a plugin created/exported directly from After Effects.
Package: libqt6lottievectorimagegenerator6
Description-md5: 8363c7104c578ea6ad02f71d9b7e2649
Description-en: Qt 6 Lottie Vector Image Generator library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Lottie Vector Image Generator library.
Package: libqt6lottievectorimagehelpers6
Description-md5: c78410801a516098587eab208307fb46
Description-en: Qt 6 Lottie Vector Image Helpers library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Lottie Vector Image Helpers library.
Package: libqt6multimedia6
Description-md5: b8886e830b3a216c39918a3b4d5bc34e
Description-en: Qt 6 Multimedia library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a set of APIs to play and record media, and manage a
collection of media content.
Package: libqt6multimediawidgets6
Description-md5: 3e8ca6cb11a3716022cbd462a48465bc
Description-en: Qt 6 Multimedia Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a set of widgets to play and record media, and manage a
collection of media content.
Package: libqt6network6
Description-md5: d7dc5b8f2c46f21b15001c31c8361c8a
Description-en: Qt 6 network module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtNetwork module offers classes that allow you to write TCP/IP clients and
servers. It provides classes to make network programming easier and portable.
Package: libqt6networkauth6
Description-md5: fb8883324f70d5b0cd4cea9760ea1e48
Description-en: Qt 6 NetworkAuth library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Network Authorization provides a set of APIs that enable Qt
applications to obtain limited access to online accounts and HTTP
services without exposing users' passwords.
.
This package contains the Qt 6 NetworkAuth libraries.
Package: libqt6nfc6
Description-md5: cfeb1a8b25bea7ece0df841a99cf0486
Description-en: Qt 6 Connectivity NFC library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the NFC part of the Qt 6 Connectivity library.
Package: libqt6opengl6
Description-md5: ab5139665c337d66ad0eee00d9dc3f85
Description-en: Qt 6 OpenGL module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
applications.
.
OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
rendering and provides little or no support for GUI programming issues.
Package: libqt6openglwidgets6
Description-md5: fda40a8dcce2f181f56eb4d655f044b5
Description-en: Qt 6 OpenGL widgets module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtOpenGL module offers classes that make it easy to use OpenGL in Qt
applications.
.
OpenGL is a standard API for rendering 3D graphics. OpenGL only deals with 3D
rendering and provides little or no support for GUI programming issues.
.
The OpenGL widgets module provides the widget for rendering OpenGL graphics.
Package: libqt6pdf6
Description-md5: 9e93846359b72d728a876966127d4f0f
Description-en: Qt 6 PDF library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt PDF module contains classes and functions for rendering PDF documents.
.
This package contains the Qt 6 PDF library.
Package: libqt6pdfquick6
Description-md5: 9e7d33b08d5bfc93fe9ebbbdca248f65
Description-en: Qt 6 PDF Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt PDF module contains classes and functions for rendering PDF documents.
.
This package contains the Qt 6 PDF Quick library.
Package: libqt6pdfwidgets6
Description-md5: e1f9338f5a102f7799e4115fb42cc9ba
Description-en: Qt 6 PDF Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt PDF module contains classes and functions for rendering PDF documents.
.
This package contains the Qt 6 PDF Widgets library.
Package: libqt6positioning6
Description-md5: 3cf36c29b87c8350c2f5ef70076f5d85
Description-en: Qt 6 Positioning library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Positioning library.
Package: libqt6positioning6-plugins
Description-md5: 7725251458ed6b3617a958ffd05e2fd6
Description-en: Qt 6 Positioning module - position plugins
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Positioning plugins.
Package: libqt6positioningquick6
Description-md5: aef800aa9a002a54cadea1826c7460a7
Description-en: Qt 6 Positioning library - Qt Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contain the Qt Quick interface for the Qt 6 Positioning library.
Package: libqt6printsupport6
Description-md5: dcb2db28fa663896211cb6e41decc68c
Description-en: Qt 6 print support module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtPrintSupport module provides classes to make printing easier and
portable.
Package: libqt6protobuf6
Description-md5: 956c707828ebc9ddc03d9515a19ab23e
Description-en: Qt 6 protocol buffers library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 protocol buffers.
Package: libqt6protobufqtcoretypes6
Description-md5: bc7359f64c817e3be4861e333e577b39
Description-en: Qt 6 protocol buffers Qt Core types library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 protocol buffers Qt Core types.
Package: libqt6protobufqtguitypes6
Description-md5: feeee207fde21910d2f4b3a330e04497
Description-en: Qt 6 procotol buffers Qt GUI types library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 protocol buffers Qt GUI types.
Package: libqt6protobufquick6
Description-md5: 2114971cb9b85da06812b2a568221572
Description-en: Qt 6 protocol buffers QML library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the QML library for Qt 6 protocol buffers.
Package: libqt6protobufwellknowntypes6
Description-md5: ce35f87a202b31c6ea50f93ec067e525
Description-en: Qt 6 gRPC protocol buffers Well Known types library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 protocol buffer Well Known types.
Package: libqt6qml6
Description-md5: 4d04b0360d2eb1a2d3a838e26511c4ca
Description-en: Qt 6 QML library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt QML module provides a framework for developing applications and
libraries with the QML language. It defines and implements the language
and engine infrastructure, and provides an API to enable application
developers to extend the QML language with custom types and integrate
QML code with JavaScript and C++.
Package: libqt6qmlcompiler6
Description-md5: 7c399dad5212c1282ecac1644a98525c
Description-en: Qt 6 QML Compiler library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt QML Compiler library.
Package: libqt6qmlmeta6
Description-md5: 31b94c17a9d9fb1903371e94688467bd
Description-en: Qt 6 QML Meta library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt QML Meta support library.
Package: libqt6qmlmodels6
Description-md5: 11d07bf5cec96ccbf30583e2f7e170a9
Description-en: Qt 6 QML Models library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt QML Models support library.
Package: libqt6qmlnetwork6
Description-md5: 302e6dbe066d508d49454be327e4e2df
Description-en: Qt 6 QML Network library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt QML Network support library.
Package: libqt6qmlworkerscript6
Description-md5: bcc0f0d893d9ca241d5c55038759b573
Description-en: Qt 6 QML WorkerScript library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt QML WorkerScript support library.
Package: libqt6quick3d6
Description-md5: 4895322e2841afa45c49ca682ae2e77f
Description-en: Qt 6 Quick 3D library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D library.
Package: libqt6quick3dassetimport6
Description-md5: 0460c8c6c78e25bc82438569fda3e629
Description-en: Qt 6 Quick 3D Asset Import library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Asset Import library.
Package: libqt6quick3dassetutils6
Description-md5: 7555ac1a9b8f642c1b61385fed19f5eb
Description-en: Qt 6 Quick 3D Asset Utils library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Asset Utils library.
Package: libqt6quick3dglslparser6
Description-md5: 0bd48f182001de4ebbfa882ebd57272d
Description-en: Qt 6 Quick 3D GLS Parser library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D GLS Parser library.
Package: libqt6quick3diblbaker6
Description-md5: f08760f2ac66e6f9cbd301ba27540e2e
Description-en: Qt 6 Quick 3D IblBaker library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D IblBaker library.
Package: libqt6quick3dphysics6
Description-md5: 0136ff6730be09198bd4f33d393bf374
Description-en: Qt 6 Quick 3D Physics library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Physics library.
Package: libqt6quick3druntimerender6
Description-md5: 7968ee0ab02aae4e574b58745842a271
Description-en: Qt 6 Quick 3D Runtime Renderer library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Runtime Renderer library.
Package: libqt6quick3dutils6
Description-md5: 8a878d2b052f67a5bf697e65175d9b33
Description-en: Qt 6 Quick 3D Utils library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Utils library.
Package: libqt6quick3dxr6
Description-md5: dcf3323d2ce83ff3cccf7506624c3fd0
Description-en: Qt 6 Quick 3D Extended Reality library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Quick 3D Extended Reality library.
Package: libqt6quick6
Description-md5: 5a6117382d335f1384293dead42fd8de
Description-en: Qt 6 Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Quick is a collection of technologies that are designed to help
developers create the kind of intuitive, modern, fluid user interfaces
that are increasingly used on mobile phones, media players, set-top
boxes and other portable devices.
Package: libqt6quickcontrols2-6
Description-md5: 8836d2ddb12c61d29938412dd3bd224e
Description-en: Qt 6 Quick Controls 2 library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Controls 2 support library.
Package: libqt6quickshapes6
Description-md5: d624e23b18487f8e5c538b3e85c0f7c3
Description-en: Qt 6 Quick Shapes library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Shapes support library.
Package: libqt6quickshapesdesignhelpers6
Description-md5: c5db7bc087b09a6b3632fe46eb825d94
Description-en: Qt 6 Quick Shapes Design Helpers library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Shapes Design Helpers library.
Package: libqt6quicktemplates2-6
Description-md5: 1769134644a834e2569b0dc2785ea1bb
Description-en: Qt 6 Quick Templates 2 library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Templates 2 support library.
Package: libqt6quicktest6
Description-md5: 892ace3716699467cf464afdafebb5b3
Description-en: Qt 6 Quick Test library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Test library for QtDeclarative module.
Package: libqt6quickvectorimage6
Description-md5: dcc9e1c0347e4103c171c88f32846a82
Description-en: Qt 6 Quick Vector Image library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Vector Image support library.
Package: libqt6quickvectorimagegenerator6
Description-md5: 15cf8ff0ad3488229ec2e48b02bb682c
Description-en: Qt 6 Quick Vector Image Generator library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Vector Image Generator support library.
Package: libqt6quickvectorimagehelpers6
Description-md5: 68a91f34033cde63bc0fdaf32df516c8
Description-en: Qt 6 Quick Vector Image Helper library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Vector Image Helper library.
Package: libqt6quickwidgets6
Description-md5: 418d01bb487412fce92b8e7c0aac5b1c
Description-en: Qt 6 Quick Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt Quick Widgets library for QtDeclarative module.
Package: libqt6remoteobjects6
Description-md5: 6de2f12ca838bc15fafb5968a12940f4
Description-en: Qt 6 Remote Objects library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the shared library for Qt Remote Objects.
Package: libqt6remoteobjects6-bin
Description-md5: f1a684789edace4207e3b0343cdfbf68
Description-en: Qt 6 Remote Objects - the Replica Compiler (repc)
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt Remote Objects extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
The Replica Compiler (repc) generates QObject header files based on an API
definition file.
Package: libqt6scxml6
Description-md5: 26bdf2302f07c729d239a8689ca64420
Description-en: Qt 6 SCXML library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the library for Qt 6 SCXML.
Package: libqt6scxml6-bin
Description-md5: 2689519dea08a13c0119dc272248f5f3
Description-en: Qt 6 SCXML helper binaries
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the helper binary for Qt 6 SCXML.
Package: libqt6sensors6
Description-md5: c32d67dbb991f47e3a9e68e1e4de53d9
Description-en: Qt 6 Sensors library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains Qt 6 Sensors library.
Package: libqt6serialbus6
Description-md5: 4c5cd03296a939557e8b39ab56031738
Description-en: Qt 6 Serial Bus library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt 6 Serial Bus module provides the Qt module for general purpose
serial bus access, support for CAN and potentially other
serial buses.
.
This package contains the shared library for Qt 6 Serial Bus.
Package: libqt6serialbus6-bin
Description-md5: ab8bb0b1aafb74f0b93239ba19c41efe
Description-en: Qt 6 Serial Bus helper binaries
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt 6 Serial Bus module provides the Qt module for general purpose
serial bus access, support for CAN and potentially other
serial buses.
.
This package contains helper binaries for the Qt 6 Serial Bus module.
Package: libqt6serialport6
Description-md5: ddc17c7527f4cef20d6d618886833627
Description-en: Qt 6 serial port support library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the library for Qt 6 Serial ports.
Package: libqt6shadertools6
Description-md5: ca473c82ae3e7e5f7d02c12b50bc7b2b
Description-en: Qt 6 shader tools module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QTShaderTools module contains APIs and tools to provide functionality
for the shader pipeline used by QtQuick.
Package: libqt6spatialaudio6
Description-md5: 7643f5f795328c54852e03b86db640de
Description-en: Qt 6 Spatial Audio library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a rich set of QML types and C++ classes to implement
sound fields in 3D space.
Package: libqt6sql6
Description-md5: 57e79d838a6fcee7447f0e8d47e77121
Description-en: Qt 6 SQL module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtSql module helps you provide seamless database integration to your Qt
applications.
Package: libqt6sql6-ibase
Description-md5: 2115a91d0211d788aae589355ea1607a
Description-en: Qt 6 Firebird database driver
This package contains the Firebird plugin for Qt 6.
.
Install it if you intend to use or write Qt programs that are to access a
Firebird/InterBase DB.
Package: libqt6sql6-mysql
Description-md5: 16631a538bfca86f8fd1847b0951a3ca
Description-en: Qt 6 MySQL database driver
This package contains the MySQL plugin for Qt 6.
.
Install it if you intend to use or write Qt programs that are to access a
MySQL DB.
Package: libqt6sql6-odbc
Description-md5: 2efb5f41197d91ce21a9548565aeda61
Description-en: Qt 6 ODBC database driver
This package contains the ODBC plugin for Qt 6.
.
Install it if you intend to use or write Qt programs that are to access an
ODBC DB.
Package: libqt6sql6-psql
Description-md5: 99db9d30d2cd0b7c8e26d832434bcf1e
Description-en: Qt 6 PostgreSQL database driver
This package contains the PostgreSQL plugin for Qt 6.
.
Install it if you intend to use or write Qt programs that are to access a
PostgreSQL DB.
Package: libqt6sql6-sqlite
Description-md5: e4d133d22563b7455e47e1144e40a2b6
Description-en: Qt 6 SQLite 3 database driver
This package contains the SQLite 3 plugin for Qt 6.
.
Install it if you intend to use or write Qt programs that are to access an
SQLite 3 DB.
Package: libqt6statemachine6
Description-md5: e34f8e3a75a77b839a27b5fad17cb77c
Description-en: Qt 6 State Machine library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt SCXML module provides functionality to create state
machines from SCXML files. This includes both dynamically
creating state machines (loading the SCXML file and instantiating
states and transitions) and generating a C++ file that has a class
implementing the state machine. It also contains functionality
to support data models and executable content.
.
This package contains the library for Qt 6 State Machine.
Package: libqt6svg6
Description-md5: 5844f0be7c0f88ea38f4fbc4d462ac2c
Description-en: Qt 6 SVG library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtSvg module provides classes for displaying the contents of SVG files.
.
Scalable Vector Graphics (SVG) is a language for describing two-dimensional
graphics and graphical applications in XML.
.
This package contains Qt 6 SVG library.
Package: libqt6svgwidgets6
Description-md5: 73bf4421d651b6d185e6024a0e4d7e4f
Description-en: Qt 6 SVG Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtSvg module provides classes for displaying the contents of SVG files.
.
Scalable Vector Graphics (SVG) is a language for describing two-dimensional
graphics and graphical applications in XML
.
This package contains Qt 6 SVG Widgets library.
Package: libqt6test6
Description-md5: 04fef6f2638f7e52d1818d6708483554
Description-en: Qt 6 test module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtTest module provides classes for unit testing Qt applications and
libraries.
Package: libqt6texttospeech6
Description-md5: d7cdfd5980f9123a38aaac4c5b08efa3
Description-en: Qt 6 Speech library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains the Qt 6 Quick Timeline library.
Package: libqt6uitools6
Description-md5: 271cde670b39650fa4419c16bd52aba0
Description-en: Qt 6 UI tools library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The package provides classes to handle forms created with Qt Designer.
Package: libqt6virtualkeyboard6
Description-md5: 3eb5af4ef494525f20c8633640ba68dc
Description-en: Qt 6 Virtual Keyboard library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt Virtual Keyboard project provides an input framework and
reference keyboard frontend for Qt 6 on Linux Desktop/X11, Windows
Desktop, and Boot2Qt targets.
.
This package contains the Qt Virtual Keyboard library.
Package: libqt6waylandclient6
Description-md5: 8df898cc6a24d03adc4416d181f3227a
Description-en: Qt 6 Wayland client module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The Qt Wayland Client library provides the necessary functions for an
application to act as a Wayland client and connect to a Wayland compositor.
Package: libqt6waylandcompositor6
Description-md5: caa2f97d75e9e7d3851511e109c9d6b8
Description-en: Qt 6 Wayland Compositor library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland Compositor library.
Package: libqt6waylandcompositoriviapplication6
Description-md5: 7e53634e8b71d0b70022544eb32c1561
Description-en: Qt 6 Wayland Compositor Ivi Application library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland Compositor Ivi Application library.
Package: libqt6waylandcompositorpresentationtime6
Description-md5: 630bbc1a10a420baba25da7155beca1f
Description-en: Qt 6 Wayland Compositor Presentation Time library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland Compositor Presentation Time library.
Package: libqt6waylandcompositorwlshell6
Description-md5: 938ba5d39ef5ce8ddab3b7d66a5570a6
Description-en: Qt 6 Wayland Compositor WlShell library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland Compositor WlShell library.
Package: libqt6waylandcompositorxdgshell6
Description-md5: c3b32723a8d0a404c7cf0d1eee166fc0
Description-en: Qt 6 Wayland Compositor XdgShell library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland Compositor XdgShell library.
Package: libqt6webchannel6
Description-md5: 0ca86750d90acef19cb2ad8855e57df1
Description-en: Qt 6 WebChannel library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the Qt 6 WebChannel library.
Package: libqt6webchannelquick6
Description-md5: f44fc0852871dfc25ed5fb643dfac08d
Description-en: Qt 6 WebChannel Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebChannel enables peer-to-peer communication between the host (QML/C++
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine.
.
This package contains the Qt 6 WebChannel Quick library.
Package: libqt6webengine6-data
Description-md5: b935a676ba526c7f340df6421336baf6
Description-en: Qt 6 Web content engine library - data
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebEngine provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the arch independent parts of Qt WebEngine libraries.
Package: libqt6webenginecore6
Description-md5: a2e570d6ccb599f68586a29a46577a68
Description-en: Qt 6 WebEngine Core library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebEngine provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the Qt 6 WebEngine Core library.
Package: libqt6webenginecore6-bin
Description-md5: f04a2fb25e4a8f7682c8cc89cc3758cf
Description-en: Qt 6 WebEngine Core binaries
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebEngine provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the Qt 6 WebEngine Core binaries.
Package: libqt6webenginequick6
Description-md5: 36e25c0df42f958fd519dc93dbdbbef8
Description-en: Qt 6 WebEngine Quick library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebEngine provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the Qt 6 WebEngine Quick library.
Package: libqt6webenginewidgets6
Description-md5: d089185bff7c549185a1b4349061f421
Description-en: Qt 6 WebEngine Widgets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebEngine provides a Web browser engine that makes it easy to embed content
from the World Wide Web into your Qt application.
.
This package contains the Qt 6 WebEngine Widgets library.
Package: libqt6websockets6
Description-md5: c8b23c1ae85f4255bc861820d2091b5d
Description-en: Qt 6 WebSockets library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This package contains a Qt library that implements WebSockets, both
client and server.
Package: libqt6webview6
Description-md5: 35c4afdf6aadcf441fcf74ef3c30188f
Description-en: Qt 6 WebView library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
Qt WebView provides a way to display web content in a QML application
without necessarily including a full web browser stack by using
native APIs where it makes sense.
.
This package contains the Qt 6 WebView library.
Package: libqt6widgets6
Description-md5: dee1fa987803bb779f9789877ed5e2c5
Description-en: Qt 6 widgets module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtWidgets module extends QtGui with C++ widget functionality.
Package: libqt6wlshellintegration6
Description-md5: f78988f27b46d10a0bf7b8e54c55dc3f
Description-en: Qt 6 Wayland ShellIntegration library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
QtWayland is a Qt 6 module that wraps the functionality of Wayland.
.
This package contains the Qt 6 Wayland ShellIntegration library.
Package: libqt6xdg-dev
Description-md5: 2b1a9a4fe4d46f78a59d017296037277
Description-en: Development files for libqtxdg
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.
.
This package provides development files.
Package: libqt6xdg4
Description-md5: 682beb74b0058e6395eb1a9511e2158e
Description-en: Implementation of the XDG Specifications for Qt (shared lib)
This library implements functions of the XDG Specifications in Qt. It is part
of LXQt.
.
This package provides the shared library.
Package: libqt6xdgiconloader-dev
Description-md5: 1b35c44bb34a251aefef80bb5e3bf41c
Description-en: Development files for libqtxdgiconloader
This library implements the backend to load icons which are handled according
to the XDG Icon Theme Specification in Qt. It is part of LXQt.
.
This package provides development files.
Package: libqt6xdgiconloader4
Description-md5: f52ca23c74d3bb1788b5787d10a785b4
Description-en: Implementation of the XDG Iconloader for Qt (shared lib)
This library implements the backend to load icons which are handled according
to the XDG Icon Theme Specification in Qt. It is part of LXQt.
.
This package provides the shared library.
Package: libqt6xml6
Description-md5: cc74db0521d7ab3d5dd5db432fb38e34
Description-en: Qt 6 XML module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtXml module provides a stream reader and writer for XML documents,
and C++ implementations of SAX and DOM.
Package: libqtermwidget6-2
Description-md5: b7b7dff364093cfafdc7668119ac67b8
Description-en: Terminal emulator widget for Qt 6 (shared libraries)
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget.
.
This package provides the shared libraries.
Package: libqtermwidget6-2-dev
Description-md5: 03023ee354c20507e7ff1f327b96a77d
Description-en: Terminal emulator widget for Qt 6 (development files)
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget.
.
This package provides the development files.
Package: librcsb-core-wrapper-doc
Description-md5: dec5fecdc5c8f6fb38d9df030e2ca881
Description-en: documentation for librcsb-core-wrapper0t64
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
classes for accessing data dictionaries and mmCIF format data files.
.
This package contains html documentation.
Package: librcsb-core-wrapper0-dev
Description-md5: a1effad67881b8c8d13373e0bae35692
Description-en: development files for librcsb-core-wrapper0t64
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
classes for accessing data dictionaries and mmCIF format data files.
.
This package contains files necessary for developing applications with
the library.
Package: librcsb-core-wrapper0t64
Description-md5: 76b14fd0ad75ca5a0807b9f83a3a33db
Description-en: C++ library providing OO API to information in mmCIF format
The RCSB Core Wrapper library was developed to provide an object-oriented
application interface to information in mmCIF format. It includes several
classes for accessing data dictionaries and mmCIF format data files.
.
This package contains the shared library.
Package: librdkit-dev
Description-md5: cadf4e2d9818548292d31eade9e00bca
Description-en: Collection of cheminformatics and machine-learning software (development files)
RDKit is a Python/C++ based cheminformatics and machine-learning software
environment. Features Include:
.
* Chemical reaction handling and transforms
* Substructure searching with SMARTS
* Canonical SMILES
* Molecule-molecule alignment
* Large number of molecular descriptors, including topological,
compositional, EState, SlogP/SMR, VSA and Feature-map vectors
* Fragmentation using RECAP rules
* 2D coordinate generation and depiction, including constrained depiction
* 3D coordinate generation using geometry embedding
* UFF and MMFF94 forcefields
* Chirality support, including calculation of (R/S) stereochemistry codes
* 2D pharmacophore searching
* Fingerprinting, including Daylight-like, atom pairs, topological
torsions, Morgan algorithm and MACCS keys
* Calculation of shape similarity
* Multi-molecule maximum common substructure
* Machine-learning via clustering and information theory algorithms
* Gasteiger-Marsili partial charge calculation
.
File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
binary format.
.
This package contains the header files.
Package: librdkit1t64
Description-md5: f3b5688fc64de582110322df8c0d19da
Description-en: Collection of cheminformatics and machine-learning software (shared libraries)
RDKit is a Python/C++ based cheminformatics and machine-learning software
environment. Features Include:
.
* Chemical reaction handling and transforms
* Substructure searching with SMARTS
* Canonical SMILES
* Molecule-molecule alignment
* Large number of molecular descriptors, including topological,
compositional, EState, SlogP/SMR, VSA and Feature-map vectors
* Fragmentation using RECAP rules
* 2D coordinate generation and depiction, including constrained depiction
* 3D coordinate generation using geometry embedding
* UFF and MMFF94 forcefields
* Chirality support, including calculation of (R/S) stereochemistry codes
* 2D pharmacophore searching
* Fingerprinting, including Daylight-like, atom pairs, topological
torsions, Morgan algorithm and MACCS keys
* Calculation of shape similarity
* Multi-molecule maximum common substructure
* Machine-learning via clustering and information theory algorithms
* Gasteiger-Marsili partial charge calculation
.
File formats RDKit supports include MDL Mol, PDB, SDF, TDT, SMILES and RDKit
binary format.
.
This package contains the shared libraries.
Package: libre2-dev
Description-md5: 877d8fcb54ca1379d20bacacf044187e
Description-en: efficient, principled regular expression library, development kit
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.
.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.
.
On large inputs, RE2 is often much faster than backtracking engines; its use
of automata theory lets it apply optimizations that the others cannot.
.
This package contains the static library and header files used in development.
Package: libreact-ocaml
Description-md5: d6f34d11481da79d2e1ae5323f959c7d
Description-en: functional reactive programming in OCaml (plugins)
React is an OCaml module for functional reactive programming.
It provides support to program with time varying values:
applicative events and signals. React doesn't define any primitive
event or signal, this lets the client chooses the concrete timeline.
.
This package contains dynamically loadable plugins of React.
Package: libreact-ocaml-dev
Description-md5: 027bb3795cb7c55ed4e12cdb0f8b0c2e
Description-en: functional reactive programming in OCaml
React is an OCaml module for functional reactive programming.
It provides support to program with time varying values:
applicative events and signals. React doesn't define any primitive
event or signal, this lets the client chooses the concrete timeline.
.
This package contains development files of React.
Package: libreactivedata-ocaml
Description-md5: 7a449da4fad9771b511b1bfd7cb6d4ec
Description-en: FRP with incremental changes in data structures (runtime)
ReactiveData is an OCaml module for functional reactive programming
(FRP) based on React. It adds support to incremental changes in data
structures by reasoning on patches instead of absolute values.
.
This package contains dynamically loadable plugins of ReactiveData.
Package: libreactivedata-ocaml-dev
Description-md5: 6c373c561b6ec81b9748a83126d2faa3
Description-en: FRP with incremental changes in data structures
ReactiveData is an OCaml module for functional reactive programming
(FRP) based on React. It adds support to incremental changes in data
structures by reasoning on patches instead of absolute values.
.
This package contains development files of ReactiveData.
Package: libregf-dev
Description-md5: d5c35feba69b190eaad6aedec3bec75f
Description-en: Windows NT Registry File (REGF) format access library -- development files
libregf is a library to access the Windows NT Registry File (REGF)
format.
.
This package includes the development support files.
Package: libregf-utils
Description-md5: e5cd02438ff4618b17d01ce02917fe46
Description-en: libregf -- Utilities
libregf is a library to access the Windows NT Registry File (REGF)
format.
.
This package contains a few tools to work with data stored in
registry files: regfexport, regfinfo, regfmount, regfreport.
Package: libregf1t64
Description-md5: 7358258195a98a63469ec568276ec4df
Description-en: Windows NT Registry File (REGF) format access library
libregf is a library to access the Windows NT Registry File (REGF)
format.
Package: libreoffice
Description-md5: 9c96d26ff91819e8ffbaf00f05d481e4
Description-en: office productivity suite (metapackage)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This metapackage installs all components of libreoffice:
* libreoffice-writer: Word processor
* libreoffice-calc: Spreadsheet
* libreoffice-impress: Presentation
* libreoffice-draw: Drawing
* libreoffice-base: Database
* libreoffice-math: Equation editor
It also recommends additional packages (e.g. fonts) in order to match an
upstream LibreOffice install as closely as possible.
.
You can extend the functionality of LibreOffice by installing these
packages:
* hunspell-*/myspell-*: Hunspell/Myspell dictionaries
for use with LibreOffice
* libreoffice-l10n-*: UI interface translation
* libreoffice-help-*: User help
* mythes-*: Thesauri for the use with LibreOffice
* hyphen-*: Hyphenation patterns for LibreOffice
* libreoffice-gtk3: Gtk UI Plugin, GNOME File Picker support
* libreoffice-gnome: GIO backend
* unixodbc: ODBC database support
* cups-bsd: Allows LibreOffice to detect your CUPS printer queues
automatically
* libsane: Use your sane-supported scanner with LibreOffice
* libxrender1: Speed up display by using Xrender library
* libgl1: OpenGL support
* openclipart-libreoffice: Open Clip Art Gallery with LibreOffice index
files
* firefox-esr | thunderbird | firefox:
Mozilla profile with Certificates needed for XML Security...
* openjdk-11-jre | openjdk-8-jre | java8-runtime:
Java Runtime Environment for use with LibreOffice
* pstoedit / imagemagick / ghostscript: helper tools for EPS
* gstreamer0.10-plugins-*: GStreamer plugins for use with LibreOffices
media backend
* libpaper-utils: papersize detection support via paperconf
* bluez: Bluetooth support for Impress (slideshow remote control)
* afdko-bin: Handling of embedded fonts during import/export/...
Package: libreoffice-base
Description-md5: 5529fff5c628ca6b70284749063daea4
Description-en: office productivity suite -- database
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the database component for LibreOffice.
Package: libreoffice-base-drivers
Description-md5: 173080bc24315c0baac30ba492b8de8a
Description-en: Database connectivity drivers for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the database connectivity drivers used by LibreOffices
database functionality:
- ODBC
- JDBC
- dBase
- Calc
- Flat files
.
You can extend this by installing:
.
* unixodbc: ODBC database support
* libmyodbc | odbc-postgresql | libsqliteodbc | tdsodbc | odbc-mdbtools: ODBC
drivers for:
- MySQL
- PostgreSQL
- SQLite
- MS SQL / Sybase SQL
- *.mdb (JET / MS Access)
* libmariadb-java | libpg-java | libjtds-java: JDBC Drivers
for:
- MySQL/MariaDB
- PostgreSQL
- MS SQL Server and Sybase
* libreoffice-sdbc-hsqldb: embedded HSQLDB SDBC Driver
* libreoffice-sdbc-firebird: (embedded) Firebird SDBC Driver
* libreoffice-sdbc-postgresql: PostgreSQL SDBC Driver
* libreoffice-sdbc-mysql: MySQL/MariaDB SDBC Driver
Package: libreoffice-base-nogui
Description-md5: e83dd6cdb7c67ccb13c0407fd6a32ebc
Description-en: office productivity suite -- database (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the database component for LibreOffice.
Package: libreoffice-calc-nogui
Description-md5: ed9483b973f6b2dd25d568b6ef77d8c4
Description-en: office productivity suite -- spreadsheet (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the spreadsheet component for LibreOffice
for use with libreoffice-core-nogui.
Package: libreoffice-core-nogui
Description-md5: d16e9871c20b5b5c8f38d6d74c8dfe8e
Description-en: office productivity suite -- arch-dependent files (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the architecture-dependent core files of
LibreOffice without GUI support for server-based or commandline usage of
LibreOffice.
Package: libreoffice-dev-gui
Description-md5: c7381cdfc5446c44dd4085615626c61e
Description-en: office productivity suite -- "GUI" development stuff
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the gengal utility which was moved from
libreoffice-dev.
Package: libreoffice-draw-nogui
Description-md5: c4d7d9707b31ef9344d70e006f7a27af
Description-en: office productivity suite -- drawing (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the drawing component for LibreOffice.
Package: libreoffice-evolution
Description-md5: 7d9a6b62e74d5a806f263ecd0d4bed18
Description-en: office productivity suite -- Evolution addressbook support
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package allows LibreOffice to access Evolution address books.
You need to install evolution separately.
Package: libreoffice-gtk4
Description-md5: 286c3520f994b01929165fe0f5270c87
Description-en: office productivity suite -- GTK 4 integration
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the GTK plugin for drawing LibreOffices widgets
with GTK 4 and GTK/GNOMEish print dialog.
.
You need to enable it manually by export SAL_USE_VCLPLUGIN=gtk4.
Package: libreoffice-impress-nogui
Description-md5: 10ce2c27d434135cd9308937c1bdb31c
Description-en: office productivity suite -- presentation (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the presentation component for LibreOffice.
Package: libreoffice-kf6
Description-md5: f949c58052050af92a4bb22203028d42
Description-en: office productivity suite -- KDE Frameworks 6 integration
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the KF6 plugin for LibreOffice and a KF6-based File
Picker when running under Plasma.
Package: libreoffice-librelogo
Description-md5: cdaef056eb365a457e28772fa2fd9de6
Description-en: Logo-like programming language for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains Librelogo, which is a pyuno-based Logo-like programming
language with interactive vectorgraphics for education and DTP
- basic Logo syntax for back compatibility with educational Logo systems
- interactive vectorgraphics in LibreOffice Writer
- native commands (easily translatable)
- Python data structures (list, tuple, set, dictionary) and other Python
features
Package: libreoffice-math-nogui
Description-md5: e104f51d572d2ee302d3c3550e97e6ff
Description-en: office productivity suite -- equation editor (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the equation editor component for LibreOffice.
Package: libreoffice-nogui
Description-md5: b2664061ba9641158b0a41d2c958aa3e
Description-en: office productivity suite (metapackage, no GUI)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This metapackage installs all components of libreoffice:
* libreoffice-writer: Word processor
* libreoffice-calc: Spreadsheet
* libreoffice-impress: Presentation
* libreoffice-draw: Drawing
* libreoffice-base: Database
* libreoffice-math: Equation editor
.
WITHOUT GUI SUPPORT.
.
This package is intended mostly for scripting needs.
Package: libreoffice-plasma
Description-md5: 36a51d062e37f6d96526d1414adef018
Description-en: office productivity suite -- some Plasma integration
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains some minor Plasma integration (like AppData
and "Create New..." integration) .
Package: libreoffice-qt6
Description-md5: a45aee748dd8cc60d61451e1f7253f31
Description-en: office productivity suite -- Qt 6 integration
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the Qt 6 plugin for drawing LibreOffices widgets
with Qt 6 and a Qt File Picker and print dialog.
.
You need to enable it manually by export SAL_USE_VCLPLUGIN=qt6.
Package: libreoffice-report-builder
Description-md5: 8239ceaa4ebaf25c2b15325d48eb907c
Description-en: LibreOffice component for building database reports
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the report builder:
"Create with the Sun Report Builder stylish, smart-looking database reports.
The flexible report editor can define group and page headers as well as
group and page footers and even calculation fields are available to
accomplish complex database reports."
Package: libreoffice-report-builder-bin
Description-md5: 4de9416ad29a7951be39b95f83055e84
Description-en: LibreOffice component for building database reports -- libraries
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains some architecture-dependent support libraries
(librpt*.so) for the report builder component.
Package: libreoffice-report-builder-bin-nogui
Description-md5: 6d5263ac65fb4d1c4c7caf8eb713944d
Description-en: LibreOffice component for building database reports -- libraries (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains some architecture-dependent support libraries
(librpt*.so) for the report builder component.
Package: libreoffice-script-provider-bsh
Description-md5: 720bef09745ce9eb4902772fb5c437d8
Description-en: BeanShell script support provider for LibreOffice scripting framework
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The Scripting Framework allows LibreOffice users to write and run macros
in multiple languages including LibreOffice Basic, Python, Java, BeanShell
and JavaScript. These macros can then be assigned to menus, toolbars,
keyboard shortcuts, events and embedded objects.
.
This package contains the script provider to support BeanShell.
Package: libreoffice-script-provider-js
Description-md5: 41b18315e9be2aaa24a28415b907118e
Description-en: JavaScript script support provider for LibreOffice scripting framework
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The Scripting Framework allows LibreOffice users to write and run macros
in multiple languages including LibreOffice Basic, Python, Java, BeanShell
and JavaScript. These macros can then be assigned to menus, toolbars,
keyboard shortcuts, events and embedded objects.
.
This package contains the script provider to support JavaScript.
Package: libreoffice-script-provider-python
Description-md5: 019117f2dc708fc6c1179714b81e2076
Description-en: Python script support provider for LibreOffice scripting framework
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The Scripting Framework allows LibreOffice users to write and run macros
in multiple languages including LibreOffice Basic, Python, Java, BeanShell
and JavaScript. These macros can then be assigned to menus, toolbars,
keyboard shortcuts, events and embedded objects.
.
This package contains the script provider to support Python.
Package: libreoffice-sdbc-firebird
Description-md5: 17d206d15f4a6fbda10fa8da477a3e8c
Description-en: (embedded) Firebird SDBC driver for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The Firebird SDBC Driver allows one to use the Firebird (embedded) database
from LibreOffice without any wrapper layer such as ODBC or JDBC.
Package: libreoffice-sdbc-hsqldb
Description-md5: 6f134726a575672413c47417341a5e32
Description-en: embedded HSQLDB SDBC driver for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The HSQLDB SDBC Driver allows one to use the HSQLDB embedded database from
LibreOffice without any wrapper layer such as ODBC or JDBC.
Package: libreoffice-sdbc-mysql
Description-md5: 1022a8fb85f50d65847256d96ae25e4f
Description-en: MariaDB/MySQL SDBC driver for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The MariaDB/MySQL driver allows one to use the MariaDB or MySQL
database from LibreOffice without any wrapper layer such as ODBC or JDBC.
Package: libreoffice-sdbc-postgresql
Description-md5: 06f71158aa78dbe7201679601bd1279b
Description-en: PostgreSQL SDBC driver for LibreOffice
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
The PostgreSQL SDBC Driver allows one to use the PostgreSQL database from
LibreOffice without any wrapper layer such as ODBC or JDBC.
Package: libreoffice-smoketest-data
Description-md5: 7540f40cccbf63cb8381dca8979a0828
Description-en: data files for LibreOffices "smoketest"
Data files for the LibreOffice "smoketest".
Package: libreoffice-style-breeze
Description-md5: b3a725e09462ccaec72c3b8bb964827b
Description-en: office productivity suite -- Breeze symbol style
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the "breeze" symbol style, default style for KDE 5.
Package: libreoffice-style-karasa-jaga
Description-md5: 62dc98488a5247cbad91f4e0ec562bcf
Description-en: office productivity suite -- Karasa Jaga symbol style
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the "karasa_jaga" symbol style.
Package: libreoffice-style-sifr
Description-md5: 0fd5516a8dab8f6841c284edea8786d7
Description-en: office productivity suite -- Sifr symbol style
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the "sifr" symbol style (an adaption of the Gnome
symbolic theme), needs to be manually enabled in the LibreOffice option
menu.
Package: libreoffice-style-sukapura
Description-md5: b9dbd94d0660dbc8a05ba918cb3fb897
Description-en: office productivity suite -- Sukapura symbol style
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the "sukapura" symbol style.
Package: libreoffice-style-tango
Description-md5: aaf8968f6a7dfef93cd3c0082bbe8dbd
Description-en: transitional package for Tango symbol style
You can safely remove this package.
Package: libreoffice-subsequentcheckbase
Description-md5: cda482c5487d616e1ae7a228fce1d955
Description-en: LibreOffice java test libraries
Java libraries LibreOffice subsequentchecks integration test suite
Package: libreoffice-uiconfig-base
Description-md5: e6ac75c394251a0c3842ae13e3f9c033
Description-en: UI data ("config") for LibreOffice Base
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains internal "configuration" of various UI components.
It is not meant to be editable. It is just split out for dependencies of
other packages.
.
You will usually not need to install this package manually but it should
just be pulled in by other packages.
Package: libreoffice-uiconfig-report-builder
Description-md5: c254f403f0fe84819d9f6437b3755876
Description-en: UI data ("config") for the LibreOffice Report Builder
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains internal "configuration" of various UI components.
It is not meant to be editable. It is just split out for dependencies of
other packages.
.
You will usually not need to install this package manually but it should
just be pulled in by other packages.
Package: libreoffice-wiki-publisher
Description-md5: a66aaa282ae4941588a4d314d1ebbf79
Description-en: LibreOffice extension for working with MediaWiki articles
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains an extension to create/edit/publish MediaWiki
articles with LibreOffice
Package: libreoffice-writer-nogui
Description-md5: 963dc225bb14f9e5974345a7995f16a7
Description-en: office productivity suite -- word processor (no GUI variant)
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This package contains the wordprocessor component for LibreOffice.
Package: libreofficekit-dev-gtk
Description-md5: f21a52a8131048a3b01cbcb1b56afa07
Description-en: LibreOfficeKit -- Gtk header and introspection development
LibreOfficeKit can be used for accessing LibreOffice functionality through
C/C++, without any need to use UNO.
.
This package contains the header needed for using LibreOfficeKit with Gtk
and for developing stuff using introspection.
Package: librepo-dev
Description-md5: f5ee69e0784c5ed7c185f6160b8218a4
Description-en: librepo - development files
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package contains the development header files for the
librepo library.
Package: librepo-doc
Description-md5: 5816a1cd03687807d327979d31ba3bb9
Description-en: Documentation for the librepo library (common documentation)
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package installs common documentation for the librepo
C bindings.
Package: librepo0
Description-md5: fee6ae42eec29b7667ad2d2b8d9dd2f5
Description-en: librepo - shared library
A library providing C and Python (libcURL-like) APIs to
download repository metadata.
.
This package provides the librepo shared library.
Package: libresid-builder-dev
Description-md5: f06308368fe1a1ee820c0a02a57eb15e
Description-en: SID chip emulation class based on resid
SID builder packages provide a chip emulator, to be used by libsidplay2.
This package is an emulation based on the resid library, including hardsid
support.
Package: libresid-builder0c2a
Description-md5: f06308368fe1a1ee820c0a02a57eb15e
Description-en: SID chip emulation class based on resid
SID builder packages provide a chip emulator, to be used by libsidplay2.
This package is an emulation based on the resid library, including hardsid
support.
Package: libresteasy-java
Description-md5: 79cc073b179395537fb04a5568a5e6e7
Description-en: RESTEasy -- Framework for RESTful Web services and Java applications
RESTEasy is a JBoss project that provides various frameworks to help you build
RESTful Web Services and Java applications. It is a fully certified and
portable implementation of the Java API for RESTful Web Services (JAX-RS)
specification. JAX-RS is a new Java Community Process (JCP) specification that
provides a Java API for RESTful Web Services over the HTTP protocol.
Package: libretro-bsnes-mercury-accuracy
Description-md5: 0b537935cdc2bb7f994b008e396e7d0f
Description-en: Libretro wrapper for bsnes-mercury accuracy core
This wrapper makes bsnes-mercury accuracy core API compatible with libretro,
thus allowing its use with libretro frontends, such as RetroArch.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package comes with the bsnes-mercury accuracy core, which runs 100% of
SNES games, with perfect emulation of the console. It requires high CPU usage.
Package: libretro-bsnes-mercury-balanced
Description-md5: 205b2ec57b955715a17051799b6c59bc
Description-en: Libretro wrapper for bsnes-mercury balanced core
This wrapper makes bsnes-mercury balanced core API compatible with libretro,
thus allowing its use with libretro frontends, such as RetroArch.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package comes with the bsnes-mercury balanced core, which tries to keep
a good balance between accuracy and performance. It runs almost all SNES games.
Package: libretro-bsnes-mercury-performance
Description-md5: b974a40849310afd241098c2c845d3bf
Description-en: Libretro wrapper for bsnes-mercury performance core
This wrapper makes bsnes-mercury performance core API compatible with libretro,
thus allowing its use with libretro frontends, such as RetroArch.
.
This core is enabled to emulate only SNES hardware and its subsystems (from
the command line only), like Super Game Boy, Satellaview and Sufami Turbo.
.
bsnes-mercury is a fork of higan, aiming to restore some useful features that
have been removed, as well as improving performance a bit. Maximum accuracy is
still uncompromisable; anything that affects accuracy is optional and off by
default. The name is because metals are shiny, like the accuracy promises of
bsnes, and mercury is the fastest metal.
.
This package comes with the bsnes-mercury performance core, which provides
faster emulation at the cost of reduced accuracy, including problems with some
games.
Package: libretro-sameboy
Description-md5: ad28e4f143441b9c976af0b6e6845c3c
Description-en: libretro wrapper for SameBoy
SameBoy is an extremely accurate Game Boy, Game Boy Color and Super Game Boy
emulator and it includes a wide range of powerful debugging features,
making it ideal for both casual players and developers.
.
In addition to accuracy and developer capabilities, SameBoy has all
the features one would expect from an emulator,
from save states to scaling filters.
.
This package contains a wrapper allowing the SameBoy engine to be
used with libretro frontends such as RetroArch.
Package: libridl-java
Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890
Description-en: transitional package for LibreOffice UNO runtime environment
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This has now been merged into liblibreoffice-java and this package thus
can be safely removed once installed.
Package: librobotraconteur-dev
Description-md5: 6d750b2ac86bbdb99835fc492ff63fc5
Description-en: Robot Raconteur development files
Robot Raconteur is a communication framework for
Robotics and Automation. This package provides the
development files for Robot Raconteur
Package: librobotraconteurcore1
Description-md5: f2dcaccf123c83a05948b5ef4be8fa74
Description-en: Robot Raconteur core runtime library
Robot Raconteur is a communication framework for
Robotics and Automation. This package provides the
core runtime library of Robot Raconteur.
Package: libroc-dev
Description-md5: 6bcf4178f53eb51fdb8201a05e4acc2e
Description-en: real-time audio streaming over the network (development files)
Roc is a network transport, highly specialized for the real-time streaming use
case. The user writes the stream to the one end and reads it from another end,
and Roc deals with all the complexity of the task of delivering data in time
and with no loss. Encoding, decoding, adjusting rates, restoring losses - all
these are performed transparently under the hood.
.
This package provides the development files for libroc.
Package: librocsparse-dev
Description-md5: 3a9bcfb86428d296725192f275a4dd9e
Description-en: ROCm library for sparse linear algebra - headers
rocSPARSE is a library that implements BLAS operations for sparse data
structures. It is built on the AMD ROCm platform and optimized for
discrete AMD GPUs.
.
rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and
sparse level 3 BLAS functions, as well as general matrix multiplication
between dense and sparse matricies (GEMMI), sparse preconditioner functions,
sparse matrix format conversion functions, and sparse matrix reordering
functions.
.
It supports a variety of sparse matrix formats, including coordinate list
in either array of structure form (COO) or structure of array form (COO SOA),
compressed sparse row (CSR) or column (CSC), block compressed sparse row
(BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK
format (ELL).
.
This package provides the AMD ROCm rocSPARSE development headers.
Package: librocsparse-doc
Description-md5: 460a476b6c6ddfb27cb00196c9084f74
Description-en: ROCm library for sparse linear algebra - documentation
rocSPARSE is a library that implements BLAS operations for sparse data
structures. It is built on the AMD ROCm platform and optimized for
discrete AMD GPUs.
.
rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and
sparse level 3 BLAS functions, as well as general matrix multiplication
between dense and sparse matricies (GEMMI), sparse preconditioner functions,
sparse matrix format conversion functions, and sparse matrix reordering
functions.
.
It supports a variety of sparse matrix formats, including coordinate list
in either array of structure form (COO) or structure of array form (COO SOA),
compressed sparse row (CSR) or column (CSC), block compressed sparse row
(BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK
format (ELL).
.
This package provides the AMD ROCm rocSPARSE documentation.
Package: librocsparse1
Description-md5: 895d64658a4eb14e9876d8a4ac11ec3d
Description-en: ROCm library for sparse linear algebra - library
rocSPARSE is a library that implements BLAS operations for sparse data
structures. It is built on the AMD ROCm platform and optimized for
discrete AMD GPUs.
.
rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and
sparse level 3 BLAS functions, as well as general matrix multiplication
between dense and sparse matricies (GEMMI), sparse preconditioner functions,
sparse matrix format conversion functions, and sparse matrix reordering
functions.
.
It supports a variety of sparse matrix formats, including coordinate list
in either array of structure form (COO) or structure of array form (COO SOA),
compressed sparse row (CSR) or column (CSC), block compressed sparse row
(BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK
format (ELL).
.
This package provides the AMD ROCm rocSPARSE library.
Package: librocsparse1-tests
Description-md5: f980ed97aa3ebbada2f3a85ee7e03be2
Description-en: ROCm library for sparse linear algebra - tests
rocSPARSE is a library that implements BLAS operations for sparse data
structures. It is built on the AMD ROCm platform and optimized for
discrete AMD GPUs.
.
rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and
sparse level 3 BLAS functions, as well as general matrix multiplication
between dense and sparse matricies (GEMMI), sparse preconditioner functions,
sparse matrix format conversion functions, and sparse matrix reordering
functions.
.
It supports a variety of sparse matrix formats, including coordinate list
in either array of structure form (COO) or structure of array form (COO SOA),
compressed sparse row (CSR) or column (CSC), block compressed sparse row
(BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK
format (ELL).
.
This package provides the AMD ROCm rocSPARSE test binaries used for verifying
that the library is functioning correctly. These binaries are only used to
check whether rocSPARSE works correctly on a given GPU, so generally speaking,
users probably don't need this package.
Package: librocsparse1-tests-data
Description-md5: 3b8a0f7eb9b766f97f15ee9ac4216015
Description-en: ROCm library for sparse linear algebra - test data
rocSPARSE is a library that implements BLAS operations for sparse data
structures. It is built on the AMD ROCm platform and optimized for
discrete AMD GPUs.
.
rocSPARSE provides a C99 API containing sparse level 1, sparse level 2 and
sparse level 3 BLAS functions, as well as general matrix multiplication
between dense and sparse matricies (GEMMI), sparse preconditioner functions,
sparse matrix format conversion functions, and sparse matrix reordering
functions.
.
It supports a variety of sparse matrix formats, including coordinate list
in either array of structure form (COO) or structure of array form (COO SOA),
compressed sparse row (CSR) or column (CSC), block compressed sparse row
(BSR), general block compressed sparse row (GEBSR), and the ELLPACK-ITPACK
format (ELL).
.
This package provides the data files required by the AMD ROCm rocSPARSE tests.
The tests are only used to check whether rocSPARSE works correctly on a given
GPU, so generally speaking, users probably don't need this package.
Package: librocthrust-dev
Description-md5: 6ad3f45bce0d11624bf9b2ac345b9c60
Description-en: ROCm parallel algorithms library - headers
rocThrust is a header-only library that provides common data structures
and algorithms for high-performance GPU code. It is a port of the
Thrust library to the AMD ROCm platform.
.
rocThrust is intended for use with AMD GPUs. It is implemented in the
HIP language and is a source-compatible substitute for the Thrust
library.
.
This package provides AMD ROCm rocThrust development headers.
Package: librocthrust-tests
Description-md5: c9ace10297dc2a5e938ca9cff177559f
Description-en: ROCm parallel algorithms library - tests
rocThrust is a header-only library that provides common data structures
and algorithms for high-performance GPU code. It is a port of the
Thrust library to the AMD ROCm platform.
.
rocThrust is intended for use with AMD GPUs. It is implemented in the
HIP language and is a source-compatible substitute for the Thrust
library.
.
This package provides the AMD ROCm rocThrust test binaries. These binaries
are only used to check whether rocThrust works correctly on a given GPU, so
generally speaking, users probably don't need this package.
Package: librope-ocaml
Description-md5: e2e0bc3f621b08ff3446ce519f83b8ba
Description-en: ropes ("heavyweight strings") for OCaml (Runtime library)
Ropes are a scalable string implementation: they are designed for efficient
operation that involve the string as a whole such as concatenation and
substring. This library implements ropes for OCaml. It is rich enough to
replace strings.
Package: librope-ocaml-dev
Description-md5: 389f9a547203ee264a2761b035af9e3f
Description-en: ropes ("heavyweight strings") for OCaml (Development package)
Ropes are a scalable string implementation: they are designed for efficient
operation that involve the string as a whole such as concatenation and
substring. This library implements ropes for OCaml. It is rich enough to
replace strings.
.
This package contains the files that are necessary to compile OCaml code
that uses the rope library.
Package: librpm-dev
Description-md5: b61ce5bb0129a6b93ca353a53ac9c1e2
Description-en: RPM shared library, development kit
The RPM Package Manager (RPM) is a command-line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages.
.
This package provides the development kit, containing static
libraries and header files necessary to build programs that use
librpm.
Package: librpm10
Description-md5: 43dcb3c7127ac155f80bce6eb02448dc
Description-en: RPM shared library
The RPM Package Manager (RPM) is a command-line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages.
.
This library allows programs to make use of an RPM database or RPM packages
without going through the program rpm.
Package: librpmbuild10
Description-md5: 6c8fdac9007ad1483cb5ded0c7a78d4e
Description-en: RPM build shared library
The RPM Package Manager (RPM) is a command-line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages.
.
This library provides an interface for building RPM packages.
Package: librpmio10
Description-md5: b102b4700b4f67e72b6c457300d1dee3
Description-en: RPM IO shared library
The RPM Package Manager (RPM) is a command-line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages.
.
This library provides basic IO functionality which is used by librpm.
Package: librpmsign10
Description-md5: c2958f0a844ec375af9b40fae17c7280
Description-en: RPM signing shared library
The RPM Package Manager (RPM) is a command-line driven package
management system capable of installing, uninstalling, verifying,
querying, and updating computer software packages.
.
This library provides an interface for signing RPM packages.
Package: librresult-ocaml
Description-md5: d3e42beb92e407eb58b77b74dab50a1a
Description-en: result value combinators for OCaml (runtime)
Rresult is an OCaml module for handling computation results and
errors in an explicit and declarative manner, without resorting to
exceptions. It defines combinators to operate on the result type
available from OCaml 4.03 in the standard library.
.
This package contains the runtime libraries for programs using
rresult.
Package: librresult-ocaml-dev
Description-md5: d3e1231adf4b6e8de5d9c2a154c86898
Description-en: result value combinators for OCaml (dev)
Rresult is an OCaml module for handling computation results and
errors in an explicit and declarative manner, without resorting to
exceptions. It defines combinators to operate on the result type
available from OCaml 4.03 in the standard library.
.
This package contains the development stuff needed to use the
rresult library in your programs.
Package: librtpi-dev
Description-md5: 4e295073d783029fe1a44ae2ca3a039a
Description-en: realtime capable pthread locking primitives (dev)
The Real-Time Priority Inheritance Library (librtpi) is
intended to bridge the gap between the glibc pthread
implementation and a functionally correct priority inheritance
for pthread locking primitives, such as pthread_mutex and
pthread_condvar. Specifically, priority based wakeup is required
for correct operation, in contrast to the more time-based
ordered wakeup groups in the glibc pthread condvar implementation.
This package contains the development files.
Package: librtpi1
Description-md5: 4616741b1a66673938c20bb7f6097a26
Description-en: realtime capable pthread locking primitives (lib)
The Real-Time Priority Inheritance Library (librtpi) is
intended to bridge the gap between the glibc pthread
implementation and a functionally correct priority inheritance
for pthread locking primitives, such as pthread_mutex and
pthread_condvar. Specifically, priority based wakeup is required
for correct operation, in contrast to the more time-based
ordered wakeup groups in the glibc pthread condvar implementation.
This package contains the runtime library.
Package: librust-anyhow-dev
Description-md5: bea98a3b3c07ef656f23a111f27d8e79
Description-en: Flexible concrete Error type built on std::error::Error - Rust source code
Source code for Debianized Rust crate "anyhow"
Package: librust-auditable-extract-dev
Description-md5: 962b6f7ecf9dd7b63298b09a67f13712
Description-en: Extract the dependency trees embedded in binaries by `cargo auditable` - Rust source code
Source code for Debianized Rust crate "auditable-extract"
Package: librust-better-scoped-tls-dev
Description-md5: 45ddfde044041b3cbafaa0e6a00a89c9
Description-en: scoped-tls with good error message - Rust source code
better_scoped_tls is an opinionated version of scoped-tls.
.
Scoped thread local variables created by this crate will panic
with a good message on usage without ".set".
.
Syntax is exactly the same as the original scoped-tls.
.
This package contains the source for the Rust crate better_scoped_tls,
for use with cargo.
Package: librust-bytemuck-derive-dev
Description-md5: f7d10415d6519901578dd0934430e52b
Description-en: Derive proc-macros for `bytemuck` - Rust source code
Source code for Debianized Rust crate "bytemuck_derive"
Package: librust-bytemuck-dev
Description-md5: 3a93df158cde17e10af4c62e9b8c026d
Description-en: Mucking around with piles of bytes - Rust source code
Source code for Debianized Rust crate "bytemuck"
Package: librust-bytes-str-dev
Description-md5: e25858742b23e875773f959d2a14cf27
Description-en: string type backed by bytes crate - Rust source code
bytes-str provides a string type that is backed by bytes crate.
.
This package contains the source for the Rust crate bytes-str,
for use with cargo.
Package: librust-cargo-credential-libsecret-dev
Description-md5: d757a9728926adbd8f7c287141a144c3
Description-en: Cargo credential process that stores tokens with GNOME libsecret - Rust source code
Source code for Debianized Rust crate "cargo-credential-libsecret"
Package: librust-cargo-util-schemas-dev
Description-md5: 1d040da2930c06167bd6d6041b665e9d
Description-en: Deserialization schemas for Cargo - Rust source code
Source code for Debianized Rust crate "cargo-util-schemas"
Package: librust-cbindgen-dev
Description-md5: 1b7dc35ff31d9ee74931f7da971f58bf
Description-en: Generating C bindings to Rust code - Rust source code
Source code for Debianized Rust crate "cbindgen"
Package: librust-cranelift-dev
Description-md5: c45cf1f645ef46817eeb135c4eb05044
Description-en: low-level retargetable code generator - Rust source code
Cranelift is a low-level retargetable code generator.
It translates a target-independent intermediate representation
into executable machine code.
.
This package contains the source for the Rust cranelift crate,
for use with cargo.
Package: librust-deb822-fast-dev
Description-md5: 8f2583c14c17591457e21bee3d0e6096
Description-en: Fast parsing of Debian control files in the deb822 format - Rust source code
Source code for Debianized Rust crate "deb822-fast"
Package: librust-default-from-serde-dev
Description-md5: 4c4767a7a7781623b78919dbdc4a2f4a
Description-en: derive default using #[serde(default)] - Rust source code
default-from-serde resolves Derive Default using serde::Deserialize.
No mismatch between Default and Deserialize anymore.
.
This package contains the source for the Rust crates
default-from-serde derive-default-from-serde,
for use with cargo.
Package: librust-ecolor-dev
Description-md5: 87fd956874316f0195c0db7fbac9524d
Description-en: Color structs and color conversion utilities - Rust source code
Source code for Debianized Rust crate "ecolor"
Package: librust-emath-dev
Description-md5: 91bed70be2244d34ad92c6f839bec2e3
Description-en: Minimal 2D math library for GUI work - Rust source code
Source code for Debianized Rust crate "emath"
Package: librust-fs-at-dev
Description-md5: 567e57de4beb61b2e5b9cd1456e9c8dc
Description-en: 'at' functions for various platforms - Rust source code
Source code for Debianized Rust crate "fs_at"
Package: librust-gix-actor-dev
Description-md5: f3c98c7ad91b12b6bafd3bffae5042d2
Description-en: Way to identify git actors - Rust source code
Source code for Debianized Rust crate "gix-actor"
Package: librust-gix-command-dev
Description-md5: 194d7351e01d8cb20f6be9e37344266b
Description-en: The gitoxide project handling internal git command execution - Rust source code
Source code for Debianized Rust crate "gix-command"
Package: librust-gix-config-value-dev
Description-md5: fa38945873e9895ab45301910c25fbc9
Description-en: The gitoxide project providing git-config value parsing - Rust source code
Source code for Debianized Rust crate "gix-config-value"
Package: librust-gix-date-dev
Description-md5: 970f08cbd187e2156d0f4346ff4d0e8e
Description-en: The gitoxide project parsing dates the way git does - Rust source code
Source code for Debianized Rust crate "gix-date"
Package: librust-gix-features-dev
Description-md5: 261b2b7603be15b0e7d7bb9945ea54c5
Description-en: Integrate various capabilities using compile-time feature flags - Rust source code
Source code for Debianized Rust crate "gix-features"
Package: librust-gix-mailmap-dev
Description-md5: 88dfcc36e6c67ee018c1bdf61822e10c
Description-en: The gitoxide project for parsing mailmap files - Rust source code
Source code for Debianized Rust crate "gix-mailmap"
Package: librust-gix-packetline-blocking-dev
Description-md5: 7d32b2899d328ee8a77dfa1913e6e719
Description-en: Duplicate of `gix-packetline` with the `blocking-io` feature pre-selected - Rust source code
Source code for Debianized Rust crate "gix-packetline-blocking"
Package: librust-gix-packetline-dev
Description-md5: 7c038faab4ecb3fe5f2a674e494ef942
Description-en: The gitoxide project implementing the pkt-line serialization format - Rust source code
Source code for Debianized Rust crate "gix-packetline"
Package: librust-gix-path-dev
Description-md5: 673be3f875459fde6b5fc36fe54e37d0
Description-en: The gitoxide project dealing paths and their conversions - Rust source code
Source code for Debianized Rust crate "gix-path"
Package: librust-gix-prompt-dev
Description-md5: 64519def3be6a01f12303d747578e2cf
Description-en: The gitoxide project for handling prompts in the terminal - Rust source code
Source code for Debianized Rust crate "gix-prompt"
Package: librust-gix-quote-dev
Description-md5: f9a1b69933efed53369fab10501972e3
Description-en: The gitoxide project dealing with various quotations used by git - Rust source code
Source code for Debianized Rust crate "gix-quote"
Package: librust-gix-sec-dev
Description-md5: 5f65fd23e309ed967ae6cda7351d0556
Description-en: The gitoxide project providing a shared trust model - Rust source code
Source code for Debianized Rust crate "gix-sec"
Package: librust-gix-utils-dev
Description-md5: cb0675d7a5b3062e197d09ab7b667c68
Description-en: Crate with `gitoxide` utilities that don't need feature toggles - Rust source code
Source code for Debianized Rust crate "gix-utils"
Package: librust-gix-validate-dev
Description-md5: 0cfb0b5696c085aaa2c2c7745d6396b4
Description-en: Validation functions for various kinds of names in git - Rust source code
Source code for Debianized Rust crate "gix-validate"
Package: librust-glam-dev
Description-md5: 3deae34a52b351896137f6b40c74b3d8
Description-en: Simple and fast 3D math library for games and graphics - Rust source code
Source code for Debianized Rust crate "glam"
Package: librust-hayro-jpeg2000-dev
Description-md5: 332e254613f283a31db8665b3f234784
Description-en: Memory-safe, pure-Rust JPEG 2000 decoder - Rust source code
Source code for Debianized Rust crate "hayro-jpeg2000"
Package: librust-hstr-dev
Description-md5: d03ae4a2d0d4dcaf15930a61852c7c11
Description-en: string type optimized for hash operations - Rust source code
hstr is a string type which is optimized for hash operations.
An immutable string
which is cheap to clone, compare, hash, and has small size.
.
This package contains the source for the Rust crate hstr,
for use with cargo.
Package: librust-hurl-core-dev
Description-md5: 70e54ff5f5f8fc9090ad15ba48da4cb6
Description-en: Hurl Core - Rust source code
Source code for Debianized Rust crate "hurl_core"
Package: librust-imap-codec-dev
Description-md5: 4e7fccbb518c9b40953732661a145eea
Description-en: rock-solid and complete codec for IMAP - Rust source code
The imap-codec library provides parsing and serialization
for IMAP4rev1 implementations.
It is based on imap-types
and a rock-solid and well-documented building block
for IMAP client and server implementations in Rust.
The complete formal syntax of IMAP4rev1 and several IMAP extensions
are implemented.
.
This package contains the source for the Rust imap-codec crate,
for use with cargo.
Package: librust-imap-types-dev
Description-md5: 41949117d17882c6b027ca9feed05b89
Description-en: misuse-resistant data structures for IMAP - Rust source code
The imap-types crate provides
a complete set of well-designed, misuse-resistant types
for the IMAP4rev1 protocol and various extensions.
Notably, it does *not* provide parsers, nor serializers,
but tries to become the "standard library" for IMAP in Rust
that is useful for a broad range of crates.
.
This package contains the source for the Rust imap-types crate,
for use with cargo.
Package: librust-is-macro-dev
Description-md5: 8e83bd1cacab7e5b33f3989bf9dbbbea
Description-en: derive methods for using custom enums - Rust source code
is-macro is a proc macro to generate methods
like is_variant or expect_variant.
.
This package contains the source for the Rust crate is-macro,
for use with cargo.
Package: librust-itertools-dev
Description-md5: 6faedd6262a2375e7374f9b4e46ed81b
Description-en: Extra iterator adaptors, iterator methods, free functions, and macros - Rust source code
Source code for Debianized Rust crate "itertools"
Package: librust-js-option-dev
Description-md5: 0efade6bc3b4dd8bcd44f23c656044aa
Description-en: Option-like type with separate null and undefined variants - Rust source code
Source code for Debianized Rust crate "js_option"
Package: librust-knuffel-dev
Description-md5: dff70ef01dc39b164f754a2e3ea9b6c8
Description-en: Another KDL language implementation - Rust source code
Source code for Debianized Rust crate "knuffel"
Package: librust-laurel-dev
Description-md5: cc650c31bcab82d315ca9e928247fa53
Description-en: Transform Linux Audit logs for SIEM usage - Rust source code
Source code for Debianized Rust crate "laurel"
Package: librust-libcst-dev
Description-md5: c661a7603d520855e11ca73dbca2c182
Description-en: Python parser and Concrete Syntax Tree library - Rust source code
Source code for Debianized Rust crate "libcst"
Package: librust-makefile-lossless-dev
Description-md5: c42ba2689372a0e9a5301ffbb1b2616e
Description-en: Lossless Parser for Makefiles - Rust source code
Source code for Debianized Rust crate "makefile-lossless"
Package: librust-microformats-dev
Description-md5: 78f78630da053655f372adaa9799b79f
Description-en: microformats parser - Rust source code
This project provides a microformats parser in Rust,
optimized for Microformats2.
.
This package contains the source for the Rust crates
microformats microformats-types,
for use with cargo.
Package: librust-motis-openapi-sdk-dev
Description-md5: b5389522657e05e96105707317370ca5
Description-en: Automatically generated code for the Motis OpenAPI description - Rust source code
Source code for Debianized Rust crate "motis-openapi-sdk"
Package: librust-moxcms-dev
Description-md5: c6ca7c8dccd373337de17e5f06b35edf
Description-en: Simple Color Management in Rust - Rust source code
Source code for Debianized Rust crate "moxcms"
Package: librust-niri-ipc-dev
Description-md5: 97d35a804727a9509940962fcc352151
Description-en: Types and helpers for interfacing with the niri Wayland compositor - Rust source code
Source code for Debianized Rust crate "niri-ipc"
Package: librust-num-cpus-dev
Description-md5: e0044ab030f0314158802a1468e64218
Description-en: Get the number of CPUs on a machine - Rust source code
Source code for Debianized Rust crate "num_cpus"
Package: librust-oxigraph-dev
Description-md5: 871c69461d17c64b261a2426e76a6999
Description-en: SPARQL database and RDF toolkit - Rust source code
Oxigraph is a graph database library
implementing the SPARQL standard.
Its goal is to provide a compliant, safe
and fast on-disk graph database.
It also provides a set of utility functions
for reading, writing, and processing RDF files.
.
Oxigraph implements the following specifications:
* SPARQL 1.1 Query, SPARQL 1.1 Update, and SPARQL 1.1 Federated Query.
* Turtle, TriG, N-Triples, N-Quads, and RDF XML
RDF serialization formats for both data ingestion and retrieval.
* SPARQL Query Results XML Format,
SPARQL 1.1 Query Results JSON Format
and [SPARQL 1.1 Query Results CSV and TSV Formats.
.
Support for RDF 1.2 and SPARQL 1.2 is also available
behind the rdf-12 feature.
.
This package contains the source for the Rust crate oxigraph,
for use with cargo.
Package: librust-oxrdf-dev
Description-md5: c8793d7b9cf18985e4dbec147c0cbd1d
Description-en: data structures related to RDF - Rust source code
OxRDF is a simple library
providing datastructures encoding RDF 1.1 concepts.
It is intended to be a basic building block
of other crates like Oxigraph or Spargebra.
.
Oxjsonld is a parser and serializer for the JSON-LD format.
.
OxRDF I/O is a set of parsers and serializers for RDF.
.
OxRdfXml is a parser and serializer for RDF/XML.
.
Oxttl is a set of parsers and serializers
for Turtle, TriG, N-Triples, N-Quads and N3.
.
Support for RDF 1.2 is available
behind the rdf-12 feature,
except for the language N3 in Oxttl.
.
This package contains the source
for the Rust crates oxjsonld, oxrdf, oxrdfio, oxrdfxml and oxttl,
for use with cargo.
Package: librust-oxrocksdb-sys-dev
Description-md5: bf8d77d1e33bff2fceef42856116ad47
Description-en: Rust bindings for RocksDB for Oxigraph - Rust source code
oxrocksdb-sys provides RocksDB bindings for Oxigraph.
.
Oxigraph is a graph database library
implementing the SPARQL standard.
.
This package contains the source for the Rust crate oxrocksdb-sys,
for use with cargo.
Package: librust-oxsdatatypes-dev
Description-md5: 52e8ba83649824dfa5583606841e71f6
Description-en: some XSD datatypes for SPARQL implementations - Rust source code
oxsdatatypes is an implementation
of some XML Schema Definition Language Datatypes.
Its main aim is to ease the implementation of SPARQL and XPath.
.
This package contains the source for the Rust crate oxsdatatypes,
for use with cargo.
Package: librust-par-core-dev
Description-md5: d9845f3424339b54521debd2b4e38441
Description-en: switchable parallel execution - Rust source code
par-core is a wrapper for various parallelization libraries for Rust.
.
par-iter is a parallel iterator for Rust.
It is a fork of rayon
with the goal of switching parallelization library
from rayon-core to chili
or disable parallelization.
.
This package contains the sources for the Rust crates
par-core par-iter,
for use with cargo.
Package: librust-pdb2-dev
Description-md5: 41a62301966d77481d53a455639e8bb1
Description-en: Parser for Microsoft PDB (Program Database) debugging information - Rust source code
Source code for Debianized Rust crate "pdb2"
Package: librust-polyline-dev
Description-md5: d935ac646ad5483af51b77b4f3861a88
Description-en: Encoder and decoder for the Google Encoded Polyline format - Rust source code
Source code for Debianized Rust crate "polyline"
Package: librust-profiling-dev
Description-md5: ec44b08df24b2fe6b6e11da7d62f7010
Description-en: Very thin abstraction over other profiler crates - Rust source code
Source code for Debianized Rust crate "profiling"
Package: librust-railway-api-derive-dev
Description-md5: cdf39855c8fbcddc90f56c0ea379c5f5
Description-en: Derive macro for railway-api - Rust source code
Source code for Debianized Rust crate "railway-api-derive"
Package: librust-regex-lite-dev
Description-md5: 914adf7121619645500949e249c980a8
Description-en: Lightweight regex engine - Rust source code
Source code for Debianized Rust crate "regex-lite"
Package: librust-remove-dir-all-dev
Description-md5: 5b80452f835d6f0c155c454975f06b09
Description-en: Safe, reliable implementation of remove_dir_all for Windows - Rust source code
Source code for Debianized Rust crate "remove_dir_all"
Package: librust-rkyv-derive-dev
Description-md5: fbd692052e3261fcdf8de01c16cbcf53
Description-en: Derive macro for rkyv - Rust source code
Source code for Debianized Rust crate "rkyv_derive"
Package: librust-rkyv-dev
Description-md5: a62c92a5e58fee3e82b974de84b0e102
Description-en: Zero-copy deserialization framework for Rust - Rust source code
Source code for Debianized Rust crate "rkyv"
Package: librust-rsass-dev
Description-md5: 844ef12bf06ff58ac8617c850c16e92a
Description-en: sass implementation in pure rust - Rust source code
rsass is sass reimplemented in rust with nom.
.
Sass is a pre-processing language for CSS.
It allows you to write cleaner stylesheets
and makes collaboration on your CSS a breeze.
.
NB! Not all of the official Sass specification is implemented yet.
See upstream README below /usr/share/doc/librust-rsass-dev/
for more details.
.
This package contains the source for the Rust rsass crate,
packaged for use with cargo and dh-cargo.
Package: librust-sequoia-openpgp-dev
Description-md5: c557d34e629e92e231570f1740df9e61
Description-en: OpenPGP data types and associated machinery - Rust source code
Source code for Debianized Rust crate "sequoia-openpgp"
Package: librust-shrink-to-fit-dev
Description-md5: 62f1ff29862d66e806ce3cfb16b54afc
Description-en: recursively call shrink_to_fit on all container elements - Rust source code
shrink-to-fit recursively calls shrink_to_fit
on all elements of the container.
.
shrink-to-fit-macro is a derive macro for the shrink-to-fit crate.
.
This package contains the source for the Rust crates
shrink-to-fit shrink-to-fit-macro,
for use with cargo.
Package: librust-sparesults-dev
Description-md5: 91f53d9bdc1ff0ea0f22b2fce8138686
Description-en: SPARQL query results formats parsers and serializers - Rust source code
Sparesults is a set of parsers and serializers
for SPARQL query results formats.
It is intended to be a building piece
for SPARQL client and server implementations in Rust like Oxigraph.
.
It supports SPARQL Query Results XML Format (Second Edition),
SPARQL 1.1 Query Results JSON Format
and SPARQL 1.1 Query Results CSV and TSV Formats.
.
Support for SPARQL 1.2 is also available
behind the sparql-12 feature.
.
This package contains the source for the Rust crate sparesults,
for use with cargo.
Package: librust-spargebra-dev
Description-md5: 5d84d0de0da6c16187e78e46085d2225
Description-en: SPARQL parser - Rust source code
Spargebra is a SPARQL parser.
It supports both SPARQL 1.1 Query and SPARQL 1.1 Update.
This crate is intended to be a building piece
for SPARQL implementations in Rust like Oxigraph.
.
sparopt is a work in progress SPARQL Query optimizer.
.
Support for SPARQL 1.2 is also available
behind the sparql-12 feature.
.
This package contains the source
for the Rust crates spargebra and sparopt,
for use with cargo.
Package: librust-st-map-dev
Description-md5: a26c0785d94067f3cd74bd3860d9637e
Description-en: stack-alocated map - Rust source code
st-map is a stack-alocated map,
and static-map-macro is a proc macro for st-map.
.
This package contains the source for the Rust crates
st-map static-map-macro,
for use with cargo.
Package: librust-swc-allocator-dev
Description-md5: 503c364d11912c971cfb7eb6f8b9ceb9
Description-en: thin swc wrapper for bumpalo - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_allocator,
for use with cargo.
Package: librust-swc-atoms-dev
Description-md5: f603a8e6e8605d75af4a6796f0bfa66e
Description-en: atoms for the swc project - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_atoms,
for use with cargo.
Package: librust-swc-common-dev
Description-md5: 683133269bfb7770fe68d7b2170f3381
Description-en: common swc utilities - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_common,
for use with cargo.
Package: librust-swc-core-dev
Description-md5: 08daad7f6474b727a991468f6ebe352f
Description-en: speedy web compiler - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_core,
for use with cargo.
Package: librust-swc-html-ast-dev
Description-md5: a5924e30dcb7685e001e4c6dbf611801
Description-en: AST definitions of html - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_html_ast,
for use with cargo.
Package: librust-swc-html-codegen-dev
Description-md5: a912af614ccde8d2848788532c4184d3
Description-en: HTML code generator for the swc project - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_html_codegen,
for use with cargo.
Package: librust-swc-html-parser-dev
Description-md5: 4dea317d25ed2465caac161ab99aeb6a
Description-en: HTML parser - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_html_parser,
for use with cargo.
Package: librust-swc-html-utils-dev
Description-md5: c78ed18946212a4ea625e467a2c886d2
Description-en: utils for HTML - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_html_utils,
for use with cargo.
Package: librust-swc-macros-common-dev
Description-md5: f9aca0a371cf7cbb1677403654ecb322
Description-en: common macros and utilities for swc macros - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crates
ast_nodes from_variant swc_eq_ignore_macros swc_html_codegen_macros
swc_macros_common,
for use with cargo.
Package: librust-swc-malloc-dev
Description-md5: 711e0ee7c91095205e325dcc6d248623
Description-en: swc memory allocator - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crate swc_malloc,
for use with cargo.
Package: librust-swc-visit-dev
Description-md5: c27690a0ae07044500f9917b597da5a0
Description-en: swc visitor generator implementations - Rust source code
swc is a typescript / javascript transpiler.
It consumes JavaScript or TypeScript files
written in one version of these languages
and emits javascript code
which can be executed on JavaScript engines
that are not yet supporting latest features.
.
swc is written in Rust,
and is an order a magnitude faster
than similar projects written in JavaScript.
.
This package contains the source for the Rust crates
swc_html_visit swc_visit,
for use with cargo.
Package: librust-tame-index-dev
Description-md5: e903e3b2e6a8d6b8bf1c6c82fa133c62
Description-en: Provides access to local and remote cargo registry indices - Rust source code
Source code for Debianized Rust crate "tame-index"
Package: librust-uom-dev
Description-md5: f4ad48f1be62c7c07c5384cdd3d40171
Description-en: Units of measurement - Rust source code
Source code for Debianized Rust crate "uom"
Package: librust-ureq-dev
Description-md5: 6406168ec82a4926fd2ab9fce7208d06
Description-en: simple and safe HTTP client - Rust source code
Ureq is a simple, safe HTTP client.
.
Ureq's first priority is being easy for you to use.
It's great for anyone who wants a low-overhead HTTP client
that just gets the job done.
Works very well with HTTP APIs.
Its features include cookies, JSON, HTTP proxies, HTTPS,
and charset decoding.
.
Ureq is in pure Rust for safety and ease of understanding.
It avoids using "unsafe" directly.
It uses blocking I/O instead of async I/O,
because that keeps the API simple and keeps dependencies to a minimum.
For TLS, ureq uses rustls or native-tls.
.
This package contains the source for the Rust ureq crate,
for use with cargo.
Package: librust-uuid+features-dev
Description-md5: 7020fdc38446f3299733c5cd1b048355
Description-en: Generate and parse UUIDs - all features
This metapackage enables all features for the Rust uuid crate, by
pulling in any additional dependencies needed by that feature.
Package: librust-uuid-dev
Description-md5: 1feb0b73f80f1d5c4dca4626ca1e832b
Description-en: Generate and parse UUIDs - Rust source code
Source code for Debianized Rust crate "uuid"
Package: librust-wasm-bindgen-macro-support-dev
Description-md5: e600c22c81d2302d7c65d2d884404796
Description-en: Implementation of the `#[wasm_bindgen]` attribute - Rust source code
Source code for Debianized Rust crate "wasm-bindgen-macro-support"
Package: librust-wasm-bindgen-shared-dev
Description-md5: a456f5c40006893980400d2e56ae3a5b
Description-en: Shared support of wasm-bindgen and wasm-bindgen cli - Rust source code
Source code for Debianized Rust crate "wasm-bindgen-shared"
Package: librust-wasm-bindgen-test-macro-dev
Description-md5: f4f6bf276736ff71fb546df0f1bd5307
Description-en: Internal testing macro for wasm-bindgen - Rust source code
Source code for Debianized Rust crate "wasm-bindgen-test-macro"
Package: librust-wasm-encoder-dev
Description-md5: 7e21ec60e3926a25815cee0ee1aa3407
Description-en: Low-level WebAssembly encoder - Rust source code
Source code for Debianized Rust crate "wasm-encoder"
Package: librust-wasmparser-dev
Description-md5: 07e01eedf70f8df1a7530c1ca47df89c
Description-en: Simple event-driven library for parsing WebAssembly binary files - Rust source code
Source code for Debianized Rust crate "wasmparser"
Package: librxtx-java
Description-md5: 5574a55ba7d39c43255d9020bc086491
Description-en: Full Java CommAPI implementation
RXTX is a full implementation of the Java CommAPI from Sun. It
contains native libraries providing serial and parallel
communication for the Java Development Toolkit.
Package: libs3d-dev
Description-md5: 80a5ff066fd8e3877d492471152fb743
Description-en: 3d network display server library - development files
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides the header files for building your own s3d programs.
Package: libs3d2
Description-md5: e8df00cc7a2c2fb64236995ce261ff17
Description-en: 3d network display server library
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides the library for communication with the display server.
Package: libs3dw-dev
Description-md5: abf5abd660becd95f12f20c51d22dda3
Description-en: 3d network display server widget library - development files
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides the header files for using widgets in your s3d programs.
Package: libs3dw2
Description-md5: a9f5ee155f06905bbf77787b4ea5491f
Description-en: 3d network display server widget library
s3d is a 3d network display server which can be used as 3d desktop environment.
.
This package provides the widget library.
Package: libsaml-dev
Description-md5: c16e50d86d73bab1a63ca76d97514b3d
Description-en: Security Assertion Markup Language library (development)
OpenSAML is an open source implementation of the OASIS
Security Assertion Markup Language Specification. It contains a set of open
source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications.
It is supported only as a part of the Shibboleth Project.
.
This package contains the headers and other necessary files to build
applications or libraries that use or extend the OpenSAML library.
Package: libsaml-doc
Description-md5: b10187981a5e23f2800bee8ff24fb0d5
Description-en: Security Assertion Markup Language library (API docs)
OpenSAML is an open source implementation of the OASIS
Security Assertion Markup Language Specification. It contains a set of open
source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications.
It is supported only as a part of the Shibboleth Project.
.
This package contains the OpenSAML library API documentation generated
by Doxygen.
Package: libsaml13
Description-md5: 9dfc6dbe192bdbda468b0320c6b2c075
Description-en: Security Assertion Markup Language library (runtime)
OpenSAML is an open source implementation of the OASIS
Security Assertion Markup Language Specification. It contains a set of open
source C++ classes that support the SAML 1.0, 1.1, and 2.0 specifications.
It is supported only as a part of the Shibboleth Project.
.
This package contains the files necessary for running applications that
use the OpenSAML library.
Package: libsanlock-client1
Description-md5: edc73c794a531608ebfb4fdce34d3c64
Description-en: Shared storage lock manager (client library)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the public shared library for libvirt.
Package: libsanlock-dev
Description-md5: 87c3bcc256f0147da7e1aa4c3e30521d
Description-en: Shared storage lock manager (development files)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains the header files and static libraries.
Package: libsanlock1
Description-md5: 231ad3e47240a19e7df79955888949bf
Description-en: Shared storage lock manager (shared library)
Sanlock ensures that single disk cannot be used by more than
one running VM at a time, across any host in a network.
.
This package contains libsanlock shared library.
Package: libsasl2-modules-gssapi-heimdal
Description-md5: 0897adbbfbdac08aea71f426460e48d0
Description-en: Pluggable Authentication Modules for SASL (GSSAPI)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the GSSAPI plugin, compiled with the Heimdal
Kerberos 5 library.
Package: libsasl2-modules-ldap
Description-md5: 046fb452cdaf5f7c51dacdbf2922d5de
Description-en: Cyrus SASL - pluggable authentication modules (LDAP)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the LDAP plugin, which supports OpenLDAP.
Package: libsasl2-modules-otp
Description-md5: fb6fbc4df1a9ad29b0ddb7f30c4d227f
Description-en: Cyrus SASL - pluggable authentication modules (OTP)
This is the Cyrus SASL API implementation, version 2.1. See package
libsasl2-2 and RFC 2222 for more information.
.
This package provides the OTP plugin, which supports one time passwords.
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: libscca-dev
Description-md5: e5dd7deb9cff0cd8262e0b776fce3d29
Description-en: Windows Prefetch File access library -- development files
libscca is a library to access the Windows Prefetch File (SCCA)
format.
.
This package includes the development support files.
Package: libscca-utils
Description-md5: 95ad3e760bfc72055b074b3ee4b97a6c
Description-en: Windows Prefetch File access library -- Utilities
libscca is a library to access the Windows Prefetch File (SCCA)
format.
.
This package contains a tool to display information about a PF file.
Package: libscca1t64
Description-md5: 2f678b98ca09e74729ffbf3ad42cc6f1
Description-en: Windows Prefetch File access library
libscca is a library to access the Windows Prefetch File (SCCA)
format.
.
This package contains the shared library.
Package: libsdl1.2-compat-tests
Description-md5: 2e7f275760fa55b673f6fe1b68a08b17
Description-en: SDL 1.2 binary compatibility library - tests
libsdl1.2-compat provides a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
.
This package provides manual test programs.
Package: libsdl1.2-dev
Description-md5: bad1a221f52fc1875264739179f71690
Description-en: SDL 1.2 binary compatibility library - development files
sdl12-compat provides a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
.
This package provides development files.
Package: libsdl1.2debian
Description-md5: f3858f61954ab25f76b61efb9ddf5b32
Description-en: SDL 1.2 binary compatibility library wrapping SDL 2.0
This package contains sdl12-compat, a binary compatible API for programs built
against SDL 1.2, but using SDL 2.0.
.
This package replaces the classic SDL 1.2 library with the SDL 2.0
compatibility layer, so that all SDL 1.2 program will use it.
.
If you are writing new code, please target SDL 2.0 directly instead
of using this layer.
Package: libsdl2-compat
Description-md5: 22aa310d1561b85520ec5fdd2222fdc8
Description-en: SDL 2 binary compatibility library wrapping SDL 3
sdl2-compat provides a binary compatible API for programs built
against SDL 2, but using SDL 3.
.
If you are writing new code, please target SDL 3 directly instead of
using this layer. Debian packages should not depend or build-depend on
this package: please use libsdl2-2.0-0 instead.
.
This package only provides the library, in a private location, so
that it can be co-installed with libsdl2-2.0-0. It is intended for
testing. To replace libsdl2-2.0-0 entirely, and use the compatibility
layer with all SDL 2 programs, install libsdl2-compat-shim.
Package: libsdl2-compat-dev
Description-md5: a92f34374a413617b5fb02455ef64c91
Description-en: libsdl2-dev replacement using SDL 3
sdl2-compat provides a binary compatible API for programs built
against SDL 2, but using SDL 3.
.
If you are writing new code, please target SDL 3 directly instead
of using this layer. Debian packages should not build-depend on this
package: please use libsdl2-dev instead.
.
This package provides development files.
Package: libsdl2-compat-shim
Description-md5: 4c79772f0fd61165c0fe3c710682b7a5
Description-en: libsdl2-2.0-0 replacement using SDL 3
sdl2-compat provides a binary compatible API for programs built
against SDL 2, but using SDL 3.
.
If you are writing new code, please target SDL 3 directly instead of
using this layer. Debian packages should not depend or build-depend on
this package: please use libsdl2-2.0-0 instead.
.
This package replaces libsdl2-2.0-0 with the SDL 3 compatibility
layer, so that all SDL 2 programs will use it.
Package: libsdl2-compat-tests
Description-md5: 5802c56b26f3d4589bcf96c028a1e071
Description-en: SDL 2 binary compatibility library - tests
sdl2-compat provides a binary compatible API for programs built
against SDL 2, but using SDL 3.
.
If you are writing new code, please target SDL 3 directly instead of
using this layer. Debian packages should not depend or build-depend on
this package.
.
This package provides automated and manual test programs.
Package: libsdl3-0
Description-md5: a8e256b29ee465b353f21d088149f489
Description-en: Simple DirectMedia Layer, version 3
SDL is a cross-platform library designed to make it easy to write
multimedia software such as games and emulators.
.
This package contains the shared library.
Package: libsdl3-dev
Description-md5: c7232236df086621b8240a4a677fb18e
Description-en: Simple DirectMedia Layer, version 3 development files
SDL is a cross-platform library designed to make it easy to write
multimedia software such as games and emulators.
.
This package contains the files needed to compile and link programs which
use SDL.
Package: libsdl3-doc
Description-md5: 46393a5cdf1dca680c4acc83d75b2773
Description-en: Reference manual for SDL 3
SDL is a cross-platform library designed to make it easy to write
multimedia software such as games and emulators.
.
This package contains the reference manual and examples.
Package: libsdl3-image-dev
Description-md5: 2fe24752673caf9a627c13d1c6104cab
Description-en: Image loading library for Simple DirectMedia Layer 3, development files
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XPM, XV.
.
This package contains the development files.
Package: libsdl3-image-doc
Description-md5: 113b33d82d3f81d2ed81994908722cfd
Description-en: Image loading library for Simple DirectMedia Layer 3 - documentation
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XPM, XV.
.
This package contains the reference manual and examples.
Package: libsdl3-image-tests
Description-md5: 7ee0afa7834e9cff58ab995cd5a66cdb
Description-en: Image loading library for Simple DirectMedia Layer 3 - tests
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XPM, XV.
.
This package contains automated and manual tests.
Package: libsdl3-image0
Description-md5: d1bbbe8eb34cea0fe13874172c1b8efd
Description-en: Image loading library for Simple DirectMedia Layer 3, libraries
This is a simple library to load images of various formats as SDL surfaces. It
supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF,
WEBP, XPM, XV.
.
This package contains the shared library.
Package: libsdl3-tests
Description-md5: 1e5ca59f75fadb11a26add4088957c32
Description-en: Simple DirectMedia Layer automated and manual tests
SDL is a cross-platform library designed to make it easy to write
multimedia software such as games and emulators.
.
This package contains manual and automated tests. The automated tests can
be run using ginsttest-runner in the gnome-desktop-testing package,
or manually.
Package: libsecrecy-dev
Description-md5: 556b47cd5f5e5bfa9aec15eb11c1b3a4
Description-en: C++ header only library for random access to encrypted files
libsecrecy is a header only C++ library implementing an encrypted file format
based on GCM (Galois Counter Mode) and AES128 or AES256.
.
It uses nettle routines for file encryption and decryption via GCM using
AES128 or AES256 as cipher function and gpgme for key storage.
.
While encryption is currently only supported in a streaming fashion,
decryption allows random access in the encrypted file due to independently
encoded subunits.
Package: libsedlex-ocaml
Description-md5: 1040c26e3c20fb4142705cc30e740f7d
Description-en: Unicode-friendly lexer generator for OCaml (Runtime library)
A lexer generator for OCaml, similar to ocamllex, but supporting Unicode.
Contrary to ocamllex, lexer specifications for sedlex are embedded in regular
OCaml source files.
Package: libsedlex-ocaml-dev
Description-md5: a1e4113da7a42f3c2896ddf47adb2b4f
Description-en: Unicode-friendly lexer generator for OCaml (Development package)
A lexer generator for OCaml, similar to ocamllex, but supporting Unicode.
Contrary to ocamllex, lexer specifications for sedlex are embedded in regular
OCaml source files.
Package: libseqan2-dev
Description-md5: 11c14cc07571e96bb6bb3aab89d79ab3
Description-en: C++ library for the analysis of biological sequences (development)
SeqAn is a C++ template library of efficient algorithms and data
structures for the analysis of sequences with the focus on
biological data. This library applies a unique generic design that
guarantees high performance, generality, extensibility, and
integration with other libraries. SeqAn is easy to use and
simplifies the development of new software tools with a minimal loss
of performance.
.
This package contains the developer files.
Package: libshiboken6-dev
Description-md5: 1d025267280f26d1f9d8d63b1f4f7761
Description-en: CPython bindings generator for C++ libraries (development files)
Shiboken6 is a bindings generator for C++ libraries that outputs CPython
source code. It collects information from library headers, and then
merges modifications and handwritten code defined in the typesystem
description.
.
Shiboken6 is the binding generator used to create the PySide6 bindings.
.
This package provides the development headers for the libshiboken6 library.
Package: libshiboken6-py3-6.10
Description-md5: 98edb83de45c942744541dfbf1cabddd
Description-en: CPython bindings generator for C++ libraries (Python3 shared library)
Shiboken6 is a bindings generator for C++ libraries that outputs CPython
source code. It collects information from library headers, and then
merges modifications and handwritten code defined in the typesystem
description.
.
Shiboken6 is the binding generator used to create the PySide6 bindings.
.
This package contains the shared Python 3 library used by shiboken6.
Package: libsidplay2
Description-md5: 049a05d30a21aa22aaaa7b4433e83609
Description-en: SID (MOS 6581) emulation library
This is a (shared) library that implements the emulation of the C64's
SID chip (MOS 6581) and CPU (6510). It is used by several "player"
applications, e.g. sidplay, which make it possible to listen to *really*
a lot (13.600+) of tunes, known from old and new C64 programs (as well
as Amiga compositions).
.
Find most of the available musics from your favourite games or demos
and more in the High Voltage SID Collection (HVSC). For downloads and
information about the volunteers, who maintain the collection, look at
the HVSC homepage http://www.hvsc.c64.org.
Package: libsidplay2-dev
Description-md5: 049a05d30a21aa22aaaa7b4433e83609
Description-en: SID (MOS 6581) emulation library
This is a (shared) library that implements the emulation of the C64's
SID chip (MOS 6581) and CPU (6510). It is used by several "player"
applications, e.g. sidplay, which make it possible to listen to *really*
a lot (13.600+) of tunes, known from old and new C64 programs (as well
as Amiga compositions).
.
Find most of the available musics from your favourite games or demos
and more in the High Voltage SID Collection (HVSC). For downloads and
information about the volunteers, who maintain the collection, look at
the HVSC homepage http://www.hvsc.c64.org.
Package: libsidutils-dev
Description-md5: 674947a7f6511ac306712c88ac79ed97
Description-en: utility functions for SID players
This library contains various things deemed useful to all SID players
(Emulations of the C64's SID chip (MOS 6581) and CPU (6510)), and
currently every player seems to be re-inventing. It is used by
several "player" applications, e.g. sidplay.
.
Support so far is:
.
* INI file reader.
* MD5 key creation.
* Song length database parser.
* Sid filter file parser.
.
Coming soon:
.
* Playlist parser (load and save).
* STIL parser.
Package: libsidutils0
Description-md5: 674947a7f6511ac306712c88ac79ed97
Description-en: utility functions for SID players
This library contains various things deemed useful to all SID players
(Emulations of the C64's SID chip (MOS 6581) and CPU (6510)), and
currently every player seems to be re-inventing. It is used by
several "player" applications, e.g. sidplay.
.
Support so far is:
.
* INI file reader.
* MD5 key creation.
* Song length database parser.
* Sid filter file parser.
.
Coming soon:
.
* Playlist parser (load and save).
* STIL parser.
Package: libsigscan-dev
Description-md5: 3b0d629263820416d1137aac869c9574
Description-en: binary signature scanning library -- development files
libsigscan is a library for binary signature scanning, using simple
offset/string-based signatures.
.
This package includes the development support files.
Package: libsigscan-utils
Description-md5: e6e97a656f6d9ae3fb2d5420a981f200
Description-en: binary signature scanning library -- Utilities
libsigscan is a library for binary signature scanning, using simple
offset/string-based signatures.
.
This package contains sigscan, a command line tool that uses
libsigscan to find binary signatures in files.
Package: libsigscan1t64
Description-md5: 2ac42ed06538e167efe0ea8718660fc4
Description-en: binary signature scanning library
libsigscan is a library for binary signature scanning, using simple
offset/string-based signatures.
.
This package contains the shared library.
Package: libsimavr-dev
Description-md5: 7bd8ca09a9457c3d7adc1e5fca5bac13
Description-en: AVR simulator development library
A library for advanced AVR core and peripheral circuitry prototyping
including AVR firmware simulated execution, VCD waveform creation and live
debugging. For more information see virtual circuitry peripheral prototyping
and simulation examples provided by libsimavr-examples package.
.
This package contains software development header files and static library.
Package: libsimavr-examples
Description-md5: 0888e709aa507c571f1d1cfbc0b96ac6
Description-en: AVR simulator development examples
A library for advanced AVR core and peripheral circuitry prototyping
including AVR firmware simulated execution, VCD waveform creation and live
debugging.
.
This package contains fully functional virtual circuitry prototyping example
code for the AVR simulator development library including simulation of
peripherals attached to simulated AVR microcontroller.
Package: libsimavr2
Description-md5: e185b2e53fdc7198beaead84801308f5
Description-en: AVR simulator shared library
A library for advanced AVR core and peripheral circuitry prototyping
including AVR firmware simulated execution, VCD waveform creation and live
debugging. For more information see virtual circuitry peripheral prototyping
and simulation examples provided by libsimavr-examples package.
.
This package contains shared library providing AVR simulation functionality.
Package: libsimavrparts1
Description-md5: 175ecd8eeb8ab39a0eedaf05caead48a
Description-en: AVR simulator additional peripherals shared library
A library for advanced AVR core and peripheral circuitry prototyping
including AVR firmware simulated execution, VCD waveform creation and live
debugging. For more information see virtual circuitry peripheral prototyping
and simulation examples provided by libsimavr-examples package.
.
This package contains shared library providing additional peripherals.
Package: libsimgrid-dev
Description-md5: f4d3bb389a90140b0356cba284af377f
Description-en: Development files for the SimGrid Toolkit
SimGrid is a toolkit that provides core functionalities for the simulation of
distributed applications in heterogeneous distributed environments. SimGrid
can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI
simulator, or a mix of all of them. The typical use-cases of SimGrid include
heuristic evaluation, application prototyping, and real application
development and tuning.
.
This package contains the development files that you need to build
your own simulator on top of SimGrid (header files and scripts),
for C, C++ or Fortran.
Package: libsimgrid4.1
Description-md5: f56d5c55629c5218ec3098e55a423076
Description-en: Toolkit for scalable simulation of distributed applications
SimGrid is a toolkit that provides core functionalities for the simulation of
distributed applications in heterogeneous distributed environments. SimGrid
can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI
simulator, or a mix of all of them. The typical use-cases of SimGrid include
heuristic evaluation, application prototyping, and real application
development and tuning.
.
This package contains the dynamic libraries and runtime.
Package: libslurm-dev
Description-md5: fe0f2aba26475144fd65d4073a4ded5c
Description-en: Slurm development files
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains Slurm static library and header files.
Package: libslurm-perl
Description-md5: 7c685cbcb98d506fe880ef2c34a15a88
Description-en: Perl API for Slurm
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Perl module.
Package: libslurm44t64
Description-md5: 317931aa94455ae218baa02d23f0fde4
Description-en: Runtime library files for Slurm
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Slurm runtime library.
Package: libslurmdb-perl
Description-md5: f295d097f3ec73747ede5a3709af508b
Description-en: Perl API for the Slurm database
The Slurm Workload Manager is an open-source cluster resource management and
job scheduling system that strives to be simple, scalable, portable,
fault-tolerant, and interconnect agnostic.
This package contains the Perl module for the Slurm database.
Package: libsmartcols1-dbgsym
Description-md5: 46b050da96f3d986e5ad10435ea50733
Description-en: debug symbols for libsmartcols1
Package: libsmdev-dev
Description-md5: d5fc58fd0cf576b05bbfe8d8e0a2258a
Description-en: storage media device access library -- development files
libsmdev is a library to access to storage media devices.
.
This package includes the development support files.
Package: libsmdev-utils
Description-md5: 48a414103dfa046f5035eedce15d8284
Description-en: storage media device access library -- Utilities
libsmdev is a library to access to storage media devices.
.
This package contains smdevinfo, a tool to determine information
about storage media devices.
Package: libsmdev1t64
Description-md5: 03d08de27e40f9b053bad466dba6c5b4
Description-en: storage media device access library
libsmdev is a library to access to storage media devices.
.
This package contains the shared library.
Package: libsmraw-dev
Description-md5: 1ef02f84dcf59426ebbb6e47d53f6403
Description-en: split RAW image format access library -- development files
libsmraw is a library to access the (split) RAW image format.
.
This package includes the development support files.
Package: libsmraw-utils
Description-md5: 70ea7a9daa1f3cf04e05eec16c3b3742
Description-en: split RAW image format access library -- Utilities
libsmraw is a library to access the (split) RAW image format.
.
This package contains tools to access data stored in split RAW files:
smrawmount, smrawverify
Package: libsmraw1t64
Description-md5: dee097554f2b6d28429406de6f137733
Description-en: split RAW image format access library
libsmraw is a library to access the (split) RAW image format.
.
This package contains the shared library.
Package: libsoapysdr-dev
Description-md5: 000beecb516bda457a33049681d77947
Description-en: SoapySDR library development files
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the development files for the library.
Package: libsoapysdr-doc
Description-md5: 262ea9a01f5d347501d23e275cdff521
Description-en: SoapySDR library development documentation
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the development documentation for the library.
Package: libsoapysdr0.8
Description-md5: d14a42c7597dbb32defcaa0f0d64ec7f
Description-en: software defined radio interface library
SoapySDR is a library providing a common interface to SDR (software
defined radio) hardware. Support for different hardware is added through
external modules.
.
This package contains the shared library.
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: libsoup-2.4-1
Description-md5: 2c47e713d56f9e3d99aa5439f3a11d86
Description-en: HTTP library implementation in C -- Shared library
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the shared library.
Package: libsoup-gnome-2.4-1
Description-md5: b515da5159368013f8217bb971076081
Description-en: HTTP library implementation in C -- GNOME support library
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
The GNOME support library is used for features which are important to
GNOME apps, but which require GNOME-specific libraries that non-GNOME
apps may not want to add dependencies on.
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the GNOME support shared library.
Package: libsoup-gnome2.4-dev
Description-md5: 8bbcc9878a5acbda1edbf6af2b9cfb54
Description-en: HTTP library implementation in C -- GNOME support development files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
.
The GNOME support library is used for features which are important to
GNOME apps, but which require GNOME-specific libraries that non-GNOME
apps may not want to add dependencies on.
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the development files for the GNOME support.
Package: libsoup2.4-common
Description-md5: 80441f36737c543d3dd4298839031883
Description-en: HTTP library implementation in C -- Common files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
This package contains architecture-independent files such as translations.
Package: libsoup2.4-dev
Description-md5: 389065cef85cb190f877ff06e29ac787
Description-en: HTTP library implementation in C -- Development files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the development files.
Package: libsoup2.4-doc
Description-md5: 30d16c4ef5565770edbdc3a8882b7f92
Description-en: HTTP library implementation in C -- API Reference
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the documentation.
Package: libsoup2.4-tests
Description-md5: 3548f8905c3d8a2d8f34650ae4a3c218
Description-en: HTTP library implementation in C -- installed tests
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
This package contains automated tests, mostly for use via autopkgtest.
They can most easily be invoked via the gnome-desktop-testing-runner
tool in the gnome-desktop-testing package.
Package: libspa-0.2-jack
Description-md5: 038a688476f88f711ecebaf0a337a0bc
Description-en: libraries for the PipeWire multimedia server - JACK client
PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:
.
- Making available sources of audio and video (such as from a capture devices
or application provided streams) and multiplexing this with clients.
- Accessing sources of audio and video for consumption.
- Generating graphs for audio and video processing.
.
This package contains a plugin to make PipeWire able to connect to a
JACK server, which will be used for audio playback and recording.
Package: libspa-0.2-modules-extra
Description-md5: 19ccd0c35cc9742ce3133599582431c0
Description-en: libraries for the PipeWire multimedia server Simple Plugin API - extra modules
PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:
.
- Making available sources of audio and video (such as from a capture devices
or application provided streams) and multiplexing this with clients.
- Accessing sources of audio and video for consumption.
- Generating graphs for audio and video processing.
.
This package contains the ebur128, lv2, onnx and sofa filter-chain modules
and the bluetooth aac codec.
Package: libsphde-dev
Description-md5: b1570acc30113e8fa65aeb7bd91e4b96
Description-en: Shared Persistent Heap Data Environment library development files
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the static library and header files used in development.
Package: libsphde-doc
Description-md5: 6e185fed19d33cf15665ca0f37e78c6f
Description-en: Shared Persistent Heap Data Environment library documentation files
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the documentation of library.
Package: libsphde1t64
Description-md5: 32cb741ec854dc719b4fd90ef6d4facf
Description-en: Shared Persistent Heap Data Environment library
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the runtime shared library.
Package: libsss-sudo
Description-md5: 43cb83a7573af74214858e973f744090
Description-en: Communicator library for sudo
Utility library to allow communication between sudo and SSSD for caching
sudo rules by SSSD.
Package: libstd-rust-1.85
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
Description-en: Rust standard libraries
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains the standard Rust libraries, built as dylibs,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.85-dev
Description-md5: d179f786c5d3afccd5d86929b4043021
Description-en: Rust standard libraries - development files
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains development files for the standard Rust libraries,
needed to compile Rust programs. It may also be installed on a system
of another host architecture, for cross-compiling to this architecture.
Package: libstd-rust-1.93
Description-md5: 389c19dd2d0c1e29221148ed6870c4a9
Description-en: Rust standard libraries
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains the standard Rust libraries, built as dylibs,
needed to run dynamically-linked Rust programs (-C prefer-dynamic).
Package: libstd-rust-1.93-dev
Description-md5: d179f786c5d3afccd5d86929b4043021
Description-en: Rust standard libraries - development files
Rust is a curly-brace, block-structured expression language. It
visually resembles the C language family, but differs significantly
in syntactic and semantic details. Its design is oriented toward
concerns of "programming in the large", that is, of creating and
maintaining boundaries - both abstract and operational - that
preserve large-system integrity, availability and concurrency.
.
It supports a mixture of imperative procedural, concurrent actor,
object-oriented and pure functional styles. Rust also supports
generic programming and meta-programming, in both static and dynamic
styles.
.
This package contains development files for the standard Rust libraries,
needed to compile Rust programs. It may also be installed on a system
of another host architecture, for cross-compiling to this architecture.
Package: libstdc++-15-pic
Description-md5: 1b398e74a3b20401a8669d8c6472c7cc
Description-en: GNU Standard C++ Library v3 (shared library subset kit)
This is used to develop subsets of the libstdc++ shared libraries for
use on custom installation floppies and in embedded systems.
.
Unless you are making one of those, you will not need this package.
Package: libstdc++-aarch64-none-elf
Description-md5: c977bda7a1828d2b7cc11bda301c7544
Description-en: GNU Standard C++ Library v3 for embedded 64-bit ARM
C++ library for embedded systems containing 64-bit arm processors.
Package: libstdc++-arm-none-eabi
Description-md5: 4ef959acd5a21085fc8bb17fcd0deafc
Description-en: GNU Standard C++ Library v3 for ARM Cortex-R/M processors
GNU Standard C++ library for embedded ARM chips using Cortex-M, and
Cortex-R processors.
Package: libstdc++-arm-none-eabi-common
Description-md5: a015c7a12bf4f5a08e226ac388f72820
Description-en: Common files for GNU Standard C++ Library v3 for ARM embedded
Files shared between libstdc++-arm-none-eabi and libstdc++-aarch64-none-elf
Package: libstdc++-riscv64-unknown-elf
Description-md5: 4ce0a72f347507626f8449a62d14e471
Description-en: GNU Standard C++ Library v3 for embedded Risc-V processors
GNU Standard C++ library for embedded Risc-V processors, both 32 and
64 bit.
Package: libstdc++6-15-dbg
Description-md5: 2c454c0f0591e215b1f3b1791f3e7459
Description-en: GNU Standard C++ Library v3 (debug build)
This package contains a debug build of the shared libstdc++ library. The debug
symbols for the default build can be found in the libstdc++6-dbgsym package.
Package: libstdlib-ocaml
Description-md5: a73fc39a4d621bac488212b1f0069a41
Description-en: OCaml standard library (runtime files)
OCaml is an implementation of the ML language, based on the Caml
Light dialect extended with a complete class-based object system and
a powerful module system in the style of Standard ML.
.
This package contains the runtime files of the standard library.
Package: libstdlib-ocaml-dev
Description-md5: d9ee302f6d1696c626ea98ddcdb25d1e
Description-en: OCaml standard library (development files)
OCaml is an implementation of the ML language, based on the Caml
Light dialect extended with a complete class-based object system and
a powerful module system in the style of Standard ML.
.
This package contains the development files of the standard library.
Package: libstopt-dev
Description-md5: 26ca0a727d0f54dfe96b6094984e478c
Description-en: library for stochastic optimization problems (development package)
The STochastic OPTimization library (StOpt) aims at providing tools in C++ for
solving some stochastic optimization problems encountered in finance or in the
industry. Different methods are available:
- dynamic programming methods based on Monte Carlo with regressions (global,
local, kernel and sparse regressors), for underlying states following some
uncontrolled Stochastic Differential Equations;
- dynamic programming with a representation of uncertainties with a tree:
transition problems are here solved by some discretizations of the commands,
resolution of LP with cut representation of the Bellman values;
- Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for
underlying states following some controlled Stochastic Differential
Equations;
- Stochastic Dual Dynamic Programming methods to deal with stochastic stock
management problems in high dimension. Uncertainties can be given by Monte
Carlo and can be represented by a state with a finite number of values
(tree);
- Some branching nesting methods to solve very high dimensional non linear
PDEs and some appearing in HJB problems. Besides some methods are provided
to solve by Monte Carlo some problems where the underlying stochastic state
is controlled.
For each method, a framework is provided to optimize the problem and then
simulate it out of the sample using the optimal commands previously computed.
Parallelization methods based on OpenMP and MPI are provided in this
framework permitting to solve high dimensional problems on clusters.
The library should be flexible enough to be used at different levels depending
on the user's willingness.
.
This package contains the headers and the static libraries (libstopt-mpi
which allows for multithreading, and libstopt which does not).
Package: libstopt5t64
Description-md5: 8923e4816b4c506e099c5bf74bd173d8
Description-en: library for stochastic optimization problems (shared library)
The STochastic OPTimization library (StOpt) aims at providing tools in C++ for
solving some stochastic optimization problems encountered in finance or in the
industry. Different methods are available:
- dynamic programming methods based on Monte Carlo with regressions (global,
local, kernel and sparse regressors), for underlying states following some
uncontrolled Stochastic Differential Equations;
- dynamic programming with a representation of uncertainties with a tree:
transition problems are here solved by some discretizations of the commands,
resolution of LP with cut representation of the Bellman values;
- Semi-Lagrangian methods for Hamilton Jacobi Bellman general equations for
underlying states following some controlled Stochastic Differential
Equations;
- Stochastic Dual Dynamic Programming methods to deal with stochastic stock
management problems in high dimension. Uncertainties can be given by Monte
Carlo and can be represented by a state with a finite number of values
(tree);
- Some branching nesting methods to solve very high dimensional non linear
PDEs and some appearing in HJB problems. Besides some methods are provided
to solve by Monte Carlo some problems where the underlying stochastic state
is controlled.
For each method, a framework is provided to optimize the problem and then
simulate it out of the sample using the optimal commands previously computed.
Parallelization methods based on OpenMP and MPI are provided in this
framework permitting to solve high dimensional problems on clusters.
The library should be flexible enough to be used at different levels depending
on the user's willingness.
.
This package contains the shared libraries: one which allows for
multithreading (libstopt-mpi) and one which does not (libstopt).
Package: libswiftlang
Description-md5: cc2807b4a0530dfc1e2ca72c645f13ce
Description-en: general-purpose compiled programming language - Runtime Libraries
Swift is a general-purpose, multi-paradigmed, compiled
programming language built using a modern approach to safety,
performance, and software design patterns.
.
The goal of the Swift project is to create the best available
language for uses ranging from systems programming, to mobile
and desktop apps, scaling up to cloud services. Most
importantly, Swift is designed to make writing and maintaining
correct programs easier for the developer.
.
This package contains the Swift runtime libraries.
Package: libsword-common
Description-md5: 4ba4fc778800cc2d206e90952d3841e0
Description-en: common settings and module repository for libsword
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains sword configuration and global module repository.
Package: libsword-dev
Description-md5: 626d1f4f7f82b6723dda2b44a0b1000e
Description-en: Development files for libsword
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains the static libraries and headers for developing
applications that use the SWORD library.
Package: libsword-utils
Description-md5: 46f9c1d2e3151e21e28cfef09dcbba41
Description-en: conversion utilities for bible documents in SWORD supported formats
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains utilities to convert documents in various
formats into those suitable to be used with SWORD library.
Package: libsword1.9.0t64
Description-md5: 794e93dd6a6b1ae55ae9f6bf0b4a7812
Description-en: API/library for bible software
The SWORD Project is an open source, cross-platform (Linux, Windows, Solaris,
MacOSX etc.) API/library for Bible software with a constantly growing list
of front-ends (GUI, textmode, web-based, etc.) and a library of over 200
text modules.
.
This package contains the core libraries for the project.
It also contains utilities for generating data modules.
.
Please read the README.Debian for more information on how to obtain other
modules for SWORD.
Package: libswupdate-dev
Description-md5: 60cedbef122dee74477af4c6d80ec944
Description-en: Development files for swupdate framework
This package contains the development files for libswupdate.
.
swupdate is a Linux update agent with the goal to provide an efficient and
safe way to update an embedded system.
.
- Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes)
- Allow delivery single image for multiple devices
- Multiple interfaces for getting software
1. local storage
2. integrated web server
3. integrated REST client connector to hawkBit
4. remote server download
- Software delivered as images, gzipped tarball, etc
- Allow custom handlers for installing FPGA/ microcontroller firmware.
- Power-Off safe
Package: libswupdate0.1
Description-md5: 48ccd008c9c84f73e934d9ff263c5943
Description-en: Library for controlling the swupdate framework
This package contains the library libswupdate which is used to control
swupdate.
.
swupdate is a Linux update agent with the goal to provide an efficient and
safe way to update an embedded system.
.
- Install on embedded media (eMMC, SD, Raw NAND, NOR and SPI-NOR flashes)
- Allow delivery single image for multiple devices
- Multiple interfaces for getting software
1. local storage
2. integrated web server
3. integrated REST client connector to hawkBit
4. remote server download
- Software delivered as images, gzipped tarball, etc
- Allow custom handlers for installing FPGA/ microcontroller firmware.
- Power-Off safe
Package: libtaskflow-cpp-dev
Description-md5: bb7267dd76854ba3c4a7e0c8bcbe712d
Description-en: Parallel and Heterogeneous Task Programming System for C++ (header files)
Taskflow helps you quickly write parallel and heterogeneous task
programs with high performance and simultaneous high productivity. It
is faster, more expressive, with fewer lines of code, and easier for
drop-in integration than many of existing task programming libraries.
It is provided as a collection of C++ header files, using C++17.
.
This package provides the C++ header files for Taskflow.
Package: libtaskmanager6
Description-md5: 515dc6cce94310da7111d5fd14b8ae61
Description-en: Plasma Workspace task manager library
Plasma Workspace is used as the base for Plasma Desktop, Mobile, and
Bigscreen. It contains shared KCM configuration screens, applets as
well as multiple libraries.
.
The task manager library provides various abstractions for listing
windows, startup tasks and launcher jobs.
.
This package contains the task manager library files.
Package: libtextutils-cmark-rc-copy0
Description-md5: 69063aec9b7c228e5edf0959ab133514
Description-en: KDE text handling addons - CommonMark library
KTextAddons is a collection of text addons libraries developed by the KDE
community.
.
This collection of libraries provide functionalities such as autocorrection,
text to speak, grammar checking, text translator or emoticon support.
.
This package provides the CommonMark library.
Package: libtiff-opengl
Description-md5: 8b1debea0e0eac5de9dc7eb9a32524a2
Description-en: TIFF manipulation and conversion tools
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
contains libtiff tools that depend upon opengl. It complements the
libtiff-tools package, which contains the libtiff tools that don't
depend upon opengl.
Package: libtiff-tools
Description-md5: f333fccce3ca049190b80f117d3faa92
Description-en: TIFF manipulation and conversion tools
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes tools for converting TIFF images to and from other formats
and tools for doing simple manipulations of TIFF images. See also
libtiff-opengl.
Package: libtophide-ocaml-dev
Description-md5: 856727ebee95a7cf940c400b43f1eaa2
Description-en: hide values that start with '_' in OCaml toplevel
This library hides toplevel values whose name starts with an underscore. This
is useful for some Camlp4 syntax extensions that produce lots of global
identifiers that should remain hidden.
Package: libtorch-dev
Description-md5: f82a036facab80b9cda749c723e0fe6f
Description-en: Tensors and Dynamic neural networks in Python (Development Files)
PyTorch is a Python package that provides two high-level features:
.
(1) Tensor computation (like NumPy) with strong GPU acceleration
(2) Deep neural networks built on a tape-based autograd system
.
You can reuse your favorite Python packages such as NumPy, SciPy and Cython
to extend PyTorch when needed.
.
This is the CPU-only version of PyTorch (Development files).
Package: libtorch-test
Description-md5: 4325c6e2507653d820eb920c5a2ad432
Description-en: Tensors and Dynamic neural networks in Python (Test Binaries)
PyTorch is a Python package that provides two high-level features:
.
(1) Tensor computation (like NumPy) with strong GPU acceleration
(2) Deep neural networks built on a tape-based autograd system
.
You can reuse your favorite Python packages such as NumPy, SciPy and Cython
to extend PyTorch when needed.
.
This is the CPU-only version of PyTorch (Test Binaries).
Package: libtorch2.9
Description-md5: 2af9ff00ffc5dab05134d4e047aa0a15
Description-en: Tensors and Dynamic neural networks in Python (Shared Objects)
PyTorch is a Python package that provides two high-level features:
.
(1) Tensor computation (like NumPy) with strong GPU acceleration
(2) Deep neural networks built on a tape-based autograd system
.
You can reuse your favorite Python packages such as NumPy, SciPy and Cython
to extend PyTorch when needed.
.
This is the CPU-only version of PyTorch (Shared Objects).
Package: libtorrent-rasterbar-dev
Description-md5: 705ada813b82d11c67efa98c9c4ca92d
Description-en: Development files for libtorrent-rasterbar
Bittorrent library by Rasterbar Software (Arvid Norberg).
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
all the other bittorrent implementations around.
.
The main goals of libtorrent-rasterbar are:
* to be cpu efficient
* to be memory efficient
* to be very easy to use
.
This package contains header files and static version of the library.
Package: libtorrent-rasterbar-doc
Description-md5: 73e12f09fdc69aff638cb9fc1456982b
Description-en: Documentation for libtorrent-rasterbar
Bittorrent library by Rasterbar Software (Arvid Norberg).
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
all the other bittorrent implementations around.
.
The main goals of libtorrent-rasterbar are:
* to be cpu efficient
* to be memory efficient
* to be very easy to use
.
This package contains documentation and example files.
Package: libtorrent-rasterbar2.0t64
Description-md5: 2eaccb98576b5d83c868c53992a012f8
Description-en: C++ bittorrent library by Rasterbar Software
Bittorrent library by Rasterbar Software (Arvid Norberg).
libtorrent-rasterbar is a C++ library that aims to be a good alternative to
all the other bittorrent implementations around.
.
The main goals of libtorrent-rasterbar are:
* to be cpu efficient
* to be memory efficient
* to be very easy to use
.
This package contains libtorrent-rasterbar run time shared library.
Package: libtrampoline1
Description-md5: a4950779db1a74b824f048d187bb6628
Description-en: foreign function call libraries - closures in C (non-reentrant variant)
ffcall is a collection of libraries which can be used to build
foreign function call interfaces in embedded interpreters.
.
This package installs a shared library version of the trampoline library,
which implements closures as first-class C functions. This is a non-reentrant
variant of part of the 'callback' library.
Package: libuhd-dev
Description-md5: edbe3132d8c8d86055aefaf2c1ec7b35
Description-en: universal hardware driver for Ettus Research products - headers
Host library for the Universal Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
.
This package contains the header files for developing with libuhd.
Doxygen generated documentation is in the uhd-doc package.
Package: libuhd4.9.0
Description-md5: 2d35e5079b207b2c09a1467241fa97f6
Description-en: universal hardware driver for Ettus Research products - library
Host library for the Universal Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
Package: libuhd4.9.0-dpdk
Description-md5: b57b9ecb4802199eaa5b0eff63d4e845
Description-en: universal hardware driver for Ettus Research products - DPDK
Host library for the Universal Hardware Driver for Ettus Research products.
.
The supported devices provide analog radio receiver and transmitter hardware
along with digital interfaces for getting signals to and from a software
defined radio running on the host computer.
.
This package is built with the Data Plane Development Kit and has additional
dependencies and system configuration requirements to use those features.
Package: libuhd4.9.0-dpdk-tests
Description-md5: ef78ebd91ed14ff8f4008ec895566025
Description-en: universal hardware driver for Ettus Research products - DPDK tests
Network tests for the Universal Hardware Driver for Ettus Research products.
.
This package is built with the Data Plane Development Kit and has additional
dependencies and system configuration requirements to use those features.
Package: libuim-custom2
Description-md5: 95ecf48b184888c048deac99b4aeb3e8
Description-en: Universal Input Method - uim-custom API library
Uim is an input method module library which supports various scripts and can
act as a front end for a range of input methods, including Anthy, Canna,
or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and
M17n (for many other languages). Most of its functions are implemented in
Scheme, so it's very simple and flexible.
.
This package contains the shared library for uim-custom API.
Package: libuim-dev
Description-md5: c93b7ee9698316e85277bf4058c29558
Description-en: Universal Input Method - development files
Uim is an input method module library which supports various scripts and can
act as a front end for a range of input methods, including Anthy, Canna,
or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and
M17n (for many other languages). Most of its functions are implemented in
Scheme, so it's very simple and flexible.
.
This package contains header files and static libraries for uim development.
Package: libuim-scm0
Description-md5: 3b232a735696f1e6e82c20b0998e8f53
Description-en: Universal Input Method - uim-scm API library
Uim is an input method module library which supports various scripts and can
act as a front end for a range of input methods, including Anthy, Canna,
or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and
M17n (for many other languages). Most of its functions are implemented in
Scheme, so it's very simple and flexible.
.
This package contains the shared library for uim-scm API.
Package: libuim8
Description-md5: be939239d1627c4303df37c61d2d92f9
Description-en: Universal Input Method - uim library
Uim is an input method module library which supports various scripts and can
act as a front end for a range of input methods, including Anthy, Canna,
or SKK (for Japanese), Pinyin (for Chinese), Byeoru (for Korean), and
M17n (for many other languages). Most of its functions are implemented in
Scheme, so it's very simple and flexible.
.
This package contains the shared libraries for uim.
Package: libukui-menu-dev
Description-md5: 86370f44f2ee3e87a04214a9532b7d0d
Description-en: implementation of the freedesktop menu specification for UKUI (dev)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
.
http://www.freedesktop.org/Standards/menu-spec
.
This package contains the development files.
Package: libukui-menu2
Description-md5: a1b11fc5b82aafc4693a52dfbb7a7b7e
Description-en: implementation of the freedesktop menu specification for UKUI (library)
The package contains an implementation of the draft
"Desktop Menu Specification" from freedesktop.org:
.
http://www.freedesktop.org/Standards/menu-spec
.
This package contains the actual library files.
Package: libukwm-1-0t64
Description-md5: b08ac63f05af36b7b78c630c30807235
Description-en: window manager library from the Ukwm window manager
Ukwm is a small window manager, using GTK+ and Clutter to do
everything.
.
Ukwm is the clutter-based evolution of Metacity, which, as the
author says, is a "Boring window manager for the adult in you. Many
window managers are like Marshmallow Froot Loops; Metacity is like
Cheerios."
.
This package contains the window manager shared library, used by ukwm
itself, and gnome-shell.
Package: libukwm-1-dev
Description-md5: 317c675071c45ac284af1ad06bcc4eca
Description-en: Development files for the Ukwm window manager
Ukwm is a small window manager, using GTK+ and Clutter to do
everything.
.
Ukwm is the clutter-based evolution of Metacity, which, as the
author says, is a "Boring window manager for the adult in you. Many
window managers are like Marshmallow Froot Loops; Metacity is like
Cheerios."
.
This package contains the development files.
Package: libunix-errno-ocaml
Description-md5: 2b328779347920320b55e5a54847333c
Description-en: errno variant that includes a variety of constructors
An errno variant similar to Unix.error but including POSIX
2008, Linux, OS X, and FreeBSD constructors. A macro
definition type is also provided in order to transport a
specific errno-integer map as is the case with FUSE or
9p2000.u. The types and their functions reside in Errno and
are independent of any Unix bindings. This makes the
library's types usable from MirageOS on top of Xen.
.
Runtime files are used when running applications using this
package.
Package: libunix-errno-ocaml-dev
Description-md5: 2ec3b31d30e29197dc7aa63b73c98ab1
Description-en: errno variant that includes a variety of constructors -- development files
An errno variant similar to Unix.error but including POSIX
2008, Linux, OS X, and FreeBSD constructors. A macro
definition type is also provided in order to transport a
specific errno-integer map as is the case with FUSE or
9p2000.u. The types and their functions reside in Errno and
are independent of any Unix bindings. This makes the
library's types usable from MirageOS on top of Xen.
.
The development files are required for development of OCaml
modules using this package.
Package: libunoil-java
Description-md5: 9e017c19c2cbf8cab7b83a1ee17e6890
Description-en: transitional package for LibreOffice UNO runtime environment
LibreOffice is a full-featured office productivity suite that provides
a near drop-in replacement for Microsoft(R) Office.
.
This has now been merged into liblibreoffice-java and this package thus
can be safely removed once installed.
Package: libunwind-17-dev
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
libunwind is a production-quality unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI.
.
The low level libunwind API was designed to work either in-process (aka local)
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-17t64
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
libunwind is a production-quality unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI.
.
The low level libunwind API was designed to work either in-process (aka local)
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-18
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
libunwind is a production-quality unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI.
.
The low level libunwind API was designed to work either in-process (aka local)
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-18-dev
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
libunwind is a production-quality unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI.
.
The low level libunwind API was designed to work either in-process (aka local)
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-19-dev
Description-md5: e0f421c84efc3ef19fcbc9e27be10510
Description-en: LLVM unwinder, not compatible with glibc
llvm-libunwind is the LLVM unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI. Using it for packaging work inside
Debian is not recommended, incompatible with glibc.
.
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: e0f421c84efc3ef19fcbc9e27be10510
Description-en: LLVM unwinder, not compatible with glibc
llvm-libunwind is the LLVM unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI. Using it for packaging work inside
Debian is not recommended, incompatible with glibc.
.
The low level libunwind API was designed to work either in-process (aka local)
or to operate on another process (aka remote), but only the local path has
been implemented. Remote unwinding remains as future work.
Package: libunwind-21-dev
Description-md5: e0f421c84efc3ef19fcbc9e27be10510
Description-en: LLVM unwinder, not compatible with glibc
llvm-libunwind is the LLVM unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI. Using it for packaging work inside
Debian is not recommended, incompatible with glibc.
.
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-22-dev
Description-md5: eb120532210ba0a1aa18eb3464ed08dc
Description-en: LLVM unwinder, not compatible with glibc
llvm-libunwind is the LLVM unwinder, with platform support for DWARF
unwind info, SjLj, and ARM EHABI. Using it for packaging work inside
Debian is not recommended, incompatible with glibc.
.
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: liburdfdom-headers-dev
Description-md5: 88481daff51934700cfcda4b666e0911
Description-en: URDFDOM - header files
The URDF (U-Robot Description Format) library provides core data
structures and a simple XML parsers for populating the class data
structures from an URDF file.
.
This package contains the headers files.
Package: libusb-ocaml
Description-md5: 21b44918e271ba69391cf36d8bc77883
Description-en: OCaml bindings to libusb-1.0 (runtime)
OCaml-USB is a binding to libusb-1.0, a userspace USB programming
library. It uses Lwt to ease use of asynchronous IO features of
libusb-1.0.
.
This package contains the runtime libraries for OCaml-USB.
Package: libusb-ocaml-dev
Description-md5: 023b491c31d22274d979468eb2a148fc
Description-en: OCaml bindings to libusb-1.0
OCaml-USB is a binding to libusb-1.0, a userspace USB programming
library. It uses Lwt to ease use of asynchronous IO features of
libusb-1.0.
.
This package contains development files for OCaml-USB.
Package: libuser
Description-md5: 6f131ac55b2e56087bf8f36a7e8e16ab
Description-en: user and group account administration library - utilities
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
Sample applications modeled after those included with the shadow password
suite are included: lchsh, lchfn, lid, lnewusers, lgroupadd, luseradd,
lgroupdel, luserdel, lusermod, lgroupmod, lchage and lpasswd.
Package: libuser1
Description-md5: d113d9e8ec5fd9669c971f54184757ab
Description-en: user and group account administration library - shared libraries
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
This package contains the shared library itself.
Package: libuser1-dev
Description-md5: 5961270f0edb19099f7c4bf39e70d0f5
Description-en: user and group account administration library - development files
The libuser library implements a standardized interface for manipulating
and administering user and group accounts. The library uses pluggable
back-ends to interface to its data sources.
.
This package contains the development headers and data.
Package: libutop-ocaml
Description-md5: b506409314f69ba92475bf2b23f62c2f
Description-en: improved OCaml toplevel (runtime library)
utop is an improved toplevel for OCaml. It can run in a terminal or
in Emacs. It supports line edition, history, real-time and context
sensitive completion, colors, and more.
.
This package contains the runtime libraries for programs using
the utop library.
Package: libutop-ocaml-dev
Description-md5: 3500b0a4aa59aab2a18e0c4fc25f6838
Description-en: improved OCaml toplevel (development tools)
utop is an improved toplevel for OCaml. It can run in a terminal or
in Emacs. It supports line edition, history, real-time and context
sensitive completion, colors, and more.
.
This package contains the development stuff needed to use the
utop library in your programs.
Package: libuuid1-dbgsym
Description-md5: 7218cdc079d4873f9b9c0bfff987e3f9
Description-en: debug symbols for libuuid1
Package: libvamp-hostsdk3t64
Description-md5: cdbb041cc6aadf62611f8f7b2f46c490
Description-en: helper library for Vamp hosts written in C++
Vamp is an audio processing plugin system for plugins that extract
descriptive information from audio data - typically referred to as
audio analysis plugins or audio feature extraction plugins.
.
This library contains handy classes for using Vamp plugins from
hosts written in C++.
Package: libvamp-sdk2t64
Description-md5: 7579eaf17e8434ae640d1f93501ae31f
Description-en: helper library for Vamp plugins written in C++
Vamp is an audio processing plugin system for plugins that extract
descriptive information from audio data - typically referred to as
audio analysis plugins or audio feature extraction plugins.
.
If you want to develop Vamp plugins in C++, you should use this
library to expose the official C API to hosts.
Package: libvarnishapi-dev
Description-md5: 9c15761c354c732b35ffb9837d7b1ea0
Description-en: development files for Varnish
Development files for the Varnish HTTP accelerator.
Package: libvarnishapi3
Description-md5: b62e58460782f2fccf788b20917cd377
Description-en: shared libraries for Varnish
Shared libraries for the Varnish HTTP accelerator.
Package: libvcdinfo-dev
Description-md5: e14de61878ad73f78c32ae508ca795f7
Description-en: library to extract information from VideoCD (development files)
This package contains development files (headers and static library)
for the libvcdino library.
.
This library can be used to extract information stored on a
VideoCD. One use is in media players, such as xine and vlc (where in
fact it is currently used). Here libvcdinfo assists in VideoCD
navigation, playback control and showing what is contained on a
VideoCD. Some standalone programs for this library are vcd-info and
vcdxrip (part of the VCDImager distribution).
Package: libvcdinfo0
Description-md5: 6206462f2934783ec56d60c88b8c8a27
Description-en: library to extract information from VideoCD
This library can be used to extract information stored on a
VideoCD. One use is in media players, such as xine and vlc (where in
fact it is currently used). Here libvcdinfo assists in VideoCD
navigation, playback control and showing what is contained on a
VideoCD. Some standalone programs for this library are vcd-info and
vcdxrip (part of the VCDImager distribution).
Package: libvhdi-dev
Description-md5: f66e6c0f010ebb393bd9a3af43bc0ea1
Description-en: Virtual Hard Disk image format access library -- development files
libvhdi is a library to access the Virtual Hard Disk (VHD) image format.
.
This package includes the development support files.
Package: libvhdi-utils
Description-md5: 850157a44782c028fc4ec5e1a3dce77a
Description-en: Virtual Hard Disk image format access library -- Utilities
libvhdi is a library to access the Virtual Hard Disk (VHD) image format.
.
This package contains tools to access data stored in VHD files:
vhdiinfo, vhdimount.
Package: libvhdi1
Description-md5: bf23cbdc8c2736a515e0c3d7fffbd54a
Description-en: Virtual Hard Disk image format access library
libvhdi is a library to access the Virtual Hard Disk (VHD) image format.
.
This package contains the shared library.
Package: libvirt-clients-qemu
Description-md5: d79e49830cf742392368297f08d036ea
Description-en: virtualization library - clients (QEMU specific)
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains a number of clients that are specifically for use with
the QEMU connection driver, e.g. a proxy for the QMP protocol.
Package: libvirt-daemon-driver-lxc
Description-md5: ca2e42014970d5eaf7e708d06d6e1491
Description-en: virtualization daemon - LXC connection driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the LXC connection driver.
Package: libvirt-daemon-driver-storage-gluster
Description-md5: 831227ba22b9f406fcc3cbaacc04d783
Description-en: virtualization daemon - GlusterFS storage driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the storage driver for GlusterFS.
Package: libvirt-daemon-driver-storage-iscsi-direct
Description-md5: 350b7fb146846229fad16f440c36c84a
Description-en: virtualization daemon - iSCSI (libiscsi) storage driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the storage driver for iSCSI volumes, implemented
using libiscsi.
Package: libvirt-daemon-driver-storage-rbd
Description-md5: 9824e3e02521a6e0c03d94b6fd75e3f0
Description-en: virtualization daemon - RBD/RADOS/Ceph storage driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the storage driver for RBD/RADOS/Ceph.
Package: libvirt-daemon-driver-storage-zfs
Description-md5: f1b67fd0d6ee2b797f3f2cc162c99eaa
Description-en: virtualization daemon - ZFS storage driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the storage driver for ZFS.
Package: libvirt-daemon-driver-vbox
Description-md5: 6cac742650055375a02afb889b5f3acc
Description-en: virtualization daemon - VirtualBox connection driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the VirtualBox connection driver.
Package: libvirt-daemon-driver-xen
Description-md5: e9a0dc3639475356c140a07820252356
Description-en: virtualization daemon - Xen connection driver
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the Xen connection driver.
Package: libvirt-daemon-plugin-sanlock
Description-md5: f627862f19b542c7c85ec382f95e254c
Description-en: virtualization daemon - locking plugin (sanlock)
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the plugin that implements disk locking using sanlock.
Package: libvirt-daemon-system-systemd
Description-md5: c7d1a0b80f4325b34d72942a87dea1cd
Description-en: transitional dummy package
This is a transitional dummy package and can be safely removed.
Package: libvirt-daemon-system-sysv
Description-md5: c7d1a0b80f4325b34d72942a87dea1cd
Description-en: transitional dummy package
This is a transitional dummy package and can be safely removed.
Package: libvirt-dev
Description-md5: 5480a0e0c0772ebb4cb4b40e4a16ea6b
Description-en: virtualization library - development files
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the header files and other supporting files that are
needed when developing applications that use libvirt.
Package: libvirt-login-shell
Description-md5: bbcadac8e7091588a5aa9bd02c3bea4b
Description-en: isolate user sessions using LXC containers
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the virt-login-shell tool, which can be set as a user's
login shell to isolate their sessions using LXC containers.
Package: libvirt-sanlock
Description-md5: c7d1a0b80f4325b34d72942a87dea1cd
Description-en: transitional dummy package
This is a transitional dummy package and can be safely removed.
Package: libvirt-ssh-proxy
Description-md5: fa86a12fad044173f36151b437fa21f9
Description-en: virtualization library - SSH proxy
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
When this package is installed, ssh will be able to connect to locally
running libvirt domains via VSOCK.
Package: libvirt-wireshark
Description-md5: fad70ce533be6046e9bd327ca164215d
Description-en: virtualization library - Wireshark dissector
libvirt exposes a long-term stable API that can be used to interact with
various hypervisors. Its architecture is highly modular, with most features
implemented as optional drivers. It can be used from C as well as several
other programming languages, and it forms the basis of virtualization
solutions tailored for a range of use cases.
.
This package contains the Wireshark dissector.
Package: libvisp-ar-dev
Description-md5: 92e0d151b93b51b3dfa0a45005d337e8
Description-en: development files for libvisp-ar
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) augmented reality
(ar) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-ar3.7t64
Description-md5: ffe0effbe1ec96b1c4a9375e0fbb7e5d
Description-en: visual servoing platform ar library
This package contains the ViSP (Visual Servoing Platform) augmented reality
(ar) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-blob-dev
Description-md5: 3521cf436f7a60f4cba65d98343730d4
Description-en: development files for libvisp-blob
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) blob tracking
library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-blob3.7t64
Description-md5: 9e5b1b23fb384fa5f7858446226412ce
Description-en: visual servoing platform blob tracking library
This package contains the ViSP (Visual Servoing Platform) blob tracking
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-core-dev
Description-md5: f776ccf3aeacd3635fa5ff68ab2f7ea4
Description-en: development files for libvisp-core
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) core.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-core3.7t64
Description-md5: b4bcf774894ea47dfda794aaed56a45c
Description-en: visual servoing platform core library
This package contains the ViSP (Visual Servoing Platform) core runtime
libraries.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-detection-dev
Description-md5: dcde60cda718dd4ea405cfd07b1383a3
Description-en: development files for libvisp-detection
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) detection
library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-detection3.7t64
Description-md5: 2aff7e3285416a4541d83d0c1e7e68e0
Description-en: visual servoing platform detection library
This package contains the ViSP (Visual Servoing Platform) detection
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-dev
Description-md5: deb562b59967860f26ddcc22e71aadf9
Description-en: development files for ViSP
ViSP (Visual Servoing Platform) is a library for visual tracking
and visual servoing.
.
This package contains the header files and static libraries needed
to compile applications that use ViSP.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-dnn-tracker-dev
Description-md5: 70efda3836e2f4a5e2e288cedf235f66
Description-en: development files for libvisp-dnn-tracker
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) deep
neural network tracker (dnn-tracker) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-dnn-tracker3.7t64
Description-md5: ee85b777cc4fd979ce65f4a3a5c32dac
Description-en: visual servoing platform dnn-tracker library
This package contains the ViSP (Visual Servoing Platform) deep
neural network tracker (dnn-tracker) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-doc
Description-md5: 24213f635c328a958fb34e3396290128
Description-en: visual servoing library - documentation
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
.
This package contains the Doxygen generated documentation
Package: libvisp-gui-dev
Description-md5: 628544104b66f9198b0f71f699875c70
Description-en: development files for libvisp-gui
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) graphical user
interface (GUI) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-gui3.7t64
Description-md5: 7b6c75817523f21064cec00e9a509138
Description-en: visual servoing platform gui library
This package contains the ViSP (Visual Servoing Platform) graphical user
interface (GUI) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-imgproc-dev
Description-md5: 46789fa22909936cc013362f27eec973
Description-en: development files for libvisp-imgproc
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) image processing
library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-imgproc3.7t64
Description-md5: 51f30e2f41e60ea6824979dea399d1ab
Description-en: visual servoing platform imgproc library
This package contains the ViSP (Visual Servoing Platform) image processing
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-io-dev
Description-md5: 549f065da590ac8e39b4fad4e796b209
Description-en: development files for libvisp-io
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) input/output
(io) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-io3.7t64
Description-md5: fb86d3598f758a4c68fa6522456e4ccd
Description-en: visual servoing platform io library
This package contains the ViSP (Visual Servoing Platform) input/output
(io) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-klt-dev
Description-md5: 127934e7b5797ad664708662643d9dbb
Description-en: development files for libvisp-klt
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) Lucas-Kanade-Tomasi
(klt) tracking library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-klt3.7t64
Description-md5: 1a61d3b7341bd66aed9fc46f665a54c9
Description-en: visual servoing platform klt tracking library
This package contains the ViSP (Visual Servoing Platform)
Lucas-Kanade-Tomasi (klt) tracking library runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-mbt-dev
Description-md5: b60a6bd149f2d386308b6fb545f1dad8
Description-en: development files for libvisp-mbt
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) markerless
3D model-based tracker (mbt) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-mbt3.7t64
Description-md5: e94f8efbb3ad7ac011f27c26a11f64b4
Description-en: visual servoing platform mbt library
This package contains the ViSP (Visual Servoing Platform) markerless
3D model-based tracker (mbt) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-me-dev
Description-md5: acade529dfabafdd39302b4974f8f8a9
Description-en: development files for libvisp-me
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) moving edges tracking
(me) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-me3.7t64
Description-md5: 67d3a09c7427662230a29bacf4be7393
Description-en: visual servoing platform me tracking library
This package contains the ViSP (Visual Servoing Platform) moving edges
(me) tracking runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-robot-dev
Description-md5: 75780f1693696fe9a383b6860fa8af08
Description-en: development files for libvisp-robot
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) robot library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-robot3.7t64
Description-md5: 290f30961676e1fcef0c7bb8f9e4cb71
Description-en: visual servoing platform robot library
This package contains the ViSP (Visual Servoing Platform) robot
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-sensor-dev
Description-md5: e81856ab69a61d73a2c44c93aebbf723
Description-en: development files for libvisp-sensor
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) sensor library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-sensor3.7t64
Description-md5: 1cd0ae65e453b060c4c9b3fe9cb42fa4
Description-en: visual servoing platform sensor library
This package contains the ViSP (Visual Servoing Platform) sensor
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-tt-dev
Description-md5: 9f47d8cdd8266e1f2adb689f489a6209
Description-en: development files for libvisp-tt
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) template tracker
(tt) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-tt-mi-dev
Description-md5: f359cee4a28492cb5879e6ddcd70c2a6
Description-en: development files for libvisp-tt-mi
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) template tracker
based on mutual information (tt-mi) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-tt-mi3.7t64
Description-md5: 0610812de20bb9bd0c4170ecdec76ed6
Description-en: visual servoing platform tt-mi library
This package contains the ViSP (Visual Servoing Platform) template tracker
based on mutual information (tt) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-tt3.7t64
Description-md5: db3b23bb80bbfbc92990608c34240e99
Description-en: visual servoing platform tt library
This package contains the ViSP (Visual Servoing Platform) template tracker
(tt) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-vision-dev
Description-md5: 553625de39cb0bf8cf08034a1d00b46a
Description-en: development files for libvisp-vision
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) computer vision
library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-vision3.7t64
Description-md5: bcf037a2c623bb938db82160be44bc5d
Description-en: visual servoing platform vision library
This package contains the ViSP (Visual Servoing Platform) computer vision
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-visual-features-dev
Description-md5: 21e75307561d6039e8980a8c18803881
Description-en: development files for libvisp-visual-features
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) visual features
library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-visual-features3.7t64
Description-md5: 07a0afb286d30162585053446524d5eb
Description-en: visual servoing platform visual-features library
This package contains the ViSP (Visual Servoing Platform) visual features
runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-vs-dev
Description-md5: 7bc8fee44118e12b6165e032b060b74e
Description-en: development files for libvisp-vs
This package contains the header files and static library needed to compile
applications that use ViSP (Visual Servoing Platform) visual serving
(vs) library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvisp-vs3.7t64
Description-md5: 576f684db964a7d91a0320f189963891
Description-en: visual servoing platform vs library
This package contains the ViSP (Visual Servoing Platform) visual serving
(vs) runtime library.
.
ViSP standing for Visual Servoing Platform is a modular cross
platform library that allows prototyping and developing applications
using visual tracking and visual servoing technics at the heart of the
researches done by Inria. ViSP is able to compute control
laws that can be applied to robotic systems. It provides a set of visual
features that can be tracked using real time image processing or computer
vision algorithms. ViSP provides also simulation capabilities.
.
ViSP can be useful in robotics, computer vision, augmented reality and
computer animation.
Package: libvmdk-dev
Description-md5: e4299caeab198dde8473a10aa1972b20
Description-en: VMWare Virtual Disk format access library -- development files
libvmdk is a library to access the VMware Virtual Disk (VMDK) format.
.
This package includes the development support files.
Package: libvmdk-utils
Description-md5: 24361189efc5082ad89832a3d10f4727
Description-en: VMWare Virtual Disk format access library -- Utilities
libvmdk is a library to access the VMware Virtual Disk (VMDK) format.
.
This package contains tools to access data stored in VMDK files:
vmdkinfo, vmdkmount.
Package: libvmdk1
Description-md5: 9515a1d6230845100408642fb273944d
Description-en: VMWare Virtual Disk format access library
libvmdk is a library to access the VMware Virtual Disk (VMDK) format.
.
This package contains the shared library.
Package: libvolpack1
Description-md5: fe92f6fd8ced6c6348c5db94930a06a0
Description-en: fast volume rendering library
VolPack is a software library for fast, high-quality volume rendering with
this features:
* Renders data sampled on a regular, three-dimensional grid.
* Supports user-specified transfer functions for both opacity and color.
* Provides a shading model with directional light sources, multiple material
types with different reflective properties, depth cueing, and shadows.
* Produces color (24 bits/pixel) or grayscale (8 bits/pixel) renderings,
with or without an alpha channel.
* Supports arbitrary affine view transformations.
* Supports a flexible data format that allows an arbitrary C structure to be
associated with each voxel.
Package: libvolpack1-dev
Description-md5: 83dadf1197da620bc3f04a05dfe55f8b
Description-en: fast volume rendering library (development package)
VolPack is a software library for fast, high-quality volume rendering with
this features:
* Renders data sampled on a regular, three-dimensional grid.
* Supports user-specified transfer functions for both opacity and color.
* Provides a shading model with directional light sources, multiple material
types with different reflective properties, depth cueing, and shadows.
* Produces color (24 bits/pixel) or grayscale (8 bits/pixel) renderings,
with or without an alpha channel.
* Supports arbitrary affine view transformations.
* Supports a flexible data format that allows an arbitrary C structure to be
associated with each voxel.
.
This is the development package.
Package: libvsapm-dev
Description-md5: 22e28dbe03f0a1a0d98e1569e267a709
Description-en: Apple Partition Map (APM) volume system format access library -- development files
libvsapm is a library to access the Apple Partition Map (APM) volume system format.
.
This package includes the development support files.
Package: libvsapm-utils
Description-md5: b65b34fdc777ec9d1bdaa752c3cb916b
Description-en: Apple Partition Map (APM) volume system format access library -- Utilities
libvsapm is a library to access the Apple Partition Map (APM) volume system format.
.
This package contains vsapminfo, a utility to determine information
about an Apple partition.
Package: libvsapm1
Description-md5: 73e6dec1204c282b172c5daeb2d59ade
Description-en: Apple Partition Map (APM) volume system format access library
libvsapm is a library to access the Apple Partition Map (APM) volume system format.
.
This package contains the shared library.
Package: libvsgpt-dev
Description-md5: c24c96215b48b98b7d012612fca25406
Description-en: GUID Partition Table (GPT) volume system access library -- development files
libvsgpt is a library to access the GUID Partition Table (GPT) volume system.
.
This package includes the development support files.
Package: libvsgpt-utils
Description-md5: 8d320a49df336de28cabbf4004c93fa1
Description-en: GUID Partition Table (GPT) volume system access library -- Utilities
libvsgpt is a library to access the GUID Partition Table (GPT) volume system.
.
This package contains vsgptinfo, a utility to determine information
about a GUID Partition Table (GPT) volume system.
Package: libvsgpt1
Description-md5: 4c68f5d2851b6e32c4afb171064ef23a
Description-en: GUID Partition Table (GPT) volume system access library
libvsgpt is a library to access the GUID Partition Table (GPT) volume system.
.
This package contains the shared library.
Package: libvshadow-dev
Description-md5: 0e08f2f1d13939f048f8d2b0a5cf94f1
Description-en: Volume Shadow Snapshot format access library -- development files
libvshadow is a library to access the Volume Shadow Snapshot (VSS)
format. The VSS format is used by Windows, as of Vista, to maintain
copies of data on a storage media volume.
.
This package includes the development support files.
Package: libvshadow-utils
Description-md5: 4332e69fd9199fa1dcac2be44fa38426
Description-en: Volume Shadow Snapshot format access library -- Utilities
libvshadow is a library to access the Volume Shadow Snapshot (VSS)
format. The VSS format is used by Windows, as of Vista, to maintain
copies of data on a storage media volume.
.
This package contains tools to access data stored in a Volume Shadow
Snapshot: vshadowinfo, vshadowmount.
Package: libvshadow1t64
Description-md5: 892d66090c89bbe8dc811491c33751b3
Description-en: Volume Shadow Snapshot format access library
libvshadow is a library to access the Volume Shadow Snapshot (VSS)
format. The VSS format is used by Windows, as of Vista, to maintain
copies of data on a storage media volume.
.
This package contains the shared library.
Package: libvslvm-dev
Description-md5: 9239b7d592176083efcd95265475a470
Description-en: Linux LVM volume system format access library -- development files
libvslvm is a library to access the Linux Logical Volume Manager
(LVM) volume system format.
.
This package includes the development support files.
Package: libvslvm-utils
Description-md5: 7b4f9361be594c14ae6d859544e5ac2b
Description-en: Linux LVM volume system format access library -- Utilities
libvslvm is a library to access the Linux Logical Volume Manager
(LVM) volume system format.
.
This package contains tools to access data ...
Package: libvslvm1t64
Description-md5: 723321fdaa621e28305116eaff443fc5
Description-en: Linux LVM volume system format access library
libvslvm is a library to access the Linux Logical Volume Manager
(LVM) volume system format.
.
This package contains the shared library.
Package: libvted-3-0
Description-md5: 29a2e74e9f4b89ac82813be6bca0a6f8
Description-en: Terminal emulator widget for GTK+ - D bindings
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit.
It also provides the VtePTY object containing functions for starting a
new process on a new pseudo-terminal and for manipulating pseudo-terminals.
.
This package contains the D language bindings for VTE.
Package: libvted-3-dev
Description-md5: 590b0a38475269ac36e9be17c7ea6e3b
Description-en: Terminal emulator widget for GTK+ - development files for D
The VTE library provides a terminal emulator widget VteTerminal for
applications using the GTK+ toolkit.
.
This package contains development files needed to write applications in
the D programming language that use VTE.
Package: libvtk-dicom-dev
Description-md5: 1e65cf009fa665d643cd7eb9e8f3a816
Description-en: DICOM for VTK - dev
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
for interrogating and converting DICOM files.
.
Development headers
Package: libvtk9-dev
Description-md5: 7e2bbc8c66e40961c2bc067211a7a6c1
Description-en: VTK header files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation.
Package: libvtk9-java
Description-md5: 932b2399f9a60f20870f5d82b0543577
Description-en: VTK - Java language support
The Visualization Toolkit (VTK) is an object oriented, high level
library that allows one to easily write C++ programs, Python and
Java scripts that do 3D visualization.
.
This package provides the VTK Java language support.
Package: libvtk9-qt-dev
Description-md5: f328fd3b8b64a22139aa0d00e2d89f5a
Description-en: VTK header files, containing Qt files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation. Qt files
Package: libvtk9.5
Description-md5: 144756a6093ffa63465fde3c11e8a81a
Description-en: VTK libraries
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the shared libraries needed to run C++ programs
that use VTK.
Package: libvtk9.5-qt
Description-md5: 372a6934e0333f048f30bec2359bcec5
Description-en: VTK libraries, Qt files
The Visualization Toolkit (VTK) is an open-source software system
for 3D computer graphics, image processing, and visualization.
.
This package provides the shared libraries needed to run C++ programs
that use VTK. Qt files
Package: libvtkdicom0.8t64
Description-md5: 86dc91825799283320e0e23d1ce81fa4
Description-en: DICOM for VTK - lib
This package contains a set of classes for managing DICOM
files and metadata from within VTK, and some utility programs
for interrogating and converting DICOM files.
.
Libraries for runtime applications
Package: libvtkgdcm-9.1t64
Description-md5: cab5f57666c7427ad71ef8912a148fb2
Description-en: Grassroots DICOM VTK runtime libraries
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Libvtkgdcm is a library that quickly allow programmer to use GDCM
from a VTK environment.
Package: libvtkgdcm-dev
Description-md5: c2acb59fd33273d44d4e253f024260bf
Description-en: Grassroots DICOM VTK development libraries and headers
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Headers and static libraries for libvtkgdcm. These are not needed to
use GDCM, but are needed to build plugins or programs that link
against libvtkgdcm.
Package: libvtkgdcm-tools
Description-md5: 666824291f0fae87cea7f91fa496e83a
Description-en: Grassroots DICOM VTK tools and utilities
Grassroots DiCoM is a C++ library for DICOM medical files. It is
automatically wrapped to python/C#/Java (using swig). It supports
RAW,JPEG (lossy/lossless),J2K,JPEG-LS, RLE and deflated.
.
Libvtkgdcm-tools provides a number of command line debugging and utility
tool. Install this package for the gdcmviewer, gdcm2pnm and gdcm2vtk
programs.
Package: libweather-ion-dev
Description-md5: bc22e178cacff962335cc85dfd1894f7
Description-en: weather data from multiple sources - development files
Library to get online weather data from multiple sources.
.
This package contains the development files for the shared library.
Package: libweather-ion7
Description-md5: 9edc9202f2c29e03a2c570a67be5779c
Description-en: weather data from multiple sources
Library to get online weather data from multiple sources.
.
This package contains the shared library.
Package: libwebsocket-lwt-unix-ocaml
Description-md5: 8fa762c51cc07b18c8e8346b82f24564
Description-en: WebSocket library (Lwt support) (runtime)
The WebSocket Protocol enables two-way communication between a client
running untrusted code in a controlled environment to a remote host
that has opted-in to communications from that code.
.
The security model used for this is the origin-based security model
commonly used by web browsers. The protocol consists of an opening
handshake followed by basic message framing, layered over TCP.
.
The goal of this technology is to provide a mechanism for
browser-based applications that need two-way communication with
servers that does not rely on opening multiple HTTP connections
(e.g., using XMLHttpRequest or