hone using Prowl Public API
 Prowl is a service and an App for iPhone's Push Notification service.(APNs)
 see http://prowl.weks.net/ for more about Prowl.
 .
 IMAProwl is an utility script to notify new mail of IMAP server with Prowl
 service.
 It's very useful to push notification of GMail or any other IMAP mail service
 to your iPhone.
 .
 This program uses IMAP/IDLE(RFC2177) or IMAP/NOOP to check the new mail on
 IMAP server and uses Prowl Public API via HTTPS.

Package: imaptool
Description-md5: a3b896ec11efa63f91e48a8661c2d698
Description-en: tool for creating client-side image maps
 A simple (yet useful and free) tool for creating client-side image maps,
 supporting GIF and JPEG images.

Package: libimath-3-1-29
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: python3-imath
Description-md5: 60d51030b7c1bb38960a6f8cfcac040d
Description-en: Utility libraries from ASF used by OpenEXR - Python bindings
 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 Python bindings to the Imath library.

Package: python3-imblearn
Description-md5: e71e2db5b4399cc215fbd48de0935937
Description-en: library providing resampling techniques
 imbalanced-learn is a Python package offering a number of re-sampling
 techniques commonly used in datasets showing strong between-class imbalance.
 .
 It is compatible with scikit-learn and is part of scikit-learn-contrib
 projects.

Package: imediff
Description-md5: cec81236da1d43ab0dcab0eae5cad6eb
Description-en: interactive full screen 2/3-way merge tool
 The imediff command helps you to merge 2 slightly different files with
 an optional base file interactively using the in-place alternating
 display of the changed content on a single-pane full screen terminal
 user interface.
 .
 The source of line is clearly identified by the color of the line or the
 identifier character at the first column.
 .
 The advantage of this user interface is the minimal movement of the line
 of sight for the user.
 .
 The line matching logic of imediff has been improved to ignore whitespaces
 and use partial line matches to provide the best presentation with small
 chunk of lines.
 .
 The automatic 3 way merge logic of the imediff command operates not only on
 the difference by line but on the difference by character.  This is another
 great feature of the imediff command. So for the non-overlapping changes,
 it always yields the clean merge.
 .
 The "git ime" command helps you to unsquash 2 consecutive commits (`HEAD^`,
 `HEAD`) of a git repository.  The "git rebase -i <treeish>" and "gitk" can
 be used to organize unsquashed changes.
 .
 If any staged changes or local uncommitted changes are found in the git
 repository, "git ime" immediately exits without changes to be on the
 safe side.
 .
 If the latest commit involves multiple files, "git ime" splits this big
 commit by the file into multiple smaller commits involving a single file
 for each commit.
 .
 If the latest commit involves only a single file, the commit is split
 into multiple smaller commits involving a set of minimal partial
 changes by imediff to be managed interactively later.
 .
 This "git ime" is not only useful at the checked out branch head but
 also at "edit" prompt during the interactive execution of "git rebase -i
 <treeish>".  Execute "git ime" after committing the pending commit.

Package: elpa-imenu-list
Description-md5: 450e5f7593de5a0ad9857e92842cd3d2
Description-en: show the current Emacs buffer's imenu entries in a separate window
 This Emacs minor-mode creates an automatically updated buffer called
 `*Ilist*` that is populated with the current buffer's imenu entries.
 Imenu-list is usually configured so that the imenu structure is displayed
 in an automatically resized vertical Emacs window (a sidebar).
 .
 An imenu tree can be used as a table of contents for text and markdown
 documents, or for adding modern IDE features to Emacs--features like an
 overview of function and variable definitions.  Speedbar also provides this
 functionality; however, imenu-list doesn't require X11.  Unlike speedbar,
 imenu-list shares the existing Emacs frame.  X11 windows are called frames
 in Emacs, so another way of saying this is imenu-list doesn't require a
 second X11 window with its own window decorations.

Package: python-imexam-doc
Description-md5: bac506c86741da2285a0f3c45ec1c5d8
Description-en: Simple interactive astronomical image examination and plotting (Doc)
 Imexam is an affiliated package of AstroPy. It was designed to be a
 lightweight library which enables users to explore data using common
 methods which are consistent across viewers. It can be used from a
 command line interface, through a Jupyter notebook or through a
 Jupyter console. It can be used with multiple viewers, such as DS9 or
 Ginga, or without a viewer as a simple library to make plots and grab
 quick photometry information.
 .
 This package contains the API documentation.

Package: python3-imexam
Description-md5: 7619e1bc218729b9f09915122df4aefb
Description-en: Simple interactive astronomical image examination and plotting
 Imexam is an affiliated package of AstroPy. It was designed to be a
 lightweight library which enables users to explore data using common
 methods which are consistent across viewers. It can be used from a
 command line interface, through a Jupyter notebook or through a
 Jupyter console. It can be used with multiple viewers, such as DS9 or
 Ginga, or without a viewer as a simple library to make plots and grab
 quick photometry information.

Package: img2pdf
Description-md5: 321f642507c293d3cfba614e7905f8ba
Description-en: Lossless conversion of raster images to PDF
 This program will take a list of raster images and produce a PDF file with the
 images embedded in it. JPEG and JPEG2000 images will be included without
 recompression. Raster images in other formats will be included with zip/flate
 encoding which usually leads to an increase in the resulting size because
 formats like png compress better than PDF which just zip/flate compresses the
 RGB data. As a result, this tool is able to losslessly wrap images into a PDF
 container with a quality to filesize ratio that is typically better (in case
 of JPEG and JPEG2000 images) or equal (in case of other formats) than that of
 existing tools.
 .
 This package contains the executable.

Package: python3-img2pdf
Description-md5: 547e9fe34be1a242e76cde0ea4fa2ede
Description-en: Lossless conversion of raster images to PDF (library)
 This module will take a list of raster images and produce a PDF file with the
 images embedded in it. JPEG and JPEG2000 images will be included without
 recompression. Raster images in other formats will be included with zip/flate
 encoding which usually leads to an increase in the resulting size because
 formats like png compress better than PDF which just zip/flate compresses the
 RGB data. As a result, this module is able to losslessly wrap images into a
 PDF container with a quality to filesize ratio that is typically better (in
 case of JPEG and JPEG2000 images) or equal (in case of other formats) than
 that of existing tools.
 .
 This package contains the Python library.

Package: imgp
Description-md5: e0771bbaa5ebb5195f44f9303dc10051
Description-en: Superfast batch image resizer and rotator
 Feature
 .
  - Resize by percentage or resolution
  - Rotate clockwise by specified angle
  - Adaptive resize considering orientation
  - Brute force to a resolution
  - Optimize images to save more space
  - Convert PNG to JPEG
  - Erase exif metadata
  - Force smaller to larger resize
  - Process directories recursively
  - Overwrite source image option
  - Completion scripts for bash, fish, zsh
  - Minimal dependencies

Package: imgsizer
Description-md5: feea5bdc903e9f63a01f58789f73db07
Description-en: Adds WIDTH and HEIGHT attributes to IMG tags in HTML files
 The imgsizer script automates away the tedious task of creating and
 updating the extension HEIGHT and WIDTH parameters in HTML IMG tags.
 These parameters help browsers to multi-thread image loading, instead of
 having to load images in strict sequence in order to have each one's
 dimensions available so the next can be placed.  This generally allows
 text on the remainder of the page to load much faster.
 .
 The package needs either the imagemagick package or both the file and
 libjpeg-progs packages.

Package: libimgui-dev
Description-md5: c101c300066a33d172024b336314e1a6
Description-en: Bloat-free Immediate Mode Graphical User interface for C++
 Dear ImGui is a bloat-free graphical user interface library for C++. It outputs
 optimized vertex buffers that you can render anytime in your 3D-pipeline
 enabled application. It is fast, portable, renderer agnostic and self-contained
 (no external dependencies).
 .
 This package contains the development files.

Package: imgvtopgm
Description-md5: 24d3458138a0ece6b266a01d14db752b
Description-en: PalmPilot/III Image Conversion utility
 This program can convert, compress, and decompress up to 4-bit grayscale
 images for displaying on the PalmPilot. It can take any pbm, pnm, pgm file
 generated by the netpbm package and convert it into a suitable image
 for the Pilot.
 .
 Together with netpbm many image formats, including JPEG, PNG, GIF, TIFF
 and BMP, could be converted into PDB format. This can be displayed on
 PalmPilot/III by viewers like "ImageViewer", "TinyViewer" or "Spec".

Package: python3-iminuit
Description-md5: f8e3bffee88b537151f1e388248894bb
Description-en: Robust Python minimisation library based around MINUIT2
 iminuit is a Jupyter-friendly Python frontend to the MINUIT2 C++ library.
 It can be used as a general robust function minimisation method, but is
 most commonly used for likelihood fits of models to data, and to get model
 parameter error estimates from likelihood profile analysis.

Package: libiml-dev
Description-md5: 4d519079b17d4c51e6e9ea3fa14de320
Description-en: Integer Matrix Library, development files
 IML is a library for exact, dense linear algebra over the integers.
 IML contains algorithms for nonsingular rational system solving,
 computing the right nullspace of an integer matrix, and certified
 linear system solving.
 .
 In addition, IML provides some low level routines for a variety of
 mod p matrix operations: computing the row-echelon form, determinant,
 rank profile, and inverse of a mod p matrix.  These mod p routines
 are not general purpose; they require that p satisfy some
 preconditions based on the dimension of the input matrix (usually p
 should be prime and should be no more than about 20 bits long).
 .
 This package contains development files for IML.

Package: libiml0
Description-md5: 20e75e542944f02c9bca9083b712e38c
Description-en: Integer Matrix Library, runtime files
 IML is a library for exact, dense linear algebra over the integers.
 IML contains algorithms for nonsingular rational system solving,
 computing the right nullspace of an integer matrix, and certified
 linear system solving.
 .
 In addition, IML provides some low level routines for a variety of
 mod p matrix operations: computing the row-echelon form, determinant,
 rank profile, and inverse of a mod p matrix.  These mod p routines
 are not general purpose; they require that p satisfy some
 preconditions based on the dimension of the input matrix (usually p
 should be prime and should be no more than about 20 bits long).
 .
 This package contains runtime files for IML.

Package: libimlib2
Description-md5: 01cf98f342e6a02d99a3dea6cb541439
Description-en: image loading, rendering, saving library
 Imlib2 is a library that does image file loading and saving as well as
 rendering, manipulation, arbitrary polygon support, etc.
 .
 It does ALL of these operations FAST. Imlib2 also tries to be highly
 intelligent about doing them, so writing naive programs can be done easily,
 without sacrificing speed.

Package: libimlib2-dev
Description-md5: 20057ff80cda4a58e2c0c3f9db5ec97b
Description-en: image loading, rendering, saving library (development files)
 Imlib2 is a library that does image file loading and saving as well as
 rendering, manipulation, arbitrary polygon support, etc.
 .
 It does ALL of these operations FAST. Imlib2 also tries to be highly
 intelligent about doing them, so writing naive programs can be done easily,
 without sacrificing speed.
 .
 This package provides the development files (ie. includes, static library,
 manual pages) that allow one to build software which uses imlib2.

Package: python3-impacket
Description-md5: 6b7437307c8d1ba16ac0359b9927fbdc
Description-en: Python3 module to easily build and dissect network protocols
 Impacket  is a  collection  of Python3  classes  focused on  providing
 access  to network  packets.   Impacket allows  Python3 developers  to
 craft and decode network packets in simple and consistent manner.  It
 includes support for low-level protocols  such as IP, UDP and TCP, as
 well as higher-level protocols such as NMB and SMB.
 .
 Impacket is highly  effective when used in conjunction  with a packet
 capture utility or package such as Pcapy.  Packets can be constructed
 from  scratch, as  well as  parsed from  raw data.   Furthermore, the
 object  oriented API  makes  it  simple to  work  with deep  protocol
 hierarchies.

Package: assword
Description-md5: 048526c7ae0514aa73d146b920e3558b
Description-en: Simple password manager (dummy transitional package)
 Assword has been renamed to Impass.
 .
 This is a dummy transitional package; please use "impass" instead.
 .
 It is safe to remove this package.

Package: impass
Description-md5: 5eba872bf0a9dfbfda420046fe5f2c0a
Description-en: Simple and secure password management and retrieval system
 Impass is a secure password manager that relies on your OpenPGP key
 for security and is designed to integrate in a minimal fashion into
 any X11 window manager.
 .
 Passwords and context strings are stored in a single
 OpenPGP-encrypted and signed file (meaning entry contexts are not
 exposed to the filesystem).  Along with a simple command-line
 interface, there is a streamlined GUI meant for X11 window manager
 integration.  When invoked, the GUI produces a prompt to search
 stored contexts.  New entries can also easily be created.  Passwords
 are securely retrieved without displaying on the screen.  Multiple
 retrieval methods are available, including auto-typing them directly
 into an X11 window (default), or inserting them into the X11 clipboard.

Package: python3-importlab
Description-md5: c9bc61a46a69e7e574fdf8f564f3ff7f
Description-en: Library to calculate Python dependency graphs
 Importlab is a library for Python that automatically infers dependencies
 and calculates a dependency graph. It can perform dependency ordering of
 a set of files, including cycle detection.
 .
 Importlab's main use case is to work with static analysis tools that
 process one file at a time, ensuring that a file's dependencies are
 analysed before it is.

Package: python3-importlib-resources
Description-md5: ebc2f1c0dc06549c55a10ba6c25813bf
Description-en: Read resources from Python packages
 importlib_resources is a backport of Python standard library
 importlib.resources module for older Pythons. Users of Python 3.9 and
 beyond should use the standard library module, since for these versions,
 importlib_resources just delegates to that module.
 .
 The key goal of this module is to replace parts of pkg_resources with a
 solution in Python's stdlib that relies on well-defined APIs. This makes
 reading resources included in packages easier, with more stable and
 consistent semantics.
 .
 This library provides two very simple decorators that document the
 publicness of the names in your module. They keep your module's __all__
 in sync so you don't have to.

Package: python3-importmagic
Description-md5: 94a329e9a99d0431c677c22f69fd452c
Description-en: automagically add, remove and manage Python 3 imports
 The goal of this package is to be able to automatically manage
 imports in Python. To that end it can:
   * Build an index of all known symbols in all packages.
   * Find unresolved references in source, and resolve them against the
     index, effectively automating imports.
   * Automatically arrange imports according to PEP8.
 .
 This contains the Python 3 version

Package: impose+
Description-md5: 0fb0a48fbda8fff46196505c0e2c42c7
Description-en: Postscript utilities for two-up printing, bbox, etc
 A set of utilities for manipulating DSC compliant postscript. The
 following programs are included:
 .
 impose: A preprocessor to pstops for creating 2-up printouts. It
 tries to remove white space from the printout by probing the original
 postscript for the printed area's bounding box.  This makes the
 output more esthetic than a simplistic layout of non-cropped original
 pages.
 .
 bboxx: Extracts the bounding boxes of a postscript file, with the
 option of entering the bounding box into the file. This program uses
 the ghostscript bbox device.
 .
 fixtd: Sets options in a Postscript file asking the printer to turn
 on tumbling or duplex printing.
 .
 psbl: Rearranges pages in a file to create booklets.

Package: libjs-impress
Description-md5: 3da52ed3249755916d3cb1c12a5cfb90
Description-en: JavaScript library to make animated presentations
 Impress.js is a framework written in JavaScript to create HTML
 presentations, which can be shown with a web browser. It provides
 transforms and transition effects between slides based on CSS3.

Package: impressive
Description-md5: 0ab8814fe200f24f6f078361b9c83ac1
Description-en: PDF presentation tool with eye candies
 Impressive is a program that displays presentation slides using OpenGL.
 Smooth alpha-blended slide transitions are provided for the sake of eye
 candy, but in addition to this, Impressive offers some unique tools that
 are really useful for presentations. Some of them are:
  * Overview screen
  * Highlight boxes
  * Spotlight effect
  * Presentation scripting and customization
  * Support of movies presentation
  * Active hyperlinks within PDFs

Package: impressive-display
Description-md5: 6df61eb084310b52b4b7963881728d2c
Description-en: Impressive based PDF display
 Provide an X11 session manager script that launches a minimal window
 manager and then launches the impressive PDF viewer in fullscreen mode.
 .
 In combination with the nodm display manager you can provide an
 easy-to-setup display screen based on regulary updated PDF files.
 .
 The viewed PDF file can be obtained from a given URL in regular
 intervals. Alternatively (or for testing purposes) you can also
 display a local static PDF file.

Package: imv
Description-md5: 1f9eed45d8cbd4c3abe8e73545207de7
Description-en: X11/Wayland image viewer intended for use with tiling window managers
 imv is a command line image viewer for X11 and Wayland aimed at users of
 tiling window managers. It has native Wayland and X11 support and can handle
 dozens of image formats, including: PNG, BMP, JPEG, TIFF, SVG, HEIF.
 .
 The package provides the imv-x11 and x11-wayland binaries. The `imv` wrapper
 script is installed in /usr/libexec/imv/ due to a file name clash.

Package: imview
Description-md5: 261e83029bff00ab258e9e9240e05a08
Description-en: Image viewing and analysis application
 Imview is an application which
 .
  * Displays a large number of image formats.
  * Displays 2D or 3D (as slices) images with a very good zoom and pan
    feature.
  * Works with multi-spectral, time series or multi-page documents (e.g.:
    Satellite images, TIFF stacks, animated GIFs and heterogeneous
    multi-component files).
  * Displays all pixel types (1-bit to 64-bit data, integer or floating
    point).
  * Arbitrary 1-D profile of 2-D images (or of 2-D slices of 3-D images) can
    be displayed.
  * Has support for arbitrary colourmaps for all pixel types (i.e.: false
    colour display).
  * Has standard image manipulation facilities (brightness/contrast, gamma,
    zoom, crop, rotation, etc).
  * Can be controlled remotely via sockets and text commands (for easy
    integration into various image analysis systems).
  * Images can be uploaded into Imview via sockets or shared memory.
  * And much more!

Package: imvirt
Description-md5: a092d36828dbc6634139505abbdc7d26
Description-en: detects several virtualizations
 This Perl script tries to detect if it is run in a virtualization container.
 .
 In this version it is able to detect the following virtualization
 technologies:
  ARAnyM
  KVM
  lguest
  LXC
  OpenVZ/Virtuozzo
  QEMU
  UML
  VMware GSX, ESX, Workstation
  Virtual PC/Virtual Server
  VirtualBox
  Xen (para and non-para virtualized)
 .
 And much more.

Package: imvirt-helper
Description-md5: 1a1938c40f6a2430291c877ab69408f1
Description-en: helper programs to detect several virtualizations
 This package includes several helper programs from imvirt to test for
 several virtualizations.
 .
 In this version it is able to detect the following virtualization
 technologies:
  ARAnyM
  KVM
  lguest
  LXC
  OpenVZ/Virtuozzo
  QEMU
  UML
  VMware GSX, ESX, Workstation
  Virtual PC/Virtual Server
  VirtualBox
  Xen (para and non-para virtualized)
 .
 And much more.

Package: libimvirt-perl
Description-md5: 1968391aa59349bf718e0f4fa8e6abd4
Description-en: Perl module for detecting several virtualizations
 This Perl module ImVirt is able to determine, on which virtualization it is
 running.
 .
 In this version it is able to detect the following virtualization
 technologies:
  ARAnyM
  KVM
  lguest
  LXC
  OpenVZ/Virtuozzo
  QEMU
  UML
  VMware GSX, ESX, Workstation
  Virtual PC/Virtual Server
  VirtualBox
  Xen (para and non-para virtualized)
 .
 And much more.

Package: imwheel
Description-md5: c77832297373269995bf8224069bafdd
Description-en: add support to non-standard buttons on mouse in Linux
 Many mice have side or "thumb" buttons that see limited use in Linux,
 as well as a wheel that is not used by many older applications.
 .
 IMWheel supports these non-standard buttons and/or wheel operations
 by allowing the user to map their input to specific key combinations
 depending on the application in use.

Package: imx-code-signing-tool
Description-md5: 63a6ce0dbc4128e084864b940319d223
Description-en: code signing tool for i.MX platform
 This package provides a code signing tool for signing images
 for i.MX-based NXP processors using High Assurance Boot (HABv4)
 library in the internal boot ROM or the Advanced High Assurance
 Boot (AHAB) subsystem.
 .
 This package also provides a variety of support scripts.

Package: imx-usb-loader
Description-md5: 66b128f5c76116a7f1a4fe01cc1861a4
Description-en: imx_loader - i.MX/Vybrid recovery utility
 This utility allows one to download and execute code on Freescale
 i.MX5/i.MX6/i.MX7 and Vybrid SoCs through the Serial Download Protocol (SDP).
 Depending on the board, there is usually some kind of recovery button to
 bring the SoC into serial download boot mode, check documentation of your
 hardware.
 .
 The utility support USB and UART as serial link.

Package: in-toto
Description-md5: a112ed186f1bf4f7ed9e2fe71d9542a7
Description-en: software supply chain security framework
 in-toto provides tools both for software developers to authenticate operations
 in the supply chain, as well as for end-users to verify the authentication
 trail when installing a software product.
 .
 in-toto is developed at the Secure Systems Lab of NYU.

Package: inadyn
Description-md5: d6c47a5da371e00048230ae872f134a0
Description-en: simple and small dynamic DNS client with HTTPS support
 It is used in routers and Internet gateways to automate the task of
 keeping your DNS record up to date with any IP address changes from
 your ISP. It can also be used in installations with redundant backup
 connections to the Internet.
 .
 Inadyn can maintain multiple host names with the same IP address, and
 has a HTTP/HTTPS based IP detection which runs well behind a NAT
 router.
 .
 Selected DDNS providers are supported natively, see inadyn(8) for the
 complete list. Other providers can be supported using the generic
 DDNS plugin. Some of these services are free of charge for
 non-commercial use. Others take a small fee but provide more domains
 to choose from.

Package: libinchi-bin
Description-md5: bfc6fb4c00b958ececf6f5ed7d688838
Description-en: International Chemical Identifier (InChI) algorithm (executable)
 The International Chemical Identifier (InChI) is an Open Source chemical
 structure representation algorithm.
 .
 InChIs are text strings comprising different layers and sublayers of
 information separated by slashes (/). Each InChI strings starts with the
 InChI version number followed by the main layer. This main layer contains
 sublayers for chemical formula, atom connections and hydrogen atoms.
 Depending on the structure of the molecule the main layer may be followed
 by additional layers e. g. for charge, stereochemical and/or isotop
 information.
 .
 This package contains the executable, inchi_main.

Package: libinchi-dev
Description-md5: 43d651a5e14855eeb3ecdbbdfe0dd2f9
Description-en: International Chemical Identifier (InChI) algorithm (development files)
 The International Chemical Identifier (InChI) is an Open Source chemical
 structure representation algorithm.
 .
 InChIs are text strings comprising different layers and sublayers of
 information separated by slashes (/). Each InChI strings starts with the
 InChI version number followed by the main layer. This main layer contains
 sublayers for chemical formula, atom connections and hydrogen atoms.
 Depending on the structure of the molecule the main layer may be followed
 by additional layers e. g. for charge, stereochemical and/or isotop
 information.
 .
 This package contains the development header files.

Package: libinchi1
Description-md5: cef798f2652ac1c78d9dc07ceceef413
Description-en: International Chemical Identifier (InChI) algorithm (library)
 The International Chemical Identifier (InChI) is an Open Source chemical
 structure representation algorithm.
 .
 InChIs are text strings comprising different layers and sublayers of
 information separated by slashes (/). Each InChI strings starts with the
 InChI version number followed by the main layer. This main layer contains
 sublayers for chemical formula, atom connections and hydrogen atoms.
 Depending on the structure of the molecule the main layer may be followed
 by additional layers e. g. for charge, stereochemical and/or isotop
 information.
 .
 This package contains the shared library.

Package: python3-incremental
Description-md5: 7e115b8408e571bfff6b1ef4eb9b4055
Description-en: Library for versioning Python projects
 Incremental is a small library that versions your Python projects.
 .
 This package provides the Python 3.x module.

Package: incron
Description-md5: 267a35828e3e0895895631033dec2d69
Description-en: cron-like daemon which handles filesystem events
 incron is an "inotify cron" system. It works like the regular cron but is
 driven by filesystem events instead of time events. This package provides two
 programs, a daemon called "incrond" (analogous to crond) and a table
 manipulator "incrontab" (like "crontab").
 .
 incron uses the Linux Kernel inotify syscalls.
 .
 like cron, each user can edit its own incron tables.
 .
 incron can be used to :
  - notifying programs (e.g. server daemons) about changes in configuration
  - guarding changes in critical files (with their eventual recovery)
  - file usage monitoring, statistics
  - automatic on-crash cleanup
  - automatic on-change backup or versioning
  - new mail notification (for maildir)
  - server upload notification
  - installation management (outside packaging systems)
  - ... and many others

Package: indelible
Description-md5: c481b79347a79fb03305db0619f5a7fa
Description-en: powerful and flexible simulator of biological evolution
 INDELible is a new, portable, and flexible application for biological
 sequence simulation that combines many features in the same place for
 the first time. Using a length-dependent model of indel formation it
 can simulate evolution of multi-partitioned nucleotide, amino-acid,
 or codon data sets through the processes of insertion, deletion, and
 substitution in continuous time.
 .
 Nucleotide simulations may use the general unrestricted model or the
 general time reversible model and its derivatives, and amino-acid
 simulations can be conducted using fifteen different empirical rate
 matrices. Substitution rate heterogeneity can be modeled via the
 continuous and discrete gamma distributions, with or without a proportion
 of invariant sites. INDELible can also simulate under non-homogeneous
 and non-stationary conditions where evolutionary models are permitted
 to change across a phylogeny.
 .
 Unique among indel simulation programs, INDELible offers the ability
 to simulate using codon models that exhibit nonsynonymous/synonymous
 rate ratio heterogeneity among sites and/or lineages.

Package: indent
Description-md5: 89cfc962c403fb895c513c63c128c266
Description-en: C language source code formatting program
 The `indent' program changes the appearance of a C program by
 inserting or deleting whitespace.
 .
 `indent' also provides options for controlling the alignment of braces and
 declarations, program indenting, and other stylistic parameters, including
 formatting of both C and C++ comments.

Package: indent-doc
Description-md5: b1d6cfeff8b582dee47070d3d3ba2886
Description-en: Documentation for GNU indent
 This package contains the HTML documentation for GNU indent.

Package: python3-indexed-gzip
Description-md5: eff4400f0f58b52e433ac1fa514e0954
Description-en: fast random access of gzip files in Python
 Drop-in replacement `IndexedGzipFile` for the built-in Python `gzip.GzipFile`
 class that does not need to start decompressing from the beginning of the
 file when for every `seek()`. It gets around this performance limitation by
 building an index, which contains *seek points*, mappings between
 corresponding locations in the compressed and uncompressed data streams. Each
 seek point is accompanied by a chunk (32KB) of uncompressed data which is
 used to initialise the decompression algorithm, allowing to start reading
 from any seek point. If the index is built with a seek point spacing of 1MB,
 only 512KB (on average) of data have to be decompressed to read from any
 location in the file.
 .
 This package provides the Python 3 module.

Package: indi-bin
Description-md5: db0e8f43df68cc93bef3aa45ef531342
Description-en: INDI server, drivers and tools
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the INDI server, the drivers for the supported
 astronomical instrumentation, and other INDI tools.

Package: libindi-data
Description-md5: 2147f72ad3210176b1dd800e188015bb
Description-en: Instrument-Neutral Device Interface library -- shared data
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the data files for the INDI library.

Package: libindi-dev
Description-md5: 87bf82675f43ab4b1d583033650b5e46
Description-en: Instrument-Neutral Device Interface library -- development files
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains development headers and libraries for the INDI library.

Package: libindi-plugins
Description-md5: 42c6d49d1fe305e17b481ff3d63f6c67
Description-en: Instrument-Neutral Device Interface library -- plugins
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains binary plugins.

Package: libindialignmentdriver1
Description-md5: 91c1cefc7f4eaf2e5977cc1fa7a80f30
Description-en: Instrument-Neutral Device Interface library -- alignment driver lib
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the alignment driver shared library.

Package: libindiclient1
Description-md5: 2932b4a33d0beb4a8fb2666fd3559dea
Description-en: Instrument-Neutral Device Interface library -- client library
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the client shared library.

Package: libindidriver1
Description-md5: 60df8aa9fbc23dcb5c3b5fdfddfeb824
Description-en: Instrument-Neutral Device Interface library -- driver library
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the driver shared library.

Package: libindilx200-1
Description-md5: 3ef0b62f32a167f4e2e30b306dc2bd5f
Description-en: Instrument-Neutral Device Interface library -- lx200 driver lib
 INDI (Instrument-Neutral Device Interface) is a distributed XML-based
 control protocol designed to operate astronomical instrumentation.
 INDI is small, flexible, easy to parse, scalable, and stateless.
 It supports common DCS functions such as remote control, data acquisition,
 monitoring, and a lot more.
 .
 This package contains the lx200 driver shared library.

Package: indi-aagcloudwatcher-ng
Description-md5: 62763d6f6c1e97450f2070541b6defa9
Description-en: INDI driver for the AAG Cloud Watcher
 This package contains the INDI driver for the AAG Cloud Watcher using
 the new INDI Weather API and with anemometer support.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-aok
Description-md5: de5f34617d280f8239f9e75fa6ae7802
Description-en: INDI driver for AOK Skywalker
 This package contains the INDI driver for the AOK Skywalker mount
 controller (DDM Skywalker).
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-apogee
Description-md5: 34f8da74ba310414dd90dd6726c340b5
Description-en: INDI driver for Apogee CCDs and Filter Wheels
 This package contains the INDI driver for hardware from Apogee,
 especially CCDs and filter wheels.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-armadillo-platypus
Description-md5: f2af19e7f943d972265461e2e484363c
Description-en: INDI driver for Lunatico Astronomia Armadillo and Platypus
 This package contains the INDI driver for Armadillo and Playtypus
 from Lunatico Astronomia.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-astrolink4
Description-md5: 8963de016d85565472d76827b6162f8a
Description-en: INDI driver for Astrolink 4.0 devices
 This package contains an INDI driver that interacts with AstroLink 4
 mini device. It contains two focuser controllers, regulated outputs
 for heaters, peltiers or fans, switchable power outputs, different
 sensors inputs, hand controller connector and many other options.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-astromechfoc
Description-md5: 44cfa2e9305f569e221f0af4aea0060a
Description-en: INDI driver for Astromechanics Canon Lens Controller
 This package contains the INDI driver for the Canon Lens Controller
 made by Astromechanics.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-avalon
Description-md5: fb22650fd1a53ef601e3a1a816a8d1c0
Description-en: INDI driver for Avalon Instruments mounts
 This package contains the INDI driver for Avalon Instruments mounts
 with StarGO control.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-beefocus
Description-md5: 05365ad813138951ccee416f53cc12a6
Description-en: INDI driver for Bee Focus
 This package contains an INDI driver for an open source hardware/software
 telescope focuser.  The driver interacts with a Bee Focuser using TCP/IP.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-bresserexos2
Description-md5: 9bd43ac783cb4a94b0b44dc6538b4329
Description-en: INDI driver for Exos II GoTo Telescope Mount
 This package contains a basic driver for the Bresser Exos II GoTo
 telescope mount controller, allowing the connection to INDI clients.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-dreamfocuser
Description-md5: 952be1fbadffebaff478a504d5806378
Description-en: INDI driver for DeamFocuser focuser
 This package contains an INDI driver for the focuser made by DreamFocuser.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-dsi
Description-md5: ba966938e648505b1745d879f65b8484
Description-en: INDI driver for Meade DSI Pro I/II/III
 This package contains an INDI driver for Meade DSI Pro I/II/III cameras.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-eqmod
Description-md5: 3d9b61e71c60e34562f8c15e01ad84ca
Description-en: INDI EQMod Driver
 This package contains the INDI driver fpr EQMod.
 .
 This INDI driver interacts with a mount controller using the Skywatcher
 Protocol through a serial link. It can directly drive Skywatcher and
 similar mounts through a serial port after a conversion of signal levels
 (see EQDIRECT interface), or any other mount hardware which uses this
 protocol.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-ffmv
Description-md5: 64196ed9fec954c8d270c3101c004874
Description-en: INDI driver for Point Grey Firefly MV cameras
 This package contains an INDI driver for Point Grey Firefly MV cameras.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-fli
Description-md5: 29396c71e20f7c6e85e3ceca484fd9ed
Description-en: INDI driver for FLI CCD & Focuser
 This package contains an INDI driver for Finger Lakes Instruments
 CCD and Focuser.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-gige
Description-md5: ed216fd62cc245b74aaf7d521be4bd7a
Description-en: INDI driver for GigE machine vision cameras
 This package contains an INDI driver for most GigE machine vision cameras
 through project Aravis.
 .
 Machine vision GigE cameras are designed towards throughput, and hence
 provide emphasis on high-speed video streaming. The main design goal for
 this driver is to use these cameras as primary imager or for guiding.
 Therefore, the main goal of this driver is not to provide high-speed
 video streams, but to control these cameras more or less as a generic
 CCD camera with a manual trigger and manual exposure controls.
 .
 Many of the pre-processing features found on many of these cameras have
 therefore been not exposed.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-gphoto
Description-md5: f4300cccf99736344beb87d30a961425
Description-en: INDI driver for GPhoto (DSLR) Cameras
 This package contains an INDI driver for GPhoto (DSLR) Cameras.
 The driver can operate any camera supported by GPhoto2.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

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: indi-gpsnmea
Description-md5: e030d5bf5d85a248c2ebfa5ef0d5168f
Description-en: INDI driver for GPS NMEA streams
 This package contains an INDI driver for GPS NMEA streams.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-limesdr
Description-md5: b35a5d3d07b6d584957eed759d0933fa
Description-en: INDI driver for LimeSDR (LMS7) Receiver
 This package contains an INDI driver for the LimeSDR (LMS7) Receiver.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-maxdomeii
Description-md5: 8ace5d945568b72df3496cb48b4977df
Description-en: INDI driver for MaxDome II dome control system
 This package contains an INDI driver for the  MaxDome II dome control
 system. It is a fully automatic observatory dome control system.
 Link your dome to a personal computer for complete automation including
 telescope slaving and shutter control. MaxDome works with a wide variety
 of commercial and custom-built domes.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-mgen
Description-md5: c9d52ff79be2a55106fdd6902a00aeb7
Description-en: INDI driver for Lacerta MGen Autoguider
 This package contains an INDI driver for the Lacerta MGen Autoguider.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-nexdome
Description-md5: c3e2214048497491effa8e0c93cfe1a5
Description-en: INDI driver for NexDome
 This package contains an INDI driver for NexDome. NexDome is a 2.4m
 personal observatory dome with optional automation controls.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-nightscape
Description-md5: 6fd41aeba8797490c2be9e1653d63999
Description-en: INDI driver for Celestron Nightscape 8300
 This package contains the INDI driver for the Celestron Nightscape 8300
 line of CCDs.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-orion-ssg3
Description-md5: d69a3a22f81e2e76c42ab1f750265681
Description-en: INDI Driver for Orion StarShoot G3 and G4 cameras
 This package contains the INDI driver for the Orion StarShoot G3 cameras.
 It expected that this will also work with Brightstar Mammut Lyuba cameras.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-rtklib
Description-md5: 6ce266bc7f8d09ae5b28200d953f7ffd
Description-en: INDI driver for precise positioning with RTKLIB
 This package provides an INDI driver for precise positioning with
 RTKLIB and such usage of GNSS (global navigation satellite system).
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-shelyak
Description-md5: 749c4744ae7c280f85904466758c94ba
Description-en: INDI driver for Shelyak and Alpy Spectrograph
 This package contains the INDI driver for Shelyak and Alpy Spectrographs.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-spectracyber
Description-md5: ca2b327ed5a542996098eb6e9f5d7666
Description-en: INDI driver for hydrogen line spectrometer
 This package contains the INDI driver for Radio Astronomy Supplies
 SpectraCyber hydrogen line spectrometer.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-starbook
Description-md5: 6437dbf71c1d622bd55bf298697c3748
Description-en: INDI driver for Vixen Starbook telescope controllers
 This package contains the INDI driver for the Vixen Starbook telescope
 controllers. It aims for compatibility with first generation Starbook.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-starbook-ten
Description-md5: a653ddafc1937a9a2d523b2a9d15028f
Description-en: INDI driver for Vixen Starbook Ten telescope controllers
 This package contains a INDI driver for the Vixen Starbook Ten telescope
 controllers. It works by using an HTTP link.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-sx
Description-md5: e6fc3c8b32f1c2a6c7044a39e41da52b
Description-en: INDI driver for Starlight Xpress CCD and Filter Wheel
 This package contains the INDI driver for Startlight XPress CCD and
 filter wheel.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-talon6
Description-md5: 56e326149c632cab41f9af20951f0a79
Description-en: INDI driver for Talon6 Roll Off Roof
 This package contains an INDI driver for TALON6 Roll Off Roof.
 Talon6 is a Roll Off Roof control system. It has been in use
 in several hosting facilities (e.g. E-Eye in Spain)
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-webcam
Description-md5: 2ac23957091cea82b860d168408e9ad4
Description-en: INDI Driver for web cameras
 This package contains a driver for FFMPEG based web cameras.
 .
 This driver is compatible with any INDI client such as KStars or Xephem.

Package: indi-weewx-json
Description-md5: 0fb1225842d5d936563d97613d9cad83
Description-en: INDI driver for the WeeWX Weather Station
 This driver uses the WeeWX JSON plugin to provide weather data to INDI.
 .
 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: indigo-utils
Description-md5: 5e6cc526314c7df276ca356658d080ca
Description-en: Organic Chemistry Toolkit Utilities
 Indigo is a C++ based organic chemistry and cheminformatics software
 environment.  Features Include:
 .
  * Molecule and reaction rendering including SVG support
  * Automatic layout for SMILES-represented molecules and reactions
  * Canonical (isomeric) SMILES computation
  * Exact matching, substructure matching, SMARTS matching
  * Matching of tautomers and resonance structures
  * Molecule fingerprinting, molecule similarity computation
  * Fast enumeration of SSSR rings, subtrees, and edge sugraphs
  * Molecular weight, molecular formula computation
  * R-Group deconvolution and scaffold detection
  * Computation of the exact maximum common substructure for an
    arbitrary amount of input structures
  * Combinatorial chemistry * Plugin support in the API
 .
 File formats Indigo support include MDL Mol, SDF, RDF, CML, SMILES and
 SMARTS.
 .
 This package contains the following utilities:
 .
  * indigo-depict: Molecule and reaction rendering utility
  * indigo-cano: Canonical SMILES generator
  * indigo-deco: R-Group deconvolution utility
  * chemdiff: Visual comparison of two SDF or SMILES files (needs the JAVA
    libraries)

Package: libindigo-dev
Description-md5: dea10894f94d66fdb4a10d860a85e480
Description-en: Organic Chemistry Toolkit (development files)
 Indigo is a C++ based organic chemistry and cheminformatics software
 environment.  Features Include:
 .
  * Molecule and reaction rendering including SVG support
  * Automatic layout for SMILES-represented molecules and reactions
  * Canonical (isomeric) SMILES computation
  * Exact matching, substructure matching, SMARTS matching
  * Matching of tautomers and resonance structures
  * Molecule fingerprinting, molecule similarity computation
  * Fast enumeration of SSSR rings, subtrees, and edge sugraphs
  * Molecular weight, molecular formula computation
  * R-Group deconvolution and scaffold detection
  * Computation of the exact maximum common substructure for an
    arbitrary amount of input structures
  * Combinatorial chemistry
  * Plugin support in the API
 .
 File formats Indigo support include MDL Mol, SDF, RDF, CML, SMILES and
 SMARTS.
 .
 This package contains the static library and header files.

Package: libindigo-java
Description-md5: b62953dc76a96bb0458873ae0eeff61e
Description-en: Organic Chemistry Toolkit (Java package)
 Indigo is a C++ based organic chemistry and cheminformatics software
 environment.  Features Include:
 .
  * Molecule and reaction rendering including SVG support
  * Automatic layout for SMILES-represented molecules and reactions
  * Canonical (isomeric) SMILES computation
  * Exact matching, substructure matching, SMARTS matching
  * Matching of tautomers and resonance structures
  * Molecule fingerprinting, molecule similarity computation
  * Fast enumeration of SSSR rings, subtrees, and edge sugraphs
  * Molecular weight, molecular formula computation
  * R-Group deconvolution and scaffold detection
  * Computation of the exact maximum common substructure for an
    arbitrary amount of input structures
  * Combinatorial chemistry
  * Plugin support in the API
 .
 File formats Indigo support include MDL Mol, SDF, RDF, CML, SMILES and
 SMARTS.
 .
 This package contains the Java packages.

Package: libindigo0d
Description-md5: 791d0e041955da4d4809fadbc336a8b8
Description-en: Organic Chemistry Toolkit
 Indigo is a C++ based organic chemistry and cheminformatics software
 environment.  Features Include:
 .
  * Molecule and reaction rendering including SVG support
  * Automatic layout for SMILES-represented molecules and reactions
  * Canonical (isomeric) SMILES computation
  * Exact matching, substructure matching, SMARTS matching
  * Matching of tautomers and resonance structures
  * Molecule fingerprinting, molecule similarity computation
  * Fast enumeration of SSSR rings, subtrees, and edge sugraphs
  * Molecular weight, molecular formula computation
  * R-Group deconvolution and scaffold detection
  * Computation of the exact maximum common substructure for an
    arbitrary amount of input structures
  * Combinatorial chemistry * Plugin support in the API
 .
 File formats Indigo support include MDL Mol, SDF, RDF, CML, SMILES and
 SMARTS.

Package: python3-indigo
Description-md5: e09afc9c84e49887e5a88d1b5efaed79
Description-en: Organic Chemistry Toolkit (Python module)
 Indigo is a C++ based organic chemistry and cheminformatics software
 environment.  Features Include:
 .
  * Molecule and reaction rendering including SVG support
  * Automatic layout for SMILES-represented molecules and reactions
  * Canonical (isomeric) SMILES computation
  * Exact matching, substructure matching, SMARTS matching
  * Matching of tautomers and resonance structures
  * Molecule fingerprinting, molecule similarity computation
  * Fast enumeration of SSSR rings, subtrees, and edge sugraphs
  * Molecular weight, molecular formula computation
  * R-Group deconvolution and scaffold detection
  * Computation of the exact maximum common substructure for an
    arbitrary amount of input structures
  * Combinatorial chemistry
  * Plugin support in the API
 .
 File formats Indigo support include MDL Mol, SDF, RDF, CML, SMILES and
 SMARTS.
 .
 This package contains the Python modules.

Package: inetsim
Description-md5: c836789214e536e09e385702a57500be
Description-en: Software suite for simulating common internet services
 INetSim is a software suite for simulating common internet services
 in a lab environment, e.g. for analyzing the network behaviour of
 unknown malware samples.
 .
 INetSim supports simulation of the following services:
 HTTP, SMTP, POP3, DNS, FTP, NTP, TFTP, IRC, Ident, Finger, Syslog,
 'Small servers' (Daytime, Time, Echo, Chargen, Discard, Quotd)
 .
 Additional features:
  * Faketime
  * Connection redirection
  * Detailed logging and reports
  * TLS/SSL support for several services

Package: inetutils-ftp
Description-md5: 73d2fe548303a3bcc7b121f6b8c9426a
Description-en: File Transfer Protocol client
 The ftp command is used to transfer files between hosts using the
 FTP protocol.

Package: inetutils-ftpd
Description-md5: ab797b9be2c2043f3a1cccfcbbd951f0
Description-en: File Transfer Protocol server
 Ftpd is the server that allows another host to connect with the ftp
 command to transfer files using the FTP protocol.

Package: inetutils-inetd
Description-md5: 4d6f447fb5156051840d637383dc72ad
Description-en: internet super server
 Inetd is the daemon that listens on various TCP and UDP ports and spawns
 programs that can't or won't do it for themselves.
 .
 This is the portable GNU implementation of inetd. The package supports
 IPv6, tcpmux services and unlimited server arguments.

Package: inetutils-ping
Description-md5: 6200ee972698b85f830ed80937e3d9da
Description-en: ICMP echo tool
 Ping uses ICMP to send out echo requests, and uses the reply packets to
 calculate latency between the sending and the destination hosts.
 .
 This is the portable GNU implementation of ping.

Package: inetutils-syslogd
Description-md5: 2114d87f02896f73b904f74e7b55d1af
Description-en: system logging daemon
 The syslog daemon is responsible for providing logging of messages
 received from programs and facilities on the local host as well as
 from remote hosts.

Package: inetutils-talk
Description-md5: 1dc87304a5acc3b85f7e91eeff34d72d
Description-en: talk to another user
 The talk program is used for visual communication which copies lines from
 your terminal to that of another user.

Package: inetutils-talkd
Description-md5: 0f715fd8340f3856de4f0f2f28a3ddad
Description-en: remote user communication server
 The talkd program is a server that notifies a user that someone else
 wants to initiate a conversation. It acts a repository of invitations,
 responding to requests by clients wishing to rendezvous to hold a
 conversation.

Package: inetutils-telnet
Description-md5: de2a7d2137605fd09358cbc6744a484d
Description-en: telnet client
 The telnet command is used for interactive communication with another host
 using the TELNET protocol.
 .
 This implementation supports Kerberos, for authentication and encryption.

Package: inetutils-telnetd
Description-md5: b4d98d011a88706592d378a4d185b214
Description-en: telnet server
 The telnetd program is a server which supports the DARPA telnet
 interactive communication protocol.
 .
 This implementation supports Kerberos, for authentication and encryption.

Package: inetutils-tools
Description-md5: 7d9edd5d12d4a17e30f7a0657a276dbf
Description-en: base networking utilities (experimental package)
 Base utilities for network administration:
 .
  - ifconfig
  - hostname
  - dnsdomainname
  - logger
 .
 WARNING: The current ifconfig implementation provided is not fully
 compatible with the net-tool's ifconfig version.

Package: inetutils-traceroute
Description-md5: 4a32545f5c244d2cb70b9da16bbc2212
Description-en: trace the IPv4 route to another host
 The traceroute utility displays the route taken by IP packets on their
 way to another host or another network.
 .
 Install this package if you need a tool to examine network connectivity
 or to diagnose network problems.

Package: telnet
Description-md5: 2bdfc811442cfda6d93ae5dd43ad6f6f
Description-en: transitional dummy package for inetutils-telnet default switch
 This package will force a switch from the old netkit telnet implementation
 to the inetutils-telnet one, which is an upstream maintained project.
 .
 This package can be safely removed once it has been upgraded, as
 inetutils-telnet provides a matching virtual package. It will stop being
 provided after Debian bookworm's release.
 .
 If you want to keep using the netkit implementation, then install
 telnet-ssl instead.

Package: telnetd
Description-md5: 083b8fb4eaa7fdae2a08f7505f8c1161
Description-en: transitional dummy package for inetutils-telnetd default switch
 This package will force a switch from the old netkit telnetd implementation
 to the inetutils-telnetd one, which is an upstream maintained project.
 .
 This package can be safely removed once it has been upgraded, as
 inetutils-telnetd provides a matching virtual package. It will stop being
 provided after Debian bookworm's release.
 .
 If you want to keep using the netkit implementation, then install
 telnetd-ssl instead, and run in.telnetd with the «-z nossl» argument for
 the clear-text protocol.

Package: infernal
Description-md5: 0fa26f15adcc8d61cdb1b817c872c7ec
Description-en: inference of RNA secondary structural alignments
 Infernal ("INFERence of RNA ALignment") searches DNA sequence
 databases for RNA structure and sequence similarities. It provides an
 implementation of a special variant of profile stochastic context-free
 grammars called covariance models (CMs). A CM is like a sequence
 profile, but it scores a combination of sequence consensus and RNA
 secondary structure consensus, so in many cases, it is more capable of
 identifying RNA homologs that conserve their secondary structure more
 than their primary sequence.
 .
 The tool is an integral component of the Rfam database.

Package: infernal-doc
Description-md5: e9b1617d2c59e14b9d4c57e66f9dfb48
Description-en: inference of RNA secondary structural alignments – documentation
 Infernal ("INFERence of RNA ALignment") searches DNA sequence
 databases for RNA structure and sequence similarities. It provides an
 implementation of a special case of profile stochastic context-free
 grammars called covariance models (CMs). A CM is like a sequence
 profile, but it scores a combination of sequence consensus and RNA
 secondary structure consensus, so in many cases, it is more capable of
 identifying RNA homologs that conserve their secondary structure more
 than their primary sequence.
 .
 This package provides the documentation which is shipped with the
 code of infernal.

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: python3-inflection
Description-md5: 39c55487687f6bf1bc895e47d0dd211f
Description-en: Port of Ruby on Rails' inflector (Python 3)
 Inflection is a string transformation library. It singularizes and
 pluralizes English words, and transforms strings from CamelCase
 to underscored string.
 .
 This package contains the module for Python 3.

Package: golang-github-influxdb-influxdb-dev
Description-md5: 2b8dad855d6efaa79da9c90da171b9f5
Description-en: Scalable datastore for metrics, events, and real-time analytics. Dev package
 InfluxDB is a time series, metrics, and analytics database. It’s written
 in Go and has no external dependencies. That means once you install it
 there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
 HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
 metrics, sensor data, and real-time analytics.
 .
 This is the dev package.

Package: influxdb
Description-md5: d2c23046924ed5fc4da44930df902688
Description-en: Scalable datastore for metrics, events, and real-time analytics
 InfluxDB is a time series, metrics, and analytics database. It’s written
 in Go and has no external dependencies. That means once you install it
 there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
 HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
 metrics, sensor data, and real-time analytics.

Package: influxdb-client
Description-md5: 6a069ec63536b234ccfd6c6cb9c622be
Description-en: command line interface for InfluxDB
 InfluxDB is a time series, metrics, and analytics database. It’s written
 in Go and has no external dependencies. That means once you install it
 there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
 HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
 metrics, sensor data, and real-time analytics.
 .
 This package contains the command line interface.

Package: python3-influxdb
Description-md5: d6b82f703c69e5dce936bd97c389ff4a
Description-en: Client for InfluxDB - Python 3.x
 API bindings for InfluxDB. Supports both InfluxDB v0.8 and InfluxDB >= 0.9.
 InfluxDB is an open source distributed time series database with no external
 dependencies. It's useful for recording metrics, events, and performing
 analytics.
 .
 This package contains the Python 3.x module.

Package: infnoise
Description-md5: ca82f5e0ad850bf0816dc64c4c80646c
Description-en: Infinite Noise TRNG driver and tools
 This package contains the driver for the Infinite Noise True Random
 Number Generator, enabling it automatically upon insertion and
 allowing the entropy it generates to be added to the system's entropy
 pool. It also includes the various tools available in the Infinite
 Noise repository, including the health check tool.

Package: info2man
Description-md5: af65a696a1448fcfd1522e4afe95b115
Description-en: Convert GNU info files to POD or man pages
 This package provides the info2pod tool to convert GNU info documents into
 Perl's POD (Plain Old Documentation) format. From there, they can be
 converted to manual pages to be viewed by people who prefer conventional
 pagers to the standard info viewer or Emacs.
 .
 The info2man tool uses info2pod and pod2man to perform the conversion in
 one step.

Package: info2www
Description-md5: c5dd9b9880e4b2b128e65d682f96e1eb
Description-en: Read info files with a WWW browser
 info2www lets you read info files with a WWW browser. It requires
 an HTTP server with CGI support.

Package: libinfomas-asl-java
Description-md5: 4e2f27002535ba170a04658e65acd89c
Description-en: INFOMAS ASL Annotation Detector
 Annotation detector library from XIAM Solutions B.V.
 .
 This library can be used to scan (part of) the class path for annotated
 classes, methods or instance variables. Main advantages of this library
 compared with similar solutions are: light weight (no dependencies, simple
 API, small jar file) and very fast.

Package: elpa-inform-mode
Description-md5: 40802b45e9b18944faae4c577df4ec1f
Description-en: Emacs major mode for editing Inform 6 source
 ‘inform-mode’ is an Emacs major mode for editing source code in the
 Inform 6 programming language.
 .
 ‘inform-mode’ supports the usual Emacs program mode functions:
 automatic indentation, moving over expressions, comment and string
 filling, font locking, tags-file support, starting compiles and
 parsing errors. You can also run a Z-code interpreter against the
 compiled code.
 .
 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.

Package: inform-mode
Description-md5: f7549c089c7655a15919b48309c9b906
Description-en: transitional dummy package
 This is a dummy package for the transition to ‘elpa-inform-mode’.
 .
 This package can be safely removed.

Package: inform6-compiler
Description-md5: 8715b9d39f61745d417271c8ed0d2852
Description-en: Inform 6 interactive fiction language — compiler
 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.
 .
 As an interactive fiction developer, you create Inform 6 source code
 defining the story. Then compile from source code to a “story file”.
 The resulting story files are highly portable, with interpreters
 available for many different platforms.
 .
 The Inform 6 compiler can produce a story file in these formats:
  * Z-code, executed by implementations of the Infocom Z-machine.
  * Glulx, a modern platform for interactive fiction.
 .
 This package installs:
  * The Inform 6 compiler program, ‘inform6’.

Package: inform6-library
Description-md5: f05fd6a191dbeaa657b881dc1b1b9cd8
Description-en: Inform 6 interactive fiction language — standard library
 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.
 .
 As an interactive fiction developer, you create Inform 6 source code
 defining the story. Then compile from source code to a “story file”.
 The resulting story files are highly portable, with interpreters
 available for many different platforms.
 .
 This package installs:
  * The Inform 6 standard library.

Package: inhomog
Description-md5: d0c93d3e28742f466ea9565d98661f44
Description-en: kinematical backreaction and average scale factor evolution
 The inhomog library calculates average cosmological expansion.
 This particular package contains an example front end program that uses the
 biscale_partition routines of the inhomog library, illustrating
 effective scale factor evolution in a universe with a T^3 spatial
 section that is divided into two complementary domains. The inhomog
 library provides Raychaudhuri integration of cosmological
 domain-wise average scale factor evolution using an analytical formula for
 kinematical backreaction Q_D evolution. The library routine
 lib/Omega_D_precalc.c is callable by RAMSES using ramses-scalav.
 .
 You may use this front-end program for command-line investigation
 of the role of virialisation as a potential replacement for dark
 energy (see Roukema 2017, arXiv:1706.06179).

Package: libinhomog-dev
Description-md5: 279a9bef60aac482c68fa251624aea39
Description-en: static library for kin.backreaction/average scale factor
 The inhomog library calculates average cosmological expansion.
 The library provides Raychaudhuri integration of cosmological
 domain-wise average scale factor evolution using an analytical formula for
 kinematical backreaction Q_D evolution. The inhomog main program illustrates
 biscale examples. The library routine lib/Omega_D_precalc.c is callable by
 RAMSES using ramses-scalav (see Roukema 2018 A&A 610, A51, arXiv:1706.06179).
 .
 This package contains the static libraries and header files that
 you will need if you wish to compile a program that uses inhomog
 as a library.

Package: libinhomog0
Description-md5: ae3634a38e51fb58597b32ac7208cd42
Description-en: shared library for kin.backreaction/average scale factor
 The inhomog library calculates average cosmological expansion.
 The library provides Raychaudhuri integration of cosmological
 domain-wise average scale factor evolution using an analytical formula for
 kinematical backreaction Q_D evolution. The inhomog main program illustrates
 biscale examples. The library routine lib/Omega_D_precalc.c is callable by
 RAMSES using ramses-scalav (see Roukema 2018 A&A 610, A51, arXiv:1706.06179).
 .
 This package contains inhomog's shared libraries. To compile your
 own programs with inhomog, you need to install libinhomog-dev.

Package: libini4j-java
Description-md5: d69a6b617a4570577b0b535e1317c65a
Description-en: Java API for handling Windows ini file format (library)
 The ini4j is a simple Java API for handling configuration
 files in Windows .ini format. Additionally, the library
 includes Java Preferences API implementation based
 on the .ini file.

Package: python3-inifile
Description-md5: 43e4d042121f0cdde8318977b6a2fe68
Description-en: Small INI library for Python 3
 Inifile implements simplified read and write access to INI files in
 a way that preserves the original files as well as possible.
 It allows customizing the dialect of the ini file. The default
 configuration is a compromise between the general Windows format and
 what's common on Unix systems.
 .
 This package installs the library for Python 3.

Package: libiniparser-dev
Description-md5: 31178250c1cbea69192509fc9612c97e
Description-en: development files for the iniParser INI file reader/writer
 This package contains development libraries and headers for the iniParser
 INI file reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).

Package: libiniparser-doc
Description-md5: 527adc7bf0361201adc0a985de4c14af
Description-en: documentation files for the iniParser INI file reader/writer
 This package contains HTML documentation for the iniParser INI file
 reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).

Package: libiniparser1
Description-md5: 93c331d12e59bdd3a9f8808d993c2c9b
Description-en: runtime library for the iniParser INI file reader/writer
 This package contains the runtime library for the iniParser INI file
 reader/writer.
 .
 The iniParser library is a simple C library offering INI file parsing
 services (both reading and writing).

Package: init
Description-md5: 12a082503782e774ffe62fa80de49eb6
Description-en: metapackage ensuring an init system is installed
 This package is a metapackage which allows you to select from the available
 init systems while ensuring that one of these is available on the system at
 all times.

Package: init-system-helpers
Description-md5: facafbf6c4b9fd95c34e95938629ecef
Description-en: helper tools for all init systems
 This package contains helper tools that are necessary for switching between
 the various init systems that Debian contains (e. g. sysvinit or
 systemd). An example is deb-systemd-helper, a script that enables systemd unit
 files without depending on a running systemd.
 .
 It also includes the "service", "invoke-rc.d", and "update-rc.d" scripts which
 provide an abstraction for enabling, disabling, starting, and stopping
 services for all supported Debian init systems as specified by the policy.
 .
 While this package is maintained by pkg-systemd-maintainers, it is NOT
 specific to systemd at all. Maintainers of other init systems are welcome to
 include their helpers in this package.

Package: initramfs-tools
Description-md5: f406a6ad4452bdc36e9957a711143c2e
Description-en: generic modular initramfs generator (automation)
 This package builds a bootable initramfs for Linux kernel packages.  The
 initramfs is loaded along with the kernel and is responsible for
 mounting the root filesystem and starting the main init system.

Package: initramfs-tools-core
Description-md5: 8d2ce4976ab4fb33b898ed3006a086fa
Description-en: generic modular initramfs generator (core tools)
 This package contains the mkinitramfs program that can be used to
 create a bootable initramfs for a Linux kernel.  The initramfs should
 be loaded along with the kernel and is then responsible for mounting
 the root filesystem and starting the main init system.

Package: elpa-initsplit
Description-md5: 250248f1cf4b2aa2bc07316631b2757b
Description-en: code to split customizations into different files
 This package allows you to split Emacs customizations (set via M-x
 customize) into different files, based on the names of the
 variables.

Package: libinjeqt-dev
Description-md5: 461a0477e4ac9f664e6b0c8264c6fe9f
Description-en: Dependency injection framework for Qt
 Dependency injection is an implementation of inverse of control and can be
 used to increase program modularity and extendability. In general it also
 results in more testable source code.
 .
 There is a lot of dependency injection frameworks for bytecode based
 languages like Java and C#, for instance Guice and Spring. C++ lacks
 reflection facilities that make dependency injection so powerful in these
 languages.
 .
 Injeqt is an attempt to build a powerful and reliable dependency injection
 framework on Qt's reflection based on MOC (meta-object compiler). For
 version 0.1 some basic features were implemented.
 .
 This package contains development files needed to compile software, that
 uses the library.

Package: libinjeqt1
Description-md5: 06f4d2407a8cb6453b263629de242e63
Description-en: Dependency injection framework for Qt
 Dependency injection is an implementation of inverse of control and can be
 used to increase program modularity and extendability. In general it also
 results in more testable source code.
 .
 There is a lot of dependency injection frameworks for bytecode based
 languages like Java and C#, for instance Guice and Spring. C++ lacks
 reflection facilities that make dependency injection so powerful in these
 languages.
 .
 Injeqt is an attempt to build a powerful and reliable dependency injection
 framework on Qt's reflection based on MOC (meta-object compiler). For
 version 0.1 some basic features were implemented.
 .
 This package contains the library.

Package: ink
Description-md5: 0f3afbb9a7893c7aaa55688c30a26da3
Description-en: tool for checking the ink level of your local printer
 Ink is a command line tool based on libinklevel5 to check ink level
 of your local printer.
 .
 Printers of Canon, Epson, HP and Sony are supported. Complete list
 can be found at README.Debian of libinklevel5 package.

Package: ink-generator
Description-md5: 61b92022afe2c78eb07932c73010d0b5
Description-en: Inkscape extension to automatically generate files from a template
 ink-generator is an extension to replace text and data to automatically
 generate files (like PDF, PS, JPG, etc...), based on a SVG template and a CSV
 data file.

Package: inkscape
Description-md5: fd78d7e3f908aaaa647abcf642a7ea9f
Description-en: vector-based drawing program
 Inkscape is an illustration editor which has everything needed to
 create professional-quality computer art. You can use it to make
 diagrams and illustrations, technical drawings, web graphics, clip art,
 icons and logos. A collection of hands-on tutorials show you how to
 combine lines, shapes and text of different types and styles to build
 up a picture.
 .
 A selection of powerful vector graphics editing tools comes as
 standard. There is excellent support for paths, gradients, layers,
 alpha transparency and text flow control. An extensive library of
 filters allow you to apply realistic effects and extensions allow you
 to work with bitmaps, barcodes and printing marks, amongst other things.
 .
 Most of the common vector formats are supported, including PDF, Adobe
 Illustrator and AutoCAD files, and it has unrivalled support for the
 SVG web graphics standard.
 .
 Between the suggested packages:
  * dia: to export Dia shapes;
  * libsvg-perl: to import .txt files (txt2svg extension);
  * python3-packaging: used by the Optimized SVG extension;
  * python3-uniconvertor: enables several import/export extensions;
  * pstoedit: to work with eps files;
  * ruby: there are several extensions written in ruby;

Package: inkscape-tutorials
Description-md5: a99694ba2d7d4264d8d9771ae593ad53
Description-en: vector-based drawing program - tutorials
 Inkscape is an illustration editor which has everything needed to
 create professional-quality computer art. You can use it to make
 diagrams and illustrations, technical drawings, web graphics, clip art,
 icons and logos. A collection of hands-on tutorials show you how to
 combine lines, shapes and text of different types and styles to build
 up a picture.
 .
 This package contains the tutorials, accessible from the Help > Tutorials
 menu.

Package: inkscape-open-symbols
Description-md5: 3803ec37fe915fc325510e417df7a0d0
Description-en: Open source SVG symbol sets that can be used as Inkscape symbols
 The included symbols libraries so far are:
    - Google Material Design Icons
    - Github Octicons
    - Humble UI
    - Ubuntu Suru
    - Font Awesome Icons
    - GNOME Icon Set
    - Automattic Genericons
    - Taiga Icons
    - Open Iconic
    - Entypo's Social Extension
    - StateFace
    - EmojiOne
    - Dashicons
    - CircuiTikz
    - SJJB Map Icons

Package: inkscape-speleo
Description-md5: a182431eb5f6272e2f8400be653f8ade
Description-en: Inkscape plugin to help draw surveys
 This plugin makes inkscape useful for cave surveyors. It allows importing of
 pockettopo files and both reading and writing of therion th2 files, making it
 possible to use inkscape as a drawing tool for Therion sketching instead of
 the xtherion first aid.

Package: inkscape-survex-export
Description-md5: be0b0f2c24f23001dbd145f206ac020e
Description-en: Inkscape plugin to digitise printed surveys
 This plugin is a tool for cave surveyors. It enables you to regenerate
 survex centreline date for caves when you only have a drawn-up paper
 survey available. You import the survey image into inkscape, then draw
 on the scale, orientation (e.g. north arrow or grid), and centreline(s)
 in different colours. The tool then parses these and generates a correctly
 scaled and oriented .svx file. It generates multiple surveys for multiple
 paths, including necessary equates. The output survey file is flat as there
 is (as yet) no mechanism to input height data.

Package: inkscape-textext
Description-md5: df644b6a86cb51fa569ff79ac2d7a8d8
Description-en: Re-editable LaTeX graphics for Inkscape
 TexText is a Python plugin for the vector graphics editor Inkscape
 providing the possibility to add and re-edit LaTeX generated SVG
 elements to your drawing.
 .
  Key features
  . Windows/Linux/MacOS support
  . LaTeX generated SVG elements can be re-edited later
  . Multi-line editor with syntax highlighting
  . Compilation with PdfLaTeX, XeLaTeX or LuaLaTex
  . Interoperable scaling in TexText and Inkscape
  . Font size match with Inkscape text
  . Customizable TeX preamble (additional packages, parskip, parindent, etc.)
  . Colorization via TeX commands/Inkscape is kept after re-editing
  . Alignment anchor of the produced output
  . Preview images

Package: inkscape-textext-doc
Description-md5: 3b2d16ad064aa408f459a315546b26d4
Description-en: Re-editable LaTeX graphics for Inkscape (documentation)
 TexText is a Python plugin for the vector graphics editor Inkscape
 providing the possibility to add and re-edit LaTeX generated SVG
 elements to your drawing.
 .
  Key features
  . Windows/Linux/MacOS support
  . LaTeX generated SVG elements can be re-edited later
  . Multi-line editor with syntax highlighting
  . Compilation with PdfLaTeX, XeLaTeX or LuaLaTex
  . Interoperable scaling in TexText and Inkscape
  . Font size match with Inkscape text
  . Customizable TeX preamble (additional packages, parskip, parindent, etc.)
  . Colorization via TeX commands/Inkscape is kept after re-editing
  . Alignment anchor of the produced output
  . Preview images
 .
 This package contains the documentation.

Package: inn
Description-md5: 94d47a86936a5f450692741671bbbed2
Description-en: News transport system `InterNetNews' by the ISC and Rich Salz
 This is INN version 1.x, provided for smaller sites which do not need
 the complexity of INN 2.x.
 Large sites should use Debian's inn2 package instead.
 .
 The news transport is the part of the system that stores the articles
 and the lists of which groups are available and so on, and provides
 those articles on request to users.  It receives news (either posted
 locally or from a newsfeed site), files it, and passes it on to any
 downstream sites.  Each article is kept for a period of time and then
 deleted (this is known as `expiry').
 .
 By default Debian's INN will install in a fairly simple `local-only'
 configuration.
 .
 In order to make use of the services provided by INN you'll have to
 use a user-level newsreader program such as pan.  The newsreader is
 the program that fetches articles from the server and shows them to
 the user, remembering which the user has seen so that they don't get
 shown again.  It also provides the posting interface for the user.

Package: inn2
Description-md5: 63e9cfa94e4a7e41032459586c02d0fb
Description-en: 'InterNetNews' news server
 This package provides INN 2.x, which is a very complex news server
 daemon useful for big sites. The 'inn' package still exists for smaller
 sites which do not need the complexity of INN 2.x.
 .
 The news transport is the part of the system that stores the articles
 and the lists of which groups are available and so on, and provides
 those articles on request to users. It receives news (either posted
 locally or from a newsfeed site), files it, and passes it on to any
 downstream sites. Each article is kept for a period of time and then
 deleted (this is known as 'expiry').
 .
 By default Debian's INN will install in a fairly simple 'local-only'
 configuration.
 .
 In order to make use of the services provided by INN you'll have to
 use a user-level newsreader program such as pan. The newsreader is
 the program that fetches articles from the server and shows them to
 the user, remembering which the user has seen so that they don't get
 shown again. It also provides the posting interface for the user.

Package: inn2-dev
Description-md5: 8e652d34db9099db023b92811eb2d07b
Description-en: libinn.a library, headers and man pages
 You will only need this if you are going to compile programs that
 require the functions in libinn.a.

Package: inn2-inews
Description-md5: a5db9d905d5a55d55a233c52b39dad00
Description-en: NNTP client news injector, from InterNetNews (INN)
 'inews' is the program that newsreaders call when the user wishes to
 post an article; it does a few elementary checks and passes the article
 on to the news server for posting.
 .
 This version is the one from Rich Salz's InterNetNews news transport
 system (which is also available as a Debian package).

Package: innoextract
Description-md5: 88e15273e4ade0b3c53380d128361aeb
Description-en: Tool for extracting data from an Inno Setup installer
 Inno Setup is a tool to create installers for Microsoft Windows applications.
 Inno Extracts allows one to extract such installers under non-windows systems
 without running the actual installer using wine. Inno Extract currently
 supports installers created by Inno Setup 1.2.10 to 5.6.0.

Package: ino-headers
Description-md5: 461244dc2d629f8908f8072fb5e9796c
Description-en: C API to execute JavaScript code - header files
 ino is a minimalist C API to execute JavaScript code and to expose
 native methods to JavaScript execution contexts.
 .
 This package only provides the common headers for all ino
 implementations.
 .
 ino is part of the NASPRO Sound PROcessing Architecture.

Package: ino-headers-doc
Description-md5: f7e723fa13e01782a690358781ec2a7c
Description-en: C API to execute JavaScript code - documentation
 ino is a minimalist C API to execute JavaScript code and to expose
 native methods to JavaScript execution contexts.
 .
 This package provides the documentation files.
 .
 ino is part of the NASPRO Sound PROcessing Architecture.

Package: inoticoming
Description-md5: 27001ce1a03f67f8c4b682e1765839d3
Description-en: trigger actions when files hit an incoming directory
 inoticoming is a daemon to watch a directory with Linux's inotify
 framework and trigger actions once files with specific names are placed
 in there.
 .
 For example it can be used to wait for .changes files uploaded
 into a directory and call reprepro to put them into your repository.

Package: inotify-hookable
Description-md5: b4d2cca9ab33dc8d56091fa8b94b30fe
Description-en: blocking command-line interface to inotify
 inotify-hookable is a program that monitor files with Linux inotify. This
 program accepts options to specify the files to be monitored and the command
 to run when a file has changed (based in kernel inotify)
 .
 inotify-hookable main advantage over inotifywait are:
  - command to run after watch can be specified with an option
  - emacs and vi backup files are ignored by default
 .
 Example:
 .
  inotify-hookable -f foo.c -c 'gcc -o foo foo.c'

Package: inotify-tools
Description-md5: e618c4a03d6d9bd64a85dac1a2e53ff3
Description-en: command-line programs providing a simple interface to inotify
 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 inotify can be used to monitor individual files or directories. When a
 directory is monitored, inotify will return events for the directory itself
 and for files inside the directory.
 .
 inotify-tools is a set of command-line programs for Linux providing a simple
 interface to inotify. These programs can be used to monitor and act upon
 filesystem events. inotify-tools consists of four utilities: inotifywait,
 inotifywatch, fsnotifywait and fsnotifywatch.
 .
 inotifywait efficiently waits for changes to files, making it appropriate
 for use in shell scripts.
 .
 inotifywatch collects filesystem usage statistics and outputs counts of each
 inotify event.
 .
 fsnotifywait and fsnotifywatch are similar to inotifywait and inotifywatch,
 but they are using Linux's fanotify(7) interface by default. The fanotify API
 also provides notification and interception of filesystem events. Additional
 capabilities compared to the inotify(7) API include the ability to monitor
 all of the objects in a mounted filesystem, the ability to make access
 permission decisions, and the possibility to read or modify files before
 access by other applications.
 .
 inotify-tools is also useful for security activities in firewall systems or
 to detect changes and injections of new files in webservers by intruders.

Package: libinotifytools0
Description-md5: d482e7516873d68eacffcdd40f48c9a2
Description-en: utility wrapper around inotify
 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 inotify can be used to monitor individual files or directories. When a
 directory is monitored, inotify will return events for the directory itself
 and for files inside the directory.
 .
 libinotifytools is a thin layer on top of the kernel interface which makes
 it easy to set up watches on many files at once, read events without having
 to deal with low-level I/O and several utility functions for inotify-related
 string formatting.

Package: libinotifytools0-dev
Description-md5: fa4bdd96adf2fcacc27c8f8fc832829d
Description-en: Development library and header files for libinotifytools0
 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 inotify can be used to monitor individual files or directories. When a
 directory is monitored, inotify will return events for the directory itself
 and for files inside the directory.
 .
 libinotifytools is a thin layer on top of the kernel interface which makes
 it easy to set up watches on many files at once, read events without having
 to deal with low-level I/O and several utility functions for inotify-related
 string formatting.
 .
 This package is for development only, providing headers, static libraries and
 documentation for the libinotifytools library.

Package: gir1.2-inputpad-1.1
Description-md5: 83b56be0e6ebda4d9cfc023b87d5af6e
Description-en: On-screen Input Pad to Send Characters with Mouse - introspection data
 The input pad is a tool to send a character to text applications when the
 corresponging button is pressed. It provides the GTK+ based GUI and can send
 characters when the GTK+ buttons are pressed.
 .
 This package contains the GObject introspection data of input-pad.

Package: input-pad
Description-md5: 18b6ea174d7bbe657e1d0fd3ecab40c9
Description-en: On-screen Input Pad to Send Characters with Mouse
 The input pad is a tool to send a character to text applications when the
 corresponging button is pressed. It provides the GTK+ based GUI and can send
 characters when the GTK+ buttons are pressed.
 .
 This package contains a standalone application.

Package: libinput-pad-1.0-1
Description-md5: 70fcdc1e985ccde17c594e20f1679445
Description-en: On-screen Input Pad to Send Characters with Mouse - libs
 The input pad is a tool to send a character to text applications when the
 corresponging button is pressed. It provides the GTK+ based GUI and can send
 characters when the GTK+ buttons are pressed.
 .
 This package contains libraries for other applications.

Package: libinput-pad-dev
Description-md5: 875298fcf34ddde81e23f6ed99cd11d2
Description-en: On-screen Input Pad to Send Characters with Mouse - dev
 The input pad is a tool to send a character to text applications when the
 corresponging button is pressed. It provides the GTK+ based GUI and can send
 characters when the GTK+ buttons are pressed.
 .
 This package contains the header files.

Package: libinput-pad-xtest
Description-md5: cb82b12813ca98d55dd39b128cfda025
Description-en: On-screen Input Pad to Send Characters with Mouse - xtest
 The input pad is a tool to send a character to text applications when the
 corresponging button is pressed. It provides the GTK+ based GUI and can send
 characters when the GTK+ buttons are pressed.
 .
 This package contains the XTEST module for input-pad.

Package: input-remapper
Description-md5: 218fd59ed6f94bce22e72fdc931b3ab6
Description-en: Input device button mapping tool (metapackage)
 input-remapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 input-remapper includes a UI to configure button mappings, per
 device, and configuration to automatically apply button mappings at
 boot and on device connection.

Package: input-remapper-daemon
Description-md5: 028886f73c220e9473d75c1fe7c4e991
Description-en: Input device button mapping tool (daemon)
 input-remapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 This package contains the service and udev configuration to
 automatically apply button mappings at boot and on device
 connection.

Package: input-remapper-gtk
Description-md5: 3c2a99afe791d121b867ccd7e26f644d
Description-en: Input device button mapping tool (GUI)
 input-remapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 This package contains the UI to configure the mappings.

Package: key-mapper
Description-md5: abdf97c7dcf47219ff786f8adeced314
Description-en: Input device button mapping tool (transitional package)
 input-remapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 input-remapper includes a UI to configure button mappings, per
 device, and configuration to automatically apply button mappings at
 boot and on device connection.
 .
 This is a transitional package providing backwards compatibility with
 key-mapper, input-remapper's previous name.

Package: python3-inputremapper
Description-md5: b9e48b454fd4b52335b80afd1b874f58
Description-en: Input device button mapping tool (Python module)
 input-remapper allows users to map buttons on all input devices
 (keyboards, mice, gamepads...) in X11 and Wayland. It also supports
 combined buttons and programmable macros.
 .
 This package contains the Python module implementing the remapper.
 The Glib and Gtk dependencies are only required to use the
 inputremapper.gui module.

Package: input-utils
Description-md5: dd66158405459c9bc0352a2fdde0b7d0
Description-en: utilities for the input layer of the Linux kernel
 This is a collection of utilities which are useful when working with
 the input layer of the Linux kernel (version 2.6 and later). Included
 are utilities to list the input devices known to the kernel, show
 the input events that are received by a device, and query or modify
 keyboard maps.

Package: inputlirc
Description-md5: 879aafca1b08356534451c0277fdcb8b
Description-en: Zeroconf LIRC daemon using input event devices
 This is a small LIRC-compatible daemon that reads from /dev/input/eventX
 devices and sends the received keycodes to connecting LIRC clients. Inputlircd
 needs no configuration, it uses the standardised names for the keycodes as
 used by the kernel. Many USB remote controls that present HID devices, as well
 as multimedia keyboards should work out of the box.

Package: inputplug
Description-md5: ddad4bd859fad8bd288da58d91f205eb
Description-en: XInput monitor
 inputplug is a daemon which connects to a running X server
 and monitors its XInput hierarchy change events, such as
 an input device being attached or removed, enabled or disable
 etc, and runs some command when these events happen.

Package: insighttoolkit4-examples
Description-md5: 0b91247783c6b4511d79b99e9bc85dcb
Description-en: Image processing toolkit for registration and segmentation - examples
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the source for example programs.

Package: libinsighttoolkit4-dev
Description-md5: 7c77a9e39520070c554c11fd98779e8a
Description-en: Image processing toolkit for registration and segmentation - development
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the development files needed to build your own
 ITK applications.

Package: libinsighttoolkit4.13
Description-md5: 2ba42b352089bd81c20d4dec640d139a
Description-en: Image processing toolkit for registration and segmentation - runtime
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the libraries needed to run ITK applications.

Package: insighttoolkit5-examples
Description-md5: 0b91247783c6b4511d79b99e9bc85dcb
Description-en: Image processing toolkit for registration and segmentation - examples
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the source for example programs.

Package: libinsighttoolkit5-dev
Description-md5: 7c77a9e39520070c554c11fd98779e8a
Description-en: Image processing toolkit for registration and segmentation - development
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the development files needed to build your own
 ITK applications.

Package: libinsighttoolkit5.2
Description-md5: 2ba42b352089bd81c20d4dec640d139a
Description-en: Image processing toolkit for registration and segmentation - runtime
 ITK is an open-source software toolkit for performing registration and
 segmentation. Segmentation is the process of identifying and
 classifying data found in a digitally sampled
 representation. Typically the sampled representation is an image
 acquired from such medical instrumentation as CT or MRI
 scanners. Registration is the task of aligning or developing
 correspondences between data. For example, in the medical
 environment, a CT scan may be aligned with a MRI scan in order to
 combine the information contained in both.
 .
 This package contains the libraries needed to run ITK applications.

Package: insilicoseq
Description-md5: 53a266eaafa6eb0bef7432541e49a6f8
Description-en: sequencing simulator producing realistic Illumina reads
 Primarily intended for simulating metagenomic samples, it can also be
 used to produce sequencing data from a single genome.
 .
 InSilicoSeq is written in Python, and use kernel density estimators to
 model the read quality of real sequencing data.
 .
 InSilicoSeq support substitution, insertion and deletion errors. If
 you don't have the use for insertion and deletion error a basic
 error model is provided.

Package: inspectrum
Description-md5: 65a9ed8401b2c37c42e0d35c8cff57c0
Description-en: tool for visualising captured radio signals
 inspectrum is a tool for analysing captured signals, primarily from
 software-defined radio receivers.
 .
 inspectrum supports the following file types:
  *.sigmf-meta, *.sigmf-data - Signal Metadata Format (SigMF) recordings
  *.cf32, *.cfile - Complex 32-bit floating point (GNURadio, osmocom_fft)
  *.cf64 - Complex 64-bit floating point samples
  *.cs16 - Complex 16-bit signed integer (BladeRF)
  *.cs8 - Complex 8-bit signed integer (HackRF)
  *.cu8 - Complex 8-bit unsigned integer (RTL-SDR)
  *.f32 - Real 32-bit floating point samples
  *.f64 - Real 64-bit floating point samples (MATLAB)
  *.s16 - Real 16-bit signed integer samples
  *.s8 - Real 8-bit signed integer samples
  *.u8 - Real 8-bit unsigned integer samples
 .
 Features:
  * Large (100GB+) file support
  * Spectrogram with zoom/pan
  * Plots of amplitude, frequency, phase and IQ samples
  * Cursors for measuring period, symbol rate and extracting symbols
  * Export of selected time period, filtered samples and demodulated data

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: insserv
Description-md5: 0be88d1805bf68a98b830e9ce52bf123
Description-en: boot sequence organizer using LSB init.d script dependency information
 The insserv program is used by the standard SysV-based init system. It
 updates the order of symlinks in /etc/rc?.d/ based on dependencies
 specified by LSB headers in the init.d scripts themselves.
 .
 These declared relations between scripts make it possible to optimize
 the boot sequence for the currently installed set of packages, while
 detecting and rejecting dependency loops.
 .
 Using insserv incorrectly can result in an unbootable system.

Package: install-mimic
Description-md5: 4b0ae88a06724f7d80b66918e84d6acd
Description-en: overwrite files and preserve their ownership
 The install-mimic utility copies the specified files to the specified
 destination (file or directory) similarly to install(1), but it preserves
 the ownership and access mode of the destination files.  This is useful when
 updating files that have already been installed with locally modified copies
 that may be owned by the current user and not by the desired owner of the
 destination file (e.g. root).

Package: installation-birthday
Description-md5: d839dde8f80272e1a26fc7db50838353
Description-en: Receive a message on system installation anniversary
 Installing this package will celebrate each birthday of your system by
 automatically sending a message to the local system administrator.
 .
 The installation date is based on the system installation time, not this
 package. The email is sent via cron(8).

Package: installation-guide-amd64
Description-md5: b963b27ef582665591193a75329b37ab
Description-en: Debian installation guide for amd64
 This package contains the Debian installation guide for the AMD64
 architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-arm64
Description-md5: 29ddc8280786830d7b65dff772f0817f
Description-en: Debian installation guide for arm64
 This package contains the Debian installation guide for the 64bit ARM
 architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-armel
Description-md5: 80722237b318d6dae6ec6ba02a8f7fdf
Description-en: Debian installation guide for armel
 This package contains the Debian installation guide for the ARM
 architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-armhf
Description-md5: 0738016bf96bd91717e84b3b3cfed58f
Description-en: Debian installation guide for armhf
 This package contains the Debian installation guide for the ARM
 with Hardware FPU architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-i386
Description-md5: 816eb721e190b4e0b490933389ec0a7f
Description-en: Debian installation guide for i386
 This package contains the Debian installation guide for the Intel x86
 architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-mips64el
Description-md5: 1ea2095fbf8ccca6a030d9394efadd2d
Description-en: Debian installation guide for mips64el
 This package contains the Debian installation guide for the little-endian
 64bit MIPS architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-mipsel
Description-md5: 6fe76da3a6f71c97730102e76f8a016f
Description-en: Debian installation guide for mipsel
 This package contains the Debian installation guide for the little-endian
 32bit MIPS architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-ppc64el
Description-md5: 40561a4775d1cb64c19fc7bc5bdab589
Description-en: Debian installation guide for powerpc
 This package contains the Debian installation guide for the little-endian
 64bit PowerPC architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-guide-s390x
Description-md5: 16ddde57afe0a5fb97458130b4014c79
Description-en: Debian installation guide for s390x
 This package contains the Debian installation guide for the 64bit S/390
 architecture, in a variety of languages.
 .
 A shorter reference, the installation HOWTO, is included in an appendix.

Package: installation-report
Description-md5: 1807d9b3c4b555bdb2fbab05932b1fa9
Description-en: system installation report
 This package contains instructions and programs for reporting on
 the installation of a new system. It can help you fill out an
 installation report and send it to the Debian bug tracking system.
 .
 Purging this package will remove the logs of the system's installation.

Package: instaloader
Description-md5: 26ba5d30b632eb121047866c8c393b22
Description-en: Instagram automatic photo downloader
 Instaloader downloads photos from Instagram, including public
 and private profiles, hashtags, user stories, feeds and saved
 media. How as well as comments, geotags and captions for each
 post.
 .
 It automatically detects profile name changes and renames the
 target directory accordingly. It also allows for refined
 customization of filters and where to store downloaded media
 be able to detect automatically stop previously interrupted
 download interactions.

Package: libinstaparse-clojure
Description-md5: 9529606fa935245835edb777f7731857
Description-en: simple way to build parsers in Clojure
 Instaparse aims to be the simplest way to build parsers in Clojure. It Turns
 standard EBNF or ABNF notation for context-free grammars into an executable
 parser that takes a string as an input and produces a parse tree for that
 string.

Package: instead
Description-md5: ef0040d4434ac942fb089e9e171d022f
Description-en: Simple text adventures/visual novels engine
 INSTEAD -- INterpreter of Simple TExt ADventure.
 Using INSTEAD you can create and play games that could be classified
 as a mix of visual novel and text quest.
 .
 Features:
   * Simple story source code (Lua-based script)
   * GUI interface that supports music and pictures
   * Theme support
   * Portability (INSTEAD depends on SDL and Lua)
 .
 Game repository: https://instead-hub.github.io/page/games/

Package: instead-data
Description-md5: abbaa9f2bdb5492dca18ea9558b57a9d
Description-en: Data files for INSTEAD
 INSTEAD -- INterpreter of Simple TExt ADventure.
 Using INSTEAD you can create and play games that could be classified
 as a mix of visual novel and text quest.
 .
 Features:
   * Simple story source code (Lua-based script)
   * GUI interface that supports music and pictures
   * Theme support
   * Portability (INSTEAD depends on SDL and Lua)
 .
 This package contains language files, graphical themes, STEAD scripts
 and tutorial.

Package: instead-doc-common
Description-md5: ba71d4e2125f39f87db0d2c898e2cbda
Description-en: Common documentation for INSTEAD
 This package contains base documentation (common for all languages).
 .
 At the moment this contains only examples for developer's manual.
 These examples (written in Lua) demonstrate how to implement
 common features when you write a game for INSTEAD.

Package: instead-doc-en
Description-md5: 613fc8c2f0a81a30039890914d1e748a
Description-en: English documentation for INSTEAD
 This package contains game developer manual and examples in English.
 Manual describes basic API in Lua and how to create games for INSTEAD engine.
 .
 Complete and latest documentation is only available in Russian, and even
 though its English counterpart is being translated and maintained, it may lag
 behind a little bit.

Package: instead-doc-ru
Description-md5: 84eddb0e729b2a94e42f2f607baf2d20
Description-en: Russian documentation for INSTEAD
 This package contains game developer manual and examples in Russian.
 Manual describes basic API in Lua and how to create games for INSTEAD engine.
 .
 Russian documentation is complete and up to date, so it's preferred to use it.

Package: libflamingo-java
Description-md5: 87c368b95e3d2b53e69097bf8c3f51cc
Description-en: Provides a swing ribbon container for Java applications
 The goal of this project is to provide a Swing implementation of the
 ribbon container and related components. The components have
 consistent visuals under the existing core and third-party
 look-and-feels, respect the DPI settings of the user desktop and
 follow the core Swing guidelines in the external APIs and the internal
 implementation details.

Package: libflamingo-java-doc
Description-md5: 402daedb68aed8540d41b18500e85cc6
Description-en: Provides a swing ribbon container for Java applications (documentation)
 The goal of this project is to provide a Swing implementation of the
 ribbon container and related components. The components have
 consistent visuals under the existing core and third-party
 look-and-feels, respect the DPI settings of the user desktop and
 follow the core Swing guidelines in the external APIs and the internal
 implementation details.
 .
 This package contains API documentation (Javadoc) for libflamingo-java.

Package: liblaf-plugin-java
Description-md5: dadb06e1685bbdcc04380a0761fb172e
Description-en: Support for third-party components in Java look-and-feel libraries
 The goal of this project is to provide a generic plugin framework for
 look-and-feels and define the interface of a common kind of plugins - the
 component plugins.

Package: liblaf-plugin-java-doc
Description-md5: e43557eb04a9fb6d09d554e115502b7c
Description-en: Support for third-party components in Java look-and-feel libraries (doc)
 The goal of this project is to provide a generic plugin framework for
 look-and-feels and define the interface of a common kind of plugins - the
 component plugins.
 .
 This package contains API documentation (Javadoc) for liblaf-plugin-java.

Package: liblaf-widget-java
Description-md5: 299e5f68522f2c29b71f596fb85fb55b
Description-en: Java widget toolbox for other look-and-feel libraries
 Laf-Widget project provide support for and base set of
 additional behaviour and widgets in look-and-feels libraries.
 .
 The list of currently provided widgets (from v4)
  * Auto-completion (model-based / free-text) on editable combo boxes.
  * Hover preview of minimized internal frames on desktop icons.
  * Menu search panel on menu bars.
  * Hover preview of tab in tabbed panes.
  * Overview dialog on tabbed panes with optional periodic refresh.
  * Tab paging on tabbed panes.
  * Password strength checker on password fields.
  * Lock border on non-editable text components and model editable combobox.
  * Select all text in text component on focus gain.
  * Context menu on text components with edit actions (copy / paste / cut ...).
  * Enhanced drag-and-drop support for trees.
  * Scroll pane selector.
  * Selecting / deselecting in text components on Escape key press.
 .
 Laf-Widget is used by substance look-and-feel since 3.0

Package: liblaf-widget-java-doc
Description-md5: 0ae5267d3611fef0ece425f7ecb71408
Description-en: Java widget toolbox for look-and-feel libraries - documentation
 Laf-Widget project provide support for and base set of
 additional behaviour and widgets in look-and-feels libraries.
 .
 The list of currently provided widgets (from v4)
  * Auto-completion (model-based / free-text) on editable combo boxes.
  * Hover preview of minimized internal frames on desktop icons.
  * Menu search panel on menu bars.
  * Hover preview of tab in tabbed panes.
  * Overview dialog on tabbed panes with optional periodic refresh.
  * Tab paging on tabbed panes.
  * Password strength checker on password fields.
  * Lock border on non-editable text components and model editable combobox.
  * Select all text in text component on focus gain.
  * Context menu on text components with edit actions (copy / paste / cut ....
  * Enhanced drag-and-drop support for trees.
  * Scroll pane selector.
  * Selecting / deselecting in text components on Escape key press.
 .
 Laf-Widget is used by substance look-and-feel since 3.0
 .
 This package contains API documentation (Javadoc) for liblaf-widget-java.

Package: libtrident-java
Description-md5: 823cb2d0f39f91cb940c9fa64aa92f15
Description-en: Animation library for Java applications
 The main goal of Trident project is to provide a general
 purpose animation library for Java applications. Animations
 are a natural fit for modern client applications, and
 Trident has special built-in support for Java based UI
 toolkits such as Swing and SWT.
 The classes for the Android are not included.

Package: libtrident-java-doc
Description-md5: 441eac6f28803850b43357df15cb7d99
Description-en: Animation library for Java applications (documentation)
 The main goal of Trident project  is to provide a general
 purpose animation library for Java applications. Animations
 are a natural fit for modern client applications, and
 Trident has special built-in support for Java based UI
 toolkits such as Swing and SWT.
 .
 This package contains API documentation (Javadoc) for libtrident-java.

Package: substance
Description-md5: 14752af4e817f8a51bed33849ce0ed59
Description-en: cross-platform look & feel for Swing applications
 The goal of this project is to provide a configurable and
 customizable production-quality Java look and feel library for Swing
 applications. This Java look and feel is available for JDK 5.0+ only.

Package: substance-doc
Description-md5: 9c4bbdd9cc1d2cbbf81558036c9e7cb3
Description-en: cross-platform look & feel for Swing applications - documentation
 The goal of this project is to provide a configurable and
 customizable production-quality Java look and feel library for Swing
 applications. This Java look and feel is available for JDK 5.0+ only.
 .
 This package contains API documentation (Javadoc) for substance.

Package: substance-flamingo
Description-md5: c8d68e1a2eb21e88fe5c94a655603b45
Description-en: Substance Flamingo plugin
 The goal of this project is to provide a consistent apperance for
 Flamingo components (see libflamingo-java) under the substance
 Substance (see substance) look-and-feel. This requires a JDK version
 5.0+.

Package: substance-flamingo-doc
Description-md5: cc4b8088bc9ae37ee6aebe7fc027418b
Description-en: Substance Flamingo plugin (documentation)
 The goal of this project is to provide a consistent apperance for
 Flamingo components (see libflamingo-java) under the substance
 Substance (see substance) look-and-feel. This requires a JDK version
 5.0+.
 This package contains API documentation (Javadoc) for substance-flamingo.

Package: substance-swingx
Description-md5: e7989807122e903e97857fe6f86eda18
Description-en: Swingx components for substance L&F
 The goal of this project is to provide a consistent apperance
 for SwingX components (see libswingx-java) under the substance
 (see substance) look-and-feel.

Package: substance-swingx-doc
Description-md5: e87e77bac69ed6227254f0d162f53679
Description-en: Swingx components for substance L&F (documentation)
 The goal of this project is to provide a consistent apperance
 for SwingX components (see libswingx-java) under the substance
 (see substance) look-and-feel.
 This package contains API documentation (Javadoc) for substance-swingx.

Package: python3-intake
Description-md5: bdd33dba0fae6566ef150f702638f011
Description-en: lightweight package for finding and investigating data
 Intake is a lightweight set of tools for loading and sharing data in
 data science projects. Intake helps you:
 .
  1. Load data from a variety of formats into containers you already know,
     like Pandas dataframes, Python lists, NumPy arrays and more.
  2. Convert boilerplate data loading code into reusable intake plugins.
  3. Describe data sets in catalog files for easy reuse and sharing
     between projects and with others.
  4. Share catalog information (and data sets) over the network with the
     Intake server.

Package: python3-intake-doc
Description-md5: 3330c0227895aead203e8e9111cdcb02
Description-en: documentation for the python3-intake package
 Intake is a lightweight set of tools for loading and sharing data in
 data science projects. Intake helps you:
 .
  1. Load data from a variety of formats into containers you already know,
     like Pandas dataframes, Python lists, NumPy arrays and more.
  2. Convert boilerplate data loading code into reusable intake plugins.
  3. Describe data sets in catalog files for easy reuse and sharing
     between projects and with others.
  4. Share catalog information (and data sets) over the network with the
     Intake server.
 .
 This package contains documentation for python3-intake.

Package: integrit
Description-md5: 8ed7e8da857b39b17e43668958903563
Description-en: A file integrity verification program
 Integrit helps you determine whether an intruder has modified your
 system.  Without the use of integrit, a sysadmin wouldn't know if the
 programs used for investigating the system are trojan horses or not.
 Integrit works by creating a database that is a snapshot of the most
 essential parts of the system.  You put the database somewhere safe,
 and then later you can use it to make sure that no one has made any
 illicit modifications to your file system.
 .
 Integrit's key features are the small memory footprint, the design
 with unattended use in mind, intuitive cascading rulesets for the
 paths listed in the configuration file, the possibility of XML or
 human-readable output, and simultaneous checks and updates.
 .
 See http://integrit.sourceforge.net/ for more information.

Package: intel-cmt-cat
Description-md5: 5e8596da4b51ae1f1715203e431ee98e
Description-en: Intel cache monitoring and allocation technology config tool
 intel-cmt-cat provides monitoring and configuration of Intel
 Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM) and
 Cache Allocation Technology (CAT) features on modern Intel (R) Xeon (R)
 processors: Xeon D, Xeon E5 v3, Xeon E3 v4, or later models.

Package: intel-opencl-icd
Description-md5: f32be0be82cf119cc00913d59d0ffba0
Description-en: Intel graphics compute runtime for OpenCL
 The Intel(R) Graphics Compute Runtime for OpenCL(TM) is an open source
 project to converge Intel's development efforts on OpenCL(TM) compute
 stacks supporting the GEN graphics hardware architecture.
 .
 Supported platforms - OpenCL 3.0, Production:
  - DG1
  - Intel Core Processors with Gen9 GPU (Skylake)
  - Intel Core Processors with Gen9.5 GPU (Kaby Lake, Coffee Lake)
  - Intel Core Processors with Gen11 GPU (Ice Lake)
  - Intel Core Processors with Xe LP (Gen12) GPU (Tiger Lake, Rocket Lake)
  - Intel Core Processors with Xe (Gen12.2) GPU (Alder Lake)
  - Intel Atom Processors with Gen11 GPU (Elkhart Lake)
 Supported platforms - OpenCL 3.0, Maintenance:
  - Intel Core Processors with Gen8 GPU (Broadwell)
  - Intel Atom Processors with Gen9 GPU (Apollo Lake, Gemini Lake)

Package: libigdgmm-dev
Description-md5: 7795ddc6de72ff64ed061633334cfe72
Description-en: Intel Graphics Memory Management Library -- development files
 The Intel Graphics Memory Management Library provides device specific
 and buffer management for the Intel Graphics Compute Runtime for
 OpenCL and the Intel Media Driver for VAAPI.
 .
 This library is only useful for Broadwell and newer CPUs.
 .
 This package includes files for development.

Package: libigdgmm12
Description-md5: e92322750e0ef3904ea5bd1a2dca2d44
Description-en: Intel Graphics Memory Management Library -- shared library
 The Intel Graphics Memory Management Library provides device specific
 and buffer management for the Intel Graphics Compute Runtime for
 OpenCL and the Intel Media Driver for VAAPI.
 .
 This library is only useful for Broadwell and newer CPUs.
 .
 This package includes the shared library.

Package: intel-gpu-tools
Description-md5: 564f3bda44ca25bdb6227f2b18149b73
Description-en: tools for debugging the Intel graphics driver
 intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
 including a GPU hang dumping program, performance monitor, and performance
 microbenchmarks for regression testing the DRM.

Package: libigc-dev
Description-md5: 88ffb41959f84880d940c88585f5f69d
Description-en: Intel graphics compiler for OpenCL -- core development files
 The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler
 for OpenCL(TM) targeting Intel Gen graphics hardware architecture.
 .
 This package includes files for IGC core development.

Package: libigc-tools
Description-md5: a20f373262ec554f7b5d00781e6746f9
Description-en: Intel graphics compiler for OpenCL -- media tools
 The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler
 for OpenCL(TM) targeting Intel Gen graphics hardware architecture.
 .
 This package includes tools for the media driver.

Package: libigc1
Description-md5: 5e45e95bbf9b10304b8e8ea5079ce85e
Description-en: Intel graphics compiler for OpenCL -- core libs
 The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler
 for OpenCL(TM) targeting Intel Gen graphics hardware architecture.
 .
 This package includes the core libraries.

Package: libigdfcl-dev
Description-md5: 3270b52dea098fb04959d0f01be9b5fe
Description-en: Intel graphics compiler for OpenCL -- OpenCL development files
 The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler
 for OpenCL(TM) targeting Intel Gen graphics hardware architecture.
 .
 This package includes files for IGC OpenCL development.

Package: libigdfcl1
Description-md5: 00e7add36fe7905b8d782adaac4d7edc
Description-en: Intel graphics compiler for OpenCL -- OpenCL library
 The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler
 for OpenCL(TM) targeting Intel Gen graphics hardware architecture.
 .
 This package includes the library for OpenCL.

Package: intel-hdcp
Description-md5: 3c7168565cda6863db272e1bb80b8b17
Description-en: Intel unified HDCP implementation -- userspace daemon
 The Intel(R) unified HDCP (High-bandwidth Digital Content Protection)
 is a user space implementation to prevent copying of digital audio
 & video content across digital display interfaces. It provides Linux
 user space implementation to enable the HDCP1.4 and HDCP2.2 protection
 for external digital display interfaces (HDMI/DP).
 .
 This package contains the userspace daemon.

Package: libhdcpsdk-dev
Description-md5: 0092972018c8ce7907f37c843bdf2ea2
Description-en: Intel unified HDCP implementation -- development files
 The Intel(R) unified HDCP (High-bandwidth Digital Content Protection)
 is a user space implementation to prevent copying of digital audio
 & video content across digital display interfaces. It provides Linux
 user space implementation to enable the HDCP1.4 and HDCP2.2 protection
 for external digital display interfaces (HDMI/DP).
 .
 This package contains files needed for development.

Package: libhdcpsdk0
Description-md5: 9aa7f791ade49712fecb58256815f513
Description-en: Intel unified HDCP implementation -- shared library
 The Intel(R) unified HDCP (High-bandwidth Digital Content Protection)
 is a user space implementation to prevent copying of digital audio
 & video content across digital display interfaces. It provides Linux
 user space implementation to enable the HDCP1.4 and HDCP2.2 protection
 for external digital display interfaces (HDMI/DP).
 .
 This package contains the shared library.

Package: libipsec-mb-dev
Description-md5: 2c10df07087567d25d1a0317573f1f26
Description-en: Development files for Intel(R) Multi-Buffer Crypto for IPSec library
 Libipsec-mb is highly-optimized software implementations of
 the core cryptographic processing for IPsec, which provides
 industry-leading performance on a range of Intel(R) Processors.

Package: libipsec-mb1
Description-md5: b62ceaaaf5f9b9fff9a25c357900633c
Description-en: Intel(R) Multi-Buffer Crypto for IPSec library
 Libipsec-mb is highly-optimized software implementations of
 the core cryptographic processing for IPsec, which provides
 industry-leading performance on a range of Intel(R) Processors.

Package: intel-media-va-driver
Description-md5: 0bc04cc9f325da8c27e992628b428e97
Description-en: VAAPI driver for the Intel GEN8+ Graphics family
 The VA-API (Video Acceleration API) enables hardware accelerated video
 decode/encode at various entry-points (VLD, IDCT, Motion Compensation
 etc.) for the prevailing coding standards today (MPEG-2, MPEG-4
 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface
 to fully expose the video decode capabilities in today's GPUs.
 .
 This package contains the video decode and encode driver backend for
 the Intel HD Graphics of the Intel Core processor family. The supported
 platforms include:
  * Broadwell
  * Skylake
  * Broxton
  * Apollo Lake
  * Kaby Lake
  * Coffee Lake
  * Whiskey Lake
  * Cannon Lake
  * Ice Lake
 .
 Only a limited set of encoders is available via this driver: JPEG
 (Skylake and newer), AVC (Boxton and newer), HEVC and VP9 (Ice Lake and
 newer). Media shaders are only available on Ice Lake and newer.

Package: libigfxcmrt-dev
Description-md5: 3fc97857bcb8694f471af09c0c935f35
Description-en: Intel C for Media Runtime -- development files
 cmrtlib is a runtime library needed when user wants to execute their
 own GPU kernels on render engine. It calls iHD media driver to load
 the kernels and allocate the resources. It provides a set of APIs for
 user to call directly from application.
 .
 This package includes files for development.

Package: libigfxcmrt7
Description-md5: 380147c43d6bc86e5464b124af7f5e80
Description-en: Intel C for Media Runtime -- shared library
 cmrtlib is a runtime library needed when user wants to execute their
 own GPU kernels on render engine. It calls iHD media driver to load
 the kernels and allocate the resources. It provides a set of APIs for
 user to call directly from application.
 .
 This package includes the shared library.

Package: libmfx-dev
Description-md5: 702176fd78633300296bae38c7a2df2a
Description-en: Intel Media SDK -- development files
 Intel® Media SDK provides an API to access hardware-accelerated video decode,
 encode and filtering on Intel® platforms with integrated graphics.
 .
 Supported video encoders: HEVC, AVC, MPEG-2, JPEG
 Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
 Supported video pre-processing filters: Color Conversion, Deinterlace, Denoise,
 Resize, Rotate, Composition
 .
 This package contains files needed for development.

Package: libmfx-tools
Description-md5: 77df6c7177c65d4a045b44395b6c2c06
Description-en: Intel Media SDK -- tools
 Intel® Media SDK provides an API to access hardware-accelerated video decode,
 encode and filtering on Intel® platforms with integrated graphics.
 .
 Supported video encoders: HEVC, AVC, MPEG-2, JPEG
 Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
 Supported video pre-processing filters: Color Conversion, Deinterlace, Denoise,
 Resize, Rotate, Composition
 .
 This package contains tools (asg-hevc and hevc_fei_extractor) and a test to
 check the functionality.

Package: libmfx1
Description-md5: 464136395447a9703a4fd31233e63687
Description-en: Intel Media SDK -- shared library
 Intel® Media SDK provides an API to access hardware-accelerated video decode,
 encode and filtering on Intel® platforms with integrated graphics.
 .
 Supported video encoders: HEVC, AVC, MPEG-2, JPEG
 Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
 Supported video pre-processing filters: Color Conversion, Deinterlace, Denoise,
 Resize, Rotate, Composition
 .
 This package contains the shared library.

Package: libipt-dev
Description-md5: 03159c1f8fabc3a884c42ae17f373a9f
Description-en: Intel Processor Trace Decoder Library -- development files
 Intel's reference implementation for decoding Intel PT.
 .
 Go to https://software.intel.com/en-us/intel-platform-analysis-library
 for sample code that uses the library.
 .
 This package provides the development environment for libipt

Package: libipt2
Description-md5: be94fb3c503ad758b721a8937c8157ef
Description-en: Intel Processor Trace Decoder Library
 Intel's reference implementation for decoding Intel PT.
 .
 Go to https://software.intel.com/en-us/intel-platform-analysis-library
 for sample code that uses the library.

Package: i965-va-driver
Description-md5: fe43e5416d8dfcc2afdd343101427eec
Description-en: VAAPI driver for Intel G45 & HD Graphics family
 The VA-API (Video Acceleration API) enables hardware accelerated video
 decode/encode at various entry-points (VLD, IDCT, Motion Compensation
 etc.) for the prevailing coding standards today (MPEG-2, MPEG-4
 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/WMV3). It provides an interface
 to fully expose the video decode capabilities in today's GPUs.
 .
 This package contains the video decode and encode driver backend for the
 Intel G45 chipsets and Intel HD Graphics for the Intel Core processor family.
 The supported platforms include:
  * Cantiga, Intel GMA 4500MHD (GM45)
  * Ironlake, Intel HD Graphics for 2010 Intel Core processor family
  * Sandy Bridge, Intel HD Graphics for 2011 Intel Core processor family
  * Ivy Bridge
  * Haswell
  * Broadwell
  * Skylake
  * Kaby Lake
  * Coffee Lake
  * Cannon Lake

Package: intel-vc-intrinsics-dev
Description-md5: 6d937c2fd78c23106009e09ba1044f07
Description-en: Intel Vector Compute Intrinsics -- development files
 Vector Compute Intrinsics project contains a set of new intrinsics
 on top of core LLVM IR instructions that represent SIMD semantics of
 a program targeting GPU.

Package: intel2gas
Description-md5: dc3bd9bfbaaec2758474e55511125adc
Description-en: converter from NASM assembly language to GAS
 Intel2GAS is a converter that will convert assembler source files
 written for NASM to files that can be assembled using the
 GNU Assembler (GAS), on the i386 platform. It provides support for basic
 MMX instructions as well.

Package: python3-intelhex
Description-md5: 192358b496649948db0904601e85da49
Description-en: Python support for Intel HEX (Python3)
 The Intel HEX file format is widely used in the microprocessors
 and microcontrollers area as the de facto standard for code
 representation for microelectronic devices programming.
 .
 This package implements an intelhex Python library to read, write,
 create from scratch and manipulate data from HEX (also known as
 Intel HEX) file format.

Package: libintellij-annotations-java
Description-md5: b4f6d0d3a38f0460fc4c8df09f208f54
Description-en: transitional package for libjetbrains-annotations-java
 JetBrains Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.
 .
 This package provides com.intellij.annotations.jar and Maven metadata
 for compatibility with earlier upstream versions.

Package: libintellij-annotations-java-doc
Description-md5: e45738e1ba68ad25707de6a10b995412
Description-en: transitional package for libjetbrains-annotations-java-doc
 JetBrains Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.
 .
 This package contains symlinks to the actual documentation now in
 libjetbrains-annotations-java, and can be safely removed.

Package: libjetbrains-annotations-java
Description-md5: 24822c36ac948fa762f4dc4593b3a2ea
Description-en: annotations used for code inspection support and code documentation
 JetBrains Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.

Package: libjetbrains-annotations-java-doc
Description-md5: bf7ff2d3c94a81c13e4b3ba395be278a
Description-en: documentation for libjetbrains-annotations-java
 JetBrains Annotations is a set of annotations used for code inspection
 support and code documentation. It is part of the IntelliJ IDEA Community
 Edition and can be used among other things to annotate String fields, local
 variables, method parameters and methods returning Strings.
 .
 This package contains documentation for libjetbrains-annotations-java.

Package: libintellij-core-java
Description-md5: 68daedbb60959869b4f63cdf649258dc
Description-en: IntelliJ IDEA Core API
 IntelliJ IDEA Community Edition is a Java integrated development environment
 (IDE) for developing computer software.
 .
 This package contains the platform:core-impl, platform:core-api, platform:util
 and platform:util-rt artifacts.

Package: libintellij-extensions-java
Description-md5: c6595c6d88e642423bb47a8cef66f97d
Description-en: IntelliJ IDEA Extension Point Framework
 IntelliJ IDEA Community Edition is a Java integrated development environment
 (IDE) for developing computer software.
 .
 Provides interfaces for the extension point framework used in IDEA
 and other software.

Package: libintellij-jps-model-java
Description-md5: 49571b3e0f89262428c63e23465704a3
Description-en: IntelliJ IDEA Project Model
 IntelliJ IDEA Community Edition is a Java integrated development environment
 (IDE) for developing computer software.
 .
 This package ships parts of the build system of IntelliJ IDEA
 used by IDEA and other software to handle IDEA projects files.

Package: libintellij-platform-api-java
Description-md5: f63de52ea17a4c0a1e74ab6073c7f9af
Description-en: IntelliJ IDEA Platform API
 IntelliJ IDEA Community Edition is a Java integrated development environment
 (IDE) for developing computer software.
 .
 This package contains the platform:platform-api artifacts.

Package: libintellij-platform-impl-java
Description-md5: c97e1d2b42f3c2fb680c2f65b1cc4097
Description-en: IntelliJ IDEA Platform Implementation
 IntelliJ IDEA Community Edition is a Java integrated development environment
 (IDE) for developing computer software.
 .
 This package contains the platform:core-impl artifact.

Package: libintellij-utils-java
Description-md5: f1d663006394cb49a63108243c156b1d
Description-en: IntelliJ IDEA utility classes
 IntelliJ IDEA is a Java integrated development environment for
 developing computer software. Community edition is an Apache 2
 licensed version of IDEA.
 .
 This package ships utility classes used by IntelliJ IDEA and
 other software.

Package: libintellij-java-compatibility-java
Description-md5: 4b156015571b38fb404b8583c7679186
Description-en: Classes from JDK8 excluded from JDK9
 This package contains jars which have classes that are in
 jdk 8 but not in jdk 9. This package is used to build Kotlin.

Package: libintelrdfpmath-dev
Description-md5: eae64e804251a27e96fc83f07c804324
Description-en: Intel Decimal Floating-Point Math Library
 Software implementation of the IEEE 754-2008 Decimal Floating-Point
 Arithmetic specification, aimed at financial applications, especially
 in cases where legal requirements make it necessary to use decimal, and
 not binary floating-point arithmetic (as computation performed with
 binary floating-point operations may introduce small, but unacceptable
 errors).
 .
 This library is only fully supported on amd64, i386, and ia64. It
 builds on several other Debian architectures, but you should check
 the test results to determine whether it is suitable for your
 purposes.

Package: interception-tools
Description-md5: 8977e97b36c2ca400497934d0f43f760
Description-en: minimal composable infrastructure on top of libudev and libevdev
 The Interception Tools is a small set of utilities for operating on
 input events of evdev devices.
 .
  * interception - redirect device input events to stdout
  * uinput - redirect device input events from stdin to virtual device
  * mux - mux streams of input events
  * udevmon - monitor input devices for launching tasks
 .
 This can accommodate mangling of the keyboard input at the low
 level within the Linux kernel and works for any environments
 including Wayland, X, and Linux virtual console.
 .
 The upstream command name 'intercept' is renamed to 'interception' in this
 package to avoid the name collision. If you wish to use command names which
 the upstream uses, please install the interception-tools-compat package.

Package: interception-tools-compat
Description-md5: 94b691e706d4a85d5923ff1aee53ee7c
Description-en: minimal composable infrastructure on top of libudev and libevdev
 The Interception Tools is a small set of utilities for operating on
 input events of evdev devices.
 .
  * intercept - redirect device input events to stdout
 .
 This compatibility package to offer the upstream command name 'intercept'
 as the alias of the 'interception' command.

Package: interimap
Description-md5: 84acff51749851503836a0d26fa404d3
Description-en: Fast bidirectional synchronization for QRESYNC-capable IMAP servers
 InterIMAP performs stateful bi-directional synchronization between two
 IMAP4rev1 servers.  Compared to alternatives such as OfflineIMAP, InterIMAP
 trades flexibility and IMAPd compatibility for performance; it is both *much*
 faster and parsimonious in network traffic.
 .
 Stateful synchronization is made possible by the QRESYNC extension from
 [RFC7162]; for convenience reasons servers must also support LIST-EXTENDED
 [RFC5258], LIST-STATUS [RFC5819] and UIDPLUS [RFC4315].
 .
 Furthermore, while InterIMAP can work with servers lacking support for
 LITERAL+ [RFC2088] and MULTIAPPEND [RFC3502], these extensions greatly
 improve performance by reducing the number of required round trips and it
 thus strongly recommended to use a server supporting these.
 .
 InterIMAP supports the COMPRESS=DEFLATE extension from [RFC4978].  It is
 enabled by default on remote servers advertising it in order to reduce network
 traffic, especially for long-lived connections.

Package: libinterimap
Description-md5: 2275be51eb35e0793fb140338636d8e1
Description-en: Net::IMAP::InterIMAP library and utils
 Net::IMAP::InterIMAP is a minimal IMAP4rev1 client for QRESYNC-capable
 servers, used by interimap.  It can also be used with non QRESYNC-capable
 servers, but doing so can be unsafe as the client does not store any
 in-session mapping between message sequence numbers and UIDs.

Package: pullimap
Description-md5: 261be0ca1aca20da85eb8abc1409dddd
Description-en: Pull mails from an IMAP mailbox and deliver them via SMTP or LMTP
 PullIMAP retrieves messages from an IMAP mailbox and deliver them to an
 SMTP or LMTP transmission channel.  Compared to alternatives such as fetchmail
 or getmail, PullIMAP trades flexibility and IMAPd compatibility for
 performance.
 .
 A statefile is used to keep track of the mailbox's UIDVALIDITY and UIDNEXT
 values.  While PullIMAP is running, the statefile is also used to keep
 track of UIDs being delivered, which avoids duplicate deliveries in case the
 process is interrupted.
 .
 PullIMAP supports the COMPRESS=DEFLATE extension from [RFC4978].  It is
 enabled by default on servers advertising it in order to reduce network
 traffic, especially for long-lived connections (when IDLE commands are
 enabled.)
 .
 An optional retention period can be set to automatically remove old messages
 from the IMAP server.

Package: libintervalstorej-java
Description-md5: 8c05a197aa1a1d1fcecf3fae98027e31
Description-en: Java implementation of the Nested Containment List data structure
 NCList provides efficient lookup of intervals overlapping a given range in
 time O(M log N) where N is the number of intervals stored, and M the number
 of overlaps found.
 .
 IntervalStore:
  - is parameterised by <T extends IntervalI>;
  - so can store any Java type that implements IntervalI, that is, has methods
  getBegin() and getEnd() (where begin <= end);
  - extends java.util.AbstractCollection<T>;
  - may be referred to as Collection<T> in code;
  - exposes methods for add, contains, remove, iterator, size etc;
  - has a 'bulk load' constructor, and methods to add or remove entries, while
  retaining lookup efficiency;
  - optimises storage and search of sparsely nested intervals by storing
  non-nested intervals separately;
  - incorporates NCList to store any properly nested intervals.

Package: emacs-intl-fonts
Description-md5: 21e58187e0ab30560fabf0d956d5d742
Description-en: fonts to allow multilingual PostScript printing from Emacs
 This package includes BDF fonts to print Amharic, Arabic, Cantonese,
 Chinese, Czech, Danish, Dutch, Esperanto, Estonian, Finnish, French,
 German, Greek, Hebrew, Hindi, Italian, Japanese, Korean, Maltese,
 Norwegian, Polish, Russian, Slovak, Spanish, Swedish, Thai, Tigrinya,
 Turkish, and Vietnamese text as bit-mapped PostScript. To see these
 languages in X, you can use the xfonts-intl-* packages (among others).

Package: xfonts-intl-arabic
Description-md5: c973c2ec60a0a5b23e411d323b0b267d
Description-en: international fonts for X - Arabic
 This package includes some Arabic fonts (digits and single and double
 column characters). You will need these fonts if you plan to view, print,
 or author documents written in an Arabic script.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-asian
Description-md5: e2a82e26081a0b11fa7e98d38e4392e0
Description-en: international fonts for X - (south-east) Asian
 This package includes some Indian, Lao, Thai, and Vietnamese fonts. You
 will need these fonts if you plan to view, print, or author documents
 written in the above languages/scripts.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-chinese
Description-md5: 5ee1d4a482781a7e28c06368f5bb3c05
Description-en: international fonts for X - Chinese
 This package includes some GB2312, GB8565-88, Big5 (ETen), and SiSheng
 Chinese fonts. You will need these fonts if you plan to view, print, or
 author documents written in Chinese using the above encodings.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-chinese-big
Description-md5: 1205c3420da218230d09bcd8aabc304c
Description-en: international fonts for X - large Chinese
 This package includes some large GB2312 Chinese fonts. You will need
 these fonts if you plan to view, print, or author documents written in
 Chinese using the above encoding.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-european
Description-md5: b753e710c73e7fd6693d9595ba4d6fd2
Description-en: international fonts for X - European
 This package includes some ISO 8859-1 (Latin-1), ISO 8859-2 (Latin-2),
 ISO 8859-3 (Latin-3), ISO 8859-4 (Latin-4), ISO 8859-5 (Cyrillic),
 ISO 8859-7 (Greek), ISO 8859-8 (Hebrew), ISO 8859-9 (Latin-5), and KOI
 (Cyrillic) fonts. One large ISO 8859-1 font is also included. You will
 need these fonts if you plan to view, print, or author documents using
 the above scripts/encodings.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-japanese
Description-md5: d453efae710d28dc558fb2acb9d83279
Description-en: international fonts for X - Japanese
 This package includes some JISX0201 (Roman and Kana), JISX0208.1978,
 JISX0208.1983, JISX0208.1990, and JISX0212.1990 (HojoKanji) Japanese
 fonts. You will need these fonts if you plan to view, print, or author
 documents written in Japanese using the above encodings.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-japanese-big
Description-md5: 3ccb65089eda0f68173fb009324e2222
Description-en: international fonts for X - large Japanese
 This package includes some large JISX0208.1983 and JISX0212.1990
 (HojoKanji) Japanese fonts. You will need these fonts if you plan to
 view, print, or author documents written in Japanese using the above
 encodings.
 .
 The fonts are for use with the X Window System.

Package: xfonts-intl-phonetic
Description-md5: 3e686484ab38aa04199aae009b66ed51
Description-en: international fonts for X - International Phonetic Alphabet
 This package includes some fonts of the International Phonetic Alphabet.
 You will need these fonts if you plan to view, print, or author documents
 using the International Phonetic Alphabet. IPA is used, for instance, in
 dictionaries to represent pronunciations in a non-language-specific way.
 .
 The fonts are for use with the X Window System.

Package: intltool
Description-md5: 72cf82626aca7106375b8705c1270e71
Description-en: Utility scripts for internationalizing XML
 Automatically extracts translatable strings from oaf, glade, bonobo
 ui, nautilus theme and other XML files into the po files.
 .
 Automatically merges translations from po files back into .oaf files
 (encoding to be 7-bit clean). The merging mechanism can also be
 extended to support other types of XML files.

Package: intltool-debian
Description-md5: 6b213b5182a00ef62cff3d6694fa2224
Description-en: Help i18n of RFC822 compliant config files
 Intltool is a bunch of scripts written by the GNOME project to
 internationalize many different file formats. This package is
 a slightly modified version which adds support for RFC822
 compliant config files, e.g. Debconf templates files.

Package: invada-studio-plugins-ladspa
Description-md5: 005717ff799624511e7b8fb1a6c826c2
Description-en: Invada Studio Plugins - a set of LADSPA audio plugins
 Utility Plugins
   Input Module (Stereo only)
 Alter gain, balance, width, phase on a stereo signal
 .
 Filter Plugins
   Low Pass (Mono and Stereo version)
   High Pass (Mono and Stereo version)
 Gentle high pass and low pass filters
 .
 Simulation Plugins
   Tube - (Mono and Stereo version)
 Valve warmth/distortion simulation
 .
 Dynamics Plugins
   Compressor - (Mono and Stereo version)
 Peak/RMS soft-clipping compressor
 .
 Reverb Plugins
   ER Reverb - (Mono and Stereo summing In)
 Early reflection based reverb.

Package: invada-studio-plugins-lv2
Description-md5: 4dfb464c6fa54e8dfc443cc1a62da5fb
Description-en: Invada Studio Plugins - a set of LV2 audio plugins
 Distortion Plugins
   Tube - (Mono and Stereo version)
 Valve warmth/distortion simulation.
 .
 Delay Plugins
   Delay Munge - (Mono and Sum version)
 Delay with munged (non-linear) feedback & delay calculator.
 .
 Dynamics Plugins
   Compressor - (Mono and Stereo version)
 Peak/RMS soft-clipping compressor.
 .
 Filter Plugins
   Low Pass (Mono and Stereo version)
   High Pass (Mono and Stereo version)
 Gentle high pass and low pass filters.
 .
 Phaser Plugins
   Stereo Phaser (Mono, Stereo and Sum version)
 Long slow stereo phaser.
 .
 Reverb Plugins
   ER Reverb - (Mono and Sum version)
 Early reflection based reverb.
 .
 Utility Plugins
   Input Module (Stereo only)
 Alter gain, balance, width, phase on a stereo signal.
   Meters (Stereo only)
 Peak, VU, Phase and spectrograph meters.
   Test Tones (Mono only)
 Generate testtones at specific frequencies.

Package: grub-invaders
Description-md5: 97db69c57761b2056a31664c27df89c1
Description-en: multiboot compliant kernel game
 GRUB Invaders is a game that runs directly on a computer, without an operating
 system. It is meant to be started with the GRUB bootloader for PCs.

Package: inventor-clients
Description-md5: 074bd532f432c99a8d41abcacbbb76ac
Description-en: Open Inventor client programs
 This package contains Open Inventor file viewers and converters.
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.

Package: inventor-data
Description-md5: c20048a38cb927f2feedd91c6461a8cd
Description-en: Open Inventor sample data files
 This package contains sample 3D model and scene files in inventor format.
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.

Package: inventor-demo
Description-md5: a3468c248e73fe48e11428e88bdbaa63
Description-en: Open Inventor demonstration programs and example code
 This package includes several Open Inventor demos: a scene viewer
 (SceneViewer), a scene graph viewer and editor (gview), a maze game (maze),
 an extrusion editor (noodle), a 3D morphing tool (qmorf), a surface of
 revolution editor (revo), among others.
 .
 This package also contains example code, including the examples
 from the books "The Inventor Mentor", and "The Inventor Toolmaker".
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.

Package: inventor-dev
Description-md5: cbaba725be7c2edcd76ac8eb1c1ab539
Description-en: Open Inventor development files
 This package contains the files required to develop Open Inventor
 applications.
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.

Package: inventor-doc
Description-md5: 8bab35994591bda24abc7e2c8fc9bafe
Description-en: Open Inventor documentation
 This package contains the Open Inventor documentation files.
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.

Package: libinventor1
Description-md5: 4fd2abbcbfd472ba54ef656cfe9a7ab3
Description-en: Open Inventor runtime environment
 This package contains the required files to run Open Inventor applications.
 .
 Open Inventor is an object-oriented 3D toolkit offering a comprehensive
 solution to interactive graphics programming problems.  It presents a
 programming model based on a 3D scene database that simplifies graphics
 programming.  It includes a large set of objects such as cubes, polygons,
 text, materials, cameras, lights, trackballs, handle boxes, 3D viewers, and
 editors can speed up your programming and extend your 3D program's
 capabilities.
 .
 Recommended package xpdf is needed only to view help files.

Package: invesalius
Description-md5: 821349267c7fd811dea4f995630c2a40
Description-en: 3D medical imaging reconstruction software
 InVesalius generates 3D medical imaging reconstructions based on a sequence of
 2D DICOM files acquired with CT or MRI equipments. InVesalius is
 internationalized (currently available in English, Portuguese, French,
 Spanish, Turkish, Italian, Czesh, Japanese, Catalan, Korean, Romanian and
 German) and provides several tools:
  * DICOM support including: (a) ACR-NEMA version 1 and 2; (b) DICOM
    version 3.0 (including various encodings of JPEG -lossless and lossy-, RLE)
  * Image manipulation features (zoom, pan, rotation, brightness/contrast,
    etc)
  * Segmentation based on 2D slices
  * Pre-defined threshold ranges according to tissue of interest
  * Segmentation based on watershed
  * Region growing segmentation
  * Edition tools (similar to Paint Brush) based on 2D slices
  * Semi-automatic segmentation based on Watershed
  * 3D surface creation
  * 3D surface connectivity tools
  * 3D surface exportation (including: binary STL, OBJ, VRML, Inventor)
  * High-quality volume rendering projection
  * Pre-defined volume rendering presets
  * Volume rendering crop plane
  * Picture exportation (including: BMP, TIFF, JPG, PostScript, POV-Ray)
  * Minimum, Maximum or Mean Intensity Projection, Maximum Intensity Difference
    Accumulation and Contour based visualizations

Package: invesalius-bin
Description-md5: 57304da02acc6c104179b2b8a697654f
Description-en: Implementation of MIDA and contour based visualizations
 InVesalius generates 3D medical imaging reconstructions based on a sequence of
 2D DICOM files acquired with CT or MRI equipments.
 .
 This package contains a compiled implementation of MIDA and some contour based
 visualizations

Package: invesalius-examples
Description-md5: 33b06a19f32b7da3eeab791da567270b
Description-en: examples for 3D medical imaging reconstruction software
 InVesalius generates 3D medical imaging reconstructions based on a sequence of
 2D DICOM files acquired with CT or MRI equipments.
 .
 This package contains a sample file to open in InVesalius.

Package: libinvokebinder-java
Description-md5: 16d9c4ab91e42c63f275de865aade64f
Description-en: Java DSL for binding method handles
 This Java library hopes to provide a more friendly DSL for binding
 method handles.
 .
 Unlike the normal MethodHandle API, handles are bound forward
 from a source MethodType and eventually adapted to a final target
 MethodHandle.
 .
 Along the way the transformations are pushed onto a
 stack and eventually applied in reverse order, as the standard API
 demands.

Package: libinvokebinder-java-doc
Description-md5: 2e3e988638c4187540d43846dd18abda
Description-en: Documentation for invokebinder
 This Java library hopes to provide a more friendly DSL for binding
 method handles.
 .
 Unlike the normal MethodHandle API, handles are bound forward
 from a source MethodType and eventually adapted to a final target
 MethodHandle.
 .
 Along the way the transformations are pushed onto a
 stack and eventually applied in reverse order, as the standard API
 demands.
 .
 This package contains the API documentation of libinvokebinder-java.

Package: inxi
Description-md5: 13277f07e950aaf291de2de69ab2684c
Description-en: full featured system information script
 Inxi is a system information script that can display various things about
 your hardware and software to users in an IRC chatroom or support forum.
 It runs with the /exec command in most IRC clients.

Package: libio-stringy-perl
Description-md5: d25d948b0fc4c98ac5ed855c8b4eedb3
Description-en: modules for I/O on in-core objects (strings/arrays)
 IO::stringy primarily provides modules for performing both traditional and
 object-oriented I/O on things *other* than normal filehandles; in particular,
 IO::Scalar, IO::ScalarArray, and IO::Lines.
 .
 The libio-stringy-perl package provides the following modules:
 .
  * IO::AtomicFile  - write a file which is updated atomically
  * IO::InnerFile   - define a file inside another file
  * IO::Lines       - IO:: interface for reading/writing an array of lines
  * IO::Scalar      - IO:: interface for reading/writing a scalar
  * IO::ScalarArray - IO:: interface for reading/writing an array of scalars
  * IO::Stringy     - I/O on in-core objects like strings and arrays
  * IO::Wrap        - wrap raw filehandles in IO::Handle interface
  * IO::WrapTie     - wrap tieable objects in IO::Handle interface

Package: iodine
Description-md5: 90270d5a178f538a10192a5f9d79098d
Description-en: tool for tunneling IPv4 data through a DNS server
 This is a piece of software that lets you tunnel IPv4 data through a DNS
 server. This can be usable in different situations where internet access is
 firewalled, but DNS queries are allowed.

Package: iog
Description-md5: b4bcabd79a034cc127f07ae7a778db13
Description-en: network I/O grapher
 IOG is a network traffic grapher designed to record cumulative kB/MB/GB
 statistics per hour/day/month. It is intended to be simple, fast
 (supporting thousands of hosts), and well integrated with MRTG. Data for
 each host is updated hourly and HTML graphs are created. It uses a
 data consolidation algorithm which allows for a small, non-growing
 database file for each host. No external graphing libraries or
 executables are required.

Package: ionit
Description-md5: 74cba944882a4f2ecf988f667fc73bce
Description-en: Render configuration files from Jinja templates
 ionit is a simple and small configuration templating tool. It collects a
 context and renders Jinja templates in a given directory. The context can be
 either static JSON or YAML files or dynamic Python files. Python files can also
 define functions passed through to the rendering.
 .
 ionit comes with an early boot one shot service that is executed before the
 networking service which allows one to generate configurations files for the
 networking and other services before they are started. In this regard, ionit
 can act as tiny stepbrother of cloud-init.

Package: ioping
Description-md5: 6e9bbe4b8af5074282e6d85678417818
Description-en: Simple disk I/O latency measuring tool
 ioping monitors disk I/O latency in real time. The main idea behind ioping is
 to have a utility similar to ping, which will show disk I/O latency in the
 same way ping shows network latency.

Package: ioport
Description-md5: d96fea827188a7021088cb39d18056bf
Description-en: direct access to I/O ports from the command line
 This package provides tools to read and wrote to the I/O ports of PC
 hardware directly from a script or a command line: inb, inw, inl,
 outb, outw and outl.

Package: ioquake3
Description-md5: 4237f556816e32a2757896de1fa6ca6c
Description-en: Game engine for 3D first person shooter games
 This package installs a modified version of the ioQuake3 game engine,
 which can be used to play various games based on that engine, such as
 OpenArena, Quake III: Arena, World of Padman and Urban Terror.
 .
 This package alone isn't of any use; to get a playable game, install
 openarena or another suitable set of game data.

Package: ioquake3-server
Description-md5: 3cde23092cd526e85270f3a4a7eb29bd
Description-en: Engine for 3D first person shooter games - server and common files
 This package contains common files for the ioQuake3 game engine,
 which can be used to play various games based on that engine, such as
 OpenArena, Quake III: Arena, World of Padman and Urban Terror.
 It also contains the dedicated server binary.
 .
 This package alone isn't of any use; to get a playable game, install
 openarena or another suitable set of game data, or to get a usable server,
 install openarena-server or another suitable set of server data.

Package: iotop
Description-md5: c4f12688909987c39522befde2f1ee20
Description-en: simple top-like I/O monitor
 iotop does for I/O usage what top(1) does for CPU usage. It watches I/O
 usage information output by the Linux kernel and displays a table of
 current I/O usage by processes on the system. It is handy for answering
 the question "Why is the disk churning so much?".
 .
 iotop can only run under a Linux 2.6.20 or later kernel built with the
 CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and
 CONFIG_VM_EVENT_COUNTERS build config options on.

Package: iotop-c
Description-md5: 1afe17066f5e5c2e1de7cf8ea89474f9
Description-en: simple top-like I/O monitor (implemented in C)
 iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O
 usage information output by the Linux kernel and displays a table of
 current I/O usage by processes on the system. It is handy for answering
 the question "Why is the disk churning so much?".
 .
 iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS,
 CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and
 CONFIG_VM_EVENT_COUNTERS config options on.
 .
 iotop-c is an alternative re-implementation of iotop in C, optimized for
 performance. Normally a monitoring tool intended to be used on a system
 under heavy stress should use the least additional resources as
 possible.

Package: ip2host
Description-md5: 36b721cc9d3fc04df0c04a579407c5d6
Description-en: Resolve IPs to hostnames in web server logs
 This script is a drop-in replacement for the logresolve.pl
 script distributed with the Apache web server.
 .
 ip2host has the same basic design of forking children to handle
 the DNS resolution in parallel, but multiplexes the communication
 to minimize the impact of slow responses.  This results in a
 significant speed improvement (approximately 10x faster), and
 the performance degrades more gracefully as the DNS timeout value
 is increased.

Package: postgresql-15-ip4r
Description-md5: 827b8cd9bc4af092803f7d6cf34fd995
Description-en: IPv4 and IPv6 types for PostgreSQL 15
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.

Package: ipadic
Description-md5: eff1ec5477c7b450aa8e1a4494f38faf
Description-en: Dictionaries for ChaSen (Binary data)
 Dictionaries for ChaSen, a morphological analysis system to
 segment and tokenize Japanese text string.  It provides many
 additional information (pronunciation, semantic information,
 and others).
 .
 It is based on ICOT dictionary.
 .
 This package contains architecture dependent binary data.

Package: ipadic-common
Description-md5: b9304b2b0901d46e24132c2963f0cbaf
Description-en: Dictionaries for ChaSen (UTF-8 text)
 Dictionaries for ChaSen, a morphological analysis system to
 segment and tokenize Japanese text string.  It provides many
 additional information (pronunciation, semantic information,
 and others).
 .
 It is based on ICOT dictionary.
 .
 This package contains a large dictionary data in UTF-8 text.

Package: ipband
Description-md5: 0be4450a13737db456fcb076686dbe2e
Description-en: daemon for subnet bandwidth monitoring with reporting via email
 This is a daemon which can monitor as many different subnets (or individual
 hosts, by specifying a "subnet" of /32) as you'd like. The reporting facility
 will only be triggered when a defined bandwidth level had been exceeded for a
 defined time.
 .
 Information reported includes the connections which are taking up the most
 bandwidth (ip address and port pairs). Reporting is done via email.

Package: ipcalc
Description-md5: 90aeace2079863754b86114c33be6aa2
Description-en: parameter calculator for IPv4 addresses
 ipcalc takes an IPv4 address and netmask and calculates the resulting
 broadcast, network, Cisco wildcard mask, and host range. By giving a
 second netmask, you can design sub- and supernetworks. It is also
 intended to be a teaching tool and presents the results as
 easy-to-understand binary values.
 .
 Originally, ipcalc was intended for use from the shell prompt, but a
 CGI wrapper is provided to enable colorful HTML display through a
 webserver.
 You can find it in /usr/share/doc/ipcalc/examples directory.

Package: ipcalc-ng
Description-md5: 1e40fcbc6738f24f8021908beb1c8af8
Description-en: parameter calculator for IPv4 and IPv6 addresses
 This is a modern console tool to assist in network address calculations for
 IPv4 and IPv6.
 .
 It acts as a tool to output human readable information about a network or
 address, as well as a tool suitable to be used by scripts or other programs.
 .
 It's also a great tool for teach about network address calculations, as well
 as learn about it.
 .
 It supports printing a summary about the provided network address, multiple
 command line options per information to be printed, transparent IPv6 support,
 and in addition it will use libGeoIP, if available, to provide geographic
 information.

Package: python3-ipdb
Description-md5: 0e6cdf4a7250147dec9e4e1e5b2f1b70
Description-en: IPython-based pdb replacement (Python 3 version)
 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for all functions from the pdb stdlib module. It
 also contains the ipdb3 binary which can be used instead of the pdb3 binary to
 debug standalone scripts.
 .
 This package contains the Python 3 version of the module.

Package: ipe
Description-md5: e01eb5b7ef94a4733f36f281b2fd8f44
Description-en: drawing editor for creating figures in PDF or PS formats
 Ipe supports making small figures for inclusion into LaTeX
 documents as well as making multi-page PDF presentations
 Ipe's main features are:
  * Entry of text as LaTeX source code. This makes it easy to enter
    mathematical expressions, and to reuse the LaTeX-macros of the main
    document.  In the display text is displayed as it will appear in
    the figure.
  * Produces pure Postscript/PDF, including the text. Ipe converts the
    LaTeX-source to PDF or Postscript when the file is saved.
  * It is easy to align objects with respect to each other (for
    instance, to place a point on the intersection of two lines, or to
    draw a circle through three given points) using various snapping
    modes.
  * Users can provide ipelets (Ipe plug-ins) to add functionality to
    Ipe.  This way, Ipe can be extended for each task at hand.
  * The text model is based on Unicode, and has been tested with Korean,
     Chinese, and Japanese.
 .
 Package lua5.3 is recommended if using Ipe with LaTeX.
 .
 Package texlive-latex-recommended enables unicode text entry (for
 accented characters).

Package: libipe-dev
Description-md5: c917565b4f5520f061e748a56638cd4d
Description-en: Ipe library used by ipelets (developer files)
 This package provides static libraries and include files needed to
 create Ipelets, plug-ins for Ipe that are used to add functionality
 to Ipe.
 .
 Ipe is the drawing editor for creating figures in PDF or PS formats.

Package: libipe7.2.26
Description-md5: c3b93b24f7bfb3495bca36843092bc66
Description-en: Ipe library used by ipelets
 This package provides a library used by Ipe and its extensions.
 Ipelets are plug-ins for Ipe that are used to add functionality to
 Ipe.
 .
 Ipe is the drawing editor for creating figures in PDF or PS formats.

Package: figtoipe
Description-md5: 728fdf6e0c9960e7a98e0d40a695a67a
Description-en: convert FIG files to XML files for ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 Figtoipe is a program that reads FIG files (as generated by xfig) and
 generates an XML file readable by Ipe.

Package: ipe5toxml
Description-md5: 9984bd7f803cf0a2547d0181524b98b7
Description-en: converts Ipe5 figures to an XML file readable by Ipe
 Converts figures that were made with Ipe 5 to the format understood
 by Ipe 6. You can then run ipe6upgrade (from package ipe) to convert
 them to Ipe 7 format. Ipe is a drawing editor for creating figures,
 provided in package ipe.

Package: pdftoipe
Description-md5: 8dcdde8db214b83e252eccdae579db8d
Description-en: converts arbitrary PDF file to XML file readable by Ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 This package contains a tool to convert drawings in PDF format to
 XML that can be used by ipe editor.

Package: svgtoipe
Description-md5: 67e20af319c7027c50018110c543fe94
Description-en: converts SVG figures to an XML file readable by Ipe
 Ipe is a drawing editor for creating figures, provided in package ipe.
 .
 This package contains a tool to convert drawings in SVG format to
 XML that can be used by ipe editor.

Package: iperf
Description-md5: 1b25d29ae979d65c1a67cf08177ba875
Description-en: Internet Protocol bandwidth measuring tool
 Iperf is a modern alternative for measuring TCP and UDP bandwidth performance,
 allowing the tuning of various parameters and characteristics.
 .
 Features:
    * Measure bandwidth, packet loss, delay jitter
    * Report MSS/MTU size and observed read sizes.
    * Support for TCP window size via socket buffers.
    * Multi-threaded. Client and server can have multiple simultaneous
      connections.
    * Client can create UDP streams of specified bandwidth.
    * Multicast and IPv6 capable.
    * Options can be specified with K (kilo-) and M (mega-) suffices.
    * Can run for specified time, rather than a set amount of data to transfer.
    * Picks the best units for the size of data being reported.
    * Server handles multiple connections.
    * Print periodic, intermediate bandwidth, jitter, and loss reports at
      specified intervals.
    * Server can be run as a daemon.
    * Use representative streams to test out how link layer compression affects
      your achievable bandwidth.

Package: iperf3
Description-md5: 868f6472f9c9d19fbddc8629a2bc01a5
Description-en: Internet Protocol bandwidth measuring tool
 Iperf3 is a tool for performing network throughput measurements. It can
 test either TCP or UDP throughput.
 .
 This is a new implementation that shares no code with the original
 iperf from NLANR/DAST and also is not backwards compatible.
 .
 This package contains the command line utility.

Package: libiperf-dev
Description-md5: 86eb0fa7b273c3acf4c250e86fd9ae3a
Description-en: Internet Protocol bandwidth measuring tool (development files)
 Iperf3 is a tool for performing network throughput measurements. It can
 test either TCP or UDP throughput.
 .
 This is a new implementation that shares no code with the original
 iperf from NLANR/DAST and also is not backwards compatible.
 .
 This is the development package which contains headers files and the
 static iperf library.

Package: libiperf0
Description-md5: 244f66f46718a4a37d9ee85afdde66c2
Description-en: Internet Protocol bandwidth measuring tool (runtime files)
 Iperf3 is a tool for performing network throughput measurements. It can
 test either TCP or UDP throughput.
 .
 This is a new implementation that shares no code with the original
 iperf from NLANR/DAST and also is not backwards compatible.
 .
 This is the runtime package for programs that use the shared iperf
 library.

Package: ipfm
Description-md5: 996d993b0f438f8324ece1dce0d4bc18
Description-en: a bandwidth analysis tool
 IPFM counts how much data was sent and received by specified hosts through
 an Internet link.

Package: ipgrab
Description-md5: 7308e793d044c4fbf4dba3d8ccbb8ec2
Description-en: tcpdump-like utility that prints detailed header information
 ipgrab is a network debugging utility not unlike tcpdump except
 that it prints out detailed header field information for
 data link, network and transport layers.

Package: ipheth-utils
Description-md5: 4c4f1234a01d89521ba262d9fb5a4cf9
Description-en: USB tethering driver support utilities for the iPhone
 Internet tethering driver for the iPhone which allows Linux systems to
 make use of the phone's internet connection using a USB cable. Unlike
 other solutions out there, you don't need to jailbreak your phone or
 install third-party proxy applications.
 .
 This package provides the support utilities required to automatically
 set up the tethered connection.

Package: ipig
Description-md5: e7fed74addfdd4f7e012d77bd745b91e
Description-en: integrating PSMs into genome browser visualisations
 iPiG targets the integration of peptide spectrum matches (PSMs) from
 mass spectrometry (MS) peptide identifications into genomic
 visualisations provided by genome browser such as the UCSC genome
 browser (http://genome.ucsc.edu/).
 .
 iPiG takes PSMs from the MS standard format mzIdentML (*.mzid) or in
 text format and provides results in genome track formats (BED and GFF3
 files), which can be easily imported into genome browsers.

Package: ipip
Description-md5: fd913d130f37b2751a056dd0848a2efe
Description-en: IP over IP Encapsulation Daemon
 This daemon provides an alternative to the kernel-resident support for IP
 encapsulation links.  It is better suited for situations where there are many
 encapsulation connections to be managed, such as is the case for amateur
 radio interconnection of network 44.  Also, because the daemon is outside the
 kernel, it provides an excellent environment for experimenting with alternate
 mechanisms for distributing encapsulation routing updates.
 .
 If you need one encapsulation link, use the kernel's built-in support.  If
 you need a lot of encapsulation links, give this daemon a try.

Package: ipmctl
Description-md5: 82742e41379b83675f177ee177d876af
Description-en: utility for configuring and managing Intel Optane DC persistent memory modules
 This package provides a CLI with the following functionality:
  * Discover PMMs on the platform.
  * Provision the platform memory configuration.
  * View and update the firmware on PMMs.
  * Configure data-at-rest security on PMMs.
  * Monitor PMM health.
  * Track performance of PMMs.
  * Debug and troubleshoot PMMs.

Package: libipmctl-common
Description-md5: ae8cb5dab657966284e73fc8e6724f9b
Description-en: library for managing Intel Optane DC persistent memory modules
 This package provides an API for the following functionality:
  * Discover PMMs on the platform.
  * Provision the platform memory configuration.
  * View and update the firmware on PMMs.
  * Configure data-at-rest security on PMMs.
  * Monitor PMM health.
  * Track performance of PMMs.
  * Debug and troubleshoot PMMs
 .
 This package contains common conf files.

Package: libipmctl-dev
Description-md5: 7710bf5c0e7f4239d121748cdeb0d8c9
Description-en: library for managing Intel Optane DC persistent memory modules - devel
 This package provides an API for the following functionality:
  * Discover PMMs on the platform.
  * Provision the platform memory configuration.
  * View and update the firmware on PMMs.
  * Configure data-at-rest security on PMMs.
  * Monitor PMM health.
  * Track performance of PMMs.
  * Debug and troubleshoot PMMs.
 .
 This package contains C development headers.

Package: libipmctl5
Description-md5: 242ddab7856025a627d251c38305dc04
Description-en: library for managing Intel Optane DC persistent memory modules
 This package provides an API for the following functionality:
  * Discover PMMs on the platform.
  * Provision the platform memory configuration.
  * View and update the firmware on PMMs.
  * Configure data-at-rest security on PMMs.
  * Monitor PMM health.
  * Track performance of PMMs.
  * Debug and troubleshoot PMMs
 .
 This package contains the runtime library.

Package: ipmitool
Description-md5: 25a9e9b297f6cb408542afe642c815cb
Description-en: utility for IPMI control with kernel driver or LAN interface (daemon)
 A utility for managing and configuring devices that support the
 Intelligent Platform Management Interface.  IPMI is an open standard
 for monitoring, logging, recovery, inventory, and control of hardware
 that is implemented independent of the main CPU, BIOS, and OS.  The
 service processor (or Baseboard Management Controller, BMC) is the
 brain behind platform management and its primary purpose is to handle
 the autonomous sensor monitoring and event logging features.
 .
 The ipmitool program provides a simple command-line interface to this
 BMC.  It features the ability to read the sensor data repository
 (SDR) and print sensor values, display the contents of the System
 Event Log (SEL), print Field Replaceable Unit (FRU) inventory
 information, read and set LAN configuration parameters, and perform
 remote chassis power control.
 .
 This package contains the daemon.

Package: ipmiutil
Description-md5: 12adce720b002c62fb9a30ccf925b3f0
Description-en: IPMI management utilities
 ipmiutil performs a series of common IPMI server management
 functions to allow administrators to perform management functions
 without a learning curve. It can gather FRU inventory data,
 SEL firmware log, sensors, watchdog, power control, health,
 monitoring, and has an SOL console. It can write sensor thresholds,
 FRU asset tags, and supports a full IPMI configuration save/restore.

Package: ipolish
Description-md5: d8a91824feb037cd42b2839bd508012d
Description-en: Polish dictionary for ispell
 This is the Polish dictionary, to be used with the ispell program,
 version 3.1.04 and following.  The dictionary contains roughly
 200,000 roots, which expand to about 2,500,000 words.

Package: wpolish
Description-md5: f4124ba8dfab1092ba729fbaf6105ff3
Description-en: Polish dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/polish containing a list
 of Polish words.  This list can be used by spelling checkers, and by
 programs such as look(1).

Package: ipp-usb
Description-md5: cc17a4063f77e85b0dfa661e79c165e2
Description-en: Daemon for IPP over USB printer support
 ipp-usb is a userland driver for USB devices (printers, scanners, MFC),
 supporting the IPP over USB protocol. It enables these USB devices to
 be seen as regular network printers.
 .
 It is designed to be a replacement of ippusbxd daemon, previously
 used for this purpose. It has a greatly rethought architecture, in
 comparison with ippusbxd, and fixes all of its major flaws and issues.

Package: ippl
Description-md5: 345418c3204362d33f2651ff8c24de98
Description-en: IP protocols logger
 writes information about incoming ICMP messages, TCP connections and
 UDP datagrams to syslog.
 .
 It is highly configurable and has a built-in DNS cache.
 .
 Please note that upstream is rather inactive lately (no release since
 2001), and that there are some rather nasty bugs.
 .
 An incomplete list of the bugs includes:
   - random packets don't get logged sometimes
   - stops logging at all after some weeks
   - ipv6 never got implemented
   - documentation is out of sync.
 .
 Trying to fix these bugs is not easy. Please do not expect the Debian
 maintainer to do this, but patches are appreciated.
 .
 Please consider using a fully-grown intrusion detection system (like
 snort) instead of ippl.

Package: ippsample
Description-md5: 05d52956afe38a8b243f3a2ec451472e
Description-en: samples/development tools for the IPP
 The ippsample project provides sample implementations of an IPP
 Client, Proxy, Server, and other tools. It is based on the CUPS
 source code and is maintained by the PWG IPP workgroup.

Package: ippsample-data
Description-md5: 99425b0531072e7e3f85367f8cf6a8d9
Description-en: samples/development tools for the IPP (data)
 The ippsample project provides sample implementations of an IPP
 Client, Proxy, Server, and other tools. It is based on the CUPS
 source code and is maintained by the PWG IPP workgroup.
 .
 This package contains files for /usr/share

Package: ipqalc
Description-md5: 9a54cb392af21767175afb5f050f9d8c
Description-en: graphical utility for IPv4 subnet calculation
 Small utility for IP address calculations including broadcast and network
 addresses as well as Cisco wildcard mask.
 .
 From a given IPv4 address calculates broadcast, network, Cisco wildcard
 mask, and host range. It can also be used as a teaching tool and presents
 the results in binary and hex values.

Package: iprange
Description-md5: 11c20817e7dddec24f0e6088dfe90486
Description-en: optimizing ipsets for iptables
 This tool is capable of managing sets of IPs.
 .
 Why to use iprange over any other aggregate ?
  * simpler
  * supports many input formats, all together in the same file
  * faster, actually a lot faster (thanks to the original design
    by Gabriel Somlo)
  * can reduce the subnets/prefixes to produce high-performing
    netfilter/iptables ipsets
  * can compare files with IPs to find if they overlap and to what degree
  * can find the IPs common to a set of files
  * can exclude IPs (merge a set of files while excluding all IPs matched
    by another set of files)

Package: iproute2
Description-md5: d10cc46ca4a9e5489b7d2c879fcfba17
Description-en: networking and traffic control tools
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 These tools communicate with the Linux kernel via the (rt)netlink
 interface, providing advanced features not available through the
 legacy net-tools commands 'ifconfig' and 'route'.

Package: iproute2-doc
Description-md5: 04b627412e2f9e6b31ebbbedd1b39794
Description-en: networking and traffic control tools - documentation
 The iproute2 suite is a collection of utilities for networking and
 traffic control.
 .
 This package contains the documentation for iproute.

Package: iprutils
Description-md5: 2ef7f44f9e4c3078c2749fa8195179ca
Description-en: userspace support for IBM Power Linux RAID SCSI driver
 A suite of utilities to manage and configure SCSI devices supported by the
 ipr SCSI storage device driver.

Package: ips
Description-md5: 61d2bf7caf600772cbdcc90e8fb9a1d9
Description-en: Intelligent process status
 Ips is an intelligent ps-like program which displays process status obtained
 from the /proc filesystem. It has features to make tracking of active,
 semi-active, and transient processes easy. It is extremely configurable, but
 is still efficient.

Package: ipset
Description-md5: d87e199641d9d6fbb0e52a65cf412bde
Description-en: administration tool for kernel IP sets
 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a  way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.

Package: libipset-dev
Description-md5: 56b64486a09f8c5918b00de0081f987f
Description-en: development files for IP sets
 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a  way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.
 .
 This package contains the development libraries and header files you need to
 develop your programs using the IP sets library.

Package: libipset13
Description-md5: decc9bd1823657b3f27fdfbd857b8759
Description-en: library for IP sets
 IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which can be
 administered by the ipset(8) utility. Depending on the type, currently an
 IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with
 MAC addresses in a  way which ensures lightning speed when matching an
 entry against a set.
 .
 If you want to
 .
  * store multiple IP addresses or port numbers and match against the
    entire collection using a single iptables rule.
  * dynamically update iptables rules against IP addresses or ports without
    performance penalty.
  * express complex IP address and ports based rulesets with a single
    iptables rule and benefit from the speed of IP sets.
 .
 then IP sets may be the proper tool for you.
 .
 This package contains the shared libraries needed to run programs that use
 the IP sets library.

Package: ipsvd
Description-md5: bb543d8f7b34c5d7c9627cac992dfa2c
Description-en: Internet protocol service daemons
 ipsvd is a set of Internet protocol service daemons for TCP/IP (optionally
 SSLv3) and UDP/IP.  A daemon waits for incoming connections on a socket;
 for new connections, it conditionally runs an arbitrary program to handle
 the connection.  The daemons can be told to read and follow pre-defined
 instructions on how to handle incoming connections; based on the client's
 IP address or hostname, they can run different programs, set a different
 environment, deny a connection, or set a per host concurrency limit.
 .
 ipsvd can be used to run services usually run by inetd or tcpserver.
 Normally the daemons are run by a supervisor process, such as runsv from
 the runit package.
 .
 See http://smarden.org/ipsvd/ for more information.

Package: iptables
Description-md5: dc4b91f4ed9a9f9fb4896c64ab1f7992
Description-en: administration tools for packet filtering and NAT
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 iptables is the userspace command line program used to configure
 the Linux packet filtering and NAT ruleset. It is targeted towards systems
 and networks administrators.
 .
 This package contains several different utilities, the most important ones:
 .
 iptables-nft, iptables-nft-save, iptables-nft-restore (nft-based version)
 .
 iptables-legacy, iptables-legacy-save, iptables-legacy-restore (legacy version)
 .
 ip6tables-nft, ip6tables-nft-save, ip6tables-nft-restore (nft-based version)
 .
 ip6tables-legacy, ip6tables-legacy-save, ip6tables-legacy-restore (legacy
 version)
 .
 arptables-nft, arptables-nft-save, arptables-nft-restore (nft-based version)
 .
 ebtables-nft, ebtables-nft-save, ebtables-nft-restore (nft-based version)

Package: libip4tc-dev
Description-md5: 57d66234c0401b5117d6cfe59615b27e
Description-en: Development files for libip4tc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files and static libraries for libip4tc.

Package: libip4tc2
Description-md5: 6cf8584710987c66eced830acf7ec565
Description-en: netfilter libip4tc library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv4) C library from the
 Netfilter xtables framework.
 .
 iptables IPv4 ruleset ADT and kernel interface.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.

Package: libip6tc-dev
Description-md5: 5aa1a942d789bc4e4e4b82a67ce3e0fd
Description-en: Development files for libip6tc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files and static libraries for libip6tc.

Package: libip6tc2
Description-md5: 6d93d5b7c7e8efee9e6f708e19b3f4f8
Description-en: netfilter libip6tc library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package contains the user-space iptables (IPv6) C library from the
 Netfilter xtables framework.
 .
 iptables IPv6 ruleset ADT and kernel interface.
 .
 This library has been considered private for years (and still is), in the
 sense of changing symbols and backward compatibility not guaranteed.

Package: libiptc-dev
Description-md5: a8fa4d8268176ad7ff7aca8b5c2f5c53
Description-en: Common development files for libiptc
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package provides development files (pkg-config) for libiptc.

Package: libiptc0
Description-md5: 21b9e8b56cf12a25ffd8b3975773ac10
Description-en: transitional dummy package
 This is a transitional package. It can safely be removed.

Package: libxtables-dev
Description-md5: 704795211bb04c8e97ee8de3b1fb0f51
Description-en: netfilter xtables library -- development files
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 This package includes the development files of libxtables.

Package: libxtables12
Description-md5: e6f38743b8298f7d8d5062979674cafb
Description-en: netfilter xtables library
 The iptables/xtables framework has been replaced by nftables. You should
 consider migrating now.
 .
 However, even if a given system may be fully running on native nftables,
 there are other reasons why libxtables might be installed. For one, nftables
 itself uses it to be able to display old rulesets that were created using
 xtables extensions (to help folks migrate). Other third-party software might
 also be linked to this library.
 .
 This library being installed in the system should be harmless in any case.
 .
 This package contains the user-space interface to the Netfilter xtables
 kernel framework.

Package: iptables-netflow-dkms
Description-md5: 26669500ed996328e4db0fbdc886db3b
Description-en: iptables target which generates netflows
 ipt-netflow is an iptables/netfilter target which generates traffic
 statistics in NetFlow v5 and v9 format as well as in IPFIX format.
 .
 It provides high performance and scalability. For highest performance
 module could be run without conntrack being enabled in
 kernel. Reported to be able to handle 10Gbit traffic with more than
 1500000 pps with negligible server load (on S5500BC).

Package: irqtop
Description-md5: de6c5b874adeffd6ac5480c952fa4b42
Description-en: Observe IRQ and SoftIRQ in a top-like fashion
 irqtop is a small ruby-written and curses-based utility which shows
 interrupt requests and software interrupts like top does for
 processes, but enhanced with colors.
 .
 irqtop is part of the ipt_netflow project as it has been written for
 monitoring the usage of the ipt_NETFLOW kernel module, but can be
 used separately.

Package: ipset-persistent
Description-md5: 3e40046a4c991bbb4e8c6a46ddf0887f
Description-en: boot-time loader for netfilter rules, ipset plugin
 netfilter-persistent is a loader for netfilter configuration using a
 plugin-based architecture.
 .
 This package contains the ipset plugin.

Package: iptables-persistent
Description-md5: 1cde2713365aeda7fa3bba00e9a06380
Description-en: boot-time loader for netfilter rules, iptables plugin
 netfilter-persistent is a loader for netfilter configuration using a
 plugin-based architecture.
 .
 This package contains the iptables and ip6tables plugins.

Package: netfilter-persistent
Description-md5: 95597849653e54a48f09ea05bea0633e
Description-en: boot-time loader for netfilter configuration
 This package provides a loader for netfilter configuration using a
 plugin-based architecture. It can load, flush and save a running
 configuration. Extending netfilter-persistent with plugins is trivial and can
 be done in any language.

Package: iptotal
Description-md5: 559d7b01763169c2e72b50e0c0c80a7c
Description-en: monitor for IP traffic, not requiring SNMP
 iptotal is yet another IP traffic monitor. It listens to a network interface in
 non-promiscuous mode, and measures IP bandwidth usage. After the specified
 number of seconds, the average throughput is printed at total, input and output
 usage.
 .
 The utility can be used to measure bandwidth usage without the need for an SNMP
 daemon.  In combination with a simple script and rrdtool it can be used to
 present the measured data in graphical format e.g. through a web interface.
 The package contains www + CGI sample files.

Package: iptraf-ng
Description-md5: 216f1a128108f85c45543704de92e8ce
Description-en: Next Generation Interactive Colorful IP LAN Monitor
 IPTraf-ng is an ncurses-based IP LAN monitor that generates various network
 statistics including TCP info, UDP counts, ICMP and OSPF information,
 Ethernet load info, node stats, IP checksum errors, and others.
 .
 IPTraf-ng is the next generation of IPTraf started as a fork of original
 iptraf-3.0.0.

Package: iptstate
Description-md5: ac2a7254ece706202d1f89c53145c43e
Description-en: top-like interface to your netfilter connection-tracking table
 IP Tables State (iptstate) was originally written to implement
 the "state top" feature of IP Filter in IP Tables. "State top"
 displays the states held by your stateful firewall in a
 top-like manner.
 .
 Features include:
  - Top-like realtime state table information
  - Sorting by any field
  - Reversible sorting
  - Single display of state table
  - Customizable refresh rate
  - Display filtering
  - Color-coding
  - much more...
 .
 To use iptstate, CONNTRACK should be enabled in your kernel.

Package: iptux
Description-md5: 0e2a14a870a45f416a44fd78dff4cf71
Description-en: Intranet communication tool for Linux
 iptux is an “IP Messenger” client for Linux.
 .
 It can:
  - auto-detect other clients on the intranet.
  - send message to other clients.
  - send file to other clients.
 .
 It is (supposedly) compatible with 飞鸽传书 (Feige) and 飞秋 (FeiQ)
 from China, and with the original “IP Messenger” clients from Japan
 as listed on http://ipmsg.org/ including g2ipmsg and xipmsg in Debian.

Package: iputils-arping
Description-md5: bb18b14837d8c79e0cf4999c5662365c
Description-en: Tool to send ICMP echo requests to an ARP address
 The arping command acts like the standard ping command except it pings
 a machine by its ARP address instead of its IP address.  It is typically
 used to locate a machine if its hardware address is known but its IP
 address is unknown

Package: iputils-clockdiff
Description-md5: 9decf160dafd56034002d36fa8dc3289
Description-en: Measure the time difference between networked computers
 Clockdiff computes the difference between the time of the machine on
 which it is called and the time of other network-accessible machines.
 The time differences measured by clockdiff are obtained using a
 sequence of ICMP TSTAMP messages which are returned to the sender by
 the IP module in the remote machine.

Package: iputils-ping
Description-md5: d70a0a65fee86f2e5c78f759703e9922
Description-en: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.

Package: iputils-tracepath
Description-md5: b539c83ecb7c1908774c67d5389dc448
Description-en: Tools to trace the network path to a remote host
 The tracepath utility is similar to the traceroute utility, but also
 attempts to discover the MTU of the path. Supports IPv4 and IPv6.

Package: ipv6calc
Description-md5: 5691bf001a0c3ea48abbc8deaa29add3
Description-en: small utility for manipulating IPv6 addresses
 The ipv6calc utility can convert between different formats of IPv4 or IPv6
 addresses. It can also show information about the addresses, including who
 they are assigned to on the Internet.

Package: ipv6pref
Description-md5: 1c3bd5a90050ebf5152fe7fd9ba386c4
Description-en: utility to set IPv6 address preferences
 ipv6pref provides a utility that preloads a library and
 allows users to control the use of IPv6 privacy extensions.
 .
 For longrunning tasks it may be undesirable to use the periodically
 changing and random addresses; using the supplied utility,
 the kernel can be instructed whether to prefer the temporary addresses
 or stick to the static ones when opening sockets for a specific program.

Package: ipv6toolkit
Description-md5: b81fcb563c4a3882073d316d7d1739cc
Description-en: Security assessment and troubleshooting tool for the IPv6 protocols
 The SI6 Networks' IPv6 toolkit is a set of IPv6 security and
 trouble-shooting tools, that can send arbitrary IPv6-based
 packets.
 .
 List of tools:
  * addr6: An IPv6 address analysis and manipulation tool.
  * flow6: A tool to perform a security asseessment of the IPv6 Flow
    Label.
  * frag6: A tool to perform IPv6 fragmentation-based attacks and to
    perform a security assessment of a number of fragmentation-related
    aspects.
  * icmp6: A tool to perform attacks based on ICMPv6 error messages.
  * jumbo6: A tool to assess potential flaws in the handling of IPv6
    Jumbograms.
  * na6: A tool to send arbitrary Neighbor Advertisement messages.
  * ni6: A tool to send arbitrary ICMPv6 Node Information messages,
     and assess possible flaws in the processing of such packets.
  * ns6: A tool to send arbitrary Neighbor Solicitation messages.
  * ra6: A tool to send arbitrary Router Advertisement messages.
  * rd6: A tool to send arbitrary ICMPv6 Redirect messages.
  * rs6: A tool to send arbitrary Router Solicitation messages.
  * scan6: An IPv6 address scanning tool.
  * tcp6: A tool to send arbitrary TCP segments and perform a variety
    of TCP-based attacks.

Package: ipvsadm
Description-md5: d34c5d442e928349e361a339b0e29561
Description-en: Linux Virtual Server support programs
 The Linux Virtual Server (lvs or IPVS) is a highly scalable and highly
 available server built on a cluster of real servers. The architecture of the
 cluster is transparent to end users, and the users see only a single virtual
 server.
 .
 This package provides some support programs necessary to implement a virtual
 server under Linux. With the addition of the mon and heartbeat packages it is
 possible to implement a complete high-availability solution for Linux.

Package: ipwatchd
Description-md5: d96bad203b9451e0e69309ccc488ad46
Description-en: IP conflict detection tool
 IPwatchD is a simple daemon that analyses all incoming ARP packets in order
 to detect IP conflicts on Linux. It can be configured to listen on one or
 more interfaces (alias interfaces are also supported) in active or passive
 mode. In active mode IPwatchD protects your host before IP takeover by
 answering Gratuitous ARP requests received from conflicting system.
 In passive mode it just records information about conflict through standard
 syslog interface.

Package: ipwatchd-gnotify
Description-md5: d4b6fd559097ebcdf4d27174058a37c0
Description-en: Gnome notification tool for IPwatchD
 IPwatchD-G-Notify is notification tool for Gnome environment used
 by IPwatchD daemon to display notification "bubble" when IP
 conflict occurs.

Package: ipxe
Description-md5: 464080e9cd2fc9e60db75303b8932264
Description-en: PXE boot firmware
 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.
 .
 It is possible to use iPXE as a PXE ROM in the network card or to
 chainload it from other boot methods.
 .
 This package provides boot code for all supported network cards in one
 binary and several bootable formats.

Package: ipxe-qemu
Description-md5: 61c8bdd569b68d2eeeb8615a8b57f65e
Description-en: PXE boot firmware - ROM images for qemu
 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.
 .
 It is possible to use iPXE as a PXE ROM in the network card or to
 chainload it from other boot methods.
 .
 This package provides boot code for the qemu emulated network cards in
 as boot ROMs.

Package: python3-ipy
Description-md5: caecb551b839f985485780e640eba2ec
Description-en: Python3 module for handling IPv4 and IPv6 addresses and networks
 IPy is a Python3 module for handling IPv4 and IPv6 addresses and
 networks in a fashion similar to perl's Net::IP and friends. The IP
 class allows a comfortable parsing and handling for most notations in
 use for IPv4 and IPv6 addresses and networks.

Package: python3-ipykernel
Description-md5: 8f6a572e5729c8a9ad706abad96ef8b1
Description-en: IPython kernel for Jupyter (Python 3)
 This software component provides an IPython kernel, which will hook
 itself into Jupyter.
 .
 This package installs the library for Python 3.

Package: python-ipyparallel-doc
Description-md5: 0e35c8a0b1629693c585d99bdeaf50ed
Description-en: Interactive Parallel Computing with IPython (documentation)
 ipyparallel is a Python package and collection of CLI scripts
 for controlling clusters for Jupyter. ipyparallel is the new home
 of IPython.parallel.
 .
 ipyparallel contains the following CLI scripts:
 .
    ipcluster - start/stop a cluster
    ipcontroller - start a scheduler
    ipengine - start an engine
 .
 This is the documentation package for ipyparallel.

Package: python3-ipyparallel
Description-md5: 66cec8c149db4f70e99d8b52deaeb8df
Description-en: Interactive Parallel Computing with IPython (library & scripts)
 ipyparallel is a Python package and collection of CLI scripts
 for controlling clusters for Jupyter. ipyparallel is the new home
 of IPython.parallel.
 .
 ipyparallel contains the following command-line scripts:
 .
    ipcluster - start/stop a cluster
    ipcontroller - start a scheduler
    ipengine - start an engine
 .
 This package installs the Python 3 library and the CLI scripts.

Package: ipython3
Description-md5: d49b6f5183335e828e40c215255f4f6d
Description-en: Enhanced interactive Python 3 shell
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the actual terminal shell for Python 3.

Package: python-ipython-doc
Description-md5: 35fe46090474b1ed75e6d8627c67beaa
Description-en: Enhanced interactive Python shell (documentation)
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the documentation.

Package: python3-ipython
Description-md5: 0e78173741a89e44c6c0babc81b3f10a
Description-en: Enhanced interactive Python shell (Python 3 version)
 IPython can be used as a replacement for the standard Python shell,
 or it can be used as a complete working environment for scientific
 computing (like Matlab or Mathematica) when paired with the standard
 Python scientific and numerical tools. It supports dynamic object
 introspections, numbered input/output prompts, a macro system,
 session logging, session restoring, complete system shell access,
 verbose and colored traceback reports, auto-parentheses, auto-quoting,
 and is embeddable in other Python programs.
 .
 This package contains the backend terminal shell for Python 3: for
 the actual frontend install ipython3.

Package: python3-ipython-genutils
Description-md5: afd08f4c7114d64cfdaac64f9f67e378
Description-en: IPython vestigial utilities for Python 3
 Contains some utilities shared by the IPython and Jupyter projects.
 .
 No new code should be written against those utilities.
 .
 This package installs the library for Python 3.

Package: jupyter-nbextension-jupyter-js-widgets
Description-md5: f4ee261b617d0b3cb21b619422af39b3
Description-en: Interactive widgets - Jupyter notebook extension
 Notebooks come alive when interactive widgets are used. Learning becomes an
 immersive and fun experience. Researchers can easily see how changing inputs
 to a model impact the results.
 .
 This package contains the server-side Jupyter notebook extension that allows a
 Jupyter notebook server to serve and display these widgets. You will also need
 to install kernel-side libraries, for an interactive session to drive and
 animate the widgets that are contained in a notebook. For Python 2 notebooks
 this is python-ipywidgets, and for Python 3 this is python3-ipywidgets.

Package: python-ipywidgets-doc
Description-md5: 04eff6c28579d2b4cb8412d11836b71b
Description-en: Interactive widgets for the Jupyter notebook (documentation)
 Notebooks come alive when interactive widgets are used. Learning becomes an
 immersive and fun experience. Researchers can easily see how changing inputs
 to a model impact the results.
 .
 This package installs documentation.

Package: python3-ipywidgets
Description-md5: 3d8af55ca201e7710e25b1ac86e14d7d
Description-en: Interactive widgets for the Jupyter notebook (Python 3)
 Notebooks come alive when interactive widgets are used. Learning becomes an
 immersive and fun experience. Researchers can easily see how changing inputs
 to a model impact the results.
 .
 This package installs the library for Python 3 notebooks.

Package: python3-widgetsnbextension
Description-md5: 9b3181713cdf0f9afab015cb45bc0538
Description-en: Interactive widgets - Jupyter notebook extension (Python 3)
 Notebooks come alive when interactive widgets are used. Learning becomes an
 immersive and fun experience. Researchers can easily see how changing inputs
 to a model impact the results.
 .
 This package contains the server-side Jupyter notebook extension as a Python 3
 module that may be installed via the notebook.nbextensions executable module.
 .
 This package should *not be necessary* for Debian software to use; instead you
 should directly use the jupyter-nbextension-jupyter-js-widgets package. It is
 provided only for compatibility with non-Debian software.

Package: iqtree
Description-md5: 74d9431c410fc0f02ede82d14c6a3692
Description-en: efficient phylogenetic software by maximum likelihood
 IQ-TREE is a very efficient maximum likelihood phylogenetic software
 with following key features among others:
 .
  * A novel fast and effective stochastic algorithm to estimate maximum
    likelihood trees. IQ-TREE outperforms both RAxML and PhyML in terms
    of likelihood while requiring similar amount of computing time (see
    Nguyen et al., 2015)
  * An ultrafast bootstrap approximation to assess branch supports (see
    Minh et al., 2013).
  * A wide range of substitution models for binary, DNA, protein, codon,
    and morphological alignments.
  * Ultrafast model selection for all data types, 10 to 100 times faster
    than jModelTest and ProtTest.
  * Finding best partition scheme like PartitionFinder.
  * Partitioned models with mixed data types for phylogenomic (multi-
    gene) alignments, allowing for separate, proportional, or joint
    branch lengths among genes.
  * Supporting the phylogenetic likelihod library (PLL) (see Flouri et
    al., 2014)

Package: ir.lv2
Description-md5: 7d2143c3dbbb8c524a2a7015eb8f5b68
Description-en: LV2 IR reverb
 IR is a zero-latency, realtime, high performance signal convolver
 especially for creating reverb effects. Supports impulse responses
 with 1, 2 or 4 channels, in any soundfile format supported by libsndfile.
 .
 IR files can be for example here:
  - https://musical-artifacts.com/artifacts?tags=impulse+response
  - https://musical-artifacts.com/artifacts?tags=ir
 .
 For converting 2ch impupuses to 4ch *True stereo* format
 use 'convert4chan' utility. See man pages.

Package: iraf
Description-md5: 6c55b8d0405360237049c296582d2c11
Description-en: Image Reduction and Analysis Facility
 IRAF is the "Image Reduction and Analysis Facility". The main
 IRAF distribution includes a good selection of programs for
 general image processing and graphics.
 .
 Other external or layered packages are available for
 applications such as data acquisition or handling data from other
 observatories and wavelength regimes such as the Hubble Space
 Telescope (optical), EUVE (extreme ultra-violet), or ROSAT and
 AXAF (X-ray). These external packages are distributed separately
 from the main IRAF distribution but can be easily installed.
 The IRAF system also the programmable Command Language scripting
 facility.

Package: iraf-dev
Description-md5: 355c3cf7ee6906bdc0b9af3ea7eb52f8
Description-en: Image Reduction and Analysis Facility (development files)
 IRAF is the "Image Reduction and Analysis Facility". The main
 IRAF distribution includes a good selection of programs for
 general image processing and graphics, plus a large number of
 programs for the reduction and analysis of optical and IR
 astronomy data.
 .
 This package contains the IMFORT Fortran/C programming interface, and
 the full SPP/VOS programming environment in which the portable IRAF
 system and all applications are written.

Package: iraf-noao
Description-md5: 27f22c08a6b1c4c85bc7d8c198b28160
Description-en: IRAF NOAO data reduction package
 IRAF is the "Image Reduction and Analysis Facility". The main
 IRAF distribution includes a good selection of programs for
 general image processing and graphics, plus a large number of
 programs for the reduction and analysis of optical and IR
 astronomy data.
 .
 This file contains the NOAO packages for the reduction and analysis
 of Optical Astronomy data.

Package: iraf-noao-dev
Description-md5: 01dc270f04f52a826856c831c3da2261
Description-en: IRAF NOAO data reduction package (development files)
 IRAF is the "Image Reduction and Analysis Facility". The main
 IRAF distribution includes a good selection of programs for
 general image processing and graphics, plus a large number of
 programs for the reduction and analysis of optical and IR
 astronomy data.
 .
 This package contains additional libraries and headers used for
 compiling packages that extend the functionality of the iraf-noao
 package.

Package: iraf-fitsutil
Description-md5: 1230e044376b0dde314b5c779e108c24
Description-en: FITS utilities for IRAF
 Several tasks to operate of FITS files and extensions from within IRAF,
 like copying, extension extraction, conversion etc.
 .
 The following tasks are available:
 .
  * fgread: Read a FITS file with FOREIGN extensions
  * fgwrite: Create a FITS file with FOREIGN extensions
  * funpack: Uncompress a FITS file
  * fxconvert: Convert between IRAF image types.
  * fxcopy: Copy FITS files or FITS extension to an output FITS file
  * fxdelete: Delete FITS extensions in place
  * fxdummyh: Create a dataless single FITS file
  * fxextract: Extract a FITS extension
  * fxheader: List one line of header description per FITS unit
  * fxinsert: Insert FITS files or extensions into another FITS file
  * fxplf: Converts a pixel list file into a BINTABLE extension
  * fxsplit: Split a multiple extension FITS file into single FITS files
  * ricepack: Rice compress a FITS file
  * sum32: Compute the 32-bit FITS 1's complement checksum

Package: iraf-mscred
Description-md5: 4fe800a41e5a04cc676e61c6bbed49c5
Description-en: CCD mosaic reduction package for IRAF
 The MSCRED external package is used to reduce CCD mosaic data in
 multiextension FITS format. This format is produced for example by
 the Data Capture Agent when observing with the NOAO CCD Mosaic
 Imager, as well as similar instruments from AAO, CFA, CFHT, ESO, INT
 and others.
 .
 The tasks in the mscred package perform the following functions:
 .
  * display the mosaic data as an apparent single mosaic image,
  * provide interactive examination of displayed mosaic data,
  * combine multiple calibration exposures into master calibration files,
  * perform the basic CCD calibrations such as zero level and gain,
  * reconstruct a single mosaic image with distortions removed,
  * register and combine dithered operations, and
  * save and restore data on tape.

Package: iraf-rvsao
Description-md5: 8d2839180823b9298af36be7816016e6
Description-en: IRAF package to obtain radial velocities from spectra
 This package obtains radial velocities and velocity dispersions using
 cross-correlation methods or emission line fits.  It consists of
 several SPP tasks:
 .
  * XCSAO and PXCSAO: cross-correlate spectra,
  * EMSAO and PEMSAO: find emission lines in spectra,
  * BCVCORR: solar system barycentric velocity correction,
  * SUMSPEC: add and/or modify spectra,
  * LINESPEC: synthetic emission line templates,
  * EQWIDTH: equivalent widths of lines in spectra,
  * WLRANGE: wavelength overlap range for a list of spectra,
  * LISTSPEC: list pixel, wavelength, delta wavelength, and/or pixel value for
    spectrum image,
  * PIX2WL: wavelength at a given pixel in a spectrum,
  * WL2PIX: pixel at a given wavelength in a spectrum,
  * VELSET Artificially change the redshift of (log-wavelength) spectra

Package: iraf-sptable
Description-md5: 808ae50d1f2b4142b2cb93d10b763904
Description-en: IRAF package for Tabular Spectra
 The SPTABLE external package contains IRAF spectral tasks intended to
 support data in various tabular formats. These formats currently
 include text files and FITS tables (direct support for the VOTable
 format is still pending) that are increasingly being used to store
 spectra as multi-column tables of wavelength/frequency and flux in a
 variety of formats.

Package: hybrid-dev
Description-md5: 3213ec9ce808db3926a66ada19254ea8
Description-en: high-performance secure IRC server - development files
 These are the headers used when writing modules for ircd-hybrid.
 For more information on how to write these modules, see the ircd-hybrid
 documentation or example_module.c in the source code for ircd-hybrid.
 .
 It also includes mbuild-hybrid, a shell script that simplifies building
 and installation of such modules. This shell script is simplistic and
 assumes a lot; if you possess clue, you will know what to do anyway.

Package: ircd-hybrid
Description-md5: 6d0ecd7f1095a9a8ad287cd1870f2be9
Description-en: high-performance secure IRC server
 ircd-hybrid is a stable, high-performance IRC server that features:
 .
  * SSL client support and server-to-server RSA encryption;
  * Compressed server links;
  * Channel exceptions (+e) and invitation exceptions (+I);
  * New configuration file format;
  * Halfops (+h) and anti-spam user mode +g;
  * Dynamically loadable modules;
  * Channel and nickname RESV's (reservations).

Package: ircd-irc2
Description-md5: c0464a4a31446446f9ff1ca05b32cd1e
Description-en: The original IRC server daemon
 This is the original Internet Relay Chat (IRC) daemon, allowing interactive
 character based communication between people connected to this server
 with IRC clients.
 .
 This version of ircd is mostly used on the IRCNet irc network.

Package: ircd-ircu
Description-md5: 46649cd4aa0a970dced331baa01922d5
Description-en: Undernet IRC Server daemon
 This is ircu, the Undernet Internet Relay Chat daemon, which allows
 interactive character based communication between people connected to
 this server with IRC clients. It is based on the latest stable version
 which can be downloaded from http://coder-com.undernet.org/.
 .
 This version is compiled for network usage but it can also run standalone.
 You can modify its behaviour with reconfiguring/rebuilding.

Package: ircii
Description-md5: 3a15243ee0084faa77ccd3844c653b4c
Description-en: Internet Relay Chat client
 The ircII program is a full screen, termcap based interface
 to Internet Relay Chat. It gives full access to all
 of the normal IRC functions, plus a variety of additional
 options. This Version is able to display mIRC colors.
 It supports "/encrypt -cast"

Package: irclog2html
Description-md5: b53c684c1620b6b07728d3a908cb11a1
Description-en: Converts IRC log files to HTML with pretty colours
 Python scripts that converts IRC log files from several formats to coloured
 HTML.
 .
 Features include:
  * XHTML & CSS output
  * Unique, automatic nick colours (preserved across nick changes)
  * URL highlighting
  * Bookmarkable timestamps for each line
  * Navigation links between daily log files

Package: ircmarkers
Description-md5: 84ee539c2429e8102def217db4e3df3c
Description-en: place markers on maps at given coordinates
 IrcMarkers takes a map in .png or .jpg format and a list of coordinates and
 labels in xplanet format and places markers on the map. It was written to
 generate user maps of IRC channels. GnuPG/PGP key ids can be associated with
 each marker, to create "maps of trust".

Package: iredis
Description-md5: 9a9d3256e852bd810eaa6ac13aef13fc
Description-en: CLI for Redis with auto-completion and syntax highlighting
 IRedis is a command line interface for Redis with auto-completion and
 syntax highlighting. It is also capable of pretty printing tabular data.

Package: irker
Description-md5: 30a05cfd0fa64ff05c40793edf4196f0
Description-en: submission tools for IRC notifications
 irkerd is a specialized IRC client that runs as a daemon, allowing other
 programs to ship IRC notifications by sending JSON objects to a listening
 socket.

Package: iroffer
Description-md5: 80aef2823af6a3415240d86f8e156db5
Description-en: IRC file distribution bot
 iroffer is a file server for IRC (commonly referred to as a DCC bot).
 It uses the DCC feature of IRC to send files to other users. iroffer
 will connect to an IRC server and let people request files from it.
 Unlike similar programs, iroffer is not a script; it is a standalone
 executable written entirely in C, from scratch, with high transfer
 speed and efficiency in mind. iroffer has been known to reach
 2MByte/sec or higher bandwidth usage when multiple transfers are
 occurring at the same time.

Package: ironic-api
Description-md5: b97fce6888e562e8174eaa8b9c8b73cc
Description-en: bare metal hypervisor API for OpenStack - API server
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Ironic API server. The ironic-api service provides a
 RESTful API that supports JSON and XML.

Package: ironic-common
Description-md5: d19392ba04cd41c030e7f63a59b6c2a0
Description-en: bare metal hypervisor API for OpenStack - common files
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Ironic common files.

Package: ironic-conductor
Description-md5: d1849ad1f5edfce90602c21f306aad40
Description-en: bare metal hypervisor API for OpenStack - conductor
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Ironic Conductore service. It is used to shield
 database access.

Package: ironic-doc
Description-md5: af9b0e8a15a0cbef6c83f54c30ee7d0d
Description-en: bare metal hypervisor API for OpenStack - doc
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Ironic documentation.

Package: python3-ironic
Description-md5: 02c758fbd1102e7475f2d214de6f9396
Description-en: bare metal hypervisor API for OpenStack - Python lib
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package provides the Ironic Python library.

Package: ironic-inspector
Description-md5: ae4b222c1fd253b0520f97ab16c42180
Description-en: discovering hardware properties for OpenStack Ironic - Daemon
 This is an auxiliary service for discovering hardware properties for a node
 managed by OpenStack Ironic. Hardware introspection or hardware properties
 discovery is a process of getting hardware parameters required for scheduling
 from a bare metal node, given it's power management credentials (e.g. IPMI
 address, user name and password).
 .
 A special discovery ramdisk is required to collect the information on a node.
 The default one can be built using diskimage-builder and
 ironic-inspector-ramdisk element.
 .
 This package contains the daemon.

Package: python3-ironic-inspector
Description-md5: 580ea138dd02157c5ec4624b8f509561
Description-en: discovering hardware properties for OpenStack Ironic - Python 2.7
 This is an auxiliary service for discovering hardware properties for a node
 managed by OpenStack Ironic. Hardware introspection or hardware properties
 discovery is a process of getting hardware parameters required for scheduling
 from a bare metal node, given it's power management credentials (e.g. IPMI
 address, user name and password).
 .
 A special discovery ramdisk is required to collect the information on a node.
 The default one can be built using diskimage-builder and
 ironic-inspector-ramdisk element.
 .
 This package contains the Python 2.7 files.

Package: ironic-tempest-plugin
Description-md5: a71bdb6ed6ce9799666042673c0e0455
Description-en: OpenStack Integration Test Suite - Ironic plugin
 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Ironic plugin.

Package: python3-ironic-ui
Description-md5: 72db15c987c6c3da01dc0c1a6423ecfa
Description-en: bare metal hypervisor API for OpenStack - Dashboard plugin
 Ironic provision bare metal machines instead of virtual machines. It is a fork
 of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
 API and a set of plugins which interact with the bare metal hypervisors. By
 default, it will use PXE and IPMI in concert to provision and turn on/off
 machines, but Ironic also supports vendor-specific plugins which may implement
 additional functionality.
 .
 This package contains the Ironic OpenStack dashboard plugin.

Package: ironseed
Description-md5: 1d0fca09583de0a05f6614493219a60d
Description-en: science-fiction exploration/strategy adventure game in space
 It was originally both developed and published by Channel 7 for DOS in 1994.
 Gameplay is real-time, featuring trading, diplomacy, and strategy, and
 somewhat resembles Star Control 2 / Ur-Quan masters.
 .
 Storyline: Escaping the iron fist of a fanatic theocracy, the members of
 the Ironseed Movement launch into space and are set adrift after suffering
 a computer malfunction. As captain, you awaken along with the crew some
 thousand years later and are confronted by an alien horde...

Package: ironseed-data
Description-md5: b3381a30c63efc776bf93658d58fd1ed
Description-en: science-fiction exploration/strategy adventure game in space - data files
 It was originally both developed and published by Channel 7 for DOS in 1994.
 Gameplay is real-time, featuring trading, diplomacy, and strategy, and
 somewhat resembles Star Control 2 / Ur-Quan masters.
 .
 Storyline: Escaping the iron fist of a fanatic theocracy, the members of
 the Ironseed Movement launch into space and are set adrift after suffering
 a computer malfunction. As captain, you awaken along with the crew some
 thousand years later and are confronted by an alien horde...
 .
 This package provides the data files for the game.

Package: elpa-irony
Description-md5: 2d27c5992ccbecb6f78ceb07117c1af7
Description-en: Emacs C/C++ minor mode powered by libclang
 irony-mode is an Emacs minor-mode that aims at improving the editing
 experience for the C, C++ and Objective-C languages. It works by
 using a combination of an Emacs package and a C++ program
 (irony-server) that uses libclang.
 .
 This package contains irony-mode.

Package: irony-server
Description-md5: e55f886fff8089a906090b0a0573e5f6
Description-en: Emacs C/C++ minor mode powered by libclang (server)
 irony-mode is an Emacs minor-mode that aims at improving the editing
 experience for the C, C++ and Objective-C languages. It works by
 using a combination of an Emacs package and a C++ program
 (irony-server) that uses libclang.
 .
 This package contains the architecture-specific irony-server.

Package: irqbalance
Description-md5: fa005f48c9a59b467ea65c0ddb10ffa9
Description-en: Daemon to balance interrupts for SMP systems
 Daemon to balance interrupts across multiple CPUs, which can lead to better
 performance and IO balance on SMP systems. This package is especially useful
 on systems with multi-core processors, as interrupts will typically only be
 serviced by the first core.
 .
 Note: irqbalance is not useful if you don't have more than one CPU core.

Package: libirrlicht-dev
Description-md5: daf77d6cc6f8d699f1292adb2b07a055
Description-en: High performance realtime 3D engine development library
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.
 .
 This package contains the development library.

Package: libirrlicht-doc
Description-md5: dca3ae98b38d177672fba4bcddb6245b
Description-en: High performance realtime 3D engine (API documentation)
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.
 .
 This package contains the API documentation and examples.

Package: libirrlicht1.8
Description-md5: 0bd9ebaf6976171a8fcfa65f1fc9c445
Description-en: High performance realtime 3D engine
 The Irrlicht Engine is an open source completely cross-platform 3D engine.
 It has support for OpenGL and its own software renderer,
 and has all of the state-of-the-art features
 which can be found in commercial 3d engines.

Package: irssi
Description-md5: f222734d8d370d75bf620389270c0ade
Description-en: terminal based IRC client
 Irssi is a terminal based IRC client for UNIX systems. It also supports
 SILC and ICB protocols via plugins.
 .
 Features include:
  * Autologging
  * Formats and themes
  * Configurable keybindings
  * Paste detection
  * Perl scripting
  * Irssi-proxy
  * Transparent upgrading
  * Recode support

Package: irssi-dev
Description-md5: 48f02dc7e9ee186db7d00968bfcaaf49
Description-en: terminal based IRC client - development files
 Irssi is a terminal based IRC client for UNIX systems. It also supports
 SILC and ICB protocols via plugins.
 .
 Features include:
  * Autologging
  * Formats and themes
  * Configurable keybindings
  * Paste detection
  * Perl scripting
  * Irssi-proxy
  * Transparent upgrading
  * Recode support
 .
 This package includes the development files for the irssi client.

Package: irssi-plugin-otr
Description-md5: ccdc9bf1f4518f74c48965de9b687e8b
Description-en: Off-The-Record messaging plugin for Irssi
 This plugin adds Off-The-Record (OTR) messaging support to the Irssi IRC
 client. Although primarily designed for use with the BitlBee IRC2IM
 gateway, it works within any query window, provided that your
 conversation partner's IRC client supports OTR.
 .
 OTR allows you to have private conversations over IM by providing:
  * Encryption - no one else can read your instant messages.
  * Authentication - you are assured the correspondent is who you think
    it is.
  * Deniability - the messages you send do _not_ have digital signatures
    that are checkable by a third party. Anyone can forge messages after
    a conversation to make them look like they came from you. However,
    _during_ a conversation, correspondents are assured the messages
    they see are authentic and unmodified.
  * Forward secrecy - if you lose control of your private keys,
    no previous conversation is compromised.

Package: irssi-plugin-xmpp
Description-md5: 9f5f35daf3f2cffed19808e2dced9b43
Description-en: XMPP plugin for irssi
 An irssi plugin to connect to the Jabber network, using the XMPP protocol.
 .
 Its main features are:
  - Sending and receiving messages in irssi's query windows
  - A roster with contact & resource tracking (contact list)
  - Contact management (add, remove, manage subscriptions)
  - Tab completion of commands, JIDs and resources
  - Support for multiple accounts
  - Unicode support (UTF-8)
  - SSL support

Package: irssi-scripts
Description-md5: 9ade0888cde177c20a11b347ca47cdbc
Description-en: collection of scripts for irssi
 This is a collection of scripts for the irssi IRC-client.
 .
 Some individual scripts need other packages in order to work
 properly. Please see the list of Suggests as well as the contained
 README.Debian for additional information.
 .
 Almost all scripts can also be downloaded from http://scripts.irssi.org/.
 .
 A list of included scripts
 .
   0x0st -- upload file to 0x0.st service
   8-ball -- the 8-ball game
   accent -- this script strips the Hungarian accents
   active_notice -- shows notices into the active channel
   active_notify -- notify messages into the active window or broadcast
   act -- reset window activity status. defines command /act
   adv_windowlist -- Adds a permanent advanced window list on the right
   aidle -- antyidler with random time
   ai -- puts people on ignore if they do a public away
   akftp -- full configurable FTP advertiser for Irssi
   akilluser -- akill a specified nick
   alame -- converts towards lame speech
   anotherway -- another auto away script
   antiplenk -- notices users who plenk
   apm -- shows your battery status in your Statusbar
   armeija -- ignores people bringin up boring/repeated subjects
   ascii -- ascii-art bassed on figlet.
   auto_away -- sets an away message automatically when you're idle
   autoaway -- automatically goes  away after defined inactivity
   autochannel -- auto add channels to channel list on join
   autocycle -- auto regain ops in empty opless channels
   autolimit -- does an autolimit for a channel
   autoopper -- auto-op script with dynamic address support and random delay
   autorealname -- print realname of everyone who join to channels
   autorejoinpunish -- kickbans or knockouts people who use autorejoin on kick
   autoreminder -- this script Reminds people to do stuff! :)
   autoversion -- auto-CTCP Version on every joining nick
   autovoice -- autovoice
   auto_whois -- /WHOIS all the users who send you a private message.
   autowhois -- /WHOIS all the users who send you a private message.
   autowrap -- automatically wraps long sent messages
   away2web --  write /away information to a file to be used on web pages
   awaybar -- provides a menubar item with away message
   away_hilight_notice -- notice your away message
   awaylogcnt -- displays in statusbar number of messages in awaylog
   away -- away with reason, unaway, and autoaway
   awayproxy -- sets nick away when client disconnects from the irssi-proxy
   away_verbose -- displays a verbose away/back message in the channels
   badword -- configurable badword kickbanning script
   bandwidth -- shows bandwidth usage in statusbar
   ban -- bans several nicks/masks on channel
   bansearch -- Search for bans, quiets, and channel modes affecting a user
   bantime -- print time when ban was set in a nicer way
   beepaway -- only beep when you are away
   beep_beep -- runs arbitrary command instead of system beep
   beep -- replaces your terminal bell by a command specified via /set
   bestoiber -- stoibers your messages
   bgta -- bytes Gallery of the TAilor Script
   binary -- converts what you type into 2-base string representation
   bitlbee_blist -- bitlbee buddy list
   bitlbee_join_notice -- bitlbee join notice
   bitlbee_nick_change -- shows an IM nickchange in an Irssi way
   bitlbee_tab_completion -- intelligent Tab-completion for BitlBee commands
   bitlbee_typing_notice -- typing notification for Bitlbee
   blowjob -- crypt IRC communication with blowfish encryption
   bmi -- a simple body mass index calculator for  depression
   calc -- simple /calc mechanism
   callerid -- reformats CallerID Messages on Hybrid & Ratbox to be Easier
   cap_sasl -- PLAIN SASL authentication mechanism
   centericq -- indicates how many new messages you have in your centericq
   cgrep -- lists users on the channel matching the specified regexp
   challenge -- run a challenge response oper thingie
   chanact -- adds new powerful and customizable [Act: ...] item
   chanfull_duden -- notify if Channellimit is reached
   chanfull -- notifies the user when some channel limit is reached
   chankeys -- manage channel keyboard shortcuts
   chanpeak -- log maximum number of people ever been in a channel
   chansearch -- searches for specific channels
   chanshare -- display people who are in more than one channel with you
   chansort -- sort all channel and query windows
   chansync -- /who a channel and optionally executes a command
   chops -- simulates BitchXs /CHOPS and /NOPS commands.
   Cirssi -- Controls Audacious2 and MOCP from Irssi
   cleanpublic -- removes colors and other  formatting from public channels
   clipboard -- better quoting of content from clipboard
   cloneprot -- parses OperServ notices
   clones --  display clones in the active channel
   colorize_nicks -- Colourise mention of nicks in the message body.
   colorkick --  kicking users for using colors or blinks
   colorswap -- swap between green and white format for public messages.
   connectcmd -- run arbitrary shell commands while [dis]connecting to a server
   copy -- copy a line in a paste buffer
   countdown --  adds public channel command for counting down something
   country -- print the country name in /WHOIS replies
   cp1250_kick -- Kicks people using cp1250 charset
   crapbuster -- removes CRAP or CLIENTCRAP messages from your buffer
   cron -- allows one to execute commands  at given interval/time
   ctrlact -- allows per-channel control over activity indication
   cwho -- cached WHO
   dancer_forwardfix -- fix problem with channel forwarding on the Dancer ircd
   dancer_hide_477 -- this script hides the 477 numerics from the dancer IRCd
   dau -- write like an idiot
   dcc_ip -- this script sets dcc_own_ip when starting a DCC send or chat
   dccmove -- Move completed dcc gets to the subfolder done
   dccself -- starts a dcc chat with yourself on that host/port.
   dccstat -- Shows verbose or short information of dcc send/gets on statusbar
   defaultchanmode -- allows your client to automatically set desired chanmode
   desktop-notify Sends notification using the Desktop Notifications
   df -- adds an item which displays the current disk usage.
   dice -- a dice Simulator for Roleplaying in Channels or just for fun
   dictcomplete -- caching dictionary based tab completion
   dim_nicks -- Dims nicks that are not in channel anymore
   dispatch -- this scripts sends unknown commands to the server
   discord_unbridge -- turns "<bridge> <Sender> Message" into "<Sender> Message".
   doc -- manage tips  url help in a doc file in the keyword=definition form
   doublefilter -- filters msgs which appear the same on different channels
   dtach_away -- set (un)away, if dtach is attached/detached
   duckduckgo -- search in duckduckgo website
   elist -- allow advanced parametrization of the /list command
   eliza -- answers to /msgs using Chatbot::Eliza when youre away
   emaildb -- a script for accessing an email MySQL database  through irc
   email_msgs -- Emails you messages sent/received while you're away or not
   eng_no_translate_dpryo -- english->norwegian translation
   events -- expand event mode and emit event mode {channel,user,server}
   exec_clean -- execute process whose parent window has been closed
   fakectcp -- sends fake ctcp replies to a client using a fake ctcp list
   figlet -- safe figlet implementation
   file -- a command to output content of files in various  ways
   findbot -- public command @find script
   find -- finds a nick by real name, if hes on a channel with you
   fleech -- fserve leecher - helps you download files from file servers
   fnotify -- Write notifications to a file in a consistent format
   follow -- automatically switch to active windows
   foo -- rot n+i encryption and decryption
   foreach_user -- extends the /foreach command to have /foreach user
   fortune -- send a random fortune cookie to an user in channel
   forward -- forward incoming messages to another nick
   fpaste -- copy infos to fpaste
   freenode_filter -- this script will filter some Freenode IRCD servernotices
   friends_peder -- basically an autoop script with a nice interface
   friends_shasta -- maintains list of people you know
   fserve -- file server for irssi
   fuckem -- simulates the BitchX /FUCKEM command
   getop -- automatically request op from random opped person
   gimmie -- a bot script
   gitscriptassist -- script management with git
   go2 -- Switch to the window with the given name or item
   google -- This script queries google.com and returns the results
   go -- activates a window given a name/partial name
   gpgvalidator -- have gpg-based trusting features in your irssi client
   grep -- GREP command
   guts -- adds the uppercased version of the tab completes
   hddtemp -- adds a statusbar item which shows temperatures of harddisks
   hello -- this script allows you to greet the channel youre living
   hideauth -- stops eggdrop passwords showing up
   hide -- a little interface to irssis activity_hide_* settings
   hideshow -- Removes and re-adds lines to the Irssi buffer view
   highlite -- shows events happening in all channels
   hignore -- if you use this command in a query it will ignore the host
   hilightwin -- print highlighted messages to window named highlight
   history_search -- search within your typed history as you type
   hlbot -- floods the channel about things that are happening in your server
   hl -- responds to !hl counterstrike.server
   hostname -- list all IP addresses on all interfaces found on your machine
   identify-md5 -- MD5 NickServ identification script for SorceryNet
   idlesince -- adds 'idle since' line to whois replies.
   idletime -- retrieves the idletime of any nick
   idonkey -- equips Irssi with an interface to mldonkey
   ignore_log -- script to log ignored messages
   ignoreoc -- ignore messages from people not on your channels
   il -- adds a statusbar item which show length of the inputline
   imdb -- automatically lookup IMDB-numbers in nicknames
   iMPD -- this controls Music Player Daemon from the familiar irssi interface
   intercept -- Intercept misprinted commands and offer to remove the first char
   invitejoin -- this script will join a channel if somebody invites you to it
   ipupdate -- auto /set dcc_own_ip IP on connect.
   irccomplete -- adds words from IRC to your tab-completion list
   ircgallery -- show IRC gallery information on /WHOIS or /GALLERY
   ircgmessagenotify -- review IRC galleria.net and says when you have messages
   ircops -- display IrcOps in current channel
   ircsec -- secures your conversation
   irssiBlaster -- display the song played by mp3blaster
   isdn -- displays incoming ISDN calls
   itime -- internet Time statusbar item
   ixmmsa -- announces which _file_ is currently playing.
   joininfo -- reports WHOIS information and channel list
   kban-referrals -- Script for kickbanning those who post referral links
   kblamehost -- kicks (and bans) people with >= 4 dots in theirs hostname
   keepnick -- try to get your nick back when it becomes available.
   kenny -- autodekennyfies /kenny, adds /kenny, /dekenny
   kernel -- fetches the version(s) of the latest Linux kernel(s).
   kicks -- enhances /k /kb and /kn with some nice options.
   kill_fake_gets -- checks if there are old identical sends and closes them
   kline_warning -- shows a warning in the statuswindow
   l33tmusic -- show playing xmms song in channel or in a statusbar
   lastspoke -- remembers what people said last on what channels
   len -- if you try to get a nick with 11 characters but only 9 are allowed
   leodict -- translates via dict.leo.org
   licq -- licq statusbar thingy
   linkchan -- link several channels on several networks
   listen -- display what mp3 you are playing in which software
   loadavg -- display a loadavg statusbar item using vm.loadavg
   localize -- localizes users using traceroute
   log2ansi -- convert mirc color and irssi internal formatting to ansi colors
   logcompress -- compress logfiles then they're rotated
   logresume -- print last n lines of logs when opening queries/channels
   ls -- show all nicks matching regex in the current channel
   mailcheck_imap -- staturbar item which indicates how many new emails
   mailcheck_mbox_flux -- polls your unix mailbox for new mail
   mailcheck_pop3_kimmo -- POP3 new mail notification
   mangle -- translates your messages into Morse code, rot13 and other
   map -- generates simple tree of IRC network based on the output of the LINKS
   mass_hilight_blocker -- disables highlighting for messages of some nicks
   miodek -- simple wordkick system
   mkick -- mass kick
   mkshorterlink -- automatically shortens links
   mldonkey_bandwidth -- shows your mldonkeys current down- and upload rate
   modelist -- cache of invites and ban exceptions in channel
   modelist-r -- cache of invites, ban exceptions and reops in channel
   mood -- keeps track of the channel mood
   morse -- turns your messages into morse or spelling code
   mouse -- control irssi using mouse clicks and gestures
   mpg123 -- display current mpg123 track
   multipaste -- helps pasting multiple lines to a channel
   my_beep -- runs arbitrary command instead of system beep
   mygoogle -- query Google
   myimdb -- query imdb
   mysqlurllogger -- logs urls to MySQL database
   nact -- adds an item which displays the current network activity
   newsline -- brings various newstickers to Irssi
   news -- news reader
   nickban -- a simple nick banner. If it encounters a nick it bans its host
   nickcolor -- assign a different color for each nick
   nickident -- identify to nickserv
   nickignore -- ignores nick changes when only the case or special characters
   nicklist -- draws a nicklist to another terminal
   nickmix-c0ffee -- the number of chars you want to keep from your orig nick
   nickmix_pasky -- perturbates given nick (or just a word) in certain way
   nickserv -- this script will authorize you into NickServ
   niq -- bitchX like Nickcompletion at line start plus statusbar
   nm -- right aligned nicks depending on longest nick
   nocaps -- replaces lines in ALL CAPS with something easier on the eyes
   nocollide -- automatically changes nick when certain amount of colissions
   noisyquery -- prints an info about a newly started Query
   nopl -- replaces polish national characters with their corresponding letters
   norepeat -- stops public repeating
   noteserve -- utilizes NoteServ to implement a buddylist
   noticemove -- prints private notices from people in the channel
   notonline -- answers $nick: No. if youre away and someone asks are you online
   ogg123 -- display current ogg123 track
   oidenty -- oidentd support for irssi
   on -- tries to fit into Irssis usage style more than emulating ircII.
   ontv -- turns irssi into a tv program guide
   oopsie -- Stops those silly mistakes being sent (spaces at start of line,etc)
   oops -- turns ls in the beginning of a sent line into the names
   openurl -- stores URLs in a list and launches mail, web or ftp software
   operit -- perform certain action on request authenticated by the IRC operator
   operview -- reformats some server notices
   opnotice -- send a notice to the ops in a channel
   opnotify -- highlights window refnumber in statusbar
   osd -- an OnScreenDisplay it shows who is talking to you, on what IRC Network
   page-c0ffee -- ignore pages
   page_reeler -- display and send CTCP PAGE
   pager -- notifies people if they send you a private message or a DCC chat
   pangotext -- Render text with various color modifications using HTML tags
   paste_derwan -- pasting lines to specified targets
   paste_huggie -- paste reformats pieces of text typically pasted
   paste_kimmoke -- start and stop recording and then replay without linebreaks
   pelix --  this script allows you flood shit.
   people -- userlist with autoopping, autokicking etc.
   perlalias -- Quickly create commands from short perl blocks
   pggb_sound -- does CTCP SOUNDs and other similar things.
   phpdoc -- display all functions of the famous language
   poison -- equips Irssi with an interface to giFT
   postpone -- postpones messages sent to a split user
   ppl -- port of asmodeans /ppl command from skuld3
   print_signals -- hooks into almost every signal and writes the info to a file
   query -- give you more control over when to jump to query windows
   queryresume -- restores the last lines of a query on re-creation
   quiet -- adds support for +q (quiet user) channel modes to irssi
   quitrand -- random quit messages - based on quitmsg
   quizgr -- turns irssi into a quiz bot. Has Greek language
   quizmaster -- a trivia script for Irssi
   quiz -- turns irssi into a quiz bot
   q_username -- prints the Q username in right format
   rainbow -- prints colored text. Rather simple than sophisticated
   randaway -- random away-messages
   randname -- random /set real_name taken from a file
   relm -- keeps last 15 messages in cache
   remote -- lets you run commands remotely via /msg and a password
   repeat -- hide duplicate lines
   resize_split -- resizes a split window when it is made active
   revolve -- Summarizes multiple sequential joins/parts/quits
   rk -- kicks random nick from ops lusers | all on channel
   romajibind -- dynamic romaji binds
   romaji -- translates romaji to hiragana or katakana in text enclosed in ^R
   rot13 -- ROT13 encoding and reverse :)
   rotator -- displaye changeing statusbar item to show irssi is still running
   sana_cmd -- translates english-finnish-english.
   sana -- sanakirja info bot
   schwaebisch -- translates your messages from German to swabian
   screen_away -- set (un)away, if screen is attached/detached
   scripthelp -- bebProvides access to scripts help
   scriptinfo -- Access script information
   scroller -- scrolls specified text on the status bar
   seen -- tell people when other people were online
   servercomplete -- tab complete servers and userhosts
   seti -- tell ppl how far youve gotten with you SETI@home  workunit.
   shortenurl -- use http://42.pl/url/ to make smaller URLs
   showhilight -- show highlight messages in active window
   showhost -- show host kicks
   showmode -- show modes in parts, quits, kicks, topic changes or actions
   smiley -- very useful smiley-flooder
   sms -- address-book with smssender, for now supports only Polish operators
   snmpup -- queries remote hosts running snmpd for its uptime and cpu usage
   spambot -- oper script to kill Spam Bots
   special_complete -- complete irssi special variables
   spellcheck -- checks for spelling errors using Aspell
   sping -- checks latency between current server and [server]
   stocks -- prints the stats for German stocks
   synccheck -- script checking channel synchronization
   sysinfo277-irssi -- cross-platform/architecture system information script
   sysinfo_dg -- prints system information
   sysinfoplus -- Linux system information
   tab_stop -- replaces the evil inverted
   talk -- This script talks to you *g*. It reads the chat-msgs for you
   target -- advances IRC warfare to the next level
   thankop -- remembers the last person oping you on a channel
   theme -- activate, show or get theme
   thistory -- keeps information about the most recent topics of the channels
   tictactoe -- tic-tac-toe game
   timer -- provides /timer command for mIRC/BitchX type timer functionality
   tinyurl -- create a tinyurl from a long one
   title -- display configurable title as XTerm title
   tlock -- locks current or specified topic on [channel]
   tmux-nicklist-portable -- displays a list of nicks in a separate tmux pane
   topic-diff -- this script shows you changes in the topic
   topicsed -- editing channel topics by regexps
   topics -- records a topic history and locks the channel topic
   trackbar -- shows a bar where youve last read a window
   tracknick -- lets you see them with the real nick all the time
   track -- Keeps track of users by building a database of  online
   trigger -- execute a command or replace text
   trustweb -- illustrates the trust between ops
   tvmusor -- asks for the current tv-lineup
   twirssi -- send twitter updates using /tweet
   twprompt -- bitchXs CrackRock3 animated prompt bar
   twsocials -- IRC version of Social Commands
   twtopic -- animated Topic bar
   UNIBG-autoident -- automatically  ident  when you reconnect
   upgradeinfo -- statusbaritem notifying you about updated binary
   u -- show all nicks  matching regex in the current channel
   uptime -- try a little harder to figure out client uptime
   urlfeed -- Provides RSS feeds with URLs pasted on your channels
   urlgrab -- captures urls said in channel and private messages and save
   url_log -- logs urls to textfile or/and database
   url -- grabs URLs in messages and allows you to open them on the fly
   urlplot -- URL grabber with HTML generation and cmd execution
   urlwindow -- Print urls to window named "urls"
   userhost -- adds a -cmd option to the /USERHOST builtin command
   users -- implements /USERS
   version-stat -- shows top[0-9]+ irc client versions in a channel
   verstats -- draws a diagram of the used clients in a channel
   vowels -- silly script, removes vowels, idea taken from  #Linuxnews
   warnkick -- warns you if someone kicks you out of a channel
   washnicks -- removes annoying characters from nicks
   watch -- watch for irssi
   whitelist -- specific nicks or hosts and ignore messages from anyone
   whois -- highlights @ in whois channel reply
   whos -- this script allows  you to  view all users  on a specific server
   wilm -- whois on a person who sent you last private message
   wkb -- a simple word kickbanner
   wlstat -- adds a window list in the status area.
   wordcompletition -- adds words from IRC to your tab-completion list
   wordscramble -- scrambles all the letters in a word except the first and last
   xauth -- undernet X Service Authentication Program
   xcmd -- makes Undernets X commands easier and faster to use
   xdccget -- advances downloading from XDCC bots
   xetra -- brings the stock exchanges of the world to your irssi
   xlist -- better readable listing of channel names
   xmms2 -- Returns XMMS-InfoPipe data
   xmmsinfo -- /xmmsinfo to tell what youre currently playing
   xmms -- XMMS-InfoPipe front-end - allow /np [-help] [dest]
   xqf -- automatically sends xqf data to irssi and optionally licq

Package: irstlm
Description-md5: 9d30da722339720fc161041210d17e3c
Description-en: IRST Language Modeling Toolkit
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides the command line tools.

Package: libirstlm-dev
Description-md5: c8171d1c8df7d2942108fdc07925c54d
Description-en: IRST Language Modeling Toolkit - development files
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides development headers for IRSTLM.

Package: libirstlm1
Description-md5: 173dcb225ef7deb2fae16d825d73623a
Description-en: IRST Language Modeling Toolkit - runtime library
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package contains the IRSTLM shared library.

Package: irtt
Description-md5: 0da45fc12a43e44f00aa8f77d3a9e46a
Description-en: Isochronous Round-Trip Tester
 IRTT (Isochronous Round-Trip Tester) IRTT measures round-trip time,
 one-way delay and other metrics using UDP packets sent on a fixed period,
 and produces both user and machine parseable output.

Package: armv6-support
Description-md5: b8ce682e9901d47fa0e1725152cd985d
Description-en: CPU feature checking - require ARMv6
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for ARMv6 and refuses to install
 on unsupported hardware.
 .
 The ARMv6 architecture (not to be confused with product family ARM6) uses
 physically addressed cache, solving many cache aliasing problems and
 reducing context switch overhead. Unaligned and mixed-endian data access is
 supported. This architecture includes the first version of Thumb
 technology.
 .
 This feature is not guaranteed by the architecture baseline, but is
 available for newer armel machines in the ARM11 product family, including
 ARM1136J(F)-S, ARM1156T2(F)-S, ARM1176JZ(F)-S, ARM1136EJ(F)-S, and
 ARM11MPCore processors. Boards include the Raspberry Pi model 1 and
 Raspberry Pi Zero.

Package: armv6k-support
Description-md5: bd3816e200545282de9bfb220bfa8934
Description-en: CPU feature checking - require ARMv6K
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for ARMv6K and refuses to install
 on unsupported hardware.
 .
 ARMv6k is a subarchitecture of ARMV6 adding Symmetric MultiProcessing
 and Thread Local Storage instruction sets. It is not guaranteed by the
 architecture baseline, but is available for newer armel machines in the
 ARM11 product family; boards include the Raspberry Pi model 1 and
 Raspberry Pi Zero.

Package: armv7-support
Description-md5: 5a7b19c058868eea11338bc4624a242a
Description-en: CPU feature checking - require ARMv7
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for ARMv7 and refuses to install
 on unsupported hardware.
 .
 ARMv7 (not to be confused with product family ARM7) includes Thumb-2
 technology, adding 32-bit instructions into compressed Thumb mode. It is
 not guaranteed by the architecture baseline, but is available for newer
 armel machines (including CPUs that support armhf) since the Cortex-A
 product family, including Cortex-A5, -A7, -A8, -A9, -A12, -A15, and -A17
 processors. Boards include the Raspberry Pi 2.

Package: armv8-support
Description-md5: 0cf839fd71549479d43bcae867013c15
Description-en: CPU feature checking - require ARMv8
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for ARMv8 and refuses to install
 on unsupported hardware.
 .
 ARMv8 (not to be confused with product family ARM8) introduced a large
 number of ISA enhancements. It is not guaranteed by the architecture
 baseline, but is available for newer armel machines (including CPUs that
 support armhf) since the Cortex-A product family, including Cortex-A32, as
 well as all arm64 processors. Boards include the Raspberry Pi 3 and 4.

Package: isa-support
Description-md5: 9262b32bfce640ea80d32e418d827b37
Description-en: CPU feature checking - common back-end
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This package provides the feature-probing infrastructure. To assert a CPU
 requirement, other packages can pre-depend on one of the individual
 feature-specific packages:
 .
 sse2-support, sse3-support, sse4.2-support, altivec-support, neon-support,
 armv6-support, armv7-support, armv8-support, vfp-support, vfpv2-support,
 vfpv3-support

Package: neon-support
Description-md5: 1aaf10c80a221d945570e42f28c0e186
Description-en: CPU feature checking - require neon
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for neon and refuses to install
 on unsupported hardware.
 .
 This is a mostly dummy package which checks for Neon and refuses to install
 on unsupported hardware.
 .
 Neon, also known as MPE (Media Processing Engine) or Advanced SIMD, is a
 combined 64- and 128-bit SIMD instruction set that provides standardised
 acceleration for media and signal processing applications. It is available
 on the vast majority of armhf devices but not guaranteed before the 64-bit
 capable ARMv8.

Package: sse2-support
Description-md5: b162a1396f7f1cbb2894e1ed1cbeb516
Description-en: CPU feature checking - require SSE2
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for SSE2 and refuses to install
 on unsupported hardware.
 .
 Streaming SIMD Extensions (SSE) is a single instruction, multiple data
 (SIMD) instruction set extension.
 .
 SSE2 was an incremental upgrade to SSE intended to fully replace the earlier
 MMX instruction set. It is available on processors from Pentium 4 onward,
 including all 64-bit capable ones, but not on Pentium 3, Athlon XP, Via C3,
 Quark, or older processors.

Package: sse3-support
Description-md5: 3b0c075996e830a6e7b6618501e94066
Description-en: CPU feature checking - require SSE3
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for SSE3 and refuses to install
 on unsupported hardware.
 .
 Streaming SIMD Extensions (SSE) is a single instruction, multiple data
 (SIMD) instruction set extension.
 .
 SSE3, also called PNI (Prescott New Instructions), is an incremental upgrade
 to SSE2, adding a handful of new operations useful for processing media. It
 is available on almost any 64-bit-capable processor except for some early
 AMD models (Sledgehammer and Clawhammer), but is not available on most
 32-bit-only hardware.

Package: sse4.1-support
Description-md5: 248c203e37b6c59808dcaa600f2a9acc
Description-en: CPU feature checking - require SSE4.1
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for SSE4.1 and refuses to install
 on unsupported hardware.
 .
 Streaming SIMD Extensions (SSE) is a single instruction, multiple data
 (SIMD) instruction set extension.
 .
 SSE4.1 added a dot product instruction and additional integer instructions.
 It is available on Intel processors since Penryn (circa 2008), but notably
 not on anything AMD until the Bulldozer (15h, in 2011) and Jaguar (16h, in
 2013) families.

Package: sse4.2-support
Description-md5: 1f94d80482d745922e0a697409ac51c0
Description-en: CPU feature checking - require SSE4.2
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for SSE4.2 and refuses to install
 on unsupported hardware.
 .
 SSE4.2 added string and text processing instructions that perform character
 searches and comparison on two operands of 16 bytes at a time. It is
 available on Intel processors since Nehalem (circa 2008), but notably not
 on anything AMD until the Bulldozer (15h, in 2011) and Jaguar (16h, in
 2013) families.

Package: vfp-support
Description-md5: c8ae56fb6bf8ab021615f6210b875105
Description-en: CPU feature checking - require VFP
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for VFP and refuses to install
 on unsupported hardware.
 .
 VFP (Vector Floating Point) technology is a floating-point unit (FPU)
 coprocessor extension to the ARM architecture. It provides single- and
 double-precision floating-point computation fully compliant with IEEE
 754-1985.

Package: vfpv2-support
Description-md5: 9cf085e5f5ccd8f168013e86f42a5cdd
Description-en: CPU feature checking - require VFPv2
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for VFPv2 and refuses to install
 on unsupported hardware.
 .
 VFP (Vector Floating Point) technology is a floating-point unit (FPU)
 coprocessor extension to the ARM architecture. It provides single- and
 double-precision floating-point computation fully compliant with IEEE
 754-1985.
 .
 VFPv2 has 16 64-bit FPU registers. It is available for some ARMv5 and
 all ARMv6 cores.

Package: vfpv3-support
Description-md5: 2b478fe7946a061f0dd1a17e322ec8d6
Description-en: CPU feature checking - require VFPv3
 The packages in the isa-support family probe for microprocessor Instruction
 Set Architecture features such as SSE3. By refusing to install on machines
 lacking a required feature, they allow ISA requirements to be handled in
 terms of package dependencies.
 .
 This is a mostly dummy package which checks for VFPv3 and refuses to install
 on unsupported hardware.
 .
 VFP (Vector Floating Point) technology is a floating-point unit (FPU)
 coprocessor extension to the ARM architecture. It provides single- and
 double-precision floating-point computation fully compliant with IEEE
 754-1985.
 .
 VFPv3 has 32 64-bit FPU registers as standard, adds VCVT instructions to
 convert between scalar, float, and double, and adds immediate mode to VMOV,
 allowing constants to be loaded into FPU registers. It is available on most
 Cortex-A8 and -A9 ARMv7 processors.

Package: isatapd
Description-md5: a15e66e4c8e1744347876ee1da186ec1
Description-en: creates and maintains an ISATAP client tunnel (RFC 5214)
 isatapd creates and maintains an ISATAP client tunnel (RFC 5214) in Linux.
 .
 It uses the in-kernel ISATAP support first introduced in linux-2.6.25.
 It does NOT operate the tunnel or handle any IPv6 traffic, it only sets
 up the tunnel parameters, the Potential Router List, sends periodic
 router solicitations and tries to detect link changes.

Package: isbg
Description-md5: 88d9311855e168aced06c5d89df4aab4
Description-en: scan spam with SpamAssassin via IMAP
 isbg is a script that makes it easy to scan an IMAP inbox for spam
 using SpamAssassin and get your spam moved to another folder.
 .
 Unlike the normal mode of deployments for SpamAssassin, isbg does not
 need to be involved in mail delivery, and can run on completely
 different machines to where your mailbox actually is. So this is the
 perfect tool to take good care of your ISP mailbox without having to
 leave it.

Package: python3-isbnlib
Description-md5: 4a93a7a68756d6e91187e22c131c3e2e
Description-en: ISBN processing library
 ISBNlib is a pure Python library for validating, cleaning and getting
 metadata from ISBN strings.
 .
 ISBN or International Standard Book Number format is somewhat fluid so
 this library provides ways to parse it to canonical form and then also to
 validate the numbers via databases as well as get metainfo for issued
 ISBNs.
 .
 Python3 version.

Package: isc-dhcp-client
Description-md5: f420f2f086bd0ea993e6112c376e0d1f
Description-en: DHCP client for automatically obtaining an IP address
 This is the Internet Software Consortium's DHCP client.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration. If your machine
 depends on DHCP (especially likely if it's a workstation on a large
 network, or a laptop, or attached to a cable modem), keep this or
 another DHCP client installed.
 .
 Extra documentation can be found in the package isc-dhcp-common.
 .
 ISC has decided to stop maintaining the client and relay parts of isc-dhcp,
 and they will be removed after the 4.4.3 release, keeping only the server
 component. Please, consider using an alternative for isc-dhcp-client
 (dhclient).
 .
 More information can be found in the ISC official announcement:
 https://www.isc.org/blogs/dhcp-client-relay-eom/

Package: isc-dhcp-client-ddns
Description-md5: b50603a1b35d2890c76eeaa6a2333d69
Description-en: Dynamic DNS (DDNS) enabled DHCP client
 This a Dynamic DNS enabled version of the DHCP client.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration. If your machine
 depends on DHCP (especially likely if it's a workstation on a large
 network, or a laptop, or attached to a cable modem), keep this or
 another DHCP client installed.
 .
 Extra documentation can be found in the package isc-dhcp-common.

Package: isc-dhcp-common
Description-md5: 2790388f06e46625f3fdfcb787daeb31
Description-en: common manpages relevant to all of the isc-dhcp packages
 This package includes manpages that are relevant to the various ISC DHCP
 packages.
 .
 The dhcp-options manpage describes available options for dhcpd and dhclient.
 The dhcp-eval manpage describes evaluation of conditional expressions.

Package: isc-dhcp-dev
Description-md5: a5da96904bc2ff124317fb1545407142
Description-en: API for accessing and modifying the DHCP server and client state
 This package provides support for OMAPI (Object Management Application
 Programming Interface), which is an API for accessing and modifying the DHCP
 server and client state.

Package: isc-dhcp-relay
Description-md5: b1b47eedfefee57c31c11700552655ee
Description-en: ISC DHCP relay daemon
 This is the Internet Software Consortium's DHCP relay.
 .
 Installing this package will make the machine a DHCP relay, which
 requires a reachable DHCP or BOOTP server in order to function.
 .
 Extra documentation can be found in the package isc-dhcp-common.
 .
 ISC has decided to stop maintaining the client and relay parts of isc-dhcp,
 and they will be removed after the 4.4.3 release, keeping only the server
 component. Please, consider using an alternative for isc-dhcp-relay
 (dhcrelay).
 .
 More information can be found in the ISC official announcement:
 https://www.isc.org/blogs/dhcp-client-relay-eom/

Package: isc-dhcp-server
Description-md5: 38647f497f13c9a0a99f9d9cf772d70d
Description-en: ISC DHCP server for automatic IP address assignment
 This is the Internet Software Consortium's DHCP server.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration.
 .
 This server can handle multiple ethernet interfaces.

Package: isc-dhcp-server-ldap
Description-md5: 5128e40dee2335c1d24210a6ce42aae2
Description-en: DHCP server that uses LDAP as its backend
 This is the server from the Internet Software Consortium's implementation of
 DHCP.
 .
 Dynamic Host Configuration Protocol (DHCP) is a protocol like BOOTP
 (actually dhcpd includes much of the functionality of bootpd). It
 gives client machines "leases" for IP addresses and can
 automatically set their network configuration.
 .
 This is the DHCP server with LDAP patches applied to it.

Package: kea
Description-md5: e25f6444d9d07d136f737507ec3517b9
Description-en: DHCP server [meta]
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This is a metapackage that depends on all server components of Kea.

Package: kea-admin
Description-md5: c9f76c400a9a8b4ae017db23ff2b0436
Description-en: Administration utilities for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides backend database initialization and migration
 scripts and a DHCP benchmark tool.

Package: kea-common
Description-md5: 036f45b1684fea1bbb73395bfbf7c1bd
Description-en: Common libraries for the Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides common libraries used by Kea servers and utilities.

Package: kea-ctrl-agent
Description-md5: db4bd1bd86aae7a2b696add4d20af49d
Description-en: REST API service for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides the REST API service agent for Kea DHCP.

Package: kea-dev
Description-md5: 58dfc665194626852781d1b30a4fa175
Description-en: Development headers for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides headers and static libraries of the common Kea
 libraries, including libdhcp++.

Package: kea-dhcp-ddns-server
Description-md5: c4d6ed49c68fe3b01b02ecf43ced7560
Description-en: DHCP Dynamic DNS service
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides Dynamic DNS service to update DNS mapping based on
 DHCP lease events.

Package: kea-dhcp4-server
Description-md5: 303fd4026c5100314d5d9c733e74134b
Description-en: IPv4 DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This package provides the IPv4 DHCP server.

Package: kea-dhcp6-server
Description-md5: a581bb6ef7e3b309db7a79f180a5ff3a
Description-en: IPv6 DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium
 providing a very high-performance with PostgreSQL, MySQL and memfile backends.
 .
 This package provides the IPv6 DHCP server.

Package: kea-doc
Description-md5: 6e9f490e01f5b109869b23df82d030ee
Description-en: Documentation for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides documentation for the DHCP servers.

Package: python3-kea-connector
Description-md5: 8388604e8df3563b42bd45455b907460
Description-en: Python3 management connector for Kea DHCP server
 Kea is an IPv4 and IPv6 DHCP server developed by Internet Systems Consortium.
 .
 This package provides Python3 connector.

Package: iselect
Description-md5: d5ace58e0f463bb09718d97ff6516c24
Description-en: ncurses-based interactive line selection tool
 iSelect is an interactive line selection tool, operating via a
 full-screen Curses-based terminal session. It can be used either as
 an user interface frontend controlled by a Bourne-Shell/Perl/Tcl
 backend as its control script or in batch mode as a pipeline filter
 (usually between grep and the final executing command).
 .
 This package also includes screen-ir, a script to interactively
 reattach to one of several screen sessions.

Package: isenkram
Description-md5: 85f60039823837fb5eacebf8c7a30d2c
Description-en: Suggest packages to install when inserting new hardware (GUI popup)
 Try to figure out which packages to suggest for use with a freshly
 inserted hardware device.

Package: isenkram-cli
Description-md5: 51521383dd1ad0e6878f6c711bbed18a
Description-en: Suggest packages to install when inserting new hardware (CLI tool)
 Command line interface tools to try to figure out which packages to install
 to use the available hardware devices.  This package also contain the data
 files mapping hardware to packages.

Package: libisl-dev
Description-md5: 9330fbca4463124a77a29e9568838474
Description-en: manipulating sets and relations of integer points bounded by linear constraints
 isl is a library for manipulating sets and relations of integer points
 bounded by linear constraints. Supported operations on sets include
 intersection, union, set difference, emptiness check, convex hull,
 (integer) affine hull, integer projection, and computing the lexicographic
 minimum using parametric integer programming. It also includes an ILP solver
 based on generalized basis reduction.
 .
 This package contains the development files.

Package: libisl23
Description-md5: b718cf54a9174f62d55d1d78f6212d22
Description-en: manipulating sets and relations of integer points bounded by linear constraints
 isl is a library for manipulating sets and relations of integer points
 bounded by linear constraints. Supported operations on sets include
 intersection, union, set difference, emptiness check, convex hull,
 (integer) affine hull, integer projection, and computing the lexicographic
 minimum using parametric integer programming. It also includes an ILP solver
 based on generalized basis reduction.
 .
 This package contains the runtime library.

Package: islamic-menus
Description-md5: 54d1192ed24efba3402528e89de2c8b7
Description-en: Islamic menu categories for applications under GNOME and KDE
 This package installs desktop menus for grouping Islamic applications on
 GNOME, KDE and other XDG menu-spec compliant desktop environments.

Package: libjs-ismobilejs
Description-md5: a33756ea97bc249deb382fb1bc34ab76
Description-en: JavaScript library to detect mobile devices (lib)
 A simple JavaScript library for detecting when a page is viewed
 on a mobile device. Output is placed in a JS object that you can
 then test for various results.
 .
 It works both in the browser as a JavaScript library or on the
 server side via NodeJS.
 .
 This package contains the ismobilejs JavaScript library.

Package: node-ismobilejs
Description-md5: 51952069c1db35425a72ea2efbc6f7fd
Description-en: JavaScript library to detect mobile devices (node)
 A simple JavaScript library for detecting when a page is viewed
 on a mobile device. Output is placed in a JS object that you can
 then test for various results.
 .
 It works both in the browser as a JavaScript library or on the
 server side via NodeJS.
 .
 This package contains the ismobilejs module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: ismrmrd-schema
Description-md5: df78e1645a604a1855bdc4108b0c4596
Description-en: schema for ISMRMRD
 The ISMRMRD format combines a mix of flexible data structures (XML header)
 and fixed structures (equivalent to C-structs) to represent MRI data.
 .
 In addition, the ISMRMRD format also specifies an image header for storing
 reconstructed images and the accompanying C++ library provides a convenient
 way of writing such images into HDF5 files along with generic arrays for
 storing less well defined data structures, e.g. coil sensitivity maps or
 other calibration data.
 .
 This package provides the XML schema.

Package: ismrmrd-tools
Description-md5: 9a70e1d5dadf7ba1e53974fd03b5dd8f
Description-en: command-line tools for ISMRMRD
 The ISMRMRD format combines a mix of flexible data structures (XML header)
 and fixed structures (equivalent to C-structs) to represent MRI data.
 .
 In addition, the ISMRMRD format also specifies an image header for storing
 reconstructed images and the accompanying C++ library provides a convenient
 way of writing such images into HDF5 files along with generic arrays for
 storing less well defined data structures, e.g. coil sensitivity maps or
 other calibration data.
 .
 This package provides the command-line tools.

Package: libismrmrd-dev
Description-md5: ddf945cd3a75bcf364e523bd7139c5d4
Description-en: development files for ISMRMRD
 The ISMRMRD format combines a mix of flexible data structures (XML header)
 and fixed structures (equivalent to C-structs) to represent MRI data.
 .
 In addition, the ISMRMRD format also specifies an image header for storing
 reconstructed images and the accompanying C++ library provides a convenient
 way of writing such images into HDF5 files along with generic arrays for
 storing less well defined data structures, e.g. coil sensitivity maps or
 other calibration data.
 .
 This package provides the development files.

Package: libismrmrd-doc
Description-md5: 2469b7c9ccfa08f5a6affb1af21e877f
Description-en: documentation for ISMRMRD
 The ISMRMRD format combines a mix of flexible data structures (XML header)
 and fixed structures (equivalent to C-structs) to represent MRI data.
 .
 In addition, the ISMRMRD format also specifies an image header for storing
 reconstructed images and the accompanying C++ library provides a convenient
 way of writing such images into HDF5 files along with generic arrays for
 storing less well defined data structures, e.g. coil sensitivity maps or
 other calibration data.
 .
 This package provides the documentation.

Package: libismrmrd1.8
Description-md5: 541e40b53e0f3863da96ab3f6d59ec9b
Description-en: ISMRM Raw Data format (ISMRMRD)
 The ISMRMRD format combines a mix of flexible data structures (XML header)
 and fixed structures (equivalent to C-structs) to represent MRI data.
 .
 In addition, the ISMRMRD format also specifies an image header for storing
 reconstructed images and the accompanying C++ library provides a convenient
 way of writing such images into HDF5 files along with generic arrays for
 storing less well defined data structures, e.g. coil sensitivity maps or
 other calibration data.
 .
 This package provides the shared library.

Package: iso-codes
Description-md5: 1d3d450e990f35eff4fb8f641e0f6976
Description-en: ISO language, territory, currency, script codes and their translations
 This package provides the ISO 639, ISO 639-3, and ISO 639-5 language
 code lists, the ISO 4217 currency code list, the ISO 3166 territory
 code list, the ISO 3166-2 sub-territory list, and the ISO 15924
 script code list as JSON files.
 .
 More importantly, it also provides their translations to be used by
 other programs.

Package: iso-flags-png-320x240
Description-md5: 279f5508f7fd432aef204ea207777da9
Description-en: ISO country flags in PNG format (320x240)
 A 4x3 country flag collection in PNG format in the resolution 320x240.
 Generated from the high quality vector graphics country flag icons (shipped in
 the iso-flags-svg package).
 .
 It contains more than 240 country flag icons.

Package: iso-flags-svg
Description-md5: 84b317925b87dbb39a4ed07ea2416e62
Description-en: ISO country flags in SVG format
 High quality vector graphics country flag icons.
 .
 It contains more than 240 country flag icons in a squared and in a 4x3 aspect
 ratio.

Package: isochron
Description-md5: d0a788bce15b083d4397b37d35b8da66
Description-en: Tool for Time Sensitive Networking testing
 The isochron program is a real-time application for testing Time Sensitive
 Networking equipment. It works by monitoring the network synchronization
 status and sending time-triggered Ethernet packets. It has a server-client
 architecture and it measures network latency by taking multiple timestamps
 (some hardware, some software) along the path of the packets.

Package: python3-isodate
Description-md5: d938d0cd93aeee2fc8043de0cfd1d6d3
Description-en: ISO 8601 date/time/duration parser and formatter (Python 3 module)
 This Python 3 module implements ISO 8601 date, time and duration parsing.

Package: isomaster
Description-md5: f9a03cbc079e43f2ae8cc8c28311ff3c
Description-en: Graphical CD image editor
 You can use isomaster to:
  - add files to an image
  - extract files from an image
  - delete files from an image

Package: isomd5sum
Description-md5: f6138bc2eedff9a12a16a1e58e03b460
Description-en: ISO9660 checksum utilities
 isomd5sum is a set of utilities for implanting a MD5 checksum in an
 ISO (or any block device), then verifying the checksum later.  isomd5sum
 is not simply an MD5 of the entire ISO; it checksums the data inside a
 standard ISO9660 image and write block checksum information to an ISO9660
 header, that will carry over to burning the CD.
 .
 This package contains the utilities implantisomd5 and checkisomd5.

Package: python3-pyisomd5sum
Description-md5: 469551bfda5db4a582cde8faf83a2b86
Description-en: ISO9660 checksum Python 3 module
 isomd5sum is a set of utilities for implanting a MD5 checksum in an
 ISO (or any block device), then verifying the checksum later.  isomd5sum
 is not simply an MD5 of the entire ISO; it checksums the data inside a
 standard ISO9660 image and write block checksum information to an ISO9660
 header, that will carry over to burning the CD.
 .
 This package contains Python 3 modules for isomd5sum.

Package: isoqlog
Description-md5: fc147a7c89b7606ab0458a3d4186e216
Description-en: Mail Transport Agent log analysis program
 Isoqlog is an MTA log analysis program written in C.
 It designed to scan qmail, postfix, sendmail logfile
 and produce usage statistics in HTML format for viewing
 through a browser. It produces Top domains output according
 to Sender, Receiver, Total mails and bytes; it keeps
 your main domain mail statistics with regard to Days Top
 Domain, Top Users values for per day, per month and years.

Package: isoquery
Description-md5: c153a6ff7aeb974b58393d41bc120cda
Description-en: Search and display various ISO codes (country, language, ...)
 This program can be used to generate a tabular output of the ISO standard
 codes provided by the package iso-codes.
 .
 It parses the JSON files and shows all included ISO codes or just
 matching entries, if specified on the command line.
 .
 Moreover, it's possible to get all available translations for
 the ISO standard.

Package: libisorelax-java
Description-md5: 18eaa368c11cd82888b42562b6db7e2b
Description-en: Interface for applications to support RELAX Core
 The ISO RELAX project hosts the public interfaces useful for
 applications to support RELAX Core.
 More details about RELAX NG can be found on
 http://relaxng.sourceforge.net/

Package: isort
Description-md5: 7fd3f28ab9a98ab4d495c5a4de255652
Description-en: utility for sorting Python imports
 isort is a Python utility / library to sort imports alphabetically, and
 automatically separated into sections. It provides a command line
 utility, Python library and plugins for various editors to quickly sort
 all your imports.
 .
 This package contains the isort utility.

Package: python3-isort
Description-md5: a06ce7136189528ae3e12f061ec47a92
Description-en: library for sorting Python imports (Python 3)
 isort is a Python utility / library to sort imports alphabetically, and
 automatically separated into sections. It provides a command line
 utility, Python library and plugins for various editors to quickly sort
 all your imports.
 .
 This package contains the isort library for Python 3.

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++2
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: python3-isospec
Description-md5: 51300d4007970491bcd37aa4a3566555
Description-en: Isotopic fine structure calculator for Python 3
 IsoSpec implements an algorithm for fast computation of isotopologues of
 chemical substances that can alternate between joint probability and peak
 height threshold.
 .
 This package provides the package's Python 3 interface.

Package: iamerican
Description-md5: b5822be7a8c9b0ed058672fb296cf975
Description-en: American English dictionary for ispell (standard version)
 This package provides the standard, medium-sized American English dictionary,
 based on the americanmed+ dictionary supplied with the source for ispell,
 with additional words added from the more comprehensive wamerican word
 list package.
 .
 There are also -small, -large, -huge, and -insane versions of this dictionary,
 and there are ibritish* packages as well.
 .
 The package also suggests wamerican because ispell's (L)ookup command
 needs a word list.

Package: iamerican-huge
Description-md5: b94bbf20d9ccf3f12f45d217c95872fe
Description-en: American English dictionary for ispell (huge)
 This package provides the american-huge dictionary, based on the americanxlg+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wamerican-huge word list package.
 .
 This is an even larger dictionary than the one installed by
 iamerican-large. Nothing prevents you installing both (and others) at the
 same time.
 .
 There are also -small, -large, -insane, and standard versions of this
 dictionary, and there are ibritish* packages as well.
 .
 The package also suggests wamerican-huge because ispell's (L)ookup command
 needs a word list.

Package: iamerican-insane
Description-md5: d3ed22d2085c1460a3c9c093074a502a
Description-en: American English dictionary for ispell (insane version)
 This package provides the american-insane dictionary, based on the
 americanxlg+ dictionary supplied with the source for ispell, with additional
 words added from the more comprehensive wamerican-insane word list package.
 .
 This is an even larger dictionary than the one installed by iamerican-huge,
 and possibly contains invalid words (as well as words that are very
 uncommon). Nothing prevents you installing both (and others) at the same time.
 .
 There are also -small, -large, -huge, and standard versions of this
 dictionary, and there are ibritish* packages as well.
 .
 The package also suggests wamerican-huge because ispell's (L)ookup command
 needs a word list.

Package: iamerican-large
Description-md5: b63ed4f8b8ae50b22925711d0afd2c1d
Description-en: American English dictionary for ispell (large)
 This package provides the american-large dictionary, based on the americanlrg+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wamerican-large word list package.
 .
 This is larger dictionary than the one installed by iamerican. Nothing
 prevents you installing both (and others) at the same time.
 .
 There are also -small, -huge, -insane, and standard versions of this
 dictionary, and there are ibritish* packages as well.
 .
 The package also suggests wamerican-large because ispell's (L)ookup
 command needs a word list.

Package: iamerican-small
Description-md5: ca238eb2552ee38e0c998bdc7044b606
Description-en: American English dictionary for ispell (small)
 This package provides the american-small dictionary, based on the americansml+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wamerican-small word list package.
 .
 This is smaller dictionary than the one installed by iamerican. Nothing
 prevents you installing both (and others) at the same time.
 .
 There are also -large, -huge, -insane, and standard versions of this
 dictionary, and there are ibritish* packages as well.
 .
 The package also suggests wamerican-small because ispell's (L)ookup
 command needs a word list.

Package: ibritish
Description-md5: ef129c09c67f68f104bceb23bd194b45
Description-en: British English dictionary for ispell (standard version)
 This package provides the standard, medium-sized British English dictionary,
 based on the britishmed+ dictionary supplied with the source for ispell, with
 additional words added from the more comprehensive wbritish word list package.
 .
 There are also -small, -large, -huge, and -insane versions of this dictionary,
 and there are iamerican* packages as well.
 .
 The package also suggests wbritish because ispell's (L)ookup command
 needs a word list.

Package: ibritish-huge
Description-md5: 0b789b7ed7f3bd20517cd360b35ca83a
Description-en: British English dictionary for ispell (huge)
 This package provides the british-huge dictionary, based on the britishxlg+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wbritish-huge word list package.
 .
 This is an even larger dictionary than the one installed by
 ibritish-large. Nothing prevents you installing both (and others) at the
 same time.
 .
 There are also -small, -large, -insane, and standard versions of this
 dictionary, and there are iamerican* packages as well.
 .
 The package also suggests wbritish-huge because ispell's (L)ookup command
 needs a word list.

Package: ibritish-insane
Description-md5: 42d0dbe098233ca675e7b028eb34caff
Description-en: British English dictionary for ispell (insane version)
 This package provides the british-insane dictionary, based on the britishxlg+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wbritish-insane word list package.
 .
 This is an even larger dictionary than the one installed by ibritish-huge,
 and possibly contains invalid words (as well as words that are very
 uncommon). Nothing prevents you installing both (and others) at the same time.
 .
 There are also -small, -large, -huge, and standard versions of this
 dictionary, and there are iamerican* packages as well.
 .
 The package also suggests wbritish-huge because ispell's (L)ookup command
 needs a word list.

Package: ibritish-large
Description-md5: fecec63e04dabee2fbe41468490d7450
Description-en: British English dictionary for ispell (large)
 This package provides the british-large dictionary, based on the britishlrg+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wbritish-large word list package.
 .
 This is larger dictionary than the one installed by ibritish. Nothing
 prevents you installing both (and others) at the same time.
 .
 There are also -small, -huge, -insane, and standard versions of this
 dictionary, and there are iamerican* packages as well.
 .
 The package also suggests wbritish-large because ispell's (L)ookup command
 needs a word list.

Package: ibritish-small
Description-md5: 32eadcbca9d2289ecde55119cb1805af
Description-en: British English dictionary for ispell (small)
 This package provides the british-small dictionary, based on the britishsml+
 dictionary supplied with the source for ispell, with additional words added
 from the more comprehensive wbritish-small word list package.
 .
 This is smaller dictionary than the one installed by ibritish. Nothing
 prevents you installing both (and others) at the same time.
 .
 There are also -large, -huge, -insane, and standard versions of this
 dictionary, and there are iamerican* packages as well.
 .
 The package also suggests wbritish-small because ispell's (L)ookup command
 needs a word list.

Package: ienglish-common
Description-md5: 00100424e9bbeb721b9f506e8d037b49
Description-en: Common files for British and American ispell dictionaries
 This package provides common files and dependencies for all American and
 British ispell dictionary packages. The package is useless if none of the
 dictionaries is also installed.

Package: ispell
Description-md5: 577e95b1fdc6375f1bcda985b53bef21
Description-en: International Ispell (an interactive spelling corrector)
 Ispell corrects spelling in plain text, LaTeX, sgml/html/xml, and nroff files.
 [x]Emacs and jed have nice interfaces to ispell, and ispell works from many
 other tools and from the command line as well.
 .
 No ispell dictionaries are included in this package; you must install
 at least one of them ("iamerican" is recommended by default for no good
 reason); install the "ispell-dictionary" package(s) for the language(s)
 you and your users will want to spell-check.
 .
 It's a good idea to install "word list" package(s) for the same language(s),
 because they'll be used by ispell's (L)ookup command.

Package: iczech
Description-md5: d1c267e3dafe308759da27faef245e76
Description-en: The Czech dictionary for ispell
 This is the Czech dictionary for ispell.
 Author: Petr Kolář <Petr.Kolar@vslib.cz>

Package: myspell-cs
Description-md5: c031759b3234764e9db6056495829384
Description-en: Czech dictionary for myspell
 This is the Czech dictionary for use with the myspell spellchecker
 which is currently used within OpenOffice.org and the mozilla
 spellchecker.

Package: aspell-et
Description-md5: 00e1d25fe3a31d30deb39bbd67432f22
Description-en: Estonian dictionary for Aspell
 This dictionary provides Estonian wordlists for the Aspell
 spellchecker currently supported by GNOME applications.
 .
 The wordlists are based on work by the Institute of the Estonian Language,
 and subsequently improved by Jaak Pruulmann who also created the affix file.

Package: iestonian
Description-md5: 1199b3bdd47c68e92b9f8f941ed21dd9
Description-en: Estonian dictionary for Ispell
 This dictionary provides Estonian wordlists for the Ispell spellchecker.
 .
 The wordlists are based on work by the Institute of the Estonian Language
 and subsequently improved by Jaak Pruulmann who also created the affix file.

Package: myspell-et
Description-md5: 73bc3a5d26efc85296706cbd418a6d49
Description-en: Estonian dictionary for MySpell
 This package provides Estonian wordlists for the MySpell
 spellchecker currently supported by Mozilla and OpenOffice,
 plus an Estonian hyphenation pattern for OpenOffice.
 .
 The wordlists are based on work by the Institute of the Estonian Language
 and subsequently improved by Jaak Pruulmann who also created the affix file.

Package: aspell-fo
Description-md5: 14ba59b493e88d84d3296e1b77727d2b
Description-en: Faroese dictionary for aspell
 This is the Faroese dictionaries, to be used with aspell
 to check and correct spelling in Faroese texts.

Package: ifaroese
Description-md5: 83175b9c55738b24d892968b953d204b
Description-en: Faroese dictionary for ispell
 This is the Faroese dictionaries, to be used with ispell
 to check and correct spelling in Faroese texts.

Package: myspell-fo
Description-md5: 922911029b535b9d5d9837e530ea175a
Description-en: Faroese dictionary for myspell
 This is the Faroese dictionaries, to be used with myspell
 to check and correct spelling in Faroese texts.

Package: wfaroese
Description-md5: e739a676b68fc7ab146524ca92c1864e
Description-en: Faroese dictionary / wordlist
 This is a flat list of Faroese words and names. This can be used
 by spellcheckers or any other purpose needing a lot of words.

Package: aspell-gl-minimos
Description-md5: f645aa0f4b5cea6d73261b93cd0d9c1a
Description-en: Aspell dictionary for Galician (minimos)
 This is an aspell dictionary for Galician, using the "minimos"
 standard, as put together by Andre Ventas and Ramon Flores.
 .
 There are at least three orthographic conventions for Galician:
 ILG (official), reintegrationist and minimos. ILG uses orthographic
 conventions more similar to Spanish; reintegrationists are
 weighed towards Portuguese. Minimos tries to reach a middle
 consensus point.

Package: igalician-minimos
Description-md5: 41d63ba5d5656d24555fdcf50ec6b616
Description-en: Ispell dictionary for Galician (minimos)
 This is an ispell dictionary for Galician, using the "minimos"
 standard, as put together by Andre Ventas and Ramon Flores.
 .
 There are at least three orthographic conventions for Galician:
 ILG (official), reintegrationist and minimos. ILG uses orthographic
 conventions more similar to Spanish; reintegrationists are
 weighed towards Portuguese. Minimos tries to reach a middle
 consensus point.

Package: wgalician-minimos
Description-md5: f07bd1e54ead04e1aee917b3a88a1646
Description-en: Wordlist for Galician (minimos)
 This is a list of words for Galician, using the "minimos"
 standard, as put together by Andre Ventas and Ramon Flores.
 .
 There are at least three orthographic conventions for Galician:
 ILG (official), reintegrationist and minimos. ILG uses orthographic
 conventions more similar to Spanish; reintegrationists are
 weighed towards Portuguese. Minimos tries to reach a middle
 consensus point.

Package: aspell-lt
Description-md5: 6c51f0dac54c00ecc9a5713716c74849
Description-en: aspell dictionary for Lithuanian (LT)
 This package contains all the required files to add support for Lithuanian
 language to the GNU Aspell spell checker.

Package: ilithuanian
Description-md5: 234999fd9d308a0b956a37e56a9ca06a
Description-en: ispell dictionary for Lithuanian (LT)
 This is the Lithuanian dictionary, to be used with ispell
 to check and correct spelling in Lithuanian texts.

Package: itagalog
Description-md5: c981c9599ee583f8283c5fd3db948b76
Description-en: Tagalog dictionary for Ispell
 This is the Tagalog dictionary to be used with Ispell.
 It contains more than 18000 words.

Package: aspell-uk
Description-md5: eb69186d8a83bbf88f1ee5f22a559f1e
Description-en: Ukrainian dictionary for GNU Aspell
 This package contains all the required files to add support for the
 Ukrainian language to the GNU Aspell spell checker.

Package: myspell-uk
Description-md5: 055184e8f2d270d0d114ef6eaa8eae5d
Description-en: Ukrainian dictionary for myspell
 This is the Ukrainian dictionary for use with the myspell
 spellchecker which is currently used within OpenOffice.org and the
 mozilla spellchecker.

Package: wukrainian
Description-md5: 4c58b9b69101d950e73ce94f6a1fec14
Description-en: Ukrainian dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/ukrainian
 containing a list of Ukrainian words.  This list can be used by
 spelling checkers, and by programs such as look(1).

Package: aspell-pt-pt
Description-md5: 1a83cd048e8df3ea23accfb425d4f5da
Description-en: European Portuguese dictionary for GNU Aspell
 This package contains all the required files to add support for the
 European Portuguese language to the GNU Aspell spell checker.

Package: iportuguese
Description-md5: 5b2ea8de1a1dd30f26389f11ef861d12
Description-en: European Portuguese dictionary for ispell
 This is the Portuguese dictionary for ispell currently developed by the
 Informatics Department at Minho's University in Portugal.

Package: wportuguese
Description-md5: 9f254be893945f232fe586d050c9af9d
Description-en: European Portuguese wordlist
 This package provides the file /usr/share/dict/portuguese containing a
 list of Portuguese words with European spellings. It was obtained
 from the ispell.pt dictionary developed by the Informatics Department
 at Minho's University in Portugal.

Package: isrcsubmit
Description-md5: 9c9f15e159b461d5b1e66b3b4a93744c
Description-en: extract ISRCs from audio CDs and submit them to MusicBrainz
 isrcsubmit is a command line utility to extract International Standard
 Recording Codes (ISRC) from audio CDs. It allows one to submit the extracted
 data to MusicBrainz. ISRCs are used to uniquely identify sound and music video
 recordings.
 .
 isrcsubmit supports multiple backends to extract ISRCs: libdiscid (the default)
 and cdrdao for discs that do not store ISRCs in the subchannel information.
 .
 A valid MusicBrainz account is required to submit ISRCs.

Package: libistack-commons-java
Description-md5: ede4ef727ae8f175723f810aaadfde9b
Description-en: Common code for some Glassfish projects
 The iStack Commons project was created to promote code reuse. The shared
 parts of JAXP, JAXB, SAAJ, and JAX-WS projects are included in this library
 to reduce the footprint of end products using them.

Package: istgt
Description-md5: c219befdb4bbcb6ddeb6d016658f3234
Description-en: iSCSI userspace target daemon for Unix-like operating systems
 istgt is a iSCSI target for Unix-like operating systems (including those with
 Linux and kFreeBSD kernels) running as daemon process in user space.
 .
 It supports:
 .
  * Multipath I/O
  * 64bit LBA for volumes over 2 TiB size
  * Header/Data digest by CRC32C
  * Mutual authentication with CHAP
  * Multiple LUNs and ACLs for portals
  * IPv6/IPv4 support

Package: isync
Description-md5: 16c7d48e3209c22c00beb4a984df85c3
Description-en: IMAP and MailDir mailbox synchronizer
 mbsync/isync is a command line application which synchronizes mailboxes;
 currently Maildir and IMAP4 mailboxes are supported. New messages, message
 deletions and flag changes can be propagated both ways. isync is suitable
 for use in IMAP-disconnected mode.
 .
 Features:
  * Fine-grained selection of synchronization operations to perform
  * Synchronizes single mailboxes or entire mailbox collections
  * Partial mirrors possible: keep only the latest messages locally
  * Trash functionality: backup messages before removing them
 IMAP features:
  * Security: supports TLS/SSL via imaps: (port 993) and STARTTLS; CRAM-MD5
    for authentication
  * Supports NAMESPACE for simplified configuration
  * Pipelining for maximum speed (currently only partially implemented)

Package: itamae
Description-md5: 91e3ed962ea0790d77c1661198c03da1
Description-en: Simple Configuration Management Tool
 Itamae is a simple and lightweight configuration management tool inspired by
 Chef. It has a Chef-like DSL, recipes only, and is idempotent.
 .
 Itamae can run locally, or over SSH. It can also operate on Docker or Vagrant
 targets. Itamae leverages the Serverspec/Specinfra project to be OS agnostic.

Package: python-itango-doc
Description-md5: 1592d4c53e850cdfcd2178ee9c9065b8
Description-en: Interactive Tango client - documentation
 ITango works like a normal python console, but it provides a nice set of
 features from IPython. It also adds set of PyTango specific features:
 .
 This package contains the documentation for the python-itango package.

Package: python3-itango
Description-md5: 4bdcbfc3010276fb68ee3b98923b2f9e
Description-en: Interactive Tango client - Python 3
 ITango works like a normal python console, but it provides a nice set of
 features from IPython. It also adds set of PyTango specific features:
 .
  * automatic import of Tango objects
  * device and attribute name completion
  * list tango devices, classes, servers
  * customized tango error message
  * database utilities
 .
 This is the Python 3 version of the package.

Package: itcl3
Description-md5: 643c8a563963f7e6a7188ff456a6032d
Description-en: [incr Tcl] OOP extension for Tcl - run-time files
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains everything you need to run itcl scripts and
 itcl-enabled apps.

Package: itcl3-dev
Description-md5: d208ff067ab8f60dbf42137b84dc4056
Description-en: [incr Tcl] OOP extension for Tcl - development files
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains the headers and libraries needed to embed or
 add C extensions to itcl.

Package: itcl3-doc
Description-md5: bcf432475695f3b73abbfe93de0bb326
Description-en: [incr Tcl] OOP extension for Tcl - manual pages
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains the man pages for the new commands that itcl
 adds to Tcl.

Package: tcl-itcl4
Description-md5: 643c8a563963f7e6a7188ff456a6032d
Description-en: [incr Tcl] OOP extension for Tcl - run-time files
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains everything you need to run itcl scripts and
 itcl-enabled apps.

Package: tcl-itcl4-dev
Description-md5: d208ff067ab8f60dbf42137b84dc4056
Description-en: [incr Tcl] OOP extension for Tcl - development files
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains the headers and libraries needed to embed or
 add C extensions to itcl.

Package: tcl-itcl4-doc
Description-md5: bcf432475695f3b73abbfe93de0bb326
Description-en: [incr Tcl] OOP extension for Tcl - manual pages
 [incr Tcl] (or itcl) is a popular object-oriented extension for the
 embeddable Tcl scripting language.  The name is a play on C++, and
 itcl has a similar object model, including multiple inheritance and
 public and private classes and variables.  Unlike most OOP extensions
 to Tcl, itcl is written in C for speed.
 .
 This package contains the man pages for the new commands that itcl
 adds to Tcl.

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: itk3
Description-md5: b7cbfbe18692fe1e39baabbd619a1663
Description-en: [incr Tk] OOP extension for Tk - run-time files
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains everything you need to run itk scripts and
 itk-enabled apps.

Package: itk3-dev
Description-md5: 1eb5b8ec2a401281e2a9e7e509f3a689
Description-en: [incr Tk] OOP extension for Tk - development files
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains the headers and libraries needed to embed or
 add C extensions to itk.

Package: itk3-doc
Description-md5: e942e86891307d1c00ea360639255c2e
Description-en: [incr Tk] OOP extension for Tk - manual pages
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains the man pages for the classes provided by itk.

Package: tk-itk4
Description-md5: 7498618448e7d701a6f60509b285dfce
Description-en: [incr Tk] OOP extension version 4 for Tk - run-time files
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains everything you need to run itk scripts and
 itk-enabled apps.

Package: tk-itk4-dev
Description-md5: 8fd577ea6ae31a2a9dd11995f1bbbb1a
Description-en: [incr Tk] OOP extension version 4 for Tk - development files
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains the headers and libraries needed to embed or
 add C extensions to itk.

Package: tk-itk4-doc
Description-md5: 38567b3cfd663f1f86014dc952237a74
Description-en: [incr Tk] OOP extension version 4 for Tk - manual pages
 [incr Tk] (or itk) combines the object-oriented power of [incr Tcl]
 with the popular Tk graphical toolkit to create a framework for
 creating mega-widgets.  One such set of mega-widgets is provided by
 the iwidgets package.
 .
 This package contains the man pages for the classes provided by itk.

Package: itools
Description-md5: 9cbecfadd58d657324e1b06e94ab8253
Description-en: Islamic hijri date and prayer time utilities
 The itools is a collection of command line tools that mimics the
 development of the underlying ITL library (libitl) and is meant to
 always give the end-user simple means to access its functions. The
 available tools are:
 .
   * ical: Display a Hijri calendar.
   * idate: Multi method Hijri/Gregorian date converter.
   * ipraytime: Prayer times and Qibla calculator and schedule table generator.
   * ireminder: Prayer time reminder Perl script.
 .
 This package is part of the Islamic Tools and Libraries project.

Package: its-playback-time
Description-md5: 8600aa9351e6261084aa7f0a1fcf1832
Description-en: ttyrec time-travelling playback tool
 ipbt (It's Playback Time) is a ttyrec player which lets you go
 backwards and forwards through the recording.
 .
 (A ttyrec is a timestamped recording of a terminal session.)

Package: libitsol-dev
Description-md5: 4575db27d95477de9257f284aab0cdcb
Description-en: ITerative SOLvers - devel
 ITSOL is a library of iterative solvers for general sparse linear systems of
 equations. ITSOL can be viewed as an extension of the itsol module in SPARSKIT.
 It is written in C and offers a selection of recently developed
 preconditioners. The preconditioner suite includes:
 .
   * ILUK (ILU preconditioner with level of fill)
   * ILUT (ILU preconditioner with threshold)
   * ILUC (Crout version of ILUT)
   * VBILUK (variable block preconditioner with level of fill - with automatic
     block detection)
   * VBILUT (variable block preconditioner with threshold - with automatic
     block detection)
   * ARMS (Algebraic Recursive Multilevel Solvers -- includes actually several
     methods - In particular the standard ARMS and the ddPQ version which uses
     nonsymmetric permutations)
 .
 Note that ITSOL is a scalar package. You may find parallel implementations of
 some of the preconditioners listed above in pARMS.
 .
 This package provides the itsol header files required to compile C/C++ programs
 that use ITSOL.

Package: libitsol1
Description-md5: 699486bdb5fa7053b71e882ec9f69522
Description-en: ITerative SOLvers - runtime
 ITSOL is a library of iterative solvers for general sparse linear
 systems of equations. ITSOL can be viewed as an extension of the itsol
 module in SPARSKIT. It is written in C and offers a selection of
 recently developed preconditioners. The preconditioner suite includes:
 .
   * ILUK (ILU preconditioner with level of fill)
   * ILUT (ILU preconditioner with threshold)
   * ILUC (Crout version of ILUT)
   * VBILUK (variable block preconditioner with level of fill - with
     automatic block detection)
   * VBILUT (variable block preconditioner with threshold - with
     automatic block detection)
   * ARMS (Algebraic Recursive Multilevel Solvers -- includes actually
     several methods - In particular the standard ARMS and the ddPQ
     version which uses nonsymmetric permutations)
 .
 Note that ITSOL is a scalar package. You may find parallel implementations
 of some of the preconditioners listed above in pARMS.

Package: itstool
Description-md5: 9f2ec5e942fbd453418d12d2a39ade84
Description-en: tool for translating XML documents with PO files
 ITS Tool allows you to translate your XML documents with PO files, using rules
 from the W3C Internationalization Tag Set (ITS) to determine what to translate
 and how to separate it into PO file messages.
 .
 ITS Tool is designed to make XML documents translatable through PO files by
 applying standard ITS rules, as well as extension rules specific to ITS Tool.
 ITS also provides an industry standard way for authors to override translation
 information in their documents, such as whether a particular element should be
 translated.

Package: python3-itypes
Description-md5: eefd931bf31883a30c3bc6cfa8ddbe27
Description-en: Python3 basic immutable containers types library
 This package provides basic immutable container types for Python.
 .
 The classic use case of these is in circumstances where it may result in more
 comprehensible code, or when one wants to create custom types with restricted,
 immutable interfaces.
 .
 This package contains the python3 version of the library.

Package: iucode-tool
Description-md5: 85b8e9a4d04e1dafc3c5baa7e46a23a4
Description-en: Intel processor microcode tool
 iucode_tool is a program to manipulate Intel® X86 and X86-64 processor
 microcode collections, and to use the kernel facilities to upgrade the
 microcode on Intel system processors.
 .
 It can load microcode data files in text and binary format, sort, list and
 filter the microcodes contained in these files, write selected microcodes to a
 new file in binary format, or upload them to the kernel.
 .
 It operates on non-free microcode data downloaded directly from Intel or
 installed by the intel-microcode package.

Package: iva
Description-md5: 698e26411c0dbe5917f816e7b7229be9
Description-en: iterative virus sequence assembler
 IVA is a de novo assembler designed to assemble
 virus genomes that have no repeat sequences,
 using Illumina read pairs sequenced from mixed
 populations at extremely high depth.
 .
 IVA's main algorithm works by iteratively extending
 contigs using aligned read pairs. Its input can be
 just read pairs, or additionally you can provide an
 existing set of contigs to be extended. Alternatively,
 it can take reads together with a reference sequence.

Package: ivar
Description-md5: 0e23cb2ef34819e99960031f64b21c00
Description-en: functions broadly useful for viral amplicon-based sequencing
 iVar is a computational package that contains functions broadly useful
 for viral amplicon-based sequencing. Additional tools for metagenomic
 sequencing are actively being incorporated into iVar. While each of
 these functions can be accomplished using existing tools, iVar contains
 an intersection of functionality from multiple tools that are required
 to call iSNVs and consensus sequences from viral sequencing data across
 multiple replicates. iVar provided the following functions:
 .
  1. trimming of primers and low-quality bases,
  2. consensus calling,
  3. variant calling - both iSNVs and insertions/deletions, and
  4. identifying mismatches to primer sequences and excluding the
     corresponding reads from alignment files.

Package: ivar-doc
Description-md5: 736ba4389df927a42fc4994f365e6b43
Description-en: functions broadly useful for viral amplicon-based sequencing (documentation)
 iVar is a computational package that contains functions broadly useful
 for viral amplicon-based sequencing. Additional tools for metagenomic
 sequencing are actively being incorporated into iVar. While each of
 these functions can be accomplished using existing tools, iVar contains
 an intersection of functionality from multiple tools that are required
 to call iSNVs and consensus sequences from viral sequencing data across
 multiple replicates. iVar provided the following functions:
 .
  1. trimming of primers and low-quality bases,
  2. consensus calling,
  3. variant calling - both iSNVs and insertions/deletions, and
  4. identifying mismatches to primer sequences and excluding the
     corresponding reads from alignment files.
 .
 This package contains the html documentation for ivar.

Package: iverilog
Description-md5: 8d6c25d1601b4e55eb201717e035adb9
Description-en: Icarus verilog compiler
 Icarus Verilog is intended to compile all of the Verilog HDL as
 described in the IEEE-1364 standard. It is not quite there
 yet. It does currently handle a mix of structural and behavioral
 constructs.
 .
 The compiler can target either simulation, or netlist (EDIF).

Package: ivtools-bin
Description-md5: 0bb27adafe9bcc8f3bc4a7a7296d5b73
Description-en: Drawing Editors evolved from idraw
 InterViews is written in C++ and portable to several different Unix
 platforms.
 Applications written with the InterViews library can be configured to
 provide a special “Look and Feel”, such as SGI-Motif and normal Motif.
 This package contains mainly drawing programs written using the
 InterViews library: idraw, a basic vector graphics editor, graphdraw,
 flipbook, a vector graphics animation tool, a vector graphics server,
 and some small sample programs like dclock.

Package: ivtools-dev
Description-md5: 965f123c6208b9fc3352309ff6ad9d9f
Description-en: Development files for the InterViews library
 InterViews is written in C++ and portable to several different Unix
 platforms.
 Applications written with the InterViews library can be configured to
 provide a special "Look and Feel", such as SGI-Motif and normal Motif.
 This package contains the include files needed to develop
 applications with the ivtools library, along with appropriate dynamic
 library links and static libraries.

Package: libiv-unidraw2
Description-md5: 767bcf555c31d2787f16f11d2c2a8285
Description-en: Application Frameworks layered on Unidraw
 InterViews is written in C++ and portable to several different Unix
 platforms.
 Applications written with the InterViews library can be configured to
 provide a special "Look and Feel", such as SGI-Motif and normal Motif.
 The package includes the unidraw dynamic library, along with
 extensions for frame and graph editing needed by the ivtools vector
 graphics editors.

Package: libiv2
Description-md5: 3eada48265b5f9d13e84bef2f825a9bf
Description-en: C++ GUI library with Motif Look and Feel
 InterViews is written in C++ and portable to several different Unix
 platforms.
 Applications written with the InterViews library can be configured to
 provide a special "Look and Feel", such as SGI-Motif and normal Motif.
 This package contains the InterViews dynamic library.

Package: ivy
Description-md5: 0ab55554c371b847fd21b35c7c384d95
Description-en: agile dependency manager
 Ivy is a very powerful dependency manager oriented toward Java
 dependency management, even though it could be used to manage
 dependencies of any kind.

Package: ivy-doc
Description-md5: 9cb552d087d4baa4a77179acd6a17c53
Description-en: agile dependency manager (documentation)
 Ivy is a very powerful dependency manager oriented toward Java
 dependency management, even though it could be used to manage
 dependencies of any kind.
 .
 This package contains the documentation.

Package: ivy-debian-helper
Description-md5: 386904f7c91b9b783206a60358619878
Description-en: Helper tools for building Debian packages with Ivy
 ivy-debian-helper contains helper tools to ease the packaging of Ivy
 based projects in Debian. It consists in:
 .
  * an Ivy plugin resolving the dependencies against the system Maven
    repository (/usr/share/maven-repo). The resolver uses the same Maven
    rule files that maven-debian-helper and maven-repo-helper employ
    (debian/maven.rules, debian/maven.ignoreRules).
  * a debhelper class initializing the plugin and running Ant+Ivy in offline
    mode.

Package: libivykis-dev
Description-md5: d8cf685fda01064ff72f395c4e6e7a10
Description-en: Development libraries, header files and docs for libivykis
 Contains the header files, documentation, examples and static
 libraries for use in developing applications that use the libivykis
 library.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

Package: libivykis0
Description-md5: 5e071c81813f690195df9a44cfb26c57
Description-en: Asynchronous I/O readiness notification library
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.
 .
 Programs written to the ivykis API are generally single-threaded (or
 use only a small number of threads), and never block on I/O. All
 input and output is done in a nonblocking fashion, with I/O readiness
 notification delivered via callback functions.

Package: libivykis0-dbg
Description-md5: b53f5199de8637d4edbe92074b605a45
Description-en: Asynchronous I/O readiness notification library (debug symbols)
 Contains the debug symbols for the libivykis library. Most people
 will not need this package.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

Package: ivyplusplus
Description-md5: 081dcfadfeae2d8c13b620c46ef4a5da
Description-en: Adds features to ivy for creating projects
 ivyplusplus (ipp) adds a few useful features to ivy, such as creating
 an eclipse project from your deps.  Aside from ivy itself, you get a
 few extra tasks and a command line tool that creates a new project by
 filling out a skeleton build.xml and ivy configuration.

Package: iw
Description-md5: 21909f27b1c1b1fb5d8996e633b8332c
Description-en: tool for configuring Linux wireless devices
 This package contains the 'iw' command line tool which allows one to configure
 and show information about wireless devices.
 .
 iw is based on the nl80211 kernel interface and supports the majority of
 fairly recent hardware. The old tool iwconfig, which uses Wireless Extensions
 interface, is deprecated and it is strongly recommended to switch to iw and
 nl80211.

Package: iwatch
Description-md5: 49b4897758920155ab191aa43e96dc56
Description-en: realtime filesystem monitoring program using inotify
 inotify (inode notify) is a Linux kernel subsystem that monitors
 events in filesystems and reports those events to applications in
 real time.
 .
 inotify can be used to monitor individual files or directories.
 When a directory is monitored, inotify will return events for the
 directory itself and for files inside the directory.
 .
 iWatch is a Perl wrap to inotify to monitor changes in specific
 directories or files, sending alarms to the system administrator
 (or other destination) in real time. It can:
 .
   - Send notifications via email about changes.
   - Take programmable actions immediately, as emitting alerts via
     XMPP (jabber) messengers, Telegram or executing a local program
     or script.
   - Act as HIDS (Host-based Intrusion Detection System) or an
     integrity checker, complementing the firewall system in
     networks and improving the security.
 .
 iWatch can run as a simple command, as well a daemon.
 .
 A good example of iWatch usage is to monitor the pages directory
 in webservers to warn, in real time, about defacements or file
 insertions. Other example is to synchronize configuration files
 between machines, when they are changed, as in DHCP servers acting
 in failover mode. You also use to synchronize files, via rsync,
 when these files are changed.

Package: iwd
Description-md5: a38d828be9cfba0c12dd17c9690833ce
Description-en: wireless daemon for Linux
 iNet Wireless Daemon (iwd) is a minimalistic wireless daemon
 that uses modern Linux interfaces
 like cfg80211 and nl80211 (netlink).
 The daemon provides a D-Bus API.
 .
 The daemon can be controlled from the command line
 with the included iwctl client utility.
 .
 The included iwmon utility can be used
 to monitor the 802.11 subsystem generic netlink commands and events.
 It uses the nlmon kernel driver from Linux 3.10 and later.
 .
 Note that the package defaults
 to relying on dbus activation to start.
 If you want to use iwd standalone without any manager,
 then you'll need to manually enable the system service.

Package: iwidgets4
Description-md5: 5d42e28d1bbed5914552be91f3dd0c90
Description-en: [incr Widgets] Tk-based widget collection - run-time files
 [incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set,
 or collection of high-level user-interface components, based on the
 popular Tk toolkit and the itcl/itk OO framework.  Iwidgets contains
 over 50 ready-to-use mega-widgets including calendar, canvasprintdialog,
 combobox, fileselectiondialog, hyperhelp, notebook, radiobox, spinner,
 and many more.

Package: iwidgets4-doc
Description-md5: 2e32b418db07b69ef5c2de3a7e3b9ba5
Description-en: [incr Widgets] Tk-based widget collection - man pages
 [incr Widgets] (or iwidgets) is an object-oriented "mega-widget" set,
 or collection of high-level user-interface components, based on the
 popular Tk toolkit and the itcl/itk OO framework.  This package
 contains man pages documenting the widget classes.

Package: iwyu
Description-md5: 9a2968593adb5f99f5bf60fc4f4f341a
Description-en: Analyze #includes in C and C++ source files
 "Include what you use" means this: for every symbol (type, function variable,
 or macro) that you use in foo.cc, either foo.cc or foo.h should #include a .h
 file that exports the declaration of that symbol. The include-what-you-use
 tool is a program that can be built with the clang libraries in order to
 analyze #includes of source files to find include-what-you-use violations,
 and suggest fixes for them.
 .
 The main goal of include-what-you-use is to remove superfluous #includes.
 It does this both by figuring out what #includes are not actually needed for
 this file (for both .cc and .h files), and replacing #includes with
 forward-declares when possible.

Package: ixo-usb-jtag
Description-md5: cbed5c2c8e85384e518593f58ca00451
Description-en: Altera Bus Blaster emulation using Cypress FX2 chip
 This firmware allows a USB-capable microcontroller to act like an Altera
 USB-Blaster JTAG pod. Which in turn may allow you to use tools you'd normally
 use with the Altera USB-Blaster, including UrJTAG and openocd.
 .
 Supported hardware: The Cypress FX2 EZ-USB family, or an FTDI FT245 in
 combination with a CPLD. Builds are included for the hdmi2usb project's boards
 (Digilet Nexys, Nexys2, Atlys and Numato Opsis).

Package: j2cli
Description-md5: 1eca30dddb3da4e104b3b7138b5c255c
Description-en: Command line tool for templating in shell-scripts
 leveraging the Jinja2 library.
 .
 Features:
 .
    - Jinja2 templating
    - INI, YAML, JSON data sources supported
    - Allows the use of environment variables in templates! Hello Docker :)

Package: j4-dmenu-desktop
Description-md5: 0df38c83c2989b19f88cff1542dff873
Description-en: faster replacement for i3-dmenu-desktop
 j4-dmenu-desktop is a replacement for i3-dmenu-desktop. It's purpose
 is to find .desktop files and offer you a menu to start an application
 using dmenu.
 .
 It is much faster than the default i3-dmenu-desktop method to obtain a list
 of programs parsed from .desktop files.

Package: jaaa
Description-md5: e74196245b79a0d930c15fb18a205d39
Description-en: audio signal generator and spectrum analyser
 Jaaa (JACK and ALSA Audio Analyser) is an audio signal generator and
 spectrum analyser designed to make accurate measurements.
 .
 Jaaa allows you select on of the four inputs,
 'Min' and 'Max' the min and max displayed frequencies.
 There can be up to two markers which helps accurately
 read off values in the display.

Package: jabber-muc
Description-md5: 8b95a284839a0c676d88153ca06e10ce
Description-en: Multi User Conference component for the Jabber IM server
 Multi User Conference component provides an implementation of XEP-0045
 which allow the creation of multi-users chat.
 So with jabber-muc, you can run your own Jabber chatrooms server.

Package: jabber-querybot
Description-md5: 185f272ead33da88e905909d19c82e1c
Description-en: Modular xmpp/jabber bot
 You can easy write bots and use it over the jabber network.
 .
 jabber-querybot connects a jabber account and wait for messages. If a message
 comes in, it forward it to your self programmend modul. The return string of
 your module, jabber-querybot send it back to the jabber sender.
 .
 It is designed to be re-usable and to make it easy to write small
 Jabber bots that do one thing and do it well. A simple concept with a
 lot of examples and experiences are implemented.

Package: jabberd2
Description-md5: e73b33867c7220d068eac469d8a52925
Description-en: Jabber instant messenger server
 Jabber is a free instant messaging server based on XMPP.
 .
 This package contains Jabberd 2, the next generation of the Jabberd
 server. It has been rewritten from the ground up to be scalable,
 architecturally sound, and to support the latest protocol extensions
 coming out of the XSF.

Package: jabref
Description-md5: 46f0e5450733eb86b4991d1ee88e7853
Description-en: graphical frontend to manage BibTeX and BibLaTeX databases
 JabRef is a graphical Java application for editing BibTeX (.bib) databases.
 JabRef lets you organize your entries into overlapping logical groups, and
 with a single click limit your view to a single group or an intersection or
 union of several groups. You can customize the entry information shown in the
 main window, and sort by any of the standard BibTeX fields. JabRef can
 autogenerate BibTeX keys for your entries. JabRef also lets you easily link
 to PDF or web sources for your reference entries.
 .
 JabRef can import from and export to several formats, and you can customize
 export filters. JabRef can be run as a command line application to convert
 from any import format to any export format.

Package: jacal
Description-md5: 9a32298a4e7ab531aa64e1225ee8ed3e
Description-en: Interactive symbolic math system
 JACAL is an interactive symbolic math system which can manipulate and
 simplify equations, scalars, vectors, and matrices of single and
 multiple valued algebraic expressions containing numbers, variables,
 radicals, and algebraic differential, and holonomic functions.

Package: jackd1
Description-md5: d236af7f48ea4bfa984ea4189cd1b635
Description-en: JACK Audio Connection Kit (server and example clients)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the daemon jackd as well as some example clients.

Package: jackd1-firewire
Description-md5: c3f26cc90d191e69646780df881bf7f5
Description-en: JACK Audio Connection Kit (FFADO backend)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the IEEE1394 (FireWire) backend (FFADO).

Package: libjack-dev
Description-md5: 5769772c9db90298e719eeef115bed03
Description-en: JACK Audio Connection Kit (development files)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains files needed for the development of JACK applications
 and an API reference.

Package: libjack0
Description-md5: f4743a9e2f04ed05673483cd1fe0eb38
Description-en: JACK Audio Connection Kit (libraries)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the shared libraries.

Package: jack-capture
Description-md5: b3b58df63e6c2b01e188e5f599426eae
Description-en: program for recording soundfiles with jack
 With this program you can record any sound which is
 played via jack.
 .
 jack_capture allow you record to all formats supported by sndfile.
 (wav, aiff, ogg, flac, wavex, au, etc.)

Package: jack-delay
Description-md5: cab2ada6b296fea05e6d5a6640f816d1
Description-en: JACK latency meter
 jack_delay can be used to measure the round-trip latency of a soundcard.
 To do this, start the program and connect like this:
 .
 jack_delay -> playback_port -> cable from soundcard output to input ->
 -> capture port -> jack_delay
 .
 jack_delay generates a signal consisting of 13 sine waves, measures the
 phase difference between the input and output for each of these, and
 computes the delay from those phase differences. The algorithm used is
 one developed originally for satellite ranging -  that is measuring the
 distance between a satellite and a ground station.

Package: jack-keyboard
Description-md5: ed3c688be88fcb780286c4223b8340c1
Description-en: Virtual MIDI keyboard for JACK MIDI
 JACK keyboard is a program that allows you to send JACK MIDI
 events (play ;-) using your PC keyboard. It's somewhat similar to
 vkeybd, except it uses JACK MIDI instead of ALSA, and the default
 keyboard mapping is much better - it uses the same layout as
 trackers (like Impulse Tracker) did, so you have two and half
 octaves under your fingers.

Package: jack-midi-clock
Description-md5: ff39e97fafafd5e0c7c3a5a5644ff912
Description-en: JACK client that sends MIDI beat clock pulses
 A simple and robust command-line tool to send
 MIDI beat clock that accurately follows JACK Transport.
 .
 It also features an instumentation tool to parse and dump
 incoming MCLK messages.

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: jack-stdio
Description-md5: d479933edd6a296c6eb6ea2287a6f98d
Description-en: program to pipe audio-data from and to JACK
 jack-stdout is a small tool that writes JACK audio-sample data to
 buffered standard output. jack-stdin reads raw audio data from
 standard input and writes it to a JACK audio port.
 .
 By default jack-stdout writes 16 bit signed integer raw audio data
 (much like mpg123 -s at JACK's samplerate, but it can output
 signed/unsigned 8/16/24/32 bit integer and 32bit floating-point
 data, both big/little endian.

Package: jack-tools
Description-md5: 0aad80b14d3c61700c2616d2a794e5c5
Description-en: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport
 jack-tools is a collection of small tools for the JACK Audio Connection
 Kit.
 .
 JACK allows the connection of multiple applications to an audio device,
 as well as allowing them to share audio between themselves.
 .
 jack-dl loads dsp algorithms from shared libraries.  Commands are sent
 as OSC packets over a UDP connection.
 .
 jack-record is a light-weight JACK capture client to write an arbitrary
 number of channels to disk.
 .
 jack-scope draws either a time domain signal trace or a self
 correlation trace.  Multiple input channels are superimposed, each
 channel is drawn in a different color.  jack-scope accepts OSC packets
 for interactive control of drawing parameters.
 .
 jack-osc publishes the transport state of the local JACK server as OSC
 packets over a UDP connection.  jack-osc allows any OSC enabled
 application to act as a JACK transport client, receiving sample
 accurate pulse stream timing data, and monitoring and initiating
 transport state change.
 .
 jack-plumbing maintains a set of port connection rules and manages
 these as clients register ports with JACK.  Port names are implicitly
 bounded regular expressions and support sub-expression patterns.
 .
 jack-udp is a UDP audio transport mechanism for JACK.  jack-udp is
 obsolete: use net driver instead.
 .
 jack-play is a light-weight JACK sound file player. It creates as many
 output ports as there are channels in the input file.
 .
 jack-transport is a JACK session manager.  It reads configuration
 information from a system wide and a user specific configuration file
 and manages sessions involving the JACK daemon proper and optionally a
 set of secondary jack daemons.

Package: jackd
Description-md5: 43e39fc581e16852c662fc98fa2d411f
Description-en: JACK Audio Connection Kit (default server package)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This dummy package depends on the current default JACK implementation.

Package: jackd2
Description-md5: d236af7f48ea4bfa984ea4189cd1b635
Description-en: JACK Audio Connection Kit (server and example clients)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the daemon jackd as well as some example clients.

Package: jackd2-firewire
Description-md5: 28c1415de75be3baea2d78f62a778011
Description-en: JACK Audio Connection Kit (FFADO backend)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the IEEE1394 (FireWire) backend FFADO.

Package: libjack-jackd2-0
Description-md5: f4743a9e2f04ed05673483cd1fe0eb38
Description-en: JACK Audio Connection Kit (libraries)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the shared libraries.

Package: libjack-jackd2-dev
Description-md5: 5769772c9db90298e719eeef115bed03
Description-en: JACK Audio Connection Kit (development files)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains files needed for the development of JACK applications
 and an API reference.

Package: jackmeter
Description-md5: 9ee62be3c24eb07894f1bfb9e03b5e98
Description-en: a basic command line meter for the JACK audio system
 Jack Meter is a command line audio meter for the JACK audio system. This
 allows the user to check signal levels on remote computers without the need
 for graphical systems.

Package: libjackrabbit-java
Description-md5: 06c74681ddc026f77028a035fa30d5d1
Description-en: content repository implementation (JCR API)
 Apache Jackrabbit is content repository implementation of JSR 170 and 283
 standards, the Content Repository for Java Technology API.
 .
 NOTE: This package doesn't contains yet full Apache Jackrabbit stack but just
 jackrabbit-webdav module for Maven usage.

Package: libjackson2-annotations-java
Description-md5: 39de876ef1946d291a53e18fd3c27ea8
Description-en: fast and powerful JSON library for Java -- annotations
 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 general purpose annotations for value and handler types.

Package: libjackson2-annotations-java-doc
Description-md5: e1db843705d8d19c64a912740b04a4b1
Description-en: Documentation for Jackson-annotations
 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 the API documentation of libjackson2-annotations-java.

Package: libjackson2-core-java
Description-md5: 9ea23f5bd36f3deba4c38b5d5c1cda7e
Description-en: fast and powerful JSON library for Java -- core library
 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 the Jackson core library.

Package: libjackson2-databind-java
Description-md5: 22a13b0792c5df40b06299919d32df47
Description-en: fast and powerful JSON library for Java -- data binding
 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 general purpose data-binding functionality for data
 formats other than JSON.

Package: libjackson2-dataformat-cbor
Description-md5: e1cf52097f09b59e62028ccbcf1b5bb7
Description-en: Jackson data format module for RfC7049 Concise Binary Object Representation
 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 "Concise
 Binary Object Representation (CBOR)" as specified in RfC7049.

Package: libjackson2-dataformat-smile
Description-md5: d27cf20ff7a4d4e075708261e8ec619e
Description-en: fast and powerful JSON library for Java -- Smile 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 Smile-("binary
 JSON")-encoded data.

Package: libjackson2-dataformat-xml-java
Description-md5: 26393674e098295fd68e9dcf2319f596
Description-en: fast and powerful JSON library for Java -- XML dataformat
 Data format extension for Jackson to offer alternative support for serializing
 POJOs (Plain Old Java Objects) as XML and deserializing XML as POJOs. Support
 was implemented on top of Stax API (javax.xml.stream) by implementing core
 Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory.

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: libjackson2-datatype-joda-java
Description-md5: 962d262f5bec7c84954cc47c25f3215d
Description-en: fast and powerful JSON library for Java -- Joda datatypes
 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 serializing and deserializing classes
 implemented by the Joda-Time date/time library.

Package: libjackson2-jaxrs-providers-java
Description-md5: 998917ce301b00a9bee88fa38623571f
Description-en: Jackson JAX-RS providers
 This is a multi-module project that contains Jackson-based JAX-RS providers for
 following data formats:
 .
   * JSON (https://github.com/FasterXML/jackson-core)
   * Smile (https://github.com/FasterXML/jackson-dataformat-smile)
   * XML (https://github.com/FasterXML/jackson-dataformat-xml)
   * CBOR (https://github.com/FasterXML/jackson-dataformat-cbor)
 .
 Only JSON and Smile providers are built in this package for now.

Package: libjackson2-jr-java
Description-md5: a4b13bef6b1c6a63d092946515b777c2
Description-en: JSON library for Java -- standalone data-binding module
 Jackson jr is a compact alternative to the full Jackson Databind component. It
 implements a subset of functionality, for example for cases where size of jar
 or startup time matters. In addition to basic datatypes the package supports
 reading and writing of standard Java Beans (an implementation that mimics the
 standard JDK Bean Introspection).
 .
 Jackson jr also adds composer implementation that can be used to construct
 JSON output with builder-style API, but without necessarily having to build an
 in-memory representation: instead, it can directly use the streaming-api for
 direct output. It is also possible to build actual in-memory JSON String or
 byte[] representation, if that is preferable.

Package: libjackson2-module-jaxb-annotations-java
Description-md5: 94fe9da6d2c3422d40cd037c8a6186d5
Description-en: Fast and powerful JSON library for Java -- JAXB annotations
 This Jackson extension module provides support for using JAXB (javax.xml.bind)
 annotations as an alternative to native Jackson annotations. It is most often
 used to make it easier to reuse existing data beans that used with JAXB
 framework to read and write XML.

Package: libjacksum-sugar-java
Description-md5: 63c5ac91983498187dd8720b543e61c3
Description-en: Library building parts of numerical chameleon
 This is a library to build the needed part of numerical chameleon.
 This is itself a dependency for Jverein which is an application
 to administrate an association.

Package: jacktrip
Description-md5: 916fc1b937789b656daba0c86eef03ea
Description-en: high-quality system for audio network performances (cmdline)
 JackTrip is a Linux and Mac OS X-based system used for multi-machine
 network performance over the Internet. It supports any number of
 channels (as many as the computer/network can handle) of bidirectional,
 high quality, uncompressed audio signal streaming.
 .
 You can use it between any combination of Linux and Mac OS X systems
 (i.e., one end using Linux can connect to the other using Mac OS X).
 .
 It is currently being developed and actively tested at CCRMA by the
 SoundWIRE group.
 .
 This package contains the minimal command line version of jacktrip.

Package: jacktrip-gui
Description-md5: 66f54943e03ebcf09068c54da05be046
Description-en: high-quality system for audio network performances (GUI)
 JackTrip is a Linux and Mac OS X-based system used for multi-machine
 network performance over the Internet. It supports any number of
 channels (as many as the computer/network can handle) of bidirectional,
 high quality, uncompressed audio signal streaming.
 .
 You can use it between any combination of Linux and Mac OS X systems
 (i.e., one end using Linux can connect to the other using Mac OS X).
 .
 It is currently being developed and actively tested at CCRMA by the
 SoundWIRE group.
 .
 This package contains the GUI version of jacktrip, which also includes
 RtAudio support.

Package: libjacoco-java
Description-md5: 3a8db41272d4ed6cb741ae1397c7ec89
Description-en: free code coverage library for Java
 JaCoCo is a code coverage checking library for Java. It has been integrated
 into many libraries and tools like Gradle, Maven, and Android SDK.
 .
 This package currently provides 2 libraries:
 .
   * org.jacoco.core.jar
   * org.jacoco.report.jar

Package: jag
Description-md5: 38e24f4fde7bd763b817c9c63b1ea047
Description-en: arcade and puzzle 2D game
 Puzzle game where the goal is to break all the target pieces in each level
 and do this before the time runs out.
 .
 Move game pieces using mouse into matches of 3 or more in a straight
 line horizontally or vertically.

Package: jags
Description-md5: eb53ec5ed1f2a0fd257e76a5c5bd1cf5
Description-en: Just Another Gibbs Sampler for Bayesian MCMC - binary
 JAGS is Just Another Gibbs Sampler.  It is a program for analysis of
 Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
 simulation not wholly unlike BUGS.
 .
 JAGS was written with three aims in mind:
  * To have an engine for the BUGS language that runs on Unix
  * To be extensible, allowing users to write their own functions,
    distributions and samplers.
  * To be a plaftorm for experimentation with ideas in Bayesian modelling
 .
 This package contains the 'jags' binary as well as the associated
 shared library modules loaded by the binary.

Package: jailkit
Description-md5: 3d23fb6efa2f91edca720503251eaeb4
Description-en: tools to generate chroot jails easily
 Jailkit is a set of utilities to limit user accounts to specific files using
 chroot() and or specific commands. Setting up a chroot shell, a shell limited
 to some specific command or a daemon inside a chroot jail is a lot easier and
 can be automated using these utilities.
 .
 Jailkit is a specialized tool that is developed with a focus on security. It
 will abort in a secure way if the configuration, the system setup or the
 environment is not 100% secure, and it will send useful log messages that
 explain what is wrong to syslog.
 .
 Jailkit is known to be used in network security appliances from several
 leading IT security firms, Internet servers from several large enterprise
 organizations, Internet servers from Internet service providers, as well as
 many smaller companies and private users that need to secure login in services
 or in daemon processes.
 .
 Currently, Jailkit provide jails for cvs, git, scp sftp, ssh, rsync, procmail,
 openvpn, vnc, etc.
 .
 Jailkit make available the following commands: jk_check, jk_chrootlaunch,
 jk_chrootsh, jk_cp, jk_init, jk_jailuser, jk_list, jk_lsh, jk_socketd,
 jk_uchroot, jk_update.

Package: libjakarta-activation-java
Description-md5: 70831decf70e8c7cb65c25f258163799
Description-en: Jakarta Activation
 Jakarta Activation lets you take advantage of standard services to:
 determine the type of an arbitrary piece of data; encapsulate access to it;
 discover the operations available on it; and instantiate the appropriate
 bean to perform the operation(s).

Package: libjakarta-annotation-api-java
Description-md5: 830b113318235ca91eafe05589ddecd2
Description-en: Annotations for common semantic concepts in the Java SE & Jakarta EE platforms
 Jakarta Annotations defines a collection of annotations representing common
 semantic concepts that enable a declarative style of programming that applies
 across a variety of Java technologies.

Package: libjakarta-el-api-java
Description-md5: 84ec7ba65d86e5470f1b682aa4e96f80
Description-en: Jakarta Expression Language API
 EL is a simple language designed to meet the needs of the presentation
 layer in Java web applications.
 .
 It features:
  * A simple syntax restricted to the evaluation of expressions
  * Variables and nested properties
  * Relational, logical, arithmetic, conditional, and empty operators
  * Functions implemented as static methods on Java classes
  * Lenient semantics where appropriate default values and type conversions
    are provided to minimize exposing errors to end users

Package: libjakarta-interceptor-api-java
Description-md5: f959ee4e0a180c78e7f7617c9dd33e2f
Description-en: Jakarta Interceptors API
 Jakarta Interceptors are used to interpose on business method invocations
 and specific events such as lifecycle events and timeout events that occur
 on instances of Jakarta EE components and other managed classes.

Package: jmeter
Description-md5: a28a94459bd61f4922252964bb5fa181
Description-en: Load testing and performance measurement application (main application)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the main application.

Package: jmeter-apidoc
Description-md5: 1980c4b6b4e14c7bdff962b8526f8dd4
Description-en: Load testing and performance measurement application (API doc)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the API documentation.

Package: jmeter-ftp
Description-md5: 9ddcb877246ee044f2a66abc2bd910ae
Description-en: Load testing and performance measurement application (ftp module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the ftp testing module.

Package: jmeter-help
Description-md5: 13e3f02b85938a98c1d909170eebf078
Description-en: Load testing and performance measurement application (user manual)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the user manual.

Package: jmeter-http
Description-md5: c187834cc3320752f7fefd63d73d7936
Description-en: Load testing and performance measurement application (http module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the http testing module.

Package: jmeter-java
Description-md5: f0eb4759f4ac1f4243cb5cbfdc3bd651
Description-en: Load testing and performance measurement application (java module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the java testing module.

Package: jmeter-jms
Description-md5: 76fc9b0e376e2a87e5e18a045eed248b
Description-en: Load testing and performance measurement application (jms module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the jms testing module.

Package: jmeter-junit
Description-md5: 489be03ae700c03f1e1cb81c570af2c3
Description-en: Load testing and performance measurement application (junit module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the junit testing module.

Package: jmeter-ldap
Description-md5: 87604c74b9edd51e0093951bebceb92a
Description-en: Load testing and performance measurement application (ldap module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the ldap testing module.

Package: jmeter-mail
Description-md5: e964f92cdb6a2bd7ac43fe90036a717b
Description-en: Load testing and performance measurement application (mail module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the mail testing module.

Package: jmeter-mongodb
Description-md5: e399af3404ac60bef00a2d2833fa6173
Description-en: Load testing and performance measurement application (mongodb module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the mongodb testing module.

Package: jmeter-tcp
Description-md5: 7845b573339eb49b0b8c1eb473f9a556
Description-en: Load testing and performance measurement application (tcp module)
 Apache JMeter is a 100% pure Java desktop application designed to load test
 functional behavior and measure performance. It was originally designed for
 testing Web Applications but has since expanded to other test functions.
 .
 This package contains the tcp testing module.

Package: libjakarta-mail-java
Description-md5: 7926f9b58cf8073db7bc2e2d461f8e68
Description-en: Jakarta Mail API
 The Jakarta Mail API provides a platform-independent and protocol-independent
 framework to build mail and messaging applications.
 .
 This is the reference implementation of the Jakarta Mail API. It supports SMTP,
 POP3, IMAP (including Gmail features) and Delivery Status Notifications
 parsing.

Package: libjakarta-servlet-api-java
Description-md5: 290c58cfcb595b20de752cdf31e26ad9
Description-en: Jakarta Servlet API
 The Servlet API is the Java platform technology of choice for interacting
 with the web. Servlets provide a component-based, platform-independent
 method, for building web-based applications generating dynamic content.
 Servlets are managed by a container and interact with web clients via a
 request/response paradigm.

Package: libjakarta-validation-api-java
Description-md5: 14e57fa831fb0e2263925e01273aa1a9
Description-en: Jakarta Bean Validation API
 Jakarta Bean Validation is a Java specification which provides the APIs to
 validate objects and object graphs. It also provides the APIs to validate
 parameters and return values of methods and constructors.

Package: jaligner
Description-md5: 9e3d916c2471463211c65debaedbcd1f
Description-en: Smith-Waterman algorithm with Gotoh's improvement
 JAligner is an open source Java implementation of the Smith-Waterman
 algorithm with Gotoh's improvement for biological local pairwise sequence
 alignment with the affine gap penalty model.

Package: jalv
Description-md5: 227812df9dfdde4ce0efb91615276b76
Description-en: tool to run LV2 plugins as stand-alone applications
 jalv is a stand-alone version of lv2jack that supports plugin UIs
 via libsuil. It allows one to run an LV2 plugin as a JACK application.
 .
 This package contains a replacement for the lv2jack utility, which was
 previously provided by the lilv-utils package.

Package: jalview
Description-md5: 92268a8829a03697abafe2eb31617a27
Description-en: multiple alignment editor
 JalView is a Java DNA, RNA and protein sequence alignment editor that can work
 with sequence alignments produced by programs implementing alignment
 algorithms such as clustalw, kalign and t-coffee.
 .
 It has lots of features, is actively developed, and will compare
 advantageously to BioEdit, while being free as in free speech!

Package: jam
Description-md5: 5a03130b3858cafbf6e0b7cbd0ebe7ed
Description-en: Software-build tool, replacement for make
 Perforce's Jam (formerly called Jam/MR) is a powerful and highly
 customizable utility to build programs and other things, that can run
 on Un*x, Nt, VMS, OS/2 and Macintosh MPW, using portable Jamfiles.
 It can build large projects spread across many directories in one
 pass, and can run jobs in parallel where make would not.
 .
 It takes some time to fully grasp, especially when one's already
 accustomed to make(1), but there's no comparison in power when
 comparing these two tools.
 .
 Standard rules:
  - can automatically extract header dependencies for C/C++ (you can
 customize for you own language)
  - provide for automatic "clean", "install", "uninstall" rules,
 so that an automake-like tool is not needed

Package: libjam-java
Description-md5: f6d55e295ac880d41d59b592d30b5a79
Description-en: Java applications look and behave like native applications
 JAM provides classes for building desktop applications that look and
 behave like native applications.  applications created using JAM will
 look native on Mac, Windows and Linux/UNIX machines.

Package: libjam-java-doc
Description-md5: 5d93a5e15b42e536abdc5e04f57fdbe6
Description-en: Java applications look and behave like native applications (documentation)
 JAM provides classes for building desktop applications that look and
 behave like native applications.  applications created using JAM will
 look native on Mac, Windows and Linux/UNIX machines.
 .
 This package provides the documentation for the library

Package: libjama-java
Description-md5: 1f42a505ebab68b4fe9cb3a9719588ef
Description-en: Basic linear algebra library for Java
 Provides fundamental operations of numerical linear algebra. The package
 provides five matrix decompositions. These decompositions are accessed by
 the Matrix class to compute solutions of simultaneous linear equations,
 determinants, inverses and other matrix functions.
 .
 The five decompositions are:
  * Cholesky Decomposition of symmetric, positive definite matrices
  * LU Decomposition (Gaussian elimination) of rectangular matrices
  * QR Decomposition of rectangular matrices
  * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices
  * Singular Value Decomposition of rectangular matrices

Package: jameica
Description-md5: 09e6cff40ff1868541dc2603a199586a
Description-en: Run-time system for Java applications
 runtime environment for Java applications, which are implemented as plugins.
 .
 Jameica takes care of recurring tasks, such as:
  * consistent Look & Feel
  * strict user- and programdata separation
  * standardized access to configuration files
  * common navigation- and menuelements
  * synchronous and asynchronous data exchange between plugins
  * supports client-server model via RMI, XML-RPC or SOAP
  * simplified usage of encryption methods (integrated wallet system)
  * headless support for servers
  * logging

Package: jameica-doc
Description-md5: 2129515b594739caf10a2c441fcb3a21
Description-en: Run-time system for Java applications - documentation package
 runtime environment for Java applications, which are implemented as plugins.
 .
 This package contains the API documentation of the jameica package.

Package: libjameica-datasource-java
Description-md5: f9019196bcb8ef7bbbdc55b9d59e1ad0
Description-en: OR mapper for Jameica - Java library
 Object-relational mapper library for the Jameica homebanking software.

Package: libjameica-datasource-java-doc
Description-md5: 1d0aa328629b6c4c36c04e5b35852f42
Description-en: Documentation for OR mapper for Jameica - Java library
 Object-relational mapper library for the Jameica homebanking software.
 .
 This package contains the API documentation of libjameica-datasource-java.

Package: jameica-h2database
Description-md5: a9dcd9fcdcf3bb01ff5f9863f10d9936
Description-en: H2 Database Engine (jameica version)
 H2 is a relational database management system supporting a subset
 of the SQL standard. The main programming APIs are SQL and JDBC,
 however the database also supports using the PostgreSQL ODBC driver
 by acting like a PostgreSQL server.
 .
 The main features of H2 are:
 .
  - Very fast, open source, JDBC API.
  - Embedded and server modes; in-memory databases.
  - Browser based Console application.
  - Small footprint
 .
 This is version 1.4.197 of h2 as needed by jameica.

Package: libjameica-util-java
Description-md5: c3aee2b3b688a49c6cbe6f1a602fbc37
Description-en: utility classes for Jameica - Java library
 This is a library of utility classes for the Jameica homebanking software.

Package: libjameica-util-java-doc
Description-md5: f2af3c7c73d193931bc20d0268926c00
Description-en: Documentation for utility classes for Jameica - Java library
 This is a library of utility classes for the Jameica homebanking software.
 .
 This package contains the API documentation of libjameica-util-java.

Package: jamin
Description-md5: 5727392f193fd50d0a3dd90709c95f45
Description-en: Audio mastering from a mixed down multitrack source with JACK
 JAM is a tool for producing audio masters from a mixed down multitrack source.
 It runs in the JACK Audio Connection Kit, and uses LADSPA for its backend DSP
 work, specifically the swh plugins created by Steve Harris, JAM's main author.
 .
 Features:
  * Linear filters
  * JACK I/O
  * 30 band graphic EQ
  * 1023 band hand drawn EQ with parametric controls
  * Spectrum analyser
  * 3 band peak compressor
  * Lookahead brickwall limiter
  * Multiband stereo processing
  * Presets and scenes
  * Loudness maximiser

Package: jamnntpd
Description-md5: 13d4bc67931c235f4f15309e43b9c653
Description-en: NNTP Server allowing newsreaders to access a JAM messagebase
 JamNNTPd is an attempt to merge Fidonet technology with modern Usenet
 newsreaders. Basically, JamNNTPd is NNTP server that allows newsreaders
 to access a JAM messagebase. (If you didn't understand a word of this, you
 may not want to use JamNNTPd anyway).

Package: jamulus
Description-md5: 4f159923a0f9f5e9a90f57217bf6dd87
Description-en: real-time collaborative music session client and server
 Jamulus, a low-latency audio client and server, enables musicians to
 perform real-time “jam” sessions over the internet. It is available
 across multiple platforms, so participants of any field can communicate
 without specialist setup requirements. This is not restricted to music,
 of course; other use (perhaps conferencing?) is also possible.
 .
 One participant starts Jamulus in server mode, ideally on a dedicated
 server (virtual) machine; all participants start the (graphical) client
 which transmits audio to the server, receiving back a mixed stream. Use
 of a metronome is recommended.

Package: libbase-ocaml
Description-md5: be2b9274c2bdd500bb30b4073e64b7de
Description-en: Jane Street's alternative standard library (runtime)
 Base is a standard library for OCaml. It provides a standard set of
 general purpose modules that are well-tested, performant, and
 fully-portable across any environment that can run OCaml code. Unlike
 other standard library projects, Base is meant to be used as a
 wholesale replacement of the standard library distributed with the
 OCaml compiler. In particular it makes different choices and doesn’t
 re-export features that are not fully portable such as I/O, which are
 left to other libraries.
 .
 This package contains runtime files.

Package: libbase-ocaml-dev
Description-md5: 05dbe174474840963387f30badaa3387
Description-en: Jane Street's alternative standard library (development)
 Base is a standard library for OCaml. It provides a standard set of
 general purpose modules that are well-tested, performant, and
 fully-portable across any environment that can run OCaml code. Unlike
 other standard library projects, Base is meant to be used as a
 wholesale replacement of the standard library distributed with the
 OCaml compiler. In particular it makes different choices and doesn’t
 re-export features that are not fully portable such as I/O, which are
 left to other libraries.
 .
 This package contains development files.

Package: libocaml-compiler-libs-ocaml-dev
Description-md5: 13f43406d60df557d1ae97bb320bc71f
Description-en: OCaml compiler libraries repackaged
 This package simply repackages the OCaml compiler libraries so they
 don’t expose everything at toplevel. For instance Ast_helper is now
 Ocaml_common.Ast_helper.
 .
 The special library ocaml_shadow adds a deprecation warning on all
 modules from the compiler libraries, to force the user to use the
 prefixed names.

Package: janino
Description-md5: 8766c795bc6ef399f9a49d03eaf105ae
Description-en: runtime compiler for Java expressions - binary
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains the janinoc tool.

Package: libjanino-java
Description-md5: 1074e524fe86fb4bd6b65454ffc6ae66
Description-en: runtime compiler for Java expressions - library
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains Java library.

Package: libjanino-java-doc
Description-md5: 8c3df1513be9096f1275e0af5038469a
Description-en: runtime compiler for Java expressions - documentation
 Janino is a compiler that reads a Java expression, block, class body,
 source file or a set of source files, and generates Java bytecode that is
 loaded and executed directly. Janino is not intended to be a development tool,
 but an embedded compiler for run-time compilation purposes, e.g. expression
 evaluators or embedded code as with JSP.
 .
 This package contains Java library documentation as Javadoc.

Package: libjansi-java
Description-md5: 0f0c7356271fcd9e79d75de11ef9dc79
Description-en: Java library for generating and interpreting ANSI escape sequences
 Jansi is a small java library that allows you to use ANSI
 escape codes to format your console output which works across
 all platforms.
 .
 Jansi detects and abstracts the ANSI support provided
 by the attached terminal. When your Java application uses
 Jansi, it can always assume that standard out and error
 streams support ANSI sequences.

Package: libjansi-native-java
Description-md5: 0435d1b7187fe6ecee0c091912082461
Description-en: Java library for ANSI escape sequences - native component
 Jansi is a small java library that allows you to use ANSI escape
 sequences to format console output across all platforms.
 .
 jansi-native implements the native libraries used by the Jansi project.

Package: libjansi1-java
Description-md5: 0f0c7356271fcd9e79d75de11ef9dc79
Description-en: Java library for generating and interpreting ANSI escape sequences
 Jansi is a small java library that allows you to use ANSI
 escape codes to format your console output which works across
 all platforms.
 .
 Jansi detects and abstracts the ANSI support provided
 by the attached terminal. When your Java application uses
 Jansi, it can always assume that standard out and error
 streams support ANSI sequences.

Package: libjansson-dev
Description-md5: 368798c2cf2b553c0366e3da584d61b1
Description-en: C library for encoding, decoding and manipulating JSON data (dev)
 Jansson is a C library for encoding, decoding and manipulating JSON data.
 .
 It features:
  * Simple and intuitive API and data model
  * Comprehensive documentation
  * No dependencies on other libraries
  * Full Unicode support (UTF-8)
  * Extensive test suite
 .
 This package contains the development files for jansson.

Package: libjansson-doc
Description-md5: b4d98c6687fa48c15ea5b34a15124cb3
Description-en: C library for encoding, decoding and manipulating JSON data (doc)
 Jansson is a C library for encoding, decoding and manipulating JSON data.
 .
 It features:
  * Simple and intuitive API and data model
  * Comprehensive documentation
  * No dependencies on other libraries
  * Full Unicode support (UTF-8)
  * Extensive test suite
 .
 This package contains the documentation for jansson.

Package: libjansson4
Description-md5: 6fbadadaacb1a0fbc591227b867abcdf
Description-en: C library for encoding, decoding and manipulating JSON data
 Jansson is a C library for encoding, decoding and manipulating JSON data.
 .
 It features:
  * Simple and intuitive API and data model
  * Comprehensive documentation
  * No dependencies on other libraries
  * Full Unicode support (UTF-8)
  * Extensive test suite

Package: janus
Description-md5: 022f61fae5f25008ff31538c0638cfb3
Description-en: general purpose WebRTC server/gateway
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 As such, it doesn't provide any functionality per se
 other than implementing the means to set up
 a WebRTC media communication with a browser or application,
 exchanging JSON messages with it over different transports,
 and relaying RTP/RTCP and messages between clients
 and the server-side application logic they're attached to.
 Any specific feature/application is provided
 by server side plugins,
 that browsers can then contact via the server
 to take advantage of the functionality they provide.
 .
 Example of such plugins can be implementations of applications
 like echo tests, conference bridges, media recorders,
 SIP gateways and the like.

Package: janus-demos
Description-md5: fc46cfe9970d817fde5a4d4d91d9bdbc
Description-en: general purpose WebRTC server/gateway - demos
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains a set of demo html applications using Janus.
 .
 The demos require online referenced Javascript code.
 .
 GStreamer example script in package janus-tools is needed
 to feed one of the streams in Streaming demo.

Package: janus-dev
Description-md5: a43d387e9fb659100fa84874325248ed
Description-en: general purpose WebRTC server/gateway - development files
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains headers for plugin development.

Package: janus-doc
Description-md5: 34ebfe3e1ab34bf6420ffb9fe4447365
Description-en: general purpose WebRTC server/gateway - documentation
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains the html documentation for Janus.

Package: janus-tools
Description-md5: 1057f39fa11fc64fe9effaf649942463
Description-en: general purpose WebRTC server/gateway - helper tools
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains the following helper tools:
  * janus-pp-rec - extract media file from a Janus recording
  * pcap2mjr - convert a pcap dump to a Janus recording
  * mjr2pcap - convert a Janus recording to pcap format
 .
 Packages gstreamer1.0-plugins-good gstreamer1.0-x are needed
 for included example streaming script.

Package: libjs-janus-gateway
Description-md5: d6bb3716c1c312f6fa298613ea3aab1b
Description-en: general purpose WebRTC server/gateway - JavaScript library
 janus is a general purpose WebRTC server/gateway
 with a minimal footprint.
 .
 This package contains a JavaScript library
 to interact with Janus from a web browser.

Package: japa
Description-md5: b15018e113c2acb99b002ddc667f96ca
Description-en: JACK and ALSA Perceptual Analyser
 Japa, is a 'perceptual' or 'psychoacoustic' audio spectrum analyser. Possible
 uses include spectrum monitoring while mixing or mastering, evaluation of
 ambient noise, and (using pink noise) equalisation of PA systems.
 .
 It supports up to four audio inputs of which two can graphically be compared.
 Additionally a pink noise and white noise generator is running after starting
 japa.

Package: japi-compliance-checker
Description-md5: 6ed62986ae390d7dd6863bb212239d25
Description-en: tool to compare compatibility of Java library API
 Java API Compliance Checker (Java ACC) is a tool for checking backward binary
 and source-level compatibility of a Java library API. The tool checks classes
 declarations of old and new versions and analyzes changes that may break
 compatibility: removed methods, removed class fields, added abstract methods,
 etc. Binary incompatibility may result in crashing or incorrect behavior of
 existing clients built with an old version of a library when they are running
 with a new one. Source incompatibility may result in recompilation errors with
 a new library version. The tool is intended for library developers and
 operating system maintainers who are interested in ensuring backward
 compatibility, i.e. allow old clients to run or to be recompiled with newer
 library versions.

Package: japitools
Description-md5: 9c238aad1e5f27d5c5ac84feee383191
Description-en: Java API compatibility testing tools
 It consists of two simple tools designed to test for compatibility between
 Java APIs. They were originally designed for testing free implementations
 of Java itself for compatibility with Sun's JDK, but they can also be used
 for testing backward compatibility between versions of any API.
 .
 The tools are japize and japicompat. Japize is a Java program which emits
 a listing of an API in a machine-readable format. Japicompat then takes two
 such listings and compares them for binary compatibility, as defined by Sun
 in the Java Language Specification.

Package: python3-jaraco.classes
Description-md5: c24d0f4269d7a83f4da0d1af3ddcdb1d
Description-en: additional routines for obtaining class names
 Jaraco.classes provides additional routines for obtaining the class names
 of an object and its parent classes, some useful metaclasses and methods
 for class properties. It's mostly needed as a dependency of other projects
 by the same author.

Package: python3-jaraco.collections
Description-md5: 8056193925f969c434787f0aa387300b
Description-en: models and classes to supplement the stdlib 'collections' module
 Jaraco.collections provides additional models and classes in the spirit
 of stdlib's collections, mostly needed as a dependency of other projects
 including 'cherrypy'.

Package: python3-jaraco.context
Description-md5: a886cf27016b6f014faecb7f71fe617c
Description-en: jaraco contextlib extensions
 Various context managers extending functionality of Python's
 contextlib, mostly needed as a dependency of other projects
 involving the same upstream developer.

Package: python3-jaraco.itertools
Description-md5: d6467266726c1874cb9dd270ac2dd857
Description-en: Tools for working with iterables (Python 3)
 This module contains tools for working with Python iterables,
 complementing itertools and more_itertools.
 .
 This package contains the module for Python 3.

Package: python3-jaraco.text
Description-md5: 3c57eff65aee350617ae0affeff109c6
Description-en: jaraco text manipulation functions
 Text manipulation functions and classes, mostly needed as a dependency
 of other projects involving the same upstream developer, including
 cherrypy.

Package: libjarchivelib-java
Description-md5: 67d12dd43eb23567d3b4e3c65278575b
Description-en: simple archiving and compression library for Java
 A simple archiving and compression library for Java that provides a thin and
 easy-to-use API layer on top of the powerful and feature-rich
 org.apache.commons.compress.

Package: jardiff
Description-md5: 9266504b8978108c8e33757b89ae3b55
Description-en: tool to visualise API differences between two JAR files
 Jardiff is a tool to help visualise API differences between two different
 versions of a project.
 .
 Jardiff takes two jar files and outputs all the public API changes as
 xml, html or plain text.
 .
 It can be used from command line or via an Apache Ant task.
 .
 It requires Java >= 1.4 to run.

Package: jargon
Description-md5: b6779870ef57bea6a8a68fb4c5d9253f
Description-en: the definitive compendium of hacker slang
 This is the Jargon File, a comprehensive compendium of hacker slang
 illuminating many aspects of hackish tradition, folklore, and humor.
 The file is in info format, but includes an HTML page with links
 to the home site.
 .
 Note that this package is now out-of-date, because the upstream author
 is no longer maintaining an info version of the file.

Package: jargon-text
Description-md5: 81345d6a771bdc345635e5aa055b7690
Description-en: definitive compendium of hacker slang
 This is the Jargon File, a comprehensive compendium of hacker slang
 illuminating many aspects of hackish tradition, folklore, and humor.
 This version is in the original text format.

Package: libjargs-java
Description-md5: a630e71d4aaa46b69ac6d7342f6fd3c7
Description-en: Command-line argument parsing for Java
 jargs provides a convenient, compact, pre-packaged and
 comprehensively documented suite of command line option
 parsers for the use of Java programmers.

Package: libjarjar-java
Description-md5: 742dfa8deee489d10634651524a940b9
Description-en: repackage third-party jars
 Utility that makes it easy to repackage Java libraries and embed them
 into your own distribution. This is useful for two reasons:
 .
  - You can easily ship a single jar file with no external dependencies.
  - You can avoid problems where your library depends on a specific
    version of a library, which may conflict with the dependencies of
    another library.

Package: libjarjar-maven-plugin-java
Description-md5: 74946d31b75df4f1fd5bb2b86ab04423
Description-en: Maven plugin to repackage third-party jars
 Utility that makes it easy to repackage Java libraries and embed them into
 your own distribution. This is useful for two reasons:
 - You can easily ship a single jar file with no external dependencies.
 - You can avoid problems where your library depends on a specific
   version of a library, which may conflict with the dependencies of
   another library.
 .
 This package provide a Maven plugin for Java to allow plug this
 into Maven build system.

Package: libjas-java
Description-md5: f4222b0c89decaee97bd7aa76302279d
Description-en: Java object-oriented type-safe Algebra System
 Java Algebra System (JAS) is an object-oriented, type-safe and
 multi-threaded library using generic types for algebraic
 computations. It mainly focuses on commutative algebra, solvable
 polynomials, Groebner bases, factorization, power series and real
 roots.

Package: libjas-plotter-java
Description-md5: 351f8b5459bc51df239ed7f6661c623c
Description-en: JAS(2) Plotter graphic library
 This library, part of the Java Analysis Studio distribution, is able to
 draw various sorts of plots, such as monodimensional and bidimensinal
 histograms, scatter plots or function fits. Many aspects of the plots,
 such as the color or the style of the lines, can also be interactively
 modified via a Swing interface.
 .
 This library is used in FreeHEP, a collection of Java libraries used
 in High Energy Physics.

Package: jasmin-sable
Description-md5: 3be7869782632547391d6b0bc3eafd35
Description-en: Java class (.class) file assembler
 Jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java
 classes, written in the Java Virtual Machine instruction set in an
 assembler-like syntax.
 .
 Jasmin converts these input files into binary Java class files (.class)
 suitable for executing on an Java Virtual Machine.

Package: libjasypt-java
Description-md5: fcf19cccd1b64b74a7887f95e9e6944f
Description-en: java library for simple high-level encryption
 Jasypt is a java library which allows the developer to add basic encryption
 capabilities to projects.
 .
 It provides :
  * High-security, standards-based encryption techniques, both for
    unidirectional and bidirectional encryption.
  * Transparent integration with Hibernate.
  * Suitable for integration into Spring-based applications and also
    transparently integrable with Spring Security.
  * Integrated capabilities for encrypting the configuration of
    applications (i.e. datasources).
  * Specific features for high-performance encryption in
    multi-processor/multi-core systems.
  * Open API for use with any JCE provider.

Package: libjasypt-java-doc
Description-md5: a1ca91448ba39f06811599105245adf0
Description-en: Documentation - java library for simple high-level encryption
 Jasypt is a java library which allows the developer to add basic encryption
 capabilities to projects.
 .
 It provides :
  * High-security, standards-based encryption techniques, both for
    unidirectional and bidirectional encryption.
  * Transparent integration with Hibernate.
  * Suitable for integration into Spring-based applications and also
    transparently integrable with Spring Security.
  * Integrated capabilities for encrypting the configuration of
    applications (i.e. datasources).
  * Specific features for high-performance encryption in
    multi-processor/multi-core systems.
  * Open API for use with any JCE provider.
 .
 This package contains the API documentation of libjasypt-java.

Package: libjatl-java
Description-md5: e841bc990bc900437223ec11b1f39ba6
Description-en: JATL - Java Anti-Template Language
 JATL is an extremely lightweight efficient Java library to generate XHTML or
 XML in a micro DSL builder/fluent style.
 .
 JATL is particularly useful for creating complicated XML/HTML snippets
 programmatic-ly in Java to be used as lambdas or helpers in jMustache or
 Handlebars.java. Its also very good at creating extremely large XML
 documents while using very little memory.

Package: jattach
Description-md5: 0509317183036d84da603ec1754d70cd
Description-en: JVM Dynamic Attach utility all in one jmap jstack jcmd jinfo
 jattach is a utility implementing commands for the JVM Dynamic Attach
 mechanism. Instead of installing a complete JDK you can use this small
 utility to query information from your running JVM.

Package: jparse
Description-md5: cd187894cc8cdd6cafac7b4964183487
Description-en: JSON parser utility
 Jparse is a small utility based on jaula library that checks JSON formatted
 files, detects errors and sends a "compacted to a single line" form of the
 file contents on standard output.

Package: libjaula-dev
Description-md5: df99c75b265eb66dfa41bd006a51ed58
Description-en: JSON parser/writer library for C++ (development files)
 This package contains headers and additional files for developing applications
 that use this library.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and writing JSON formatted data.

Package: libjaula-doc
Description-md5: 5a180aeb06c6b62e7ef996b2020144ff
Description-en: JSON parser/writer library for C++ (documentation)
 This package contains documentation of the library and JSON example files for
 testing applications.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and writing JSON formatted data.

Package: libjaula1
Description-md5: 454e81c04bc9662e672572004aecff00
Description-en: JSON parser/writer library for C++
 This package contains c library for applications.
 .
 Jaula means "JSON Analysis User Library Acronym" and is the name of a
 C++ library for parsing and generating JSON formatted data.

Package: libjava-allocation-instrumenter-java
Description-md5: 2ad5469a74f2ec9a7ab987217733dae8
Description-en: JVM agent tracking memory allocations
 Java Allocation Instrumenter is a Java agent written using the
 java.lang.instrument API. Each allocation in your Java program is instrumented;
 a user-defined callback is invoked on each allocation.
 .
 Bytecode rewriting is used to invoke the callback at the site of each
 allocation.

Package: libjava-allocation-instrumenter-java-doc
Description-md5: d486ffa686367ebf65d828570cc3f76a
Description-en: JVM agent tracking memory allocations (documentation)
 Java Allocation Instrumenter is a Java agent written using the
 java.lang.instrument API. Each allocation in your Java program is instrumented;
 a user-defined callback is invoked on each allocation.
 .
 Bytecode rewriting is used to invoke the callback at the site of each
 allocation.
 .
 This package contains the documentation for the
 libjava-allocation-instrumenter-java package.

Package: libatk-wrapper-java
Description-md5: 2435a7ab3fb5e265d740a2fa375e41e5
Description-en: ATK implementation for Java using JNI
 Java ATK Wrapper is an implementation of ATK which uses JNI. It
 converts Java Swing events into ATK events, and sends these events to
 ATK-Bridge.

Package: libatk-wrapper-java-jni
Description-md5: ba571b57059ec7e09d91c5389edc0996
Description-en: ATK implementation for Java using JNI (JNI bindings)
 Java ATK Wrapper is an implementation of ATK which uses JNI. It
 converts Java Swing events into ATK events, and sends these events to
 ATK-Bridge.
 .
 This package contains the JNI bindings.

Package: libjava-classpath-clojure
Description-md5: e419238382b7d8054cc7fdd9b3b21194
Description-en: examine the Java classpath from Clojure programs
 java.classpath is a Clojure library that provides access to the Java
 classpath. The `classpath` function returns a sequence of java.io.File objects
 representing all JAR files and directories on the classpath.

Package: libcomment-preprocessor-java
Description-md5: 3a414a1b782e6f2d19697de6547e8bd7
Description-en: Java Comment Preprocessor
 A Multi-pass java based preprocessor processing directives placed into
 Java comments

Package: default-jdk
Description-md5: 2b3a807fc03a01dc4e52efe296b3c8ce
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for s390x.

Package: default-jdk
Description-md5: 30bf8987d27a870a46b718f89e1eb700
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for amd64.

Package: default-jdk
Description-md5: 32f4b188a63752f035525811a3330af9
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for i386.

Package: default-jdk
Description-md5: 3fb958fb1c30cf119632534912653f32
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for armel.

Package: default-jdk
Description-md5: 483bc81047ee19ca8e4c51bdcfebc624
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for ppc64el.

Package: default-jdk
Description-md5: 920ce3354c4809dc609ef0eb9eecc0b2
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for mips64el.

Package: default-jdk
Description-md5: a6b75b983d94717fb3a550ac962352aa
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for arm64.

Package: default-jdk
Description-md5: c3b49f4e3acd3d35d57c778ecf06deab
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for mipsel.

Package: default-jdk
Description-md5: d8eeaa33884c4ccfb3b8b5ee03acb3bc
Description-en: Standard Java or Java compatible Development Kit
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk for armhf.

Package: default-jdk-doc
Description-md5: 1f44b3287d1aa4990cc550abadef4832
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-17-doc for ppc64el.

Package: default-jdk-doc
Description-md5: 24b6ef155612bc4a2ff01fd82dadde4d
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-17-doc for amd64.

Package: default-jdk-doc
Description-md5: 27441072dbcf39007ddc5a2f5248fdd9
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-17-doc for s390x.

Package: default-jdk-doc
Description-md5: 414621b63cbe71f2adb5fde3ceb1e302
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-17-doc for arm64.

Package: default-jdk-doc
Description-md5: 539dbb27b6fa328a0bc897281db33dc2
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-17-doc for mips64el.

Package: default-jdk-doc
Description-md5: ab96ae56678523143ab5da30da4db3fa
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-17-doc for armhf.

Package: default-jdk-doc
Description-md5: bfa763140e15ce558fe0d53b2309da46
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-17-doc for mipsel.

Package: default-jdk-doc
Description-md5: dd2711575f6e870f545a2ad21e177e8c
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-17-doc for i386.

Package: default-jdk-doc
Description-md5: f4602a8ec075037826848eb8e8ae92bc
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-17-doc for armel.

Package: default-jdk-headless
Description-md5: 181784911c4ed537e056e82c7e1a11ee
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for mipsel.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: 30ba010381e170873e2173516f35326f
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for amd64.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: 44d622569c3d36a502d25380f1a92414
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for i386.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: 58e231c2adc29e9d20f17823261fa605
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for arm64.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: 9343b953492ee95805d18899e4f18ebe
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for armel.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: d6aa9fa854a8c0b0aedec8d72be9fcc0
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for ppc64el.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: df5b6af901faaa3a3780cbfd4ba3c4b7
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for s390x.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: e75aa041c708034441b6145bb73e8c31
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for armhf.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jdk-headless
Description-md5: f182f279e267c9529de89cae1db45659
Description-en: Standard Java or Java compatible Development Kit (headless)
 This dependency package points to the Java runtime, or Java compatible
 development kit recommended for this architecture, which is
 openjdk-17-jdk-headless for mips64el.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre
Description-md5: 0df7662704d7ae8b93766a4e26cbae9d
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for ppc64el.

Package: default-jre
Description-md5: 2cf2f6e24b62d90af357430cb12fe4a1
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for i386.

Package: default-jre
Description-md5: 709c4ca00fff32c1d0f9f6794f8f7255
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for armel.

Package: default-jre
Description-md5: 74f58c8cc79e1ed897e9ba228c6c2ae0
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for armhf.

Package: default-jre
Description-md5: 7edf2cc2b9afbe3ffabe5f8d95931ecb
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for arm64.

Package: default-jre
Description-md5: 86aa702010aedc9b7d54008cd816889a
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for mipsel.

Package: default-jre
Description-md5: 9ae74adb60858ea0cefa303c3c04ab3a
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for mips64el.

Package: default-jre
Description-md5: c87c9a638eba6f2da666a68c2f82ae93
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for s390x.

Package: default-jre
Description-md5: e747dcb24f92ffabcbdfba1db72f26e8
Description-en: Standard Java or Java compatible Runtime
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre for amd64.

Package: default-jre-headless
Description-md5: 3b6de06337bbb313daff064dfbd102c9
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for mips64el.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: 3f7a72fa6e69bc180fc4f9c3316844bd
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for mipsel.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: 546099863a49d7558272edfa2e84707e
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for i386.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: 8c580d490aaf99ec5c24dc3373a04815
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for ppc64el.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: 904d14edd2db0c94f0dfd6a76f7a9156
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for s390x.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: 9ed53562e80ad6c6836470c1d5553ec6
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for armhf.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: d94da200e5fcaadf49830493fca52bfd
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for amd64.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: e0fec847d135f0ba363d4c80d1b24c3b
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for arm64.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: default-jre-headless
Description-md5: fb952734a90f62a9ceef07643520bc42
Description-en: Standard Java or Java compatible Runtime (headless)
 This dependency package points to the Java runtime, or Java compatible
 runtime recommended for this architecture, which is
 openjdk-17-jre-headless for armel.
 .
 The package is used as dependency for packages not needing a
 graphical display during runtime.

Package: java-common
Description-md5: 331c38b4382151ea9451e0a4ee764de7
Description-en: Base package for Java runtimes
 This package provides common tools for the Java runtimes, such as
 the update-java-alternatives mechanism used to switch between
 different versions of Java.

Package: libdiffutils-java
Description-md5: 74912af5b59885b427a718d9f23438c3
Description-en: compute diffs and apply patches in Java
 Diff Utils library is a Java library for performing comparison
 operations between texts: computing diffs, applying patches,
 generating unified diffs or parsing them, generating diff output
 and so on.

Package: libjava-gnome-java
Description-md5: 962402b57c36fceb2d9b4ed74d211da7
Description-en: Java-gnome language bindings project
 These are the Java bindings for GTK+ and GNOME! Featuring a robust
 engineering design, completely generated internals, a lovingly crafted
 layer presenting the public API, and steadily increasing coverage of
 the underlying libraries.
 .
 You can use java-gnome to develop sophisticated user interfaces for
 Linux applications so that they richly integrate with the GNOME Desktop
 while leveraging the power of the Java language and your expertise with
 it.
 .
 This package contains the necessary JAR file.

Package: libjava-gnome-jni
Description-md5: b939f32b3f5cffa0604e14e01f7e7463
Description-en: Java-gnome language bindings project JNI layer
 These are the Java bindings for GTK+ and GNOME! Featuring a robust
 engineering design, completely generated internals, a lovingly crafted
 layer presenting the public API, and steadily increasing coverage of
 the underlying libraries.
 .
 You can use java-gnome to develop sophisticated user interfaces for
 Linux applications so that they richly integrate with the GNOME Desktop
 while leveraging the power of the Java language and your expertise with
 it.
 .
 This package contains the necessary JNI layer.

Package: libjiu-java
Description-md5: 923bb7b11e33fb1b01beb3c76141d044
Description-en: library to load, analyze, process and save pixel images
 JIU, the Java Imaging Utilities, is a library which offers functionality
 to load, analyze, process and save pixel images.
 .
 It can handle a variety of different image formats (PBM, PNG, GIF, TIFF,
 PSD etc) and perform a number of sophisticated transformations to the
 images including color adjustments, analysis and image filtering.

Package: libjiu-java-doc
Description-md5: e124b5b2fee78de43633249f5a7fcc07
Description-en: API documentation for jiu java library for pixel images
 JIU, the Java Imaging Utilities, is a library which offers functionality
 to load, analyze, process and save pixel images.
 .
 This package contains the API documentation for the library.
 .
 See the package libjiu-java for further information.

Package: libjava-jmx-clojure
Description-md5: 64e493eb73fdbc93d6e1737e4e9c94ff
Description-en: produce and consume JMX beans from Clojure
 java.jmx is a Clojure library for producing and consuming JMX beans.

Package: java-policy
Description-md5: 085fb0f267bb116af2fdf951e3e19418
Description-en: Debian Java Policy
 This package contains:
  * The Java policy document which describes the layout of Java support in
    Debian and how Java packages should behave.
  * The Debian-Java-FAQ which provides information on the status of
    Java support in Debian, available compilers, virtual machines, Java
    programs and libraries as well as on legal issues.

Package: libsdp-api-java
Description-md5: 81a732cf4b84da2af1d6cc0a6c2dff48
Description-en: SDP API for Java
 The IETF protocol SDP specifies messages that describe multi-media
 sessions and are included within other protocol messages as payload.
 The API will enable users to manipulate SDP messages.
 .
 This is a reimplementation of the JSR 141 specification
 due to a non-free license of the reference implementation.

Package: libsip-api-java
Description-md5: 7a751dc619fc465f2ae91cd9eb10af58
Description-en: SIP API for Java
 The SIP API specification provides a standard portable
 interface to share information between SIP Clients and
 SIP Servers, providing call control elements enabling
 converged-network applications.
 .
 This is a reimplementation of the JSR 32 specification
 due to a non-free license of the reference implementation.

Package: libjava-string-similarity-java
Description-md5: 8c4f04ca3bd72d05dc23fe3fe66d4da6
Description-en: library of different string similarity and distance measures
 Implementation of various string similarity and distance algorithms:
 Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index,
 Longest Common Subsequence edit distance, cosine similarity, and others.

Package: java-wrappers
Description-md5: e86d708e5e3f275f38cfa60fd19637c6
Description-en: wrappers for java executables
 Wrapper script facilities for java executables.
 .
 This package can be used by packagers of java programs to
 provide java runtime detection, jar lookup and a consistent
 user interface (debugging, environment variables).

Package: libjava-xmlbuilder-java
Description-md5: b911deadf2bf5144b562ab8c1e3ba5e7
Description-en: XML Builder Java library for creating XML documents
 XML Builder is a utility that creates simple XML documents using relatively
 sparse Java code.
 .
 It is intended to allow for quick and painless creation of XML documents
 where you might otherwise be tempted to use concatenated strings, and
 where you would rather not face the tedium and verbosity of coding with JAXP.

Package: libjava-xmlbuilder-java-doc
Description-md5: 522a9f2ad6a9b9b06e3c5454a3fbdf6a
Description-en: Documentation for XML Builder Java library for creating XML documents
 XML Builder is a utility that creates simple XML documents using relatively
 sparse Java code.
 .
 It is intended to allow for quick and painless creation of XML documents
 where you might otherwise be tempted to use concatenated strings, and
 where you would rather not face the tedium and verbosity of coding with JAXP.
 .
 This package contains the API documentation of libjava-xmlbuilder-java.

Package: java2html
Description-md5: 10691822e2739e5157313b4b7257fded
Description-en: Highlight Java and C++ sources for WWW presentation
 java2html can highlight your source for presentation in the WWW.
 It can also be used as a CGI script and can detect whether
 the client browser supports compressed data to save bandwidth.

Package: libjava3d-java
Description-md5: 8b5bf1235d6920ec22e49b7b6d11ad24
Description-en: Java 3D API (java library)
 The Java 3D API enables the creation of three-dimensional graphics
 applications and Internet-based 3D applets. It provides high-level
 constructs for creating and manipulation 3D geometry and building the
 structures used in rendering that geometry. With this software, you can
 efficiently define and render very large virtual worlds.
 .
 This package contains the java library.

Package: libjava3d-java-doc
Description-md5: 5feb8b705272dd6b6c3bb1c903c7ee25
Description-en: Documentation for the Java3D API
 The Java 3D API enables the creation of three-dimensional graphics
 applications and Internet-based 3D applets. It provides high-level
 constructs for creating and manipulation 3D geometry and building the
 structures used in rendering that geometry. With this software, you can
 efficiently define and render very large virtual worlds.
 .
 This package contains the API documentation.

Package: libjava3d-jni
Description-md5: 1754141bee8251fd1eb9b825e362f072
Description-en: Java3D API (java jni library)
 The Java 3D API enables the creation of three-dimensional graphics
 applications and Internet-based 3D applets. It provides high-level
 constructs for creating and manipulation 3D geometry and building the
 structures used in rendering that geometry. With this software, you can
 efficiently define and render very large virtual worlds.
 .
 This package contains the java jni library.

Package: java3ds-fileloader
Description-md5: f4cce8364334a038cc32d594a923bd34
Description-en: Java3D 3DS File Loader
 File loaders perform the job of taking a file or stream and turning
 that into a Java 3D scene graph that you can use in your application.
 It's a multi-platform, highly functional 3DS file loader. It works on
 platforms supporting JDK1.4 and Java 3D. Main supported features are:
  * Hierarchical Animation
  * Cameras
  * Point Lights
  * Directional Lights
  * Textures
  * Smooth Groups
 3DS file format is generated by 3D-Studio by Autodesk Ltd.

Package: libactivation-java
Description-md5: 00f3f38931d7c19d256ed72a481501fe
Description-en: JavaBeans Activation Framework
 The JavaBeans Activation Framework (JAF) is a standard extension to the Java
 platform that lets you take advantage of standard services to: determine the
 type of an arbitrary piece of data; encapsulate access to it; discover the
 operations available on it; and instantiate the appropriate bean to perform
 the operation(s).

Package: javacc
Description-md5: 61505d89a764133cbd782b370c93fe98
Description-en: Parser generator for use with Java
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: javacc-doc
Description-md5: 63bd08852a4922c925edd7d1c73ffbbc
Description-en: Documentation for the JavaCC Parser Generator
 Documentation and examples for JavaCC parser generator.
 .
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: libjavacc-maven-plugin-java
Description-md5: 989529952f80ed9b211e349174166a36
Description-en: maven plugin which uses JavaCC to process JavaCC grammar files
 This plugin uses the JavaCC parser generator to process JavaCC grammar
 files and generate the appropriate Java source files. For general
 information about JavaCC, see the  JavaCC web site.
 .
 JavaCC grammar files use the extension .jj. This plugin can be used to
 locate and process all grammar files within a specified directory. Java
 source files will be written to a common generated-sources output
 directory, typically located in the build output directory. By default,
 the plugin will run during the generate-sources phase, but it can be
 configured to run in other phases as well.
 .
 The plugin can also be used to call the JJTree and JTB tools.
 .
 Finally, this plugin contains a goal for running JJDoc. JJDoc is a
 simple tool that generates BNF documentation for the JavaCC grammar
 files. This can be used to generate a report for your project site using
 the Maven reporting tools.

Package: javacc4
Description-md5: 61505d89a764133cbd782b370c93fe98
Description-en: Parser generator for use with Java
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: javacc4-doc
Description-md5: 63bd08852a4922c925edd7d1c73ffbbc
Description-en: Documentation for the JavaCC Parser Generator
 Documentation and examples for JavaCC parser generator.
 .
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: javacc5
Description-md5: 61505d89a764133cbd782b370c93fe98
Description-en: Parser generator for use with Java
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: javacc5-doc
Description-md5: 63bd08852a4922c925edd7d1c73ffbbc
Description-en: Documentation for the JavaCC Parser Generator
 Documentation and examples for JavaCC parser generator.
 .
 Java Compiler-Compiler (JavaCC) is (according to sun)
 "the most popular parser generator" for use with Java [tm]
 applications.
 .
 A parser generator is a tool that reads a grammar specification
 and converts it to a Java program that can recognize matches to
 the grammar. In addition to the parser generator itself, JavaCC
 provides other standard capabilities related to parser
 generation such as tree building (via a tool called JJTree
 included with JavaCC), actions, debugging, etc.

Package: libjavafxsvg-java
Description-md5: 2fe456ce76296818af27ee9fa3ae60e7
Description-en: CenterDevice JavaFxSVG library
 JavaFxSVG is a simple library adding SVG support to JavaFX.
 It allows use of SVG graphics just like any other image type.

Package: javahelp2
Description-md5: 10a23138899d3c2d8c1d9840ad4aa236
Description-en: Java based help system
 The JavaHelp system is an online help system that developers can use to add
 online help to their Java platform applications. The JavaHelp system provides
 developers and authors with a standard, fully featured, easy to use system for
 presenting online information to Java application users. The JavaHelp system
 consists of a fully featured, extensible specification and API, and
 a reference implementation of that specification and API that is written
 entirely in the Java programming language. The JavaHelp system reference
 implementation, based on the Java Foundation Classes (JFC, also known
 as Swing), provides a standard interface that enables both application
 developers and authors to add online help to their applications.

Package: javahelp2-doc
Description-md5: fed43edd73cbc3518a2039585e223879
Description-en: Java based help system - contains Javadoc API documentation
 The JavaHelp system is an online help system that developers can use to add
 online help to their Java platform applications. The JavaHelp system provides
 developers and authors with a standard, fully featured, easy to use system for
 presenting online information to Java application users. The JavaHelp system
 consists of a fully featured, extensible specification and API, and
 a reference implementation of that specification and API that is written
 entirely in the Java programming language. The JavaHelp system reference
 implementation, based on the Java Foundation Classes (JFC, also known
 as Swing), provides a standard interface that enables both application
 developers and authors to add online help to their applications.
 .
 This package contains Javadoc API documentation.

Package: libmail-java
Description-md5: da6f1470ea60cee91cb9e2af4b7bee94
Description-en: JavaMail API Reference Implementation
 The JavaMail API provides a platform-independent and protocol-independent
 framework to build mail and messaging applications.
 .
 This is the reference implementation of the JavaMail API. It supports SMTP,
 POP3, IMAP (including Gmail features) and Delivery Status Notifications
 parsing.

Package: libmail-java-doc
Description-md5: e348ebb95a6d109f1128caf45eaeff17
Description-en: JavaMail API Reference Implementation (documentation)
 The JavaMail API provides a platform-independent and protocol-independent
 framework to build mail and messaging applications.
 .
 This package contains the API documentation of libmail-java.

Package: javamorph
Description-md5: 7d31acdf90793dc13f4c85be922c11f4
Description-en: Java morphing film-make program for pixel picture-input
 Give two human-face pictures as inputs into the program. Then mark
 important locations whithin both faces by pairs of corresponding points.
 The program will create a short enumerated picture series in which the left
 face moves (morphs) into the right one. You can then create a MPEG (see
 mencoder) from the picture series. An animated GIF (see GIMP) is also
 possible.

Package: libjavaparser-java
Description-md5: 68d738ae24a4d91dcbb97f111079fc1e
Description-en: Java library for parsing Java 7
 The library features abstract syntax tree (AST) generation and supports
 the visitor pattern. The AST records the source code structure, javadoc
 and comments. It is also possible to change the AST nodes or create new
 ones to modify the source code.
 .
 Main features are:
  * light weight
  * good performance
  * easy to use
  * AST can be modified
  * AST can be created from scratc

Package: libjavapoet-java
Description-md5: c49b917f202c3580e84a4dc93d542e42
Description-en: Java API for generating .java source files
 Source file generation can be useful when doing things such as annotation
 processing or interacting with metadata files (e.g., database schemas,
 protocol formats). By generating code, you eliminate the need to write
 boilerplate while also keeping a single source of truth for the metadata.

Package: python3-javaproperties
Description-md5: 1ee9d728be4fc67e8ed1ffc91783da21
Description-en: Python library for reading & writing Java .properties files
 javaproperties provides support for reading & writing Java .properties files
 (both the simple line-oriented format and XML) with a simple API based on the
 json module — though, for recovering Java addicts, it also includes a
 Properties class intended to match the behavior of Java 8's
 java.util.Properties as much as is Pythonically possible.

Package: javascript-common
Description-md5: 1c8d846310501114a6acd24c4e760036
Description-en: Base support for JavaScript library packages
 Web applications that use JavaScript need to distribute it through HTTP. Using
 a common path for every script avoids the need to enable this path in the HTTP
 server for every package.
 .
 This is a helper package that creates /usr/share/javascript and enables it in
 the Apache and Lighttpd webserver.

Package: libjavassist-java
Description-md5: b6e376b50e4c67052a064faa77738687
Description-en: library for editing bytecodes in Java
 This library makes Java bytecode manipulation simple. It enables Java
 programs to define a new class at runtime and to modify a class file
 when the JVM loads it.
 .
 Unlike other bytecode editors, Javassist provides two levels of API:
 source level and bytecode level. With the source-level API, users can
 edit a class file without knowledge of the specifications of the Java
 bytecode. You can even specify inserted bytecode in the form of source
 text; Javassist compiles it on the fly. On the other hand, the
 bytecode-level API allows the users to directly edit a class file as
 other editors.

Package: libjavassist-java-doc
Description-md5: 307370a3643f0ab45c70ce99693faaa8
Description-en: library for editing bytecodes in Java -- documentation
 This library makes Java bytecode manipulation simple. It enables Java
 programs to define a new class at runtime and to modify a class file
 when the JVM loads it.
 .
 Unlike other bytecode editors, Javassist provides two levels of API:
 source level and bytecode level. With the source-level API, users can
 edit a class file without knowledge of the specifications of the Java
 bytecode. You can even specify inserted bytecode in the form of source
 text; Javassist compiles it on the fly. On the other hand, the
 bytecode-level API allows the users to directly edit a class file as
 other editors.
 .
 This package includes the documentation.

Package: jarwrapper
Description-md5: 3ec7df94fe3bf54bc2eb2bb6ff245986
Description-en: Run executable Java .jar files
 Jarwrapper sets up binfmt-misc to run executable jar files
 using the installed java runtime.
 .
 It also includes a /usr/share/jarwrapper/java-arch.sh script
 to convert Debian architecture names into java names to locate
 libjvm.so

Package: java-propose-classpath
Description-md5: 309a04a51c19035f07af976a1ca3370d
Description-en: Helper script to suggest a classpath for jar files
 java-propose-classpath analyzes a set of jar files and the installed
 jars on the system to suggest a correct classpath for use with
 jh_classpath/jh_manifest
 .
 This package should not be in any build-depends since java-propose-classpath
 cannot be run automatically.

Package: javahelper
Description-md5: d45b9daf1c52a4839fc72a1c8d80017d
Description-en: Helper scripts for packaging Java programs
 Javahelper contains several scripts which help in packaging
 Java programs.
 .
 jh_depends searches jars to find which packages they depend on,
 similar to dh_shlibdeps. It will also add depends on jarwrapper
 for packages with executable jars.
 .
 jh_classpath will register the classpath dependencies for each
 jar so that they can be automatically loaded when that jar is
 used by other programs.
 .
 jh_manifest updates the manifest in jar files according to
 a provided spec so that the resultant jar files will work with
 jarwrapper-enabled packages.
 .
 jh_exec looks for symlinks to jars which should be executable
 and makes them executable
 .
 jh_build builds java files to jars for you.
 .
 jh_installlibs installs library jars into the correct locations
 .
 jh_makepkg generates a template for a Debian Java package for you
 .
 jh_installeclipse installs features/plugins built by pde-build.
 .
 jh_setupenvironment prepares an out of source built for eclipse builds.
 .
 jh_generateorbitdir creates and populates an orbit dir for eclipse
 builds.
 .
 jh_compilefeatures compiles eclipse features based on feature ids.
 .
 /usr/share/javahelper/java-vars.mk provides a selection of useful
 variables such as various JVM paths and the JVM name for the architecture
 .
 /usr/share/javahelper/java-arch.sh converts Debian architecture
 names into java names to locate libjvm.so in non-make build systems
 .
 javahelper provides CDBS and dh macros so that it can be used with those
 package build systems.
 .
 Note that some of the eclipse helpers depends on packages not pulled
 by default (like with devscripts). You can find these scripts in
 Suggests.

Package: libjavatuples-java
Description-md5: b0e1348367b7a9df17946d46b6b39890
Description-en: Java library for tuples in Java.
 javatuples is one of the simplest java libraries ever made. Its aim is
 to provide a set of java classes that allow you to work with tuples.
 .
 A tuple is just a sequence of objects that do not necessarily relate
 to each other in any way. For example: [23, "Saturn",
 java.sql.Connection@li734s] can be considered a tuple of three
 elements (a triplet) containing an Integer, a String, and a JDBC
 Connection object. As simple as that.

Package: libjavawriter-java
Description-md5: 0cedf2447689ce2ae7e19d092d5cda0f
Description-en: Java API for generating .java source files
 A utility class which aids in generating Java source files.

Package: libjavawriter-java-doc
Description-md5: 45fcb9addd0232dea0c607bc96fe7032
Description-en: Documentation for JavaWriter
 Source file generation can be useful when doing things such as
 annotation processing or interacting with metadata files (e.g., database
 schemas, protocol formats). By generating code, you eliminate the need
 to write boilerplate while also keeping a single source of truth for the
 metadata.
 .
 This package contains the API documentation of libjavawriter-java.

Package: libjawn-java
Description-md5: d1740a770b35c0060cdb75b73a8974c8
Description-en: Scala json parser
 Jawn was designed to parse JSON into an AST as quickly as possible.
 Jawn consists of three parts: a fast, generic JSON parser, a small, somewhat
 anemic AST, support packages which parse to third-party ASTs

Package: libjax-maven-plugin
Description-md5: dde53b7d3cefe7a6e686fc3465777e23
Description-en: Using the xjc goal with OpenJDK 11+
 Supports the xjc goal and others. It was prepared to move to OpenJDK 11+

Package: jaxb
Description-md5: 2c7429e13d7be2d82c8254b77f747baf
Description-en: JAXB Reference Implementation (Command Line Tools)
 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.
 .
 This package contains the xjc and schemagen command line tools.

Package: libcodemodel-java
Description-md5: d5e5bf9b1ec1efe81e627d8f7e833229
Description-en: Java library for code generators
 CodeModel is a Java library for code generators; it provides a way to
 generate Java programs in a way much nicer than
 PrintStream.println(). This project is a spin-off from the JAXB
 Reference Implementation for its schema compiler to generate Java
 source files.

Package: libjaxb-java
Description-md5: 66e61644019b23e6f63f0f5c087432d8
Description-en: JAXB Reference Implementation
 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.

Package: libjaxb-java-doc
Description-md5: 73eb127216e8b37e008e53f1c9cd9316
Description-en: JAXB Reference Implementation -- documentation
 GlassFish Java Architecture for XML Binding (JAXB) Reference
 Implementation.
 .
 Java Architecture for XML Binding (JAXB) provides a fast and convenient
 way to bind XML schemas and Java representations, making it easy for
 Java developers to incorporate XML data and processing functions in Java
 applications. As part of this process, JAXB provides methods for
 unmarshalling (reading) XML instance documents into Java content trees,
 and then marshalling (writing) Java content trees back into XML instance
 documents. JAXB also provides a way to generate XML schema from Java
 objects.
 .
 This package contains the Javadoc API.

Package: librngom-java
Description-md5: 296a7d897a20320238aeb2f4b5daaef5
Description-en: Java library for parsing RELAX NG grammars
 RNGOM is an open-source Java library for parsing RELAX NG grammars.
 .
 In particular, RNGOM can:
  * parse the XML syntax
  * parse the compact syntax
  * check all the semantic restrictions as specified in the specification
  * parse RELAX NG into application-defined data structures
  * build a default data structure based around the binarized simple syntax
    or another data structure that preserves more of the parsed information
  * parse foreign elements/attributes in a schema
  * parse comments in a schema

Package: libtxw2-java
Description-md5: 4ec2a173009deb2634f3c9969c4b5ab9
Description-en: Typed XML Writer for Java
 A Java library that allows client applications to write arbitrary
 well-formed typed XML documents.

Package: libxsom-java
Description-md5: 9aa289ec6a4e0b8e301de6604b4ee229
Description-en: XML Schema Object Model Java library
 XML Schema Object Model (XSOM) is a Java library that allows applications
 to easily parse XML Schema documents and inspect information in them. It
 is expected to be useful for applications that need to take XML Schema
 as an input.

Package: libjaxb-api-java
Description-md5: 47a01497b37764e46e83eb5da951f366
Description-en: Java Architecture for XML Binding API
 The goal of the JAXB project is to develop and evolve the code base for the
 Reference Implementation (RI) of JAXB, the Java Architecture for XML Binding.
 .
 This library contains the JAXB (JSR 222) API.

Package: libjaxb2-maven-plugin-java
Description-md5: 56ecb8ae4171cd0b2dc3a7d89b84aaf4
Description-en: JAXB-2 Maven Plugin
 Mojo's JAXB-2 Maven plugin is used to create an object graph from XSDs
 based on the JAXB 2.x implementation and to generate XSDsfrom JAXB annotated
 Java classes.

Package: jaxe
Description-md5: 0057381fc7ed766937803877ac69326b
Description-en: JAva Xml Editor
 Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a
 configuration file for the graphical user interface.

Package: libjaxe-java
Description-md5: 59378995c69022954f703b6de332f977
Description-en: JAva Xml Editor - library
 Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a
 configuration file for the graphical user interface.
 .
 This package provides a java library to run Jaxe.

Package: libjaxe-java-doc
Description-md5: b06afd2bee135b09adfa01d63fe4561b
Description-en: JAva Xml Editor - Library documentation
 Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a
 configuration file for the graphical user interface.
 .
 This package provides the documentation for the java library.

Package: libjaxrpc-api-java
Description-md5: 52d02eb0c82e3925abc3a17142830eed
Description-en: Java API for XML based RPC (JAX-RPC)
 JAX-RPC is an API for building Web services and clients that used remote
 procedure calls (RPC) and XML. Often used in a distributed client/server
 model, an RPC mechanism enables clients to execute procedures on other
 systems. In JAX-RPC, a remote procedure call is represented by an XML-based
 protocol such as SOAP. The SOAP specification defines envelope structure,
 encoding rules, and a convention for representing remote procedure calls
 and responses. These calls and responses are transmitted as SOAP messages
 over HTTP.

Package: libjaxrs-api-java
Description-md5: fcf8c6b0b2bfe61bf085296911718110
Description-en: Java API for RESTful Services (JAX-RS)
 The Java API for RESTful Web Services provides portable APIs for developing,
 exposing and accessing Web applications designed and implemented in compliance
 with principles of REST architectural style.

Package: jaxws
Description-md5: e0a17fd403cc956991e83603e1f9d8e6
Description-en: JAX-WS Reference Implementation (Command Line Tools)
 The Java API for XML-Based Web Services (JAX-WS) provides the API
 implementation for creating web services, particularly SOAP services.
 .
 The JAX-WS Reference Implementation (JSR-224) provides the actual
 implementation behind the javax.xml.ws.* packages which were integrated
 to the JRE since Java 6 and were eventually removed in Java 11.
 .
 This package contains the wsgen and wsimport command line tools.

Package: libjaxws-java
Description-md5: 5d68dfe840a5e958be8f3ca3d83c483b
Description-en: JAX-WS Reference Implementation (Library)
 The Java API for XML-Based Web Services (JAX-WS) provides the API
 implementation for creating web services, particularly SOAP services.
 .
 The JAX-WS Reference Implementation (JSR-224) provides the actual
 implementation behind the javax.xml.ws.* packages which were integrated
 to the JRE since Java 6 and were eventually removed in Java 11.

Package: libjaxws-api-java
Description-md5: aca951601c138524d2909c9c25a6ffac
Description-en: Java API for XML-Based Web Services
 The Java API for XML-Based Web Services (JAX-WS) provides the API
 specification for creating web services, particularly SOAP services.
 .
 The JAX-WS API defines the javax.xml.ws.* packages which were integrated
 to the JRE since Java 6 and were eventually removed in Java 11.

Package: libjsonpath-java
Description-md5: ced082be58c85328cb21e84ae66ff970
Description-en: Jayway JsonPath - XPath like expressions for JSON
 Jayway JsonPath is a Java port of Stefan Goessner JSONPath
 implementation. It provides a XPath like syntax to query JSON
 documents.

Package: libjbbp-java
Description-md5: d0d3ba31d4969280aac5ade155d34509
Description-en: comfortable way to work with binary data in Java
 Java has some embedded features to parse binary data (for instance
 ByteBuffer), but sometime it is needed to work on bit level and
 describe binary structures through some DSL(domain specific language).

Package: jbig2dec
Description-md5: 3f407d6a3769e336b9fafc4952334207
Description-en: JBIG2 decoder library - tools
 jbig2dec is a decoder library and example utility implementing the JBIG2
 bi-level image compression spec. Also known as ITU T.88 and ISO IEC
 14492, and included by reference in Adobe's PDF version 1.4 and later.
 .
 This package contains the command-line utility jbig2dec.

Package: libjbig2dec0
Description-md5: 4fc692e269014b2801abb9d178e5f774
Description-en: JBIG2 decoder library - shared libraries
 jbig2dec is a decoder library and example utility implementing the JBIG2
 bi-level image compression spec. Also known as ITU T.88 and ISO IEC
 14492, and included by reference in Adobe's PDF version 1.4 and later.
 .
 This package contains the shared library libjbig2dec.

Package: libjbig2dec0-dev
Description-md5: e0964a7829aa44b212d608a06f2333c2
Description-en: JBIG2 decoder library - development files
 jbig2dec is a decoder library and example utility implementing the JBIG2
 bi-level image compression spec. Also known as ITU T.88 and ISO IEC
 14492, and included by reference in Adobe's PDF version 1.4 and later.
 .
 This package contains the development headers and static library.

Package: jbigkit-bin
Description-md5: c24110cd197abef8c60744cecc6c49ed
Description-en: JBIGkit binaries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the binaries from JBIG-KIT.

Package: jbigkit-testdata
Description-md5: eac05dc3586ef29b248c8b6a5cdaacb5
Description-en: JBIG-KIT testdata
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the testdata included with JBIG-KIT.

Package: libjbig-dev
Description-md5: adb859ea7f3297c702ae65a62d5b099c
Description-en: JBIGkit development files
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the headers for the library.
 .
 Please note: There is no statically linked library in this package, and what
 was previously two libraries with a single common file has been merged into
 one library (libjbig).

Package: libjbig0
Description-md5: dff3510ff69e0a9b07a69c345f0aedb3
Description-en: JBIGkit libraries
 JBIG-KIT provides a portable library of compression and decompression functions
 with a documented interface that you can include very easily into your image or
 document processing software.
 .
 This package contains the dynamically linked library.

Package: jblas
Description-md5: 5eedbfbaf0318107a1698b2f21613046
Description-en: fast linear algebra library for Java
 jblas is a fast linear algebra library for Java. jblas is essentially
 a light-weight wrapper around BLAS and LAPACK routines, the
 de-facto industry standard for matrix computations. It uses
 state-of-the-art implementations like ATLAS for all its computational
 routines, making it very fast.
 .
 This package contains the binaries and examples.

Package: jblas-doc
Description-md5: 6a21c63b0dfb12f9dc0968fd1b129ec0
Description-en: fast linear algebra library for Java --documentation
 jblas is a fast linear algebra library for Java. jblas is essentially
 a light-weight wrapper around BLAS and LAPACK routines, the
 de-facto industry standard for matrix computations. It uses
 state-of-the-art implementations like ATLAS for all its computational
 routines, making it very fast.
 .
 This package contains the documentation.

Package: libjboss-bridger-java
Description-md5: db8975ec68dffa3c8c306fa0624b5376
Description-en: Java Bridge Method Maker
 When compiling a class or interface that extends a parameterized class or
 implements a parameterized interface, the compiler may need to create a
 synthetic method. These are also called bridge methods. JBoss Bridger is a
 bytecode mangler for creating your own synthetic bridge methods, which allows
 more dramatic source code changes while still maintaining binary
 compatibility.

Package: libjboss-classfilewriter-java
Description-md5: 8f60fb546c9c5507a336f5f25cf35b68
Description-en: bytecode writer that creates .class files at runtime
 This package contains JBoss Class File Writer, a program to create Java .class
 files at runtime.

Package: libjboss-classfilewriter-java-doc
Description-md5: eb3aeb5b2ae83a2bcd1df3f3a3f77774
Description-en: Documentation for JBoss Class File Writer
 JBoss Class File Writer is a program to create Java .class files at runtime.
 .
 This package contains the API documentation of libjboss-classfilewriter-java.

Package: libjboss-jdeparser2-java
Description-md5: fbc90fdffcec658f7c77614b2e1dfab1
Description-en: Java source code generating library
 jboss-jdeparser2 is used in annotation processors and utilities like
 jboss-logging to generate additional code. It is an improved version of
 com.sun.codemodel. It offers a simple API and completely customizable code
 formatting.

Package: libjboss-jdeparser2-java-doc
Description-md5: 7814f0fbe28c6b981ba42faff072add6
Description-en: Documentation for libjboss-jdeparser2-java
 jboss-jdeparser2 is used in annotation processors and utilities like
 jboss-logging to generate additional code. It is an improved version of
 com.sun.codemodel. It offers a simple API and completely customizable code
 formatting.
 .
 This package contains the API documentation of libjboss-jdeparser2-java.

Package: libjboss-logging-java
Description-md5: 0fc8008287f13bc8958a2346aee7e3ba
Description-en: JBoss Logging Framework
 JBoss Logging provides an easy way to add logging to an application. You add
 code to your application that uses the framework to send log messages in a
 defined format. When the application is deployed to an application server,
 these messages can be captured by the server and displayed and/or written to
 file according to the server's configuration.

Package: libjboss-logging-java-doc
Description-md5: 9e9a8fa8c2738a97c6deed75b03d9ec3
Description-en: Documentation for the JBoss Logging Framework
 JBoss Logging provides an easy way to add logging to an application.
 This package contains the API documentation of libjboss-logging-java.

Package: libjboss-logging-tools-java
Description-md5: 280bd94aec0459de9110cab0b1738cba
Description-en: create internationalized logger messages and exceptions
 If you want to internationalize (i18n) your logging, exception messages and
 messages in general, then along with JBoss Logging, JBoss Logging Tools is for
 you. It provides an easy way to offer internationalized messages, exceptions
 and logger messages to your project.
 .
 With JBoss Logging Tools you write interfaces and annotate the methods with a
 default message. Then you or a translator will create a properties file with
 the translated text.

Package: libjboss-logging-tools-java-doc
Description-md5: 1b79312f3d2c0f522b30055aeeb22544
Description-en: Documentation for JBoss Logging Tools
 If you want to internationalize (i18n) your logging, exception messages and
 messages in general, then along with JBoss Logging, JBoss Logging Tools is for
 you. It provides an easy way to offer internationalized messages, exceptions
 and logger messages to your project.
 .
 This package contains the API documentation of libjboss-logging-tools-java.

Package: libjboss-logmanager-java
Description-md5: 987deb63efced1057f8c6f39de073a82
Description-en: implementation of java.util.logging.LogManager
 JBoss LogManager is a replacement for the JDK 1.4 logging system LogManager
 that fixes or works around many serious problems in the default
 implementation. Since many frameworks and libraries (as well as the JDK
 itself) use this logging facility, having robust support for it is an
 essential requirement for many applications.

Package: libjboss-logmanager-java-doc
Description-md5: 06109ea1d6d0c25f799ae8d97f266be2
Description-en: Documentation for JBoss Log Manager
 An implementation of java.util.logging.LogManager which works around many
 serious problems in the default logging facility.
 .
 This package contains the API documentation of libjboss-logmanager-java.

Package: libjboss-modules-java
Description-md5: d792767a3feb718e4fe87f2b411ef62f
Description-en: Modular Classloading System
 JBoss Modules is a standalone implementation of a modular (non-hierarchical)
 class loading and execution environment for Java. In other words, rather than
 a single class loader which loads all JARs into a flat class path, each
 library becomes a module which only links against the exact modules it depends
 on, and nothing more. It implements a thread-safe, fast, and highly concurrent
 delegating class loader model, coupled to an extensible module resolution
 system, which combine to form a unique, simple and powerful system for
 application execution and distribution.

Package: libjboss-modules-java-doc
Description-md5: eca8d6d636e95b64463c12980e00e320
Description-en: Documentation for JBoss Modules
 JBoss Modules is a standalone implementation of a modular (non-hierarchical)
 class loading and execution environment for Java.
 .
 This package contains the API documentation of libjboss-modules-java.

Package: libjboss-threads-java
Description-md5: 6ff2165a5ef094b17e8d48f277911c19
Description-en: JBoss Threads
 JBoss Threads is a component of the Wildfly Application Server where it is
 an integral part of its threading subsystem. It is also used by other JBoss
 artifacts like JBoss XNIO for thread related tasks.

Package: libjboss-vfs-java
Description-md5: e5b37943fe09937381594b839912a4ea
Description-en: JBoss VFS
 The JBoss Virtual File System library.

Package: libjboss-xnio-java
Description-md5: cd5166489f7b91d61c9f32277e90f712
Description-en: simplified low-level I/O layer for NIO
 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 XNIO provides a unique API for combining blocking and non-blocking operations,
 even on the same channel, allowing you to take advantage of the simplicity and
 low latency of blocking I/O while still gaining the thread-conservative and
 throughput benefits of non-blocking I/O.

Package: libjboss-xnio-java-doc
Description-md5: b85f4db2281fccdc807f5707f7561066
Description-en: Documentation for jboss-xnio
 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 This package contains the API documentation of libjboss-xnio-java.

Package: jc
Description-md5: 5bfbd887e96218a1ec35e5fc73520b25
Description-en: JSON CLI output utility
 jc JSONifies the output of many CLI tools and file-types for easier parsing
 in scripts. This allows further command-line processing of output by piping
 commands.

Package: libjcabi-aspects-java
Description-md5: 588b1766af02251f095f68d2d9d3c5f1
Description-en: Collection of AOP/AspectJ Java Aspects
 This module contains a collection of useful AOP aspects, which allow you
 to modify the behavior of a Java application without writing a line of
 code.
 .
 For example, you may want to retry HTTP resource downloading in case of
 failure. You can implement a full do/while cycle yourself, or you can
 annotate your method with @RetryOnFailure and let one of the AOP
 aspects do the work for you.

Package: libjcabi-log-java
Description-md5: d2df96fc64572b0c796372f388f0eb83
Description-en: Static Wrapper of SLF4
 Logger is a convenient static wrapper of slf4j (don't forget to include
 one of SLF4J Bindings into the project)

Package: jcal
Description-md5: 5536005664059e0b01daef3d01d40f79
Description-en: UNIX-cal-like tool to display Jalali calendar
 JCal is a UNIX-cal-like tool to display Jalali (Persian) calendar.

Package: libjalali-dev
Description-md5: 6b3075c858983dace394338e3b7ec0a9
Description-en: development files of a library to display Jalali calendar
 JCal is a UNIX-cal-like tool to display Jalali (Persian) calendar.
 .
 This package contains development files for JCal library.

Package: libjalali0
Description-md5: dd56c850a2c847408b35fd5d26ddd360
Description-en: library to display Jalali calendar
 JCal is a UNIX-cal-like tool to display Jalali (Persian) calendar.
 .
 This package contains JCal library files.

Package: python3-jcc
Description-md5: 40466f80445baef82d9f5a75d9332b10
Description-en: generator for a Python extension from Java classes (Python 3)
 JCC is a code generator for producing a Python extension providing
 access to a set of Java classes. For every Java class, JCC generates
 a C++ wrapper class that hides the gory details necessary for
 accessing methods and fields from C++ via Java's Native Invocation
 Interface.  JCC can also generate C++ wrappers that make it possible
 to access these classes from Python.  When generating Python
 wrappers, JCC produces a complete Python extension via the distutils
 package that makes it readily available to the Python interpreter.
 JCC is a project maintained by the Open Source Applications
 Foundation.
 .
 This package contains the generator for Python 3.

Package: libjcdf-java
Description-md5: 9255f15d0b66da72315d1c58b4aa437d
Description-en: Java library to read files in the NASA Common Data Format
 JCDF is a pure java library capable of reading files in the Common
 Data Format defined by NASA. It was written mainly with reference to
 the CDF Internal Format Description document (v3.6).

Package: libjcdf-java-doc
Description-md5: 40c0c7dc2379b5e746ead13045a99cb5
Description-en: Library to read files in the NASA Common Data Format (Javadoc)
 JCDF is a pure java library capable of reading files in the Common
 Data Format defined by NASA. It was written mainly with reference to
 the CDF Internal Format Description document (v3.6).
 .
 This package contains the JavaDoc documentation of the package.

Package: libjcharts-java
Description-md5: 45a3181c80fe908f8c5cbd38d5a782fd
Description-en: java based charts library
 jCharts is a 100% Java based charting utility that outputs a variety of
 charts. This package has been designed from the ground up by volunteers for
 displaying charts via Servlets, JSP's, and Swing apps.
 .
 This package contains the library.

Package: libjcharts-java-doc
Description-md5: 0652b582bf4f1a0becfe2d51318173bd
Description-en: java based charts library (API docs)
 jCharts is a 100% Java based charting utility that outputs a variety of
 charts. This package has been designed from the ground up by volunteers for
 displaying charts via Servlets, JSP's, and Swing apps.
 .
 This package contains the API documentation.

Package: libjcifs-java
Description-md5: dd070bd2b997f8ad13dd624d5d36315c
Description-en: Java library for the CIFS/SMB networking protocol
 JCIFS is an Open Source client library that implements the CIFS/SMB
 networking protocol in 100% Java. CIFS is the standard file sharing
 protocol on the Microsoft Windows platform (e.g. Map Network Drive ...).

Package: libjcifs-java-doc
Description-md5: d4960509a0a0dd833f2dff741f192006
Description-en: Documentation for libjcifs-java (CIFS/SMB library for Java)
 JCIFS is an Open Source client library that implements the CIFS/SMB
 networking protocol in 100% Java. CIFS is the standard file sharing
 protocol on the Microsoft Windows platform (e.g. Map Network Drive ...).
 .
 The documentation includes the javadoc API as well as
 the html manual and several examples.

Package: jclassinfo
Description-md5: 953ff6c148b87e74addabc76f2b0ef1c
Description-en: extracts information from Java class files
 jclassinfo reads Java class files and extract useful information
 from them, such as:
   * the classes/methods/constants/fields provided
   * their dependencies
   * the version of the virtual machine necessary to run them
   * a full disassembly of the bytecode
   * other attributes
 .
 Its main advantage over other similar programs is that it is written
 in C, which makes it much faster and more suitable for scripting.

Package: jclic
Description-md5: 996d378885b06305e751db0071de2f78
Description-en: Tool for the development & use of multimedia educational activities
 JClic is formed by a set of computer applications that are used for
 carrying out different types of educational activities: puzzles,
 associations, text exercises, crosswords...
 .
 The activities are not usually used alone, but packed in projects. A
 project is formed by a set of activities and one or more sequences,
 which indicate the order in which they have to be shown.
 .
 Its community (http://clic.xtec.net/db/listact_en.jsp) has developed a web
 site with more than 1.000 activities available in several languages.
 .
 This package contains JClic-author to create and modify activity
 projects, JClic standalone player to play the activities and
 JClic-reports that allows the management of a database to track
 students work and results.

Package: libjcm-java
Description-md5: 81848a31240e37cd946fbebbe639abea
Description-en: Java Components for Mathematics
 THE "Java Components For Mathematics" project represents an effort to develop a
 framework of configurable mathematical software components written in the Java
 programming language. Our Java components are meant to be used on instructional
 Web pages as interactive illustrations, special-purpose calculators, support
 for exercises, and so forth. The components in Version 1 are mostly useful for
 calculus and pre-calculus and for science courses that use some of the same
 material. They use Java 1.1, and so will not work in some older browsers that
 support only Java 1.0.
 .
 This project was supported by NSF grant number DUE-9950473.

Package: libjcm-java-doc
Description-md5: 4dbd20cdec79897c0bf736e181a860d1
Description-en: Documentation for Java Components for Mathematics
 THE "Java Components For Mathematics" project represents an effort to develop a
 framework of configurable mathematical software components written in the Java
 programming language. Our Java components are meant to be used on instructional
 Web pages as interactive illustrations, special-purpose calculators, support
 for exercises, and so forth. The components in Version 1 are mostly useful for
 calculus and pre-calculus and for science courses that use some of the same
 material. They use Java 1.1, and so will not work in some older browsers that
 support only Java 1.0.
 .
 This project was supported by NSF grant number DUE-9950473.
 .
 This package contains the API documentation of libjcm-java.

Package: libjcodings-java
Description-md5: acfb831bb1954fb52971bc2ca35b7a77
Description-en: Java-based codings helper classes for Joni and JRuby
 Jcodings is a Java library for handling JRuby string encodings.

Package: libjcommander-java
Description-md5: f577834866253f6a02262a1c0fc8124a
Description-en: Java framework for parsing command line parameters
 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.

Package: libjcommander-java-doc
Description-md5: 59beb5576de6ca027bca68027228f3fc
Description-en: Java framework for parsing command line parameters (documentation)
 JCommander is a Java framework to parse command line options with annotations.
 The command line options are defined by annotating the fields of a Java class
 and the parser populates the fields automatically.
 .
 This package contains the API documentation of libjcommander-java.

Package: jconvolver
Description-md5: c56e81da840feda3c4d7bb7a4a38aa86
Description-en: Convolution reverb Engine for JACK
 Jconvolver is a Convolution Engine for JACK using FFT-based
 partitioned convolution with multiple partition sizes.
 It can execute up to a 64 by 64 convolution matrix
 (i.e. 4096 simultaneous convolutions) as long as
 your CPU(s) can handle the load.

Package: jconvolver-config-files
Description-md5: 25ad3f2d3151c06e8b562ce283222bd9
Description-en: Demo config files for jconvolver
 Package include example files for easy start using jconvolver.
 These files will be installed in /usr/share/jconvolver/config-files dir.
 More info in /usr/share/doc/jconvolver/README.CONFIG.
 .
 You can also download additional reverb file jconvolver-reverbs.tar.bz2
 from http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html

Package: libjcsp-java
Description-md5: 92d65651fc160f75808cc7d69206afe9
Description-en: Java library providing Communicating Sequential Processes (CSP) features
 JCSP (Communication Sequential Processes for Java) is a
 library providing a concurrency model that is a combination
 of ideas from Hoare's CSP and Milner's pi-calculus.
 .
 Communicating Sequential Processes (CSP) is a mathematical
 theory for specifying and verifying complex patterns of
 behaviour arising from interactions between concurrent
 objects.
 .
 JSCP provides a base range of CSP primitives plus a rich set of
 extensions. Also included is a package providing CSP process
 wrappers giving a channel interface to all Java AWT widgets
 and graphics operations.  It is extensively (javadoc)umented
 and includes much teaching.
 .
 JCSP is an alternative concurrency model to the threads and
 mechanisms built into Java. It is also compatible with
 it since it is implemented on top of it.

Package: libjcsp-java-doc
Description-md5: a17a02cb6029740af123adec7efc8fc9
Description-en: Documentation for libjcsp-java
 Documentation for JCSP (Communication Sequential Processes for
 Java) that is a library providing a concurrency model that is a
 combination of ideas from Hoare's CSP and Milner's pi-calculus.
 .
 Communicating Sequential Processes (CSP) is a mathematical
 theory for specifying and verifying complex patterns of
 behaviour arising from interactions between concurrent
 objects.
 .
 JSCP provides a base range of CSP primitives plus a rich set of
 extensions. Also included is a package providing CSP process
 wrappers giving a channel interface to all Java AWT widgets
 and graphics operations.  It is extensively (javadoc)umented
 and includes much teaching.
 .
 JCSP is an alternative concurrency model to the threads and
 mechanisms built into Java. It is also compatible with
 it since it is implemented on top of it.

Package: libjctools-java
Description-md5: 69fbc001cb8e59ea78a406a4c9221929
Description-en: Java Concurrency Tools for the JVM
 JCTools offers some concurrent data structures currently missing from the JDK:
  * SPSC/MPSC/SPMC/MPMC variations for concurrent queues:
    * SPSC - Single Producer Single Consumer (Wait Free, bounded and unbounded)
    * MPSC - Multi Producer Single Consumer (Lock less, bounded and unbounded)
    * SPMC - Single Producer Multi Consumer (Lock less, bounded)
    * MPMC - Multi Producer Multi Consumer (Lock less, bounded)
  * An expanded queue interface (MessagePassingQueue):
    * relaxedOffer/Peek/Poll: trade off conflated guarantee on full/empty queue
      state with improved performance.
    * drain/fill: batch read and write methods for increased throughput
      and reduced contention

Package: python3-jdcal
Description-md5: 9fb3acd43a13002b42ffee8f2ab7bd49
Description-en: Julian dates from proleptic Gregorian and Julian calendars
 This module contains functions for converting between Julian dates
 and calendar dates.
 .
 Different regions of the world switched to Gregorian calendar from
 Julian calendar on different dates. Having separate functions for
 Julian and Gregorian calendars allow maximum flexibility in choosing
 the relevant calendar.

Package: libjdeb-java
Description-md5: 85eacab0d4cb92fd8d2c32c0ad2604d9
Description-en: utility to construct Debian packages from Ant or Maven
 This library provides an Ant task and a Maven plugin to create Debian packages
 from Java builds in a truly cross platform manner. Build your Debian packages
 on any platform that has Java support. Windows, Linux, OS X - it doesn't
 require additional native tools installed.

Package: libjdependency-java
Description-md5: a494eed4475bf9e64d9a172ef1f95456
Description-en: Java library analyzing class level dependencies
 jdependency is small library that helps you analyze class level dependencies,
 clashes and missing classes. This library provides an API to analyse and
 modify class dependencies. It provides the core to the maven2 minijar plugin
 and provides something in the middle between jarjar and proguard.

Package: jdim
Description-md5: e8acc73d930875db33767a62011b3d45
Description-en: simple browser for "2ch-style" web forum sites
 JDim (JD improved) offers a comfortable browsing experience on 2ch-style
 bulletin board systems. Its features include:
 .
  - automated login,
  - message viewing/posting,
  - image viewing,
  - mouse gestures,
  - ignore lists,
  - "play-by-play" mode.
 .
 It can also significantly reduce the load on servers by bypassing CGI programs
 and directly retrieving thread data files to your local hard drives.
 .
 "2ch-style" web forum sites have their origins in 2channel, which was a very
 popular Internet forum in Japan. Such sites are often available only in the
 Japanese language.

Package: jdresolve
Description-md5: ed4a94bf6e63388b4c888cdc088d573c
Description-en: fast alternative to apache logresolve
 The jdresolve application resolves IP addresses into hostnames. To
 reduce the time necessary to resolve large batches of addresses,
 jdresolve opens many concurrent connections to the DNS servers, and
 keeps a large number of text lines in memory. These lines can have
 any content, as long as the IP addresses are the first field to the
 left. This is usually the case with most formats of HTTP and FTP log
 files.

Package: jdupes
Description-md5: c39c2d10a5bfd8aedad8944d3ef07d4f
Description-en: identify and delete or link duplicate files
 jdupes is a program based in fdupes. The main goal of jdupes is identify
 and taking actions upon duplicate files. In comparison with fdupes, jdupes
 is heavily modified from and improved.
 .
 The biggest reason to use jdupes is raw speed. In testing on various data
 sets, jdupes is over 7 times faster than fdupes-1.51 on average.
 .
 Code in jdupes is written with data loss avoidance as the highest priority.
 If a choice must be made between being aggressive or careful, the careful
 way is always chosen.
 .
 jdupes includes features that are not found in fdupes. Examples of such
 features include btrfs block-level deduplication and control over which
 file is kept when a match set is automatically deleted. jdupes is not
 afraid of dropping features of low value; a prime example is the -1 switch
 which outputs all matches in a set on one line, a feature which was found
 to be useless in real-world tests and therefore thrown out.
 .
 jdupes can convert duplicate files in hardlinks or relative softlinks. It
 is useful in several scenarios, as in Debian packaging, to create relative
 symlinks to lots of duplicate files (it will substitute rdfind + symlinks
 commands, used to same purpose, when solving lintian duplicate-files).
 .
 Packages build for Linux versions have support to btrfs filesystem.

Package: libjebl2-java
Description-md5: 814e717858ba1c07cf5570b6df965d96
Description-en: Java Evolutionary Biology Library
 A Java library for evolutionary biology and bioinformatics, including
 objects representing biomolecular sequences, multiple sequence
 alignments and phylogenetic trees.
 .
 This is a branch of the original JEBL on
 http://sourceforge.net/projects/jebl/ to develop a new API and class
 library.

Package: libjebl2-java-doc
Description-md5: 4238d0898d6b0c713b6e64a1ff9dc8b8
Description-en: Java Evolutionary Biology Library (documentation)
 A Java library for evolutionary biology and bioinformatics, including
 objects representing biomolecular sequences, multiple sequence
 alignments and phylogenetic trees.
 .
 This is a branch of the original JEBL on
 http://sourceforge.net/projects/jebl/ to develop a new API and class
 library.
 .
 This package provides the documentation for the library

Package: jed
Description-md5: 0817fb02c803282d7aef2e219c951fa9
Description-en: editor for programmers (textmode version)
 Jed is a small, fast and powerful text editor, yet starts faster than
 bash.
 .
 Completely customizable with prepared emulation modes for Emacs, CUA
 (similar to KDE/Gnome/OpenOffice), Borland-IDE, Brief, and EDT. Extensible
 in the S-Lang scripting language (with a syntax resembling C).
 .
 Editing functions: folding support, rectangular cut/paste, regular
 expression search/replace, incremental searches, search/replace across
 multiple files, multiple windows, multiple buffers, ...
 .
 Tools: directory editor (dired), info (browse GNU info files), mail,
 rmail, ispell, shell mode, ...
 .
 Special modes (syntax highlight, indention, compile, ...) for
 Basic, C, C++, DCL, FORTRAN, IDL, Java, nroff, Pascal, Perl, PHP,
 PostScript, Python, sh.  Modes for markup languages include HTML and
 (La)TeX (with AUC-TeX style editing and BibTeX)
 .
 Additional tools and modes can be found in the jed-extra package.

Package: jed-common
Description-md5: a1c3de10e831e9720a056b7fae6b9255
Description-en: S-Lang runtime files for jed and xjed
 Jed is a small, fast and powerful text editor.
 .
 This package provides the S-Lang runtime files that are needed by both
 jed and xjed.

Package: xjed
Description-md5: decddfcf84e7558cb63bdec96e12749e
Description-en: editor for programmers (x11 version)
 Jed is a small, fast (faster startup than xterm with bash),
 and powerful text editor.
 .
 Completely customizable with prepared emulation modes for Emacs, CUA
 (similar to KDE/Gnome/Openoffice), Borland-IDE, Brief, and EDT. Extensible
 in the S-Lang scripting language (with a syntax resembling C).
 .
 Editing functions: folding support; rectangular cut/paste; regular
 expression search/replace; incremental searches; search/replace across
 multiple files; multiple windows; multiple buffers; ...
 .
 Special modes (syntax highlight, indention, compile, ...) for
 Basic, C, C++, DCL, FORTRAN, IDL, Java, NROFF, Pascal,
 Perl, PHP, PostScript, Python, SH.
 Modes for markup languages include HTML and (La)TeX (with AUC-TeX style
 editing and BibTeX)
 .
 Tools: directory editor (dired); info (browse GNU info files); mail;
 rmail; ispell; shell mode; ...
 .
 The native X11 version provides improved mouse support, key configuration
 and X selection interaction. If no display is available, xjed falls back to
 text mode, thus there is no need to install both jed and xjed packages.
 .
 Additional tools and modes can be found in the jed-extra package.

Package: jed-extra
Description-md5: 4de156eb4e5e0e1b1e9f45f1d186fece
Description-en: collection of useful Jed modes and utilities
 The Jed text editor can be easily extended using the S-Lang scripting
 language.
 .
 This package contains add-on packages for the Jed editor, mainly from the
 Jedmodes repository at SourceForge (http://jedmodes.sourceforge.net/)
 .
 Enhancements include:
  * new or enhanced modes for:
       Jed help, file management, GNU info, man pages, calculator, calendar,
       dict dictionary lookup (including thesaurus), spellchecking,
       "Game of Life" and snake, version control (CVS/SVN interface)
  * additional language modes:
       CSS, email, gnuplot, make, man, mupad, po_mode, reStructuredText,
       ruby, SQL, yodl
  * new or enhanced editor emulation modes for:
       vi, CUA, Brief
  * extensible URI-scheme handler
       http:, ftp:, man:, floppy:, locate:, grep:
  * buffer history and fast switching between (auto-)numbered buffers
  * S-Lang utility functions and extended set of Key_* variables for xjed
  * framework for installation of local or private extensions.

Package: jedit
Description-md5: eb137161fe733c50e24507a41acb14ce
Description-en: Plugin-based editor for programmers
 As one of the most feature rich editors available, jEdit boasts support for
 syntax highlighting in more than 140 languages. jEdit combines the power of
 Emacs, the user-friendliness of Kate, and the advanced editing features
 (such as vertical paste) of Ultraedit, to bring you an open-source
 plugin-based programmer's editor of professional quality.
 .
 It is possible to define complex macros in BeanShell or Jython, or other
 languages that fit into the BSF. jEdit offers a powerful and user-friendly
 keyboard mapping system (including 2-keystroke shortcuts), making it
 possible to give jEdit a very Emacs-like feel, if you so desire.
 .
 Its functionality is easily extended by the use of 'plugins' which can be
 downloaded, updated, and installed, all without exiting the editor. These
 include a built-in Console shell integration, which lets you execute
 interactive external commands inside your editor, as well as bind them to
 keyboard shortcuts. The FTP plugin lets you browse and edit files on remote
 systems over FTP or SFTP. Other plugins provide shells, object oriented
 structure/code browsers, or completion popups for Java, XML, HTML, Ant,
 LaTeX, Python, Ruby, Perl, C, C++, bash, Scheme, Prolog, and many other
 languages.

Package: jeepney-doc
Description-md5: 33586368d945df9d46ac28ee390ecd45
Description-en: pure Python D-Bus interface — documentation
 Jeepney is a pure Python implementation of D-Bus messaging. It has an
 I/O-free core, and integration modules for different event loops.
 .
 D-Bus is an inter-process communication system, mainly used in Linux.
 .
 This package contains the HTML documentation for Jeepney.

Package: python3-jeepney
Description-md5: 38c1458d9c10a4a7103f57a67540165d
Description-en: pure Python D-Bus interface
 Jeepney is a pure Python implementation of D-Bus messaging. It has an
 I/O-free core, and integration modules for different event loops.
 .
 D-Bus is an inter-process communication system, mainly used in Linux.

Package: jeepyb
Description-md5: c05a3ff94d58274db908e75cc8c3c28e
Description-en: tools for managing gerrit projects and external sources
 jeepyb is a collection of tools which make managing a gerrit easier.
 .
 Specifically, management of gerrit projects and their associated upstream
 integration with things like github, launchpad, and storyboard.

Package: jeex
Description-md5: 0c73edfcfb45cef61f497dd5d434dc63
Description-en: visual editor to view and edit files in hexadecimal
 Jeex is a simple hexadecimal editor which allows user to create, open
 and edit files in hexadecimal, binary, octal and ASCII. The features include
 insert, delete, copy-and-paste, search and many others.
 .
 It also shows several information about the opened file, like file mode bits,
 ownership, last access and modification timestamps.

Package: jekyll
Description-md5: c1a5457f54b78d6cb6f6544ecfb6e229
Description-en: simple, blog aware, static site generator
 Jekyll is a simple, blog aware, static site generator. It takes a
 template directory (representing the raw form of a website), runs it
 through Textile or Markdown and Liquid converters, and spits out a
 complete, static website suitable for serving with Apache or your
 favorite web server.
 .
 This is also the engine behind GitHub Pages (http://pages.github.com),
 which you can use to host your project's page or blog right here from
 GitHub.
 .
 There are lot of plugins available and only the most common ones are
 suggested by the package. Look for more using 'jekyll plugin'.

Package: jekyll-theme-minima
Description-md5: dcb42dc1165a141e46fafde8a7e59a9f
Description-en: beautiful, minimal theme for jekyll
 Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default
 (and first) theme. It's what you get when you run `jekyll new`.

Package: jel-java
Description-md5: 30b467f1419ff93354619f8b88105aab
Description-en: Library for evaluating algebraic expressions in Java
 The JEL library enables users to enter algebraic expressions into their
 program. Since JEL converts expressions directly into Java bytecode,
 it significantly speeds up their evaluation time. If the user's Java
 virtual machine has a JIT compiler, expressions are transparently
 compiled into native machine code.
 .
 JEL may be a very useful tool for a variety of applications in science
 involving user-defined functions, e.g. to create plots, to apply fits
 to a data set and to solve integrals or differential equations.
 Another relevant use case for JEL is given by algebraic operations
 between two or more columns of a database table.

Package: jel-java-doc
Description-md5: 5c57c9ac46b6724bc4b93554c6ec99f8
Description-en: Java Expressions Library (documentation)
 The JEL library enables users to enter algebraic expressions into their
 program. Since JEL converts expressions directly into Java bytecode,
 it significantly speeds up their evaluation time. If the user's Java
 virtual machine has a JIT compiler, expressions are transparently
 compiled into native machine code.
 .
 JEL may be a very useful tool for a variety of applications in science
 involving user-defined functions, e.g. to create plots, to apply fits
 to a data set and to solve integrals or differential equations.
 Another relevant use case for JEL is given by algebraic operations
 between two or more columns of a database table.
 .
 This package contains the JavaDoc documentation of the package.

Package: jello
Description-md5: 9ce4fc74ae185f4ec6c26b6cc80ac00b
Description-en: Filter for JSON and JSON Lines data with Python syntax
 jello is similar to jq in that it processes JSON and JSON Lines data except
 jello uses standard Python dict and list syntax.
 .
 JSON or JSON Lines can be piped into jello (JSON Lines are automatically
 slurped into a list of dictionaries) and are available as the variable _.
 Processed data can be output as JSON, JSON Lines, bash array lines, or a
 grep-able schema.

Package: jellyfish
Description-md5: 33c2d211a341ae9429c6f8ced355efd0
Description-en: count k-mers in DNA sequences
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.

Package: jellyfish-examples
Description-md5: 70cd6238484ba024b031a85b283b1b27
Description-en: count k-mers in DNA sequences (examples for testing)
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This package contains examples to test the package

Package: libjellyfish-2.0-2
Description-md5: 065d1ff8b79f64e89b68567eaeed6aa1
Description-en: count k-mers in DNA sequences (dynamic library of jellyfish)
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This package contains the dynamic library the main executable of
 jellyfish is linked to.

Package: libjellyfish-2.0-dev
Description-md5: 8d15a603d76647ecb084d0bd3c0490a3
Description-en: count k-mers in DNA sequences (development files of jellyfish)
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This package contains the development files (static library and
 header files)

Package: libjellyfish-perl
Description-md5: c8cb8981fb9902b209cbce9156da63e7
Description-en: count k-mers in DNA sequences (Perl bindings of jellyfish)
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This package contains the Perl bindings of jellyfish.

Package: python3-dna-jellyfish
Description-md5: c2eaea16b29e14b42b1c6e9b47551cd2
Description-en: count k-mers in DNA sequences (Python bindings of jellyfish)
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This package contains the Python bindings of jellyfish.

Package: jellyfish1
Description-md5: e6c6a2a63227c526113a1ef4decae328
Description-en: count k-mers in DNA sequences
 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in
 DNA. A k-mer is a substring of length k, and counting the occurrences
 of all such substrings is a central step in many analyses of DNA
 sequence. JELLYFISH can count k-mers using an order of magnitude less
 memory and an order of magnitude faster than other k-mer counting
 packages by using an efficient encoding of a hash table and by
 exploiting the "compare-and-swap" CPU instruction to increase
 parallelism.
 .
 JELLYFISH is a command-line program that reads FASTA and multi-FASTA
 files containing DNA sequences. It outputs its k-mer counts in an
 binary format, which can be translated into a human-readable text
 format using the "jellyfish dump" command.
 .
 This is the latest version of the 1.x series of jellyfish which is
 used by some other applications that are not compatible with version
 2.x which is provided inside the jellyfish package.

Package: libjemalloc-dev
Description-md5: f91b42ea17991369b6b9cd46f2828e3f
Description-en: development files and documentation for jemalloc
 Files used for development with jemalloc. This package contains
 headers and documentation.
 .
 jemalloc is a library providing a malloc(3) implementation for
 multi-threaded processes on multi-processor systems.

Package: libjemalloc2
Description-md5: 178d355533ed77770701dbe22e8a79f5
Description-en: general-purpose scalable concurrent malloc(3) implementation
 A library providing a malloc(3) implementation for multi-threaded processes on
 multi-processor systems.
 .
 Notable features are reduced lock contention, predictable low fragmentation,
 and introspection with heap profiling.

Package: libjengelman-shadow-java
Description-md5: e27abb007a4c8b1dbc609d3fbd94576d
Description-en: Gradle plugin for creating fat/uber JARs with support for package relocation.
 Shadow is an extension of the Gradle Jar task that optimizes FatJar/UberJar
 creation by using JarInputStream and JarOutputStream to copy file contents.
 This avoids the unnecessary I/O overhead of expanding jar files to
 disk before recombining them. Shadow provides the similar filtering,
 relocation, and transformation capabilities as the Maven Shade plugin.
 The gradle-shadow-plugin makes it possible to integrate JFlex into the Gradle
 - build system.

Package: jenkins-debian-glue
Description-md5: 7b51a8e326a1db99808ce80d3c2b6fb0
Description-en: Jenkins Debian glue scripts
 This package provides scripts which make building Debian
 packages inside Jenkins (a Continuous Integration suite) easier.
 .
 It's meant to make Q/A builds of Debian packages inside Jenkins
 as manageable and homogeneous as possible.
 .
 You need to install the according packaging tools, depending on
 your VCS type and the features you want to use. To get all tools
 you can just install the jenkins-debian-glue-buildenv package.

Package: jenkins-debian-glue-buildenv
Description-md5: 52268246a2cf4404e99f0227a4db77d1
Description-en: Jenkins Debian glue scripts - dependency package
 This package depends on all Debian packaging/repository
 management and VCS tools which may be used with
 jenkins-debian-glue for easier installation.
 .
 If disk space is a concern consider installing only the subset
 of packages you actually need.

Package: jenkins-job-builder
Description-md5: bae2e5b5ad5a8f0d738d04258bc63631
Description-en: Configure Jenkins using YAML files - metapackage
 Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format
 and uses them to configure Jenkins. You can keep your job descriptions in
 human readable text format in a version control system to make changes and
 auditing easier. It also has a flexible template system, so creating many
 similarly configured jobs is easy.
 .
 Metapackage to install the Python 2 or 3 version of jenkins-job-builder.

Package: jenkins-job-builder-doc
Description-md5: 4c3b080fcba3d0cd837f32435a4d679e
Description-en: Configure Jenkins using YAML files - doc
 Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format
 and uses them to configure Jenkins. You can keep your job descriptions in
 human readable text format in a version control system to make changes and
 auditing easier. It also has a flexible template system, so creating many
 similarly configured jobs is easy.
 .
 This package contains the documentation.

Package: python3-jenkins-job-builder
Description-md5: 4134cd13326e7fbdff9488bdeda2aaa2
Description-en: Configure Jenkins using YAML files - Python 3.x
 Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format
 and uses them to configure Jenkins. You can keep your job descriptions in
 human readable text format in a version control system to make changes and
 auditing easier. It also has a flexible template system, so creating many
 similarly configured jobs is easy.
 .
 This package contains the Python 3.x module.

Package: libjenkins-json-java
Description-md5: 15c5c5d5eb23865dded1b0dccf076ef5
Description-en: Library for transforming Java objects between XML and JSON
 JSON-lib is a java library for transforming beans, maps, collections,
 java arrays and XML to JSON and back again to beans and DynaBeans.
 .
 This package contains the branch used/maintained by jenkins.

Package: libjenkins-trilead-ssh2-java
Description-md5: a9b8435f5a1666a2bd59099268303352
Description-en: Trilead SSH2 implementation for Java (Jenkins variant)
 Trilead SSH2 for Java is a library which implements the SSH-2 protocol
 in pure Java.
 .
 This package contains the Jenkins fork of Trilead SSH2.

Package: libjep-java
Description-md5: 48fa7ed9fe1d548e64f20334292791cd
Description-en: Java Expression Parser
 Jep Java parses and evaluates mathematical expressions with only a few lines
 of code. This package allows your users to enter a formula as a string, and
 instantly evaluate it. Jep supports user defined variables, constants, and
 functions. A number of common mathematical functions and constants are
 included.

Package: libjerasure-dev
Description-md5: a4255e7dbd78582f505cb4b181c16b08
Description-en: forward error correction erasure channel library - development files
 In information theory, an erasure code is a forward error correction (FEC)
 code for the binary erasure channel, which transforms a message of symbols
 into a longer message (code word) with symbols such that the original
 message can be recovered from a subset of the symbols.
 .
 Jerasure is a shared library that been designed to be modular, fast and
 flexible. It is used in storage systems such as Swift and Ceph to add fault
 tolerance.
 .
 This package contains the development files needed to build against the shared
 library.

Package: libjerasure2
Description-md5: 52f44ea46b6015a3e1eb58abe90111f5
Description-en: forward error correction erasure channel library - shared library
 In information theory, an erasure code is a forward error correction (FEC)
 code for the binary erasure channel, which transforms a message of symbols
 into a longer message (code word) with symbols such that the original
 message can be recovered from a subset of the symbols.
 .
 Jerasure is a shared library that been designed to be modular, fast and
 flexible. It is used in storage systems such as Swift and Ceph to add fault
 tolerance.
 .
 This package contains the shared library.

Package: libjericho-html-java
Description-md5: 8cd3c518523afd9b627e91a863b0435b
Description-en: Java based library for HTML Parsing
 Jericho HTML Parser is a simple but powerful java library allowing
 analysis and manipulation of parts of an HTML document, including
 some common server-side tags, while reproducing verbatim any
 unrecognised or invalid HTML.
 .
 It also provides high-level HTML form manipulation functions.

Package: libjeromq-java
Description-md5: a2a2d2bb87d1d907cddda0a083b6c221
Description-en: Java implementation of the ZeroMQ messaging library
 JeroMQ is pure Java implementation of the ZeroMQ messaging library (libmzq).
 Compared to jzmq (libzmq-java) this implementation doesn't rely on a native
 library.
 .
 JeroMQ support ZMTP/2.0, the tcp:// and inproc:// protocols. ipc:// protocol
 works only between jeromq. The API is compatible with jzmq.

Package: libjersey1-atom-java
Description-md5: e3ab010094bfa2fe1a69eb1ef8a9f55e
Description-en: RESTful Web Services in Java (atom module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-atom module.

Package: libjersey1-client-java
Description-md5: 6abc2cc091e5d462bf71db61ecb20135
Description-en: RESTful Web Services in Java (client module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-client module.

Package: libjersey1-core-java
Description-md5: c75946605a7db71c92efa0fc153e5c3c
Description-en: RESTful Web Services in Java (core library)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-core module.

Package: libjersey1-fastinfoset-java
Description-md5: f547bbfec9d41bd68a0c8e1751f0c2d9
Description-en: RESTful Web Services in Java (fastinfoset module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-fastinfoset module.

Package: libjersey1-guice-java
Description-md5: f8e41dc61f28674b4f1f6f30d3ab8ce8
Description-en: RESTful Web Services in Java (guice module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-guice module.

Package: libjersey1-json-java
Description-md5: 0ff5fc481a24ccbff89c87e843da7cde
Description-en: RESTful Web Services in Java (json module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-json module.

Package: libjersey1-server-java
Description-md5: e207f4046dde37b1d111b01c344d43fb
Description-en: RESTful Web Services in Java (server module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-server module.

Package: libjersey1-servlet-java
Description-md5: 6ccf8e69fae2ac513aa00075d188895b
Description-en: RESTful Web Services in Java (servlet module)
 Jersey RESTful Web Services framework is the open source, production quality,
 framework for developing RESTful Web Services in Java that provides support
 for JAX-RS APIs and serves as a JAX-RS (JSR 311 & JSR 339) Reference
 Implementation.
 .
 This package contains the jersey-servlet module.

Package: libesd-java
Description-md5: 1c669f84f8d43634c62485e66aeceb61
Description-en: Implementation of EsounD in pure Java
 JEsd includes an audio server, which corresponds to 'esd' and classes for
 communicating with 'esd', which corresponds to 'libesd'.  This client side
 code enables interacting with audio apps in pure Java.

Package: jesred
Description-md5: 15666c8066371f389604a45fca49c072
Description-en: Redirector for the Squid proxy
 Jesred is a very fast and highly configurable redirector for the Squid
 HTTP caching proxy. Jesred needs little memory, can rewrite all
 HTTP request methods and offers extensive logging.

Package: jester
Description-md5: 5735fdcacc6086eb1786df33c8573259
Description-en: board game similar to Othello
 Simple two-player turn-based strategy game played on an 8x8 grid.
 Convert the opponent's pieces to your color by bracketing them between
 your pieces.  The game can be played head-to-head on a single screen or
 by a single player against the computer. Jester allows you to waste
 valuable time that could otherwise be spent playing Solitaire.

Package: jetring
Description-md5: 886717023c10824650676ccdfd695586
Description-en: gpg keyring maintenance using changesets
 jetring is a collection of tools that allow for gpg keyrings to be maintained
 using changesets. It was developed with the Debian keyring in mind, and aims
 to solve the problem that a gpg keyring is a binary blob that's hard for
 multiple people to collaboratively edit.
 .
 With jetring, changesets can be submitted, reviewed to see exactly what they
 will do, applied, and used to build a keyring. The origin of every change
 made to the keyring is available for auditing, and gpg signatures can be used
 to further secure things.

Package: jets3t
Description-md5: 6f1d81bcf0e7886731644fe771052e6e
Description-en: graphical and command-line tools for Amazon S3 and CloudFront
 The JetS3t toolkit provides several applications for interacting and managing
 data stored in Amazon Simple Storage Service and Amazon CloudFront content
 delivery network. Features:
  - jets3t-cockpitlite: A graphical application that Service Providers with S3
    accounts may provide to clients or customers without S3 accounts.
    jets3t-cockpitlite allows users to manage the content of an S3 account to
    upload files, download files, delete S3 objects and make objects publicly
    accessible. All these operations are mediated by a Gatekeeper service.
  - jets3t-cockpit: graphical application for transferring files, viewing and
    managing the contents of an Amazon S3 account.
  - jets3t-synchronize: A command-line application for synchronizing
    directories on your computer with an Amazon S3 account. Ideal for
    performing back-ups or synchronizing files between different computers.
  - jets3t-uploader: A graphical application that Service Providers with S3
    accounts may provide to clients or customers without S3 accounts.
    jets3t-uploader allows users to upload files to S3 using a simple
    wizard-based workflow, but all uploads must first be authorized by a
    Gatekeeper service
  - gatekeeper: A servlet that acts as an authorization service running on a
    Service Provider's server to mediate access to S3 accounts.
    It processes requests from client applications such as JetS3t Uploader &
    CockpitLite, and authorizes the client application to perform operations
    such as uploads, downloads and deletes.

Package: libjets3t-java
Description-md5: ebda21ded7c8a6816d2f480cdb431f12
Description-en: Java interface to Amazon S3 and CloudFront services
 The JetS3t toolkit provides Java programmers with an API for interacting and
 managing data stored in Amazon Simple Storage Service and Amazon CloudFront
 content delivery network.

Package: libjets3t-java-doc
Description-md5: a6475a9487f726246af3e05368ff63b1
Description-en: documentation for libjets3t-java
 Documentation for the JetS3t toolkit that provides Java programmers with an
 API for interacting and managing data stored in Amazon Simple Storage Service
 and Amazon CloudFront content delivery network.

Package: jetty9
Description-md5: 6145995b8766cbb4600d50bf0658018e
Description-en: Java servlet engine and webserver
 Jetty is an Open Source HTTP Servlet Server written in 100% Java.
 It is designed to be light weight, high performance, embeddable,
 extensible and flexible, thus making it an ideal platform for serving
 dynamic HTTP requests from any Java application.

Package: libjetty9-extra-java
Description-md5: 47ace05c7b36b1f6b7e26c63fc7c5931
Description-en: Java servlet engine and webserver -- extra libraries
 Jetty is an Open Source HTTP Servlet Server written in 100% Java.
 It is designed to be light weight, high performance, embeddable,
 extensible and flexible, thus making it an ideal platform for serving
 dynamic HTTP requests from any Java application.
 The extra libraries include jetty-management, jetty-naming,
 jetty-servlet-tester, jetty-ajp, jetty-java5-threadpool,
 jetty-client, jetty-rewrite-handler, jetty-plus, jetty-annotations

Package: libjetty9-java
Description-md5: 46218f4f42765c4d73a39fcecc3adcdc
Description-en: Java servlet engine and webserver -- core libraries
 Jetty is an Open Source HTTP Servlet Server written in 100% Java.
 It is designed to be light weight, high performance, embeddable,
 extensible and flexible, thus making it an ideal platform for serving
 dynamic HTTP requests from any Java application.
 .
 This package contains the core libraries

Package: jeuclid-cli
Description-md5: ffb4b721bb10551591dd9b5230edf951
Description-en: Complete MathML rendering solution (command line tools)
 JEuclid is a complete MathML rendering solution, consisting of:
  * A MathViewer application
  * Command line converters from MathML to other formats
  * An ant task for automated conversion
  * Display components for AWT and Swing
  * A component for Apache Cocoon
 .
 This package contains the command line tools.

Package: jeuclid-mathviewer
Description-md5: 6f8a8f4a5a7da43b679ac0aed93c054a
Description-en: Complete MathML rendering solution (Swing MathViewer)
 JEuclid is a complete MathML rendering solution, consisting of:
  * A MathViewer application
  * Command line converters from MathML to other formats
  * An ant task for automated conversion
  * Display components for AWT and Swing
  * A component for Apache Cocoon
 .
 This package contains the Swing MathViewer application.

Package: libjeuclid-core-java
Description-md5: 709103099c7221d73e36eeeb8e8bff3d
Description-en: Complete MathML rendering solution (java classes)
 JEuclid is a complete MathML rendering solution, consisting of:
  * A MathViewer application
  * Command line converters from MathML to other formats
  * An ant task for automated conversion
  * Display components for AWT and Swing
  * A component for Apache Cocoon
 .
 This package contains the basic JEuclid rendering and document handling
 classes.

Package: libjeuclid-fop-java
Description-md5: 81a2bf68e77ea1e9b75b78a2e1989912
Description-en: Complete MathML rendering solution (fop plugin)
 JEuclid is a complete MathML rendering solution, consisting of:
  * A MathViewer application
  * Command line converters from MathML to other formats
  * An ant task for automated conversion
  * Display components for AWT and Swing
  * A component for Apache Cocoon
 .
 This package contains the fop plugin.

Package: libjexcelapi-java
Description-md5: 6d7bd18fec676b8641d7dd3e50ba2094
Description-en: Java API to read, write and modify Excel spreadsheets
 The Java Excel API is an open source Java API which allows Java developers to
 read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
 addition, it contains a mechanism which allows java applications to read in a
 spreadsheet, modify some cells and write out the new spreadsheet.
 .
 This API allows non Windows operating systems to run pure Java applications
 which can both process and deliver Excel spreadsheets. Because it is Java,
 this API may be invoked from within a servlet, thus giving access to Excel
 functionality over internet and intranet web applications.

Package: libjexcelapi-java-doc
Description-md5: 16237416ddd0bd69ca8fa9af933fa3d3
Description-en: Java API to read, write and modify Excel spreadsheets - documentation
 The Java Excel API is an open source Java API which allows Java developers to
 read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
 addition, it contains a mechanism which allows java applications to read in a
 spreadsheet, modify some cells and write out the new spreadsheet.
 .
 This API allows non Windows operating systems to run pure Java applications
 which can both process and deliver Excel spreadsheets. Because it is Java,
 this API may be invoked from within a servlet, thus giving access to Excel
 functionality over internet and intranet web applications.
 .
 This package contains API documentation (Javadoc) for Java Excel API.

Package: libjffi-java
Description-md5: 0ec74d8e775484fccf0d6afbaab50a68
Description-en: Java Foreign Function Interface
 JFFI is a wrapper for libffi, the foreign function interface library. A foreign
 function interface is the popular name for the interface that allows code
 written in one language to call code written in another language.
 Java-based codings helper classes for Joni and JRuby

Package: libjffi-jni
Description-md5: 167efe5b7c239fa9bf9bed0a40f1d058
Description-en: Java Foreign Function Interface (JNI library)
 JFFI is a wrapper for libffi, the foreign function interface library. A foreign
 function interface is the popular name for the interface that allows code
 written in one language to call code written in another language.
 Java-based codings helper classes for Joni and JRuby
 .
 This package ships the Java native interface library.

Package: jflex
Description-md5: 8cfe78ca20814658bf3751fbef74366b
Description-en: lexical analyzer generator for Java
 It is also a rewrite of the very useful tool JLex which was developed
 by Elliot Berk at Princeton University. As Vern Paxon states for
 his C/C++ tool flex : They do not share any code though.
 .
 JFlex is designed to work together with the LALR parser generator CUP
 by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J
 by Bob Jamison. It can also be used together with other parser generators
 like ANTLR or as a standalone tool.

Package: libjformatstring-java
Description-md5: a70c5b14e302279497bf160195a25803
Description-en: Java format string compile-time checker
 This project is derived from Sun's implementation of java.util.Formatter.  It
 is designed to allow compile time checks as to whether or not a use of a
 format string will be erroneous when executed at runtime.

Package: jfractionlab
Description-md5: e21765595efa9973f7637357fe936964
Description-en: Educative program to practice fractions
 JFractionLab is a nice tool for math students that are learning the use
 and operation of fractions.
 .
 It provides a collection of nice exercices with a numeric and visual
 representation of the fractions.
 .
 JFractionLab shows the user every step of the calculation and therefore
 helps him to understand them.
 .
 It gives the user an answer after each input, making impossible to have
 a false answer.

Package: libjfreesvg-java
Description-md5: 7fd1308da6bacf0e003ae8723955337d
Description-en: Java graphics library to generate content in SVG format
 JFreeSVG is a fast, light-weight, vector graphics library for the
 Java platform that makes it easy to generate graphical output in SVG
 format directly from Java code (via SVGGraphics2D).

Package: libjfreesvg-java-doc
Description-md5: bedbad0fe79381b3075e795b5f56ec4e
Description-en: Java graphics library to generate content in SVG format (docs)
 JFreeSVG is a fast, light-weight, vector graphics library for the
 Java platform that makes it easy to generate graphical output in SVG
 format directly from Java code (via SVGGraphics2D).
 .
 This is the documentation of the jfreesvg library.

Package: jfsutils
Description-md5: 000fe2ee7a32dfc069be2f44381d781f
Description-en: utilities for managing the JFS filesystem
 Utilities for managing IBM's Journaled File System (JFS) under Linux.
 .
 IBM's journaled file system technology, currently used in IBM
 enterprise servers, is designed for high-throughput server
 environments, key to running intranet and other high-performance
 e-business file servers.
 .
 The following utilities are available:
  * fsck.jfs - initiate replay of the JFS transaction log, and check and
    repair a JFS formatted device.
  * logdump - dump a JFS formatted device's journal log.
  * logredo - "replay" a JFS formatted device's journal log.
  * mkfs.jfs - create a JFS formatted partition.
  * xchkdmp - dump the contents of a JFS fsck log file created with
    xchklog.
  * xchklog - extract a log from the JFS fsck workspace into a file.
  * xpeek - shell-type JFS file system editor.

Package: jftp
Description-md5: 3046c53d919f2fee80a417b9f41234f9
Description-en: Java GUI client for FTP, SMB, SFTP and NFS
 JFtp is a graphical Java network and file transfer client. It
 supports FTP using its own FTP API and various other protocols like
 SMB, SFTP, NFS, HTTP, and file I/O using third party APIs. It
 includes many advanced features such as recursive directory
 up/download, browsing FTP servers while transferring files, FTP
 resuming and queueing, browsing the LAN for Windows shares, and
 more. Multiple connections can open at a time in a Mozilla-style
 tabbed browsing environment.

Package: libjfugue-java
Description-md5: e784ef32eb2df1b12dce625117fc48e8
Description-en: Java API for music programming
 JFugue is a Java API for music programming that does not require the
 programmer to be aware of all the complexities of MIDI. The music can
 be synthetized from strings that describe its notes, chords,
 instruments, etc., or can be generated in real-time in many different
 ways.
 .
 JFugue supports playing music in real time as well as saving it to
 MIDI files or send it to MIDI devices.

Package: jgit-cli
Description-md5: 8b9a05b024b1a6d5742f69b11a0a2dfe
Description-en: Java implementation of GIT version control (command line interface)
 JGit is a lightweight, pure Java library implementing the Git version control
 system.
 .
 This package provides command line interface for user interaction with jgit.

Package: libjgit-ant-java
Description-md5: cfe65176b89c986b627392a3b127c5e9
Description-en: Java implementation of GIT version control (Ant interface)
 JGit is a lightweight, pure Java library implementing the Git version control
 system:
  * Repository access routines
  * Network protocols
  * Core version control algorithms
 .
 This package contains Ant tasks allowing build scripts to manipulate with
 Git repositories through JGit library.

Package: libjgit-java
Description-md5: 4e9d867e446a8c22145964210021b9d1
Description-en: Java implementation of GIT version control
 JGit is a lightweight, pure Java library implementing the Git version control
 system:
  * Repository access routines
  * Network protocols
  * Core version control algorithms

Package: jglobus-doc
Description-md5: 207a812c3560408a77ef1044591984b5
Description-en: Javadocs for jglobus
 This package contains the API documentation for jglobus

Package: libjglobus-axisg-java
Description-md5: a1e5c2829f0034dec341e6ecab5a4cc1
Description-en: Globus Java - Apache AXIS support
 Globus Java library with Apache AXIS support

Package: libjglobus-gram-java
Description-md5: 5078967041f201f03655238ce69fdbfe
Description-en: Globus Java - Grid Resource Allocation and Management (GRAM)
 Globus Java library with GRAM support

Package: libjglobus-gridftp-java
Description-md5: 6c93fbdb75035fda4e15549fa66ae00c
Description-en: Globus Java - GridFTP
 Globus Java library with GridFTP support

Package: libjglobus-gss-java
Description-md5: a451f6135f247857c63743696fd9cb5d
Description-en: Globus Java - GSS-API implementation for SSL with proxies
 Globus Java library containing a GSS-API implementation for SSL with proxies

Package: libjglobus-io-java
Description-md5: 83724c423fd4e0edbeb73cc75570f9a0
Description-en: Globus Java - IO
 Globus Java library with IO utilities

Package: libjglobus-jsse-java
Description-md5: 97210ce4c1f3f76edc2b773dc36f95f1
Description-en: Globus Java - SSL support
 Globus Java library with SSL support

Package: libjglobus-myproxy-java
Description-md5: 1b97b71474488680dda613c79f21bc3e
Description-en: Globus Java - MyProxy
 Globus Java library with MyProxy support

Package: libjglobus-parent-java
Description-md5: cac3ea7c9e0f55db384a50470e7cd941
Description-en: Globus Java - parent pom file
 Globus Java libraries parent maven pom file

Package: libjglobus-ssl-proxies-java
Description-md5: 7bd9e9f34f2574c24f2c77ae105b7ab5
Description-en: Globus Java - SSL and proxy certificate support
 Globus Java library with SSL and proxy certificate support

Package: jgmenu
Description-md5: 6e5c6cce1bc291e199cbaf71feb370f7
Description-en: Simple X11 menu
 A stand-alone, contemporary-looking menu application for Linux and BSD.
 Independent of window manager and panel. Designed for customisation,
 scripting, ricing and tweaking

Package: jgmenu-xfce4-panel-applet
Description-md5: 9951e508d53c37aab99475c7a020852b
Description-en: xfce4-panel applet for jgmenu
 A stand-alone, contemporary-looking menu application for Linux and BSD.
 Independent of window manager and panel. Designed for customisation,
 scripting, ricing and tweaking
 .
 This package provides xfce4-panel applet for jgmenu

Package: jgraph
Description-md5: 878a8b1bfab4656e60e8fc53fd5e6ee5
Description-en: Jim Plank's program for producing PostScript graphs
 Jgraph takes a description of a graph or graphs and produces a
 PostScript file on the standard output.
 .
 Jgraph is ideal for plotting any mixture of scatter point graphs,
 line graphs, and/or bar graphs, and embedding the output into LaTeX,
 or any other text processing system which can read PostScript.
 .
 The graph description language is simple enough to get nice looking
 graphs with a minimum of effort, yet powerful enough to give the user
 the flexibility to tailor the appearance of the graph to his or her
 individual preferences.  This includes plotting multiple graphs and
 laying them out separately on the page (or pages).

Package: libjgrapht-java
Description-md5: e5229efeb7df66a8aad498157346195c
Description-en: Java library of graph theory data structures and algorithms
 JGraphT is a free Java class library that provides mathematical graph-theory
 objects and algorithms. In JGraphT, a graph is defined as a set of vertices
 connected by a set of edges.
 .
 It is possible to define graphs, to modify, compare or generate them, to run
 many algorithms through them. One may also import or export graphs.

Package: jgrep
Description-md5: 40db64b1a38babbacf7c814543f72eaa
Description-en: Filter JSON documents with a simple logical language
 Compare a list of json documents to a simple logical language and returns
 matches as output.

Package: libjgromacs-java
Description-md5: e5f181e06fa7c33ce066a871d50d2199
Description-en: library for molecular dynamics trajectory analysis
 JGromacs is a Java library designed to facilitate the development
 of cross-platform analysis applications for Molecular Dynamics (MD)
 simulations. The package contains parsers for file formats applied by
 GROMACS (GROningen MAchine for Chemical Simulations), one of the most
 widely used MD simulation packages.
 .
 JGromacs provides a multilevel object-oriented representation of
 simulation data to integrate and interconvert sequence, structure
 and dynamics information. In addititon, a basic analysis toolkit is
 included in the package. The programmer is also provided with simple
 tools (e.g. XML-based configuration) to create applications with a user
 interface resembling the command-line UI of Gromacs applications.

Package: libjgromacs-java-doc
Description-md5: 1e3031fc51ec13431b748ce479db17fa
Description-en: library for molecular dynamics trajectory analysis (documentation)
 JGromacs is a Java library designed to facilitate the development
 of cross-platform analysis applications for Molecular Dynamics (MD)
 simulations. The package contains parsers for file formats applied by
 GROMACS (GROningen MAchine for Chemical Simulations), one of the most
 widely used MD simulation packages.
 .
 JGromacs provides a multilevel object-oriented representation of
 simulation data to integrate and interconvert sequence, structure
 and dynamics information. In addititon, a basic analysis toolkit is
 included in the package. The programmer is also provided with simple
 tools (e.g. XML-based configuration) to create applications with a user
 interface resembling the command-line UI of Gromacs applications.
 .
 This package contains the documentation for libjgromacs-java.

Package: libjs-jquery-jgrowl
Description-md5: ae1cb2ca9ed30d698e3fbbd7aa42acc6
Description-en: notification system for jquery
 jGrowl is a jQuery plugin that raises unobtrusive messages within the browser,
 similar to the way that OS X's Growl Framework works. The idea is simple,
 deliver notifications to the end user in a noticeable way that doesn't obstruct
 the work flow and yet keeps the user informed.

Package: jh7100-bootloader-recovery
Description-md5: 779bcf1cb0eacc1f0f0882257d78acc5
Description-en: StarFive JH7100 recovery bootloader
 This firmware brings up the board enough to program all the boot stages
 onto the boot flash. It recovers an otherwise unbootable system.

Package: jh71xx-tools
Description-md5: c4cfc23c0b3c7fefea4ec7b2682ed6c4
Description-en: StarFive JH71xx bootloader recovery and updater tool
 This utility is used to download the bootloader recovery firmware, the
 second stage bootloader and the ddrinit firmware to the CPU via UART.
 .
 It uses the xmodem protocol over UART, as expected by the JH71xx when
 the boot flash is blank.

Package: jhbuild
Description-md5: e4e31f1f1fe280284accd73771c533e6
Description-en: flexible build script for package collections
 Jhbuild is a program that can be used to pull a number of modules from
 Git, CVS, Subversion, Bazaar and other types of repositories or from
 tarballs and build them in the correct order.  Unlike some build
 scripts, jhbuild lets you specify what modules you want built and it
 will then go and build those modules plus dependencies.
 .
 Although jhbuild was originally developed to build GNOME, it has
 since been extended to work with other projects as well.
 Extending it to handle new modules is usually trivial assuming the
 build infrastructure matches the other modules it handles.

Package: jhead
Description-md5: a9af64e20d34dfdad7586faac789117a
Description-en: manipulate the non-image part of Exif compliant JPEG files
 jhead is a command line driven utility for extracting digital camera settings
 from the Exif format files used by many digital cameras. It handles the
 various confusing ways these can be expressed, and displays them as F-stop,
 shutter speed, etc. It is also able to reduce the size of digital camera JPEGs
 without loss of information, by deleting integral thumbnails that digital
 cameras put into the Exif header.

Package: libjheaps-java
Description-md5: fbe07da748021b5ea2ab1e1d15a5fe95
Description-en: Java library with various heap implementations
 This library contains various heap implementations written in Java.
 A heap is a priority queue data type which contains elements with keys
 (duplicate keys are permitted) from a totally-ordered universe.
 The library is easy to use, its data structures have a well defined interface,
 it is fast and well documented, and the heaps are written in a similar way as
 in the JDK.

Package: libjheatchart-java
Description-md5: 4e3a3d65c8bc107377650c6235dfbd0d
Description-en: Heat map charting library for Java
 The JHeatChart library provides a simple API for generating Java heat maps.
 Output heat maps as .png, .jpg or .gif images. Generate Image objects for
 further processing. Show generated Image in a Swing JPanel. Fully customisable
 colours, dimensions, fonts etc. Linear, logarithmic and exponential
 colour scales.

Package: libjheatchart-java-doc
Description-md5: 1b4fa16f28a40b7b11fc7e985f9cc799
Description-en: Heat map charting library for Java (documentation)
 The JHeatChart library provides a simple API for generating Java heat maps.
 Output heat maps as .png, .jpg or .gif images. Generate Image objects for
 further processing. Show generated Image in a Swing JPanel. Fully customisable
 colours, dimensions, fonts etc. Linear, logarithmic and exponential
 colour scales.
 .
 This package includes the JHeatChart API javadocs.

Package: libjhighlight-java
Description-md5: a6946395addb7c2da326e83f12cd3111
Description-en: Small embeddable Java library for syntax highlighting
 JHighlight is an embeddable Java syntax highlighting library that supports
 Java, HTML, XHTML, XML and LZX languages and outputs to XHTML.
 It also supports RIFE templates tags and highlights them clearly so that
 one can easily identify the difference between the RIFE markup and the
 actual marked up source.

Package: libjiconfont-java
Description-md5: 923ef361bf78d973e7f5b268f6ca7aaa
Description-en: API to provide icons generated by any icon font
 jIconFont is an API to provide icons generated from any IconFont. These
 icons can be used in Java GUI toolkits, such as Swing and JavaFX. Create your
 own icon fonts or use some of the existing ones like Elusive, Entypo, Font
 Awesome, Google Material Design Icons, Open Iconic or Typicons.

Package: libjiconfont-font-awesome-java
Description-md5: d24a2f9d3b3bc3ae38dd7be678fde026
Description-en: jIconFont - Font Awesome
 jIconFont is an API to provide icons generated from any IconFont. These
 icons can be used in Java GUI toolkits, such as Swing and JavaFX.
 .
 This package provides support for the Font Awesome icon font.

Package: libjiconfont-swing-java
Description-md5: d83681ad0cba6d93822196d282ab55e7
Description-en: jIconFont - Swing support
 jIconFont is an API to provide icons generated from any IconFont.
 This package provides icon support for the Swing Java GUI toolkit.

Package: jid
Description-md5: 14218a9e6d00923a1263676204262a55
Description-en: json incremental digger
 jid a very simple tool. You can drill down JSON interactively by using
 filtering queries like jq. Suggestion and Auto completion of this tool will
 provide you a very comfortable JSON drill down.

Package: jigdo-file
Description-md5: f1223c2c0434bb3c06833c8a00bda7db
Description-en: Download Debian CD/DVD/USB images from any Debian mirror
 Using the jigdo-lite script contained in this package, you can use
 your nearest "regular" Debian mirror to download Debian images,
 instead of having to use one of the few, slow, overloaded mirrors
 that offer the images as direct HTTP or FTP downloads. See
 <http://www.debian.org/CD/jigdo-cd/> for details.
 .
 Jigsaw Download (for short jigdo) is a scheme developed primarily to
 make it easy to distribute huge filesystem images (e.g. CD (ISO9660)
 or DVD (UDF) images) over the internet, but it could also be used for
 other data which is awkward to handle due to its size, like
 audio/video files or large software packages.
 .
 jigdo tries to ensure that the large file is downloaded in small
 parts which can be stored on different servers. People who want to
 download the image do so by telling the jigdo download tool to
 process one ".jigdo" file; using it, jigdo downloads the parts and
 reassembles the image. jigdo-file is used to prepare the files for
 download.

Package: jigit
Description-md5: 0f2f289ae5ea0542967c04dc70f9a3f7
Description-en: tools for working with jigdo files
 Utilities written to make jigdo files easier to work with.
 .
  jigit-mkimage: program to create images from jigdo files
  jigdump:       list the contents of a template file
  jigsum:        Output MD5 sums in the base64-style jigdo way
  jigsum-sha256: Output SHA256 sums in the base64-style jigdo way
  mkjigsnap:     helper script to be run on the upstream server
  parallel-sums: program to generate multiple checksums in parallel

Package: libjte-dev
Description-md5: a1c5c7fde938847b59806a67cd4ed454
Description-en: Jigdo Template Export - development
 libjte is a library providing support for creating jigdo files, to be
 used by ISO image creation tools such as xorriso.
 .
 This package provides the header and development files needed to build
 programs and packages that use libjte.

Package: libjte2
Description-md5: 2f1766f61e276fff22c3946ab550f0f5
Description-en: Jigdo Template Export - runtime library
 libjte is a library providing support for creating jigdo files, to be
 used by ISO image creation tools such as xorriso.
 .
 This package provides the runtime library file needed to run software
 written using libjte

Package: jigl
Description-md5: 4ec4e48c4f7676a05c6dbb9e62668b7f
Description-en: Generates a static html photo gallery from one or more directories of images
 Perl script that generates a static html photo gallery from one or
 more directories of gif/jpg/png images. It supports themes and is very
 customizable. It includes the ability to display comments and EXIF
 info for each image in a simple clean layout.

Package: jigsaw-generator
Description-md5: 2d299297b193f69d0ba0b950bbd80585
Description-en: Generate jigsaw and card sort activities for classroom use
 This software is designed to create Tarsia Formulator type
 mathematical jigsaws using LaTeX.  The puzzle data is stored in a YAML
 file, and the software turns it into a printable jigsaw.  This
 software makes it reasonably straightforward to create multiple
 jigsaw-style puzzles.

Package: jigzo
Description-md5: c057f12dcc6dc1228328e6c18b252cd7
Description-en: Photo puzzle game for children
 jigzo (formerly glpuzzle) is a jigsaw puzzle game. Choose from 12 puzzles of
 increasing difficult. The difficulty ranges from 4 to 25 puzzle pieces. This
 game requires a OpenGl hardware acceleration.

Package: jigzo-data
Description-md5: 7628d1a59d124a1a30e8b1276e201abd
Description-en: data of Photo puzzle game for children
 jigzo (formerly glpuzzle) is a jigsaw puzzle game. Choose from 12 puzzles of
 increasing difficult. The difficulty ranges from 4 to 25 puzzle pieces. This
 game requires a OpenGl hardware acceleration.
 .
 This package includes the data of the game: images, sound, icon, font.

Package: jikespg
Description-md5: d92b59c8dbff51d9a38cd2ca9718d627
Description-en: Jikes Parser Generator
 Jikes Parser Generator is a parser generator that accepts as input an
 annotated  description for a language grammar and produces text files
 suitable for inclusion in a parser for that language. It is similar in
 function and use to the widely-available parser generators Yacc and Bison.
 .
 It also provides support for automatic diagnosis and recovery from syntactic
 errors. It is the parser generator used by the Jikes Compiler. Jikes Parser
 Generator can generate parsers for LALR(k) grammars and produce output
 suitable for use with parsers written in Java, C, or C++.

Package: libjimfs-java
Description-md5: c298d2c91f9d6961161faf53918bad18
Description-en: In-memory file system implementing the java.nio.file APIs
 Jimfs is an in-memory file system for Java 7 and above, implementing
 the java.nio.file abstract file system APIs. Jimfs supports almost
 all the APIs under java.nio.file. It supports:
 .
  * Creating, deleting, moving and copying files and directories.
  * Reading and writing files with FileChannel or SeekableByteChannel,
    InputStream, OutputStream, etc.  Symbolic links.
  * Hard links to regular files.
  * SecureDirectoryStream, for operations relative to an open directory.
  * Glob and regex path filtering with PathMatcher.
  * Watching for changes to a directory with a WatchService.
  * File attributes. Built-in attribute views that can be supported
    include "basic", "owner", "posix", "unix", "dos", "acl" and "user".
    Do note, however, that not all attribute views provide useful
     attributes.
 .
 For example, while setting and reading POSIX file permissions is
 possible with the "posix" view, those permissions will not actually
 affect the behavior of the file system.
 .
 Jimfs also supports creating file systems that, for example, use
 Windows-style paths and (to an extent) behavior. In general, however,
 file system behavior is modeled after UNIX and may not exactly match
 any particular real file system or platform.
 .
 NOTE: SystemJimfsFileSystemProvider is not fully included in this
 package, because it requires a library that is not yet in Debian.

Package: libjimfs-java-doc
Description-md5: b0811e59d0d7b281c17a1431b734e2d5
Description-en: Documentation for libjimfs-java
 Jimfs is an in-memory file system for Java 7 and above, implementing
 the java.nio.file abstract file system APIs. Jimfs supports almost
 all the APIs under java.nio.file. It supports:
 .
  * Creating, deleting, moving and copying files and directories.
  * Reading and writing files with FileChannel or SeekableByteChannel,
    InputStream, OutputStream, etc.  Symbolic links.
  * Hard links to regular files.
  * SecureDirectoryStream, for operations relative to an open directory.
  * Glob and regex path filtering with PathMatcher.
  * Watching for changes to a directory with a WatchService.
  * File attributes. Built-in attribute views that can be supported
    include "basic", "owner", "posix", "unix", "dos", "acl" and "user".
    Do note, however, that not all attribute views provide useful
     attributes.
 .
 For example, while setting and reading POSIX file permissions is
 possible with the "posix" view, those permissions will not actually
 affect the behavior of the file system.
 .
 Jimfs also supports creating file systems that, for example, use
 Windows-style paths and (to an extent) behavior. In general, however,
 file system behavior is modeled after UNIX and may not exactly match
 any particular real file system or platform.
 .
 This package contains the generated API documentation.

Package: jimsh
Description-md5: 6b5a1520e0b66f6d1f9c036b86aab837
Description-en: small-footprint implementation of Tcl named Jim
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the Jim interactive shell.

Package: libjim-dev
Description-md5: d84fba3458f02b138f74d569efb3c047
Description-en: small-footprint implementation of Tcl - development files
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim development files.

Package: libjim0.81
Description-md5: 279a797efd0ed3b69ec3c5bf5a1ef8d8
Description-en: small-footprint implementation of Tcl - shared library
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim shared library.

Package: dtdinst
Description-md5: 1ef81ecf8073527234b5d1fe6b36a24f
Description-en: XML DTD to XML instance format converter
 dtdinst converts XML DTDs into XML instance format. The XML instance can be in
 either a format specific to DTDinst or RELAX NG format.

Package: jing
Description-md5: 49d64a643e56523d023f37cd86e2fc8f
Description-en: RELAX NG validator
 This provides a validator for
  - RELAX NG 1.0 Specification,
  - RELAX NG Compact Syntax, and
  - parts of RELAX NG DTD Compatibility, specifically checking of
 ID/IDREF/IDREFS.

Package: jing-trang-doc
Description-md5: 37a106f460011a62965b46ec5bd17c4f
Description-en: Jing Trang and dtdinst documentation
 This package provides documentation for libjing-java, libtrang-java, and
 libdtdinst-java

Package: libdtdinst-java
Description-md5: 1fd105ce9b9df241275dff8c3a5f8f46
Description-en: XML DTD to XML instance format converter - Java library
 dtdinst converts XML DTDs into XML instance format. The XML instance can be in
 either a format specific to DTDinst or RELAX NG format.
 .
 This package contains the Java library

Package: libjing-java
Description-md5: ca82093b71012d367129c3bfc81907a5
Description-en: RELAX NG validator - library
 This provides a validator for
  - RELAX NG 1.0 Specification,
  - RELAX NG Compact Syntax, and
  - parts of RELAX NG DTD Compatibility, specifically checking of
 ID/IDREF/IDREFS.
 .
 This package contains the Java library

Package: libtrang-java
Description-md5: 6813b85bdcf4bcb8fa3e99cb0e15923e
Description-en: XML schema converter - Java library
 Trang converts between different schema languages for XML. It supports the
 following languages:
  - RELAX NG (XML syntax)
  - RELAX NG compact syntax
  - XML 1.0 DTDs
  - W3C XML Schema
 .
 This package contains the Java library

Package: trang
Description-md5: 83d13108cb07805a5c3f77009b4cc4ca
Description-en: XML schema converter
 Trang converts between different schema languages for XML. It supports the
 following languages:
  - RELAX NG (XML syntax)
  - RELAX NG compact syntax
  - XML 1.0 DTDs
  - W3C XML Schema

Package: xhtml-relaxng
Description-md5: 5abe58e1bbbaf3710ee7d2363ae3d1a6
Description-en: Implementation in RELAX NG of the modularization of XHTML
 This package contains an implementation in RELAX NG of the modularization of
 XHTML specified by the Modularization of XHTML Recommendation
 .
 The RELAX NG schema has not been mechanically derived from the DTDs.  Rather,
 it has been hand-crafted so as to produce a good quality RELAX NG schema.
 However, it may well contain bugs.

Package: python3-jinja-vanish
Description-md5: a265ffb9704e8566880a44033e292893
Description-en: Jinja2 environment for non-HTML auto-escaping
 Jinja2 supports auto-escaping values substituted into templates,
 using HTML syntax.
 .
 The jinja_vanish module provides an environment class that allows a
 custom auto-escape function to be provided, supporting other output
 formats.

Package: python-jinja2-doc
Description-md5: e5fe357cd6b91f10c8ecccac668a8672
Description-en: documentation for the Jinja2 Python library
 Jinja2 is a small but fast and easy to use stand-alone template engine
 .
 This package contains the documentation for Jinja2 in HTML and
 reStructuredText formats.

Package: python3-jinja2
Description-md5: 946c5e58f8736a9521b16a6d4c1157e7
Description-en: small but fast and easy to use stand-alone template engine
 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
 .
 The key-features are:
  * Configurable syntax. If you are generating LaTeX or other formats with
    Jinja2 you can change the delimiters to something that integrates better
    into the LaTeX markup.
  * Fast. While performance is not the primarily target of Jinja2 it’s
    surprisingly fast. The overhead compared to regular Python code was reduced
    to the very minimum.
  * Easy to debug. Jinja2 integrates directly into the Python traceback system
    which allows you to debug Jinja2 templates with regular Python debugging
    helpers.
  * Secure. It’s possible to evaluate untrusted template code if the optional
    sandbox is enabled. This allows Jinja2 to be used as templating language
    for applications where users may modify the template design.

Package: elpa-jinja2-mode
Description-md5: 27f54255901fc6029ff3def58dd178e5
Description-en: Emacs major mode for editing jinja2 code
 The package provides an Emacs major mode for jinja2 with:
 .
  - syntax highlighting
  - sgml/html integration
  - indentation (working with sgml)

Package: python3-jinja2-time
Description-md5: 11a5a7c772abf3c44e03ae51f6cb52fb
Description-en: Jinja2 extension for dates and times - Python 3.x
 This extension for the template engine Jinja2 adds a "now" tag
 that retrieves the current datetime in a given time zone from your
 templates.  Time zone specifiers supported are "utc", "local",
 "[+-]HH[:][MM]" and formats supported by dateutil.tz.gettz (including
 IANA zones and GNU tz strings).  A format string can be provided to
 control the output.

Package: libjinput-java
Description-md5: 9a66e4b6e2aab3061305eaeb295719f8
Description-en: Java Game Controller API
 jinput is an implementation of an API for game controller discovery and
 polled input. It is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems with intention of making the
 development of high performance games in Java a reality.
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle arbitrary
 controllers and returns both human and machine understandable descriptions
 of the inputs available.

Package: libjinput-jni
Description-md5: 5e717e63c4b0057dac87838b6f984dc4
Description-en: Java Game Controller API (jni)
 jinput is an implementation of an API for game controller discovery and
 polled input. It is part of a suite of open-source technologies initiated by
 the Game Technology Group at Sun Microsystems with intention of making the
 development of high performance games in Java a reality.
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle arbitrary
 controllers and returns both human and machine understandable descriptions
 of the inputs available.
 .
 This package contains the java jni library.

Package: libjitescript-java
Description-md5: 30f102e2dfb5dcf16d19c542591ee2a9
Description-en: Java API for generating JVM bytecode
 jitescript provides a nice domain specific language around the
 popular ASM Java library for bytecode generation purposes. It's
 modeled after a Ruby library called BiteScript with similar
 functionality.
 .
 The goal is to offer a Java library with a similar API so that
 bytecode generation can be as nice in Java as BiteScript makes
 it in JRuby.

Package: jitterdebugger
Description-md5: e998a2d03656ad1b25a7071be7e142e6
Description-en: Real time response measurement tool
 jitterdebugger measures wake up latencies and able to store all samples for
 post-processing.
 .
 It starts a thread on each CPU which programs a timer and measures the time it
 takes from the timer expiring until the thread which set the timer runs again.
 .
 This tool is a reimplementation of cyclictest. It doesn't have all the command
 line options as cyclictest which results are easy to get wrong
 and therefore an invalid latency report.

Package: jitterdebugger-all
Description-md5: 3c46a9325d0bd9a2eb0b0563546df708
Description-en: Real time response measurement tool - metapackage
 This metapackage installs the jitterdebugger along with
 its tooling for visualization.

Package: jitterdebugger-utils
Description-md5: 2fdafd9ac154b6d6353170648ed0b755
Description-en: Utilities for the jitterdebugger tool
 The jitterdebugger utilities provide tools to inspect
 and visualize jitterdebugger recodings.

Package: jitterentropy-rngd
Description-md5: ad8d1d389c8a41af520e9b1e0831ce3e
Description-en: Jitter RNG Daemon
 Using the Jitter RNG core, the rngd provides an entropy source that
 feeds into the Linux /dev/random device if its entropy runs low. It
 updates the /dev/random entropy estimator such that the newly provided
 entropy unblocks /dev/random.
 .
 The seeding of /dev/random also ensures that /dev/urandom benefits from
 entropy. Especially during boot time, when the entropy of Linux is low,
 the Jitter RNGd provides a source of sufficient entropy.

Package: jkmeter
Description-md5: bbd53fc08bf1a76bc943d5ee55c22a11
Description-en: horizontal or vertical bargraph audio level meter for Jack Audio Connection Kit
 A jkmeter displays both the true RMS level and the
 digital peak level.
 But can display stereo correlation too.
 .
 Jkmeter is based on the ideas of mastering guru Bob Katz.
 See <https://www.digido.com/bob-katz/index.php> and
 follow the links on 'level practices'.
 This is the type of meter you want for live recording,
 mixing and mastering

Package: libjlapack-java
Description-md5: 4ea83703e8aa7420f895fb1264b3ddc9
Description-en: LAPACK numerical subroutines translated from their Fortran 77 source
 The package provides the LAPACK numerical subroutines translated from their
 subset Fortran 77 source into class files, executable by the Java Virtual
 Machine (JVM) and for use by Java programmers.
 .
 This makes it possible for Java applications or applets, distributed on the
 World Wide Web to use established legacy numerical code that was originally
 written in Fortran.
 The translation is accomplished using a special purpose Fortran-to-Java
 (source-to-source) compiler.

Package: jlex
Description-md5: 42f9e8c7f031dc6088bd557e08ba56b5
Description-en: Lex-style lexical analyser generator for Java
 The JLex utility is a lexical analyser generator, modelled after the
 popular UNIX "lex" utility.
 .
 JLex takes a specification file similar to that accepted by Lex,
 then creates a Java source file for the corresponding lexical analyzer.

Package: jlha-utils
Description-md5: b2e2ad193d4d5d3e6739ff6da7fe0828
Description-en: command-line lzh archiver written in Java
 lzh is an archiving format generated by lha utility. jlha-utils is a
 command-line program for compressing or decompressing lzh files. It has
 a compatible interface to the lha program.
 .
 Note: Some of the functionality is missing currently, please read
 README.Debian for detailed information.

Package: libjlibeps-java
Description-md5: 72aaa57e26dd6a1c8d9855e639dce28a
Description-en: Java library to create EPS images
 The jlibeps classes are a set of Java classes for creating EPS images.
 .
 They are suitable for creating high quality EPS graphics for use
 in documents and papers, and can be used just like a standard Graphics2D
 object within Java applications that are using AWT.
 .
 jlibeps is a fork of the last GPL version of the EpsGraphics2D package
 from jibble.org.

Package: libjlibeps-java-doc
Description-md5: 18c8337f53fb071bd917a1d46b43d79d
Description-en: API documentation for jlibeps Java library to create EPS images
 The jlibeps classes are a set of Java classes for creating EPS images.
 .
 This package contains the API documentation for the library.
 .
 See the package libjlibeps-java for further information.

Package: libjline-java
Description-md5: 34d3ea50796aa57cc64f8964246c9cca
Description-en: Java library for handling console input
 JLine is a 100% pure Java library for reading and editing console input.
 It is similar in functionality to BSD editline and GNU readline.  People
 familiar with the readline/editline capabilities for modern shells will
 find most of the command editing features of JLine to be familiar.

Package: libjline-java-doc
Description-md5: 38d89d769683a46981f3fb4b0799a946
Description-en: Java library for handling console input - documentation
 JLine is a 100% pure Java library for reading and editing console input.
 It is similar in functionality to BSD editline and GNU readline.  People
 familiar with the readline/editline capabilities for modern shells will
 find most of the command editing features of JLine to be familiar.
 .
 This package contains the documentation for JLine.

Package: libjline2-java
Description-md5: f6e337880b76593f58f7207f422ec16e
Description-en: console input handling in Java
 JLine is a Java library for handling console input. It is similar in
 functionality to BSD editline and GNU readline. People familiar with the
 readline/editline capabilities for modern shells (such as bash and tcsh) will
 find most of the command editing features of JLine to be familiar.
 .
 Jline2 suppors the current features:
 .
  * Command history - Lines that have been previously entered may be recalled
  and edited and can be persisted so that they are available across sessions
  of your program.
  * Line editing - JLine allows full editing of the current command line and
  attempts to mimic as much of the behavior of GNU Readline as possible,
  including support for both emacs and vi key mappings.
  * Completion - JLine provides a pluggable mechanism for implementing
  command line tab completion (of course completion can be bound to any key
  you wish).
  * Custom Key bindings - Keys may be arbitrarily remapped to perform a
  specific action, and JLine attempts to honor any mapping that is set in
  your existing readline .inputrc file.
  * Character Masking - Input may be gathered from the user without any
  visual feedback. This is useful for prompting for passwords.
  * 99.99% Java - The vast portion of JLine is all Java, using only some
  small bit of native code, provided by the Jansi project, to support
  Windows.

Package: libjline3-java
Description-md5: 704bf1a5d2ce0b2d7c4736a27df6ecae
Description-en: Console input handling library
 JLine is a Java library for handling console input. It is similar in
 functionality to BSD editline and GNU readline but with additional
 features that bring it in par with ZSH line editor. People familiar
 with the readline/editline capabilities for modern shells (such as
 bash and tcsh) will find most of the command editing features of JLine
 to be familiar.

Package: jmagick6-docs
Description-md5: fc6321b529f5789a661cfcd30b71b433
Description-en: Java interface to ImageMagick (documentation)
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains javadoc generated documentation.

Package: libjmagick6-java
Description-md5: f06f407e59ce6bfad83979b0b24630ee
Description-en: Java interface to ImageMagick
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.

Package: libjmagick6-jni
Description-md5: 4baa05ce6e0e62102660cf194f3badc1
Description-en: Java interface to ImageMagick (native library)
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains the native interface to ImageMagick.  It is
 loaded at runtime into the Java Virtual Machine (JVM).

Package: jmapviewer
Description-md5: 28643cfb064ca2508e878b62ff5cb89b
Description-en: Java OpenStreetMap Tile Viewer
 JMapViewer is a Java Swing component for integrating OSM maps in to your Java
 application. JMapViewer allows you to set markers on the map or zoom to a
 specific location on the map.
 .
 This package includes both the library and a demo application.

Package: libjmdns-java
Description-md5: d9f017cf20fa912ad5176612c6f14334
Description-en: Java implementation of multi-cast DNS (Apple Rendezvous)
 JmDNS is a Java implementation of the IETF draft RFP multicast extensions for
 DNS.
 .
 This project contains the needed elements for service discovery and service
 registration.
 .
 It is compatible with Apple's Rendezvous service.

Package: libjmdns-java-doc
Description-md5: 7d86c3c61d2de89b2935150d53f10527
Description-en: Documentation for Java implementation of multi-cast DNS
 JmDNS is a Java implementation of the IETF draft RFP multicast extensions for
 DNS.
 .
 This project contains the needed elements for service discovery and service
 registration.
 .
 It is compatible with Apple's Rendezvous service.
 .
 This package contains the documentation and javadoc for JmDNS.

Package: jmeters
Description-md5: cfbf5deb84073e8e9fb1139a34c918ac
Description-en: multichannel audio level meter
 A jmeters is multichannel audio level meter for Jack Audio Connection Kit. It
 uses the same pixmaps as meterbridge. The main difference to meterbridge is
 that jmeters has the correct ballistics for both the VU and the PPM.

Package: libjmock-java
Description-md5: c071f1edf59721273bfd24b2c3751e39
Description-en: Java library for testing code with mock objects
 JMock is a library that supports test-driven development of Java code
 with mock objects.
 .
 Mock objects help you design and test the interactions between the objects in
 your programs.

Package: libjmock-java-doc
Description-md5: f8d075fa2038dc8143f89095a88e1513
Description-en: Java library for testing code with mock objects - documentation
 JMock is a library that supports test-driven development of Java code
 with mock objects.
 .
 Mock objects help you design and test the interactions between the objects in
 your programs.
 .
 This package provides javadocs for JMock library.

Package: libjmock2-java
Description-md5: 23139195c4afb8815bd61d474737ff9b
Description-en: Java library for testing code with mock objects
 Mock objects help you design and test the interactions between the objects in
 your programs.
 The jMock library:
  * makes it quick and easy to define mock objects, so you don't break the
    rhythm of programming.
  * lets you precisely specify the interactions between your objects, reducing
    the brittleness of your tests.
  * works well with the autocompletion and refactoring features of your IDE
  * plugs into your favourite test framework
  * is easy to extend.

Package: jmodeltest
Description-md5: f27877e220ca8710502bc000284112cb
Description-en: HPC selection of models of nucleotide substitution
 jModelTest is a tool to carry out statistical selection of best-fit
 models of nucleotide substitution. It implements five different model
 selection strategies: hierarchical and dynamical likelihood ratio tests
 (hLRT and dLRT), Akaike and Bayesian information criteria (AIC and BIC),
 and a decision theory method (DT). It also provides estimates of model
 selection uncertainty, parameter importances and model-averaged
 parameter estimates, including model-averaged tree topologies.
 jModelTest 2 includes High Performance Computing (HPC) capabilities and
 additional features like new strategies for tree optimization, model-
 averaged phylogenetic trees (both topology and branch length), heuristic
 filtering and automatic logging of user activity.

Package: jmol
Description-md5: 91f50ca30034bf1702585335385fd0d4
Description-en: Molecular Viewer
 Jmol is a Java molecular viewer for three-dimensional chemical structures.
 Features include reading a variety of file types and output from quantum
 chemistry programs, and animation of multi-frame files and computed normal
 modes from quantum programs.  It includes with features for chemicals,
 crystals, materials and biomolecules.  Jmol might be useful for students,
 educators, and researchers in chemistry and biochemistry.
 .
 File formats read by Jmol include PDB, XYZ, CIF, CML, MDL Molfile, Gaussian,
 GAMESS, MOPAC, ABINIT, ACES-II, Dalton and VASP.

Package: libjmol-java
Description-md5: aa39bdf5ece9f34f3721bf17d543525c
Description-en: Java library for molecular structures
 Jmol is a Java molecular viewer for three-dimensional chemical structures.
 Features include reading a variety of file types and output from quantum
 chemistry programs, and animation of multi-frame files and computed normal
 modes from quantum programs.  It includes with features for chemicals,
 crystals, materials and biomolecules.  Jmol might be useful for students,
 educators, and researchers in chemistry and biochemistry.
 .
 This package contains the Jmol Java libraries.

Package: libjmol-java-doc
Description-md5: f873a868c9ca55631f9ca92623089ea0
Description-en: API documentation for libjmol-java
 Jmol is a Java molecular viewer for three-dimensional chemical structures.
 Features include reading a variety of file types and output from quantum
 chemistry programs, and animation of multi-frame files and computed normal
 modes from quantum programs.  It includes with features for chemicals,
 crystals, materials and biomolecules.  Jmol might be useful for students,
 educators, and researchers in chemistry and biochemistry.
 .
 This package comprises the javadoc documentation for the libjmol-java package.

Package: jmtpfs
Description-md5: 05e78b7506b9ac6b1d84a446189e832e
Description-en: FUSE based filesystem for accessing MTP devices
 jmtpfs is a FUSE and libmtp-based filesystem for accessing MTP (Media Transfer
 Protocol) devices. It was specifically designed for exchanging files between
 Linux (and Mac OS X) systems and newer Android devices that support MTP but
 not USB Mass Storage.
 .
 The goal is to create a well-behaved filesystem, allowing tools like find and
 rsync to work as expected. To enable certain Android apps to detect and use
 the transferred files, MTP file types are set automatically based on file
 contents using libmagic.

Package: jnettop
Description-md5: 8129e2e4a7fc0738c2e956cc8c72b5b9
Description-en: View hosts/ports taking up the most network traffic
 jNettop captures traffic coming across the host it is running on and displays
 streams sorted by bandwidth they use. Result is a nice listing of
 communication on network by host and port, how many bytes went
 through this transport and the bandwidth it is consuming.

Package: libjni-inchi-java
Description-md5: 45d4445001eba306a15c15ecb5311523
Description-en: Java Native Interface wrapper for InChI
 JNI-InChI provides JNI (Java Native Interface) wrappers for the InChI
 (International Chemical Identifier) C library distributed by IUPAC.
 All of the features from the InChI libarary are supported:
 .
  * Standard and Non-Standard InChI generation from structures with 3D, 2D,
    or no coordinates
  * Structure generation (without coordinates) from InChI
  * InChIKey generation
  * Check InChI / InChIKey
  * InChI-to-InChI conversion
  * AuxInfo to InChI input
  * Access to the full range of options supported by InChI
  * Full support for InChI's handling of stereochemistry

Package: libjni-inchi-jni
Description-md5: dc0207a1cf25ebbff3fa721107fe0a1c
Description-en: Java Native Interface wrapper for InChI (shared library)
 JNI-InChI provides JNI (Java Native Interface) wrappers for the InChI
 (International Chemical Identifier) C library distributed by IUPAC.
 All of the features from the InChI libarary are supported:
 .
  * Standard and Non-Standard InChI generation from structures with 3D, 2D,
    or no coordinates
  * Structure generation (without coordinates) from InChI
  * InChIKey generation
  * Check InChI / InChIKey
  * InChI-to-InChI conversion
  * AuxInfo to InChI input
  * Access to the full range of options supported by InChI
  * Full support for InChI's handling of stereochemistry
 .
 This package contains the shared library.

Package: libjnlp-servlet-java
Description-md5: f5d6c8723a0eb6eaf315bd88dc646da0
Description-en: simple and convenient packaging format for JNLP applications
 JNLPDownloadServlet can be used to package a JNLP file and its associated
 resources in a Web Archive (.war) file. The purpose of the servlet is to
 provide a simple and convenient packaging format for JNLP applications, so
 they can be easily deployed in a Web Container, such as Tomcat or a
 J2EE-compliant Application Server.

Package: jnoise
Description-md5: 6695ebe814cc195ce310c387cc316832
Description-en: white and pink noise generator
 Jnoise is a small command line JACK app
 generating both white and pink noise.
 Both noise sources produce have a Gaussion
 amplitude distribution, and output a signal
 at -20dB RMS ref. a full scale sine wave.

Package: jnoisemeter
Description-md5: 1c9273b876e533c99c2402a51a4a5ddb
Description-en: audio test signals meter
 A jnoisemeter is a small app designed to measure audio
 test signals and in particular noise signals.
 .
 The simplest use is to measure the S/N ratio of your
 sound card. If you can calibrate the input levels of
 your soundcard it can also be used (with some external
 hardware) to measure noise levels of any type of audio
 equipment, including preamps and microphones.

Package: libjnr-constants-java
Description-md5: 5ba70c728aa69d1386ffaa2cc955eb3c
Description-en: platform constants for Java
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-constants package gives Java programs access to platform-level
 constants, for example errno values.

Package: libjnr-constants-java-doc
Description-md5: 10745df182c0bf4dabbcb0ca45d31ed3
Description-en: platform constants for Java - API documentation
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-constants package gives Java programs access to platform-level
 constants, for example errno values.
 .
 This package contains jnr-constants API javadocs.

Package: libjnr-enxio-java
Description-md5: 6c6b2faff0e42638b120192e8a493a45
Description-en: Java extended native cross-platform I/O library
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-enxio package mimics the standard Java non-blocking I/O (NIO)
 library by implementing an I/O backend based on calls to the underlying
 native OS-level functions. This is implementing using the jnr-ffi
 foreign function interface.

Package: libjnr-ffi-java
Description-md5: 0feeb009cf8996ec584a18541c233d98
Description-en: Java library for loading native libraries without writing JNI code
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-ffi package is a set of abstractions that build on the lower-level
 libraries implemented by the jffi package. jnr-ffi allows one to load
 native libraries without writing JNI code by hand, or using tools
 such as SWIG.

Package: libjnr-ffi-java-doc
Description-md5: 2f82126ecc8b688ba87c6bf014753799
Description-en: Documentation for libjnr-ffi-java
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier. JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-ffi package is a set of abstractions that build on the lower-level
 libraries implemented by the jffi package. jnr-ffi allows one to load
 native libraries without writing JNI code by hand, or using tools
 such as SWIG.
 .
 This package contains the API documentation of jnr-ffi library.

Package: libjnr-netdb-java
Description-md5: 396c3d4930d337c36bf6e0b4ae97cf74
Description-en: Lookup TCP and UDP services from java
 jnr-netdb is a java interface to getservbyname(3), getservbyport(3).
 .
 It tries to use the native functions if possible, falling back to parsing
 /etc/services directly, and finally to an inbuilt table for use in
 environments where neither native code, nor filesystem access is possible.

Package: libjnr-netdb-java-doc
Description-md5: 1a5d7e5804a73c702a1f77d8200ed86a
Description-en: Documentation for jnr-netdb
 jnr-netdb is a java interface to getservbyname(3), getservbyport(3).
 .
 It tries to use the native functions if possible, falling back to parsing
 /etc/services directly, and finally to an inbuilt table for use in
 environments where neither native code, nor filesystem access is possible.
 .
 This package contains the API documentation of libjnr-netdb-java.

Package: libjnr-posix-java
Description-md5: 30ed9730abd06236b2e3590c90136e1a
Description-en: basic POSIX-like functions for Java
 This package is a Java library providing access to various
 POSIX functions like chmod(2), link(2) or getuid(2) through
 dynamic loading of native libraries with JNA.

Package: libjnr-posix-java-doc
Description-md5: 61833b323b8c89d21febff83e1d23a25
Description-en: Java JNR-POSIX library API documentation
 This package includes the development documentation for the
 JNR-POSIX library which provides access to various POSIX
 functions like chmod(2), link(2) or getuid(2) through
 dynamic loading of native libraries with JNA.

Package: libjnr-unixsocket-java
Description-md5: e7b34595d2b1c0b757853f1df9a8b828
Description-en: Java access to native libraries for unix sockets
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier.  JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.

Package: libjnr-unixsocket-java-doc
Description-md5: 73c39ad0184f693fd5f780f81a1f2004
Description-en: Java access to native libraries for unix sockets (documentation)
 Java Native Runtime (JNR) is a collection of Java libraries to make
 interfacing with OS-level features easier.  JNR uses an alternate
 method to JNI or JNA to achieve programming simplicity while still
 retaining performance.
 .
 The jnr-unixsocket package provides access in Java to the unix domain
 socket versions of socket(), listen(), bind(), accept(), connect() and
 others via the native OS libraries.
 .
 This package contains the API documentation of jnr-unixsocket.

Package: libjnr-x86asm-java
Description-md5: a6883091abf3f792059eea306f822e3b
Description-en: Pure java x86 and x86_64 assembler
 This is a pure-java port of asmjit.
 .
 AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
 32/64-bit x86 processors including all usable extensions (FPU, MMX, 3dNow, SSE,
 SSE2, SSE3 and SSE4) through type-safe API that mimics Intel assembler syntax
 and eliminates nearly all common mistakes that can be done by developers.
 .
 AsmJit contains also high-level code generation classes that can be used as a
 portable way to create JIT code that should run on all supported architectures.
 High-level classes can handle various function calling-conventions, register
 allocation and 32/64-bit mode differences.
 .
 AsmJit has been successfully tested by various C++ compilers (including MSVC,
 GCC and BorlandC++) under all major operating systems (including Windows, Linux
 and MacOS). AsmJit has been also ported to other programming languages
 including Java, Delphi and Smalltalk (although these ports are not official
 part of AsmJit and was developed outside).

Package: jo
Description-md5: dbccb9e1edc017cee49329fcc37447a5
Description-en: command-line processor to output JSON from a shell
 jo creates a JSON string on stdout from words given it as arguments
 or read from stdin. It can generate both arrays and objects. Here is
 a short example:
 .
  $ jo -p name=jo n=17 parser@0
  {
     "name": "jo",
     "n": 17,
     "parser": false
  }

Package: python3-joblib
Description-md5: d9cbe6074eb37b71b9b1da9e9ad4a60d
Description-en: tools to provide lightweight pipelining in Python
 Joblib is a set of tools to provide lightweight pipelining in
 Python. In particular, joblib offers:
 .
  - transparent disk-caching of the output values and lazy
    re-evaluation (memoize pattern)
  - easy simple parallel computing
  - logging and tracing of the execution
 .
 Joblib is optimized to be fast and robust in particular on large,
 long-running functions and has specific optimizations for numpy arrays.
 .
 This package contains the Python 3 version.

Package: libjoda-convert-java
Description-md5: d9e87d6043c0572e2a00eb9691ae9e02
Description-en: Joda Convert - Java API to convert Objects to and from Strings
 Joda-Convert provides a small set of classes to aid conversion between Objects
 and Strings. It is not intended to tackle the wider problem of Object to
 Object transformation. Joda-Convert supports two mechanisms of extending the
 list of supported conversions. The first is to write your own converter
 implementing an interface. The second is to use annotations.

Package: libjodconverter-java
Description-md5: 643c19ba0ecaf7f701216da65950440d
Description-en: Office formats converter - Library
 JODConverter, the Java OpenDocument Converter, leverages LibreOffice to
 provide import/export filters for various office formats including OpenDocument
 and Microsoft Office.
 .
 This package provides a java library to run JODConverter.

Package: libjodconverter-java-doc
Description-md5: f89c76a0f4c7c821d9b22521ce3151b8
Description-en: Office formats converter - Library documentation
 JODConverter, the Java OpenDocument Converter, leverages LibreOffice to
 provide import/export filters for various office formats including OpenDocument
 and Microsoft Office.
 .
 This package provides the documentation for the java library.

Package: jodconverter
Description-md5: ca6e8e30ba95fd570eb3d43d5bb9cb68
Description-en: Office formats converter
 JODConverter, the Java OpenDocument Converter, leverages OpenOffice.org to
 provide import/export filters for various office formats including OpenDocument
 and Microsoft Office.
 .
 This package provides a command-line frontend.

Package: joe
Description-md5: 4d6bbc0d4cf8b71ec0b3dfa1ffb8ca46
Description-en: user friendly full screen text editor
 Joe, the Joe's Own Editor, has the feel of most PC text editors: the key
 sequences are reminiscent of WordStar and Turbo C editors, but the feature
 set is much larger than of those.  Joe has all of the features a Unix
 user should expect: full use of termcap/terminfo, complete VI-style Unix
 integration, a powerful configuration file, and regular expression search
 system.  It also has six help reference cards which are always available,
 and an intuitive, simple, and well thought-out user interface.
 .
 Joe has a great screen update optimization algorithm, multiple windows
 (through/between which you can scroll) and lacks the confusing notion of
 named buffers.  It has command history, TAB expansion in file selection
 menus, undo and redo functions, (un)indenting and paragraph formatting,
 filtering highlighted blocks through any external Unix command, editing
 a pipe into or out of a command, and block move, copy, delete or filter.
 .
 Through simple QEdit-style configuration files, Joe can be set up to
 emulate editors such as Pico and Emacs, along with a complete imitation
 of WordStar, and a restricted mode version (lets you edit only the files
 specified on the command line).  Joe also has a deferred screen update to
 handle typeahead, and it ensures that deferral is not bypassed by tty
 buffering.  It's usable even at 2400 baud, and it will work on any
 kind of sane terminal.

Package: john
Description-md5: 2ffcaf0da9fa0a8266bfe4aa906d4742
Description-en: active password cracking tool
 John the Ripper is a tool designed to help systems administrators to
 find weak (easy to guess or crack through brute force) passwords, and
 even automatically mail users warning them about it, if it is desired.
 .
 Besides several crypt(3) password hash types most commonly found on
 various Unix flavors, supported out of the box are Kerberos AFS and
 Windows NT/2000/XP/2003 LM hashes, plus several more with contributed
 patches.

Package: john-data
Description-md5: a3317ed0e06a264c46ef425d9336ae80
Description-en: active password cracking tool - character sets
 John the Ripper is a tool designed to help systems administrators to
 find weak (easy to guess or crack through brute force) passwords, and
 even automatically mail users warning them about it, if it is desired.
 .
 This package contains architecture-independent character sets usable by
 john.

Package: libjollyday-java
Description-md5: 593dabc21a8dc9ef56fc1cf0b4a2ec5e
Description-en: holiday calendar
 This API determines the holidays for a given year, country/name and
 eventually state/region. The holiday data is stored in XML files (one for
 each country) and will be read from the classpath. You can provide your
 own holiday calendar XML file or use any of the provided ones.
 .
 Currently there are 63 countries supported like the following: United
 States, most European countries, Russia, India, Australia.
 .
 Besides those there will be more special calendars like currently
 existing NYSE calendar (New York Stock Exchange).

Package: libjolokia-core-java
Description-md5: 24a0ffa45054deac9cb6066d9cf82397
Description-en: access JMX MBeans remotely using JSON over HTTP - core
 Jolokia is a fresh way to access JMX MBeans remotely. It is different
 from JSR-160 connectors in that it is an agent-based approach which uses
 JSON over HTTP for its communication in a REST-stylish way.
 .
 This is the core package containing servlet and helper classes.

Package: jool-dkms
Description-md5: eef52bd7459dce874b6cdbc1752cab75
Description-en: kernel-based SIIT and NAT64 (IP/ICMP translation)
 Jool is an IP/ICMP translator; a NAT-like kernel-based utility that converts
 IPv4 traffic into IPv6 and vice versa, according to a configurable IP address
 translation strategy.
 .
 The `jool_siit` module implements SIIT (sometimes known as "Stateless NAT64"),
 a lightweight translator that avoids storing state by keeping a deterministic
 1-to-1 relationship between IPv4 addresses and their IPv6 counterparts. It can
 translate addresses using the "traditional prefix" algorithm defined in RFC
 6052, and/or the Explicit Address Mapping algorithm defined in RFC 7757.
 .
 The `jool` module implements Stateful NAT64, a translator that can achieve 1
 (IPv4)-to-N (IPv6) relationships through a mapping strategy based on stateful
 NAT. Its full address translation algorithm is defined in RFC 6146.
 .
 Both of these functions can be attached to the kernel in Netfilter hooks or as
 iptables targets.
 .
 This package contains the kernel modules. The jool-tools package contains the
 userspace configuration clients.

Package: jool-tools
Description-md5: c29e1b4c22c27c86a7c1bb2e30cb4ff4
Description-en: userspace utilities for the Jool kernel modules
 Jool is an IP/ICMP translator; a NAT-like kernel-based utility that converts
 IPv4 traffic into IPv6 and vice versa, according to a configurable IP address
 translation strategy.
 .
 This package contains the userspace tools. The kernel modules can be found in
 the jool-dkms package.

Package: libjoptsimple-java
Description-md5: 2f4c592514b17bb51776886e4f32fded
Description-en: Command line parsing java library
 JOpt Simple is a Java library for parsing command line options, such as
 those you might pass to an invocation of javac.
 .
 In the interest of striving for simplicity, as closely as possible JOpt
 Simple attempts to honor the command line option syntaxes of POSIX
 getopt() and GNU getopt_long() . It also aims to make option parser
 configuration and retrieval of options and their arguments simple and
 expressive, without being overly clever.

Package: libjoptsimple-java-doc
Description-md5: c8883d5fb55cecb8d52a84e7e41bc3a5
Description-en: Command line parsing java library - Documentation
 JOpt Simple is a Java library for parsing command line options, such as
 those you might pass to an invocation of javac.
 .
 In the interest of striving for simplicity, as closely as possible JOpt
 Simple attempts to honor the command line option syntaxes of POSIX
 getopt() and GNU getopt_long() . It also aims to make option parser
 configuration and retrieval of options and their arguments simple and
 expressive, without being overly clever.
 .
 This package contains the javadoc documentation.

Package: jose
Description-md5: 99205c32d7a2e7ddb1fc3bcfc1e39037
Description-en: C implementation of Javascript Object Signing and Encryption standards
 José is a C-language implementation of the Javascript Object Signing
 and Encryption standards. Specifically, José aims towards implementing
 the following standards:
 .
   RFC 7515 - JSON Web Signature (JWS)
   RFC 7516 - JSON Web Encryption (JWE)
   RFC 7517 - JSON Web Key (JWK)
   RFC 7518 - JSON Web Algorithms (JWA)
   RFC 7519 - JSON Web Token (JWT)
   RFC 7520 - Examples of ... JOSE
   RFC 7638 - JSON Web Key (JWK) Thumbprint

Package: libjose-dev
Description-md5: b2b92917c4bd6080c48543fc686c393a
Description-en: Javascript Object Signing and Encryption (José) - development files
 This package provides the development files for José, a C-language
 implementation of the Javascript Object Signing and Encryption
 standards.

Package: libjose0
Description-md5: d4912caf23c5d7a568b6a9e0156f2181
Description-en: Javascript Object Signing and Encryption (José) - library
 This package provides the shared library for José, a C-language
 implementation of the Javascript Object Signing and Encryption
 standards.

Package: josm
Description-md5: 7c2d5699cf47ae5a42ad756761e58a66
Description-en: Editor for OpenStreetMap
 JOSM is an editor for OpenStreetMap (OSM) written in Java.
 The current version supports stand alone GPX tracks, GPX track data
 from OSM database and existing nodes, line segments and metadata tags
 from the OSM database.
 .
 OpenStreetMap is a project aimed squarely at creating and providing
 free geographic data such as street maps to anyone who wants them.
 The project was started because most maps you think of as free actually
 have legal or technical restrictions on their use, holding back people
 from using them in creative, productive or unexpected ways.

Package: josm-l10n
Description-md5: 3b97360947cda4870fb838ff64d1064d
Description-en: Editor for OpenStreetMap - translation files
 JOSM is an editor for OpenStreetMap (OSM) written in Java.
 The current version supports stand alone GPX tracks, GPX track data
 from OSM database and existing nodes, line segments and metadata tags
 from the OSM database.
 .
 OpenStreetMap is a project aimed squarely at creating and providing
 free geographic data such as street maps to anyone who wants them.
 The project was started because most maps you think of as free actually
 have legal or technical restrictions on their use, holding back people
 from using them in creative, productive or unexpected ways.
 .
 This package contains the translation files for JOSM.

Package: libjosql-java
Description-md5: 3470d1394c3c83ceb7b528ede464969b
Description-en: library to apply SQL-like syntax to Java objects
 JoSQL (SQL for Java Objects) provides the ability for a developer to apply
 a SQL statement to a collection of Java Objects. JoSQL provides the ability
 to search, order and group ANY Java objects and should be applied when you
 want to perform SQL-like queries on a collection of Java Objects.

Package: journal-brief
Description-md5: 9f603118a7e0fc71c83e1564a73ab7fd
Description-en: Show interesting new systemd journal entries
 This program can be used to show entries from the systemd
 journal with configurable, flexible filters. Cursor files
 are used to keep information about when journal-brief was
 run for the last time and starts from there. journal-brief
 can output to stdout or send via SMTP.
 .
 journal-brief can, for example, be used to send out e-mail
 after a systemd timer was run, imitating cron's behavior.

Package: jove
Description-md5: ed081bc1e782be068e1730b0f76d3fd4
Description-en: Jonathan's Own Version of Emacs - a compact, powerful editor
 Jove is a compact, powerful Emacs-style text-editor. It provides the common
 emacs keyboard bindings, together with a reasonable assortment of the most
 popular advanced features (e.g. interactive shell windows, compile-it,
 language specific modes) while weighing in with CPU, memory, and disk
 requirements comparable to vi(1).

Package: joy2key
Description-md5: 426b0177419fa0bd1f0b0db755ab93ab
Description-en: Translate joystick movements into equivalent keystrokes
 joy2key allows one to choose keyboard events for joystick axes and buttons,
 so that a joystick or gamepad can be used with an application that doesn't
 have native joystick support.

Package: python3-joypy
Description-md5: 4039a8961c32bad430b58c1b99dacfe2
Description-en: ridgeline-/joyplots plotting routine
 JoyPy is a one-function Python package based on matplotlib + pandas
 with a single purpose: drawing joyplots (a.k.a. ridgeline plots).
 Joyplots are stacked, partially overlapping density plots.
 They are a nice way to plot data to visually compare distributions,
 especially those that change across one dimension (e.g., over time).
 Though hardly a new technique, they have become very popular lately
 thanks to the R packages ggridges and ggjoy.

Package: inputattach
Description-md5: 4411fd970af7a25054439075e5312465
Description-en: utility to connect serial-attached peripherals to the input subsystem
 inputattach connects legacy serial-attached input peripherals to the input
 subsystem: keyboards, mice, joysticks, touch-screens...
 .
 Amongst other things this allows legacy mice to be accessed via the
 /dev/input/mice multiplexer.
 .
 Supported devices include:
  * Serial-attached keyboards including the Apple Newton keyboard, DEC LK201
    / LK401 keyboards, the Stowaway keyboard, Sun type 4 and 5 keyboards,
    standard PS/2 keyboards with a serial adapter
  * Serial mice using Genius, Logitech, Microsoft or Mouse Systems protocols
  * Serial-attached touchscreens including those manufactured by 3M, ELO,
    Fujitsu, Penmount, Touchright, Touchwindow
  * Serial-attached joysticks including I-Force, SpaceBall, SpaceOrb, Gravis
    Stinger, WingMan Warrior
  * The Handykey Twiddler used as a joystick or a chording keyboard

Package: joystick
Description-md5: f24d513c5fda4671698a17c18fa21457
Description-en: set of testing and calibration tools for joysticks
 Some useful tools for using joysticks:
  evdev-joystick(1) - joystick calibration tool
  ffcfstress(1)     - force-feedback stress test
  ffmvforce(1)      - force-feedback orientation test
  ffset(1)          - force-feedback configuration tool
  fftest(1)         - general force-feedback test
  jstest(1)         - joystick test
  jscal(1)          - joystick calibration tool
 .
 evtest and inputattach, which used to be part of this package, are now
 available separately.

Package: jp
Description-md5: 5b576a2f55e124fa43415ce5cb65d7df
Description-en: command-line interface to JMESPath
 The jp command is a command-line interface to JMESPath, an expression
 language for manipulating JSON (as XPath is to XML).

Package: jp2a
Description-md5: 5101665dc45f8d7408b1cdd56c92be1d
Description-en: converts jpg and png images to ascii
 Small utility that converts JPEG images to ASCII (text) using libjpeg. It
 also can convert PNG pictures to ASCII via libpng. jp2a is very flexible.
 It can use ANSI colors and html in output.
 .
 jp2a can also download and convert images from Internet via command line.

Package: libjpathwatch-java
Description-md5: 87317b4e5646d12ec3db56af84fdec0f
Description-en: Java library that monitors directories for changes
 jpatchwatch is a Java library for monitoring directories for changes. It uses
 the native OS functions to achieve this, avoiding polling.
 .
 The following events on a directory can be monitored:
 .
  * file creation and deletion
  * file modification
  * file renaming
  * changes in subdirectories (recursive monitoring)
  * invalidation (a watched directory becomes unavailable)

Package: libjpathwatch-java-doc
Description-md5: d243f1006b2ae6eb9dfb136bc76e3520
Description-en: Java library that monitors directories for changes (documentation)
 jpatchwatch is a Java library for monitoring directories for changes. It uses
 the native OS functions to achieve this, avoiding polling.
 .
 This package contains the Javadoc API documentation.

Package: libjpathwatch-java-jni
Description-md5: 91d02631b257f157d7089023e8d32467
Description-en: Java library that monitors directories for changes (JNI)
 jpatchwatch is a Java library for monitoring directories for changes. It uses
 the native OS functions to achieve this, avoiding polling.
 .
 This package contains architecture specific JNI libraries.

Package: jpeg-xl-doc
Description-md5: 44d36dcb17e9f8a2f9d692a76aa7613e
Description-en: JPEG XL Image Coding System - "JXL" (documentation)
 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 doxygen documentation.

Package: libjpegxl-java
Description-md5: c51794c19b445cd6518e7bf0d77256df
Description-en: JPEG XL Image Coding System - "JXL" (java bindings)
 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 Java Bindings.

Package: libjxl-dev
Description-md5: b0f8476f7b2325774208e2505204f826
Description-en: JPEG XL Image Coding System - "JXL" (development files)
 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 development files.

Package: libjxl-devtools
Description-md5: 4131ad2529597fba7a2dcddb8b5f1c1f
Description-en: JPEG XL Image Coding System - "JXL" (dev command line utility)
 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 devtools command line utilities.

Package: libjxl-tools
Description-md5: c789e316cb9fb5ca256c59b68643b721
Description-en: JPEG XL Image Coding System - "JXL" (command line utility)
 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 command line utilities.

Package: libjxl0.7
Description-md5: 944b209f63240a6ed87a3f696edc166e
Description-en: JPEG XL Image Coding System - "JXL" (shared libraries)
 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 shared libraries.

Package: jpeginfo
Description-md5: 8f8d6980d928a9e96d1a373d3c38c177
Description-en: Prints information and tests integrity of JPEG/JFIF files
 jpeginfo can be used to generate informative listings of jpeg
 files, and also to check jpeg files for errors. It can also
 detect broken jpeg and delete them automatically.
 .
 Since libjpeg only supports a limited subset of the JPEG standard (ITU 81),
 only JPEG codestream with huffman and sequential lossy 8bits are supported

Package: jpegjudge
Description-md5: 831a7bfad2d20ee6a016b229989f93eb
Description-en: determine which of two given jpegs (same size) is the original
 Try to determine which same picture was saved at a higher quality,
 even if the picture was saved at low quality and later at a higher
 quality.
 .
 By a statistical analysis over the quantization table stored in a
 jpeg one could probably deduce the quality which the picture was
 saved (i.e. this particular save), but it in no way says anything
 about the picture quality itself (i.e. whether it has ever been saved
 at lower quality before since its creation). For example, one might have
 saved a jpeg picture at low quality, and later saved at a higher
 quality, yet the information lost during the first save can't be
 restored.

Package: jpegoptim
Description-md5: 700963fe7d553b18b87898b31acad40e
Description-en: utility to optimize jpeg files
 Jpegoptim can optimize/compress jpeg files. Program support
 lossless optimization, which is based on optimizing the Huffman
 tables. So called, "lossy" optimization (compression) is done
 by re-encoding the image using user specified image quality factor.

Package: jpegpixi
Description-md5: 87496cf9310f616d2ff56ef6548573ec
Description-en: Remove hot spots from JPEG images with minimal quality loss
 jpegpixi is short for "JPEG pixel interpolator". It is a command-line utility
 which interpolates pixels in JFIF images (commonly referred to as "JPEG
 images"). This is useful to correct images from a digital camera with CCD
 defects.
 .
 jpegpixi tries to preserve the quality of the JFIF image as much as possible.
 Most graphics programs decode JFIF images when they are loaded, and re-encode
 them when they are saved, which results in an overall loss of quality.
 jpegpixi, on the other hand, does not decode and re-encode the image, but
 manipulates the encoded image data. In doing so, it also preserves EXIF
 metadata.

Package: jpegqs
Description-md5: 4d0846df294baebfeaaed89e13835c03
Description-en: JPEG artifacts removal tool
 JPEG Quant Smooth tries to recover the lost precision of DCT
 coefficients based on a quantization table from a JPEG image.

Package: python3-jplephem
Description-md5: 9a6a2fc49303c240896326cc8914dc7a
Description-en: Use a JPL ephemeris to predict planet positions
 This package can load and use a Jet Propulsion Laboratory (JPL)
 ephemeris for predicting the position and velocity of a planet or other
 Solar System body.  It currently supports binary SPK files (extension
 ".bsp") like those distributed by the Jet Propulsion Laboratory
 that are:
 .
  * Type 2 - positions stored as Chebyshev polynomials, with velocity
    derived by computing their derivative.
  * Type 3 - positions and velocities both stored explicitly as
    Chebyshev polynomials.
  * Type 9 - a series of discrete positions and velocities, with
    separate timestamps that do not need to be equally spaced.  Currently
    there is only support for linear interpolation: for Type 9 ephemerides
    of polynomial degree 1, not of any higher degrees.
 .
 Even if an ephemeris isn't one of the above types, it is still possible
 to use jplephem to read its text comment and list the segments inside.

Package: jpnevulator
Description-md5: 8515de14e743103faf78dd74f0a47fa2
Description-en: Serial sniffer
 jpnevulator is a handy serial sniffer. You can use it to send data on a
 serial device too. You can read or write from/to one or more serial
 devices at the same time.
 .
 In write mode data to be sent on the serial device(s) is read from a
 file or stdin in hexadecimal notation. Data is sent on the serial
 device(s) line by line.
 .
 In read mode data to be read from the serial device(s) is written to a
 file or stdout in hexadecimal notation. It's even possible to pass the
 data in between the serial device(s). Several options enhance the
 way the data is displayed.

Package: python3-jpy
Description-md5: 5c653cd6314c43b6974c964f5f9d0d23
Description-en: Bi-directional Python-Java bridge (Python3)
 jpy is a **bi-directional** Python-Java bridge which you can use to embed
 Java code in Python programs or the other way round.
 It has been designed particularly with regard to maximum
 data transfer speed between the two languages.
 It comes with a number of outstanding features:
 .
  * Fully translates Java class hierarchies to Python
  * Transparently handles Java method overloading
  * Support of Java multi-threading
  * Fast and memory-efficient support of primitive Java array parameters via
    `Python buffers` (http://docs.python.org/3.3/c-api/buffer.html)
  * Support of Java methods that modify primitive Java array parameters
    (mutable parameters)
  * Java arrays translate into Python sequence objects
  * Java API for accessing Python objects (``jpy.jar``)
 .
 This package provides the Python3 interface.

Package: python-jpylyzer-doc
Description-md5: 36c880b4d9aa34323ca1dcf2c445b654
Description-en: JP2 (JPEG 2000 Part 1) validator and properties extractor - doc
 Validator and feature extractor for JP2 (JPEG 2000 Part 1 - ISO/IEC 15444-1)
 images. Jpylyzer was specifically created to check that a JP2 file really
 conforms to the format's specifications. Additionally jpylyzer is able to
 extract the technical characteristics of each image.
 .
 This is the documentation package for jpylyzer

Package: python3-jpylyzer
Description-md5: 63a02abf11cb8dbb297d4663e85087f2
Description-en: JP2 (JPEG 2000 Part 1) validator and properties extractor
 Validator and feature extractor for JP2 (JPEG 2000 Part 1 - ISO/IEC 15444-1)
 images. Jpylyzer was specifically created to check that a JP2 file really
 conforms to the format's specifications. Additionally jpylyzer is able to
 extract the technical characteristics of each image.

Package: jq
Description-md5: fd8d7d97b13012ce68c52772c1ce56aa
Description-en: lightweight and flexible command-line JSON processor
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.

Package: libjq-dev
Description-md5: 75f11486f90a41e9aa2449a3206f9929
Description-en: lightweight and flexible command-line JSON processor - development files
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.
 .
 This package contains the development files.

Package: libjq1
Description-md5: 1b50448818fdb22f62b863763d79f7a1
Description-en: lightweight and flexible command-line JSON processor - shared library
 jq is like sed for JSON data – you can use it to slice
 and filter and map and transform structured data with
 the same ease that sed, awk, grep and friends let you
 play with text.
 .
 It is written in portable C, and it has minimal runtime
 dependencies.
 .
 jq can mangle the data format that you have into the
 one that you want with very little effort, and the
 program to do so is often shorter and simpler than
 you’d expect.
 .
 This package contains the shared library.

Package: jquery-alternative-doc
Description-md5: 1d208ec0cd69fb41f936c797f34c83ee
Description-en: Alternative jQuery Documentation
 JQAPI is inspired by the Rails API. The content is the same as in the
 official documentation and all credits belong to the jQuery team.

Package: jqp
Description-md5: 6b977d56c83a0c96b7c7b667c0e4485b
Description-en: TUI playground to experiment with jq (program)
 A TUI tool that allows for experimentation with jq with fast iteration. This
 application utilizes itchny's (https://github.com/itchyny) implementation of
 jq written in Go, gojq (https://github.com/itchyny/gojq).

Package: libjs-jquery-areyousure
Description-md5: c25f7632290207bbc07a7ffc8433b125
Description-en: jQuery plugin to alert users of unsaved changes
 Are-you-sure (jquery.are-you-sure.js) is simple light-weight "dirty form"
 JQuery Plugin for modern browsers. It helps prevent users from losing unsaved
 changes by promoting the user to save/submit.
 .
 Features:
   - Simple usage
   - Pure javascript implementation
   - Leverages onBeforeUnload to detect all page/browser exit events
   - Works on forms of any size
   - State management--mark forms clean if original values are restored
   - Graceful degradation on legacy browsers

Package: libjs-jquery-atwho
Description-md5: 32998936aeacf1eab7c3c2e06a1e8281
Description-en: library to autocomplete references in text fields
 The JavaScript library ‘jquery-atwho.js’ provides autocompletion functionality
 for nickname mentions, smileys (emoticons/emoji), etc. in text fields.
 .
 This package installs the runtime library.

Package: libjs-jquery-caret.js
Description-md5: e043d2caac8d0043e155a18a67446ca6
Description-en: library to query input caret position
 The JavaScript library Caret.js provides an API to query the caret
 position in an HTML input field.
 .
 This package installs the runtime library.

Package: libjs-jquery-colorbox
Description-md5: 71b811d8a6cbb1305116e704e090790e
Description-en: jQuery customizable lightbox
 A lightweight customizable lightbox plugin for jQuery. It supports photos,
 photo groups, slideshow, Ajax, inline, and Iframed content.
 .
 Features:
  * Lightweight: 10KB of JavaScript (less than 5KBs gzipped).
  * Appearance is controlled through CSS so it can be restyled.
  * Can be extended with callbacks & event-hooks without altering the source
    files.
  * Completely unobtrusive, options are set in the JS and require no changes to
    existing HTML.
  * Preloads upcoming images in a photo group.
  * Well vetted. ColorBox is one of the top jQuery plugins.

Package: libjs-jquery-coolfieldset
Description-md5: 9d35c344328fbfc69637d99335dcab30
Description-en: jQuery Plugin for creating collapsible fieldset
 This plugin can collapse or hide fieldset and its content by clicking its
 legend. You can also decide the initial state for your fieldset whether it's
 expanded or collapsed. The separated CSS file will also useful if you need
 to modify the fieldset appearance.

Package: libjs-jquery-geo
Description-md5: 96f5cdbf293b3774274db9886fcba016
Description-en: JavaScript mapping API
 jQuery Geo is an open-source geospatial mapping project which provides a
 streamlined JavaScript API for common online mapping needs.

Package: libjs-jquery-cookie
Description-md5: 217a5d7c1d0a2e2f7953216ebb4d4446
Description-en: jQuery cookie plugin
 A simple, lightweight utility plugin for reading, writing and
 deleting cookies.

Package: libjs-jquery-countdown
Description-md5: 3f6190daad754c7c13fe39f7e5b19193
Description-en: jQuery Countdown
 A jQuery plugin that sets a div or span to show a countdown to a given time.

Package: libjs-jquery-easing
Description-md5: 7024822cdd3c8d8377049d0adc2f61af
Description-en: jQuery Easing Plugin
 A jQuery plugin from GSGD to give advanced easing options.

Package: libjs-jquery-event-drag
Description-md5: da0321dba760ff3a67e60675c0044350
Description-en: jQuery Event Drag
 A jquery special event plugin that makes the task of adding complex
 drag interactions, to any element, simple and powerful.

Package: libjs-jquery-event-drop
Description-md5: 4df81531925f8e91e6f5d024a70b4e70
Description-en: jQuery Event Drop
 A jquery special event plugin that makes the task of adding complex
 drop interactions, to any element, simple and powerful.

Package: libjs-jquery-fancybox
Description-md5: 2b8cf9a5750e3cca01f43f68e881b9fc
Description-en: fancy lightbox alternative
 FancyBox is a tool for displaying images, html content and multi-media
 in a Mac-style "lightbox" that floats overtop of web page.
 .
  Features:
    * Can display images, HTML elements, SWF movies, Iframes and
      also Ajax requests
    * Customizable through settings and CSS
    * Groups related items and adds navigation.
    * Support fancy transitions by using easing plugin
    * Adds a nice drop shadow under the zoomed item

Package: libjs-jquery-form
Description-md5: b9ebe509567745946f59c4962aff0a17
Description-en: jQuery Form Plugin
 The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML
 forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather
 information from the form element to determine how to manage the submit
 process. Both of these methods support numerous options which allows you to
 have full control over how the data is submitted.

Package: libjs-jquery-fullscreen
Description-md5: d2c71749134a71c29058e05c3b612fd1
Description-en: jQuery FullScreen Plugin
 A jQuery plugin that wraps around the Full Screen API and works
 around various browser differences. Works in FF 10, Chrome and Safari. It
 is useful for presenting users with an easier to read version of your web
 pages, or zooming <canvas> and <video> elements.

Package: libjs-jquery-galleriffic
Description-md5: fcb526afa9b089940efbeb54aa466c68
Description-en: jQuery Galleriffic plugin
 Galleriffic is a jQuery plugin that provides a rich, post-back free experience
 optimized to handle high volumes of photos while conserving bandwidth.
 .
 Features:
 .
    * Smart image preloading after the page is loaded
    * Thumbnail navigation (with pagination)
    * jQuery.history plugin integration to support bookmark-friendly
      URLs per-image
    * Slideshow (with optional auto-updating url bookmarks)
    * Keyboard navigation
    * Events that allow for adding your own custom transition effects
    * API for controlling the gallery with custom controls
    * Support for image captions
    * Flexible configuration
    * Graceful degradation when JavaScript is not available
    * Support for multiple galleries per page

Package: libjs-jquery-history
Description-md5: 9180fa602b9f16562df870f78ea136e3
Description-en: jQuery history plugin
 The jQuery history plugin helps you to support back/forward buttons and
 bookmarks in your JavaScript applications. The application state can be
 stored into a URL hash and later restored from the hash.

Package: libjs-jquery-jfeed
Description-md5: f951f1b6c8b8ef0bccab8dcaa7090e8c
Description-en: jQuery RSS/Atom feed parser plugin
 jFeed is a generic RSS/Atom feed parser, currently parses RSS 0.91, 0.92,
 1.0, 2.0 and Atom 1.0 feeds.

Package: libjs-jquery-jush
Description-md5: f2b1f35eefbab85cabfc9a35d69f07a7
Description-en: jQuery Syntax Highlighter
 JavaScript Syntax Highlighter can be used for client-side syntax highlighting
 of following languages: HTML, CSS, JavaScript, PHP, SQL, HTTP and SMTP
 protocol, php.ini and Apache config.
 .
 Features:
 .
  * Highlights languages embedded into each other
  * Links to documentation of all languages
  * Colors can be easily modified via CSS
  * Recognizes complete PHP syntax including __halt_compiler, heredoc,
    backticks, {$} variables inside strings, namespaces
  * Works in all major browsers including Internet Explorer, Firefox, Opera,
    Google Chrome

Package: libjs-jquery-livequery
Description-md5: 133c1d61f6dfaa84ca949c66d89732f2
Description-en: jQuery Live Query
 Live Query (formerly Behavior) utilizes the power of jQuery selectors by
 binding events or firing callbacks for matched elements auto-magically,
 even after the page has been loaded and the DOM updated.

Package: libjs-jquery-meiomask
Description-md5: 0eb61e1ea0879750f1e6015d772a1bd0
Description-en: jQuery mask plugin
 meioMask is a simple use plugin for creating and applying masks at
 text input fields.
 .
 Features:
 .
  * Accepts paste event;
  * Has fixed, reverse (currency) and repeat mask types;
  * You can still use your hot keys and others (ex: ctrl+t, ctrl+f5, TAB …);
  * Supports metadata plugin;
  * Works with iPhone;
  * Allow default values;
  * Has callbacks for invalid inputs, valid and overflow;
  * Has function to mask strings;
  * Support for positive and negative numbers on reverse masks;
  * Can auto-focus the next form element when the current input is
    completely filled.

Package: libjs-jquery-metadata
Description-md5: 82b6fad279b5aa5463b5e96d011768af
Description-en: jQuery plugin for parsing metadata from elements
 Sets the type of metadata to use. Metadata is encoded in JSON, and each
 property in the JSON will become a property of the element itself.
 .
 There are three supported types of metadata storage:
 .
   attr:  Inside an attribute. The name parameter indicates *which* attribute.
 .
   class: Inside the class attribute, wrapped in curly braces: { }
 .
   elem:  Inside a child element (e.g. a script tag). The name parameter
          indicates *which* element.
 .
 The metadata for an element is loaded the first time the element is accessed
 via jQuery.
 .
 As a result, you can define the metadata type, use $(expr) to load the metadata
 into the elements matched by expr, then redefine the metadata type and run
 another $(expr) for other elements.

Package: libjs-jquery-opacityrollover
Description-md5: d6212fa82deeea3ed3ff5bdb3b98f6d3
Description-en: jQuery Opacity Rollover plugin
 A jQuery plugin for opacity rollover effect.

Package: libjs-jquery-resize
Description-md5: f472296dcd07efa055fcee230f3e88c9
Description-en: jQuery resize
 With jQuery resize event, resize event handlers can be bound to elements other
 than window.

Package: libjs-jquery-resize-doc
Description-md5: cdaa876b5dcff0c7e748388bbc245273
Description-en: jQuery resize (doc)
 With jQuery resize event, resize event handlers can be bound to elements other
 than window.
 .
 This package contains the HTML documentation.

Package: libjs-jquery-slides
Description-md5: 4ffc4f8a99e112a129746c3eed55c98a
Description-en: Simple slideshow plugin for jQuery
 A simple slideshow plugin for jQuery packed with a useful set of features to
 help novice and advanced developers alike create elegant and user-friendly
 slideshows.

Package: libjs-jquery-tipsy
Description-md5: 01d6c368a6a94c4e41379950db0d814a
Description-en: jQuery Facebook-style tooltip plugin
 Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect
 based on an anchor tag's title attribute.

Package: libjs-jquery-treetable
Description-md5: e58a11096391650e1c3994b41055be27
Description-en: jQuery treeTable Plugin
 The treeTable plugin allows you to display a tree in a table, i.e. a
 directory structure or a nested list. Each branch in this tree can be
 collapsed and expanded, just like in a file explorer in most modern
 operating systems.
 .
 Features
 .
   * Display a data tree in a table column.
   * As unobtrusively as possible.
   * Optional collapse/expand behavior on branches (think of
     how a directory structure works in most file explorers).
   * Prepared for drag & drop of branches/nodes.
   * Unlimited tree depth.

Package: libjs-jquery-i18n-properties
Description-md5: adf451bba35ef8e19af9d18a87ea2a70
Description-en: lightweight jQuery internationalization plugin
 Lightweight jQuery plugin for providing internationalization to JavaScript
 from ‘.properties’ files, just like in Java Resource Bundles. It loads
 and parses resource bundles (.properties) based on provided language
 and country codes (ISO-639 and ISO-3166) or language reported by browser.

Package: libjs-jquery-i18n
Description-md5: 83f987047d7a2ac5f85894c06cc5d3a6
Description-en: jquery plugin for doing client-side translations
 jQuery-i18n is a jQuery plugin for doing client-side translations in
 javascript. It is based heavily on javascript i18n that almost
 doesn't suck by Marko Samastur

Package: libjs-jquery-lazyload
Description-md5: 8d2855f0d2881b2f5131dfd5a3a8e688
Description-en: Lazy Load Plugin for jQuery
 Lazy Load is a jQuery plugin written in JavaScript. It delays loading of
 images in long web pages. Images outside of viewport (visible part of web
 page) won't be loaded before user scrolls to them. This is opposite of image
 preloading.
 .
 Using Lazy Load on long web pages containing many large images makes the page
 load faster. Browser will be in ready state after loading visible images.
 In some cases it can also help to reduce server load.
 .
 Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.

Package: libjs-jquery-migrate-1
Description-md5: fd366243e2fb7163cf81426ac4aaf726
Description-en: Migrate older jQuery code to jQuery 1.9+
 This plugin can be used to detect and restore APIs or features that have been
 deprecated in jQuery and removed as of version 1.9.
 The plugin can be included with versions of jQuery as old as 1.6.4 to identify
 potential upgrade issues via its JQMIGRATE console warnings. However, the
 plugin is only required for version 1.9.0 or higher to restore deprecated and
 removed functionality.

Package: libjs-jquery-minicolors
Description-md5: 5ab3b8b923cf2101899847e3affe96ae
Description-en: tiny color picker built on jQuery
 jQuery MiniColors is a tiny color picker, easy to use and working well
 on touch-enabled devices.

Package: libjs-jquery-mobile
Description-md5: acf5cac7566cf31ee323e74273460b81
Description-en: Touch-Optimized Web Framework for Smartphones & Tablets
 A unified, HTML5-based user interface system for all popular mobile
 device platforms, built on the rock-solid jQuery and jQuery UI
 foundation. Its lightweight code is built with progressive
 enhancement, and has a flexible, easily themeable design.

Package: libjs-jquery-reflection
Description-md5: 764cfeda73734cb9d782b2a08a6c9ed4
Description-en: jQuery plugin to add reflection effects to images in webpages
 Reflection.js is a jQuery plugin that lets you add reflection effects to
 images shown in modern web browsers.
 .
 Its features are:
  - easy to change the reflection height and opacity, even in fixed or
    relative mode;
  - can respond to user actions through Javascript;
  - degrades in older browsers;
  - the reflections appear instantly under each image.

Package: libjs-jquery-tablesorter
Description-md5: 604a81e9737ec1c13939122e93706e45
Description-en: jQuery flexible client-side table sorting plugin
 Tablesorter is a jQuery plugin for turning a standard HTML table with THEAD
 and TBODY tags into a sortable table without page refreshes. Tablesorter can
 successfully parse and sort many types of data including linked data in a
 cell. It has many useful features including:
 .
   * Multi-column alphanumeric sorting and filtering.
   * Multi-tbody sorting
   * Supports Bootstrap v2-4.
   * Parsers for sorting text, alphanumeric text, URIs, integers, currency,
     floats, IP addresses, dates (ISO, long and short formats) and time.
     Add your own easily.
   * Inline editing
   * Support for ROWSPAN and COLSPAN on TH elements.
   * Support secondary "hidden" sorting (e.g., maintain alphabetical sort when
     sorting on other criteria).
   * Extensibility via widget system.
   * Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, Chrome 5.0+.

Package: libjs-jquery-throttle-debounce
Description-md5: 3e202b3f4792d6c133fa3eedb8c22eab
Description-en: library of rate-limit wrappers for functions
 jQuery throttle / debounce allows you to rate-limit your functions in
 multiple useful ways:
 .
  * Passing a ‘delay’ and ‘callback’ to ‘$.throttle’ returns a new
    function that will execute no more than once every ‘delay’
    milliseconds.
  * Passing a ‘delay’ and ‘callback’ to ‘$.debounce’ returns a new
    function that will execute only once, coalescing multiple
    sequential calls into a single execution at either the very
    beginning or end.
 .
 jQuery isn’t actually required for this library, because nothing
 internal uses any jQuery methods or properties. jQuery is just used
 as a namespace under which these methods can exist.
 .
 This package installs the runtime library.

Package: libjs-jquery-timepicker
Description-md5: 856185f351ca562e5cc2cb41e52e4fb7
Description-en: timepicker addon for jQuery UI datepicker
 Web pages that use the jQuery UI datepicker on its own can only
 select timestamps with a resolution of 1 day.  Using this timepicker
 allows the user to specify timestamps with a resolution of 1 minute.

Package: libjs-jquery-typeahead
Description-md5: 214b55b5dadf8c2e4179ac58bdc6bb7b
Description-en: Type-ahead autocompletion plugin for JQuery
 The jQuery typeahead plugin provides autocomplete preview on search inputs
 similar to google search with builtin options and deep customization. It is
 a simple clientside library that will improve the user experience on your
 website search input.

Package: libjs-jquery-ui-theme-base
Description-md5: bcfb966db128a8ec76e9fb97ef0adf8d
Description-en: Base theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-black-tie
Description-md5: a943c941037245f95f77215ddf560f50
Description-en: Black Tie theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-blitzer
Description-md5: e010beac90b394f7d3afbfe16ad07eb3
Description-en: Blitzer theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-cupertino
Description-md5: c41b803da178cc76d1e8383198cc52eb
Description-en: Cupertino theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-dark-hive
Description-md5: 96e9908c9c5a4bebb9a400d937097935
Description-en: Dark Hive theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-dot-luv
Description-md5: 8a4db677fd35a057df9f47925a6402c0
Description-en: Dot Luv theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-eggplant
Description-md5: 41d73b6a2df2610f233de76fe4cc7391
Description-en: Eggplant theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-excite-bike
Description-md5: 5fc60eef2dad4bd75f684dd42fe19a0f
Description-en: Excite Bike theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-flick
Description-md5: 712c32ff20e2a17f4f759101810fb408
Description-en: Flick theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-hot-sneaks
Description-md5: 69890fb3629db50440b8d1af1b3e8c96
Description-en: Hot Sneaks theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-humanity
Description-md5: 5fac9b95135b222faaccb173b010d81c
Description-en: Humanity theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-le-frog
Description-md5: b5f44a9fa311d345d618761fc993d128
Description-en: Le Frog theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-mint-choc
Description-md5: a6783873a0bcfff7f37acb6e3721dee0
Description-en: Mint Choc theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-overcast
Description-md5: e6fbc4d1bed4fc8fa61f1b97a87d1b35
Description-en: Overcast theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-pepper-grinder
Description-md5: f2dc80efae9778f59206d3aa050fda8b
Description-en: Pepper Grinder theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-redmond
Description-md5: 8c4a2237c0c4a9519754f6c102b5e3d4
Description-en: Redmond theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-smoothness
Description-md5: 031dc1b565e02b5db6e881e3e41aa94a
Description-en: Smoothness theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-south-street
Description-md5: a1a3511ffbd48e1905b77198607babea
Description-en: South Street theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-start
Description-md5: ac7726fe8a67d9096a188827d2974449
Description-en: Start theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-sunny
Description-md5: a700202d75a2bf6e7a0104ad11bc287f
Description-en: Sunny theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-swanky-purse
Description-md5: 3c20954773aeccb1e698c78a3089f80a
Description-en: Swanky Purse theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-trontastic
Description-md5: f0b4151208ad1f1ccd5ded0c7a87168e
Description-en: Trontastic theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-ui-darkness
Description-md5: 7bc741ed5d918858324217a6c38b94df
Description-en: UI Darkness theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-ui-lightness
Description-md5: 8bf84612685a21225c6da4572bd4e862
Description-en: UI Lightness theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-theme-vader
Description-md5: eac468878eb26cc739609d64c4f59c1f
Description-en: Vader theme for jQuery UI
 This package contains CSS styles and image files

Package: libjs-jquery-ui-touch-punch
Description-md5: a554f7ec0962d541bf754107449bf967
Description-en: duck punch for adding touch events to jQuery UI
 jQuery UI Touch Punch is a small hack that enables the use of touch
 events on sites using the jQuery UI user interface library. Touch
 Punch works by using simulated events to map touch events to their
 mouse event analogs.

Package: libjs-jquery-watermark
Description-md5: 0ddcebb83cb9f6957d6f5a11ee622da4
Description-en: watermark plugin for jQuery
 This jQuery plugin adds watermark capability to HTML input and textarea
 elements.
 .
 A watermark typically appears as light gray text within an input or textarea
 element whenever the element is empty and does not have focus. This provides
 a hint to the user as to what the input or textarea element is used for, or
 the type of input that is required.

Package: libjs-jquery.sparkline
Description-md5: 71e0bb84ec917b35f9b642c2b03aacde
Description-en: library for jQuery to generate sparklines
 This jQuery plugin generates sparklines (small inline charts) directly in
 the browser using data supplied either inline in the HTML, or via javascript.
 .
 The plugin is compatible with most modern browsers and has been tested with
 Firefox 2+, Safari 3+, Opera 9, Google Chrome and Internet Explorer 6, 7, 8,
 9 & 10 as well as iOS and Android.
 .
 The plugin was written by Gareth Watts for Splunk Inc.

Package: libjs-jquery-ui
Description-md5: 62f8222fba3b124d3b0f0f677b19cba7
Description-en: JavaScript UI library for dynamic web applications
 jQuery UI provides abstractions for low-level interaction and
 animation, advanced effects and high-level, themeable widgets,
 built on top of the jQuery JavaScript Library, that you can use
 to build highly interactive web applications.

Package: libjs-jquery-ui-docs
Description-md5: 1acdea27d90e6124c4ad1bc564b8816e
Description-en: Documentation for JQuery-UI
 jQuery UI provides abstractions for low-level interaction and
 animation, advanced effects and high-level, themeable widgets,
 built on top of the jQuery JavaScript Library, that you can use
 to build highly interactive web applications.
 .
 This package provides examples as reference for developers.

Package: node-jquery-ui
Description-md5: d139e08d8eb027c6ed4e9cf3dcdab7d6
Description-en: JavaScript UI library for dynamic web applications (NodeJs)
 jQuery UI provides abstractions for low-level interaction and
 animation, advanced effects and high-level, themeable widgets,
 built on top of the jQuery JavaScript Library, that you can use
 to build highly interactive web applications.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjreen-qt5-1
Description-md5: 5b8931dd8b88698a8c71ca4cb9cb3c0d
Description-en: powerful Jabber/XMPP library implemented in Qt5/C++
 Jreen is a lightweight XMPP library, implementing a large amount
 of protocol extensions (XEP). It is fit with Qt coding paradigms,
 so a Qt5 application developer can easily use any XMPP features.

Package: libjreen-qt5-dev
Description-md5: 545dfa1590e404bbce1e8aea5b6ee76f
Description-en: powerful Jabber/XMPP library (Qt5 build) - development files
 Jreen is a lightweight XMPP library, implementing a large amount
 of protocol extensions (XEP). It is fit with Qt coding paradigms,
 so a Qt5 application developer can easily use any XMPP features.
 .
 This package provides development headers for the library.

Package: jruby
Description-md5: b966216a2f0f9bd9e3cd74e7c9fe80af
Description-en: 100% pure-Java implementation of Ruby
 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.

Package: libjruby-joni-java
Description-md5: adfd4778be81a941c5a284176cbf54b6
Description-en: Java port of Oniguruma regexp library
 Oniguruma is a regular expressions library.  The characteristics of this
 library is that different character encoding for every regular expression
 object can be specified. The supported APIs are GNU regex, POSIX, and Oniguruma
 native.

Package: libjruby-utils-clojure
Description-md5: c46643be58f929118204224174be8471
Description-en: Create and interact with a pool of JRuby instances in Clojure
 This package is used to bridge jruby and clojure, mostly so that puppetserver
 can still parse and run the extensive Puppet ruby codebase.

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: 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: libjs-of-ocaml-ocamlbuild-ocaml-dev
Description-md5: d9559e62df3c6a4b38861381499187dc
Description-en: compiler from OCaml bytecode to JavaScript (ocamlbuild plugin)
 Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes
 it possible to run pure OCaml programs in JavaScript environment like
 browsers and Node.js.
 .
 This package contains the ocamlbuild plugin.

Package: elpa-js2-mode
Description-md5: 212aacff33c64a89804158162bd96528
Description-en: Emacs mode for editing Javascript programs
 This JavaScript editing mode supports:
 .
  - the full JavaScript language through version 1.7
  - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
  - accurate syntax highlighting using a recursive-descent parser
  - syntax-error and strict-mode warning reporting
  - "bouncing" line indentation to choose among alternate indentation points
  - smart line-wrapping within comments and strings
  - code folding:
    - show some or all function bodies as {...}
    - show some or all block comments as /*...*/
  - context-sensitive menu bar and popup menus
  - code browsing using the imenu' package
  - typing helpers (e.g. inserting matching braces/parens)
  - many customization options

Package: js2-mode
Description-md5: 85ac5b1279e8befcb0132d29b1f6ef05
Description-en: Emacs mode for editing Javascript programs (dummy package)
 This JavaScript editing mode supports:
 .
  - the full JavaScript language through version 1.7
  - support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
  - accurate syntax highlighting using a recursive-descent parser
  - syntax-error and strict-mode warning reporting
  - "bouncing" line indentation to choose among alternate indentation points
  - smart line-wrapping within comments and strings
  - code folding:
    - show some or all function bodies as {...}
    - show some or all block comments as /*...*/
  - context-sensitive menu bar and popup menus
  - code browsing using the imenu' package
  - typing helpers (e.g. inserting matching braces/parens)
  - many customization options
 .
 This transitional package can be safely removed.

Package: js8call
Description-md5: 827d729cf2ce8a78e2b4a8c76f1bb9eb
Description-en: Amateur Radio Digital Mode providing weak signal messaging
 JS8Call is using the JS8 Digital Mode for providing weak signal keyboard to
 keyboard messaging to Amateur Radio Operators.
 .
 JS8Call is an experiment to test the feasibility of a digital mode with the
 robustness of FT8, combined with a messaging and network protocol layer for
 weak signal communication on HF, using a keyboard messaging style interface.
 It is not designed for any specific purpose other than connecting amateur
 radio operators who are operating under weak signal conditions. JS8Call is
 heavily inspired by WSJT-X, Fldigi, and FSQCall and would not exist without
 the hard work and dedication of the many developers in the amateur radio
 community.

Package: jsamp
Description-md5: 879fc1363e6ffb4b39d6fd78abd07cf8
Description-en: Java Simple Application Messaging Protocol tool for VO
 Command-line tool for the Simple Application Messaging Protocol (SAMP) for
 the Virtual Observatory (VO).  This allows direct access to low-level
 operations such as starting a local SAMP communications hub for other
 applications such as Aladin, Topcat and Splat-VO to communication with
 each other.
 .
 In addition to starting a SAMP Hub, the 'jsamp' tool allows for
 monitoring, snooping, testing, and stress running hub instances, or
 setting up a bridge proxy between two or SAMP hub instances.

Package: libjsamp-java
Description-md5: 871c5fc043082425f7c32389e251499a
Description-en: Java Simple Application Messaging Protocol library
 The Simple Application Messaging Protocol (SAMP) is a messaging
 protocol that enables astronomy software to interoperate and
 communicate as part of the Virtual Observatory (VO).  JSAMP provides
 a hub implementation for SAMP, suitable for standalone or embedded
 use.
 .
 JSAMP also offers a set of classes which can be used to implement SAMP
 capabilities in client applications. JSAMP provides a hub test and a
 benchmarking suite to examine the correctness and performance of
 third-party hub implementations. The software includes hub and client
 implementations of the standard and web profiles and a bridge
 component, which allows clients on different hubs to talk to each
 other.

Package: libjsamp-java-doc
Description-md5: beaf9da134b9fd3b1f318901ec81895d
Description-en: Java Simple Application Messaging Protocol library docs
 The Simple Application Messaging Protocol (SAMP) is a messaging
 protocol that enables astronomy software to interoperate and
 communicate as part of the Virtual Observatory (VO).  JSAMP provides
 a hub implementation for SAMP, suitable for standalone or embedded
 use.
 .
 JSAMP also offers a set of classes which can be used to implement SAMP
 capabilities in client applications. JSAMP provides a hub test and a
 benchmarking suite to examine the correctness and performance of
 third-party hub implementations. The software includes hub and client
 implementations of the standard and web profiles and a bridge
 component, which allows clients on different hubs to talk to each
 other.
 .
 This package contains the JavaDoc documentation of the package.

Package: libjsap-java
Description-md5: eab5fcbc05f05698136146c22ff62e35
Description-en: Java Simple Argument Parser
 Library which ease the parsing of arguments (e.g. from a command line)
 for Java developers.
 It has features like:
   * support both switch and flags
   * cast the arguments to the expected type of object
   * can handle configuration file with default values

Package: libjsap-java-doc
Description-md5: f52d16b7db1e8f52553e8671ff05a442
Description-en: Java Simple Argument Parser (documentation)
 Library which ease the parsing of arguments (e.g. from a command line)
 for Java developers.
 It has features like:
   * support both switch and flags
   * cast the arguments to the expected type of object
   * can handle configuration file with default values
 .
 This package contains the API documentation of libjsap-java.

Package: node-auth-header
Description-md5: fe07e1d0f6e8dc1c931c99d0b2ae2d72
Description-en: parse HTTP auth/authz headers - Node.js library
 auth-header deals
 with obscene HTTP "Authorization" and "WWW-Authenticate" headers.
 .
 The HTTP "Authorization" and "WWW-Authenticate" family of headers
 are both pretty nightmareish;
 there has been, up until recently, no wide consensus
 about how they should be formatted
 and so parsing them is lots of fun
 if fun is pulling your hair out.
 .
 This library provides an implementation of RFC7235
 which allows for the parsing
 of many known existing authorization headers
 (like Basic and Digest)
 as well as any future ones which follow the standard.
 Noteably, this library is less strict than it could be
 to parse some of these legacy formats.
 .
 In addition to the format of the header itself being in flux,
 WWW-Authenticate has its own nasty surprise:
 sometimes multiple authentication prompts can appear in one header,
 sometimes they can appear in multiple headers;
 we _ONLY_ support the latter case
 since trying to disambiguate
 between a second prompt and parameters for the first
 is just about impossible.
 .
 This package provides auth-header usable with Node.js -
 an event-based server-side JavaScript engine.

Package: node-standard-error
Description-md5: ae5967b080691ea76d4859a9e917ed82
Description-en: subclassable standard errors - Node.js library
 StandardError.js is a tiny JavaScript library
 that simplifies creating subclasses of Error
 for custom error classes with the correct name and stack property.
 Saves you from writing a few lines of boilerplate.
 .
 This package provides StandardError.js usable with Node.js -
 an event-based server-side JavaScript engine.

Package: node-standard-http-error
Description-md5: 95da692fe8dde09b15ce39ccf01d901c
Description-en: subclassable standard HTTP errors - Node.js library
 StandardHttpError.js is a very simple but useful error class
 for JavaScript that represents HTTP errors.
 You can then detect it with instanceof in error handling middleware
 and act accordingly.
 .
 This package provides StandardHttpError.js usable with Node.js -
 an event-based server-side JavaScript engine.

Package: node-webidl-conversions
Description-md5: a0751da9d493f20cb66d85d0198c589a
Description-en: web IDL type conversions on JavaScript values - Node.js library
 Webidl-conversions implements, in JavaScript, the algorithms
 to convert a given JavaScript value according to a given Web IDL type.
 .
 Web IDL is an interface description language (IDL) format
 for describing application programming interfaces (APIs)
 that are intended to be implemented in web browsers.
 .
 This package provides webidl-conversions usable with Node.js -
 an event-based server-side JavaScript engine.

Package: libjsch-java
Description-md5: 33dfa5404c0eb26cb5a3a4b05480dd10
Description-en: Java implementation of the SSH2 protocol
 JSch allows your programs to connect to an SSH server. It supports
 port forwarding, X11 forwarding, file transfer and more.

Package: libjsch-java-doc
Description-md5: 37caeca4f9127f323990d4976f551824
Description-en: Java implementation of the SSH2 protocol - documentation
 JSch allows your programs to connect to an SSH server. It supports
 port forwarding, X11 forwarding, file transfer and more.
 .
 This package contains the API documentation and example code.

Package: libjsch-agent-proxy-java
Description-md5: a072cff104cd70b174a5877e1de9e4f5
Description-en: Proxy to ssh-agent and Pageant in Java
 jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent and Pageant included
 in Putty. It can be easily integrated into JSch, and users can  use those
 programs in authentications. This software has been developed for JSch, but it
 is easily applicable to other ssh2 implementations in Java.

Package: python3-jschema-to-python
Description-md5: d16447158a0a006dc2870bef294704c8
Description-en: generate Python classes from a JSON schema
 This package contains a module that generate Python classes from a JSON
 schema.
 .
 This package installs the library for Python 3.

Package: libjs-cropper
Description-md5: 99019624a9c254b4930deb2dd5740c2c
Description-en: JavaScript image cropper UI
 Allows the user to crop an image using an interface with the same features and
 styling as found in commercial image editing software, and is based on the
 Prototype JavaScript framework and script.aculo.us.

Package: libjs-debugger
Description-md5: 3fc53bbb15e33e9a6c2e914da4a7a0ba
Description-en: Console logger for debugging JavaScript
 Is a simple JavaScript Debug Logger originally written for use with JWChat,
 but it should work with any other JavaScript based web application too.

Package: jsdoc-toolkit
Description-md5: ae4176730402fb956c93bd7980876741
Description-en: automatic generator for HTML documentation of Javascript sources
 JsDoc Toolkit is an application, written in JavaScript, for
 automatically generating template-formatted, multi-page HTML (or XML,
 JSON, or any other text-based) documentation from commented
 JavaScript source code.
 .
 Based on the JSDoc.pm project, this was renamed "Jsdoc Toolkit"
 during development as it grew into more than a simple version
 upgrade.

Package: libsemver-java
Description-md5: a81a981773628a9298ef5ff7bf9b290c
Description-en: Java implementation of the SemVer Specification
 jsemver provides an API to parse, build and compare version
 numbers following the Semantic Versioning Specification
 (http://semver.org).

Package: libsemver-java-doc
Description-md5: bce6dea697b83846ab8dc940393a54b5
Description-en: Documentation for Java SemVer
 jsemver provides an API to parse, build and compare version
 numbers following the Semantic Versioning Specification
 (http://semver.org).
 .
 This package contains the API documentation of libsemver-java.

Package: libjs-jshash
Description-md5: 7eb7c78a95ec35a38174fb0cd2ce2934
Description-en: calculate secure hash algorithms in JavaScript
 JavaScript implementation of some secure hash algorithms:
  * MD5 Message Digest Algorithm (RFC 1321)
  * RIPEMD-160 Algorithm
  * SHA-1 Secure Hash Algorithm (FIPS 180-1)
  * SHA-256 Secure Hash Algorithm (FIPS 180-2)
  * SHA-512 Secure Hash Algorithm (FIPS 180-2)
  * HMAC Keyed-Hashing for Message Authentication (RFC 2104)

Package: jshon
Description-md5: 216be5fe181a5aa5c2734c55b9bfb5d0
Description-en: Command line tool to parse, read and create JSON
 Jshon is a command line utility to parse, read and create JSON. It is
 designed to be as usable as possible from within the shell and replaces
 fragile adhoc parsers made from grep/sed/awk as well as heavyweight
 one-line parsers made from Perl/Python. Jshon loads json text from stdin,
 performs actions, then displays the last action on stdout.
 .
 Json parsing features include:
  Return data types of values
  Report data type lengths
  Sort JSON data by keys
  In-place editing of JSON files
  Format or "beautify" JSON (as changing indentation, etc)
  Create JSON from an empty object
  Extraction of keys and values

Package: jskeus
Description-md5: b4df8edcc5bc2e97c4aa8c27236bf024
Description-en: Lisp based intelligent robots programming system
 jskeus contains software developed and used by JSK at The University
 of Tokyo. This provides modeling classes for sensors, actuators and
 robot body as well as kinematics and dynamics function library for
 writing intelligent robot behaviors. It also contains graph data
 strucutre, point cloud data class, Bullet collision detection, BVH
 character animation, STL/WRL/DAE reader and writer and some
 extensions to EusLisp language
 .
 This package contains the irteus/irteusgl executable and accompanying
 demo files.

Package: jskeus-dev
Description-md5: c9a0b9e8e96af74612441eae512d17e4
Description-en: Development files of Lisp based  intelligent robots programming system
 jskeus-dev provides C language headers and C and Lisp source files
 for developping jskeus based modulse.
 .
 This package contains *eusdir*/jskeus/{*.l, *.c, *.h, test}

Package: jskeus-doc
Description-md5: 012100572a2fc5897a230d8c0f5f6346
Description-en: Manuals and Documentations of jskeus programming system
 jskeus-doc contains various README and pdf version of manual of
 jskeus as known as jmanual. This also includes EusLisp manual.
 .
 This package contains the documentation of jskeus

Package: jsmath
Description-md5: 15206237527e1cacdf58443223d82744
Description-en: TeX equations in HTML documents
 Provides a method of including mathematics in HTML pages that works
 across multiple browsers under Windows, Macintosh OS X, Linux and
 other flavors of Unix. It overcomes a number of the shortcomings of
 the traditional method of using images to represent mathematics:
 jsMath uses native fonts, so they resize when you change the size of
 the text in your browser, they print at the full resolution of your
 printer, and you don't have to wait for dozens of images to be
 downloaded in order to see the mathematics in a web page.

Package: jsmath-fonts
Description-md5: 301406e5dc5cc4fb9211387e34b0bd5e
Description-en: raster fonts for jsMath
 Rasterized fonts saved in image files to enable viewing of jsMath
 pages by a web-browser which is missing access to TeX fonts.

Package: jsmath-fonts-sprite
Description-md5: fc235102f0bdfba89964337c5a8885a3
Description-en: raster fonts for jsMath plugin spriteImageFonts
 Rasterized fonts saved in separate image files -- 1 image per font to
 enable viewing of jsMath pages by a web-browser which is missing
 access to TeX fonts. Sprite organization of raster fonts alleviates the
 problem of jsmath-fonts, which is a tremendous number of images since
 each character has a separate image file. But such advantage comes at
 speed and compatibility cost.

Package: libjsmn-dev
Description-md5: 4ba1d4c1aa26b74c437df1bbe3efec65
Description-en: header-only JSON library
 Most JSON parsers offer you a bunch of functions to load JSON data,
 parse it and extract any value by its name. jsmn proves that checking
 the correctness of every JSON packet or allocating temporary objects
 to store parsed JSON fields often is an overkill.
 .
 jsmn is designed to be robust (it should work fine even with erroneous
 data), fast (it should parse data on the fly), portable (no superfluous
 dependencies or non-standard C extensions). And of course, simplicity is
 a key feature - simple code style, simple algorithm, simple integration
 into other projects.
 .
 Features
 .
  * compatible with C89
  * no dependencies (even libc!)
  * highly portable (tested on x86/amd64, ARM, AVR)
  * about 200 lines of code
  * extremely small code footprint
  * API contains only 2 functions
  * no dynamic memory allocation
  * incremental single-pass parsing
  * library code is covered with unit-tests

Package: libjsofa-java
Description-md5: 3f592c4b7d2c1ec5c87caed97e60e7fc
Description-en: Pure Java translation of the IAU's C SOFA software library
 jsofa provides algorithms and software for use in astronomical
 computing, including routines for Astrometry, Calendars, Times,
 Coordinates etc.
 .
 This is a java translation of the official IAU SOFA library.

Package: libjsofa-java-doc
Description-md5: 0e1c3072a8499c2775854aea50a718af
Description-en: Pure Java translation of the IAU's C SOFA software library (docs)
 jsofa provides algorithms and software for use in astronomical
 computing, including routines for Astrometry, Calendars, Times,
 Coordinates etc. It is a java translation of the official IAU SOFA
 library.
 .
 This is the documentation of the jsofa library.

Package: libjson-c-dev
Description-md5: 001edc84a96e6fae1bdabba649265f74
Description-en: JSON manipulation library - development files
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The development headers for compiling programs that use libjson-c
 are provided by this package.

Package: libjson-c-doc
Description-md5: f6161e4b0b31f974b052bc6d10f3eafc
Description-en: JSON manipulation library - documentation files
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.
 .
 The documentation for libjson-c is provided by this package.

Package: libjson-c5
Description-md5: ac049068ef755540cdb41614a65accbf
Description-en: JSON manipulation library - shared library
 This library allows you to easily construct JSON objects in C,
 output them as JSON formatted strings and parse JSON formatted
 strings back into the C representation of JSON objects.

Package: libjs-json-editor
Description-md5: 6206085fb9884a650f8835cebdc2e692
Description-en: JSON Schema based editor
 JSON Editor takes a JSON Schema and uses it to generate an HTML form.
 It has full support for JSON Schema version 3 and 4 and can integrate with
 several popular CSS frameworks (bootstrap, foundation, and jQueryUI).

Package: gir1.2-json-1.0
Description-md5: 0f85fea1ebe80dc12ff040a9de582288
Description-en: GLib JSON manipulation library (introspection data)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains introspection data.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

Package: json-glib-tools
Description-md5: a3993eb653a1a654b72146670c3113ac
Description-en: GLib JSON manipulation library (tools)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the json-glib-format and json-glib-validate
 tools.

Package: libjson-glib-1.0-0
Description-md5: 53a96fd80b7925face0f32f0fe0f240f
Description-en: GLib JSON manipulation library
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.

Package: libjson-glib-1.0-common
Description-md5: 44fe0ba19b2f3c2be6cb8f7ad693642f
Description-en: GLib JSON manipulation library (common files)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the translations files.

Package: libjson-glib-dev
Description-md5: c52c48b0cce50c9bd0620d26357460e1
Description-en: GLib JSON manipulation library (development files)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the development files.

Package: libjson-glib-doc
Description-md5: 539f24e15c204394fc39f500e4e62a7d
Description-en: GLib JSON manipulation library (documentation)
 JSON-GLib is a library for parsing, generating and manipulating JavaScript
 Object Notation (JSON) data streams using the GLib type system. It allows
 manipulating JSON data types with a Document Object Model API. It also
 allows serializing and deserializing simple or complex GObjects to and
 from JSON data types.
 .
 This package contains the documentation.

Package: libjs-json
Description-md5: bc3af98bd2ae4e54fb727ee9446bdf82
Description-en: JSON encoders/decoders implemented in JavaScript
 JSON is a light-weight, language independent,
 data interchange format.
 See http://www.JSON.org/
 .
 The files in this collection implement JSON encoders/decoders
 in JavaScript.
 .
 JSON became a built-in feature of JavaScript
 when the ECMAScript Programming Language Standard - Fifth Edition
 was adopted by the ECMA General Assembly in December 2009.
 Most of the files in this collection are for applications
 that are expected to run in obsolete web browsers.

Package: json-schema-test-suite
Description-md5: bfb8fd0204ffcda602171ebe5b15619d
Description-en: Language agnostic test suite for the JSON Schema specifications
 This package contains a set of JSON objects that implementors of JSON Schema
 validation libraries can use to test their validators.
 .
 It is meant to be language agnostic and should require only a JSON parser.
 .
 The conversion of the JSON objects into tests within your test framework of
 choice is still the job of the validator implementor.

Package: libjson-simple-doc
Description-md5: c542a2feb3791725ff8201078a3ca9c5
Description-en: documentation for libjson-simple-java
 This package contains the javadoc API documentation for libjson-simple-java,
 a simple, lightweight and efficient JSON toolkit for Java.

Package: libjson-simple-java
Description-md5: 785ea293c43eda4c2bb09447cbfa03e0
Description-en: Simple, lightweight and efficient JSON toolkit for Java
 While full featured and fully compliant with the JSON specification
 (RFC4627), JSON.simple aims to be as simple and efficient as possible.
 .
 It supports encoding, decoding and escaping JSON data and streams, and
 features a stoppable SAX-like interface to process JSON input.
 .
 It has been run through profiling tools to ensure high performance
 processing.

Package: libjson-smart-java
Description-md5: af1c870487291a41ab9f4aa008a77a1d
Description-en: JSON Small and Fast Parser
 Json-smart is a performance focused, JSON processor library. The API
 is similar to json-simple but the performance is improved (at least
 twice faster).

Package: python3-json-tricks
Description-md5: 436cecd7aa1e1ddf80a2541e217b5afb
Description-en: Python module with extra features for JSON files
 The json_tricks Python module provides extra features for handling JSON
 files from Python:
   - Store and load numpy arrays  in human-readable format
   - Store and load class instances  both generic and customized
   - Store and load date/times  as a dictionary (including timezone)
   - Preserve map order  OrderedDict
   - Allow for comments   in json files by starting lines with #
   - Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate
     keys, ...

Package: json2file-go
Description-md5: d4f3cd0b51f7ef19fb62104f3472025f
Description-en: simple web server that stores JSON files sent by WebHooks
 Application to store information in JSON format in files sent by WebHooks (it
 has been used with GitLab and Gitea, but should work with others). The server
 can be run inside a container or managed with systemd.
 .
 Once the JSON files are written to disk they can be processed using external
 scripts launched by a daemon that captures inotify events like incron.

Package: libjson4s-java
Description-md5: 0310c4a7efd1ef6c99b57c6806abb553
Description-en: Single AST to be used by other scala json libraries
 This project aims to provide a single AST to be used by other scala json
 libraries. This project also attempts to set lift-json free from the release
 schedule imposed by the lift framework.

Package: libjsonb-api-java
Description-md5: e137f33e0512932bcaf79bdcf85cc623
Description-en: Java API for JSON Binding (JSON-B)
 JSON-B is a standard binding layer for converting Java objects to/from
 JSON messages. It defines a default mapping algorithm for converting
 existing Java classes to JSON, while enabling developers to customize
 the mapping process through the use of Java annotations.

Package: python3-jsonhyperschema-codec
Description-md5: 46aa6f68ac6ed792d9aa60f9a8e42a6b
Description-en: Python3 JSON Hyper-Schema codec for Core API
 Core API is a format-independent Document Object Model for representing
 Web APIs.
 .
 It can be used to represent either Schema or Hypermedia responses, and
 allows one to interact with an API at the layer of an application
 interface, rather than a network interface.
 .
 Core API is developed in such a way that one can plug a codec to allow it to
 work with specific endpoints. This package provides a Python3 codec library
 that provides to Python's Core API client some support for decoding and
 interacting with JSON HyperSchema endpoints.

Package: libjsonld-java
Description-md5: c1b755bf8076a20a463ac9fc22e0fd43
Description-en: Java implementation of JSON-LD 1.0 and JSON-LD-API 1.0 specifications
 Java implementation of the JSON-LD 1.0 specification and the JSON-LD-API 1.0
 specification

Package: jsonlint
Description-md5: 3b0c786112d0eaadbbe65a5d8fd819d6
Description-en: validating parser of JSON data structures
 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. JSON is a text format that is
 completely language independent but uses conventions that are familiar
 to programmers of the C-family of languages. These properties make JSON
 an ideal data-interchange language.
 .
 This package provides jsonlint-php, a validating parser of JSON files.
 Another more complete JSON syntax validator and formatter tool is
 provided by the python-demjson package.

Package: libjsonm-ocaml
Description-md5: 396d9e6383bbd0371d8c6ab3b18fa3eb
Description-en: Non-blocking streaming JSON codec for OCaml (plugins)
 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains dynamically loadable modules for plugins.

Package: libjsonm-ocaml-dev
Description-md5: 14861b326419d6cb0ae84399193a7970
Description-en: Non-blocking streaming JSON codec for OCaml
 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains the development modules you need to use Jsonm
 in your programs.

Package: libjsonm-ocaml-doc
Description-md5: 50cbb8648afc7f9e5da7642c7e4b6d73
Description-en: Non-blocking streaming JSON codec for OCaml (documentation)
 Jsonm is an OCaml non-blocking streaming codec to decode and encode the
 JSON data format. It can process JSON text without blocking on IO and
 without a complete in-memory representation of the data.
 .
 The uncut codec also processes whitespace and (non-standard) JSON with
 JavaScript comments.
 .
 This package contains the documentation of Jsonm.

Package: jsonnet
Description-md5: 10da7b9dfe0b5004b55b25ffa6a6cd4f
Description-en: data templating language
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the binary executable.

Package: libjsonnet-dev
Description-md5: 2916a9b1a98758c36786e02483965868
Description-en: data templating language (devel)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the development files.

Package: libjsonnet0
Description-md5: 06c86a9bb2f268e31dede22defd7908f
Description-en: data templating language (lib)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the shared object.

Package: python3-jsonnet
Description-md5: 1193f3ee350591a3b1ed50b10fd6f785
Description-en: data templating language (Python)
 A data templating language for app and tool developers
 .
  * Generate config data
  * Side-effect free
  * Organize, simplify, unify
  * Manage sprawling config
 .
 A simple extension of JSON
 .
  * Open source (Apache 2.0)
  * Familiar syntax
  * Reformatter, linter
  * Editor & IDE integrations
  * Formally specified
 .
 Eliminate duplication with object-orientation. Or, use functions.
 Integrate with existing / custom applications. Generate JSON, YAML,
 INI, and other formats.
 .
 This package ships the Python binding.

Package: python-jsonpickle-doc
Description-md5: fc10a25b15ff4977c2611b64a65983cf
Description-en: Python library for serializing object graphs into JSON (documentation)
 jsonpickle is a Python library for serialization and deserialization of
 complex Python objects to and from JSON. The standard Python libraries for
 encoding Python into JSON, such as the stdlib’s json, simplejson, and
 demjson,  can only handle Python primitives that have a direct JSON
 equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
 top of these libraries and allows more complex data structures to be
 serialized to JSON. jsonpickle is highly configurable and
 extendable–allowing the user to choose the JSON backend  and add additional
 backends.
 .
 This is the documentation package.

Package: python3-jsonpickle
Description-md5: e39a09a2083b554d49fd368169ff773e
Description-en: Python library for serializing object graphs into JSON (Python 3)
 jsonpickle is a Python library for serialization and deserialization of
 complex Python objects to and from JSON. The standard Python libraries for
 encoding Python into JSON, such as the stdlib’s json, simplejson, and
 demjson,  can only handle Python primitives that have a direct JSON
 equivalent (e.g. dicts, lists, strings, ints, etc.). jsonpickle builds on
 top of these libraries and allows more complex data structures to be
 serialized to JSON. jsonpickle is highly configurable and
 extendable–allowing the user to choose the JSON backend  and add additional
 backends.
 .
 This is the Python 3 version of the package.

Package: gir1.2-jsonrpc-1.0
Description-md5: e018f35484046dca4c9f4a8997e8c446
Description-en: GObject introspection data for jsonrpc-glib
 This package contains GObject introspection information.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

Package: libjsonrpc-glib-1.0-1
Description-md5: 821c359a2fea8ad595eb93450872b1b0
Description-en: JSON-RPC library for GLib
 JSONRPC-GLib is a library for communicating as both a JSON-RPC client and
 server. Additionally, it supports upgrating connections to use GVariant for
 less runtime overhead.

Package: libjsonrpc-glib-1.0-dev
Description-md5: 941a74821cd01d3dcd9f4aaee0bf1eb8
Description-en: JSON-RPC library for GLib - development files
 JSONRPC-GLib is a library for communicating as both a JSON-RPC client and
 server. Additionally, it supports upgrating connections to use GVariant for
 less runtime overhead.
 .
 This package contains the development files.

Package: libjsonrpc-glib-doc
Description-md5: 2990f02a7a46641b953897e6e9129563
Description-en: JSON-RPC library for GLib - documentation
 JSONRPC-GLib is a library for communicating as both a JSON-RPC client and
 server. Additionally, it supports upgrating connections to use GVariant for
 less runtime overhead.
 .
 This package contains the API reference.

Package: python3-jsonrpclib-pelix
Description-md5: 5749809e03e9f1f3777fee8616ee4626
Description-en: Implementation of the JSON-RPC v2.0 specification (Python 3)
 This library is an implementation of the JSON-RPC specification.
 It supports both the original 1.0 specification, as well as the
 new (proposed) 2.0 specification, which includes batch submission, keyword
 arguments, etc.
 .
 This is a patched version of the original ``jsonrpclib`` project.
 .
 The suffix *-pelix* only indicates that this version works with Pelix Remote
 Services, but it is **not** a Pelix specific implementation.

Package: libjsoup-java
Description-md5: 1f89ba697067725f3774e2cc989b9589
Description-en: Java HTML parser that makes sense of real-world HTML soup
 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.

Package: libjsoup-java-doc
Description-md5: 2042a28235c5436fe219cf988325f736
Description-en: Documentation for jsoup HTML Parser
 Jsoup is a Java library for working with real-world HTML. It provides a very
 convenient API for extracting and manipulating data, using the best of DOM,
 CSS, and jquery-like methods.
 .
 jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
 parses HTML to the same DOM as modern browsers do.
 .
   * parse HTML from a URL, file, or string
   * find and extract data, using DOM traversal or CSS selectors
   * manipulate the HTML elements, attributes, and text
   * clean user-submitted content against a safe white-list, to prevent XSS
   * output tidy HTML
 .
 jsoup is designed to deal with all varieties of HTML found in the wild; from
 pristine and validating, to invalid tag-soup; jsoup will create a sensible
 parse tree.
 .
 This package contains the API documentation of libjsoup-java.

Package: libjsp-api-java
Description-md5: df1cc629a7d76da4e0d07351dfec8159
Description-en: JavaServer Pages API
 JavaServer Pages (JSP) is a technology that helps software developers
 create dynamically generated web pages based on HTML, XML, or other
 document types.

Package: postgresql-15-jsquery
Description-md5: d3664e83743088f8d12aff1e481703d5
Description-en: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.

Package: libjs-jsrender
Description-md5: dfed83ad8c0537250d0482003149fc3f
Description-en: JavaScript template rendering system
 jsRender is a JavaScript library that allows you to define a boilerplate
 structure once and reuse it to generate content dynamically.
 .
 It is an optimized template rendering system, it can be used to render
 templates to strings, ready for insertion in the DOM.

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: libjssc-java
Description-md5: 2e894de59a15779281105039e832fb91
Description-en: library for working with serial ports from Java
 Java Simple Serial Connector (jSSC) is a Java library for interacting with
 serial ports from Java.
 .
 This package contains both the Java library and JNI native interface.

Package: libjssc-java-doc
Description-md5: ab88a4ead5d788c9bb51d9645c7358aa
Description-en: library for working with serial ports from Java - doc
 Java Simple Serial Connector (jSSC) is a Java library for interacting with
 serial ports from Java.
 .
 This package contains the Javadoc API

Package: jstest-gtk
Description-md5: 82e50f1c5656dce61e42effc775dcfd3
Description-en: joystick testing and configuration tool
 jstest-gtk is a simple graphical joystick tester. It provides a list
 of attached joysticks, and for each one can display which buttons and
 axes are pressed, remap axes and buttons, and calibrate the device.
 .
 Even when your joystick is working mostly fine, you might want to
 give it a try, as the calibration lets you get rid of overlarge
 default deadzones that many joysticks use and which are a noticeable
 problem in some games.
 .
 Installing the joystick package in addition to this one will allow
 you to store your calibration settings and mappings and have the
 automatically restored.

Package: libjs-jstimezonedetect
Description-md5: c71403c67ccff856178ba912dd1d044a
Description-en: Finds the zone info key representing the timezone setting
 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 It does not do geolocation and does not consider historical (before
 2010) timezones.

Package: node-jstimezonedetect
Description-md5: f953c7dcf57ccbdf31076e84ec45b2a6
Description-en: Finds the zone info key representing timezone setting in node
 Returns the IANA zone info key for the devices timezone. This is
 useful for detecting the timezone of clients automatically without
 needing to prompt users.
 .
 Node.js is an event-based server-side Javascript engine.

Package: python3-jstyleson
Description-md5: cf30fe1433a64d6c9d33c23455ec6227
Description-en: library to parse JSON with js-style comments.
 JSON by standard does not allow comments and trailing comma, and the python
 standard json module does not offer options to parse such informal JSON.
 .
 jstyleson supports parsing JSON with:
 .
  * single-line comment
  * multi-line comment
  * inline comment
  * trailing comma

Package: jsurf-alggeo
Description-md5: 8b0adf2d777d43cc96597eb9bbf85c13
Description-en: Java based visualization library for real algebraic geometry
 jsurf is a Java library to visualize some real algebraic geometry.
 It is and can be used as the visualization component in Java programs.
 .
 Beside the library, this package also provides a simple script driven
 tool for drawing real algebraic geometric surfaces, as well as some
 script samples. (This simple tool is similar to, but not compatible with,
 the tool surf-alggeo distributed within the package surf-alggeo.)
 .
 jsurf is free software distributed under the Apache 2.0 License.

Package: pd-jsusfx
Description-md5: f2c8efd9dbff9ffa8dc3177b854bc081
Description-en: Jesusonic FX scripting language for audio DSP (Pure Data)
 jsusfx is an Open Source implementation of the JSFX scripting language that was
 created by Cockos and is made available with Reaper (a commercial multitrack
 editor and recorder).
 .
 This package provides the Pd support for jsusfx.

Package: jsxcompressor
Description-md5: 64512177929366d6e140feb6b67403aa
Description-en: Pure Javascript implementation of deflate, unzip, base64_decode
 This package is intended to provide  a pure JavaScript implementation of
 DEFLATE, unzip and base64_decode for JSXGraph. This can be used for
 delivering compressed JavaScript inside of an HTML file.
 .
 JSXGraph is a cross-browser library to display interactive geometry in a
  web browser.

Package: jsxgraph
Description-md5: a693140ebc3b1d7e4c1bce7475b04007
Description-en: Interactive Geometry with JavaScript
 JSXGraph is a cross-browser library to display interactive geometry in a
 web browser. It is implemented in JavaScript and uses SVG and VML.
 At the moment the following browsers are supported: Mozilla Firefox,
 Opera, Safari, Google Chrome, Microsoft Internet Explorer.
 .
 There are still some issues with JSXGraph in the Internet Explorer, so
 using Firefox, Opera, Safari or Chrome is recommended.
 .
 JSXGraph is easy to embed and has a small footprint: only 50 kB if
 embedded in a web page. No plugins are required!

Package: jtb
Description-md5: 4542d0dce155b89deca084dd49bc98b9
Description-en: syntax tree builder and visitors generator for JavaCC
 JTB (Java Tree Builder) is a syntax tree builder and visitors generator to be
 used in front of JavaCC (Java Compiler Compiler).  It takes a JavaCC grammar
 file as input (usually a ".jtb" file) and automatically generates the
 following:
  * a set of syntax tree classes based on the productions in the grammar,
    utilizing the Visitor design pattern;
  * four interfaces: IVoidVisitor, IVoidArguVisitor, IRetVisitor,
    IRetArguVisitor;
  * four depth-first visitors: DepthFirstVoidVisitor, DepthFirstVoidArguVisitor,
    DepthFirstRetVisitor, DepthFirstREtArguVisitor, whose default methods simply
    visit the children of the current node;
  * a JavaCC grammar ".jj" file (jtb.out.jj by default), with the proper
    annotations to build the syntax tree during parsing (which then must be
    compiled with JavaCC).
 .
 New visitors, which subclass any generated one, can then override the default
 methods and perform various operations on and manipulate the generated syntax
 tree.

Package: jtdx
Description-md5: 3a7aae8c797f685560aed92e2ec55afb
Description-en: Weak-signal amateur radio communications, JTDX version
 JTDX means "JT modes for DXing", it is being developed with main focus on the
 sensitivity and decoding efficiency, both in overcrowded and half empty HF
 band conditions. JTDX is forked from WSJT-X, a computer program dedicated to
 amateur radio communication using very weak signals.

Package: jlatex209-base
Description-md5: d77c4fb2ce3d7cf9d8aeb2120db37c9b
Description-en: basic NTT JLaTeX 2.09 macro files
 NTT JLaTeX 2.09 is a Japanized version of LaTeX 2.09.  It is obsolete
 and superseded by JLaTeX 2e which is included in jtex-bin package.

Package: jtex-base
Description-md5: f585cc35f3115ea4ad697445ac688d6a
Description-en: basic NTT JTeX library files
 NTT JTeX is a localized TeX implementation for Japanese text processing.

Package: libjtharness-java
Description-md5: 2ce82b773bfb8b14edd151cb8c51a5d1
Description-en: General purpose test harness for Java
 The JT harness is a general purpose, fully-featured, flexible, and configurable
 test harness very well suited for most types of unit testing. Originally
 developed as a test harness to run TCK test suites, it has since evolved into a
 general purpose test platform.

Package: libjtidy-java
Description-md5: eeff71f37c25e0353abac32042cba34f
Description-en: JTidy HTML syntax checker and pretty printer
 JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
 Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed
 and faulty HTML. In addition, JTidy provides a DOM interface to the document
 that is being processed, which effectively makes you able to use JTidy
 as a DOM parser for real-world HTML.

Package: libjtidy-java-doc
Description-md5: 2c674ae683fdd5f51c8dab9caa3db0f5
Description-en: JTidy HTML syntax checker and pretty printer (documentation)
 JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer.
 Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed
 and faulty HTML. In addition, JTidy provides a DOM interface to the document
 that is being processed, which effectively makes you able to use JTidy
 as a DOM parser for real-world HTML.
 .
 This package contains the API documentation of libjtidy-java.

Package: jtreg
Description-md5: 611519f9a173fc2ad95de16a2d1a0c04
Description-en: Regression Test Harness for the OpenJDK platform
 jtreg is the test harness used by the OpenJDK test framework.
 This framework is intended primarily for regression tests.
 It can also be used for unit tests, functional tests, and even simple product
 tests -- in other words, just about any type of test except a conformance test,
 which belong in a TCK.

Package: jtreg6
Description-md5: 611519f9a173fc2ad95de16a2d1a0c04
Description-en: Regression Test Harness for the OpenJDK platform
 jtreg is the test harness used by the OpenJDK test framework.
 This framework is intended primarily for regression tests.
 It can also be used for unit tests, functional tests, and even simple product
 tests -- in other words, just about any type of test except a conformance test,
 which belong in a TCK.

Package: jtreg7
Description-md5: 611519f9a173fc2ad95de16a2d1a0c04
Description-en: Regression Test Harness for the OpenJDK platform
 jtreg is the test harness used by the OpenJDK test framework.
 This framework is intended primarily for regression tests.
 It can also be used for unit tests, functional tests, and even simple product
 tests -- in other words, just about any type of test except a conformance test,
 which belong in a TCK.

Package: libjts-java
Description-md5: 9504b3b0776d15039f6db98ab5f3347b
Description-en: JTS Topology Suite
 JTS is a java library which provides:
  * an implementation of the spatial data model defined
    in the OGC Simple Features Specification for SQL (SFS)
  * a complete, consistent, implementation of fundamental 2D spatial algorithms
  * an explicit precision model, with algorithms that gracefully handle
    situations that result in dimensional collapse
  * robust implementations of key computational geometric operations
  * I/O in Well-Known Text format

Package: libjts-java-doc
Description-md5: 8965522fe1dbb28f0a199ca7eebe4d25
Description-en: Documentation for the JTS Topology Suite
 This package includes documentation for programmers:
  * javadoc for libjts-java
  * developer's guide
  * technical specifications

Package: jube
Description-md5: 3e8c1b03a18be94f674ca5ddeba1e29c
Description-en: JUBE Benchmarking Environment
 Automating benchmarks is important for reproducibility and
 hence comparability which is the major intent when
 performing benchmarks. Furthermore managing different
 combinations of parameters is error-prone and often
 results in significant amounts work especially if the
 parameter space gets large.
 .
 In order to alleviate these problems JUBE helps performing
 and analyzing benchmarks in a systematic way. It allows
 custom work flows to be able to adapt to new architectures.
 .
 For each benchmark application the benchmark data is written
 out in a certain format that enables JUBE to deduct the
 desired information. This data can be parsed by automatic
 pre- and post-processing scripts that draw information,
 and store it more densely for manual interpretation.
 .
 The JUBE benchmarking environment provides a script based
 framework to easily create benchmark sets, run those sets
 on different computer systems and evaluate the results. It
 is actively developed by the Juelich Supercomputing Centre
 of Forschungszentrum Juelich, Germany.

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: 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: libjudy-dev
Description-md5: 3f37f9368d6875c98dfa4a78c12db96b
Description-en: C library for creating and accessing dynamic arrays (dev package)
 Judy is a C library that implements a dynamic array.  Empty Judy arrays are
 declared with null pointers.  A Judy array consumes memory only when
 populated yet can grow to take advantage of all available memory.  Judy's key
 benefits are:  scalability, performance, memory efficiency, and ease of use.
 Judy arrays are designed to grow without tuning into the peta-element range,
 scaling near O(log-base-256).
 .
 Judy arrays are accessed with insert, retrieve, and delete calls for number
 or string indexes.  Configuration and tuning are not required -- in fact not
 possible.  Judy offers sorting, counting, and neighbor/empty searching.
 Indexes can be sequential, clustered, periodic, or random -- it doesn't
 matter to the algorithm.  Judy arrays can be arranged hierarchically to
 handle any bit patterns -- large indexes, sets of keys, etc.
 .
 Judy is often an improvement over common data structures such as:  arrays,
 sparse arrays, hash tables, B-trees, binary trees, linear lists, skiplists,
 other sort and search algorithms, and counting functions.
 .
 This is the development package.

Package: libjudydebian1
Description-md5: c319a2e1f849e99c268f4999ded0032f
Description-en: C library for creating and accessing dynamic arrays
 Judy is a C library that implements a dynamic array.  Empty Judy arrays are
 declared with null pointers.  A Judy array consumes memory only when
 populated yet can grow to take advantage of all available memory.  Judy's key
 benefits are:  scalability, performance, memory efficiency, and ease of use.
 Judy arrays are designed to grow without tuning into the peta-element range,
 scaling near O(log-base-256).
 .
 Judy arrays are accessed with insert, retrieve, and delete calls for number
 or string indexes.  Configuration and tuning are not required -- in fact not
 possible.  Judy offers sorting, counting, and neighbor/empty searching.
 Indexes can be sequential, clustered, periodic, or random -- it doesn't
 matter to the algorithm.  Judy arrays can be arranged hierarchically to
 handle any bit patterns -- large indexes, sets of keys, etc.
 .
 Judy is often an improvement over common data structures such as:  arrays,
 sparse arrays, hash tables, B-trees, binary trees, linear lists, skiplists,
 other sort and search algorithms, and counting functions.

Package: juff-dev
Description-md5: 498df20562ed031e2de552da7bcd25e6
Description-en: Lightweight yet powerful Qt text editor - development files
 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
 and the QScintilla library. It supports most features found in modern text
 editors, including syntax highlighting, bracket matching, switching encodings,
 sessions, and a plugin API.
 .
 This package contains development files for plugin building.

Package: juffed
Description-md5: 055aac3d39b5b1a5a91bc2f4011c525f
Description-en: Lightweight yet powerful Qt text editor
 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
 and the QScintilla library. It supports most features found in modern text
 editors, including syntax highlighting, bracket matching, switching encodings,
 sessions, and a plugin API.
 .
 This package contains the JuffEd editor.

Package: juffed-plugins
Description-md5: 3597ade8d9ed1036f15351321e0fa0b0
Description-en: Lightweight yet powerful Qt text editor - plugins
 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
 and the QScintilla library. It supports most features found in modern text
 editors, including syntax highlighting, bracket matching, switching encodings,
 sessions, and a plugin API.
 .
 This package contains the following plugins:
  * Autosave
  * Color Picker
  * Document List
  * Favorites
  * Find In Files
  * File manager
  * Key bindings
  * Sort Document
  * Symbol Browser
  * XML Formatter

Package: libjuff0.10
Description-md5: 196483519eaefad20bf9c6a79691a453
Description-en: Lightweight yet powerful Qt text editor - library
 JuffEd is a simple, cross-platform text editor written using the Qt toolkit
 and the QScintilla library. It supports most features found in modern text
 editors, including syntax highlighting, bracket matching, switching encodings,
 sessions, and a plugin API.
 .
 This package contains JuffEd editor libraries.

Package: libjug-java
Description-md5: 1dccb64d576a9025feeb174ca05c8c79
Description-en: Pure java UUID generator
 JUG is a pure java UUID generator that generates UUIDs according to the IETF
 UUID draft specification.
 .
 This package contains the library.

Package: jugglinglab
Description-md5: d625b867198e0f36b8d73c9f4c277b81
Description-en: Application for creating and animating juggling patterns
 Juggling Lab is an application written in Java for creating and animating
 juggling patterns.
 .
 Its main goals are to help people learn juggling patterns, and to assist in
 inventing new ones.
 .
 It generates and animates synchronous and asynchronous siteswaps and also
 multiplex siteswaps. Hand and body movement can be adjusted.
 .
 Part of the program is its siteswap generator, which allows one to generate
 siteswaps automatically by entering parameters like the number of objects,
 maximum height of throws and length of the pattern.

Package: juk
Description-md5: 79abb73f33494c5f81d84ee96a4badd4
Description-en: music jukebox / music player
 JuK is a powerful music player capable of managing a large music collection.
 .
 Some of JuK's features include:
  * Music collection, playlists, and smart playlists
  * Tag editing support, including the ability to edit multiple files at once
  * Tag-based music file organization and renaming
  * CD burning support using k3b
  * Album art using Google Image Search
 .
 This package is part of the KDE multimedia module.

Package: juman
Description-md5: 62cecebc1021c1f818753929013cbc81
Description-en: Japanese morphological analysis system
 Juman is a morphological analysis system.  It reads Japanese
 sentences from the standard input, segments them into morpheme
 sequences, and outputs them to the standard output with many
 additional pieces of information (pronunciation, semantic
 information, etc).

Package: juman-dic
Description-md5: 4f2e8f8218056680860202c88849f343
Description-en: Juman dictionary in text format
 This package provides Juman dictionary written in text format.

Package: libjuman-dev
Description-md5: e7060d8da0ab4b8e83515a82ef04e3ff
Description-en: Header files of JUMAN
 This package provides header files which are necessary to development
 programs using runtime libraries of Juman, that is a Japanese
 morphological analysis system.

Package: libjuman-perl
Description-md5: 59250d1a58f31b5b95e92f48779969b1
Description-en: Perl binding of JUMAN
 This package provides Perl binding of Juman, that is a Japanese
 morphological analysis system.

Package: libjuman4
Description-md5: eb7f6e2d33737cf201121e2c6b1502ea
Description-en: Library of JUMAN
 This package provides runtime libraries of Juman, that is a Japanese
 morphological analysis system.

Package: libjumbo-java
Description-md5: af96e8fb69fbdfc2495e3a918e32c4d3
Description-en: Java library for processing CML
 JUMBO is a library which validates and supports CML Schema.

Package: jumpnbump
Description-md5: 4417bb69a05c59e3b2d5faf5804083d4
Description-en: cute multiplayer platform game with bunnies
 You, as a bunny, have to jump on your opponents to make them
 explode.  It's a true multiplayer game, you can't play this alone.
 It has network support.
 .
 This program is a unix port of the old DOS game by brainchilddesign.

Package: jumpnbump-levels
Description-md5: f8755d0d1264769a124f27e4acbecd43
Description-en: cute multiplayer platform game with bunnies (extra levels)
 You, as a bunny, have to jump on your opponents to make them
 explode.  It's a true multiplayer game, you can't play this alone.
 It has network support.
 .
 This package contains fifteen extra levels.

Package: junior-doc
Description-md5: de96eeb7b0595a4f16045b3dc97b4b25
Description-en: Debian Jr. Documentation
 Includes, for the moment, just the "Quick Guide" which helps a new user
 of Debian Jr. get started.  The intention of the Debian Jr. working
 group is to provide a variety of additional documents to help children
 and sys admins alike with the installation, configuration, and use of a
 Debian Jr. system.

Package: junit
Description-md5: 4656faacf15a15de9e0ff0fcff36bb0e
Description-en: Automated testing framework for Java
 JUnit is a simple framework for writing and running automated tests.
 As a political gesture, it celebrates programmers testing their own
 software.

Package: junit-doc
Description-md5: dafa4198cbea8c6e6ef9d5bfc82954ef
Description-en: Document for JUnit
 This package provide documents and examples for JUnit which is a simple
 framework for writing and running automated tests.

Package: junit4
Description-md5: 6e472ef1eb53b7098f32665495dd5b52
Description-en: JUnit regression test framework for Java
 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations.  If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.

Package: junit4-doc
Description-md5: 76c2a881e3392afd1eddd749d9d0edd7
Description-en: JUnit regression test framework for Java - documentation
 JUnit is a simple framework to write repeatable tests. It is an
 instance of the xUnit architecture for unit testing frameworks.
 .
 JUnit 4 uses Java 5 features such as generics and annotations.  If
 you need compatibility with previous Java versions, you should use
 the junit package (version 3) instead.
 .
 This package contains Javadoc API documentation of JUnit 4.

Package: junit5
Description-md5: 45f7c2c54ef3841de9893b09b0955e45
Description-en: JUnit regression test framework for Java
 JUnit is a framework to write repeatable tests.
 .
 Unlike previous versions of JUnit, JUnit 5 is composed of several different
 modules from three sub-projects: JUnit Platform, JUnit Jupiter and
 JUnit Vintage.
 .
 The JUnit Platform serves as a foundation for launching testing frameworks
 on the JVM. It also defines the TestEngine API for developing a testing
 framework that runs on the platform. Furthermore, the platform provides
 a Console Launcher to launch the platform from the command line and a JUnit 4
 based Runner for running any TestEngine on the platform in a JUnit 4 based
 environment. First-class support for the JUnit Platform also exists in popular
 IDEs and build tools.
 .
 JUnit Jupiter is the combination of the new programming model and extension
 model for writing tests and extensions in JUnit 5. The Jupiter sub-project
 provides a TestEngine for running Jupiter based tests on the platform.
 .
 JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based
 tests on the platform.

Package: libjunit5-system-exit-java
Description-md5: 4d621915776c461490f197c599668514
Description-en: JUnit5 Extension to help write tests that call System.exit()
 This JUnit 5 Extension helps you write tests for code that calls System.exit().
 Starting with JUnit 5, @Rules, @ClassRules, and Runners were replaced by the
 Extension concept.

Package: junitparser
Description-md5: 2b6d09b34b7f2f491e91d0c46f3f5da4
Description-en: Merges JUnit/xUnit Result XML files
 junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
 existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
 .
 The command line tool can merge several Result XML files to one file.

Package: python3-junitparser
Description-md5: f8cf9732b7842a8c62e531c623a05df1
Description-en: Manipulates JUnit/xUnit Result XML files
 junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
 existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
 .
 There are already a lot of modules that convert JUnit/xUnit XML from a
 specific format, but you may run into some proprietary or less-known formats
 and you want to convert them and feed the result to another tool, or, you may
 want to manipulate the results in your own way.

Package: libjunixsocket-java
Description-md5: fc9c8f11c9ee76cfa689cedd9f38e19d
Description-en: Unix Domain Sockets in Java
 junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets
 (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket
 extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.)
 and even supports RMI over AF_UNIX. It is also possible to use it in
 conjunction with Connector/J to connect to a local MySQL server via Unix domain
 sockets.

Package: libjunixsocket-jni
Description-md5: 2aeb258677d6abd17abb755400c59431
Description-en: Unix Domain Sockets in Java (JNI library)
 junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets
 (AF_UNIX sockets) from Java. In contrast to other implementations, junixsocket
 extends the Java Sockets API (java.net.Socket, java.net.SocketAddress etc.)
 and even supports RMI over AF_UNIX. It is also possible to use it in
 conjunction with Connector/J to connect to a local MySQL server via Unix domain
 sockets.
 .
 This package contains the architecture specific Java native interface part.

Package: python3-junos-eznc
Description-md5: 0142e463de1f6ea22370ffd163280a03
Description-en: Junos 'EZ' automation for non-programmers (Python 3)
 Junos PyEZ is designed to provide the same capabilities as a user
 would have on the Junos CLI, but in an environment built for
 automation tasks. These capabilities include, but are not limited to:
 .
  - Remote connectivity and management of Junos devices via NETCONF
  - Provide "facts" about the device
  - Retrieve "operational" or "run-state" information
  - Retrieve configuration information
  - Make configuration changes in unstructured and structured ways
  - Provide common utilities for tasks such as secure copy of files and
    software updates
 .
 This package contains the Python 3 version.

Package: joe-jupp
Description-md5: 026b25425292c3dc7447095bf0175ea3
Description-en: reimplement the joe Debian package using jupp
 This package contains symbolic links to replace the Debian joe package
 using the jupp package’s JOE implementation (binaries and manpages).
 It also contains the appropriate conffiles and, in contrast to Debian’s
 joe flavour, supports SELinux context copying (on Debian systems with
 the Linux kernel), and has many bugs fixed and makes some of jupp’s new
 features available to the joe, jstar, jmacs, jpico and rjoe flavours.

Package: jupp
Description-md5: a19e56dc3edc35fcf74b9d3a43767049
Description-en: user friendly full screen text editor
 JOE, the Joe’s Own Editor, has the feel of most PC text editors: the key
 sequences are reminiscent of WordStar and Turbo C editors, but the feature
 set is much larger than of those.  JOE has all of the features a Unix
 user should expect: full use of termcap/terminfo, complete vi-style Unix
 integration, a powerful configuration file and a regular expression search
 system.  It also has eight help reference cards which are always available,
 and an intuitive, simple, and well thought-out user interface.
 .
 JOE has a great screen update optimisation algorithm, multiple windows
 (through/between which you can scroll) and lacks the confusing notion of
 named buffers.  It has command history, tab expansion in file selection
 menus, undo and redo functions, (un)indenting and paragraph formatting,
 filtering highlighted blocks through any external Unix command, editing
 a pipe into or out of a command, block move, copy, delete or filter, a
 bracketed paste mode automatically enabled on xterm-xfree86 and decimal
 and hexadecimal gotos for lines, columns, and file offsets.
 .
 Through simple QEdit-style configuration files, JOE can be set up to
 emulate editors such as Pico and Emacs, along with a complete imitation
 of WordStar in non-document mode, and a restricted mode version (lets you
 edit only the files specified on the command line). JOE also has a deferred
 screen update to handle typeahead, and it ensures that deferral is not
 bypassed by tty buffering. It’s usable even at 2400 baud, and it will work
 on any kind of sane terminal. Furthermore, it supports SELinux context
 copying on Debian systems with the Linux kernel.
 .
 This version of JOE only comes with the “jupp” flavour, to not conflict
 with the Debian joe package, activated. The resource files and executable
 links and menu entries for the other flavours are still available, though,
 in the joe-jupp package.

Package: jupyter-client
Description-md5: 50a323ff448352989b3b74ce1470431e
Description-en: Jupyter protocol client APIs (tools)
 This software component contains the reference implementation
 of the Jupyter protocol. It also provides client and kernel
 management APIs to work with kernels, the "jupyter kernelspec"
 entry point to install kernelspecs for use with Jupyter frontends
 and the "jupyter run" command to execute a script on a jupyter kernel.
 .
 This package contains the jupyter-kernelspec and jupyter-run tools.

Package: python-jupyter-client-doc
Description-md5: 5058f6e40ef297e35759f74a7c03ec41
Description-en: Jupyter protocol client APIs (documentation)
 This software component contains the reference implementation
 of the Jupyter protocol. It also provides client and kernel
 management APIs to work with kernels, the "jupyter kernelspec"
 entry point to install kernelspecs for use with Jupyter frontends
 and the "jupyter run" command to execute a script on a jupyter kernel.
 .
 This package contains documentation.

Package: python3-jupyter-client
Description-md5: 4850016a74f71ab72487766bd8f0aa6a
Description-en: Jupyter protocol client APIs (Python 3)
 This software component contains the reference implementation
 of the Jupyter protocol. It also provides client and kernel
 management APIs to work with kernels, the "jupyter kernelspec"
 entry point to install kernelspecs for use with Jupyter frontends
 and the "jupyter run" command to execute a script on a jupyter kernel.
 .
 This package installs the library for Python 3.

Package: python3-comm
Description-md5: 74d59da97617673f98b3751c224b976f
Description-en: Register a comm implementation in the Jupyter kernel (Python 3)
 It provides a way to register a Kernel Comm implementation, as per the Jupyter
 kernel protocol. It also provides a base Comm implementation and a default
 CommManager that can be used.
 .
 This package installs the library for Python 3.

Package: jupyter-console
Description-md5: ae2d8d599f844bb7ab2be023ac01cc40
Description-en: Jupyter terminal client (script)
 Terminal-based console frontend for Jupyter kernels, like ipython but with
 support for non-python kernels.
 .
 This package installs the jupyter-console script.

Package: python-jupyter-console-doc
Description-md5: 1ceeadc77a86335c97e1ecdb4592c271
Description-en: Jupyter terminal client (documentation)
 Terminal-based console frontend for Jupyter kernels, like ipython but with
 support for non-python kernels.
 .
 This package installs documentation.

Package: python3-jupyter-console
Description-md5: a2b845cd7b9f2d8a701e58e7b043b925
Description-en: Jupyter terminal client (Python 3)
 Terminal-based console frontend for Jupyter kernels, like ipython but with
 support for non-python kernels.
 .
 This package installs the library for Python 3.

Package: jupyter
Description-md5: fea5026998e57d68a9c9adba550642c3
Description-en: Interactive computing environment (metapackage)
 Project Jupyter provides tools for interactive computing, useful for data
 science, scientific computing and learning. Computational languages for
 multiple languages are available; the name Jupyter is derived from
 Julia, Python and R.
 .
 This package depends on a standard set of Jupyter packages;
  - the core and client libraries
  - the console interface
  - the web-based notebook
  - tools for working with and converting notebook (ipynb) files
  - the python3 computational kernel
 .
 The various jupyter components can be called using the /usr/bin/jupyter
 entrypoint, eg "jupyter notebook".

Package: jupyter-core
Description-md5: 3a85a4b2ada188024f82cf6774896d17
Description-en: Core common functionality of Jupyter projects (tools)
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package contains the migration tool (off IPython before 4.0)
 and a path-giving utility.

Package: python-jupyter-core-doc
Description-md5: 5c3f010fb196ad3138b05a8f93341f37
Description-en: Core common functionality of Jupyter projects (documentation)
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package contains documentation.

Package: python3-jupyter-core
Description-md5: 23139771ce692fc9df56a674cfacaae1
Description-en: Core common functionality of Jupyter projects for Python 3
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package installs the library for Python 3.

Package: python3-jupyter-kernel-test
Description-md5: d8b77e842dc5258fa35792f56cbe548f
Description-en: tool to test Jupyter kernels
 jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels
 for successful code execution and conformance with the Jupyter Messaging
 Protocol (currently 5.0).

Package: jupyter-notebook
Description-md5: a1f300590a1412cd831ab1ad0a2faf40
Description-en: Jupyter interactive notebook
 The Jupyter Notebook is a web application that allows you to create and
 share documents that contain live code, equations, visualizations, and
 explanatory text. The Notebook has support for multiple programming
 languages, sharing, and interactive widgets.
 .
 This package provides the jupyter subcommands "notebook", "nbextension",
 "serverextension" and "bundlerextension".

Package: python-notebook-doc
Description-md5: 5193dd9d2354e8ca81574eb5f5933104
Description-en: Jupyter interactive notebook (documentation)
 The Jupyter Notebook is a web application that allows you to create and
 share documents that contain live code, equations, visualizations, and
 explanatory text. The Notebook has support for multiple programming
 languages, sharing, and interactive widgets.
 .
 This package contains the documentation.

Package: python3-notebook
Description-md5: 5da681a9ca3b32654d12c11e9bca9ffe
Description-en: Jupyter interactive notebook (Python 3)
 The Jupyter Notebook is a web application that allows you to create and
 share documents that contain live code, equations, visualizations, and
 explanatory text. The Notebook has support for multiple programming
 languages, sharing, and interactive widgets.
 .
 This package contains the Python 3 library.

Package: python3-jupyter-packaging
Description-md5: 803f1239c8eed85e369ba52941fcb599
Description-en: tools to help build and install Jupyter Python packages
 Tool to help with the building and installation of Jupyter Python packages.
 This tool is starting to be used for many Jupyter Python packages.

Package: jupyter-server
Description-md5: e42712a27b44a13cfe55c2818ce9b77b
Description-en: Jupyter protocol server backend (tools)
 This software component contains the server backend for
 Jupyter web applications like the Jupyter notebook or
 Jupyterlab.
 .
 This package contains the jupyter-server tool.

Package: python3-jupyter-server
Description-md5: 5ae97244393e6d1707a8341c5f024bb4
Description-en: Jupyter protocol server backend (Python 3)
 This software component contains the server backend for
 Jupyter web applications like the Jupyter notebook or
 Jupyterlab.
 .
 This package installs the library for Python 3.

Package: python3-jupyter-server-mathjax
Description-md5: 390560e2ddac2b14a2a21762ae884b22
Description-en: Jupyter Server extension for serving MathJax
 This package installs an extension to Jupyter Server which adds a static
 endpoint that serves MathJax resources.

Package: jupyter-sphinx-theme-common
Description-md5: 1d478f4f4efac0b4a35eef03882694da
Description-en: Jupyter Sphinx Theme -- common files
 A Jupyter Sphinx theme for narrative documentation.
 .
 It integrates the Bootstrap CSS / JavaScript framework with various layout
 options, hierarchical menu navigation, and mobile-friendly responsive design.
 It is configurable, extensible and can use any number of different Bootswatch
 CSS themes.
 .
 This package contains the common files used by the theme.

Package: jupyter-sphinx-theme-doc
Description-md5: fafb2e5543573b20ebbdf0c23a6be30d
Description-en: Jupyter Sphinx Theme -- documentation
 A Jupyter Sphinx theme for narrative documentation.
 .
 It integrates the Bootstrap CSS / JavaScript framework with various layout
 options, hierarchical menu navigation, and mobile-friendly responsive design.
 It is configurable, extensible and can use any number of different Bootswatch
 CSS themes.
 .
 This package contains the common documentation and examples.

Package: python3-jupyter-sphinx-theme
Description-md5: c221aa6e7f6e814cb43d5a0ec1f3e7a0
Description-en: Jupyter Sphinx Theme -- Python 3
 A Jupyter Sphinx theme for narrative documentation.
 .
 It integrates the Bootstrap CSS / JavaScript framework with various layout
 options, hierarchical menu navigation, and mobile-friendly responsive design.
 It is configurable, extensible and can use any number of different Bootswatch
 CSS themes.
 .
 This package contains the Python 3 version of the theme.

Package: python3-jupyter-telemetry
Description-md5: e2643e39ce764b66dbc17f3d0ebd8ca7
Description-en: Jupyter telemetry library
 Telemetry for Jupyter Applications and extensions.
 .
 Jupyter Telemetry enables Jupyter Applications (e.g. Jupyter Server,
 Jupyter Notebook, JupyterLab, JupyterHub, etc.) to record
 events—i.e. actions by application users—and transmit them to remote
 (or local) destinations as structured data. It works with Python's
 standard `logging` library to handle the transmission of events
 allowing users to send events to local files, over the web, etc.

Package: jupyterhub
Description-md5: 7fc96dda32fc7099d482510443b7e092
Description-en: Multi-user server for Jupyter notebooks
 With JupyterHub you can create a multi-user Hub which spawns,
 manages, and proxies multiple instances of the single-user Jupyter
 notebook server.
 .
 Project Jupyter created JupyterHub to support many users. The Hub can
 offer notebook servers to a class of students, a corporate data
 science workgroup, a scientific research project, or a high
 performance computing group.

Package: python3-jupyterlab-pygments
Description-md5: dd2f5da2b3e18705d5166740ba102e05
Description-en: Syntax coloring scheme for pygments using JupyterLab (Python 3)
 Provides a syntax coloring scheme for pygments using JupyterLab, which
 enables the use of JupyterLab's themes with pygments-generated HTML.
 .
 This package installs the library for Python 3.

Package: python3-jupyterlab-server
Description-md5: 0265e605cb0733d9f449e79019c74942
Description-en: base component to create JupyterLab applications
 Contains the base class for building a JupyterLab application
 providing a service through a server.
 .
 This package installs the library for Python 3.

Package: libjutils-java
Description-md5: 12795945f7082a201771bcab70cb0b0a
Description-en: Common utilities for Java Game Technology Group projects
 The JUtils Project hosts an implementation of a set of APIs utilized
 by other Java Game Technology Group projects (eg. JInput, JOAl,
 JOGL).

Package: jverein
Description-md5: 20f95ab5c7a1e1e1863ef9471b9feed9
Description-en: Tool to administrate an association
 JVerein is an open source association administration with a connection
 to the homebanking software Hibiscus, which is also under open source
 license. The implementation is done with Java. The procedure
 thus guaranteed on many platforms. Jameica is used as the GUI framework.

Package: libjvyamlb-java
Description-md5: 4441f5bd753b5c2401c0130627169c75
Description-en: pure Java YAML loader and dumper
 JvYAMLb is a very customizable, YAML 1.0/1.1 loader and dumper. JvYAMLb is
 aimed at improving YAML performance in the JRuby project
 (http://jruby.sourceforge.net), but is also suitable for configuration and data
 storage in regular Java applications.

Package: jwm
Description-md5: f62d272b894d06cae5f995079c0e89c8
Description-en: very small lightweight pure X11 window manager with tray and menus
 Low resource Window manager ideal for older PCs. It uses a minimum of
 external libraries, thus very little memory, includes virtual screens,
 menubar and root-menu popup.
 .
 JWM is a window manager for the X11 Window System. JWM is written in
 C and uses only Xlib and (optionally) the shape extension and libXpm.
 It can support some MWM, GNOME, and WM Spec hints. The menu configuration
 files are managed in XML format.
 .
 This JWM package is built with support for the full suite of supported
 image formats, including JPEG, PNG, SVG and XPM; as well as Xinerama
 and Xrender extensions, and FreeType-based font rendering.
 .
 Compared to other light WM, like FVWM or Openbox, the Jwm consumes
 considerably less memory while providing the same functionality.

Package: libjws-api-java
Description-md5: 95e597cd0f2aa393f42a50a8d0afdf82
Description-en: Java EE Web Services Metadata API (JSR 181)
 This API defines Java annotations to enable easy definition
 of Java Web Services in a Java EE container.
 .
 This API was a standard part of the JDK since Java 6 (the javax.jws package)
 and was removed in Java 11.

Package: libjxgrabkey-java
Description-md5: 63b3e882e7ba7ec013a644667af45622
Description-en: X11 hotkey API for java
 JXGrabKey provides an API to make java programs hotkey aware.
 .
 It relies on a jni backend provided by the libjxgrabkey-jni package.

Package: libjxgrabkey-jni
Description-md5: bd41838ccef2c4df6b438b2b57f4c79b
Description-en: X11 hotkey API for java (jni backend)
 JXGrabKey provides an API to make java programs hotkey aware.
 .
 This package holds the architecture dependent jni backend of the java
 library.

Package: jxplorer
Description-md5: e34607c497252881e3d3fce73025b577
Description-en: Java LDAP Browser
 JXplorer is an open source LDAP browser originally developed by
 Computer Associates' eTrust Directory development lab. It is a
 standards compliant general purpose LDAP browser that can be used
 to read and search any LDAP directory, or any X500 directory with
 an LDAP interface.
 JXplorer is a fully functional piece of software with advanced
 security integration and support for the more difficult and
 obscure parts of the LDAP protocol. It should run on any Java
 supporting operating system.
 Main features are:
 .
  * Standard LDAP operations: add/delete/copy/modify
  * Complex operations: tree copy and tree delete
  * Optional GUI based search filter construction
  * SSL and SASL authentication
  * pluggable editors/viewers
  * pluggable security providers
  * HTML templates/forms for data display
  * Full i18n support
  * LDIF file format support
  * highly user configurable
  * drag-n-drop browsing operation
  * DSML Support
  * handles complex LDAP cases:
    o multi valued rdns
    o binary attributes
    o Certificates and Passwords
    o Unicode characters
    o Special characters / UTF8 in distinguished names.
  * Extensible architecture with object class based Java plugins

Package: libjxr-dev
Description-md5: 18ba57900e6b5314319519a7de5e3001
Description-en: JPEG-XR lib - dev files
 JPEG XR is an approved ISO/IEC International standard (its official
 designation is ISO/IEC 29199-2).
 .
 JPEG XR started its life in Microsoft Research. It publicly first appeared as
 the HD Photo format in Windows Vista.
 .
 For web developers, JPEG XR has a large number of interesting features, see
 the table below. Some of these are big advantages over other image formats
 like JPEG, PNG, OpenEXR, and TIFF.
  - Better Compression (40% smaller than JPEG)
  - Lossless Mode (better compression than PNG)
  - Alpha Channel (compress color lossy and alpha losslessly)
  - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel)
  - Progressive Decode
  - Advanced Decoding Features (tile-based layout, for efficient
    region-of-interest access.)
 .
 Provide the development files

Package: libjxr-tools
Description-md5: 6cddd78b15740c666605a9e2f25f8667
Description-en: JPEG-XR lib - command line apps
 JPEG XR is an approved ISO/IEC International standard (its official
 designation is ISO/IEC 29199-2).
 .
 JPEG XR started its life in Microsoft Research. It publicly first appeared as
 the HD Photo format in Windows Vista.
 .
 For web developers, JPEG XR has a large number of interesting features, see
 the table below. Some of these are big advantages over other image formats
 like JPEG, PNG, OpenEXR, and TIFF.
  - Better Compression (40% smaller than JPEG)
  - Lossless Mode (better compression than PNG)
  - Alpha Channel (compress color lossy and alpha losslessly)
  - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel)
  - Progressive Decode
  - Advanced Decoding Features (tile-based layout, for efficient
    region-of-interest access.)
 .
 Provides command line tools for JPEG XR libs (JxrDecApp & JxrEncApp)

Package: libjxr0
Description-md5: 76d9663a63d4d35e9b6be0f4055a38c3
Description-en: JPEG-XR lib - libraries
 JPEG XR is an approved ISO/IEC International standard (its official
 designation is ISO/IEC 29199-2).
 .
 JPEG XR started its life in Microsoft Research. It publicly first appeared as
 the HD Photo format in Windows Vista.
 .
 For web developers, JPEG XR has a large number of interesting features, see
 the table below. Some of these are big advantages over other image formats
 like JPEG, PNG, OpenEXR, and TIFF.
  - Better Compression (40% smaller than JPEG)
  - Lossless Mode (better compression than PNG)
  - Alpha Channel (compress color lossy and alpha losslessly)
  - Extended Bitdepth (supports 8-, 16-, and 32-bit/channel)
  - Progressive Decode
  - Advanced Decoding Features (tile-based layout, for efficient
    region-of-interest access.)

Package: jython
Description-md5: c09f9033a073d1f7301992f5f47163eb
Description-en: Python seamlessly integrated with Java
 Jython is an implementation of the high-level, dynamic, object-oriented
 language Python seamlessly integrated with the Java platform.  The
 predecessor to Jython, JPython, is certified as 100% Pure Java.
 .
 Jython is complementary to Java and allows the two languages to be freely
 mixed.  It is especially suited for embedded scripting, interactive
 experimentation and rapid application development, and it can
 interact with Java packages or with running Java applications.

Package: jython-doc
Description-md5: c962bf50c611a5ef15704e3db84eb289
Description-en: Jython documentation including API docs
 Official documentation for Jython, an implementation of Python
 seamlessly integrated with Java.  This includes detailed Jython usage
 information as well as the API documentation for the Jython classes.
 .
 This package only contains documentation specific to Jython; for general
 Python documentation including a Python language reference and tutorial,
 see Python web site : http://docs.python.org/.

Package: jzip
Description-md5: 1fd33c5751e02ad525634c02d1c4954a
Description-en: Text mode interpreter for Z-Code adventures
 This package provides the jzip Z-Code interpreter required to run
 Infocom or Inform-generated text adventures, although the format can
 be used for more than games. It is based on the zip interpreter sources
 and adapted by John D. Holder <jholder@frii.com>.
 .
 The ckifzs program, for checking the basic structure of save files
 against the QUETZAL standard, is also included, as is the jzexe
 program to create a standalone executable by gluing a Z-code file to
 jzip.
 .
 For other Z-Code interpreters, also see the frotz, xzip, fizmo, and
 gargoyle-free packages in Debian.  The current list of interpreters
 available within Debian can be viewed here:
 .
 http://packages.debian.org/stable/zcode-interpreter

Package: libjzlib-java
Description-md5: 35c243102d954345699348d1355af49a
Description-en: Java Zlib implementation
 JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
 .
 It supports all compression level and all flushing mode of ZLib and
 it can inflate and deflate exactly like ZLib does.
 It provide much more flexibility over 'java.util.zip.*' included in
 Java Platform API.
 .
 JZlib is licensed under a BSD style license.

Package: libzmq-java
Description-md5: 6a69c45c5545689ace4db848108d3f41
Description-en: ZeroMQ Java bindings (jzmq)
 ZeroMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains JNI-based Java bindings for ZeroMQ.

Package: libzmq-java-doc
Description-md5: 09656deaaa082afe6a4436737ceab67e
Description-en: Documentation for ZeroMQ Java bindings (jzmq)
 ZeroMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains JavaDoc documentation for the Java bindings for ZeroMQ.

Package: libzmq-jni
Description-md5: 5b62ef8e7a9b0cb4a31024fb11bcd6c6
Description-en: ZeroMQ Java bindings (jzmq)
 ZeroMQ is a library which extends the standard socket interfaces with features
 traditionally provided by specialised messaging middleware products.
 .
 ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple
 messaging patterns, message filtering (subscriptions), seamless access to
 multiple transport protocols and more.
 .
 This package contains JNI libraries for libzmq-java.

Package: k2pdfopt
Description-md5: 458ca57c840bf20d9adb4077e5e99e32
Description-en: PDF Reflow tool
 K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle) and
 smartphones. It works well on multi-column PDF/DJVU files and can re-flow text
 even on scanned PDF files. It can also be used as a general PDF copying/
 cropping/re-sizing/OCR-ing manipulation tool. It can generate native or
 bitmapped PDF output, with an optional OCR layer.

Package: k3b
Description-md5: 85a2ae552f4eb3a4b28b33d4b2ba0363
Description-en: Sophisticated CD/DVD burning application
 K3b is a full-featured CD/DVD/Blu-ray burning and ripping application.
 It supports a variety of project types as well as copying of optical
 media, burning of different types of images, and ripping Audio CDs,
 Video CDs, and Video DVDs.
 Its convenient user interface is targeted at all audiences, trying to
 be as simple as possible for novice users, while also providing all
 features an advanced user might need.

Package: k3b-data
Description-md5: a2459f96b8b6a7609c11713d34f611c3
Description-en: Sophisticated CD/DVD burning application - data files
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains the required data files common to all architectures.

Package: k3b-extrathemes
Description-md5: bb2e32a30a950937f14827efcaec94e4
Description-en: Sophisticated CD/DVD burning application - extra themes
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains additional themes for K3b.

Package: k3b-i18n
Description-md5: 5fb8fb0100bddccb8852d63a9309b9f4
Description-en: Sophisticated CD/DVD burning application - localizations files
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains translations files.

Package: libk3b-dev
Description-md5: b663aaf627cae2c6b6207dc67ad6ae8b
Description-en: KDE CD/DVD burning application library - development files
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains development files.

Package: libk3b-extracodecs
Description-md5: 3a841361001b55a9161baa4919cfc2f2
Description-en: KDE CD/DVD burning application library - extra decoders
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains runtime libraries for the MP3 and FFMPEG decoder plugin.

Package: libk3b8
Description-md5: c402b6a06ec159e5313882f6465aa501
Description-en: KDE CD/DVD burning application library - runtime files
 K3b provides a comfortable user interface to perform most CD/DVD burning
 tasks. While the experienced user can take influence in all steps
 of the burning process the beginner may find comfort in the automatic settings
 and the reasonable k3b defaults which allow a quick start.
 .
 This package contains runtime libraries.

Package: k4dirstat
Description-md5: 8c14faf7f9773e932d4d5a6fc655dcfa
Description-en: graphical disk usage display with cleanup facilities
 K4DirStat (KDE Directory Statistics) is a small utility program that sums
 up disk usage for directory trees, very much like the Unix 'du' command.
 It displays the disk space used up by a directory tree, both numerically
 and graphically.  It is network transparent (i.e., you can use it to sum
 up FTP servers), and comes with predefined and user configurable cleanup
 actions.  You can directly open a directory branch in Konqueror or the
 shell of your choice, compress it to a .tar.bz2 archive, or define your
 own cleanup actions.

Package: kaccounts-integration
Description-md5: 59678c46195bfdaebfe3ef866b9168e6
Description-en: System to administer web accounts
 Small system to administer web accounts for the sites and services
 across the Plasma desktop, including: Google, Facebook, Owncloud, IMAP,
 Jabber and others.

Package: libkaccounts-dev
Description-md5: da8b3ca7a0ac892cbb896a0457577921
Description-en: System to administer web accounts - development files
 Small system to administer web accounts for the sites and services across the
 Plasma desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others.
 .
 This package contains development files.

Package: libkaccounts2
Description-md5: 2b13251d340d1962dccddc315cc81a95
Description-en: System to administer web accounts - shared library
 Small system to administer web accounts for the sites and services across the
 Plasma desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others.
 .
 This package contains the shared library.

Package: qml-module-org-kde-kaccounts
Description-md5: 95ae495a52ce04d808c1acad06c0666a
Description-en: KAccounts QtDeclarative QML Support
 Contains a plugin for QtDeclarative that provides
 support for using KAccounts components written
 in QML.

Package: kaccounts-providers
Description-md5: 2e63efd8c278d0e0f7b3e59fd0b2c50e
Description-en: KDE providers for accounts sign-on
 Provides additional configuration files for libaccounts and
 libsignon to recognize online services such as Facebook
 and Google.

Package: kactivities-bin
Description-md5: 4985b40bed8194bcf00bd4e2a24dece9
Description-en: Command Line Tool for KActivities
 kactivities-cli is a command line tool to interact with KActivities
 or for help with shell completion.

Package: libkf5activities-dev
Description-md5: 7ad970a287cc047a4edc2fc387464982
Description-en: development files for kactivities.
 This library provides functionality for managing Activities.
 .
 Contains development files for kactivities.

Package: libkf5activities-doc
Description-md5: c1a136154fa5fe4fe1016a72038e3e94
Description-en: Library to organize the user work in separate activities (documentation)
 This library provides functionality for managing Activities.
 .
 This package contains the qch documentation files.

Package: libkf5activities5
Description-md5: 46ad843a4038ec1b1ac2f4703f81cbaf
Description-en: Library to organize the user work in separate activities.
 This library provides functionality for managing Activities.

Package: qml-module-org-kde-activities
Description-md5: be2639ae3f81b62b7624b7a055f51e8a
Description-en: provides integration of QML and KDE Frameworks
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: libkf5activitiesstats-dev
Description-md5: 9b84b4b8fd49751a843ec3c1cba3e3a0
Description-en: development files for kactivities-stats.
 A library for accessing the usage data collected by the activities system.
 .
 Contains development files for kactivities-stats.

Package: libkf5activitiesstats-doc
Description-md5: db83b9d143d808741994ac9a13af1eb6
Description-en: usage data collected by the activities system
 A library for accessing the usage data collected by the activities
 system.
 .
 This package contains the qch documentation files.

Package: libkf5activitiesstats1
Description-md5: 50da67565bb2aea00165c9d3799771c4
Description-en: usage data collected by the activities system
 A library for accessing the usage data collected by the activities
 system.
 .
 Contains development files for kactivities-stats.

Package: kactivitymanagerd
Description-md5: a9bed58e742e6b5388dfcd0771bd567d
Description-en: System service to manage user's activities
 System service to manage user's activities, track the usage patterns
 etc.

Package: kaddressbook
Description-md5: 420a99435b64384b2e07fc6ed822c455
Description-en: address book and contact data manager
 KAddressBook enables you to manage your contacts efficiently and comfortably.
 It can load and save your contacts to many different locations, including
 the local file system, LDAP servers, and SQL databases.

Package: kaddressbook-data
Description-md5: a529a503eafc6649cb11aca9871f3fec
Description-en: address book and contact data manager, data files
 This package is part of the KDE PIM module.
 This package contains data files.

Package: libkpimaddressbookimportexport-dev
Description-md5: d7aa70d9e5f488477c4cd4ee34e37a7d
Description-en: Addressbook import export library, devel files
 This package is part of the KDE PIM module.

Package: libkpimaddressbookimportexport5
Description-md5: 0eef3da2de6b51d50966a9552800de35
Description-en: Addressbook import export library
 This package is part of the KDE PIM module.

Package: kaffeine
Description-md5: 6d48b7714395644c82ea63fa5e6d8ba3
Description-en: versatile media player for KDE
 Kaffeine is a media player for KDE based on VLC, which gives it a wide variety
 of supported media types and lets Kaffeine access CDs, DVDs, and network
 streams easily.  Kaffeine also has an excellent support of digital TV (DVB).
 .
 Kaffeine can keep track of multiple playlists simultaneously, and supports
 autoloading of subtitle files for use while playing video.

Package: kafkacat
Description-md5: 0d2f6c835af1a3434bd5fb4bebdeea6a
Description-en: producer and consumer for Apache Kafka (transitional package)
 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 This package is a transitional package. It can be safely removed.

Package: kcat
Description-md5: 17587d0a1b21c8f3e1287f4979165812
Description-en: producer and consumer for Apache Kafka
 kcat is a generic non-JVM producer and consumer for Apache Kafka
 0.8, think of it as a netcat for Kafka.
 .
 In producer mode kcat reads messages from stdin, delimited with a
 configurable delimiter and produces them to the provided Kafka
 cluster, topic and partition. In consumer mode kcat reads messages
 from a topic and partition and prints them to stdout using the
 configured message delimiter.
 .
 kcat also features a Metadata list mode to display the current
 state of the Kafka cluster and its topics and partitions.

Package: kafs-client
Description-md5: 5a9a62fc1a9e06b9510864ab49b0e53d
Description-en: basic tools for kAFS and mounter for the AFS dynamic root
 kAFS is a Linux kernel implementation of the AFS file system.  This
 package contains the basic AFS-compatible tools for kAFS and systemd
 scripts to mount the dynamic root on /afs and preload the cell database.

Package: libkafs-client-dev
Description-md5: 224f43c22525caf5f9e0f42a21da0d33
Description-en: Development files for kAFS tool shared library
 kAFS is a Linux kernel implementation of the AFS file system.  This
 package provides the headers and development files for the libkafs_client
 shared library.

Package: libkafs-client0
Description-md5: 424208d515a511ac978da8d59ee8fdbb
Description-en: kAFS tool shared library
 kAFS is a Linux kernel implementation of the AFS file system.  This
 package provides a library of shareable routines for dealing with the
 kAFS filesystem.  These provide things like configuration parsing and DNS
 lookups.

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: kajongg
Description-md5: fb414308a1b578b0a589e7e8fce92f1d
Description-en: classical Mah Jongg game
 This is the classical Mah Jongg for four players.
 If you are looking for the Mah Jongg solitaire please use the application
 kmahjongg.
 .
 This package is part of the KDE games module.

Package: kakasi
Description-md5: f0f66559397980340862f598b74db91a
Description-en: KAnji KAna Simple Inverter
 KAKASI is the language processing filter to convert Kanji characters
 to Hiragana, Katakana or Romaji(1) and may be helpful to read
 Japanese documents.
 .
 The name "KAKASI" is the abbreviation of "kanji kana simple inverter"
 and the inverse of SKK "simple kana kanji converter" which is
 developed by Masahiko Sato at Tohoku University. The most entries of
 the kakasi dictionary is derived form the SKK dictionaries. If you
 have some interests in the naming of "KAKASI", please consult to
 Japanese-English dictionary. :-)
 .
 (1) "Romaji" is alphabetical description of Japanese pronunciation.

Package: kakasi-dic
Description-md5: 39c593281d87a9969b4c28abb3c674fc
Description-en: KAKASI dictionary files
 This package provides KAKASI dictionary files. You have to install
 this package if you use KAKASI.
 .
 KAKASI is the language processing filter to convert Kanji characters
 to Hiragana, Katakana or Romaji(1) and may be helpful to read
 Japanese documents.
 .
 (1) "Romaji" is alphabetical description of Japanese pronunciation.

Package: libkakasi2
Description-md5: 57c077067587c6eef61560ae6a65ceec
Description-en: Library version of KAKASI
 This package provides the function of KAKASI as a shared library.
 .
 KAKASI is the language processing filter to convert Kanji characters
 to Hiragana, Katakana or Romaji(1) and may be helpful to read
 Japanese documents.
 .
 (1) "Romaji" is alphabetical description of Japanese pronunciation.

Package: libkakasi2-dev
Description-md5: a25ecdaf53a67af55627fd0ab58ca50a
Description-en: Header files and static libraries for library version of KAKASI
 This package provides header files and static libraries for library
 version of KAKASI.
 .
 KAKASI is the language processing filter to convert Kanji characters
 to Hiragana, Katakana or Romaji(1) and may be helpful to read
 Japanese documents.
 .
 (1) "Romaji" is alphabetical description of Japanese pronunciation.

Package: kakoune
Description-md5: 8ba777537e413662f81feb19aa24b6ba
Description-en: Vim-inspired, selection-oriented code editor
 Kakoune is a code editor heavily inspired by Vim; as such most of its
 commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
 a text editing language" model.  Kakoune can operate in two modes, normal
 and insertion.  In insertion mode, keys are directly inserted into
 the current buffer.  In normal mode, keys are used to manipulate
 the current selection and to enter insertion mode.  Kakoune has a strong
 focus on interactivity, most commands provide immediate and incremental
 results, while still being competitive (as in keystroke count) with Vim.
 Kakoune works on selections, which are oriented, inclusive range of
 characters; selections have an anchor and a cursor character.
 Most commands move both of them, except when extending selection where
 the anchor character stays fixed and the cursor one moves around.

Package: kalarm
Description-md5: 147e1354e4cd2bf0a956054925c7204c
Description-en: alarm message, command and email scheduler
 KAlarm provides a graphical interface to schedule personal timed events -
 pop-up alarm messages, command execution and sending emails. There is a
 range of options for configuring recurring events.
 .
 A pop-up alarm can show either a simple text message, or the contents of a
 text or image file. It can optionally be spoken, or play a sound file. You
 can choose its appearance, and set reminders. Among KAlarm's other
 facilities, you can set up templates to allow KAlarm to be used as a 'tea
 timer'.

Package: kalendar
Description-md5: 4da431af9ab26442db26d147d8d8710b
Description-en: Calendar application
 Kalendar is a Kirigami-based calendar and task management application that
 uses Akonadi. It lets you add, edit and delete events and tasks from local
 and remote accounts  of your choice, while keeping changes synchronised
 across your Plasma desktop or phone.

Package: kalgebra
Description-md5: 3839e1dbb198fa22a1952a06364f0c27
Description-en: algebraic graphing calculator
 KAlgebra is a algebraic graphing calculator with support for 3D graphing and
 MathML markup language.
 .
 This package is part of the KDE education module.

Package: kalgebra-common
Description-md5: 05e8b587fee89b27c5fbe3cf789c85c8
Description-en: contains files common for kalgebra and kalgebramobile
 KAlgebra is a algebraic graphing calculator with support for 3D graphing and
 MathML markup language and it contains files needed for both full and mobile
 versions.
 .
 This package is part of the KDE education module.

Package: kalgebramobile
Description-md5: b8e44274db8c55312477e9004b0a4adf
Description-en: algebraic graphing calculator for small touch based interfaces
 KAlgebra is a algebraic graphing calculator with support for 3D graphing and
 MathML markup language. This is the version for small touch based interfaces
 .
 This package is part of the KDE education module.

Package: kali
Description-md5: ac34457ae89060728b968945c15548c5
Description-en: Draw tilings, frieze patterns, and so on
 You can use Kali to draw Escher-like tilings, infinite knots, frieze
 patterns, and other cool stuff. It lets you draw patterns in any of the 17
 planar (wallpaper) or 7 frieze symmetry groups. Drawings are done
 interactively with X, and PostScript output is supported.

Package: kalign
Description-md5: f4779c3357ca7e7d8284836c8ed96a2c
Description-en: Global and progressive multiple sequence alignment
 Kalign is a command line tool to perform multiple alignment of
 biological sequences. It employs the Muth-Manber string-matching
 algorithm, to improve both the accuracy and speed of the alignment.
 It uses global, progressive alignment approach, enriched by employing
 an approximate string-matching algorithm to calculate sequence
 distances and by incorporating local matches into the otherwise global
 alignment.

Package: kallisto
Description-md5: 9d173d648de2d1e7d239c362fbb1a5ae
Description-en: near-optimal RNA-Seq quantification
 Kallisto is a program for quantifying abundances of transcripts from
 RNA-Seq data, or more generally of target sequences using high-throughput
 sequencing reads. It is based on the novel idea of pseudoalignment for
 rapidly determining the compatibility of reads with targets, without the
 need for alignment. On benchmarks with standard RNA-Seq data, kallisto
 can quantify 30 million human reads in less than 3 minutes on a Mac
 desktop computer using only the read sequences and a transcriptome index
 that itself takes less than 10 minutes to build. Pseudoalignment of
 reads preserves the key information needed for quantification, and
 kallisto is therefore not only fast, but also as accurate than existing
 quantification tools. In fact, because the pseudoalignment procedure is
 robust to errors in the reads, in many benchmarks kallisto significantly
 outperforms existing tools.

Package: kallisto-examples
Description-md5: 26f735b25852358e202670077e2510b5
Description-en: near-optimal RNA-Seq quantification (example data)
 Kallisto is a program for quantifying abundances of transcripts from
 RNA-Seq data, or more generally of target sequences using high-throughput
 sequencing reads. It is based on the novel idea of pseudoalignment for
 rapidly determining the compatibility of reads with targets, without the
 need for alignment. On benchmarks with standard RNA-Seq data, kallisto
 can quantify 30 million human reads in less than 3 minutes on a Mac
 desktop computer using only the read sequences and a transcriptome index
 that itself takes less than 10 minutes to build. Pseudoalignment of
 reads preserves the key information needed for quantification, and
 kallisto is therefore not only fast, but also as accurate than existing
 quantification tools. In fact, because the pseudoalignment procedure is
 robust to errors in the reads, in many benchmarks kallisto significantly
 outperforms existing tools.
 .
 This package contains usage examples which are used in autopkgtest.

Package: kalzium
Description-md5: 67d773ea4e03fd7ca0c86204051e26c8
Description-en: periodic table and chemistry tools
 Kalzium is a full-featured chemistry application, including a
 Periodic Table of Elements, chemical reference, chemical equation solver, and
 3D molecule viewer.
 .
 This package is part of the KDE education module.

Package: kalzium-data
Description-md5: 9c6c7933ca013eda471dbd3ad78d1d8e
Description-en: data files for Kalzium
 This package contains architecture-independent data files for Kalzium, the
 KDE periodic table application.
 .
 This package is part of the KDE education module.

Package: kamailio
Description-md5: df3e15f422439e08c305782f5650a98c
Description-en: very fast, dynamic and configurable SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, kamailio can handle thousands requests
 per second even on low-budget hardware. It can be configured to act
 as a SIP proxy, application server, session border controller,
 or call load balancer to handle a set of media servers.
 .
 A C Shell like scripting language provides full control over the server's
 behaviour. It's easy to integrate Kamailio with 3rd party API's and
 applications using HTTP, AMQP, database drivers, LDAP, Radius and many other
 solutions. In addition there is support for scripting using Lua, Python, Perl,
 Java and a set of other languages using Mono.
 .
 Kamailio's modular architecture allows only required functionality to be
 loaded. There are over 100 modules available: WebSockets for WebRTC,
 authentication, multiple databases - both traditional SQL databases as well as
 no-SQL, message bus systems like Rabbit MQ, instant messaging, a presence
 agent, integration with REST-ful APIs using HTTP and JSON or XML, radius
 authentication, record routing, an SMS gateway, a XMPP/jabber gateway, a
 transaction and dialog module, OSP module, statistics support,
 registrar and user location services, SNMP, SIMPLE Presence and much more.
 .
 This package contains the main Kamailio binary along with the principal
 modules and support binaries.

Package: kamailio-autheph-modules
Description-md5: e80feac6503dfc23b0b8833138f225df
Description-en: authentication using ephemeral credentials for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the ephemeral authentication module for Kamailio,
 enabling authentication using a Restful HTTP API.

Package: kamailio-berkeley-bin
Description-md5: 239ed22252bef8c6ab31de881898378c
Description-en: Berkeley database module for Kamailio - helper program
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides helper modules for the Berkeley database module for
 Kamailio, a high-performance embedded DB kernel. You should normally
 install kamailio-berkeley-modules and not this package directly.

Package: kamailio-berkeley-modules
Description-md5: afe21acd6a81996d52c56d67c65cd8f1
Description-en: Berkeley database module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the Berkeley database module for Kamailio, a
 high-performance embedded database. All database tables are stored
 in files, no additional server is necessary.

Package: kamailio-cnxcc-modules
Description-md5: 3d59c0d88b6e3024f973200765504fc0
Description-en: cnxcc modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the cnxcc call charging control module for Kamailio.

Package: kamailio-cpl-modules
Description-md5: acc08d42c21651499c8ae0c0e2615207
Description-en: CPL module (CPL interpreter engine) for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides a CPL (Call Processing Language) interpreter for
 Kamailio, turning Kamailio into a CPL server (storage and interpreter).

Package: kamailio-erlang-modules
Description-md5: 81dd7fccd6b7b252e7247bc36e64f9ee
Description-en: Erlang modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This Kamailio module provides interaction with the Erlang node from the
 Kamailio SIP routing scripts. The module allows sending, receiving Erlang
 messages and RPC calls between each other.

Package: kamailio-extra-modules
Description-md5: 079f2a90de4b8c8433a45d4c221ee024
Description-en: Extra modules for the Kamailio SIP Server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides a set of modules for compression of SIP attachments,
 UUID usage, JSON data structure support, HTTP restful API asynchronous
 access and a few more functions:
 gzcompress uuid evapi jansson janssonrpcc http_async_client

Package: kamailio-geoip-modules
Description-md5: 86fec52bcdfa8d5c5d639089795e4840
Description-en: geoip module for the Kamailio SIP Server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the geoip module, an extension enabling
 usage of the GeoIP API within the Kamailio configuration file.

Package: kamailio-geoip2-modules
Description-md5: bb2968f9479079a613c83dc80911f1d5
Description-en: geoip2 module for the Kamailio SIP Server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the geoip2 module, an extension enabling
 real-time queries against the Max Mind GeoIP2 database within the Kamailio
 configuration file.

Package: kamailio-ims-modules
Description-md5: 9f40af666cd6a9dd0fe3d4272bd00ce0
Description-en: IMS module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains various Diameter interfaces and modules for Kamailio
 to run as an IMS core.

Package: kamailio-json-modules
Description-md5: 096739f186c290e3b7f40d8d29087d16
Description-en: Json parser and Json-RPC modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides a JSON parser for use in the Kamailio
 configuration file and the JSON-RPC client over netstrings.

Package: kamailio-kazoo-modules
Description-md5: 8d9132d1dc3d008b539e3a8adf13ed13
Description-en: kazoo modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the Kazoo application server integration module for
 Kamailio.

Package: kamailio-ldap-modules
Description-md5: a1f37e4d883caccb2b182a8e04087683
Description-en: LDAP modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the ldap and h350 modules for Kamailio, enabling LDAP
 queries from the Kamailio routing scripts and storage of SIP account data in
 an LDAP directory.

Package: kamailio-lua-modules
Description-md5: e78678d1eea14c5a28d0b5756a863786
Description-en: app_lua module for Kamailio Lua support
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the app_lua module, an extension allowing to
 execute embedded Lua applications within the configuration file as
 well as writing the entire configuration file in Lua.

Package: kamailio-lwsc-modules
Description-md5: 651a0529537101bebec504571b00408a
Description-en: Libwebsockets module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains the lwcs module, which provides a client-side WebSockets
 API through libwebsockets.

Package: kamailio-memcached-modules
Description-md5: 8a1b5b6a49b64c3f266fd53f56497b9b
Description-en: interface to the memcached server, for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the memcached module, an interface to the memcached
 server, a high-performance, distributed memory object caching system.

Package: kamailio-mongodb-modules
Description-md5: 58f5fcbe5e3436900cb006c7801b2a3b
Description-en: mongodb modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the mongodb database driver and non-db connector for
 Kamailio.

Package: kamailio-mono-modules
Description-md5: 5598d6889ddb1579008355faadeb3759
Description-en: app_mono module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the app_mono module, an extension allowing to
 execute embedded Mono applications within the Kamailio SIP routing script.

Package: kamailio-mqtt-modules
Description-md5: 54a4a3f05924c755b672e6ab7fb71880
Description-en: MQTT modules for the Kamailio SIP Server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 MQTT module allows bidirectional publish/subscribe communication by
 connecting Kamailio to a MQTT Broker.
 .
 Messages can be published from any point in the routing script. Also
 the subscriptions can be fully controlled by scripting commands.

Package: kamailio-mysql-modules
Description-md5: e5dd14628ca6789f21ca41a164f8564a
Description-en: MySQL database connectivity module for Kamailio
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the MySQL database driver for Kamailio.

Package: kamailio-nats-modules
Description-md5: 77e54d2140e98221839f3a2e993c4980
Description-en: Nats module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains the nats module, which provides a NATS consumer for Kamailio.
 NATS is a real time distributed messaging platform, more details about it can be
 found at nats.io.

Package: kamailio-outbound-modules
Description-md5: 5e14e36508e7f1a32376829e888acef5
Description-en: SIP Outbound module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains the "outbound" module implementing SIP outbound extension

Package: kamailio-perl-modules
Description-md5: cfe9d19e4e30f4e71986827ded62b2ab
Description-en: Perl extensions and database driver for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides an interface for Kamailio to write Perl extensions and
 the perlvdb database driver for Kamailio.

Package: kamailio-phonenum-modules
Description-md5: 28e6546f656f4fa8735fbba63db8bf4a
Description-en: phonenum modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides real-time queries against the libphonenumber to be
 performed directly from the Kamailio configuration and routing scripts.

Package: kamailio-postgres-modules
Description-md5: 8352e89f5d321aac333965c2b466bead
Description-en: PostgreSQL database connectivity module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the PostgreSQL database driver for Kamailio.

Package: kamailio-presence-modules
Description-md5: c1834ec77d4cce2de4cb832201049c17
Description-en: SIP presence modules for Kamailio
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides several Kamailio modules for implementing a presence
 server and presence user agent for rich presence, registrar-based presence,
 external triggered presence with SIMPLE and XCAP support, as well as a
 set of other SIP event packages..

Package: kamailio-python3-modules
Description-md5: 5bd97b896aa3add6a41b618dc7ba976b
Description-en: app_python3 module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the app_python3 module, an extension allowing to
 execute embedded Python applications within the Kamailio SIP routing script.

Package: kamailio-rabbitmq-modules
Description-md5: 291676c921cf99398a1ab3d788565fb9
Description-en: RabbitMQ and AMQP integration modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the RabbitMQ module for Kamailio, enabling AMQP
 integration into the SIP routing scripts for third party service
 support.

Package: kamailio-radius-modules
Description-md5: 5aa030dd29538d295aa0cf0940e5b5d0
Description-en: RADIUS modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides a set of RADIUS modules for Kamailio, for
 authentication, peering, group membership and messages URIs checking against a
 RADIUS server.

Package: kamailio-redis-modules
Description-md5: 2a2e0163eb31c5413dfc1f2ff9e82735
Description-en: Redis database connectivity module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the Redis NOSQL database driver for Kamailio.

Package: kamailio-ruby-modules
Description-md5: 9950deeb75bcae73dad9ccfb78da8bc5
Description-en: app_ruby module for Kamailio Ruby support
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the app_ruby module, an extension allowing to
 execute embedded Ruby applications within the Kamailio SIP routing script.

Package: kamailio-sctp-modules
Description-md5: 23c1bcafb8b49b3df80140f632fd9d8d
Description-en: SCTP SIP transport module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the SCTP SIP transport module for Kamailio.

Package: kamailio-secsipid-modules
Description-md5: 22714923bc20b2934a0ebc9c7f654a58
Description-en: secsipid module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains the secsipid module, witch provides
 STIR and SHAKEN (RFC8224, RFC8588).

Package: kamailio-snmpstats-modules
Description-md5: 3f19e2de7dc27a4ef75f936a91e17402
Description-en: SNMP AgentX subagent module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the snmpstats module for Kamailio. This module acts
 as an AgentX subagent which connects to a master agent. The Kamailio MIBS are
 included.

Package: kamailio-sqlite-modules
Description-md5: b4f67430b14343d98efac6caaf86fe43
Description-en: SQLite database connectivity module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the SQLite database driver for Kamailio.

Package: kamailio-systemd-modules
Description-md5: b03a3ec6dcec09ef8291bc5e46f57fcf
Description-en: systemd logging modules for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides logging to systemd journal directly from the
 Kamailio configuration and routing scripts.

Package: kamailio-tls-modules
Description-md5: 36c06a49af2355c47ed5760d80991cd8
Description-en: TLS support for the Kamailio SIP server (authentication, transport)
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides TLS support for encrypted and authenticated
 SIP connections as well as generic TLS support for many Kamailio modules.

Package: kamailio-unixodbc-modules
Description-md5: 1f7c22f422b0111b09d4f9a872f73763
Description-en: unixODBC database connectivity module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the unixODBC database driver for Kamailio.

Package: kamailio-utils-modules
Description-md5: 10e039d68b43f9d332fe6e38049edc47
Description-en: Utility functions for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides a set of utility functions for Kamailio, as well
 as modules for restful HTTP API access using the CURL library in the
 http_client module.

Package: kamailio-websocket-modules
Description-md5: 14a90490fa55b64ad6cd540ad4dd34b8
Description-en: WebSocket module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package contains the module implementing WebSocket transport layer
 for use in SIP over WebSockets, in combination with WebRTC media sessions..

Package: kamailio-xml-modules
Description-md5: c27d5c0af319dff182dc09dd0da739cb
Description-en: XML based extensions for Kamailio's Management Interface
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides:
 - the XMLRPC transport implementations for Kamailio's
 Management and Control Interface.
 - xmlops module for XPath operations in configuration file

Package: kamailio-xmpp-modules
Description-md5: 5ef95e7d723676af349f49fed944b7b3
Description-en: XMPP gateway module for the Kamailio SIP server
 Kamailio is a very fast and flexible SIP (RFC3261)
 server. Written entirely in C, Kamailio can handle thousands calls
 per second even on low-budget hardware.
 .
 This package provides the SIP to XMPP IM translator module for Kamailio.

Package: kamcli
Description-md5: 765fa512a88c519abcd75e724f46c9d1
Description-en: Kamailio Command Line Interface Control Tool
 kamcli is aiming at being a modern and extensible alternative to the shell
 script kamctl.
 .
 It requires that jsonrpcs module of Kamailio is loaded and configured to
 listen on an Unix domain socket or FIFO file. The way to interact with
 Kamailio has to be set inside kamcli config file (kamcli.ini).

Package: kamera
Description-md5: 65aef3b5650e85639fcaecf31cf6c5ea
Description-en: digital camera support for KDE applications
 This package allows any KDE application to access and manipulate pictures on
 a digital camera.
 .
 This package is part of the KDE graphics module.

Package: kamoso
Description-md5: 8211867cb78e15e620c3f85f8cd648a3
Description-en: tool to take pictures and videos from your webcam
 Kamoso is a utility that does the very simple actions a webcam offers,
 like taking pictures or recording videos and adds some extra features that will
 make the webcam usage both funnier and more useful.

Package: kanagram
Description-md5: 752f033c7bf7099d4852d3e7d35d314d
Description-en: jumble word puzzle
 KAnagram is a game where a random word is shown with its letters scrambled.
 To win, the player must rearrange the letters into the correct order.
 .
 This package is part of the KDE education module

Package: kanatest
Description-md5: 90dd301944ca61724ee08868ad2809ed
Description-en: beginner's drill game to learn Japanese kana characters
 Kanatest is a simple hiragana and katakana drill game. It checks your
 knowledge of Japanese kana characters.
 .
 There are three drill modes: hiragana mode (hiragana charset only), katakana
 mode (katakana charset only) and mixed mode (both charsets). The tester shows
 random kana characters and waits until you enter the romaji equivalent in an
 entry field. At the end, statistics are provided.

Package: kanboard-cli
Description-md5: 3e1d010a3d7cb63aaf5f92c6e4401694
Description-en: kanboard command line client
 Kanboard (https://kanboard.net/) is project management software that
 focuses on the Kanban methodology. It has the following features:
 .
  * Visualize your work
  * Limit your work in progress to be more efficient
  * Customize your boards according to your business activities
  * Multiple projects with the ability to drag and drop tasks
  * Reports and analytics
  * Fast and simple to use
  * Access from anywhere with a modern browser
  * Plugins and integrations with external services
  * Free, open source and self-hosted
  * Super simple installation
 .
 kanboard-cli is a command line client for kanboard application.

Package: kanif
Description-md5: 033d8ea2ee58f6563ea4fd378a614b0d
Description-en: cluster management and administration swiss army knife
 Kanif is a tool for high performance computing clusters management and
 administration. It combines the main functionalities of well-known cluster
 management tools such as c3, pdsh and dsh, and mimics their syntax. It
 provides three tools to run the same command on several nodes ("parallel
 ssh", using the 'kash' command), to broadcast the copy of files or
 directories to several nodes ('kaput' command), and to gather several
 remote files or directories locally ('kaget' command). It relies on TakTuk
 for efficiency and scalability.

Package: kanjidic
Description-md5: 4a57aee109677b502e7149a20696bb66
Description-en: Kanji Dictionary
 The KANJIDIC file contains comprehensive information about Japanese kanji.
 It is a text file currently 6,355 lines long, with one line for each kanji
 in the two levels of the characters specified in the JIS X 0208-1990  set.

Package: kanjidic-xml
Description-md5: cecc10250e352c869f0cc3e06459b8e5
Description-en: Kanji Dictionary in XML format
 The KANJIDIC file contains comprehensive information about Japanese kanji.
 It is a XML file containing 6,355 kanji from JIS X 0208, the 5,801 kanji from
 JIS X 0212 and the 3,625 kanji from JIS X 0213.

Package: kanjidraw
Description-md5: 19e70056954fa235112a0f5545ed94e5
Description-en: handwritten kanji recognition - gui
 kanjidraw is a simple Python library + GUI for matching (the strokes of a)
 handwritten kanji against its database.
 .
 You can use the GUI to draw and subsequently select a kanji from the list of
 probable matches, which will then be copied to the clipboard.
 .
 The database is based on KanjiVG and the algorithms are based on the
 Kanji draw Android app.
 .
 This package provides the GUI.

Package: python3-kanjidraw
Description-md5: 0a0f6c7bdd557c3d6c58f1f784c05113
Description-en: handwritten kanji recognition - library
 kanjidraw is a simple Python library + GUI for matching (the strokes of a)
 handwritten kanji against its database.
 .
 You can use the GUI to draw and subsequently select a kanji from the list of
 probable matches, which will then be copied to the clipboard.
 .
 The database is based on KanjiVG and the algorithms are based on the
 Kanji draw Android app.
 .
 This package provides the Python library.

Package: kannel
Description-md5: 496efd0e8d7dea2d6c85ecee4567b956
Description-en: WAP and SMS gateway
 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet.
 It also works as an SMS/SMPP gateway,
 for providing SMS based services for GSM phones.
 .
 Compiled with ssl, MySQL and native malloc.

Package: kannel-dev
Description-md5: 80d2d2d75a6f6dd8bdd104933ae92bee
Description-en: WAP and SMS gateway headers and development files
 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet.
 It also works as an SMS/SMPP gateway,
 for providing SMS based services for GSM phones.
 .
 Headers and development files.

Package: kannel-docs
Description-md5: 6c82467e80c710c527d27a8304832c92
Description-en: WAP and SMS gateway documentation
 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet.
 It also works as an SMS/SMPP gateway,
 for providing SMS based services for GSM phones.
 .
 Documentation in html, rtf and pdf format.

Package: kannel-extras
Description-md5: 62f84bcc8e8fc61a8605dcead04575db
Description-en: WAP and SMS gateway extras
 Kannel is a gateway for connecting WAP (Wireless Application Protocol)
 phones to the Internet.
 It also works as an SMS/SMPP gateway,
 for providing SMS based services for GSM phones.
 .
 Test utilities and contrib data.

Package: kanshi
Description-md5: 0a31e55260897b894043d200baeb4a26
Description-en: Define output profiles that are automatically enabled and disabled on hotplug
 kanshi allows you to define output profiles that are automatically enabled and
 disabled on hotplug. For instance, this can be used to turn a laptop's internal
 screen off when docked.
 .
 This is a Wayland equivalent for tools like autorandr. kanshi can be used on
 Wayland compositors supporting the wlr-output-management protocol.

Package: kanyremote
Description-md5: 045cfff03f8c04739a66d5ab5681b8ab
Description-en: KDE frontend for anyRemote
 kAnyRemote package is KDE GUI frontend for anyRemote.
 (http://anyremote.sourceforge.net/). The overall goal of this project is to
 provide remote control service on Linux through Bluetooth, InfraRed, Wi-Fi
 or TCP/IP connection.

Package: kapidox
Description-md5: ae2f181e3b89af84af921a6537719af7
Description-en: API documentation generation tool for KDE frameworks
 Framework to aid in creating API documentation for KDE Frameworks in a
 standard format and style.
 .
 The Doxygen tool is used to do the actual documentation extraction and
 formatting, but this framework provides a wrapper script to make generating
 the documentation more convenient (including reading settings from the target
 framework or other module) and a standard template for the generated
 documentation.
 .
 Scripts currently provided are depdiagram-generate-all, kgenframeworksapidox,
 depdiagram-generate, kgenapidox, and depdiagram-prepare

Package: kapman
Description-md5: 1d94f103a6072e04515d6984872e0b4b
Description-en: Pac-Man clone
 Kapman is a clone of the well known game Pac-Man. You must go through the
 levels escaping ghosts in a maze. You lose a life when a ghost eats you, but
 you can eat the ghosts for a few seconds when eating an energizer. You win
 points when eating pills, energizers, and bonus, and you win one life for
 each 10,000 points.  When you have eaten all the pills and energizers of a
 level, you go to the next level, and the player and ghost speeds increase.
 .
 This package is part of the KDE games module.

Package: kappanhang
Description-md5: 0aef1741bba5af431920914dc8fb32bf
Description-en: Remotely open audio channels and a serial port to an Icom transceiver
 kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1
 server. The app is mainly developed for connecting to the Icom IC-705
 transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the
 protocol are implemented including packet retransmission on packet loss.
 .
 Compatible hardware/software:
  * Icom RS-BA1 server software
  * Icom IC-705
  * Icom IC-9700
  * Icom IC-7610
  * Icom IC-785x

Package: kapptemplate
Description-md5: bb6acc0d9611f4a00f6cbb6982de45c7
Description-en: application template generator
 KAppTemplate is a shell script that will create the necessary framework to
 develop several types of applications, including applications based on the
 KDE development platform.
 .
 It generates the build-system configuration and provides example code
 for a simple application.
 .
 This package is part of the KDE Software Development Kit module.

Package: kaptive
Description-md5: 96dbd0eadee18b136a9def4564674290
Description-en: obtain information about K and O types for Klebsiella genome assemblies
 Kaptive reports information about K and O types for Klebsiella genome
 assemblies.
 .
 Given a novel genome and a database of known loci (K or O), Kaptive will
 help a user to decide whether their sample has a known or novel locus.
 It carries out the following for each input assembly:
 .
  * BLAST for all known locus nucleotide sequences (using blastn) to
    identify the best match ('best' defined as having the highest
    coverage).
  * Extract the region(s) of the assembly which correspond to the BLAST
    hits (i.e. the locus sequence in the assembly) and save it to a
    FASTA file.
  * BLAST for all known locus genes (using tblastn) to identify which
    expected genes (genes in the best matching locus) are present/missing
    and whether any unexpected genes (genes from other loci) are present.
  * Output a summary to a table file.
 .
 In cases where your input assembly closely matches a known locus,
 Kaptive should make that obvious. When your assembly has a novel type,
 that too should be clear. However, Kaptive cannot reliably extract or
 annotate locus sequences for totally novel types - if it indicates a
 novel locus is present then extracting and annotating the sequence is up
 to you! Very poor assemblies can confound the results, so be sure to
 closely examine any case where the locus sequence in your assembly is
 broken into multiple pieces.

Package: kaptive-data
Description-md5: 91d426d8e3ef447d958962fa9c2a2384
Description-en: reference data for kaptive for Klebsiella genome assemblies
 Kaptive reports information about K and O types for Klebsiella genome
 assemblies.
 .
 Given a novel genome and a database of known loci (K or O), Kaptive will
 help a user to decide whether their sample has a known or novel locus.
 It carries out the following for each input assembly:
 .
  * BLAST for all known locus nucleotide sequences (using blastn) to
    identify the best match ('best' defined as having the highest
    coverage).
  * Extract the region(s) of the assembly which correspond to the BLAST
    hits (i.e. the locus sequence in the assembly) and save it to a
    FASTA file.
  * BLAST for all known locus genes (using tblastn) to identify which
    expected genes (genes in the best matching locus) are present/missing
    and whether any unexpected genes (genes from other loci) are present.
  * Output a summary to a table file.
 .
 In cases where your input assembly closely matches a known locus,
 Kaptive should make that obvious. When your assembly has a novel type,
 that too should be clear. However, Kaptive cannot reliably extract or
 annotate locus sequences for totally novel types - if it indicates a
 novel locus is present then extracting and annotating the sequence is up
 to you! Very poor assemblies can confound the results, so be sure to
 closely examine any case where the locus sequence in your assembly is
 broken into multiple pieces.
 .
 This package contains a reference database.  Its not necessarily used
 to run kaptive since you can use your own database.

Package: kaptive-example
Description-md5: a3a7f5f174faf1a4cc54bc527349a2ee
Description-en: example data for kaptive for Klebsiella genome assemblies
 Kaptive reports information about K and O types for Klebsiella genome
 assemblies.
 .
 Given a novel genome and a database of known loci (K or O), Kaptive will
 help a user to decide whether their sample has a known or novel locus.
 It carries out the following for each input assembly:
 .
  * BLAST for all known locus nucleotide sequences (using blastn) to
    identify the best match ('best' defined as having the highest
    coverage).
  * Extract the region(s) of the assembly which correspond to the BLAST
    hits (i.e. the locus sequence in the assembly) and save it to a
    FASTA file.
  * BLAST for all known locus genes (using tblastn) to identify which
    expected genes (genes in the best matching locus) are present/missing
    and whether any unexpected genes (genes from other loci) are present.
  * Output a summary to a table file.
 .
 In cases where your input assembly closely matches a known locus,
 Kaptive should make that obvious. When your assembly has a novel type,
 that too should be clear. However, Kaptive cannot reliably extract or
 annotate locus sequences for totally novel types - if it indicates a
 novel locus is present then extracting and annotating the sequence is up
 to you! Very poor assemblies can confound the results, so be sure to
 closely examine any case where the locus sequence in your assembly is
 broken into multiple pieces.
 .
 This package contains some example data.

Package: python3-karabo-bridge
Description-md5: 4467bdce9e99dcce310001730074c5d5
Description-en: Python 3 tools to request data from the Karabo controlsystem
 karabo_bridge is a Python 3 client to receive pipeline data from the
 Karabo control system used at European XFEL.
 .
 A simulated Karabo bridge server is included to allow testing code without
 a connection to a real Karabo server.

Package: libkf5archive-data
Description-md5: b9a59e102316d66078f34f6ac3cd6af8
Description-en: data files for karchive
 Karchive is a Qt 5 addon providing access to numerous types of archives.
 .
 KArchive provides classes for easy reading, creation and manipulation of
 "archive" formats like ZIP and TAR.
 .
 It also provides transparent compression and decompression of data, like the
 GZip format, via a subclass of QIODevice.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the data files.

Package: libkf5archive-dev
Description-md5: 3dafae3e3d7fde82558383c45239bdb4
Description-en: development files for karchive
 Karchive is a Qt 5 addon providing access to numerous types of archives.
 .
 KArchive provides classes for easy reading, creation and manipulation of
 "archive" formats like ZIP and TAR.
 .
 It also provides transparent compression and decompression of data, like the
 GZip format, via a subclass of QIODevice.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5archive-doc
Description-md5: a316f2228c294d485889aa03efaf2291
Description-en: Qt 5 addon providing access to numerous types of archives (documentation)
 KArchive provides classes for easy reading, creation and manipulation of
 "archive" formats like ZIP and TAR.
 .
 It also provides transparent compression and decompression of data, like the
 GZip format, via a subclass of QIODevice.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5archive5
Description-md5: 9494207f77a3776fd233ec427a4e0067
Description-en: Qt 5 addon providing access to numerous types of archives
 KArchive provides classes for easy reading, creation and manipulation of
 "archive" formats like ZIP and TAR.
 .
 It also provides transparent compression and decompression of data, like the
 GZip format, via a subclass of QIODevice.
 .
 This package is part of KDE Frameworks 5.

Package: kas
Description-md5: 1871ce25af7ddcf9bf9691806e068967
Description-en: Setup tool for bitbake based projects
 This tool provides an easy mechanism to setup bitbake based
 projects. kas is using a project configuration file and does the download
 and configuration phase
 .
 This package installs the library for Python 3.

Package: kasumi
Description-md5: 5060871e133ec0c17bd629aaced6160c
Description-en: Simple dictionary utility for Anthy
 Kasumi is a personal dictionary management tool for Anthy.
 Anthy is a Japanese input method to convert Hiragana text to
 Kana Kanji mixed text.
 .
 Featuring add words, edit words, delete words, search words
 and so on.

Package: katarakt
Description-md5: 9bb61c087dad6d85cd32f503791918ba
Description-en: simple PDF viewer with two layouts
 It's a PDF viewer. It views PDFs.
 .
 There are currently two layouts. The presentation layout is very
 simple and only supports scrolling on a per page basis. As the name
 suggests the current page is displayed in the center and zoomed to
 fit the window. It is active by default.
 .
 The grid layout is much more advanced and offers continuous (smooth,
 per pixel) scrolling, zooming and adjusting the column count. Pages
 keep their correct relative size and are shown in a grid.

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: kate5-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: 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: katomic
Description-md5: c9c644628319d8086ad12b5fc03eb370
Description-en: atomix puzzle game
 KAtomic is a puzzle game in which the player slides atoms around the board to
 assemble a molecule.
 .
 This package is part of the KDE games module.

Package: libkf5auth-data
Description-md5: 7a717da1c2f786c5983047889fa439b5
Description-en: Abstraction to system policy and authentication features
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.
 .
 This package contains data files.

Package: libkf5auth-dev
Description-md5: 7f6460ac3eca997359b91b6f182732b7
Description-en: Abstraction to system policy and authentication features
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.
 .
 This package contains development files for kauth.

Package: libkf5auth-dev-bin
Description-md5: f5451a750296a55bf044fd9474c0009d
Description-en: Abstraction to system policy and authentication features
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.
 .
 This package contains helper binaries for development.
 You never should depend on this directly, cause the *.cmake files are
 not included in that package (as they are arch-dependant).

Package: libkf5auth-doc
Description-md5: 9dd8dbdaaf8c31eea5d8e4fb668ea3f7
Description-en: Abstraction to system policy and authentication features (documentation)
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5auth5
Description-md5: 124a670ad126e277ca1fe06066b173e3
Description-en: Abstraction to system policy and authentication features
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.

Package: libkf5authcore5
Description-md5: 124a670ad126e277ca1fe06066b173e3
Description-en: Abstraction to system policy and authentication features
 KAuth is a framework to let applications perform actions as a
 privileged user.
 .
 KAuth is part of KDE Frameworks 5.

Package: kawari8
Description-md5: 1d68762b755b9f76813a648cf0346d13
Description-en: Pseudo AI Shiori module used to create ghosts for Ukagaka
 Kawari is a conversation generating script language. It is usually used to
 develop ghosts for Ukagaka platform.
 .
 Ukagaka, also known as Nanika, is a platform on which provides mascot
 characters for the user's desktop. These mascot characters can say something
 which is programmatically generated. Conversations can be generated by
 programs which follows the Shiori standard. And the conversation-generating
 script we called it "ghost" which means the spirit of the mascot character.
 .
 This package also install the kawari8 plug-in for ninix-aya in order to
 perform ghosts based on kawari8.

Package: kazam
Description-md5: 90b8a4ef57e8f48748c38eaeb21cba23
Description-en: screencast and screenshot application created with design in mind
 Kazam provides a well designed and easy to use interface for capturing
 screencasts and screenshots. It can record desktop video and multiple audio
 streams simultaneously with control over audio levels and the screen region
 being captured.
 .
 Support for H264 and VP8 codecs is built in.

Package: libkazocsaba-imageviewer-java
Description-md5: 71a2526ae7f170dcd18e4f08829974be
Description-en: Swing image viewer component
 A Swing image viewer component. The library resides in the central Maven
 repository with group ID hu.kazocsaba and artifact ID image-viewer. If you use
 a project management system which can fetch dependencies from there, you can
 just add the library as a dependency.

Package: python3-kazoo
Description-md5: a9e97cd24531c76bdda8e11541c5c938
Description-en: higher level API to Apache Zookeeper (Python 3)
 Kazoo features:
 .
  * A wide range of recipe implementations, like Lock, Election or Queue
  * Data and Children Watchers
  * Simplified Zookeeper connection state tracking
  * Unified asynchronous API for use with greenlets or threads
  * Support for gevent 0.13 and gevent 1.0
  * Support for Zookeeper 3.3 and 3.4 servers
  * Integrated testing helpers for Zookeeper clusters
  * Pure-Python based implementation of the wire protocol, avoiding all the
    memory leaks, lacking features, and debugging madness of the C library
 .
 Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
 .
 This is the Python 3 version of the package.

Package: kbackup
Description-md5: 52ecfbcb8cb06bfd16da7fce2d580b3a
Description-en: Easy to use backup program
 Kbackup is a program that lets you back up any directories or files. It uses
 an easy to use directory tree to select the things to back up and lets you
 save your settings in "profile" files. These are simple textfiles containing
 definitions for directories and files to be included or excluded from the
 backup process.

Package: kball
Description-md5: f790e83fc2008fab8605703f9560124a
Description-en: game of skill and reflexes for all the family
 A game of skill and reflexes, non violent, suitable for all ages. The idea
 is to move the ball around the map, without falling, without running out of
 time, and getting the prizes, in order to reach the exit. The main feature
 of the game is the built-in map editor, so anybody can make their own maps.

Package: kball-data
Description-md5: 104f288a0598552ec5eef7a900cab9fe
Description-en: game of skill and reflexes for all the family - data files
 A game of skill and reflexes, non violent, suitable for all ages. The idea
 is to move the ball around the map, without falling, without running out of
 time, and getting the prizes, in order to reach the exit. The main feature
 of the game is the built-in map editor, so anybody can make their own maps.
 .
 This package includes the data of the game.

Package: kbd
Description-md5: 35a01a3928e4ef4fbd4c4abdfc05e00a
Description-en: Linux console font and keytable utilities
 This package allows you to set up the Linux console, change the font,
 resize text mode virtual consoles and remap the keyboard.
 .
 You will probably want to install the “console-setup” package which
 sets up console font and keymap data files.

Package: kbdd
Description-md5: 0ef619386de66e6e66c1fb900c03ccc9
Description-en: Per-window keyboard layout switching daemon for X
 KBDD stands for keyboard daemon. It is a simple keyboard layout
 switching program, which is designed to run in an X11 session and
 remember keyboard layouts on a per-window basis. That can be very
 handy for a user of a non-US keyboard who does not want to jump
 through layouts back and forth while typing in terminals (mostly in
 latin) and some kind of chat (in native language). Another useful
 thing about KBDD is its D-Bus notification support — it can emit
 signals on layout change, thus, making it possible to create layout
 indicator widgets in such window managers as awesome, for example.
 .
 Users of popular desktop environments such as GNOME or KDE most
 likely do not need this package, as a similar functionality should
 be already available within their environment. This package may be
 of interest, however, for the users of tiling or dynamic window
 managers such as dwm or awesome.

Package: kbibtex
Description-md5: ef34b0b7e75860df9deab7756f162d34
Description-en: BibTeX editor for KDE
 An application to manage bibliography databases in the BibTeX format. KBibTeX
 can be used as a standalone program, but can also be embedded into other KDE
 applications (e.g. as bibliography editor into Kile).
 .
 KBibTeX can query online resources (e.g. Google scholar) via customizable
 search URLs. It is also able to import complete datasets from NCBI Pubmed.
 It also supports tagging references with keywords and manages references to
 local files.
 .
 BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
 number of citation styles.

Package: kbibtex-data
Description-md5: 38fe933f178772eaa5dc57f3e53e6aa3
Description-en: BibTeX editor for KDE -- common data
 An application to manage bibliography databases in the BibTeX format. KBibTeX
 can be used as a standalone program, but can also be embedded into other KDE
 applications (e.g. as bibliography editor into Kile).
 .
 KBibTeX can query online resources (e.g. Google scholar) via customizable
 search URLs. It is also able to import complete datasets from NCBI Pubmed.
 It also supports tagging references with keywords and manages references to
 local files.
 .
 BibTeX files can be exported into HTML, XML, PDF, PS and RTF format using a
 number of citation styles.
 .
 This package include common data needed by kbibtex binaries.

Package: kblackbox
Description-md5: 4de8b1d57649213f0f71702357fab729
Description-en: Black Box puzzle game
 KBlackBox is a game of hide and seek played on an grid of boxes, where the
 player shoots rays into the grid to deduce the positions of hidden objects.
 .
 This package is part of the KDE games module.

Package: kblocks
Description-md5: 9e688237d7d76557776ea028205cfa20
Description-en: falling blocks game
 KBlocks is a single player falling blocks puzzle game, a Tetris-like
 replacement for KSirtet.
 .
 This package is part of the KDE games module.

Package: libkf5bookmarks-data
Description-md5: 22b9cda0201b37fd2e5f904d7ed207ac
Description-en: Qt library with support for bookmarks and the XBEL format.
 KBookmarks lets you access and manipulate bookmarks stored using the
 XBEL format.
 .
 This package contains the translations.

Package: libkf5bookmarks-dev
Description-md5: 341670b593610838b1c66bfcf3f15d44
Description-en: Qt library with support for bookmarks and the XBEL format.
 KBookmarks lets you access and manipulate bookmarks stored using the
 XBEL format.
 .
 Contains development files for kbookmarks.

Package: libkf5bookmarks-doc
Description-md5: 4dbf2b073fd171a9d68d54c9d836c3f7
Description-en: Qt library with support for bookmarks and the XBEL format (documentation)
 KBookmarks lets you access and manipulate bookmarks stored using the
 XBEL format.
 .
 This package contains the qch documentation files.

Package: libkf5bookmarks5
Description-md5: b8de6162b0baeaae8a5af1e9c5993202
Description-en: Qt library with support for bookmarks and the XBEL format.
 KBookmarks lets you access and manipulate bookmarks stored using the
 XBEL format.

Package: kbounce
Description-md5: df0e749a9563ae02a5eed508f8558420
Description-en: Jezzball arcade game
 KBounce is a game where the player builds walls to confine a number of
 bouncing balls.
 .
 This package is part of the KDE games module.

Package: kbreakout
Description-md5: 0981e70bbeb150eac27aeb06843f7278
Description-en: ball and paddle game
 kbreakout is a game similar to the classics breakout and xboing, featuring
 a number of added graphical enhancements and effects.  You control a paddle
 at the bottom of the playing-field, and must destroy bricks at the top
 by bouncing balls against them.
 .
 This package is part of the KDE games module.

Package: kbruch
Description-md5: 2b96a4ef0de8a316ebf8e0a2bb1fc180
Description-en: fraction learning aid for KDE
 KBruch is an aid for learning how to calculate with fractions.
 .
 This package is part of the KDE education module.

Package: kbtin
Description-md5: 5d373f347b0f96b2b0d745b297c00aba
Description-en: tintin++ style text-based MUD client
 KBtin is a console MUD client based on the once-popular tintin++.
 It is not limited for mudding, and can be used for running line-based local
 programs like adventure, mysqlclient, dpkg-buildpackage or piuparts.

Package: kbuild
Description-md5: a6a88ec57452f04f777c23642a30d83d
Description-en: framework for writing simple makefiles for complex tasks
 The goals of the kBuild framework:
  - Similar behavior cross all supported platforms.
  - Flexibility, don't create unnecessary restrictions preventing ad-hoc
    solutions.
  - Makefile can very simple to write and maintain.
 .
 There are four concepts being tried out in the current kBuild incaration:
  - One configuration file for a subtree automatically included.
  - Target configuration templates as the primary mechanism for makefile
    simplification.
  - Tools and SDKs for helping out the templates with flexibility.
  - Non-recursive makefile method by using sub-makefiles.
 .
 kBuild does not provide any facilities for checking compiler/library/header
 configurations, that's not in its scope. If this is important for your
 project, check out the autoconf tool in the GNU build system. It is possible
 to use kBuild together with autoconf if you like, but you might just as well
 use the full GNU package.

Package: kcachegrind
Description-md5: 4b04636e1d2e5397cf2634cf35707d11
Description-en: visualisation tool for the Valgrind profiler
 KCachegrind is a visualisation tool for the profiling data generated
 by calltree, a memory profiling tool for valgrind.  Any executable can be
 profiled using calltree without being recompiled, including multi-threaded
 applications, shared libraries, and plugins.
 .
 For visualising the output from profiling tools other than Valgrind, several
 converters can be found in the kcachegrind-converters package.
 .
 This package is part of the KDE Software Development Kit module.

Package: kcachegrind-converters
Description-md5: 9c89d8d0b71041fb64d59306deca9806
Description-en: format converters for KCachegrind profiler visualisation tool
 This is a collection of scripts for converting the output from several
 different profiling tools into a format that KCachegrind can display.
 .
 KCachegrind is a visualisation tool for the profiling data generated
 by calltree, a memory profiling tool for valgrind.  Executables can be
 profiled using calltree without being recompiled, including multi-threaded
 applications, shared libraries, and plugin architectures.
 .
 The included scripts are:
 .
   * dprof2calltree: converts the tmon.out output of Perl's Devel::DProf package
   * memprof2calltree: converts the memory profiles of memprof
   * op2calltree: converts the OProfile's output of "opreport -gdf" (v 0.8)
   * pprof2calltree: converts the pprof output from APD
 .
 This package is part of the KDE Software Development Kit module.

Package: kcalc
Description-md5: e82ed4e5e66f53562d4e898716e5e775
Description-en: simple and scientific calculator
 KCalc is a scientific calculator.
 .
 KCalc provides:
  * Trigonometric functions, logic operations, and statistical calculations
  * Calculation in decimal, hexadecimal, octal, and binary bases
  * Memory functions for storing results
  * A comprehensive collection of mathematical constants
 .
 This package is part of the KDE Utilities module.

Package: libkf5calendarcore-dev
Description-md5: 9dfb8ec81634d242b8899317d764e705
Description-en: development files for kcalcore
 This library provides access to and handling of calendar data.
 It supports the standard formats iCalendar and vCalendar and the
 group scheduling standard iTIP.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5calendarcore-doc
Description-md5: 688512efc4b3195485c6ac41a130b056
Description-en: calendar access framework (documentation)
 This library provides access to and handling of calendar data.
 It supports the standard formats iCalendar and vCalendar and the
 group scheduling standard iTIP.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5calendarcore5abi2
Description-md5: 29827a86559334168122d3719be1343a
Description-en: calendar access framework
 This library provides access to and handling of calendar data.
 It supports the standard formats iCalendar and vCalendar and the
 group scheduling standard iTIP.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5calendarutils-dev
Description-md5: bdd38e28a782c8f1100791a9110f97b8
Description-en: kcalutils - development files
 This library provides a set of utility functions that help applications access
 and use calendar data via the KCalCore library.
 .
 This package contains the development files.

Package: libkf5calendarutils5
Description-md5: 345839acf405933e33db638ac032b51b
Description-en: library with utility functions for the handling of calendar data
 This library provides a set of utility functions that help applications access
 and use calendar data via the KCalCore library.

Package: kcc
Description-md5: cbda8bb3576d4163be6acb3423cb435c
Description-en: Kanji code filter
 kcc can converts various Japanese encodings such as EUC-JP,
 7bitJIS, 8bitJIS and ShiftJIS with Half-width Kana supports.
 kcc can detect these encoding automatically as much as possible.

Package: kcharselect
Description-md5: e506cbd8befd6637870c979fcdc9ab3a
Description-en: special character utility
 KCharSelect is a utility for finding special characters which are not
 available on the keyboard.  It can search for characters by Unicode number,
 display characters in any font, and copy characters to the clipboard so they
 can be pasted into documents.
 .
 This package is part of the KDE utilities module.

Package: kcheckers
Description-md5: 63b8c4acd4b02885220d44ff458ef433
Description-en: Checkers boardgame
 kcheckers is a Qt version of the classic boardgame "checkers", also known as
 "draughts".  It has the following features:
  * Built-in checkers engine.
  * Beginner, Novice, Average, Good, Expert and Master levels of skill.
  * Several themes of the board.
  * Portable Draughts Notation database format support.
  * Saving, loading and restarting of game.
  * Auto change of the men's color.
  * Multiple Undos/Redos.
  * Optional numeration of the board.
  * Internationalization support (English, German, Catalan, French and Spanish).

Package: kchmviewer
Description-md5: 7ca16d9580fc5de3f84374e0e3bb798a
Description-en: CHM viewer for KDE
 KchmViewer is a chm (MS HTML help file format) viewer, written in C++.
 Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget
 library, and does not depend on KDE or GNOME. However, it may be compiled
 with full KDE support, including KDE widgets and KIO/KHTML.
 .
 The main advantage of KchmViewer is non-English language support. Unlike
 others, KchmViewer in most cases correctly detects help file encoding,
 correctly shows tables of context of Russian, Korean, Chinese and Japanese
 help files, and correctly searches in non-English help files (search for
 MBCS languages - ja/ko/ch is still in progress).
 .
 Completely safe and harmless. Does not support JavaScript in any way,
 optionally warns you before opening an external web page, or switching to
 another help file. Shows an appropriate image for every TOC entry.
 .
 KchmViewer Has complete chm index support, including multiple index entries,
 cross-links and parent/child entries in index as well as Persistent bookmarks
 support. Correctly detects and shows encoding of any valid chm file.

Package: kde-config-fcitx
Description-md5: 9dd97040af881048a59954f72cf6afc6
Description-en: KDE configuration module for Fcitx
 This is a configuration module for System Settings for configuring
 the Free Chinese Input Toy of X.
 .
 It is designed to have similar functionalities to fcitx-config-gtk,
 with better KDE integration.

Package: libkf5kcmutils-bin
Description-md5: 80fc1fa4bf0da9219856f3206dd0edba
Description-en: runtime files for kcmutils
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.
 .
 Contains runtime files for kcmutils.

Package: libkf5kcmutils-data
Description-md5: a7becf6b82fa202c0255e546e8522c31
Description-en: Extra APIs to write KConfig modules
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.
 .
 This package contains the data files.

Package: libkf5kcmutils-dev
Description-md5: 8e92e94f31d0f5c13b153a7a8777f657
Description-en: Extra APIs to write KConfig modules
 Some utility classes for KSettings, KCModule and KPlugin.
 .
 Contains development files for kcmutils.

Package: libkf5kcmutils-doc
Description-md5: 4723acd28c089b44836ad48b0a70b64a
Description-en: Extra APIs to write KConfig modules (documentation)
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.
 .
 This package contains the qch documentation files.

Package: libkf5kcmutils5
Description-md5: 7410bb5cc227c3929ae93dcc1d1faf07
Description-en: Extra APIs to write KConfig modules
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.

Package: libkf5kcmutilscore5
Description-md5: 7410bb5cc227c3929ae93dcc1d1faf07
Description-en: Extra APIs to write KConfig modules
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.

Package: qml-module-org-kde-kcmutils
Description-md5: 7410bb5cc227c3929ae93dcc1d1faf07
Description-en: Extra APIs to write KConfig modules
 KCMUtils provides various classes to work with KCModules. KCModules can be
 created with the KConfigWidgets framework.

Package: libkf5codecs-data
Description-md5: 90a22700bce6b2b77669cb3e42a53435
Description-en: collection of methods to manipulate strings
 KCodecs provide a collection of methods to manipulate strings
 using various encodings.
 .
 This package contains the translations.

Package: libkf5codecs-dev
Description-md5: 6f00b14bfe97a1a427e9106033f6dbdd
Description-en: development files for kcodecs
 This package contains development files for building software that uses
 libraries from kcodecs.

Package: libkf5codecs-doc
Description-md5: 89e98b7e44c63cca22f2eabb907bb58f
Description-en: collection of methods to manipulate strings (documentation)
 KCodecs provide a collection of methods to manipulate strings
 using various encodings.
 .
 This package contains the qch documentation files.

Package: libkf5codecs5
Description-md5: b88199ec3eb74f4fa0416eb114e1c627
Description-en: collection of methods to manipulate strings
 KCodecs provide a collection of methods to manipulate strings
 using various encodings.

Package: kcollectd
Description-md5: 492193e7b867b389bb6e6ea05b74ba76
Description-en: simple collectd graphing front-end for KDE
 This package provides a basic KDE application for viewing RRD files
 created by collectd, the system statistics storage daemon. It allows
 easy mouse-driven navigation through data collections and can be used
 as a virtual chart recorder.

Package: kcolorchooser
Description-md5: ca21cbab5c251321a8a39106095f6d32
Description-en: color chooser and palette editor
 KColorChooser is a color palette tool, used to mix colors and create custom
 color palettes.  Using the dropper, it can obtain the color of any pixel on
 the screen.
 .
 A number of common color palettes are included, such as the standard Web colors
 and the Oxygen color scheme.
 .
 This package is part of the KDE graphics module.

Package: libkcolorpicker-dev
Description-md5: cb28307238fec18389a2cb1b242d0735
Description-en: QToolButton-like widget with color selection popup menu (dev)
 The kColorPicker library provides a QToolButton-like widget with color
 selection popup menu. This library is used by the ksnip project.
 .
 This package provides the development files.

Package: libkcolorpicker0
Description-md5: abccf561fe6ae3837dbecd99a2f00639
Description-en: QToolButton-like widget with color selection popup menu (lib)
 The kColorPicker library provides a QToolButton-like widget with color
 selection popup menu. This library is used by the ksnip project.
 .
 This package provides the shared library.

Package: libkf5completion-data
Description-md5: 5d2ea174f4aa4bf39e1bedafae9beff3
Description-en: Widgets with advanced auto-completion features.
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.
 .
 This package contains the translations.

Package: libkf5completion-dev
Description-md5: 669c3e2b61457cf23d5eb78b31bac4d2
Description-en: development files for kcompletion
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.
 .
 Contains development files for kcompletion.

Package: libkf5completion-doc
Description-md5: 8ced1abd621d1036cfdec2c194c0ee78
Description-en: Widgets with advanced auto-completion features (documentation)
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.
 .
 This package contains the qch documentation files.

Package: libkf5completion5
Description-md5: b424ff9c1406ac998aaefce01a33baf5
Description-en: Widgets with advanced auto-completion features.
 KCompletion provides widgets with advanced completion support as well as a
 lower-level completion class which can be used with your own widgets.

Package: libkf5config-bin
Description-md5: ece6b2bb249c34505390810c75a15816
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore and KConfigGui.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains runtime files for KConfig.

Package: libkf5config-data
Description-md5: 5811c7b0e7669a775eb56f66fea1207f
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore and KConfigGui.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the translations.

Package: libkf5config-dev
Description-md5: aa8de003e187a24093cac03ccf62dae4
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore and KConfigGui.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5config-dev-bin
Description-md5: 1f39c456a251629278b9118132cc8092
Description-en: configuration settings framework for Qt -- binary package
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore and KConfigGui.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the binary files for the libkf5config-dev package.

Package: libkf5config-doc
Description-md5: aa96a03c6ec1776f53aa18d4b4be2248
Description-en: configuration settings framework for Qt (documentation)
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore and KConfigGui.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5configcore5
Description-md5: ea2c8bb270b1ba1c2a7fff11b1260373
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore, KConfigGui and KConfigQml.
 .
 KConfigCore provides access to the configuration files themselves. It
 features:
 .
  - centralized definition: define your configuration in an XML file
  and use `kconfig_compiler` to generate classes to read and write
  configuration entries.
  - lock-down (kiosk) support.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains KConfigCore.

Package: libkf5configgui5
Description-md5: 28368657e6944dab597ebb8e8ce05595
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore, KConfigGui and KConfigQml.
 .
 KConfigGui provides a way to hook widgets to the configuration so
 that they are automatically initialized from the configuration and
 automatically propagate their changes to their respective
 configuration files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains KConfigGui.

Package: libkf5configqml5
Description-md5: 119db2807b1cb720b22aa8c7e40689e4
Description-en: configuration settings framework for Qt
 KConfig provides an advanced configuration system. It is made of two
 parts: KConfigCore, KConfigGui and KConfigQml.
 .
 KConfigQml provides the Qml binding for using KConfig in Qml
 applications.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains KConfigQml.

Package: kconfig-frontends
Description-md5: 71d98910429ac98f96fb655a713fa6f6
Description-en: Standalone implementation of the Linux Kconfig parser and frontend
 Kconfig-frontends provides the kconfig parser, as well as all the frontends
 (dialog, ncurses, Qt and Gtk based) to configure and generate config files
 and config headers for various projects. This package release old both console
 (dialog, ncurses) and graphic (qt) versions.

Package: kconfig-frontends-nox
Description-md5: fe4e8957e74c7e6eafe6343f7674ea65
Description-en: NoX standalone implementation of the Linux Kconfig parser
 Kconfig-frontends provides the kconfig parser, as well as all the frontends
 (dialog, ncurses, QT) to configure and generate config files
 and config headers for various projects. This package release only hold
 dialog and ncurses versions.

Package: python3-kconfiglib
Description-md5: 67f9dee66088696f7a32df051607b3ee
Description-en: Alternative Kconfig implementation (Python 3)
 Kconfiglib is a Kconfig implementation in Python. Kconfig is used for the
 Linux kernel configuration amongst others. This helper library can be
 used to configure a Kconfig software within a Python program.
 .
 This package installs the library for Python 3.

Package: libkf5configwidgets-data
Description-md5: 6baddaa809d1bce463fd43701eb11d27
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 preparetips5 script and graphics.

Package: libkf5configwidgets-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: libkf5configwidgets-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: libkf5configwidgets5
Description-md5: 87be7592126fbb5875fc8f54ff2375ba
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: libkf5contacts-data
Description-md5: 4c2b37d34dd2c60d065a5b0495c16512
Description-en: data files for kcontacts
 KContacts is an API for address book data.
 .
 This package contains shared data files.

Package: libkf5contacts-dev
Description-md5: d54e6efcc2b2c0b1723d5b7d0e6a26db
Description-en: development files for kcontacts
 KContacts is an API for address book data.
 .
 This package contains the development files.

Package: libkf5contacts-doc
Description-md5: 57bc2c3da8c51921b297dbbd14e96a2c
Description-en: address book API for KDE Framework (documentation)
 KContacts is an API for address book data.
 .
 This package contains the documentation.

Package: libkf5contacts5
Description-md5: 6dd06b459a1246e7f6c4eeaa75aca0a0
Description-en: address book API for KDE frameworks
 KContacts is an API for address book data.

Package: libkf5coreaddons-data
Description-md5: 29bc794d9aef56f3bdaef00102f493f3
Description-en: KDE Frameworks 5 addons to QtCore - data files
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the arch independent files for KCoreAddons.

Package: libkf5coreaddons-dev
Description-md5: 7443fc1f749dd219ef5a4631702ed422
Description-en: KDE Frameworks 5 addons to QtCore - development files
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files for KCoreAddons.

Package: libkf5coreaddons-dev-bin
Description-md5: 26421a73b837132b68f7a30b798a97bc
Description-en: KDE Frameworks 5 addons to QtCore - development files
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 .
 This package is part of KDE Frameworks 5.
 .
 This package is an implementation detail for KCoreAddons.

Package: libkf5coreaddons-doc
Description-md5: 2314c639ce974f4c7a22738ce3e288df
Description-en: KDE Frameworks 5 addons to QtCore (documentation)
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5coreaddons5
Description-md5: d5f589113cc2c31d4c55c72695c1f3f5
Description-en: KDE Frameworks 5 addons to QtCore
 KCoreAddons provides classes built on top of QtCore to perform various tasks
 such as manipulating mime types, autosaving files, creating backup files,
 generating random sequences, performing text manipulations such as macro
 replacement, accessing user information and many more.
 .
 This package is part of KDE Frameworks 5.

Package: kcptun
Description-md5: 8f2252f4687508313fd11f75a5079874
Description-en: Simple UDP Tunnel Based On KCP
 kcptun is a remote port forwarding tool by converting TCP stream into
 UDP stream in KCP protocol, in order to achieve higher throughput or
 lower latency with rich tuneable options.

Package: libkf5crash-dev
Description-md5: 52b47114779ca493f79984f238e5a8a8
Description-en: Support for application crash analysis and bug report from apps
 KCrash provides support for intercepting and handling application crashes.
 .
 Contains development files for kcrash.

Package: libkf5crash-doc
Description-md5: bccce22bd612a0ea8e6de700d0da45c7
Description-en: Support for application crash analysis and bug report from apps (documentation)
 KCrash provides support for intercepting and handling application crashes.
 .
 This package contains the qch documentation files.

Package: libkf5crash5
Description-md5: e191e392cbd3ca1a13389c535b14b9f9
Description-en: Support for application crash analysis and bug report from apps
 KCrash provides support for intercepting and handling application crashes.

Package: kde-config-cron
Description-md5: d78d91dad0aad822ffaf90bde4327d02
Description-en: program scheduler frontend
 kde-config-cron is a KDE configuration module for scheduling programs to run
 at specific intervals using cron, the UNIX scheduling service.
 .
 This package is part of the KDE administration module.

Package: libkf5dav-data
Description-md5: fd747fd4187609c09caa58743bc983b8
Description-en: DAV protocol implementation with KJobs - arch independent files
 A DAV protocol implementation with KJobs.
 .
 This package contains the arch independent files to work with KDav.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5dav-dev
Description-md5: aba50f53328c58420239306d0affa1e1
Description-en: DAV protocol implementation with KJobs - development files
 A DAV protocol implementation with KJobs.
 .
 This package contains the development files to work with KDav.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5dav-doc
Description-md5: 71c37e06b43635c35dc9433e22ed6f63
Description-en: DAV protocol implementation with KJobs - documentation
 A DAV protocol implementation with KJobs.
 .
 This package contains the qch documentation files.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5dav5
Description-md5: 17b9bbf5c29c770eeaeb965b40df1ae6
Description-en: DAV protocol implementation with KJobs
 A DAV protocol implementation with KJobs.
 .
 This package contains the shared library.
 .
 This package is part of KDE Frameworks 5.

Package: libkdb-data
Description-md5: fc9a9ca56d53017587a344fa1ffddac0
Description-en: data files for KDb
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the architecture independent data files for the
 KDb library and its drivers.
 .
 This package is part of the Calligra Suite.

Package: libkdb3-4abi1
Description-md5: 86baf8d611090a9a864e6b361112adfe
Description-en: database connectivity and creation framework -- shared library
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the shared library.
 .
 This package is part of the Calligra Suite.

Package: libkdb3-dev
Description-md5: a54994f2f3befb1b4faba9f463c3df8b
Description-en: development files for KDb
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the development files for KDb.
 .
 This package is part of the Calligra Suite.

Package: libkdb3-driver-mysql
Description-md5: 13c73d0c381eaf7f7a67b40d48099ad3
Description-en: MySQL driver for KDb
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the support for MySQL in KDb.
 .
 This package is part of the Calligra Suite.

Package: libkdb3-driver-postgresql
Description-md5: c1247ac6f948b710828ec02c87791f01
Description-en: PostgreSQL driver for KDb
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the support for PostgreSQL in KDb.
 .
 This package is part of the Calligra Suite.

Package: libkdb3-driver-sqlite
Description-md5: 40f598ae0c281ace9baa3d35935ca77f
Description-en: SQLite driver for KDb
 KDb is a database connectivity and creation framework, consisted of a
 general-purpose C++ Qt library and set of plugins delivering support
 for various database vendors.
 .
 This package contains the support for SQLite in KDb.
 .
 This package is part of the Calligra Suite.

Package: libkf5dbusaddons-bin
Description-md5: 2759fb7c869cb8d4f8565414715abd22
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 kquitapp5.

Package: libkf5dbusaddons-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: libkf5dbusaddons-dev
Description-md5: 5779cccb6d8023a03cd041c4836dec26
Description-en: development files for dbusaddons
 KDBusAddons provides convenience classes on top of QtDBus,
 as well as an API to create KDED modules.

Package: libkf5dbusaddons-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: libkf5dbusaddons5
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: kdc2tiff
Description-md5: 43fcc0c7095b2146128c6cd5c3599bc2
Description-en: convert Kodac kdc files to jpeg or tiff
 Convert kdc files as created by KodaK DC-120 digital cameras to tiff or
 jpeg with attention to aspect ratio, accurate scaling, contrast
 adjustment, gamma correction and image rotation.

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-systemd
Description-md5: 43d6f2bcc491dc37c94308d93eabd8ba
Description-en: KDE control center module for Systemd
 This package is a KDE Control Center module for the systemd daemon.
 It is capable of starting and stopping systemd units.
 In addition, it allows for the configuration of several systemd
 parameters.

Package: kdesdk-scripts
Description-md5: 2cc964ea24e19e46e4dc31dad33506f0
Description-en: scripts and data files for development
 This package contains scripts and data files to facilitate development of
 KDE software.  Also included are scripts which are not specific to
 KDE, such as helper scripts for working with Subversion and CVS repositories.
 .
 In addition to these scripts, this package provides:
   - gdb macros for Qt programming
   - Vim and EMACS helper files for Qt/KDE programming
   - bash and zsh completion rules for KDE applications
   - Valgrind error suppressions for KDE applications
 .
 This package is part of the KDE Software Development Kit module.

Package: kpartloader
Description-md5: 2547d789aa1b42e8729eaf160e012011
Description-en: test tool for KParts
 KPartloader is a very simple application to test loading of a KPart.
 KPartloader is called with a simple argument to tell which KPart to load.
 .
 KParts is a KDE core technology to embed components of one application into
 other applications. This application is used for testing such components
 during development.
 .
 This package is part of the KDE Software Development Kit module.

Package: kuiviewer
Description-md5: 807085628f906bc6dc5f3254fd12cd61
Description-en: viewer for Qt Designer user interface files
 KUIViewer is a utility to display and check user interface (.ui) files
 created in Qt Designer.  The interfaces can be shown in a variety of
 different widget styles to ensure that they display correctly in any
 environment.
 .
 The Qt Designer itself is in the package qttools5-dev-tools.
 .
 This package is part of the KDE Software Development Kit module.

Package: kde-config-gtk-style
Description-md5: 4dc6450d1efb836a2161212dc3dfe9ee
Description-en: KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection
 Configuration dialog to adapt GTK+ applications appearance to your taste
 under KDE. Among its many features, it lets you:
  - Choose which theme is used for GTK+ 2.x and GTK+ 3.x applications.
  - Tweak some GTK+ applications behaviour.
  - Select what icon theme to use in GTK+ applications.
  - Select GTK+ applications default fonts.
  - Easily browse and install new GTK+ 2.x and GTK+ 3.x themes.
 .
 This package contains kde-gtk-config module for KDE System Settings and
 common files (icons, localization files and etc).

Package: kde-config-gtk-style-preview
Description-md5: 7625f65c3ca5662d9a04f90cf47eb8ea
Description-en: KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection (extras)
 Configuration dialog to adapt GTK+ applications appearance to your taste
 under KDE. Among its many features, it lets you:
  - Choose which theme is used for GTK+ 2.x and GTK+ 3.x applications.
  - Tweak some GTK+ applications behaviour.
  - Select what icon theme to use in GTK+ applications.
  - Select GTK+ applications default fonts.
  - Easily browse and install new GTK+ 2.x and GTK+ 3.x themes.
 .
 This package contains binary files for previewing Gtk themes and applying
 them without restarting of Gtk applications.

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: kdebugsettings
Description-md5: 6b7f529f8c04a4b9b291a464d370a1a6
Description-en: application to enable/disable qCDebug settings
 Qt applications use QDebug classes to print out warnings and errors on
 a terminal.  This applications is a simple GUI to turn on or off
 these messages.

Package: kpackagelauncherqml
Description-md5: ba5d0000ce09c84fc0e0959e1a71c7c5
Description-en: commandline tool for launching kpackage QML application
 A small commandline tool to launch KPackages (QML applications).

Package: libkf5calendarevents5
Description-md5: 230f6b0a3105f3a0e0ecc12f9c206eb9
Description-en: provides integration of QML and KDE frameworks -- calendarevents
 Framework providing integration of QML and other KDE frameworks such
 as making i18n available and using kio

Package: libkf5declarative-data
Description-md5: 86b3790ad10f545b5672828151377e02
Description-en: provides integration of QML and KDE frameworks
 Framework providing integration of QML and other KDE frameworks such
 as making i18n available and using kio.
 .
 This package contains the translation files.

Package: libkf5declarative-dev
Description-md5: e6a1627a6916614d6204dc2f2d20ed4d
Description-en: development files for kdeclarative
 Framework providing integration of QML and other KDE frameworks such
 as making i18n available and using kio.
 .
 Contains development files for kdeclarative.

Package: libkf5declarative-doc
Description-md5: e5f16c1b9116aee2fd39234f4743c38c
Description-en: provides integration of QML and KDE frameworks (documentation)
 Framework providing integration of QML and other KDE frameworks such
 as making i18n available and using kio.
 .
 This package contains the qch documentation files.

Package: libkf5declarative5
Description-md5: 7d7cd9f180d72fc56b2851eeab6d4a9c
Description-en: provides integration of QML and KDE frameworks
 Framework providing integration of QML and other KDE frameworks such
 as making i18n available and using kio.

Package: libkf5quickaddons5
Description-md5: d704258b27f3de3e07d4842dc3a6bd80
Description-en: provides integration of QML and KDE frameworks -- quickaddons
 Framework providing optimized image texture caching.

Package: qml-module-org-kde-draganddrop
Description-md5: 3698998cc3ffbdf62b63eae5b293d681
Description-en: provides integration of QML and KDE frameworks - draganddrop
 Provides QML draganddrop functionality.

Package: qml-module-org-kde-graphicaleffects
Description-md5: 232b25f48899903213a664072031bb53
Description-en: provides integration of QML and KDE Frameworks - graphicaleffects
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: qml-module-org-kde-kcm
Description-md5: 739fef35431fdb11b10bda3bd96c4ca9
Description-en: provides integration of QML and KDE Frameworks - kcm
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: qml-module-org-kde-kconfig
Description-md5: 2dd6f080618b6a0942c91b233ea8ddd0
Description-en: provides integration of QML and KDE Frameworks - kconfig
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: qml-module-org-kde-kcoreaddons
Description-md5: 95860e7aefd481f2b8ccdaf415f81faa
Description-en: provides integration of QML and KDE frameworks - kcoreaddons
 Provides access from QML to libkf5coreaddons classes.

Package: qml-module-org-kde-kio
Description-md5: 9a8e858ebd52ec2da58620359d8ffe18
Description-en: provides integration of QML and KDE Frameworks - kio
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: qml-module-org-kde-kquickcontrols
Description-md5: fc3ea529ac208cdebf7315d101958fcd
Description-en: provides integration of QML and KDE frameworks - kquickcontrols
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.

Package: qml-module-org-kde-kquickcontrolsaddons
Description-md5: 718bb255ede033998219a5e155b28664
Description-en: provides integration of QML and KDE Frameworks - kquickcontrolsaddons
 This import contains KDE extras that are visually similar to Qt Quick
 Controls.
 .
 This package contains the QML files used by libkf5declarative.

Package: qml-module-org-kde-kwindowsystem
Description-md5: 0491a489803f70dd68d9fbc457ace164
Description-en: provides integration of QML and KDE frameworks - kwindowsystem
 Provides access from QML to libkf5windowsystem classes.

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: nautilus-kdeconnect
Description-md5: fc541cf35821c4d40d562883506ea818
Description-en: KDE Connect integration for Nautilus
 Extension providing integration to send files to KDE Connect compatible
 devices directly from within Nautilus.

Package: libkdecorations2-5v5
Description-md5: 2f69f7916e2c1f355958b57e8a4fc61d
Description-en: library to create window decorations
 KDecoration2 is a library to create window decorations. These window
 decorations can be used by for example an X11 based window manager
 which re-parents a Client window to a window decoration frame.

Package: libkdecorations2-dev
Description-md5: 94ead86761301d887d1872fe6452ba91
Description-en: library to create window decorations - development files
 KDecoration2 is a library to create window decorations. These window
 decorations can be used by for example an X11 based window manager
 which re-parents a Client window to a window decoration frame.
 .
 This package contains the development files.

Package: libkdecorations2private10
Description-md5: a433a88916f0a2e18ca2bd6a2dcebb05
Description-en: library to create window decorations - private library
 KDecoration2 is a library to create window decorations. These window
 decorations can be used by for example an X11 based window manager
 which re-parents a Client window to a window decoration frame.
 .
 This package contains the private library parts that are not considered stable.

Package: kded5
Description-md5: aecaa0fee03ee49d8e41b3ae3658a551
Description-en: Extensible daemon for providing session services
 KDED runs in the background and performs a number of small tasks.
 Some of these tasks are built in, others are started on demand.

Package: kded5-dev
Description-md5: 999d791f3e09ab001fcb13b0ec1e4c1c
Description-en: Extensible daemon for providing session services
 KDED runs in the background and performs a number of small tasks.
 Some of these tasks are built in, others are started on demand.
 .
 Contains development files.

Package: kdeedu-data
Description-md5: 35ae641c83860283ba500339fa4e167c
Description-en: data files for KDE education applications
 This package contains the architecture-independent data files for
 the KDE education applications.
 .
 This package is part of the KDE education module.

Package: kdeedu-kvtml-data
Description-md5: b346231aeecb8f226137f916998bd3f9
Description-en: KVTML files for KDE-Edu programs
 This package contains KVTML files for several KDE-Edu applications, such as
 KAnagram, KHangman, and KWordQuiz.
 .
 This package is part of the KDE education module.

Package: libqmobipocket-dev
Description-md5: c99879a8c7b33f5371dcbd94999404d5
Description-en: development files for the QMobipocket library
 QMobipocket is a Qt library for reading Mobipocket documents.
 .
 This package contains the files necessary for development.
 .
 This package is part of the KDE graphics module.

Package: libqmobipocket2
Description-md5: 071bc72963a9587a2bc6843076c78962
Description-en: library for reading Mobipocket documents
 QMobipocket is a Qt library for reading Mobipocket documents.
 .
 This package is part of the KDE graphics module.

Package: kdegraphics-thumbnailers
Description-md5: fecacf09cc1907dac81fafb8d7987281
Description-en: graphics file format thumbnailers for KDE SC
 These plugins allow KDE software to create thumbnails for several
 advanced graphic file formats (PS, RAW).
 .
 This package is part of the KDE graphics module.

Package: libkf5kdelibs4support-data
Description-md5: b82463b5ccc8233b3fb959bea7468f10
Description-en: Porting aid from KDELibs4.
 This framework provides code and utilities to ease
 the transition from kdelibs 4 to KDE Frameworks 5.
 This includes CMake macros and C++ classes whose
 functionality has been replaced by code in CMake,
 Qt and other frameworks.
 .
 Code should aim to port away from this framework eventually.
 The API documentation of the classes in this framework and
 the notes at <http://community.kde.org/Frameworks/Porting_Notes>
 should help with this.
 .
 This package contains the data files used by kdelibs4support.

Package: libkf5kdelibs4support-dev
Description-md5: 0b0af36855b0e6d6d9014dbf6d4285a7
Description-en: development files for kde4support
 This framework provides code and utilities to ease
 the transition from kdelibs 4 to KDE Frameworks 5.
 This includes CMake macros and C++ classes whose
 functionality has been replaced by code in CMake,
 Qt and other frameworks.
 .
 Code should aim to port away from this framework eventually.
 The API documentation of the classes in this framework and
 the notes at <http://community.kde.org/Frameworks/Porting_Notes>
 should help with this.
 .
 Note that some of the classes in this framework, especially
 KStandardDirs, may not work correctly unless any libraries
 and other software using the KDE4 Support framework are
 installed to the same location as KDE4Support, although
 it may be sufficient to set the KDEDIRS environment
 variable correctly.
 .
 Contains development files for kde4support.

Package: libkf5kdelibs4support5
Description-md5: 6749bb289feda728ce48c84bcd0637fe
Description-en: Porting aid from KDELibs4.
 This framework provides code and utilities to ease
 the transition from kdelibs 4 to KDE Frameworks 5.
 This includes CMake macros and C++ classes whose
 functionality has been replaced by code in CMake,
 Qt and other frameworks.
 .
 Code should aim to port away from this framework eventually.
 The API documentation of the classes in this framework and
 the notes at <http://community.kde.org/Frameworks/Porting_Notes>
 should help with this.
 .
 Note that some of the classes in this framework, especially
 KStandardDirs, may not work correctly unless any libraries
 and other software using the KDE4 Support framework are
 installed to the same location as KDE4Support, although
 it may be sufficient to set the KDEDIRS environment
 variable correctly.

Package: libkf5kdelibs4support5-bin
Description-md5: 2e2b39441a4b51a02434b6d5846eb7fe
Description-en: Porting aid from KDELibs4.
 This framework provides code and utilities to ease
 the transition from kdelibs 4 to KDE Frameworks 5.
 This includes CMake macros and C++ classes whose
 functionality has been replaced by code in CMake,
 Qt and other frameworks.
 .
 Code should aim to port away from this framework eventually.
 The API documentation of the classes in this framework and
 the notes at <http://community.kde.org/Frameworks/Porting_Notes>
 should help with this.
 .
 This package contains binaries and plugins from kdelibs4support.

Package: kdenetwork-filesharing
Description-md5: 1c2e5b31dd3122e57368c9aa35227510
Description-en: network filesharing configuration module
 This package provides a way to configure network file-sharing using
 NFS and Samba in the properties dialogue of the file manager.
 .
 This package is part of the KDE networking module.

Package: kdenlive
Description-md5: 4e8f8c02918f6de02fc8e354d08ec99c
Description-en: non-linear video editor
 Kdenlive is a non-linear video editing suite, which supports DV, HDV and many
 more formats.
 Its main features are:
  * Guides and marker for organizing timelines
  * Copy and paste support for clips, effects and transitions
  * Real time changes
  * FireWire and Video4Linux capture
  * Screen grabbing
  * Exporting to any by FFMPEG supported format

Package: kdenlive-data
Description-md5: 953e2976abe5604e76e1f57a4433ea09
Description-en: non-linear video editor (data files)
 Kdenlive is a non-linear video editing suite, which supports DV, HDV and many
 more formats.
 Its main features are:
  * Guides and marker for organizing timelines
  * Copy and paste support for clips, effects and transitions
  * Real time changes
  * FireWire and Video4Linux capture
  * Screen grabbing
  * Exporting to any by FFMPEG supported format
 .
 This package contains the data files for kdenlive.

Package: kdepim-addons
Description-md5: d8f289f91688d93a9ada54d9d00a30ef
Description-en: Addons for KDE PIM applications
 KDE (the K Desktop Environment) is a powerful Open Source graphical
 desktop environment for Unix workstations. It combines ease of use,
 contemporary functionality, and outstanding graphical design with the
 technological superiority of the Unix operating system.
 .
 This package includes a collection of extensions for the Personal Information
 Management (PIM) desktop applications provided with the official release of
 KDE Applications.

Package: kdepim-runtime
Description-md5: 0967d17f860788c8f2abc91821679d4e
Description-en: runtime components for Akonadi KDE
 This package contains Akonadi agents written using KDE Development Platform
 libraries.
 Any package that uses Akonadi should probably pull this in as a dependency.
 The kres-bridges is also parts of this package.
 .
 This package is part of the kdepim-runtime module.

Package: kdeplasma-addons-data
Description-md5: 725b91561b2c3d40bf18afd7b7e4df3f
Description-en: locale files for kdeplasma-addons
 The KDE Plasma addons module is a collection of additional Plasma 5
 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: kwin-addons
Description-md5: 77130048996c2b746f6d989a7ac02671
Description-en: additional desktop and window switchers for KWin
 This package contains additional KWin desktop and window switchers shipped in
 the Plasma 5 addons module.
 .
 This package is part of the KDE Plasma addons module.

Package: plasma-calendar-addons
Description-md5: ceb1ad05572926a2da8fc70bebf76f65
Description-en: additional calendar plugins for Plasma 5
 This package contains additional Plasma 5 calendar plugins that are used in
 the Plasma desktop.
 .
 Currently, it only includes the astronomical plugin for Plasma's calendar.
 .
 This package is part of the KDE Plasma 5 addons module.

Package: plasma-dataengines-addons
Description-md5: 35fd76d7e26f1dc903adc242c30881c2
Description-en: additional data engines for Plasma
 This package contains additional Plasma data engines shipped in Plasma 5
 addons module. These engines are needed by some Plasma  5 widget shipped with
 plasma-widgets-addons, but they may be useful for any other Plasma widgets too.
 .
 This package is part of the KDE Plasma addons module.

Package: plasma-runners-addons
Description-md5: ca6b160253ced98fd777964f7aa66335
Description-en: additional runners for Plasma 5 and Krunner
 This package contains additional Plasma runners that are used in krunner
 (the "run command" dialog of Plasma) to reveal special search results.
 If you use krunner a lot, you will probably like this package.
 .
 This package contains the following runners:
  * Characters (Special Characters)
  * Converter (Unit Converter)
  * Date and Time
  * Dictionary
  * Kate Sessions
  * Konsole Profiles
  * Media Wiki (Wikipedia, Wikitravel, Techbase, Userbase)
  * Spell Checker
  * More coming soon..
 .
 This package is part of the KDE Plasma 5 addons module.

Package: plasma-wallpapers-addons
Description-md5: a38500d25db4a179a98f77927698b821
Description-en: additional wallpaper plugins for Plasma 5
 This package contains additional Plasma 5 wallpaper plugins that are used in
 the Plasma desktop.
 .
 This package contains the following wallpaper plugins:
  * Haenau
  * Hunyango
  * Picture of the Day
  * More coming soon..
 .
 This package is part of the KDE Plasma 5 addons module.

Package: plasma-widgets-addons
Description-md5: 80e28a1791332ccc12ed82af54d8861f
Description-en: additional widgets for Plasma 5
 This package contains additional Plasma 5 widgets shipped in the Plasma
 addons module. Install it if you want a variety of widgets on your Plasma
 desktop.
 .
 This package provides the following widgets:
  * Activity pager
  * Binary Clock
  * Calculator
  * Color Picker
  * Comic
  * Dictionary
  * Diskquota
  * Fifteen Puzzle
  * Fuzzy Clock
  * Grouping
  * Keyboard Indicartor
  * Kicker Application Dashboard
  * Konsole Profiles
  * Media Frame
  * Minimize all Windows
  * Nightcolor Control
  * Notes
  * Quicklaunch
  * Quick Share
  * Show Desktop
  * System Load Viewer
  * Timer
  * Userswitcher
  * Weather Report
  * Web Browser
  * More coming soon..
 .
 This package is part of the KDE Plasma 5 addons module.

Package: kdeplasma-applets-xrdesktop
Description-md5: ca6c6146f67e07b8063852e48c753cfa
Description-en: xrdesktop applet for KDE Plasma
 This package contains xrdesktop applet for KDE Plasma.

Package: kio-perldoc
Description-md5: 6992b7778fa554e505ee10e49afb090c
Description-en: Perl documentation KIO slave
 This package includes the perldoc KIO plugin, which can be used to
 browse the Perl documentation within Konqueror.
 .
 This package is part of the KDE Software Development Kit module.

Package: kdesdk-thumbnailers
Description-md5: 542b314bd0e401d9d0d30fa1905cc30a
Description-en: kdesdk file format thumbnailers for KDE
 It contains a plugin to allow KDE software to create thumbnails for Gettext
 translations files (po).
 .
 This package is part of the KDE Software Development Kit module.

Package: kdesignerplugin
Description-md5: 34b02e9ba6f083e5723243e13d1aa073
Description-en: Transitional dummy package
 This is a transitional dummy package. It can safely be removed.

Package: kdesignerplugin-data
Description-md5: 1afbe7bd58c8eec87fc3f391bfc1e644
Description-en: Integration of KF5 widgets in Qt Designer/Creator
 This framework provides plugins for Qt Designer that allow
 it to display the widgets provided by various KDE Frameworks,
 as well as a utility kgendesignerplugin which can be used
 to generate other such plugins from ini-style description files.
 .
 Part of KDE Frameworks.
 .
 This package contains images and translations.

Package: kgendesignerplugin
Description-md5: f8cda0cd32bfdfee18c32e3bc7b2d01b
Description-en: Integration of KF5 widgets in Qt Designer/Creator
 kgendesignerplugin can be used to generate plugins for widgets
 in Qt Designer and Qt Creator.
 .
 Part of KDE Frameworks.

Package: kgendesignerplugin-bin
Description-md5: 64379c9f8d222abfd03445b56e07e2ea
Description-en: Integration of KF5 widgets in Qt Designer/Creator (bin files)
 kgendesignerplugin can be used to generate plugins for widgets
 in Qt Designer and Qt Creator.
 .
 This package is a packaging implementation detail needed to allow cross
 compilation.
 .
 Part of KDE Frameworks.

Package: libkf5su-bin
Description-md5: 779f6ebc52a07c1c2cb721be7420f8c1
Description-en: runtime files for kdesu
 Framework to handle super user actions.
 .
 Contains runtime files for kdesu.

Package: libkf5su-data
Description-md5: 67ea03028c1dec5b19b2cdacccfbe3e3
Description-en: translation files for kdesu
 Framework to handle super user actions
 .
 Contains translation files for kdesu.

Package: libkf5su-dev
Description-md5: 1acfba2aba862474868e8ad8ccf13aca
Description-en: development files for kdesu
 Framework to handle super user actions.
 .
 Contains development files for kdesu.

Package: libkf5su-doc
Description-md5: 57eb646ef35bbe0ce3a96cc54defaa98
Description-en: runtime files for kdesu (documentation)
 Framework to handle super user actions.
 .
 This package contains the qch documentation files.

Package: libkf5su5
Description-md5: bedb79ab95964365e5d345945aa37aca
Description-en: Integration with su for privilege escalation
 Framework to handle super user actions

Package: kdesvn
Description-md5: 2c4facb6f4862fcd6965cd90eb0310f1
Description-en: Subversion client with tight KDE integration
 KDESvn is a graphical client for the Subversion revision control
 system (svn).
 .
 Besides offering common and advanced svn operations, it features
 a tight integration into KDE and can be embedded into other KDE
 applications like Konqueror via the KDE component technology KParts.

Package: kdesvn-kio-plugins
Description-md5: 0b0f5984c4d55a712f2a468c26202545
Description-en: Subversion I/O slaves for KDE
 This package includes KIO slaves for svn, svn+file, svn+http,
 svn+https, svn+ssh. This allows you to access Subversion repositories
 inside any KIO enabled KDE application.
 .
 This package is part of kdesvn.

Package: kdevelop
Description-md5: b677ffe3591af6f44d04fc26b29337f2
Description-en: integrated development environment for C/C++ and other languages
 KDevelop is a Free and Open Source integrated development
 environment (IDE). It provides editing, navigation and debugging features for
 several programming languages, as well as integration with multiple build
 systems and version-control systems, using a plugin-based architecture.
 .
 KDevelop has parser backends for C, C++ and Javascript/QML, with further
 external plugins supporting e.g. PHP or Python.

Package: kdevelop-data
Description-md5: 27c6ba68b545181e32202e758dd9c0c9
Description-en: data files for the KDevelop IDE
 KDevelop is a Free and Open Source integrated development
 environment (IDE). It provides editing, navigation and debugging features for
 several programming languages, as well as integration with multiple build
 systems and version-control systems, using a plugin-based architecture.
 .
 This package contains arch independent data for KDevelop.

Package: kdevelop-dev
Description-md5: e731bad39cc9c8aa95d86994acef1003
Description-en: development files for the KDevelop IDE
 KDevelop is a Free and Open Source integrated development
 environment (IDE). It provides editing, navigation and debugging features for
 several programming languages, as well as integration with multiple build
 systems and version-control systems, using a plugin-based architecture.
 .
 This package contains development files for KDevelop.

Package: kdevelop-l10n
Description-md5: caaaa609bb5cc859cafbbf2baca3944a
Description-en: localization files for the KDevelop IDE
 KDevelop is a Free and Open Source integrated development
 environment (IDE). It provides editing, navigation and debugging features for
 several programming languages, as well as integration with multiple build
 systems and version-control systems, using a plugin-based architecture.
 .
 This package contains the translations for KDevelop.

Package: kdevelop510-libs
Description-md5: 1721eaaf84e3496ee21aa4d1fedebbc3
Description-en: shared libraries for the KDevelop platform
 This package contains shared libraries needed to run integrated development
 environments based on the KDevelop platform.
 .
 This package is part of the KDevelop platform.

Package: plasma-kdevelop
Description-md5: a388750cc99f11e20a016e7a22a5f0e3
Description-en: KDevelop plugins for Plasma
 KDevelop is a Free and Open Source integrated development
 environment (IDE). It provides editing, navigation and debugging features for
 several programming languages, as well as integration with multiple build
 systems and version-control systems, using a plugin-based architecture.
 .
 This package contains the KDevelop plugins for integrating in the Plasma
 desktop environment:
  * sessions data engine
  * sessions widget
  * sessions KRunner module

Package: kdevelop-pg-qt
Description-md5: ae78cd0881bbbaf37a02f848cf029565
Description-en: LL(1) parser generator based on Qt
 KDevelop-PG-Qt is a parser generator written in readable source-code and
 generating readable source-code. Its syntax was inspirated by AntLR.
 It implements the visitor-pattern and uses the Qt library.
 .
 This package contains the kdev-pg-qt binary, the headers files generated by
 the KDevelop parser generator and the cmake file to find the parser.

Package: kdevelop-php
Description-md5: d91180b50795db82f54deddad643d239
Description-en: PHP plugin for KDevelop
 KDevelop is an easy to use integrated development environment for KDE.
 It supports a wide range of programming languages and features project
 management, an advanced editor, a class browser and an integrated debugger.
 .
 This package contains the PHP language support plugin.

Package: kdevelop-php-l10n
Description-md5: f971132c0aa8a203d997d29254b4f874
Description-en: localization files for KDevelop PHP plugin
 The KDevelop-PHP plugin is the language plugin for the PHP language
 for the KDevelop integrated development environment for KDE.
 .
 This  package contains the localizations for the KDevelop PHP plugin.

Package: kdevelop-python
Description-md5: fb61067133e49cf20097c70cdb545f69
Description-en: Python 3 plugin for KDevelop
 KDevelop is an easy to use integrated development environment for KDE.
 It supports a wide range of programming languages and features project
 management, an advanced editor, a class browser and an integrated debugger.
 .
 This package contains the Python 3 language support plugin.

Package: kdevelop-python-data
Description-md5: 62bea8202cdbba59059b6cf7c87bc1a5
Description-en: Python 3 plugin for KDevelop - data files
 KDevelop is an easy to use integrated development environment for KDE.
 It supports a wide range of programming languages and features project
 management, an advanced editor, a class browser and an integrated debugger.
 .
 This package contains the data files for Python 3 language support plugin.

Package: kdevelop-python-l10n
Description-md5: 1cdeec605fff6624a814759d0cb29f83
Description-en: localization files for KDevelop Python 3 plugin
 The KDevelop-Python plugin is the language plugin for the Python 3 language
 for the KDevelop integrated development environment for KDE.
 .
 This  package contains the localizations for the KDevelop Python 3 plugin.

Package: libkf5webkit-dev
Description-md5: 27ece3957de0d94c218c12586a8b0192
Description-en: development files for kdewebkit
 The kdewebkit library sits on top of QtWebKit,
 providing KDE integration for icons, shortcuts,
 network operation (KIO), cookie management using
 (KCookieJar) and component embedding (KParts).
 .
 Contains development files for kdewebkit.

Package: libkf5webkit5
Description-md5: ae361f75e802e9ce4e9fbc66176ed8df
Description-en: KDE Integration for QtWebKit.
 The kdewebkit library sits on top of QtWebKit,
 providing KDE integration for icons, shortcuts,
 network operation (KIO), cookie management using
 (KCookieJar) and component embedding (KParts).

Package: kdf
Description-md5: 980ba304cd89925b93e1528c3e6d19aa
Description-en: disk information utility
 KDiskFree displays information about hard disks and other storage devices,
 including the amount of free space available. It can also mount and unmount
 storage devices and view them in the file manager.
 .
 KwikDisk is an icon for the system tray that provides convenient access to
 the features of KDiskFree.
 .
 This package is part of the KDE Applications utilities module.

Package: libkdgcommons-java
Description-md5: c6067aaa71199ccd538eb983914e87a0
Description-en: utility library for web programming
 The KDG Commons library is a collection of utility classes for Java,
 supplementing and in some cases replacing Jakarta Commons and Google
 Guava. This involves SQL database access via JDBC, hex data handling,
 secure string handling for web applications and much more.

Package: libkchart-dev
Description-md5: 5984b75ea32e16776bd1a44415f1c433
Description-en: library for creating business charts (development files)
 KD Charts provides an implementation of the ODF Chart specification. It
 supports stock charts, box charts, and whisker charts and allows one to
 integrate these charts in Qt-based applications.
 .
 This package contains the development files.

Package: libkchart2
Description-md5: 0328e560cc613f354b78a9c65673fe06
Description-en: library for creating business charts (shared library)
 KD Charts provides an implementation of the ODF Chart specification. It
 supports stock charts, box charts, and whisker charts and allows one to
 integrate these charts in Qt-based applications.
 .
 This package contains the shared library.

Package: libkchart2-l10n
Description-md5: f3fdee9514c21e772507f5ac1f6cd6da
Description-en: library for creating business charts (translation)
 KD Charts provides an implementation of the ODF Chart specification. It
 supports stock charts, box charts, and whisker charts and allows one to
 integrate these charts in Qt-based applications.
 .
 This package contains translations.

Package: libkgantt-dev
Description-md5: 6f1182399691d8f41c32d779deb27dfc
Description-en: library for creating Gantt diagrams (development files)
 Gantt charts are a bar charts that illustrate project schedules. KD Gantt
 provides a module for implementing ODF Gantt charts in Qt-based applications.
 .
 This package contains the development files.

Package: libkgantt2
Description-md5: 5672966bdfb082a5687c5da49bb612f3
Description-en: library for creating Gantt diagrams (shared library)
 Gantt charts are a bar charts that illustrate project schedules. KD Gantt
 provides a module for implementing ODF Gantt charts in Qt-based applications.
 .
 This package contains the shared library.

Package: libkgantt2-l10n
Description-md5: 3f1263239667ccef0664ce41c872a7db
Description-en: library for creating Gantt diagrams (translations)
 Gantt charts are a bar charts that illustrate project schedules. KD Gantt
 provides a module for implementing ODF Gantt charts in Qt-based applications.
 .
 This package contains translations.

Package: kdialog
Description-md5: bf00f508dd05e4ce091a121e7964e87d
Description-en: Dialog display utility
 kdialog allows you to display dialog boxes from shell scripts. The syntax is
 very much inspired from the "dialog" command (which shows text mode dialogs).

Package: kdiamond
Description-md5: a7a7c9895d468dee49b6d55654cc85d7
Description-en: three-in-a-row game
 KDiamond is a three-in-a-row game like Bejeweled. It features unlimited fun
 with randomly generated games and five difficulty levels with varying number
 of diamond colors and board sizes.
 .
 This package is part of the KDE games module.

Package: kdiff3
Description-md5: 0354c91a49f8aa55cacf41eda53c73a1
Description-en: compares and merges 2 or 3 files or directories
 KDiff3 compares two or three input files and shows the differences
 line by line and character by character. It provides an automatic
 merge facility and an integrated editor for comfortable solving of
 merge conflicts. KDiff3 allows recursive directory comparison and
 merging as well. KDiff3 also has KIO support, so it can access to
 remote files and compressed archives.

Package: kdiff3-doc
Description-md5: 8fca8be6f5a1a035211ddd3a02146992
Description-en: documentation for KDiff3
 KDiff3 compares two or three input files and shows the differences
 line by line and character by character.
 .
 This package contains the documentation.

Package: kdiff3-qt
Description-md5: c4ec767d703666f1d74fd02fd61a66bd
Description-en: transistional package for kdiff3
 This is a transitional package. It can safely be removed.
 .
 This version of KDiff3 is not developed anymore, replaced by kdiff3.

Package: libkf5dnssd-data
Description-md5: 8acfd301bd9d34f8f30c977da10a72b4
Description-en: Abstraction to system DNSSD features.
 KDNSSD is a library for handling the DNS-based
 Service Discovery Protocol (DNS-SD), the layer of
 Zeroconf that allows network services.
 .
 This package contains the data files.

Package: libkf5dnssd-dev
Description-md5: ca5322804a5972f65e71cb436e49b231
Description-en: development files for kdnssd
 KDNSSD is a library for handling the DNS-based
 Service Discovery Protocol (DNS-SD), the layer of
 Zeroconf that allows network services.
 .
 Contains development files for kdnssd.

Package: libkf5dnssd-doc
Description-md5: 4658a03fc6f54770bfb87b20c0d553dd
Description-en: Abstraction to system DNSSD features (documentation)
 KDNSSD is a library for handling the DNS-based
 Service Discovery Protocol (DNS-SD), the layer of
 Zeroconf that allows network services.
 .
 This package contains the qch documentation files.

Package: libkf5dnssd5
Description-md5: 5df1e4f814c3770218ce8d75e652d1b4
Description-en: Abstraction to system DNSSD features.
 KDNSSD is a library for handling the DNS-based
 Service Discovery Protocol (DNS-SD), the layer of
 Zeroconf that allows network services.

Package: kdocker
Description-md5: 750369a5a218f9771127826ecd0a47e6
Description-en: lets you dock any application into the system tray
 KDocker will help you dock any application into the system tray.
 This means you can dock openoffice, xmms, firefox, thunderbird, anything!
 Just point and click. Works for all NET WM compliant window managers - that
 includes KDE, GNOME, Xfce, Fluxbox and many more.

Package: kdoctools5
Description-md5: ccf4efb9986e04bb851f20d7b8ae3f86
Description-en: Tools to generate documentation in various formats from DocBook
 KDocTools is a set of tools to generate documentation in various formats from
 DocBook files.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5doctools-dev
Description-md5: 12116fdff9fa8dc2bf0795713efcd043
Description-en: Development files for kdoctools5
 KDocTools is a set of tools to generate documentation in various formats from
 DocBook files.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files for kdoctools5.

Package: libkf5doctools5
Description-md5: 7ea5d430f1f5fbccba7d5aabe348872a
Description-en: Tools to generate documentation in various formats from DocBook
 KDocTools is a set of tools to generate documentation in various
 formats from DocBook files.
 .
 This package is part of KDE Frameworks 5.

Package: kanadic
Description-md5: dc70264db527cc8a4fed7ef807cf1ce2
Description-en: katakana and hiragana drill files for KDrill
 This package provides files for practicing katakana and hiragana with
 KDrill. It includes basic and extended versions of each list.

Package: kdrill
Description-md5: 9e9bba4daf4dd18fc5f848fedc70f190
Description-en: kanji drill and dictionary program
 This package provides a graphical program for learning Japanese
 characters, which also doubles as a dictionary lookup program.
 It requires a dictionary package, such as kanjidic (for learning
 kanji) or kanadic (for learning hiragana or katakana), although
 you can specify a custom dictionary file on the command line.

Package: makedic
Description-md5: 0d80c55e7259017f7a5adde558dd1477
Description-en: dictionary compiler for KDrill
 This package provides a program to create custom dictionary files for
 KDrill. It can also generate kana dictionary drill files.

Package: libkdsoap-bin
Description-md5: 78f7dd865b4a7c1bd5bf9c2abe3f4230
Description-en: Qt-based client-side and server-side SOAP component - binaries
 Qt-based client-side and server-side SOAP component. It can be used to
 create client applications for web services and also provides the means to
 create web services without the need for any further component such as a
 dedicated web server.
 .
 This package contains some utilities and example programs for the library.

Package: libkdsoap-dev
Description-md5: 2dbb06b7ca42ca318825fa18121297b0
Description-en: Qt-based client-side and server-side SOAP component - devel files
 Qt-based client-side and server-side SOAP component. It can be used to
 create client applications for web services and also provides the means to
 create web services without the need for any further component such as a
 dedicated web server.
 .
 This package contains the development files

Package: libkdsoap-doc
Description-md5: d7f31e02db274bf0f2929fa9ac35d43c
Description-en: Qt-based client-side and server-side SOAP component - documentation
 Qt-based client-side and server-side SOAP component. It can be used to
 create client applications for web services and also provides the means to
 create web services without the need for any further component such as a
 dedicated web server.
 .
 This package contains the documentation.

Package: libkdsoap-server1
Description-md5: 138f738ceefdaef7f6e4b1b309e6e355
Description-en: Qt-based client-side and server-side SOAP component - server-side library
 Qt-based client-side and server-side SOAP component. It can be used to
 create client applications for web services and also provides the means to
 create web services without the need for any further component such as a
 dedicated web server.
 .
 This package contains the server-side library

Package: libkdsoap1
Description-md5: 73db9b10bf55726cd3ea855eaf783a1a
Description-en: Qt-based client-side and server-side SOAP component - client-side library
 Qt-based client-side and server-side SOAP component. It can be used to
 create client applications for web services and also provides the means to
 create web services without the need for any further component such as a
 dedicated web server.
 .
 This package contains the client-side library

Package: kdump-tools
Description-md5: e4c630411cca5f22a32a48bd81b16449
Description-en: scripts and tools for automating kdump (Linux crash dumps)
 kdump-tools provides an init script and a configuration script for
 automating the use of kdump.  It uses the makedumpfile utility to
 reduce the size of the /proc/vmcore file based on user preferences.
 .
 After installing, please see /usr/share/doc/kdump-tools/README.Debian
 for information on enabling and configuring kdump.

Package: keditbookmarks
Description-md5: de9dfceb4ffcfc2905333236f836b07e
Description-en: bookmarks editor utility for KDE
 The editor shows a tree view of your KDE bookmarks and bookmark subfolders.
 .
 Several applications in the KDE suite let you create bookmarks (e.g.
 Konqueror, Konsole, Konversation) and will launch this bookmark editor from
 their Bookmarks -> Edit Bookmarks menu item.

Package: keepalived
Description-md5: 74717abb13e7dbfe48bbecb41cae323b
Description-en: Failover and monitoring daemon for LVS clusters
 keepalived is used for monitoring real servers within a Linux
 Virtual Server (LVS) cluster.  keepalived can be configured to
 remove real servers from the cluster pool if it stops responding,
 as well as send a notification email to make the admin aware of
 the service failure.
 .
 In addition, keepalived implements an independent Virtual Router
 Redundancy Protocol (VRRPv2; see RFC 2338 for additional info)
 framework for director failover.

Package: keepass2
Description-md5: e0f163e68e620c6be9c7b15ffee31fe6
Description-en: Password manager
 KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and
 mobile devices. You can store your passwords in highly-encrypted databases,
 which can only be unlocked with one master password and/or a key file.
 A database consists of only one file that can be transferred from one computer
 to another easily.
 KeePass can import data from various file formats. The password list can be
 exported to various formats, including TXT, HTML, XML and CSV files.

Package: keepass2-doc
Description-md5: 944f2f1d580a843a46c7b13e273c8aea
Description-en: Password manager - Documentation
 KeePass is a easy-to-use password manager for Windows, Linux, Mac OS X and
 mobile devices. You can store your passwords in highly-encrypted databases,
 which can only be unlocked with one master password and/or a key file.
 A database consists of only one file that can be transferred from one computer
 to another easily.
 KeePass can import data from various file formats. The password list can be
 exported to various formats, including TXT, HTML, XML and CSV files.
 .
 This package contains the documentation.

Package: keepass2-plugin-keepasshttp
Description-md5: e1160e13c01db20e661ce86cb41a6b32
Description-en: KeePass2 plugin to expose password entries securely over HTTP
 KeePassHttp is a plugin for KeePass 2.x and provides a secure means of
 exposing KeePass entries via HTTP for clients to consume.
 Features:
  - returns all matching entries for a given URL
  - updates entries
  - secure exchange of entries
  - notifies user if entries are delivered
  - user can allow or deny access to single entries
  - works only if the database is unlocked
  - request for unlocking the database if it is locked while connecting
  - searches in all opened databases (if user activates this feature)
  - Whenever events occur, the user is prompted either by tray notification or
    requesting interaction (allow/deny/remember).

Package: keepassx
Description-md5: aada8c7754adda89a1f4854093c47f5f
Description-en: Cross Platform Password Manager (empty transitional package)
 This is a transitional package to install the keepassxc package and
 can be safely removed.
 .
 The original keepassx does not receive any further development.

Package: keepassxc
Description-md5: 5584cb9ad73a0660f4c66ea6039698f2
Description-en: Cross Platform Password Manager
 KeePassXC is a free/open-source password manager or safe which helps you
 to manage your passwords in a secure way. You can put all your
 passwords in one database, which is locked with one master key or a
 key-disk. So you only have to remember one single master password or
 insert the key-disk to unlock the whole database. The databases are
 encrypted using the algorithms AES or Twofish.
 .
 In contrast to KeePassX (package keepassx), KeePassXC is actively developed
 and has more features, e.g., connectivity to a Web Browser plugin (package
 webext-keepassxc-browser).

Package: webext-keepassxc-browser
Description-md5: d1e0bc85267626c7872fc5e984212665
Description-en: Web browser extension to organize web site credentials in KeePassXC
 KeePassXC-Browser is a web browser extension for Firefox and Chromium that
 allows users to easily store and load credentials for web sites in/from
 databases of the KeePassXC password manager.
 .
 To use this extension users must run KeePassXC and configure it accordingly in
 Tools→Settings→Browser Integration!

Package: kel-agent
Description-md5: 3faeb1a7b59f632b3b6f9b15e6fae88a
Description-en: Web interface for amateur radio installed programs (program)
 An agent program for translating between various amateur
 radio installed programs and WebSockets.  This was built to support
 https://github.com/k0swe/kellog but can be used by any web application
 that needs to communicate with amateur radio installed programs.

Package: kelbt
Description-md5: d98e181ad0a61b1bdd10581cebf7ec85
Description-en: backtracking LR parser generator
 Kelbt generates backtracking LALR(1) parsers. Standard LALR(1) parser
 generators emit an error upon encountering a conflict in the parse tables.
 Kelbt forges onward, generating parsers which handle conflicts by backtracking
 at runtime. Kelbt is able to generate a parser for any context-free grammar and
 therefore implements a generalized parsing method.
 .
 Kelbt is different from other backtracking LR systems in two ways. First, it
 elevates backtracking to the level of semantic actions by introducing a class
 of actions called undo actions. Undo actions are invoked as the backtracker
 undoes parsing and allow the user to revert any side effects of forward
 semantic actions. This makes it possible to backtrack over language constructs
 which must modify global state in preparation for handling context
 dependencies.
 .
 Second, Kelbt enables a user-controlled parsing strategy which approximates
 that of generalized recursive-descent parsing with ordered choice. This makes
 it easy for the user to resolve language ambiguities by ordering the grammar
 productions of a non-terminal according to precedence. It is approximate in the
 sense that for most grammars the equivalent of an ordered choice parsing
 strategy is achieved. In cases where productions are parsed out of the order
 given, there is a simple grammar transformation which remedies the problem.
 .
 As a proof of concept, Kelbt has been used to write a partial C++ parser
 (included) which is composed of strictly a scanner, a name lookup stage and a
 grammar with standard semantic actions and semantic undo actions.

Package: libkf5emoticons-bin
Description-md5: e2a696bf68def69923103826b3f03690
Description-en: Support for emoticons and emoticons themes.
 This class can be used to retrieve, install,
 create emoticons theme. It can also be used to
 set the emoticon theme and the parse mode in the
 config file.
 .
 This package contains the runtime files.

Package: libkf5emoticons-data
Description-md5: 6a57529f6de7e96c3ef3aeffe681406a
Description-en: Support for emoticons and emoticons themes.
 This class can be used to retrieve, install,
 create emoticons theme. It can also be used to
 set the emoticon theme and the parse mode in the
 config file.
 .
 This package contains the data files.

Package: libkf5emoticons-dev
Description-md5: 69729de6422a076570388822dd6426f6
Description-en: Support for emoticons and emoticons themes.
 This class can be used to retrieve, install,
 create emoticons theme. It can also be used to
 set the emoticon theme and the parse mode in the
 config file.
 .
 Contains development files for kemoticons.

Package: libkf5emoticons-doc
Description-md5: f1eccb973f94a420c4bcd372cdd3e8bd
Description-en: Support for emoticons and emoticons themes (documentation)
 This class can be used to retrieve, install,
 create emoticons theme. It can also be used to
 set the emoticon theme and the parse mode in the
 config file.
 .
 This package contains the qch documentation files.

Package: libkf5emoticons5
Description-md5: 97eb532c8ba247b156d75a1eb953bc72
Description-en: Support for emoticons and emoticons themes.
 This class can be used to retrieve, install,
 create emoticons theme. It can also be used to
 set the emoticon theme and the parse mode in the
 config file.

Package: kephra
Description-md5: fd91c477b685c4f730539ab9805543a3
Description-en: gui text editor along Perl alike Paradigms
 Kephra is gui text editor written in Perl but not only for Perl
 developers.
 .
 The features of Kephra are:
  - File: file sessions, history, simple templates, open all of a dir, insert,
    autosave by timer, save copy as, rename, close all other, detection if
    file where changed elsewhere
  - Editing: unlimited undo with fast modes, replace (clipboard and
    selection), line edit functions, move line/selection, indenting, block
    formatting, delete trailing space, comment, convert (case, space or
    indention) rectangular selection with mouse and keyboard, auto- and
    braceindention
  - Navigation: bracenav, blocknav, doc spanning bookmarks, goto last edit,
    last doc, rich search, incremental search, searchbar and search dialog
  - Tools: run script (integrated output panel), notepad panel, color picker
  - Doc Property: syntax mode, codepage, tab use, tab width, EOL, write
    protection
  - View: all app parts and margins can be switched on and off,
    syntaxhighlighting bracelight, ight margin, indention guide, caret line,
    line wrap, EOL marker, visible whitespace, changeable font
  - Configs: config files to be opened through a menu: settings, all menus,
    commandID's, event binding, icon binding, key binding, localisation
    (translate just one file to transelate the app), syntaxmodes and some help
    texts to be opened as normal files

Package: python3-keras-applications
Description-md5: 4f5ca07117a131b469d0ce564cd826ee
Description-en: popular models and pre-trained weights for the Keras deep learning framework
 Keras is a Python library for machine learning based on deep (multi-
 layered) artificial neural networks (DNN), which follows a minimalistic
 and modular design with a focus on fast experimentation.
 .
 Features of DNNs like neural layers, cost functions, optimizers,
 initialization schemes, activation functions and regularization schemes
 are available in Keras a standalone modules which can be plugged together
 as wanted to create sequence models or more complex architectures.
 Keras supports convolutions neural networks (CNN, used for image
 recognition resp. classification) and recurrent neural networks (RNN,
 suitable for sequence analysis like in natural language processing).
 .
 It runs as an abstraction layer on the top of Theano (math expression
 compiler) by default, which makes it possible to accelerate the computations
 by using (GP)GPU devices. Alternatively, Keras could run on Google's
 TensorFlow (not yet available in Debian).
 .
 Keras Applications is the applications module of the Keras deep
 learning library. It provides model definitions and pre-trained
 weights for a number of popular architectures, such as VGG16, ResNet50,
 Xception, MobileNet, and more.

Package: python3-keras-preprocessing
Description-md5: 7d866d8e7f78413ecd6df26865608110
Description-en: data preprocessing module for the Keras deep learning framework
 Keras is a Python library for machine learning based on deep (multi-
 layered) artificial neural networks (DNN), which follows a minimalistic
 and modular design with a focus on fast experimentation.
 .
 Features of DNNs like neural layers, cost functions, optimizers,
 initialization schemes, activation functions and regularization schemes
 are available in Keras a standalone modules which can be plugged together
 as wanted to create sequence models or more complex architectures.
 Keras supports convolutions neural networks (CNN, used for image
 recognition resp. classification) and recurrent neural networks (RNN,
 suitable for sequence analysis like in natural language processing).
 .
 It runs as an abstraction layer on the top of Theano (math expression
 compiler) by default, which makes it possible to accelerate the computations
 by using (GP)GPU devices. Alternatively, Keras could run on Google's
 TensorFlow (not yet available in Debian).
 .
 Keras Preprocessing is the data preprocessing and data augmentation
 module of the Keras deep learning library. It provides utilities for
 working with image data, text data, and sequence data.

Package: krb5-config
Description-md5: 36570a434cf5f024efb3ccc2fd73ab6a
Description-en: Configuration files for Kerberos Version 5
 This package provides /etc/krb5.conf and any other files needed to
 configure Kerberos Version 5.  This package may be used with one of the
 implementations of Kerberos in Debian, or with a locally built Kerberos.
 Generally this package will be installed as part of installing some
 Kerberos implementation.

Package: debian-kernel-handbook
Description-md5: d2ace2401cdb0f2dd8472494b68d4750
Description-en: reference to Debian Linux kernel packages and development
 A reference manual for:
 .
  * Working on the linux package
  * Building custom kernels and modules
  * Working with initramfs images
  * Kernel team policies

Package: kernel-wedge
Description-md5: fb028eb3928d8d0a511055c3e1f6fab8
Description-en: udeb package builder for Debian-Installer
 kernel-wedge splits udeb packages out of a kernel image deb. The udebs
 are used by the Debian-Installer.

Package: kernelshark
Description-md5: 1b84006243af3f97d2b15fc9fc0366d8
Description-en: Utilities for graphically analyzing function tracing in the kernel
 KernelShark is a front end reader of trace-cmd output. It reads a trace-cmd.dat
 formatted file and produces a graph and list view of the data.

Package: libkshark-dev
Description-md5: eb258b0ea140b5f49da589752db04c75
Description-en: Library for accessing ftrace file system (development files)
 Library for accessing ftrace file system and provides API for processing of
 tracing data.
 .
 This package is needed to compile programs against libkshark2.

Package: libkshark2
Description-md5: 08f8fbe73b08d5e690a65c97cde941d7
Description-en: Library for accessing ftrace file system (shared library)
 Library for accessing ftrace file system and provides API for processing of
 tracing data.
 .
 This package contains the shared library.

Package: kerneltop
Description-md5: 0fe4a108b4159d3ec18907ae40b72cb7
Description-en: shows Linux kernel function usage in a style like top
 kerneltop shows Linux kernel function information usage (modules
 not included) like top do for process, and is derived from
 readprofile.
 .
 It needs profiling enabled on kernel at boot time.

Package: r-cran-kernsmooth
Description-md5: c80581f0e6d787806b749351494b238b
Description-en: GNU R package for kernel smoothing and density estimation
 This package provides functions for kernel smoothing and density estimation
 corresponding to M.P. Wand and M.C. Jones, "Kernel Smoothing", 1995.
 .
 This package is part of the set of packages that are 'recommended'
 by R Core and shipped with upstream source releases of R itself.
 .
 URL: http://www.maths.unsw.edu.au/~wand

Package: ketm
Description-md5: a6dd792c82fedff6d6f75a7bd2b958eb
Description-en: old school 2D-scrolling shooter
 Ketm is a hicolor/hiresolution classical game that has similarities with
 Raptor, Tyrian and Galaga. You are a spacepilot controlling your secret
 prototype ship. At regular interval's you get attacked by the bad guys. You
 have a mission to clean this sector from them (i.e. Kill Everything That
 Moves). Be sure to pick up some weapon and ship upgrades on the way.

Package: ketm-data
Description-md5: 085fc655d019815d39647600b83f145c
Description-en: graphics and audio data for ketm
 Ketm is a hicolor/hiresolution classical game that has similarities with
 Raptor, Tyrian and Galaga. You are a spacepilot controlling your secret
 prototype ship. At regular interval's you get attacked by the bad guys. You
 have a mission to clean this sector from them (i.e. Kill Everything That
 Moves). Be sure to pick up some weapon and ship upgrades on the way.
 .
 This package contains the architecture-independent data for ketm. For
 more information, see the ketm package.

Package: keurocalc
Description-md5: a7166e01fd5d1f79d4e7c2888adf627d
Description-en: universal currency converter and calculator
 KEurocalc is a universal currency converter and calculator.
 It downloads latest exchange rates directly from the
 European Central Bank and Time Genie.

Package: keurocalc-data
Description-md5: 6e9fc7f2f57c5ef4114b98c6e273e0c2
Description-en: universal currency converter and calculator - data package
 KEurocalc is a universal currency converter and calculator.
 It downloads latest exchange rates directly from the
 European Central Bank and Time Genie.
 .
 This is a data package containing some files needed by the keurocalc
 binary package.

Package: kexec-tools
Description-md5: 8d39a422632d6a4c4a9ed06e009b2673
Description-en: tools to support fast kexec reboots
 This package provides tools to load a kernel into memory and then
 "reboot" directly into that kernel using the kexec system call,
 bypassing the normal boot process.

Package: kexi
Description-md5: 15c11cf628116a7f4c396c91682cc929
Description-en: visual database applications builder
 KEXI is a visual database applications builder. It can be used for
 designing database applications, inserting and editing data,
 performing queries, and processing data. Forms can be created to
 provide a custom interface to your data. All database objects -
 tables, queries, forms, reports - are stored in the database, making
 it easy to share data and design.
 .
 KEXI is considered as a long awaited Open Source competitor for MS Access,
 Filemaker and Oracle Forms. Its development is motivated by the lack of
 Rapid Application Development (RAD) tools for database systems that are
 sufficiently powerful, inexpensive, open standards driven and portable
 across many operating systems and hardware platforms.

Package: kexi-data
Description-md5: 2d6815cfbfc341185d2815073231106e
Description-en: data files for kexi
 This package contains architecture-independent data files for KEXI, the
 database program shipped with the Calligra Suite.
 .
 See the 'kexi' package for further information.

Package: kexi-mysql-driver
Description-md5: f9c8277fb990289b27ccd82dd3c46b95
Description-en: MySQL support for kexi
 KEXI is a visual database applications builder. It can be used for
 designing database applications, inserting and editing data,
 performing queries, and processing data. Forms can be created to
 provide a custom interface to your data. All database objects -
 tables, queries, forms, reports - are stored in the database, making
 it easy to share data and design.
 .
 This package provides support for MySQL in KEXI.

Package: kexi-postgresql-driver
Description-md5: 53e5c2728c500d6d561657e52501d0b4
Description-en: PostgreSQL support for kexi
 KEXI is a visual database applications builder. It can be used for
 designing database applications, inserting and editing data,
 performing queries, and processing data. Forms can be created to
 provide a custom interface to your data. All database objects -
 tables, queries, forms, reports - are stored in the database, making
 it easy to share data and design.
 .
 This package provides support for PostgreSQL in KEXI.

Package: kexi-web-form-widget
Description-md5: 9e690b654fbed977388a6359df073225
Description-en: web form widget for Kexi
 KEXI is a visual database applications builder. It can be used for
 designing database applications, inserting and editing data,
 performing queries, and processing data. Forms can be created to
 provide a custom interface to your data. All database objects -
 tables, queries, forms, reports - are stored in the database, making
 it easy to share data and design.
 .
 This package provides a web widget for KEXI using QtWebKit.

Package: elpa-key-chord
Description-md5: 3b5597790bafa7365a5b497bb12fce6a
Description-en: map pairs of simultaneously pressed keys to commands
 This package permits an Emacs user to map commands to simultaneously
 pressed keys.  This can be done buffer-local or globally.
 .
 In this package, a "key chord" is two keys pressed simultaneously, or
 a single key quickly pressed twice.
 .
 (Sometimes pressing SHIFT and/or META plus another key is call a
 chord, but not here. However SHIFT plus two normal keys can be a "key
 chord".)

Package: gir1.2-keybinder-0.0
Description-md5: 6819aab1e528387c3da39ae70bd8b0e1
Description-en: registers global key bindings for applications - introspection data
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains introspection data.

Package: keybinder-doc
Description-md5: 78953d29c9ce2a5624f001893def7f0a
Description-en: registers global key bindings for applications - documentation
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains documentation and API reference.

Package: libkeybinder-dev
Description-md5: fc361cfcfdf631be39c8e7755c2d2068
Description-en: registers global key bindings for applications - development headers
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains libkeybinder development headers.

Package: libkeybinder0
Description-md5: 13b655cdd7d35de4de86a776457ec22e
Description-en: registers global key bindings for applications
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.

Package: gir1.2-keybinder-3.0
Description-md5: 00e3b16fb93868b36ef920520dd7f4ed
Description-en: registers global key bindings for applications - Gtk+3 - typelib
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains libkeybinder introspection typelib.
 .
 This is the Gtk+3 version of the library.

Package: keybinder-3.0-doc
Description-md5: d85435b93fa8f28bcb7f880d11b8246b
Description-en: registers global key bindings for applications - Gtk+3 - documentation
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains documentation and API reference.
 .
 This is the Gtk+3 version of the library.

Package: libkeybinder-3.0-0
Description-md5: 6a8bd97c8b5984c2f0e011df871d1882
Description-en: registers global key bindings for applications - Gtk+3
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This is the Gtk+3 version of the library.

Package: libkeybinder-3.0-dev
Description-md5: 7d48fb344953b357fffd4a63cb8cbb98
Description-en: registers global key bindings for applications - Gtk+3 - development headers
 keybinder is a library for registering global keyboard shortcuts to be used by
 GTK-based applications under the X Window System.
 .
 When a combination of key is pressed, keybinder notifies it to the registering
 application, which can execute one or more operations based on the event
 previously registered.
 .
 Originally written as part of the Tomboy project, keybinder has been
 distributed as stand-alone library let other applications to use key binding.
 .
 This package contains libkeybinder development headers.
 .
 This is the Gtk+3 version of the library.

Package: keyboards-rg
Description-md5: 0bd923dde945b00bb9d5bbb7c5afe554
Description-en: Various keyboard layouts for X-window and linux console
 keyboards-rg includes several keyboard layouts. Currently there is
 a Slovak programmers keyboard, Pan-cyrillic yawerty keyboard with
 Russian, Ukrainian and Belarusia variants and an Esperanto keyboard
 for the X-window system.

Package: keychain
Description-md5: aee669baa71e3017fbfdcaf59344fd72
Description-en: key manager for OpenSSH
 Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When
 keychain is run, it checks for a running ssh-agent, otherwise it starts one.
 It saves the ssh-agent environment variables to ~/.keychain/\$\{HOSTNAME\}-sh,
 so that subsequent logins and non-interactive shells such as cron jobs can
 source the file and make passwordless ssh connections.  In addition, when
 keychain runs, it verifies that the key files specified on the command-line
 are known to ssh-agent, otherwise it loads them, prompting you for a password
 if necessary.

Package: ibus-keyman
Description-md5: 9d22871b32086b0d2af069bf1111064d
Description-en: Keyman engine for IBus
 Originally created in 1993 to type Lao on Windows, Keyman is now a free and
 open source keyboarding platform which allows anyone to write a keyboard
 layout for their language. Keyman is available for many platforms, including
 Windows, macOS, iOS, Android, Linux and the web.
 .
 Keyboard layouts are defined with a clear and easy to understand keyboard
 grammar. Keyman's contextual input model means keyboard layouts can be
 intelligent and make it simple to type even the most complex languages.
 Keyboard layouts are distributed through an open catalog to all major desktop
 and mobile platforms.
 .
 ibus-keyman is a IM (input method) Engine for multiple languages, based on
 IBus.
 .
 This package provides the Keyman IM engine for IBus. With this module, you
 can use keyboard layouts designed for Keyman under the IBus platform.

Package: keyman
Description-md5: ecd22180d3b71b24cdc845f5a5bda68e
Description-en: Type in your language with Keyman for Linux
 Keyman makes it possible for you to type in over 2,000 languages on Windows,
 macOS, Linux, iPhone, iPad, Android tablets and phones, and even instantly
 in your web browser. With the world’s most powerful keyboarding engine,
 intuitive and rapid text input is now possible in your language, and for
 over 99% of the global population’s mother tongues!
 .
 Originally created in 1993 to type Lao on Windows, Keyman is now a free and
 open source keyboarding platform which allows anyone to write a keyboard
 layout for their language. Keyman is available for many platforms, including
 Windows, macOS, iOS, Android, Linux and the web.
 .
 Keyboard layouts are defined with a clear and easy to understand keyboard
 grammar. Keyman's contextual input model means keyboard layouts can be
 intelligent and make it simple to type even the most complex languages.
 Keyboard layouts are distributed through an open catalog to all major desktop
 and mobile platforms.
 .
 Install, uninstall and view information about Keyman keyboard
 packages.
 .
 This package depends on all that is needed for using Keyman
 for Linux.

Package: libkmnkbp-dev
Description-md5: 79ff3661f8f52a8ded64b82db273b527
Description-en: Development files for Keyman keyboard processing library
 Originally created in 1993 to type Lao on Windows, Keyman is now a free and
 open source keyboarding platform which allows anyone to write a keyboard layout
 for their language. Keyman is available for many platforms, including Windows,
 macOS, iOS, Android, Linux and the web.
 .
 Keyboard layouts are defined with a clear and easy to understand keyboard
 grammar. Keyman's contextual input model means keyboard layouts can be
 intelligent and make it simple to type even the most complex languages.
 Keyboard layouts are distributed through an open catalog to all major desktop
 and mobile platforms.
 .
 The Keyman keyboardprocessor library processes input from input method engines
 and applies rules from compiled Keyman keyboard files.
 .
 This package contains development headers and libraries.

Package: libkmnkbp0-0
Description-md5: 4731a98215cb16258854cea3861da6f3
Description-en: Keyman keyboard processing library
 Originally created in 1993 to type Lao on Windows, Keyman is now a free and
 open source keyboarding platform which allows anyone to write a keyboard layout
 for their language. Keyman is available for many platforms, including Windows,
 macOS, iOS, Android, Linux and the web.
 .
 Keyboard layouts are defined with a clear and easy to understand keyboard
 grammar. Keyman's contextual input model means keyboard layouts can be
 intelligent and make it simple to type even the most complex languages.
 Keyboard layouts are distributed through an open catalog to all major desktop
 and mobile platforms.
 .
 The Keyman keyboardprocessor library processes input from input method engines
 and applies rules from compiled Keyman keyboard files.

Package: python3-keyman-config
Description-md5: f25dd11ecc6ee47ceaf0bbbaa03ebb97
Description-en: Keyman for Linux configuration
 Originally created in 1993 to type Lao on Windows, Keyman is now a free and
 open source keyboarding platform which allows anyone to write a keyboard
 layout for their language. Keyman is available for many platforms, including
 Windows, macOS, iOS, Android, Linux and the web.
 .
 Keyboard layouts are defined with a clear and easy to understand keyboard
 grammar. Keyman's contextual input model means keyboard layouts can be
 intelligent and make it simple to type even the most complex languages.
 Keyboard layouts are distributed through an open catalog to all major desktop
 and mobile platforms.
 .
 This package contains the Python module to install, uninstall and view
 information about Keyman keyboard packages.

Package: keymapper
Description-md5: bbe579d785b279437415488f97281034
Description-en: Keyboard map decision tree builder and interpreter
 This package implements an alternate way to let a user decide which
 keyboard map to use. It generates a decision tree and then asks the
 user to press a couple of keys. Depending on which keycode is returned,
 the list of possible keyboards is pruned until there is only one left.

Package: keynav
Description-md5: beb54c4c3878297fd9f1f37a809e56f2
Description-en: keyboard-driven mouse cursor mover
 Keynav makes your keyboard a fast mouse cursor mover. You can move the cursor
 to any point on the screen with a few key strokes. It also simulates
 mouse click. You can do everything mouse can do with a keyboard.

Package: keyringer
Description-md5: 43091b325cead4cd5eb5900536aad92f
Description-en: Distributed secret management using GnuPG and Git
 Keyringer lets you manage and share secrets using GnuPG and Git in a
 distributed fashion. It has custom commands to encrypt, decrypt and
 recrypt secrets as well as create key pairs and supports encryption
 to multiple recipients and groups of different recipients to ensure
 the same repository can be shared with a workgroup but allowing to
 keep some secrets available just to subsets of that group.
 .
 OpenSSL is needed to generate X.509 certificates and keys and
 xdg-utils are needed to open and edit encrypted secrets according
 to their file types.

Package: python3-keyrings.alt
Description-md5: d21cdce01dd5caf806d94d06ba7f9dd9
Description-en: alternate backend implementations for python3-keyring
 The Python keyring library provides an easy way to access the system keyring
 service from Python. It can be used in any application that needs safe
 password storage.
 .
 Keyrings.alt module contains the alternate keyring backend implementations
 for use with python-keyring, most importantly the file backend which does
 not need any external services to work.
 .
 Keyrings in this package may have security risks or other implications.
 These backends were extracted from the main keyring project to make them
 available for those who wish to employ them, but are discouraged for general
 production use. Include this module and use its backends at your own risk.
 .
 This package contains the Python 3 version of keyrings.alt.

Package: keystone
Description-md5: 1b67519deaaf4579dcc19e2b1805131b
Description-en: OpenStack identity service
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the daemons.

Package: keystone-doc
Description-md5: b87ae643f3bf5f6a989e9ac7fc71a1b8
Description-en: OpenStack identity service - documentation
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the documentation.

Package: python3-keystone
Description-md5: de346f9f0259c2ca6a9feae81f0afe10
Description-en: OpenStack identity service - library
 This is the identity service used by OpenStack for authentication (authN)
 and high-level authorization (authZ). It currently supports token-based
 authN with user/service authZ, and is scalable to support OAuth, SAML,
 and OpenID in future versions. Out of the box, Keystone uses SQLite for
 its identity store database, with the option to connect to external LDAP.
 .
 This package contains the Python libraries.

Package: keystone-tempest-plugin
Description-md5: dcc1476c08cfce74726561f8ff2e5dae
Description-en: OpenStack Integration Test Suite - Keystone plugin
 Tempest is a set of integration tests to be run against a live Openstack
 cluster in order to make sure that all components are working as expected.
 Tempest will start and stop virtual machine in order to check that your
 cloud is working as expected.
 .
 This package contains the Keystone plugin.

Package: keyutils
Description-md5: 2d8745863e4f147ac2e1dded0b9fa058
Description-en: Linux Key Management Utilities
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.

Package: libkeyutils-dev
Description-md5: 778cf76cde69933bd711c1050360f519
Description-en: Linux Key Management Utilities (development)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package contains the development files.

Package: libkeyutils1
Description-md5: 5c4d88a0a818e5ef897f2a9fa5c3ac2d
Description-en: Linux Key Management Utilities (library)
 Keyutils is a set of utilities for managing the key retention facility in the
 kernel, which can be used by filesystems, block devices and more to gain and
 retain the authorization and encryption keys required to perform secure
 operations.
 .
 This package provides a wrapper library for the key management facility system
 calls.

Package: kf5-messagelib-data
Description-md5: 4961e5b2b764b6659866767345ca216d
Description-en: KDE PIM messaging library, data files
 This package contains the data files shipped with the message libraries.
 .
 This package is part of KDE PIM module.

Package: libkf5messagecomposer-dev
Description-md5: ad7bda961a33f67631da2c64a032cf7e
Description-en: KDE PIM messaging library, composer devel files
 This package contains the development files for the message composer library.
 Which provides basic e-mail message composing facilities.
 .
 This package is part of KDE PIM module.

Package: libkf5messagecomposer5abi1
Description-md5: 9b1e91dffa5a411917a57fa755736f29
Description-en: KDE PIM messaging library, composer library
 This package contains the message composer library. It provides basic e-mail
 message composing facilities.
 .
 This package is part of KDE PIM module.

Package: libkf5messagecore-dev
Description-md5: a51c0552791a160f66a9ccd132074881
Description-en: KDE PIM messaging library, core devel files
 This package contains the development files for the message core library.
 Which provides basic e-mail message handling facilities.
 .
 This package is part of KDE PIM module.

Package: libkf5messagecore5abi1
Description-md5: 035d36e99d6729804a6073c2098ccd4e
Description-en: KDE PIM messaging library, core library
 This package contains the message core library. It provides basic e-mail
 message handling facilities.
 .
 This package is part the KDE PIM module.

Package: libkf5messagelist-dev
Description-md5: 9f504ba1766429ac1e742809f24ea285
Description-en: KDE PIM messaging library, message list devel files
 This package contains the development files for the message list library.
 Which provides a widget for the e-mail message lists with extensive filtering,
 grouping and useful features.
 .
 This package is part of KDE PIM module.

Package: libkf5messagelist5abi1
Description-md5: 49a0d7f2169e8c95462d34be5e96bbb2
Description-en: KDE PIM messaging library, message list library
 This package contains the message list library. It provides a widget for the
 e-mail message lists with extensive filtering, grouping and useful features.
 .
 This package is part of the KDE PIM module.

Package: libkf5messageviewer-dev
Description-md5: 0d69c7b304031efbae060a28b61dd22a
Description-en: KDE PIM messaging library, message viewer devel files
 This package contains the development files for the message viewer library.
 Which provides the implementation of a feature-rich and highly configurable
 widget for viewing e-mail messages.
 .
 This package is part of KDE PIM module.

Package: libkf5messageviewer5abi1
Description-md5: 319f8d30f993e4f4fe2a059521823cf8
Description-en: KDE PIM messaging library, message viewer library
 This package contains the message viewer library which implements feature-rich
 and highly configurable widget for viewing e-mail messages.
 .
 This package is part of the KDE PIM module.

Package: libkf5mimetreeparser-dev
Description-md5: eb11485fc800bea203f170c7f210dbca
Description-en: KDE PIM Mime Tree parser library - devel files
 This library implements a parser for the mime tree used by KMail.
 .
 This package is part of the KDE PIM module.

Package: libkf5mimetreeparser5abi1
Description-md5: 635d2e79e5fa3bb98401cbcce2481c9a
Description-en: KDE PIM Mime Tree parser library
 This library implements a parser for the mime tree used by KMail.
 .
 This package is part of the KDE PIM module.
 This package contains the development files for the mime tree parser library.

Package: libkf5templateparser-dev
Description-md5: a8ead012dced8da1e4e147f9533d5282
Description-en: KDE PIM messaging library, template parser devel files
 This package contains the development files for the template parser library.
 Which provides the implementation of a parser for the mail templates which
 KMail uses to enable customization of initial structure for the new, reply or
 forwarded messages.
 .
 This package is part of KDE PIM module.

Package: libkf5templateparser5
Description-md5: 724d02891f85b2429bcabdc216fcfc5e
Description-en: KMail template parser library
 This library implements a parser for the mail templates which KMail uses to
 enable customization of initial structure for the new, reply or forwarded
 messages.
 .
 This package is part of the KDE PIM module.

Package: libkf5webengineviewer-dev
Description-md5: 176b3375d5d640ea74f93bcde2ae2306
Description-en: KDE's Qt Web Engine Viewer - devel files
 This library implements view on Qt Web Engine used by KDE PIM.
 .
 This package is part of the KDE PIM module.
 This package contains the development files for the Qt Web Engine Viewer.

Package: libkf5webengineviewer5abi1
Description-md5: 2ccc50ed441b14f554ba62aac1ba17ae
Description-en: KDE's Qt Web Engine Viewer
 This library implements view on Qt Web Engine used by KDE PIM.
 .
 This package is part of the KDE PIM module.

Package: libkf5filemetadata-bin
Description-md5: e4972a8d338e49f6ef9ea489ce1d3e3a
Description-en: library for extracting file metadata
 This library is for extracting file metadata.
 .
 kfilemetadata is part of the KDE frameworks.
 .
 This package contains the file type plugins.

Package: libkf5filemetadata-data
Description-md5: df977714bfdc9d8eaa7600e4fa0db79b
Description-en: library for extracting file metadata
 This library is for extracting file metadata.
 .
 kfilemetadata is part of the KDE frameworks.

Package: libkf5filemetadata-dev
Description-md5: fb635157731c647d00d7429c47d2d54e
Description-en: library for extracting file metadata
 This library is for extracting file metadata.
 .
 kfilemetadata is part of the KDE frameworks.
 .
 This package contains the development files.

Package: libkf5filemetadata-doc
Description-md5: 63ffdd6192ba8352b0d48e81009b86ba
Description-en: library for extracting file metadata (documentation)
 This library is for extracting file metadata.
 .
 kfilemetadata is part of the KDE Plasma desktop.
 .
 This package contains the qch documentation files.

Package: libkf5filemetadata3
Description-md5: df977714bfdc9d8eaa7600e4fa0db79b
Description-en: library for extracting file metadata
 This library is for extracting file metadata.
 .
 kfilemetadata is part of the KDE frameworks.

Package: kfind
Description-md5: 074402052ebee6202b43f3882728df7c
Description-en: file search utility by KDE
 KFind can be used as a standalone search tool, launched by KRunner or from
 your menu. It is also integrated into Konqueror as "Find File" in the
 "Tools" menu. It allows you to find files by name, type or content.

Package: kfloppy
Description-md5: 0e3cddb000fedbfb30c9e1d251e0346a
Description-en: floppy formatter
 Kfloppy is a utility for formatting floppy disks.
 .
 This package is part of the KDE SC utilities module.

Package: kfourinline
Description-md5: 04930c4bdd44e4bfc231be2688c1cb82
Description-en: Connect Four game
 KFourInLine is a game where two players take turns dropping pieces into a grid,
 the winner being the first to place four pieces in a line.
 .
 This package is part of the KDE games module.

Package: kgames
Description-md5: 31f4ba8a21f49a639e6e35099ecc6c93
Description-en: Venerable selection of Xaw-based games
 These are a selection of various games that use the Xaw toolkit. They
 are all from the 80's and 90's and look the part. As a result, they
 are also very lightweight. There are a bunch of solitaire (patience)
 variants, mille bournes, cribbage and dominos.

Package: kgamma5
Description-md5: f056942c2f5f7109127886d528429674
Description-en: monitor calibration panel for KDE
 This package contains a settings panel for adjusting the brightness, contrast,
 and gamma-correction of a monitor.  Test patterns are shown to help
 determine the settings that accurately display the full range of colors.
 .
 Each of the red, green, and blue components can be adjusted individually,
 or all three components can be adjusted together.

Package: kgb
Description-md5: 8070e72fdbdb5d02d42bb71f9f5907ae
Description-en: Archiver for .kgb files
 This is an archiver (compressor/decompressor) for files in the KGB format,
 which provides high compression rates at the expense of memory and CPU time.
 .
 This package contains the KGB archiver based on the
 PAQ6 archiver by Matt Mahoney.

Package: kgb-bot
Description-md5: 241894f016c3ee07fd70908bf034b115
Description-en: IRC collaboration bot
 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 It supports multiple repositories/IRC channels and is fully configurable.
 .
 This package contains the server-side daemon, kgb-bot, which is responsible
 for relaying commit notifications to IRC.

Package: kgb-client
Description-md5: f8ab753b0a187521221029147c3101f8
Description-en: client for KGB (IRC collaboration bot)
 KGB is an IRC bot, helping people work together by notifying an IRC channel
 when a commit occurs.
 .
 It supports multiple repositories/IRC channels and is fully configurable.
 .
 This package contains the client-side program, kgb-client, which is supposed
 to be used as an hook in your version control system and sends the
 notifications to the KGB daemon.
 .
 Currently supported version control systems are:
  * Git
  * Subversion
  * CVS

Package: kgeography
Description-md5: ab96915329fb5430070bb65ac11089d2
Description-en: geography learning aid for KDE
 KGeography is an aid for learning about world geography.  You can use it to
 explore a map, show information about regions and features, and play quiz
 games to test your geography knowledge.
 .
 This package is part of the KDE education module.

Package: kgeography-data
Description-md5: a26284dc4f2086494f9ea360b04b5078
Description-en: data files for KGeography
 This package contains architecture-independent data files for the
 KGeography geography learning tool, including maps, capitals, and flags.
 .
 This package is part of the KDE education module.

Package: kgeotag
Description-md5: a371245524b5b605efefed6d25ef956d
Description-en: Photo geotagging program
 Images can be associated with geographic coordinates (geotagging) by different
 means: On the one hand, a matching with GPX encoded geodata can be done, on
 the other hand, the coordinates can be set manually, either via drag and drop
 onto a map, via bookmarks or by manually supplying them.
 .
 The coordinates can be stored in the images' Exif header and/or in XMP sidecar
 files.

Package: kget
Description-md5: 7738895dc8ec87ede010b479a0dda8c2
Description-en: download manager
 KGet is an advanced download manager with support for Metalink and Bittorrent.
 Downloads are added to the list, where they can be paused, queued, or
 scheduled for later.
 .
 This package is part of the KDE networking module.

Package: libkf5globalaccel-bin
Description-md5: 648f77aebe68b797d1568fc4dbb8b09d
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 binaries.

Package: libkf5globalaccel-data
Description-md5: 7bcfd247c6e7cd663f854500a2134795
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: libkf5globalaccel-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: libkf5globalaccel-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: libkf5globalaccel5
Description-md5: 5009ebd422a449dbd166b61102390b74
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: libkf5globalaccelprivate5
Description-md5: ade836c9a1cc3400339f7297d2b84fe4
Description-en: Configurable global shortcut support - private runtime library
 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 library is considered private and must not be used by users of
 KGlobalAccel.

Package: kgoldrunner
Description-md5: 33626a4b0e5279fceb3606df145ea2da
Description-en: Lode Runner arcade game
 KGoldrunner is a fast-paced platform game where the player must navigate a
 maze while collecting gold nuggets and avoiding enemies.  A variety of level
 packs are included, as well as an editor to create new levels.
 .
 This package is part of the KDE games module.

Package: kgpg
Description-md5: c2c30394bb363998b52a8fcc2caeb33c
Description-en: graphical front end for GNU Privacy Guard
 Kgpg manages cryptographic keys for the GNU Privacy Guard, and can encrypt,
 decrypt, sign, and verify files.  It features a simple editor for applying
 cryptography to short pieces of text, and can also quickly apply cryptography
 to the contents of the clipboard.
 .
 This package is part of the KDE Utilities module.

Package: libkf5guiaddons-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: libkf5guiaddons-data
Description-md5: 54742e17e72407251aec4a9a5da5c0ca
Description-en: additional addons for QtGui
 Qt widgets for colours, fonts and text
 .
 This package contains shared data files.

Package: libkf5guiaddons-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: libkf5guiaddons-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: libkf5guiaddons5
Description-md5: 87a62b14d8e5947fac2e986637819f8b
Description-en: additional addons for QtGui
 Qt widgets for colours, fonts and text

Package: khal
Description-md5: 23274b848f808abe34fa1bdf5275dfff
Description-en: Standards based CLI and terminal calendar program
 Khal is a standards based CLI and terminal calendar program,
 able to synchronize with CalDAV servers through vdirsyncer.
 .
 Features:
  - khal can read and write events/icalendars to vdir,
    so vdirsyncer can be used to synchronize calendars
    with a variety of other programs,
    for example CalDAV servers.
  - fast and easy way to add new events
  - ikhal (interactive khal) lets you browse and edit calendars and events

Package: khal-doc
Description-md5: 62997025f7c352ef610368c69fc57327
Description-en: Standards based CLI and terminal calendar program - documentation
 Khal is a standards based CLI and terminal calendar program,
 able to synchronize with CalDAV servers through vdirsyncer.
 .
 Features:
  - khal can read and write events/icalendars to vdir,
    so vdirsyncer can be used to synchronize calendars
    with a variety of other programs,
    for example CalDAV servers.
  - fast and easy way to add new events
  - ikhal (interactive khal) lets you browse and edit calendars and events
 .
 This package contains the documentation for khal.

Package: khangman
Description-md5: 883df9cd292189211b45eea83e206893
Description-en: Hangman word puzzle
 KHangMan is the well-known Hangman game, aimed towards children aged 6 and
 above.
 .
 It picks a random word which the player must reveal by guessing if it contains
 certain letters.  As the player guesses letters, the word is gradually
 revealed, but 10 wrong guesses will end the game.
 .
 This package is part of the KDE education module.

Package: khard
Description-md5: 52bd48c0f5f25cf43c0238ec28c0eb43
Description-en: address book for the Linux console
 Khard is an address book for the Linux console. It creates, reads, modifies
 and removes carddav address book entries at your local machine. Khard is also
 compatible to the email clients mutt and alot and the SIP client twinkle.
 .
 One might want to install vdirsyncer to synchronize local address books with a
 carddav server.

Package: khelpcenter
Description-md5: c291145dc38fab5e4ab6f5936947da93
Description-en: KDE documentation viewer
 KHelpCenter uses meta data files which describe the documentation
 available in the system. Each document is represented by a meta data
 file and shown as an entry in the KHelpCenter navigation tree view.
 The meta data contains information about title and short description
 of the document, the location of the document and some more
 information like how to search the document and translations of title
 and description. Document hierarchy is represented as hierarchy of
 the meta data files. Directories are also described by a meta data
 file which contains the same information as a document meta data
 file.

Package: khmer
Description-md5: fcb7ec9befc5e3aef9f670bd332040fb
Description-en: in-memory DNA sequence kmer counting, filtering & graph traversal
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.

Package: khmer-common
Description-md5: 7c79d111676f9297c0391725b4cc6808
Description-en: common files for the khmer project tools
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as
 that produced by the Illumina platform. khmer takes a k-mer-centric
 approach to sequence analysis, hence the name.
 .
 This package contains common files for liboxli and khmer

Package: liboxli-dev
Description-md5: 05473796b69430315cb40ba4575320a0
Description-en: in-memory DNA sequence analysis dev library
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library headers and static archive.

Package: liboxli1
Description-md5: 65649bc7c32bcbc7f7b7e7ae79e236e3
Description-en: in-memory DNA sequence analysis library from the khmer project
 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.
 .
 This package contains the low-level C++ library.

Package: libkf5holidays-data
Description-md5: eab44878495de7bc647d1ddbe730d418
Description-en: holidays calculation library
 This library provides a C++ API that determines holiday and other special
 events for a geographical region.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: libkf5holidays-dev
Description-md5: d505a6731a3b4a509aeadfd0b5d8823a
Description-en: holidays calculation library - development files
 This library provides a C++ API that determines holiday and other special
 events for a geographical region.
 .
 This package contains the development files.

Package: libkf5holidays-doc
Description-md5: 4dc878fba4c52a26e23ced2361394e8b
Description-en: holidays calculation library (documentation)
 This library provides a C++ API that determines holiday and other special
 events for a geographical region.
 .
 This package contains the qch documentation files.

Package: libkf5holidays5
Description-md5: eab44878495de7bc647d1ddbe730d418
Description-en: holidays calculation library
 This library provides a C++ API that determines holiday and other special
 events for a geographical region.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: qml-module-org-kde-kholidays
Description-md5: debc0952a02418df2e6c1ad9c3f61999
Description-en: holidays calculation library - qml files
 This library provides a C++ API that determines holiday and other special
 events for a geographical region.
 .
 This package contains the QML module.

Package: khotkeys
Description-md5: 141d2a57d637fe441636e6796c3a3fda
Description-en: configure input actions settings
 Configure input actions settings in Plasma.
 .
 KHotKeys is part of the KDE Plasma desktop.
 .
 This package contains the runtime files.

Package: khotkeys-data
Description-md5: 65f22c16bf16e430082b2ca792a1fe70
Description-en: configure input actions settings
 Configure input actions settings in Plasma.
 .
 KHotKeys is part of the KDE Plasma desktop.
 .
 This package contains the translations and other
 data files.

Package: khotkeys-dev
Description-md5: c43df95dc05e2c5ce44de6bc6cdd3fe4
Description-en: configure input actions settings
 Configure input actions settings in Plasma.
 .
 KHotKeys is part of the KDE Plasma desktop.
 .
 This package contains the development files.

Package: khronos-api
Description-md5: 4a41e23eab96fdfd75f06a983cbef89c
Description-en: Khronos XML API Registry
 This package contains the Khronos XML API Registry.  It is the
 successor to the ancient and undocumented .spec files used for many
 years to describe the GL, WGL, and GLX APIs.

Package: opencl-clhpp-headers
Description-md5: 5883f386280d436fba392049606cb330
Description-en: C++ headers for OpenCL development
 OpenCL (Open Computing Language) is a multi-vendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides the C++ development header files for the OpenCL API
 as published by The Khronos Group Inc. The corresponding specification and
 documentation can be found on the Khronos website.

Package: opencl-clhpp-headers-doc
Description-md5: dbc7eebe78722277d9b2b75d742101d4
Description-en: documentation for C++ OpenCL headers
 OpenCL (Open Computing Language) is a multi-vendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides the documentation of the C++ development header files
 for the OpenCL API as published by The Khronos Group Inc.

Package: opencl-c-headers
Description-md5: 89116feef89a3156b5eb495c7335314f
Description-en: OpenCL (Open Computing Language) C header files
 OpenCL (Open Computing Language) is a multi-vendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides the C development header files for the OpenCL API
 as published by The Khronos Group Inc.  The corresponding specification and
 documentation can be found on the Khronos website.

Package: opencl-headers
Description-md5: 6d11af62fe085fbe0f444907729774d5
Description-en: OpenCL (Open Computing Language) header files
 OpenCL (Open Computing Language) is a multi-vendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This metapackage depends on packages providing the C and C++ headers files
 for the OpenCL API as published by The Khronos Group Inc.  The corresponding
 specification and documentation can be found on the Khronos website.

Package: libkf5khtml-bin
Description-md5: a5f41b96e47e6272b999c873c5a4c4d7
Description-en: HTML widget and component
 KHTML is a web rendering engine, based on the KParts technology and
 using KJS for JavaScript support.
 .
 This package contains the runtime files.

Package: libkf5khtml-data
Description-md5: 49a0e48ff5715363ed4bca06937fd7dc
Description-en: HTML widget and component
 KHTML is a web rendering engine, based on the KParts technology and
 using KJS for JavaScript support.
 .
 This package contains the translations and data files.

Package: libkf5khtml-dev
Description-md5: d17e23387c21d5cdace0adc65c7789c2
Description-en: HTML widget and component
 KHTML is a web rendering engine, based on the KParts technology and
 using KJS for JavaScript support.
 .
 Contains development files for khtml.

Package: libkf5khtml5
Description-md5: f6c8926883b3617cad70be892f812f39
Description-en: HTML widget and component
 KHTML is a web rendering engine, based on the KParts technology and
 using KJS for JavaScript support.

Package: libkf5i18n-data
Description-md5: 3facc578dabe6e0807233e991089f77d
Description-en: Advanced internationalization framework.
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.
 .
 This package contains the translations.

Package: libkf5i18n-dev
Description-md5: 134a85795a3777c158dd3833ae2d176c
Description-en: Advanced internationalization framework.
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.
 .
 Contains development files for ki18n.

Package: libkf5i18n-doc
Description-md5: a6fdfc5e43f51bac77018649b6651162
Description-en: Advanced internationalization framework (documentation)
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.
 .
 This package contains the qch documentation files.

Package: libkf5i18n5
Description-md5: 24b9b4d0ec16dfe32bab581ae3563d4e
Description-en: Advanced internationalization framework.
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.

Package: libkf5i18nlocaledata5
Description-md5: 3190434ab2e6c5beb769199dc074f416
Description-en: Advanced internationalization framework (locale data)
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.
 .
 Locale data library.

Package: qml-module-org-kde-i18n-localedata
Description-md5: d0e038cb11eb8ddc59464ca0013aefc7
Description-en: Advanced internationalization framework (locale data QML module)
 Ki18n is the KDE internationalization system for
 user-interface text. It enables localization of
 user-visible strings, including locale-aware argument
 substitution and formatting. Ki18n is built atop the
 widely used Gettext internationalization system, making
 the workflow familiar to both programmers and translators.
 It can be considered a Gettext-wrapper for code based on
 the Qt library, but it also provides additional
 functionality over basic Gettext.
 .
 This package contains the QtQuick QML module.

Package: kicad
Description-md5: 21f7e01a3ffe97be9bbafb9e920e7e78
Description-en: Electronic schematic and PCB design software
 Kicad is a suite of programs for the creation of printed circuit boards.
 It includes a schematic editor, a PCB layout tool, support tools and a
 3D viewer to display a finished & fully populated PCB.
 .
 Kicad is made up of 5 main components:
 .
  * kicad - project manager
  * eeschema - schematic editor
  * pcbnew - PCB editor
  * gerbview - GERBER viewer
  * cvpcb - footprint selector for components
 .
 Libraries:
  * Both eeschema and pcbnew have library managers and editors for their
    components and footprints
  * You can easily create, edit, delete and exchange library items
  * Documentation files can be associated with components, footprints and key
    words, allowing a fast search by function
  * Very large libraries are available for schematic components and footprints
  * Most components have corresponding 3D models

Package: kicad-demos
Description-md5: d9bb9691e767f694c242b3f10ecfcfde
Description-en: Demo projects for kicad
 The KiCad projects within this package are various typical small use cases
 which can be used for study or also for build own projects on top of these
 existing projects.
 .
 The projects included are on one side easy and simple projects with classical
 through hole mounted components with one or two layers but also rather more
 complex projects based on surface mounted devices (SMD) with multiple layers.

Package: kicad-doc-ca
Description-md5: 4d9ee61f6ce42b604c77f2f03f9452f1
Description-en: Kicad help files (Catalan)
 This package provides various documentation files for KiCad in Catalan, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * GSIK - Getting Started in KiCad
  * KiCad - The main project editor

Package: kicad-doc-de
Description-md5: 16adabd006de81e7e21e272f7ded4142
Description-en: Kicad help files (German)
 This package provides various documentation files for KiCad in German, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * GUI Translation - HowTo Help to do GUI translation
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block

Package: kicad-doc-en
Description-md5: 567344c78915795c0787ff3b7d859aab
Description-en: Kicad help files (English)
 This package provides various documentation files for KiCad in English, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * GUI Translation - HowTo Help to do GUI translation
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * PcbCalculator - A tool for typical calculations while PCB designing
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block
  * Plugins - Introduction to the KiCad plugin system

Package: kicad-doc-es
Description-md5: 65b886e8344efd70ffb06e21c41f6560
Description-en: Kicad help files (Spanish)
 This package provides various documentation files for KiCad in Spanish, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * KiCad - The main project editor
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block

Package: kicad-doc-fr
Description-md5: 3fbcc1c1ea789c83a7924fb8096144de
Description-en: Kicad help files (French)
 This package provides various documentation files for KiCad in French, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GSIK - Getting Started in KiCad
  * KiCad - The main project editor
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block

Package: kicad-doc-id
Description-md5: ce43d76eda41ec5281940849c76d36e5
Description-en: Kicad help files (Indonesian)
 This package provides various documentation files for KiCad in Indonesian, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * Eeschema - schematic capture editor
  * GSIK - Getting Started in KiCad
  * KiCad - The main project editor

Package: kicad-doc-it
Description-md5: 8c7f8c304d25877dfb496fbecc7791ff
Description-en: Kicad help files (Italian)
 This package provides various documentation files for KiCad in Italian, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * PcbCalculator - A tool for typical calculations while PCB designing
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block

Package: kicad-doc-ja
Description-md5: 27399d0aeae63f498a84113bf045abbd
Description-en: Kicad help files (Japanese)
 This package provides various documentation files for KiCad in Japanese, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * GUI Translation - HowTo Help to do GUI translation
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block
  * Plugins - Introduction to the KiCad plugin system

Package: kicad-doc-pl
Description-md5: 0655990b914e927683889a2d10dee524
Description-en: Kicad help files (Polish)
 This package provides various documentation files for KiCad in Polish, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block

Package: kicad-doc-ru
Description-md5: bb97bc7fcda183ca1e927762c4a8c08e
Description-en: Kicad help files (Russian)
 This package provides various documentation files for KiCad in Russian, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * GUI Translation - HowTo Help to do GUI translation
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * PcbCalculator - A tool for typical calculations while PCB designing
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block
  * Plugins - Introduction to the KiCad plugin system

Package: kicad-doc-zh
Description-md5: 63162c412616035f02db9860897c5a48
Description-en: Kicad help files (Chinese)
 This package provides various documentation files for KiCad in German, like
 the EPUB and the PDF files and also the OnLine HTML documentation for:
 .
  * CvPcb - Component association of Footprints
  * Eeschema - schematic capture editor
  * GerbView - Gerber file viewer (RS 274 X format)
  * GSIK - Getting Started in KiCad
  * GUI Translation - HowTo Help to do GUI translation
  * IDF Exporter - Export tool for IDFv3 boards and libraries
  * KiCad - The main project editor
  * PcbCalculator - A tool for typical calculations while PCB designing
  * Pcbnew - The printed circuit board software tool
  * PlEditor - The layout editor for custom title block
  * Plugins - Introduction to the KiCad plugin system

Package: kicad-libraries
Description-md5: f2959d171b2d67bfd0e119212339e09c
Description-en: Virtual package providing common used libraries by kicad
 This package contains dependencies on the component libraries (schematics
 and footprints), and also on the templates that are used in KiCad.
 .
 If you prefer to control the installation of the dependent packages
  * kicad-footprint
  * kicad-symbols
  * kicad-templates
 you should not install kicad-libraries and install one or more of the above
 packages.
 .
 Note! 3D model libraries are not set as a dependency due the installation
 size of this package, if you want to use the 3D models you need to install
 kicad-packages3d separately.

Package: kicad-footprints
Description-md5: a213892f04befe8cbb1d9963bc4fa28f
Description-en: Footprint symbols for KiCad's Pcbnew
 Pcbnew is a powerful printed circuit board software and part of the
 KiCad suite.
 Pcbnew manages libraries of footprints for components or other abstract
 elements. Each footprint is a drawing of the physical component including its
 land pattern (e.g. the layout of pads on the circuit board).
 .
 This package is providing footprints for Pcbnew usable with KiCad >= 5.99.0.

Package: kicad-packages3d
Description-md5: ecc3b310ed6e6a04372621d2bfcfe706
Description-en: 3D models for 3D viewer in KiCad's Pcbnew and Footprint Editor
 Pcbnew is a powerful printed circuit board software and part of the
 KiCad suite. Like Pcbnew the Footprint Editor is also part of KiCad.
 The 3D models are provided as *.step and *.wrl files and intended to be
 rendered by the Pcbnew and Footprint 3D viewer or other MCAD software.
 .
 The STEP files (*.step) are used for integration with MCAD software packages
 (e.g. by openscad or freecad). The WRL files (*.wrl) are used for
 photo-realistic rendering using KiCad's raytracing rendering engine.
 .
 The 3D models of this package are completely optional and not really needed
 for developing of any PCB layout but they give the user a impressive
 possibility to see how the PCB or the Footprint would look like.
 .
 This package is providing 3D Models for Pcbnew and the footprint editor
 usable for KiCad >= 5.99.0.
 .
 Please note this package will use about 5.7GB of disk space! Ensure you have
 enough free space on your PC or Laptop before you install the package.

Package: kicad-symbols
Description-md5: 6929f0f081633316d1b600efbee1567d
Description-en: Schematic symbols for KiCad's Eeschema
 Eeschema is a powerful schematic capture software distributed as part of
 KiCad which get it's great and powerful efficiency from the usage of
 prepared schematics for the various needed schematic symbols.
 .
 This package is providing this schematic symbols for Eeschema usable with
 KiCad >= 5.99.0.

Package: kicad-templates
Description-md5: 5e8508b186bf24353d6ba9e8e7424351
Description-en: Project templates for KiCad
 KiCad is a cross platform and Open Source EDA (Electronics Design Automation)
 suite which can be used for the creation of electronic schematic diagrams and
 PCB artwork.
 KiCad can load project templates where users can base their own projects on.
 This can save much time while working on own PCBs. This package is providing
 various templates built by the KiCad Community e.g. for common single-board
 computers like:
  * Raspberry PI
  * BeagleBone
  * Arduino (Uno R3, Mega R3, Fio, Micro, Mini, Nano, Pro Nano)
 .
 But also for other typical use cases like for
  * ABS Plastic Hand Held/Instrument Enclosures from Hammond Manufactoring
  * Minnowboard MAX or Turbot SBC
  * STM32F100 discovery board (Cortex-M3™ Microcontroller Board)
  * TI Launchpad board
 .
 This package also contains some worksheet files which are useful in case a
 user wanted to create new templates for KiCad. Please have a look into the
 documentation (available by packages kicad-doc-*) how to create new templates.

Package: kickoff
Description-md5: c368680fcb111bc1df8e081d15435903
Description-en: Generalized job scheduler with runners for the Debian archive
 A generalized framework for producing data from and about sources and
 installables in the Debian archive.
 .
 The components communicate data via the JSON and Protocol Buffer formats
 over fast and versatile ZeroMQ sockets.
 .
 These programs generate the data behind lintian.debian.org.
 .
 Configurable via YAML files.

Package: kickpass
Description-md5: 16cbfa663e00426e17ba415876508861
Description-en: simple password safe
 It keep each password  in a specific safe, protected with modern cryptography.
 Command line interface is splited into different command.
 .
 It has features like:
   * One password to rule them all;
   * Oone password to find them;
   * One password to bring them all
   * Integrated password generator;
   * Full text  metadata with your favorite editor;
   * Direct copy to X selection and clipboard;
   * Strong encryption: AEAD with chacha20 and poly1305.

Package: libkickpass-dev
Description-md5: 1f46430054c8c3b6ee89ef8273af5d23
Description-en: library used by kickpass (development files)
 Kickpass is built around this shared library. libkickpass leverage libsodium
 to create safes. Safes are created using authenticated encryption with
 associated data. As of now libkickpass use chacha20 along with poly1305 to
 encrypt and authenticate the safe.
 .
 This package provides the development files.

Package: libkickpass0
Description-md5: 02ba86ba4e0d1083544ffb8e43a713ab
Description-en: library used by kickpass
 Kickpass is built around this shared library. libkickpass leverage libsodium
 to create safes. Safes are created using authenticated encryption with
 associated data. As of now libkickpass use chacha20 along with poly1305 to
 encrypt and authenticate the safe.

Package: libkf5iconthemes-bin
Description-md5: 633d7569bc04c776ca6f81d73293f40d
Description-en: Support for icon themes
 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: libkf5iconthemes-data
Description-md5: 578fa16cac448ea74c812b85c82e8cb2
Description-en: Support for icon themes.
 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 the data files.

Package: libkf5iconthemes-dev
Description-md5: d75917f2e2aded3346075a9fa15ad1a6
Description-en: development files for kiconthemes
 Library to use/access icon themes in Qt. These classes
 are used by the iconloader but can be used by others too.
 .
 Contains development files for kiconthemes.

Package: libkf5iconthemes-doc
Description-md5: 765d9e5101beac5fce02e51cff03240e
Description-en: Support for icon themes (documentation)
 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 the qch documentation files.

Package: libkf5iconthemes5
Description-md5: 0a7f4f029208890b3ffce2bbdf472fa2
Description-en: Support for icon themes.
 Library to use/access icon themes in Qt. These classes
 are used by the iconloader but can be used by others too.

Package: kid3
Description-md5: 88b3f5e65c5833f24f12df291b69aeed
Description-en: KDE audio tag editor
 With Kid3, an ID3 tag editor for KDE you can:
  * Edit ID3v1.1 tags in your MP3 files
  * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
  * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
  * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2,
    Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
  * Edit tags of multiple files, e.g. the artist, album, year and genre
    of all files of an album typically have the same values and can be
    set together
  * Generate tags from filenames
  * Generate tags from the contents of tag fields
  * Generate filenames from tags
  * Generate playlist files
  * Automatic case conversion and string translation
  * Import and export album data
  * Import from gnudb.org, MusicBrainz, Discogs, Amazon
 .
 This package uses KDE libraries, if you do not use KDE you should use kid3-qt.

Package: kid3-cli
Description-md5: d807d3b11a6370bc3c231a54da912f98
Description-en: Command line audio tag editor
 With Kid3, an audio tag editor you can:
  * Edit ID3v1.1 tags in your MP3 files
  * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
  * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
  * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2,
    Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
  * Edit tags of multiple files, e.g. the artist, album, year and genre
    of all files of an album typically have the same values and can be
    set together
  * Generate tags from filenames
  * Generate tags from the contents of tag fields
  * Generate filenames from tags
  * Generate playlist files
  * Automatic case conversion and string translation
  * Import and export album data
  * Import from gnudb.org, MusicBrainz, Discogs, Amazon
 .
 This package contains a command line interface for Kid3, for a GUI you can
 use kid3-qt or kid3.

Package: kid3-core
Description-md5: 1cbe7b2f0895941c73ea62d129f1fe9d
Description-en: Audio tag editor core libraries and data
 With Kid3, an ID3 tag editor for KDE you can:
  * Edit ID3v1.1 tags in your MP3 files
  * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
  * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
  * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2,
    Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
  * Edit tags of multiple files, e.g. the artist, album, year and genre
    of all files of an album typically have the same values and can be
    set together
  * Generate tags from filenames
  * Generate tags from the contents of tag fields
  * Generate filenames from tags
  * Generate playlist files
  * Automatic case conversion and string translation
  * Import and export album data
  * Import from gnudb.org, MusicBrainz, Discogs, Amazon
 .
 This package contains common libraries and data used by both kid3 and kid3-qt.

Package: kid3-qt
Description-md5: ad28f81e673ec82808f9f6aab4511a48
Description-en: Audio tag editor
 With Kid3, an audio tag editor you can:
  * Edit ID3v1.1 tags in your MP3 files
  * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
  * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
  * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2,
    Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
  * Edit tags of multiple files, e.g. the artist, album, year and genre
    of all files of an album typically have the same values and can be
    set together
  * Generate tags from filenames
  * Generate tags from the contents of tag fields
  * Generate filenames from tags
  * Generate playlist files
  * Automatic case conversion and string translation
  * Import and export album data
  * Import from gnudb.org, MusicBrainz, Discogs, Amazon
 .
 This package does not use KDE libraries, if you use KDE you should use kid3.

Package: libkf5identitymanagement-dev
Description-md5: 6f4327cbdd7bd68e78005178753048cf
Description-en: library for managing user identities - development files
 This library provides an API for managing user identities.
 .
 This package contains the development files.

Package: libkf5identitymanagement5
Description-md5: 75e4ad02dd356db0c8557f21a76468b9
Description-en: library for managing user identities
 This library provides an API for managing user identities.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: libkf5identitymanagementwidgets5
Description-md5: 2a7cc286b49fa6458cc776e68440bd0e
Description-en: library for managing user identities widgets
 This library provides an API for managing user identities with widgets.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: libkf5idletime-dev
Description-md5: 0579fe55f9f235d41bded334cfb6b4b2
Description-en: development headers for the kidletime library
 This package contains development files for building software that uses
 libraries from the kidletime KDE framework.

Package: libkf5idletime-doc
Description-md5: c26ceca1bbfd9954a2c94d791698d037
Description-en: library to provide information about idle time (documentation)
 This library contains a class that allows applications to watch for
 user activity or inactivity. It is useful not only for finding out about
 the current idle time of the PC, but also for getting notified upon idle
 time events, such as custom timeouts, or user activity.
 .
 This package contains the qch documentation files.

Package: libkf5idletime5
Description-md5: a1a06d04307d73718af105479ba8d11d
Description-en: library to provide information about idle time
 This library contains a class that allows applications to watch for
 user activity or inactivity. It is useful not only for finding out about
 the current idle time of the PC, but also for getting notified upon idle
 time events, such as custom timeouts, or user activity.

Package: kig
Description-md5: 6a035f5ea4965efa48268a92ec5c6b16
Description-en: interactive geometry tool
 Kig is an application for interactive geometric construction, allowing
 students to draw and explore mathematical figures and concepts using the
 computer.
 .
 Kig supports macros and is scriptable using Python.  It can import and export
 files in various formats, including SVG, Cabri, Dr. Geo, KGeo, KSeg, and XFig.
 .
 This package is part of the KDE education module.

Package: kigo
Description-md5: b46b9d581240396c44b4b3ea053aded7
Description-en: go game
 Kigo is an open-source implementation of the popular Go game. Go is a
 strategic board game for two players. It is also known as igo (Japanese),
 weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted for being rich
 in strategic complexity despite its simple rules. The game is played by
 two players who alternately place black and white stones (playing pieces,
 now usually made of glass or plastic) on the vacant intersections of a grid
 of 19x19 lines (9x9 or 13x13 for easier games).
 .
 This package is part of the KDE games module.

Package: kildclient
Description-md5: 50f93acd669695460a77bcbe955a2664
Description-en: powerful MUD client with a built-in Perl interpreter
 KildClient is a MUD Client written with the GTK+ windowing toolkit.
 It supports many common features of other clients, such as triggers,
 gags, aliases, macros, timers, and much more. But its main feature is
 the built-in Perl interpreter. You can at any moment execute Perl
 statements and functions to do things much more powerful than simply
 sending text the mud. Perl statements can also be run, for example,
 as the action of a trigger, allowing you to do complex things. Some
 built-in functions of KildClient allow interaction with the world,
 such as sending commands to it.
 .
 KildClient's ANSI support is extensive: it supports not only the common
 16 colors, but also support underlined text (singly and doubly), text in
 italics, text striked through, reverse video and "hidden" text. It also
 supports vt100's line-drawing characters, and xterm's escape sequences
 for a 256-color mode. All these features make KildClient one of the
 clients with the most features for displaying the mud output.
 .
 Kildclient supports the MCCP (Mud Client Compression Protocol) protocol,
 versions 1 and 2, to reduce the necessary bandwidth.
 .
 KildClient allows connection through SOCKS4/5 and HTTP proxy servers.
 .
 KildClient supports the GMCP (also called ATCP2) and MSDP protocols
 for out-of-band communications between server and client.
 .
 This package contains the main program. Install the kildclient-doc
 package to access the HTML manual.

Package: kildclient-doc
Description-md5: 9156327ee50acd2ae7b64d66a9dafabf
Description-en: powerful MUD client with a built-in Perl interpreter - manual
 KildClient is a MUD Client written with the GTK+ windowing toolkit.
 It supports many common features of other clients, such as triggers,
 gags, aliases, macros, timers, and much more. But its main feature is
 the built-in Perl interpreter. You can at any moment execute Perl
 statements and functions to do things much more powerful than simply
 sending text the mud. Perl statements can also be run, for example,
 as the action of a trigger, allowing you to do complex things. Some
 built-in functions of KildClient allow interaction with the world,
 such as sending commands to it.
 .
 KildClient's ANSI support is extensive: it supports not only the common
 16 colors, but also support underlined text (singly and doubly), text in
 italics, text striked through, reverse video and "hidden" text. It also
 supports vt100's line-drawing characters, and xterm's escape sequences
 for a 256-color mode. All these features make KildClient one of the
 clients with the most features for displaying the mud output.
 .
 Kildclient supports the MCCP (Mud Client Compression Protocol) protocol,
 versions 1 and 2, to reduce the necessary bandwidth.
 .
 KildClient allows connection through SOCKS4/5 and HTTP proxy servers.
 .
 KildClient supports the GMCP (also called ATCP2) and MSDP protocols
 for out-of-band communications between server and client.
 .
 This package contains the HTML manual for KildClient.

Package: kile
Description-md5: 1e21a143c02848058a223dd9bc6c539f
Description-en: KDE Integrated LaTeX Environment
 Kile is a user-friendly LaTeX source editor and TeX shell for KDE.
 .
 The source editor is a multi-document editor designed for .tex and .bib
 files.  Menus, wizards and auto-completion are provided to assist with
 tag insertion and code generation.  A structural view of the document
 assists with navigation within source files.
 .
 The TeX shell integrates the various tools required for TeX processing.
 It assists with LaTeX compilation, DVI and postscript document viewing,
 generation of bibliographies and indices and other common tasks.
 .
 Kile can support large projects consisting of several smaller files.

Package: kile-doc
Description-md5: de9b31cbff23f1b50b03d293f8b251ba
Description-en: KDE Integrated LaTeX Environment (documentation)
 Kile is a user-friendly LaTeX source editor and TeX shell for KDE.
 .
 The source editor is a multi-document editor designed for .tex and .bib
 files.  Menus, wizards and auto-completion are provided to assist with
 tag insertion and code generation.  A structural view of the document
 assists with navigation within source files.
 .
 This package contains the documentation for Kile.

Package: kile-l10n
Description-md5: ea722b15e0ad5095d0d311f0d303e14b
Description-en: KDE Integrated LaTeX Environment (localization)
 Kile is a user-friendly LaTeX source editor and TeX shell for KDE.
 .
 The source editor is a multi-document editor designed for .tex and .bib
 files.  Menus, wizards and auto-completion are provided to assist with
 tag insertion and code generation.  A structural view of the document
 assists with navigation within source files.
 .
 This package contains the translations for Kile.

Package: killbots
Description-md5: 3ef2c99318ecfb1d9e5d3d2dfe41edb1
Description-en: port of the classic BSD console game robots
 killbots is a simple game of evading killer robots. The robots are numerous
 and their sole objective is to destroy you.  Fortunately for you, their
 creator has focused on quantity rather than quality and as a result
 the robots are severely lacking in intelligence. Your superior wit and
 a fancy teleportation device are your only weapons against the never-ending
 stream of mindless automatons.
 .
 This package is part of the KDE games module.

Package: killer
Description-md5: eef5d0d212093635d7616145d6e3fe28
Description-en: Background job killer
 killer is a perl script that gets rid of background jobs. Background
 jobs are defined as processes that belong to users who are not currently
 logged into the machine. Jobs can be run in the background (and are
 exempt from *killer*'s actions) if their scheduling priority has been
 reduced by increasing their nice(1) value or if they are being run
 through condor.
 .
 When the package is installed, a cron job is installed to run killer
 once an hour.

Package: libkim-api-dev
Description-md5: 48c2334639861c5e8014f2577a8f8a02
Description-en: Development files for KIM-API
 The KIM API is an Application Programming Interface for atomistic simulations.
 The API provides a standard for exchanging information between atomistic
 simulation codes (molecular dynamics, molecular statics, lattice dynamics,
 Monte Carlo, etc.) and interatomic models (potentials or force fields).
 It also includes a set of library routines for using the API with
 bindings for:
 .
 FORTRAN 77, Fortran 90/95, Fortran 2003
 C, C++
 .
 Atomistic simulation codes that support the KIM API work seamlessly with the
 KIM-compliant interatomic models (KIM Models) distributed on this website.
 The interface is computationally efficient and often requires relatively minor
 changes to existing codes.
 .
 This package contains the development files (headers and documentation) for
 KIM-API.

Package: libkim-api-doc
Description-md5: 9106b2a58a0df9f226259bde81e669ef
Description-en: Documentation and examples for KIM-API
 The KIM API is an Application Programming Interface for atomistic simulations.
 The API provides a standard for exchanging information between atomistic
 simulation codes (molecular dynamics, molecular statics, lattice dynamics,
 Monte Carlo, etc.) and interatomic models (potentials or force fields).
 It also includes a set of library routines for using the API with
 bindings for:
 .
 FORTRAN 77, Fortran 90/95, Fortran 2003
 C, C++
 .
 Atomistic simulation codes that support the KIM API work seamlessly with the
 KIM-compliant interatomic models (KIM Models) distributed on this website.
 The interface is computationally efficient and often requires relatively minor
 changes to existing codes.
 .
 This package contains documentation and examples

Package: libkim-api2
Description-md5: 3f245a2f75cb7a0770a1922f2425f20e
Description-en: Shared library for KIM-API
 The KIM API is an Application Programming Interface for atomistic simulations.
 The API provides a standard for exchanging information between atomistic
 simulation codes (molecular dynamics, molecular statics, lattice dynamics,
 Monte Carlo, etc.) and interatomic models (potentials or force fields).
 It also includes a set of library routines for using the API with
 bindings for:
 .
 FORTRAN 77, Fortran 90/95, Fortran 2003
 C, C++
 .
 Atomistic simulation codes that support the KIM API work seamlessly with the
 KIM-compliant interatomic models (KIM Models) distributed on this website.
 The interface is computationally efficient and often requires relatively minor
 changes to existing codes.
 .
 This package contains the shared library for KIM-API.

Package: libkimageannotator-common
Description-md5: 9e739126009109ce764b9319e217d5ec
Description-en: Image Annotating Library (common data files)
 The kImageAnnotator library provides tools to annotate
 images. This library is used by the ksnip project.
 .
 This package provides the architecture-independent files used by
 the library, including the translation files.

Package: libkimageannotator-dev
Description-md5: f163f1098c8c7c6e18f4d028a93ff4bd
Description-en: Image Annotating Library (dev)
 The kImageAnnotator library provides tools to annotate
 images. This library is used by the ksnip project.
 .
 This package provides the development files.

Package: libkimageannotator0
Description-md5: 85e7ceb1172643fa1f3b97ecfe0e0eff
Description-en: Image Annotating Library (lib)
 The kImageAnnotator library provides tools to annotate
 images. This library is used by the ksnip project.
 .
 This package provides the shared library.

Package: kimageformat-plugins
Description-md5: ee6236e16bb5d7a2fed8c80e1fbf4c18
Description-en: additional image format plugins for QtGui
 This framework provides additional image format plugins for QtGui.  As
 such it is not required for the compilation of any other software, but
 may be a runtime requirement for Qt-based software to support certain
 image formats.
 .
 This package is part of KDE Frameworks.

Package: kimagemapeditor
Description-md5: 210b1221fa97d21968b2ec7d02114d9d
Description-en: HTML image map editor
 KImageMapEditor is a tool that allows you to edit image maps in HTML
 files. As well as providing a standalone application, KImageMapEditor
 makes itself available as a KPart for embedding into larger applications.
 .
 This package is part of KDE web development module.

Package: libkf5imap-data
Description-md5: 253f3f84b89ff6de6f104a233212c70d
Description-en: library for handling IMAP data - arch independent files
 This library provides an API for handling data received from IMAP services.
 IMAP (Internet Message Access Protocol) is one of the two most prevalent
 Internet standard protocols for e-mail retrieval.
 .
 This package contains the arch independent data for KIMAP.

Package: libkf5imap-dev
Description-md5: 897f577924da2ddfcc1097c3f3f7916d
Description-en: library for handling IMAP data - development files
 This library provides an API for handling data received from IMAP services.
 IMAP (Internet Message Access Protocol) is one of the two most prevalent
 Internet standard protocols for e-mail retrieval.
 .
 This package contains the development files.

Package: libkf5imap5
Description-md5: 15e0d328c72eb16d1c54232216220786
Description-en: library for handling IMAP data
 This library provides an API for handling data received from IMAP services.
 IMAP (Internet Message Access Protocol) is one of the two most prevalent
 Internet standard protocols for e-mail retrieval.

Package: kindleclip
Description-md5: d7f4b304731d9f3353408985c6b3167f
Description-en: User interface for managing Amazon Kindle's "My Clippings" file
 Amazon Kindle devices store a "My Clippings.txt" file, where the
 bookmarks, highlights and notes are kept. This application allows you
 to search within the clippings, filter the contents, and copy and
 paste to other applications.
 .
 This program is in no way endorsed, promoted or should be associated
 with Amazon. It is not –and does not aim to be– an official Kindle
 project.

Package: kineticstools
Description-md5: c2de5414b515a12115771e65d77a3fc6
Description-en: detection of DNA modifications
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 This package is part of the SMRTAnalysis suite.

Package: kineticstools-data
Description-md5: 1cfcf352c0bdf117049f3206eb1dacd4
Description-en: detection of DNA modifications -- data files
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 Kineticstools is part of the SMRTAnalysis suite.
 This package contains the package data files.

Package: python3-kineticstools
Description-md5: 0aa646763554c01a3ab894d63947050f
Description-en: detection of DNA modifications (Python 3 library)
 Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
 sequencing data. This tool implements the P_ModificationDetection module in
 SMRT® Portal, used by the RS_Modification_Detection and
 RS_Modifications_and_Motif_Detection protocol. Researchers interested in
 understanding or extending the modification detection algorithms can use these
 tools as a starting point.
 .
 This package is part of the SMRTAnalysis suite and contains the backend
 Python 3 library.

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: king
Description-md5: 7ba47377026d7ceb080b8a0c7ef37af2
Description-en: interactive system for three-dimensional vector graphics
 KiNG (Kinemage, Next Generation) is an interactive system for
 three-dimensional vector graphics. It supports a set of graphics
 primitives that make it suitable for many types of graphs, plots, and
 other illustrations; although its first use was to display
 macromolecular structures for biophysical research. KiNG builds on Mage,
 JavaMage, and the "kinemage" (kinetic image) concept to deliver a
 full-featured Java application with a user-friendly interface and
 integrated editing features. The KiNG jar file can be used within a web
 page as a Java applet or Java object to promote easy access to kinemages
 or coordinate files from a web browser.

Package: king-probe
Description-md5: a466ad62a80c39a93d6b84a200a164c7
Description-en: Evaluate and visualize protein interatomic packing
 king-probe is a program that allows one to evaluate atomic packing, either
 within or between molecules. It generates "contact dots" where
 atoms are in close contact.
 .
 The program king-probe generates "contact dots" at points on the van der
 Waals surface of atoms which are in close proximity to other atoms; reading
 atomic coordinates in protein databank (PDB) format files and writing
 color-coded dot lists (spikes where atoms clash) for inclusion in a
 kinemage.

Package: kinit
Description-md5: 597bc846f516146d5a2d0f6d47ede49b
Description-en: process launcher to speed up launching KDE applications
 kdeinit is a process launcher somewhat similar to the
 famous init used for booting UNIX.
 .
 It launches processes by forking and then loading a
 dynamic library which should contain a 'kdemain(...)'
 function.
 .
 Using kdeinit to launch KDE applications makes starting
 a typical KDE applications 2.5 times faster (100ms
 instead of 250ms on a P-III 500) It reduces memory
 consumption by approx. 350Kb per application.

Package: kinit-dev
Description-md5: 1e9fbe33a21a421c70b8a94bcf094a46
Description-en: process launcher to speed up launching KDE applications
 kdeinit is a process launcher somewhat similar to the
 famous init used for booting UNIX.
 .
 It launches processes by forking and then loading a
 dynamic library which should contain a 'kdemain(...)'
 function.
 .
 Using kdeinit to launch KDE applications makes starting
 a typical KDE applications 2.5 times faster (100ms
 instead of 250ms on a P-III 500) It reduces memory
 consumption by approx. 350Kb per application.
 .
 Contains development files for kinit.

Package: kinput2-canna
Description-md5: 40907cc60da0d5afed636a1414ed308a
Description-en: input server for X11 applications that want Japanese text input
 Kinput2 is an input server for X11 applications that want Japanese
 text input.
 .
 A client that wants kana-kanji conversion service for Japanese text
 sends a request to kinput2.  Kinput2 receives the request, does
 kana-kanji conversion, and sends the converted text back to the
 client.
 .
 This package supports Canna cannaserver.

Package: kinput2-canna-wnn
Description-md5: a087c26042e6541ef8d87ee845befe5a
Description-en: input server for X11 applications that want Japanese text input
 Kinput2 is an input server for X11 applications that want Japanese
 text input.
 .
 A client that wants kana-kanji conversion service for Japanese text
 sends a request to kinput2.  Kinput2 receives the request, does
 kana-kanji conversion, and sends the converted text back to the
 client.
 .
 This package supports both Canna cannaserver and Wnn jserver (version
 4 or 6).

Package: kinput2-common
Description-md5: f5c8d855d6d8f0c838b7a19e3ebdd5ce
Description-en: Files shared among kinput2 packages
 This package contains files that is needed by three kinput2 packages
 (kinput2-canna, kinput2-wnn and kinput2-canna-wnn).

Package: kinput2-wnn
Description-md5: 12c174e22333da79ab77f92b6269f31b
Description-en: input server for X11 applications that want Japanese text input
 Kinput2 is an input server for X11 applications that want Japanese
 text input.
 .
 A client that wants kana-kanji conversion service for Japanese text
 sends a request to kinput2.  Kinput2 receives the request, does
 kana-kanji conversion, and sends the converted text back to the
 client.
 .
 This package supports Wnn jserver (version 4 or 6).

Package: kio
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: libkf5kio-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: libkf5kio-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: libkf5kiocore5
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: libkf5kiofilewidgets5
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: libkf5kiogui5
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: libkf5kiontlm5
Description-md5: 6899c76173e4750bac94a7990cc07cd8
Description-en: resource and network access abstraction (KIO NTLM 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 implements the NTLM authentication protocol

Package: libkf5kiowidgets5
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: kio-admin
Description-md5: 87a88a312c6fd8536c6e58081f1d613a
Description-en: manage files as administrator using the admin:// KIO protocol
 kio-admin implements the admin:// protocol which gives administrative access
 to the entire system. This is achieved by talking, over D-Bus, with a
 root-level helper binary that in turn uses existing KIO infrastructure to run
 file:// operations in root-scope.
 .
 Simply put: admin:// is exactly like file:// but redirected over D-Bus to gain
 administrative privileges.

Package: kio-extras
Description-md5: 402f4c775440f5c31b8d0e32ed88bf21
Description-en: Extra functionality for kioslaves.
 A kioslave is a plugin designed to be intimately familiar with a certain
 protocol, so that a standardized interface can be used to get at data from
 any number of places.  A few examples are the http and ftp kioslaves,
 which using nearly identical methods will retrieve data from an http or
 ftp server respectively.
 .
 This package is part of the KDE base workspace module.

Package: kio-extras-data
Description-md5: 7f7e03666171d141f6c8e18751f2e2e0
Description-en: Extra functionality for kioslaves data files.
 A kioslave is a plugin designed to be intimately familiar with a certain
 protocol, so that a standardized interface can be used to get at data from
 any number of places.  A few examples are the http and ftp kioslaves,
 which using nearly identical methods will retrieve data from an http or
 ftp server respectively.
 .
 This package contains the data files

Package: kio-fuse
Description-md5: 2d3cb6fa6d2198b8ed8cd4409bc58eac
Description-en: FUSE Interface for KIO
 KIOFuse allows the possibility to mount KIO filesystems in the local
 system, exposing them to every application.

Package: kio-gdrive
Description-md5: f5412023114ff968cfc1f7c112157bda
Description-en: KIO access for GDrive
 KIO GDrive enables KIO-aware applications (such as Dolphin, Kate
 or Gwenview) to access and edit Google Drive files in the cloud.

Package: kio-gopher
Description-md5: 518c1caf96d5d375f95d428c08af6e2a
Description-en: gopher KIO slave
 kio-gopher provides support for the "gopher:" protocol in Konqueror and in
 other KDE applications. This allows you to display web contents using the
 Gopher protocol.
 .
 Currently it supports most (if not all) of the Gopher protocol.

Package: kipi-plugins
Description-md5: cae40bb0cd9b12b87b8ac56e75821bdb
Description-en: image manipulation/handling plugins for KIPI aware programs
 KIPI plugins (KDE Image Plugin Interface) is an effort to develop a
 common plugin structure.
 Its aim is to share image plugins among graphic applications.

Package: kipi-plugins-common
Description-md5: 4a34691781e7362281ec6c36125fa49b
Description-en: kipi-plugins architecture-independent data
 KIPI plugins (KDE Image Plugin Interface) is an effort to develop a
 common plugin structure.
 Its aim is to share image plugins among graphic applications.
 .
 The architecture independent data needed for the kipi-plugins package.

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: qml-module-org-kde-kirigami-addons-datetime
Description-md5: 77c95e861d41b114b22e0ed7fe4d94d6
Description-en: datetime module for QML
 This package contains the datetime QML module.
 A runtime QML module providing date and time utilities.

Package: qml-module-org-kde-kirigami-addons-labs-components
Description-md5: b68d4abb7dfa0345e4118e100f68420a
Description-en: labs/components module for QML
 This package contains the labs/components QML module.
 A runtime QML module providing components utilities.

Package: qml-module-org-kde-kirigami-addons-labs-mobileform
Description-md5: 7787716499efb98fae72fd348986a6d4
Description-en: labs/mobileform module for QML
 This package contains the labs/mobileform QML module.
 A runtime QML module providing mobile forms utilities.

Package: qml-module-org-kde-kirigami-addons-sounds
Description-md5: f52ea9d85a5f68bd0db5676139e15810
Description-en: sounds module for QML
 This package contains the sounds QML module.
 A runtime QML module providing sound utilities.

Package: qml-module-org-kde-kirigami-addons-treeview
Description-md5: 4732eb25f3c9ef86fabaa92917fd362d
Description-en: treeview module for QML
 This package contains the treeview QML module.
 A runtime QML module providing treeview utilities.

Package: kirigami-gallery
Description-md5: c4b077083bba334cce04bcb8c73c801c
Description-en: set of QtQuick components targeted for mobile use
 Kirigami is a set of QtQuick components at the moment targeted for
 mobile use (in the future desktop as well) targeting both Plasma
 Mobile and Android. A set of high level components to make the
 creation of applications that look and feel great on mobile as well
 as desktop devices and follow the Kirigami Human Interface
 Guidelines. The target of these components is anybody that wants to
 do an application using QtQuick as its main UI, especially if
 targeting a mobile platform, without adding many dependencies. They
 work on a variety of platforms, such as Plasma Mobile, Desktop Linux,
 Android and Windows.
 .
 This package contains the example application Kirigami Gallery.

Package: kirigami2-dev
Description-md5: b910e85804091d253182bf6ccdb51afc
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 development files.

Package: libkf5kirigami2-5
Description-md5: 995e0ed29bff56aaef04fdc8cd08cb2a
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 library.

Package: libkf5kirigami2-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: qml-module-org-kde-kirigami2
Description-md5: 9002ddfb68efe4d9344dd0ab21e310b7
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.

Package: kiriki
Description-md5: 909ab174f5d87189fa9d56e23d3c13f9
Description-en: Yahtzee dice game
 Kiriki is a dice game for up to six players, where each player rolls five dice
 to make combinations with the highest score.
 .
 This package is part of the KDE games module.

Package: kissfft-tools
Description-md5: 1ba5ddf5f069eb369a3f0195c94c55c2
Description-en: Mixed-radix Fast Fourier Transform library (CLI tools)
 There are many great fft libraries already around. Kiss FFT is not trying to be
 better than any of them. It only attempts to be a reasonably efficient,
 moderately useful FFT that can use fixed or floating data types and can be
 incorporated into someone's C program in a few minutes with trivial licensing.
 .
 This package installs CLI tools by kissfft.

Package: libkissfft-dev
Description-md5: cdf4d60c2fc2c231ff6c7f5aa379fc1a
Description-en: Mixed-radix Fast Fourier Transform library (development tools)
 There are many great fft libraries already around. Kiss FFT is not trying to be
 better than any of them. It only attempts to be a reasonably efficient,
 moderately useful FFT that can use fixed or floating data types and can be
 incorporated into someone's C program in a few minutes with trivial licensing.
 .
 This package installs only files needed for development: header, libraries.

Package: libkissfft-float131
Description-md5: 6c3167e0954bf963fc1e3c93495671a2
Description-en: Mixed-radix Fast Fourier Transform library
 There are many great fft libraries already around. Kiss FFT is not trying to be
 better than any of them. It only attempts to be a reasonably efficient,
 moderately useful FFT that can use fixed or floating data types and can be
 incorporated into someone's C program in a few minutes with trivial licensing.

Package: kissplice
Description-md5: 6d716ae983176c617d58d582ce80f786
Description-en: Detection of various kinds of polymorphisms in RNA-seq data
 KisSplice is a piece of software that enables the analysis of RNA-seq data
 with or without a reference genome. It is an exact local transcriptome
 assembler that allows one to identify SNPs, indels and alternative splicing
 events. It can deal with an arbitrary number of biological conditions, and
 will quantify each variant in each condition.
 It has been tested on Illumina datasets of up to 1G reads.
 Its memory consumption is around 5Gb for 100M reads.

Package: python-kitchen-doc
Description-md5: 3c7fce93614eb0cb6e8a879b572b8b21
Description-en: Python library of containers, text and i18n helpers (common documentation)
 The kitchen Python package aims at gathering in one place all the snippets of
 code that the author originally carried around from project to project to ease
 the development.
 .
 A non-exhaustive list of the features provided by kitchen:
   * helpers for text and specifically unicode handling i18n support
   * a dictionary that treats unicode and str strings as different values
   * An helper function to change any non-list value into a single-element list
   * Tools to help deal with PEP386 version format
 .
 This is the common documentation package.

Package: python3-kitchen
Description-md5: b557adba6e31effbf6fd3c6349f7a746
Description-en: Python library of containers, text and i18n helpers (Python 3)
 The kitchen Python package aims at gathering in one place all the snippets of
 code that the author originally carried around from project to project to ease
 the development.
 .
 A non-exhaustive list of the features provided by kitchen:
   * helpers for text and specifically unicode handling i18n support
   * a dictionary that treats unicode and str strings as different values
   * An helper function to change any non-list value into a single-element list
   * Tools to help deal with PEP386 version format
 .
 This package installs the library for Python 3.

Package: libkitchensink-clojure
Description-md5: 56dd0a7f1c5524076d3c3caaf807d804
Description-en: utility library for Puppet Labs clojure projects
 kitchensink is a library of utility functions that are common to several
 Puppet Labs Clojure projects.

Package: libkf5itemmodels-dev
Description-md5: c6837722d91b91a0c667384da2af03fb
Description-en: additional item/view models for Qt Itemview
 A library which provides additional item/view models for Qt Itemview.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5itemmodels-doc
Description-md5: f25fda49298e9252075a501a31f3ef65
Description-en: additional item/view models for Qt Itemview (documentation)
 A library which provides additional item/view models for Qt Itemview.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5itemmodels5
Description-md5: 0aa6ea38dcf6549c6b4b8543d064a30b
Description-en: additional item/view models for Qt Itemview
 A library which provides additional item/view models for Qt Itemview.
 .
 This package is part of KDE Frameworks 5.

Package: qml-module-org-kde-kitemmodels
Description-md5: 460f46f330bc603cd0784ec583e45e28
Description-en: additional item/view models for Qt Itemview (QML Bindings)
 A library which provides additional item/view models for Qt Itemview.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the QML Bindings.

Package: libkf5itemviews-data
Description-md5: 002bced3f9580e417fe31e674c48f98a
Description-en: Qt library with additional widgets for ItemModels
 A Qt library which contains additional widgets for ItemModels, such as
 grouping into categories and filtering
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the translations.

Package: libkf5itemviews-dev
Description-md5: a71197f2a0fdffeea21773d2856c3b10
Description-en: Qt library with additional widgets for ItemModels
 A Qt library which contains additional widgets for ItemModels, such as
 grouping into categories and filtering
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5itemviews-doc
Description-md5: 3af74d2e9ced7a7c784c2e1adb04141f
Description-en: Qt library with additional widgets for ItemModels (documentation)
 A Qt library which contains additional widgets for ItemModels, such as
 grouping into categories and filtering
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the qch documentation files.

Package: libkf5itemviews5
Description-md5: 3f0e45de407afab2d30c13df2fdcda0e
Description-en: Qt library with additional widgets for ItemModels
 A Qt library which contains additional widgets for ItemModels, such as
 grouping into categories and filtering
 .
 This package is part of KDE Frameworks 5.

Package: kiten
Description-md5: adb422fc02eb8cae6c36e0b48c08fa67
Description-en: Japanese reference and study aid for KDE
 Kiten is a collection of Japanese reference tools and study aids for KDE,
 including a Japanese/English dictionary, Kanji dictionary, and Kanji quiz.
 .
 This package is part of the KDE education module.

Package: libkpimitinerary-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: libkpimitinerary-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: libkpimitinerary-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: libkpimitinerary5
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: 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: python-kivy-examples
Description-md5: 2e6888c8293aead2fa45779d001faa1f
Description-en: Kivy - Multimedia / Multitouch framework in Python (examples)
 Kivy is an open source library for developing multi-touch applications. It is
 completely cross platform (Linux/OSX/Win/Android) and released under the terms
 of the MIT license.
 .
 It comes with native support for many multi-touch input devices, a growing
 library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
 an architecture that is designed to let you focus on building custom and highly
 interactive applications as quickly and easily as possible.
 .
 Kivy is a mixed Python library with Cython code, to take advantage of its
 highly dynamic nature and use any of the thousands of high quality and open
 source Python libraries out there, with the speed of C code.
 .
 This package includes all examples which can be found in the git repository.

Package: python3-kivy
Description-md5: 7b13b0a4804710f12e8976cd327bf197
Description-en: Kivy - Multimedia / Multitouch framework in Python (Python 3)
 Kivy is an open source library for developing multi-touch applications. It is
 completely cross platform (Linux/OSX/Win/Android) and released under the terms
 of the MIT license.
 .
 It comes with native support for many multi-touch input devices, a growing
 library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
 an architecture that is designed to let you focus on building custom and highly
 interactive applications as quickly and easily as possible.
 .
 Kivy is a mixed Python library with Cython code, to take advantage of its
 highly dynamic nature and use any of the thousands of high quality and open
 source Python libraries out there, with the speed of C code.
 .
 This package contains the Python 3 compatible version of the library.

Package: kiwi
Description-md5: ba9bcb0db98764b7ab224945ede03b8f
Description-en: Flexible OS Image and Appliance Builder
 The KIWI Image System provides an operating system image builder
 for Linux supported hardware platforms as well as for virtualization
 and cloud systems.

Package: kiwi-dracut-lib
Description-md5: d857d4f1d1687df39d959cf93f7913d1
Description-en: KIWI - Dracut kiwi Library
 This package contains a collection of methods to provide a library
 for tasks done in other kiwi dracut modules.

Package: kiwi-dracut-live
Description-md5: 5c60790611a26727f42c0ae4af660661
Description-en: KIWI - Dracut module for iso(live) image type
 This package contains the kiwi-live dracut module which is
 used for booting ISO (live) images built with KIWI.

Package: kiwi-dracut-oem-dump
Description-md5: 1d1f9e6c10778eaf3667bd43230cc39a
Description-en: KIWI - Dracut module for oem(install) image type
 This package contains the kiwi-dump and kiwi-dump-reboot dracut
 modules which is used to install an oem image onto a target disk.
 It implements a simple installer which allows for user selected
 target disk or unattended installation to target. The source of
 the image to install could be either from media (CD/DVD/USB) or
 from remote.

Package: kiwi-dracut-oem-repart
Description-md5: a8033a2f34acc5c55f099886ff079841
Description-en: KIWI - Dracut module for oem(repart) image type
 This package contains the kiwi-repart dracut module which is
 used to repartition the oem disk image to the current disk
 geometry according to the setup in the kiwi image configuration.

Package: kiwi-dracut-overlay
Description-md5: acd5ef5f1a23d541f4a1bc0f9fa83801
Description-en: KIWI - Dracut module for VMX (+overlay) image type
 This package contains the kiwi-overlay dracut module which is
 used for booting VMX images built with KIWI and configured to
 use an overlay root filesystem.

Package: kiwi-systemdeps
Description-md5: 665ff04c34f79cb5b9c76377fd36bc9d
Description-en: KIWI - Host system dependencies
 Host setup helper to pull in all packages which are required
 or useful to leverage all functionality in KIWI.

Package: kiwi-systemdeps-bootloaders
Description-md5: a1b3849878407187dfc06f0064a8a50c
Description-en: KIWI - host requirements for configuring bootloaders
 Host setup helper to pull in all packages required/useful on
 the build host for configuring bootloaders on images

Package: kiwi-systemdeps-containers
Description-md5: e30b469e34ec49b434136dd4a2854553
Description-en: KIWI - host requirements for container images
 Host setup helper to pull in all packages which are required
 or useful on the build host to build container images such
 as docker.

Package: kiwi-systemdeps-core
Description-md5: fbaa9b96e3ade388fa7febfda2d33835
Description-en: KIWI - Core host system dependencies
 This meta-package installs the necessary system dependencies
 to run KIWI.

Package: kiwi-systemdeps-disk-images
Description-md5: e35fb25adfb4cd7e85b55d03e8b13899
Description-en: KIWI - host requirements for disk images
 Host setup helper to pull in all packages which are required
 or useful on the build host to build disk images.

Package: kiwi-systemdeps-filesystems
Description-md5: f9c5c1c72ed21b94523b7bbffd4c66b1
Description-en: KIWI - host requirements for filesystems
 Host setup helper to pull in all packages which are required or
 useful on the build host to build filesystem images.

Package: kiwi-systemdeps-iso-media
Description-md5: c7c36fed2b5d25a49b001b7a1f9a8387
Description-en: KIWI - host requirements for live and install iso images
 Host setup helper to pull in all packages which are required or
 useful on the build host to build live and install iso images.

Package: python3-kiwisolver
Description-md5: c263065af0e27eb0a8113d00023f1d17
Description-en: fast implementation of the Cassowary constraint solver - Python 3.X
 Kiwi is an efficient C++ implementation of the Cassowary constraint solving
 algorithm. Kiwi is an implementation of the algorithm based on the seminal
 Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
 has been designed from the ground up to be lightweight and fast. Kiwi ranges
 from 10x to 500x faster than the original Cassowary solver with typical use
 cases gaining a 40x improvement. Memory savings are consistently > 5x.
 .
 In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.
 .
 This package contains the Python 3 version of kiwisolver.

Package: kiwix
Description-md5: 99bef679eabee2c0b77feae1a45d88ca
Description-en: offline Wikipedia reader
 Kiwix is an offline reader and manager for online content
 like Wikipedia, Project Gutenberg, or TED Talks.
 Kiwix allows you to read and search through offline content
 as they were online. Similar to a browser, Kiwix works with
 the highly compressed ZIM file format.

Package: kiwix-tools
Description-md5: 8ccd3c668c7ea58cdfe9bc859bc643ec
Description-en: collection of Kiwix tools
 kiwix-tools is a collection of various command-line tools used to help
 users interact with and manage ZIM files. It includes:
  * kiwix-serve is a standalone HTTP server for serving ZIM files
    over the network.
  * kiwix-manage allows one to manage the content of the Kiwix library (an
    XML file listing available ZIM files).
  * kiwix-search allows one to find articles in a ZIM file using fulltext
    search patterns.

Package: libkf5jobwidgets-data
Description-md5: 84b5945186315707af6ab3eae77a91ae
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 translations.

Package: libkf5jobwidgets-dev
Description-md5: a39edb00f8106948c839b15bed70693a
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.
 .
 Contains development files for kjobwidgets.

Package: libkf5jobwidgets-doc
Description-md5: 458a3fb992a9603c8b787d40aab98327
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 files.

Package: libkf5jobwidgets5
Description-md5: f2de6f5be2ee6fff17970b7c42d0b7d2
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.

Package: kjots
Description-md5: a28f2a97617e027ae6e65bd89ba46557
Description-en: note-taking utility
 Kjots is a notebook utility that organizes notes using groups of pages.
 .
 This package is part of the KDE PIM module.

Package: libkf5js5
Description-md5: 6b42007b50b3e7681eb0b919f6b153ce
Description-en: Support for JS scripting in Qt applications
 Addon library to Qt which adds JavaScript scripting support.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5jsapi5
Description-md5: 6b42007b50b3e7681eb0b919f6b153ce
Description-en: Support for JS scripting in Qt applications
 Addon library to Qt which adds JavaScript scripting support.
 .
 This package is part of KDE Frameworks 5.

Package: libkf5kjs-dev
Description-md5: a65be5effc7d5bb59bf1c50397554f7d
Description-en: Support for JS scripting in Qt applications
 Addon library to Qt which adds JavaScript scripting support.
 .
 This package is part of KDE Frameworks 5.
 .
 This package contains the development files.

Package: libkf5jsembed-data
Description-md5: 2a4d9d199e809c8406656848242239fc
Description-en: Embedded JS library for Qt
 kjsembed allows you to embed JavaScript in your Qt application.
 .
 This package contains the translations.

Package: libkf5jsembed-dev
Description-md5: 3c2add4d43d03bf00a3356e5b1773109
Description-en: Embedded JS library for Qt
 kjsembed allows you to embed JavaScript in your Qt application.
 .
 Contains development files for kjsembed.

Package: libkf5jsembed5
Description-md5: f46e5df2683b40ddfedb778a329bd5eb
Description-en: Embedded JS library for Qt
 kjsembed allows you to embed JavaScript in your Qt application.

Package: kjumpingcube
Description-md5: 3d24124215f3df7b039c8e1cf3c2105d
Description-en: simple tactical game
 KJumpingcube is a simple tactical game for one or two players, played on a
 grid of numbered squares.  Each turn, players compete for control of the board
 by capturing or adding to one square.
 .
 This package is part of the KDE games module.

Package: klatexformula
Description-md5: 99de962965add9d4fdf1ff266c8f7a30
Description-en: GUI to easily get an image from a LaTeX formula or equation
 With klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.

Package: libklatexformula4
Description-md5: 0105f86fd2fbdb93764c9704bb7c305d
Description-en: Runtime libraries for klatexformula
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package provides the libraries klatexformula is based on.

Package: libklatexformula4-dev
Description-md5: 1454b94ac37755b7416950259522bf6a
Description-en: Runtime libraries for klatexformula, development files
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package contains the header files for klatexformula libraries, and a Qt
 Designer plugin to help developers use the provided user interface elements.

Package: libklatexformula4-doc
Description-md5: e19d48d4a11e10317d0e0410bc76e16e
Description-en: Runtime libraries for klatexformula, API documentation
 With Klatexformula, just enter a formula and click "Evaluate" to get an image
 of a LaTeX formula. You can drag&drop, copy or save the resulting image
 directly from the GUI, which makes klatexformula a very convenient tool for
 presentations. Klatexformula also provides also tools for equation prototyping
 in LaTeX and a user-library of used equations.
 .
 This package contains API documentation for developers who wish to use the
 klatexformula libraries klftools and klfbackend.

Package: klaus
Description-md5: 54a8a1fbe9e4d4e13d1cf6badd60f2a1
Description-en: simple easy-to-set-up Git web viewer
 Features:
 .
  * Easy to set up -- almost no configuration required
  * Syntax highlighting
  * Git Smart HTTP support
 .
 This package contains the command-line server.

Package: python3-klaus
Description-md5: 0c1a20913b5931c15092161b801858c5
Description-en: simple easy-to-set-up Git web viewer
 Features:
 .
  * Easy to set up -- almost no configuration required
  * Syntax highlighting
  * Git Smart HTTP support
 .
 This package contains the Python 3.x version.

Package: klavaro
Description-md5: 64ab31481e16002f2638d6475c04f7ba
Description-en: Flexible touch typing tutor
 Klavaro is a simple tutor to teach correct typing, almost independently of
 language and very flexible regarding to new or unknown keyboard layouts.
 .
 Its key features are:
  * Internationalization
  * Ready to use keyboard layouts
  * Keyboard layout editor
  * Basic course
  * Adaptability, velocity and fluidness exercises
  * Progress charts.

Package: klayout
Description-md5: da1feb2b7930fe04504c78af1a532478
Description-en: High Performance Layout Viewer and Editor
 This is very good viewer for GDSII and other layout files used in the
 semiconductor industry.
 .
 It is similar to 'magic', but has a much more modern GUI and is more robust
 handling all kinds of GDSII files created by various other tools. Its focus is
 more on viewing than on editing, but it also has limited, but expanding,
 support for DRC and extraction for LVS.

Package: kio-ldap
Description-md5: deb8bd07261809563dc97763d615405d
Description-en: library for accessing LDAP - kio slave
 This is a library for accessing LDAP with a convenient Qt style C++ API.
 LDAP (Lightweight Directory Access Protocol) is an application protocol
 for querying and modifying directory services running over TCP/IP.
 .
 This package contains the KIO slave.

Package: libkf5ldap-data
Description-md5: 8bccea239dd9315d59503f37f88e9176
Description-en: Arch independent data forlibrary for accessing LDAP
 This is a library for accessing LDAP with a convenient Qt style C++ API.
 LDAP (Lightweight Directory Access Protocol) is an application protocol
 for querying and modifying directory services running over TCP/IP.
 .
 This package contains the arch independent data for KLdap.

Package: libkf5ldap-dev
Description-md5: 7389f56e2b83cda2cf6f3ae47b1e5ac0
Description-en: library for accessing LDAP - development files
 This is a library for accessing LDAP with a convenient Qt style C++ API.
 LDAP (Lightweight Directory Access Protocol) is an application protocol
 for querying and modifying directory services running over TCP/IP.
 .
 This package contains the development files.

Package: libkf5ldap-doc
Description-md5: b17033b799fd447cc13f81d93e1dcf64
Description-en: library for accessing LDAP (documentation)
 This is a library for accessing LDAP with a convenient Qt style C++ API.
 LDAP (Lightweight Directory Access Protocol) is an application protocol
 for querying and modifying directory services running over TCP/IP.
 .
 This package contains the documentation files.

Package: libkf5ldap5abi1
Description-md5: 2bc1a9b485bbacf6b6fdefdd2097e5ff
Description-en: library for accessing LDAP
 This is a library for accessing LDAP with a convenient Qt style C++ API.
 LDAP (Lightweight Directory Access Protocol) is an application protocol
 for querying and modifying directory services running over TCP/IP.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: kleborate
Description-md5: 16d6807c15c5f96cdee834a3a29ebbb5
Description-en: tool to screen Klebsiella genome assemblies
 Kleborate is a tool to screen Klebsiella genome assemblies for:
 .
  * MLST sequence type
  * species (e.g. K. pneumoniae, K. quasipneumoniae, K. variicola, etc.)
  * ICEKp associated virulence loci: yersiniabactin (ybt),
    colibactin (clb)
  * virulence plasmid associated loci: salmochelin (iro), aerobactin
    (iuc), hypermucoidy (rmpA, rmpA2)
  * antimicrobial resistance genes, including quinolone resistance SNPs
    and colistin resistance truncations
  * K (capsule) and O antigen (LPS) serotype prediction, via wzi alleles
    and Kaptive

Package: kleborate-examples
Description-md5: 02e9a1952bed93458a4ebe52767f5cd3
Description-en: tool to screen Klebsiella genome assemblies (example data)
 Kleborate is a tool to screen Klebsiella genome assemblies for:
 .
  * MLST sequence type
  * species (e.g. K. pneumoniae, K. quasipneumoniae, K. variicola, etc.)
  * ICEKp associated virulence loci: yersiniabactin (ybt),
    colibactin (clb)
  * virulence plasmid associated loci: salmochelin (iro), aerobactin
    (iuc), hypermucoidy (rmpA, rmpA2)
  * antimicrobial resistance genes, including quinolone resistance SNPs
    and colistin resistance truncations
  * K (capsule) and O antigen (LPS) serotype prediction, via wzi alleles
    and Kaptive
 .
 This package provides example data end tests that are used in autopkgtest.

Package: kleopatra
Description-md5: e5d6fc989907b80b691c99f2d8834cf5
Description-en: Certificate Manager and Unified Crypto GUI
 Kleopatra is a certificate manager and a universal crypto GUI. It supports
 managing X.509 and OpenPGP certificates in the GpgSM keybox and retrieving
 certificates from LDAP servers.

Package: klettres
Description-md5: 78ccf87b022629ab130806107e8090a1
Description-en: foreign alphabet tutor for KDE
 KLettres is an aid for learning how to read and pronounce the alphabet of a
 foreign language.
 .
 Seven languages are currently available: Czech, Danish, Dutch, English,
 French, Italian and Slovak.
 .
 This package is part of the KDE education module.

Package: klettres-data
Description-md5: de3963ca2a75ca8b88c681b5626efdf7
Description-en: data files for KLettres foreign alphabet tutor
 This package contains architecture-independent data files for KLettres,
 the foreign alphabet tutor for KDE.
 .
 This package is part of the KDE education module.

Package: klibc-utils
Description-md5: c3467a84f84cfb54cfe339be01214b23
Description-en: small utilities built with klibc for early boot
 This package contains a collection of programs that are linked
 against klibc. These duplicate some of the functionality of a
 regular Linux toolset, but are typically much smaller than their
 full-function counterparts.  They are intended for inclusion in
 initramfs images and embedded systems.

Package: libklibc
Description-md5: c02e596a4e5bef99d28f7ec64ab27758
Description-en: minimal libc subset for use with initramfs
 klibc is intended to be a minimalistic libc subset for use with
 initramfs.  It is deliberately written for small size, minimal
 entanglement, and portability, not speed.  It is definitely a work in
 progress, and a lot of things are still missing.

Package: libklibc-dev
Description-md5: 30c8838ae54b41f0da91eb0d0c35f700
Description-en: kernel headers used during the build of klibc
 This package contains the set of kernel headers that were required to
 build klibc and the utilities that ship with it.  This may or may
 not be a complete enough set to build other programs that link against
 klibc.  If in doubt, use real kernel headers instead.

Package: klick
Description-md5: a99e5dd01cee6b322948e1f455f1c271
Description-en: advanced metronome for JACK
 klick is an advanced command-line based metronome using the JACK sound server.
 It allows you to define complex tempo maps for entire songs or performances.
 .
 A single meter and tempo can be specified on the command line, while more
 complex tempo maps can be read from plain text files.
 Alternatively, it's also possible to run klick in interactive mode,
 where the tempo can be changed at runtime using the keyboard,
 or to follow tempo information read from JACK transport.

Package: klickety
Description-md5: 76a3acd28264e1e614c740d4ee925092
Description-en: SameGame puzzle game
 Klickety is a puzzle game where the player removes groups of colored marbles to
 clear the board.
 .
 This package is part of the KDE games module.

Package: klines
Description-md5: a63b56e6f3908159d302a9513ea2e0f3
Description-en: color lines game
 KLines is a single-player game where the player removes colored balls from the
 board by arranging them into lines of five or more.  However, every time the
 player moves a ball, three more balls are added to the board.
 .
 This package is part of the KDE games module.

Package: klog
Description-md5: 4f4be88e77b8e6c797859dd3859eefc9
Description-en: Multiplatform ham radio logging program
 This package provides a ham radio logging program.
 This application supports logging for HF, VHF and sats operations.
 It supports many features like QSL, DXCC, IOTA, WAZ and awards.
 KLog produces ADIF as default file format.
 This application also includes a DX-Cluster client fully integrated
 into the main interface and is also integrated with WSJT-X.
 KLog can run in Linux, OSX & Windows systems.

Package: kluppe
Description-md5: ec03f21637a9e74eeb3641388d830236
Description-en: loop-player and recorder designed for live use
 kluppe is written in c and uses jack, gtk and sndfile. Features include:
 .
  - multiple files buffers, multiple 'loopers' tracks
  - direct (gui) access to all loopers
  - combined and per loop output ports for jack
  - different playmodes including "granular"
 .
 kluppe is the Austrian word for clip and sounds even crazier if you loop it.

Package: klustakwik
Description-md5: 4c821055a9d38bf7792110ce056dbdc2
Description-en: automatic sorting of the samples (spikes) into clusters
 KlustaKwik is a program for automatic clustering of continuous data
 into a mixture of Gaussians. The program was originally developed for
 sorting of neuronal action potentials, but can be applied to any sort
 of data.

Package: klystrack
Description-md5: 0c25e0860f8689eed1842e44356f01ac
Description-en: Chiptune tracker
 This is an application for creating music reminiscent of the style of music
 from 8-bit computers or, chiptunes. It features a "tracker" style sequencer,
 and a built-in synthesizer capable of a wide range sounds - including but not
 limited to basic subtractive synthesis, frequency modulation and sample
 playback. Sounds can be easily beefed up by using the effect chain. It is
 possbile to import a handful of file formats, including Protracker .MOD,
 Fasttracker 2 .XM, the Cave Story music format (.ORG) and Rob Hubbard
 Commodore 64 SID files. Tunes can be easily exported as a single mixdown .WAV
 or separate tracks or you can simply use the playback library to use the
 klystrack files in your own games and other software.

Package: kma
Description-md5: 2096f8927a2b82fc955d8fbdca77c1aa
Description-en: mapping genomic sequences to raw reads directly against redundant databases
 KMA is mapping a method designed to map raw reads directly against
 redundant databases, in an ultra-fast manner using seed and extend. KMA
 is particularly good at aligning high quality reads against highly
 redundant databases, where unique matches often does not exist. It works
 for long low quality reads as well, such as those from Nanopore. Non-
 unique matches are resolved using the "ConClave" sorting scheme, and a
 consensus sequence are outputtet in addition to other common attributes.

Package: kmag
Description-md5: 82b2b2330ccc170b76cf2d94b9074560
Description-en: screen magnifier tool
 KDE's screen magnifier tool.
 .
 You can use KMagnifier to magnify a part of the screen just as you would use
 a lens to magnify a newspaper fine-print or a photograph.  This application is
 useful for a variety of people: from researchers to artists to web-designers to
 people with low vision.
 .
 This package is part of the KDE accessibility module.

Package: kmahjongg
Description-md5: 12f781dcbd48844eb36d5526820d3e10
Description-en: mahjongg solitaire game
 KMahjongg is a solitaire game where the player removes matching Mahjongg tiles
 to clear the board.  A variety of tile layouts are included, as well as an
 editor to create new layouts.
 .
 This package is part of the KDE games module.

Package: kmail
Description-md5: 06986fdec87702a4386c5bfc37a5a063
Description-en: full featured graphical email client
 KMail supports multiple accounts, mail filtering and email encryption.
 The program let you configure your workflow and it has good integration into
 KDE (Plasma Desktop) but is also useable with other Desktop Environments.

Package: accountwizard
Description-md5: 3054aee4289842adfd3e08c353313de1
Description-en: wizard for KDE PIM applications account setup
 Handles account setup of e-mail accounts for KDE PIM applications.

Package: kde-config-mailtransport
Description-md5: 09d3fd0568af471ddc41227d18d51aeb
Description-en: mail transport service KCM
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.
 .
 This package also contains a KDE control module which can be embedded
 into your application to provide mail transport configuration.

Package: kmailtransport-akonadi
Description-md5: c997904a7f4918008cfe8315b8e4bd21
Description-en: mail transport akonadi library
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.
 .
 This package contains the akonadi plugin.

Package: libkf5mailtransport-data
Description-md5: 5369e5868eb7423cb03646bbec09e9db
Description-en: mail transport service library - data files
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.
 .
 This package also contains a KDE control module which can be embedded
 into your application to provide mail transport configuration.
 .
 This package contains data files.

Package: libkf5mailtransport-dev
Description-md5: bdb3121eb260a0cd727b888db9015957
Description-en: mail transport service library - development files
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.
 .
 This package contains the development files.

Package: libkf5mailtransport5
Description-md5: 2cb7cc2b9b2329a3d1f1b5001ff8968c
Description-en: mail transport service library
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.

Package: libkf5mailtransportakonadi5
Description-md5: 0a5697137e6aed60f8713e301a1c7634
Description-en: mail transport service library for akonadi
 Mailtransport is a library that provides the following functionality:
 .
  * Shared mail transport settings.
  * GUI elements to configure mail transport settings.
  * Job classes for mail sending.
 .
 This library integrates with Akonadi.

Package: libkf5mbox-dev
Description-md5: 970f113ba32e693d20fad06b7422aaaf
Description-en: library for handling mbox mailboxes - development files
 This is a library for handling mailboxes in mbox format, using a Qt/KMime C++
 API.
 .
 This package contains the development files.

Package: libkf5mbox5
Description-md5: febe5c6e80fedbf1f282062563ad4d3e
Description-en: library for handling mbox mailboxes
 This is a library for handling mailboxes in mbox format, using a Qt/KMime C++
 API.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: kmc
Description-md5: ebf89f936ea92086de01b356a765be39
Description-en: count kmers in genomic sequences
 The kmc software is designed for counting k-mers (sequences of
 consecutive k symbols) in a set of reads. K-mer counting is
 important for many bioinformatics applications, e.g. developing de Bruijn
 graph assemblers.
 .
 Building de Bruijn graphs is a commonly used approach for genome
 assembly with data from second-generation sequencing.
 Unfortunately, sequencing errors (frequent in practice)
 result in huge memory requirements for de Bruijn graphs, as well
 as long build time. One of the popular approaches to handle this
 problem is filtering the input reads in such a way that unique k-mers
 (very likely obtained as a result of an error) are discarded.
 .
 Thus, KMC scans the raw reads and produces a compact representation
 of all non-unique reads accompanied with number of their occurrences.
 The algorithm implemented in KMC makes use mostly of disk space rather
 than RAM, which allows one to use KMC even on rather typical personal
 computers. When run on high-end servers (what is necessary for KMC
 competitors) it outperforms them in both memory requirements and
 speed of computation. The disk space necessary for computation is in
 order of the size of input data (usually it is smaller).

Package: libkmc-dev
Description-md5: 8cb3bb2f4a70923d92beb109aae9e3a4
Description-en: library to access KMC k-mer count files
 The kmc software is designed for counting k-mers (sequences of
 consecutive k symbols) in a set of reads. K-mer counting is
 important for many bioinformatics applications, e.g. developing de Bruijn
 graph assemblers.
 .
 This package contains the C++ library headers for accessing kmc's output
 file format.

Package: libkf5mediaplayer-data
Description-md5: 6bedd6c0c729847332db2d7819488a70
Description-en: Plugin interface for media player features.
 It provides all of the necessary media player operations,
 and optionally provides the GUI to control them.
 .
 There are two servicetypes for Player:
 KMediaPlayer/Player and KMediaPlayer/Engine.
 KMediaPlayer/Player provides a widget (accessible
 through view as well as XML GUI KActions.
 KMediaPlayer/Engine omits the user interface facets,
 for those who wish to provide their own interface.
 .
 This package contains the data files.

Package: libkf5mediaplayer-dev
Description-md5: 433097959c1c7ed265ef1462b6daa953
Description-en: Plugin interface for media player features.
 It provides all of the necessary media player operations,
 and optionally provides the GUI to control them.
 through view as well as XML GUI KActions.
 KMediaPlayer/Engine omits the user interface facets,
 for those who wish to provide their own interface.
 .
 Contains development files for kmediaplayer.

Package: libkf5mediaplayer5
Description-md5: 2fbb58a0586e7116940ac56b5a1fb1fa
Description-en: Plugin interface for media player features.
 It provides all of the necessary media player operations,
 and optionally provides the GUI to control them.
 .
 There are two servicetypes for Player:
 KMediaPlayer/Player and KMediaPlayer/Engine.
 KMediaPlayer/Player provides a widget (accessible
 through view as well as XML GUI KActions.
 KMediaPlayer/Engine omits the user interface facets,
 for those who wish to provide their own interface.

Package: kmenuedit
Description-md5: 12bafba27a1d36d24d639d2ecde64ce5
Description-en: XDG menu editor
 This package provides a menu editor which may be used to edit the KDE Plasma
 workspaces menu or any other XDG menu.
 .
 This package contains the runtime files.

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: 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: 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: 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: 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: meryl
Description-md5: d45b3f69bb7f3baa6d0d59cd1b5695b5
Description-en: in- and out-of-core kmer counting and utilities
 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 is part of the Kmer suite.

Package: sim4db
Description-md5: 85f8fe3bbe88f71c2e69cb9b24788d42
Description-en: batch spliced alignment of cDNA sequences to a target genome
 Sim4db performs fast batch alignment of large cDNA (EST, mRNA) sequence
 sets to a set of eukaryotic genomic regions. It uses the sim4 and sim4cc
 algorithms to determine the alignments, but incorporates a fast sequence
 indexing and retrieval mechanism, implemented in the sister package
 'leaff', to speedily process large volumes of sequences.
 .
 While sim4db produces alignments in the same way as sim4 or sim4cc, it
 has additional features to make it more amenable for use with whole-genome
 annotation pipelines. A script file can be used to group pairings between
 cDNAs and their corresponding genomic regions, to be aligned as one run
 and using the same set of parameters. Sim4db also optionally reports more
 than one alignment for the same cDNA within a genomic region, as long
 as they meet user-defined criteria such as minimum length, percentage
 sequence identity or coverage. This feature is instrumental in finding
 all alignments of a gene family at one locus. Lastly, the output is
 presented either as custom sim4db alignments or as GFF3 gene features.
 .
 This package is part of the Kmer suite.

Package: kmerresistance
Description-md5: b4437a931ac167781e12cb6e427e9809
Description-en: correlates mapped genes with the predicted species of WGS samples
 KmerResistance correlates mapped genes with the predicted species of WGS
 samples, where this allows for identification of genes in samples which
 have been poorly sequenced or high accuracy predictions for samples with
 contamination. KmerResistance has one dependency, namely KMA to perform
 the mapping, which is also freely available.

Package: kmetronome
Description-md5: 12984a6bee205c9527d4e2906cf2aeaf
Description-en: ALSA MIDI Metronome
 KMetronome is a MIDI based metronome using the ALSA sequencer.
 .
 The intended audience are musicians and music students. Like the solid, real
 metronomes it is a tool to keep the rhythm while playing musical instruments.
 .
 It uses MIDI for sound generation instead of digital audio, allowing low CPU
 usage and very accurate timing thanks to the ALSA sequencer

Package: kmfl-keyboards-mywin
Description-md5: 4666b1744427f44bcf19c45f40e2133d
Description-en: myWin Myanmar (Burmese) Unicode Keyboard
 This implements a smart keyboard for Myanmar/Burmese using SCIM and KMFL.
 It performs sequence checking and reordering to ensure that
 the text is conformant to Unicode Technical Note 11.
 This keyboard supports the changes in Unicode 5.1.0.
 .
 This software was written and packaged by Keith Stribley.

Package: kmflcomp
Description-md5: 8f8b4008dcbde96bfd7094a95b70a60d
Description-en: KMFL (Keyboard Mapping for Linux) Compiler
 The kmfl library is a multilingual text processing library that implements
 the Keyman(C) text processing language.
 .
 Utility to compile Keyman-style keyboard layout files to a binary format for
 use by the KMFL keystroke interpreter.

Package: libkmflcomp-dev
Description-md5: 7f35f8f7fd06e20d424cfe058816a5b9
Description-en: Development files for libkmflcomp
 The kmfl library is a multilingual text processing library that implements
 the Keyman(C) text processing language.
 .
 Development libraries and headers to use libkmflcomp in an application

Package: libkmflcomp0
Description-md5: d3f5af88e066a41c170d578807e5c816
Description-en: KMFL (Keyboard Mapping for Linux) compiler library
 The kmfl library is a multilingual text processing library that implements
 the Keyman(C) text processing language.
 .
 Library to compile Keyman layout files to a binary format for use by the
 KMFL keystroke interpreter.

Package: libkf5mime-data
Description-md5: 8a1f03c7dc80e1bcf83d40055b8971b7
Description-en: Arch independent data for library for handling MIME data
 This library provides an API for handling MIME data. MIME (Multipurpose
 Internet Mail Extensions) is an Internet Standard that extends the format
 of e-mail to support text in character sets other than US-ASCII, non-text
 attachments, multi-part message bodies, and header information in non-ASCII
 character sets.
 .
 This package contains the arch independent data for KMime.

Package: libkf5mime-dev
Description-md5: 3e8d7b6fb7ba4938dc9cf77296922163
Description-en: library for handling MIME data - development files
 This library provides an API for handling MIME data. MIME (Multipurpose
 Internet Mail Extensions) is an Internet Standard that extends the format
 of e-mail to support text in character sets other than US-ASCII, non-text
 attachments, multi-part message bodies, and header information in non-ASCII
 character sets.
 .
 This package contains the development files.

Package: libkf5mime5abi1
Description-md5: ea8d6d0463a1443aeab1a64fda908b1b
Description-en: library for handling MIME data
 This library provides an API for handling MIME data. MIME (Multipurpose
 Internet Mail Extensions) is an Internet Standard that extends the format
 of e-mail to support text in character sets other than US-ASCII, non-text
 attachments, multi-part message bodies, and header information in non-ASCII
 character sets.
 .
 This package is part of the KDE Development Platform PIM libraries module.

Package: kmines
Description-md5: f4aac15b7955ee792cb50cfd41f5349b
Description-en: minesweeper game
 KMines is a game where the player finds hidden mines without setting them off.
 .
 This package is part of the KDE games module.

Package: kmix
Description-md5: c2f995bbd12865838605a7d5c1050b03
Description-en: volume control and mixer
 KMix is an audio device mixer, used to adjust volume, select recording inputs,
 and set other hardware options.
 .
 This package is part of the KDE multimedia module.

Package: kmod
Description-md5: 0cd8f9566ff621a593309a12fd64999f
Description-en: tools for managing Linux kernel modules
 This package contains a set of programs for loading, inserting, and
 removing kernel modules for Linux.
 It replaces module-init-tools.

Package: libkmod-dev
Description-md5: d05b96c5ea92d4587ad0abe33b518fb0
Description-en: libkmod development files
 This package contains the files needed for developing applications that
 use libkmod.

Package: libkmod2
Description-md5: e60216aabe72168f06218f037958581e
Description-en: libkmod shared library
 This library provides an API for insertion, removal, configuration and
 listing of kernel modules.

Package: kmousetool
Description-md5: ed1cb0185a00a221eacad2de20b93c54
Description-en: mouse manipulation tool for the disabled
 KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was
 designed to help those with repetitive strain injuries, for whom pressing
 buttons hurts.
 .
 This package is part of the KDE accessibility module.

Package: kmouth
Description-md5: 8a07ec1d4353d2840db82251413eeb71
Description-en: type-and-say frontend for speech synthesizers
 KDE's type-and-say frontend for speech synthesizers.
 .
 It includes a history of spoken sentences from which the user can select
 sentences to be re-spoken.
 .
 This package is part of the KDE accessibility module.

Package: kmplot
Description-md5: 89122cf790f7456ae9d01a49d14e6d04
Description-en: mathematical function plotter for KDE
 KmPlot is a powerful mathematical plotter KDE, capable of plotting multiple
 functions simultaneously and combining them into new functions.
 .
 Cartesian, parametric, and differential functions are supported, as well as
 functions using polar coordinates.  Plots are printed with high precision at
 the correct aspect ratio.
 .
 KmPlot also provides numerical and visual features such as filling and
 calculating the area between the plot and the first axis, finding maxima and
 minima, changing function parameters dynamically, and plotting derivatives
 and integral functions.
 .
 This package is part of the KDE education module.

Package: kmscon
Description-md5: 7f1fdcdac0eca5a75efecf68830f731b
Description-en: Simple terminal emulator based on Kernel Mode Setting
 kmscon is a system console for Linux. It does not depend on any
 graphics-server on your system (like X.org), but instead provides
 a raw console layer that can  be used independently.
 It can replace the Linux kernel console entirely but was designed to
 work well side-by-side, too.
 Even though initially targeted at providing internationalization to
 the system-console, it has grown into a fully modularized console
 layer including features like multi-head support, internationalized
 font rendering, XKB-compatible keyboard handling,
 hardware-accelerated graphics access and more.

Package: kmscube
Description-md5: 5f1a4379c2759101c5d22f800e9e21bc
Description-en: Example KMS/GBM/EGL application
 kmscube is an example application that displays a rotating cube to
 demonstrate the usage of KMS, GBM and EGL. It can be used to
 test kernel mode setting and Mesas DRM drivers.

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: python3-knack
Description-md5: 02650057325b08e732c8d595dde6ae11
Description-en: Python command line interface framework
 Knack provides a set of Python modules to build a custom command line
 interface.

Package: knavalbattle
Description-md5: e05a96c085fd880357c694dbfe578365
Description-en: battleship board game
 KNavalbattle is an implementation of the Battleship game, where two players
 take turns firing at the opponent's ships by guessing their coordinates.
 .
 This package is part of the KDE games module.

Package: knetwalk
Description-md5: 931a61d4f665efef9e18e201538ce5de
Description-en: wire puzzle game
 KNetwalk is a puzzle game where the 