ckage.

Package: libomp5-15
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.

Package: libunwind-15
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: libunwind-15-dev
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: lld-15
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.

Package: lldb-15
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.

Package: llvm-15
Description-md5: 07d463911771b9679a5f0131f40992d4
Description-en: Modular compiler and toolchain technologies
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X96, SparcV10, PowerPC or many other architectures.

Package: llvm-15-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.

Package: llvm-15-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).

Package: llvm-15-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.

Package: llvm-15-linker-tools
Description-md5: 34d6480db2d150315f7bca6065772d03
Description-en: Modular compiler and toolchain technologies - Plugins
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVMgold and LLVMPolly linker plugins.

Package: llvm-15-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.

Package: llvm-15-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.

Package: mlir-15-tools
Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a
Description-en: Multi-Level Intermediate Representation tools
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
 .
 This package provides tools.

Package: python3-clang-15
Description-md5: 2c9b6237594ba364f2afb9b0458f2f14
Description-en: Clang Python Bindings
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This binding package provides access to the Clang compiler and libraries.

Package: python3-lldb-15
Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92
Description-en: Next generation, high-performance debugger, python3 lib
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This binding package provides access to lldb.

Package: bolt-16
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.

Package: clang-16
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.

Package: clang-16-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the documentation.

Package: clang-16-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang examples.

Package: clang-format-16
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
 Clang-format is both a library and a stand-alone tool with the goal of
 automatically reformatting C++ sources files according to configurable
 style guides. To do so, clang-format uses Clang's Lexer to transform an
 input file into a token stream and then changes all the whitespace around
 those tokens. The goal is for clang-format to both serve both as a user
 tool (ideally with powerful IDE integrations) and part of other
 refactoring tools, e.g. to do a reformatting of all the lines changed
 during a renaming.
 .
 This package also provides vim and emacs plugins.

Package: clang-tidy-16
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.

Package: clang-tools-16
Description-md5: da24a5a87f39211c1ff10f03f06e0a3c
Description-en: clang-based tools for C/C++ developments
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains some clang-based tools like scan-build, clang-cl, etc.

Package: clangd-16
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
 clangd understands your C++ code and adds smart features to your editor:
  - code completion
  - compile errors
  - go-to-definition
  - and more.
 .
 clangd is a language server that implements the Language Server Protocol;
 it can work with many editors through a plugin.

Package: flang-16
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.

Package: libbolt-16-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.

Package: libc++-16-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

Package: libc++-16-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This package provides a version for the 32-bit WebAssembly System Interface.

Package: libc++1-16
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
 libc++ is another implementation of the C++ standard library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

Package: libc++abi-16-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

Package: libc++abi-16-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++
 .
 This package provides a version for the 32-bit WebAssembly System Interface.

Package: libc++abi1-16
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

Package: libclang-16-dev
Description-md5: fd87f4b955aacfb98d5a260d532303ea
Description-en: Clang library - Development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang headers to develop extensions over
 libclang1-16.

Package: libclang-common-16-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang generic headers.

Package: libclang-cpp16
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

Package: libclang-cpp16-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.
 .
 This package contains symlinks without a version number, which needed by
 linker at build time.

Package: libclang-rt-16-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
 This package provides various libraries:
 .
   * builtins - Simple libraries that provide implementation of the
     low-level target-specific hooks required by code generation
     and other runtime components.
   * sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
     UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
     DataFlowSanitizer, etc
   * profile - Library which is used to collect coverage information.

Package: libclang-rt-16-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
 Provides the compiler-rt builtins for WebAssembly 32 bits

Package: libclang-rt-16-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
 Provides the compiler-rt builtins for WebAssembly 64 bits

Package: libclang1-16
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang library.
 .
 The C Interface to Clang provides a relatively small API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

Package: libclc-16
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains support for the amdgcn (AMD GPU), PTX and r600
 platforms.

Package: libclc-16-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains development header files.

Package: libflang-16-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.
 .
 This package contains the flang libraries and headers.

Package: libfuzzer-16-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
 of other libraries.
 .
 LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
 all of its fuzzing inside a single process. This in-process fuzzing can be
 more restrictive and fragile, but is potentially much faster as there is no
 overhead for process start-up.
 .
 The fuzzer is linked with the library under test, and feeds fuzzed inputs to
 the library via a specific fuzzing entrypoint (aka 'target function'); the
 fuzzer then tracks which areas of the code are reached, and generates mutations
 on the corpus of input data in order to maximize the code coverage. The code
 coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
 instrumentation.

Package: liblld-16
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package contains the LLD runtime library.

Package: liblld-16-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package provides the header files to build extension over lld.

Package: liblldb-16
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package contains the LLDB runtime library.

Package: liblldb-16-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package provides the header files to build extension over lldb.

Package: libllvm-16-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the OCaml bindings to develop applications using llvm.

Package: libllvm16
Description-md5: a8854f4edf76a8c14ce34dc209bd1d11
Description-en: Modular compiler and toolchain technologies, runtime library
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library.

Package: libmlir-16
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.

Package: libmlir-16-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.

Package: libomp-16-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.

Package: libomp-16-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
 .
 This package contains the documentation of this package.

Package: libomp5-16
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.

Package: libpolly-16-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
 Uses an abstract mathematical representation based on integer polyhedra
 to analyze and optimize the memory access pattern of a program

Package: libunwind-16
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: libunwind-16-dev
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: lld-16
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.

Package: lldb-16
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.

Package: llvm-16
Description-md5: 07d463911771b9679a5f0131f40992d4
Description-en: Modular compiler and toolchain technologies
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X96, SparcV10, PowerPC or many other architectures.

Package: llvm-16-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.

Package: llvm-16-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).

Package: llvm-16-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.

Package: llvm-16-linker-tools
Description-md5: 34d6480db2d150315f7bca6065772d03
Description-en: Modular compiler and toolchain technologies - Plugins
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVMgold and LLVMPolly linker plugins.

Package: llvm-16-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.

Package: llvm-16-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.

Package: mlir-16-tools
Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a
Description-en: Multi-Level Intermediate Representation tools
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
 .
 This package provides tools.

Package: python3-clang-16
Description-md5: 2c9b6237594ba364f2afb9b0458f2f14
Description-en: Clang Python Bindings
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This binding package provides access to the Clang compiler and libraries.

Package: python3-lldb-16
Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92
Description-en: Next generation, high-performance debugger, python3 lib
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This binding package provides access to lldb.

Package: bolt-19
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.

Package: clang-19
Description-md5: c364160e44345420df0f2e97b3082b69
Description-en: C, C++ and Objective-C compiler
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.

Package: clang-19-doc
Description-md5: 6bf5242bfe6f159fd907beb982f2315f
Description-en: C, C++ and Objective-C compiler - Documentation
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the documentation.

Package: clang-19-examples
Description-md5: c2fd51cc2d722b8e5b1c1549d931bc06
Description-en: Clang examples
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang examples.

Package: clang-format-19
Description-md5: 5fdb7838fa336de9de2703cb644c12e4
Description-en: Tool to format C/C++/Obj-C code
 Clang-format is both a library and a stand-alone tool with the goal of
 automatically reformatting C++ sources files according to configurable
 style guides. To do so, clang-format uses Clang's Lexer to transform an
 input file into a token stream and then changes all the whitespace around
 those tokens. The goal is for clang-format to both serve both as a user
 tool (ideally with powerful IDE integrations) and part of other
 refactoring tools, e.g. to do a reformatting of all the lines changed
 during a renaming.
 .
 This package also provides vim and emacs plugins.

Package: clang-tidy-19
Description-md5: 239d974b460ce0b6a914aa94c05888ad
Description-en: clang-based C++ linter tool
 Provide an extensible framework for diagnosing and fixing typical programming
 errors, like style violations, interface misuse, or bugs that can be deduced
 via static analysis. clang-tidy is modular and provides a convenient interface
 for writing new checks.

Package: clang-tools-19
Description-md5: da24a5a87f39211c1ff10f03f06e0a3c
Description-en: clang-based tools for C/C++ developments
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains some clang-based tools like scan-build, clang-cl, etc.

Package: clangd-19
Description-md5: 9ae9ea58c7af3228199dd96c36ecd0bb
Description-en: Language server that provides IDE-like features to editors
 clangd understands your C++ code and adds smart features to your editor:
  - code completion
  - compile errors
  - go-to-definition
  - and more.
 .
 clangd is a language server that implements the Language Server Protocol;
 it can work with many editors through a plugin.

Package: flang-19
Description-md5: bd017b88c85853e1292c78015b1d62a8
Description-en: Fortran compiler
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.

Package: libbolt-19-dev
Description-md5: a5816535f62942b4fcded9b86fb66840
Description-en: Post-link optimizer
 It achieves the improvements by optimizing application's code layout based on
 execution profile gathered by sampling profiler.

Package: libc++-19-dev
Description-md5: 8cd44d2ae4969ab1c95a30917ddc69e7
Description-en: LLVM C++ Standard library (development files)
 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

Package: libc++-19-dev-wasm32
Description-md5: 21e20e19acf2a499a9e194408e3990d7
Description-en: LLVM C++ Standard library (WASI)
 libc++ is another implementation of the C++ standard library
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.
 .
 This package provides a version for the 32-bit WebAssembly System Interface.

Package: libc++1-19
Description-md5: 3e11b80d657dd5ed05ee027e3cba65ca
Description-en: LLVM C++ Standard library
 libc++ is another implementation of the C++ standard library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Fast execution.
   * Minimal memory use.
   * Fast compile times.
   * ABI compatibility with gcc's libstdc++ for some low-level features such
     as exception objects, rtti and memory allocation.
   * Extensive unit tests.

Package: libc++abi-19-dev
Description-md5: 364169ef5dcd81ea07cbcba49d061676
Description-en: LLVM low level support for a standard C++ library (development files)
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

Package: libc++abi-19-dev-wasm32
Description-md5: 9a34398f2ed6518894f52de69f57d517
Description-en: LLVM low level support for a standard C++ library (WASI)
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++
 .
 This package provides a version for the 32-bit WebAssembly System Interface.

Package: libc++abi1-19
Description-md5: 6a197f8a8ae8385e801b369ea97886ce
Description-en: LLVM low level support for a standard C++ library
 libc++abi is another implementation of low level support for a standard C++
 library.
 .
 Features and Goals
 .
   * Correctness as defined by the C++ standards.
   * Provide a portable sublayer to ease the porting of libc++

Package: libclang-19-dev
Description-md5: ae144ace7105bacb6cceb4728ea7abf2
Description-en: Clang library - Development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang headers to develop extensions over
 libclang1-19.

Package: libclang-common-19-dev
Description-md5: c70051d53e23270c29353f55183e81aa
Description-en: Clang library - Common development package
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang generic headers.

Package: libclang-cpp19
Description-md5: 8acc7c5b41666c14f1ef5e79310225e6
Description-en: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

Package: libclang-cpp19-dev
Description-md5: f5afea2f6b71ba0705e995aaab21eef9
Description-en: C++ interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang C++ library.
 .
 The C++ Interface to Clang provides an API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.
 .
 This package contains symlinks without a version number, which needed by
 linker at build time.

Package: libclang-rt-19-dev
Description-md5: 2aaff3e893bfd063ceaf38e310dc3055
Description-en: Compiler-rt - development package
 This package provides various libraries:
 .
   * builtins - Simple libraries that provide implementation of the
     low-level target-specific hooks required by code generation
     and other runtime components.
   * sanitizer runtimes - AddressSanitizer, ThreadSanitizer,
     UndefinedBehaviorSanitizer, MemorySanitizer, LeakSanitizer
     DataFlowSanitizer, etc
   * profile - Library which is used to collect coverage information.

Package: libclang-rt-19-dev-wasm32
Description-md5: 0a3a8bf20b284a6b0fb9f63d5541c217
Description-en: Compiler-rt - wasm32 builtins
 Provides the compiler-rt builtins for WebAssembly 32 bits

Package: libclang-rt-19-dev-wasm64
Description-md5: f6fba666aadae95050bf103b52358363
Description-en: Compiler-rt - wasm64 builtins
 Provides the compiler-rt builtins for WebAssembly 64 bits

Package: libclang1-19
Description-md5: 6fbabc5fd121a4ff6b254de59627b6de
Description-en: C interface to the Clang library
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This package contains the Clang library.
 .
 The C Interface to Clang provides a relatively small API that exposes
 facilities for parsing source code into an abstract syntax tree (AST),
 loading already-parsed ASTs, traversing the AST, associating physical source
 locations with elements within the AST, and other facilities that support
 Clang-based development tools.

Package: libclc-19
Description-md5: 73bf1c1e61845108c59b363de4fd901a
Description-en: OpenCL C language implementation - platform support
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains support for the amdgcn (AMD GPU), PTX and r600
 platforms.

Package: libclc-19-dev
Description-md5: af42cc63b204a8c47b782398389a6170
Description-en: OpenCL C language implementation - development files
 libclc is an open implementation of the OpenCL C programming language,
 as specified by the OpenCL 1.1 Specification.
 .
 This package contains development header files.

Package: libflang-19-dev
Description-md5: 3328d45b650afee35fe8b6da0b9b1e49
Description-en: Flang library - Development package
 Ground-up implementation of a Fortran front end written in
 modern C++.
 .
 While it is capable of generating executables for a number
 of examples, some functionalities are still missing.
 .
 This package contains the flang libraries and headers.

Package: libfuzzer-19-dev
Description-md5: bc55cd127b8dab148b78e61e5e475b8e
Description-en: Library for coverage-guided fuzz testing
 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
 of other libraries.
 .
 LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
 all of its fuzzing inside a single process. This in-process fuzzing can be
 more restrictive and fragile, but is potentially much faster as there is no
 overhead for process start-up.
 .
 The fuzzer is linked with the library under test, and feeds fuzzed inputs to
 the library via a specific fuzzing entrypoint (aka 'target function'); the
 fuzzer then tracks which areas of the code are reached, and generates mutations
 on the corpus of input data in order to maximize the code coverage. The code
 coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
 instrumentation.

Package: liblld-19
Description-md5: edabea654ba7a6bd671515adc0fffdd2
Description-en: LLVM-based linker, library
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package contains the LLD runtime library.

Package: liblld-19-dev
Description-md5: d5f91d89aa80d28cd4d98b74563f075b
Description-en: LLVM-based linker, header files
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.
 .
 This package provides the header files to build extension over lld.

Package: liblldb-19
Description-md5: 88542bb8337de28344a74df10ce94f4e
Description-en: Next generation, high-performance debugger, library
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package contains the LLDB runtime library.

Package: liblldb-19-dev
Description-md5: 8f3dc7f570ba958d1f7496e3e5195498
Description-en: Next generation, high-performance debugger, header files
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This package provides the header files to build extension over lldb.

Package: libllvm-19-ocaml-dev
Description-md5: 7727e410aa3baa784cb47a4afb95f4e8
Description-en: Modular compiler and toolchain technologies, OCaml bindings
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the OCaml bindings to develop applications using llvm.

Package: libllvm19
Description-md5: a8854f4edf76a8c14ce34dc209bd1d11
Description-en: Modular compiler and toolchain technologies, runtime library
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVM runtime library.

Package: libllvmlibc-19-dev
Description-md5: b678725717171e9f1656f9727ef63f83
Description-en: LLVM C Library - dev package
 Implementation of the C standard library targeting C17 and above.
 .
 This is an experimental project. Don't use in production.

Package: libmlir-19
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.

Package: libmlir-19-dev
Description-md5: b2671453793175bc5bd7c93d05c96c40
Description-en: Multi-Level Intermediate Representation library
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.

Package: libomp-19-dev
Description-md5: 6f692a0e089a2d4587b533b4f246db62
Description-en: LLVM OpenMP runtime - dev package
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.

Package: libomp-19-doc
Description-md5: 55ecafb377674896611f496b3a8a1433
Description-en: LLVM OpenMP runtime - Documentation
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.
 .
 This package contains the documentation of this package.

Package: libomp5-19
Description-md5: e28f50eb4beb8e316b69da2c1c0194c3
Description-en: LLVM OpenMP runtime
 The runtime is the part of the OpenMP implementation that your code is
 linked against, and that manages the multiple threads in an OpenMP program
 while it is executing.

Package: libpolly-19-dev
Description-md5: 840a80a0b2b70b4ddca3d4d6f53126e7
Description-en: High-level loop and data-locality optimizer
 Uses an abstract mathematical representation based on integer polyhedra
 to analyze and optimize the memory access pattern of a program

Package: libunwind-19
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: libunwind-19-dev
Description-md5: 70dd0c847cdef69a0ce9c2191d54b77e
Description-en: production-quality unwinder
 libunwind is a production-quality unwinder, with platform support for DWARF
 unwind info, SjLj, and ARM EHABI.
 .
 The low level libunwind API was designed to work either in-process (aka local)
 or to operate on another process (aka remote), but only the local path has
 been implemented. Remote unwinding remains as future work.

Package: lld-19
Description-md5: 39b52f07f105b329dd7852cce89ebb7d
Description-en: LLVM-based linker
 LLD is a new, high-performance linker. It is built as a set of reusable
 components which highly leverage existing libraries in the larger LLVM
 Project.

Package: lldb-19
Description-md5: 45d52d0209cd7953d2f2bc4d1a99170f
Description-en: Next generation, high-performance debugger
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.

Package: llvm-19
Description-md5: 07d463911771b9679a5f0131f40992d4
Description-en: Modular compiler and toolchain technologies
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 The strengths of the LLVM infrastructure are its extremely
 simple design (which makes it easy to understand and use),
 source-language independence, powerful mid-level optimizer, automated
 compiler debugging support, extensibility, and its stability and
 reliability. LLVM is currently being used to host a wide variety of
 academic research projects and commercial projects. LLVM includes C
 and C++ front-ends, a front-end for a Forth-like language (Stacker),
 a young scheme front-end, and Java support is in development. LLVM can
 generate code for X96, SparcV10, PowerPC or many other architectures.

Package: llvm-19-dev
Description-md5: 29f654aa391c01f742a2023c872d7a49
Description-en: Modular compiler and toolchain technologies, libraries and headers
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the libraries and headers to develop applications
 using llvm.

Package: llvm-19-doc
Description-md5: 19896d0a63f9911e3a7a7b85ecfac407
Description-en: Modular compiler and toolchain technologies, documentation
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains all documentation (extensive).

Package: llvm-19-examples
Description-md5: 61fee537b751bf39ce1ac5bf27ca3806
Description-en: Modular compiler and toolchain technologies, examples
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package contains examples for using LLVM, both in developing
 extensions to LLVM and in using it to compile code.

Package: llvm-19-linker-tools
Description-md5: 34d6480db2d150315f7bca6065772d03
Description-en: Modular compiler and toolchain technologies - Plugins
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 This package contains the LLVMgold and LLVMPolly linker plugins.

Package: llvm-19-runtime
Description-md5: a2e425ebfc2fcd56b539f44a28559b4a
Description-en: Modular compiler and toolchain technologies, IR interpreter
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides the minimal required to execute programs in LLVM
 format.

Package: llvm-19-tools
Description-md5: 709eba32627c3c079585c05fc5963fe8
Description-en: Modular compiler and toolchain technologies, tools
 LLVM is a collection of libraries and tools that make it easy to build
 compilers, optimizers, just-in-time code generators, and many other
 compiler-related programs.
 .
 LLVM uses a single, language-independent virtual instruction set both
 as an offline code representation (to communicate code between
 compiler phases and to run-time systems) and as the compiler internal
 representation (to analyze and transform programs). This persistent
 code representation allows a common set of sophisticated compiler
 techniques to be applied at compile-time, link-time, install-time,
 run-time, or "idle-time" (between program runs).
 .
 This package provides tools for testing.

Package: mlir-19-tools
Description-md5: d0b5aeb3d29bd335ae224dda484fdc7a
Description-en: Multi-Level Intermediate Representation tools
 Novel approach to building reusable and extensible compiler infrastructure.
 MLIR aims to address software fragmentation, improve compilation for
 heterogeneous hardware, significantly reduce the cost of building domain
 specific compilers, and aid in connecting existing compilers together.
 .
 This package provides tools.

Package: python3-clang-19
Description-md5: 2c9b6237594ba364f2afb9b0458f2f14
Description-en: Clang Python Bindings
 Clang project is a C, C++, Objective C and Objective C++ front-end
 based on the LLVM compiler. Its goal is to offer a replacement to the
 GNU Compiler Collection (GCC).
 .
 Clang implements all of the ISO C++ 1998, 11, 14 and 17 standards and also
 provides most of the support of C++20.
 .
 This binding package provides access to the Clang compiler and libraries.

Package: python3-lldb-19
Description-md5: 0185ffb3cdaadce7edcc313c1e68ae92
Description-en: Next generation, high-performance debugger, python3 lib
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM
 Project, such as the Clang expression parser and LLVM disassembler.
 .
 This binding package provides access to lldb.

Package: llvmlite-doc
Description-md5: 3ce074e242255db89ea14e7d2782e615
Description-en: LLVM Python binding for writing JIT compilers (docs)
 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the documentation and example code.

Package: python3-llvmlite
Description-md5: 8090258776d91bdab8ef00c3902fe8a9
Description-en: LLVM Python 3 binding for writing JIT compilers
 llvmlite uses the LLVM library for JIT (just-in-time) compilation of
 Python code into native machine instructions during runtime. Instead
 of exposing large parts of the LLVM C++ API for direct calls into the
 LLVM library, llvmlite follows a lightweight multi-layered approach.
 .
 This package contains the modules and the binding for Python 3.

Package: fancontrol
Description-md5: 40bbe60666b413905e3697f812762e1c
Description-en: utility to control the fan speed
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This package contains a daemon that calculates fan speeds from temperatures
 and sets the corresponding PWM outputs to the computed values. This is
 useful when this feature is not provided by the BIOS or ACPI, which should
 normally be the case on a laptop.

Package: libsensors-config
Description-md5: de095966ea2f42eaf8f0a3b1ec6bf389
Description-en: lm-sensors configuration files
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains the configuration files.

Package: libsensors-dev
Description-md5: 2d7502f42006b64593f9e8c68d5d3f57
Description-en: lm-sensors development kit
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains the static library and header files used in
 development.

Package: libsensors4-dev
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libsensors5
Description-md5: 369bc8769ec74bda1a1726b61f1c8e49
Description-en: library to read temperature/voltage/fan sensors
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This library is only functional with a Linux kernel, it is provided on
 non-Linux systems for portability reasons only.
 .
 This package contains a shared library for querying lm-sensors.

Package: lm-sensors
Description-md5: 491418ae94ae096e9d6b05b0cf47c351
Description-en: utilities to read temperature/voltage/fan sensors
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 to access information from temperature, voltage, and fan speed sensors. It
 works with most newer systems.
 .
 This package contains programs to help you set up and read data from
 lm-sensors.

Package: lm4flash
Description-md5: 15e2d1b52495f931797a52c9fea3b5ee
Description-en: Command-line firmware flashing tool to communicate with the Stellaris Launchpad
 Command-line firmware flashing tool using libusb-1.0 to communicate with the
 Stellaris Launchpad ICDI
 .
 The Stellaris Launchpad is a low cost development board created by Texas
 Instruments that comes with an ARM Cortex-M4F processor

Package: lmicdiusb
Description-md5: 2d4d6c36f21b4c8b7e494572c90d7141
Description-en: Remote GDB socket over USB for Stellaris Launchpad ICDI
 TCP/USB bridge created by TI, letting GDB communicate with the Stellaris
 Launchpad ICDI
 .
 The Stellaris Launchpad is a low cost development board created by Texas
 Instruments that comes with an ARM Cortex-M4F processor

Package: lmarbles
Description-md5: 665ad0ad7739ee6cabb3a3cea63e7123
Description-en: game where you build figures out of colored marbles
 The goal of this game is to create a more or less complex figure
 out of single marbles within a time limit to reach the next level.
 Sounds easy? Well, there is a problem: If a marble starts to move,
 it will not stop until it hits a wall or another marble.

Package: liblmdb-dev
Description-md5: 5f89a06580a0fff610ed7f46de603936
Description-en: Lightning Memory-Mapped Database development files
 This package contains the development libraries, header files.  Install
 lmdb-doc package for man pages.
 .
 Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project.  It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space, (it
 is not limited to the size of physical RAM).

Package: liblmdb0
Description-md5: 205529036e221ed86db40fcd32032a9e
Description-en: Lightning Memory-Mapped Database shared library
 This package contains the LMDB shared library.
 .
 Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project.  It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space, (it
 is not limited to the size of physical RAM).

Package: lmdb-doc
Description-md5: 76adb97f0851fb6cf4f777f7c68adab4
Description-en: Lightning Memory-Mapped Database doxygen documentation
 This package contains the doxygen generated documentation and the man
 pages for the LMDB library.
 .
 Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project.  It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space, (it
 is not limited to the size of physical RAM).

Package: lmdb-utils
Description-md5: e456d80fa8a524a61833c95d96211e00
Description-en: Lightning Memory-Mapped Database Utilities
 This package provides tools for manipulating LMDB databases:
  * mdb_stat - LMDB environment status tool
  * mdb_copy - LMDB environment copy tool
 .
 Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project.  It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space, (it
 is not limited to the size of physical RAM).

Package: liblmdb++-dev
Description-md5: 318526b57f0e305f0cea2dacddb0d788
Description-en: C++ wrapper for LMDB
 This is a comprehensive C++ wrapper for the LMDB embedded database library,
 offering both an error-checked procedural interface and an object-oriented
 resource interface with RAII semantics.

Package: r-cran-lme4
Description-md5: e0a11a5329ab3520a18f2bac1295c648
Description-en: GNU R package for linear mixed effects model fitting
 This CRAN package provides S4 classes and methods for fitting and
 examining linear mixed effects models (also called multilevel models,
 panel data models, and several other names) and generalized linear
 mixed effects models.

Package: lmemory
Description-md5: 1f752f8e17c3337df0bf91c67a007a25
Description-en: Children's game based on the "memory" card game
 The Linux Memory Game is an X11 game for children ages 3 and up, based on
 the card game "Memory". It is written using GTK+ library. Although it is a
 children's game, it has five skill levels, the higher ones are challenging
 to adults as well.
 It features the ability to add your own 64x64 pixmap images.

Package: python-lmfit-doc
Description-md5: d2b76cd612dbe4e7b83254d034b16642
Description-en: Least-Squares Minimization with Constraints (Documentation)
 The lmfit Python package provides a simple, flexible interface to
 non-linear optimization or curve fitting problems. The package
 extends the optimization capabilities of scipy.optimize by replacing
 floating pointing values for the variables to be optimized with
 Parameter objects. These Parameters can be fixed or varied, have
 upper and/or lower bounds placed on its value, or written as an
 algebraic expression of other Parameters.
 .
 The principal advantage of using Parameters instead of simple
 variables is that the objective function does not have to be
 rewritten to reflect every change of what is varied in the fit, or
 what relationships or constraints are placed on the Parameters. This
 means a scientific programmer can write a general model that
 encapsulates the phenomenon to be optimized, and then allow user of
 that model to change what is varied and fixed, what range of values
 is acceptable for Parameters, and what constraints are placed on the
 model. The ease with which the model can be changed also allows one
 to easily test the significance of certain Parameters in a fitting
 model.
 .
 The lmfit package allows a choice of several optimization methods
 available from scipy.optimize. The default, and by far best tested
 optimization method used is the Levenberg-Marquardt algorithm from
 MINPACK-1 as implemented in scipy.optimize.leastsq. This method
 is by far the most tested and best support method in lmfit, and much
 of this document assumes this algorithm is used unless explicitly
 stated. An important point for many scientific analysis is that this
 is only method that automatically estimates uncertainties and
 correlations between fitted variables from the covariance matrix
 calculated during the fit.
 .
 A few other optimization routines are also supported, including
 Nelder-Mead simplex downhill, Powell's method, COBYLA, Sequential
 Least Squares methods as implemented in scipy.optimize.fmin, and
 several others from scipy.optimize. In their native form, some of
 these methods setting allow upper or lower bounds on parameter
 variables, or adding constraints on fitted variables. By using
 Parameter objects, lmfit allows bounds and constraints for all of
 these methods, and makes it easy to swap between methods without
 hanging the objective function or set of Parameters.
 .
 Finally, because the approach derived from MINPACK-1 usin the
 covariance matrix to determine uncertainties is sometimes questioned
 (and sometimes rightly so), lmfit supports methods to do a brute
 force search of the confidence intervals and correlations for sets of
 parameters.
 .
 This is the common documentation package.

Package: python3-lmfit
Description-md5: b173ac402654d4372a51c519aaac81c5
Description-en: Least-Squares Minimization with Constraints (Python 3)
 The lmfit Python package provides a simple, flexible interface to
 non-linear optimization or curve fitting problems. The package
 extends the optimization capabilities of scipy.optimize by replacing
 floating pointing values for the variables to be optimized with
 Parameter objects. These Parameters can be fixed or varied, have
 upper and/or lower bounds placed on its value, or written as an
 algebraic expression of other Parameters.
 .
 The principal advantage of using Parameters instead of simple
 variables is that the objective function does not have to be
 rewritten to reflect every change of what is varied in the fit, or
 what relationships or constraints are placed on the Parameters. This
 means a scientific programmer can write a general model that
 encapsulates the phenomenon to be optimized, and then allow user of
 that model to change what is varied and fixed, what range of values
 is acceptable for Parameters, and what constraints are placed on the
 model. The ease with which the model can be changed also allows one
 to easily test the significance of certain Parameters in a fitting
 model.
 .
 The lmfit package allows a choice of several optimization methods
 available from scipy.optimize. The default, and by far best tested
 optimization method used is the Levenberg-Marquardt algorithm from
 MINPACK-1 as implemented in scipy.optimize.leastsq. This method
 is by far the most tested and best support method in lmfit, and much
 of this document assumes this algorithm is used unless explicitly
 stated. An important point for many scientific analysis is that this
 is only method that automatically estimates uncertainties and
 correlations between fitted variables from the covariance matrix
 calculated during the fit.
 .
 A few other optimization routines are also supported, including
 Nelder-Mead simplex downhill, Powell's method, COBYLA, Sequential
 Least Squares methods as implemented in scipy.optimize.fmin, and
 several others from scipy.optimize. In their native form, some of
 these methods setting allow upper or lower bounds on parameter
 variables, or adding constraints on fitted variables. By using
 Parameter objects, lmfit allows bounds and constraints for all of
 these methods, and makes it easy to swap between methods without
 hanging the objective function or set of Parameters.
 .
 Finally, because the approach derived from MINPACK-1 usin the
 covariance matrix to determine uncertainties is sometimes questioned
 (and sometimes rightly so), lmfit supports methods to do a brute
 force search of the confidence intervals and correlations for sets of
 parameters.
 .
 This is the Python 3 version of the package.

Package: lmms
Description-md5: 816cb06c4ea6fb223d96de245d4d63a3
Description-en: Linux Multimedia Studio
 LMMS aims to be a free alternative to popular (but commercial and closed-
 source) programs like FruityLoops, Cubase and Logic giving you the ability of
 producing music with your computer by creating cool loops, synthesizing and
 mixing sounds, arranging samples, having more fun with your MIDI-keyboard
 and much more...
 .
 LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/
 sample-/song-/effect-management) and those of powerful synthesizers and
 samplers in a modern, user-friendly and easy to use graphical user-interface.

Package: lmms-common
Description-md5: bb2954ca4155147592c95219e7105a80
Description-en: Linux Multimedia Studio - common files
 LMMS aims to be a free alternative to popular (but commercial and closed-
 source) programs like FruityLoops, Cubase and Logic giving you the ability of
 producing music with your computer by creating cool loops, synthesizing and
 mixing sounds, arranging samples, having more fun with your MIDI-keyboard
 and much more...
 .
 LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/
 sample-/song-/effect-management) and those of powerful synthesizers and
 samplers in a modern, user-friendly and easy to use graphical user-interface.
 .
 This package contains the platform independent files such as samples, presets
 and some example projects.

Package: lmms-vst-server
Description-md5: cfd0afdd64daf595c4970dfd5e3a2237
Description-en: Linux Multimedia Studio - VST server & plugins
 This package contains the LMMS VST plugins and a helper application that loads
 VST plugins.

Package: lmod
Description-md5: 0764d6ecf3b59bf474ccd6f51a2ea09e
Description-en: Lua based environment modules
 Lmod is a Lua based module system that easily handles the MODULEPATH
 Hierarchical problem. Environment Modules provide a convenient way to
 dynamically change the users' environment through modulefiles. This
 includes easily adding or removing directories to the PATH environment
 variable. Modulefiles for Library packages provide environment variables
 that specify where the library and header files can be found.

Package: lmod-doc
Description-md5: 6e856020a37078796e81e9c3c861744a
Description-en: Lua based environment modules (documentation)
 Lmod is a Lua based module system that easily handles the MODULEPATH
 Hierarchical problem. Environment Modules provide a convenient way to
 dynamically change the users' environment through modulefiles. This
 includes easily adding or removing directories to the PATH environment
 variable. Modulefiles for Library packages provide environment variables
 that specify where the library and header files can be found.
 .
 This package contains the documentation.

Package: fonts-lmodern
Description-md5: 80d0553dfb3c18bdf3f44ed9358e1ac9
Description-en: OpenType fonts based on Computer Modern
 The Latin Modern fonts, also known as "lm fonts", are a set of
 scalable fonts in PostScript Type 1 and OpenType formats. They are
 based on the PostScript Type 1 version of the Computer Modern fonts
 and contain many additional characters (mostly accented ones).
 .
 This package provides the OpenType variant of these fonts. For support
 for TeX and Type 1 (PostScript) fonts, see the lmodern package.
 .
 The Latin Modern fonts were generated using MetaType1, a program
 based on MetaPost for generating PostScript Type 1 fonts
 (ftp://bop.eps.gda.pl/pub/metatype1/). Their size is reasonable and
 they are usually considered to be of good quality (compared to
 cm-super, for instance; however, cm-super contains font families
 that have no equivalent in this package; additionally, there are
 character sets that are supported by cm-super and not by the Latin
 Modern fonts).

Package: lmodern
Description-md5: ec713c966ceae093764ea52f6cc1a541
Description-en: scalable PostScript and OpenType fonts based on Computer Modern
 The Latin Modern fonts, also known as "lm fonts", are a set of
 scalable fonts in PostScript Type 1 and OpenType formats. They are
 based on the PostScript Type 1 version of the Computer Modern fonts
 and contain many additional characters (mostly accented ones).
 .
 This package provides TeX support and Type1 (PostScript) fonts. If only
 the OpenType fonts are needed, please see the package fonts-lmodern.
 .
 See the description for fonts-lmodern package for more information.

Package: r-cran-lmtest
Description-md5: 5ac68162bd5f679095538dfb5ee66de1
Description-en: GNU R package for diagnostic checking in linear models
 This package provides a collection of tests, data sets and examples
 for diagnostic checking in linear regression models.

Package: lnav
Description-md5: a0cdf69b960c2d470c1fe1074133ce92
Description-en: ncurses-based log file viewer
 The log file navigator, lnav, is an enhanced log file viewer that
 takes advantage of any semantic information that can be gleaned from
 the files being viewed, such as timestamps and log levels.  Using this
 extra semantic information, lnav can do things like interleaving
 messages from different files, generate histograms of messages over
 time, and providing hotkeys for navigating through the file.  It is
 hoped that these features will allow the user to quickly and
 efficiently zero in on problems.

Package: lnpd
Description-md5: afc3ad67b0e96f5d966c5dd8e059616b
Description-en: daemon for LNP communication with BrickOS
 The lnpd package provides a daemon capable of being started at boot time
 that enables communication with a LEGO(r) Mindstorms RCX which is running
 BrickOS. This package also provides a library so that you can build
 client programs which talk via LNP to applications running under brickOS
 on the RCX.  See the examples provided.
 .
 For posts to/from other users: http://lugnet.com/robotics/rcx/legos/
 .
 (LEGO(r) is a trademark of the LEGO Group of companies.)

Package: elpa-load-relative
Description-md5: c43b403e9a4f72568f877ea9fccb0e4a
Description-en: relative file load (within a multi-file Emacs package)
 This package provides functions which facilitate writing multi-file
 Emacs packages and facilitate running from the source tree without
 having to "install" code or fiddle with `load-path'.

Package: loadlin
Description-md5: 8658f2e73dfd4c4ff8b1a39e08879435
Description-en: loader (running under DOS) for LINUX kernel images
 LOADLIN-1.6 is highly adaptable to different DOS configurations, and now
 has very few loading restrictions. It makes use of extended memory and
 also can load big kernels (bzImages) and ramdisk images (initrd)
 directly high.
 .
 LOADLIN also can load out of Virtual-86 mode (which is normal when
 using EMS drivers) if a VCPI server is present.
 .
 The loadlin package also includes the freeramdisk program, which can
 return memory to the system when a ramdisk is no longer needed.

Package: loadwatch
Description-md5: 1dfcb130ca929b18d33f35a15989ca48
Description-en: Run a program using only idle cycles
 loadwatch forks a child process and only allows it to run when the
 system load meets user-defined parameters. It allows you to specify
 that a program should run only if the load is below a specified
 point, and will stop it when that point is reached. When the load
 falls below a second specified point, the program will be
 continued. The user can also specify the system load sampling period.

Package: local-apt-repository
Description-md5: 9c20896096750586157bf872cae8374b
Description-en: Ready to use local apt repository
 With this package installed, every Debian package (i.e. a *.deb file) dropped
 into /srv/local-apt-repository (which you need to create first) will be
 available to apt.
 .
 This package does not provide an apt repository to be used by other hosts. For
 that, look at more serious repository solutions like reprepro and
 apt-ftparchive.

Package: localehelper
Description-md5: 88caa265320987c057bcc8ba53e2566e
Description-en: locale helper tool
 Localehelper is a helper tool for working with locales.
 It can generate locales and (un)set environmental variables
 for internationalization purposes.

Package: localepurge
Description-md5: 475992bb2d7939b240f9cd47d5afdf21
Description-en: reclaim disk space by removing unneeded localizations
 This package provides a script to recover disk space wasted for unneeded
 locales, GNOME/KDE localizations and localized man pages. Depending on
 the installation, it is possible to save hundreds of megabytes of disk
 space taken up by localization you will most probably never have any
 use for. It is run automatically upon completion of any APT installation
 actions.
 .
 This tool is a hack which is *not* integrated with the system's
 package management system and therefore is not for the faint of heart.
 Its interference can provoke strange, but usually harmless, behavior in
 programs related to apt/dpkg, such as dpkg-repack, reportbug, etc.
 Responsibility for its usage and possible breakage of the system
 therefore lies in the system administrator's hands.
 .
 Please do abstain from reporting any such bugs blaming localepurge if you
 break the system by using it. If you don't know what you are doing and
 can't handle any resulting breakage, you should not install this package.

Package: liblocalizer-java
Description-md5: f975b64f44440fa97a2a9a2abdabdbf6
Description-en: type-safe access to message resources
 This small tool reads your property files and generate Java classes
 that enables type-safe access to message resources.

Package: localslackirc
Description-md5: a75df354c835719ba27929b1a76367bc
Description-en: IRC gateway for slack, running on localhost for one user
 This project is a replacement for slack's IRC gateway that they dropped.
 .
 One instance of localslackirc connects to one slack account and one
 IRC client, passing the messages between the two.

Package: python3-locket
Description-md5: 80305016d18039485f9f2a4d1b6e80d9
Description-en: File-based locks for Python 3 for Linux and Windows
 Locket implements a lock that can be used by multiple processes
 provided they use the same path.
 .
 This contains the Python 3 version

Package: lockfile-progs
Description-md5: 1734d26cc52e1c7ee271af4a4589f25f
Description-en: Programs for locking and unlocking files and mailboxes
 This package includes several programs to safely lock and unlock
 files and mailboxes from the command line.  These include:
 .
   lockfile-create
   lockfile-remove
   lockfile-touchlock
   mail-lock
   mail-unlock
   mail-touchlock
 .
 These programs use liblockfile to perform the file locking and
 unlocking, so they are guaranteed compatible with Debian's
 file locking policies.

Package: lockout
Description-md5: de4d0e6e7d24dd91de27f3298472ad77
Description-en: Self-imposed discipline and productivity enforcer
 Lockout is a tool that imposes discipline on you so that you get some work
 done.  For example, lockout can be used to install a firewall that does not
 let you browse the Web.  Lockout changes the root password for a specified
 duration; this prevents you from secretly ripping down the firewall and then
 browsing the Web anyway.  In case of an emergency, you can reboot your
 computer to undo the effects of lockout and to restore the original root
 password.

Package: python3-locust
Description-md5: 911e441f2a6793c9ab945f6dce380f04
Description-en: Developer friendly load testing framework
 Locust is an easy to use, scriptable and scalable performance testing tool. You
 define the behaviour of your users in regular Python code, instead of using a
 clunky UI or domain specific language. This makes Locust infinitely expandable
 and very developer friendly.
 .
 Features:
 .
  * Write user test scenarios in plain-old Python -- If you want your users to
    loop, perform some conditional behaviour or do some calculations, you just
    use the regular programming constructs provided by Python. Locust runs every
    user inside its own greenlet (a lightweight process/coroutine). This enables
    you to write your tests like normal (blocking) Python code instead of having
    to use callbacks or some other mechanism. Because your scenarios are “just
    python” you can use your regular IDE, and version control your tests as
    regular code (as opposed to some other tools that use XML or binary
    formats).
  * Distributed & Scalable - supports hundreds of thousands of users -- Locust
    makes it easy to run load tests distributed over multiple machines. It is
    event-based (using gevent), which makes it possible for a single process to
    handle many thousands concurrent users. While there may be other tools that
    are capable of doing more requests per second on a given hardware, the low
    overhead of each Locust user makes it very suitable for testing highly
    concurrent workloads.
  * Web-based UI -- Locust has a user friendly web interface that shows the
    progress of your test in real-time. You can even change the load while the
    test is running. It can also be run without the UI, making it easy to use
    for CI/CD testing.
  * Can test any system -- Even though Locust primarily works with web
    sites/services, it can be used to test almost any system or protocol. Just
    write a client for what you want to test, or explore some created by the
    community.

Package: liblodepng-dev
Description-md5: ba6a26575ee6aacf9fcef6fa55f28f48
Description-en: PNG encoder and decoder in C and C++, without dependencies
 PNG is a file format to store raster images losslessly with good compression,
 supporting different color types and alpha channel.
 .
 LodePNG is a PNG codec according to the Portable Network Graphics (PNG)
 Specification (Second Edition) - W3C Recommendation 10 November 2003.
 .
 The specifications used are:
 .
  *) Portable Network Graphics (PNG) Specification (Second Edition):
       http://www.w3.org/TR/2003/REC-PNG-20031110
  *) RFC 1950 ZLIB Compressed Data Format version 3.3:
       http://www.gzip.org/zlib/rfc-zlib.html
  *) RFC 1951 DEFLATE Compressed Data Format Specification ver 1.3:
       http://www.gzip.org/zlib/rfc-deflate.html
 .
 LodePNG works both in C (ISO C90) and C++, with a C++ wrapper that adds
 extra functionality.
 .
 This package conatains the development files and examples.

Package: liblodepng0
Description-md5: d53bd06d90b319d65f8c94501a171c4e
Description-en: PNG encoder and decoder in C and C++, without dependencies
 PNG is a file format to store raster images losslessly with good compression,
 supporting different color types and alpha channel.
 .
 LodePNG is a PNG codec according to the Portable Network Graphics (PNG)
 Specification (Second Edition) - W3C Recommendation 10 November 2003.
 .
 The specifications used are:
 .
  *) Portable Network Graphics (PNG) Specification (Second Edition):
       http://www.w3.org/TR/2003/REC-PNG-20031110
  *) RFC 1950 ZLIB Compressed Data Format version 3.3:
       http://www.gzip.org/zlib/rfc-zlib.html
  *) RFC 1951 DEFLATE Compressed Data Format Specification ver 1.3:
       http://www.gzip.org/zlib/rfc-deflate.html
 .
 LodePNG works both in C (ISO C90) and C++, with a C++ wrapper that adds
 extra functionality.
 .
 This package conatains the shared objects.

Package: liblog4c-dev
Description-md5: 31c0798f7be8caff39ef836adecc3bdb
Description-en: C library for flexible logging (development)
 Log4c is a library of C for flexible logging to files, syslog and other
 destinations.
 .
 It is modeled after the Log for Java library (http://logging.apache.org),
 staying as close to their API as is reasonable.
 .
 This package contains the Log4c development files.

Package: liblog4c-doc
Description-md5: 96dba61d96a20b0e07897ea38e609d2b
Description-en: C library for flexible logging (documentation)
 Log4c is a library of C for flexible logging to files, syslog and other
 destinations.
 .
 It is modeled after the Log for Java library (http://logging.apache.org),
 staying as close to their API as is reasonable.
 .
 This package contains the Log4c library documentation for developers.

Package: liblog4c3
Description-md5: bf0e59217bb8b62c9e3c550e222d0a17
Description-en: C library for flexible logging (runtime)
 Log4c is a library of C for flexible logging to files, syslog and other
 destinations.
 .
 It is modeled after the Log for Java library (http://logging.apache.org),
 staying as close to their API as is reasonable.
 .
 This package contains the files necessary for running applications that
 use the log4c library.

Package: liblog4cplus-2.0.5
Description-md5: 274097ef706d322fdd8c378aeaf27282
Description-en: C++ logging API modeled after the Java log4j API - shared library
 log4cplus is a simple to use C++ logging API providing thread-safe,
 flexible, and arbitrarily granular control over log management and
 configuration.  It is modeled after the Java log4j API.

Package: liblog4cplus-dev
Description-md5: 77b20af890dc03de6e7c4ed764459109
Description-en: C++ logging API modeled after the Java log4j API - development library
 log4cplus is a simple to use C++ logging API providing thread-safe,
 flexible, and arbitrarily granular control over log management and
 configuration.  It is modeled after the Java log4j API.
 .
 This package provides the development files.

Package: liblog4cplus-doc
Description-md5: 5d9aa2679ad074dca854bb8441bbd264
Description-en: C++ logging API modeled after the Java log4j API - doxygen documentation
 log4cplus is a simple to use C++ logging API providing thread-safe,
 flexible, and arbitrarily granular control over log management and
 configuration.  It is modeled after the Java log4j API.
 .
 This package contains the html doxygen documentation.

Package: liblog4cpp5-dev
Description-md5: 4f94a56bd197a4db1f0e5116bf395d20
Description-en: C++ library for flexible logging (development)
 Log for C++ is a library of C++ classes for flexible logging to files,
 syslog and other destinations. It is modeled after the Log for
 Java library (http://jakarta.apache.org/log4j/), staying as close to
 their API as is reasonable.
 .
 This package contains the log4cpp development files.

Package: liblog4cpp5v5
Description-md5: 68d5b2e0f1d83d2c6f6871e2264076af
Description-en: C++ library for flexible logging (runtime)
 Log for C++ is a library of C++ classes for flexible logging to files,
 syslog and other destinations. It is modeled after the Log for
 Java library (http://jakarta.apache.org/log4j/), staying as close to
 their API as is reasonable.
 .
 This package contains the files necessary for running applications that
 use the log4cpp library.

Package: liblog4cpp-doc
Description-md5: b75d7a4a37bd9e074e5936287cdbb821
Description-en: C++ library for flexible logging (documentation)
 Log for C++ is a library of C++ classes for flexible logging to files,
 syslog and other destinations. It is modeled after the Log for
 Java library (http://jakarta.apache.org/log4j/), staying as close to
 their API as is reasonable.

Package: liblog4cxx-dev
Description-md5: 715e50f335b5bd430bf8318c6a2bf2d9
Description-en: Logging library for C++ (development files)
 Log4cxx is the C++ port of log4j, a logging framework for JAVA.
 Log4cxx attempts to mimic log4j usage as much as the language will
 allow and to be compatible with log4j configuration and output formats.
 .
 This package provides the development files.

Package: liblog4cxx-doc
Description-md5: 4b776974b9f5373aa028dc3d9b3ca361
Description-en: Documentation for log4cxx
 Log4cxx is the C++ port of log4j, a logging framework for JAVA.
 Log4cxx attempts to mimic log4j usage as much as the language will
 allow and to be compatible with log4j configuration and output formats.
 .
 This package provides doxygen documentation for the library.

Package: liblog4cxx15
Description-md5: 44be4cff78578a3d4663ca5a13c019b6
Description-en: Logging library for C++
 Log4cxx is the C++ port of log4j, a logging framework for JAVA.
 Log4cxx attempts to mimic log4j usage as much as the language will
 allow and to be compatible with log4j configuration and output formats.

Package: liblog4shib-dev
Description-md5: aadf6709f7462961f20a3f8b5eff2f9a
Description-en: log4j-style configurable logging library for C++ (development)
 log4shib provides a library of C++ classes for flexible
 logging to files, syslog, and other destinations.  It is modeled after the
 log4j Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the headers and other necessary files to build
 applications or libraries that use or extend the log4shib library.

Package: liblog4shib-doc
Description-md5: 0e49581163c363986ae4b81749109659
Description-en: log4j-style configurable logging library for C++ (API docs)
 log4shib provides a library of C++ classes for flexible
 logging to files, syslog, and other destinations.  It is modeled after the
 log4j Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the log4shib library API documentation generated
 by Doxygen.

Package: liblog4shib2
Description-md5: a432494534bb934d10303e32f389ac4a
Description-en: log4j-style configurable logging library for C++ (runtime)
 log4shib provides a library of C++ classes for flexible
 logging to files, syslog, and other destinations.  It is modeled after the
 log4j Java library, staying as close to that API as is reasonable.
 .
 log4shib is a fork of the log4cpp library with additional fixes and
 modifications to improve its thread safety and robustness.  It is
 primarily intended for use by the Shibboleth web authentication
 system.
 .
 This package contains the files necessary for running applications that
 use the log4shib library.

Package: logapp
Description-md5: 8ef8269e446e177f01024a7e1c3c4884
Description-en: supervise execution of applications producing heavy output
 Logapp is a wrapper utility that helps supervise the execution of
 applications that produce heavy console output (e.g. make, CVS and
 Subversion). It does this by logging, trimming, and coloring each
 line of the output before displaying it. It can be called instead of
 the executable that should be monitored; it then starts the
 application and logs all of its console output to a file. The output
 shown in the terminal is preprocessed, e.g. to limit the length of
 printed lines and to show the stderr output in a different color. It
 is also possible to automatically highlight lines that match a
 certain regular expression. The output is therefore reduced to the
 necessary amount, and all important lines are easy to identify.

Package: liblogback-java
Description-md5: c911f2163fbb79f27f505654b1afb151
Description-en: flexible logging library for Java
 Logback is a reliable, generic, fast and flexible logging library for Java.
 It's intended as a successor to the popular log4j project.
 .
 The logback-core module lays the groundwork for the other two modules.
 .
 The logback-classic module can be assimilated to a significantly improved
 version of log4j. Moreover, logback-classic natively implements the SLF4J API
 so that you can readily switch back and forth between logback and other
 logging systems such as log4j or java.util.logging (JUL).
 .
 The logback-access module integrates with Servlet containers, such as Tomcat
 and Jetty, to provide HTTP-access log functionality.

Package: liblogback-java-doc
Description-md5: a9f205d99e0b78d90bd373c6e30966a6
Description-en: flexible logging library for Java - documentation
 Logback is a reliable, generic, fast and flexible logging library for Java.
 It's intended as a successor to the popular log4j project.
 .
 The logback-core module lays the groundwork for the other two modules.
 .
 The logback-classic module can be assimilated to a significantly improved
 version of log4j. Moreover, logback-classic natively implements the SLF4J API
 so that you can readily switch back and forth between logback and other
 logging systems such as log4j or java.util.logging (JUL).
 .
 The logback-access module integrates with Servlet containers, such as Tomcat
 and Jetty, to provide HTTP-access log functionality.
 .
 This package provides the API documentation and manual for Logback.

Package: python-logbook-doc
Description-md5: d97b74bf3c1eaec6ad3f7bf3a4825b41
Description-en: logging system for Python that replaces the standard library's module (doc)
 Logbook is a logging system for Python that replaces the standard library's
 logging module. It was designed with both complex and simple applications in
 mind and the idea to make logging fun
 .
 This package contains API documentation.

Package: python3-logbook
Description-md5: 004a7c0d7fe3162e601f046816e4c635
Description-en: logging system for Python that replaces the standard library's module (Python 3)
 Logbook is a logging system for Python that replaces the standard library's
 logging module. It was designed with both complex and simple applications in
 mind and the idea to make logging fun
 .
 This is the Python 3 version of the package.

Package: logcheck
Description-md5: 99ef742d80b81f7128d270bdb5b5c7df
Description-en: check the system log for unusual entries
 Logcheck analyses the system log for unuexpected entries that could
 indicate problems or security issues.
 .
 Log entries in the system log (produced by systemd-journald, rsyslog
 or another system-log-dameon) are checked against a customisable
 database of regular expressions (such as that provided by the
 logcheck-database package) to identify routine messages: anything
 that does not identified as routine is reported to the system
 administrator.
 .
 Logcheck was originally part of the Abacus Project of security tools,
 but has been rewritten.

Package: logcheck-database
Description-md5: 710e97fd22a05b040742c43e138fde03
Description-en: database of system log rules for logcheck
 This package brings a database of regular expressions for matching
 system log entries. It is part of Logcheck, but might be used by
 other log checkers.

Package: logtail
Description-md5: 3d8e1a3c014f75462f73115b7f7c543a
Description-en: Identify new lines added to the end of log files
 Each time logtail and logtail2 are run on a file they print lines
 added since the last run.
 .
 They can be used by log checkers, such as logcheck, to identify new
 entries in log files.
 .
 This package provides both logtail and logtail2. The latter is better
 suited to log files that may be rotated between runs: if logtail2
 finds that the inode of the file changed, it tries to find the file
 it was rotated from using customisable heuristics. If it finds the
 file, it will new find lines added to the old file as well as to the
 new file.

Package: logdata-anomaly-miner
Description-md5: 7d2484cdf8710ff1b6701a7fb1bf92e5
Description-en: tool for log analysis pipelines
 This tool allows one to analyze log data streams and detect violations or
 anomalies in it. It can be run from console, as daemon with e-mail alerting,
 or embedded as library into own programs. It was designed to run the analysis
 with limited resources and lowest possible permissions to make it suitable for
 production server use. Analysis methods include:
 .
  * log line parsing and filtering with extended syntax and options
  * detection of new data elements (IPs, user names, MAC addresses)
  * statistical anomalies in log line values and frequencies
  * correlation rules between log lines
 .
 The tool is suitable to operate as a sensor feeding a SIEM and distributing
 messages via message queues.

Package: loggedfs
Description-md5: 3f4bf1b9c901d6ad3adc87b6a772934f
Description-en: User-controllable logging file system
 LoggedFS is a logging file system which can log every operation
 happening in it. It mounts transparently over any directory and logs
 operations inside that directory (and its children).
 .
 The amount of logging is configurable, and since LoggedFS uses FUSE,
 it can be controlled by users without system administrator
 involvement.

Package: loggerhead
Description-md5: 42788b0165128ea74f39e42e44e89d12
Description-en: Web viewer for Breezy
 This is a web viewer for projects in the Breezy version control system.
 It can be used to navigate a branch history, annotate files, view patches and
 perform searches.

Package: loggerhead-doc
Description-md5: ed782269f77488d4e6792641c4fb178f
Description-en: Web viewer for Breezy (documentation)
 This is a web viewer for projects in the Breezy version control system.
 It can be used to navigate a branch history, annotate files, view patches and
 perform searches.
 .
 This package provides the documentation.

Package: python3-logilab-common
Description-md5: c1b954b04fb86612866beed61bd4551a
Description-en: useful miscellaneous modules used by Logilab projects (Python3)
 logilab-common is a collection of low-level Python packages and modules,
 designed to ease:
 .
  * handling command line options and configuration files
  * writing interactive command line tools
  * manipulation files and character strings
  * interfacing to OmniORB
  * generating SQL queries
  * running unit tests
  * manipulating tree structures
  * accessing RDBMS (currently postgreSQL, MySQL and sqlite)
  * generating text and HTML reports
  * logging
  * parsing XML processing instructions
 .
 This package contains the Python 3 version of logilab-common.

Package: python3-logilab-constraint
Description-md5: ee01d70073c967b43f72fed3bdb74aeb
Description-en: constraints satisfaction solver in Python - Python 3
 Extensible constraint satisfaction problem solver written in pure
 Python, using constraint propagation algorithms. The
 logilab.constraint module provides finite domains with arbitrary
 values, finite interval domains, and constraints which can be applied
 to variables linked to these domains.

Package: logiops
Description-md5: 4b2be336be89763c31e6025dfa52b0f6
Description-en: Configuration utility for Logitech mice and keyboards
 logiops is a configuration utility (similar to Logitech Control Center and
 Solaar) for Logitech mice and keyboards. Unlike Solaar, it does not support
 management of the Unifying Receiver, but only HID++ 2.0+ devices. Known
 supported models are:
  - MX Master 3
  - MX Master 2S
  - MX Master
  - MX Vertical
  - MX Ergo
  - M720
  - M590
  - T400

Package: logisim
Description-md5: 2a120a09165f3d56086cc57d2ad5d510
Description-en: graphical tool for designing and simulating logic circuits
 Logisim is an educational tool for designing and simulating digital logic
 circuits. With its simple toolbar interface and simulation of circuits as
 you build them, it is simple enough to facilitate learning the most basic
 concepts related to logic circuits. With the capacity to build larger circuits
 from smaller subcircuits, and to draw bundles of wires with a single mouse
 drag, Logisim can be used (and is used) to design and simulate entire CPUs
 for educational purposes.

Package: logol
Description-md5: 2d359fdb8916d052aa38feb596a6d0fb
Description-en: Pattern matching tool using Logol language
 Logol is a pattern matching tool using the Logol language.
 It searches with a specific grammar for a pattern in small
 or large sequences (DNA, RNA, protein). It provides complete
 result matching with the original grammar in the results.

Package: logol-bin
Description-md5: 609355db4435f581a796c54b0d0cf33e
Description-en: Pattern matching tool using Logol language
 This package contains the Prolog binaries used by Logol to parse
 the sequence and match the grammar.
 .
 Logol is a pattern matching tool using the Logol language.
 It searches with a specific grammar a pattern in small
 or large sequences (DNA, RNA, protein). It provides complete
 result matching with the original grammar in the results.

Package: logrotate
Description-md5: bb73169bb75b2b8a2fda1453d214416d
Description-en: Log rotation utility
 The logrotate utility is designed to simplify the administration of
 log files on a system which generates a lot of log files.  Logrotate
 allows for the automatic rotation compression, removal and mailing of
 log files.  Logrotate can be set to handle a log file daily, weekly,
 monthly or when the log file gets to a certain size.  Normally, logrotate
 runs as a daily cron job.

Package: logstalgia
Description-md5: 40c67174dfdc15da4b028c69ac665d68
Description-en: web server access log visualizer
 Replay or stream web server access logs as a retro game-like simulation.

Package: liblogstash-logback-encoder-java
Description-md5: 759e42959092fe5b952629923b1fc4ce
Description-en: Logstash Logback Encoder
 Provides logback encoders, layouts, and appenders to log in JSON and other
 formats supported by Jackson

Package: logswan
Description-md5: b112a05af8a1bf17e25e922353d3bdc6
Description-en: fast Web log analyzer using probabilistic data structures
 This is a fast Web log analyzer using probabilistic data structures. It is
 targeted at very large log files, typically APIs logs. It has constant memory
 usage regardless of the log file size, and takes approximatively 4 MB of RAM.
 .
 Unique visitors counting is performed using two HyperLogLog counters (one for
 IPv4, and another one for IPv6), providing a relative accuracy of 0.10%.

Package: logtool
Description-md5: a8fa21804043fe4c63a3192999d5b193
Description-en: Syslog-style logfile parser with lots of output options
 logtool is a syslog-style logfile parser and report-generator,
 capable of producing ANSI, ASCII, CSV (for spreadsheets), HTML or
 just raw output.
 .
 It's very handy in generating nightly reports and in online
 monitoring of logfile activity.

Package: logtools
Description-md5: 11ba2c95a804270562f689f84722d315
Description-en: Russell's misc tools for managing log files.
 clfmerge - merge common-log-format web logs in order without sorting (good for
 when you have a gig of logs).
 .
 logprn - like "tail -f" but after a specified time period of inactivity will
 run a program (such as lpr) and pipe the new data to it)
 .
 funnel - pipe one stream of data to several files or processes.
 .
 clfsplit - split CLF format web logs by client IP address.
 .
 clfdomainsplit - split CLF logs by server domain.

Package: logtop
Description-md5: 2379dcce3976070637baa3a01ab7c323
Description-en: real time log line rate analyzer
 logtop is a System Administrator tool to analyze line rate taking log
 file as input. It reads on stdin and print a constantly updated result
 using curses, displaying in columns:
 Line number, count, frequency, and the actual line.
 .
  $ tail -f FILE | logtop
 is the friendly version of:
  $ watch 'tail FILE | sort | uniq -c | sort -gr'

Package: python3-loguru
Description-md5: 9f43bfe819958d04c5731dbc297233e7
Description-en: enjoyable loggin' for Python
 Logging is fundamental to every application
 and eases the process of debugging. Using Loguru user has no excuse
 not to use logging from the start, this is as simple as
  from loguru import logger.
 .
 Also, this library is intended to make Python logging less painful
 by adding a bunch of useful functionalities that solve caveats of the
 standard loggers. Using logs in your application should be an automatism,
 Loguru tries to make it both pleasant and powerful.
 Ready to use out of the box without boilerplate
 .
  * No Handler, no Formatter, no Filter: one function to rule them all
  * Easier file logging with rotation / retention / compression
  * Modern string formatting using braces style
  * Exceptions catching within threads or main
  * Pretty logging with colors
  * Asynchronous, Thread-safe, Multiprocess-safe
  * Fully descriptive exceptions
  * Structured logging as needed
  * Lazy evaluation of expensive functions
  * Customizable levels
  * Better datetime handling
  * Suitable for scripts and libraries
  * Entirely compatible with standard logging
  * Personalizable defaults through environment variables
  * Convenient parser
  * Exhaustive notifier

Package: logwatch
Description-md5: ece539a8a87c5f861d7f0b865e42a03c
Description-en: log analyser with nice output written in Perl
 Logwatch is a modular log analyser that runs every night
 and mails you the results. It can also be run from command line.
 .
 The output is by service and you can limit the output to one particular
 service. The subscripts which are responsible for the output, mostly
 convert the raw log lines in structured format.
 .
 Logwatch generally ignores the time component in the output, that means,
 you will know that the reported event was logged in the requested range of
 time, but you will have to go to the raw log files to get the exact details.

Package: python-logzero-doc
Description-md5: 88750d706ff1bf53f2d77af1a4160c6b
Description-en: robust and effective logging for Python (common documentation)
 logzero is a python library that provides effective and robust logging.
 Features:
   * Easy logging to console and/or (rotating) file.
   * Provides a fully configured standard.
   * Pretty formatting, including level-specific colors in the console.
   * Windows color output supported by colorama
   * Robust against str/bytes encoding problems, works with all kinds of
     character encodings and special characters.
   * Multiple loggers can write to the same logfile (also across multiple
     Python files).
 .
 This is the common documentation package.

Package: python3-logzero
Description-md5: 1d58c31e8d8d6905092f1fde3a3dddfe
Description-en: robust and effective logging for Python (Python 3)
 logzero is a python library that provides effective and robust logging.
 Features:
   * Easy logging to console and/or (rotating) file.
   * Provides a fully configured standard.
   * Pretty formatting, including level-specific colors in the console.
   * Windows color output supported by colorama
   * Robust against str/bytes encoding problems, works with all kinds of
     character encodings and special characters.
   * Multiple loggers can write to the same logfile (also across multiple
     Python files).
 .
 This package installs the library for Python 3.

Package: lojban-common
Description-md5: 1ddece78914c642d8c615215540ad21d
Description-en: commonly-used wordlists for the Lojban language
 Lojban is a constructed human language, designed to have a logical
 foundation, a regular, logical, and unambigious structure, phonetic
 spelling, and to be culturally neutral.
 .
 This package contains the current versions of the gismu, cmavo,
 rafsi, and lujvo wordlists for the Lojban language, as published by
 the Logical Language Group.

Package: lokalize
Description-md5: fb65e1340bca6ad2b951b8e6a11b17fa
Description-en: computer-aided translation system
 Lokalize is a computer-aided translation system that focuses on productivity
 and quality assurance. It has components usual for CAT tools: translation
 memory, glossary, and also a unique translation merging (synchronization)
 capability. It is primarily targeted at software translation and also
 integrates external conversion tools for office document translation.
 Lokalize is a replacement of KBabel.
 .
 This package is part of the KDE Software Development Kit module.

Package: loki
Description-md5: bf9b5e908e674606bad9899b907430d7
Description-en: MCMC linkage analysis on general pedigrees
 Performs Markov chain Monte Carlo multipoint linkage analysis on large,
 complex pedigrees.  The current package supports analyses on quantitative
 traits only, although this restriction will be lifted in later versions.
 Joint estimation of QTL number, position and effects uses Reversible Jump
 MCMC. It is also possible to perform affected only IBD sharing analyses.

Package: loki-doc
Description-md5: cdb20636f5859ad29987ae202873ef21
Description-en: MCMC linkage analysis on general pedigrees (PS manual)
 Performs Markov chain Monte Carlo multipoint linkage analysis on large,
 complex pedigrees.  The current package supports analyses on quantitative
 traits only, although this restriction will be lifted in later versions.
 Joint estimation of QTL number, position and effects uses Reversible Jump
 MCMC. It is also possible to perform affected only IBD sharing analyses.
 .
 Documentation on how to use Simon Heath's "prep" and "loki" tools
 for MCMC genetic linkage and IBD analysis on general pedigrees.

Package: lola
Description-md5: dae6546fa3005d0ee7cbee47c621915b
Description-en: LL parser generator
 Lola is a general-purpose LL parser generator that converts a grammar
 describing an LL context-free language into either a C or Python program
 to parse the language.

Package: lolcat
Description-md5: 86f992d66ac74197cda39e0bbfcb549d
Description-en: colorful `cat`
 lolcat concatenates files like the UNIX `cat` program, but colors it for the
 lulz in a rainbow animation. Terminals with 256 colors and animations are
 supported.

Package: lollypop
Description-md5: 1e32f13d306445e6045996417fa91507
Description-en: modern music player
 A Music player for GNOME featuring intuitive browsing of your music
 collection. Supports downloading of lyrics and cover art, syncing music
 with MTP devices, and has a kiosk (party) mode view.

Package: liblombok-java
Description-md5: 50fa9949a9e0357c63768b7d01d6bc6b
Description-en: Reduce boilerplate code in Java projects
 "Boilerplate" is a term used to describe code that is repeated in
 many parts of an application with little alteration. One of the most
 frequently voiced criticisms of the Java language is the volume of
 this type of code that is found in most projects. This problem is
 frequently a result of design decisions in various libraries, but is
 exacerbated by limitations in the language itself. Project Lombok
 aims to reduce the prevalence of some of the worst offenders by
 replacing them with a simple set of annotations.

Package: liblombok-ast-java
Description-md5: f52a99b4b1d4a547986131ad6c9a8c3f
Description-en: Robust parser + AST for the Java language
 Lombok wraps the Abstract Syntax Tree (AST) produced by a target
 platform into its own AST system, mostly because both Eclipse and
 javac do not allow upward traversal (from a method to its owning
 type, for example).

Package: liblombok-patcher-java
Description-md5: 3b17e2580cd661eb9b01ca920e2a4b24
Description-en: live-rewrite classes as a JVM runs
 Lombok Patcher gives you the ability to live-rewrite classes as a JVM
 runs, either by loading as an agent during JVM bootup or by injecting
 the agent 'live' during execution.
 .
 To make this easier than fiddling with classes directly, Lombok
 Patcher offers a few 'patch scripts' to do common tasks, such as wrap
 your own code around any method call, replace methods entirely with
 your own, or add fields.
 .
 lombok.patcher also includes support for getting around the Eclipse
 OSGi container's classloader separation.

Package: liblomiri-private0
Description-md5: f062670035d03ae5eaf24a30c663dca4
Description-en: Lomiri Operating Environment's Shell (private libs)
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package contains the private libraries for QML and other components
 only used by the Lomiri Shell.

Package: lomiri
Description-md5: 89314b23acb88f5e486e3d3b4f041663
Description-en: Shell of the Lomiri Operating Environment
 Shell of the Lomiri Operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package provides the Lomiri shell.

Package: lomiri-common
Description-md5: 141dfeeb254e8ac68f0b3df21c8b2bba
Description-en: Shell of the Lomiri Operating Environment (common files)
 Shell of the Lomiri Operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package contains the QML, graphics and locale files for lomiri.

Package: lomiri-doc
Description-md5: 104675d86cea2acecf68e6ef207cef1d
Description-en: Lomiri Operating Environment's Shell (documentation files)
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package provides documentation of the Lomiri Shell.

Package: lomiri-greeter
Description-md5: 9b1c114cd0538c7260247aac2a198659
Description-en: LightDM Greeter for the Lomiri Operating Environment
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package provides the Lomiri Greeter.

Package: lomiri-tests
Description-md5: 08d410958d81e9755211a0200d395421
Description-en: Scripts and mocks for running Lomiri Shell tests
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package provides fake implementations of some QML modules used by
 the Lomiri Shell (e.g. Lomiri.Application) so that you can run it in a
 sandboxed environment; it also provides scripts to run its test suite.

Package: liblomiri-action-qt1
Description-md5: d3a14e08444486e50bfe03b77ee02081
Description-en: Lomiri Action Qt API
 Lomiri Common Action API. Allow applications to export actions in
 various forms to the Lomiri Shell.
 .
 This package provides the Qt library of the API.

Package: liblomiri-action-qt1-dev
Description-md5: 18daedef538f44cb6ada2d2050ceae8b
Description-en: Lomiri Action Qt API - development files
 Lomiri Common Action API. Allow applications to export actions in
 various forms to the Lomiri Shell.
 .
 This package contains development files to develop against the library.

Package: lomiri-action-doc
Description-md5: 13f732cd50879e9524cb40dd7117f5ba
Description-en: Lomiri Action API - documentation
 Lomiri Common Action API. Allow applications to export actions in
 various forms to the Lomiri Shell.
 .
 This package contains developer documentation.

Package: qml-module-lomiri-action
Description-md5: a4d8e3acd25fb4fe4b66d142dcddf765
Description-en: Lomiri Action QML Components
 Lomiri Common Action API. Allow applications to export actions in
 various forms to the Lomiri Shell.
 .
 This package contains the qtdeclarative binding for the lomiri-action
 library.

Package: liblomiri-api-dev
Description-md5: 1c8171052f6b32c34e7bc383ffee2b67
Description-en: API for Lomiri shell integration (development headers)
 Lomiri Operating Environment is a convergent work shell designed
 for use cases on phone, tablet or desktop devices.
 .
 Lomiri API Library for integrating with the Lomiri shell.
 .
 This package contains the development files.

Package: liblomiri-api-doc
Description-md5: 8977359cdf9241a9e01c5c7c05ea324d
Description-en: API for Lomiri shell integration (documentation)
 Lomiri Operating Environment is a convergent work shell designed
 for use cases on phone, tablet or desktop devices.
 .
 Lomiri API Library for integrating with the Lomiri shell.
 .
 This package contains the API documentation.

Package: liblomiri-api0
Description-md5: bff3a859ed4b5419ec0e545542f91ab4
Description-en: API for Lomiri shell integration (shared library)
 Lomiri Operating Environment is a convergent work shell designed
 for use cases on phone, tablet or desktop devices.
 .
 Lomiri API Library for integrating with the Lomiri shell.
 .
 This package contains the shared library.

Package: gir1.2-lomiriapplaunch-0
Description-md5: 99a25cc99cd7a07d104c906688c3c2ab
Description-en: typelib file for liblomiri-app-launch4
 Application launching system and associated utilities that is used to
 launch applications in a standard and confined way.
 .
 Interface for starting apps and getting info on them.
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings for liblomiri-app-launch0.

Package: liblomiri-app-launch-dev
Description-md5: fbf975ee0a4414df69a77efc9d6ded3f
Description-en: library for sending requests to the Lomiri App Launch
 Application launching system and associated utilities that is used to
 launch applications in a standard and confined way.
 .
 This package contains files that are needed to build applications.

Package: liblomiri-app-launch0
Description-md5: c9c891a14642f30b12fa49a01d19d84c
Description-en: library for sending requests to Lomiri App Launch
 Application launching system and associated utilities that is used to
 launch applications in a standard and confined way.
 .
 This package contains shared libraries to be used by applications.

Package: lomiri-app-launch
Description-md5: 15be79e25ffea7d139c308734026e805
Description-en: User space daemon for launching applications
 Application launching system and associated utilities that is used to
 launch applications in a standard and confined way.
 .
 This package provides the Lomiri App Launch user space daemon.

Package: lomiri-app-launch-tools
Description-md5: 9f382a0072435acd76aeb07d6b8d0b0e
Description-en: Tools for working wtih launched applications
 Application launching system and associated utilities that is used to
 launch applications in a standard and confined way.
 .
 This package provides tools for working with Lomiri App Launch.

Package: lomiri-calculator-app
Description-md5: 6bbf7787d4cbc9160fbcf1a8aae56a87
Description-en: Calculator App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Calulcator App.

Package: lomiri-camera-app
Description-md5: db693c1b86ad94dc8e8a8824c2091232
Description-en: Camera and Barcode Scanner App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Camera App and additionally also its
 Barcode Scanner App.

Package: lomiri-clock-app
Description-md5: 94243dfba461caede93f9d7d34e036de
Description-en: Clock App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Clock App.

Package: lomiri-docviewer-app
Description-md5: 034e633b7fce4106e50755c98f918c6a
Description-en: Document Viewer App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Document Viewer App.

Package: libldm-common-dev
Description-md5: 42f49cf474c9e59701032ce2661ef7ac
Description-en: Lomiri Upload/Download Manager - development files
 Lomiri Uploadi/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package contains the common headers, shared between the client
 library and the daemon library.

Package: libldm-common0
Description-md5: 71b31d81af6d4d1d988a7775d160c4db
Description-en: Lomiri Upload/Download Manager - shared library
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package includes the common shared library, shared between the
 client lib and the service lib.

Package: libldm-priv-common0
Description-md5: d5ec6f751a1e0cf52009004923be7643
Description-en: Lomiri Upload/Download Manager - shared private library
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package includes an auxiliary shared (but private) library.

Package: liblomiri-download-manager-client-dev
Description-md5: fed8908bcbed474d7cc3a9e99a870f89
Description-en: QT library for Lomiri Download Manager - client development files
 Lomiri Download Manager performs downloads from a centralized location.
 .
 This package contains the header that can be used to allow an
 application use the Lomiri Download Manager client library.

Package: liblomiri-download-manager-client-doc
Description-md5: 2c7e5bb5b68e937e9725b94adbfb70f8
Description-en: QT library for Lomiri Download Manager - client documentation files
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 Documentation files for the LDM client development.

Package: liblomiri-download-manager-client0
Description-md5: c7597fd007bd5f2b65fe9162231a4fce
Description-en: QT library for Lomiri Download Manager - shared client library
 Lomiri Download Manager performs downloads from a centralized location.
 .
 This package includes the public shared library providing the API
 for implementing a service client.

Package: liblomiri-download-manager-common-dev
Description-md5: 7a3635807ea595655fda146834f8d6df
Description-en: QT library for Lomiri Download Manager - common development files
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package contains the common headers shared between the client
 library and the daemon library.

Package: liblomiri-download-manager-common0
Description-md5: ca87e2a1fa7a7f79f7e0aa70b4643bef
Description-en: QT library for Lomiri Download Manager - common shared library
 Lomiri Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package includes the common shared library between the client lib
 and the service lib.

Package: liblomiri-upload-manager-common-dev
Description-md5: 719ced8f18e9d5914daa586b806adc38
Description-en: QT library for Lomiri Upload Manager - common development files
 Lomiri Upload Manager performs uploads from a centralized location.
 .
 This package contains the common headers shared between the client
 library and the daemon library.

Package: liblomiri-upload-manager-common0
Description-md5: 8e678eb74652371263894945391fb81a
Description-en: QT library for Lomiri Upload Manager - shared common library
 Lomiri Upload Manager performs uploads from a centralized location.
 .
 This package includes the common shared library between the client lib
 and the service lib.

Package: lomiri-download-manager
Description-md5: 425d7a3b3bef72d14b5a97edbb48a710
Description-en: Lomiri Download Manager - daemon
 Lomiri Download Manager performs downloads from a centralized
 location.
 .
 This package includes the Lomiri Download Manager user space daemon.

Package: lomiri-upload-manager
Description-md5: fe636a964cc639a71629fc5876d9d3e4
Description-en: Lomiri Upload Manager - daemon
 Lomiri Upload Manager performs uploads from a centralized
 location.
 .
 This package includes the Lomiri Upload Manager user space daemon.

Package: qml-module-lomiri-downloadmanager
Description-md5: eea7ee8e0d80f551b18d2fa9d2d70a03
Description-en: Lomiri Download Manager QML Plugin
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package contains a QML Plugin to handle downloads from a pure QML
 application, without the need to write any C++ code.

Package: qml-module-lomiri-downloadmanager-doc
Description-md5: 7eee92a0bb209d47b16d4b8a610ce441
Description-en: Lomiri Download Manager QML Plugin - documentation files
 Lomiri Upload/Download Manager performs uploads and downloads from a
 centralized location.
 .
 This package contains the documentation of the Lomiri DownloadManager
 QML Plugin.

Package: lomiri-filemanager-app
Description-md5: ab6cc90aea5592e930db3fbb073a8588
Description-en: Filemanager App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Filemanager App.

Package: lomiri-gallery-app
Description-md5: dd40a960d37c11bd29346fc1053734d1
Description-en: Gallery App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Gallery App.

Package: lomiri-gallery-app-common
Description-md5: 9d9b3cdb1e5ef50e20816b904b0ee57f
Description-en: Gallery App for Lomiri Operating Environment (arch-indep files)
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides the arch-indep files of Lomiri's Gallery App.

Package: libhistoryservice-dev
Description-md5: 210ac44b5c6b51df6b00ed48a9062c93
Description-en: History service to store messages and calls - development files
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the development files for the history service client
 library.

Package: libhistoryservice0
Description-md5: a14972c020aa67a61d32d0c2ec3f2d63
Description-en: History service to store messages and calls - client library
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the client library to access the data stored by the
 history service.

Package: lomiri-history-service
Description-md5: 8d71276cf15f6ec6fe149094caa6c06b
Description-en: History service to store messages and calls
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains the history service daemon that watches for Telepathy
 events and stores.

Package: lomiri-history-service-tools
Description-md5: 240a0a3608f4d86037718370d591301b
Description-en: History service to store messages and calls - tools
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains some tools to be used with the history service.

Package: qml-module-lomiri-history
Description-md5: 99cd406557f394a310fa3a0198626f14
Description-en: History service to store messages and calls - QML plugin
 A service to record the messages that are sent and received and the calls that
 are made in the Ubuntu Touch platform.
 .
 This package contains a QML plugin that provides data models to access the
 data stored by the history service.

Package: liblomiri-connectivity-qt1-1
Description-md5: be7d22236328564237a01fbcaf16450f
Description-en: Lomiri Connectivity Qt API
 Lomiri Connectivity API - Qt bindings.
 .
 This package contains the share library.

Package: liblomiri-connectivity-qt1-dev
Description-md5: 4a7cf17b7155c9084c4c0abb8d58d1d4
Description-en: Lomiri Connectivity Qt API - development files
 Lomiri Connectivity API - Qt bindings.
 .
 This package contains development files to develop against the Qt
 library.

Package: lomiri-connectivity-doc
Description-md5: 96087399c43032f29d630130503096cb
Description-en: Lomiri Connectivity API - documentation
 Lomiri Connectivity API.
 .
 This package contains developer documentation.

Package: lomiri-indicator-network
Description-md5: 7301689df354816adc5fab7b077ac494
Description-en: Systems settings menu service - Network indicator
 The Lomiri-indicator-network service is responsible for exporting the system
 settings menu through D-Bus.
 .
 This indicator is basically an Ayatana system indicator, but it has been
 specifically been designed for the Lomiri Operating Environment. If you
 try using it with another desktop environment, note that you are on
 unexplored territory.

Package: qml-module-lomiri-connectivity
Description-md5: da778f6e4833501057c7db2bf833ab88
Description-en: Lomiri Connectivity API QML Components
 Lomiri Connectivity API - QML bindings.
 .
 This package contains the qtdeclarative bindings for Lomiri connectivity
 API.

Package: libindicator-transfer-dev
Description-md5: b3eb8c7316f6ef945caedc4bde7c7a21
Description-en: Development files for indicator-transfer
 Indicator that shows file/data transfers in the indicator bar of the
 Lomiri operating shell.
 .
 This package contains development headers for the shared library of
 Lomiri Indicator Transfer.

Package: libindicator-transfer1
Description-md5: 909b62ede7b3a15d7f090ec057ac2007
Description-en: Shared library used by transfer-indicator and plugins
 Indicator that shows file/data transfers in the indicator bar of the
 Lomiri operating shell.
 .
 This package contains a shared library used by Lomiri Indicator
 Transfer.

Package: lomiri-indicator-transfer
Description-md5: ea125a129409c5e1fd30090424fb61e7
Description-en: Lomiri Indicator showing transfers
 Indicator that shows file/data transfers in the indicator bar of the
 Lomiri operating shell.
 .
 This package provides the indicator service itself.

Package: lomiri-indicator-transfer-common
Description-md5: dca9f49e62623fa6aafff11343c4ecef
Description-en: Lomiri Indicator showing transfers - common files
 Indicator that shows file/data transfers in the indicator bar of the
 Lomiri operating shell.
 .
 This package provides architecture independent files, such as translation
 files.

Package: lomiri-indicator-transfer-download-manager
Description-md5: a91a58f6f464ade815debc08ebce69d8
Description-en: Download manager plugin for Lomiri's Transfer Indicator
 Indicator that shows file/data transfers in the indicator bar of the
 Lomiri operating shell.
 .
 This package contains the associated download manager.

Package: lomiri-mediaplayer-app
Description-md5: 1f770d2f0ec2a00fbcc91e6bec9bfdfa
Description-en: Media Player App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Media Player App capable of playing a
 variety of audio and video formats both on mobile devices and desktop
 computers.

Package: lomiri-mediaplayer-app-common
Description-md5: 4a7790544786c93eb1ce058cf0c38e2d
Description-en: Media Player App for Lomiri Operating Environment (common files)
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Media Player App capable of playing a
 variety of audio and video formats both on mobile devices and desktop
 computers.
 .
 This package contains architecture independent files of the Lomiri
 Media Player App.

Package: lomiri-music-app
Description-md5: 021fc625abb11219eb4d95fe34288611
Description-en: Music player for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Music (Player) App.

Package: qml-module-lomiri-notifications
Description-md5: a0ea9e677e0cd9d06936ead8f363c03a
Description-en: Lomiri Notifications - QML module
 Lomiri's implementation of a Free Desktop Notification server. It also
 provides some additional features as needed on alternative platforms,
 such as mobile.
 .
 Since the shell is implemented in QML, this functionality is implemented
 as a QML plugin. Notification status is provided as a
 QAbstractListModel, making integration simple. The exact form of the API
 is defined by the shell, Lomiri notifications only implements it.
 .
 Lomiri notifications does not and will not provide a C/C++ API for
 sending or receiving notifications. It is QML only.

Package: lomiri-schemas
Description-md5: 23146ac6f4f29b943c5fe2218152e530
Description-en: Configuration schemas used by Lomiri
 The Lomiri shell is the primary user interface for Lomiri based mobile
 devices.
 .
 This package contains the configuration schemas used by Lomiri.

Package: lomiri-desktop-session
Description-md5: 479c8103085eceb6e6eb7bc8c4c67188
Description-en: Integrate Lomiri Desktop Session into Display Managers
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package provides the display manager / session manager integration
 so that you can launch a Lomiri (Desktop) Session using your favourite
 display manager.

Package: qml-module-lomiri-settings-components
Description-md5: 595e96cea2ab6f3da652c42be25e596e
Description-en: Lomiri settings components
 Lomiri settings components for Lomiri Desktop Environment
 .
 This package contains miscellaneous settings-related components.

Package: qml-module-lomiri-settings-fingerprint
Description-md5: bb4e45d234d09961b0e51c06bf560ed0
Description-en: Lomiri fingerprint-related settings components
 Lomiri settings components for Lomiri Desktop Environment
 .
 This package contains fingerprint-related components, connecting to Biometryd.

Package: qml-module-lomiri-settings-menus
Description-md5: 605b83a41cdf7b4708f4867aa691e878
Description-en: Lomiri menu used in settings
 Lomiri settings components for Lomiri Desktop Environment
 .
 This package contains components of menus used in settings.

Package: qml-module-lomiri-settings-vpn
Description-md5: c5cc97f308e783a867ba2b587683449a
Description-en: Lomiri VPN-related settings components
 Lomiri settings components for Lomiri Desktop Environment
 .
 This package contains VPN-related components.

Package: lomiri-sounds
Description-md5: 8f5bbbf244540b17315c118bab40ffe6
Description-en: sounds for the Lomiri operating environment
 The Lomiri shell is the primary user interface for Lomiri based mobile
 devices.
 .
 Provides notification and ringtones sound effects for the Lomiri
 operating environment.

Package: liblomirisystemsettings-dev
Description-md5: 3b27041e8d59be15208efb680ad42fe1
Description-en: System Settings application for Lomiri - plug-in development files
 Lomiri-system-settings is the System Settings application used in Lomiri
 desktop environment. it's designed for phones, tablets and convergent
 devices.
 .
 This package contains the plug-in library's development files.

Package: liblomirisystemsettings1
Description-md5: 6bc17937caff0ea43986f03d77619172
Description-en: System Settings application for Lomiri - plug-in library
 Lomiri-system-settings is the System Settings application used in Lomiri
 desktop environment. it's designed for phones, tablets and convergent
 devices.
 .
 This package contains the library used by settings plugins.

Package: liblomirisystemsettingsprivate-dev
Description-md5: d925eb687cd2e8113e02b47009b0fafd
Description-en: System Settings application for Lomiri - private development files
 Lomiri-system-settings is the System Settings application used in Lomiri
 desktop environment. it's designed for phones, tablets and convergent
 devices.
 .
 This package contains the private library's development files.

Package: liblomirisystemsettingsprivate0.0
Description-md5: adab6f85fb7e29a489d4bc9c8bb15a51
Description-en: System Settings application for Lomiri - private library
 Lomiri-system-settings is the System Settings application used in Lomiri
 desktop environment. it's designed for phones, tablets and convergent
 devices.
 .
 This package contains the private library used by some settings plugins.

Package: lomiri-system-settings
Description-md5: df949e716b200b1b02568d650dae1368
Description-en: System Settings application for Lomiri
 Lomiri-system-settings is the System Settings application used in Lomiri
 desktop environment. it's designed for phones, tablets and convergent
 devices.

Package: lomiri-telephony-service
Description-md5: d4b0445bdf3b6e4a33fcacf2cf88db48
Description-en: Telephony service components for Lomiri - service daemon
 Telephony service components for Lomiri.
 .
 This package contains the backend components providing the telephony
 features such as calling and texting.

Package: qml-module-lomiri-telephony
Description-md5: 62faacb030037dbb206fb4b39d1bea9f
Description-en: Telephony service components for Lomiri - Telephony QML plugin
 Telephony service components for Lomiri.
 .
 This package contains the QML plugin providing the features from the telephony
 service to applications.

Package: qml-module-lomiri-telephony-phonenumber
Description-md5: 537a59c1c2c353ccf5fc83cd029d99a4
Description-en: Telephony service components for Lomiri - PhoneNumber QML plugin
 Telephony PhoneNumber components for Lomiri.
 .
 This package contains the QML plugin providing the features from the telephony
 PhoneNumber to applications.

Package: lomiri-terminal-app
Description-md5: 659ca4978c81be4fc7af8c662fd8deeb
Description-en: Terminal App for Lomiri Operating Environment
 This app is a core app for Ubuntu Touch's shell Lomiri. Ubuntu Touch is
 a mobile OS developed by the UBports Foundation. Lomiri is its operating
 environment optimized for touch based human-machine interaction, but
 also supports convergence (i.e. switching between tablet/phone and
 desktop mode).
 .
 This package provides Lomiri's Terminal App.

Package: liblomiri-thumbnailer-qt-dev
Description-md5: d3cdc549ede6550f492d0b9cdd41894c
Description-en: Qt/C++ API to obtain thumbnails (development files)
 Lomiri Thumbnailer is an API for the Lomiri operating environment to
 create and cache image thumbnails for local and remote media.
 .
 Library providing a client API for obtaining thumbnails from the DBus
 service.
 .
 This package provides the development files for the library.

Package: liblomiri-thumbnailer-qt1.0
Description-md5: 118a884cdf727986556c0a172cff49da
Description-en: Qt/C++ API to obtain thumbnails
 Lomiri Thumbnailer is an API for the Lomiri operating environment to
 create and cache image thumbnails for local and remote media.
 .
 Library providing a client API for obtaining thumbnails from the DBus
 service.

Package: lomiri-thumbnailer-service
Description-md5: 8a6bfd248ce60644880fa594ef9e1c74
Description-en: D-Bus service for out of process thumbnailing
 Lomiri Thumbnailer is an API for the Lomiri operating environment to
 create and cache image thumbnails for local and remote media.
 .
 This package provides thumbnailer D-Bus service that can provide
 thumbnails on behalf of another process.

Package: qml-module-lomiri-thumbnailer
Description-md5: 7ee717dbd74c9a75c529f3a1c7ec17a5
Description-en: QML interface for the thumbnailer
 Lomiri Thumbnailer is an API for the Lomiri operating environment to
 create and cache image thumbnails for local and remote media.
 .
 This package provides image providers that allow access to the
 thumbnailer from Qt Quick 2 / QML applications.

Package: qml-module-lomiri-components-extras
Description-md5: f81a6f1a223ad4f79da558e338834eb2
Description-en: Lomiri UI Extra Components
 A collection of UI components that for various reasons can't be included in
 the main Lomiri UI toolkit - mostly because of the level of quality, lack of
 documentation and/or lack of automated tests.

Package: liblomirigestures-dev
Description-md5: a4a198454f95c120811d4f6faa844fb2
Description-en: Lomiri gestures library development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the development files for
 Lomiri gestures library with SwipeArea

Package: liblomirigestures5
Description-md5: e39ed9c96efcdbfcff22f82a2a1f9716
Description-en: Lomiri gestures library for Lomiri UI Toolkit
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 Library supporting Gesture recognition for Lomiri UI Toolkit
 Classes for SwipeArea, and for Lomiri Gestures in general.

Package: liblomirigestures5-private-dev
Description-md5: 52e8cd53ca91e4a8854664d5b69b3878
Description-en: Lomiri gestures library private development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the private development files for
 Lomiri gestures library with SwipeArea

Package: liblomirimetrics-dev
Description-md5: 01cfc5b5ad49886a350873be64cc0762
Description-en: Lomiri metrics library development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the development files for the
 Lomiri metrics library

Package: liblomirimetrics5
Description-md5: 736e230dc48f80427a2214ea09509902
Description-en: Lomiri metrics library for Lomiri UI Toolkit
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 Library for monitoring QtQuick 2 applications

Package: liblomirimetrics5-private-dev
Description-md5: 2e26712656c2206ec0b9aad0f4f9fc3a
Description-en: Lomiri metrics library private development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the private development files for
 the Lomiri metrics library

Package: liblomiritoolkit-dev
Description-md5: 8531f13b7ec370b748bd5c84f15581d5
Description-en: Lomiri toolkit common library development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the development files for
 Lomiri toolkit common library

Package: liblomiritoolkit5
Description-md5: a39d83bf5c79c2aab16374b543e537ae
Description-en: Lomiri toolkit common library for Lomiri UI Toolkit
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 Contains components and helper classes that are shared between the
 Lomiri QML plugins

Package: liblomiritoolkit5-private-dev
Description-md5: 778a690977315c76257593a7c6803da5
Description-en: Lomiri toolkit common library private development files
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the private development files for
 Lomiri toolkit common library

Package: lomiri-app-launch-profiler
Description-md5: 9a3a06b735d10d45a915c91a8a6419a9
Description-en: Qt Components for Lomiri - startup time profiling tool
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the application startup time profiling tools.

Package: lomiri-ui-toolkit-doc
Description-md5: c7860f4a24cdafbbc371bdf1f9295c30
Description-en: Qt Components for Lomiri - documentation
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains developer documentation.

Package: lomiri-ui-toolkit-examples
Description-md5: aedb950adf028c8e636068a876d0d7ad
Description-en: Qt Components for Lomiri - demos and examples
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the component demos and example applications.

Package: lomiri-ui-toolkit-theme
Description-md5: c3fd7ee3aa430391f55623d15bed65e5
Description-en: Qt Components for Lomiri - Lomiri Theme
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Ambiance theme for Qt Lomiri Components.

Package: lomiri-ui-toolkit-tools
Description-md5: 18379841c6e5944f8bddb42f8c2e86b0
Description-en: Qt Components for Lomiri - productive tools
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the application launcher, which is a drop-in
 replacement for qmlscene, oxideqmlscene, qml and derivatives.

Package: qml-module-lomiri-components
Description-md5: 815d1ef69702ae517ed9663bde8dabf7
Description-en: Qt Components for Lomiri - Components QML plugin
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri Components QML plugin.

Package: qml-module-lomiri-components-labs
Description-md5: dd0f078b66dfc82dd389857187dc8777
Description-en: Qt Components Labs for Lomiri - Components QML plugin
 Qt Components Labs for Lomiri offers a set of non-released and mostly
 unstable user interface components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri Components Labs QML plugin.

Package: qml-module-lomiri-layouts
Description-md5: 68b3af44d56a75358b8439f524693f04
Description-en: Qt Components for Lomiri - Layouts QML plugin
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri Layouts QML plugin.

Package: qml-module-lomiri-metrics
Description-md5: 6aaf32db62f098c4511e3ca4f8c2ba6d
Description-en: Qt Components for Lomiri - Metrics QML plugin
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri Metrics QML plugin.

Package: qml-module-lomiri-performancemetrics
Description-md5: 5ef1adccddffc0b94febaf2a6fdafe79
Description-en: Qt Components for Lomiri - PerformanceMetrics QML plugin
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri PerformanceMetrics QML plugin.

Package: qml-module-lomiri-test
Description-md5: d0f500303ad1091504fd9d898487b8a9
Description-en: Qt Components for Lomiri - Test QML plugin
 Qt Components for Lomiri offers a set of reusable user interface
 components for Qt Quick 2 / QML.
 .
 This package contains the Lomiri Test QML plugin.

Package: liblomiri-url-dispatcher-dev
Description-md5: f45330e0a4fa32de737e48596647e21f
Description-en: Development files for consumers of the Lomiri URL Dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package contains files that are needed to build applications.

Package: liblomiri-url-dispatcher0
Description-md5: c769e3fcc34a5095134b79a982a78e2a
Description-en: Library for sending requests to the Lomiri URL Dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package contains shared libraries to be used by applications.

Package: lomiri-url-dispatcher
Description-md5: 8cb020b52aaae10e7f6e44442c3d3164
Description-en: Lomiri Operating Environment service for requesting URLs to be opened
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package provides a service for the Lomiri URL Dispatcher

Package: lomiri-url-dispatcher-testability
Description-md5: f088b44c17b130c0d6178bbd90dcdeb5
Description-en: Fake Lomiri URL Dispatcher for use in testing
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package contains a fake Lomiri URL Dispatcher for use in testing.

Package: lomiri-url-dispatcher-tools
Description-md5: 2d81893c5c268363ca233ac3f7f8c6c8
Description-en: Tools for working with the Lomiri URL Dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package provides tools for working with the Lomiri URL Dispatcher.

Package: lomiri-url-dispatcher-tools-gui
Description-md5: 85f8e160337c781ab6c933b4633ef381
Description-en: GUI tools for working with the Lomiri URL Dispatcher
 Allows applications to request a URL to be opened and handled by another
 process without seeing the list of other applications on the system or
 starting them inside its own Application Confinement.
 .
 This package provides GUI tools for working with the Lomiri URL Dispatcher.

Package: lomiri-wallpapers
Description-md5: b894a4f8232fdf4504d7f7bcae53f07d
Description-en: Wallpapers for the Lomiri Operating Environment
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package contains the default Lomiri Operating Environment
 wallpaper(s) as shipped with current Ubuntu Touch.

Package: lomiri-wallpapers-16.04
Description-md5: e52462e8f9856dc5e8ce72d0935eade5
Description-en: Lomiri Wallpapers (as shipped with Ubuntu Touch 16.04)
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e.
 switching between tablet/phone and desktop mode). Lomiri is the user
 shell driving Ubuntu Touch based mobile devices.
 .
 This package contains the default Lomiri Operating Environment
 wallpaper(s) as shipped with Ubuntu Touch 16.04.

Package: lomiri-wallpapers-20.04
Description-md5: 0b388da55ae60266d647ae6a64dffd06
Description-en: Lomiri Wallpapers (as shipped with Ubuntu Touch 20.04)
 Lomiri is an operating environment optimized for touch based
 human-machine interaction, but also supporting convergence (i.e. switching
 between tablet/phone and desktop mode). Lomiri is the user shell driving
 Ubuntu Touch based mobile devices.
 .
 This package contains the default Lomiri Operating Environment
 wallpaper(s) as shipped with Ubuntu Touch 20.04.

Package: lomoco
Description-md5: 4e64cebbe05f073fc2844e0ef4cbfeb1
Description-en: Logitech Mouse Control for USB mice
 lomoco can configure vendor-specific options on Logitech USB mice (or
 dual-personality mice plugged into the USB port). A number of recent
 devices are supported. The program is mostly useful in setting the
 resolution to 800 cpi or higher on mice that boot at 400 cpi (such as
 the MX500, MX510, MX1000 etc.), and disabling SmartScroll or Cruise
 Control for those who would rather use the two extra buttons as ordinary
 mouse buttons. It can also retrieve battery level from wireless mice.

Package: python3-londiste
Description-md5: 8baa85b59f53c86c6ea2d3babba7d423
Description-en: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.

Package: postgresql-15-londiste-sql
Description-md5: 69e191159b99f53cdda1466b845f6b20
Description-en: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.

Package: longrun
Description-md5: 96371ed99eb43a668fc2fe2c7b3c37eb
Description-en: Transmeta Crusoe LongRun control utility
 The longrun utility is used to query and control the LongRun settings of
 Transmeta Crusoe processors. It can set the performance level, and set the
 CPU speed window.
 .
 This utility only works on with the Transmeta Crusoe CPU, and
 requires the Linux CPUID and MSR device drivers.

Package: lookatme
Description-md5: 96728893dfb05c59402739cc77b65ed9
Description-en: interactive command-line presentation tool
 lookatme is an extensible terminal-based presentation tool that renders
 Markdown documents and supports themes, syntax highlighting, live and manual
 source reloading and can embed external files and live terminals into slides.

Package: looktxt
Description-md5: ea3d454c51d62dfa59c50c3938a06a2e
Description-en: Convert free format text file into scientific data formats
 Search and export numerics from any text/ascii file.
 Data sets (scalar, vector, matrix) are given unique names, based on file
 content. Results can be generated for e.g. Matlab, YAML, IDL, Scilab, Octave,
 XML, HTML, and NeXus/HDF5.
 .
 This package contains the executable.

Package: lookup
Description-md5: ec3c8d2d4cd69b0e7e096442e8341907
Description-en: interactive utility to search text files quickly
 It provides: Romaji-to-Kana Converter, Fuzzy Searching,
 Search with Regular Expressions, Filtering, Automatic Modifications,
 Smart Word-Preference Mode.

Package: lookup-el
Description-md5: d87992dda0c9bc9b2fb296695dca7381
Description-en: emacsen interface to electronic dictionaries
 Lookup provides a simple and unified interface on emacsen to search
 various dictionaries, such as EPWING CD-ROMs, NDTP servers, DICT servers,
 and so on.
 .
 To use EPWING CD-ROMs, install the eblook package or the ndtpd package.
 To use dictd dictionaries, install the dictd package.

Package: loook
Description-md5: e42c70b32523e2597185a01690fadbcd
Description-en: Search strings in ODF and OOXML documents
 You can look for strings in ODF text documents, spreadsheets,
 presentations, drawings and formsm made by OpenOffice.org,
 Libreoffice, Apache OpenOffice or other programs, creating ODF files.
 You can look for strings in OOXML documents, too.
 .
 Loook has a convenient graphical user interface.

Package: elpa-loop
Description-md5: 566fdbd6dd5b947422c354cd0896e40a
Description-en: friendly imperative loop structures for Emacs Lisp
 Emacs Lisp is missing loop structures familiar to users of newer
 languages. This package adds a selection of popular loop structures
 as well as break and continue.

Package: loqui
Description-md5: f355709c90c451d9bb2a559952367f2a
Description-en: GTK+ based multipane IRC/Chat Client
 Loqui is a IRC/chat client based on GTK+, supports multiple servers and
 multiple protocols, has and the common buffer (a buffer to show messages
 on the channels that not currently selected).
 .
 It also has a friendly multipane interface, you can easily use it.

Package: lordsawar
Description-md5: 21de8eea81bcb25d18d28c1401622e20
Description-en: Clone of the popular SSG game Warlords II
 A 2d turn-based strategy game where up to 8 players strive for control
 of as many cities as possible. Produce new armies in cities to conquer
 nearby cities. Using the income from those cities, make more armies to
 take more cities. Send a hero to a temple to get a quest, or maybe search
 a nearby ruin instead. Game should run well on modest hardware.
 .
 Play with others or against the computer.

Package: lordsawar-data
Description-md5: 22416e9d5b4971000ce0d56702855c9c
Description-en: Clone of the popular SSG game Warlords II - data files
 A 2d turn-based strategy game where up to 8 players strive for control
 of as many cities as possible. Produce new armies in cities to conquer
 nearby cities. Using the income from those cities, make more armies to
 take more cities. Send a hero to a temple to get a quest, or maybe search
 a nearby ruin instead. Game should run well on modest hardware.
 .
 This package contains the games graphics and data files.

Package: liblorene-debian1
Description-md5: 413a077f094cf0fb389b01f679917f15
Description-en: liblorene shared library
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains a shared library version of the liblorene library.

Package: liblorene-dev
Description-md5: 0e9376cdfff62bc81cf87fc06c0ca636
Description-en: development files for the LORENE framework for numerical relativity
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains the static libraries and include files
 necessary to build LORENE codes or applications using LORENE.
 .
 Compiling LORENE codes (including some that are shipped in the
 lorene-codes-src package) often requires a Fortran compiler. LORENE
 is configured to use gfortran.

Package: liblorene-export-debian0
Description-md5: c1bc9cab54d2894c474abda07e34900f
Description-en: liblorene_export shared library
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains a shared library version of the liblorene_export library.

Package: liblorenef77-debian1
Description-md5: 208d84ddc459baaecdc23c65ba7ca4f8
Description-en: liblorenef77 shared library
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains a shared library version of the liblorenef77 library.

Package: lorene
Description-md5: 84d124996c70185b28125703b92983f1
Description-en: framework for numerical relativity
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This metapackage depends on all of the LORENE software
 components. The reference guide is available in the lorene-doc
 package.

Package: lorene-codes-src
Description-md5: b293d1cd723ac4f0431d8a34db8fff30
Description-en: source files of LORENE-based codes
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains the source files of several LORENE codes that
 need to be recompiled for each use case. The liblorene-dev package is
 necessary to compile those codes.

Package: lorene-doc
Description-md5: da21c3fbc6fb7a4510782afd27ab855d
Description-en: documentation for LORENE
 LORENE is a set of C++ classes to solve various problems arising in
 numerical relativity, and more generally in computational
 astrophysics. It provides tools to solve partial differential
 equations by means of multi-domain spectral methods.
 .
 This package contains the LORENE reference guide

Package: loudgain
Description-md5: ede4e9bbf6b26b58498ac80fb132dcff
Description-en: ReplayGain 2.0 loudness normalizer based on the EBU R128 standard
 loudgain is a loudness normalizer that scans music files and calculates
 loudness-normalized gain and loudness peak values according to the
 EBU R128/ITU BS.1770 standard (-18 LUFS).
 .
 loudgain will embed ReplayGain 2.0-compatible metadata tags in a file if
 requested but will not modify the audio data in any way.
 .
 loudgain supports the FLAC, Ogg, MP2, MP3, MP4, M4A, ALAC, Opus, ASF, WMA, WAV,
 WavPack, AIFF and APE audio formats. Video files with compatible audio streams
 are also supported.

Package: libloudmouth1-0
Description-md5: bee1e3af323288ad32eb032d9200a5fc
Description-en: Lightweight C Jabber library
 Loudmouth is a lightweight and easy-to-use C library for programming
 with the Jabber protocol. It's designed to be easy to get started
 with and yet extensible to let you do anything the Jabber protocol
 allows.

Package: libloudmouth1-dev
Description-md5: a9bf1ecb9059836b758f38ec0f7ee168
Description-en: Development files for Loudmouth Jabber library
 The development headers and API documentation for the LoudMouth
 Jabber library. See the description of libloudmouth1-0 for a more detailed
 description.

Package: love
Description-md5: 4f24e64a361db187391602e346a2e02f
Description-en: 2D game development framework based on Lua and OpenGL
 LÖVE was created to be a user-friendly engine in which simple (or
 complicated) games could be made without having extensive knowledge
 of system or graphics functions and without having to dedicate time
 towards developing the same engine features time and time again.
 .
 Developed with cross-platform implementation in mind, it utilizes the
 latest open source libraries to deliver a similar game experience,
 independent of operating system. By relying on the Lua scripting language
 for game-specific programming, it allows even the novice game creator to
 quickly and efficiently develop an idea into a fully working game.

Package: low-memory-monitor
Description-md5: a9e58d7f334810d8b3baf918bee0319c
Description-en: Monitors low-memory conditions
 The Low Memory Monitor is an early boot daemon that will monitor memory
 pressure information coming from the kernel, and, first, send a signal
 to user-space applications when memory is running low, and then optionally
 activate the kernel's OOM killer when memory is running really low.

Package: low-memory-monitor-doc
Description-md5: 2370e9357f31aaa5e5a9a9ba3f27890a
Description-en: Documentation of the low-memory-monitor daemon D-Bus API
 The Low Memory Monitor is an early boot daemon that will monitor memory
 pressure information coming from the kernel, and, first, send a signal
 to user-space applications when memory is running low, and then optionally
 activate the kernel's OOM killer when memory is running really low.
 .
 This package contains the documentation for the D-Bus API.

Package: liblowdown-dev
Description-md5: e7c44fe9ab53d99faee5f89420fc3b8f
Description-en: Simple markdown translator (development files)
 Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
 man formats, LaTeX, gemini, and terminal output.
 .
 Beyond traditional Markdown syntax support, lowdown supports the following
 Markdown features and extensions:
  * autolinking
  * fenced code
  * tables
  * superscripts
  * footnotes
  * disabled inline HTML
  * “smart typography”
  * metadata
  * commonmark (in progress)
  * definition lists
  * extended attributes
  * task lists
 .
 This package contains development libraries, header files, and manpages.

Package: liblowdown1
Description-md5: 01029a5c394303086acabf6ccdae1f15
Description-en: Simple markdown translator (shared library)
 Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
 man formats, LaTeX, gemini, and terminal output.
 .
 Beyond traditional Markdown syntax support, lowdown supports the following
 Markdown features and extensions:
  * autolinking
  * fenced code
  * tables
  * superscripts
  * footnotes
  * disabled inline HTML
  * “smart typography”
  * metadata
  * commonmark (in progress)
  * definition lists
  * extended attributes
  * task lists
 .
 This package contains the shared runtime library.

Package: lowdown
Description-md5: 2ea34a41bf0492ea1c8668bc63256cf1
Description-en: Simple markdown translator
 Lowdown is a Markdown translator producing HTML5, roff documents in the ms and
 man formats, LaTeX, gemini, and terminal output.
 .
 Beyond traditional Markdown syntax support, lowdown supports the following
 Markdown features and extensions:
  * autolinking
  * fenced code
  * tables
  * superscripts
  * footnotes
  * disabled inline HTML
  * “smart typography”
  * metadata
  * commonmark (in progress)
  * definition lists
  * extended attributes
  * task lists

Package: liblpsolve55-dev
Description-md5: 83ab2a5569e8e5aa48dc0c181dbcf28e
Description-en: Solve (mixed integer) linear programming problems - library
 The linear programming (LP) problem can be formulated as: Solve A.x >=
 V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
 variables, V1 is a vector called the right hand side, and V2 is a vector
 specifying the objective function.
 .
 An integer linear programming (ILP) problem is an LP with the
 constraint that all the variables are integers.  In a mixed integer
 linear programming (MILP) problem, some of the variables are integer
 and others are real.
 .
 The program lp_solve solves LP, ILP, and MILP problems. It is slightly
 more general than suggested above, in that every row of A (specifying
 one constraint) can have its own (in)equality, <=, >= or =. The result
 specifies values for all variables.
 .
 lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
 pure LP problems.  If one or more of the variables is declared
 integer, the Simplex algorithm is iterated with a branch and bound
 algorithm, until the desired optimal solution is found.  lp_solve can
 read MPS format input files.
 .
 This package contains the static library for developing programs using
 liblpsolve.

Package: lp-solve
Description-md5: 0cf1973d14c9916f985920235dcabc27
Description-en: Solve (mixed integer) linear programming problems
 The linear programming (LP) problem can be formulated as: Solve A.x >=
 V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
 variables, V1 is a vector called the right hand side, and V2 is a vector
 specifying the objective function.
 .
 An integer linear programming (ILP) problem is an LP with the
 constraint that all the variables are integers.  In a mixed integer
 linear programming (MILP) problem, some of the variables are integer
 and others are real.
 .
 The program lp_solve solves LP, ILP, and MILP problems. It is slightly
 more general than suggested above, in that every row of A (specifying
 one constraint) can have its own (in)equality, <=, >= or =. The result
 specifies values for all variables.
 .
 lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
 pure LP problems.  If one or more of the variables is declared
 integer, the Simplex algorithm is iterated with a branch and bound
 algorithm, until the desired optimal solution is found.  lp_solve can
 read MPS format input files.

Package: lp-solve-doc
Description-md5: 5616c0c33363a50e9c31e0a459576ba5
Description-en: Solve (mixed integer) linear programming problems - documentation
 The linear programming (LP) problem can be formulated as: Solve A.x >=
 V1, with V2.x maximal. A is a matrix, x is a vector of (nonnegative)
 variables, V1 is a vector called the right hand side, and V2 is a vector
 specifying the objective function.
 .
 An integer linear programming (ILP) problem is an LP with the
 constraint that all the variables are integers.  In a mixed integer
 linear programming (MILP) problem, some of the variables are integer
 and others are real.
 .
 The program lp_solve solves LP, ILP, and MILP problems. It is slightly
 more general than suggested above, in that every row of A (specifying
 one constraint) can have its own (in)equality, <=, >= or =. The result
 specifies values for all variables.
 .
 lp_solve uses the 'Simplex' algorithm and sparse matrix methods for
 pure LP problems.  If one or more of the variables is declared
 integer, the Simplex algorithm is iterated with a branch and bound
 algorithm, until the desired optimal solution is found.  lp_solve can
 read MPS format input files.
 .
 This package contains the documentation for the lp_solve program and
 the library.

Package: lpc21isp
Description-md5: 2173e47aa8dcd400875fa7c5865ea3c5
Description-en: In-circuit programming (ISP) of ARM and Cortex microcontrollers
 In-circuit programming (ISP) tool for the NXP(Philips)
 LPC1100/LPC1300/LPC1700/LPC2000 series ARM7/Cortex-M0/
 Cortex-M3 microcontrollers.

Package: lpctools
Description-md5: eda4d8c8887efa472921fd80a840ec38
Description-en: interface to NXP LPC Microcontrollers ISP serial interface
 LPCTools is an interface to NXP LPC Microcontrollers ISP (In-System
 Programming) serial interface.
 .
 It provides two programs:
 .
  * lpcisp: this tool gives access to each of the useful isp commands on LPC
    devices. It does not provide wrappers for flashing a device.
  * lpcprog: this tool does not give access to each isp command, instead it
    provides wrappers for flashing a device. This tool gives access to each of
    the useful isp commands on LPC.

Package: lpe
Description-md5: 8f994a83d900489a32bc3b02db151de4
Description-en: Lightweight Programmer's Editor
 lpe stands for "lightweight programmer's editor", and is exactly that.
 It is designed to provide at the same time all the features that might
 be required in a decent code editor and a light, intuitive feel that
 makes it a pleasure to work with, making all necessary commands
 accessible as easily as possible.

Package: lphdisk
Description-md5: 8d4bb9e100ea04278cce25429d7412fd
Description-en: prepares hibernation partition for Phoenix NoteBIOS
 This utility prepares and formats the hibernation partition for
 notebook computers that use Phoenix NoteBIOS. Once this partition
 has been prepared, it can be used with the BIOS's APM Suspend-To-Disk
 feature. Laptops that can make use of a hibernation partition include
 several ARMNotes, the Dell Inspiron 5000, Sony VAIOs, and many
 Tuxtops laptops.

Package: lpr
Description-md5: dda80fd521c8858f31b8d27c8900a20d
Description-en: BSD lpr/lpd line printer spooling system
 This is the BSD printer spooler and associated utilities.
 You can use this for local and remote printers.
 .
 If you install magicfilter or apsfilter (along with ghostscript),
 lpr will be able to automatically handle special file types
 (such as Postscript and PDF files).

Package: lprint
Description-md5: 21d0b30d4056f7ba6a49b512578220df
Description-en: Label Printer
 LPrint implements printing for a variety of common label and receipt printers
 connected via network or USB. Features include:
 .
  * A single executable handles spooling, status, and server functionality
  * Multiple printer support
  * Each printer implements an IPP Everywhere™ print service and is compatible
    with the driverless printing support in iOS, macOS, and Linux clients
  * Each printer can support options such as label modes, tear-off offsets,
    media tracking, media top offset, print darkness, resolution, roll
    selection, and speed
  * Each printer can print “raw”, Apple/PWG Raster, and/or PNG files
  * Each printer automatically recovers from out-of-media, power loss, and
    disconnected/bad cable issues

Package: lprng
Description-md5: 47d742863c1b0d7c17930026e04f3553
Description-en: lpr/lpd printer spooling system
 The  LPRng  software  is an enhanced, extended, and portable  version
 of the Berkeley LPR software (the standards UNIX printer spooler)
 You can use this for local and remote printers.

Package: lptools
Description-md5: 37c0d93de138ffdaf626372c221b2e3b
Description-en: Tools for working with Launchpad
 LP Tools allow you to work with Launchpad without ever having to deal
 with the web interface. This package provides the following tools:
 .
  - lp-attach - attach a file to a Launchpad bug
  - lp-bug-dupe-properties - find duplicate Launchpad bug reports
  - lp-capture-bug-counts - view summary of number of bugs for a Launchpad
    project
  - lp-check-membership - check if a launchpad user is a member of a group
  - lp-force-branch-mirror - force a new import
  - lp-get-branches - check out all the branches of a team
  - lp-grab-attachments - download all attachments for specified bugs
    or from bugs for a particular project
  - lp-list-bugs - list all bugs for a project
  - lp-milestone2ical - convert milestones on a project into the iCal format
  - lp-milestones - list and manipulate milestones for a project
  - lp-project - create and manage projects
  - lp-project-upload - upload release files
  - lp-recipe-status - show the status of the recipes owned by a particular user
  - lp-remove-team-members - remove members from a team
  - lp-review-list - list reviews for a project
  - lp-review-notifier - desktop notifier about reviews that can be done
  - lp-set-dup - mark duplicate bugs
  - lp-shell - convenient way to launch Python interpreter already logged in
    to launchpad

Package: lqa
Description-md5: 6c670fd1b8dfbfbb778df63daf8fa1af
Description-en: lava qa tool
 This package contains a command line tool for LAVA quality assurance tasks.

Package: lr
Description-md5: ecb9fd8d5132cd0a85c22c1fc0ed1e77
Description-en: list files, recursively
 lr is a tool for generating file listings,
 which includes the best features of ls(1), find(1), stat(1) and du(1).
 .
 It has a powerful and user-friendly filter syntax,
 sorting and formatting capabilities.

Package: liblrcalc-dev
Description-md5: 6247532eb425e5443c58cbb0c27fe82c
Description-en: library for calculating Littlewood-Richardson coefficients - development files
 The "Littlewood-Richardson Calculator" is a package of C programs for
 computing Littlewood-Richardson coefficients, providing fast calculation of
 single LR coefficients, products of Schur functions, and skew Schur functions.
 Its interface uses the same notation as the SF package of John Stembridge, to
 make it easier to use both packages at the same time.
 .
 This package contains the development files for the library.

Package: liblrcalc1
Description-md5: 14aa2ad4875f6a3eadc4b1fa034a7c75
Description-en: library for calculating Littlewood-Richardson coefficients
 The "Littlewood-Richardson Calculator" is a package of C programs for
 computing Littlewood-Richardson coefficients, providing fast calculation of
 single LR coefficients, products of Schur functions, and skew Schur functions.
 Its interface uses the same notation as the SF package of John Stembridge, to
 make it easier to use both packages at the same time.
 .
 This package contains the shared library.

Package: lrcalc
Description-md5: 5d413984e8a6c6bb2e76c1761de7afd0
Description-en: programs for calculating Littlewood-Richardson coefficients
 The "Littlewood-Richardson Calculator" is a package of C programs for
 computing Littlewood-Richardson coefficients, providing fast calculation of
 single LR coefficients, products of Schur functions, and skew Schur functions.
 Its interface uses the same notation as the SF package of John Stembridge, to
 make it easier to use both packages at the same time.
 .
 This package contains the command-line programs.

Package: liblrs-dev
Description-md5: 5d0168d74b6acf76565022e34c5a9fa9
Description-en: package to enumerate vertices and extreme rays (development file)
 A convex polyhedron is the set of points satisfying a finite family
 of linear inequalities.  The study of the vertices and extreme rays
 of such systems is important and useful in e.g. mathematics and
 optimization.  In a dual interpretation, finding the vertices of a
 (bounded) polyhedron is equivalent to finding the convex hull
 (bounding inequalities) of an (arbitrary dimensional) set of points.
 Lrs (lexicographic reverse search) has two important features that
 can be very important for certain applications: it works in exact
 arithmetic, and it consumes memory proportional to the input, no
 matter how large the output is.
 .
 This package contains the optional headers, and a unversioned symlink
 to the library, useful for developers.

Package: liblrs1
Description-md5: 9920fe6a50b69ee0b84e21fc99b9a2e7
Description-en: package to enumerate vertices and extreme rays (shared libraries)
 A convex polyhedron is the set of points satisfying a finite family
 of linear inequalities.  The study of the vertices and extreme rays
 of such systems is important and useful in e.g. mathematics and
 optimization.  In a dual interpretation, finding the vertices of a
 (bounded) polyhedron is equivalent to finding the convex hull
 (bounding inequalities) of an (arbitrary dimensional) set of points.
 Lrs (lexicographic reverse search) has two important features that
 can be very important for certain applications: it works in exact
 arithmetic, and it consumes memory proportional to the input, no
 matter how large the output is.
 .
 This package contains the (required) shared library.

Package: lrslib
Description-md5: bc62dafa0a5a501c68508823e5d8f398
Description-en: package to enumerate vertices and extreme rays of a convex polyhedron
 A convex polyhedron is the set of points satisfying a finite family
 of linear inequalities.  The study of the vertices and extreme rays
 of such systems is important and useful in e.g. mathematics and
 optimization.  In a dual interpretation, finding the vertices of a
 (bounded) polyhedron is equivalent to finding the convex hull
 (bounding inequalities) of an (arbitrary dimensional) set of points.
 Lrs (lexicographic reverse search) has two important features that
 can be very important for certain applications: it works in exact
 arithmetic, and it consumes memory proportional to the input, no
 matter how large the output is.

Package: mplrs
Description-md5: 9b219c9d8ebd440990a343391818c4b6
Description-en: package to enumerate vertices and extreme rays of a convex polyhedron (parallel binary)
 A convex polyhedron is the set of points satisfying a finite family
 of linear inequalities.  The study of the vertices and extreme rays
 of such systems is important and useful in e.g. mathematics and
 optimization.  In a dual interpretation, finding the vertices of a
 (bounded) polyhedron is equivalent to finding the convex hull
 (bounding inequalities) of an (arbitrary dimensional) set of points.
 Lrs (lexicographic reverse search) has two important features that
 can be very important for certain applications: it works in exact
 arithmetic, and it consumes memory proportional to the input, no
 matter how large the output is.
 .
 This package contains the parallel binary mplrs for use with mpi

Package: python3-lru-dict
Description-md5: 8e607d22c5bed54b809dd70e598c65a3
Description-en: Dict like LRU container for Python
 A fixed size dict like container which evicts Least Recently Used (LRU) items
 once size limit is exceeded. There are many Python implementations available
 which does similar things. This is a fast and efficient C implementation.
 LRU maximum capacity can be modified at run-time.

Package: lrzip
Description-md5: 3790656513d7f6048496d52bba0592cf
Description-en: compression program with a very high compression ratio
 A compression program that can achieve very high compression
 ratios and speed when used with large files. It uses the combined
 compression algorithms of zpaq and lzma for maximum compression, lzo
 for maximum speed, and the long range redundancy reduction of rzip.
 It is designed to scale with increases with RAM size, improving
 compression further. A choice of either size or speed optimizations
 allows for either better compression than even lzma can provide, or
 better speed than gzip, but with bzip2 sized compression levels.

Package: lrzsz
Description-md5: 5e27fa83eccb5c12b930946e1d62ebd4
Description-en: Tools for zmodem/xmodem/ymodem file transfer
 Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built
 from the public-domain version of Chuck Forsberg's rzsz package.
 .
 These programs use error correcting protocols ({z,x,y}modem) to send
 (sz, sx, sb) and receive (rz, rx, rb) files over a dial-in serial port
 from a variety of programs running under various operating systems.

Package: lsb-base
Description-md5: aad40b392ce8832c7e88c6a71ead3324
Description-en: transitional package for Linux Standard Base init script functionality
 This is an empty package; it's needed only because of Provides: not being
 supported in debootstrap.  It can be safely removed.

Package: lsb-release
Description-md5: 57b45fbe6332a85fa76ea7f74915a18d
Description-en: Linux Standard Base version reporting utility (minimal implementation)
 The Linux Standard Base (http://www.linuxbase.org/) is a standard
 core system that third-party applications written for Linux can
 depend upon.
 .
 The lsb-release command is a simple tool to help identify the Linux
 distribution being used and its compliance with the Linux Standard Base.
 .
 This package contains a bare-bones implementation that uses the
 information in /etc/os-release instead of relying on LSB packages.

Package: lsb-release-minimal
Description-md5: 5c292192b6dcaa3bb41c699ea1c2634f
Description-en: Linux Standard Base version reporting utility (transitional package)
 This is a transitional package. It can be safely removed.

Package: lsdvd
Description-md5: c9f263736f6ccd41c0223d38bd63a516
Description-en: read the content info of a DVD
 An application for reading the contents of a DVD and printing the contents
 to your terminal or in more machine readable formats.

Package: lsh-client
Description-md5: d42a617f2fa72cb2207d9b87c0e72ef9
Description-en: Secure Shell v2 (SSH2) protocol client
 lsh is a GPLed implementation of the Secure SHell protocol version 2
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
 .
 This package contains the lsh client used to log in to a remote lsh
 or SSH2 server.
 .
 In some countries it may be illegal to use any encryption
 at all without a special permit.

Package: lsh-doc
Description-md5: 32d0e353eb1094791380a19daa02c067
Description-en: Secure Shell v2 (SSH2) documentation
 lsh is a GPLed implementation of the Secure SHell protocol version 2
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
 .
 This package contains the lsh documentation, including info
 pages and manpages about the various protocols which lsh uses,
 as well as various documents about lsh internals, protocols,
 and general lsh development.
 .
 In some countries it may be illegal to use any encryption
 at all without a special permit.

Package: lsh-server
Description-md5: 5faaadfb0bda5603eb1ef0334687adbd
Description-en: Secure Shell v2 (SSH2) protocol server
 lsh is a GPLed implementation of the Secure SHell protocol version 2
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
 .
 This package contains the lsh server, lshd. This package is required
 to allow SSH2 logins to the local machine.
 .
 In some countries it may be illegal to use any encryption
 at all without a special permit.

Package: lsh-utils
Description-md5: b55228f724c2bde97c0aa4d63a3d9857
Description-en: Secure Shell v2 (SSH2) protocol utilities
 lsh is a GPLed implementation of the Secure SHell protocol version 2
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
 .
 This package contains the lsh utilities. This includes programs such
 as lsh-keygen, lsh-writekey (both programs for public/private key
 generation), lsh-authorize (for automatic remote key authentication),
 ssh-conv (utilities for converting between various public and private
 key formats), and a number of other utilities for use with both the
 lsh server and client.
 .
 In some countries it may be illegal to use any encryption at all
 without a special permit.

Package: lshw
Description-md5: 5bbbb48f52cc6707ed44dbb6942d387b
Description-en: information about hardware configuration
 A small tool to provide detailed information on the hardware
 configuration of the machine. It can report exact memory
 configuration, firmware version, mainboard configuration, CPU version
 and speed, cache configuration, bus speed, etc. on DMI-capable x86
 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.
 .
 Information can be output in plain text, HTML or XML.

Package: lshw-gtk
Description-md5: 5db6f64eacd69eb948a83477966cd1db
Description-en: graphical information about hardware configuration
 A small tool to provide detailed information on the hardware
 configuration of the machine. It can report exact memory
 configuration, firmware version, mainboard configuration, CPU version
 and speed, cache configuration, bus speed, etc. on DMI-capable x86
 systems, on some PowerPC machines (PowerMac G4 is known to work) and AMD64.
 .
 This package provides lshw-gtk (the GTK+ version)

Package: lskat
Description-md5: 3ab7f03930c7679d3d693ba3432cfa0b
Description-en: Lieutnant Skat card game
 Lieutenant Skat (from German "Offiziersskat") is a fun and engaging
 card game for two players, where the second player is either live
 opponent, or a built in artificial intelligence.
 .
 This package is part of the KDE games module.

Package: lskat-data
Description-md5: a4cb4c32d6b6727de9c1279752225fc2
Description-en: Lieutnant Skat card game - data files
 Lieutenant Skat (from German "Offiziersskat") is a fun and engaging
 card game for two players, where the second player is either live
 opponent, or a built in artificial intelligence.
 .
 This package contains the data for lskat.

Package: lsm
Description-md5: b0356b839778da0cb38f6b36d99a8c3b
Description-en: Link connectivity monitor tool
 Provide a Link Status Monitor, It can be used to monitor Linux router/firewall
 connectivity and if router/firewall has multiple connections it can change
 routing when an up/down event happens by utilizing external script.
 This package is highly influenced by fping and iputils arping.

Package: lsmbox
Description-md5: 71eab551d2272aec49d3d620fd6f6864
Description-en: List number of total/unread messages for mailboxes
 This program lists the number of total and unread messages in one
 or several mailbox files, and can also be used to continuously monitor
 the mailboxes.

Package: lsmount
Description-md5: 3fd363409bcb2a7dd6ebd0e9a24ff306
Description-en: is a small program for formatting the /proc/mounts output
 With a larger number of mounts the output of /proc/mounts isn't longer
 really comfortable to read. This is where lsmount with options such as
 alignment and colorisation comes into action.

Package: lsof
Description-md5: df6eff5e3fcd44e35327c894b54c92a3
Description-en: utility to list open files
 Lsof is a Unix-specific diagnostic tool.  Its name stands
 for LiSt Open Files, and it does just that.  It lists
 information about any files that are open, by processes
 currently running on the system.

Package: elpa-lsp-java
Description-md5: 8f5c5a3ae6fac9e4fc454c30d6de884c
Description-en: Java LSP support for emacs
 This package communicates with a Java LSP server and thus
 provides a Java IDE in Emacs.

Package: elpa-lsp-mode
Description-md5: 989e08ebbcc502323b0c21b14a4972da
Description-en: Emacs client/library for the Language Server Protocol
 A Emacs Lisp library for implementing clients for servers using Microsoft's
 Language Server Protocol (v3.0)[1].
 .
 The library is designed to integrate with existing Emacs IDE frameworks
 (completion-at-point, xref (beginning with Emacs 25.1), flycheck, etc).
 .
 [1]: https://github.com/Microsoft/language-server-protocol

Package: lsp-plugins
Description-md5: 8881c6691e8e6925d13a10277e3492bf
Description-en: LSP (Linux Studio Plugins) audio-plugins (metapackage)
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This metapackage installs plugins for all supported frameworks and the JACK
 standalone clients.

Package: lsp-plugins-jack
Description-md5: 123398ae3aecf2d115477338925f8f11
Description-en: LSP (Linux Studio Plugins) audio-plugins (standalone JACK clients)
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This package provides the standalone JACK clients.

Package: lsp-plugins-ladspa
Description-md5: 0b3d50a19a85dfeee37f007485fcbbfe
Description-en: LSP (Linux Studio Plugins) audio-plugins (ladspa plugins)
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This package provides the LADSPA plugins.

Package: lsp-plugins-lv2
Description-md5: a67e743bcc6ad59c20c1cb46e80cfc43
Description-en: LSP (Linux Studio Plugins) audio-plugins (LV2 plugins)
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This package provides the LV2 plugins.

Package: lsp-plugins-r3d-glx
Description-md5: 25abf2ecbd2fd8474ad55bd06acb7685
Description-en: LSP (Linux Studio Plugins) r3d-glx library
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This package provides the LSP r3d-glx library.

Package: lsp-plugins-vst
Description-md5: 924834db598b89f4a98a6731f1f20db2
Description-en: LSP (Linux Studio Plugins) audio-plugins (VST plugins)
 Linux Studio Plugins (LSP) provides a collection of audio effects,
 synthesizers, and a selection of audio tools for music and sound
 production. It provides standalone JACK clients and integrates
 into the LV2, LADSPA and VST plugin frameworks.
 .
 LSP provides the following plugins:
 .
 Audio effects: limiters, dynamic processors, expanders, gates,
 graphic equalisers, impulse responses, impulse reverbs, compressors,
 multiband compressors, parametric equalisers, phase detector,
 sidechain multiband compressors, sidechain limiters,
 sidechain dynamic processors, sidechain expanders, sidechain gates,
 sidechain compressors, slapback delays, delay compensators, triggers.
 .
 Synths: samplers, and multisamplers.
 .
 Tools: latency meters, oscillators, profiler, spectrum analyzers,
 and MIDI triggers
 .
 This package provides the VST plugins.

Package: elpa-lsp-treemacs
Description-md5: 831228e019c79121b7b2f1aaed2deb5c
Description-en: treemacs integration for Emacs LSP
 This package provides some treemacs vizualization of LSP data, e.g.:
 * error list
 * symbols in a file
 * references and implementations
 * call hierarchy
 * type hierarchy

Package: lsscsi
Description-md5: bd9af78e01cda1b77847bb06d8309439
Description-en: list all SCSI devices (or hosts) currently on system
 Uses information in sysfs (Linux kernels 2.6.0 and later) to list all
 scsi devices (or hosts) currently attached to the system. Options can
 be used to control the amount and form of information provided for each
 device.

Package: lsvpd
Description-md5: cbaca2b7f334c5a40663805e696963e5
Description-en: Utility to List Device Vital Product Data (VPD)
 This utility lists device Vital Product Data (VPD), which includes the
 following information and more: vendor, version, revision level, serial
 number.

Package: lsyncd
Description-md5: b50c48762e5bbefa2bd6a930543472c8
Description-en: daemon to synchronize local directories using rsync
 Lsyncd (Live syncing mirror daemon) uses rsync to synchronize local
 directories with a remote machine running rsyncd. Lsyncd watches
 multiple directories trees through inotify. The first step after
 adding the watches is to rsync all directories with the remote host,
 and then sync single file by collecting the inotify events. So lsyncd
 is a light-weight live mirror solution that should be easy to install
 and use while blending
 well with your system.

Package: ltpanel
Description-md5: 49d718ccb2573d5d0e0fa2380fb96904
Description-en: lightweight tasklist panel for minimalist WMs
 ltpanel is a lightweight window list for the X Window System, similar
 to GNOME's window list applet. It has been tested on IceWM and fvwm.
 It should work with any GNOME-compliant Window Manager and is based
 on Peter Zelezny's fspanel.

Package: ltrace
Description-md5: ff2cc28bbc4f3ce119d059af641ea073
Description-en: Tracks runtime library calls in dynamically linked programs
 ltrace is a debugging program which runs a specified command until it
 exits.  While the command is executing, ltrace intercepts and records
 the dynamic library calls which are called by
 the executed process and the signals received by that process.
 It can also intercept and print the system calls executed by the program.
 .
 The program to be traced need not be recompiled for this, so you can
 use it on binaries for which you don't have the source handy.
 .
 You should install ltrace if you need a sysadmin tool for tracking the
 execution of processes.

Package: ltris
Description-md5: ba5974efd7c79972f5f5422957b41085
Description-en: very polished Tetris clone with CPU opponents
 LTris is a very polished tetris clone, which offers three
 types of games. The classic mode, a figures mode, where
 different figures appear every level, and a multiplayer
 mode. LTris is highly configurable through its menu
 system.

Package: ltrsift
Description-md5: f8bcb0ba51b73813c0218d80b77db274
Description-en: postprocessing and classification of LTR retrotransposons
 LTRsift is a graphical desktop tool for semi-automatic postprocessing of de
 novo predicted LTR retrotransposon annotations, such as the ones generated by
 LTRharvest and LTRdigest. Its user-friendly interface displays LTR
 retrotransposon candidates, their putative families and their internal
 structure in a hierarchical fashion, allowing the user to "sift" through the
 sometimes large results of de novo prediction software. It also offers
 customizable filtering and classification functionality.

Package: ltsp
Description-md5: 2429d6d70179c3f009b438a7aceba7a7
Description-en: Linux Terminal Server Project
 Make an installation able to netboot as an LTSP client.
 For LTSP servers, also install the suggested packages (dnsmasq etc).
 .
 LTSP helps in netbooting LAN clients from a single installation that resides
 in a chroot or a VM on the LTSP server. This way maintaining tens or hundreds
 of clients is as easy as maintaining a single PC.

Package: liblttng-ctl-dev
Description-md5: c26f8601c8dbcbf56f23445103b2e4a9
Description-en: LTTng control and utility library (development files)
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package provides the development files for liblttng-ctl. This allows
 implementing trace control in external applications.

Package: liblttng-ctl0
Description-md5: f22c86813321509ad0d8b771b8b2cb17
Description-en: LTTng control and utility library
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package provides the control libraries used by lttng-tools.

Package: lttng-tools
Description-md5: 7b1ddadc5c0e006d514c38704904991e
Description-en: LTTng control and utility programs
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package provides the unified interface to control both the LTTng kernel
 and userspace (UST) tracers.

Package: python3-lttng
Description-md5: 06538578032004dd4ccedd9880a95072
Description-en: LTTng control and utility Python bindings
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package provides the Python bindings to lttng.

Package: lttng-modules-dkms
Description-md5: a5bcab8927cca4938e9c6c31dce67928
Description-en: Linux Trace Toolkit (LTTng) kernel modules (DKMS)
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package contains the LTTng kernel modules. These provide additional
 instrumentation (not found in the mainline kernel), the ring buffer library,
 the tracer itself, and some additional utilities.
 .
 Installing on kernel versions prior to 2.6.38 might be possible, but has not
 been tested.

Package: python3-lttnganalyses
Description-md5: 6079b66992f877c4e965c6b16a4060f7
Description-en: LTTng 2.0 trace analysis tools (Python 3)
 The LTTng project aims at providing highly efficient tracing tools for Linux.
 Its tracers help tracking down performance issues and debugging problems
 involving multiple concurrent processes and threads. Tracing across multiple
 systems is also possible.
 .
 This package contains various tools to analyse LTTng kernel traces and extract
 monitoring data and metrics. As opposed to other diagnostic or monitoring
 solutions, this approach is designed to allow users to record their system's
 activity with a low overhead, wait for a problem to occur and then diagnose
 its cause offline.

Package: liblttoolbox3
Description-md5: 3dd75916523be5d1f6e1f1a24c225e72
Description-en: Shared library for lttoolbox
 The lttoolbox contains the augmented letter transducer tools for natural
 language processing used by Apertium, a platform for building rule-based
 and hybrid machine translation systems. The software is also useful
 for making morphological analysers and generators for natural language
 processing applications.
 .
 This package provides shared library for lttoolbox.

Package: lttoolbox
Description-md5: 314bf20f5ff1044bb2d3cbd3563f1f24
Description-en: Apertium lexical processing modules and tools
 The lttoolbox contains the augmented letter transducer tools for natural
 language processing used by Apertium, a platform for building rule-based
 and hybrid machine translation systems. The software is also useful
 for making morphological analysers and generators for natural language
 processing applications.

Package: lttoolbox-dev
Description-md5: 8d2d3a3883943ba1ca74534db4456864
Description-en: Development tools and library for lttoolbox
 The lttoolbox contains the augmented letter transducer tools for natural
 language processing used by Apertium, a platform for building rule-based
 and hybrid machine translation systems. The software is also useful
 for making morphological analysers and generators for natural language
 processing applications.
 .
 This package provides development files for lttoolbox.

Package: python3-lttoolbox
Description-md5: ff7cfb6849e035051b7823f6e52b5cda
Description-en: Apertium lexical processing modules and tools (Python 3 module)
 Python 3 module for applications using the Apertium lexical processing
 modules and tools.

Package: ltunify
Description-md5: 8d487229a8f57827e2ca5dede7bc8ca9
Description-en: manage Logitech unifying receivers
 Pair and manage Logitech devices that use the unifying receiver.

Package: node-ltx
Description-md5: 35a1ec03631c91a7d2855709cbe5369d
Description-en: XML DOM builder library for Node
 Node is an event-based server-side JavaScript engine.
 .
 Less-Than XML (ltx) is an XML DOM builder library for Node.
 .
 Parsing with support for advanced XML features (but slower) requires
 either of the packages node-sax node-node-expat.

Package: lua-ansicolors
Description-md5: ccb20abfcc87301470e17b57844d94f2
Description-en: simple Lua function for printing to the console in color
 provides the 'ansicolors' function which allows the Lua programmer to
 output colored (both foreground and background) and stylized text.
 .
 One can use standard terminal colors: black, red, green, yellow, blue,
 magenta, cyan, white.
 .
 The following styles are also available: bright, dim, underline, blink,
 reverse, hidden, reset.

Package: lua-argparse
Description-md5: 120209fdfca6c33aa99022cc7204987c
Description-en: feature-rich command line parser for Lua language
 Argparse supports positional arguments, options, flags, optional arguments,
 subcommands and more. Argparse automatically generates usage, help and error
 messages.

Package: lua-augeas
Description-md5: 6369146c84b84efa4daf8703aea62a3c
Description-en: Lua binding to the Augeas C API
 lua-augeas is a Lua binding to Augeas. Augeas is a configuration
 editing tool. It parses configuration files in their native formats
 and transforms them into a tree. Configuration changes are made by
 manipulating this tree and saving it back into native config files.

Package: lua-basexx
Description-md5: 41ea75db4ce7b0e912e54d9d360b30f2
Description-en: baseXX encoding/decoding library for Lua
 Lua library for base2, base16, base32, base64, base85 decoding and
 encoding of data strings.

Package: lua-binaryheap
Description-md5: eb1360e30398b77b2bf3ad565bce596e
Description-en: Binary heap implementation in Lua
 binaryheap.lua is a binary heap implementation in Lua.
 .
 A binary heap is a heap data structure that takes the form of a binary tree.
 Binary heaps are a common way of implementing priority queues.

Package: lua-bit32
Description-md5: 5d7bd0e52b6f7294ac9a46ce024d7359
Description-en: Backport of the Lua 5.2 bit32 library to Lua 5.1
 This package provides the bit32 library for Lua 5.1, a back
 port of the bit32 library of Lua 5.2 and 5.3.  Such library
 implements bitwise operations on 32 bit integers.

Package: lua-bit32-dev
Description-md5: d5d938e4d13eeaee9702899b2817c275
Description-en: Development files for the bit32 library for Lua 5.1
 This package contains the development files of the bit32 library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).

Package: lua-bitop
Description-md5: f334595b41b0fe5141a0457c868d6671
Description-en: fast bit manipulation library for the Lua language
 This package contains the Lua bitop fast bit manipulation library.

Package: lua-bitop-dev
Description-md5: 4ae78b74d17896643753a0d6f9b4978d
Description-en: fast bit manipulation library devel files for the Lua language
 This package contains the development files of the Lua bitop fast bit
 manipulation library, useful to create a statically linked binary (like a C
 application or a standalone Lua interpreter).  Documentation is also shipped
 within this package.

Package: lua-busted
Description-md5: a9c0a5f4f7a1779e49ed6e40aaf8bfde
Description-en: Lua unit testing framework focused on ease of use
 busted test specs read naturally without being too verbose. You can
 even chain asserts and negations, such as assert.not.equals. Nest
 blocks of tests with contextual descriptions using describe, and add
 tags to blocks so you can run arbitrary groups of tests.
 .
 An extensible assert library allows you to extend and craft your own
 assert functions specific to your case with method chaining. A modular
 output library lets you add on your own output format, along with the
 default pretty and plain terminal output, JSON with and without
 streaming, and TAP-compatible output that allows you to run busted
 specs within most CI servers. You can even register phrases for
 internationaliation with custom or built-in language packs.

Package: lua-cgi
Description-md5: 562089ac57f1c001358d3459f66314ea
Description-en: CGI library for the Lua language
 CGILua is a tool for creating dynamic Web pages and manipulating input data
 from Web forms. CGILua allows the separation of logic and data handling from
 the generation of pages, making it easy to develop web applications with Lua.
 .
 CGILua requires a SAPI implementation to work.  The lua-wsapi packages
 provides a few ready to use SAPI implementations.
 .
 This package also contains the documentation for the Lua CGI library.

Package: lua-cjson
Description-md5: bf5a330d7de5099f6f173e592c725e29
Description-en: JSON parser/encoder for Lua
 This library allows you to easily convert Lua values to JSON strings and back.
 Features:
  * Fast, standards compliant encoding/parsing routines
  * Full support for JSON with UTF-8, including decoding surrogate pairs
  * Optional run-time support for common exceptions to the JSON
    specification (infinity, NaN,..)
  * No dependencies on other libraries

Package: lua-cjson-dev
Description-md5: 54de1dd3be7d804a0405e38a6ef83876
Description-en: JSON parser/encoder for Lua, development files
 This package contains the development files of the lua-cjson library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-cliargs
Description-md5: 54617d855e7bcb075992045bb54488e3
Description-en: command-line argument parsing module for Lua
 This module adds support for accepting CLI arguments easily using multiple
 notations and argument types.
 .
 cliargs allows you to define required, optional, and flag arguments.

Package: lua-compat53
Description-md5: 8f871566fc0ce7af603137b68b4b82bf
Description-en: Lua-5.3-style APIs for Lua 5.2 and 5.1
 This is a small module that aims to make it easier to write code in a
 Lua-5.3-style that is compatible with Lua 5.1, Lua 5.2, and Lua
 5.3. This does not make Lua 5.2 (or even Lua 5.1) entirely compatible
 with Lua 5.3, but it brings the API closer to that of Lua 5.3.

Package: lua-compat53-dev
Description-md5: 926aa51110677d3b3222d598edefea76
Description-en: Lua-5.3-style APIs for Lua 5.2 and 5.1 (development files)
 This is a small module that aims to make it easier to write code in a
 Lua-5.3-style that is compatible with Lua 5.1, Lua 5.2, and Lua
 5.3. This does not make Lua 5.2 (or even Lua 5.1) entirely compatible
 with Lua 5.3, but it brings the API closer to that of Lua 5.3.
 .
 This package provides the static library and header files for lua-compat53

Package: lua-copas
Description-md5: a12751e428de037f7a3edf69f08d20b1
Description-en: Copas is a dispatcher of concurrent TCP/IP requests
 Copas is a dispatcher of concurrent TCP/IP requests based on corutines.
 A server registered with Copas should provide a handler for requests and use
 Copas socket functions to send the response. Copas loops through requests and
 invokes the corresponding handlers.
 .
 This package also contains the documentation of copas.

Package: lua-cosmo
Description-md5: bde6e4328fd41f081949b96243adec9d
Description-en: Template library for the Lua language
 The cosmo library defines a textual template language and provides functions
 to instantiate such templates filling variable with their actual values.
 .
 The package also contains the documentation.

Package: lua-coxpcall
Description-md5: de4d22d66d3ca41f2bad78b9dc1c712e
Description-en: Protected function calls across coroutines for Lua
 This package contains coxpcall, a Lua library that extends the protected
 call mechanism typical of Lua (xpcall and pcall) allowing it to cross
 coroutines boundaries.
 .
 This package also contains the documentation.

Package: lua-cqueues
Description-md5: 40258b528b8a0bd5aef71a8dcf48f56a
Description-en: event loop for Lua
 cqueues is a type of event loop for Lua, except it's not a classic
 event loop. It doesn't use callbacks—neither as part of the API nor
 internally—but instead you communicate with an event controller by
 the yielding and resumption of Lua coroutines using objects that
 adhere to a simple interface.

Package: lua-cqueues-dev
Description-md5: 22f80886268f2c6fe760261363688653
Description-en: event loop for Lua (development package)
 cqueues is a type of event loop for Lua, except it's not a classic
 event loop. It doesn't use callbacks—neither as part of the API nor
 internally—but instead you communicate with an event controller by
 the yielding and resumption of Lua coroutines using objects that
 adhere to a simple interface.

Package: lua-curl
Description-md5: 19ae034f10b9622c019fca2ce7934638
Description-en: libcURL bindings for the Lua language
 This package contains the bindings for the cURL library.
 Currently many different implementations of cURL bindings are available,
 this package includes the one developed for the FreePOPs project
 (see <http://www.freepops.org>).

Package: lua-curl-dev
Description-md5: cbfdf596921a9a54acc3d7a66d8b411b
Description-en: libcURL development files for the Lua language
 This package contains the development files of the libcURL Lua bindings,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-curses
Description-md5: 88a0117af6c8f0547c21c03b6478ae9c
Description-en: curses library bindings for the Lua language
 This package contains bindings for the ncurses library for the Lua language.
 It allows one to build simple interfaces on a text terminal.
 .
 This package used to be part of the lua-posix source package.

Package: lua-curses-dev
Description-md5: d720eb3adf108ecadc61ee0897887b6f
Description-en: Development files for the lua-curses library
 This package contains the development files of the lua-curses library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-cyrussasl
Description-md5: f5b686eef47b0a5a0246bc446cee6028
Description-en: Cyrus SASL library for the Lua language
 This package contains the Lua bindings for the Cyrus SASL APIs.

Package: lua-cyrussasl-dev
Description-md5: f2e4e0dc466dae79ed2452fcfe03b697
Description-en: Cyrus SASL development files for the Lua language
 This package contains the development files of the lua Cyrus SASL library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-dbi-common
Description-md5: a6a8f582fb11d9a1e9da30806d6fca89
Description-en: DBI library for the Lua language, common files
 Lua DBI is a database interface library for Lua. It is designed to provide a
 RDBMS agnostic API for handling database operations. LuaDBI also provides
 support for prepared statement handles, placeholders and bind parameters for
 all database operations.
 .
 This package contains the files common to all backends.
 .
 Lua DBI is a better alternative to lua-sql since it supports prepared
 statements.

Package: lua-dbi-mysql
Description-md5: 18966a711d55306753ffd6a556b55200
Description-en: DBI library for the Lua language, MySQL backend
 Lua DBI is a database interface library for Lua. It is designed to provide a
 RDBMS agnostic API for handling database operations. LuaDBI also provides
 support for prepared statement handles, placeholders and bind parameters for
 all database operations.
 .
 This package contains the MySQL backend.
 .
 Lua DBI is a better alternative to lua-sql since it supports prepared
 statements.

Package: lua-dbi-mysql-dev
Description-md5: ee173d55b72f8a558cd66acbae087c29
Description-en: DBI library for the Lua language, MySQL development files
 This package contains the development files of the Lua DBI library
 (MySQL backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-dbi-postgresql
Description-md5: 9fb07bef29054567fce10ef799a3fbe3
Description-en: DBI library for the Lua language, PostgreSQL backend
 Lua DBI is a database interface library for Lua. It is designed to provide a
 RDBMS agnostic API for handling database operations. LuaDBI also provides
 support for prepared statement handles, placeholders and bind parameters for
 all database operations.
 .
 This package contains the PostgreSQL backend.
 .
 Lua DBI is a better alternative to lua-sql since it supports prepared
 statements.

Package: lua-dbi-postgresql-dev
Description-md5: 6eb54280dd722a9384e806b9307ba1ba
Description-en: DBI library for the Lua language, PostgreSQL development files
 This package contains the development files of the Lua DBI library
 (PostgreSQL backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-dbi-sqlite3
Description-md5: f52d2bec3476081e5c35e00ccd3bce5d
Description-en: DBI library for the Lua language, sqlite3 backend
 Lua DBI is a database interface library for Lua. It is designed to provide a
 RDBMS agnostic API for handling database operations. LuaDBI also provides
 support for prepared statement handles, placeholders and bind parameters for
 all database operations.
 .
 This package contains the sqlite3 backend.
 .
 Lua DBI is a better alternative to lua-sql since it supports prepared
 statements.

Package: lua-dbi-sqlite3-dev
Description-md5: 40e81a933f2450764b3924ae0310131d
Description-en: DBI library for the Lua language, sqlite3 development files
 This package contains the development files of the Lua DBI library
 (Sqlite3 backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-discount
Description-md5: ff7f934164d13a57f63ba7cbd8bf2dfb
Description-en: Discount library for the Lua language
 A binding to Discount, a fast C implementation of the Markdown text to HTML
 markup system which passes the Markdown testsuite.

Package: lua-discount-dev
Description-md5: fedb95f0b2b4e1fe688ee4f9004b303c
Description-en: discount development files for the Lua language
 This package contains the development files of the discount library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-dkjson
Description-md5: 30e16bd570bad819ef7fc20e88701480
Description-en: JSON module written in Lua
 dkjson is a JSON (JavaScript Object Notation) encoder / decoder. It supports
 UTF-8.
 .
 It is written in Lua without any dependencies, but when LPeg (provided in
 Debian by lua-lpeg) is installed dkjson uses it to speed up decoding.

Package: lua-doc
Description-md5: 6c412786e264ac54150c55be8c4148ba
Description-en: Documentation generator for lua
 LuaDoc is a documentation generator tool for Lua source code.
 It parses the declarations and documentation comments in a
 set of Lua source files and produces a set of XHTML pages describing the
 commented declarations and functions.
 .
 The output is not limited to XHTML. Other formats can be generated by
 implementing new doclets. The format of the documentation comments
 is also flexible and can be customized by implementing new
 taglets.
 .
 This package also contains the documentation for luadoc, describing the
 supported syntax and how to customize the tool input (taglets) and output
 (doclets).

Package: luadoc
Description-md5: 05cce2391e4da3e074e5b09faf768134
Description-en: Documentation generation library for the Lua language
 LuaDoc is a documentation generator tool for Lua source code.
 It parses the declarations and documentation comments in a
 set of Lua source files and produces a set of XHTML pages describing the
 commented declarations and functions.
 .
 This package contains the luadoc library for Lua. For the command line
 utility, install the luadoc package.

Package: lua-event
Description-md5: 2a5ed780197eb4b24b8d67b50492af87
Description-en: asynchronous event notification library for Lua
 This package contains the bindings for libevent, a synchronous event
 notification library that provides a mechanish to execute a callback function
 when a specific event occurs on a file descriptor or after a timeout has been
 reached.

Package: lua-event-dev
Description-md5: 060f034815c48219c5e5d9eedf64829e
Description-en: libevent development files for the Lua language
 This package contains the development files of the libevent Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter). Documentation is also shipped within this
 package.

Package: lua-expat
Description-md5: 93c593cbe60468877254f15b1abd0f63
Description-en: libexpat bindings for the Lua language
 This package contains the bindings for the expat library.

Package: lua-expat-dev
Description-md5: fa3c4b51c33dacd59b35f66adb795211
Description-en: libexpat development files for the Lua language
 This package contains the development files of the libexpat Lua bindings,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-fifo
Description-md5: 6a598911aecfb7e218ef7fc1333cd6e2
Description-en: FIFO implementation for Lua
 A lua library/'class' that implements a FIFO. Objects in the fifo can
 be of any type, including nil.

Package: lua-filesystem
Description-md5: 7c042a7d2ed7e4f5a219e8914155adbd
Description-en: luafilesystem library for the Lua language
 This package contains the luafilesystem library, a set of portable functions
 for directory creation, listing and deletion and for file locking.

Package: lua-filesystem-dev
Description-md5: ae327f8014a0b87b7ce2d8f5d3791e61
Description-en: luafilesystem development files for the Lua language
 This package contains the development files of the luafilesystem library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-geoip
Description-md5: 15f754603a846efd48a7fed267808b37
Description-en: GeoIP library bindings for the Lua language
 This package contains bindings for the GeoIP library for the Lua language. It
 allows one to find the country and the city that any IP address or hostname
 originates from. It uses a file based database, not reverse DNS lookups.

Package: lua-geoip-dev
Description-md5: abf9ff6dd31c1edf4a22abdf65685076
Description-en: Development files for lua-geoip library
 This package contains the development files of the lua-geoip library, useful
 to create a statically linked binary (like a C application or a standalone Lua
 interpreter)..
 .
 Documentation is also shipped within this package.

Package: lua-http
Description-md5: ba8fe4f7f3eb454bb2f9442f66e88048
Description-en: HTTP library for Lua
 lua-http is an HTTP library for Lua, it supports: both client and
 server operations, both HTTP 1 and HTTP 2.

Package: lua-iconv
Description-md5: 064d6cb493e436b0668fe8e427772b4a
Description-en: iconv bindings for the Lua programming language
 This package provides POSIX 'iconv' bindings for the Lua programming language.
 It converts a sequence of characters from one codeset into a sequence of
 corresponding characters in another codeset.

Package: lua-iconv-dev
Description-md5: 71ed6dd119595fff19e7251ee35dfa4d
Description-en: iconv bindings for Lua - development files
 This package contains the development files of the Lua iconv
 library bindings, useful to create a statically linked binary (like a
 C application or a standalone Lua interpreter).

Package: lua-inifile
Description-md5: 09112a057eaab6d39455d503343ac75a
Description-en: simple, complete ini parser for Lua
 inifile is a simple, complete ini parser for Lua that intends to preserve
 as much information as possible, like the order of the file and the stored
 comments. It is also out-of-the-box compatible with LÖVE.

Package: lua-inotify
Description-md5: 3a8fb85296e3f3fc3a5468a5c465bf28
Description-en: inotify bindings for Lua
 This package contains Lua bindings for the Linux inotify API.
 .
 The inotify API lets you monitor filesystem events (access, update, creation,
 deletion, rename, etc.) on watched paths (both files and directories).

Package: lua-inotify-dev
Description-md5: cb679a865d12e9006c421e269c2e1d26
Description-en: inotify bindings for Lua (development files)
 This package contains the development files of the lua-inotify library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-inspect
Description-md5: 7ab83bc631dd6d2096cb17ae2f002884
Description-en: Lua table visualizer, ideal for debugging
 This library transforms any Lua value into a human-readable
 representation. It is especially useful for debugging errors in tables.
 .
 The objective here is human understanding (i.e. for debugging), not
 serialization or compactness.

Package: lua-json
Description-md5: 162241f968ff409b5d7d3a97a0b55ed2
Description-en: JSON decoder/encoder for Lua
 LuaJSON is a customizable JSON decoder/encoder using LPEG for parsing.

Package: lua-ldap
Description-md5: a7723a05f46b606e49686db915abfe7e
Description-en: LDAP library for the Lua language
 This package contains the Lua LDAP library to:
  * Connect to an LDAP server (OpenLDAP or ADSI/WinLDAP);
  * Execute any operation (search, add, compare, delete, modify
    and rename);
  * Retrieve entries and references of the search result.
 .
 This package contains the runtime library.

Package: lua-ldap-dev
Description-md5: 50f6fef1e0cebb2fe721362f90ec1ebf
Description-en: LDAP development files for the Lua language
 This package contains the development files of the Lua LDAP library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-ldoc
Description-md5: fa0c0f5531d9b0f9865a460f8a19e168
Description-en: LuaDoc-compatible documentation generation system
 LDoc is a LuaDoc-compatible documentation generation system for Lua source
 code. It parses the declaration and documentation comments in a set of Lua
 source files and produces a set of XHTML pages describing the commented
 declarations and functions.

Package: lua-leg
Description-md5: 4a353ac45c19ef78e3e506d06d2636e9
Description-en: Lua 5.1 grammar, with parsing and manipulation facilities
 This package contains leg, a Lua library exporting a complete Lua 5.1 grammar
 and a small API for user manipulation. It can be used to implement a macro
 preprocessor or any other task that needs to parse a .lua file.

Package: lua-leg-dev
Description-md5: f10fca9be11f49ab68ded404b5eac0a7
Description-en: Leg development files for the Lua language
 This package contains the documentation for the leg library.

Package: lua-lemock
Description-md5: 7ca4da063b7cfd15f398235165286a12
Description-en: LeMock (Lua Easy Mock) for unit test
 LeMock is a mock creation module intended for use together
 with a unit test framework such as lua-unit. It is inspired by
 EasyMock (for Java), and strives to be easy to use.

Package: lua-lemock-dev
Description-md5: 2f866562ca7edff2d7be72c27005e78b
Description-en: LeMock (Lua Easy Mock) for unit test
 LeMock is a mock creation module intended for use together
 with a unit test framework such as lua-unit. It is inspired by
 EasyMock (for Java), and strives to be easy to use.
 .
 This package contains docs and test files.

Package: lua-lgi
Description-md5: eaa3a2ec960107bd07135f18828e96ad
Description-en: Lua bridge to GObject based libraries
 LGI is gobject-introspection based dynamic Lua binding to GObject based
 libraries. It allows using GObject-based libraries directly from Lua.
 .
 Notable examples are GTK+, GStreamer and Webkit.

Package: lua-lgi-dev
Description-md5: 1e01093d756b917ca5144e202cd29ae6
Description-en: lgi development files for the Lua language
 This package contains the development files of the Lua lgi library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-ljsyscall
Description-md5: b86bb0cb687fdd4986bcd8376d4605b5
Description-en: Unix system calls for LuaJIT
 A foreign function interface (FFI) implementation of the Linux, NetBSD,
 FreeBSD and OSX kernel ABIs for LuaJIT. This means you will be able to
 program all the functionality the Unix kernel provides to userspace
 directly in Lua. You can view it as a high level language equivalent of
 the Busybox project in a way, although the functionality it provides is
 somewhat different, and the interface very different.
 .
 This package also contains documentation.

Package: lua-logging
Description-md5: 1d024ee88656d28e4911686e95a1988e
Description-en: Logging library for the Lua language
 This package contains the Lua logging facility library, with backends for
 console, file, SQL, mail, socket. SQL and mail/socket support are available
 only installing respectively lua-sql-* and lua-socket packages.
 .
 This package contains the Lua logging facility library documentation files.

Package: lua-lpeg
Description-md5: 7b03d1547704cdb88762b282cc5bdeea
Description-en: LPeg library for the Lua language
 LPeg is a new pattern-matching library for Lua, based on Parsing Expression
 Grammars (PEGs). PEGs look similar to regular expressions or context-free
 grammars in Backus-Naur form (BNF) notation. PEGs make a good replacement for
 regular expressions, because they are strictly more powerful. For example, a
 regular expression inherently cannot find matched pairs of parentheses, because
 it is not recursive, but a PEG can.

Package: lua-lpeg-dev
Description-md5: 02e27799dfab8f8b8cce85c2bd902e93
Description-en: LPeg development files for the Lua language
 This package contains the development files of the lpeg library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-lpeg-patterns
Description-md5: 18bfdd254f8a389a2936a5d95bb767c7
Description-en: collection of LPEG patterns
 Collection of LPEG patterns used for:
  * Strict validation of user input
  * Searching free-form input

Package: lua-lpty
Description-md5: 691bfa9c64ebe6c04fc393ff2814d3a6
Description-en: PTY library for the Lua language
 This package gives the Language access to the pseudo terminal
 interface.

Package: lua-lpty-dev
Description-md5: 5cd2552c1862b97f72e6e5746ea0693d
Description-en: PTY library for the Lua language - development files
 This package contains the development files of the lpty library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-luaossl
Description-md5: 204ac4dfc0575bc9c61c4bc4268bb8b2
Description-en: OpenSSL bindings for Lua
 luaossl is a comprehensive binding to OpenSSL for Lua 5.1, 5.2, and
 later.
 .
 It includes support for certificate and key management, key
 generation, signature verification, and deep bindings to the
 distinguished name, alternative name, and X.509v3 extension
 interfaces.
 .
 It also binds OpenSSL's bignum, message digest, HMAC, cipher, and
 CSPRNG interfaces.

Package: lua-luaossl-dev
Description-md5: 0b12a5902211c7fcc55693acc5b91681
Description-en: OpenSSL bindings for Lua (development package)
 luaossl is a comprehensive binding to OpenSSL for Lua 5.1, 5.2, and
 later.
 .
 This package contains development files.

Package: lua-luassert
Description-md5: 0e2d0bbc0db9d29d32d7351af5248236
Description-en: Lua assertions extension
 luassert extends Lua's built-in assertions to provide additional tests and
 the ability to create your own.
 .
 It comes preloaded with argument formatters for common Lua types, but it is
 easy to roll your own.

Package: lua-luv
Description-md5: 992362e4de437f860794466795815240
Description-en: libuv bindings for Lua
 libuv is a multi-platform support library with a focus on asynchronous I/O.
 .
 This package provides libuv bindings for the Lua programming language.

Package: lua-luv-dev
Description-md5: dc7953c0fd3d6763fb8a83f1fed8cd95
Description-en: libuv bindings for Lua (development files)
 This package provide the static library and headers for lua-luv

Package: lua-lxc
Description-md5: a098f76ef28c4f60928555acc8b6b367
Description-en: Linux Containers userspace tools (Lua bindings)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the Lua bindings.

Package: lua-markdown
Description-md5: 7526f257a096b2d3844219a4d98f0847
Description-en: Pure Lua 5.1 implementation of the Markdown text-to-html markup
 This package contains markdown, a Lua library to translate the markdown syntax
 to HTML.
 .
 This package also contains the documentation.

Package: lua-md5
Description-md5: f0518f7d2ee8a330ac37a2f57e7e699d
Description-en: MD5 library for the Lua language
 This package contains a small crypto library for Lua. It comprises
 the MD5 and the DES56 algorithms.

Package: lua-md5-dev
Description-md5: f08bb084ba0dfc915e3c19e1b944bc2a
Description-en: MD5 library for the Lua language
 This package contains the development files of the Lua md5 library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-mediator
Description-md5: 82a399ccf3795e3db7cf1008ea6ad42d
Description-en: Mediator pattern implementation in Lua
 mediator_lua is a simple class that allows you to listen to events by
 subscribing to and sending data to channels.
 .
 Its purpose is to help you decouple code where you might otherwise have
 functions calling functions calling functions.

Package: lua-messagepack
Description-md5: c3c3d2d5779faac812392160b5f2bed1
Description-en: pure Lua implementation of MessagePack
 Lua module that provides an API to convert Lua data structures to MessagePack,
 and vice versa.
 .
 MessagePack is an efficient binary serialization format.
 .
 It lets you exchange data among multiple languages like JSON but it's faster,
 and smaller.

Package: lua-mmdb
Description-md5: e37848b113e8bfbbc51373a4d47dab56
Description-en: IP geolocation library for Lua
 Lua library for reading MaxMind's Geolocation database format.

Package: elpa-lua-mode
Description-md5: 2cd3d0f3a38158f9e2011b7d304ac7d0
Description-en: Emacs major-mode for editing Lua programs
 This Emacs mode provides syntax highlighting and automatic
 indentation for Lua, as well as running an interactive shell,
 interacting with `hs-minor-mode' and online documentation lookup.

Package: lua-moses
Description-md5: ba728f9eb3144016e0e25e4e62c8e5d6
Description-en: Utility library for functional programming in Lua
 A Lua utility-belt library for functional programming. It complements
 the built-in Lua table library, making easier operations on arrays,
 lists, collections.
 .
 Moses was deeply inspired by Underscore.js.
 .
 Find a complete set of code examples in /usr/share/doc/lua-moses
 or browse it online http://yonaba.github.io/Moses/doc

Package: lua-nginx-cookie
Description-md5: 2b183064d66999e4dc99d7e4acb15930
Description-en: Pure Lua cookie parser for the nginx embedded Lua language
 This library parses HTTP Cookie header for Nginx and returns each field in
 the cookie.

Package: lua-nginx-dns
Description-md5: 7121b635aed9131fb8b38507a5e90ea5
Description-en: DNS resolver for the nginx embedded Lua language
 Lua DNS resolver for the ngx_lua based on the cosocket API.

Package: lua-nginx-kafka
Description-md5: d59bee9e6279e72ed5df76400a0ca819
Description-en: Pure Lua Kafka producer for the nginx embedded Lua language
 Lua kafka client driver for the ngx_lua based on the cosocket API.

Package: lua-nginx-memcached
Description-md5: 63a01bca6d12bfcd54b9378a7119ddbc
Description-en: Pure Lua memcached client driver for the nginx embedded Lua language
 This modules provides a pure Lua memcached driver implementation for the
 embedded nginx's Lua interpreter.
 .
 Because this module is based on the ngx_lua's cosocket API, it inherits
 the advantage of a real nonblocking behaviour running effectively on the
 underlying nginx server ultra-fast technology design, allowing Web
 developers making use of the Lua programming language to script and
 construct extremely high-performance web applications capable to handle
 10K+ connections.
 .
 Note that this module works for both nginx (provided by nginx-extras)
 and the OpenResty bundle.

Package: lua-nginx-redis
Description-md5: b26ae873b440303f49b0278351b8d2f7
Description-en: Pure Lua redis client driver for the nginx embedded Lua language
 This modules provides a pure Lua redis driver implementation for the
 embedded nginx's Lua interpreter.
 .
 Because this module is based on the ngx_lua's cosocket API, it inherits
 the advantage of a real nonblocking behaviour running effectively on the
 underlying nginx server ultra-fast technology design, allowing Web
 developers making use of the Lua programming language to script and
 construct extremely high-performance web applications capable to handle
 10K+ connections.
 .
 Note that this module works for both nginx (provided by nginx-extras)
 and the OpenResty bundle.

Package: lua-nginx-redis-connector
Description-md5: 8cc6f9716c5d3df45af58f086061e799
Description-en: Connection utilities for lua-nginx-redis
 Connection utilities for lua-resty-redis, making it easy and reliable to
 connect to Redis hosts, either directly or via Redis Sentinel.

Package: lua-nginx-string
Description-md5: 0deebe44c267a509c41ca038ae1f4cd4
Description-en: String utilities for the nginx embedded Lua language
 lua-nginx-string provides the string utilities and common hash functions for
 the nginx embedded Lua language.

Package: lua-nginx-websocket
Description-md5: ef6b854a369e378d5efecb37ceeae086
Description-en: Lua websocket client driver for the nginx embedded Lua language
 This modules provides a pure Lua websocket driver implementation for the
 embedded nginx's Lua interpreter.
 .
 Because this module is based on the ngx_lua's cosocket API, it inherits
 the advantage of a real nonblocking behaviour running effectively on the
 underlying nginx server ultra-fast technology design, allowing Web
 developers making use of the Lua programming language to script and
 construct extremely high-performance web applications capable to handle
 10K+ connections.
 .
 Note that this module works for both nginx (provided by nginx-extras)
 and the OpenResty bundle.

Package: lua-nvim
Description-md5: 39b5fae83281174427274c41cb985d5d
Description-en: Lua client for Neovim
 lua-nvim provices a mean to communicate with neovim sessions
 through Lua.

Package: lua-nvim-dev
Description-md5: 840789d2b22c4ef0a78006930514c5b6
Description-en: Lua client for Neovim (development files)
 This package provide the static library for lua-nvim

Package: lua-orbit
Description-md5: 3265694a95130fcd21ca1e83e0af5530
Description-en: MVC web framework for Lua
 Orbit is a library for developing web applications according to
 the Model-View-Controller paradigm in Lua.
 .
 Orbit also includes a basic OR mapper that currently only works with
 lua-sql SQLite3 driver.
 .
 This package also contains the documentation and some sample applications for
 the orbit MVC framework.

Package: lua-penlight
Description-md5: 70284d8f21a904e9ca448228f388057b
Description-en: Collection of general purpose libraries for the Lua language
 Penlight is a set of pure Lua libraries focusing on input data handling (such
 as reading configuration files), functional programming (such as map, reduce,
 placeholder expressions,etc), and OS path management. Much of the functionality
 is inspired by the Python standard libraries.

Package: lua-penlight-dev
Description-md5: ba6b28235d772cbbbd06e81a45d7afdb
Description-en: Collection of general purpose libraries for the Lua language
 Penlight is a set of pure Lua libraries focusing on input data handling (such
 as reading configuration files), functional programming (such as map, reduce,
 placeholder expressions,etc), and OS path management. Much of the functionality
 is inspired by the Python standard libraries.
 .
 This package contains the documentation of the penlight library.

Package: lua-posix
Description-md5: c55d799a13c404ad6e239ba6c922ae56
Description-en: posix library for the Lua language
 This package contains the Lua posix library, that includes some posix
 functions like fork, chmod, wait, sleep and kill.

Package: lua-posix-dev
Description-md5: 0093d0f81a653df03c384f11b857c49e
Description-en: posix development files for the Lua language
 This package contains the development files of the Lua posix library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-readline
Description-md5: 666c6adf2843bdd93cd9de8cf15abc65
Description-en: readline library for the Lua language
 This package contains the Lua readline library, that allows one to use
 comprehensive command line editing using the Lua language.

Package: lua-readline-dev
Description-md5: f74eacb421efcfb209976dbd719aac96
Description-en: readline development files for the Lua language
 This package contains the development files of the Lua readline library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-redis
Description-md5: 70178e54060fa7212015e11979f3aca5
Description-en: Redis client database library for the Lua language
 This package contains the Redis Lua library, that allows one to
 interact with a Redis database from the Lua language.  This client
 supports Redis 1.2, command pipelining and transactions.

Package: lua-redis-dev
Description-md5: 07f5b5d083937815150bd51b2c470c48
Description-en: Redis client library for the Lua language, examples and tests
 Redis Lua library, that allows one to interact with a Redis database
 from the Lua language.
 .
 This package contains examples and test files for the Lua redis client
 library.

Package: lua-resty-core
Description-md5: 233f138a7d6e6c22ddd35f302d972b98
Description-en: New FFI-based Lua API for NGINX Lua module
 This pure Lua library reimplements part of the ngx_lua module's Nginx API
 for Lua with LuaJIT FFI and installs the new FFI-based Lua API
 into the ngx.* and ndk.* namespaces used by the ngx_lua module. In addition,
 this Lua library implements any significant new Lua APIs of the ngx_lua module
 as proper Lua modules, like ngx.semaphore and ngx.balancer. The FFI-based
 Lua API can work with LuaJIT's JIT compiler. ngx_lua's default API is based on
 the standard Lua C API, which will never be JIT compiled and the user Lua code
 is always interpreted (slowly).

Package: lua-resty-lrucache
Description-md5: 38662d7f5b6e5fc5bb19233b1d831107
Description-en: Simple LRU cache for the ngx_lua module
 The LRU cache resides completely in the Lua VM and is subject to Lua GC.
 As such, do not expect it to get shared across the OS process boundary.
 The upside is that you can cache arbitrary complex Lua values (such as deep
 nested Lua tables) without the overhead of serialization (as with ngx_lua's
 shared dictionary API). The downside is that your cache is always limited to
 the current OS process (i.e. the current Nginx worker process). It does not
 really make much sense to use this library in the context of init_by_lua
 because the cache will not get shared by any of the worker processes (unless
 you just want to "warm up" the cache with predefined items which will
 get inherited by the workers via fork()).

Package: lua-rex-doc
Description-md5: 7fddab6d8cffb75260d182587014d185
Description-en: documentation of the rex library for the Lua language
 Documentation of all lua-rex-* modules is shipped in this package.

Package: lua-rex-gnu
Description-md5: cb98834c81c487bbc519eaafc2c9a80b
Description-en: GNU regular expressions library for the Lua language
 This package provides bindings for GNU regular expressions to the Lua
 language.

Package: lua-rex-gnu-dev
Description-md5: 6469f50b12b6960d807a6f3e18a98cc9
Description-en: GNU development files for the Lua language
 This package contains the development files of the GNU lrexlib Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-rex-onig
Description-md5: f429ecc9cba5fabc9c8f17001f590d8b
Description-en: Onig regular expressions library for the Lua language
 This package provides bindings for Oniguruma regular expressions to the Lua
 language.

Package: lua-rex-onig-dev
Description-md5: 29607118cd5378a303ea483bead3a7bb
Description-en: Onig regex development files for the Lua language
 This package contains the development files of the Onig lrexlib Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-rex-pcre2
Description-md5: a5816f38deaf1b7509bd9fa5aea672eb
Description-en: Perl regular expressions library (PCRE2) for the Lua language
 This package provides bindings for Perl regular expressions (PCRE2) to the Lua
 language.

Package: lua-rex-pcre2-dev
Description-md5: 2e130566b5db0fa5336e5743e2d1a145
Description-en: PCRE2 development files for the Lua language
 This package contains the development files of the PCRE2 lrexlib Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-rex-posix
Description-md5: f05db483a2b452fa9c196b1dbfaecfac
Description-en: POSIX regular expressions library for the Lua language
 This package provides bindings for POSIX regular expressions to the Lua
 language.

Package: lua-rex-posix-dev
Description-md5: aa09d465a94c7a399bbcd4422e6aac20
Description-en: POSIX regex development files for the Lua language
 This package contains the development files of the POSIX lrexlib Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-rex-tre
Description-md5: ad5a09ac25cdd9f05e6000e5148338ec
Description-en: TRE regular expressions library for the Lua language
 This package provides bindings for TRE regular expressions to the Lua
 language.

Package: lua-rex-tre-dev
Description-md5: 8af7ac64c266d7985aefffc72dae10d7
Description-en: TRE development files for the Lua language
 This package contains the development files of the TRE lrexlib Lua
 bindings, useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-rings
Description-md5: e78b3b211cbe5d4188b2e09b869a65f9
Description-en: Lua state creation and control library for the Lua language
 Rings is a library which provides a way to create new Lua states from within
 Lua. It also offers a simple way to communicate between the creator (master)
 and the created (slave) states.
 .
 This mechanism can be used to run chunks of code in an isolated
 Lua state, obtaining what is usually called a sandbox.

Package: lua-rings-dev
Description-md5: f6592423f57867cce9c10c303c9f2aa5
Description-en: Development files for the rings library for the Lua language
 This package contains the development files of the rings Lua library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-say
Description-md5: 72bb8d7a6e449e1fc52153769aa8a94d
Description-en: Lua string hashing/indexing library
 say is a simple string key/value store for i18n or any other case where you
 want namespaced strings.

Package: lua-sec
Description-md5: 3648c2861866ca62351ebf260465c479
Description-en: SSL socket library for the Lua language
 This package contains the luasec library, that adds on top of
 the luasocket library SSL support.

Package: lua-sec-dev
Description-md5: 95875dc4dcd62516b6127a4a29ccc1b5
Description-en: SSL socket library devel files for the Lua language
 This package contains the development files of the Lua sec SSL socket library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).  Documentation is also shipped within this
 package.

Package: lua-soap
Description-md5: 7ac4121c149d91b76c0f2d91ddd8e45b
Description-en: SOAP library for the Lua language
 This package contains the Lua SOAP facility library.

Package: lua-sql-doc
Description-md5: 68f2d3fde19ad44e544002fcb296f404
Description-en: luasql documentation
 This package contains the documentation of the luasql library.

Package: lua-sql-mysql
Description-md5: fe012a44f9a6436b5745030508a70564
Description-en: luasql library for the Lua language
 This package contains the luasql library (MySQL backend).

Package: lua-sql-mysql-dev
Description-md5: ff9f9ae3e6177f7197059810f77ccbc3
Description-en: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (MySQL backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-odbc
Description-md5: 3eba3e959eb4a09901190725256b2b6c
Description-en: luasql library for the Lua language
 This package contains the luasql library (ODBC backend).

Package: lua-sql-odbc-dev
Description-md5: 8dd6e48785c1d6f2f07298557a057d19
Description-en: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (ODBC backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-postgres
Description-md5: fc45b5660e83a34000c49958be933f0b
Description-en: luasql library for the Lua language
 This package contains the luasql library (PostgreSQL backend).

Package: lua-sql-postgres-dev
Description-md5: 111ed6f985501b655c068e0f9e76968d
Description-en: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (PostgreSQL backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-sql-sqlite3
Description-md5: 8c9cbeef5af5216b1c38c0a8cf17ed43
Description-en: luasql library for the Lua language
 This package contains the luasql library (Sqlite3 backend).

Package: lua-sql-sqlite3-dev
Description-md5: 5c3adb14b25097478ea0e6e91973a1a0
Description-en: luasql development files for the Lua language
 This package contains the development files of the luasql library
 (Sqlite3 backend), useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).

Package: lua-svn
Description-md5: 5c8f2a0dbb7c9c31132a7a0f326eb713
Description-en: Subversion library for the Lua language
 This package contains a Lua module to interact with a Subversion repository

Package: lua-svn-dev
Description-md5: b459920a19a78b93653a03fed2a03c7f
Description-en: Development files for the Subversion library for the Lua language
 This package contains the development files of the Subversion lua bindings,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-system
Description-md5: 76f0729a54e545fa1d170bf857e11cd3
Description-en: platform independent system call library for Lua
 luasystem is a platform independent system call library for Lua.
 .
 Currently the following functions are supported:
 .
  * gettime
  * sleep

Package: lua-system-dev
Description-md5: 284d5777822e74859a64e1190a5fa07c
Description-en: development files for lua-system
 This package provide the static library for lua-system

Package: lua-systemd
Description-md5: f2c5674f3e9c8f37ac6d3d61ee39235f
Description-en: Systemd bindings for Lua
 This package provides a library for working with systemd from scripts and
 daemons written in Lua.
 .
 Where necessary, the low level libsystemd functions have been bound in C.
 Higher level functions with more idiomatic Lua semantics are written in Lua on
 top of these C primitives.

Package: lua-systemd-dev
Description-md5: ef65fa0bec7b2d8e4c15359f45e59caf
Description-en: Development files for lua-systemd library
 This package contains the development files of the lua-systemd library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-term
Description-md5: 5588680131d117582e187f8634449251
Description-en: Lua module for manipulating a terminal
 lua-term provides a library interface to facilitate
 terminal operations and manipulations in Lua.

Package: lua-term-dev
Description-md5: c3b05c60446a7a58e74f6d533ab2220c
Description-en: Lua module for manipulating a terminal
 This package provide the development headers and static
 libraries for lua-term. Terminal operations for Lua.

Package: lua-unbound
Description-md5: 79ef755a857065840537c4904f4733b7
Description-en: Unbound bindings for the Lua language
 Libunbound performs and validates DNS lookups; it can be used to
 convert hostnames to IP addresses and back and obtain other
 information from the DNS. Cryptographic validation of results is
 performed with DNSSEC

Package: lua-unbound-dev
Description-md5: fa81a9d6debe1b3d9c7c02c08e1cb554
Description-en: Development files for unbound bindings for the Lua language
 This package contains the development files of the Lua bindings to the
 unboubd library, useful to create a statically linked binary
 (like a C application or a standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: lua-unit
Description-md5: 1b02cb6085dfc66705dec20e27e901dd
Description-en: Lua unit testing framework
 Luaunit is a unit-testing framework for Lua, in the spirit of many
 others unit-testing framework. Luaunit lets you write test functions,
 test classes with test methods and setup/teardown functionality.
 .
 Luaunit can output test failures using the TAP format, for easier
 integration into Continuous Integration platforms like Jenkins.

Package: lua-uri
Description-md5: 2f067e1b299674cfcd5d1337344886c3
Description-en: pure Lua library to normalize and validate URIs/URLs
 Provides methods for manipulating URIs in various ways.
 In particular, you can resolve relative URI references
 to create absolute URIs, and extract parts of URIs.

Package: lua-uri-dev
Description-md5: 398738737913e084de72f81bb9374318
Description-en: examples and test files for lua-uri
 Provides methods for manipulating URIs in various ways.
 In particular, you can resolve relative URI references
 to create absolute URIs, and extract parts of URIs.
 .
 This package contains examples and test files.

Package: lua-wsapi
Description-md5: 833c5e4925feb4c52094997b8641c6be
Description-en: Web server API abstraction layer for the Lua language
 WSAPI is an API that abstracts the web server for Lua web applications,
 allowing the same application to be used in different web servers.
 .
 This package contains the WSAPI utility libraries (for common tasks like url
 encoding/decoding) as well as the following backends (server implementations):
 .
  - CGI (the regular environment-variables based protocol)
  - xavante (for the Xavante web server)
 .
 The fastcgi backends is available in the separate package lua-wsapi-fcgi.

Package: lua-wsapi-doc
Description-md5: fc67ef5d4a8ebe151655b63983e59c9b
Description-en: wsapi documentation files for the Lua language
 This package contains the documentation of the wsapi library.

Package: lua-wsapi-fcgi
Description-md5: ab210bee0d16673c244defe95477ab82
Description-en: Web server API fastcgi backend
 WSAPI is an API that abstracts the web server for Lua web applications,
 allowing the same application to be used in different web servers.
 .
 This package contains the backend for the fastcgi protocol.

Package: lua-wsapi-fcgi-dev
Description-md5: e5754f6f5a2729e6661e040caf3eae3b
Description-en: wsapi fastcgi development files for the Lua language
 This package contains the development files of the wsapi library (extra
 backend), useful to create a statically linked binary (like a C application or
 a standalone Lua interpreter).

Package: lua-xmlrpc
Description-md5: 688ab1bff217adcd6b3e4ba5226cd76b
Description-en: xmlrpc library for the Lua language
 This package contains the Lua xmlrpc facility library, for both client
 and server mode.

Package: lua-yaml
Description-md5: 5f2d549a68a1f6585f279d2dd896c4de
Description-en: LibYAML binding for Lua
 fast C implementation for converting between %YAML 1.1
 and Lua tables, and a low-level YAML event parser for
 implementing more intricate YAML document loading.

Package: lua-yaml-dev
Description-md5: 514c05fb8ecb8b50826bebbe143fef24
Description-en: docs and test files for lua-yaml
 fast C implementation for converting between %YAML 1.1
 and Lua tables, and a low-level YAML event parser for
 implementing more intricate YAML document loading.
 .
 This package contains docs and test files.

Package: lua-zip
Description-md5: 7ce04aaac75a601a846c3b33d5837d55
Description-en: zip library for the Lua language
 This package contains the Lua zip library, that allows one to read
 compressed files from the Lua language.

Package: lua-zip-dev
Description-md5: e167aaf8aae4b78be2fbe903907a6be8
Description-en: zip development files for the Lua language
 This package contains the development files of the Lua zip library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.

Package: lua-zlib
Description-md5: 4c34610bf223b4fcbe18212a5a117e56
Description-en: zlib library for the Lua language
 This package contains the Lua zlib library, that allows one to read
 compressed files from the Lua language.

Package: lua-zlib-dev
Description-md5: eaf36ae1a10ddcd4490b5f5beb0ffd0a
Description-en: zlib development files for the Lua language
 This package contains the development files of the Lua zlib library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 Documentation is also shipped within this package.

Package: liblua5.1-0
Description-md5: bc352b5115dff05ff2aede2bb7cb6dbb
Description-en: Shared library for the Lua interpreter version 5.1
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.

Package: liblua5.1-0-dbg
Description-md5: 54e8189837a8abfaff0a371b2a10bb96
Description-en: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.1 and lua5.1

Package: liblua5.1-0-dev
Description-md5: 883de8c555030d5626a244d06f1d320d
Description-en: Development files for the Lua language version 5.1
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API, both
 in C or C++.

Package: lua5.1
Description-md5: 130003bb49100d21ad1dd4ef09dee02f
Description-en: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.

Package: lua5.1-doc
Description-md5: b77cd91c50d3e390c2f3bf168f592cab
Description-en: Documentation for the Lua language version 5.1
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the official manual covering the Lua language and C API,
 examples, etc.

Package: liblua5.2-0
Description-md5: 0e94c74e97a48f7da19ae355a7044d10
Description-en: Shared library for the Lua interpreter version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.

Package: liblua5.2-dev
Description-md5: cb939e19e8470a092c76923ad164a65d
Description-en: Development files for the Lua language version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.

Package: lua5.2
Description-md5: 130003bb49100d21ad1dd4ef09dee02f
Description-en: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.

Package: lua5.2-doc
Description-md5: bd6938b8d0d3131c26dfff9ef799d221
Description-en: Documentation for the Lua language version 5.2
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the official manual covering the Lua language and C API,
 examples, etc.

Package: liblua5.3-0
Description-md5: ca24127b6ccd3aae89a4e9de4d35c034
Description-en: Shared library for the Lua interpreter version 5.3
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.

Package: liblua5.3-0-dbg
Description-md5: 728df89ca9aadcc6f6178e16e68c5272
Description-en: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.3 and lua5.3

Package: liblua5.3-dev
Description-md5: f8c83b9f0590949a5c02527b3619e0f7
Description-en: Development files for the Lua language version 5.3
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.
 .
 This package also contains the official manual covering the Lua language
 and C API.

Package: lua5.3
Description-md5: 130003bb49100d21ad1dd4ef09dee02f
Description-en: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.

Package: liblua5.4-0
Description-md5: 939e93ff8a98fef8a8f33678c95cad3d
Description-en: Shared library for the Lua interpreter version 5.4
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains runtime libraries.  You shouldn't need to install it
 explicitly.

Package: liblua5.4-0-dbg
Description-md5: eb4fbd49b8575523451e80150bb503bd
Description-en: Debug symbols for the Lua shared library interpreter
 This package contains the debugging symbols for liblua5.4 and lua5.4

Package: liblua5.4-dev
Description-md5: 7fef56cd2ab8bcbb6d412cefc7eafe16
Description-en: Development files for the Lua language version 5.4
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains developer resources for using the Lua library.
 Install it if you are developing programs which use the Lua C API.
 .
 This package also contains the official manual covering the Lua language
 and C API.

Package: lua5.4
Description-md5: 130003bb49100d21ad1dd4ef09dee02f
Description-en: Simple, extensible, embeddable programming language
 Lua is a powerful, light-weight programming language designed for extending
 applications.  The language engine is accessible as a library, having a C
 API which allows the application to exchange data with Lua programs and also
 to extend Lua with C functions.  Lua is also used as a general-purpose,
 stand-alone language through the simple command line interpreter provided.
 .
 This package contains the Lua command line interpreter and bytecode compiler.
 Install it if you are developing or using Lua scripts.

Package: libluabind-dev
Description-md5: 0e64b98246e32af3ea55c0ad07673954
Description-en: luabind c++ binding for Lua: static library and headers
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in Lua and
 let them derive from other Lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains all files necessary to develop applications which
 use luabind.

Package: libluabind-doc
Description-md5: 114ffc2d5d7b0b916ec599ac62becd8f
Description-en: luabind c++ binding for Lua: documentation files
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in Lua and
 let them derive from other Lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains the luabind documentation.

Package: libluabind-examples
Description-md5: af883a7cc990b01185f8233d24c05bd6
Description-en: luabind c++ binding for Lua: example files
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in Lua and
 let them derive from other Lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains some luabind examples, including the basic "helloworld"
 and some more advanced examples.

Package: libluabind0.9.1d1
Description-md5: 4efce1fa612d6488d4e3a0a154c15c4e
Description-en: luabind c++ binding for Lua: runtime library
 Luabind is a library that helps you create bindings between C++ and Lua.
 It has the ability to expose functions and classes, written in C++, to
 Lua. It will also supply the functionality to define classes in Lua and
 let them derive from other Lua classes or C++ classes. Lua classes can
 override virtual functions from their C++ baseclasses. It is written
 towards Lua 5.0, and does not work with other Lua versions.
 .
 This package contains the luabind runtime libraries, for applications that
 have been built with luabind.

Package: lua-check
Description-md5: 5cd990f162a8b2eb4ec8a1cc7772d8b8
Description-en: static analyzer and a linter for the Lua language
 Luacheck is a static analyzer and a linter for Lua which
 detects issues such as usage of undefined global variables,
 unused variables and values, etc. It is fairly configurable
 and can be used as a part of automated testing, manually
 from the command line or inside an editor.

Package: libluajit-5.1-2
Description-md5: 0e3967cc6a80ad8e644afcbfb38fdf19
Description-en: Just in time compiler for Lua - library version
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains an embeddable version of LuaJIT that can be used as a
 replacement of the standard liblua-5.1 shared library.

Package: libluajit-5.1-common
Description-md5: e81863fc0e192bfb068911ecbcd28827
Description-en: Just in time compiler for Lua - common files
 This package contains files needed by the LuaJIT interpreter/jitter as well
 by its embeddable (i.e. library) version.

Package: libluajit-5.1-dev
Description-md5: 701f38ff9b1c7c581b17e38930b17526
Description-en: Just in time compiler for Lua - development files
 This package contains header files and a statically linkable library for
 LuaJIT.

Package: luajit
Description-md5: ea2ed48b1a4e9f9a88708b90989b759f
Description-en: Just in time compiler for Lua programming language version 5.1
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains the standalone interpreter/jitter that can be used
 as a replacement for the standard lua5.1 interpreter.

Package: libluajit2-5.1-2
Description-md5: 76292c71f1b59553fdcdfd14152c1b74
Description-en: OpenResty-maintained branch of LuaJIT (shared objects)
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains an embeddable version of LuaJIT that can be used as a
 replacement of the standard liblua-5.1 shared library.

Package: libluajit2-5.1-common
Description-md5: 2362d9c573643015ba15824efa8a47da
Description-en: OpenResty-maintained branch of LuaJIT (common files)
 This package contains files needed by the LuaJIT interpreter/jitter as well
 by its embeddable (i.e. library) version.

Package: libluajit2-5.1-dev
Description-md5: 7adfbc2682f93abf3f45667d846bb556
Description-en: OpenResty-maintained branch of LuaJIT (development files)
 This package contains header files and a statically linkable library for
 LuaJIT.

Package: luajit2
Description-md5: 1959eed7c0d000710dcd1bc199f24d41
Description-en: OpenResty-maintained branch of LuaJIT (interpreter)
 LuaJIT implements the full set of language features defined by Lua 5.1. The
 virtual machine (VM) is API- and ABI-compatible to the standard Lua interpreter
 and can be deployed as a drop-in replacement.
 .
 This package contains the standalone interpreter/jitter that can be used
 as a replacement for the standard lua5.1 interpreter.

Package: luakit
Description-md5: a3023cac1f7a01ade50f949db5b94777
Description-en: fast and small web browser extensible by Lua
 Luakit is a highly-configurable browser framework based on WebKitGTK+.
 It is very fast and extensible by Lua.  It is primarily targeted at power
 users, developers and any people with too much time on their hands who
 want to have fine-grained control over their web browser's behaviour and
 interface.

Package: luarocks
Description-md5: b888f425d832481f23d488080ca87698
Description-en: deployment and management system for Lua modules
 This package contains LuaRocks, a tool for managing rocks.  A Lua rock is a
 bundle containing a module and some metadata like compilation instructions and
 copyright. The command line utility luarocks can download, build, install and
 remove rocks, properly handling dependencies among them and allowing multiple
 versions of the same rock to coexist.
 .
 The tool installs system-wide rocks in /usr/local when run by the superuser,
 but a regular user can easily tune it to install rocks in his home directory.
 .
 This package also provides the luarocks-admin tool, needed to create a rocks
 repository, and the documentation for luarocks, describing the command line
 tools as well as the library to manipulate rocks.

Package: lua-socket
Description-md5: 16d98ec2922d284e0842f9c8bd770d31
Description-en: TCP/UDP socket library for the Lua language
 Luasocket provides a TCP/UDP socket library for the Lua language
 .
 Also provided are HTTP and SMTP implementations, a simple
 FTP implementation and some URL parsing functions.
 .
 Luasocket supports blocking and non-blocking sockets
 and also provides a select() interface to the language.

Package: lua-socket-dev
Description-md5: 7f537484cac50cca77df4a324d357f51
Description-en: luasocket development files for the Lua language
 This package provides the development headers and the static
 libraries for libluasocket.

Package: liblucene++-contrib0v5
Description-md5: 8c4c8d4a7d38f1a56181264fd5b0081e
Description-en: Shared library with Lucene++ contributions
 Lucene++ is an up to date C++ port of the popular Java Lucene
 library, a high-performance, full-featured text search engine.
 .
 This additional contributions include analyzers, a memory-only
 index and a HTML highlighter for search results.

Package: liblucene++-dev
Description-md5: 4519492e24b3a040f229b0fc6b8f39db
Description-en: Development files for Lucene++
 Lucene++ is an up to date C++ port of the popular Java Lucene
 library, a high-performance, full-featured text search engine.
 .
 This package contains development files.

Package: liblucene++-doc
Description-md5: 9c9853c8d1e9187d6b83f1b5d6d91e47
Description-en: Reference manual for Lucene++
 Lucene++ is an up to date C++ port of the popular Java Lucene
 library, a high-performance, full-featured text search engine.
 .
 This package contains the reference manual and examples.

Package: liblucene++0v5
Description-md5: d589a4bd4bc8ae15b105cb8e241bfcc2
Description-en: Shared library for Lucene++
 Lucene++ is an up to date C++ port of the popular Java Lucene
 library, a high-performance, full-featured text search engine.
 .
 This package contains the shared library.

Package: liblucene3-contrib-java
Description-md5: 6e5ba40a7625d39dd8548bb8ccc138ad
Description-en: Full-text search engine library for Java - additional libraries
 Lucene is a full-text search engine for the Java(TM) programming language.
 Lucene is not a complete application, but rather a code library and API
 that can easily be used to add search capabilities to applications.
 .
 This package contains a number of additional (contributed) libraries.

Package: liblucene3-java
Description-md5: b598142edd97b0840e91c346e12f0c5e
Description-en: Full-text search engine library for Java - core library
 Lucene is a full-text search engine for the Java(TM) programming language.
 Lucene is not a complete application, but rather a code library and API
 that can easily be used to add search capabilities to applications.
 .
 This package contains the Lucene core library.

Package: liblucene4.10-java
Description-md5: fab1d68687ea5561c9903e4b96ebcb35
Description-en: Full-text search engine library for Java(TM)
 Lucene is a full-text search engine for the Java(TM) programming language.
 Lucene is not a complete application, but rather a code library and API
 that can easily be used to add search capabilities to applications.

Package: liblucene8-java
Description-md5: fab1d68687ea5561c9903e4b96ebcb35
Description-en: Full-text search engine library for Java(TM)
 Lucene is a full-text search engine for the Java(TM) programming language.
 Lucene is not a complete application, but rather a code library and API
 that can easily be used to add search capabilities to applications.

Package: luckybackup
Description-md5: fd0f69559bcf16aed1e4eb4f30ad8662
Description-en: rsync-based GUI data backup utility
 luckyBackup is an application that backs-up and/or synchronizes any
 directories with the power of rsync.
 Its main features are: backup, safety, synchronization, exclude/only include
 options, allows custom rsync options, remote connections, restore and dry-run
 operations, scheduling, profiles and command line mode.
 .
 It is simple to use, fast (transfers over only changes made and not all data),
 safe (keeps your data safe by checking all declared directories before
 proceeding in any data manipulation ), reliable and fully customizable.

Package: luckybackup-data
Description-md5: 3465d2647531757f62bab445c711fa6b
Description-en: rsync-based GUI data backup utility (data files)
 luckyBackup is an application that backs-up and/or synchronizes any
 directories with the power of rsync.
 Its main features are: backup, safety, synchronization, exclude/only include
 options, allows custom rsync options, remote connections, restore and dry-run
 operations, scheduling, profiles and command line mode.
 .
 It is simple to use, fast (transfers over only changes made and not all data),
 safe (keeps your data safe by checking all declared directories before
 proceeding in any data manipulation ), reliable and fully customizable.
 .
 This package contains the arch independent data files.

Package: luckyluks
Description-md5: 50c9c9c3bc957d47556e89bb84d4e21c
Description-en: GUI for creating and unlocking LUKS/TrueCrypt
 This program is a Linux GUI for creating and (un-)locking encrypted volumes
 from container files. Unlocked containers leave an icon in the systray as
 a reminder to close them eventually. Supports cryptsetup/LUKS and Truecrypt
 container files.

Package: lucy
Description-md5: 52f9053f485f5ef7f40fe8fe9da31713
Description-en: DNA sequence quality and vector trimming tool
 Lucy is a utility that prepares raw DNA sequence fragments for sequence
 assembly, possibly using the TIGR Assembler. The cleanup process includes
 quality assessment, confidence reassurance, vector trimming and vector
 removal. The primary advantage of Lucy over other similar utilities is
 that it is a fully integrated, stand alone program.
 .
 Lucy was designed and written at The Institute for Genomic Research
 (TIGR, now the J. Craig Venter Institute), and it has been used here for
 several years to clean sequence data from automated DNA sequencers prior
 to sequence assembly and other downstream uses. The quality trimming
 portion of lucy makes use of phred quality scores, such as those produced
 by many automated sequencers based on the Sanger sequencing method. As
 such, lucy’s quality trimming may not be appropriate for sequence
 data produced by some of the new “next-generation” sequencers.

Package: ludevit
Description-md5: d9ef2442e5ed334e1d5adb5d315bbe7c
Description-en: converter from standard Slovak into the L. Štúr version
 ludevít is a filter that does a full text translation of plain text
 from modern Slovak into the Ludevít Štúr version.

Package: lugaru
Description-md5: 1916afa4513cae5efd848ed9bfc27b1f
Description-en: third person ninja rabbit fighting game
 Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game.
 The main character, Turner, is an anthropomorphic rebel bunny rabbit with
 impressive combat skills. In his quest to find those responsible for
 slaughtering his village, he uncovers a far-reaching conspiracy involving the
 corrupt leaders of the rabbit republic and the starving wolves from a nearby
 den. Turner takes it upon himself to fight against their plot and save his
 fellow rabbits from slavery.
 .
 Lugaru HD is developed by the OSS Lugaru project and is based on the original
 Lugaru HD by Wolfire Games.

Package: lugaru-data
Description-md5: 10ce75b6d53dbad4e1e251c1aca71b4c
Description-en: data for the third person ninja rabbit fighting game Lugaru HD
 This package contains the data files for Lugaru HD, which includes some of the
 data from the original Lugaru HD by Wolfire Games, and some additional data
 included by/contributed to the OSS Lugaru project.

Package: luit
Description-md5: 1decf4c1f17a0c2e574b38d96eac1cd1
Description-en: locale and ISO 2022 support for Unicode terminals
 Luit is a filter that can be run between an arbitrary application and a
 UTF-8 terminal emulator.  It will convert application output  from  the
 locale's  encoding  into  UTF-8,  and convert terminal input from UTF-8
 into the locale's encoding.
 .
 This is version 2.0 of luit, which can use encoding information from
 either the font-encoding data-files in the "xfonts-encodings" package,
 or the standard locale support in the C runtime library.

Package: libluksmeta-dev
Description-md5: c8d87f22a65df79819fda91d27d20b56
Description-en: library to access metadata in the LUKSv1 header - development files
 LUKSMeta is a simple library for storing metadata in the LUKSv1 header.
 .
 This package provides the development files

Package: libluksmeta0
Description-md5: 07ad465c46d5825525319a6ce89d6675
Description-en: library to access metadata in the LUKSv1 header
 LUKSMeta is a simple library for storing metadata in the LUKSv1 header.

Package: luksmeta
Description-md5: db8eaf3f8042f64f2c0f3b7a2d56d725
Description-en: Utility to access metadata in a LUKSv1 header
 This package provides luksmeta program to access metadata in a LUKSv1
 header using libluksmeta.

Package: luma.core-doc
Description-md5: 1bb6613561dc564a0a81c306d3cd58ff
Description-en: doc for component library providing a Pillow-compatible drawing canvas
 other functionality to support drawing primitives and text-rendering
 capabilities for small displays on the Raspberry Pi and other single board
 computers:
  * scrolling/panning capability,
  * terminal-style printing,
  * state management,
  * color/greyscale (where supported),
  * dithering to monochrome,
  * sprite animation,
  * flexible framebuffering (depending on device capabilities)
  Package contains documentation

Package: python3-luma.core
Description-md5: 78ba522dbd99611503421bc016e408a7
Description-en: component library providing a Pillow-compatible drawing canvas
 other functionality to support drawing primitives and text-rendering
 capabilities for small displays on the Raspberry Pi and other single board
 computers:
  * scrolling/panning capability,
  * terminal-style printing,
  * state management,
  * color/greyscale (where supported),
  * dithering to monochrome,
  * sprite animation,
  * flexible framebuffering (depending on device capabilities)

Package: luma.emulator-doc
Description-md5: b60b1f905cbf1527b2f36280b210a366
Description-en: doc for library provides a series of pseudo-display devices for luma.core
 Library provides a series of pseudo-display devices which allow the luma.core
 components to be used without running a physical device. These include:
    Real-time (pixel) emulator, based on pygame
    LED matrix and 7-segment renderers
    PNG screen capture
    Animated GIF animator
    Real-time ASCII-art & block emulators

Package: python3-luma.emulator
Description-md5: bbcb6fb7b7a7d0fb6a7bf7bd0aa4af81
Description-en: library provides a series of pseudo-display devices for luma.core
 Library provides a series of pseudo-display devices which allow the luma.core
 components to be used without running a physical device. These include:
    Real-time (pixel) emulator, based on pygame
    LED matrix and 7-segment renderers
    PNG screen capture
    Animated GIF animator
    Real-time ASCII-art & block emulators

Package: luma.lcd-doc
Description-md5: 0a041e722f7006ec9096acafdb4c82c6
Description-en: doc for library interfacing small LCD displays
 Library provides a Python 3 interface to small LCD displays connected to
 Raspberry Pi and other Linux-based single-board computers (SBC).
 It currently supports devices using the HD44780, PCD8544, ST7735, HT1621, and
 UC1701X controllers. It provides a Pillow-compatible drawing canvas, and other
 functionality to support:
    scrolling/panning capability,
    terminal-style printing,
    state management,
    color/greyscale (where supported),
    dithering to monochrome

Package: python3-luma.lcd
Description-md5: 39d929840961b6af57ae64f7f3ba86ef
Description-en: library interfacing small LCD displays
 Library provides a Python 3 interface to small LCD displays connected to
 Raspberry Pi and other Linux-based single-board computers (SBC).
 It currently supports devices using the HD44780, PCD8544, ST7735, HT1621, and
 UC1701X controllers. It provides a Pillow-compatible drawing canvas, and other
 functionality to support:
    scrolling/panning capability,
    terminal-style printing,
    state management,
    color/greyscale (where supported),
    dithering to monochrome

Package: luma.led-matrix-doc
Description-md5: bbf6a021bb535fb152c22134c9f2696b
Description-en: doc for library interfacing LED matrix displays
 Library interfacing LED matrix displays with the MAX7219 driver
 (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat
 and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi
 and other Linux-based single board computers - it providesxi
  a Pillow-compatible drawing canvas, and other functionality to support:
    multiple cascaded devices
    LED matrix, seven-segment and NeoPixel variants
    scrolling/panning capability,
    terminal-style printing,
    state management,
    dithering to monochrome,
    pygame emulator
    Package contains documentation

Package: python3-luma.led-matrix
Description-md5: 0a92b7d95af6895468b9d3fdc9de5b53
Description-en: library interfacing LED matrix displays
 Library interfacing LED matrix displays with the MAX7219 driver
 (using SPI), WS2812 (NeoPixels, inc Pimoroni Unicorn pHat/Hat
 and Unicorn Hat HD) and APA102 (DotStar) on the Raspberry Pi
 and other Linux-based single board computers - it providesxi
  a Pillow-compatible drawing canvas, and other functionality to support:
    multiple cascaded devices
    LED matrix, seven-segment and NeoPixel variants
    scrolling/panning capability,
    terminal-style printing,
    state management,
    dithering to monochrome,
    pygame emulator

Package: luma.oled-doc
Description-md5: 5e2ba04239776d61c456d72e0d77ed54
Description-en: doc for library interfacing OLED matrix displays
 Library interfacing OLED matrix displays with the
 SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SH1106 or WS0010
 driver using I2C/SPI/Parallel on the Raspberry Pi and other linux-based
 single-board computers - it provides a Pillow-compatible drawing canvas,
 and other functionality to support:
    scrolling/panning capability,
    terminal-style printing,
    state management,
    color/greyscale (where supported),
    dithering to monochrome

Package: python3-luma.oled
Description-md5: 575906077950ce4338b5e661b6cb86b5
Description-en: library interfacing OLED matrix displays
 Library interfacing OLED matrix displays with the
 SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351, SH1106 or WS0010
 driver using I2C/SPI/Parallel on the Raspberry Pi and other linux-based
 single-board computers - it provides a Pillow-compatible drawing canvas,
 and other functionality to support:
    scrolling/panning capability,
    terminal-style printing,
    state management,
    color/greyscale (where supported),
    dithering to monochrome

Package: golang-github-johnkerl-lumin-dev
Description-md5: 4cde52ce2e3efe2362a357b771c6a885
Description-en: pattern match highlighter (library)
 lumin highlights matches to a specified pattern (string or regular
 expression) in files, using color. This is similar to grep with
 colorized output, but it outputs all lines in the given files, not
 only matching lines.
 .
 This package provides lumin as a Go library.

Package: lumin
Description-md5: e22e7acf0563efd01a17894e821bb5e9
Description-en: pattern match highlighter
 lumin highlights matches to a specified pattern (string or regular
 expression) in files, using color. This is similar to grep with
 colorized output, but it outputs all lines in the given files, not
 only matching lines.

Package: luminance-hdr
Description-md5: d942bd08d26ad50d79260b51bc57b172
Description-en: graphical user interface providing a workflow for HDR imaging
 Features:
  * Create an HDR file from a set of images (formats: JPEG, TIFF 8bit and
    16bit, RAW) of the same scene taken at different exposure setting.
  * Save and load HDR images.
  * Rotate and resize HDR images.
  * Tonemap HDR images.
  * Copy exif data between sets of images.
 .
 Supported HDR formats:
  * OpenEXR (extension: exr).
  * Radiance RGBE (extension: hdr).
  * Tiff formats: 16bit, 32bit (float) and LogLuv (extension: tiff).
  * Raw image formats (extension: various).
  * PFS native format (extension: pfs).
 .
 Supported LDR formats: JPEG, PNG, PPM, PBM, TIFF (8 bit).

Package: node-lumino
Description-md5: 3bfc1e60e19eedd7bbda309f2843e4c2
Description-en: large set of libraries to develop Node.js applications
 This package provides these libraries :
  * algorithm
  * application
  * commands
  * coreutils
  * disposable
  * domutils
  * dragdrop
  * keyboard
  * messaging
  * polling
  * properties
  * signaling
  * virtualdom
  * widgets
 .
 It used to be PhosphorJS.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: lumpy-sv
Description-md5: 815516aa8931beee4eee9025a0f06630
Description-en: general probabilistic framework for structural variant discovery
 LUMPY, a novel SV discovery framework that naturally integrates multiple
 SV signals jointly across multiple samples.  LUMPY yields improved
 sensitivity, especially when SV signal is reduced owing to either low
 coverage data or low intra-sample variant allele frequency.

Package: lumpy-sv-examples
Description-md5: 0d30dd2639cc1bf538f85568ced20ff2
Description-en: general probabilistic framework for structural variant discovery (data)
 LUMPY, a novel SV discovery framework that naturally integrates multiple
 SV signals jointly across multiple samples.  LUMPY yields improved
 sensitivity, especially when SV signal is reduced owing to either low
 coverage data or low intra-sample variant allele frequency.
 .
 This package contains some example data and scripts to test lumpy-sv.

Package: lunar
Description-md5: c7f194fb672c106978cfcb11a14dff50
Description-en: Chinese Lunar Calendar conversion utility
 The program performs date conversion between the Gregorian Solar Calendar
 (SC) and the Chinese Lunar Calendar (LC).  Given a date in either calendar,
 the program also outputs the corresponding "shengxiao" animal of the year)
 and "ganzhi" characters.  The date range currently covered is from about
 1900 A.D. to 2049 A.D.

Package: liblunar-calendar-3.0-1
Description-md5: c9d4e28e2a95f0c36095f516900ca158
Description-en: Chinese Lunar Calendar widget for GTK+ - so file
 The LunarCalendar provide Chinese lunar Calendar Wieget for GTK+ .
 .
 It support the application that use GTK3 calendar to display Chinese Lunar
 Calendar, such as xfce4-panel, mate-panel, gtk3-widget-factory, etc.
 .
 This package contains so file:
  * liblunar-calendar-3.0.so.1.0.1

Package: liblunar-calendar-dev
Description-md5: 258f74267e4a040b9b3633fabf534077
Description-en: Chinese Lunar Calendar widget for GTK+ - develop files
 The LunarCalendar provide Chinese lunar Calendar Wieget for GTK+ .
 .
 It support the application that use GTK3 calendar to display Chinese Lunar
 Calendar, such as xfce4-panel, mate-panel, gtk3-widget-factory, etc.
 .
 This package contains develop files:
  * C headers
  * pkgconfig lunar-calendar-3.0.pc

Package: liblunar-calendar-doc
Description-md5: f868804688ada5ca1a6091a11dcadb17
Description-en: Chinese Lunar Calendar widget for GTK+ API documents
 The LunarCalendar provide Chinese lunar Calendar Wieget for GTK+ .
 .
 It support the application that use GTK3 calendar to display Chinese Lunar
 Calendar, such as xfce4-panel, mate-panel, gtk3-widget-factory, etc.
 .
 This package contains API documents, examples file.

Package: liblunar-calendar-gtk3-module
Description-md5: 549ddd0b405479802d5e91f56ec62ad5
Description-en: Chinese Lunar Calendar widget for GTK+ - gtk3 module file
 The LunarCalendar provide Chinese lunar Calendar Wieget for GTK+ .
 .
 It support the application that use GTK3 calendar to display Chinese Lunar
 Calendar, such as xfce4-panel, mate-panel, gtk3-widget-factory, etc.
 .
 This package contains gtk3 module file:
  * liblunar-calendar-module.so

Package: gir1.2-lunardate-3.0
Description-md5: ec8b0abda3ce2311c80e7d8cd6ce9ea8
Description-en: GObject Introspection for lunar-date
 Lunar-date is a Chinese Lunar library based on GObject, which can
 covert between Chinese lunar calendar and Gregorian calendar.
 .
 This package contains GObject Introspection for lunar-date.

Package: liblunar-date-3.0-1
Description-md5: 2462165887bb9a6377af9cc4afd13a34
Description-en: Chinese Lunar library based on GObject
 Lunar-date is a Chinese Lunar library based on GObject, which can
 covert between Chinese lunar calendar and Gregorian calendar.
 .
 This package contains shared library and vala bindings.

Package: liblunar-date-dev
Description-md5: 1245bb8649d166ccb782818f9add6a0b
Description-en: Chinese Lunar library based on GObject - develop files
 Lunar-date is a Chinese Lunar library based on GObject, which can
 covert between Chinese lunar calendar and Gregorian calendar.
 .
 This package contains develop files:
  * C headers
  * pkgconfig lunar-date-3.0.pc
  * gir-1.0 LunarDate-3.0.gir

Package: liblunar-date-doc
Description-md5: 5b5973708e312357d93d5625be2f111b
Description-en: Chinese Lunar library based on GObject - API documents
 Lunar-date is a Chinese Lunar library based on GObject, which can
 covert between Chinese lunar calendar and Gregorian calendar.
 .
 This package contains API documents.

Package: lunar-date
Description-md5: 1a4e4f0a069e0c933ee1a3630cfcab60
Description-en: Chinese Lunar library based on GObject - command and D-Bus
 Lunar-date is a Chinese Lunar library based on GObject, which can
 covert between Chinese lunar calendar and Gregorian calendar.
 .
 This package contains lunar-date command, D-Bus org.chinese.Lunar.Date.service.
 The lunar-date need to call D-Bus when running.

Package: lunzip
Description-md5: dad1d8486f5fc429767e104dba9c5f90
Description-en: data compressor based on the LZMA algorithm (decompressor)
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 .
 This package contains the decompressor.

Package: luola
Description-md5: e1ccfa499c44a58d88b92ddd5c129e36
Description-en: multiplayer cave-flying game
 Luola is a 2D arcade game where you fly a small V shaped ship in different
 kinds of levels.
 .
 Luola's genre "Luolalentely", or cave-flying, has been
 very popular in Finland.   Although cave-flying games
 are not originally from Finland, most new cave-flying
 games are.

Package: luola-data
Description-md5: 4c180ac769378accf92e0664d3b5dd2b
Description-en: data files for luola
 Luola is a 2D arcade game where you fly a small V shaped ship in different
 kinds of levels.
 .
 Luola's genre "Luolalentely", or cave-flying, has been
 very popular in Finland.   Although cave-flying games
 are not originally from Finland, most new cave-flying
 games are.
 .
 This package contains sound and image files for luola.

Package: luola-levels
Description-md5: 0995466b1b155ca52b86d00046ce3a69
Description-en: level files for luola
 Luola is a 2D arcade game where you fly a small V shaped ship in different
 kinds of levels.
 .
 Luola's genre "Luolalentely," or cave-flying, has been
 very popular in Finland.   Although cave-flying games
 are not originally from Finland, most new cave-flying
 games are.
 .
 This package contains the level files for luola.

Package: luola-nostalgy
Description-md5: b1a861663320f927caaa21ff354ef545
Description-en: nostalgy level files for luola
 Luola is a 2D arcade game where you fly a small V shaped ship in different
 kinds of levels.
 .
 Luola's genre "Luolalentely," or cave-flying, has been
 very popular in Finland.   Although cave-flying games
 are not originally from Finland, most new cave-flying
 games are.
 .
 This package contains (unofficial) remakes of the old V-Wing levels.

Package: lure-of-the-temptress
Description-md5: e24bdc7ea53bf81676f91ec11b58f930
Description-en: classic 2D point and click fantasy adventure game
 Lure of the Temptress was Revolution's very first adventure game and work
 began on it in 1989, even before Revolution's inception as an actual games
 development company.
 .
 You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all
 intents and purposes, a good man. After decades of unrest the King has united
 the warring factions in his kingdom and all his lands are at peace, except a
 remote region around a town called Turnvale. A revolt has recently taken place
 in Turnvale, a revolt orchestrated by an apprentice sorceress called Selena,
 the titular temptress.
 The king calls together his finest horsemen and heads off (with you in tow) to
 Turnvale just to witness how hellish mercenary monsters called Skorl are
 invading the town.
 .
 The king's men are defeated, the king is killed and you fall of your horse
 and bang your head heavily on the ground. You have been unconscious for a
 while when you realize that you are in a dingy cell guarded by a not so
 friendly Skorl. Maybe it would be an idea to try and escape...
 .
 Note that this package only contains game-data. The game engine is provided by
 ScummVM.

Package: lusernet.app
Description-md5: a691ad219cc75a0527475e5e421386d2
Description-en: News reader for GNUstep
 LuserNET is an NNTP based news reader for GNUstep.  Although it's at
 an early version, it's already quite usable.  The following features
 are available:
 .
  * Coloring of messages based on quoting depth.
  * Background read-ahead.
  * Intelligent scrolling.
  * Handles multiple servers.
  * Completely asynchronous.
  * Good MIME conformance and handling.

Package: lutefisk
Description-md5: 67f0a09c91cbd46ee3b7ca67e4a12b4a
Description-en: de novo interpretation of peptide CID spectra
 Lutefisk performs a de novo interpreation of collision-induced decay
 (CID) spectra, providing the user with a file containing all the
 possible sequence candidates corresponding to the CID data.

Package: lutefisk-doc
Description-md5: 39eac65daab9f2d0509fd6689dde0255
Description-en: De novo interpretation of peptide CID spectra - documentation
 Lutefisk performs a de novo interpreation of collision-induced decay
 (CID) spectra, providing the user with a file containing all the
 possible sequence candidates corresponding to the CID data.
 .
 This package contains the manual in HTML format.

Package: liblutok-dev
Description-md5: 85755a044ac885d08997e36baf146042
Description-en: lightweight C++ API library for Lua -- development files
 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua.  These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors.  The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments.  In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains development files (headers, pkg-config files, ...)

Package: liblutok-doc
Description-md5: d0041f4c49611f5f0bfa993b2a48893f
Description-en: lightweight C++ API library for Lua -- documentation
 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua.  These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors.  The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments.  In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains the developer documentation & API reference.

Package: liblutok3
Description-md5: 3184988ce326b32b11523a0da95a974f
Description-en: lightweight C++ API library for Lua -- shared object
 Lutok provides thin C++ wrappers around the Lua C API to ease the
 interaction between C++ and Lua.  These wrappers make intensive use of
 RAII to prevent resource leakage, expose C++-friendly data types, report
 errors by means of exceptions and ensure that the Lua stack is always
 left untouched in the face of errors.  The library also provides a small
 subset of miscellaneous utility functions built on top of the wrappers.
 .
 Lutok focuses on providing a clean and safe C++ interface; the drawback
 is that it is not suitable for performance-critical environments.  In
 order to implement error-safe C++ wrappers on top of a Lua C binary
 library, Lutok adds several layers or abstraction and error checking
 that go against the original spirit of the Lua C API and thus degrade
 performance.
 .
 This package contains the linkable shared object.

Package: lv
Description-md5: 50944e913954e28c6199155395734a63
Description-en: Powerful Multilingual File Viewer
 lv is a powerful file viewer like less.
 lv can decode and encode multilingual streams through
 many coding systems:
 ISO-8859, ISO-2022, EUC, SJIS, Big5, HZ, Unicode.
 .
 It recognizes multi-bytes patterns as regular
 expressions, lv also provides multilingual grep.
 In addition, lv can recognize ANSI escape sequences
 for text decoration.

Package: lv2-dev
Description-md5: 31b7d6551bd5ed2a3f77a4c69d15176d
Description-en: LV2 audio plugin specification
 LV2 is a simple but extensible successor of LADSPA plugins,
 intended to address the limitations of LADSPA which many
 applications have outgrown.
 .
 This package contains the LV2 audio plugin specification,
 with all the official extension packages, as well as example
 plugins, and additional data.
 .
 Implementations are encouraged to abandon the “copy paste
 headers” practice and depend on this package instead.

Package: lv2-examples
Description-md5: 2cc57017f618c375d1f9611389406a0f
Description-en: LV2 audio plugin specification (example plugins)
 LV2 is a simple but extensible successor of LADSPA plugins,
 intended to address the limitations of LADSPA which many
 applications have outgrown.
 .
 This package contains some LV2 example plugins.

Package: libpaq-dev
Description-md5: 015a25608d54f3e252457489e25ed13d
Description-en: library for parsing and querying RDF data (header files)
 some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 This package contains all necessary files
 for development with lv2-c++-tools.

Package: libpaq0
Description-md5: 43cd2ff6f1ef54160b4241a2b2cf5fad
Description-en: library for parsing and querying RDF data
 These are some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 This package provides libpaq, which is a LIBrary for Parsing And
 Querying RDF data in Turtle format.

Package: lv2-c++-tools
Description-md5: f5c0bd09d9c86f56862ac99de0744837
Description-en: library and tools for LV2 plugins
 These are some tools and libraries that may come in handy
 when writing LV2 plugins in C++.
 .
 The following static libraries are provided:
  * liblv2-plugin is a C++ library that you can use to write LV2
    plugins by inheriting from a plugin base class and overriding
    a small number of functions.
  * liblv2-gui is a C++ library that you can use to write LV2
    plugin GUIs.
 .
 This package also contains the binaries lv2peg and lv2soname:
  * lv2peg is a program that generates C header files from
    Turtle files containing LV2 plugin data.
  * lv2soname is a program that generate the RDF triples needed
    to tell hosts that the library with that soname must never be
    unloaded even after your plugin GUI library has been unloaded.
 .
 This package provides runtime objects and development files.

Package: lv2-c++-tools-doc
Description-md5: d6afd963bec9c4c3114d6ee2e73b0345
Description-en: lv2-c++-tools documentation
 Complete HTML documentation for lv2-c++-tools
 .
 These documents describes some C++ classes
 that may be of use if you want to write LV2 plugins in C++.

Package: liblv2dynparam1-dev
Description-md5: 839ea479b15d6f8691d71570d348f7c3
Description-en: lv2dynparam is a LV2 plugin interface extension
 Library that enables plugin parameters to appear and disappear
 (i.e. number of voices).
 It also allows nested grouping of parameters.
 Groups can be used for things like ADSR abstraction,
 i.e. group of 4 float parameters.
 .
 The extension consists of a header describing the extension
 interface and libraries, one for plugins and one for hosts,
 to expose functionality in more usable,
 from programmer point of view, interface.
 .
 This package contains the headers used to build applications
 that use liblv2dynparamhost1-1 and liblv2dynparamplugin1-0.

Package: liblv2dynparamhost1-1
Description-md5: 6248188f32dc325ee0350c3edd88b74f
Description-en: LV2 plugin interface extension - host
 Library that enables plugin parameters to appear and disappear
 (i.e. number of voices).
 It also allows nested grouping of parameters.
 Groups can be used for things like ADSR abstraction,
 i.e. group of 4 float parameters.
 .
 This package contains the shared library for liblv2dynparamhost1-1.

Package: liblv2dynparamplugin1-0
Description-md5: 63ebd6e92ec4c301794af4659b01d6bc
Description-en: LV2 plugin interface extension - plugin
 Library that enables plugin parameters to appear and disappear
 (i.e. number of voices).
 It also allows nested grouping of parameters.
 Groups can be used for things like ADSR abstraction,
 i.e. group of 4 float parameters.
 .
 This package contains the shared library for liblv2dynparamplugin1-0.

Package: lv2file
Description-md5: 71a9d08f8da858b03cb3a05299e5a2ec
Description-en: Command-line program to apply LV2 effects to audio files
 lv2file is a simple program which you can use to apply LV2 effects to your
 audio files without much hassle.
 .
 Possible use cases of lv2file are:
  * Apply an effect without having to open a GUI or start a project.
  * Apply effects to a large number of files, or in an automated manner.
  * You need a deterministic environment to debug a plugin you are developing.
  * Command-line only audio processing.
 .
 lv2file does not come with any built-in effects, so you must install other
 packages containing LV2 plugins to use with lv2file.

Package: lv2proc
Description-md5: f9d92a3ead90ba84e8c319078c4cd08b
Description-en: command line effect processor
 LV2proc is a simple command line effect processor using LV2 plugins.
 .
 lv2proc generates an output sound file by applying a LV2 effect
 plugin to an input sound file.

Package: lv2vocoder
Description-md5: 3fe6543675586f23424116d94f3e0c50
Description-en: LV2 vocoder plugin
 Perhaps you don't know what a vocoder is, but I'm sure you have heard
 one before. Vocoders are often used to add a robotic effect to vocals
 in music. Happy robots use Linux and LV2!
 .
 This vocoder plugin has 2 AUDIO inputs and 1 OUTPUT. The first INPUT is
 the "Formant" signal which is usually someone's voice. The second INPUT
 is the "Carrier" signal which is some sort of continuous synth sound.
 The "Carrier" signal is modulated to the "Formant".
 .
 There are a number of controls ports. The first one is the "Number of
 bands" which is how many frequency bands to use (current maximum is 16).
 The rest of the controls set the level of each individual band and
 should have a value between 0.0 and 1.0. The lower numbered bands are
 lower in frequency the higher numbered bands are higher in frequency.

Package: dmeventd
Description-md5: d576f6de0573a9ee9210238f490eb185
Description-en: Linux Kernel Device Mapper event daemon
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains a daemon to monitor events of devmapper devices.

Package: dmsetup
Description-md5: 53b782cbc29445e9c389c933898e1153
Description-en: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains a utility for modifying device mappings.

Package: libdevmapper-dev
Description-md5: 5cd5521f2f57bf6df22387046029bce5
Description-en: Linux Kernel Device Mapper header files
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) header files for accessing the
 device-mapper; it allow usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).

Package: libdevmapper-event1.02.1
Description-md5: b169c2c5a98cc37e577d858eb70f12b6
Description-en: Linux Kernel Device Mapper event support library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the userspace library to help with event monitoring
 for devmapper devices, in conjunction with the dmevent daemon.

Package: libdevmapper1.02.1
Description-md5: 20966f6bb804eef3609ec2e2db69378f
Description-en: Linux Kernel Device Mapper userspace library
 The Linux Kernel Device Mapper is the LVM (Linux Logical Volume Management)
 Team's implementation of a minimalistic kernel-space driver that handles
 volume management, while keeping knowledge of the underlying device layout
 in user-space.  This makes it useful for not only LVM, but software raid,
 and other drivers that create "virtual" block devices.
 .
 This package contains the (user-space) shared library for accessing the
 device-mapper; it allows usage of the device-mapper through a clean,
 consistent interface (as opposed to through kernel ioctls).

Package: liblvm2-dev
Description-md5: 9355c51a0fa4f1589861097790213f32
Description-en: LVM2 libraries - development files
 This package contains files needed to develop applications that use the
 lvm2app library.

Package: liblvm2cmd2.03
Description-md5: 8f4d76592086bd210b07fd8b6370be43
Description-en: LVM2 command library
 This package contains the lvm2cmd shared library.

Package: lvm2
Description-md5: 9df95d102d2b0aad5aff13603ef0cb3f
Description-en: Linux Logical Volume Manager
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.

Package: lvm2-dbusd
Description-md5: 58ae61149cfbcb7082b5065979973507
Description-en: LVM2 D-Bus daemon
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
 .
 This package includes the D-Bus daemon.

Package: lvm2-lockd
Description-md5: 616fa34a9f75aed256bed16729c930bd
Description-en: LVM locking daemon
 This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
 supports enterprise level volume management of disk and disk subsystems
 by grouping arbitrary disks into volume groups. The total capacity of
 volume groups can be allocated to logical volumes, which are accessed as
 regular block devices.
 .
 LVM commands use lvmlockd to coordinate access to shared storage.

Package: lwatch
Description-md5: d5e53449345bc6a874d81dbe6d9cf0ae
Description-en: simple log colorizer
 Lwatch is a program to split syslog or syslog-ng messages with regexps (PCREs),
 colorize and display them in a way that important information can be seen at a
 glance. It is a small, useful tool for system administrators.

Package: liblwip-dev
Description-md5: 83e8f83a2223ef39b614b5dc3de5fd5c
Description-en: small implementation of the TCP/IP protocol suite - development files
 lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
 suite that has been developed by Adam Dunkels at the Computer and
 Networks Architectures (CNA) lab at the Swedish Institute of Computer
 Science (SICS).
 .
 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
 while still having a full scale TCP. This making lwIP suitable for use
 in embedded systems with tens of kilobytes of free RAM and room for
 around 40 kilobytes of code ROM.
 .
 This package contains the development files.

Package: liblwip-doc
Description-md5: f2e8125bf9f947e56bf0a9a21627d02f
Description-en: small implementation of the TCP/IP protocol suite - documentation
 lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
 suite that has been developed by Adam Dunkels at the Computer and
 Networks Architectures (CNA) lab at the Swedish Institute of Computer
 Science (SICS).
 .
 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
 while still having a full scale TCP. This making lwIP suitable for use
 in embedded systems with tens of kilobytes of free RAM and room for
 around 40 kilobytes of code ROM.
 .
 This package contains the documentation.

Package: liblwip0
Description-md5: 7a1d321ce7433276e56e6a396d612583
Description-en: small implementation of the TCP/IP protocol suite - shared library
 lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
 suite that has been developed by Adam Dunkels at the Computer and
 Networks Architectures (CNA) lab at the Swedish Institute of Computer
 Science (SICS).
 .
 The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
 while still having a full scale TCP. This making lwIP suitable for use
 in embedded systems with tens of kilobytes of free RAM and room for
 around 40 kilobytes of code ROM.
 .
 This package contains the shared library.

Package: liblwipv6-2
Description-md5: 87d515b8b103911b8daa45b440a27902
Description-en: User level (lightweight) TCP/IP stack with IPv6 support
 LWIPv6 is a user level TCP/IP stack with the following features:
 .
 Physical layer: ARP support, TUN/TAP/VDE drivers support.
 .
 Network layer: IP forwarding, fragmentation, NAT, IPv6 Stateless Address
 Autoconfiguration, Router Advertising support.
 .
 Transport layer: TCP: congestion control, RTT estimation, fast recovery, fast
 retransmit; UDP.
 .
 Berkeley Socket API: Protocol families PF_INET, PF_INET6, PF_PACKET, partial
 PF_NETLINK support; Socket types SOCK_STREAM, SOCK_DGRAM, SOCK_RAW support.
 .
 LWIPv6 is used, for instance, by a UMView module to support user level
 networking and configuration, usually together with VDE.
 .
 LWIPv6, along with UMView, is part of the View-OS project:
 http://wiki.virtualsquare.org

Package: liblwipv6-dev
Description-md5: 3481b819111ba206552d606560a3225a
Description-en: Development files for the LWIPv6 library
 LWIPv6 is a user level TCP/IP stack with the following features:
 .
 Physical layer: ARP support, TUN/TAP/VDE drivers support.
 .
 Network layer: IP forwarding, fragmentation, NAT, IPv6 Stateless Address
 Autoconfiguration, Router Advertising support.
 .
 Transport layer: TCP: congestion control, RTT estimation, fast recovery, fast
 retransmit; UDP.
 .
 Berkeley Socket API: Protocol families PF_INET, PF_INET6, PF_PACKET, partial
 PF_NETLINK support; Socket types SOCK_STREAM, SOCK_DGRAM, SOCK_RAW support.
 .
 LWIPv6 is used, for instance, by a UMView module to support user level
 networking and configuration, usually together with VDE.
 .
 LWIPv6, along with UMView, is part of the View-OS project:
 http://wiki.virtualsquare.org
 .
 This package contains the files needed to compile applications that link
 LWIPv6.

Package: liblwjgl-java
Description-md5: fd86496bdfeb39a5bd9164d83e87afd7
Description-en: Lightweight Java Game Library
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.

Package: liblwjgl-java-doc
Description-md5: 64990d53a8a49e3abeb73d545612bcde
Description-en: Lightweight Java Game Library (javadoc)
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.
 .
 This package contains the API documentation for lwjgl.

Package: liblwjgl-java-jni
Description-md5: b5fb6400d069da5e1732740f908cb8b0
Description-en: Lightweight Java Game Library (jni)
 The Lightweight Java Game Library (LWJGL) is a solution aimed directly at
 professional and amateur Java programmers alike to enable commercial quality
 games to be written in Java. LWJGL provides developers access to high
 performance crossplatform libraries such as OpenGL (Open Graphics Library)
 and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D
 sound. Additionally LWJGL provides access to controllers such as Gamepads,
 Steering wheel and Joysticks. All in a simple and straight forward API.
 .
 This package contains the java jni library.

Package: lwm
Description-md5: ccda724ebb2abd18c4bee7a8ff399d7a
Description-en: lightweight window manager
 Low resource Window manager ideal for older PCs. It uses a minimum of
 external libraries, thus very little memory. It doesn't iclude
 icons, icon docs, button bars or root menus.

Package: chromium-lwn4chrome
Description-md5: 3e19d15554f0b9b7649e2e1163aaf862
Description-en: Chromium extension for making LWN.net slightly easier to read
 When faced with an LWN article that links to another LWN article, with
 perhaps a word of anchor text, it's hard to tell if the new article is worth
 opening in a tab, is indeed already open in a tab, or has been previously
 read.
 .
 This package adds a adds title attributes to LWN links, which helps to solve
 this problem.

Package: liblwt-ocaml
Description-md5: 9a92aa1fd4c0739e2b6697cf09b27b72
Description-en: cooperative light-weight thread library for OCaml (runtime)
 Lwt is a library for cooperative threads implemented in a monadic style.
 Unlike preemptive threads, cooperative threads do not use a scheduler to
 distribute processor time between threads. Instead, each thread must
 announce that it wants to let the others run.
 .
 This package contains runtime libraries for programs using core Lwt.

Package: liblwt-ocaml-dev
Description-md5: 9cc00ecb2977eef354c4cc4a3b7427ea
Description-en: cooperative light-weight thread library for OCaml
 Lwt is a library for cooperative threads implemented in a monadic style.
 Unlike preemptive threads, cooperative threads do not use a scheduler to
 distribute processor time between threads. Instead, each thread must
 announce that it wants to let the others run.
 .
 This package contains all the development stuff you need to use the
 core Lwt OCaml library in your programs.

Package: liblwt-log-ocaml
Description-md5: bd007b69ca5fd9052a018c510d5256c9
Description-en: optimised functions to read and write int16/32/64 (runtime)
 Lwt_log is a Lwt-friendly logging library. The library is split into
 two ocamlfind packages. The "basic" lwt_log includes Unix log
 destination support, such as files and syslog, and
 Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable
 for targeting JavaScript in the browser, or elsewhere where Unix is
 not available.
 .
 This package contains the runtime files.

Package: liblwt-log-ocaml-dev
Description-md5: 319ff0c1a2833f92ed6387c90bb61690
Description-en: Lwt-friendly logging library (development)
 Lwt_log is a Lwt-friendly logging library. The library is split into
 two ocamlfind packages. The "basic" lwt_log includes Unix log
 destination support, such as files and syslog, and
 Lwt_daemon. lwt_log.core is the pure-OCaml part of lwt_log, suitable
 for targeting JavaScript in the browser, or elsewhere where Unix is
 not available.
 .
 This package contains the development files.

Package: liblwt-ssl-ocaml
Description-md5: de93671d346106c017868705b6e8c740
Description-en: OCaml OpenSSL binding with concurrent I/O (runtime)
 An Lwt-enabled wrapper around OCaml-SSL, that performs I/O
 concurrently. Ocaml-SSL, in turn, is a binding to the much-used
 OpenSSL.
 .
 This package contains runtime files.

Package: liblwt-ssl-ocaml-dev
Description-md5: 8a188c3a36d2786f0b0fb104acdc3119
Description-en: OCaml OpenSSL binding with concurrent I/O (dev)
 An Lwt-enabled wrapper around OCaml-SSL, that performs I/O
 concurrently. Ocaml-SSL, in turn, is a binding to the much-used
 OpenSSL.
 .
 This package contains development files.

Package: lx-gdb
Description-md5: 0646190789168933feda7186f5d8476d
Description-en: Dump and load databases from HP 100LX/200LX palmtops
 gdbload/gdbdump converts any standard HP/LX database to and from
 CSV (Comma-Separated-Values) format.  Many formatting
 options are available.  World-Time and Appointment
 databases as well as application specific fields are not
 supported.
 .
 The HP 100LX was introduced in 1993.

Package: lxappearance
Description-md5: 241e2402ebe121f057152a0afd056987
Description-en: LXDE GTK+ theme switcher
 LXAppearance is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It is a new feature-rich GTK+ theme switcher able to change GTK+ themes, icon
 themes, and fonts used by applications. GNOME/KDE/Xfce user may use build-in
 theme, this works for GTK+ based lightweight desktop Environment.
 .
 Features:
 .
  * Choose GTK+ theme
  * Choose icon theme
  * Install new icon theme
  * Choose their favorite font
  * Choose toolbar style
  * See changes immediately in preview area

Package: lxappearance-dbg
Description-md5: 76a55c4d48c4c905e350497f0bc1d06b
Description-en: LXDE GTK+ theme switcher (debug)
 LXAppearance is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the debugging symbols.

Package: lxappearance-obconf
Description-md5: b74159165f1e0090e76c4a82a99f7fcb
Description-en: LXDE GTK+ theme switcher (plugin)
 LXAppearance is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the ObConf plugin.

Package: lxappearance-obconf-dbg
Description-md5: 74e4b6717575de61c969beb32d5cf9cf
Description-en: LXDE GTK+ theme switcher (plugin - debug)
 LXAppearance is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the debugging symbols for the ObConf plugin.

Package: liblxc-common
Description-md5: 64c1c87f38b94cdcf67f746e6c6223fd
Description-en: Linux Containers userspace tools (library)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the common files for the shared library

Package: liblxc1
Description-md5: 1e0f601ab32a2567bee52c30378f862a
Description-en: Linux Containers userspace tools (library)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the shared library.

Package: libpam-cgfs
Description-md5: e709f3eddd48d5ce8595be4d003fd4f5
Description-en: PAM module for managing cgroups for LXC
 LXCFS provides a FUSE based filesystem to improve the LXC experience
 within the containers.
 .
 This provides a Pluggable Authentication Module (PAM) to provide
 logged-in users with a set of cgroups which they can administer.
 This allows for instance unprivileged containers, and session
 management using cgroup process tracking.

Package: lxc
Description-md5: 4ece0dffd153c29e95ffdb89f8238dfc
Description-en: Linux Containers userspace tools
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package provides the lxc-* tools, which can be used to start a single
 daemon in a container, or to boot an entire "containerized" system, and to
 manage and debug your containers.

Package: lxc-dev
Description-md5: c719178b7e79ce1ed39519707c589961
Description-en: Linux Containers userspace tools (development)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the development files.

Package: lxc-tests
Description-md5: e03094a7d4b1a574890d104af255c273
Description-en: Linux Containers userspace tools (test binaries)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the test binaries. Those binaries are primarily
 used for autopkgtest and by some developers. They are not meant to be
 installed on regular user systems.

Package: lxc-templates
Description-md5: 9a526ab1c6ccc435c574f17de9485e7e
Description-en: Linux Containers userspace tools (templates)
 Containers are insulated areas inside a system, which have their own namespace
 for filesystem, network, PID, IPC, CPU and memory allocation and which can be
 created using the Control Group and Namespace features included in the Linux
 kernel.
 .
 This package contains the templates.

Package: lxcfs
Description-md5: f3cabfc6ca3d3433720d9d811af950bd
Description-en: FUSE based filesystem for LXC
 LXCFS provides a FUSE based filesystem to improve the LXC experience
 within the containers.
 .
 This filesystem offers both a cgroupfs-like view for use by
 unprivileged containers which wouldn't otherwise be allowed to mount
 cgroupfs. And a set of files that are meant to be bind-mounted over
 their /proc equivalent to make them cgroup-aware.

Package: lxctl
Description-md5: 87a4bc84b5c8c877aaf7f04b95f4a57b
Description-en: Utility to manage LXC
 This program is write in perl and can be used to control lxc-based containers
 in vzctl-like way.
 This is used to manage different aspects of Linux Containers (LXC) such as
 create, destroy, start, and stop containers.

Package: lxd
Description-md5: 12271909289551f8083c073a5b1b134c
Description-en: Powerful system container and virtual machine manager - daemon
 LXD is a next generation system container and virtual machine manager.
 It offers a unified user experience around full Linux systems running
 inside containers or virtual machines.
 .
 It's image based with pre-made images available for a wide number of
 Linux distributions and is built around a very powerful, yet pretty
 simple, REST API.
 .
 This package contains the LXD daemon.

Package: lxd-agent
Description-md5: 5a064d12da25f0c082cb6a51436ea6e4
Description-en: LXD guest agent
 This package provides an agent to run inside LXD virtual machine guests.
 .
 It has to be installed on the LXD host if you want to allow agent
 injection capability when creating a virtual machine.

Package: lxd-client
Description-md5: 5e69aefa0819bee4bc4a31bba7797cec
Description-en: Powerful system container and virtual machine manager - client
 LXD is a next generation system container and virtual machine manager.
 It offers a unified user experience around full Linux systems running
 inside containers or virtual machines.
 .
 A REST API is offered by LXD to remotely manage containers over the network,
 using an image based work-flow and with support for live migration.
 .
 This package contains the LXD command line client.

Package: lxd-migrate
Description-md5: 952b78e1588a8c71edd89c1f45a76ec7
Description-en: LXD physical to instance migration tool
 This tool lets you turn any Linux filesystem (including your current one)
 into a LXD instance on a remote LXD host.
 .
 It will setup a clean mount tree made of the root filesystem and any
 additional mount you list, then transfer this through LXD's migration
 API to create a new instance from it.

Package: lxd-tools
Description-md5: a45f41a2e6dec3a926c326cdb0bc7598
Description-en: Powerful system container and virtual machine manager - extra tools
 LXD is a next generation system container and virtual machine manager.
 It offers a unified user experience around full Linux systems running
 inside containers or virtual machines.
 .
 This package contains extra tools provided with LXD.
  - fuidshift - A tool to map/unmap filesystem uids/gids
  - lxc-to-lxd - A tool to migrate LXC containers to LXD
  - lxd-benchmark - A benchmarking tool for LXD

Package: lxde-common
Description-md5: 705fa21b3d6847dbbae4790d53194888
Description-en: LXDE common configuration files
 LXDE (the Lightweight X11 Desktop Environment) is a project aimed
 to provide a desktop environment which is lightweight and fast.
 .
 This package provides convenient set of configuration files for core
 LXDE components (pcmanfm and lxpanel). Install all the recommended
 packages as well to run a minimal LXDE session.

Package: openbox-lxde-session
Description-md5: 5475097460208980d4b5d0d46ed3a34c
Description-en: LXDE session manager and configuration files
 LXDE (the Lightweight X11 Desktop Environment) is a project aimed
 to provide a desktop environment which is lightweight and fast.
 .
 It's not designed to be powerful and bloated, but to be usable and slim
 enough, and keep the resource usage low. Different from other desktop
 environments, LXDE doesn't tightly integrate every component. Instead,
 LXDE tries to make all components independent, and each of them can be
 used independently with fewer dependencies.
 .
 Features:
 .
  * Lightweight, runs with reasonable memory usage
  * Fast, runs well even on older machines produced in 1999
  * Good-looking, GTK+ 2 internationalized user interface
  * Easy-to-use, the user interface is simple, but usable enough
  * Desktop independent (surprise! Every component can be used without LXDE)
  * Standard compliant, follows the specs on freedesktop.org
 .
 This package depends on minimal set of components (lxsession, openbox,
 and lxde-screenlock.desktop file), and contains all the session-specific
 configuration files required to start a LXDE desktop session from a
 display manager such as GDM.

Package: lxde-icon-theme
Description-md5: fa7cfb5900c3feac3313fb90d8c09e1c
Description-en: LXDE standard icon theme
 LXDE-Icon-Theme is the standard icon theme for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 It is also known as the nuoveXT2 icon theme from which it is derived from.

Package: lxde
Description-md5: 8aedef70e6e5380e7397504f45387693
Description-en: metapackage for LXDE
 The Lightweight X11 Desktop Environment (LXDE) is a project aimed
 to provide a desktop environment which is lightweight and fast.
 .
 This package is a metapackage depends on the core components and
 recommended components of the LXDE. It includes lxde-core, lxappearance,
 lxinput, lxsession-edit, gpicview, lxterminal, lxrandr, galculator,
 mousepad and xarchiver.
 .
 If you just want to pick and choose the LXDE components then feel free
 to remove this package.

Package: lxde-core
Description-md5: 9c57d74e560c1ac5ab7d9304ac26ee04
Description-en: metapackage for the LXDE core
 The Lightweight X11 Desktop Environment (LXDE) is a project aimed
 to provide a desktop environment which is lightweight and fast.
 .
 This package is a metapackage which depends on minimal LXDE components set
 required to get a working desktop - pcmanfm, lxpanel, and lxde-session.
 This package also recommends few the most useful applications such as
 terminal emulator, notification-daemon, and xscreensaver.
 .
 If you just want to pick and choose the core components then feel free
 to remove this package.

Package: lxdm
Description-md5: 94556f15f37b3af5401121759fee0fcd
Description-en: LXDE display manager
 LXDM is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It's a lightweight login manager which can be used as a replacement for
 GDM or KDM.

Package: lxhotkey-core
Description-md5: ed5f930e4970f5daf348b4a10c66a97c
Description-en: Lightweight global keyboard shortcuts configurator
 LXHotkey is an universal application for the Lightweight X11 Desktop
 Environment (LXDE) which allows view and change global keyboard shortcuts
 for Window Manager actions, including ones to start applications.
 .
 This package contains no plugins so the most probably will do nothing
 useful unless you also install a plugin supporting the Window Manager you
 are using and probably some GUI plugin.

Package: lxhotkey-data
Description-md5: d2a1d4d8cf6f614e2891e0d2fd1f4b80
Description-en: LXHotkey keyboard shortcuts configurator (data files)
 LXHotkey is an universal application for the Lightweight X11 Desktop
 Environment (LXDE) which allows view and change global keyboard shortcuts
 for Window Manager actions, including ones to start applications.
 .
 This package contains internationalization files.

Package: lxhotkey-dev
Description-md5: 2f7feb033d0621125e3c0ac8b1b8851b
Description-en: LXHotkey keyboard shortcuts configurator (development files)
 LXHotkey is an universal application for the Lightweight X11 Desktop
 Environment (LXDE) which allows view and change global keyboard shortcuts
 for Window Manager actions, including ones to start applications.
 .
 This package contains header file and dependencies required to create a
 plugin for LXHotkey.

Package: lxhotkey-gtk
Description-md5: 0faed464a660a45acf4ad21903c510f8
Description-en: LXHotkey keyboard shortcuts configurator (GTK+ GUI plugin)
 LXHotkey is an universal application for the Lightweight X11 Desktop
 Environment (LXDE) which allows view and change global keyboard shortcuts
 for Window Manager actions, including ones to start applications.
 .
 This package contains a GTK+ 2.0 GUI plugin.

Package: lxhotkey-plugin-openbox
Description-md5: 79dd417aa87841de344d2d0212a31a1c
Description-en: LXHotkey keyboard shortcuts configurator (Openbox support plugin)
 LXHotkey is an universal application for the Lightweight X11 Desktop
 Environment (LXDE) which allows view and change global keyboard shortcuts
 for Window Manager actions, including ones to start applications.
 .
 This package contains a plugin to allow LXHotkey work in Openbox window manager
 environment.

Package: lxi-tools
Description-md5: 09e260df364aa593f49e85785d33c333
Description-en: LAN eXtensions for Instrumentation (LXI) software interface
 lxi-tools is collection of open source software tools that enables control of
 LXI-compatible instruments such as modern oscilloscopes, power supplies,
 spectrum analyzers etc.

Package: lximage-qt
Description-md5: 5e78a02c5800798580578b7d47aecd8a
Description-en: Image viewer for LXQt
 A simple image viewer for LXQt. Additional file formats can be processed if
 one install qt5-image-formats-plugins.
 .
 This package contain the program files.

Package: lximage-qt-l10n
Description-md5: 5ff17fc2ca1ad896cb8bf48e3a7aac4b
Description-en: Language-package for lximage-qt
 A simple image viewer for LXQt. Additional file formats can be processed if
 one install qt5-image-formats-plugins.
 .
 This package contains the l10n files needed by the lximage-qt.

Package: lxinput
Description-md5: 6400383da7dd4495aebe5ce9f78d3efb
Description-en: LXDE keyboard and mouse configuration
 LXInput is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It configures keyboard and mouse settings:
 .
  * Delay and Interval for character repeat
  * Enable/Disable beeps of keyboard input error
  * Swap left and right mouse buttons
  * Mouse acceleration and sensitivity

Package: lxinput-dbg
Description-md5: 242f9e88635c46210f75b639e74d3bcb
Description-en: LXDE keyboard and mouse configuration (debug)
 LXInput is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the debugging symbols.

Package: lxlauncher
Description-md5: 967182838658a56c83ed9d0aad7c0071
Description-en: LXDE launcher for netbooks
 LXLauncher is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It is a Easy-Mode launcher for netbooks and subnotebooks like the EeePC.
 It's standard-compliant and desktop-independent. It follows freedesktop.org
 specs, so newly added applications will automatically show up in the launcher,
 and vice versa for the removed ones.

Package: lxmenu-data
Description-md5: 2b63ceed5a86315ef2d0b692c8b508c7
Description-en: LXDE freedesktop.org menu specification
 LXMenu-data is a component for the Lightweight X11 Desktop Environment (LXDE).
 .
 It contains files required to build desktop menus for LXDE complying to the
 freedesktop.org menu specification.

Package: python-lxml-doc
Description-md5: 86c3002728b00f49dc1d8a0e4e843699
Description-en: pythonic binding for the libxml2 and libxslt libraries (documentation)
 lxml is a new Python binding for libxml2 and libxslt, completely
 independent from these existing Python bindings.
 .
 This package contains the html documentation.

Package: python3-lxml
Description-md5: e8e2f787207511401ce91418255455e6
Description-en: pythonic binding for the libxml2 and libxslt libraries
 lxml is a new Python binding for libxml2 and libxslt, completely
 independent from existing Python bindings. Its aim:
 .
   * Pythonic API.
   * Documented.
   * Use Python unicode strings in API.
   * Safe (no segfaults).
   * No manual memory management!
 .
 lxml aims to provide a Pythonic API by following as much as possible
 the ElementTree API, trying to avoid inventing too many new APIs,
 or the user's having to learn new things -- XML is complicated enough.

Package: lxpanel
Description-md5: 2e53ffa5892fc75758683aa25ec06f3f
Description-en: LXDE panel
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It is derived from fbpanel and includes the following features:
 .
  * User-friendly application menu automatically generated from .desktop
    files on the system
  * Launcher bar (small icons clicked to launch apps)
  * Task bar supporting ICCCM/EWMH `urgency' hint (Pidgin IM windows
    can flash on new incoming messages)
  * Run dialog (type a command to run, without opening a terminal)
  * Net status icon plug-in (optional).
  * Volume control plug-in (optional).
  * Notification area (system tray).
  * Digital clock.
  * Keyboard LEDs plug-in (display caps/num locks).
  * lxpanelctl: control lxpanel from other programs.
    For example, "lxpanelctl run" will show the Run dialog in lxpanel,
    and "lxpanelctl menu" will show the application menu. This is
    useful in combination with window manager key bindings.

Package: lxpanel-data
Description-md5: 336b99407bedeeda571fc3766b1c2c41
Description-en: LXDE panel (data files)
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains the data required for panel.

Package: lxpanel-dev
Description-md5: cd04b5d8e1ae716d3ba6a7588e2ac078
Description-en: LXDE panel (plugins development files)
 LXPanel is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This package contains header files required for plugins development and
 depends on other relevant packages for such task.

Package: lxqt-about
Description-md5: 5039922c4b9cd20c95e5596d1b29cdff
Description-en: About screen for LXQt
 The about screen for LXQt
 .
 This package contain the LXQt about screen.

Package: lxqt-about-l10n
Description-md5: c9eabd1f5f3a9c94c65b80f274cc78a2
Description-en: Language package for lxqt-about
 The about screen for LXQt
 .
 This package contains the l10n files needed by the lxqt-about.

Package: lxqt-admin
Description-md5: cf20a3685c2744db2cea1445017c5344
Description-en: Admin tools for LXQt
 Admin tools for LXQt, as of now:
  * lxqt-admin-time
  * lxqt-admin-user
 .
 This package contain the LXQt Admin Tools.

Package: lxqt-admin-l10n
Description-md5: d5ac0dabbe092f40f53c7d5a0d037aba
Description-en: Language package for lxqt-admin
 The l10n files for lxqt-admin.
 .
 This package contains the l10n files needed by lxqt-admin.

Package: lxqt-archiver
Description-md5: fd8cf82abe1410a108276bd47d234c28
Description-en: Archiv Manager for LXQt
 LXQt Archiver is an archive manager for the LXQt environment.
 It allows you to:
  * Create and modify archives.
  * View the content of an archive.
  * View a file contained in an archive.
  * Extract files from the archive.
 .
 LXQt Archiver supports the following formats:
  * Tar (.tar) archives, including those compressed with
    gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
    compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
    lzma (.tar.lzma) and xz (.tar.xz)
  * Zip archives (.zip)
  * Jar archives (.jar, .ear, .war)
  * 7z archives (.7z)
  * iso9660 CD images (.iso)
  * Lha archives (.lzh)
  * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
    compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
 .
 LXQt Archiver doesn't perform archive operations by itself, but relies on
 standard tools for this.
 .
 This package contain the LXQt archiver.

Package: lxqt-archiver-l10n
Description-md5: 71c8e6d0d5db061cd02a88ba46ad42a6
Description-en: Language package for lxqt-archiver
 LXQt Archiver is an archive manager for the LXQt environment.
 .
 This package contains the l10n files needed by the lxqt-archiver.

Package: lxqt-branding-debian
Description-md5: 0ee1c0a94697ff22395bdcd2d9800691
Description-en: Debian branding for LXQt
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies. It has been tailored for users who value simplicity, speed, and
 an intuitive interface. Unlike most desktop environments, LXQt also works
 fine with less powerful machines.
 .
 The branding package contains misc. downstream configurations for LXQt.

Package: lxqt-theme-debian
Description-md5: d55f355561e769df01a4480101e7a351
Description-en: Debian theme for LXQt
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies. It has been tailored for users who value simplicity, speed, and
 an intuitive interface. Unlike most desktop environments, LXQt also works
 fine with less powerful machines.
 .
 The Debian LXQt theme is based on the theme LXQt Dark.
 .
 This Package contains LXQt theme files.

Package: lxqt-build-tools
Description-md5: 60afb0a90e0a539c4b1cdac6d2062230
Description-en: Build tools for the LXQt desktop environment
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies. It has been tailored for users who value simplicity, speed, and
 an intuitive interface. Unlike most desktop environments, LXQt also works
 fine with less powerful machines.
 .
 This package contains the tools that are needed by the LXQt build process.

Package: lxqt-config
Description-md5: 152261d1772d908d7f8865671c902e42
Description-en: LXQt system settings center
 The LXQt system settings center which summarizes all configuration tools as
 well as counterparts of other LXQt components or third-party applications.
 .
 This package contain the LXQt configuration ui.

Package: lxqt-config-l10n
Description-md5: b4e1f6034bb09be817182f48690625dd
Description-en: Language package for lxqt-config
 The LXQt system settings center which summarizes all configuration tools as
 well as counterparts of other LXQt components or third-party applications.
 .
 This package contains the l10n files needed by the lxqt-config.

Package: liblxqt-globalkeys-ui1
Description-md5: 312affdb3c55103de523fe96b1e3a365
Description-en: daemon used to register global keyboard shortcuts (ui files)
 Daemon used to register global keyboard shortcuts.
 .
 This package contain the ui for LXQt globalkeys.

Package: liblxqt-globalkeys-ui1-dev
Description-md5: a25866eeca4543aa9d58fd833bfbf6ac
Description-en: daemon used to register global keyboard shortcuts (ui dev files)
 Daemon used to register global keyboard shortcuts.
 .
 This package contain the ui development files.

Package: liblxqt-globalkeys1
Description-md5: acc94226ed39dda478160762fa143cfd
Description-en: daemon used to register global keyboard shortcuts (shared libs)
 Daemon used to register global keyboard shortcuts.
 .
 This package contain the shared libs for LXQt globalkeys.

Package: liblxqt-globalkeys1-dev
Description-md5: 9efffca638647ceeb2b0737caab3e5dc
Description-en: daemon used to register global keyboard shortcuts (dev files)
 Daemon used to register global keyboard shortcuts.
 .
 This package contain the development files.

Package: lxqt-globalkeys
Description-md5: 170122a5c8b3fe5b9486c3e88f90ddf4
Description-en: daemon used to register global keyboard shortcuts (appl.)
 Daemon used to register global keyboard shortcuts.
 .
 This package contain the program files for LXQt globalskeys.

Package: lxqt-globalkeys-l10n
Description-md5: 1614aeca873ae362e747ba737cf68edf
Description-en: Language package for lxqt-globalkeys
 The l10n files for lxqt-globalkeys.
 .
 This package contains the l10n files needed by lxqt-globalkeys.

Package: lxqt
Description-md5: 9e9319a563c8abe114bafe408b184c0e
Description-en: Metapackage for LXQt
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies. It has been tailored for users who value simplicity, speed, and
 an intuitive interface. Unlike most desktop environments, LXQt also works
 fine with less powerful machines.
 .
 This package is a metapackage meant to provide all components of LXQt plus
 some recommended components to provide a nearly feature complete desktop
 environment.

Package: lxqt-core
Description-md5: e4e772dfed3b10832b49ff62023d69fa
Description-en: Metapackage for the LXQt core
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies. It has been tailored for users who value simplicity, speed, and
 an intuitive interface. Unlike most desktop environments, LXQt also works
 fine with less powerful machines.
 .
 This package is a metapackage meant to provide the core components of LXQt.
 These include pcmanfm-qt, lxqt-panel, lxqt-runner, lxqt-session and esp.
 lxqt-qtplugin (needed for communication between session, components and
 applications).
 .
 Recommend for lean and/or parallel installation with other desktop
 environments.

Package: lxqt-notificationd
Description-md5: 0ab940765f0579cd4926b27c24c23810
Description-en: LXQt notification daemon
 The LXQt notification daemon.
 .
 This package contain the LXQt notification daemon.

Package: lxqt-notificationd-l10n
Description-md5: 85900c79f798e848ae8c9762a297dbfb
Description-en: Language package for lxqt-notificationd
 The l10n files for lxqt-notificationd.
 .
 This package contains the l10n files needed by lxqt-notificationd.

Package: lxqt-openssh-askpass
Description-md5: aa95ee72e243051804fbbcb98e1b1b83
Description-en: OpenSSH user/password GUI dialog for LXQt
 This module handles openssh security password access for LXQt. The openssh
 askpass module, will perform security test over scale access privileges.
 .
 The LXQt modules are desktop independent tools, and operate as daemons for the
 local user for desktop specific operations.
 .
 LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
 technologies, ships several core desktop components, all of which are
 optional:
 .
  * Panel
  * Desktop
  * Application launcher
  * Settings center
  * Session handler
  * Polkit handler
  * SSH password access (this)
  * Display manager handler
 .
 These components perform similar actions to those available in other
 desktop environments, and their names are self-descriptive. They are usually
 not launched by hand but automatically, when choosing a LXQt session in the
 Display Manager.

Package: lxqt-openssh-askpass-l10n
Description-md5: 3c224699eba8a7680001293b83332e67
Description-en: Language package for lxqt-openssh-askpass
 The l10n files for lxqt-openssh-askpass.
 .
 This package contains the l10n files needed by lxqt-openssh-askpass.

Package: lxqt-panel
Description-md5: 510baf1dc73d970fbf37747425edbfca
Description-en: LXQt desktop panel
 The LXQt desktop panel
 .
 This package contain the LXQt panel.

Package: lxqt-panel-l10n
Description-md5: 74c260d71ee156f9252795206f98cd51
Description-en: Language package for lxqt-panel
 This package contains the l10n files needed by the lxqt-panel.

Package: lxqt-policykit
Description-md5: bbf64b2480fda7d3973eda7f598030d8
Description-en: LXQt authentication agent for PolicyKit
 The lxqt-policykit D-Bus session bus service that is used to
 bring up authentication dialogs used for obtaining privileges.
 .
 This package contains the LXQt policy kit authentication agent.

Package: lxqt-policykit-l10n
Description-md5: 1fb1e0fe761fc1c063f49a8d152f62de
Description-en: Language package for lxqt-policykit
 This package contains the l10n files needed by the lxqt-policykit.

Package: lxqt-powermanagement
Description-md5: 095a1c9184a7257b381575f8fce75c68
Description-en: power management module for LXQt
 The Power management module for LXQt.
 .
 This package contain power management module for LXQt.

Package: lxqt-powermanagement-l10n
Description-md5: cace4bfbd5305f213e13d8af3cbda416
Description-en: Language package for lxqt-powermanagement
 This package contains the l10n files needed by the lxqt-powermangement.

Package: lxqt-qtplugin
Description-md5: fbd2e8b820c2965c65e5197cf7ca4fd6
Description-en: LXQt system integration plugin for Qt
 With this plugin, all Qt-based programs can adopt settings of
 LXQt, such as the icon theme.
 .
 This package provides the LXQt qtplugin interface.

Package: lxqt-runner
Description-md5: f8033ca700b3f962cb77274de36ebe28
Description-en: LXQt program launcher
 The LXQt runner provides a GUI that comes up on the desktop and allows for
 launching applications, doing some math or shutting down the system.
 .
 This package contain LXQt runner.

Package: lxqt-runner-l10n
Description-md5: a0e0c11734a2690fa1caba44296edcfe
Description-en: Language package for lxqt-runner
 The LXQt runner provides a GUI that comes up on the desktop and allows for
 launching applications, doing some math or shutting down the system.
 .
 This package contains the l10n files needed by the lxqt-runner.

Package: lxqt-session
Description-md5: 78e6ca5da3608653cf67eabc7d263c9d
Description-en: session manager component for LXQt
 LXQt is an advanced, easy-to-use, and fast desktop environment based on
 Qt technologies.  It has been tailored for users who value simplicity,
 speed, and an intuitive interface.  Unlike most desktop environments,
 LXQt also works fine with less powerful machines.
 .
 This package contain the session manager component.

Package: lxqt-session-l10n
Description-md5: 904b313b44989fc540b04eae1e8b74f8
Description-en: Language package for lxqt-session
 The l10n files for lxqt-session.
 .
 This package contains the l10n files needed by lxqt-session.

Package: lxqt-sudo
Description-md5: e69098714a21cf2d7b31e31d087f543b
Description-en: Graphical Qt frontend for plain sudo
 lxqt-sudo is a graphical Qt frontend for plain sudo(8) (for requesting
 optional password in GUI fashion). When invoked it simply spawns child sudo
 process with requested command (and arguments). If sudo requests user's
 password, the GUI password dialog is shown and (after submit) the password is
 provided to sudo.

Package: lxqt-sudo-l10n
Description-md5: 3b4deb78c5044a54b0fe9c6792ca64c8
Description-en: Language package for lxqt-sudo
 The l10n files for lxqt-sudo.
 .
 This package contains the l10n files needed by lxqt-sudo.

Package: lxqt-system-theme
Description-md5: e2785079b82a604f39e26231d38e12fb
Description-en: System theme for LXQt
 The System theme for LXQt provide basic styling for LXQt system
 components
 .
 This Package contains LXQt system theme files.

Package: lxqt-themes
Description-md5: 68a0f2cd5ee5b62aaec204ecd34fbe0d
Description-en: Themes for LXQt
 Some upstream themes for LXQt
  * Ambiance
  * Dark
  * Frost
  * KDE-Plasma
  * Light
  * System
  * Silver
  * Arch-colors
 .
 This Package contains LXQt theme files.

Package: lxrandr
Description-md5: 5e4bb426b69a874eba43fc70123f74c1
Description-en: LXDE monitor configuration tool
 LXRandR is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 This is a very basic monitor config tool utilizing the X extension called
 RandR. It can let you change the screen resolution on the fly. Besides, when
 you run lxrandr with external monitor connected, its GUI will change, and show
 you some quick options to get your projector or external monitor working
 correctly.
 .
 This tool doesn't aim to be a full randr frontend. If you need the full power
 of RandR, get xrandr (console) or grandr (GUI) and read some tutorials.
 .
 LXRandR only gives you some easy and quick options which are intuitive. It's
 very suitable for laptop users who frequently uses projectors or external
 monitor and just want to get their work done without reading a lot of
 "geek-centered" manuals or command line tutorials.

Package: lxde-settings-daemon
Description-md5: 3abb5b944b77f34e48248e719f9f65ce
Description-en: xsettings compliant configuration manager for LXDE
 The package contains the LXDE daemon which handles the session settings.
 It conforms to the FreeDesktop.Org XSettings standard.
 .
 LXSession also privides this functionality internally.

Package: lxlock
Description-md5: c620dcfc7bafcc2200b56eb982c4eeea
Description-en: simple locking utility for LXDE
 LXLock is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It's a simple locking utility for LXDE.

Package: lxpolkit
Description-md5: 3bec12442556fc0d05b306911eacfa75
Description-en: LXDE PolicyKit authentication agent
 LXPolkit is a GUI application for the Lightweight X11 Desktop Environment
 (LXDE).
 .
 It's a simple PolicyKit authentication agent.

Package: lxsession
Description-md5: b1c7a3a2017d1b5ecb4aee1adb2da870
Description-en: LXDE default session manager
 LXSession is the default session manager for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 It is derived from XSM, has fewer dependencies and more features. It is
 desktop-independent and can be used with any window manager.

Package: lxsession-data
Description-md5: 9935ce0d794cba32507b386192dc6dcd
Description-en: Common files for lxsession
 LXSession is the default session manager for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 This package provides common files for lxsession and supplementary packages.

Package: lxsession-default-apps
Description-md5: 95a4d37510f015e141e803aaebef0642
Description-en: utility to configure lxsession and its default applications
 LXSession is the default session manager for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 LXSession-Default-Apps is an utility to configure lxsession and its default
 applications.

Package: lxsession-edit
Description-md5: 403d448ab7d3cf936daccc0f442b17b0
Description-en: configure what application start up automatically in LXDE
 LXSession-Edit is a simple session editor GUI for autostarting applications
 which follows autostart specs from FreeDesktop.Org.
 .
 This package can be used without lxsession package as well.

Package: lxsession-logout
Description-md5: 0487baba3d88fe612cdde2250455703e
Description-en: utility to logout from a LXDE or an Openbox session
 LXSession is the default session manager for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 LXSession-Logout is a simple utility for stopping or logging out from a LXDE or
 an Openbox session.

Package: lxtask
Description-md5: b8f818ae88f81b783c3a0b3e09caef36
Description-en: LXDE task manager
 LXTask is a GUI application for the Lightweight X11 Desktop Environment (LXDE).
 .
 LXTask - lightweight and desktop-independent task manager derived from
 xfce4-taskmanager with all dependencies on Xfce removed, new features,
 and some improvement of the user interface. LXTask is based on GTK+ toolkit.
 It allows monitoring and controlling of running processes.

Package: lxterminal
Description-md5: 6884daf53d9b2a2ab2e0f2b994874dfc
Description-en: LXDE terminal emulator
 LXTerminal is a VTE-based terminal emulator for the Lightweight X11 Desktop
 Environment (LXDE).
 .
 It supports multiple tabs and has only minimal dependencies thus being
 completely desktop-independent. In order to reduce memory usage and increase
 the performance, all instances of the terminal are sharing a single process.

Package: lybniz
Description-md5: 11bbb064f3dd452f1d4ab923d15f71ad
Description-en: mathematical function graph plotter
 Lybniz is a simple desktop graph plotter. It can currently plot three
 functions and allows you to navigate the plot. Functions are entered
 in Python or C-like notation.

Package: lynis
Description-md5: 5d6561d5716457a3540b58d44c18319f
Description-en: security auditing tool for Unix based systems
 Lynis is an auditing tool for hardening GNU/Linux and Unix based systems.
 It scans the system configuration and creates an overview of system information
 and security issues usable by professional auditors.
 It can assist in automated audits.
 .
 Lynis can be used in addition to other software, like security
 scanners, system benchmarking and fine-tuning tools.

Package: lynkeos.app
Description-md5: bca8bc54d12fdc5a672bce40add1b1d3
Description-en: GNUstep app for processing planetary astronomical images
 Lynkeos is an application dedicated to the processing of astronomical
 (mainly planetary) images taken with a webcam through a telescope.
 By stacking the best images, the signal to noise ratio is increased
 and details lost in the noise of individual images become visible in
 the resulting image.

Package: lynkeos.app-common
Description-md5: 2f25331c36f682de98c9d64bb288c862
Description-en: GNUstep app for processing astronomical images (common files)
 Lynkeos is an application dedicated to the processing of astronomical
 (mainly planetary) images taken with a webcam through a telescope.
 .
 This package contains the architecure-independent files.

Package: lynx
Description-md5: eb50e2d67d641779289fe401260cf921
Description-en: classic non-graphical (text-mode) web browser
 In continuous development since 1992, Lynx sets the standard for
 text-mode web clients. It is fast and simple to use, with support for
 browsing via FTP, Gopher, HTTP, HTTPS, NNTP, and the local file system.

Package: lynx-common
Description-md5: c5ec273904f95c86efa7024c56e5ad62
Description-en: shared files for lynx package
 In continuous development since 1992, Lynx sets the standard for
 text-mode web clients.
 .
 This package contains architecture-independent files shared by the
 lynx package over any architecture available in Debian.  Examples of
 such shared files are: manpages, locale and mimetype definitions, and
 configuration files.

Package: lyskom-elisp-client
Description-md5: 9923af4deac75c14d1c74871af83ab72
Description-en: emacs client for LysKOM
 A LysKOM client implemented in Emacs LISP. This client is the most
 used and developed one.

Package: lyskom-server
Description-md5: 3286ed662bbabf8d33fd08462d8c939b
Description-en: Server for the LysKOM conference system
 LysKOM has a lot in common with netnews, but LysKOM is
 intended for local discussions (instead of worldwide).
 LysKOM consists of a server process and several client
 programs. The server process maintains a data base of
 persons, conferences and articles. The clients connect to
 the server and let the users browse the database for
 unread articles.
 .
 LysKOM is much faster than netnews - almost as fast as irc
 or ICQ! - but like in netnews the articles are saved so
 that you don't have to be logged in to receive the news.

Package: fonts-lyx
Description-md5: 0b744f00a75e4039d36926b5ec9b5245
Description-en: TrueType versions of some TeX fonts used by LyX
 These fonts are needed for the visual math symbol display in
 LyX. They can also be used to display MathML in Gecko-based browsers
 like Firefox.
 .
 The following fonts are included in this package:
  * cmex10  - Computer Modern math extension
  * cmmi10  - Computer Modern math italic
  * cmr10   - Computer Modern Roman
  * cmsy10  - Computer Modern math symbols
  * esint10 - Alternate integrals
  * eufm10  - Euler Fraktur (medium-weight)
  * msam10  - Extra math symbols, first series
  * msbm10  - Extra math symbols, second series, including Blackboard Bold
  * wasy10  - Waldi symbol fonts

Package: lyx
Description-md5: 8d42dce15e6499d7299de9ed8a95e051
Description-en: document processor
 LyX is an almost WYSIWYG-frontend for LaTeX. It makes the power and
 typesetting quality of LaTeX available for people who are used to
 word processors. Since LyX supports LaTeX's concept of general
 mark-ups, it is even easier and faster to create professional quality
 documents with it than with usual word processors. It is also
 possible to use LaTeX commands within LyX, so nothing of LaTeX's
 power is lost.
 .
 You can extend the functionality of LyX by installing these packages:
  * chktex: check for typographical errors
  * gnuhtml2latex: import HTML documents
  * groff: improved table formatting in plain text exports
  * librsvg2-bin, inkscape: use the SVG image format in LyX documents
  * linuxdoc-tools: export SGML LinuxDoc documents
  * mythes-*: use the OpenOffice.org/LibreOffice Thesaurus
  * noweb: import noweb files
  * rcs: integrated version control
  * sgmltools-lite: export SGML DocBook documents
  * texlive-xetex: use the XeTeX typesetting system
  * wv: import MS Word documents

Package: lyx-common
Description-md5: 05751d4518079e93eb479a02877c43a8
Description-en: architecture-independent files for LyX
 This package contains LyX's common files which are not
 architecture-dependent. See the lyx package for a description of LyX
 itself.

Package: liblz4-1
Description-md5: c21cacb9494ced3b87993140a583422c
Description-en: Fast LZ compression algorithm library - runtime
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package includes the shared library.

Package: liblz4-dev
Description-md5: 1414546a26a517bef8510e189d283fbe
Description-en: Fast LZ compression algorithm library - development files
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package contains files that are needed to build applications.

Package: liblz4-tool
Description-md5: ddad44e3312c9f98dda6fb33ce135688
Description-en: Fast LZ compression algorithm library - transitional package
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This is a transitional package. It can be safely removed.

Package: lz4
Description-md5: 559a59fa22d506a3fde0f4eef6db1a8d
Description-en: Fast LZ compression algorithm library - tool
 LZ4 is a very fast lossless compression algorithm, providing compression speed
 at 400 MB/s per core, scalable with multi-cores CPU. It also features an
 extremely fast decoder, with speed in multiple GB/s per core, typically
 reaching RAM speed limits on multi-core systems.
 .
 This package contains files that is tool using liblz4.

Package: liblz4-java
Description-md5: 7136d51a02051fcfc884a03c74212360
Description-en: LZ4 compression for Java
 LZ4 compression for Java, based on Yann Collet's work available at
 https://github.com/lz4/lz4. This library provides access to two compression
 methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low
 memory footprint, very fast and reasonable compression ratio, and high
 compression (LZ4 HC) with medium memory footprint, rather slow and a good
 compression ratio
 .
 The streams produced by those two compression algorithms use the same
 compression format, are very fast to decompress and can be decompressed
 by the same decompressor instance.

Package: liblz4-jni
Description-md5: a1165aeca6f2023e021458f249310dad
Description-en: LZ4 compression for Java (JNI library)
 LZ4 compression for Java, based on Yann Collet's work available at
 https://github.com/lz4/lz4. This library provides access to two compression
 methods that both generate a valid LZ4 stream: fast scan (LZ4) with a low
 memory footprint, very fast and reasonable compression ratio, and high
 compression (LZ4 HC) with medium memory footprint, rather slow and a good
 compression ratio
 .
 The streams produced by those two compression algorithms use the same
 compression format, are very fast to decompress and can be decompressed
 by the same decompressor instance.
 .
 This package contains the architecture specific Java native interface part.

Package: lz4json
Description-md5: cf0a9b387c1ba8e31080eeb1a4cf29ec
Description-en: unpack lz4json files, usually generated by Mozilla programs
 Instead of a standard .json.lz4, Firefox uses its own format to compress
 its bookmarks and session restore files.  This tool lets you read them,
 converting to json.  Going from json to a human-readable format is then
 up to you.

Package: python3-lz4tools
Description-md5: a14659fa4da623e9cbac15021ec2b0cb
Description-en: Tools for working with LZ4 compression algorithm.
 LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s
 per core, scalable with multi-cores CPU. It features an extremely fast
 decoder, with speed in multiple GB/s per core, typically reaching RAM speed
 limits on multi-core systems.
 .
 Speed can be tuned dynamically, selecting an "acceleration" factor which
 trades compression ratio for faster speed. On the other end, a high
 compression derivative, LZ4_HC, is also provided, trading CPU time for
 improved compression ratio. All versions feature the same decompression speed.
 .
 LZ4 is also compatible with dictionary compression, and can ingest any input
 file as dictionary, including those created by Zstandard Dictionary Builder.

Package: lzd
Description-md5: d139cd1b7cf0e12178b9f17995d9a320
Description-en: Educational, lossless data compressor based on the LZMA algorithm
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.
 .
 Lzd is a very simplified decompressor for lzip files with an educational
 purpose. Studying its source is a good first step to understand how lzip works.

Package: lzip
Description-md5: 73f117c376d6c36fdafbb3d29d615eec
Description-en: lossless data compressor based on the LZMA algorithm
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.

Package: lziprecover
Description-md5: 2887aca0f9e420036b6fe08744ec51db
Description-en: lossless data compressor based on the LZMA algorithm (recovery)
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.
 .
 This package contains the recovery tool.

Package: liblz-dev
Description-md5: a084d46963a96b29cebe664999d6a5f6
Description-en: data compressor based on the LZMA algorithm (development)
 The lzlib compression library provides in-memory LZMA compression and
 decompression functions, including integrity checking of the uncompressed data.
 The compressed data format used by the library is the lzip format.
 .
 This package contains the development files.

Package: liblz1
Description-md5: e2c39c374ff1a3daf7386ede1ef72f2c
Description-en: data compressor based on the LZMA algorithm (library)
 The lzlib compression library provides in-memory LZMA compression and
 decompression functions, including integrity checking of the uncompressed data.
 The compressed data format used by the library is the lzip format.

Package: minilzip
Description-md5: 67f66df083ee6cdb46b9ff726a874655
Description-en: minified, lossless data compressor based on the LZMA algorithm
 Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
 integrity checking and a user interface similar to the one of gzip or bzip2.
 Lzip decompresses almost as fast as gzip and compresses better than bzip2,
 which makes it well suited for software distribution and data archiving.
 .
 Minilzip is a minimal version of lzip using the lzip file format; the files
 produced by Minilzip are fully compatible with lzip.
 .
 Minilzip is intended as a test program for the lzlib library.

Package: lzma
Description-md5: 2d94f8c37f21a8d03b49ea85653fef54
Description-en: Compression and decompression in the LZMA format - command line utility
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides the lzma command line utility, which has a
 familiar gzip-like interface.

Package: lzma-alone
Description-md5: 648a1b34905535a236d75cdc8b310d02
Description-en: Compression and decompression in the LZMA format - legacy utility
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package provides only the old lzma_alone compression utility, which
 has an interface more like that of zip.

Package: lzma-dev
Description-md5: 46e699f957315e2fcbfcd32cac366c50
Description-en: Compression and decompression in the LZMA format - development files
 The Lempel-Ziv-Markov chain Algorithm is a compression method based on
 the famous LZ77 algorithm, and was first introduced by 7-Zip for use in
 7z archives.
 .
 Its main characteristics are a very high compression ratio, with high RAM
 usage, and fast decompression, with low RAM usage. These properties make
 it well suited to embedded uses, such as for ROM (firmware) compression.
 .
 This package contains the headers and libraries of lzma. It is
 experimental and will be replaced by the library as soon as it is
 available.

Package: liblzo2-2
Description-md5: 6acbb2b98752f4160eba6ec78c11bb54
Description-en: data compression library
 LZO is a portable, lossless data compression library.
 It offers pretty fast compression and very fast decompression.
 Decompression requires no memory.  In addition there are slower
 compression levels achieving a quite competitive compression ratio
 while still decompressing at this very high speed.

Package: liblzo2-dev
Description-md5: 33a9c8476074f27fdf0d1f013ef98be9
Description-en: data compression library (development files)
 LZO is a portable, lossless data compression library.
 This package contains the header files and static libraries for the
 LZO data compression library.

Package: lzop
Description-md5: 9b7b7921b2459079911e1b404ae54f4d
Description-en: fast compression program
 lzop is a compressor similar to gzip.  Its main advantages over gzip are
 much higher compression and decompression speed.  lzop was designed with
 the following goals in mind:
  1) reliability
  2) speed (both compression and decompression)
  3) reasonable drop-in compatibility with gzip
  4) portability

Package: elpa-m-buffer
Description-md5: 8ba3f6a4d2cadd12f697407cd57d16e0
Description-en: list-oriented, functional buffer manipulation
 This package provides a set of list-oriented functions for operating
 over the contents of buffers, mostly revolving around regexp
 searching, and regions. They avoid the use of looping, manipulating
 global state with `match-data'. Many high-level functions exist for
 matching sentences, lines and so on.

Package: m16c-flash
Description-md5: b45db36daeeeb188a0ce1f2ac35d5e77
Description-en: Flash programmer for Renesas M16C and R8C microcontrollers
 m16c-flash uses a serial protocol to program Renesas M16C and R8C
 microcontrollers.

Package: m17n-db
Description-md5: b17731f750110c56be8309f883c73a01
Description-en: multilingual text processing library - database
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the database files used by m17n-lib.

Package: m17n-docs
Description-md5: 2aa19f0d832c1b3f78e7dcd0cf69f17f
Description-en: multilingual text processing library - documents
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library  supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the man pages and documents of m17n-lib.

Package: libm17n-im-config-dev
Description-md5: de55e2ad08c5a0b42fb7b7a5374675b5
Description-en: input method configuration library for m17n-lib - development
 m17n-im-config is a library to create a GTK+ widget for per-user
 configuration of input methods provided by the m17n library, and a
 standalone GUI program which demonstrates the library.  m17n is an
 abbreviation of Multilingualization.
 .
 This package contains the header and development files needed to build
 programs and packages using the m17n-im-config library.

Package: libm17n-im-config0
Description-md5: dec7765fd3b4138e75b98fced3176729
Description-en: input method configuration library for m17n-lib - runtime
 m17n-im-config is a library to create a GTK+ widget for per-user
 configuration of input methods provided by the m17n library, and a
 standalone GUI program which demonstrates the library.  m17n is an
 abbreviation of Multilingualization.
 .
 This package contains the runtime part of the m17n-im-config library.

Package: m17n-im-config
Description-md5: 607825d3e957b36576648ba070545738
Description-en: input method configuration library for m17n-lib - utility
 m17n-im-config is a library to create a GTK+ widget for per-user
 configuration of input methods provided by the m17n library.  m17n is
 an abbreviation of Multilingualization.
 .
 This package contains a standalone GUI program using the
 m17n-im-config library.

Package: libm17n-0
Description-md5: 246a450e6bd01a098f1121b3d4600f87
Description-en: multilingual text processing library - runtime
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library  supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the runtime part of m17n-lib.

Package: libm17n-dev
Description-md5: 886fe20cf7523e0da0b6f84783a99692
Description-en: multilingual text processing library - development
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
 .
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library  supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the header and development files needed to build
 programs and packages using m17n-lib.

Package: m17n-lib-bin
Description-md5: eccf9de613a724fce0f3f0bebdce2e6c
Description-en: multilingual text processing library - utilities
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
 .
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library  supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the utilities which use m17n-lib.

Package: m17n-lib-mimx
Description-md5: 966ec39a8710e82343da3ccae50c5f66
Description-en: multilingual text processing library - binary modules
 The m17n library is a multilingual text processing library for the C
 language.  This library has following features:
 .
  - The m17n library is an open source software.
  - The m17n library for any Linux/Unix applications.
  - The m17n library realizes multilingualization of many aspects of
    applications.
  - The m17n library represents multilingual text as an object named
    M-text.  M-text is a string with attributes called text properties,
    and designed to substitute for string in C.  Text properties carry any
    information required to input, display and edit the text.
  - The m17n library  supports functions to handle M-texts.
 .
 m17n is an abbreviation of Multilingualization.
 .
 This package contains the binary modules needed by:
 - ja-anthy.mim
 - ispell.mim

Package: printer-driver-m2300w
Description-md5: 3a71d776a8067cf9d8871b64860b850c
Description-en: printer driver for Minolta magicolor 2300W/2400W color laser printers
 The m2300w driver is a driver for the Konica Minolta magicolor 2300W and
 2400W color laser printers.
 .
 The driver is basically intended for being used in conjunction with
 "foomatic" (see http://www.openprinting.org/foomatic.html), which
 is a database-driven system for integrating free software printer
 drivers with common spoolers under Unix, like CUPS, LPRng, LPD,
 GNUlpr, PPR, PDQ, CPS, and direct printing.

Package: python-m2crypto-doc
Description-md5: 308a7a3baa80f49f1b193f14c4501d4d
Description-en: Python wrapper for the OpenSSL library (docs)
 m2crypto features the following:
   * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
   * SSL functionality to implement clients and servers.
   * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
   * Unforgeable HMAC'ing AuthCookies for web session management.
   * FTP/TLS client and server.
   * S/MIME.
   * ZServerSSL: A HTTPS server for Zope.
   * ZSmime: An S/MIME messenger for Zope.
 .
 This package contains the documentation.

Package: python3-m2crypto
Description-md5: 008b98d28832b4ee63d25ccaed126efd
Description-en: Python wrapper for the OpenSSL library (Python 3 modules)
 m2crypto features the following:
   * RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES).
   * SSL functionality to implement clients and servers.
   * HTTPS extensions to Python's httplib, urllib, and xmlrpclib.
   * Unforgeable HMAC'ing AuthCookies for web session management.
   * FTP/TLS client and server.
   * S/MIME.
   * ZServerSSL: A HTTPS server for Zope.
   * ZSmime: An S/MIME messenger for Zope.
 .
 This package contains the modules for the Python 3.x interpreter.

Package: mediawiki2latexguipyqt
Description-md5: 22c868d68dc958e7456bc1d1ee6bbd93
Description-en: lightweight GUI for mediawiki2latex
 This Graphic User Interface allows you to begin using mediawiki2latex most
 easily. Mediawiki2latex provides the user with a simple way of
 turning a page hosted on a server running MediaWiki into a high quality
 PDF output. The GUI runs mediawikitolatex and displays its standard and error
 outputs in separate graphic tabs, while maintaining a reliable progress bar.

Package: m2vrequantiser
Description-md5: 8b1539a67438725147f703cc085043b9
Description-en: MPEG-2 streams requantization
 This package provides m2vrequantiser, a tool to requantize
 MPEG-2 streams without recompressing. M2VRequantiser
 accepts raw MPEG2 video data (not VOB) from standard
 input and writes the recompressed frames to standard output.
 .
 m2vrequantiser represents a good replacement for tcrequant,
 an obsolete utility provided by some versions of the transcode
 suite.

Package: m4
Description-md5: 4d2d2315ae3e9465f92825939c8db872
Description-en: macro processing language
 GNU `m4' is an implementation of the traditional UNIX macro
 processor.  It is mostly SVR4 compatible, although it has some
 extensions (for example, handling more than 9 positional parameters to
 macros).  `m4' also has builtin functions for including files, running
 shell commands, doing arithmetic, etc.  Autoconf needs GNU `m4' for
 generating `configure' scripts, but not for running them.

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

Package: libm4api0.3
Description-md5: 45c788480b46c832475a4f4cd0effda1
Description-en: access Mini-Box M4-ATX power supplies (library)
 The m4api is a tool for monitoring and configuring Mini-Box M4-ATX
 power supplies.
 .
 This package provides the library files.

Package: m4api
Description-md5: e76a157148338fac24a9b7bba1882458
Description-en: access Mini-Box M4-ATX power supplies (utility)
 The m4api is a tool for monitoring and configuring Mini-Box M4-ATX
 power supplies.
 .
 This package provides the m4ctl utility.

Package: mac-robber
Description-md5: a6b5a6400c4d5a7fbaaaa60c532ae6fb
Description-en: collects data about allocated files in mounted filesystems
 mac-robber is a digital investigation tool (digital forensics) that collects
 metadata from allocated files in a mounted filesystem. This is useful during
 incident response when analyzing a live system or when analyzing a dead
 system in a lab. The data can be used by the mactime tool in The Sleuth Kit
 (TSK or SleuthKit only) to make a timeline of file activity. The mac-robber
 tool is based on the grave-robber tool from TCT (The Coroners Toolkit).
 .
 mac-robber requires that the filesystem be mounted by the operating system,
 unlike the tools in The Sleuth Kit that process the filesystem themselves.
 Therefore, mac-robber will not collect data from deleted files or files that
 have been hidden by rootkits. mac-robber will also modify the Access times
 on directories that are mounted with write permissions.
 .
 mac-robber is useful when dealing with a filesystem that is not supported
 by The Sleuth Kit or other filesystem analysis tools. You can run mac-robber
 on an obscure, suspect UNIX filesystem that has been mounted read-only on a
 trusted system.

Package: libmac-widgets-doc
Description-md5: 6d806e61dbf0b164c7eabb2d27a979fb
Description-en: documentation for libmac-widgets-java
 This package contains the javadoc API documentation for libmac-widgets-java,
 a collection of Mac style widgets written in Java

Package: libmac-widgets-java
Description-md5: 5f8291dcaa541d2d08a4e30b9f55cef1
Description-en: collection of Mac style widgets written in Java
 Mac Widgets for Java are a collection of widgets seen in OS X applications,
 offered in a Java API. These widgets help Java developers create more
 Mac-like applications. Their usage is not restricted to Mac though, as
 they will render across platforms.

Package: elpa-macaulay2
Description-md5: 35f04361fa8fd55e1eb97b5f79cca4d5
Description-en: Software system for algebraic geometry research (Emacs package)
 Macaulay 2 is a software system for algebraic geometry research, written by
 Daniel R. Grayson and Michael E. Stillman.  Based on Groebner bases, it
 provides algorithms for computing homological invariants of rings and
 modules.
 .
 This package contains the modes for running Macaulay2 within Emacs and
 editing Macaulay2 code.

Package: macaulay2
Description-md5: 9d5d28400f77a0a6c0133779df006e25
Description-en: Software system for algebraic geometry research
 Macaulay 2 is a software system for algebraic geometry research, written by
 Daniel R. Grayson and Michael E. Stillman.  Based on Groebner bases, it
 provides algorithms for computing homological invariants of rings and
 modules.
 .
 This package contains the architecture dependent portion of Macaulay2.

Package: macaulay2-common
Description-md5: c530d6296bec1b04ff0973088a01fdb3
Description-en: Software system for algebraic geometry research (common files)
 Macaulay 2 is a software system for algebraic geometry research, written by
 Daniel R. Grayson and Michael E. Stillman.  Based on Groebner bases, it
 provides algorithms for computing homological invariants of rings and
 modules.
 .
 This package contains the architecture independent portion of Macaulay2, and is
 normally installed automatically when one of the architecture dependent
 packages is installed.

Package: macaulay2-jupyter-kernel
Description-md5: 6aacf27169f4d2c3e1a89d8a2bb72c22
Description-en: Jupyter kernel for Macaulay2
 Macaulay 2 is a software system for algebraic geometry research, written by
 Daniel R. Grayson and Michael E. Stillman.  Based on Groebner bases, it
 provides algorithms for computing homological invariants of rings and
 modules.
 .
 This package contains the Jupyter kernel for Macaulay2.

Package: macchanger
Description-md5: b3958cf2d904ea6ecdbefc5cd46ec519
Description-en: utility for manipulating the MAC address of network interfaces
 GNU MAC Changer is an utility that makes the maniputation of MAC addresses of
 network interfaces easier.  MAC addresses are unique identifiers on networks,
 they only need to be unique, they can be changed on most network hardware.
 MAC addresses have started to be abused by unscrupulous marketing firms,
 government agencies, and others to provide an easy way to track a computer
 across multiple networks.  By changing the MAC address regularly, this kind
 of tracking can be thwarted, or at least made a lot more difficult.
 .
 Features:
 .
   * set specific MAC address of a network interface
   * set the MAC randomly
   * set a MAC of another vendor
   * set another MAC of the same vendor
   * set a MAC of the same kind (eg: wireless card)
   * display a vendor MAC list (today, 6200 items) to choose from

Package: macfanctld
Description-md5: 1f62f682bbefcc8cc79936e38b386b04
Description-en: fan control daemon for Apple MacBook / MacBook Pro computers
 This daemon reads the temperature sensors in an Apple Macbook (or
 Macbook Pro) computer and throttles the fans accordingly to keep the
 temperature within configurable limits.

Package: macopix
Description-md5: a1b236ec8d4b5b985417d6e66e9a0ace
Description-en: Mascot Constructive Pilot for X
 MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot application for
 UNIX / X Window system. You can make window sitters, fixed desktop mascots,
 and, furthermore, desktop clock mascots, using MaCoPiX.

Package: libmmb-dev
Description-md5: 7ac0094cc444f665ecdd800d309d94fa
Description-en: development files of MacroMoleculeBuilder
 MacroMoleculeBuilder, previously known as RNABuilder, can be used for morphing,
 homology modeling, folding (e.g. using base pairing contacts), redesigning
 complexes, fitting to low-resolution density maps, predicting local
 rearrangements upon mutation, and many other applications.
 .
 This package contains the development files.

Package: libmmb4.0
Description-md5: d4e2aa704070661228555b94f83240c4
Description-en: shared library of MacroMoleculeBuilder
 MacroMoleculeBuilder, previously known as RNABuilder, can be used for morphing,
 homology modeling, folding (e.g. using base pairing contacts), redesigning
 complexes, fitting to low-resolution density maps, predicting local
 rearrangements upon mutation, and many other applications.
 .
 This package contains the shared library.

Package: mmb
Description-md5: 9b53acfc6b6300d77ff5b5cb7cc721f9
Description-en: model the structure and dynamics of macromolecules
 MacroMoleculeBuilder, previously known as RNABuilder, can be used for morphing,
 homology modeling, folding (e.g. using base pairing contacts), redesigning
 complexes, fitting to low-resolution density maps, predicting local
 rearrangements upon mutation, and many other applications.

Package: mmb-common
Description-md5: 3124d007be2180aaf6f89c3a85f82310
Description-en: model the structure and dynamics of macromolecules (common files)
 MacroMoleculeBuilder, previously known as RNABuilder, can be used for morphing,
 homology modeling, folding (e.g. using base pairing contacts), redesigning
 complexes, fitting to low-resolution density maps, predicting local
 rearrangements upon mutation, and many other applications.
 .
 This package contains common files.

Package: macs
Description-md5: ea92f8fedfe04d3f07954aa006c99da9
Description-en: Model-based Analysis of ChIP-Seq on short reads sequencers
 MACS empirically models the length of the sequenced ChIP fragments, which
 tends to be shorter than sonication or library construction size estimates,
 and uses it to improve the spatial resolution of predicted binding sites.
 MACS also uses a dynamic Poisson distribution to effectively capture local
 biases in the genome sequence, allowing for more sensitive and robust
 prediction. MACS compares favorably to existing ChIP-Seq peak-finding
 algorithms, is publicly available open source, and can be used for ChIP-Seq
 with or without control samples.

Package: macsyfinder
Description-md5: 0b9b635e7d46ea6cf9f81df42e76fb60
Description-en: detection of macromolecular systems in protein datasets
 MacSyFinder is a program to model and detect macromolecular systems,
 genetic pathways... in protein datasets. In prokaryotes, these systems
 have often evolutionarily conserved properties: they are made of conserved
 components, and are encoded in compact loci (conserved genetic architecture).
 The user models these systems with MacSyFinder to reflect these conserved
 features, and to allow their efficient detection
 .
 This package presents the Open Source Java API to biological databases
 and a series of mostly sequence-based algorithms.

Package: mactelnet-client
Description-md5: c11ff278094a76c65a53d00d2ac33e91
Description-en: Console tools for telneting and pinging via MAC addresses
 Ping, discovery and telnet tools for connecting to Mikrotik RouterOS
 devices, or other MAC-Telnetd powered machines/devices.
 .
 This tool can communicate over the local area network using UDP packets
 with a MAC-address as destination. You can telnet Linux machines that
 have installed mactelnet-server, or a Mikrotik RouterOS device.
 .
 Uses Mikrotik's own proprietary protocol. Included are also MNDP discovery
 application, and macping to ping via the mactelnet protocol.

Package: mactelnet-server
Description-md5: 5140a8d00e6080061c1723dec13dc4fc
Description-en: Telnet daemon for accepting connections via MAC addresses
 This is a telnet daemon that uses Mikrotiks proprietary MAC-Telnet protocol.
 You will be enabled to "mac-telnet" from Linux machines with mactelnet-client
 or Mikrotik RouterOS devices which already has tools for this.

Package: macutils
Description-md5: b98e9f290c7a6b046bef64eea109212d
Description-en: Set of tools to deal with specially encoded Macintosh files
 macutils is a package that contains a number of utilities
 that deal with Macintosh files on a Unix system. This is
 useful for converting BinHex-encoded files to the smaller
 MacBinary format before transferring them to a Mac.

Package: madbomber
Description-md5: 9e5c95bbde9fd51e5f8bc0046adcae46
Description-en: Kaboom! clone
 "Mad Bomber" is a clone of Activision's classic Atari 2600 console
 game, "Kaboom!," by Larry Kaplan, with spruced-up graphics and
 sound effects, and music.
 .
 The Mad Bomber is loose in the city and he's dropping bombs everywhere!
 It's your job to catch them before they hit the ground and explode.
 Luckily, you have a set of trusty buckets to extinguish the bombs with.

Package: madbomber-data
Description-md5: ef9b11ad0c454d88dcefb20907cff6ed
Description-en: Datafiles for madbomber
 "Mad Bomber" is a clone of Activision's classic Atari 2600 console
 game, "Kaboom!," by Larry Kaplan, with spruced-up graphics and
 sound effects, and music.
 .
 The Mad Bomber is loose in the city and he's dropping bombs everywhere!
 It's your job to catch them before they hit the ground and explode.
 Luckily, you have a set of trusty buckets to extinguish the bombs with.
 .
 This package contains sound and image files for madbomber

Package: madison-lite
Description-md5: cfa0352295e300b42d1de11a9a469700
Description-en: display versions of Debian packages in an archive
 This program inspects a local Debian package archive and displays the
 versions of the given packages found in each suite (for example, stable,
 testing, or unstable) in a brief but easily human-readable form. It aims to
 be a drop-in replacement for the madison utility from the da-katie archive
 management suite that runs on the central Debian archive systems, but one
 which can run without access to the archive's SQL database.
 .
 For simple queries, you can use http://packages.debian.org/ instead, which
 does not require you to have access to a system with a local mirror.

Package: libmadlib
Description-md5: 92c0ed7d320e7f0c18c8e3e41c87cb30
Description-en: mesh adaptation library
 This package contains the dynamic libraries for MAdLib.
 .
 MAdLib is a library that performs global node repositioning and mesh
 adaptation by local mesh modifications on tetrahedral or triangular
 meshes. It is designed to frequently adapt the mesh in transient
 computations. MAdLib is written in C++.
 .
 The adaptation procedure is driven by two objectives:
 .
 - make the edge lengths as close as possible to a (non-homogenous)
   prescribed length,
 .
 - maintain a satisfying element quality everywhere.
 .
 MAdLib can be used in transient computations in order to maintain a
 satisfying element quality (moving boundaries, multiphase flows with
 interface tracking, ...) or/and to apply selective refinements and
 coarsenings (error estimators based, interface capturing: shocks,
 free surfaces, ...).

Package: libmadlib-dev
Description-md5: d9dbf7e5d40c245e09c9bc55cb4632e6
Description-en: mesh adaptation library
 This package contains the development files (headers, so and static
 libraries) for MAdLib.
 .
 MAdLib is a library that performs global node repositioning and mesh
 adaptation by local mesh modifications on tetrahedral or triangular
 meshes. It is designed to frequently adapt the mesh in transient
 computations. MAdLib is written in C++.
 .
 The adaptation procedure is driven by two objectives:
 .
 - make the edge lengths as close as possible to a (non-homogenous)
   prescribed length,
 .
 - maintain a satisfying element quality everywhere.
 .
 MAdLib can be used in transient computations in order to maintain a
 satisfying element quality (moving boundaries, multiphase flows with
 interface tracking, ...) or/and to apply selective refinements and
 coarsenings (error estimators based, interface capturing: shocks,
 free surfaces, ...).

Package: madlib-doc
Description-md5: 270844bce506ad31875ae4b183b1f182
Description-en: mesh adaptation library
 This package contains the documentation, Examples and tutorial for
 MAdLib.
 .
 MAdLib is a library that performs global node repositioning and mesh
 adaptation by local mesh modifications on tetrahedral or triangular
 meshes. It is designed to frequently adapt the mesh in transient
 computations. MAdLib is written in C++.
 .
 The adaptation procedure is driven by two objectives:
 .
 - make the edge lengths as close as possible to a (non-homogenous)
   prescribed length,
 .
 - maintain a satisfying element quality everywhere.
 .
 MAdLib can be used in transient computations in order to maintain a
 satisfying element quality (moving boundaries, multiphase flows with
 interface tracking, ...) or/and to apply selective refinements and
 coarsenings (error estimators based, interface capturing: shocks,
 free surfaces, ...).

Package: libmadness-dev
Description-md5: ed54c55677142f37ade1ef8530f07a53
Description-en: Numerical Environment for Scientific Simulation (development files)
 MADNESS (Multiresolution Adaptive Numerical Environment for Scientific
 Simulation) provides a high-level environment for the solution of integral and
 differential equations in many dimensions using adaptive, fast methods with
 guaranteed precision based on multi-resolution analysis and novel separated
 representations. There are three main components to MADNESS. At the lowest
 level is a new petascale parallel programming environment that increases
 programmer productivity and code performance/scalability while maintaining
 backward compatibility with current programming tools such as MPI and Global
 Arrays. The numerical capabilities built upon the parallel tools provide a
 high-level environment for composing and solving numerical problems in many
 (1-6+) dimensions. Finally, built upon the numerical tools are new
 applications with initial focus upon chemistry, atomic and molecular physics,
 material science, and nuclear structure.
 .
 This package contains the static libraries and the header files.

Package: madplay
Description-md5: bd7e690248fee90240396eafd52390fd
Description-en: MPEG audio player in fixed point
 MAD is an MPEG audio decoder. It currently only supports the MPEG 1
 standard, but fully implements all three audio layers (Layer I, Layer II,
 and Layer III, the latter often colloquially known as MP3.).  There is also
 full support for ID3 tags.
 .
 All work is done in fixed point, so it even works on machines without an FPU.

Package: madwimax
Description-md5: 07c6ff4049906773887bf67a7e5864f5
Description-en: user-space driver for mWiMAX equipment based on Samsung CMC-730
 madwimax is an experimental reverse-engineered Linux driver for
 mobile WiMAX (802.16e) devices based on Samsung CMC-730 chip. These
 devices are currently supported:
  * Samsung SWC-U200
  * Samsung SWC-E100
  * Samsung SWM-S10R (it is built in Samsung NC-10 netbook)
 .
 This package contains the user-space standalone implementation of the
 driver. It requires Universal TUN/TAP support in your kernel.

Package: maelstrom
Description-md5: c76f02beb9cd36d79668013b8d163109
Description-en: Arcade-style game resembling Asteroids
 This is a port of the high-resolution "asteroids" style
 arcade game written by Andrew Welch for the Macintosh.

Package: maffilter
Description-md5: aa50f995e1a6505dce316b43d4d5b358
Description-en: process genome alignment in the Multiple Alignment Format
 MafFilter applies a series of "filters" to a MAF file, in order to
 clean it, extract data and computer statistics while keeping track of
 the associated meta-data such as genome coordinates and quality scores.
 .
  * It can process the alignment to remove low-quality / ambiguous /
    masked regions.
  * It can export data into a single or multiple alignment file in
    format such as Fasta or Clustal.
  * It can read annotation data in GFF or GTF format, and extract the
    corresponding alignment.
  * It can perform sliding windows calculations.
  * It can reconstruct phylogeny/genealogy along the genome alignment.
  * It can compute population genetics statistics, such as site
    frequency spectrum, number of fixed/polymorphic sites, etc.

Package: maffilter-examples
Description-md5: 5efac72cfe50192f17c31d0b810d8fbe
Description-en: process genome alignment in the Multiple Alignment Format (example data)
 MafFilter applies a series of "filters" to a MAF file, in order to
 clean it, extract data and computer statistics while keeping track of
 the associated meta-data such as genome coordinates and quality scores.
 .
  * It can process the alignment to remove low-quality / ambiguous /
    masked regions.
  * It can export data into a single or multiple alignment file in
    format such as Fasta or Clustal.
  * It can read annotation data in GFF or GTF format, and extract the
    corresponding alignment.
  * It can perform sliding windows calculations.
  * It can reconstruct phylogeny/genealogy along the genome alignment.
  * It can compute population genetics statistics, such as site
    frequency spectrum, number of fixed/polymorphic sites, etc.
 .
 This package provides example data for maffilter.

Package: mafft
Description-md5: a65c32f641729a8e070bd5f7c691875a
Description-en: Multiple alignment program for amino acid or nucleotide sequences
 MAFFT is a multiple sequence alignment program which offers three
 accuracy-oriented methods:
  * L-INS-i (probably most accurate; recommended for <200 sequences;
    iterative refinement method incorporating local pairwise alignment
    information),
  * G-INS-i (suitable for sequences of similar lengths; recommended for
    <200 sequences; iterative refinement method incorporating global
    pairwise alignment information),
  * E-INS-i (suitable for sequences containing large unalignable regions;
    recommended for <200 sequences),
 and five speed-oriented methods:
  * FFT-NS-i (iterative refinement method; two cycles only),
  * FFT-NS-i (iterative refinement method; max. 1000 iterations),
  * FFT-NS-2 (fast; progressive method),
  * FFT-NS-1 (very fast; recommended for >2000 sequences; progressive
    method with a rough guide tree),
  * NW-NS-PartTree-1 (recommended for ∼50,000 sequences; progressive
    method with the PartTree algorithm).

Package: magic
Description-md5: 3a4ecd010eeb986a2e9e0316c1bdbfae
Description-en: VLSI layout tool
 Magic is a venerable VLSI layout tool, written in the 1980's at Berkeley by
 John Ousterhout, now famous primarily for writing the scripting interpreter
 language Tcl. Due largely in part to its liberal Berkeley open-source license,
 magic has remained popular with universities and small companies. The
 open-source license has allowed VLSI engineers with a bent toward programming
 to implement clever ideas and help magic stay abreast of fabrication
 technology. However, it is the well thought-out core algorithms which lend to
 magic the greatest part of its popularity. Magic is widely cited as being the
 easiest tool to use for circuit layout, even for people who ultimately rely on
 commercial tools for their product design flow.

Package: libghc-magic-dev
Description-md5: 401957544cc42607015e3a0a16d87920
Description-en: File type determination library for Haskell
 This package provides a Haskell interface to the C libmagic library.
 With it, you can determine the type of a file by examining its contents
 rather than its name.  The Haskell interface provides a full-featured
 binding.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-magic-doc
Description-md5: 9a677ece574936537be40c8cb8c50c27
Description-en: File type determination library for Haskell; documentation
 This package provides a Haskell interface to the C libmagic library.
 With it, you can determine the type of a file by examining its contents
 rather than its name.  The Haskell interface provides a full-featured
 binding.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

Package: libghc-magic-prof
Description-md5: 9d09e71f0163c390acc8dfdf5e1dff78
Description-en: File type determination library for Haskell; profiling libraries
 This package provides a Haskell interface to the C libmagic library.
 With it, you can determine the type of a file by examining its contents
 rather than its name.  The Haskell interface provides a full-featured
 binding.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling.  See http://www.haskell.org/ for more information on Haskell.

Package: magic-wormhole
Description-md5: 0665e3963cc899729df16a80819c5fde
Description-en: Securely and simply transfer data between computers
 Magic Wormhole provides a command-line tool and Python library named
 "wormhole" which makes it possible to very easily transfer short
 pieces of text or arbitrary-sized files or directories from one
 computer to another.
 .
 The two endpoints are identified by using identical "wormhole codes":
 in general, the sending machine generates and displays the code,
 which must then be typed into the receiving machine.  The codes are
 short and human-pronounceable, using a phonetically-distinct
 wordlist.  The receiving side offers tab-completion on the codewords,
 so usually only a few characters must be typed.  Wormhole codes are
 single-use and do not need to be memorized.

Package: python3-magic-wormhole-mailbox-server
Description-md5: b9495612233d9e1bfe56756b4ce46420
Description-en: Magic Wormhole Mailbox Server
 This is the main server that Magic-Wormhole clients connect to. The
 server performs store-and-forward delivery for small key-exchange and
 control messages. Bulk data is sent over a direct TCP connection, or
 through a transit-relay.
 .
 Clients connect with WebSockets, for low-latency delivery in the
 happy case where both clients are attached at the same time. Message
 are stored to enable non-simultaneous clients to make forward
 progress. The server uses a small SQLite database for persistence
 (and clients will reconnect automatically, allowing the server to be
 rebooted without losing state). An optional "usage DB" tracks
 historical activity for status monitoring and operational
 maintenance.

Package: magic-wormhole-transit-relay
Description-md5: b8040d085eae53711056cbf35060358c
Description-en: Transit Relay server for Magic-Wormhole
 This repository implements the Magic-Wormhole "Transit Relay", a
 server that helps clients establish bulk-data transit connections
 even when both are behind NAT boxes. Each side makes a TCP connection
 to this server and presents a handshake. Two connections with
 identical handshakes are glued together, allowing them to pretend
 they have a direct connection.
 .
 This server used to be included in the magic-wormhole repository, but
 was split out into a separate repo to aid deployment and development.

Package: magicfilter
Description-md5: 4602f5be0ea998ef88b0a0a804cb9dfb
Description-en: automatic printer filter
 Magicfilter is a customizable, extensible automatic printer filter.
 .
 It translates the files that you send to a printer to a "language" that
 your printer can "understand". To accomplish this goal, it determines
 the type of the file that is to be printed and uses its "knowledge" to
 convert the file to something that is printable.
 .
 This is done by use of magicfilter's own magic database (a la file(1))
 to decide how to print out a given print job.

Package: magicmaze
Description-md5: e1de58b9d4de6336f2fbe536b82887d0
Description-en: rescue the maiden while avoiding the monsters
 This is a simple game where you are a wizard searching the evil demon's
 tower to try and rescue the beautiful maiden.  Inspired by Gauntlet II,
 your goal is to avoid/kill the monsters while trying to find the exit
 and, eventually, the big boss who is holding your girlfriend captive.
 Includes support for playing in full-screen and with a joystick.

Package: magicrescue
Description-md5: f5963a5d8fb84b230c54744d94eda14a
Description-en: recover files by looking for magic bytes
 Magic Rescue scans a block device for file types it knows how to recover
 and calls an external program to extract them. It looks at "magic bytes"
 (file patterns) in file contents, so it can be used both as an undelete
 utility and for recovering a corrupted drive or partition. As long as
 the file data is there, it will find it.
 .
 Magic Rescue uses files called 'recipes'. These files have strings and
 commands to identify and extract data from devices or forensics images.
 So, you can write your own recipes. Currently, there are the following
 recipes: avi, canon-cr2, elf, flac, gpl, gzip, jpeg-exif, jpeg-jfif,
 mbox, mbox-mozilla-inbox, mbox-mozilla-sent, mp3-id3v1, mp3-id3v2,
 msoffice, nikon-raw, perl, png, ppm, sqlite and zip.
 .
 This package provides magicrescue, dupemap and magicsort commands.
 magicrescue is a carver and it is useful in forensics investigations.

Package: libmagics++-data
Description-md5: 321cba5334173061fd108c281ef76d8f
Description-en: Data files needed for magics++ library
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 .
 This package contains data expected by the magics++ library.

Package: libmagics++-dev
Description-md5: baa5d623da7de3a3bfd720cd69bd1fcf
Description-en: Development files for ECMWF  plotting software MAGICS++
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
 a plot description language based on XML aimed at automatic web production.
 .
 This package includes the header files and static libraries needed to build
 against libmagics++.

Package: libmagics++-metview-dev
Description-md5: 5cbee2a14ce45ca3e81843d73bd70d3e
Description-en: Libraries needed for building MetView
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 .
 This package includes the header files and static libraries needed to build
 metview against magics++.

Package: libmagplus3v5
Description-md5: 25e7234e00d5dfa68d9d523112d26bef
Description-en: ECMWF meteorological plotting software library
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
 a plot description language based on XML aimed at automatic web production.
 .
 The library supports the plotting of contours, wind fields, observations,
 satellite images, symbols, text, axis and graphs (including boxplots).
 .
 Data fields to be plotted may be presented in various formats,
 for instance GRIB 1 and 2 code data, Gaussian grid, regularly spaced grid
 and fitted data. Input data can also be in BUFR and NetCDF format
 or retrieved from an ODB database.
 .
 The produced meteorological plots can be saved in various formats,
 such as PostScript, EPS, PDF, GIF, PNG, SVG and KML.

Package: magics++
Description-md5: 9b068543ba030016602d8d95ac8a603d
Description-en: Executables for the magics++ library
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 Besides its programming interfaces (Fortran and C), Magics++ offers MagML,
 a plot description language based on XML aimed at automatic web production.
 .
 This package contains the MagcML binary that may be used with magics++.

Package: python3-magics++
Description-md5: bfcdff4e189e422926463e212dacf0ed
Description-en: Python3 support for Magics++
 Magics++ is the latest generation of the ECMWF's Meteorological plotting
 software MAGICS. Although completely redesigned in C++, it is intended to be
 as backwards-compatible as possible with the Fortran interface.
 .
 This package provides Python3 support for the magics++ library.

Package: elpa-git-commit
Description-md5: 72e9756b2fda80a4a9ca52364d75407f
Description-en: Major mode for editing git commit message
 A mode for editing COMMIT_MSG file from git in Emacs.

Package: elpa-magit
Description-md5: 622d35dac27007b3de60043d05b53af4
Description-en: Emacs interface for Git
 With Magit, you can inspect and modify your Git repositories with
 Emacs.  You can review and commit the changes you have made to the
 tracked files, for example, and you can browse the history of past
 changes.  There is support for cherry picking, reverting, merging,
 rebasing, and other common Git operations.

Package: elpa-magit-section
Description-md5: 37385577c66e3afa9e908d79fc380995
Description-en: Collapsible sections like in Magit
 This package implements the main user interface of Magit — the
 collapsible sections that make up its buffers.  This package used
 to be distributed as part of Magit but now it can also be used by
 other packages that have nothing to do with Magit or Git.

Package: elpa-magit-annex
Description-md5: d5460d4ff43ae0eb46e4c084009d1571
Description-en: git-annex subcommands for magit
 This package adds some git-annex subcommands to magit's interface,
 under the '@' prefix key.  See the descriptions of the git-annex and
 elpa-magit packages.
 .
 Some examples of operations supported by this package:
 .
   * adding untracked files with `git annex add`
   * displaying information about unused files listed by `git annex unused`
   * locking and unlocking files.

Package: elpa-magit-forge
Description-md5: fb54a22189972a2f5c4d8704566574ab
Description-en: Work with Git forges from the comfort of Magit
 Work with Git forges, such as Github and Gitlab, from the
 comfort of Magit and the rest of Emacs.

Package: elpa-magit-popup
Description-md5: e0de52eb9b6f11fbd769f9d194d6f824
Description-en: Use popup like Magit
 This package implements a generic interface for toggling switches
 and setting options and then invoking an Emacs command which does
 something with these arguments.  The prototypical use is for the
 command to call an external process, passing on the arguments as
 command line arguments.  But this is only one of many possible
 uses (though the one this library is optimized for).
 .
 This package has been superseded by Transient.  No new features
 will be added but bugs will be fixes.

Package: elpa-magit-todos
Description-md5: ac060ecb71dc51efb8c659b15ac54346
Description-en: show source file TODOs in Magit
 This package displays keyword entries from source code comments and Org files
 in the Magit status buffer.  Activating an item jumps to it in its file.  By
 default, it uses keywords from `hl-todo', minus a few (like "NOTE").

Package: magnum-api
Description-md5: ae20646c6a12de90fd0830dfefb8e5f3
Description-en: OpenStack containers as a service
 Magnum is an OpenStack project which offers container orchestration engines
 for deploying and managing containers as first class resources in OpenStack.
 It features:
  * Abstractions for bays, containers, nodes, pods, replication controllers,
    and services
  * Integration with Kubernetes and Docker for backend container technology
  * Integration with Keystone for multi-tenant security
  * Integration with Neutron for Kubernetes multi-tenancy network security
 .
 This package contains the API server.

Package: magnum-common
Description-md5: 2932a6cef94cee9c86fe7ba523a94e4e
Description-en: OpenStack containers as a service - API server
 Magnum is an OpenStack project which offers container orchestration engines
 for deploying and managing containers as first class resources in OpenStack.
 It features:
  * Abstractions for bays, containers, nodes, pods, replication controllers,
    and services
  * Integration with Kubernetes and Docker for backend container technology
  * Integration with Keystone for multi-tenant security
  * Integration with Neutron for Kubernetes multi-tenancy network security
 .
 This package contains common files for the engine and the conductor.

Package: magnum-conductor
Description-md5: c1077d8334fcc9029e3acfca19015ef0
Description-en: OpenStack containers as a service - conductor
 Magnum is an OpenStack project which offers container orchestration engines
 for deploying and managing containers as first class resources in OpenStack.
 It features:
  * Abstractions for bays, containers, nodes, pods, replication controllers,
    and services
  * Integration with Kubernetes and Docker for backend container technology
  * Integration with Keystone for multi-tenant security
  * Integration with Neutron for Kubernetes multi-tenancy network security
 .
 This package contains the conductor server.

Package: python3-magnum
Description-md5: 2d09e27bd3e06eadd4fb3de0fb5044a6
Description-en: OpenStack containers as a service - Python library
 Magnum is an OpenStack project which offers container orchestration engines
 for deploying and managing containers as first class resources in OpenStack.
 It features:
  * Abstractions for bays, containers, nodes, pods, replication controllers,
    and services
  * Integration with Kubernetes and Docker for backend container technology
  * Integration with Keystone for multi-tenant security
  * Integration with Neutron for Kubernetes multi-tenancy network security
 .
 This package contains the Python code.

Package: magnum-tempest-plugin
Description-md5: 3296cd19955a1427e9de1808944747dd
Description-en: OpenStack Integration Test Suite - Magnum 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 Magnum plugin.

Package: python3-magnum-ui
Description-md5: 3c5deb91be684441ec12614376ade9e6
Description-en: OpenStack Magnum - dashboard plugin
 Magnum is an OpenStack project which offers container orchestration engines
 for deploying and managing containers as first class resources in OpenStack.
 It features:
  * Abstractions for bays, containers, nodes, pods, replication controllers,
    and services
  * Integration with Kubernetes and Docker for backend container technology
  * Integration with Keystone for multi-tenant security
  * Integration with Neutron for Kubernetes multi-tenancy network security
 .
 This package contains the OpenStack dashboard plugin.

Package: magnus
Description-md5: 20eb403cf6703039d5eccdad9a5444c8
Description-en: Very simple screen magnifier
 Magnus is a simple screen magnifying glass. It nicely integrates with
 X11 desktops like MATE or Xfce (probably with others not named here,
 too).
 .
 Visually impaired users may find this tool helpful for zooming into
 certain screen areas in order to improve readability/visibilty of fonts,
 icons and other data.

Package: ihungarian
Description-md5: 54cd5aaa815d342eda94de269682d006
Description-en: Hungarian dictionary for ispell
 This is the Hungarian dictionary for ispell made by NEMETH Laszlo.

Package: myspell-hu
Description-md5: 6a6489526b3cf80f3b753c4c54f20c32
Description-en: Hungarian dictionary for myspell
 This is the Hungarian dictionary for use with the myspell spellchecker
 which is currently used within OpenOffice.org and the mozilla
 spellchecker.

Package: mah-jong
Description-md5: 822830fc091ce9f29cecc60a3fbfa6d1
Description-en: Original Mah-Jong game
 This is a set of programs to play the original Mah-Jong game: one
 server, one client for a human player and one client for an AI
 player. Hence the game can be played by 1 to 4 human players.
 .
 You should keep in mind that the original Mah-Jong game has nothing
 to do with the well-known solitaire game. (It merely uses the same
 set of tiles.)
 .
 If you like the game, please consider making a donation to the
 (upstream) author. Read /usr/share/doc/mah-jong/README.Debian for
 details.

Package: mail-expire
Description-md5: c799796382ed584574f98fb651f3a984
Description-en: Utility to extract outdated messages from mail folders
 mail-expire is a tool which scans mail folders (Maildir or mbox files) for
 messages that are older than given maximum age and moves them to another
 (compressed) mbox file or just deletes them.

Package: libmail-spf-perl
Description-md5: 5a00e9c63268c570413928246a2be58c
Description-en: Perl implementation of Sender Policy Framework and Sender ID
 Mail::SPF is an object-oriented Perl implementation of the Sender Policy
 Framework (SPF) e-mail sender authentication system <http://www.openspf.org>.
 .
 It supports both the TXT and SPF RR types as well as both SPFv1 (v=spf1) and
 Sender ID (spf2.0) records, and it is fully compliant to RFCs 4408 and 4406.
 (It does not however implement the patented PRA address selection algorithm
 described in RFC 4407.)

Package: spf-tools-perl
Description-md5: 34b7e3c177af17bc756e2425bc816bac
Description-en: SPF tools (spfquery, spfd) based on the Mail::SPF Perl module
 A collection of Sender Policy Framework (SPF) tools that are based on the
 fully RFC-conforming Mail::SPF Perl module.  The following tools are included
 in this package:
 .
   * spfquery:  A command-line tool for performing SPF checks.
   * spfd:      A daemon for services that perform SPF checks frequently.

Package: mailagent
Description-md5: 72aa1356b5be0989045069d985606928
Description-en: automatic mail-processing tool and filter
 Mailagent is a mail delivery agent, and can be programmed to
 respond to mail in ways more sophisticated than a mail filtering
 program like procmail. It is easy to configure, and very easy to
 extend using Perl. Not only can the base functionality be
 extended, new commands and processing methods can be added in a
 modular fashion.
 .
 Obeying lex-like rulesets, mailagent can file mails to specific
 folders (plain Unix-style folders and also MMDF and MH ones),
 forward messages to third parties, pipe them to commands or post
 them to newsgroups. The filtering commands that are executed on
 the messages can be extended, and may rewrite the message headers
 or body as desired. It can also create and process commands based
 on key words contained in the body of the mail message.
 .
 Mailagent can be used as a vacation program, and can answer mail
 automatically and with more flexibility than the command of that
 name. A template can be provided for the body of the response,
 and the frequency of vacation mails can also be specified. Simple
 macro substitutions allow parts of the mail header to be recycled
 into the vacation messages, for a more personalized reply.
 .
 Mailagent can also be used to set up a generic mail server,
 without the hassle of the lower-level concerns like error
 recovery, logging or command parsing.
 .
 Please note that on Debian systems, mailagent requires a catch-all
 rule saving all mail into the user's home directory. Unlike other
 Mail Delivery Agents such as procmail, mailagent is too extensible
 to be safely made setgid mail, and so cannot lock /var/spool/mail
 mailboxes.

Package: mailcap
Description-md5: e2a107a54e7ece961f5b1e1bfd92b5bb
Description-en: Debian's mailcap system, and support programs
 The mailcap system associates media types with programs that can handle them,
 using system and user configuration files.  A file's media type is determined
 by its extension or by running the "file" command if available.
 .
 Other packages register their programs as viewers/editors/composers/etc by
 placing mailcap entry files or FreeDesktop menu entries in predetermined
 directories monitored by this package's dpkg triggers.
 .
 This package provides a "run-mailcap" program to open arbitrary files, and in
 addition the "see", "edit", "compose", and "print" aliases to display, alter,
 create, and print (respectively).
 .
 This package also provides the "debian-view" utility to handle Debian packages
 interactively.

Package: mailcheck
Description-md5: 5ea21258efc5207555e7fb21205ca053
Description-en: check multiple mailboxes/maildirs for mail
 Mailcheck is a simple, configurable tool that allows multiple mailboxes
 to be checked for the existence of new mail messages.  It supports both
 mbox and maildir-style mailboxes for compatibility with most mail
 transport agents.  It also supports remote POP3 and IMAP mailboxes.

Package: maildir-filter
Description-md5: 5e9511b252deb140dbe9161dc9b52c59
Description-en: Simple program to filter messages into Maildir folders from dot-qmail
 This program was designed to filter messages based on regular expressions with
 perl syntax and perform actions on them (deliver on a Maildir folder, send it
 to oblivion or bounce it).

Package: maildir-utils
Description-md5: 5eee24a1c2f5e40accaf37e9c9ff0b07
Description-en: Set of utilities to deal with Maildirs (upstream name mu)
 mu is a set of utilities to deal with Maildirs, specifically,
 indexing and searching.
  - mu index - recursively scans a collection of email messages, and
    stores information found in a database.
  - mu find - searches for messages based on some search criteria.
  - mu mkmdir - creates a new Maildir.
 .
 mu uses libgmime to parse the message, and Xapian to store the message data.

Package: mu4e
Description-md5: fa2b6b5556c3aeb1f5e6c19b19a58695
Description-en: e-mail client for Emacs based on mu (maildir-utils)
 mu4e (mu-for-emacs) is an e-mail client for GNU-Emacs version 23 and
 later, built on top of the mu e-mail search engine. mu4e is optimized
 for fast handling of large amounts of e-mail.

Package: maildirsync
Description-md5: c580e55f172ea03ecabf7a462710ac8c
Description-en: simple and efficient Maildir synchronisation utility
 maildirsync is a utility for synchronising Maildir folders between
 computers. It uses its own custom protocol for efficient
 communication, and uses ssh as its transport.

Package: maildrop
Description-md5: eda875822ffffaedfbf2564b0e457648
Description-en: mail delivery agent with filtering abilities (set-GID=mail)
 maildrop is a mail delivery agent (MDA), a program which reads a mail
 message from standard input and then delivers the message to your mailbox.
 .
 maildrop can deliver mail both in mbox and maildir storing formats.
 It can read instructions from a file, directing it how to log deliveries,
 and how to filter incoming mail, for example to deliver mail to alternate
 mailboxes, or forward it somewhere else, or pipe it through external
 programs.
 .
 It performs all the same functions as procmail, but unlike procmail,
 maildrop uses a structured filtering language which is a bit easier
 on the eyes. Other differences from procmail include not skipping syntax
 errors in filter files (instead deferring the mails for later processing)
 and being more resource-efficient when processing mails (not loading
 large messages right into memory).
 .
 maildrop in this package sets its permission to "rwxr-sr-x" (set-GID)
 and is owned by "root:mail".
 .
 maildrop also comes with the following additional programs:
 .
  * reformail, an e-mail reformatting tool, which can detect duplicate
               messages, manipulate message headers, split mailboxes into
               individual messages, and generate autoreply messages
  * maildirmake, which creates maildirs, and maildir folders
  * deliverquota, which delivers mail to maildirs while taking account
                   software-imposed quotas
  * reformime, a utility for reformatting MIME messages
  * makemime, which creates MIME-formatted messages of arbitrary complexity
  * lockmail, which creates dot-locks, file locks, and C-Client folder locks
  * mailbot, a MIME-aware autoresponder utility

Package: mailfilter
Description-md5: 815db8bc7035b81472fb1cdd387d453a
Description-en: Program that filters your incoming e-mail to help remove spam
 Mailfilter is very flexible utility for UNIX (-like) operating systems
 to get rid of unwanted e-mail messages, before having to go through the
 trouble of downloading them to the local computer. It offers support for
 one or many POP3 accounts and is especially useful for dialup connections
 via modem, ISDN, etc. Install Mailfilter if you'd like to remove spam from
 your POP3 mail accounts.
 .
 With Mailfilter you can define your own filters (rules) to determine
 which e-mails should be delivered and which are considered waste. Rules
 are Regular Expressions, so you can make use of familiar options from
 other mail delivery programs such as e.g. procmail.
 .
 If you do not get your mail from a POP3-Server you don't need Mailfilter.

Package: mailfromd
Description-md5: 4c18451db0d384b11c6574e29a8f0bc4
Description-en: General-Purpose Mail Filter
 Mailfromd is a general-purpose mail filtering daemon for Sendmail,
 Postfix and MeTA1.  It is able to filter both incoming and outgoing
 messages using criteria of arbitrary complexity, supplied by the
 administrator in the form of a script file.  The daemon interfaces
 with the MTA using Milter or PMilter protocols.

Package: mailfromd-doc
Description-md5: a467f79eb496313bfe9ec4852fd33cfe
Description-en: mailfromd documentation in several formats
 Mailfromd is a general-purpose mail filtering daemon for Sendmail,
 Postfix and MeTA1.  It is able to filter both incoming and outgoing
 messages using criteria of arbitrary complexity, supplied by the
 administrator in the form of a script file.  The daemon interfaces
 with the MTA using Milter or PMilter protocols.
 .
 This package contains the documentation as info, HTML, PDF, and plain
 text.

Package: mailfront
Description-md5: df32c5e85614568b7e938b41fb60bfb4
Description-en: mail server network protocol front-ends
 mailfront is a set of customizable network front-ends for mail servers.
 It contains complete SMTP, QMQP, QMTP, and POP3 front-ends as well as an
 authentication module for IMAP.  The mail delivery front-ends also contain
 internal address filtering features.
 .
 Two SMTP back-ends are provided.  One delivers mail to qmail-queue,
 mimicking most of the behavior of qmail-smtpd, with the addition of
 support for SMTP AUTH.  The other rejects all SMTP commands if $SMTPREJECT
 is set, and execs its command line otherwise (in order to run the above
 program).

Package: mailgraph
Description-md5: ce49fad41b7ea59a431312e0d92c9eab
Description-en: RRDtool frontend for Mail statistics
 Mailgraph is a very simple mail statistics RRDtool frontend for
 Postfix, Sendmail or Exim that produces daily, weekly, monthly and
 yearly graphs of received/sent and bounced/rejected mail.

Package: python3-mailman-hyperkitty
Description-md5: 447f1d289579b851478eb0852fe67675
Description-en: Mailman3 plugin to archive emails with HyperKitty
 Mailman3 allows emails sent to its mailing lists to be archived by
 any software provided that there is a plugin (loadable by Mailman3) designed
 to communicate with it properly.
 .
 This module contains a Mailman3 archiver plugin which sends emails
 to HyperKitty, the official Mailman3 web archiver.

Package: mailman3-web
Description-md5: 2c9dd59652cc6eb67d540ac788c9a9fe
Description-en: Django project integrating Mailman3 Postorius and HyperKitty
 This django web application provides the Mailman3 Postorius web interface
 and the HyperKitty mailinglist archiver integrated into one project.
 .
 The package automates most of the necessary configuration for the Django
 project (database setup, webserver configuration, secret and API key
 generation, Django project configuration) to get a ready-to-use Mailman3
 web suite.
 .
 The Mailman3 Django project runs as uWSGI daemon and optionally a webserver
 is configured as reverse proxy. In this case, the service can be accessed
 at '/mailman3'.
 .
 Default database backend is SQLite3 in order to not break automated
 installations. For productive setups, PostgreSQL or MySQL are much better
 options though. See README.Debian for further information.

Package: mailman3
Description-md5: 95b97bca3cff0fc59636c61614f81160
Description-en: Mailing list management system
 This is GNU Mailman version 3, a mailing list management system. This package
 provides the core delivery engine of the system, which handles the mailing
 lists data, receives messages, handles the moderation and processing of these
 messages and delivers them to the mailing lists subscribers. It communicates
 with the other components through a private administrative REST API.
 .
 Default database backend is SQLite3 in order to not break automated
 installations. For productive setups, PostgreSQL or MySQL are much better
 options though. See README.Debian for further information.
 .
 In order to get the full Mailman3 system, the metapackage 'mailman3-full'
 should be installed.

Package: mailman3-doc
Description-md5: 2ec2502debbb643a821ba613ba29d78a
Description-en: Mailing list management system documentation
 This is GNU Mailman version 3, a mailing list management system. This package
 contains the full compiled documentation of Mailman3 server. It is built using
 sphinx and voluntarily separated from mailman3 lib/binaries as it is not
 required to have a properly working server.

Package: mailman3-full
Description-md5: 4c90c102a604fba2df5ac95f91111a69
Description-en: Full Mailman3 mailing list management suite (metapackage)
 This is GNU Mailman, a mailing list management system. This metapackage
 depends on all components of the full Mailman3 suite:
 .
  * mailman3: The core Mailman3 delivery engine
  * mailman3-web: Django project integrating Mailman3 postorius and hyperkitty
  * python3-mailman-hyperkitty: Mailman3 server plugin for Hyperkitty archiver

Package: python3-mailmanclient
Description-md5: 777bedc6173f83bd9d8d21fa4c69c43f
Description-en: Python bindings for Mailman3 REST API (Python 3 version)
 Mailmanclient provides the official REST API to interact with Mailman3 server.
 This library is required by the official web interfaces for archive browsing
 and administration of a server.
 .
 This package contains the Python 3 version of the library.

Package: webext-mailmindr
Description-md5: e5ed51464bd9844809b8417ace1b594e
Description-en: Reminder for emails
 mailmindr is an addon for the email client "Mozilla Thunderbird".
 It offers additional functionality to handle the everyday work
 with your emails by reminding you or letting you add a note to a mail.

Package: mailnag
Description-md5: 89ad4cbfa0421f17012a6b890ecbc591
Description-en: extensible mail notification daemon
 Mailnag is a daemon program that checks POP3 and IMAP servers for new mail.
 On mail arrival it performs various actions provided by plugins. Mailnag
 comes with a set of desktop-independent default plugins for visual/sound
 notifications, script execution etc. and can be extended with additional
 plugins easily.

Package: elpa-mailscripts
Description-md5: a66f5edb7d52f22e61a652be7aa8d1f8
Description-en: Emacs utilities for handling mail on Unixes
 The original purpose of this package was to make it easy to use the small
 mail-handling utilities shipped in the 'mailscripts' package from within
 Emacs.  It now also contains some additional, thematically-related utilities
 which don't invoke any of those scripts.
 .
 Entry points you might like to look at if you're new to this package:
 mailscripts-prepare-patch, notmuch-slurp-debbug,
 notmuch-extract-{thread,message}-patches{,-to-project}.

Package: mailscripts
Description-md5: 7fa0d26742cbeb8e55cb94dc7583698b
Description-en: collection of scripts for manipulating e-mail on Debian
 This package provides a collection of scripts for manipulating e-mail
 stored on Debian systems.
 .
 mdmv -- safely move messages between maildirs
 .
 mbox2maildir -- convert an mbox to a maildir using Python's libraries
 .
 notmuch-slurp-debbug -- add messages from a Debian bug to notmuch
 .
 notmuch-extract-patch -- extract a git patch series from notmuch
 .
 mbox-extract-patch -- extract a git patch series from an mbox
 .
 maildir-import-patch -- import a git patch series into a maildir
 .
 notmuch-import-patch -- import a git patch series into notmuch
 .
 email-print-mime-structure -- tree view of a message's MIME structure
 .
 email-extract-openpgp-certs -- extract OpenPGP certificates from a message
 .
 imap-dl -- download messages from an IMAP mailbox to a maildir
 .
 gmi2email -- subscribe to gemlogs and read individual Gemini pages by e-mail
 .
 sendmail-reinject -- reinject an e-mail message via sendmail(1)

Package: mailsync
Description-md5: 4d9916db20f51e8da001d25799ad4b3e
Description-en: Synchronize IMAP mailboxes
 Mailsync is a tool for synchronizing a collection of mailboxes.
 The mailboxes may be on the local filesystem or on an IMAP server.

Package: mailtextbody
Description-md5: 42bf81eca318c9c9073f5d9622ed1c7c
Description-en: tool to return the body of an email message
 Mailtextbody reads a complete email message on stdin and returns the body
 on stdout.  Technically speaking, it returns the first decoded text/plain
 MIME part of any (however nested) MIME message or just the body of a
 non-MIME message otherwise.
 .
 Mailtextbody can easily be included in other tools using pipes.

Package: mailto
Description-md5: 06ad4a2a040e61ebb41f90be6ba01cd7
Description-en: WWW Forms to Mail Gateway
 This package provides a CGI program that converts data submitted
 via a <forms> web formular to simple mail which is sent to a given
 address.

Package: libmailutils-dev
Description-md5: ad111e18158039f8492c52b4325559d9
Description-en: development files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package includes the development files for GNU mailutils and
 GNU's Mail abstraction library.

Package: libmailutils9
Description-md5: 3a19b102336d5639c842ef925f5fa286
Description-en: GNU Mail abstraction library
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is GNU's Mail abstraction library.  This library allows programs to
 hook into a single library for many different types of mail backends.
 The following backend stores are currently provided: mbox, mh, maildir,
 dotmail, pop3, imap4.

Package: libmu-dbm9
Description-md5: 2aa73cd0d8a4ffdab7ed230774df26e4
Description-en: GNU Mail abstraction library -- dbm support
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is GNU's Mail abstraction library dbm support component. This library
 allows programs to hook into a single library for many different types of
 mail backends. The following backend stores are currently provided: mbox,
 mh, maildir, dotmail, pop3, imap4.

Package: mailutils
Description-md5: 2d2d88b93b295fdfb438b5c770fc1349
Description-en: GNU mailutils utilities for handling mail
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the GNU mailutils versions of dotlock, frm, from,
 mail, messages, mimeview, movemail, readmsg and sieve. They are capable
 of speaking POP3, IMAP, mbox, MH, Maildir and dotmail.
 .
  dotlock -- lock mail spool files.
  frm -- display From: lines.
  from -- display from and subject.
  mail -- the standard /bin/mail interface, mail sender and reader.
  messages -- count the number of messages in a mailbox.
  mimeview -- display files, using mailcap mechanism.
  movemail -- move messages across mailboxes.
  readmsg -- extract selected messages from a mailbox.
  sieve -- a mail filtering tool.

Package: mailutils-common
Description-md5: 32f3c1102382b478ae851a124c7c0abe
Description-en: common files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 These are common files for all mailutils packages, including locale
 files.

Package: mailutils-comsatd
Description-md5: a86205e706e5340d2e25716e4750e692
Description-en: GNU mailutils-based comsatd daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils comsat daemon receives reports of incoming mail and
 notifies users who wish to get this service.

Package: mailutils-doc
Description-md5: c74d40fbcdb688ff4d12e2b234403ebb
Description-en: documentation files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the documentation for the mailutils utilities and
 development API.

Package: mailutils-guile
Description-md5: f532ab9c9ef3692825aa37e42f652304
Description-en: GNU mailutils Guile interpreter and modules
 These are the GNU mailutils Guile utilities and modules. In particular,
 the "guimb" mail processor and the sieve.scm sieve to Scheme translator
 are included, along with several .scm modules for use with Guile.

Package: mailutils-imap4d
Description-md5: 0a14c1d07a9fd4c50e2b4d888c7b1972
Description-en: GNU mailutils-based IMAP4 Daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils IMAP4 daemon implements the Internet Message Access
 Protocol, version 4rev1 as per RFC 2060. It supports the "Namespace"
 capability and GSSAPI authentication mechanism. It is able to get the
 authentication information from the system user database as well as from
 a SQL database of arbitrary structure. The PAM framework can also be
 used for authentication purposes. Additionally, mailutils imap4d supports
 virtual mail domains and has TLS support via GNUtls. GNU mailutils supports
 the mbox, MH, Maildir and dotmail mailbox formats.

Package: mailutils-mda
Description-md5: 380dd342b5dac86ccd3e45b0f932a59a
Description-en: GNU mailutils utilities for handling mail -- MDA
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the GNU mailutils' MDA tools: mda, putmail and lmtpd.
 It is capable of speaking POP3, IMAP, mbox, MH, Maildir and dotmail.
 .
  mda -- the GNU local mail delivery agent.
  putmail -- incorporate mail to a mailbox.
  lmtpd -- local mail transfer protocol daemon.

Package: mailutils-mh
Description-md5: f647b30b070f6ed4a21196e52e51deee
Description-en: GNU mailutils-based MH utilities
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 These are the GNU mailutils MH utilities. It is an implementation of MH, a
 collection of small shell programs to read and handle mail in a very flexible
 way.

Package: mailutils-pop3d
Description-md5: af2dcd10f563aa2f77efd517d5f65cfa
Description-en: GNU mailutils-based POP3 Daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils POP3 daemon supports the basic POP3 protocol with the
 CAPA, RESP-CODES, PIPELINING and UIDL extensions. It also supports APOP
 authentication. The user credentials for APOP can be stored in a variety
 of DBM formats. It is able to get the authentication information from
 the system user database as well as from a SQL database of arbitrary
 structure. The PAM framework can also be used for authentication
 purposes. Additionally, mailutils pop3d supports virtual mail domains and
 has TLS support via GNUtls. GNU mailutils supports the mbox, MH, Maildir
 and dotmail mailbox formats.

Package: python3-mailutils
Description-md5: 7771fa360fb87b42722dca01f34cb412
Description-en: GNU Mail abstraction library (Python3 interface)
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is the Python3 interface to the Mailutils library.

Package: maim
Description-md5: 049e8a369bfafde48a01e8519a662ac2
Description-en: takes screenshots of your desktop
 maim (make image) takes screenshots of your desktop. It has options
 to take only a region, and relies on another program called slop to
 query the user for regions using the graphical interface.
 .
 maim is command line tool that is supposed to be an improved scrot.

Package: maint-guide
Description-md5: d912076f90a5491df2706513d649099f
Description-en: Debian New Maintainers' Guide
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package

Package: maint-guide-ca
Description-md5: d4ec40fe2693a12f0ea59b62c701c7c7
Description-en: Debian New Maintainers' Guide (Catalan)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Catalan translation.

Package: maint-guide-de
Description-md5: 1bcba82c20c724c53fcfb96730aca16d
Description-en: Debian New Maintainers' Guide (German)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is German translation.

Package: maint-guide-es
Description-md5: ca7551694a01b5c8c18e384e419d1d2d
Description-en: Debian New Maintainers' Guide (Spanish)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Spanish translation.

Package: maint-guide-fr
Description-md5: 9bf396a02564a3bd3f9fc24352e241dc
Description-en: Debian New Maintainers' Guide (French)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is French translation.

Package: maint-guide-it
Description-md5: 2107e6d15c300ff25c23c30da0942479
Description-en: Debian New Maintainers' Guide (Italian)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Italian translation.

Package: maint-guide-ja
Description-md5: 256b515270daba9c2929a815b5a10f14
Description-en: Debian New Maintainers' Guide (Japanese)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Japanese translation.

Package: maint-guide-ru
Description-md5: 9800d870439ca14ea2a4e8e68cbfd427
Description-en: Debian New Maintainers' Guide (Russian)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Russian translation.

Package: maint-guide-vi
Description-md5: eef4db1a2ca7a24cbd19451302384db2
Description-en: Debian New Maintainers' Guide (Vietnamese)
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Vietnamese translation.

Package: maint-guide-zh-cn
Description-md5: 00483c4b0093b071094c6b2d3b1bf042
Description-en: Debian New Maintainers' Guide (Chinese(cn))
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Chinese(cn) translation.

Package: maint-guide-zh-tw
Description-md5: 452af1c64670e8c22a0593a23f7b3fdd
Description-en: Debian New Maintainers' Guide (Chinese(tw))
 This package contains the Debian New Maintainers' Guide.
 .
 This document tries to describe the building of a Debian package to ordinary
 Debian users and prospective developers. It uses fairly non-technical
 language, and it's well covered with working examples.
 .
 The document contains these chapters:
     * 1 Getting started The Right Way
     * 2 First steps
     * 3 Modifying the source
     * 4 Required files under debian directory
     * 5 Other files under debian directory
     * 6 Building the package
     * 7 Checking the package for errors
     * 8 Uploading the package
     * 9 Updating the package
 .
 This is Chinese(tw) translation.

Package: mairix
Description-md5: 29e3a29f8b58f49286bc01f0c530bcd6
Description-en: indexes and searches locally-stored email
 mairix is a program for indexing and searching email messages stored
 offline on your computer.  mairix supports the Maildir, MH folders,
 and mbox formats.
 .
 Some features:
 .
  * Indexing is fast. It runs incrementally on new messages - any
    particular message only gets scanned once in the lifetime of the
    index file.
 .
  * Searching is fast.
 .
  * The search mode populates a "virtual" maildir folder with symlinks
    which point to the real messages. This folder can be opened as usual
    in your mail program.
 .
  * Indexing and searching is based on words. The index file tabulates
    which words occur in which parts (particular headers + body) of which
    messages.

Package: make
Description-md5: 3ef13fe0be8e85cb535b13ff062ae8eb
Description-en: utility for directing compilation
 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver.

Package: make-guile
Description-md5: 0ed531b8440dd05ef95149eed3050b34
Description-en: utility for directing compilation with guile support
 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver. This variant has built in guile support

Package: make-dynpart-mappings
Description-md5: a598ad9f51779dd9252712862a739dc8
Description-en: CLI tool to setup DM mappings for Android dynamic partitions
 make-dynpart-mappings is a very simple tool used to set up Android dynamic
 partitions on Linux systems. It automatically creates the corresponding
 DM (Device Mapper) mappings so those partitions can easily be mounted by the
 user and system services.

Package: makebootfat
Description-md5: 30f02e000684ffe5669efe30543ce9dd
Description-en: Utility to create a bootable FAT filesystem
 Makebootfat is a command line utility able to create bootable USB disks
 using the FAT filesystem and syslinux.
 .
 Makebootfat is the most advanced tool available able to make bootable
 USB disks. It is able to autodetect/partition/format/populate the USB
 disk in a single step without any user interaction. It's also able to
 create disk images which are compatible with all the three standards
 USB-FDD, USB-HDD and USB-ZIP at the same time.

Package: makedepf90
Description-md5: 3931f01089f14ed62f2be0f5da403f5c
Description-en: Fortran-90 dependency processor for Makefiles
 Makedepf90 is a program for automatic creation of Makefile dependency
 lists for Fortran source code. Makedepf90 supports MODULE:s, INCLUDE:s,
 cpp #include:s, f90ppr $include:s and coco ??include:s and set-files.
 .
 The original idea was to provide the same functionality for Fortran as
 .
    gcc -MM *.c
 .
 does for C.

Package: makedev
Description-md5: 0d90ffc36746b1d25c5b125ef2221357
Description-en: creates device files in /dev
 The MAKEDEV executable is used to create device files, often in /dev.
 .
 Device files are special files through which applications can interact
 with hardware.
 .
 This package is not necessary for most modern Linux systems, where the udev
 subsystem provides a more dynamic mechanism for device file management.

Package: makedumpfile
Description-md5: 9efd4ca21c7d30a2f285e5d82375fce1
Description-en: VMcore extraction tool
 This program is used to extract a subset of the memory available either
 via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory
 images without extra unneeded information (zero pages, userspace programs,
 etc).

Package: makefile2graph
Description-md5: e70e98822956710570695f134b6761cf
Description-en: creates a graph of dependencies from GNU-Make
 Output is a graphviz-dot file, a Gexf-XML file or a list of the deepest
 independent targets that should be made. Sub-makefiles are not supported.

Package: makefs
Description-md5: ea4b16ae72572d02335128ea70fc4b63
Description-en: create a cd9660 or ffs filesystem image from a directory tree
 NetBSD® makefs(8) creates a filesystem image from a directory tree
 without the need for superuser privileges. The MirBSD version fixes
 ECMA 119, SUSP and RRIP (Rock Ridge) compliance and adds features.
 .
 Supported target filesystem types are:
 .
    cd9660   ISO 9660 (ECMA 119) compatible filesystem images, with
             Rock Ridge, El Torito, and other features
    ffs      4.2FFS, the BSD Fast Filesystem, also known as UFS1;
             UFS2 (with "-o version=2")
 .
 The images created can be of a fixed (predefined) size, given on the
 command line, or sized automatically. Permission bits are taken from
 the source directory tree but may be overridden using an mtree file.
 .
 This utility does not currently support Large Files (2 GiB or more).

Package: makepasswd
Description-md5: db9b7bbb21321e183aa4f60b01bb1376
Description-en: Generate and encrypt passwords
 Generates true random passwords using /dev/urandom, with the emphasis on
 security over pronounceability.  It can also encrypt plaintext passwords
 given in a temporary file.

Package: makepatch
Description-md5: b4caf25577e62a959089ee2261ad5afe
Description-en: generate/apply patch files with more functionality than plain diff
 This package contains a pair of programs, makepatch and applypatch, to
 assist in the generation and application of patch kits to synchronise
 source trees.
 .
 makepatch knows about common conventions for patch kits (it generates
 Index: and Prereq: lines, it patches patchlevel.h first, it can use
 manifest files), plus it prepends some shell code which if run will
 take care adding directories, removing files, setting execute mode on
 scripts, and the like.
 .
 applypatch uses some extra data supplied by makepatch to verify both the
 patch and the source directory before applying the patch.  Afterwards it
 will clean up the directory tree plus fix up the permissions and even
 the timestamps on the patched files.

Package: makepp
Description-md5: 2fe888cff15d6a251b5b464a492df56b
Description-en: GNU make compatible but reliable and simpler build tool
 Makepp, a build program which has a number of features that allow for reliable
 builds and simpler build files, is a drop-in replacement for GNU make. It
 supports almost all of the syntax that GNU make supports, and can be used with
 makefiles produced by utilities such as automake. It is called makepp (or
 make++) because it was designed with special support for C++, which has since
 been extended to other languages like Swig or embedded SQL.
 .
 Some features that makepp adds to make are: greatly improved handling of
 builds that involve multiple makefiles (recursive make is no longer necessary);
 automatic scanning for include files; rebuilds triggered if build command
 changes; checksum-based signature methods for reliable builds, smart enough to
 ignore whitespace or comment changes; extensibility through perl (within your
 makefile); repositories (automatically importing files from another tree);
 build caches (not recompiling identically what a user of the same cache already
 did).

Package: makeself
Description-md5: dc6bdc2e87bbb20dc88592a9cb738d99
Description-en: utility to generate self-extractable archives
 makeself is a small shell script that generates a self-extractable
 archive from a directory. The resulting file appears as a shell script
 (many of those have a .run suffix), and can be launched as is. The
 archive will then uncompress itself to a temporary directory and an
 optional arbitrary command will be executed (for example an installation
 script). This is pretty similar to archives generated with WinZip
 Self-Extractor in the Windows world. Makeself archives also include
 checksums for integrity self-validation (CRC and/or MD5 checksums).
 .
 The makeself script itself is used only to create the archives from a
 directory of files. The resultant archive is actually a compressed
 (using gzip, bzip2, or compress) TAR archive, with a small shell script
 stub at the beginning. This small stub performs all the steps of
 extracting the files, running the embedded command, and removing the
 temporary files when it's all over. All what the user has to do to
 install the software contained in such an archive is to "run" the
 archive, i.e. sh nice-software.run. It is recommended to use the "run" (which
 was introduced by some Makeself archives released by Loki Software) or
 "sh" suffix for such archives not to confuse the users, since they
 actually are shell scripts (with quite a lot of binary data attached
 to it though!).

Package: makexvpics
Description-md5: f9e75fa216c1f487c575bc715fe31b57
Description-en: updates .xvpics thumbnails from the command line
 This package includes a shell script and a C helper program to update
 XV/zgv/xzgv thumbnails from the command line.
 .
 Note that the thumbnails used by GNOME and KDE are in a different,
 incompatible format; you will need to use a tool designed for those
 desktops to create thumbnails for Nautilus or Konqueror.

Package: elpa-makey
Description-md5: 29873d3132e65d22fc81fb62e86129e1
Description-en: flexible context menu system
 This package adds a flexible context menu system to GNU Emacs. Mainly it is
 used as a dependency for such ELPA packages as discover.el and
 discover-my-major.

Package: python-mako-doc
Description-md5: c5fcefc28d6700bb949d948275ad5777
Description-en: documentation for the Mako Python library
 Mako is a template library written in Python.
 .
 This package contains the documentation for Mako in HTML and
 reStructuredText formats.

Package: python3-mako
Description-md5: 9cf1e89d773dcfe84fbec050c6c37a3d
Description-en: fast and lightweight templating for the Python 3 platform
 Mako is a template library written in Python. It provides a familiar, non-XML
 syntax which compiles into Python modules for maximum performance. Mako's
 syntax and API borrows from the best ideas of many others, including Django
 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
 Python (i.e. Python Server Page) language, which refines the familiar ideas of
 componentized layout and inheritance to produce one of the most
 straightforward and flexible models available, while also maintaining close
 ties to Python calling and scoping semantics.

Package: mako-notifier
Description-md5: 64917dbcfc2811359c7319ff7d3abd43
Description-en: lightweight notification daemon for Wayland compositors
 mako is a lightweight notification daemon for Wayland compositors that support
 the layer-shell protocol.

Package: libmalaga-dev
Description-md5: 0f14c7e9301a57c28eb88f80566d75ec
Description-en: Developer's library for automatic language analysis
 Malaga is a system for implementing natural language analysers:
 both grammars and morphologies can be created.
 You will not be needing this package if you do not intend
 to do research on computer linguistics or develop computer
 programs that need to do advanced processing of natural
 languages.
 .
 This package contains the static library and header file
 for developing programs that use the Malaga engine.

Package: libmalaga7
Description-md5: 34bbd08fc78078f1acc2fcbdd38d471a
Description-en: Automatic language analysis library
 Malaga is a system for implementing natural language analysers:
 both grammars and morphologies can be created.
 .
 This package contains the shared library supporting other
 programs that use the Malaga engine.  Malaga itself does
 not use this library.

Package: malaga-bin
Description-md5: bb7e4b48fb06c00b7e3e3eee66d269fd
Description-en: System for automatic language analysis
 Malaga is a system for implementing natural language analysers:
 both grammars and morphologies can be created.
 You will not be needing this package if you do not intend
 to do research on computer linguistics or develop computer
 programs that need to do advanced processing of natural
 languages.
 .
 This package contains a set of standalone programs that can be
 used in developing and playing with grammars and morphologies.
 One of the programs uses a Tk/TCL module for displaying
 graphical analysis trees.

Package: malaga-doc
Description-md5: 2cba8d0e6bde2b512cf46967189c0d64
Description-en: Documentation for an automatic language analysis system
 Malaga is a system for implementing natural language analysers:
 both grammars and morphologies can be created.
 You will not be needing this package if you do not intend
 to do research on computer linguistics or develop computer
 programs that need to do advanced processing of natural
 languages.
 .
 This package contains the Malaga documentation in HTML and
 PostScript, DVI, and PDF.  To read it you will need appropriate
 viewers.  The malaga-bin package contains documentation in
 info format.

Package: malaga-mode
Description-md5: 44eadb5cecc773b67449cad56374d819
Description-en: System for automatic language analysis - emacs mode
 Malaga is a system for implementing natural language analysers:
 both grammars and morphologies can be created.
 You will not be needing this package if you do not intend
 to do research on computer linguistics or develop computer
 programs that need to do advanced processing of natural
 languages.
 .
 This package contains the emacs malaga-mode.

Package: libmalai-java
Description-md5: d25a889e3da8a03135dd1f035d6f5625
Description-en: Malai software architecture pattern in Java
 libMalai is a Java implementation of the Malai architectural design pattern.
 Malai can be viewed as an major step beyond MVC where the controller has
 been completely rethought to consider modern evolutions of the interactivity
 of systems. Malai can also be viewed as MVP architecture focusing on modern
 concerns:
  - More and more interactivity in software systems (with more and more
    post-WIMP interactions)
  - Multi-platform development thanks to its modularity

Package: gir1.2-malcontent-0
Description-md5: d8185b2340aa290370f7d26752bfc0d3
Description-en: GObject introspection bindings for libmalcontent
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the GObject introspection bindings for libmalcontent.

Package: gir1.2-malcontentui-1
Description-md5: 40489e347213a4e625abf542c1474637
Description-en: GObject introspection bindings for libmalcontent-ui
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the GObject introspection bindings for libmalcontent-ui.

Package: libmalcontent-0-0
Description-md5: df0023082617deeb2712a61d3a9add59
Description-en: library for parental control of applications
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the libmalcontent library.

Package: libmalcontent-0-dev
Description-md5: cc615370cb3968f6d680811914a29db7
Description-en: development files for libmalcontent
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the development files for libmalcontent.

Package: libmalcontent-ui-1-1
Description-md5: 899ff998a6201ce01bc8fef7b0b07ac8
Description-en: library for parental control of applications - GTK+ widgets and dialogs
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the libmalcontent-ui library to display GTK+ widgets and
 dialogs.

Package: libmalcontent-ui-dev
Description-md5: 189479712137aef4e70070a85a7ca584
Description-en: development files for libmalcontent-ui
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the development files for libmalcontent-ui.

Package: libpam-malcontent
Description-md5: f906325285c7c36037b22ab8acfb195a
Description-en: PAM module to control the time a user is spending on the computer
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains a PAM module to control the time a user is spending on
 the computer.

Package: malcontent
Description-md5: 0fe071168b2bbf0d4ce86d467f683516
Description-en: framework for parental control of applications
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.

Package: malcontent-gui
Description-md5: d8f3d7c1e9386f98e19fa6f376262e19
Description-en: GUI to configure malcontent
 malcontent implements support for restricting the type of content accessible
 to non-administrator accounts on a Linux system. Typically, when this is used,
 a non-administrator account will be for a child using the system; and the
 administrator accounts will be for the parents; and the content being filtered
 will be apps which are not suitable for the child to use, due to (for example)
 being too violent.
 .
 This is not a security boundary, and a sufficiently technically advanced user
 may always work around these parental controls. malcontent is not a mandatory
 access control (MAC) system like AppArmor or SELinux. However, its correct use
 by applications should provide enough of an obstacle to prevent users easily or
 accidentally having access to content which they shouldn’t.
 .
 This package contains the GUI to configure malcontent.

Package: libmaliit-glib-dev
Description-md5: b25288fff85cb7771eabb4420f45534c
Description-en: Maliit Input Method Framework - GLib Development Headers
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package provides GLib development headers for the Maliit framework.

Package: libmaliit-glib2
Description-md5: 4195f06ac5a610f19d24647ea782541d
Description-en: Maliit Input Method Framework - GLib Bindings
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package provides GLib bindings for the Maliit framework.

Package: libmaliit-plugins2
Description-md5: 6015689873c0b378f8f1fe760b565141
Description-en: Maliit Input Method Framework - Plugin Library
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package provides the maliit plugin library for the Maliit framework.

Package: maliit-framework
Description-md5: 9dded4821f0efcc99e26f74ca71599f2
Description-en: Maliit Input Method Framework
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).

Package: maliit-framework-dev
Description-md5: 8116cc2d146631cf9338359e43e388ce
Description-en: Maliit Input Method Framework - Development Files
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package is needed to compile plugins for the Maliit framework

Package: maliit-framework-doc
Description-md5: 2694a5748127e06e128952c1d6dcb730
Description-en: docs for Maliit framework
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus.
 .
 Documentation for the framework of Maliit.

Package: maliit-inputcontext-gtk2
Description-md5: bbbbb53c667594e4b105bc5af97e37e4
Description-en: Maliit Inputcontext for GTK+-2 applications
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package provides input support for GTK+-2 based applications.

Package: maliit-inputcontext-gtk3
Description-md5: bcf252ccb46ac0e9dd4c885a91d1563d
Description-en: Maliit Inputcontext for GTK+-3 applications
 Maliit provides a flexible and cross-platform input method framework. It has a
 plugin-based client-server architecture where applications act as clients and
 communicate with the Maliit server via input context plugins. The communication
 link currently uses D-Bus. Maliit is an open source framework (LGPL 2) with
 open source plugins (BSD).
 .
 This package provides input support for GTK+-3 based applications.

Package: maliit-keyboard
Description-md5: 0dea307121769d4cc6007f022084c0fe
Description-en: virtual on-screen keyboard based on the Maliit Framework
 Maliit Keyboard is a virtual keyboard for Linux systems with Wayland and
 X11 display servers. It supports many different languages and emoji. It
 is implemented as a plug-in for Maliit Framework.
 .
 Maliit Keyboard evolved from the reference keyboard plug-in, Ubuntu
 Keyboard and Lomiri Keyboard. Ubuntu Keyboard was a fork of the
 reference plugin which was taking into account the special UI/UX needs
 of Ubuntu Phone.

Package: ducktype
Description-md5: 8b9f2d65f1aa504b8ec317bec47ab85f
Description-en: Command-line tool for Ducktype, a lightweight documentation syntax
 Ducktype is a lightweight non-XML syntax for Mallard, a topic-oriented
 markup language for help files. Mallard is primarily used in GNOME help.
 .
 This package contains the ducktype command-line tool, which can be used to
 convert Ducktype documents into the Mallard XML format for further
 processing by the tools and stylesheets in the yelp-tools and yelp-xsl
 packages.

Package: python3-mallard.ducktype
Description-md5: efba64bc0092ee45baf87efe6743ed34
Description-en: Parser for Ducktype, a lightweight documentation syntax
 Ducktype is a lightweight non-XML syntax for Mallard, a topic-oriented
 markup language for help files. Mallard is primarily used by GNOME's help
 browser, Yelp.
 .
 This package contains the Python 3 library.

Package: mallard-rng
Description-md5: 2957952c70fdcb575f38f21a89dbc693
Description-en: Mallard RELAX NG Schemas
 This package provides installable RELAX NG schemas for all Mallard versions
 and extensions that have been marked final. Schemas are provided in both XML
 and compact syntax.
 .
 The package automatically integrates with your system's XML catalog.

Package: libmaloc-dev
Description-md5: 1260edef3483640cf2f880595d2de374
Description-en: Object-oriented Abstraction Layer for C (development files)
 MALOC is a small, portable, abstract C environment library for object-
 oriented C programming.  MALOC is used as the foundation layer for a
 number of scientific applications, including MC, SG, and APBS.  MALOC
 can be used as a small stand-alone abstraction environment for writing
 portable C programs which need access to resources which are typically
 architecture-dependent, such as INET sockets, timing routines, and so
 on.  MALOC provides abstract datatypes, memory management routines,
 timing routines, machine epsilon, access to UNIX and INET sockets, MPI,
 etc.  All things that can vary from one architecture to another are
 abstracted out of an application code and placed in MALOC.
 .
 This package contains the header files, static library and the
 programmer's guide in HTML format.

Package: libmaloc1
Description-md5: a4e6af64df141f484ae9c9ac68c7db0e
Description-en: Object-oriented Abstraction Layer for C
 MALOC is a small, portable, abstract C environment library for object-
 oriented C programming.  MALOC is used as the foundation layer for a
 number of scientific applications, including MC, SG, and APBS.  MALOC
 can be used as a small stand-alone abstraction environment for writing
 portable C programs which need access to resources which are typically
 architecture-dependent, such as INET sockets, timing routines, and so
 on.  MALOC provides abstract datatypes, memory management routines,
 timing routines, machine epsilon, access to UNIX and INET sockets, MPI,
 etc.  All things that can vary from one architecture to another are
 abstracted out of an application code and placed in MALOC.

Package: malt
Description-md5: f803b9e0a2d48d49cf726798cd866f13
Description-en: sequence alignment and analysis tool to process sequencing data
 MALT, an acronym for MEGAN alignment tool, is a sequence alignment and
 analysis tool designed for processing high-throughput sequencing data,
 especially in the context of metagenomics. It is an extension of MEGAN6,
 the MEGenome Analyzer and is designed to provide the input for MEGAN6,
 but can also be used independently of MEGAN6.
 .
 The core of the program is a sequence alignment engine that aligns DNA
 or protein sequences to a DNA or protein reference database in either
 BLASTN (DNA queries and DNA references), BLASTX (DNA queries and protein
 references) or BLASTP (protein queries and protein references) mode. The
 engine uses a banded-alignment algorithm with ane gap scores and BLOSUM
 substitution matrices (in the case of protein alignments). The program
 can compute both local alignments (Smith-Waterman) or semi-global
 alignments (in which reads are aligned end-to-end into reference
 sequences), the latter being more appropriate for aligning metagenomic
 reads to references.

Package: mame
Description-md5: c1a979c3e6a14cb9a8592744c96896b9
Description-en: Multiple Arcade Machine Emulator (MAME)
 MAME is a hardware emulator: it faithfully reproduces the behavior of many
 arcade machines (it is not a simulation). This program is not a game but can
 directly, through ROM images, run the complete system of these old arcade
 machines. These ROMs are subject to copyright and it is in most of the cases
 illegal to use them if you do not own the arcade machine.
 .
 This package provides the MAME binary and configuration files.

Package: mame-data
Description-md5: 27aa8eeb29427781c6e9e72d51d2690d
Description-en: Multiple Arcade Machine Emulator (MAME) -- data files
 MAME is a hardware emulator: it faithfully reproduces the behavior of many
 arcade machines (it is not a simulation). This program is not a game but can
 directly, through ROM images, run the complete system of these old arcade
 machines. These ROMs are subject to copyright and it is in most of the cases
 illegal to use them if you do not own the arcade machine.
 .
 This package provides MAME hash files, keymaps, artwork, language files,
 shaders, plugins and audio samples.

Package: mame-doc
Description-md5: fc684dc2c19a0b271a0a379506e6e4d2
Description-en: Documentation for MAME
 MAME is a hardware emulator: it faithfully reproduces the behavior of many
 arcade machines (it is not a simulation).
 .
 This is sphinx-generated full documentation for the MAME system.

Package: mame-tools
Description-md5: dee534e2169e1d0d3ba8c37d79f13158
Description-en: Tools for MAME
 MAME is a hardware emulator: it faithfully reproduces the behavior of many
 arcade machines (it is not a simulation).
 .
 This package provides tools to be used with MAME. It currently contains:
  castool -- generic cassette manipulation tool for MAME
  chdman -- MAME Compressed Hunks of Data CHD manager
  floptool -- Generic floppy image manipulation tool for MESS
  imgtool -- generic image manipulation tool for MAME
  jedutil -- binary to/from JEDEC file converter
  ldresample -- Laserdisc audio synchronizer and resampler
  ldverify -- Laserdisc AVI/CHD verifier
  romcmp -- ROM comparison utility program

Package: man-db
Description-md5: fa4d579e45a7d37a797e795644e2648b
Description-en: tools for reading manual pages
 This package provides the man command, the primary way of examining the
 system help files (manual pages). Other utilities provided include the
 whatis and apropos commands for searching the manual page database, the
 manpath utility for determining the manual page search path, and the
 maintenance utilities mandb, catman and zsoelim. man-db uses the groff
 suite of programs to format and display the manual pages.

Package: man2html
Description-md5: 028a882fa2da64722fb0f673a80f8b68
Description-en: browse man pages in your web browser
 Point your web browser at http://localhost/cgi-bin/man/man2html to read and
 search your man pages in the browser.
 .
 This program needs a CGI-capable HTTP server.  After installation it might
 be required to manually enable CGI support in the HTTP server (CGI may be
 disabled by default for the security consideration).  For apache2, this can
 be done with the following:
 .
  $ sudo a2enmod cgid
  $ sudo systemctl restart apache2
 .
 Features:
  * Fast C CGI program for man/BSD-mandoc to HTML conversion.
  * Works from the unformatted nroff/troff source.
  * Source may be compressed.
  * Does tbl tables (but not eqn equations).
  * Generates hypertext links to foobar(1), abc@host, and xyzzy.h files
  * CGI script for whatis-based alpha-indexes by section.
  * CGI script for name-only alpha-indexes by section.
  * CGI script for full text search (requires swish++)
  * Front-end script to talk to a pre-launched netscape.

Package: man2html-base
Description-md5: bc43f7e0e6c0b67277f5e881daf264e5
Description-en: convert man pages into HTML format
 The package contains a command-line tool for converting man pages into
 HTML format.
 .
 man2html-base is a stripped-down package containing only a man to HTML
 converter,  useful for users who do not need any CGI interface, provided
 in the man2html package.

Package: manaplus
Description-md5: 5d06e6efd6c544b9560d549817573939
Description-en: Extended client for Evol Online and The Mana World
 ManaPlus is an extended client for Evol Online, The Mana World, and similar
 servers based on a fork of eAthena. Evol Online is a 2D fantasy-style game
 which aims to create a friendly environment for interacting with others where
 people can escape reality and enjoy themselves. The Mana World (TMW) is a
 serious effort to create an innovative free and open source MMORPG.
 TMW uses 2D graphics and aims to create a large and diverse interactive world.

Package: manaplus-data
Description-md5: 84561c2e0bad9f1d7f04d0b41a6863e9
Description-en: Extended client for Evol Online and The Mana World (data files)
 ManaPlus is an extended client for Evol Online, The Mana World, and similar
 servers based on a fork of eAthena. Evol Online is a 2D fantasy-style game
 which aims to create a friendly environment for interacting with others where
 people can escape reality and enjoy themselves. The Mana World (TMW) is a
 serious effort to create an innovative free and open source MMORPG.
 TMW uses 2D graphics and aims to create a large and diverse interactive world.
 .
 This package contains the data files.

Package: mancala
Description-md5: 7f72f6fc09bb917e38c4bd556eabe2ff
Description-en: Implementation of the simple board game called Mancala
 This is an implementation of the simple, but fun board game known as
 Mancala.  Contains both a user-unfriendly character-based interface, and a
 nice, user-friendly X11-interface.  Be warned: If you just bother to read the
 rules, you may get hooked on this! For more information about the Mancala
 family of games, please read http://en.wikipedia.org/wiki/Mancala

Package: mandelbulber2
Description-md5: 4afd545818fa443c65d9af989162c6b9
Description-en: 3D fractal renderer and animator
 Mandelbulber2 is a ray-tracing application for drawing three-dimensional
 fractals, like Mandelbulb, Mandelbox, Julia, trigonometric, hypercomplex
 or IFS fractals. It is highly customizable and features complex shading
 algorithms (among the others there are shadows, depth of field, ambient
 occlusion).
 .
 Mandelbulber2 is also able to produce animations and has a simple
 built-in 3D navigator for exploring the fractals.

Package: mandelbulber2-data
Description-md5: a43185214544d346c31481efe088da90
Description-en: 3D fractal renderer and animator - data files
 Mandelbulber2 is a ray-tracing application for drawing three-dimensional
 fractals, like Mandelbulb, Mandelbox, Julia, trigonometric, hypercomplex
 or IFS fractals. It is highly customizable and features complex shading
 algorithms (among the others there are shadows, depth of field, ambient
 occlusion).
 .
 Mandelbulber2 is also able to produce animations and has a simple
 built-in 3D navigator for exploring the fractals.
 .
 This package contains architecture-independent data files for
 Mandelbulber2.

Package: manderlbot
Description-md5: d847c0863ade31be6116eb3b35464d0d
Description-en: IRC bot, written in Erlang
 Manderlbot is an IRC bot with XML configuration file, allowing you to launch
 it on several servers and channels at once, each channel will have its own
 set of behaviours.
 .
 Behaviours are generics, and you can easily make your own set. If you want
 some not-already-implemented generic behaviour, you'll have to code some
 Erlang.

Package: python-mando-doc
Description-md5: d182c35b213b9973b596221ec42d538f
Description-en: command line argument parser for python3 (common documentation)
 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.
 .
 This is the common documentation package.

Package: python3-mando
Description-md5: 13f9314cfa6a589da1e6671b8ca3f17b
Description-en: command line argument parser for python3
 Mando attempts to simplify command line argument parsing
 with multiple commands by using decorators to infer the
 boilerplate for argparse directly from the function
 declarations.
 .
 This package installs the library for Python 3.

Package: mandos
Description-md5: 12c1d4f46db8b810b63bfd013b6bc8b5
Description-en: server giving encrypted passwords to Mandos clients
 This is the server part of the Mandos system, which allows
 computers to have encrypted root file systems and at the
 same time be capable of remote and/or unattended reboots.
 .
 The computers run a small client program in the initial RAM
 disk environment which will communicate with a server over a
 network.  All network communication is encrypted using TLS.
 The clients are identified by the server using a TLS public
 key; each client has one unique to it.  The server sends the
 clients an encrypted password.  The encrypted password is
 decrypted by the clients using an OpenPGP key, and the
 password is then used to unlock the root file system,
 whereupon the computers can continue booting normally.

Package: mandos-client
Description-md5: 1f5f0395f024e9a2960dd14e0a205616
Description-en: do unattended reboots with an encrypted root file system
 This is the client part of the Mandos system, which allows
 computers to have encrypted root file systems and at the
 same time be capable of remote and/or unattended reboots.
 .
 The computers run a small client program in the initial RAM
 disk environment which will communicate with a server over a
 network.  All network communication is encrypted using TLS.
 The clients are identified by the server using a TLS public
 key; each client has one unique to it.  The server sends the
 clients an encrypted password.  The encrypted password is
 decrypted by the clients using an OpenPGP key, and the
 password is then used to unlock the root file system,
 whereupon the computers can continue booting normally.

Package: libventrilo-dev
Description-md5: 6ca523a1a425c66a017242d427843001
Description-en: library for communicating with Ventrilo servers (development)
 libventrilo is a networking library for communicating with Ventrilo
 servers. It performs audio encoding/decoding, signal processing and network
 communications.
 .
 This package contains the development headers.

Package: libventrilo3-0
Description-md5: f9bb15fa5fd99b188c7cfa4054562a07
Description-en: library for communicating with Ventrilo servers
 libventrilo is a networking library for communicating with Ventrilo
 servers. It performs audio encoding/decoding, signal processing and network
 communications.

Package: mangler
Description-md5: d1bb6d400edcf92ba52142bac3e0c9d5
Description-en: Ventrilo compatible client for Linux
 Mangler is an open source VOIP client capable of connecting to Ventrilo 3.x
 servers. It is capable of performing almost all standard user functionality
 found in a Windows Ventrilo client.

Package: mangoapp
Description-md5: f9ddfc62c7f49c57197167a9612ce0d9
Description-en: Application to render MangoHud with gamescope
 MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
 monitoring FPS, temperatures, CPU/GPU load and more.
 .
 This package contains an application called mangoapp to use mangohud with the
 gamescope compositor.

Package: mangohud
Description-md5: 851dee21557d3e29b68d5cb094f18368
Description-en: Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more
 MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
 monitoring FPS, temperatures, CPU/GPU load and more.
 .
 This package includes the libraries for MangoHud and includes a script called
 mangohud to start it on any OpenGL or Vulkan application.
 To get data for Nvidia GPUs, you need to install libxnvctrl0.

Package: mangohudctl
Description-md5: 9080d9366eb5a444996606352343b757
Description-en: Application to control MangoHud
 MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
 monitoring FPS, temperatures, CPU/GPU load and more.
 .
 This package contains an optional CLI application to control MangoHud.

Package: manila-api
Description-md5: e019ff74f222e5a806576572dc17f259
Description-en: OpenStack shared file system as a service - API server
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Manila API server.

Package: manila-common
Description-md5: 0e77db467cebc7f7f047bc3559b071e8
Description-en: OpenStack shared file system as a service - common files
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains commons components for Manila.

Package: manila-data
Description-md5: 8b3773488d3a534a16bca01851e57487
Description-en: Manila storage service - Data service
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 Manila is the OpenStack shared filesystem service.
 .
 This package contains the Manila Data service.

Package: manila-doc
Description-md5: 4d147df8dfa9e761161b0fd3ac138385
Description-en: OpenStack shared file system as a service - Doc
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the documentation.

Package: manila-scheduler
Description-md5: 3d5e80e2df18870bf302457915e178f1
Description-en: OpenStack shared file system as a service - Scheduler server
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Manila Scheduler server.

Package: manila-share
Description-md5: 53598b9980cb21643d8d022115bf9638
Description-en: OpenStack shared file system as a service - Share server
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Manila Share daemon.

Package: python3-manila
Description-md5: 9515f09d260f79f816da02327c84c5d8
Description-en: OpenStack shared file system as a service - Python libs
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Python library for Manila.

Package: manila-tempest-plugin
Description-md5: 7d738d60082cbaa9506fa673cf2ea7ec
Description-en: OpenStack Integration Test Suite - Manila 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 Manila plugin.

Package: python3-manila-ui
Description-md5: 41d553dd7b6297f98efebbe9a8c5bbef
Description-en: OpenStack shared file system as a service - Dashboard plugin
 Manila is an OpenStack project to provide Shared Filesystems as a service.
 It provides coordinated access to shared or distributed file systems. While
 the primary consumption of file shares would be across OpenStack Compute
 instances, the service is also intended to be accessible as an independent
 capability in line with the modular design established by other OpenStack
 services. Manila is extensible for multiple backends (to support vendor or
 file system specific nuances / capabilities) and accommodates any of a
 variety of shared or distributed file system types.
 .
 This package contains the Manila OpenStack dashboard plugin.

Package: python-manimpango-doc
Description-md5: cbc1360f7274b77450fa8fe2340fbd47
Description-en: Pango bindings for the Manim animation engine (documentation)
 Manim is used to create precise animations programmatically, as demonstrated
 in the videos of 3Blue1Brown. All animations are written as Python code and
 rendered with the manim CLI tool.
 .
 This package provides the documentation of the Pango bindings for Manim.

Package: python3-manimpango
Description-md5: 8982de4ed6ed2273c2c018aea9d97f0e
Description-en: Pango bindings for the Manim animation engine
 Manim is used to create precise animations programmatically, as demonstrated
 in the videos of 3Blue1Brown. All animations are written as Python code and
 rendered with the manim CLI tool.
 .
 This package provides the Pango bindings for Manim.

Package: manpages
Description-md5: c655b859b2e2d890cebc6b412a58ef93
Description-en: Manual pages about using a GNU/Linux system
 This package contains GNU/Linux manual pages for these sections:
  4 = Devices (e.g. hd, sd).
  5 = File formats and protocols, syntaxes of several system
      files (e.g. wtmp, /etc/passwd, nfs).
  7 = Conventions and standards, macro packages, etc.
      (e.g. nroff, ascii).
 .
 Beside the intro man page describing the section, a few manual
 pages from sections 1,6 and 8 are also provided.
 .
 The man pages describe syntaxes of several system files.

Package: manpages-dev
Description-md5: 8a10ff7bcfd700d46fc7906a26abf372
Description-en: Manual pages about using GNU/Linux for development
 These man pages describe the Linux programming interface, including
 these two sections:
  2 = Linux system calls.
  3 = Library calls (note that a more comprehensive source of information
      may be found in the glibc-doc and glibc-doc-reference packages).

Package: manpages-ja
Description-md5: 903d42e9bf0807452540604e087766fa
Description-en: Japanese version of the manual pages (for users)
 This package contains the Linux manual pages translated into
 Japanese.
 .
 For more information, see JM project's web page:
 .
     https://linuxjm.osdn.jp/

Package: manpages-ja-dev
Description-md5: 0b11f8310db8658e61aff2913e273e6f
Description-en: Japanese version of the manual pages (for developers)
 This package contains the Linux manual pages translated into
 Japanese. Following sections are provided:
   * 2 = Linux system calls.
   * 3 = Libc calls (note that a more comprehensive source of
 information may be found in the libc6-doc package).
 .
 For more information, see JM project's web page:
 .
     https://linuxjm.osdn.jp/

Package: manpages-cs
Description-md5: cd2e87fca21f53b0a63f5b49632b36d5
Description-en: Czech man pages
 This package contains manual pages translated into Czech,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-cs-dev
Description-md5: abe9d521b460837537b05ba6202fe6be
Description-en: Czech development manpages
 This package contains the Linux development manual pages
 translated into Czech.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-da
Description-md5: 4050d832a8922258765c274370732b7e
Description-en: Danish man pages
 This package contains manual pages translated into Danish,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-da-dev
Description-md5: 3838de0049dda385eeb9bad0e655fce0
Description-en: Danish development manpages
 This package contains the Linux development manual pages
 translated into Danish.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-de
Description-md5: f817741b0e8e206e970e12436e5840c6
Description-en: German man pages
 This package contains manual pages translated into German,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-de-dev
Description-md5: 1deaa46dc16b1a25115a2a013f8c6852
Description-en: German development manpages
 This package contains the Linux development manual pages
 translated into German.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-el
Description-md5: fbf0c6cd3afcdda648109513ae735fe4
Description-en: Greek man pages
 This package contains manual pages translated into Greek,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-es
Description-md5: 5d6f3e5926aa4a47e5f0e4587b6a5511
Description-en: Spanish man pages
 This package contains manual pages translated into Spanish,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-es-dev
Description-md5: 2e3bc654919117f4c0b1c9b7e433a018
Description-en: Spanish development manpages
 This package contains the Linux development manual pages
 translated into Spanish.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-fi
Description-md5: 23df10444e0ec746a6963715cd726f77
Description-en: Finnish man pages
 This package contains manual pages translated into Finnish,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 6 = Games etc.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-fr
Description-md5: 82d85d0484f0adafab9bf0c8d516e733
Description-en: French man pages
 This package contains manual pages translated into French,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-fr-dev
Description-md5: c5d7a1d9ddf1f4eaae738cc6251b7452
Description-en: French development manpages
 This package contains the Linux development manual pages
 translated into French.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-hu
Description-md5: 3d4d7a34412201e23c9e931157cf6caf
Description-en: Hungarian man pages
 This package contains manual pages translated into Hungarian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-id
Description-md5: 3d83763bc10447d75d27bef3a8ec00d0
Description-en: Indonesian man pages
 This package contains manual pages translated into Indonesian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-it
Description-md5: 5709d33bf002de69fb89df65302021b3
Description-en: Italian man pages
 This package contains manual pages translated into Italian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-it-dev
Description-md5: 007857a19464b4438d5e207349c65e35
Description-en: Italian development manpages
 This package contains the Linux development manual pages
 translated into Italian.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-mk
Description-md5: 9506e0bb8e4d6e93cb21e6d7a5255858
Description-en: Macedonian man pages
 This package contains manual pages translated into Macedonian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-nb
Description-md5: b89515771daedc35c95f6a4ea7a36012
Description-en: Norwegian man pages
 This package contains manual pages translated into Norwegian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-nl
Description-md5: 0df1d58e7853e26b6d93515bc58938dd
Description-en: Dutch man pages
 This package contains manual pages translated into Dutch,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-nl-dev
Description-md5: af5335896543e536a4bd1eea4977f7b3
Description-en: Dutch development manpages
 This package contains the Linux development manual pages
 translated into Dutch.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-pl
Description-md5: 3c700c20fdf6144ff05e9e2fe41e33ee
Description-en: Polish man pages
 This package contains manual pages translated into Polish,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-pl-dev
Description-md5: fc606a423158657e9dac1860a8acf11b
Description-en: Polish development manpages
 This package contains the Linux development manual pages
 translated into Polish.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-pt-br
Description-md5: f33875648803b99264ef49aed6df140e
Description-en: Brazilian Portuguese man pages
 This package contains manual pages translated into Brazilian
 Portuguese, originating from a large number of projects which do
 not ship translated man pages themselves, including the traditional
 Linux manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-pt-br-dev
Description-md5: 760757c827c7fa392804c7128f29ae41
Description-en: Brazilian Portuguese development manpages
 This package contains the Linux development manual pages
 translated into Brazilian Portuguese.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-ro
Description-md5: 7e6e46739537b6b13055d55dc1978a53
Description-en: Romanian man pages
 This package contains manual pages translated into Romanian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-ru
Description-md5: 474a04c9b6baeadd9525504c7c0bce62
Description-en: Russian man pages
 This package contains manual pages translated into Russian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-ru-dev
Description-md5: 5d5fdea1b2e448e007e74995cbddcab2
Description-en: Russian development manpages
 This package contains the Linux development manual pages
 translated into Russian.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-sr
Description-md5: 5b98c14eb3bcb7c80d88e3aad24c4182
Description-en: Serbian man pages
 This package contains manual pages translated into Serbian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-sv
Description-md5: 430029908d40b5124fd8d7a129fcbbfc
Description-en: Swedish man pages
 This package contains manual pages translated into Swedish,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-uk
Description-md5: ad2f14aeb7445993e38e78a9e35b5388
Description-en: Ukrainian man pages
 This package contains manual pages translated into Ukrainian,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-uk-dev
Description-md5: a22581500a814807c8f7520b3e119fd2
Description-en: Ukrainian development manpages
 This package contains the Linux development manual pages
 translated into Ukrainian.
 .
 The following sections are included:
  * 2 = Linux system calls.
  * 3 = Libc calls (note that a more comprehensive source of
        information may be found in one of the libc-doc packages).
 .
 The English package manpages-dev contains additional manual pages
 which have not been translated yet.

Package: manpages-vi
Description-md5: 9bcbd912cfc838115da311a3e79c5f63
Description-en: Vietnamese man pages
 This package contains manual pages translated into Vietnamese,
 originating from a large number of projects which do not ship
 translated man pages themselves, including the traditional Linux
 manpages. The exact projects and man pages might change from
 release to release, so please look at the actually shipped files
 for the current set.
 .
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 8 = System administration commands.
 .
 The original (software) packages contain additional manual pages
 which have not been translated yet.

Package: manpages-pt
Description-md5: 96a0afab7bb4fc562a7f31eba6e7f031
Description-en: Portuguese Versions of the Manual Pages (dummy package)
 This is a dummy package. All content is in manpages-pt-br, on which this
 package depends. You can safely remove it.

Package: manpages-pt-dev
Description-md5: f7be0a988e513fae5c7177c1b8763ca4
Description-en: Portuguese Versions of the Manual Pages (dev sections) (dummy package)
 This is a dummy package. All content is in manpages-pt-br-dev, on which this
 package depends. You can safely remove it.

Package: manpages-tr
Description-md5: ada07752ef1fd01aa0ba5c3f8e12acc9
Description-en: Turkish version of the manual pages
 This package contains the Linux manual pages translated into Turkish.
 The following sections are included:
  * 1 = User programs (e.g. ls, ln)
  * 2 = Linux system calls (e.g. exit, fork, open)
  * 3 = Library functions (e.g. malloc, printf)
  * 4 = Devices (e.g. hd, sd).
  * 5 = File formats and protocols, syntaxes of several system
        files (e.g. wtmp, /etc/passwd, nfs).
  * 6 = Games etc.
  * 7 = Conventions and standards, macro packages, etc.
        (e.g. nroff, ascii).
  * 8 = System administration commands.

Package: manpages-zh
Description-md5: f82c6563e01b4f535c4f8221dff686ba
Description-en: Chinese manual pages
 This package contains the Chinese manual pages translated by
 the Chinese Man Pages Project (CMPP).  Both zh_CN and zh_TW
 (Simplified and Traditional Chinese) versions are provided.

Package: mantis-xray
Description-md5: 49e917ce51e600416459c6c9aba46870
Description-en: Multivariate ANalysis Tool for x-ray Spectromicroscopy
 Spectromicroscopy combines spectral data with microscopy, where
 typical datasets consist of a stack of microscopic images taken
 across an energy range. Due to the data complexity, manual analysis
 can be time consuming and inefficient, whereas multivariate analysis
 tools not only reduce the time needed but also can uncover hidden
 trends in the data.
 .
 Mantis is Multivariate ANalysis Tool for Spectromicroscopy developed
 in Python by 2nd Look Consulting. It uses principal component
 analysis and cluster analysis to classify pixels according to
 spectral similarity.

Package: python3-manuel
Description-md5: 48bf58a4f084dce95c6e4fa12c650036
Description-en: Python3 library for testable documents and documented tests
 Manuel is a Python library for writing tested documentation which
 makes it possible to mix traditional doctests with custom test syntax.
 Several plug-ins providing different test features are included, but
 Manuel is also open to create custom plugins. Currently, unittests and
 zope.testing are the supported test runners.
 .
 This package contains the modules for Python3.

Package: manuskript
Description-md5: 7c7afd8684c4b83781b36fb9d10226d7
Description-en: open-source tool for writers
 Manuskript is an open source tool for writers. It provides a rich environment
 to help writers create their first draft and then further refine and edit
 their masterpiece.
 .
 Features:
  - Writing modes: Manuskript offers two writing modes: one “fiction” mode
    with all the tools for fiction writers (summary, characters, plot,
    world/context, etc.), and one “simple” mode, with only the writing tab.
  - Outliner: You can organize your thoughts and snippets in a hierarchical
    manner. Organize them as you wish, reorganize them on the go.
  - Customizable distraction-free mode: Get rid of all distraction while
    writing or lock yourself until you’ve reached a certain goal.
  - Novel assistant: Use the snowflake method to grow your single genius idea
    in a coherent whole, with complex characters, intricate plots and detailed
    universe.
  - Open and plain-text file format: Depending on your configuration,
    everything is either stored zipped in one single file or as several small
    text files in one folder (to allow versioning and collaborative editing).
  - Index Cards: Use index cards to organise your thoughts: notes, scenes,
    chapters, etc.

Package: libmapbox-variant-dev
Description-md5: 84818161de86498f6e1c5de1314b800d
Description-en: Alternative to boost::variant for C++11
 Mapbox variant has the same speedy performance of boost::variant but is
 faster to compile, results in smaller binaries, and has no dependencies.
 .
 Mapbox variant has been a very valuable, lightweight alternative for
 apps that can use c++11 or c++14 but that do not want a Boost dependency.
 Mapbox variant has also been useful in apps that do depend on Boost,
 like Mapnik, to help (slightly) with compile times and to majorly lessen
 dependence on Boost in core headers.

Package: libapache2-mod-mapcache
Description-md5: 45d571cff29bed6448a630dee7b07826
Description-en: tile caching server - Apache module
 This is the MapCache module for the Apache web server implementing OGC web
 services. An alternative mapcache FastCGI program is available in
 mapcache-cgi.
 .
 MapCache is a server that implements tile caching to speed up access to WMS
 layers. The primary objectives are to be fast and easily deployable, while
 offering the essential features (and more!) expected from a tile caching
 solution.

Package: libmapcache1
Description-md5: 4fc54d3ae76fdbcec473dad35147ef08
Description-en: tile caching server - shared library
 This package contains the shared library.
 .
 MapCache is a server that implements tile caching to speed up access to WMS
 layers. The primary objectives are to be fast and easily deployable, while
 offering the essential features (and more!) expected from a tile caching
 solution.

Package: libmapcache1-dev
Description-md5: 1f8ebab8f7c0ac720b80aa138d67a608
Description-en: tile caching server - shared library development files
 This package contains the development files for the shared library.
 .
 MapCache is a server that implements tile caching to speed up access to WMS
 layers. The primary objectives are to be fast and easily deployable, while
 offering the essential features (and more!) expected from a tile caching
 solution.

Package: mapcache-cgi
Description-md5: 5a4135ea381b9f8dc7bb9cc226c9a02b
Description-en: tile caching server - CGI binary
 This package contains the mapcache FastCGI program, as alternative to the
 Apache module available in libapache2-mod-mapcache.
 .
 MapCache is a server that implements tile caching to speed up access to WMS
 layers. The primary objectives are to be fast and easily deployable, while
 offering the essential features (and more!) expected from a tile caching
 solution.

Package: mapcache-tools
Description-md5: 83749244370fa4f677b094864dd6722c
Description-en: tile caching server - tools
 This package provides command-line utilities for MapCache.
 .
 MapCache is a server that implements tile caching to speed up access to WMS
 layers. The primary objectives are to be fast and easily deployable, while
 offering the essential features (and more!) expected from a tile caching
 solution.

Package: mapcode
Description-md5: ef1f8cda89d4aca457fd8c71f8222e05
Description-en: Convert geo coordinates to/from mapcodes
 A mapcode represents a location. Every location on Earth can be
 represented by a mapcode. Mapcodes were designed to be short, easy to
 recognise, remember and communicate. They are precise to a few meters,
 which is good enough for every-day use. Locations in densely populated
 areas often get shorter mapcodes. See http://www.mapcode.com/
 .
 This package contains a command line utility that can convert to and
 from mapcodes.

Package: mapdamage
Description-md5: 12a591215e4baf8b82a558bce253c33a
Description-en: tracking and quantifying damage patterns in ancient DNA sequences
 MapDamage is a computational framework written in Python and R, which
 tracks and quantifies DNA damage patterns among ancient DNA sequencing
 reads generated by Next-Generation Sequencing platforms.
 .
 MapDamage is developed at the Centre for GeoGenetics by the
 Orlando Group.

Package: mapivi
Description-md5: fa7a50ac6eed8bc595c951c389f3de08
Description-en: photo viewer and organizer with emphasis on IPTC fields
 Cross-platform (UNIX, Mac OS X, and Windows) picture manager and organizer,
 Mapivi is a stand alone tool, there is no need for a web server, online
 access or a database.
 .
 Deals with EXIF data (like timestamp, camera model, focal length, exposure
 time, aperture, etc.), and is able to rename the pictures according to their
 internal date/time, to display and modify JPEG comments and to do lossless
 rotation.
 .
 The idea of using Mapivi as an picture organizer is to keep user, EXIF, and
 IPTC information where it belongs -- in the pictures -- as well in a
 searchable Mapivi database.
 .
 Mapivi is also able to do image processing. Mapivi serves here as a
 frontend (GUI) for many proven command line tools, like the Image Magick
 tools.

Package: libmapnik-dev
Description-md5: fd0e8839490c2fcbdcb9c274208e9950
Description-en: C++ toolkit for developing GIS applications (devel)
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Essentially a collection of geographic objects (map, layer, datasource,
 feature, geometry), the library doesn't rely on "windowing systems" and
 is intended to work in multi-threaded environments
 .
 This package contains the development headers, API documentation, and
 build utilities.

Package: libmapnik3.1
Description-md5: 36506166fb82747c4d1db71abd2dcf0c
Description-en: C++ toolkit for developing GIS applications (libraries)
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Essentially a collection of geographic objects (map, layer, datasource,
 feature, geometry), the library doesn't rely on "windowing systems" and
 is intended to work in multi-threaded environments
 .
 This package contains the shared library and input plugins.

Package: mapnik-doc
Description-md5: d06247ada0040cba76336a7ee57adeb6
Description-en: C++ toolkit for developing GIS applications (doc)
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Essentially a collection of geographic objects (map, layer, datasource,
 feature, geometry), the library doesn't rely on "windowing systems" and
 is intended to work in multi-threaded environments
 .
 This package contains developer documentation.

Package: mapnik-utils
Description-md5: 27e63d7a1e67e83793688f05c93c0cdc
Description-en: C++ toolkit for developing GIS applications (utilities)
 Mapnik is an OpenSource C++ toolkit for developing GIS
 (Geographic Information Systems) applications. At the core is a C++
 shared library providing algorithms/patterns for spatial data access and
 visualization.
 .
 Essentially a collection of geographic objects (map, layer, datasource,
 feature, geometry), the library doesn't rely on "windowing systems" and
 is intended to work in multi-threaded environments
 .
 This package contains miscellaneous utilities distributed with mapnik:
 .
 shapeindex: program to creates file system based index for ESRI shape-files

Package: mapnik-reference
Description-md5: 3744b286120f952943bd997edaaf808f
Description-en: Parseable specifications of mapnik - Node.js module
 mapnik-reference specifies mapnik structures, styles, symbolizers,
 and the list of their properties, in JSON format.
 It is useful for building parsers, tests, compilers, and syntax
 highlighting or syntax checking.
 .
 Mapnik is a C++/Python toolkit for developing GIS applications.
 .
 Node.js is an event-based server-side javascript engine.

Package: mapproxy
Description-md5: e582f7fa43e86d3848e8ff17f17cc1cb
Description-en: open source proxy for geospatial data
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the mapproxy utilities.

Package: mapproxy-doc
Description-md5: 7eedf56fdba65fadcb888e90122469de
Description-en: open source proxy for geospatial data - documentation
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the MapProxy documentation.

Package: python3-mapproxy
Description-md5: 4b231bf5bb4c25ed4e6daf92191e5cc6
Description-en: open source proxy for geospatial data - Python 3 module
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the mapproxy module for Python 3.

Package: mapsembler2
Description-md5: a2484fb65a6be17eb178830b19618b72
Description-en: bioinformatics targeted assembly software
 Mapsembler2 is a targeted assembly software.
 It takes as input a set of NGS raw reads (fasta or fastq, gzipped or not)
 and a set of input sequences (starters).
 .
 It first determines if each starter is read-coherent, e.g. whether reads
 confirm the presence of each starter in the original sequence.
 Then for each read-coherent starter, Mapsembler2 outputs its sequence
 neighborhood as a linear sequence or as a graph, depending on the user choice.
 .
 Mapsembler2 may be used for (not limited to):
  - Validate an assembled sequence (input as starter), e.g. from a de
    Bruijn graph assembly where read-coherence was not enforced.
  - Checks if a gene (input as starter) has an homolog in a set of reads
  - Checks if a known enzyme is present in a metagenomic NGS read set.
  - Enrich unmappable reads by extending them, possibly making them mappable
  - Checks what happens at the extremities of a contig
  - Remove contaminants or symbiont reads from a read set

Package: cgi-mapserver
Description-md5: 84edf36c492ddf586b6901d8fd342142
Description-en: CGI executable for MapServer
 This package contains the mapserv CGI program. It provides the
 MapServer template language, and can be used to implement Web Map
 Service applications.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards. Scripting
 functionality in MapScript is provided by the suggested mapscript
 library packages.

Package: libmapscript-java
Description-md5: 2c37aa3c2505079c21c31d57a9f3de73
Description-en: Java library for MapServer
 Java MapScript provides MapServer functions for Java applications.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards.

Package: libmapscript-perl
Description-md5: 23a573748b9459aeca549f3899cc3a39
Description-en: Perl MapServer module
 Perl MapScript module provides MapServer functions for Perl scripts.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards.

Package: libmapserver-dev
Description-md5: 949d307d2e1e8320886d07ecfbaf7d23
Description-en: Shared library development files for MapServer
 This package contains the development files for the shared library.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards. Scripting
 functionality in MapScript is provided by the suggested mapscript
 library packages.

Package: libmapserver2
Description-md5: b1a0e7b7cf78d706db342cfe372ebbfe
Description-en: Shared library for MapServer
 This package contains the shared library.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards. Scripting
 functionality in MapScript is provided by the suggested mapscript
 library packages.

Package: mapserver-bin
Description-md5: bf4ecb739dece0bece0844d415b0e77a
Description-en: MapServer utilities
 This package provides command-line utilities for MapServer.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards. Scripting
 functionality in MapScript is provided by the suggested mapscript
 library packages.

Package: mapserver-doc
Description-md5: c1eb586d0c9b03f7e3cc0dea2d9d92ff
Description-en: documentation for MapServer
 This package provides some brief documentation for MapServer.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards. Scripting
 functionality in MapScript is provided by the suggested mapscript
 library packages.

Package: php-mapscript-ng
Description-md5: 210de78e969a2da6b41ff81117e76f50
Description-en: PHP MapServer module (SWIG)
 PHP MapScript provides MapServer functions for PHP scripts.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards.
 .
 This package provides MapScript for PHP based on SWIG.

Package: python3-mapscript
Description-md5: ce80a1e608ad656e3a782c28ae112af8
Description-en: Python library for MapServer
 Python MapScript provides MapServer functions for Python scripts.
 .
 MapServer is a CGI-based framework for Internet map services which
 supports Open Geospatial Consortium (OGC) standards.

Package: libmapsforge-java
Description-md5: 8ea7ae01f8fd829e8a8554614bf9ce15
Description-en: vector map library and writer
 Mapsforge project uses a compact file format for fast ad-hoc rendering of
 OpenStreetMap data. It provide tools to compile your own maps with detailed
 instructions and also precompiled maps. It provides simple boilerplate code
 to build applications that display OpenStreetMap-based maps. It provides a
 library to build standalone applications in Java.
 .
 Mapsforge maps can be flexibly styled with XML style files. It provide
 tools & library for POI search and also precompiled POI.

Package: libmapsforge-java-doc
Description-md5: 1a775b69fe5455a07a37c20eff5474b3
Description-en: vector map library and writer (documentation)
 Mapsforge project uses a compact file format for fast ad-hoc rendering of
 OpenStreetMap data. It provide tools to compile your own maps with detailed
 instructions and also precompiled maps. It provides simple boilerplate code
 to build applications that display OpenStreetMap-based maps. It provides a
 library to build standalone applications in Java.
 .
 Mapsforge maps can be flexibly styled with XML style files. It provide
 tools & library for POI search and also precompiled POI.
 .
 This package contains the documentation of mapsforge

Package: maq
Description-md5: a53ece25af8b0564674b82b8ba4c34e7
Description-en: maps short fixed-length polymorphic DNA sequence reads to reference sequences
 Maq (short for Mapping and Assembly with Quality) builds mapping assemblies
 from short reads generated by the next-generation sequencing machines. It was
 particularly designed for Illumina-Solexa 1G Genetic Analyzer, and has a
 preliminary functionality to handle ABI SOLiD data. Maq is previously known as
 mapass2.
 .
 Developmemt of Maq stopped in 2008. Its successors are BWA and SAMtools.

Package: maqview
Description-md5: b67a08902647452b367b5b63bddf0779
Description-en: graphical read alignment viewer for short gene sequences
 Maqview is graphical read alignment viewer. It is specifically designed
 for the Maq alignment file and allows you to see the mismatches, base
 qualities and mapping qualities. Maqview is nothing fancy as Consed or
 GAP, but just a simple viewer for you to see what happens in a
 particular region.
 .
 In comparison to tgap-maq, the text-based read alignment viewer written
 by James Bonfield, Maqview is faster and takes up much less memory and
 disk space in indexing. This is possibly because tgap aims to be a
 general-purpose viewer but Maqview fully makes use of the fact that a
 Maq alignment file has already been sorted. Maqview is also efficient in
 viewing and provides a command-line tool to quickly retrieve any region
 in an Maq alignment file.

Package: libastro-dev
Description-md5: 8d12113d2c4a765844a7516371018b51
Description-en: development files for the Marble astrononmy library
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains development files for building software that uses the
 Marble astronomy library
 .
 This package is part of the KDE education module.

Package: libastro1
Description-md5: 657b13f68cade242bc2a621ea4a8e9b9
Description-en: Marble astronomy library
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains shared libraries for astronomy support in marble.
 .
 This package is part of the KDE education module.

Package: libmarble-dev
Description-md5: 98d446a5b223b2b403ecbbf11613e987
Description-en: development files for the Marble globe widget library
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains development files for building software that uses the
 Marble globe widget library.
 .
 This package is part of the KDE education module.

Package: libmarblewidget-qt5-28
Description-md5: 2a9945efd67150389c70c7f1b8d76e97
Description-en: Marble globe widget library
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains shared libraries for the Marble globe widget.
 .
 This package is part of the KDE education module.

Package: marble
Description-md5: 1f126a4752fd8384e6c2471b34c0cba7
Description-en: globe and map widget
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package is part of the KDE education module.

Package: marble-data
Description-md5: 7ed75411766d39c37afa00e8c22391ab
Description-en: data files for Marble
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains the architecture-independent data files for the Marble
 desktop globe.
 .
 This package is part of the KDE education module.

Package: marble-maps
Description-md5: 5ffb66de74b67fa9ac2b8427c33f3045
Description-en: globe and map widget for mobile form factors
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package is part of the KDE education module.

Package: marble-plugins
Description-md5: 94cc6f96b770964058cd35411cc0d773
Description-en: plugins for Marble
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains various plugins for the Marble desktop globe. The Marble
 globe widget library may not be of much use if this package is not installed.
 .
 This package is part of the KDE education module.

Package: marble-qt
Description-md5: 3723681799383a47085e649e82c35bed
Description-en: globe and map widget (no KDE dependencies)
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package is part of the KDE education module.

Package: marble-qt-data
Description-md5: 9606a6cd2b8e7884fffb1cc5f9277491
Description-en: Qt-only data files for Marble
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains the architecture-independent data files for the Marble
 desktop globe.
 .
 This package is part of the KDE education module.

Package: plasma-marble
Description-md5: 64ac054df03b0c07871f8b256bb40e74
Description-en: Plasma integration for Marble
 Marble is a generic geographical map widget and framework for KDE
 applications. The Marble widget shows the earth as a sphere but does not
 require hardware acceleration.  A minimal set of geographical data is
 included, so it can be used without an internet connection.
 .
 This package contains the Marble integration with Plasma:
  * the Plasma runner
  * the World Clock widget
  * the Plasma wallpaper
 .
 This package is part of the KDE education module.

Package: libmarco-dev
Description-md5: 88b205f6c74893832a5b077c4bca9018
Description-en: library for Marco window manager (development files)
 Marco is a small window manager, using GTK+ to do everything. It is
 developed mainly for the MATE Desktop.
 .
 This package contains the development files.

Package: libmarco-private2
Description-md5: 8d8d482e47ca934ede42f00ce29f81b7
Description-en: library for Marco window manager
 Marco is a small window manager, using GTK+ to do everything. It is
 developed mainly for the MATE Desktop.
 .
 This package contains the library.

Package: marco
Description-md5: 95519840e2380540cca6bbdf96f6395e
Description-en: lightweight GTK+ window manager for MATE
 Marco is a small window manager, using GTK+ to do everything. It is
 developed mainly for the MATE Desktop.
 .
 This package contains the marco window manager itself.

Package: marco-common
Description-md5: da780534a11dab2e3dfc2b3db4eace95
Description-en: lightweight GTK+ window manager for MATE (common files)
 Marco is a small window manager, using GTK+ to do everything. It is
 developed mainly for the MATE Desktop.
 .
 This package contains the architecture independent files.

Package: elpa-marginalia
Description-md5: e027abefb304e4f2a76b03db87542f01
Description-en: Marginalia in the Emacs minibuffer
 This package provides marginalia-mode which adds marginalia to the minibuffer
 completions. Marginalia are marks or annotations placed at the margin of the
 page of a book or in this case helpful colorful annotations placed at the
 margin of the minibuffer for your completion candidates. Marginalia can only
 add annotations to be displayed with the completion candidates. It cannot
 modify the appearance of the candidates themselves, which are shown as supplied
 by the original commands.
 .
 The annotations are added based on the completion category. For example
 find-file reports the file category and M-x reports the command category. You
 can cycle between more or less detailed annotators or even disable the
 annotator with command marginalia-cycle.

Package: maria
Description-md5: ca252a3bfe57ff6749d5bd4344755a7e
Description-en: reachability analyzer for Algebraic System Nets
 Maria is a powerful tool designed to aid engineers in modelling and
 solving concurrency related problems in parallel and distributed
 computing systems.
 .
 Maria finds deadlocks and violations against safety or liveness
 requirements by exploring all states that can be reached from the
 initial state of a system.  The tool manages tens or hundreds of
 millions of reachable states and enabled actions.
 .
 The expressive power of Maria's formalism is close to high-level
 programming languages, thanks to its rich data type system and
 powerful algebraic operations.

Package: maria-doc
Description-md5: 84b28f8694b5388994b9e4c3b09f447e
Description-en: documentation of Maria
 This package contains the documentation of Maria, a reachability
 analyzer for algebraic system nets, both in the formats info and html.

Package: libmariadb-dev
Description-md5: 5147f292c112a0def76ef58780903826
Description-en: MariaDB database development files
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes development libraries and header files. To allow sources
 expecting the MariaDB Connector/C to build. Sources that expect the MySQL
 Client libraries should use files from the libmariadb-dev-compat package.

Package: libmariadb-dev-compat
Description-md5: 4e4bcacf382bb1ad738f392fb886a606
Description-en: MariaDB Connector/C, compatibility symlinks
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes compatibility symlinks to allow sources expecting the
 MySQL client libraries to be built against MariaDB Connector/C.

Package: libmariadb3
Description-md5: c48685b906f3842ee48fd71db5681868
Description-en: MariaDB database client library
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the client library.

Package: libmariadbd-dev
Description-md5: f1579889611a2ce406c3c321e37d32d9
Description-en: MariaDB embedded database, development files
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the embedded server library development and header files.

Package: libmariadbd19
Description-md5: a85241d1aa0dccaa3ede8bda094b9117
Description-en: MariaDB embedded database, shared library
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes a shared library for embedded MariaDB applications.

Package: mariadb-backup
Description-md5: 5e80c3dd009aded10c0cfe25bd682155
Description-en: Backup tool for MariaDB server
 This backup tool is guaranteed to be compatible with MariaDB.
 Based on Xtrabackup, but improved to work with MariaDB.
 .
 Please refer to the MariaDB Knowledge Base on more information on
 how to use this tool.

Package: mariadb-client
Description-md5: 82697f9416e5e5d0a4e7331c2c735591
Description-en: MariaDB database client binaries
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the client binaries and the additional tools
 innotop and mariadb-report (mysqlreport).

Package: mariadb-client-core
Description-md5: 2862a38a5ead2e1df7366bf661e03278
Description-en: MariaDB database core client binaries
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the core client files, as used by Akonadi.

Package: mariadb-common
Description-md5: b0c32a0541f8699ec53307dabf7f987b
Description-en: MariaDB common configuration files
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes configuration files common to all MariaDB programs.

Package: mariadb-plugin-connect
Description-md5: a80bd9647c2961ca648b4365a4644855
Description-en: Connect storage engine for MariaDB
 Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
 connections to ODBC tables and remote MySQL tables, as well as a number of
 other interesting features.
 This package contains the Connect plugin for MariaDB.

Package: mariadb-plugin-cracklib-password-check
Description-md5: e7c0c56f3b8c4b41bfb5462cd78a61a0
Description-en: CrackLib Password Validation Plugin for MariaDB
 This password validation plugin uses cracklib to allow only
 sufficiently secure (as defined by cracklib) user passwords in MariaDB.
 .
 Install and configure this to enforce stronger passwords for MariaDB users.

Package: mariadb-plugin-gssapi-client
Description-md5: ece7660a1e2293e316a2fa35c35f8b25
Description-en: GSSAPI authentication plugin for MariaDB client
 This plugin includes support for Kerberos on Unix, but can also be used for
 Windows authentication with or without domain environment.
 .
 This package contains the client parts.

Package: mariadb-plugin-gssapi-server
Description-md5: 15f0c8ec89caa84121f658521f1d6501
Description-en: GSSAPI authentication plugin for MariaDB server
 This plugin includes support for Kerberos on Unix, but can also be used for
 Windows authentication with or without domain environment.
 .
 This package contains the server parts.

Package: mariadb-plugin-hashicorp-key-management
Description-md5: 30625025c83a19b480b33aeb407678d5
Description-en: Hashicorp Key Management plugin for MariaDB
 This encryption plugin uses Hashicorp Vault for storing encryption
 keys for MariaDB Data-at-Rest encryption.

Package: mariadb-plugin-mroonga
Description-md5: 38f273fa8679ace3c47de32b8f1ad726
Description-en: Mroonga storage engine for MariaDB
 Mroonga (formerly named Groonga Storage Engine) is a storage engine that
 provides fast CJK-ready full text searching using column store.
 This package contains the Mroonga plugin for MariaDB.

Package: mariadb-plugin-oqgraph
Description-md5: 1fb0e876d57cfdc1cff69872c8dc754b
Description-en: OQGraph storage engine for MariaDB
 The OQGraph engine is a computation engine plugin for handling hierarchies
 (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
 This package contains the OQGraph plugin for MariaDB.

Package: mariadb-plugin-provider-bzip2
Description-md5: c3950d83efdab13503f11af3ad4e2c60
Description-en: BZip2 compression support in the server and storage engines
 The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
 can use different compression libraries.
 .
 Plugin provides BZip2 (https://sourceware.org/bzip2/) compression
 .
 Note that these affect InnoDB and Mroonga only;
 RocksDB still uses the compression algorithms from its own library

Package: mariadb-plugin-provider-lz4
Description-md5: cf2abaea40b7fa6e7045bc3dbbc6b437
Description-en: LZ4 compression support in the server and storage engines
 The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
 can use different compression libraries.
 .
 Plugin provides LZ4 (http://lz4.github.io/lz4/) compression
 .
 Note that these affect InnoDB and Mroonga only;
 RocksDB still uses the compression algorithms from its own library

Package: mariadb-plugin-provider-lzma
Description-md5: 0e4da2d382b71c76d84e85260d3ba2d1
Description-en: LZMA compression support in the server and storage engines
 The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
 can use different compression libraries.
 .
 Plugin provides LZMA (https://tukaani.org/lzma/) compression
 .
 Note that these affect InnoDB and Mroonga only;
 RocksDB still uses the compression algorithms from its own library

Package: mariadb-plugin-provider-lzo
Description-md5: 3a16b9262ea33fc1cd2eae2afa074936
Description-en: LZO compression support in the server and storage engines
 The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
 can use different compression libraries.
 .
 Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression
 .
 Note that these affect InnoDB and Mroonga only;
 RocksDB still uses the compression algorithms from its own library

Package: mariadb-plugin-provider-snappy
Description-md5: 482f1c3726111908a9a3375a4fe7489c
Description-en: Snappy compression support in the server and storage engines
 The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
 can use different compression libraries.
 .
 Plugin provides Snappy (https://github.com/google/snappy) compression
 .
 Note that these affect InnoDB and Mroonga only;
 RocksDB still uses the compression algorithms from its own library

Package: mariadb-plugin-rocksdb
Description-md5: 62060ced380e290f5317ab8409c6fd1a
Description-en: RocksDB storage engine for MariaDB
 The RocksDB storage engine is a high performance storage engine, aimed
 at maximizing storage efficiency while maintaining InnoDB-like performance.
 This package contains the RocksDB plugin for MariaDB.

Package: mariadb-plugin-s3
Description-md5: d88f880c6bea545db8b310745f58eaae
Description-en: Amazon S3 archival storage engine for MariaDB
 The S3 storage engine allows one to archive MariaDB tables in Amazon S3 (or any
 third-party public or private cloud that implements S3 API), but still have
 them accessible in MariaDB in read-only mode.

Package: mariadb-plugin-spider
Description-md5: 0834409e7a3afca41f173143a638f5ab
Description-en: Spider storage engine for MariaDB
 The Spider storage engine with built-in sharding features. It supports
 partitioning and xa transactions, and allows tables of different MariaDB
 instances to be handled as if they were on the same instance. It refers to one
 possible implementation of ISO/IEC 9075-9:2008 SQL/MED.

Package: mariadb-server
Description-md5: ae76dbcde4bf3e79b8228e6dad967834
Description-en: MariaDB database server binaries
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the server binaries.

Package: mariadb-server-10.5
Description-md5: a49d528cc3bcc14c9305577cf3c4dcdd
Description-en: MariaDB database server binaries
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package is a transitional package designed to make upgrades from previous
 MariaDB versions seamless.

Package: mariadb-server-core
Description-md5: a01f76260dfbedfdfbfcd8ff440b8a4c
Description-en: MariaDB database core server files
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the core server files, as used by Akonadi.

Package: mariadb-test
Description-md5: 88232ad1a9463948e9a1f1d33923b547
Description-en: MariaDB database regression test suite
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package includes the regression test suite.

Package: mariadb-test-data
Description-md5: 4e2584329df41bfe2241de957d88c44a
Description-en: MariaDB database regression test suite - data files
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.
 .
 This package has the architecture independent data files for the test suite.

Package: libmariadb-java
Description-md5: f57148b7ca2c6af81995e7f4cc432c4b
Description-en: Java database driver for MariaDB and MySQL
 MariaDB Connector/J is a pure Java JDBC 4.2 compatible driver, used to
 connect applications developed in Java to MariaDB and MySQL databases.

Package: odbc-mariadb
Description-md5: 1caed7558e1f2b538fb3bd787b8791c2
Description-en: ODBC driver for MariaDB
 This package provides a driver that allows ODBC-enabled applications to
 access MariaDB databases. ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner that is
 relatively independent of the particular database management system.

Package: php-mariadb-mysql-kbs
Description-md5: 67674d61970acf8d49d65f0f3950543f
Description-en: Knowledge base about MariaDB and MySQL server variables
 This library can be used to access data from the Knowledge bases
 of MariaDB and MySQL. You can ask for the documentation link for
 a server variable and the library will return it.

Package: libmarisa-dev
Description-md5: 6fcf9e7caf2a42177f34c4894658dc95
Description-en: development files for libmarisa
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains the files necessary for compiling programs that
 depend on MARISA.

Package: libmarisa-perl
Description-md5: 37790a39d2ea9074869ceb7fbd79b157
Description-en: Perl bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Perl bindings for MARISA.

Package: libmarisa0
Description-md5: 31c2a16157e24326068d69c7ec27dfea
Description-en: C++ library to provide an implementation of MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains C++ library to provide an implementation of MARISA.

Package: marisa
Description-md5: d93b84a24d3e4ba003fb52bd879d4222
Description-en: command line tools for libmarisa
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains command line tools for libmarisa.

Package: python3-marisa
Description-md5: 20b5de98bbe5e135add55f319a55629f
Description-en: Python3 bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Python 3 bindings for MARISA.

Package: ruby-marisa
Description-md5: ce552b53fb8a6d80ccb36e18d7570478
Description-en: Ruby bindings for MARISA
 Matching Algorithm with Recursively Implemented StorAge (MARISA) is a static
 and space-efficient trie data structure.
 .
 This package contains Ruby bindings for MARISA.

Package: markdown
Description-md5: 91cb49067bbada95ec2e46f260953f3a
Description-en: Text-to-HTML conversion tool
 Markdown is a text-to-HTML conversion tool for web writers.  It
 allows you to write using an easy-to-read, easy-to-write plain text
 format, then convert it to structurally valid XHTML (or HTML).

Package: python-markdown-callouts-doc
Description-md5: 04370984a9e32452be74eb60132d5f62
Description-en: Python-Markdown extension adding a new block-level syntax (Documentation)
 This package extends the functionality of Python Markdown by turning a
 paragraph of text into a block that's specially highlighted and set apart from
 the rest of the text.
 .
 This extension produces the same results as the admonition extension, but with
 a syntax that is much less intrusive and has a very reasonable fallback look
 for "vanilla" renderers.
 .
 This package contains the HTML documentation.

Package: python3-markdown-callouts
Description-md5: 44ddb8b84d0ec083ca0e76d21b6a3d94
Description-en: Python-Markdown extension adding a new block-level syntax (Python3)
 This package extends the functionality of Python Markdown by turning a
 paragraph of text into a block that's specially highlighted and set apart from
 the rest of the text.
 .
 This extension produces the same results as the admonition extension, but with
 a syntax that is much less intrusive and has a very reasonable fallback look
 for "vanilla" renderers.

Package: python3-markdown-exec
Description-md5: 54690b1bdc8990e7a0226881c6393e05
Description-en: Utilities to execute code blocks in Markdown files
 This package enhances the functionality of PyMdown Extensions (provided
 within Debian as package python3-pymdownx). You can use markdown-exec
 if you write e.g a Python code block that computes some HTML and you want
 to place the generated HTML within a code block.

Package: python3-markdown-it
Description-md5: cc1822fb7d3e56c360c1fee970302688
Description-en: Python port of markdown-it and some its associated plugins
 High speed Python markdown parser based in markdown-it. markdown-it-py
 follows the CommonMark spec for baseline parsing. Also, new syntax
 rules can be added and even replace existing ones. New syntax extensions
 can be added to extend the parser.

Package: elpa-markdown-mode
Description-md5: 8d74c3dab8fe992ec58085508f74c7ca
Description-en: mode for editing Markdown-formatted text files in GNU Emacs
 The mode provides syntax highlighting, and keyboard shortcuts for editing,
 compiling, and previewing Markdown.  It has general support for various
 markdown flavours, supports Markdown 1.0 and CommonMark, and includes a
 special GFM (Github Flavoured Markdown) major mode.
 .
 Out of the box, markdown-mode will use markdown, discount, or
 libtext-markdown-perl for HTML preview and export by calling
 /usr/bin/markdown.  Please note that they produce slightly different
 results (eg: apostrophes exported as " ' " vs " ’ "), and they may
 handle digressions from the CommonMark specification in different
 ways—for example in what is identified as a sublist rather than a
 subsequent list item.
 .
 If "defcustom markdown-command" is customised it can also be made to
 work with pandoc, libtext-multimarkdown-perl, or python3-markdown.
 Using pandoc will also unlock various other configuration options.
 See README.md and customize-mode for details.

Package: elpa-markdown-toc
Description-md5: bccfb89d7e3530a88dc52212432cbd06
Description-en: Emacs TOC (table of contents) generator for markdown files
 Markdown-toc is a simple Emacs addon that parses a Markdown buffer
 and creates a handy table of contents.  It can also refresh an
 existing TOC to reflect updates to the body of the document.  When
 writing a standalone markdown document, when one cannot rely on
 external tools, rely on markdown-toc.  It provides greater control
 over output levels and headings than Pandoc's --toc.

Package: markdownpart
Description-md5: 89ea145ccd8fd47d6984ae0c67e117f8
Description-en: KDE Markdown KPart
 MarkdownPart is a small KDE KParts plugin to render Markdown documents
 in any application which uses the KPart system.

Package: python3-markupsafe
Description-md5: 8f6e706e3bab173748baf4df91999346
Description-en: HTML/XHTML/XML string library
 MarkupSafe is a Python library implementing a unicode subclass that is
 aware of HTML escaping rules. It can be used to implement automatic
 string escaping.

Package: marsshooter
Description-md5: b2db3203887ee093295402d2826de21d
Description-en: ridiculous space shooter governed by the laws of gravity
 M.A.R.S is a two-dimensional space shooter game with excellent 2D-graphics, a
 stunning amount of particles and shader support. It offers single- and
 multiplayer gameplay, many impressive weapons and specials and customizable
 ships.
 .
 In the year 3547 civilizations across the galaxy have settled their own
 planets, living in peace and harmony with its environment. But outside the
 placid habitats, the GREAT WAR is raging. As a famous fighter on your way to
 never ending honor and prosperity, you have to protect your planet from the
 imminent doom of your jealous neighbours!

Package: marsshooter-data
Description-md5: afdb508e61692d0b40ac42289e9f977d
Description-en: ridiculous space shooter governed by the laws of gravity -- data
 M.A.R.S is a two-dimensional space shooter game with excellent 2D-graphics, a
 stunning amount of particles and shader support. It offers single- and
 multiplayer gameplay, many impressive weapons and specials and customizable
 ships.
 .
 This package contains the data files for M.A.R.S and includes all graphics
 and sounds.

Package: libmartchus-c++utilities-dev
Description-md5: 8ac7c8c1fc60ebe99b2658681329001e
Description-en: useful C++ classes and routines used by Martchus' applications (headers)
 Martchus-cpp-utilities is a library that contains helpers for:
   * parsing command-line arguments and providing Bash completions
   * working with dates and times
   * converting primitive data types to byte-buffers, and vice versa
   (eg, between litte-endian and big-endian)
   * common string conversions/operations
   * using standard IO streams
   * using SFINAE by providing additional traits (eg, for checking whether a
   type is iteratable)
   * testing with *CppUnit*
   * CMake, with convenient modules and templates
 .
 It also provides the following convenience functions and data structures:
   * min() and max(), for any number of arguments
   * digitsum(), factorial(), powerModulo(), inverseModulo(), and orderModulo()
   * Damerau–Levenshtein distance
   * *N*-dimensional arrays
 .
 This is the development version of the library. You will need this only if
 you intend to compile programs that use this library.

Package: libmartchus-c++utilities5
Description-md5: 57fff6a1b46dceb279bf2ed946704a3b
Description-en: useful C++ classes and routines used by Martchus' applications
 Martchus-cpp-utilities is a library that contains helpers for:
   * parsing command-line arguments and providing Bash completions
   * working with dates and times
   * converting primitive data types to byte-buffers, and vice versa
   (eg, between litte-endian and big-endian)
   * common string conversions/operations
   * using standard IO streams
   * using SFINAE by providing additional traits (eg, for checking whether a
   type is iteratable)
   * testing with *CppUnit*
   * CMake, with convenient modules and templates
 .
 It also provides the following convenience functions and data structures:
   * min() and max(), for any number of arguments
   * digitsum(), factorial(), powerModulo(), inverseModulo(), and orderModulo()
   * Damerau–Levenshtein distance
   * *N*-dimensional arrays

Package: libmartchus-qtforkawesome-dev
Description-md5: 5815e0d4b4414c7626a3baba95dc4122
Description-en: library that conveniently enables the use of Fork Awesome in Qt (headers)
 Qt ForkAwesome is a C++ library that conveniently enables the use of Fork
 Awesome in Qt applications.  Qt ForkAwesome enumerates and encodes Fork
 Awesome as Qt resources, it provides an 'enum' of the icon-font definitions,
 and it enables font glyphs to be used in cases where Qt requires traditional
 icons.  Qt ForkAwesome uses FreeType to render, hint, and antialias
 icon-fonts.
 .
 Refer to the description of fonts-fork-awesome for more information about
 icon-fonts.
 .
 This is the development package of libmartchus-qtforkawesome.  Please note
 that, at this time, Qt ForkAwesome's ABI changes with every release.

Package: libmartchus-qtforkawesome1
Description-md5: c828eb70ee69bef38065f2d80c343979
Description-en: C++ library that conveniently enables the use of Fork Awesome in Qt
 Qt ForkAwesome is a C++ library that conveniently enables the use of Fork
 Awesome in Qt applications.  Qt ForkAwesome enumerates and encodes Fork
 Awesome as Qt resources, it provides an 'enum' of the icon-font definitions,
 and it enables font glyphs to be used in cases where Qt requires traditional
 icons.  Qt ForkAwesome uses FreeType to render, hint, and antialias
 icon-fonts.
 .
 Refer to the description of fonts-fork-awesome for more information about
 icon-fonts.

Package: libmartchus-qtutilities-dev
Description-md5: 15174bc4e8913c29b63fa08b1412da20
Description-en: common Qt related functionality used by Martchus' applications (headers)
 Martchus-qtutilities contains Qt-related C++ classes and routines for such
 things as the dialogs, widgets, and models used in Martchus' applications.
 .
 This is the development version of the library. You will need this only if
 you intend to compile programs that use this library.

Package: libmartchus-qtutilities6
Description-md5: 4e5591c44b4647aa02df9f42ac24284c
Description-en: common Qt related functionality used by Martchus' applications
 Martchus-qtutilities contains Qt-related C++ classes and routines for such
 things as the dialogs, widgets, and models used in Martchus' applications.

Package: masakari-api
Description-md5: 0d1ca761f153df2139e19a838911abaa
Description-en: OpenStack Virtual Machine High Availability (VMHA) - API Server
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the Masakari API Server.

Package: masakari-common
Description-md5: ce5aac76755c10836e0c3bb2a76b3625
Description-en: OpenStack Virtual Machine High Availability (VMHA) - common files
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains common files for Masakari.

Package: masakari-doc
Description-md5: 89987eb110cde297956a6ea30f206f60
Description-en: OpenStack Virtual Machine High Availability (VMHA) - doc
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the documentation.

Package: masakari-engine
Description-md5: 0d1ca761f153df2139e19a838911abaa
Description-en: OpenStack Virtual Machine High Availability (VMHA) - API Server
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the Masakari API Server.

Package: python3-masakari
Description-md5: e3674cb17790cd5fa9c509613bfc46a3
Description-en: OpenStack Virtual Machine High Availability (VMHA) - Python files
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the Python files and libraries.

Package: python3-masakari-dashboard
Description-md5: eb30673829e23ccfb2690ebb36176061
Description-en: OpenStack Virtual Machine High Availability (VMHA) - dashboard plugin
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the OpenStack dashboard plugin.

Package: masakari-host-monitor
Description-md5: ca5bfde967b734688cd1e06e17195984
Description-en: OpenStack Virtual Machine High Availability (VMHA) - host monitor
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 Monitors for Masakari provides Virtual Machine High Availability (VMHA)
 service for OpenStack clouds by automatically detecting the failure events
 such as VM process down, provisioning process down, and nova-compute host
 failure. If it detect the events, it sends notifications to the masakari-api.
 .
 This package contains the Masakari host monitor.

Package: masakari-instance-monitor
Description-md5: e2111877f4cd63f38de15b6a339637a6
Description-en: OpenStack Virtual Machine High Availability (VMHA) - instance monitor
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 Monitors for Masakari provides Virtual Machine High Availability (VMHA)
 service for OpenStack clouds by automatically detecting the failure events
 such as VM process down, provisioning process down, and nova-compute host
 failure. If it detect the events, it sends notifications to the masakari-api.
 .
 This package contains the Masakari instance monitor.

Package: masakari-introspective-instance-monitor
Description-md5: f94d2bb48f1c534ee2cfb2a0a1712ff7
Description-en: OpenStack VirtualMachine High Availability (VMHA) - introspective host monitor
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 Monitors for Masakari provides Virtual Machine High Availability (VMHA)
 service for OpenStack clouds by automatically detecting the failure events
 such as VM process down, provisioning process down, and nova-compute host
 failure. If it detect the events, it sends notifications to the masakari-api.
 .
 This package contains the Masakari introspective instance monitor.

Package: masakari-monitors-common
Description-md5: 47859c54122de3574b4b7063ddef2360
Description-en: OpenStack Virtual Machine High Availability (VMHA) - monitors common files
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains common files for Masakari monitors.

Package: masakari-monitors-doc
Description-md5: be139e08a16fddd817fc53444c99fad0
Description-en: OpenStack Virtual Machine High Availability (VMHA) - doc
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 This package contains the monitors documentation.

Package: masakari-process-monitor
Description-md5: cb3694610640a9804e6045b6f36c3628
Description-en: OpenStack VM High Availability (VMHA) - process monitor
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 Monitors for Masakari provides Virtual Machine High Availability (VMHA)
 service for OpenStack clouds by automatically detecting the failure events
 such as VM process down, provisioning process down, and nova-compute host
 failure. If it detect the events, it sends notifications to the masakari-api.
 .
 This package contains the Masakari process monitor.

Package: python3-masakari-monitors
Description-md5: 9aa674ae8267960a0f5d9b5d3be564bf
Description-en: OpenStack Virtual Machine High Availability (VMHA) - Python files
 Masakari provides Virtual Machine High Availability (VMHA) service for
 OpenStack clouds by automatically recovering the KVM-based Virtual
 Machine(VM)s from failure events such as VM process down, provisioning
 process down, and nova-compute host failure. It also provides API service for
 manage and control the automated rescue mechanism.
 .
 Monitors for Masakari provides Virtual Machine High Availability (VMHA)
 service for OpenStack clouds by automatically detecting the failure events
 such as VM process down, provisioning process down, and nova-compute host
 failure. If it detect the events, it sends notifications to the masakari-api.
 .
 This package contains the Python files and libraries for Masakari monitors.

Package: libmash-dev
Description-md5: 7fbad641a54f662891c122784ebd0efe
Description-en: development headers and static library for Mash
 This package contains C++ development headers and a static library to
 build custom programs utilizing Mash, a MinHash based genome distance
 estimator.

Package: mash
Description-md5: 1aa2780b40b68437f05176f45423aa5a
Description-en: fast genome and metagenome distance estimation using MinHash
 Mash uses MinHash locality-sensitive hashing to reduce large biosequences to
 a representative sketch and rapidly estimate pairwise distances between
 genomes or metagenomes. Mash sketch databases effectively delineate known
 species boundaries, allow construction of approximate phylogenies, and can be
 searched in seconds using assembled genomes or raw sequencing runs from
 Illumina, Pacific Biosciences, and Oxford Nanopore.
 For metagenomics, Mash scales to thousands of samples and can replicate Human
 Microbiome Project and Global Ocean Survey results in a fraction of the time.

Package: mash-doc
Description-md5: 3493ae563ff9d2001c44b959c992a234
Description-en: documentation for Mash
 This package contains further documentation (tutorials, explanations,
 etc.) for Mash, a MinHash based genome distance estimator. The documentation
 is provided in HTML format.

Package: maskprocessor
Description-md5: a1a2f1fc5dbbdb13dbb4edf96d995534
Description-en: high-performance word generator with a per-position configurable charset
 Maskprocessor is a fast word list generator. It enumerates all combinations
 from a given user-defined keyspace and outputs the results. Since it supports
 different alphabets (which also can be combined) at different positions in the
 generation template ('mask'), this approach allows a more fine-tunable
 generation of candidates than using 'naive' brute force enumeration of words.
 Masks are defined using the description also used in the Hashcat password
 recovery utility.

Package: mason
Description-md5: 1973ae39fdab5ebfd4b1f367af1b5af1
Description-en: Interactively creates a Linux packet filtering firewall
 Mason creates a firewall that exactly matches the types of
 TCP/IP traffic flowing in, out and through a Linux computer.
 It can be used to create a full firewall or add rules to an
 existing firewall.

Package: masscan
Description-md5: 19ed2292003b28d6de8b06930d245438
Description-en: TCP port scanner
 MASSCAN is TCP port scanner which transmits SYN packets
 asynchronously and produces results similar to nmap,
 the most famous port scanner. Internally, it operates
 more like scanrand, unicornscan, and ZMap, using
 asynchronous transmission.
 It's a flexible utility that allows arbitrary address and
 port ranges.

Package: massif-visualizer
Description-md5: 6492b621e487cff7ae61f65201eeabe4
Description-en: Tool for visualizing memory usage recorded by Valgrind Massif
 Massif Visualizer is a graphical interface to visualize memory usage recorded
 by Valgrind Massif tool.
 .
 Run your application in Valgrind with --tool=massif and then open the
 generated massif.out.%pid in the visualizer. Gzip or Bzip2 compressed Massif
 files can also be opened transparently.

Package: massxpert
Description-md5: 30c79c7912d0e889c11d4a0716c40dac
Description-en: polymer chemistry modelling and mass spectrometry data simulation (runtime)
 massXpert allows the user to perform the following tasks:
 .
  - Make brand new polymer chemistry definitions;
  - Use the definitions to easily perform calculations in a desktop
    calculator-like manner;
  - Perform sophisticated polymer sequence editing and simulations;
  - Perform m/z list comparisons;
 .
 Chemical simulations encompass cleavage (either chemical or
 enzymatic), gas-phase fragmentations, chemical modification of any
 monomer in the polymer sequence, cross-linking of monomers in the
 sequence, arbitrary mass searches...
 .
 This package ships the massXpert program.

Package: massxpert-data
Description-md5: bc35e827876a2f7e36b660338d2d562f
Description-en: polymer chemistry modelling and mass spectrometry data simulation (data)
 massXpert allows the user to perform the following tasks:
 .
  - Make brand new polymer chemistry definitions;
  - Use the definitions to easily perform calculations in a desktop
    calculator-like manner;
  - Perform sophisticated polymer sequence editing and simulations;
  - Perform m/z list comparisons;
 .
 Chemical simulations encompass cleavage (either chemical or
 enzymatic), gas-phase fragmentations, chemical modification of any
 monomer in the polymer sequence, cross-linking of monomers in the
 sequence, arbitrary mass searches...
 .
 This package ships the polymer chemistry data.

Package: massxpert-doc
Description-md5: a6ebe74c4d8aea0df29f826594e4f642
Description-en: polymer chemistry modelling and mass spectrometry data simulation (doc)
 massXpert allows the user to perform the following tasks:
 .
  - Make brand new polymer chemistry definitions;
  - Use the definitions to easily perform calculations in a desktop
    calculator-like manner;
  - Perform sophisticated polymer sequence editing and simulations;
  - Perform m/z list comparisons;
 .
 Chemical simulations encompass cleavage (either chemical or
 enzymatic), gas-phase fragmentations, chemical modification of any
 monomer in the polymer sequence, cross-linking of monomers in the
 sequence, arbitrary mass searches...
 .
 This package ships the user manual in both PDF and HTML formats.

Package: elpa-mastodon
Description-md5: 42f967fe25980fc3e292f4421a4d8aa8
Description-en: Emacs client for the Mastodon and Pleroma social networks
 mastodon.el is an Emacs client for the Mastodon and Pleroma social
 networks. For info see https://joinmastodon.org/. Type M-x mastodon
 to start.

Package: mat
Description-md5: 3f8714e575d1aedab6a4e33f4b58add8
Description-en: Transitional package to migrate to mat2
 This is a transitional package. It can safely be removed.

Package: mat2
Description-md5: 682b6db65f07501637a61cf1756320e3
Description-en: Metadata anonymisation toolkit v2
 Metadata consist of information that characterizes data. Metadata are
 used to provide documentation for data products. In essence, metadata
 answer who, what, when, where, why, and how about every facet of the
 data that are being documented.
 .
 Metadata within a file can tell a lot about you. Cameras record data
 about when a picture was taken and what camera was used. Office
 documents like PDF or Office automatically adds author and company
 information to documents and spreadsheets.
 .
 Maybe you don't want to disclose those information.
 .
 mat2 only removes metadata from your files, it does not anonymise their
 content, nor can it handle watermarking, steganography, or any too
 custom metadata field/system.
 .
 If you really want to be anonymous, use file formats that do not contain
 any metadata, or better: use plain-text.
 .
 Formats supported to some extent are:
    - Audio Interchange File Format (.aiff)
    - Audio Video Interleave (.avi)
    - Electronic Publication (.epub)
    - Free Lossless Audio Codec (.flac)
    - Graphics Interchange Format (.gif)
    - High Efficiency Image Format (.heic, .heif)
    - Hypertext Markup Language (.html, .xhtml)
    - Portable Network Graphics (PNG)
    - JPEG (.jpeg, .jpg, ...)
    - MPEG Audio (.mp3, .mp2, .mp1, .mpa)
    - MPEG-4 (.mp4)
    - Office Openxml (.docx, .pptx, .xlsx, ...)
    - Ogg Vorbis (.ogg)
    - Open Document (.odt, .odx, .ods, ...)
    - Portable Document Fileformat (.pdf)
    - Portable Pixmap Format (.ppm)
    - Scalable Vector Graphics (.svg)
    - Tape ARchive (.tar, .tar.bz2, .tar.gz, .tar.zx)
    - Torrent (.torrent)
    - Waveform Audio (.wav)
    - Windows Media Video (.wmv)
    - ZIP (.zip)
 .
 mat2 provides a command line tool and a graphical user interfaces via a
 service menu for Dolphin, the default file manager of KDE. Besides, it
 recommends metadata-cleaner, a GTK app for viewing and cleaning metadata of
 files.

Package: matanza
Description-md5: 8f1d1a8573b27ec44aa60e72358d6f81
Description-en: Space ascii war game
 Matanza is a multiplayer game.  In it, every player controls a ship cruising
 in space, aiming to destroy the other players (and, eventually, ships
 controlled by the computer).

Package: matchbox
Description-md5: 67e51e72694fd308dc4b634ece6a6fde
Description-en: base X environment for resource-limited systems
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as phones, handhelds, set-top boxes, kiosks, and
 anything else for which screen space, input mechanisms or system resources are
 limited.
 .
 This is a metapackage which depends on the component packages for Matchbox
 version 1.

Package: matchbox-common
Description-md5: 64d37d4a4c16636243d93d49d02be542
Description-en: common files for Matchbox Project applications
 This package contains files used by several Matchbox Project applications.
 .
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.

Package: matchbox-desktop
Description-md5: 4a1fc3c7dd1e2658c673568d2acfe4b8
Description-en: desktop application launcher for resource-limited systems
 matchbox-desktop uses the desktop background to provide an application
 launcher. It reads the standard desktop entry specification files also used
 by GNOME and KDE to discover the applications available on the system.
 .
 matchbox-desktop allows modules to be loaded for additional functionality.
 This package includes modules for a task switcher and simple file browser.
 .
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.

Package: matchbox-keyboard
Description-md5: edcc71ae6e4e88ffe597589c133f0b69
Description-en: on-screen keyboard
 Matchbox-keyboard is an on-screen 'virtual' or 'software' keyboard, designed
 for touch-screen devices running X.
 .
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.

Package: matchbox-keyboard-im
Description-md5: 94f8f1856f4cb05fe918b268cb196632
Description-en: GTK+ input module for on-screen keyboard
 Matchbox-keyboard is an on-screen 'virtual' or 'software' keyboard, designed
 for touch-screen devices running X.
 .
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.
 .
 This package provides a GTK+ input module for use with Matchbox-keyboard or
 other on-screen keyboards.

Package: matchbox-panel
Description-md5: f4963bc9814aa371d21e6f1e29438b33
Description-en: desktop panel for resource-limited systems
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.
 .
 This package contains the Matchbox desktop panel.

Package: matchbox-panel-manager
Description-md5: e1d93f7d4cf7437f5801342e8e5bbcc2
Description-en: panel manager for matchbox-panel
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.
 .
 This package contains a utility to manage the Matchbox panel.

Package: matchbox-themes-extra
Description-md5: 10b0ef9849e5867c71aba28da23f5576
Description-en: extra themes for matchbox-window-manager
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.
 .
 This package contains some extra themes for the Matchbox window manager.

Package: matchbox-window-manager
Description-md5: f87b15fbd6f82a3cce31fa8cabd171c5
Description-en: window manager for resource-limited systems
 Matchbox is a base environment for the X Window System running on non-desktop
 embedded platforms such as handhelds, set-top boxes, kiosks and anything else
 for which screen space, input mechanisms or system resources are limited.
 .
 This package contains the Matchbox window manager.

Package: mate-applets
Description-md5: 0bca6de8fdc46909a2d6f02203294b40
Description-en: Various applets for the MATE panel
 accessx-status: indicates keyboard accessibility settings, including
 the current state of the keyboard, if those features are in use.
 .
 Battstat: monitors the power subsystem on a laptop.
 .
 Character palette: provides a convenient way to access non-standard
 characters, such as accented characters, mathematical symbols, special
 symbols, and punctuation marks.
 .
 MATE CPUFreq Applet: CPU frequency scaling monitor
 .
 Drivemount: lets you mount and unmount drives and file systems.
 .
 Geyes: pair of eyes which follow the mouse pointer around the screen.
 .
 Keyboard layout switcher: lets you assign different keyboard
 layouts for different locales.
 .
 Netspeed: network traffic monitor applet.
 .
 System monitor: CPU, memory, network, swap file and resource.
 .
 Trash: lets you drag items to the trash folder.
 .
 Weather report: downloads weather information from the U.S National Weather
 Service (NWS) servers, including the Interactive Weather Information
 Network (IWIN).

Package: mate-applets-common
Description-md5: 724c9035376c2f74eed25cdf2d46c372
Description-en: Various applets for the MATE panel (common files)
 accessx-status: indicates keyboard accessibility settings, including
 the current state of the keyboard, if those features are in use.
 .
 Battstat: monitors the power subsystem on a laptop.
 .
 Character palette: provides a convenient way to access non-standard
 characters, such as accented characters, mathematical symbols, special
 symbols, and punctuation marks.
 .
 MATE CPUFreq Applet: CPU frequency scaling monitor
 .
 Drivemount: lets you mount and unmount drives and file systems.
 .
 Geyes: pair of eyes which follow the mouse pointer around the screen.
 .
 Keyboard layout switcher: lets you assign different keyboard
 layouts for different locales.
 .
 Netspeed: network traffic monitor applet.
 .
 System monitor: CPU, memory, network, swap file and resource.
 .
 Trash: lets you drag items to the trash folder.
 .
 Weather report: downloads weather information from the U.S National Weather
 Service (NWS) servers, including the Interactive Weather Information
 Network (IWIN).
 .
 This package contains the architecture independent files.

Package: mate-backgrounds
Description-md5: 6f92a76d1836e26ab6e46e637b922c08
Description-en: Set of backgrounds packaged with the MATE Desktop Environment
 This package provides a collection of desktop wallpapers created with MATE
 users in mind.
 .
 The package ships the default MATE backgrounds from various Linux
 distributions as well as a set of nature photographs suitable as comforting
 desktop backgrounds.

Package: mate-calc
Description-md5: abb486e5c4d16133d1e7999551ef7e99
Description-en: MATE desktop calculator
 mate-calc is a powerful graphical calculator with financial, logical and
 scientific modes. It uses a multiple precision package to do its arithmetic
 to give a high degree of accuracy.

Package: mate-calc-common
Description-md5: 8d90c04726a34ba8d3ae5997bafd1f5a
Description-en: MATE desktop calculator (common files)
 mate-calc is a powerful graphical calculator with financial, logical and
 scientific modes. It uses a multiple precision package to do its arithmetic
 to give a high degree of accuracy.
 .
 This package contains the architecture independent files.

Package: mate-common
Description-md5: 70c3b333d1d5dd3adf775751578861ba
Description-en: common scripts and macros to develop with MATE
 mate-common is an extension to autoconf, automake and libtool for the MATE
 environment and MATE using applications. Included are mate-autogen.sh and
 several macros to help in MATE source trees.

Package: libmate-slab-dev
Description-md5: d358da4f96d73c78081628a30423783c
Description-en: beautification app library (development headers)
 The libmate-slab library provides functionality to create applications
 like MATE control center and the application-browser from gnome-main-menu.
 .
 This package contains the development files for libmate-slab.

Package: libmate-slab0
Description-md5: d98ed82f3ecc5c8609db9a37f0fe8e42
Description-en: beautification app library
 This library provides functionality to create applications like MATE
 control center and the application-browser from gnome-main-menu.
 .
 This library has been forked from GNOMEv2 by the MATE project.

Package: libmate-window-settings-dev
Description-md5: eddb40b3dbdfa0869e80153aa7d831ac
Description-en: utilities to configure the MATE desktop (window settings headers)
 The MATE control center contains configuration applets for the MATE desktop,
 allowing to set accessibility configuration, desktop fonts, keyboard
 and mouse properties, sound setup, desktop theme and background, user
 interface properties, screen resolution, and other MATE parameters.
 .
 This package contains the development files for the MATE window settings
 library.

Package: libmate-window-settings1
Description-md5: b76e69d3206e1aeb9f05e0fe64168d0d
Description-en: utilities to configure the MATE desktop (window settings library)
 The MATE control center contains configuration applets for the MATE desktop,
 allowing to set accessibility configuration, desktop fonts, keyboard
 and mouse properties, sound setup, desktop theme and background, user
 interface properties, screen resolution, and other MATE parameters.
 .
 This package contains the MATE window settings library for MATE control
 center.

Package: mate-control-center
Description-md5: b6e1462868a9e2b12d2c192f4c5d8319
Description-en: utilities to configure the MATE desktop
 The MATE control center contains configuration applets for the MATE desktop,
 allowing to set accessibility configuration, desktop fonts, keyboard
 and mouse properties, sound setup, desktop theme and background, user
 interface properties, screen resolution, and other MATE parameters.
 .
 It also contains a front end to these applets, which can also be
 accessed with the MATE panel or the Caja file manager.

Package: mate-control-center-common
Description-md5: 28b61991ad992c4d5625e4d60201c687
Description-en: utilities to configure the MATE desktop (common files)
 The MATE control center contains configuration applets for the MATE desktop,
 allowing to set accessibility configuration, desktop fonts, keyboard
 and mouse properties, sound setup, desktop theme and background, user
 interface properties, screen resolution, and other MATE parameters.
 .
 This package contains the architecture independent files of MATE
 control center.

Package: gir1.2-matedesktop-2.0
Description-md5: 9587d13bbedea4b417ad0c7a5a289e4c
Description-en: GObject introspection data for the libmate-desktop library
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 This package contains introspection data for the library.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

Package: libmate-desktop-2-17
Description-md5: 07f5c07902f071f30ac5c42d0f5aaa8c
Description-en: Library with common API for various MATE modules (library)
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 The package contains the actual mate-desktop library.

Package: libmate-desktop-dev
Description-md5: 437ddd22a9d457897497a28bd94e2dbd
Description-en: Library with common API for various MATE modules (development files)
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 This package contains the mate-desktop development files.

Package: libmate-desktop-doc
Description-md5: 85f62c1094850474d17679faeb2b838a
Description-en: Library with common API for various MATE modules (documentation files)
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 This package contains the documentation files.

Package: mate-desktop
Description-md5: 6d7d3150b8e89c4689a4a7170fbe0634
Description-en: Library with common API for various MATE modules
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 The mate-about program helps with finding which version of MATE is installed.
 .
 NOTE: This package does not install the complete MATE desktop environment
 for you. The full desktop environment can be installed via the metapackage
 mate-desktop-environment.

Package: mate-desktop-common
Description-md5: 3c4dd3089c4f97cce3d7794d690fd498
Description-en: Library with common API for various MATE modules (common files)
 The MATE component mate-desktop contains the libmate-desktop library, the
 mate-about program, as well as some desktop-wide documents.
 .
 The libmate-desktop library provides an API shared by several applications
 on the desktop, but that cannot live in the platform for various
 reasons.
 .
 This package contains the architecture-independent files.

Package: mate-core
Description-md5: 9ff0776ded39cfed763cbf21cfce7add
Description-en: MATE Desktop Environment (essential components, dummy package)
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package (mate-core) is a dummy package and can be safely removed.

Package: mate-desktop-environment
Description-md5: 8105273afc4042ae9495ec264fc266e6
Description-en: MATE Desktop Environment (metapackage)
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package installs the standard set of applications that are
 part of the official MATE release.
 .
 It also suggests a few non-MATE standard desktop applications like an
 internet browser, a mail reader and a network management applet.

Package: mate-desktop-environment-core
Description-md5: ebb6705e80f1c013244ed398a63c82a2
Description-en: MATE Desktop Environment (essential components, metapackage)
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package depends on a very basic set of programs that are necessary to
 start a MATE desktop environment session. The set of programs includes the
 MATE window manager (Marco), the MATE file manager (Caja), the MATE
 control center and a limited set of other obligatory MATE desktop components.

Package: mate-desktop-environment-extra
Description-md5: 1cd719415caf9d70e70b55f52a9576f5
Description-en: MATE Desktop Environment (extra components, dummy package)
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package (mate-desktop-environment-extra) is a dummy package and can be
 safely removed.

Package: mate-desktop-environment-extras
Description-md5: 4b5c85e307f109f83c4c7baad3417a66
Description-en: MATE Desktop Environment (extra components, metapackage)
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package installs an extra set of MATE components that are
 also part of the official MATE release.

Package: mate-dock-applet
Description-md5: d5bf4982d2ed7b1c1b18d47e6b26ba28
Description-en: MATE Panel dock applet
 An application dock applet for the MATE panel. The applet allows you to:
 .
  - place a dock on any MATE panel, of any size, on any side of
    the desktop you desire.
  - pin and unpin apps to the dock
  - rearrange application icons on the dock
  - launch apps by clicking on their icons in the dock
  - minimize/unminimize running app windows by clicking the
    app's dock icon
  - detect changes in the current icon theme and update the dock
    accordingly
  - use an indicator by each app to show when it is running
  - optionally, use multiple indicators for each window an app
    has open
  - use either a light or dark indicator that it can always be
    seen no matter what colour the panel is, or turn indicators
    off altogether
  - change the colour of MATE panels to the dominant colour (i.e.
    the most common colour) of the desktop wallpaper. The colour
    can be applied to all panels or just the panel containing the
    dock.

Package: mate-equake-applet
Description-md5: eeb5b76900d2d12004c6e85bdc9617e2
Description-en: Mate panel applet which monitors earthquakes
 mate-equake-plugin is a panel applet for the mate panel which monitors
 earthquakes and displays an update each time a new earthquake occurs.
 In addition it can show alerts when heavy earthquakes have happened,
 display maps and webpages with more information, produce lists
 of hourly and daily earthquakes and update a handy signature file you
 can use in your emails. Many features are user configurable.

Package: mate-hud
Description-md5: 0c035d976589dbf0c025a6f0b73c0e3b
Description-en: Run menubar commands, much like the Unity 7 HUD
 A Heads-Up Display (HUD) allows you to search through an application's
 appmenu. So if you're trying to find that single filter in Gimp but
 can't remember which filter category it fits into or if you can't
 recall if preferences sits under File, Edit or Tools on your favourite
 browser, you can just search for it rather than hunting through the
 menus.

Package: mate-icon-theme
Description-md5: 9f5f81013b9cf1ae49ae9420cadad27e
Description-en: MATE Desktop icon theme
 This package contains the default icon theme used by the MATE desktop.
 The icons are used in the panel menu, in Caja and other
 applications shipped with MATE.
 .
 This icon theme provides icon artwork for representing the different
 applications, files, directories, and devices found on the MATE desktop.

Package: mate-indicator-applet
Description-md5: 2c014e4894a825c41d36aaeaecaea876
Description-en: MATE panel indicator applet
 A small applet to display information from various applications
 consistently in the panel.
 .
 The indicator applet exposes Ayatana Indicators in the MATE Panel.
 Ayatana Indicators are an initiative by Canonical to provide crisp and
 clean system and application status indication. They take the form of an
 icon and associated menu, displayed (usually) in the desktop panel.
 Existing indicators include the Message Menu, Battery Menu and Sound
 menu.

Package: mate-indicator-applet-common
Description-md5: 954fc958fafab75b0fdf79c4b81e2379
Description-en: MATE panel indicator applet (common files)
 A small applet to display information from various applications
 consistently in the panel.
 .
 The indicator applet exposes Ayatana Indicators in the MATE Panel.
 Ayatana Indicators are an initiative by Canonical to provide crisp and
 clean system and application status indication. They take the form of an
 icon and associated menu, displayed (usually) in the desktop panel.
 Existing indicators include the Message Menu, Battery Menu and Sound
 menu.
 .
 This package contains the architecture independent files.

Package: mate-media
Description-md5: 641725f9be913faed723c6131926ab87
Description-en: MATE media utilities
 MATE media utilities are the audio mixer and the volume
 control applet.
 .
 This package utilizes the libmatemixer library which provides
 support for ALSA and Pulseaudio as audio backends.

Package: mate-media-common
Description-md5: 199afd5d28de60c689480fe1d82e08fa
Description-en: MATE media utilities (common files)
 MATE media utilities are the audio mixer and the volume
 control applet.
 .
 This package contains the common files.

Package: mate-menu
Description-md5: d67b341a436b80495f01109176e7650d
Description-en: Advanced MATE menu
 An advanced menu for MATE. Supports filtering, favorites,
 easy-uninstallation, autosession, and many other features.
 .
 This menu originated in the Linux Mint distribution and has
 been ported to other distros that ship the MATE Desktop
 Environment.

Package: gir1.2-matemenu-2.0
Description-md5: 8d14bf35d9d4453147c321f3cc89a591
Description-en: GObject introspection data for the MATE menu specification
 This package contains introspection data for MATE menu specification,
 an implementation of the draft "Desktop Menu Specification" from
 freedesktop.org.
 .
 It can be used by packages using the GIRepository format to generate dynamic
 bindings.

Package: libmate-menu-dev
Description-md5: 05611ad044fe143fff049c88b81bba0c
Description-en: implementation of the freedesktop menu specs for MATE (development files)
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 This package contains the development files.

Package: libmate-menu2
Description-md5: 2b1b57b7cf893bb2cfceb3ee05d6a9cb
Description-en: implementation of the freedesktop menu specification for MATE (library)
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 This package contains the actual library files.

Package: mate-menus
Description-md5: 7ba588f4bc62f57bde172fbd4cbb98a6
Description-en: implementation of the freedesktop menu specification for MATE
 The package contains an implementation of the draft
 "Desktop Menu Specification" from freedesktop.org:
 .
 http://www.freedesktop.org/Standards/menu-spec
 .
 Also contained here are the MATE menu layout configuration files, .directory
 files and assorted menu related utility programs.

Package: mate-netbook
Description-md5: 6ebcdf54ebba3bad09241f5e85ee5c91
Description-en: MATE utilities for netbooks
 MATE utilities for netbooks are an applet and a daemon to maximize
 windows and move their titles on the panel.
 .
 Installing these utilities is recommended for netbooks and similar
 devices with low resolution displays.

Package: mate-netbook-common
Description-md5: 6f1bca578b639d0389f31b16c247b70c
Description-en: MATE utilities for netbooks (common files)
 MATE utilities for netbooks are an applet and a daemon to maximize
 windows and move their titles on the panel.
 .
 Installing these utilities is recommended for netbooks and similar
 devices with low resolution displays.
 .
 This package contains the architecture independent files.

Package: mate-notification-daemon
Description-md5: 00be3310683cbd506f53e6b288f82405
Description-en: daemon to display passive popup notifications
 mate-notification-daemon displays passive popup notifications, as per
 the Desktop Notifications Specification.
 .
 The Desktop Notifications Specification provides a standard way of
 doing passive popup notifications on the Linux desktop. These are
 designed to notify the user of something without interrupting their
 work with a dialog box that they must close.  Passive popups can
 automatically disappear after a short period of time, as per the
 Desktop Notifications spec.

Package: mate-notification-daemon-common
Description-md5: 2a8dd81dd552468e296c7f5e9a92ed2f
Description-en: daemon to display passive popup notifications (common files)
 mate-notification-daemon displays passive popup notifications, as per
 the Desktop Notifications Specification.
 .
 The Desktop Notifications Specification provides a standard way of
 doing passive popup notifications on the Linux desktop. These are
 designed to notify the user of something without interrupting their
 work with a dialog box that they must close.  Passive popups can
 automatically disappear after a short period of time, as per the
 Desktop Notifications spec.
 .
 This package contains the architecture independent files.

Package: gir1.2-matepanelapplet-4.0
Description-md5: 12a2ed6912010aa913dd6a3692ce50ac
Description-en: GObject introspection data for MATE panel
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.
 .
 This package contains introspection data for MATE panel.
 .
 It can be used by packages using the GIRepository format to generate
 dynamic bindings.

Package: libmate-panel-applet-4-1
Description-md5: d8e7c9a5144be0cfbcc57d4b0056cc0e
Description-en: library for MATE Panel applets
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.
 .
 This package contains the MATE Panel applet library.

Package: libmate-panel-applet-dev
Description-md5: 2f7b31123d0b0efe74df7a663424f723
Description-en: library for MATE Panel applets (development files)
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.
 .
 This package contains the development files of the MATE panel applet
 library.

Package: libmate-panel-applet-doc
Description-md5: 909324b489f7b1861fa1761741a87599
Description-en: library for MATE Panel applets (documentation files)
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.
 .
 This package contains the documentation files of the MATE panel applet
 library.

Package: mate-panel
Description-md5: 9334d503600c11dc5d1bebf83b94366d
Description-en: launcher and docking facility for MATE
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.

Package: mate-panel-common
Description-md5: ac092d00f5038537486fea12cd254f89
Description-en: launcher and docking facility for MATE (common files)
 The MATE Panel is an essential part of the MATE Desktop, providing
 toolbar-like “panels” which can be attached to the sides of your desktop.
 They are used to launch applications and embed a number of other
 functions, such as quick launch icons, the clock, the notification area,
 volume controls and the battery charge indicator, and utilities ranging
 from weather forecast to system monitoring.
 .
 This package contains the architecture independent files.

Package: mate-polkit
Description-md5: 9da547a2d009861d581b2f4aa498550a
Description-en: MATE authentication agent for PolicyKit-1
 The mate-polkit package provides a D-Bus session bus service that is used to
 bring up authentication dialogs used for obtaining privileges.
 .
 This package contains the MATE policy kit authentication agent.

Package: mate-polkit-bin
Description-md5: 109c99acd6df905f416405ddf44fe518
Description-en: MATE authentication agent for PolicyKit-1 (executable wrapper script)
 The mate-polkit package provides a D-Bus session bus service that is used to
 bring up authentication dialogs used for obtaining privileges.
 .
 This package contains an executable wrapper script for the MATE policy kit
 authentication agent.
 .
 This package eases using mate-polkit as PolicyKit-1 authentication agent on
 non-MATE desktop environments that don't auto-launch their own authentication
 agent (e.g., i3, awesome, ratpoison and alike).

Package: mate-polkit-common
Description-md5: 33d1dff417aebdf2191249736a548769
Description-en: MATE authentication agent for PolicyKit-1 (common files)
 The mate-polkit package provides a D-Bus session bus service that is used to
 bring up authentication dialogs used for obtaining privileges.
 .
 This package contains common files for the MATE policy kit authentication
 agent.

Package: mate-power-manager
Description-md5: f246ba641ea3cccc901d1bef08b0b160
Description-en: power management tool for the MATE desktop
 MATE Power Manager is a session daemon for the MATE desktop
 that takes care of system or desktop events related to power, and
 triggers actions accordingly. Its philosophy is to completely hide
 these complex tasks and only show some settings important to the user.
 .
 The MATE power manager displays and manages battery status, power plug
 events, display brightness, CPU, graphics card and hard disk drive
 power saving, and can trigger suspend-to-RAM, hibernate or shutdown
 events, all integrated to other components of the MATE desktop.

Package: mate-power-manager-common
Description-md5: 27f2d2c53b0b50720396f6b33b4a90ba
Description-en: power management tool for the MATE desktop (common files)
 MATE Power Manager is a session daemon for the MATE desktop
 that takes care of system or desktop events related to power, and
 triggers actions accordingly. Its philosophy is to completely hide
 these complex tasks and only show some settings important to the user.
 .
 The MATE power manager displays and manages battery status, power plug
 events, display brightness, CPU, graphics card and hard disk drive
 power saving, and can trigger suspend-to-RAM, hibernate or shutdown
 events, all integrated to other components of the MATE desktop.
 .
 This package contains the architecture independent files.

Package: mate-screensaver
Description-md5: 1402626f94a67f725c4c962e3ed354c3
Description-en: MATE screen saver and locker
 mate-screensaver is a screen saver and locker that aims to have simple,
 sane and secure defaults, and be well integrated with the MATE desktop.
 .
 It is designed to support, among other things:
 .
  * the ability to lock down configuration settings
  * translation into other languages
  * user switching

Package: mate-screensaver-common
Description-md5: d44b2330b9b1c87e5203c9cdb17d5a0e
Description-en: MATE screen saver and locker (common files)
 mate-screensaver is a screen saver and locker that aims to have simple,
 sane and secure defaults, and be well integrated with the MATE desktop.
 .
 This package contains the architecture independent files.

Package: libmate-sensors-applet-plugin-dev
Description-md5: ea8f8aca43b6b1c361f133e3c434e1e1
Description-en: Library for plugins for the mate-sensors-applet package (development files)
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains the files necessary to develop plugins for the
 applet.

Package: libmate-sensors-applet-plugin0
Description-md5: 2e569b14a8bf071dbd0a3dd13e2f2271
Description-en: Library for plugins for the mate-sensors-applet package
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains the library that is used to create plugins for
 the applet.

Package: mate-sensors-applet
Description-md5: 44ec5ab47e2886a14ac1337c9d459b1f
Description-en: Display readings from hardware sensors in your MATE panel
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 It can gather data from the following sources:
  * ACPI thermal zones, via the Linux kernel ACPI modules
  * Linux kernel i2c modules
  * lm-sensors (libsensors)
  * Linux kernel i8k module (for Dell Inspiron Laptops)
  * Linux kernel ibm-acpi module
  * Linux kernel PowerPC modules therm_adt746x and therm_windtunnel
  * Linux kernel iMac G5 Windfarm module
  * hddtemp daemon for reading temperatures from S.M.A.R.T. equipped hard disks
  * Linux kernel Omnibook module
  * NVIDIA graphics cards (supplied with mate-sensors-applet-nvidia package)
  * Linux kernel sonypi module (for Sony Vaio laptops)
 .
 Alarms can be set for each sensor to notify the user once a certain high or
 low value has been reached, and can be configured to execute a given command
 at given repeated intervals.

Package: mate-sensors-applet-common
Description-md5: e4c76cc2aa83bdb03da567c8b9533dda
Description-en: Display readings from hardware sensors in your MATE panel (common files)
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains the architecture independent files.

Package: mate-sensors-applet-nvidia
Description-md5: badf03a7973b489aeeafb9ed15f74ec0
Description-en: Display readings from hardware sensors in your MATE panel (NVIDIA sensors)
 MATE Sensors Applet is an applet for the MATE panel that displays
 readings from hardware sensors, including temperatures, fan speeds and
 voltage readings.
 .
 This package contains plugin for NVIDIA graphics cards.

Package: debian-mate-default-settings
Description-md5: 152eb0142abbab57029c38b58f82291b
Description-en: Default settings for MATE on Debian
 This package comes together with mate-session-manager as provided by upstream
 but does a little tweaking here and there to provide best experience of the
 MATE desktop environment on Debian systems.

Package: mate-session-manager
Description-md5: 9341aca8be09efd8bc6238fccac20add
Description-en: Session manager of the MATE desktop environment
 This package contains a session that can be started from a display
 manager such as MDM. It will load all necessary applications for a
 full-featured user session.
 .
 The session manager also features the ability to save a running session
 and restore it later.
 .
 This version is configured to start the MATE desktop, based on the
 MATE panel.

Package: mate-settings-daemon
Description-md5: 54d8bcdfcf73d60915e10324af034539
Description-en: daemon handling the MATE session settings
 This package contains the daemon which is responsible for setting the
 various parameters of a MATE session and the applications that run
 under it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
  * Typing break
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.

Package: mate-settings-daemon-common
Description-md5: 45308d8cd59887f565e9e87163d3bc72
Description-en: daemon handling the MATE session settings (common files)
 This package contains the daemon which is responsible for setting the
 various parameters of a MATE session and the applications that run
 under it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
  * Typing break
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.
 .
 This package contains the architecture independent files.

Package: mate-settings-daemon-dev
Description-md5: 2cb4f36b3b10bdd9d0f15b15bf114d16
Description-en: daemon handling the MATE session settings (development files)
 This package contains the daemon which is responsible for setting the
 various parameters of a MATE session and the applications that run
 under it. It handles the following kinds of settings:
 .
  * Keyboard: layout, accessibility options, shortcuts, media keys
  * Clipboard management
  * Theming: background, icons, GTK+ applications
  * Cleanup of unused files
  * Mouse: cursors, speed, accessibility options
  * Startup of other daemons: screensaver, sound daemon
  * Typing break
 .
 It also sets various application settings through X resources and
 freedesktop.org XSETTINGS.
 .
 This package contains the development files for building
 mate-settings-daemon plugins.

Package: mate-submodules-source
Description-md5: 491bbd317a9ec2086cbc4b411a91e48c
Description-en: MATE code components provided as Git submodule repository
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 MATE is under active development to add support for new technologies while
 preserving a traditional desktop experience.
 .
 This package provides code components required to build other parts of the
 MATE desktop environment.

Package: mate-system-monitor
Description-md5: 56c6a33b9a0ec5aae56c46fd1a5d0424
Description-en: Process viewer and system resource monitor for MATE
 MATE system monitor allows you to graphically view and manipulate the running
 processes on your system.  It also provides an overview of available
 resources such as CPU and memory.

Package: mate-system-monitor-common
Description-md5: c19cddf128aaa2627a6f9d9fb0b9d28f
Description-en: Process viewer and system resource monitor for MATE (common files)
 MATE system monitor allows you to graphically view and manipulate the running
 processes on your system.  It also provides an overview of available
 resources such as CPU and memory.
 .
 This package contains the architecture independent files.

Package: mate-terminal
Description-md5: a931d445b3af8a787a437f514a35a623
Description-en: MATE terminal emulator application
 MATE Terminal is a terminal emulation application that you can use to
 perform the following actions:
  - Access a UNIX shell in the MATE environment.
  - Run any application that is designed to run on VT102, VT220, and xterm
 terminals.
 .
 MATE Terminal features the ability to use multiple terminals in a single
 window (tabs) and profiles support.

Package: mate-terminal-common
Description-md5: 2ee8873670dcb4240b2f2c969aa2a68b
Description-en: MATE terminal emulator application (common files)
 MATE Terminal is a terminal emulation application that you can use to
 perform the following actions:
  - Access a UNIX shell in the MATE environment.
  - Run any application that is designed to run on VT102, VT220, and xterm
 terminals.
 .
 MATE Terminal features the ability to use multiple terminals in a single
 window (tabs) and profiles support.
 .
 This package contains the architecture independent files.

Package: mate-themes
Description-md5: 3ac03d61efe53eb75553ad1bcaa3b9e8
Description-en: Official themes for the MATE desktop
 This package contains the official desktop themes of the MATE desktop
 environment.
 .
 The themes provided for the MATE desktop partially resemble themes that
 are well known from GNOMEv2 desktops. However, the MATE team also prepared
 some new themes esp. for MATE (Menta, GreenLaguna, TraditionalGreen,
 TraditionalOk, and BlackMate).

Package: mate-tweak
Description-md5: 95bbba63d340607764fc10a542e364a2
Description-en: MATE desktop tweak tool
 Configures some aspects of the MATE desktop not exposed via the
 MATE Control Center applets.
 .
 Settings that can be handled via MATE Tweak:
 .
   - Show/hide standard desktop icons
   - Panel fine-tuning (icon visibility, in menus and on buttons,
     icon size, button labelling, contex menus, etc.)
   - Window manager fine-tuning

Package: mate-user-admin
Description-md5: 3ef0b29505d495e9eb90976f0cd03296
Description-en: MATE User Manager
 User and group management utility suitable for lightweight desktop
 environments such as MATE or Xfce.
 .
 This utility is intended to replace the user-management functionality
 of the old gnome-system-tools package.

Package: mate-user-guide
Description-md5: 5e0fe58543872734166dd0ca69e57975
Description-en: User documentation for MATE Desktop Environment
 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 This package contains the user guide for MATE Desktop Environment and
 its main applications.

Package: mate-user-share
Description-md5: ae229f06bc1f4192ae8292b0a86270cf
Description-en: User level public file sharing via WebDAV
 MATE user share is a small tool that binds together various free
 software projects to bring easy to use user-level file sharing to the
 masses.
 .
 The program is meant to run in the background when the user is logged
 in, and when file sharing is enabled a webdav server is started that
 shares the $HOME/Public folder. The share is then published to all
 computers on the local network using mDNS/rendezvous, so that it shows
 up in the Network location in GNOME.
 .
 The dav server used is Apache, so you need that installed. Avahi or
 Howl is used for mDNS support, so you need to have that installed and
 mDNSResolver running.

Package: mate-user-share-common
Description-md5: e55474a17e6a4865e1cd35bad922bd10
Description-en: User level public file sharing via WebDAV (common files)
 MATE user share is a small tool that binds together various free
 software projects to bring easy to use user-level file sharing to the
 masses.
 .
 The program is meant to run in the background when the user is logged
 in, and when file sharing is enabled a webdav server is started that
 shares the $HOME/Public folder. The share is then published to all
 computers on the local network using mDNS/rendezvous, so that it shows
 up in the Network location in GNOME.
 .
 The dav server used is Apache, so you need that installed. Avahi or
 Howl is used for mDNS support, so you need to have that installed and
 mDNSResolver running.
 .
 This package contains the architecture independent files.

Package: libmatedict-dev
Description-md5: d0a7cf7c0ec62bbfcea17ece86101254
Description-en: MATE desktop utilities (matedict development files)
 The MATE dictionary is a program which can look up the definition of words
 over the internet (including a panel applet to do the same). MATE
 dictionary is included in the MATE utilities bundle.
 .
 This package provides the development files of the MATE dictionary library.

Package: libmatedict6
Description-md5: 107bac6b6101143a6cb2a6af72ca58de
Description-en: MATE desktop utilities (matedict library)
 The MATE dictionary is a program which can look up the definition of words
 over the internet (including a panel applet to do the same). MATE
 dictionary is included in the MATE utilities bundle.
 .
 This package provides the MATE dictionary library.

Package: mate-utils
Description-md5: e21b7ecaf20dd781e664f63d59e2d717
Description-en: MATE desktop utilities
 This package contains all the tools bundled as MATE utilities:
  - mate-disk-usage-analyzer, a disk usage analyser
  - mate-dictionary, a program which can look up the definition of words
    over the internet (including a panel applet to do the same)
  - mate-search-tool, with which one can find files by name or content
  - mate-system-log, a log viewing application
  - mate-screenshot, a tool to take desktop screenshots and save them into
    a file

Package: mate-utils-common
Description-md5: 1fc47aa11d89c0b7e77b924a022b7093
Description-en: MATE desktop utilities (common files)
 This package contains all the tools bundled as MATE utilities:
  - mate-disk-usage-analyzer, a disk usage analyser
  - mate-dictionary, a program which can look up the definition of words
    over the internet (including a panel applet to do the same)
  - mate-search-tool, with which one can find files by name or content
  - mate-system-log, a log viewing application
  - mate-screenshot, a tool to take desktop screenshots and save them into
    a file
 .
 This package contains the architecture independent files.

Package: mate-window-applets-common
Description-md5: 0ea101c49ecaf58c32cee7748167624e
Description-en: MATE Window Applets (common files)
 The MATE Window Applets collection provides various applets to show
 window control elements in the MATE Panel.
 .
 This package contains the arch-independent files of the MATE Windows
 Applets.

Package: mate-window-buttons-applet
Description-md5: 9423271f87e322b0f3a8b6c179c11aba
Description-en: MATE Window Applets (WindowButtons Applet)
 The MATE Window Applets collection provides various applets to show
 window control elements in the MATE Panel.
 .
 This WindowButtons applet shows you the close, minimize and actions
 buttons.

Package: mate-window-menu-applet
Description-md5: 0d3ace4e58e5d65af889b8f59d31111f
Description-en: MATE Window Applets (WindowMenu Applet)
 The MATE Window Applets collection provides various applets to show
 window control elements in the MATE Panel.
 .
 This WindowMenu applet shows you the window menu of the active window.

Package: mate-window-title-applet
Description-md5: b0f4531eb8bfbb5da1d12d4a3f5f23cc
Description-en: MATE Window Applets (WindowTitle Applet)
 The MATE Window Applets collection provides various applets to show
 window control elements in the MATE Panel.
 .
 This WindowTitle applet shows you the class, title, role, xid and pid of
 the active window.

Package: materia-gtk-theme
Description-md5: 6dc396a2a409a8c2a4e8cde1dd972c5f
Description-en: Material Design theme for GNOME/GTK+ based desktop environments
 Materia (formerly Flat-Plat) is a Material Design theme for GNOME/GTK+ based
 desktop environments.It supports GTK+ 3, GTK+ 2, GTK 4, GNOME Shell, Budgie,
 MATE, Unity, LightDM, GDM, Chrome theme, etc.
 .
 Also Materia has compatibility with oomox theme designer.

Package: materia-kde
Description-md5: c9fb6034aa53e1b9983d4e7eeca829aa
Description-en: Port of the popular GTK theme Materia for Plasma 5
 materia-kde is a port of the popular GTK theme Materia for Plasma 5 desktop
 with a few additions and extras.
 .
 This package contains:
  - Aurorae window decoration themes
  - Konsole color schemes
  - Kvantum themes
  - Plasma color schemes
  - Plasma Desktop themes
  - Plasma Look-and-Feel settings
  - Yakuake skins
  - SDDM themes
  - Wallpapers

Package: libmath-combinatorics-clojure
Description-md5: 1eed0ccc80c058314af513f22f4fb33a
Description-en: generate lazy sequences for common combinatorial functions in Clojure
 math.combinatorics is a collection of efficient functional algorithms for
 generating lazy sequences for common combinatorial functions, like partitions,
 selections, cartesian products, etc. It is implemented in pure Clojure.

Package: libmath-numeric-tower-clojure
Description-md5: bddbb81f30a2aac1d5e1aa40eb2cfbb7
Description-en: math functions for Clojure
 math.numeric-tower provides math functions that deal intelligently with the
 various types in Clojure's numeric tower, as well as math functions
 commonly found in Scheme implementations:
 .
   * (expt x y) - x to the yth power
   * (abs n) - absolute value of n
   * (gcd m n) - greatest common divisor of m and n
   * (lcm m n) - least common multiple of m and n
   * (floor x) - round down
   * (ceil x) - round up
   * (round x) - round to nearest
   * (sqrt x) - square root, exact if possible
   * (exact-integer-sqrt k) returns floor of square root and the "remainder"

Package: libcoq-mathcomp-abel
Description-md5: 3adc2407c3df0e5de782fe2f159ef52b
Description-en: Abel-Galois and Abel-Ruffini theorems for Mathematical Components
 This package provides proofs of the Abel-Galois (solvability by
 radicals and solvability of the Galois group) and of the Abel-Ruffini
 theorem (general unsolvability of the quintic equations) using the
 Mathematical Components library.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-algebra-tactics
Description-md5: b500f100ae04143be5718038beb809bc
Description-en: Ring and field tactics for Mathematical Components
 This package provides the 'ring' and 'field' tactics for
 the Mathematical Components library, that work for any instance
 of 'comRingType' and 'fieldType' through canonical structure inference.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-analysis
Description-md5: 17ca6253f8d79f552f583a9d3bacf467
Description-en: analysis extension for Mathematical Components
 This package provides an extension for classical analysis
 for the Mathematical Components library.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-bigenough
Description-md5: 26e8e5e21a24c4debe89c2a7a20bcad8
Description-en: epsilon - N reasoning for Mathematical Components
 This package provides an extension to reason with big enough
 objects (mostly natural numbers) for the Mathematical Components
 library.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-finmap
Description-md5: 63fd8b8831df7dce56a2700f0059d67c
Description-en: finite sets and maps extension for Mathematical Components
 This package provides an extension to manage finite sets,
 finite maps and finitely supported functions extending for the
 Mathematical Components library.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-multinomials
Description-md5: dc696b9ffcd93dcce440ab60ede8413b
Description-en: Multivariate polynomials for Mathematical Components
 This package provides an extension to Mathematical Components
 for monomial algebra, multivariate polynomials over ring
 structures and an extended theory for polynomials whose
 coefficients live in abelian rings and integral domains.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-real-closed
Description-md5: ac5dcf44ba4c1912a63545315e50c34a
Description-en: Real closed fields for Mathematical Components
 This library contains definitions and theorems about real closed fields
 for Mathematical Components. It includes a construction of the real
 and algebraic closure (with a proof of the fundamental theorem of
 algebra). The decidability of the first order theory of real closed
 field, through quantifier elimination is also established.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libcoq-mathcomp-zify
Description-md5: 8ebd7c2d5b5c152562b3095d68876570
Description-en: Micromega arithmetic solvers for Mathematical Components
 This package enables the use of the micromega arithmetic solvers
 of Coq for goals stated with the Mathematical Components library,
 by extending the zify tactic.
 .
 The Mathematical Components library is a coherent repository of
 general-purpose formalized mathematical theories for the
 Coq proof assistant.

Package: libmgl-data
Description-md5: 72a1e314d7edd0e8da326b2891f7a2c6
Description-en: library for scientific graphs (data files)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the MathGL data files.

Package: libmgl-dev
Description-md5: 441e5bcf090e9cc82c7c471500af5e51
Description-en: library for scientific graphs (development files)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the development files.

Package: libmgl-fltk8
Description-md5: e266cf0dd887b9170b6126ba6b9f77c6
Description-en: library for scientific graphs (fltk interface for windows)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the fltk interface shared object files for window
 opening.

Package: libmgl-glut8
Description-md5: bc00345a6654105a9c2bc4b3630451c6
Description-en: library for scientific graphs (glut interface for windows)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the glut interface shared object files for window
 opening.

Package: libmgl-mpi8
Description-md5: 2d3d49746caedfdbced3dc37fdf8f29e
Description-en: library for scientific graphs (mpi enhanced runtime library)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the, parallel interface enhanced, shared object
 files.

Package: libmgl-qt5-8
Description-md5: 65674fc1ba0d029dd5fccd30999c71b8
Description-en: library for scientific graphs (Qt interface for windows)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the Qt interface shared object files for window
 opening.

Package: libmgl-wnd8
Description-md5: ae1ba382faceb7364c853fce1dda06e4
Description-en: library for scientific graphs (windows runtime library)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the window opening related shared object files based
 on Fltk, Qt and Wx.

Package: libmgl-wx8
Description-md5: 756ea267aac5d394736c05f89a837fad
Description-en: library for scientific graphs (wx interface for windows)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the wx interface shared object files for window
 opening.

Package: libmgl8
Description-md5: 5b29b5827601f6236045854d314cfdae
Description-en: library for scientific graphs (main runtime library)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the shared object files.

Package: mathgl
Description-md5: a73ee7dac8ccf25e51029594c659f96f
Description-en: library for scientific graphs (utilities and examples)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains MathGL utilities and examples.

Package: python3-mathgl
Description-md5: 46e282d9763a159040077958b6cab027
Description-en: library for scientific graphs (Python module)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package provides the Python v.3 module for mathgl.

Package: udav
Description-md5: 41de96def3fd7f213494f10cd0198de7
Description-en: library for scientific graphs (window interface)
 A free cross-platform library of fast C++ routines for plotting data in up
 to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
 files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
 MathGL can also be used in the console. There are interfaces to a set of
 languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
 .
 This package contains the udav window environment based on mathgl.

Package: libmathic-dev
Description-md5: df1a4b2eb5668131d7c5fe66eb8b9bea
Description-en: C++ library for Groebner basis computation (developer tools)
 Mathic is a C++ library of fast data structures designed for use in Groebner
 basis computation. This includes data structures for ordering S-pairs,
 performing divisor queries and ordering polynomial terms during polynomial
 reduction.
 .
 This package contains the developer tools.

Package: libmathic0v5
Description-md5: edf83d13ca7fcc48c0dd91f19ccc66be
Description-en: C++ library for Groebner basis computation (runtime library)
 Mathic is a C++ library of fast data structures designed for use in Groebner
 basis computation. This includes data structures for ordering S-pairs,
 performing divisor queries and ordering polynomial terms during polynomial
 reduction.
 .
 This package contains the runtime library.

Package: libmathicgb-dev
Description-md5: 78e97546d6660f0dd0d54cd595744562
Description-en: Compute Groebner bases (developer tools)
 Mathicgb is a program for computing Groebner basis and signature Groebner
 bases.  Mathicgb is based on the fast data structures from mathic.
 .
 The paper "Practical Groebner Basis Computation" describes the algorithms in
 Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
 http://arxiv.org/abs/1206.6940
 .
 This package contains the developer tools.

Package: libmathicgb0
Description-md5: 16d258a1c64b6d42cbc8dd32996526eb
Description-en: Compute Groebner bases (runtime library)
 Mathicgb is a program for computing Groebner basis and signature Groebner
 bases.  Mathicgb is based on the fast data structures from mathic.
 .
 The paper "Practical Groebner Basis Computation" describes the algorithms in
 Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
 http://arxiv.org/abs/1206.6940
 .
 This package contains the runtime library.

Package: mathicgb
Description-md5: 00546d6d25faca1f5391bd17c505386b
Description-en: Compute Groebner bases (command line tool)
 Mathicgb is a program for computing Groebner basis and signature Groebner
 bases.  Mathicgb is based on the fast data structures from mathic.
 .
 The paper "Practical Groebner Basis Computation" describes the algorithms in
 Mathicgb from a high level. It was presented at ISSAC 2012 and is available at
 http://arxiv.org/abs/1206.6940
 .
 This package contains the command line tool.

Package: fonts-mathjax
Description-md5: 5716c58e96465aa68461878b7d839f99
Description-en: JavaScript display engine for LaTeX and MathML (fonts)
 MathJax was designed with the goal of consolidating the recent advances in web
 technologies into a single, definitive, math-on-the-web platform supporting
 the major browsers and operating systems.
 .
 It requires no setup on the part of the user (no plugins to download or
 software to install), so the page author can write web documents that include
 mathematics and be confident that users will be able to view it naturally and
 easily. Simply include MathJax and some mathematics in a web page, and MathJax
 will do the rest.
 .
 This package contains OTF, SVG and WOFF fonts for MathJax.

Package: fonts-mathjax-extras
Description-md5: bcd3d0dc314b98e1c5f146a494968bd2
Description-en: JavaScript display engine for LaTeX and MathML (extra fonts)
 MathJax was designed with the goal of consolidating the recent advances in web
 technologies into a single, definitive, math-on-the-web platform supporting
 the major browsers and operating systems.
 .
 It requires no setup on the part of the user (no plugins to download or
 software to install), so the page author can write web documents that include
 mathematics and be confident that users will be able to view it naturally and
 easily. Simply include MathJax and some mathematics in a web page, and MathJax
 will do the rest.
 .
 This package contains EOT fonts for MathJax, that are provided in addition to
 OTF, SVG and WOFF fonts in "fonts-mathjax" package.

Package: libjs-mathjax
Description-md5: 4bab823d3d68857955ffa15c0669f447
Description-en: JavaScript display engine for LaTeX and MathML
 MathJax was designed with the goal of consolidating the recent advances in web
 technologies into a single, definitive, math-on-the-web platform supporting
 the major browsers and operating systems.
 .
 It requires no setup on the part of the user (no plugins to download or
 software to install), so the page author can write web documents that include
 mathematics and be confident that users will be able to view it naturally and
 easily. Simply include MathJax and some mathematics in a web page, and MathJax
 will do the rest.

Package: libjs-mathjax-doc
Description-md5: 6174f230b8c82c1ab3d62fddc3f64fba
Description-en: JavaScript display engine for LaTeX and MathML (documentation)
 MathJax was designed with the goal of consolidating the recent advances in web
 technologies into a single, definitive, math-on-the-web platform supporting
 the major browsers and operating systems.
 .
 It requires no setup on the part of the user (no plugins to download or
 software to install), so the page author can write web documents that include
 mathematics and be confident that users will be able to view it naturally and
 easily. Simply include MathJax and some mathematics in a web page, and MathJax
 will do the rest.
 .
 This package provides HTML documentation of MathJax.

Package: mathlibtools
Description-md5: 5f956f7fd5a142647ef9f1879bf74b55
Description-en: supporting tool for Lean mathlib
 mathlib-tools contains leanproject, a supporting tool for Lean mathlib. In
 conjunction with elan it allows a user to create, build, update and
 otherwise manage projects using the Lean 3 theorem prover and the mathlib
 library of mathematics and tactics.

Package: mathomatic
Description-md5: a30609609270c510bc17e844762b2aaa
Description-en: portable Computer Algebra System (CAS)
 Mathomatic implements most of the rules of algebra for the
 mathematical operators +, -, *, /, % (modulus), and power (including
 roots).
 .
 Mathomatic can symbolically:
 .
  * combine and solve equations,
  * completely simplify and compare expressions and equations,
  * do simple calculus transformations and series,
  * do standard, complex number, modular, and polynomial arithmetic,
  * generate optimized C, Java, and Python language code from
    simplified equations,
  * plot expressions with gnuplot in two or three dimensions,
  * do quick calculations, colorize expressions, etc.

Package: mathomatic-primes
Description-md5: 8b61ad5701036bccc076ea6177ca21bc
Description-en: prime number tools for mathomatic
 This package contains the integer math tools from Mathomatic to:
 .
  * quickly generate any amount of consecutive prime numbers
  * calculate large primorials
  * sum and multiply large integers
  * calculate and display Pascal's triangle
  * find the minimum number of positive integers that when squared and
    added together, equal the given number

Package: mathpiper
Description-md5: fdca92f4f14da96dc392c5ceb1e6102d
Description-en: Java Computer Algebra System
 Mathpiper is a CAS (Computer Algebra System), written in Java. It is part
 of the mathrider suite, a mathematics computing environment for
 performing numeric and symbolic computations.

Package: mathtex
Description-md5: 0d47a9b7aa9346678d46975a91ac6f47
Description-en: Generate image from LaTeX command
 MathTeX is a cgi program that lets you easily embed LaTeX math
 in your own html pages, blogs, wikis, etc.  It parses a LaTeX
 math expression and immediately emits the corresponding gif
 (or png) image, rather than the usual TeX dvi.

Package: matlab-support-dev
Description-md5: ee06902b371af79e377adbcb11778505
Description-en: helpers for packages building MATLAB toolboxes
 This package provides a Makefile snippet (analogous to the one used for
 Octave) that configures the locations for architecture independent M-files,
 binary MEX-extensions, and their corresponding sources. This package can be
 used as a build-dependency by other packages shipping MATLAB toolboxes.

Package: matlab2tikz
Description-md5: 89a13d09a83be78edf5bbc974b88cd62
Description-en: converter of Octave plots to TikZ figures (for integration into LaTeX)
 matlab2tikz is an Octave script for converting Octave figures into native
 TikZ/Pgfplots figures, which can then easily be incorporated into a LaTeX
 document. It supports the conversion of most Octave figures, including 2D and
 3D plots.
 .
 This package is also compatible with the (nonfree) MATLAB software.

Package: python-matplotlib-data
Description-md5: a392280ebaa89b347e0cd9caaa019b0c
Description-en: Python based plotting system (data package)
 Matplotlib is a pure Python plotting library designed to bring
 publication quality plotting to Python with a syntax familiar to
 Matlab users. All of the plotting commands in the pylab interface can
 be accessed either via a functional interface familiar to Matlab
 users or an object oriented interface familiar to Python users.
 .
 This package contains architecture independent data for python-matplotlib.

Package: python3-matplotlib
Description-md5: 29e115db1f22ec2264a195b584329de9
Description-en: Python based plotting system in a style similar to Matlab (Python 3)
 Matplotlib is a pure Python plotting library designed to bring
 publication quality plotting to Python with a syntax familiar to
 Matlab users. All of the plotting commands in the pylab interface can
 be accessed either via a functional interface familiar to Matlab
 users or an object oriented interface familiar to Python users.
 .
 This package contains the Python 3 version of matplotlib.

Package: python3-matplotlib-inline
Description-md5: f2960bc804d782316bc52262e6d4ff88
Description-en: Matplotlib backend for inline use in IPython and Jupyter
 This provides support for displaying matplotlib plots in Jupyter notebooks
 (and other frontends). This was previously part of IPython/ipykernel.

Package: matrix-synapse-ldap3
Description-md5: 99919f3c9d874a507e9e13c617b64f7f
Description-en: LDAP auth provider for the Matrix homeserver
 Synapse is the reference Python/Twisted Matrix homeserver implementation.
 .
 Synapse is intended to showcase the concept of Matrix, and to let users run
 their own homeserver and generally help bootstrap the ecosystem.
 .
 Matrix is an open standard for interoperable, decentralised, real-time
 communication over IP. It can be used to power Instant Messaging, VoIP/WebRTC
 signalling, Internet of Things communication or anywhere where's a need for
 a standard HTTP API for publishing and subscribing to data whilst tracking the
 conversation history.
 .
 In Matrix, every user runs one or more Matrix clients, which connect through
 to a Matrix homeserver. The homeserver stores all their personal chat history
 and user account information, much as a mail client connects through to an
 IMAP/SMTP server.
 .
 This package allows synapse to use LDAP for authentication as opposed
 to usual authentication via registering using a matrix client.

Package: matroxset
Description-md5: ffc32dc1fdde638f21497ca9f9c64fd1
Description-en: switch output modes, including TV out, of Matrox video cards
 This utility can be used to map heads to outputs, change the output
 mode to monitor, TV, or digital flat panel, display information about
 horizontal and vertical blanking, and view or modify a number of card
 specific controls.

Package: php-matthiasmullie-minify
Description-md5: c253e8a34f5194d205f3db2c74113376
Description-en: concatenates and minifies CSS and JavaScript code
 Removes whitespace, strips comments, combines files (incl. @import statements
 and small assets in CSS files), and optimizes/shortens a few common
 programming patterns.

Package: php-matthiasmullie-path-converter
Description-md5: 4e49da591f90d9d3478e5afff8becfd9
Description-en: PHP library to generate relative path from one file to another
 This library for PHP calculates the relative path traversal from one file
 to another.

Package: maude
Description-md5: ccc32fb1bab14fc17d812e62b5294862
Description-en: high-performance logical framework
 Maude is a high-performance reflective language and system supporting
 both equational and rewriting logic specification and programming for
 a wide range of applications. Maude has been influenced in important
 ways by the OBJ3 language, which can be regarded as an equational
 logic sublanguage. Besides supporting equational specification and
 programming, Maude also supports rewriting logic computation.
 .
 Rewriting logic is a logic of concurrent change that can naturally
 deal with state and with concurrent computations. It has good
 properties as a general semantic framework for giving executable
 semantics to a wide range of languages and models of concurrency. In
 particular, it supports very well concurrent object-oriented
 computation. The same reasons making rewriting logic a good semantic
 framework make it also a good logical framework, that is, a metalogic
 in which many other logics can be naturally represented and executed.
 .
 Maude supports in a systematic and efficient way logical
 reflection. This makes Maude remarkably extensible and powerful,
 supports an extensible algebra of module composition operations, and
 allows many advanced metaprogramming and metalanguage
 applications. Indeed, some of the most interesting applications of
 Maude are metalanguage applications, in which Maude is used to create
 executable environments for different logics, theorem provers,
 languages, and models of computation.
 .
 Maude is of interest to the biomedical community for modeling and
 analysis of biological systems.

Package: mauve-aligner
Description-md5: 3a6b6e20614d8331f48ecec8afbd02a9
Description-en: multiple genome alignment
 Mauve is a system for efficiently constructing multiple genome alignments
 in the presence of large-scale evolutionary events such as rearrangement
 and inversion. Multiple genome alignment provides a basis for research
 into comparative genomics and the study of evolutionary dynamics.  Aligning
 whole genomes is a fundamentally different problem than aligning short
 sequences.
 .
 Mauve has been developed with the idea that a multiple genome aligner
 should require only modest computational resources. It employs algorithmic
 techniques that scale well in the amount of sequence being aligned. For
 example, a pair of Y. pestis genomes can be aligned in under a minute,
 while a group of 9 divergent Enterobacterial genomes can be aligned in
 a few hours.
 .
 Mauve computes and interactively visualizes genome sequence comparisons.
 Using FastA or GenBank sequence data, Mauve constructs multiple genome
 alignments that identify large-scale rearrangement, gene gain, gene loss,
 indels, and nucleotide substutition.
 .
 Mauve is developed at the University of Wisconsin.

Package: libmaven3-core-java
Description-md5: 41295c849c119074f62a8c0591bc9fe6
Description-en: Core libraries for Maven 3
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package contains the core libraries for Maven 3.

Package: maven
Description-md5: 344f87767e3119fe58a5149874e743c9
Description-en: Java software project management and comprehension tool
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features

Package: maven-ant-helper
Description-md5: f2c490cf8d85b5e86cb5ef4121bb7088
Description-en: helper scripts for building Maven components with ant
 An environment that can be used to simplify the creation of Debian packages
 to support the Maven system. A "modello" ant task is also provided.
 .
 maven-build.xml attempts to reproduce the Maven build life-cycle.
 You can use it to build your jar or javadoc. If you have libmaven2-core-java
 installed, you can even use it to launch some Maven plugins to generate
 some code.

Package: libmaven-antrun-extended-plugin-java
Description-md5: 60ae263acb89e910f727b2f369fdbe76
Description-en: Extended integration between Maven and Ant
 This extended antrun maven plugin enables users not only to run ant scripts
 embedded in the POM, but also to reference maven dependencies using Ant
 task classes. This enables the user to delegate more complex tasks to Ant
 such as constructing file-based installation distros.

Package: libmaven-antrun-plugin-java
Description-md5: a354687f97ea55457740f044d731a6ab
Description-en: Maven AntRun Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Antrun Plugin runs Ant scripts embedded in the POM

Package: libmaven-archiver-java
Description-md5: bdec6d4ffe8126c56248f6f412064d1c
Description-en: Archiver component for Maven
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Archiver is mainly used by Maven plugins to handle packaging.

Package: libmaven-artifact-transfer-java
Description-md5: ce1359040743d89958de82884e2e6a4b
Description-en: Apache Maven Artifact Transfer
 Maven Artifact Transfer is a shared component intended as an API to install,
 deploy and resolving artifacts in Maven 3.

Package: libmaven-assembly-plugin-java
Description-md5: 91957d82ba3ff7b25308b5805cef2463
Description-en: Maven Assembly Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Assembly plugin is used to create archives of your project's
 sources, classes, dependencies etc. from flexible assembly descriptors.

Package: libmaven-bundle-plugin-java
Description-md5: 3db251b06d023214f20f879914c3afd5
Description-en: Maven plugin to handle artifact OSGi metadata
 Maven is a software project management and comprehension tool.
 Based on the concept of a project object model (POM), Maven can
 manage a project's build, reporting and documentation from a central
 piece of information.
 .
 This plugin allow you to handle artifact OSGi metadata of your artifact
 (JAR, WAR). It manage a new type of packaging "bundle" in your POM.
 .
 This plugin depends on Felix Bundle Repository and BND for low-level
 handling of metadata.

Package: maven-cache-cleanup
Description-md5: f5c5f8588751ecaca4ed05e16d26da31
Description-en: Utility to purge timestamped snapshots from Maven repositories
 Maven 3 dropped support for non-unique snapshot versions, which had the
 side effect of filling up Maven caches on developer machines and on CI
 build hosts. The Maven Cache Cleanup utility scans a specified Maven cache
 directory for snapshot versions and deletes all but the latest version of
 the timestamped artifacts.

Package: libmaven-clean-plugin-java
Description-md5: 639fc29fea24cf397149809a95684734
Description-en: Maven clean plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the maven clean plugin which is used to remove files
 generated at build-time in a project's directory.

Package: libmaven-common-artifact-filters-java
Description-md5: e13aa4bd2c9130f56f4426243c99874c
Description-en: Maven Common Artifact Filters
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships a shared library containing a collection of ready-made
 filters to control inclusion/exclusion of artifacts during dependency
 resolution.

Package: libmaven-compiler-plugin-java
Description-md5: e0e234f9ca5fcd0adf64cf5bd521e58b
Description-en: Maven Compiler plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Compiler Plugin is used to compile the sources of your project. The
 default compiler is javac and is used to compile Java sources.

Package: maven-debian-helper
Description-md5: 1339aa9bab67b5b17d46e9f968b15eef
Description-en: Helper tools for building Debian packages with Maven
 maven-debian-helper is a set of tools used to generate Debian packages from
 Maven projects and build them in a manner that complies with the Debian
 policies.

Package: libmaven-dependency-analyzer-java
Description-md5: 2f728058db3209de74f9539a5aaf49f8
Description-en: Maven Dependency Analyzer
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships a shared library for analysing dependencies.

Package: libmaven-dependency-plugin-java
Description-md5: 3c29c5e1f3f209a76724dd0dc389fc47
Description-en: Maven Dependency Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This plugin provides dependency manipulation (copy, unpack) and analysis.

Package: libmaven-dependency-tree-java
Description-md5: 7d206b04cad7972c178523d08b7718ff
Description-en: Maven Dependency Tree
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships a shared library for analysis dependencies.

Package: libmaven-deploy-plugin-java
Description-md5: 3dda82639aa68826a460f468f824cca8
Description-en: Maven Deploy plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Deploy Plugin is used to add artifacts to a remote repository for sharing
 with other developers and projects.

Package: libmaven-doxia-tools-java
Description-md5: 1f96c0869ae811d724b33c6f0d41a772
Description-en: utilities for integrating Doxia in Maven
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This shared component has some utilities that are useful when integrating
 Doxia in Maven, mainly for site generation and report creation.

Package: libmaven-ejb-plugin-java
Description-md5: b8eb55c83266c028e46a62a2f390b7a6
Description-en: Maven EJB Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven EJB plugin generates a J2EE Enterprise JavaBean (EJB) file as well
 as the associated client JAR.

Package: libmaven-enforcer-plugin-java
Description-md5: c0d090850f16fffc77c7f0d0b89503c8
Description-en: Maven build rule execution framework
 Enforcer is a Maven build rule execution framework.
 Maven Enforcer Plugin provides goals to control certain environmental
 constraints such as Maven version, JDK version and OS family along with many
 more standard rules:
  * alwaysPass - Always passes... used to test plugin configuration.
  * alwaysFail - Always fail... used to test plugin configuration.
  * bannedDependencies - enforces that excluded dependencies aren't included.
  * evaluateBeanshell - evaluates a beanshell script.
  * requireReleaseDeps - enforces that no snapshots are included as
    dependencies.
  * requireReleaseVersion - enforces that the artifact is not a snapshot.
  * requireMavenVersion - enforces the Maven version.
  * requireJavaVersion - enforces the JDK version.
  * requireOS - enforces the OS / CPU Archictecture.
  * requirePluginVersions - enforces that all plugins have a specified version.
  * requireProperty - enforces the existence and values of properties.
  * requireFilesDontExist - enforces that the list of files do not exist.
  * requireFilesExist - enforces that the list of files do exist.
  * requireFilesSize - enforces that the list of files exist and are within a
    certain size range.
 Custom rules are easy to make with the maven-enforcer-rule-api.

Package: libmaven-file-management-java
Description-md5: 3de687777d3813c7cd6e410622523c78
Description-en: Maven File Management API
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven File Management API provides an API to collect files from a given
 directory using several include/exclude rules.

Package: libmaven-file-management-java-doc
Description-md5: 9038bcee8c4e52f4a41d71ea3883798b
Description-en: Documentation for Maven File Management API
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven File Management API provides an API to collect files from a given
 directory using several include/exclude rules.
 .
 This package contains the API documentation of libmaven-file-management-java.

Package: libmaven-filtering-java
Description-md5: 7adb0ae6c841a338cd86c73e45d2190b
Description-en: Maven Filtering
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package provides a shared component for all Maven plugins which needs to
 filter resources.

Package: libmaven-install-plugin-java
Description-md5: 92b01fcb00f36673ef4e6421b881b1a6
Description-en: Maven install plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the maven install plugin which is used to install the
 built artifact into the local repository.

Package: libmaven-invoker-java
Description-md5: 4630c9a9073a931071de4debcb50f6f0
Description-en: Maven Invoker
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package provides a component to programmatically invoke Maven.

Package: libmaven-invoker-plugin-java
Description-md5: 996739448953bd57d0d95a7dc8ddf2ae
Description-en: Maven Invoker Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Invoker Plugin is used to run a set of Maven projects. The plugin
 can determine whether each project execution is successful, and optionally
 can verify the output generated from a given project execution.

Package: libmaven-jar-plugin-java
Description-md5: 72e5d9f9ec980a750be8dd071ff6576c
Description-en: Maven Jar Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This plugin provides the capability to build and sign jars.

Package: libmaven-javadoc-plugin-java
Description-md5: 70c0543dcc6effb9a18d9d11b0f52b8b
Description-en: Maven Javadoc Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating
 javadocs for the specified project.

Package: libmaven-jaxb2-plugin-java
Description-md5: 9993014ba27a3754bceab37bf1111cf5
Description-en: Maven JAXB 2.x Plugin Project
 Maven2 plugin for JAXB 2.x XJC compiler to generate Java sources from XML
 Schemas.

Package: libjflex-maven-plugin-java
Description-md5: 68e7b1e7d217c40aad9845ffb468d823
Description-en: Maven plugin to generate Lexer code in Java
 JFlex Maven Plugin is a Maven plugin to generate Lexer code in Java from a
 Lexer specification, using JFlex.

Package: libmaven-mapping-java
Description-md5: e76b51574b37e2dc097e998e13772416
Description-en: Apache Maven Mapping
 Maven Mapping is a shared component to assist in interpolating file names
 using properties from a Maven project.

Package: libmaven-parent-java
Description-md5: 0f4128bd2a4f9ba0e4a83f9b539e763f
Description-en: Maven metadata for Apache Maven itself
 Maven is a software project management and comprehension tool. Based on
 the concept of a project object model (POM), Maven can manage a project's
 build, reporting and documentation from a central piece of information.
 .
 This package contains the metadata (POM file) used by Maven during the build of
 Maven itself and related projects.

Package: libmaven-plugin-testing-java
Description-md5: b84a3d1b76b0423f13f103778be0a77f
Description-en: Maven Plugin Testing
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the necessary modules to be able to test Maven Plugins.

Package: libmaven-plugin-tools-java
Description-md5: 0c6c3c21cdb2866207ee7ed03967a57e
Description-en: Maven Plugin Tools
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships some basic POM tools.

Package: libmaven-processor-plugin-java
Description-md5: c1c1150726cef6ac365c1582b3bca9b0
Description-en: Maven plugin to process annotations for Java 6 at compile time
 The Maven processor plugin helps to use from Maven the new annotation
 processing provided by Java 6 integrated in the Java compiler.
 This plugin could be considered the 'alter ego' of the Maven apt plugin.

Package: libmaven-remote-resources-plugin-java
Description-md5: a8b6c0d19815b8490eed3f5c6dff6c67
Description-en: Apache Maven Remote Resources Plugin
 Process resources packaged in JARs that have been deployed to a remote
 repository. The primary use case being satisfied is the consistentinclusion
 of common resources in a large set of projects. Maven projects atApache
 use this plug-in to satisfy licensing requirements at Apache whereeach
 project must include license and notice files for each release.

Package: libreplacer-java
Description-md5: c1c43bb31f12e968f84f9a0d27b8cc5f
Description-en: Maven plugin to replace tokens in a given file with a value
 This plugin is typically used to change database or network configuration
 within a project during a maven build. It also can perform some advanced text
 replacement functions, such as providing a separate token/value file to keep
 your build script concise, writing resulting text after replacement to a
 separate file and token matching with regular expressions. There is even
 support for making exact document node replacements via X-Path.

Package: maven-repo-helper
Description-md5: eb08bec908759f1bd4f918393d802196
Description-en: Helper tools for including Maven metadata in Debian packages
 This package enables Debian packages which are not using Maven in their
 build process to provide and install Maven POMs and libraries in the
 repository located in /usr/share/maven-repo.
 .
 Packages built with Maven (using maven-debian-helper) will benefit as
 many of their dependencies are already packaged in Debian but they are
 missing the necessary metadata (Maven POM) which is required by Maven
 when it is using dependencies.
 .
 A tutorial is available at /usr/share/doc/maven-repo-helper/tutorial.html

Package: libmaven-reporting-api-java
Description-md5: 8f8ba8b6a5d01199402bd65d87fae3d8
Description-en: Maven Reporting API
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package provides the Maven Reporting API.

Package: libmaven-reporting-exec-java
Description-md5: b1aaf6040f187d3d0a012c34a12f0801
Description-en: Apache Maven Reporting Executor
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package provides classes to manage report plugin executions with Maven 3.

Package: libmaven-reporting-impl-java
Description-md5: 199d447b295430cc7a0b510cd2394c9e
Description-en: Maven Reporting API Implementation
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package implements the Maven Reporting API.

Package: libmaven-repository-builder-java
Description-md5: 96812f716576b3d8de23703ffead5b08
Description-en: Maven Repository Builder
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven Repository builder is a shared library used by Maven.

Package: libmaven-repository-builder-java-doc
Description-md5: 99dc65238411aa7f0593c0a95f7c2dca
Description-en: Documentation for Maven Repository Builder
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package contains the API documentation of
 libmaven-repository-builder-java.

Package: libmaven-resolver-java
Description-md5: edaa553990cf545d9368136d4688ef6e
Description-en: Library to handle Java artifact repositories
 Apache Maven Artifact Resolver is a library for working with artifact
 repositories and dependency resolution. Maven Artifact Resolver deals
 with the specification of local repository, remote repository, developer
 workspaces, artifact transports and artifact resolution.

Package: libmaven-resolver-transport-http-java
Description-md5: 9ead610d3acd350162a6e699972c9a52
Description-en: Library to handle Java artifact repositories (HTTP transport)
 Apache Maven Artifact Resolver is a library for working with artifact
 repositories and dependency resolution. Maven Artifact Resolver deals
 with the specification of local repository, remote repository, developer
 workspaces, artifact transports and artifact resolution.
 .
 This package contains the maven-resolver-transport-http module.

Package: libmaven-resources-plugin-java
Description-md5: e7cc6fef7fc280ca1b11542ba8e1c198
Description-en: Maven resources plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Resources Plugin handles the copying of project resources to the output
 directory.

Package: libmaven-scm-java
Description-md5: c0a45b47d64253f7778cb66e89c6eb9d
Description-en: Maven SCM - Common API for SCM operations (Core API)
 Maven SCM supports Maven 2.x plugins and other tools by providing them
 with a common API for doing SCM operations. Maven SCM supports the main
 SCMs such as Subversion, Git, Mercurial, Bazaar, CVS, Perforce and more.
 .
 This package contains the core API (maven-scm-api and maven-scm-managers).

Package: libmaven-scm-providers-java
Description-md5: 4b4bb411ce2be4da71c4f10d65f4e069
Description-en: Maven SCM - Common API for SCM operations (Providers)
 Maven SCM supports Maven 2.x plugins and other tools by providing them
 with a common API for doing SCM operations. Maven SCM supports the main
 SCMs such as Subversion, Git, Mercurial, Bazaar, CVS, Perforce and more.
 .
 This package contains the providers (maven-scm-provider-*).

Package: libmaven-script-interpreter-java
Description-md5: 59798a5524454883494b3bd8690da943
Description-en: Maven Script Interpreter
 This component provides some utilities to interpret/execute some scripts
 for various implementations: groovy or beanshell.

Package: libmaven-shade-plugin-java
Description-md5: d74a4ccc7ba5c603eb34e5b37309303b
Description-en: Maven shade plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the Maven shade plugin which is used to build an Uber-JAR
 from the current project, including dependencies.

Package: libmaven-shared-incremental-java
Description-md5: 7b0d8f9e4ef27ba381350f15f6239023
Description-en: Maven incremental build utilities
 This project provides various utility classes and plexus components for
 supporting incremental build functionality in maven plugins.

Package: libmaven-shared-incremental-java-doc
Description-md5: 1545ce8046ebef4774dd783cfd64cd27
Description-en: Maven incremental build utilities (documentation)
 This project provides various utility classes and plexus components for
 supporting incremental build functionality in maven plugins.
 .
 This package contains the libmaven-shared-incremental-java
 API documentation.

Package: libmaven-shared-io-java
Description-md5: 4e791301504af276bac7fb2d9e50a785
Description-en: Maven API for I/O support
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the I/O support API like logging, download or file
 scanning.

Package: libmaven-shared-jar-java
Description-md5: b4402f5f7aaa20c8a7ecac387c9c53a2
Description-en: Maven JAR Utilities
 Utilities that help identify the contents of a JAR, including Java class
 analysis and Maven metadata analysis.

Package: libmaven-shared-jar-java-doc
Description-md5: 32f81e9b373b33f882742fd9147e2ab3
Description-en: Documentation for Maven JAR Utilities
 Utilities that help identify the contents of a JAR, including Java class
 analysis and Maven metadata analysis.
 .
 This package contains the API documentation of libmaven-shared-jar-java.

Package: libmaven-shared-utils-java
Description-md5: 8fa2d1eba2915564dd11957b446b8c4e
Description-en: Replacement for plexus-utils in Maven
 This project aims to be a functional replacement for plexus-utils in Maven.
 .
 It is not a 100% API compatible replacement though, but a replacement with
 improvements: lots of methods got cleaned up, generics got added and a lot
 of unused code was dropped.

Package: libmaven-shared-utils-java-doc
Description-md5: 47784c83c53b621de9a5a13ce22be475
Description-en: Replacement for plexus-utils in Maven (documentation)
 This project aims to be a functional replacement for plexus-utils in Maven.
 .
 It is not a 100% API compatible replacement though, but a replacement with
 improvements: lots of methods got cleaned up, generics got added and a lot
 of unused code was dropped.
 .
 This package contains the API documentation of libmaven-shared-utils-java.

Package: libmaven-site-plugin-java
Description-md5: 0e1c9eb4f8ae122ada04f914f7b4b49d
Description-en: Maven Site Plugin for generating a site
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven 2 Site Plugin is used to generate a site for the project. The
 generated site also includes the project's reports that were configured in the
 <reporting>  section of the POM.

Package: libmaven-source-plugin-java
Description-md5: 14c38dbcd196c8e8be08c43ccf9b0542
Description-en: Maven Source Plugin
 The Maven 2 Source Plugin creates a JAR archive of the source files of
 the current project. The Source Plugin has five goals:
  * source:aggregate aggregrates sources for all modules in an aggregator
    project.
  * source:jar is used to bundle the main sources of the project into a
    jar archive.
  * source:test-jar on the other hand, is used to bundle the test sources
    of the project into a jar archive.
  * source:jar-no-fork is similar to jar but does not fork the build lifecycle.
  * source:test-jar-no-fork is similar to test-jar but does not fork the
    build lifecycle.

Package: libmaven-verifier-java
Description-md5: 2b00534712de3f7b539e4e403064dfba
Description-en: Maven Verifier Component
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 Maven Verifier is a shared library for Maven and it provides a test harness
 for Maven integration tests.

Package: libmaven-war-plugin-java
Description-md5: 47bd766c27436fa5b1c3ba038fa365cb
Description-en: Maven WAR Plugin
 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 The Maven WAR plugin builds a Web Application Archive (WAR) file from the
 project output and its dependencies.

Package: libmavibot-java
Description-md5: ab8411a81f568d9380be371ec6ecefac
Description-en: Apache Mavibot - MVCC BTree Java Implementation
 Mavibot is a Multi Version Concurrency Control (MVCC) BTree in Java.
 It is expected to be a replacement for JDBM (The current backend for
 the Apache Directory Server), but could be a good fit for any other
 project in need of a Java MVCC BTree implementation.

Package: mawk
Description-md5: 05965bfcd1a2333e963d9f1945d161fc
Description-en: Pattern scanning and text processing language
 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

Package: libmaxflow-dev
Description-md5: 3bfd08cf539a26d95feeb22bc9e5040e
Description-en: Development files for the maxflow-mincut algorithm
 This library implements an efficient minimum cut/maximum flow
 algorithms on graphs that can be used for exact or approximate
 energy minimization in low-level vision. The algorithm provides a high
 performance that makes near real-time performance possible.
 This package provides the development files for the library.

Package: libmaxflow0
Description-md5: 1ee5a6a07bfc764a4fcc79b47ac7e1cb
Description-en: This library provides the maxflow-mincut algorithm
 This library implements an efficient minimum cut/maximum flow
 algorithms on graphs that can be used for exact or approximate
 energy minimization in low-level vision. The algorithm provides a high
 performance that makes near real-time performance possible.

Package: maxima
Description-md5: a893a8f17245868a395fc5e31ea49aa5
Description-en: Computer algebra system -- base system
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains the main executables and base system files.

Package: maxima-doc
Description-md5: 8c9a5773f96e544e207d2a5e77bbe247
Description-en: Computer algebra system -- documentation
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains most of the documentation.

Package: maxima-emacs
Description-md5: 97f2cd7a6f54bf76ae929a9db126bb3f
Description-en: Computer algebra system -- emacs interface
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains a tradition emacs interface, together with a
 newer imaxima interface supporting inline imaging and HTML export
 under a specialized imath mode.

Package: maxima-share
Description-md5: 10025b2a7fd84792c7aa21066f9874b0
Description-en: Computer algebra system -- extra code
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains a set of contributed routines and add-on
 packages.

Package: maxima-src
Description-md5: 70f88d0896858f9e362ad270cbbfc8c6
Description-en: Computer algebra system -- source code
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains the lisp source code.

Package: maxima-test
Description-md5: 4eff62415cb0cab4865c1d9a27afcbb2
Description-en: Computer algebra system -- test suite
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains a build integrity test suite.

Package: xmaxima
Description-md5: 832404665e6cce169548e4687edf6d5a
Description-en: Computer algebra system -- x interface
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 This package contains an X Windows interface using the tcl/tk
 libraries.

Package: maxima-sage
Description-md5: 411afdf04caf454d6233a9b8540e02f0
Description-en: Computer algebra system -- base system
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 The maxima-sage packages are meant to be used together with SageMath.
 They contain the version of Maxima that works together with the
 SageMath version in Debian and use ECL instead of GCL as Lisp compiler.
 To use Maxima by itself, the more complete and up-to-date maxima package
 is recommended.
 .
 This package contains the main executables and base system files.

Package: maxima-sage-doc
Description-md5: a5d54037720d376b5f6faf4164488d0d
Description-en: Computer algebra system -- documentation
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 The maxima-sage packages are meant to be used together with SageMath.
 They contain the version of Maxima that works together with the
 SageMath version in Debian and use ECL instead of GCL as Lisp compiler.
 To use Maxima by itself, the more complete and up-to-date maxima package
 is recommended.
 .
 This package contains most of the documentation.

Package: maxima-sage-share
Description-md5: 6533621696d4de5a6d9dfe94f11b9b56
Description-en: Computer algebra system -- extra code
 Maxima is a fully symbolic computation program.  It is full featured
 doing symbolic manipulation of polynomials, matrices, rational
 functions, integration, Todd-coxeter methods for finite group
 analysis, graphing, multiple precision floating point computation.
 It has a symbolic source level debugger for maxima code.  Maxima is
 based on the original Macsyma developed at MIT in the 1970s.  It is
 quite reliable, and has good garbage collection, and no memory leaks.
 It comes with hundreds of self tests.
 .
 The maxima-sage packages are meant to be used together with SageMath.
 They contain the version of Maxima that works together with the
 SageMath version in Debian and use ECL instead of GCL as Lisp compiler.
 To use Maxima by itself, the more complete and up-to-date maxima package
 is recommended.
 .
 This package contains a set of contributed routines and add-on
 packages.

Package: mayavi2
Description-md5: 3e1412fa7c45ad6d8094e81ca78b296b
Description-en: scientific visualization package for 2-D and 3-D data
 MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
 visualization.  Its features include:
   * Visualization of scalar, vector and tensor data in 2 and 3 dimensions
   * Easy scriptability using Python
   * Easy extendability via custom sources, modules, and data filters
   * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
   * Saving of visualizations
   * Saving rendered visualization in a variety of image formats.
 .
 MayaVi2 has been designed with scriptability and extensibility in
 mind.  While the mayavi2 application is usable by itself, it may be
 used as an Envisage plugin which allows it to be embedded in user
 applications natively.  Alternatively, it may be used as a
 visualization engine for any application.
 .
 This package also provides TVTK, which wraps VTK objects to provide a
 convenient, Pythonic API, while supporting Traits attributes and
 NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except
 for a small extension module.

Package: maybe
Description-md5: 8e04f27eb3fda0958cfbf2b276ff567b
Description-en: control filesystem modifications before they occur
 maybe runs processes under the control of ptrace. When it intercepts
 a system call that is about to make changes to the file system, it
 logs that call, ignores the system call and indicates success to the
 calling process.
 .
 After execution, maybe produces a report of all attempted changes to
 the filesystem, and offers to re-run the process (without filtering
 this time).

Package: mazeofgalious
Description-md5: 1b19fa32b997787ba111848b43d533d6
Description-en: The Maze of Galious
 This is a very addictive game where you have to kill thousands of enemies,
 collect items in order to obtain new powers, and defeat some really great
 guys at the end of each level. You are free to go everywhere you want from
 the beginning of the game. You have to choose very carefully the order in
 which you visit all the rooms in the huge map if you want to keep your
 character alive. The map is structured in a main map (called the castle),
 and 10 submaps (called the worlds). Initially you are in the castle,
 and you have to find the keys that open the doors that go to each of the
 worlds. To complete the game, you have to defeat the boss at the end of
 each one of the 10 worlds. You are free to revisit each world as often as
 you want, in order to see if you have missed something. To defeat all 10
 beasts, you control two characters: Popolon and Aphrodite, and each one
 has special abilities, i.e. Popolon has a greater ability to jump and
 Aphrodite is able to dive.

Package: mazeofgalious-data
Description-md5: 40e92f843552340aeb706896f2bf8947
Description-en: The Maze of Galious
 This package contains graphics, leveldata, sounds, and music needed
 for the game.

Package: mb2md
Description-md5: 3bd0c7556a5578fc39e75101c0ef3739
Description-en: Convert Mbox mailboxes to Maildir format
 mb2md (mbox to maildir) takes one or more Mbox format mailbox files
 in a directory and convert them to Maildir format mailboxes.
 .
 As the Mbox format has some drawbacks, D. J. Bernstein created the
 Maildir format when he wrote Qmail. With the Mbox format all mail of
 a specific folder is stored as one large text file. The Maildir
 format stores each mail as a separate file. It is a faster and more
 efficient way to store mail. It works particularly well over NFS,
 which has a long history of locking-related woes.
 .
 The Mbox format is used by many POP3/IMAP servers, most mail servers
 (MTAs) and mail readers (MUAs). The Maildir format is used by Qmail,
 Courier-MTA and can be also used as a alternative mail storage format
 by Postfix and Exim or any MTA which can use procmail as
 MDA. POP3/IMAP servers which support Maildirs are e.g. Courier IMAP
 and Dovecot.
 .
 mb2md does not only convert Mbox mailbox files into a Maildir but can
 also convert the /var/spool/mail/$USER mailspool file. It is smart
 enough to not transfer a dummy message such as the UW IMAPD puts at
 the start of Mbox mailboxes - and you could add your own search terms
 into the script to make it ignore other forms of dummy first message.

Package: mbed-test-wrapper
Description-md5: 08b31812d26b7e5206561b78ea070f43
Description-en: utility to wrap the mbed test loader for use by yotta targets
 mbed-test-wrapper is used to wrap the mbed test loader, so that it can
 be used by yotta targets to run tests on target embedded hardware platforms
 (e.g. K64F).
 .
 The executable file to be tested on the desired target hardware is first
 converted to a .bin file if necessary (via arm-none-eabi-objcopy), and then
 executed via mbedhtrun using the configured mount point, serial port and
 yotta target name.

Package: libmbedcrypto7
Description-md5: 64e8017b074d44682fa9beefe2836425
Description-en: lightweight crypto and SSL/TLS library - crypto library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling cryptography.

Package: libmbedtls-dev
Description-md5: 40f9a71b90e23ccf34a190093807138a
Description-en: lightweight crypto and SSL/TLS library - development files
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the header files and static libraries for mbed TLS.

Package: libmbedtls-doc
Description-md5: d7efa3d44eed7295a7ef4eab9e9c1e43
Description-en: lightweight crypto and SSL/TLS library - documentation
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the API documentation.

Package: libmbedtls14
Description-md5: 1e82a34e0ec1aaef0f1111022bea643f
Description-en: lightweight crypto and SSL/TLS library - tls library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling TLS.

Package: libmbedx509-1
Description-md5: e9e538e6b46c494f6f91769598986fce
Description-en: lightweight crypto and SSL/TLS library - x509 certificate library
 mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
 providing SSL and TLS support in your programs. It offers an intuitive API and
 documented header files, so you can actually understand what the code does.
 It features:
  - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
    and XTEA
  - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
  - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
  - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
    and ECDH
  - TLS 1.0, 1.1 and 1.2
  - Abstraction layers for ciphers, hashes, public key operations, platform
    abstraction and threading
 .
 This package contains the shared library handling x509 certificates.

Package: mblaze
Description-md5: 39dc00f4134fd99f4e93bbf441dc4ed7
Description-en: UNIX utilities to deal with Maildir
 The mblaze message system is a set of Unix utilities to deal with mail kept in
 Maildir folders. It is a classic command line MUA and has no features for
 receiving or transferring mail; you are expected to fetch your mail using
 fdm(1), getmail(1) offlineimap(1), procmail(1), or similar , and send it using
 dma(8), msmtp(1), sendmail(8), as provided by OpenSMTPD, Postfix, or similar.
 mblaze expects your mail to reside in Maildir folders.
 .
 Its design is roughly inspired by MH, the RAND Message Handling System, but it
 is a complete implementation from scratch. mblaze operates directly on Maildir
 folders and doesn't use its own caches or databases. There is no setup needed
 for many uses.
 .
 mblaze consists of these Unix tools that each do one job:
  * maddr(1)     extract addresses from mail
  * magrep(1)    find mails matching a pattern
  * mcom(1)      compose and send mail
  * mdeliver(1)  deliver messages or import mailboxes
  * mdirs(1)     find Maildir folders
  * mexport(1)   export Maildir folders as mailboxes
  * mflag(1)     change flags (marks) of mail
  * mflow(1)     reflow format=flowed plain text mails
  * mfwd(1)      forward mail
  * mgenmid(1)   generate Message-IDs
  * mhdr(1)      extract mail headers
  * minc(1)      incorporate new mail
  * mless(1)     conveniently read mail in less(1)
  * mlist(1)     list and filter mail messages
  * mmime(1)     create MIME messages
  * mmkdir(1)    create new Maildir
  * mpick(1)     advanced mail filter
  * mrep(1)      reply to mail
  * mscan(1)     generate one-line summaries of mail
  * msed(1)      manipulate mail headers
  * mseq(1)      manipulate mail sequences
  * mshow(1)     render mail and extract attachments
  * msort(1)     sort mail
  * mthread(1)   arrange mail into discussions

Package: mbox-importer
Description-md5: fd0cea1835addf922fc480dca5ab2f11
Description-en: MBox email archive importer
 mbox-importer is a wizard to assist with importing MBox email archives into
 Akonadi

Package: mboxgrep
Description-md5: 2ec63bc43e4fd5386e80fef6d9970998
Description-en: Grep through mailboxes
 mboxgrep is a small utility that scans either standard Unix
 mailboxes, Gnus nnml or nnmh mailboxes, MH mailboxes or Maildirs,
 and displays messages matching a basic, extended, or
 Perl-compatible regular expression.

Package: mbpfan
Description-md5: 16411a533aa8c57f1388510dc575a1b1
Description-en: fan control daemon for Apple Macbooks
 mbpfan is a daemon that uses input from coretemp module and sets the fan speed
 using the applesmc module. This enhanced version assumes any number of
 processors and fans (max. 10).
 .
  * It only uses the temperatures from the processors as input.
  * It requires coretemp and applesmc kernel modules to be loaded.
  * It requires root use
  * It daemonizes or stays in foreground
  * Verbose mode for both syslog and stdout
  * Users can configure it using the file /etc/mbpfan.conf

Package: mbpoll
Description-md5: 61fde83c5af0639c1380a9ec468a54b2
Description-en: command line utility to communicate with ModBus slave (RTU or TCP)
 mbpoll uses libmodbus (http://libmodbus.org/).
 Although the syntax of these options is very close modpoll proconX program,
 it is a completely independent project.
 .
 mbpoll can:
 .
  - read discrete inputs
  - read and write binary outputs (coil)
  - read input registers
  - read and write output registers (holding register)
 .
 The reading and writing registers may be in decimal, hexadecimal or
 floating single precision.

Package: mbr
Description-md5: cecda37cd56484d39b2cd2be673afd78
Description-en: Master Boot Record for IBM-PC compatible computers.
 The MBR is used in booting operating systems from the hard disk. It
 runs first, then transfers control to the operating system's loader
 which transfers control to the kernel.

Package: libmbt-dev
Description-md5: 4e8583a56e3ed89c37c48042a432b103
Description-en: memory-based tagger-generator and tagger - development
 MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
 part can generate a sequence tagger on the basis of a training set of tagged
 sequences; the tagger part can tag new sequences. MBT can, for instance, be
 used to generate part-of-speech taggers or chunkers for natural language
 processing.
 .
 MBT is a product of the Centre of Language and Speech Technology (Radboud
 University Nijmegen, The Netherlands), the ILK Research Group (Tilburg
 University, The Netherlands) and the CLiPS Research Centre (University
 of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MBT will
 likely be of use to you.
 .
 This package provides the header files required to compile C++ programs that
 use libmbt.

Package: libmbt1
Description-md5: aa5125e7d30275fbf0696f3e3d1de9b7
Description-en: memory-based tagger-generator and tagger - runtime
 MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
 part can generate a sequence tagger on the basis of a training set of tagged
 sequences; the tagger part can tag new sequences. MBT can, for instance, be
 used to generate part-of-speech taggers or chunkers for natural language
 processing.
 .
 MBT is a product of the Centre of Language and Speech Technology (Radboud
 University Nijmegen, The Netherlands), the ILK Research Group (Tilburg
 University, The Netherlands) and the CLiPS Research Centre (University
 of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MBT will
 likely be of use to you.
 .
 This package provides the runtime files required to run programs that use
 libmbt.

Package: mbt
Description-md5: dd419b13f3a8492b16f936bad56bbcb5
Description-en: memory-based tagger-generator and tagger
 MBT is a memory-based tagger-generator and tagger in one. The tagger-generator
 part can generate a sequence tagger on the basis of a training set of tagged
 sequences; the tagger part can tag new sequences. MBT can, for instance, be
 used to generate part-of-speech taggers or chunkers for natural language
 processing.  Features:
  * Tagger generation: tagged text in, tagger out,
  * Optional feedback loop: feed previous tag decision back to input of next
    decision,
  * Easily customizable feature representation; can incorporate user-provided
    features,
  * Automatic generation of separate sub-taggers for known words and unknown
    words,
  * Can make use of full algorithmic parameters of TiMBL.
 .
 MBT is a product of the Centre of Language and Speech Technology (Radboud
 University Nijmegen, The Netherlands), the ILK Research Group (Tilburg
 University, The Netherlands) and the CLiPS Research Centre (University
 of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MBT will
 likely be of use to you.

Package: libmbtserver-dev
Description-md5: 43d95536d01c7661301e42216c816474
Description-en: Server extensions for Timbl - development
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.
 This package provides the header files required to compile C++ programs that
 use timblserver.

Package: libmbtserver1
Description-md5: 71cca87c1e01552ae56068153201baf0
Description-en: Server extensions for Timbl - runtime
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.
 .
 This package provides the runtime files required to run programs that use
 timblserver

Package: mbtserver
Description-md5: bd9bee76e3a3597b5ef77d04ac025546
Description-en: Server extensions for the MBT tagger
 MbtServer extends Mbt with a server layer, running as a TCP server.  Mbt is a
 memory-based tagger-generator and tagger for natural language processing.
 MbtServer provides the possibility to access a trained tagger from multiple
 sessions. It also allows one to run and access different taggers in parallel.
 .
 MbtServer is a product of the Centre for Language and Speech Technology
 (Radboud University, Nijmegen, The Netherlands), the ILK Research Group
 (Tilburg University, The Netherlands) and the CLiPS Research Centre
 (University of Antwerp, Belgium).
 .
 If you do scientific research in natural language processing, MbtServer will
 likely be of use to you.

Package: mbuffer
Description-md5: edaadf3b5d829e99b201dd18eb5a3211
Description-en: tool for buffering data streams
 The mbuffer tool is used to buffer data streams and show the I/O rate and
 summary to the user.  It is especially useful for writing backups to
 fast tape drives or streaming them over the network.  If used correctly,
 it can prevent buffer underruns and speed up the whole backup or
 transfer process.

Package: mbw
Description-md5: 010a3a6e8e90c50a2349d07f6994ac79
Description-en: memory bandwidth benchmark program
 MBW determines the "copy" memory bandwidth available to userspace programs.
 Its simplistic approach models that of real applications.
 It is not tuned to extremes and it is not aware of hardware architecture,
 just like your average software package.

Package: mc
Description-md5: 252a5c5aeeb7425db45357d4ab8aa55f
Description-en: Midnight Commander - a powerful file manager
 GNU Midnight Commander is a text-mode full-screen file manager. It
 uses a two panel interface and a subshell for command execution. It
 includes an internal editor with syntax highlighting and an internal
 viewer with support for binary files. Also included is Virtual
 Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH
 servers) and files inside archives to be manipulated like real files.

Package: mc-data
Description-md5: a1815081eaa82c881147140e5d7479f3
Description-en: Midnight Commander - a powerful file manager -- data files
 GNU Midnight Commander is a text-mode full-screen file manager. It
 uses a two panel interface and a subshell for command execution. It
 includes an internal editor with syntax highlighting and an internal
 viewer with support for binary files. Also included is Virtual
 Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH
 servers) and files inside archives to be manipulated like real files.
 .
 This package provides architecture independent files

Package: mcabber
Description-md5: 2a62a635ba00a7ba2dbd19484047004a
Description-en: small Jabber (XMPP) console client
 MCabber is a Jabber (XMPP) text-mode client, which includes features such as
 SASL support, history logging, commands completion, dynamic modules and
 external actions triggers.

Package: mcaller
Description-md5: 21d7e8ff00b05a342e2b9b40a1f24fd8
Description-en: find methylation in nanopore reads
    H
    |
  H-C-aller
    |
    H
 .
 This program is designed to call m6A from nanopore data using the
 differences between measured and expected currents.

Package: mccs
Description-md5: 4afe3c7d45d235355ca934f7bc551dfd
Description-en: multi-criteria CUDF solver
 mccs is a solver for package dependencies expressed in the CUDF
 format.  It takes as input a CUDF problem and computes the best
 solution according to a combination of optimization criteria chosen
 by the user. Basic criteria to be maximized or minimized may be
 selected from a list of pre-defined criteria, and these can be
 combined using various aggregation operators. It relies on an Integer
 Programming solver or a Pseudo Boolean solver to achieve its
 task. The version of mccs distributed with this package can be used
 together with two different solving engines available in Debian, that
 is lpsolve or cbc. Furthermore, mccs may also be used together with
 other solvers like Cplex, Gurobi, Glpk, SCIP or WBO.

Package: libmckoisqldb-java
Description-md5: b49ef12c1532b1c7e170f1e0c33240b9
Description-en: Mckoi SQL Database (MckoiSQLDB)
 A full SQL database system with JDBC driver that can be embedded in a Java
 application or operate as a stand-alone server with clients connecting
 via TCP/IP.

Package: libmckoisqldb-java-doc
Description-md5: 392702ac6706fa6bde79afd7e1895806
Description-en: Documentation for Mckoi SQL Database (MckoiSQLDB)
 A full SQL database system with JDBC driver that can be embedded in a Java
 application or operate as a stand-alone server with clients connecting
 via TCP/IP.
 .
 This package contains the API documentation of libmckoisqldb-java.

Package: mcl
Description-md5: 5ade6456c0a34cadb40315ab8fedf0bb
Description-en: Markov Cluster algorithm
 The MCL package is an implementation of the MCL algorithm, and offers
 utilities for manipulating sparse matrices (the essential data
 structure in the MCL algorithm) and conducting cluster experiments.
 .
 MCL is currently being used in sciences like biology (protein family
 detection, genomics), computer science (node clustering in
 Peer-to-Peer networks), and linguistics (text analysis).

Package: mcl-doc
Description-md5: ece7f161b28adefed3b99effb6a3ac64
Description-en: documentation for mcl
 The MCL package is an implementation of the Markov Cluster algorithm,
 for manipulating sparse matricess and conducting cluster experiments.
 .
 This is documentation for mcl: the MCL FAQ, some examples as well as manpages
 in HTML and PostScript format.

Package: mcollective
Description-md5: fb29a0a9811c66bf56fd9d31a4e30093
Description-en: Marionette Collective clustering framework - server
 The Marionette Collective is a framework for building server
 orchestration and parallel job execution systems.
 .
 This package contains the MCollective daemon.

Package: mcollective-client
Description-md5: b075891f73708c3cc896d079b73e6da4
Description-en: Marionette Collective clustering framework - clients
 The Marionette Collective is a framework for building server
 orchestration and parallel job execution systems.
 .
 This package provides the MCollective client utility:
  * mco

Package: mcollective-common
Description-md5: efa75e47064750e6f930eda11138ea21
Description-en: Marionette Collective clustering framework - common files
 The Marionette Collective is a framework for building server
 orchestration and parallel job execution systems.
 .
 This package provides common files for MCollective.

Package: mcollective-doc
Description-md5: 61c0ad4f8c1054b9d5f1ddd451fbe4bc
Description-en: Marionette Collective clustering framework - documentation
 The Marionette Collective is a framework for building server
 orchestration and parallel job execution systems.
 .
 This package provides documentation for MCollective.

Package: mcomix
Description-md5: b9d25d2e7cf32ea10bb69411c7131f09
Description-en: GTK+ image viewer for comic books
 MComix is an user-friendly, customizable image viewer. It is specifically
 designed to handle comic books, but also serves as a generic viewer.
 It reads images in ZIP, RAR, 7Zip or tar archives as well as plain image
 files. It is written in Python and uses GTK+ through the PyGTK bindings,
 and runs on both Linux and Windows.
 .
 MComix is a fork of the Comix project, and aims to add bug fixes
 and stability improvements after Comix development came to a halt in late
 2009.

Package: mcp-plugins
Description-md5: e075a275c91685397449f21c8834714c
Description-en: LADSPA plugins designed for Alsa Modular Synth
 MCP plugins implement a set of LADSPA plugins that vastly improve
 the sound of AlsaModularSynth.
 .
 Currently they consist of these plugins:
  * Moog VCF (1-3): Moog lowpass filters that quite successfully
    emulate the properties of the analogue circuit. Version 3 of
    these filters is recommended.
  * Phaser1: A phaser with up to 30 all-pass filters in series.
  * Phaser1+LFO: The same as above, but with built-in LFO. LFO
    waveform can be continuosly changed from saw down to triangle
    and saw up.
  * Chorus (1,2): Two chorus plugins.

Package: libmcpl-dev
Description-md5: 3a776110722dc31630ffa842a50ffe47
Description-en: Monte Carlo Particle Lists - development files
 This package includes the shared library for reading and writing
 *.mcpl files, a binary format with lists of particle state
 information, for interchanging and reshooting events between various
 Monte Carlo simulation applications.

Package: libmcpl1
Description-md5: b0a276aa0a39095df7aaad3c1890ec9e
Description-en: Monte Carlo Particle Lists - library
 This package includes the shared library for reading and writing
 *.mcpl files, a binary format with lists of particle state
 information, for interchanging and reshooting events between various
 Monte Carlo simulation applications.

Package: libphitsmcpl1
Description-md5: 37d3af12787596782332f159ff0a93ac
Description-en: Monte Carlo Particle Lists - PHITS library
 This package includes the shared library for reading and writing
 *.mcpl files, a binary format with lists of particle state
 information, for interchanging and reshooting events between various
 Monte Carlo simulation applications.

Package: libsswmcpl1
Description-md5: 21fe9ee964db6890127ea6c59999a411
Description-en: Monte Carlo Particle Lists - SSW library
 This package includes the shared library for reading and writing
 *.mcpl files, a binary format with lists of particle state
 information, for interchanging and reshooting events between various
 Monte Carlo simulation applications.

Package: mcpl
Description-md5: 1b46a791f480def65d1ba161f2af923a
Description-en: Monte Carlo Particle Lists - libraries and tools
 This package includes the core utilities for reading and writing
 *.mcpl files, a binary format with lists of particle state
 information, for interchanging and reshooting events between various
 Monte Carlo simulation applications. The core utilities include both
 command line tools and programming interfaces for C/C++ and python.

Package: libmcpp-dev
Description-md5: b54ee1320257f6ea0d2704922300ce56
Description-en: Alternative C/C++ preprocessor (development files)
 This package installs the development files for the library version
 of mcpp.

Package: libmcpp0
Description-md5: 50d35e9f6b87fff3c47b700d85bb7bc0
Description-en: Alternative C/C++ preprocessor (shared library)
 This package installs the shared library version of mcpp.

Package: mcpp
Description-md5: e38c26d61f373761177b9d1d2964a759
Description-en: Alternative C/C++ preprocessor
 C/C++ preprocessor defines and expands macros and processes '#if',
 '#include' and some other directives.
 .
 mcpp is an alternative C/C++ preprocessor with the highest conformance.
 It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98.
 mcpp is especially useful for debugging a source program which uses
 complicated macros and also useful for checking portability of a source.
 .
 Though mcpp could be built as a replacement of GCC's resident
 preprocessor or as a stand-alone program without using library build of
 mcpp, this package installs only a program named 'mcpp' which links
 shared library of mcpp and behaves independent from GCC.

Package: mcpp-doc
Description-md5: c3bb10a3f1d3a5502ce7d7bdb2f86139
Description-en: Alternative C/C++ preprocessor (manual)
 This package contains the manual.

Package: mcron
Description-md5: fcff66b87f087ab5975f4c2d7bfeace3
Description-en: Guile-based program for running jobs at regular times
 The GNU package mcron (Mellor's cron) can be a 100% compatible replacement for
 Vixie cron (though the Debian package is not configured this way). It is
 written in pure Guile, and allows configuration files to be written in scheme
 (as well as Vixie's original format) for infinite flexibility in specifying
 when jobs should be run.

Package: mcrypt
Description-md5: 3cca2251ad50c3dbe94701b6d6a36972
Description-en: Replacement for old unix crypt(1)
 mcrypt is a crypting program, intended to be replacement for the old
 unix crypt(1).  But it can do a lot more, since with its libmcrypt
 library it can encrypt and decrypt with the following algorithms:
 BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128,
 SAFER+, OKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128,
 RIJNDAEL-192, SERPENT, RIJNDAEL-256, CAST-128 (known as CAST5),
 CAST-256, ARCFOUR, ENIGMA, PANAMA, XTEA and WAKE.
 .
 Please note that this package is buggy and unmaintained by
 the upstream authors.  If you can, please look for other
 implementations (openssl, gnutls, gnupg).

Package: mcstrans
Description-md5: 541c06c259030195b77188d8595e2aee
Description-en: SELinux core policy utilities (mcstrans utilities)
 Security-enhanced Linux is a patch of the Linux® kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access Control,
 and Multi-level Security.
 .
 This package contains mcstransd to map a machine readable sensitivity label to
 a human readable form.  The sensitivity label is comprised of a sensitivity
 level (always s0 for MCS and anything from s0 to s15 for MLS) and a set of
 categories.  A ranged sensitivity label will have a low level and a high level
 where the high level will dominate the low level.  Categories are numbered from
 c0 to c1023.  Names such as s0 and c1023 and not easily readable by humans, so
 mcstransd translated them to human readable labels such as SystemLow and
 SystemHigh.

Package: libmctc-lib-dev
Description-md5: 3a299d57c1159cfb20cbe3a3a3d89bf3
Description-en: modular computation tool chain library (development files)
 Common tool chain for working with molecular structure data in various
 applications. This library provides a unified way to perform operations on
 molecular structure data, like reading and writing to common geometry file
 formats.
 .
 This package contains development files.

Package: libmctc-lib0
Description-md5: 012f6431c9438970d85bd0e57d188f59
Description-en: modular computation tool chain library
 Common tool chain for working with molecular structure data in various
 applications. This library provides a unified way to perform operations on
 molecular structure data, like reading and writing to common geometry file
 formats.

Package: mcu8051ide
Description-md5: 3d071f7ab898c84f1cc29b83583507a5
Description-en: Graphical Integrated Development Environment for 8051
 MCU 8051 IDE is an integrated development environment for microcontrollers
 based on 8051. Supported programming languages are C and assembly. It has
 its own assembler and it supports two other external assemblers. For C
 language it uses the SDCC compiler.

Package: python-md-toc-doc
Description-md5: 908091863d96b3e18ad8d81852454ed0
Description-en: automatical generation of table of contents for markdown files (docs)
 The table of contents (a.k.a: TOC) generated by this program is designed to
 work with several markdown parsers such as the ones used by GitHub and GitLab.
 .
 This package provides the documentation for md-toc.

Package: python3-md-toc
Description-md5: 738092863f14f1bb2c80395fc86c3ce4
Description-en: automatical generation of table of contents for markdown files (Python 3.x)
 The table of contents (a.k.a: TOC) generated by this program is designed to
 work with several markdown parsers such as the ones used by GitHub and GitLab.
 .
 This package contains the Python 3.x module.

Package: md2term
Description-md5: 11a87105e00f8535a1f2c1d1d04348e8
Description-en: Markdown parser for highlights and colors in terminal
 md2term was created to be a markdown parser for short texts (less than 30
 lines) that could be used in terminal presentations (text slides) and, at
 the same time, able to be correctly visualized by other parsers on websites
 (GitHub, GitLab, etc). The script can also be used satisfactorily for viewing
 other markdown text, provided its limitations are observed.

Package: libmd4c-dev
Description-md5: b035061e243da14d92d4a0555b7da0ff
Description-en: Markdown for C - development files
 MD4C is C Markdown parser with the following features:
 .
 Compliance: Generally MD4C aims to be compliant to the latest version of
 CommonMark specification. Right now fully compliant to CommonMark 0.28.
 .
 Extensions: MD4C supports some commonly requested and accepted extensions.
 .
 Compactness: MD4C is implemented in one source file and one header file.
 .
 Embedding: MD4C is easy to reuse in other projects, its API is very
 straightforward: There is actually just one function, md_parse().
 .
 Push model: MD4C parses the complete document and calls callback functions
 provided by the application for each start/end of block, start/end of a span,
 and with any textual contents.
 .
 Portability: MD4C builds and works on Windows and Linux, and it should
 be fairly simple to make it run also on most other systems.
 .
 Encoding: MD4C can be compiled to recognize ASCII-only control characters,
 UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
 called just "Unicode". See more details below.
 .
 Permissive license: MD4C is available under the MIT license.
 .
 This package ships the library's development files.

Package: libmd4c-html0
Description-md5: c2cd54f007c1a437aa1397200511c064
Description-en: Markdown for C HTML-renderer
 MD4C is C Markdown parser with the following features:
 .
 Compliance: Generally MD4C aims to be compliant to the latest version of
 CommonMark specification. Right now fully compliant to CommonMark 0.28.
 .
 Extensions: MD4C supports some commonly requested and accepted extensions.
 .
 Compactness: MD4C is implemented in one source file and one header file.
 .
 Embedding: MD4C is easy to reuse in other projects, its API is very
 straightforward: There is actually just one function, md_parse().
 .
 Push model: MD4C parses the complete document and calls callback functions
 provided by the application for each start/end of block, start/end of a span,
 and with any textual contents.
 .
 Portability: MD4C builds and works on Windows and Linux, and it should
 be fairly simple to make it run also on most other systems.
 .
 Encoding: MD4C can be compiled to recognize ASCII-only control characters,
 UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
 called just "Unicode". See more details below.
 .
 Permissive license: MD4C is available under the MIT license.
 .
 This package ships the standalone Markdown-to-HTML converter.

Package: libmd4c-html0-dev
Description-md5: ab3592c1ffbf66f556a6cd0114f41c07
Description-en: Markdown for C HTML-renderer - development files
 MD4C is C Markdown parser with the following features:
 .
 Compliance: Generally MD4C aims to be compliant to the latest version of
 CommonMark specification. Right now fully compliant to CommonMark 0.28.
 .
 Extensions: MD4C supports some commonly requested and accepted extensions.
 .
 Compactness: MD4C is implemented in one source file and one header file.
 .
 Embedding: MD4C is easy to reuse in other projects, its API is very
 straightforward: There is actually just one function, md_parse().
 .
 Push model: MD4C parses the complete document and calls callback functions
 provided by the application for each start/end of block, start/end of a span,
 and with any textual contents.
 .
 Portability: MD4C builds and works on Windows and Linux, and it should
 be fairly simple to make it run also on most other systems.
 .
 Encoding: MD4C can be compiled to recognize ASCII-only control characters,
 UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
 called just "Unicode". See more details below.
 .
 Permissive license: MD4C is available under the MIT license.
 .
 This package ships the standalone Markdown-to-HTML converter's development
 files.

Package: libmd4c0
Description-md5: b1a7a354ebf1c0e39e45738f2bc87adf
Description-en: Markdown for C
 MD4C is C Markdown parser with the following features:
 .
 Compliance: Generally MD4C aims to be compliant to the latest version of
 CommonMark specification. Right now fully compliant to CommonMark 0.28.
 .
 Extensions: MD4C supports some commonly requested and accepted extensions.
 .
 Compactness: MD4C is implemented in one source file and one header file.
 .
 Embedding: MD4C is easy to reuse in other projects, its API is very
 straightforward: There is actually just one function, md_parse().
 .
 Push model: MD4C parses the complete document and calls callback functions
 provided by the application for each start/end of block, start/end of a span,
 and with any textual contents.
 .
 Portability: MD4C builds and works on Windows and Linux, and it should
 be fairly simple to make it run also on most other systems.
 .
 Encoding: MD4C can be compiled to recognize ASCII-only control characters,
 UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
 called just "Unicode". See more details below.
 .
 Permissive license: MD4C is available under the MIT license.

Package: mda-lv2
Description-md5: 72a42fc51d60fe5c2d85c3d5a2bccf5f
Description-en: Paul Kellett's MDA plugins ported to LV2
 This package provides Paul Kellett's MDA plugins ported to the
 LV2 specification.
 .
 LV2 (LADSPA version 2) is an open standard for plugins and matching
 host applications, mainly targeted at audio processing and generation.
 .
 This package provides the following synths and effects:
  * Ambience - Reverb effect
  * Bandisto - Multi-band distortion
  * BeatBox - Drum replacer
  * Combo - Amp & speaker simulation
  * De-ess - High frequency dynamics processor
  * Degrade - Sample quality reduction
  * Delay - Simple stereo delay with feedback tone control
  * Detune - Simple up/down pitch shifting thickener
  * Dither - Range of dither types including noise shaping
  * DubDelay - Delay with feedback saturation and time/pitch modulation
  * DX10 - FM Synthesizer
  * Dynamics - Compressor / Limiter / Gate
  * EPiano - Acoustic piano
  * Image - Stereo image adjustment and M-S matrix
  * JX10 - 2-Oscillator analog synthesizer
  * Leslie - Rotary speaker simulator
  * Limiter - Opto-electronic style limiter
  * Loudness - Equal loudness contours for bass EQ and mix correction
  * Multiband - Multi-band compressor with M-S processing modes
  * Overdrive - Soft distortion
  * Piano
  * RePsycho - Drum loop pitch changer
  * RezFilter - Resonant filter with LFO and envelope follower
  * RingMod - Ring modulator with sine-wave oscillator
  * Round Panner - 3D panner
  * Shepard - Continuously rising/falling tone generator
  * Splitter - Frequency / level crossover for setting up dynamic
    processing
  * Stereo Simulator - Haas delay and comb filtering
  * Sub-Bass Synthesizer - Several low frequency enhancement methods
  * Talkbox - High resolution vocoder
  * TestTone - Signal generator with pink and white noise, impulses
    and sweeps
  * Thru-Zero Flanger - Classic tape-flanging simulation
  * Tracker - Pitch tracking oscillator, or pitch tracking EQ
  * Transient - Transient shaper
  * VocInput - Pitch tracking oscillator for generating vocoder
    carrier input
  * Vocoder - Switchable 8 or 16 band vocoder
 .
 These plugins make no claim of compatibility, or any other relation,
 to VST. This code does not require the VST SDK, or any other non-free
 software, and it has never come into contact with any part of the VST
 SDK.

Package: mdadm
Description-md5: 305557c6533da13e64bfadd6a1111b38
Description-en: Tool to administer Linux MD arrays (software RAID)
 The mdadm utility can be used to create, manage, and monitor MD
 (multi-disk) arrays for software RAID or multipath I/O.
 .
 This package automatically configures mdadm to assemble arrays during the
 system startup process. If not needed, this functionality can be disabled.

Package: python-mdanalysis-doc
Description-md5: 5afe353b3749292e390f4d109f4a2920
Description-en: analyse molecular dynamics files and trajectories ( documentation)
 MDAnalysis is a Python library for the analysis of computer
 simulations of many-body systems at the molecular scale, spanning use
 cases from interactions of drugs with proteins to novel materials. It
 is widely used in the scientific community and is written by
 scientists for scientists.
 .
 MDAnalysis allows one to read particle-based trajectories (including
 individual coordinate frames such as biomolecules in the PDB format)
 and access the atomic coordinates through NumPy arrays. This provides
 a flexible and relatively fast framework for complex analysis tasks.
 In addition, powerful atom selection commands are implemented.
 Trajectories can also be manipulated (for instance, fit to a
 reference structure) and written out.
 .
 It works with a wide range of popular simulation packages including
 Gromacs, Amber, NAMD, CHARMM, DL_Poly, HooMD, LAMMPS and many others
 — see the lists of supported trajectory formats and topology formats.
 MDAnalysis also includes widely used analysis algorithms in the
 MDAnalysis.analysis module.
 .
 The MDAnalysis project uses an open governance model and is fiscally
 sponsored by NumFOCUS.
 .
 This is the documentation package for MDAnalysis.

Package: python3-mdanalysis
Description-md5: 9d4e18df399b20b80dcfdf83cc426a35
Description-en: analyse molecular dynamics files and trajectories
 MDAnalysis is a Python library for the analysis of computer
 simulations of many-body systems at the molecular scale, spanning use
 cases from interactions of drugs with proteins to novel materials. It
 is widely used in the scientific community and is written by
 scientists for scientists.
 .
 MDAnalysis allows one to read particle-based trajectories (including
 individual coordinate frames such as biomolecules in the PDB format)
 and access the atomic coordinates through NumPy arrays. This provides
 a flexible and relatively fast framework for complex analysis tasks.
 In addition, powerful atom selection commands are implemented.
 Trajectories can also be manipulated (for instance, fit to a
 reference structure) and written out.
 .
 It works with a wide range of popular simulation packages including
 Gromacs, Amber, NAMD, CHARMM, DL_Poly, HooMD, LAMMPS and many others
 — see the lists of supported trajectory formats and topology formats.
 MDAnalysis also includes widely used analysis algorithms in the
 MDAnalysis.analysis module.
 .
 The MDAnalysis project uses an open governance model and is fiscally
 sponsored by NumFOCUS.
 .
 This package installs the library for Python 3.

Package: libmdb3
Description-md5: 4662ebd8f8175e8d1b5b5b1a82a207cc
Description-en: Core library for accessing JET / MS Access (MDB) files
 Core library for accessing JET / MS Access database (MDB) files
 programmatically.
 .
 Allows one to use MDB files with PHP for example.

Package: libmdbsql3
Description-md5: 4631d1cf31db9c8b0dbb06584f110982
Description-en: mdbtools SQL library
 Libraries built on libmdb to provide a SQL engine for reading
 JET / MS Access database (MDB) files.
 .
 See mdb-sql util in mdbtools package.

Package: mdbtools
Description-md5: 394b15518fd4ecc4667f403c8cd8e38d
Description-en: JET / MS Access database (MDB) tools
 These are various tools for manipulating JET / MS Access database (MDB) files:
  * utils     - provides command line utilities to list tables, export schema,
                and data, show file versions, and other useful stuff.
  * mdb-sql   - a command line SQL tool that allows one to type SQL queries and
                get results.

Package: mdbtools-dev
Description-md5: 7c77c836252f81a62b229ae2db41a06c
Description-en: mdbtools development files
 Utilities for reading MS Access database (MDB) files
 .
 These are development files for mdbtools, needed to build applications
 with it.

Package: mdbtools-doc
Description-md5: 80de9be1daa71bf73ecdf514ed9ccdcb
Description-en: Dummy package
 This is a transitional package. It can safely be removed.
 .
 See package libmdb3 documentation.

Package: odbc-mdbtools
Description-md5: adbbf5e7276666b028b26a318ba16b8c
Description-en: MDB tools ODBC driver
 This is the software driver to access JET / MS Access database (MDB) files
 through ODBC.
 This also contains the installation interface for unixodbc.

Package: libmdds-dev
Description-md5: 25a247f8274e76d26ab3b83ab127592a
Description-en: Multi Dimension Data structure library -- headers
 A collection of multi-dimensional data structure and indexing algorithm.
 .
 This is a C++ library, and is a collection of various data structures designed
 to efficiently store and query multi-dimensional data for various
 filtering criteria. Different structures are optimized for different
 query needs.
 .
 This library is a source-code only library. It’s designed to be
 header-only meaning that the user program does not need to link to any
 additional shared library in order to use these data structures. The
 data structures are all available as C++ templates.

Package: libmdds-doc
Description-md5: bbf4c8373fecae797744372c33dba360
Description-en: Multi Dimension Data structure library -- documentation
 A collection of multi-dimensional data structure and indexing algorithm.
 .
 This is a C++ library, and is a collection of various data structures designed
 to efficiently store and query multi-dimensional data for various
 filtering criteria. Different structures are optimized for different
 query needs.
 .
 This library is a source-code only library. It’s designed to be
 header-only meaning that the user program does not need to link to any
 additional shared library in order to use these data structures. The
 data structures are all available as C++ templates.
 .
 This package contains the API documentation for mdds.

Package: mdetect
Description-md5: afc175d11efde40a5bc0f530a6de68ef
Description-en: mouse device autodetection tool
 mdetect is a tool for autoconfiguring mice; it is typically used as the
 backend to some user-friendly frontend code.  mdetect writes the autodetected
 mouse device and protocol (as used by gpm) to standard output.  It can be
 invoked so as to produce output appropriate for XFree86 X server
 configuration files.

Package: mdevctl
Description-md5: 0fb9bffbdd19e2db98b5338bc7bb5a16
Description-en: Mediated device management utility for Linux
 mdevctl is a utility for managing and persisting devices in the mediated
 device framework of the Linux kernel. Mediated devices are sub-devices
 of a parent device (ex. a vGPU) which can be dynamically created and
 potentially used by drivers like vfio-mdev for assignment to virtual machines.

Package: mdf2iso
Description-md5: 0cf2729140f5019f13e1e6a5505ea174
Description-en: simple utility to convert mdf to iso / cue / toc images
 mdf2iso is a very simple utility to convert an Alcohol 120% mdf image
 to an iso, toc / dat or cue / bin image.

Package: python3-mdit-py-plugins
Description-md5: 3d43d99beb1102efbc9dbeae1de2c569
Description-en: Collection of plugins for markdown-it-py
 This package include a collection of core plugins that are used in
 markdown-it-py.

Package: mdk
Description-md5: 72577aa40766d13388d45f87f62d52bc
Description-en: MIX Development Kit
 MDK stands for MIX Development Kit, and provides tools for developing
 and executing, in a MIX virtual machine, MIXAL programs.
 .
 The MIX is Donald Knuth's mythical computer, described in the first
 volume of The Art of Computer Programming, which is programmed using
 MIXAL, the MIX assembly language.
 .
 MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
 (mixvm) with a command line interface.  In addition, a GTK+ GUI to
 mixvm, called gmixvm, and a Guile interpreter with an embedded MIX
 virtual machine called mixguile, are provided.
 .
 Using these interfaces, you can debug your MIXAL programs at source
 code level, and read/modify the contents of all the components of the
 MIX computer (including block devices, which are simulated using the
 file system).

Package: mdk3
Description-md5: 24f26dd1834b8cae2247205a6f13fe06
Description-en: Wireless attack tool for IEEE 802.11 networks
 MDK is a proof-of-concept tool to exploit common
 IEEE 802.11 (Wi-Fi) protocol weaknesses.
 Features:
   * Bruteforce MAC Filters.
   * Bruteforce hidden SSIDs (some small SSID wordlists included).
   * Probe networks to check if they can hear you.
   * Intelligent Authentication-DoS to freeze APs (with success checks).
   * FakeAP - Beacon Flooding with channel hopping (can crash NetStumbler and
     some buggy drivers)
   * Disconnect everything (aka AMOK-MODE) with Deauthentication and
     Disassociation packets.
   * WPA TKIP Denial-of-Service.
   * WDS Confusion - Shuts down large scale multi-AP installations.

Package: mdk4
Description-md5: f5e092be6fac6d75f264fb148222edd7
Description-en: Wireless attack tool for IEEE 802.11 networks
 This package contains a proof-of-concept tool to exploit common IEEE 802.11
 protocol weaknesses.
 .
 MDK4 is a new version of MDK3. MDK4 is a Wi-Fi testing tool from E7mer of
 360PegasusTeam, ASPj of k2wrlz, it uses the osdep library from the aircrack-ng
 project to inject frames on several operating systems.
 .
 IMPORTANT: It is your responsibility to make sure you have permission from the
 network owner before running MDK against it.

Package: mdm
Description-md5: 63ed360344004b3417a58fc52cd19eb1
Description-en: Utilities for single-host parallel shell scripting
 The Middleman System (mdm) is a set of utilities that help you
 parallelize your shell scripts.  Simply label the commands to run in
 parallel, and the System automatically exploits every parallelization
 opportunity that arises at runtime.  You can also specify dependency
 between commands so that they run in an appropriate order.
 .
 Comes with an ncurses-based monitoring console.  Compatible with xargs,
 find, make, any shell, together, in a script or interactively.

Package: mdns-scan
Description-md5: 724eeaa2ae2b9134573a86be37ee5532
Description-en: Scan for mDNS/DNS-SD services published on the local network
 mdns-scan is a tool for scanning for mDNS/DNS-SD services published
 on the local network.
 .
 It works by issuing a mDNS PTR query to the special RR
 _services._dns-sd._udp.local for retrieving a list of all currently
 registered services on the local link.
 .
 mDNS/DNS-SD is part of Apple's Zeroconf strategy (a.k.a. Bonjour).
 The avahi-daemon package is an implementation of mDNS/DNS-SD.

Package: libmdnsd-dev
Description-md5: a8dd42db446f08af8d35828e5d5efb95
Description-en: static library, header files, and docs for libmdnsd
 This is the static library, including header files, for libmdnsd
 which was originally made for mdnsd.
 .
 The documentation is scarce at best, see the source code for mdnsd
 for the gory details.

Package: libmdnsd1
Description-md5: 8102f94a977a5753dbc6da240875404d
Description-en: small mDNS library for mdnsd
 This is the multicast DNS (mDNS) library used by mdnsd.  It can be used
 by any application in need of advertising its services over mDNS-SD.
 .
 See the libmdnsd-dev package for details.

Package: mdnsd
Description-md5: 97fde7d3cf23ffd49610783f839521c7
Description-en: embeddable Multicast DNS Daemon
 This is a standalone mDNS-SD daemon for small systems. Although still
 limited in functionality it can announce services like FTP, HTTP, and
 SSH and respond to scanning (enumeration) requests from tools like
 mdns-scan.

Package: mandoc
Description-md5: 405ef95cd2687a2f4746c9cb7981626d
Description-en: BSD manpage compiler toolset
 mandoc is a suite of tools compiling mdoc, the roff macro language of choice
 for BSD manual pages, and man, the predominant historical language for UNIX
 manuals. It is small, ISO C, ISC-licensed, and quite fast. The main component
 of the toolset is the mandoc utility program, based on the libmandoc
 validating compiler, to format output for UNIX terminals (with support for
 wide-character locales), XHTML, HTML, PostScript, and PDF.

Package: python3-mdp
Description-md5: 1d1a8383495e0c98318017ef535d0552
Description-en: Modular toolkit for Data Processing
 Python data processing framework for building complex data processing software
 by combining widely used machine learning algorithms into pipelines and
 networks. Implemented algorithms include: Principal Component Analysis (PCA),
 Independent Component Analysis (ICA), Slow Feature Analysis (SFA), Independent
 Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor Analysis,
 Fisher Discriminant Analysis (FDA), and Gaussian Classifiers.

Package: mdp
Description-md5: d83b8e5d0cceb12266844d45e963e700
Description-en: command-line based Markdown presentation tool
 mdp is a command-line program that allows you to make elegant presentations
 from Markdown formatted files.
 .
 It is as easy as write your presentation content in the text editor of your
 preference and launch the presentation from the command-line.

Package: python-mdtraj-doc
Description-md5: 60746c46494542a501f2cd4a01465192
Description-en: Read, write and analyze MD trajectories in Python (documentation)
 Read, write and analyze MD trajectories with only a few lines of
 Python code.
 .
 MDTraj is a python library that allows users to manipulate molecular
 dynamics (MD) trajectories. Features include:
  * Wide MD format support, including pdb, xtc, trr, dcd, binpos,
  netcdf, mdcrd, prmtop, and more.
  * Extremely fast RMSD calculations (4x the speed of the original
  Theobald QCP).
  * Extensive analysis functions including those that compute bonds,
  angles, dihedrals, hydrogen bonds, secondary structure, and NMR
  observables.
  * Lightweight, Pythonic API.
 .
 This is the documentation package for mdtraj.

Package: python3-mdtraj
Description-md5: 04d7dbec187003c6a29c313a28d81a7b
Description-en: Read, write and analyze MD trajectories in Python
 Read, write and analyze MD trajectories with only a few lines of
 Python code.
 .
 MDTraj is a python library that allows users to manipulate molecular
 dynamics (MD) trajectories. Features include:
  * Wide MD format support, including pdb, xtc, trr, dcd, binpos,
  netcdf, mdcrd, prmtop, and more.
  * Extremely fast RMSD calculations (4x the speed of the original
  Theobald QCP).
  * Extensive analysis functions including those that compute bonds,
  angles, dihedrals, hydrogen bonds, secondary structure, and NMR
  observables.
  * Lightweight, Pythonic API.
 .
 MDTraj includes a command-line application, mdconvert-mdtraj,
 for converting trajectories between formats.
 .
 This package installs the library for Python 3, together with the
 command line utilities mdconvert-mdtraj and mdinspect.

Package: python3-mdurl
Description-md5: 5e5bd104bd35c570ff259b8209bbabe3
Description-en: Python port of the JavaScript mdurl package
 mdurl is a set of URL utilities for the markdown-it-py package. It
 provides a pure-Python implementation of several functions from the
 original JavaScript package, such as .decode(), .parse(), .encode().

Package: libmeanwhile-dev
Description-md5: d8851238f01600e4383842daf9b33384
Description-en: development package for libmeanwhile
 This library provides the basic Lotus Sametime Community Client session
 functionality along with the core services; Presence, Messaging, and
 Conferencing.
 .
 This package contains development files of the library.

Package: libmeanwhile1
Description-md5: 82e65bea7e1388bd4ffee62b6cc57363
Description-en: open implementation of the Lotus Sametime Community Client protocol
 This library provides the basic Lotus Sametime Community Client session
 functionality along with the core services; Presence, Messaging, and
 Conferencing.

Package: libmecab-dev
Description-md5: 87197d521c6686e342ae43fe6394b7da
Description-en: Header files of Mecab
 This package provides header files which are necessary to development
 programs using runtime libraries of Mecab, that is a Japanese
 morphological analysis system.

Package: libmecab-java
Description-md5: 0da229f287ef0947feed6981190e91a9
Description-en: mecab binding for Java - java classes
 Mecab is a Japanese morphological analysis system.
 .
 libmecab-java is built for Java.

Package: libmecab-jni
Description-md5: d366666b4b4d1ade8cced89e04dc2f81
Description-en: mecab binding for Java - native interface
 Mecab is a Japanese morphological analysis system.
 .
 libmecab-jni is built for Java.

Package: libmecab-perl
Description-md5: ca50e133dc90548b12d8092a7b91fd55
Description-en: Mecab binding for Perl
 Mecab is a Japanese morphological analysis system.
 .
 libmecab-perl is its binding for Perl.

Package: libmecab2
Description-md5: b24292696c7071ab40bec59c2dc1e18a
Description-en: Libraries of Mecab
 This package provides runtime libraries of Mecab, that is a Japanese
 morphological analysis system.

Package: mecab
Description-md5: e4eab18e2611f99ded7dca3f78c46fe9
Description-en: Japanese morphological analysis system
 Mecab is a morphological analysis system.  It reads Japanese
 sentences from the standard input, segments them into morpheme
 sequences, and outputs them to the standard output with many
 additional pieces of information (pronunciation, semantic
 information, etc).

Package: mecab-utils
Description-md5: b3477ba41ed2882195928af3796a1490
Description-en: Support programs of Mecab
 This package provides the dictionary compiler to convert a dictionary
 written in text format to a binary data for Mecab, that is a Japanese
 morphological analysis system.  This package is necessary to install
 dictionary packages for Mecab like mecab-jumandic.

Package: python3-mecab
Description-md5: 53463162703e0adc4a636412172ce840
Description-en: Mecab binding for Python3
 Mecab is a Japanese morphological analysis system.
 .
 python3-mecab is its binding for Python3.

Package: ruby-mecab
Description-md5: aa45d8c9aa8f702eeb47a8a5f98a786e
Description-en: Mecab binding for Ruby language
 Mecab is a Japanese morphological analysis system.
 .
 ruby-mecab is its binding for Ruby language.

Package: mecab-ipadic
Description-md5: c5f8b7f5209a0aeecb12e0797bb2a3e1
Description-en: IPA dictionary compiled for Mecab
 This package provides IPA dictionary converted for Mecab, that is a
 Japanese morphological analysis system.  This dictionary is organized
 in the IPA grammar system.

Package: mecab-ipadic-utf8
Description-md5: 6316405a2ef8431bb4aecfd5a76b787a
Description-en: IPA dictionary encoded in UTF-8 compiled for Mecab
 This package provides IPA dictionary converted for Mecab, that is a
 Japanese morphological analysis system.  This dictionary is organized
 in the IPA grammar system.

Package: mecab-jumandic
Description-md5: b764fac8e1286c683fbedcff2ceddc47
Description-en: Juman dictionary compiled for Mecab (deprecated)
 This package provides Juman dictionary converted for Mecab, that is a
 Japanese morphological analysis system.  This dictionary is written
 in Masuoka-Takubo grammar system.
 .
 This is a transitional package. You can safely remove it.

Package: mecab-jumandic-utf8
Description-md5: eef601e9e49dc5f8dc807862cfb822d4
Description-en: Juman dictionary encoded in UTF-8 compiled for Mecab
 This package provides Juman dictionary converted for Mecab, that is a
 Japanese morphological analysis system.  This dictionary is written
 in Masuoka-Takubo grammar system.

Package: mecab-naist-jdic
Description-md5: 1b71c3e4fbd42d5da705798b6278835f
Description-en: free Japanese Dictionaries for mecab (replacement of mecab-ipadic)
 NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
 analysis implementation.
 .
 This is based on mecab-ipadic, however it is released under BSD style license
 now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
 and can replace mecab-ipadic-utf8.
 .
 This is empty package and generates UTF-8 data from mecab-naist-jdic-eucjp
 with its installation.

Package: mecab-naist-jdic-eucjp
Description-md5: f3a843365445c06d8c2ece1ab24938fe
Description-en: free Japanese Dictionaries for mecab (replacement of mecab-ipadic) in EUC-JP
 NAIST Japanese Dictionary is a Dictionary for MeCab, Japanese morphological
 analysis implementation.
 .
 This is based on mecab-ipadic, however it is released under BSD style license
 now by NAIST (Nara Institute of Science and Technology, Japan), so it is free
 and can replace mecab-ipadic.
 .
 This package provides EUC-JP data, not UTF-8.

Package: mecat2
Description-md5: 11ac96e389213bbb2d085e80daf45b2b
Description-en: ultra-fast and accurate de novo assembly tools for SMRT reads
 An improved version of MECAT. It is an ultra-fast and accurate mapping
 and error correcting de novo assembly tools for single molecula
 sequencing (SMRT) reads. MECAT2 consists of the following three modules:
  1. mecat2map: a fast and accurate alignment tool for SMRT reads.
  2. mecat2cns: correct noisy reads based on their pairwise overlaps.
  3. fsa: a string graph based assembly tool.

Package: libmed-dev
Description-md5: 6247a3e8f3474ac1927444ea6172c773
Description-en: Development files for libmed
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.

Package: libmed-doc
Description-md5: 22ea389dbc51d700f3dec52e96ca96de
Description-en: Documentation for the MED-fichier library
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package provides the documentation for the MED-fichier library
 (in French).

Package: libmed-tools
Description-md5: 2189702a55c5a394c512f8770123c2d2
Description-en: Runtime tools to handle MED files
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains runtime tools for med-fichier:
  - mdump: a tool to dump MED files
  - xmdump: graphical version of mdump.
  - medconforme: a tool to validate a MED file
  - medimport: a tool to convert a MED v2.1 or v2.2 file into a MED v2.3
    file

Package: libmed11
Description-md5: 2f0d6f36c3259dd9231f7dde9469055f
Description-en: Library to exchange meshed data (Fortran version)
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the MED-fichier runtime library (Fortran version).

Package: libmedc-dev
Description-md5: 9f91a0945dddc9dc6c190f9a667c2941
Description-en: Development files for libmedc
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the header files and static library needed to
 compile applications that use libmedC.

Package: libmedc11
Description-md5: 240c8fa72a78b0c954354b94f28bb7cf
Description-en: Library to exchange meshed data (C version)
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the MED-fichier runtime library (C version).

Package: libmedimport-dev
Description-md5: b52f0c78ed2124ddf544e253cf42161e
Description-en: Development files for libmedimport0
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the header files and static library needed to
 compile applications that use libmedimport, including C++ applications.

Package: libmedimport0v5
Description-md5: 182d0b9e5ac0a9842a525879342fe142
Description-en: Library to import old version files
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the library able to import old version files (C
 version).

Package: python3-med
Description-md5: 13c13ef11c3d073128bee61ef196c720
Description-en: python3 API for MED-fichier
 MED-fichier (Modélisation et Echanges de Données, in English Modelisation
 and Data Exchange) is a library to store and exchange meshed data or
 computation results. It uses the HDF5 file format to store the data.
 .
 This package contains the Python3 API.

Package: media-player-info
Description-md5: 127b94da56c51ffd39740e52530e0db6
Description-en: Media player identification files
 media-player-info is a repository of data files describing media player
 (mostly USB Mass Storage ones) capabilities. These files contain information
 about the directory layout to use to add music to these devices, about the
 supported file formats, and so on.
 .
 The music player capabilities are now described in *.mpi files (which are
 ini-like files), together with udev rules to identify these devices.

Package: media-types
Description-md5: 1f316b51a44bfe33091e9f103c610fa4
Description-en: List of standard media types and their usual file extension
 This package installs the configuration file /etc/mime.types, that lists
 standard media types (originally known as "MIME" types) and their usual file
 extension.  This provides a simple way for programs to have a first guess at a
 file's content.  On standard Debian desktop systems, one will also find more
 sophisticated tools, for instance provided by the "file" and "xdg-utils"
 packages.
 .
 The /etc/mime.types file is compiled by hand using mostly information provided
 by the Internet Assigned Numbers Authority (IANA).

Package: mediaconch
Description-md5: 02dde1eaf9f8a0168611b4c2e9ab363c
Description-en: implementation and policy checker, reporter and fixer for media files
 MediaConch is an extensible, open source software project consisting of an
 implementation checker, policy checker, reporter, and fixer that targets
 preservation-level audiovisual files (specifically Matroska, Linear Pulse Code
 Modulation (LPCM) and FF Video Codec 1 (FFV1)) for use in memory institutions,
 providing detailed and batch-level conformance checking via an adaptable and
 flexible application program interface accessible by the command line, a
 graphical user interface, or a web-based shell.
 .
 This package contains the command-line utiltiy.

Package: mediaconch-gui
Description-md5: 5dcf3746c799a717b8a9e9e5c1bf9e93
Description-en: implementation and policy checker, reporter and fixer for media files
 MediaConch is an extensible, open source software project consisting of an
 implementation checker, policy checker, reporter, and fixer that targets
 preservation-level audiovisual files (specifically Matroska, Linear Pulse Code
 Modulation (LPCM) and FF Video Codec 1 (FFV1)) for use in memory institutions,
 providing detailed and batch-level conformance checking via an adaptable and
 flexible application program interface accessible by the command line, a
 graphical user interface, or a web-based shell.
 .
 This package contains the GUI application.

Package: libjs-mediaelement
Description-md5: 51b6a2ed13b7891fbc439027a7a7b4a8
Description-en: HTML5 <audio> or <video> player with Flash and Silverlight shims
 Instead of offering an HTML5 player to modern browsers and a totally
 separate Flash player to older browsers, MediaElement.js upgrades them
 with custom Flash and Silverlight plugins that mimic the HTML5
 MediaElement API.
 .
 The current package does not yet provide the Flash and Silverlight plugins.

Package: mediainfo
Description-md5: 666681f070ab1bb8ebbedb37426737f4
Description-en: command-line utility for reading information from audio/video files
 MediaInfo is a utility used for retrieving technical information and other
 metadata about audio or video files.
 .
 A non-exhaustive list of the information MediaInfo can retrieve from media
 files include:
  - General: title, author, director, album, track number, date, duration...
  - Video: codec, aspect, fps, bitrate...
  - Audio: codec, sample rate, channels, language, bitrate...
  - Text: language of subtitle
  - Chapters: number of chapters, list of chapters
 .
 MediaInfo supports the following formats:
  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
           MPEG-4, DVD (VOB)...
  - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  - Subtitles: SRT, SSA, ASS, SAMI...
 MediaInfo supplies technical and tag information about a video or audio file
 .
 This package includes the command line interface.

Package: mediainfo-gui
Description-md5: ad7df2c5586cbcf55af18383b9b5c092
Description-en: graphical utility for reading information from audio/video files
 MediaInfo is a utility used for retrieving technical information and other
 metadata about audio or video files.
 .
 A non-exhaustive list of the information MediaInfo can retrieve from media
 files include:
  - General: title, author, director, album, track number, date, duration...
  - Video: codec, aspect, fps, bitrate...
  - Audio: codec, sample rate, channels, language, bitrate...
  - Text: language of subtitle
  - Chapters: number of chapters, list of chapters
 .
 MediaInfo supports the following formats:
  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
           MPEG-4, DVD (VOB)...
  - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  - Subtitles: SRT, SSA, ASS, SAMI...
 .
 This package contains the graphical user interface.

Package: libmediascanner-2.0-4
Description-md5: da0572363136887453cfc8359841bcd7
Description-en: Access library for the media scanner's index
 This library provides convenient and safe access to the media scanner's
 index files.

Package: libmediascanner-2.0-dev
Description-md5: 68f92e52425f3867cbeb2cddc85fdc9f
Description-en: Development files for libmediascanner
 Media Scanner 2.0 is a user session D-Bus services that scans files (and
 etects changes) in the user's home directory relevant for media apps
 (such as the gallery app, the music player app, the mediaplayer app,
 etc.).
 .
 This package provides the infrastructure for using the media scanner's
 access library in C++ based projects.

Package: mediascanner2.0
Description-md5: 363fc41c091d0d8a792a3b875a903920
Description-en: Media Scanner 2.0
 Media Scanner 2.0 is a user session D-Bus services that scans files (and
 etects changes) in the user's home directory relevant for media apps
 (such as the gallery app, the music player app, the mediaplayer app,
 etc.).
 .
 This package provides the media scanner D-Bus service.

Package: qml-module-mediascanner
Description-md5: 876bf22ae167b22d6cc68a3ea734fa60
Description-en: QML plugin for the Media Scanner
 Media Scanner 2.0 is a user session D-Bus services that scans files (and
 etects changes) in the user's home directory relevant for media apps
 (such as the gallery app, the music player app, the mediaplayer app,
 etc.).
 .
 This package provides components that allow access to the media
 scanner index from Qt Quick 2 / QML applications.

Package: libmediastreamer-data
Description-md5: e6decf8ce97434d7181ee0fb5be2cec0
Description-en: Voice and video streaming engine for telephony (data files)
 Mediastreamer2 is a powerful and lightweight streaming engine
 specially designed for voice/video telephony applications.
 .
 This open source library is responsible for all receiving and
 sending of multimedia streams in Linphone, including voice/video
 capture, encoding, decoding, and rendering.
 .
 This package contains architecture-independent data files.

Package: libmediastreamer-dev
Description-md5: 70a6dd6f4bb604660ad7eb871f205f9f
Description-en: Development files for the mediastreamer2 library
 Mediastreamer2 is a powerful and lightweight streaming engine
 specially designed for voice/video telephony applications.
 .
 This open source library is responsible for all receiving and
 sending of multimedia streams in Linphone, including voice/video
 capture, encoding, decoding, and rendering.
 .
 This package contains the development files for the development library.

Package: libmediastreamer-doc
Description-md5: f09489e7ba5c572e8c07c668520c004b
Description-en: Voice and video streaming engine for telephony (documentation)
 Mediastreamer2 is a powerful and lightweight streaming engine
 specially designed for voice/video telephony applications.
 .
 This open source library is responsible for all receiving and
 sending of multimedia streams in Linphone, including voice/video
 capture, encoding, decoding, and rendering.
 .
 This package contains the developer documentation.

Package: libmediastreamer-tools
Description-md5: 6db78e6b9ba70708c3f3ad198d157aef
Description-en: Voice and video streaming engine for telephony (programs)
 Mediastreamer2 is a powerful and lightweight streaming engine
 specially designed for voice/video telephony applications.
 .
 This open source library is responsible for all receiving and
 sending of multimedia streams in Linphone, including voice/video
 capture, encoding, decoding, and rendering.
 .
 This package contains some programs using the library.

Package: libmediastreamer12
Description-md5: 6950a75e17c619fb9e02b5860d73831d
Description-en: Voice and video streaming engine for telephony (base)
 Mediastreamer2 is a powerful and lightweight streaming engine
 specially designed for voice/video telephony applications.
 .
 This open source library is responsible for all receiving and
 sending of multimedia streams in Linphone, including voice/video
 capture, encoding, decoding, and rendering.
 .
 This package contains the base library.

Package: mediathekview
Description-md5: 9a8934c0155e368af01a5c78e9d60aed
Description-en: view streams from German public television stations
 This application searches for various media center video content of the German
 television program (ARD, ZDF, Arte, 3Sat, MDR, ORF, SRF and many more).
 You can watch, download and even subscribe to an offered show.

Package: mediawiki
Description-md5: ddcc60dd7124e88ede95f0010ec0906b
Description-en: website engine for collaborative work
 MediaWiki is a wiki engine (a program for creating a collaboratively
 edited website). It is designed to handle heavy websites containing
 library-like document collections, and supports user uploads of
 images/sounds, multilingual content, TOC autogeneration, ISBN links,
 etc.
 .
 Moreover, it keeps track of changes, so users can receive
 notifications, view diffs and revert edits. This system has many
 other features and can easily be extended.

Package: mediawiki-classes
Description-md5: 598afe21c349d558f4455d3a400f8166
Description-en: website engine for collaborative work - standalone classes
 This package provides standalone classes from the remainder of the
 MediaWiki codebase. They do not call on any other portions of MediaWiki
 code, and can be used in portions of MediaWiki code, and can be used in
 other projects without dependency issues.
 .
 MediaWiki is a wiki engine (a program for creating a collaboratively
 edited website). It is designed to handle heavy websites containing
 library-like document collections, and supports user uploads of
 images/sounds, multilingual content, TOC autogeneration, ISBN links,
 etc.
 .
 Moreover, it keeps track of changes, so users can receive
 notifications, view diffs and revert edits. This system has many
 other features and can easily be extended.

Package: mediawiki-extension-codemirror
Description-md5: f9cb81ca45ec662919fd7a4c5b4485a0
Description-en: Syntax highlighting in MediaWiki's wikitext editor
 CodeMirror extension provides syntax highlighting in MediaWiki's
 wikitext editor. It adds a button to the editing toolbar that allows
 for switching syntax highlighting on and off. It supports the 2010
 WikiEditor toolbar as well as the VisualEditor toolbar.

Package: mediawiki-extension-youtube
Description-md5: d9dfbaf062e15b119d3674d020d1bfed
Description-en: Embed YouTube and other videos into MediaWiki pages
 The YouTube MediaWiki extension allows embedding YouTube and other videos
 into wiki pages.
 .
 Other supported sites include:
  * Google Videos
  * Archive.org video and audio
  * WeGame
  * Tangler forum
  * Gametrailers
  * Nicovideo
  * GoGreenTube

Package: mediawiki-skin-greystuff
Description-md5: 21e69f2925e96024b59f1c84097336e6
Description-en: fixed-width grey skin for MediaWiki
 GreyStuff is a fixed-width grey skin for MediaWiki that is intended to
 emphasise content over interface. It's responsive, supporting both desktop
 and mobile screens.

Package: mediawiki2latex
Description-md5: 4f685e1544b6dd8a6820e930e2bc0d46
Description-en: Loads pages from MediaWiki and converts to LaTeX and PDF
 This project provides a simple way of turning a HTML page hosted on a
 server into a high quality PDF version as well an its LaTeX source
 file respectively.
 .
 Particular care has been to generate esthetically pleasing results
 for pages hosted on servers running MediaWiki.
 .
 This project provides a simple default mode which just requires the
 URL to the page and creates a PDF file, by processing the HTML
 generated by the (MediaWiki-) server. It also provides extended
 possibilities giving a fine grained control over the conversion
 process to users familiar with LaTeX and MediaWiki.
 .
 Much effort was put into providing reasonable defaults for this way
 of processing for the needs of the English and German Wikibooks
 projects. Images are also downloaded, and if necessary modified for
 use in a LaTeX document. The latest test run on more than 2000
 featured articles on the English Wikipedia completed without
 failures.

Package: hunspell-de-med
Description-md5: 99df8f9fe3c9ec32ff56273ba8ff3640
Description-en: German medical dictionary for hunspell
 This package contains a German medical dictionary for use with the
 hunspell spellchecker which is currently used within OpenOffice.org2
 and as an ispell clone.

Package: wgerman-medical
Description-md5: 6b74726ca12e91644d399642848f5349
Description-en: German medical dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/german-medical containing
 a list of German medical words. This list can be used by spelling checkers,
 and by programs such as look(1).

Package: libmedley-clojure
Description-md5: 7dcc12d0eef5dfbfaa4c0a2cd6c4e9f1
Description-en: Clojure/ClojureScript utility library
 Medley is a lightweight Clojure/ClojureScript library of useful,
 mostly pure functions that are "missing" from clojure.core.
 Medley has a tight focus and limits itself to a small set of general-purpose
 functions.

Package: mednafen
Description-md5: 05d49b3a8a674ee93272f94476d74a30
Description-en: multi-platform emulator, including NES, GB/A, Lynx, PC Engine
 Mednafen is a command-line driven emulator for many different systems. It
 has full support for OpenGL and SDL graphics, network play, remappable input
 configuration, joystick and keyboard support, save states, game rewinding,
 GSF playback, and screenshots.
 .
 The systems supported by Mednafen are:
    * Apple II/II+
    * Atari Lynx
    * GameBoy
    * GameBoy Color
    * GameBoy Advance
    * NES
    * SNES
    * Virtual Boy
    * PC Engine (TurboGrafx 16)
    * PC-FX
    * SuperGrafx
    * NeoGeo Pocket, NeoGeo Pocket Color
    * WonderSwan
    * Sega Genesis / Mega Drive
    * Sega Saturn
    * Sony PlayStation
 .
 Hardware emulated by Mednafen includes:
    * NES gamepad, Zapper, PowerPad
    * Four-Score, Famicom multiplayer adapter
    * Arkanoid, HyperShot, Space Shadow, Mahjong controllers
    * Oeka Kids tablet, Quiz King buzzers, Family Trainer, Barcode World
    * Game Genie

Package: mednaffe
Description-md5: a7ac3990815e37fd9c8c7e036bdbe1cc
Description-en: front-end for the Mednafen multi-system emulator
 Mednaffe is a graphical front-end for the Mednafen multi-system
 emulator. It allows all of Mednafen's options to be configured, and
 provides simple game-management features.

Package: medusa
Description-md5: d47588eeafec66c7e406b29cb04ba1e2
Description-en: fast, parallel, modular, login brute-forcer for network services
 Medusa is intended to be a speedy, massively parallel, modular, login
 brute-forcer. The goal is to support as many services which allow remote
 authentication as possible. The author considers following items as some of
 the key features of this application:
      * Thread-based parallel testing. Brute-force testing can be
        performed against multiple hosts, users or passwords
        concurrently.
      * Flexible user input. Target information (host/user/password) can
        be specified in a variety of ways. For example, each item can be
        either a single entry or a file containing multiple entries.
        Additionally, a combination file format allows the user to
        refine their target listing.
      * Modular design. Each service module exists as an
        independent .mod file. This means that no modifications are
        necessary to the core application in order to extend the
        supported list of services for brute-forcing.

Package: libmeep-dev
Description-md5: dedac53a17bfec0a01c3a5f2a3afeec9
Description-en: development library for using meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains some files for developing software.

Package: libmeep30
Description-md5: cdb0c5171d5203cc457d88e8ce3274bb
Description-en: library for using meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the library.

Package: meep
Description-md5: 684bc85e134e63461d18af5de507f4fa
Description-en: software package for FDTD simulation
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the software.

Package: python3-meep
Description-md5: 1c29e1e26b00e6212b5a7ce7483ddae1
Description-en: software package for FDTD simulation with Python
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the Python binding

Package: libmeep-mpi-default-dev
Description-md5: 5424e00051beae09dfe0d942e73c64ff
Description-en: development library for using parallel (OpenMPI) version of meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains some files for developing software linked to MPICH2.

Package: libmeep-mpi-default30
Description-md5: 822938469907ed691adccc959d2664d5
Description-en: library for using parallel (OpenMPI) version of meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the MPICH2 version of the library.

Package: meep-mpi-default
Description-md5: ed9af9806c7c51b8737861a73f9913dc
Description-en: software package for FDTD simulation, parallel (OpenMPI) version
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the MPICH2 version of the software.

Package: python3-meep-mpi-default
Description-md5: 1c29e1e26b00e6212b5a7ce7483ddae1
Description-en: software package for FDTD simulation with Python
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the Python binding

Package: libmeep-openmpi-dev
Description-md5: 7ba25b02191ed98cd2dee2ae035ce80f
Description-en: development library for using parallel (OpenMPI) version of meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains some files for developing software linked to MPI.

Package: libmeep-openmpi30
Description-md5: c87c250e03bce8dd56ec92d62424af95
Description-en: library for using parallel (OpenMPI) version of meep
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the MPI version of the library.

Package: meep-openmpi
Description-md5: b9f338543ad45f528421531d5b8ba680
Description-en: software package for FDTD simulation, parallel (OpenMPI) version
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the MPI version of the software.
 As opposed to meep-mpi this package also contains the OpenMPI version of
 libhdf5.

Package: python3-meep-openmpi
Description-md5: 1c29e1e26b00e6212b5a7ce7483ddae1
Description-en: software package for FDTD simulation with Python
 Meep is a free and open-source software package for electromagnetics
 simulation via the finite-difference time-domain (FDTD) method.
 .
 Its features include:
   * Free and open-source software under the GNU GPL.
   * Complete scriptability via Python, Scheme, or C++ APIs.
   * Simulation in 1d, 2d, 3d, and cylindrical coordinates.
   * Distributed memory parallelism on any system supporting MPI.
   * Arbitrary anisotropic electric permittivity ε and magnetic permeability μ,
     along with dispersive ε(ω) and μ(ω) including loss/gain,
     nonlinear (Kerr & Pockels) dielectric and magnetic materials,
     electric/magnetic conductivities σ, and saturable gain/absorption.
   * Perfectly-matched layer (PML) absorbing boundaries as well as
     Bloch-periodic and perfect-conductor boundary conditions.
   * Exploitation of symmetries to reduce the computation size, including
     even/odd mirror planes and 90°/180° rotations.
   * Arbitrary current sources including a guided-mode launcher.
   * Frequency-domain solver for finding the response to a
      continuous-wave (CW) source.
   * ε/μ and field import/export in the HDF5 data format.
   * GDSII file import for planar geometries.
   * Materials library containing predefined broadband, complex
     refractive indices.
   * Field analyses including Poynting flux, mode decomposition, near to far
     transformations, frequency extraction, local density of states (LDOS),
     modal volume, Maxwell stress tensor, arbitrary functions; completely
     programmable.
 .
 This package contains the Python binding

Package: megadepth
Description-md5: aeef1e8dd852befc766e5e4c03049304
Description-en: computes coverage from BigWig and BAM sequencing files
 A major concern for the interpretation of DNA and RNA (!) sequencing is
 the number of reads that cover a particular area. This package
 has interesting statistics for the distinction of coding and non-coding
 parts of the genome and knows how to interpret transcripts that
 span multiple exons.
 .
 This package is a successor of the program 'bamcount'.

Package: megaglest
Description-md5: 16516318e0cd5b30d9275cd66be92432
Description-en: 3D multi-player real time strategy game
 MegaGlest is a free 3D real-time customizable strategy game
 which takes place in a context which could be compared to that of the
 pre-renaissance Europe, with the licence that magic forces exist in the
 environment and can be controlled.
 .
 The current version is fully playable and supports both single player
 games against CPU controlled players and multiplayer matches over the
 Internet or a LAN.

Package: megaglest-data
Description-md5: 870f2c083dcae824ce9e4eb4d6f0d6be
Description-en: data files for MegaGlest
 This package contains the data, docs and translations for MegaGlest.
 .
 It contains many factions, models, textures, maps, tilesets, scenarios,
 tutorials and language files.

Package: megahit
Description-md5: ca1a5f54b468287b534b0f28a3e5a51a
Description-en: ultra-fast and memory-efficient meta-genome assembler
 Megahit is an ultra-fast and memory-efficient NGS assembler. It is
 optimized for metagenomes, but also works well on generic single genome
 assembly (small or mammalian size) and single-cell assembly.
 .
 The software was praised in a Briefings in Bioinformatics 5/2020
 review (DOI: 10.1093/bib/bbaa085).

Package: megan-ce
Description-md5: 9d2a087d23694cd1367d3e2d2d8540b9
Description-en: interactive tool to explore and analyse microbiome sequencing data
 MEGAN Community Edition is a shotgun sequencer to analyze microbiome samples.
 It is a rewrite and extension of the widely-used microbiome analysis tool
 MEGAN so as to facilitate the interactive analysis of the taxonomic and
 functional content of very large microbiome datasets. Other new features
 include a functional classifier called InterPro2GO, gene-centric read
 assembly, principal coordinate analysis of taxonomy and function, and support
 for metadata.  By integrating MEGAN CE with the high-throughput DNA-to-protein
 alignment tool DIAMOND a powerful and complete pipeline for the analysis of
 metagenome shotgun sequences can be provided.

Package: megapixels
Description-md5: 686bf83803647fe63a89c5a7f95e09e1
Description-en: GTK4 camera app for mobile using the V4L2 media request API
 Megapixels is a GTK4 camera application that knows how to deal with the V4L2
 media request API.

Package: megatools
Description-md5: 818427577095b586892ca95ce24270aa
Description-en: Command-line client for the Mega cloud storage service
 Megatools is a collection of programs for accessing the Mega.co.nz
 service from the command line.
 .
 Megatools allow you to copy individual files as well as entire
 directory trees to and from the cloud. You can also perform streaming
 downloads for example to preview videos and audio files, without
 needing to download the entire file first.
 .
 Megatools are robust and optimized for fast operation - as fast as
 Mega servers allow. Memory requirements and CPU utilization are kept
 at minimum.

Package: meld
Description-md5: a4f31a7bbb6825ffc38b4c9867a20df4
Description-en: graphical tool to diff and merge files
 Meld is a graphical diff viewer and merge application for the GNOME
 desktop. It supports 2 and 3-file diffs, recursive  directory diffs,
 diffing of directories under version control (Bazaar, Codeville, CVS,
 Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion), as well as
 the ability to manually and automatically merge file differences.

Package: melting
Description-md5: 7883fe01ce1b335bd4f0a43733eb7663
Description-en: compute the melting temperature of nucleic acid duplex
 This program computes, for a nucleic acid duplex, the enthalpy, the
 entropy and the melting temperature of the helix-coil
 transitions. Three types of hybridisation are possible: DNA/DNA,
 DNA/RNA, and RNA/RNA. The program first computes the hybridisation
 enthalpy and entropy from the elementary parameters of each Crick's
 pair by the nearest-neighbor method. Then the melting temperature is
 computed. The set of thermodynamic parameters can be easily changed,
 for instance following an experimental breakthrough.

Package: membernator
Description-md5: 0c123291900ce53cf51cd1238b02eef0
Description-en: Tool to scan membership cards to establish if they are valid
 membernator is a tool that can be used to scan membership cards and establish
 if they're valid or not against a CSV database. It relies on a graphical user
 interface and can be used by typing IDs manually or using a barcode scanner.

Package: members
Description-md5: 4f72df52c4a8c69707fb92158a7d8536
Description-en: Shows the members of a group; by default, all members
 members is the complement of groups: whereas groups shows the groups a
 specified user belongs to, members shows users belonging to a specified
 group.
 .
 Given the name of a group, members will send a space-separated list of
 member names to stdout.
 .
 Full option parsing has been added as of this version. You can ask for
 primary members, secondary members, both on one line, each on separate
 lines. If no option is selected, prints all members on one line by default.

Package: memcached
Description-md5: bce5393edad27bfe3ded536243320594
Description-en: High-performance in-memory object caching system
 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

Package: tcl-memchan
Description-md5: 2ad148d77270317c1c8a5c584363e867
Description-en: Tcl extension for in-memory channels - runtime library
 Allows the creation of I/O channels, which store data in memory, not
 on disk. It implements the channel types fifo, null, random and
 zero; and provides a C API for creating custom memory channels.
 .
 This package contains the runtime library to be used in Tcl programs.

Package: tcl-memchan-dev
Description-md5: 01678ede019ce2618d4bea4b872f5054
Description-en: Tcl extension for in-memory channels - development files
 Allows the creation of I/O channels, which store data in memory, not
 on disk. It implements the channel types fifo, null, random and
 zero; and provides a C API for creating custom memory channels.
 .
 This package contains files to be used for development of C-based
 extensions which use the Memchan library.

Package: memdump
Description-md5: f55ca06ba385903ccb2274088165fc0a
Description-en: utility to dump memory contents to standard output
 Program which dumps system memory to the standard output stream, skipping over
 holes in memory maps. By default, the program dumps the contents of physical
 memory.
 .
 This program will not work if CONFIG_STRICT_DEVMEM is enabled in kernel. Since
 2.6 version, several kernels are enabling this option by default.
 .
 memdump is useful in security tests and forensics investigations.

Package: libmemkind-dev
Description-md5: 4dce06527fb5e942581a126dcf9d3766
Description-en: user-extensible heap manager for heterogeneous memory platforms
 The memkind library is a user extensible heap manager built on top of
 jemalloc which enables control of memory characteristics and a partitioning
 of the heap between kinds of memory.  While arbitrary user control is
 possible, built-in characteristics include NUMA and page size.
 .
 This package contains the development files for libmemkind and related
 libraries.

Package: libmemkind-progs
Description-md5: 0ccda07d8887503b418366406db19f6a
Description-en: user-extensible heap manager for heterogeneous memory platforms
 The memkind library is a user extensible heap manager built on top of
 jemalloc which enables control of memory characteristics and a partitioning
 of the heap between kinds of memory.  While arbitrary user control is
 possible, built-in characteristics include NUMA and page size.
 .
 This package contains support programs that use libmemkind.

Package: libmemkind0
Description-md5: ee4ae8e10d5f73748fafb84663b58044
Description-en: user-extensible heap manager for heterogeneous memory platforms
 The memkind library is a user extensible heap manager built on top of
 jemalloc which enables control of memory characteristics and a partitioning
 of the heap between kinds of memory.  While arbitrary user control is
 possible, built-in characteristics include NUMA and page size.
 .
 This package contains the runtime library.

Package: memlockd
Description-md5: bf4c223ba5cd1bf18b71091e8cb5dc57
Description-en: daemon to lock files into RAM
 When a system starts paging excessively it may be impossible for the sysadmin
 to login for the purpose of killing the runaway processes (sometimes the
 login program times out due to thrashing).  Memlockd allows important system
 files (such as /bin/login, /bin/getty, and the admin shell) to be locked in
 memory so that there will be no delay in accessing executable pages.  In my
 tests this can decrease the time required for the administrator to login on a
 thrashing system by a factor of more than 3.

Package: memo
Description-md5: aa0341982203eae8c4150d681138c274
Description-en: unix-style note-taking software
 Memo is a note-taking and to-do software that runs on command line.
 With Memo, it's possible to concentrate on the tasks in your to-do list
 instead of spending time managing those tasks. After a while taking notes
 and keeping a to-do list is part of your daily life instead of some nasty
 thing you must remember to do.

Package: python3-memory-allocator
Description-md5: 70f8c9913b53813a21d3551d0e4d4584
Description-en: memory allocation extension class for cython -- Python 3
 An extension class to allocate memory easily with cython.
 .
 This package installs the library for Python 3.

Package: memstat
Description-md5: 9d09d69a80d71802d857028417947648
Description-en: Identify what's using up virtual memory
 Lists all the processes, executables, and shared libraries
 that are using up virtual memory. It's helpful to see how the
 shared memory is used and which 'old' libs are loaded.

Package: libmemtailor-dev
Description-md5: faf6393357ed0432450318ed728e6c65
Description-en: C++ library of special purpose memory allocators (developer tools)
 Memtailor is a C++ library of special purpose memory allocators. It currently
 offers an arena allocator and a memory pool.
 .
 This package contains the developer tools.

Package: libmemtailor0
Description-md5: 9a6736b1608b67887a364e9298fc3c59
Description-en: C++ library of special purpose memory allocators (shared library)
 Memtailor is a C++ library of special purpose memory allocators. It currently
 offers an arena allocator and a memory pool.
 .
 This package contains the shared library.

Package: memtest86+
Description-md5: aa685f84801773ef97fdaba8eb26436a
Description-en: thorough real-mode memory tester
 Memtest86+ scans your RAM for errors.
 .
 This tester runs independently of any OS - it is run at computer
 boot-up, so that it can test *all* of your memory.  You may want to
 look at `memtester', which allows to test your memory within Linux,
 but this one won't be able to test your whole RAM.
 .
 It can output a list of bad RAM regions usable by the BadRAM kernel
 patch, so that you can still use your old RAM with one or two bad bits.
 .
 Memtest86+ is based on memtest86 3.0, and adds support for recent
 hardware, as well as a number of general-purpose improvements,
 including many patches to memtest86 available from various sources.
 .
 Both memtest86 and memtest86+ are being worked on in parallel.

Package: memtester
Description-md5: 0d80355e93a9c5d7be1e35f42f6b1e1d
Description-en: Utility for testing the memory subsystem
 This is a userspace utility for testing the memory subsystem for faults.
 In comparison to memtest86 you do not need to reboot the computer to test
 for memory faults.
 .
 Memtester can also be told to test memory starting at a particular
 physical address.

Package: memtool
Description-md5: 0b36cca17a5125d222f764398818ee8a
Description-en: Development tool to modify memory mapped registers
 memtool allows one to read and write memory mapped registers via /dev/mem. The
 commands are inspired by the respective commands of the barebox bootloader.
 This is handy during driver development to inspect and modify register
 settings. It can also be used to modify regular files and character devices
 (e.g. to paint to /dev/fb0).

Package: mencal
Description-md5: c00767c2d6946aae1a04bb29e8a2a339
Description-en: menstruation calendar
 Mencal is a menstruation calendar written in Perl.
 .
 It is a simple variation of the well-known Unix command cal. The main
 difference is that you can have some periodically repeating days highlighted
 in color. This can be used to track menstruation (or other) cycles
 conveniently.

Package: mender-cli
Description-md5: 03e9d8b5b19c8d9cb68133a8b8af350a
Description-en: general-purpose CLI for the Mender backend
 Mender is an open source over-the-air (OTA) software updater
 for embedded Linux devices. Mender comprises a client running at the
 embedded device, as well as a server that manages deployments across
 many devices.
 .
 This package contains a standalone tool that makes it
 much easier to work with the Mender server management APIs
 (https://docs.mender.io/apis/management-apis).
 .
 The goal with mender-cli is to simplify integration between the Mender
 server and cloud services like continuous integration (CI)/build
 automation.

Package: mender-client
Description-md5: f63cb2510c63afcdfdc6f0f55a578cad
Description-en: Mender over-the-air software updater client.
 Mender: over-the-air updater for embedded Linux devices
 .
 Mender is an open source over-the-air (OTA) software updater for embedded
 Linux devices. Mender comprises a client running at the embedded device, as
 well as a server that manages deployments across many devices.
 .
 Embedded product teams often end up creating homegrown updaters
 at the last minute due to the need to fix bugs in field-deployed
 devices. However, the most important requirement for an embedded update
 process is robustness, for example loss of power at any time should not
 brick a device. This creates a challenge given the time constraints to
 develop and maintain a homegrown updater.
 .
 Mender aims to address this challenge with a robust and easy to use
 updater for embedded Linux devices, which is open source and available
 to anyone.
 .
 Robustness is ensured with atomic image-based deployments using a dual
 A/B rootfs partition layout. This makes it always possible to roll
 back to a working state, even when losing power at any time during the
 update process.
 .
 Ease of use is addressed with an intuitive UI, comprehensive documentation
 (https://docs.mender.io/), a meta layer for the Yocto Project
 (https://github.com/mendersoftware/meta-mender) for easy integration
 into existing environments, and high quality software (see the test
 coverage badge).
 .
 This repository contains the Mender client updater, which can be run in
 standalone mode (manually triggered through its command line interface)
 or managed mode (connected to the Mender server).
 .
 Mender not only provides the client-side updater, but also the backend and
 UI for managing deployments as open source. The Mender server is designed
 as a microservices architecture and comprises several repositories.
 .
 To start using Mender, we recommend that you begin with the Getting
 started section in the Mender documentation (https://docs.mender.io/).
 .
 In order to support rollback, the Mender client depends on integration
 with U-Boot and the partition layout. It is therefore most easily
 built as part of your Yocto Project image by using the meta layer for
 the Yocto Project (https://github.com/mendersoftware/meta-mender).

Package: mender-connect
Description-md5: a19e9144b9fe79fa1b5cf8c7b85d1837
Description-en: remote shell access add-on
 This package contains the remote shell access add-on. It enhances the
 Mender client (mender-client), allowing to log in to the devices
 remotely and start a shell in a remote terminal session.

Package: libmenhir-ocaml-dev
Description-md5: 477c47ea99fa9e825953cf0002c2609d
Description-en: Menhir library for OCaml
 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 OCaml, and has a number of enhancements over ocamlyacc.
 .
 This package contains the Menhir library for the OCaml programming language.
 It gives access to, among others, the following modules:
  * InfiniteArray: implements infinite arrays, that is, arrays
    that grow transparently upon demand.
  * RowDisplacement: compresses a two-dimensional table, where some
    values are considered insignificant, via row displacement.
  * Engine: LR parsing engine.

Package: menhir
Description-md5: eb72870474ecd3a5b03e7e1f8f3c8a41
Description-en: Parser generator for OCaml
 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 the OCaml system, and has the following enhancements over ocamlyacc:
  * it accepts LR(1) grammars,
  * it offers parameterized nonterminal symbols as well as a library of
    standard definitions,
  * it explains conflicts in terms of the grammar,
  * it allows grammar specifications to be split over multiple files and
    parametrized by OCaml modules,
  * it produces reentrant parsers.

Package: menhir-doc
Description-md5: 91dbeecec9865908a9e2366645d8e7b8
Description-en: Documentation of the Menhir parser generator for OCaml
 Menhir is a LR(1) parser generator for the OCaml programming language.
 It is mostly compatible with the ocamlyacc parser generator provided with
 OCaml, and has a number of enhancements over ocamlyacc.
 .
 This package contains the Menhir manual as a pdf file, and the collection
 of Menhir examples.

Package: menu
Description-md5: 0145fb4173b2e75d0c60cc61c6089403
Description-en: generates programs menu for all menu-aware applications
 Debian menu keeps transparently the menus in the different
 window-managers in sync with the list of installed programs.
 .
 Debian menu relies on a list of menu entries provided by programs
 and a list of menu-methods provided by window-managers and other
 menu-aware applications.
 .
 Menu provides system-level and user-level configuration and overrides
 for both menu entries and menu-methods.

Package: libmenu-cache-bin
Description-md5: 725d65d225e430ba8faeb2a194b5ea8f
Description-en: LXDE implementation of the freedesktop Menu's cache (libexec)
 Libmenu-cache is a library creating and utilizing caches to speed up
 the access to freedesktop.org defined application menus.
 .
 This package contains the binaries required to use libmenu-cache library.

Package: libmenu-cache-dev
Description-md5: 9176db60f0bc3d4cc5dea61f3800257e
Description-en: LXDE implementation of the freedesktop Menu's cache (devel)
 Libmenu-cache is a library creating and utilizing caches to speed up
 the access to freedesktop.org defined application menus.
 .
 This package contains the development files.

Package: libmenu-cache-doc
Description-md5: c863cdc802b3b4239d7d47d2183fe47e
Description-en: LXDE implementation of the freedesktop Menu's cache (docs)
 Libmenu-cache is a library creating and utilizing caches to speed up
 the access to freedesktop.org defined application menus.
 .
 This package contains the development documentation.

Package: libmenu-cache3
Description-md5: 339ffca81b7cd3e81a0fd029f499996a
Description-en: LXDE implementation of the freedesktop Menu's cache
 Libmenu-cache is a library creating and utilizing caches to speed up
 the access to freedesktop.org defined application menus.
 .
 It can be used as a replacement of libgnome-menu of gnome-menus:
 .
  * Shorten time for loading menu entries.
  * Ease of use (API is very similar to that of libgnome-menu).
  * Lightweight runtime library (parsing of the menu definition files
    are done by menu-cache-gen when the menus are really changed).
  * Less unnecessary and complicated file monitoring.
  * Heavily reduced disk I/O.

Package: menu-l10n
Description-md5: cbc0425b7a4253f5af6852a0e4d4ee60
Description-en: localized menu entries for Debian menu.
 Debian menu keeps transparently the menus in the different
 window-managers in sync with the list of installed programs.
 .
 Debian menu relies on a list of menu entries provided by programs
 and a list of menu-methods provided by window-managers and other
 menu-aware applications.
 .
 This package provides localized menu entries.

Package: menu-xdg
Description-md5: 78fb8eab88b96ef83ada62da826be856
Description-en: freedesktop.org menu compliant window manager scripts
 menu-xdg contains menu-methods to convert the Debian menu structure to
 the freedesktop.org xdg menu structure.
 .
  * Base Directory Specification Version 0.6
  * Menu Specification Version 0.8
  * Desktop Entry Specification Version 0.9.4

Package: menulibre
Description-md5: eacf3c867abb92994fdf61fd751325fa
Description-en: advanced FreeDesktop.org compliant menu editor
 An advanced menu editor that provides modern features in a clean, easy-to-use
 interface. All without GNOME dependencies, so even lightweight systems can
 benefit from the sanity that MenuLibre offers. MenuLibre is your one-stop shop
 for menus in Linux, whether you use GNOME, LXDE, Xfce, or Unity.

Package: mercurial
Description-md5: 01f62ef3bd1477c40a17577e8dcc5e14
Description-en: easy-to-use, scalable distributed version control system
 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 Its features include:
  * O(1) delta-compressed file storage and retrieval scheme
  * Complete cross-indexing of files and changesets for efficient exploration
    of project history
  * Robust SHA1-based integrity checking and append-only storage model
  * Decentralized development model with arbitrary merging between trees
  * High-speed HTTP-based network merge protocol
  * Easy-to-use command-line interface
  * Integrated stand-alone web interface
  * Small Python codebase
 .
 This package contains the architecture dependent files.

Package: mercurial-common
Description-md5: 715b60ef17ae723625b571846d6d05da
Description-en: easy-to-use, scalable distributed version control system (common files)
 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 This package contains the architecture independent components of Mercurial,
 and is generally useless without the mercurial package.

Package: mercurial-buildpackage
Description-md5: 1f921379944157feb2c2461ff2f137c9
Description-en: Suite to maintain Debian packages in Mercurial repository
 This package helps to automate the task of maintaining Debian
 packages by using the distributed version-control system Mercurial.
 The programs included are:
 .
 mercurial-importdsc: Import an existing Debian source package into a
 Mercurial repository.
 .
 mercurial-importorig: Import new upstream tarballs.
 .
 mercurial-pristinetar: Recreate source tarballs from the Mercurial
 repository so they are identical to original upstream tarballs.
 .
 mercurial-buildpackage: Build a Debian package from the Mercurial
 repository, either in-place or using pbuilder.
 .
 mercurial-tagversion: Mark an uploaded Debian package for future
 reference.

Package: mercurial-crecord
Description-md5: f0f047000fb3a8cc0eca02e086dc6199
Description-en: Mercurial crecord extension (transitional package)
 The selective commit functionality of Mercuial allows you to interactively
 choose among the changes you have made (with line-level granularity),
 and commit only those changes you select.  After committing the selected
 changes, the unselected changes are still present in your working copy,
 so you can use hg commit -i multiple times to split large changes into
 several smaller changesets.
 .
 This package shipped an extension which provided the following hg commands:
 .
  * crecord,
  * qcrecord,
  * qcrefresh.
 .
 This functionality has been incorporated into Mercurial since version 3.8.1.
 .
 This package is only provided for the convenience of the users of crecord and
 can be safely removed.

Package: mercurial-evolve
Description-md5: dc209278066a1af13bffe0fa4bbd5745
Description-en: evolve extension for Mercurial
 This package provides the experimental "evolve" extension for the Mercurial
 DVCS.
 .
 This extension provides several commands to mutate history and deal with issues
 it may raise.

Package: python3-mercurial-extension-utils
Description-md5: 5cfb128374c2c723d97e6e0cd7753aef
Description-en: Contains functions for writing Mercurial extensions
 Contains functions used by Mercurial extension mercurial-keyring. They are
 mostly tiny utilities related to configuration processing or location
 matching. They either extend Mercurial APIs a bit or support tasks which
 aren't strictly Mercurial related, but happen repeatedly during extension
 writing.

Package: mercurial-keyring
Description-md5: 68d451bf236eeac76d8a89df8f15f247
Description-en: Mercurial Keyring Extension
 mercurial_keyring is a Mercurial extension used to securely save HTTP
 and SMTP authentication passwords in password databases (GNOME Keyring,
 KDE KWallet, OSXKeyChain, specific solutions for Win32 and command line).
 This extension uses and wraps services of the keyring library.

Package: merecat
Description-md5: 14482c68340cce4881a0bf2e5be08b5c
Description-en: Embedded web server
 This is a simple web server based on Jef Poskanzer's thttpd.
 It supports all basic features required for most use-cases. The
 most prominent features are probably HTTPS, using OpenSSL, PHP,
 multiple servers with HTTP redirect support, redirect from HTTP
 to HTTPS, virtual hosts, and the URL-traffic-based throttling.
 .
 Its small footprint makes it suitable for small and embedded
 systems.

Package: python-mergedeep-doc
Description-md5: 66753bf06231281b37f911398cbf4fa2
Description-en: Deep merge function for Python (Documentation)
 This library can help if you need to do some deep merge without mutating
 the source dicts or while you want to deep merging into an existing dict.
 It provides various merge strategies (Replace, Additive, Typesafe replace,
 or Typesafe additive).
 .
 This package provides the documentation.

Package: python3-mergedeep
Description-md5: ae6f979cf9825033c2149c5a9c30e5e6
Description-en: Deep merge function for Python (Python3 version)
 This library can help if you need to do some deep merge without mutating
 the source dicts or while you want to deep merging into an existing dict.
 It provides various merge strategies (Replace, Additive, Typesafe replace,
 or Typesafe additive).
 .
 This package contains the Python 3 version of the library.

Package: mergelog
Description-md5: 495689dcd09b65682f33ae3907ddce25
Description-en: utility that merges httpd log files by date
 A small and fast C program which merges and sorts http log files in
 'Common Log Format' from web servers behind round-robin DNS.  It has
 been designed to easily manage huge log files from highly stressed
 servers.

Package: mergerfs
Description-md5: 408de9ea655425d71db51f41613d76be
Description-en: another FUSE union filesystem
 mergerfs is a union filesystem geared towards simplifying storage and
 management of files across numerous commodity storage devices. It is
 similar to mhddfs, unionfs, and aufs.
 .
 Some salient features include
  * Runs in userspace (FUSE)
  * Configurable behaviors
  * Support for extended attributes (xattrs)
  * Support for file attributes (chattr)
  * Runtime configurable (via xattrs)
  * Safe to run as root
  * Opportunistic credential caching
  * Works with heterogeneous filesystem types
  * Handling of writes to full drives
  * Handles pool of readonly and read/write drives

Package: meritous
Description-md5: b12c88060dd241cd0587d04053047e3c
Description-en: action-adventure dungeon crawl game
 Far below the surface of the planet is a secret.  A place of limitless
 power. Those that seek to control such a utopia will soon bring an end
 to themselves. Seeking an end to the troubles that plague him, PSI
 user MERIT journeys into the hallowed Orcus Dome in search of answers.
 .
 Meritous is a action-adventure game with simple controls but a
 challenge to find a balance of power verses recovery time during
 real-time battles. Set in a procedurally generated world, the player
 can explore thousands of rooms in search of powerful artifacts, tools
 to help them, and to eventually free the Orcus Dome from evil.

Package: meritous-data
Description-md5: 8e243d3b8d950597134186d304540a50
Description-en: action-adventure dungeon crawl game (datafiles)
 Meritous is a action-adventure game with simple controls but a
 challenge to find a balance of power verses recovery time during
 greal-time battles. Set in a procedurally generated world, the player
 can explore thousands of rooms in search of powerful artifacts, tools
 to help them, and to eventually free the Orcus Dome from evil.
 .
 This package contains the architecture-independent data files used by
 meritous.

Package: merkaartor
Description-md5: e39f2cb9c5a6aad4c102eaeb73b2abfb
Description-en: map editor for OpenStreetMap.org
 Merkaartor is a map editor for OpenStreetMap.org, the free editable map of the
 whole world.
 .
 Features:
  * download from and upload to the OpenStreetMap server
  * open .osm and .gpx files
  * create and move trackpoints, ways, and areas
  * add tags, delete features
  * reverse, split and join ways
  * visualize some leisure/landuse areas and road types
  * displaying GPS information

Package: mes
Description-md5: 30bf4243e8c40e614ccccb69813cf1db
Description-en: Maxwell Equations of Software
 GNU Mes aims to help create a full source bootstrap as part of the
 bootstrappable builds effort. It consists of a mutual self-hosting
 Scheme interpreter written in C and a Nyacc-based C compiler written
 in Scheme.
 .
 Mes and MesCC can compile a lightly patched TinyCC that is
 self-hosting.

Package: libd3dadapter9-mesa
Description-md5: 7e00c33b4c81f4834e4b1d47918d6125
Description-en: state-tracker for Direct3D9
 This package contains a Gallium3D state tracker that implements the Direct3D9
 API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
 achieve native (or better) graphics performance.

Package: libd3dadapter9-mesa-dev
Description-md5: 4043977533696b6cd4eacba2187c54cd
Description-en: state-tracker for Direct3D9 -- development files
 This package contains a Gallium3D state tracker that implements the Direct3D9
 API.  Combined with the gallium-nine branch of Wine, programs using D3D9 can
 achieve native (or better) graphics performance.
 .
 Development files

Package: libegl-mesa0
Description-md5: b66a0a444abc380f2430455fec07e449
Description-en: free implementation of the EGL API -- Mesa vendor library
 This package contains the EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package contains the Mesa vendor library for EGL.

Package: libegl1-mesa
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libegl1-mesa-dev
Description-md5: f0976997100febbc0dde500dd9c87805
Description-en: free implementation of the EGL API -- development files
 This package contains the development environment required for compiling
 programs against EGL native platform graphics interface library.
 EGL provides a platform-agnostic mechanism for creating rendering surfaces
 for use with other graphics libraries, such as OpenGL|ES.
 .
 This package provides the development environment for compiling programs
 against the EGL library.

Package: libgbm-dev
Description-md5: 97d3ae24c3bec4dfba8e29c665cda9e5
Description-en: generic buffer management API -- development files
 This package contains the GBM buffer management library.  It provides a
 mechanism for allocating buffers for graphics rendering tied to Mesa.
 .
 GBM is intended to be used as a native platform for EGL on drm or openwfd.
 .
 This package provides the development environment for compiling programs
 against the GBM library.

Package: libgbm1
Description-md5: 9c1f8de2c17715ff7ed9524db86be4dd
Description-en: generic buffer management API -- runtime
 This package contains the GBM buffer management library.  It provides a
 mechanism for allocating buffers for graphics rendering tied to Mesa.
 .
 GBM is intended to be used as a native platform for EGL on drm or openwfd.

Package: libgl1-mesa-dev
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libgl1-mesa-dri
Description-md5: 4ce0833dab51e157223384b77395619a
Description-en: free implementation of the OpenGL API -- DRI modules
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the OpenGL library itself, only the DRI
 modules for accelerating direct rendering.
 .
 For a complete description of Mesa, please look at the
 libglx-mesa0 package.

Package: libgl1-mesa-glx
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libglapi-mesa
Description-md5: 6da05dae0e50a214ae9b1d095f83c561
Description-en: free implementation of the GL API -- shared library
 The Mesa GL API module is responsible for dispatching all the gl*
 functions. It is intended to be mainly used by both the libgles1-mesa
 and libgles2-mesa packages.

Package: libgles2-mesa
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libgles2-mesa-dev
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libglx-mesa0
Description-md5: 553ff9489ccb9f6bdae31dc8c33ac85b
Description-en: free implementation of the OpenGL API -- GLX vendor library
 Mesa is a 3-D graphics library with an API which is very similar to
 that of OpenGL.  To the extent that Mesa utilizes the OpenGL command
 syntax or state machine, it is being used with authorization from
 Silicon Graphics, Inc.  However, the authors make no claim that Mesa
 is in any way a compatible replacement for OpenGL or associated with
 Silicon Graphics, Inc.
 .
 This version of Mesa provides GLX and DRI capabilities: it is capable of
 both direct and indirect rendering.  For direct rendering, it can use DRI
 modules from the libgl1-mesa-dri package to accelerate drawing.
 .
 This package does not include the modules themselves: these can be found
 in the libgl1-mesa-dri package.

Package: libosmesa6
Description-md5: e0dd0508dd95a809bb554369d28e278c
Description-en: Mesa Off-screen rendering extension
 OSmesa is a Mesa extension that allows programs to render to an
 off-screen buffer using the OpenGL API without having to create a
 rendering context on an X Server.  It uses a pure software renderer.
 .
 This package provides both 16-bit and 32-bit versions of the off-screen
 renderer which do not require external libraries to work.

Package: libosmesa6-dev
Description-md5: 9b1d7a0b3e6a2ea021f4443f42dcff4f
Description-en: Mesa Off-screen rendering extension -- development files
 This package provides the required environment for developing programs
 that use the off-screen rendering extension of Mesa.
 .
 For more information on OSmesa see the libosmesa6 package.

Package: libwayland-egl1-mesa
Description-md5: 635a93bcd1440d16621693fe064c2aa9
Description-en: transitional dummy package
 This is a transitional dummy package, it can be safely removed.

Package: libxatracker-dev
Description-md5: acb2dd21dbe796c5f50a1f153cef93e2
Description-en: X acceleration library -- development files
 This package contains the XA (X acceleration) library.  It is used exclusively
 by the X server to do render, copy and video acceleration.
 .
 XA is intended to be used by the vmware driver for virtualized X acceleration.
 .
 This package provides the development environment for compiling programs
 against the xatracker library.

Package: libxatracker2
Description-md5: 016e30e30b0b6c5bb9448c735436c520
Description-en: X acceleration library -- runtime
 This package contains the XA (X acceleration) library.  It is used exclusively
 by the X server to do render, copy and video acceleration.
 .
 XA is intended to be used by the vmware driver for virtualized X acceleration.

Package: mesa-common-dev
Description-md5: 0d9d46ba6861a0a8c404cf51db1e980d
Description-en: Developer documentation for Mesa
 This package includes the specifications for the Mesa-specific OpenGL
 extensions, the complete set of release notes and the development header
 files common to all Mesa packages.

Package: mesa-opencl-icd
Description-md5: 10fe1749fa432fa001ccca2f3b268b84
Description-en: free implementation of the OpenCL API -- ICD runtime
 This package contains the mesa implementation of the OpenCL (Open Compute
 Language) library, which is intended for use with an ICD loader. OpenCL
 provides a standardized interface for computational analysis on graphical
 processing units.

Package: mesa-va-drivers
Description-md5: c89bbf6e4f80a47acafd5858be814f3c
Description-en: Mesa VA-API video acceleration drivers
 These libraries provide the Video Acceleration API (VA-API) for Unix.
 They provide accelerated video playback (incl. H.264) and video
 post-processing for the supported graphics cards.
 .
 This package enables support for VA-API for some gallium drivers.

Package: mesa-vdpau-drivers
Description-md5: 19cfba61e1be17ccf30d9c5bb9ec109a
Description-en: Mesa VDPAU video acceleration drivers
 These libraries provide the Video Decode and Presentation API for Unix.
 They provide accelerated video playback (incl. H.264) and video
 post-processing for the supported graphics cards.
 .
 This package enables support for VDPAU for some gallium drivers.

Package: mesa-vulkan-drivers
Description-md5: de68f7559174261711b175701783338c
Description-en: Mesa Vulkan graphics drivers
 Vulkan is a low-overhead 3D graphics and compute API. This package
 includes Vulkan drivers provided by the Mesa project.

Package: mesa-utils
Description-md5: e17310803bc0d3dd9b6d709d27adaeae
Description-en: Miscellaneous Mesa utilities -- symlinks
 This package provides symlinks to several native utilities provided by Mesa,
 including glxinfo and glxgears.

Package: mesa-utils-bin
Description-md5: c07b3c02475d22644c1ecc91cdac0d9f
Description-en: Miscellaneous Mesa utilities -- native applications
 This package provides native builds of utilities provided by Mesa, including
 glxinfo and glxgears.

Package: mesaflash
Description-md5: d54839d71bb8c93af5423ae39b43e2c9
Description-en: Mesa Electronics utility tool
 This package provides a tool for the configuration and/or diagnosis of
 Mesa Electronics boards. The cards provide I/O channels for robotics
 applications and have a strong user base in the LinuxCNC community.
 This tool works for all cards, be they directly plugged into your
 computer via PCI(E) or connected by a cable (ETH/EPP/USB/SPI).

Package: mescc-tools
Description-md5: 5599eddce8d16e17d2e8b796c63f8dd6
Description-en: tools for binary bootstrapping
 The tools included provide very minimal functionality tools used in
 very early bootstrap of a toolchain.
 .
 blood-elf: generate ELF debug tables in M1-macro format from M1-macro
 assembly files
 .
 exec_enable: mark files as executable
 .
 get_machine: identify running hardware architecture
 .
 kaem: run shell scripts without a shell
 .
 hex2_linker: The trivially bootstrappable linker that is designed to
 be introspectable by humans and should you so desire assemble hex
 programs that you write.
 .
 M1-macro: The universal Macro assembler that can target any
 reasonable hardware architecture.

Package: libmeschach-dev
Description-md5: 0ebca0d1c27b5eb2f5823cf1eaab080f
Description-en: development files for meschach
 These are files necessary for compiling programs with the
 meschach linear algebra library.

Package: libmeschach1.2
Description-md5: 69dba98206becf30985c64c094368e12
Description-en: library for performing operations on matrices and vectors
 Meschach is a library of routines written in C for matrix
 computations. These include operations for basic numerical linear
 algebra; routines for matrix factorisations; solving systems of
 equations; solving least squares problems; computing eigenvalues,
 eigenvectors and singular values;sparse matrix computations including
 both direct and iterative methods. This package makes use of the
 features of the C programming language: data structures, dynamic
 memory allocation and deallocation, pointers, functions as parameters
 and objects. Meschach has a number of self-contained data structures
 for matrices, vectors and other mathematical objects.
 Web site: ftp://ftpmaths.anu.edu.au/pub/meschach/meschach.html

Package: meshlab
Description-md5: 95ccde5bf094296bd5f1ba72cd396516
Description-en: System for processing and editing triangular meshes
 This is an open source, portable, and extendible system for the
 processing and editing of unstructured 3D triangular meshes.
 The system is aimed to help the processing of the typical not-so-small
 unstructured models arising in 3D scanning, providing a set of tools for
 editing, cleaning, healing, inspecting, rendering and converting this kind
 of meshes.
 .
 Meshlab can read files in these formats: PLY, STL, OFF, OBJ, 3DS, COLLADA
 and PTX. It can write PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, and DXF.

Package: gltfpack
Description-md5: 8d950db402c66032f196ed5330361e61
Description-en: glTF mesh file optimizer
 gltfpack is a tool that can automatically optimize glTF files to reduce the
 download size and improve loading and rendering speed.
 .
 It substantially changes the glTF data by optimizing the meshes for
 vertex fetch and transform cache, quantizing the geometry to reduce the
 memory consumption and size, merging meshes to reduce the draw call count,
 quantizing and resampling animations to reduce animation size and simplify
 playback, and pruning the node tree by removing or collapsing redundant
 nodes. It will also simplify the meshes when requested to do so.

Package: libmeshoptimizer-dev
Description-md5: dedf1e744dfcdd8a3e26b7925a467747
Description-en: Mesh optimizing library for 3D object rendering - development headers
 When a GPU renders triangle meshes, various stages of the GPU pipeline have
 to process vertex and index data. The efficiency of these stages depends on
 the data you feed to them; this library provides algorithms to help optimize
 meshes for these stages, as well as algorithms to reduce the mesh complexity
 and storage overhead.
 .
 This package provides the development headers for the library.

Package: libmeshoptimizer2d
Description-md5: 55e3dc216793fa6a83d1867aa7f08b7c
Description-en: Mesh optimizing library for 3D object rendering
 When a GPU renders triangle meshes, various stages of the GPU pipeline have
 to process vertex and index data. The efficiency of these stages depends on
 the data you feed to them; this library provides algorithms to help optimize
 meshes for these stages, as well as algorithms to reduce the mesh complexity
 and storage overhead.

Package: libmeshsdfilter-dev
Description-md5: 9deb939a7597ca089f17a08a467f50cd
Description-en: Static/Dynamic Filtering for Mesh Geometry
 Implementation of the mesh normal filtering algorithm from the paper: Juyong
 Zhang, Bailin Deng, Yang Hong, Yue Peng, Wenjie Qin, Ligang Liu. Static/Dynamic
 Filtering for Mesh Geometry. arXiv:1712.03574.
 .
 This is a header-only library. This package contains the headers

Package: meshsdfilter-tools
Description-md5: a8e18b56fc421dc26e7077de8c98b745
Description-en: Static/Dynamic Filtering for Mesh Geometry
 Implementation of the mesh normal filtering algorithm from the paper: Juyong
 Zhang, Bailin Deng, Yang Hong, Yue Peng, Wenjie Qin, Ligang Liu. Static/Dynamic
 Filtering for Mesh Geometry. arXiv:1712.03574.
 .
 This package contains the binary executables

Package: meson
Description-md5: 05e8ad52532257641a3b106a0836e789
Description-en: high-productivity build system
 Meson is a build system designed to increase programmer
 productivity. It does this by providing a fast, simple and easy to
 use interface for modern software development tools and practices.

Package: elpa-meson-mode
Description-md5: eb330d45d60029cde1276b8626c6e8c1
Description-en: Major mode for the Meson build system files
 This is a major mode for Meson build system files. Syntax
 highlighting works reliably. Indentation works too, but there are
 probably cases, where it breaks. Simple completion is supported via
 `completion-at-point'. To start completion, use either <C-M-i> or
 install completion frameworks such as `company'. To enable
 `company' add the following to your .emacs:
 .
 (add-hook 'meson-mode-hook 'company-mode)

Package: python3-mesonpy
Description-md5: 57a584457b235edbde94f523ad001a0b
Description-en: Meson PEP 517 Python build backend
 This package enables Python package authors to use Meson as the build
 backend for their packages.
 .
 Meson is a build system designed to increase programmer productivity.
 It does this by providing a fast, simple and easy to use interface for
 modern software development tools and practices.

Package: mess-desktop-entries
Description-md5: 74cd0cee2ecd9ac3fcdfe7225be1c169
Description-en: Desktop entries for MESS ROMs
 This is a collection of desktop entries to handle ROM files for certain game
 consoles. They use the Multiple Emulator Super System (MESS) to start a
 game by simply double-clicking the ROM file from a file manager.

Package: elpa-message-templ
Description-md5: 36b2099fc6f81379d1906754537fa847
Description-en: templates for Emacs message-mode
 This Emacs addon provides templating for Emacs message-mode.  It can
 match message headers by regular expression, and then apply
 transformations to the message, such as changing the From: address or
 signature, and inserting boilerplate text.  It is also possible to
 run arbitrary Emacs Lisp to set up the message.

Package: libmessagingmenu-cil-dev
Description-md5: 0a342b3549d57499586afb15ca62e6f1
Description-en: CLI binding for the MessagingMenu library - development files
 This package provides the messagingmenu-sharp assembly that allows CLI (.NET)
 programs to use the MessagingMenu library provided by
 ayatana-indicator-messages.
 .
 This package contains development files for the messagingmenu-sharp library,
 and should be used for compilation.

Package: libmessagingmenu12.10-cil
Description-md5: 8eda6e914ceec183c578eee5ff6d6cf1
Description-en: CLI binding for the MessagingMenu library
 This package provides the messagingmenu-sharp assembly that allows CLI (.NET)
 programs to use the MessagingMenu library provided by
 ayatana-indicator-messages.

Package: gnome
Description-md5: 984c5028c0ccad6f8854b311229d0985
Description-en: Full GNOME Desktop Environment, with extra components
 This is the GNOME Desktop environment, an intuitive and attractive
 desktop, with extra components.
 .
 This metapackage depends on the standard distribution of the GNOME
 desktop environment, plus a complete range of plugins and other
 applications integrating with GNOME and Debian, providing the best
 possible environment to date.

Package: gnome-api-docs
Description-md5: 496b00afa16f37c71dba791811e45f2a
Description-en: API reference documentation for the GNOME libraries
 This metapackage brings all available API documentation for the
 libraries of the GNOME platform, as well as their important
 dependencies. This should be most of the documentation you need to
 write GNOME applications.
 .
 This documentation is best viewed within the devhelp documentation
 browser.

Package: gnome-core
Description-md5: fcab6512392d98bcda40d798ee6af273
Description-en: GNOME Desktop Environment -- essential components
 These are the core components of the GNOME Desktop environment, an
 intuitive and attractive desktop.
 .
 This metapackage depends on a basic set of programs, including a file
 manager, an image viewer, a web browser, a video player and other
 tools.
 .
 It contains the official “core” modules of the GNOME desktop.

Package: gnome-devel
Description-md5: 4b80f7ee218a9bd537ce4990cb1bc0fd
Description-en: GNOME Desktop Environment -- development tools
 These are the development tools of the GNOME Desktop environment, an
 intuitive and attractive desktop.
 .
 This metapackage depends on a recommended set of applications to
 develop new programs for GNOME.

Package: gnome-games
Description-md5: 2443e597e8cb9da0c471d6ba50ef9a22
Description-en: games for the GNOME desktop
 These are the games from the official GNOME release. They have the look and
 feel of the GNOME desktop, but can be used without it.
 .
 Games are now split in separate packages; this metapackage brings all
 of them but they can be installed separately.

Package: gnome-platform-devel
Description-md5: 7bf26e57deae6cf1571f41b9eebefca1
Description-en: GNOME development platform
 These are the development components that are part of the development
 “platform” for the GNOME Desktop environment, an intuitive and
 attractive desktop.
 .
 This metapackage depends on the recommended components to develop and
 build applications using GNOME technologies. Most of these components
 have long-term API stability guarantees.

Package: gnustep
Description-md5: 606c06d2bb4cf4710e41f368d083d407
Description-en: User applications for the GNUstep Environment
 These packages will give a fairly complete GNUstep user environment.
 .
 This is a metapackage depending on some of the important GNUstep
 applications.

Package: gnustep-core-devel
Description-md5: 5e2c73f5f3771ecfb89dca395437e8d1
Description-en: GNUstep Development Environment -- core libraries
 These are the packages needed to develop programs for the GNUstep
 environment.
 .
 This is a metapackage that depends on the GNUstep core libraries
 (FoundationKit and AppKit, aka GNUstep Base and GUI).

Package: gnustep-core-doc
Description-md5: d4d2c2b0556302d94c3e856710d2c4bd
Description-en: GNUstep Development Environment -- core documentation
 These packages provide documentation for developing programs for the
 GNUstep environment.
 .
 This is a metapackage that depends on the documentation packages of
 the core GNUstep development environment (GNUstep Make, Base and
 GUI).

Package: gnustep-devel
Description-md5: 420c2d7aa2dd99c3903918c951c973f9
Description-en: GNUstep Development Environment -- development tools
 These packages provide tools for development applications for GNUstep, as
 well as extra libraries for the GNUstep environment.
 .
 This is a metapackage that depends on gnustep-core-devel and commonly
 used development applications.

Package: gnustep-games
Description-md5: ccb0bfaff1d7a5c398647ae23633ca76
Description-en: GNUstep based games
 These packages are a few games for GNUstep.
 .
 This is a metapackage that depends on (almost) all games designed for
 the GNUstep environment.

Package: kde-baseapps
Description-md5: 77088f0da9466f1f5b26057c5e994301
Description-en: base applications from the official KDE release (metapackage)
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This package provides core applications for the desktop.

Package: kde-full
Description-md5: 2a5a2a91383527e4dbde0d70f736a8b7
Description-en: complete KDE Software Compilation for end users
 KDE is the powerful, integrated, and easy-to-use Free Software desktop
 platform and suite of applications.
 .
 This metapackage includes all the official modules released with KDE Sotware
 Compilation that are not specific to development and as well other KDE
 applications that are useful for a desktop user. This includes multimedia,
 networking, graphics, education, games, system administration tools, and other
 artwork and utilities.

Package: kde-plasma-desktop
Description-md5: dda525830e71382895be1bce7ba76f00
Description-en: KDE Plasma Desktop and minimal set of applications
 KDE is the powerful, integrated, and easy-to-use Free Software desktop
 platform and suite of applications.
 .
 This metapackage pulls in the core modules released with the KDE Software
 Compilation including the basic KDE Plasma Desktop, minimal set of basic
 applications (browser, file manager, text editor, system settings, panel,
 etc.), important libraries and data.

Package: kde-standard
Description-md5: 22b1a1d202f3643155a96f5ad211c0fb
Description-en: KDE Plasma Desktop and standard set of applications
 The KDE Software Compilation is the powerful, integrated, and easy-to-use Free
 Software desktop platform and suite of applications.
 .
 This metapackage includes the KDE Plasma Desktop and a selection of the most
 common used applications in a standard KDE desktop.

Package: kdeaccessibility
Description-md5: edcc8474c7d4fe0ea99ceb99a05a6589
Description-en: accessibility packages from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of programs to make KDE more
 accessible, provided with the official release of KDE.

Package: kdeadmin
Description-md5: bdaa2e3ac823ec2a9fdd8f424e8bdc4a
Description-en: system administration tools from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of system administration tools
 provided with the official release of KDE.

Package: kdeedu
Description-md5: 0a3dd841e273bd2df44bda7e90f9fc48
Description-en: educational applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes educational applications provided with the
 official release of KDE.

Package: kdegames
Description-md5: d6e0536ebe2fb4dbb9d323c69fb612d5
Description-en: games from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of games provided with the official
 release of KDE.

Package: kdegraphics
Description-md5: 9a5e4b229bb37cb0bffc0a8c4a5291f2
Description-en: graphics applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes graphics applications provided with the official
 release of KDE.

Package: kdemultimedia
Description-md5: 1b6f5f82798d47eb5566bec679de6584
Description-en: multimedia applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes multimedia applications provided with the official
 release of KDE.

Package: kdenetwork
Description-md5: 5135673c1119282eed011aa33a80313c
Description-en: networking applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes networking applications provided with the official
 release of KDE.

Package: kdepim
Description-md5: 13df2537eaec012b9e735cdc8dac9d49
Description-en: Personal Information Management apps from the official KDE release
 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 metapackage includes a collection of Personal Information Management
 (PIM) desktop applications provided with the official release of KDE.

Package: kdesdk
Description-md5: 3458551795d538676d8830a27e2d2a88
Description-en: Software Development Kit from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes software development applications provided with the
 official release of KDE.

Package: kdetoys
Description-md5: 7e25576d594c58c06b2c27bbad9f4647
Description-en: desktop toys from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes desktop toys provided with the official release of
 KDE.

Package: kdeutils
Description-md5: 5c28b07fababef5585d7bd444bbdaaea
Description-en: general-purpose utilities from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes general-purpose utilities provided with the
 official release of KDE.

Package: kdewebdev
Description-md5: 1335f2383a57d68af5cf35cc2f4e09ee
Description-en: web development apps from the official KDE release
 This metapackage includes a collection of web development applications
 provided with the official release of KDE.

Package: kde-telepathy
Description-md5: 6e3391ed1a15003782f262208b149e20
Description-en: metapackage for installing all the KDE Telepathy components
 KDE Telepathy aims to integrate real-time communication and collaboration
 features into the KDE Plasma Workspaces. It provides means to connect
 to several instant messaging networks, chat with your friends and
 collaborate with them.
 .
 KDE Telepathy consists of several independent components that need to be
 used together to provide all the available features. This package is
 a metapackage that installs all those components.
 .
 Apart from the dependencies that this metapackage pulls, you will also
 need to install at least one of the telepathy-gabble, telepathy-salut,
 telepathy-haze packages to be able to connect to your IM networks.
 gabble provides xmpp (jabber, google talk/plus, facebook), salut provides
 link-local xmpp (using avahi) and haze provides most other common protocols.

Package: kde-telepathy-minimal
Description-md5: 495bdadb9f9ff883fdf8e70c0deb1b86
Description-en: metapackage for installing the basic KDE Telepathy components
 KDE Telepathy aims to integrate real-time communication and collaboration
 features into the KDE Plasma Workspaces. It provides means to connect
 to several instant messaging networks, chat with your friends and
 collaborate with them.
 .
 KDE Telepathy consists of several independent components that need to be
 used together to provide all the available features. This package is
 a metapackage that installs the most basic components, for the most simple
 use case. For installing all the components, use the kde-telepathy
 metapackage.
 .
 Apart from the dependencies that this metapackage pulls, you will also
 need to install at least one of the telepathy-gabble, telepathy-salut,
 telepathy-haze packages to be able to connect to your IM networks.
 gabble provides xmpp (jabber, google talk/plus, facebook), salut provides
 link-local xmpp (using avahi) and haze provides most other common protocols.

Package: ocaml-core
Description-md5: 7040e27026310b4307dc6463f97f0656
Description-en: OCaml core tools (metapackage)
 A metapackage containing dependencies on, and suggestions of packages useful
 for developing in the Objective Caml (OCaml) programming language.
 .
 Includes dependencies on various tools related to OCaml like
 compiler and preprocessor, tuareg mode for the emacs editor, package manager,
 documentation tool and more.

Package: ocaml-libs
Description-md5: 46b81cb4fbdedb1435c10dd3d46384ae
Description-en: OCaml core libraries (metapackage)
 A metapackage containing dependencies for the Objective Caml
 (OCaml) programming language core libraries.
 .
 Includes dependencies on various kinds of OCaml core libraries like
 graphics, networking, compression, and XML parsing.

Package: phosh-core
Description-md5: a4049088e49b5eafc2202e42bf3648cc
Description-en: GNOME/Phosh mobile Environment -- essential components
 These are the core components of the GNOME/Phosh environment for mobile
 devices.
 .
 This aims to be similar to the GNOME desktop environment but for mobile
 devices.
 .
 This metapackage depends on a basic set of programs, including a
 web browser and a contacts application.

Package: phosh-full
Description-md5: b9afd0edaf8edcbbd976192a3668cc20
Description-en: GNOME/Phosh mobile Environment, with extra components
 This is the GNOME/Phosh environment for mobile devices.
 .
 This metapackage depends on a bigger set of programs than phosh-core
 giving a more complete environment.

Package: phosh-games
Description-md5: 762ff3939c1aa914d11d236f6669c253
Description-en: games for the GNOME/Phosh mobile environment
 These are the games from the GNOME/Phosh environment that should fit the
 screens of mobile devices.
 .
 Games are now split in separate packages; this metapackage brings all
 of them but they can be installed separately.

Package: phosh-phone
Description-md5: 63370969cc54840359ae1f092b9e78ef
Description-en: GNOME/Phosh mobile Environment -- phone components
 These are the phone related components of the GNOME/Phosh environment for
 mobile devices.
 .
 This aims to be similar to the GNOME desktop environment but for mobile
 devices.
 .
 This metapackage depends on a set of programs that are needed for
 phone calls and sms handling.

Package: phosh-tablet
Description-md5: 6c3be9743c40222243dad2dc519fa0a2
Description-en: GNOME/Phosh mobile Environment -- tablet components
 These are the tablet related components of the GNOME/Phosh environment for
 mobile devices.
 .
 This aims to be similar to the GNOME desktop environment but for mobile
 devices.
 .
 This metapackage depends on a set of programs that are useful on tablets.

Package: unison
Description-md5: f895ae84f8a67077573eb8b814cb7cb9
Description-en: file-synchronization tool for Unix and Windows
 Unison is a file-synchronization tool for Unix and Windows, written
 in OCaml. It allows two replicas of a collection of files and
 directories to be stored on different hosts (or different disks
 on the same host), modified separately, and then brought up to
 date by propagating the changes in each replica to the other.
 .
 Unison offers several advantages over various synchronization methods
 such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
 synchronize between Windows and many UNIX platforms. Unison requires
 no root privileges, system access or kernel changes to function. Unison
 can synchronize changes to files and directories in both directions,
 on the same machine, or across a network using ssh or a direct
 socket connection.
 .
 Transfers are optimised using a version of the rsync protocol,
 making it ideal for slower links. Unison has a clear and precise
 specification, and is resilient to failure due to its careful
 handling of the replicas and its private structures.

Package: unison-gtk
Description-md5: bf480c6d029a683c396a23f3dd9191d9
Description-en: file-synchronization tool for Unix and Windows with GTK+ interface
 Unison is a file-synchronization tool for Unix and Windows, written
 in OCaml. It allows two replicas of a collection of files and
 directories to be stored on different hosts (or different disks
 on the same host), modified separately, and then brought up to
 date by propagating the changes in each replica to the other.
 .
 Unison offers several advantages over various synchronization methods
 such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
 synchronize between Windows and many UNIX platforms. Unison requires
 no root privileges, system access or kernel changes to function. Unison
 can synchronize changes to files and directories in both directions,
 on the same machine, or across a network using ssh or a direct
 socket connection.
 .
 Transfers are optimised using a version of the rsync protocol,
 making it ideal for slower links. Unison has a clear and precise
 specification, and is resilient to failure due to its careful
 handling of the replicas and its private structures.
 .
 This package adds the optional GTK+ interface.

Package: metabat
Description-md5: 52a2d8f94d83c2e34f9c1421dfe0b201
Description-en: robust statistical framework for reconstructing genomes from metagenomic data
 MetaBAT integrates empirical probabilistic distances of genome abundance
 and tetranucleotide frequency for accurate metagenome binning. MetaBAT
 outperforms alternative methods in accuracy and computational efficiency
 on both synthetic and real metagenome datasets. It automatically forms
 hundreds of high quality genome bins on a very large assembly consisting
 millions of contigs in a matter of hours on a single node.

Package: metacam
Description-md5: 1415344d68dd93d75d91009fe57a50c5
Description-en: extract EXIF information from digital camera files
 EXIF (Exchangeable Image File Format) is a standard for storing interchange
 information in image files, especially those using JPEG compression. Most
 digital cameras, including mobile phones, now use the EXIF format.
 .
 The format is part of the DCF standard created by JEIDA to encourage the
 interoperability between imaging devices. In addition to the standard EXIF
 fields, MetaCam also supports vendor-specific extensions from Nikon, Olympus,
 Canon and Casio.
 .
 This program is useful in forensics investigations.

Package: libmetacity-dev
Description-md5: 2870632925f93a4879c6dd6207016ddb
Description-en: development files for the Metacity window manager
 Metacity is a small window manager, using GTK to do everything.
 .
 As the author says, metacity is a "Boring window manager for the adult in
 you. Many window managers are like Marshmallow Froot Loops; Metacity is
 like Cheerios."
 .
 This package contains the development files.

Package: libmetacity3
Description-md5: a636d9a504b8d22465fdf467b4819178
Description-en: library for the Metacity window manager
 Metacity is a small window manager, using GTK to do everything.
 .
 As the author says, metacity is a "Boring window manager for the adult in
 you. Many window managers are like Marshmallow Froot Loops; Metacity is
 like Cheerios."
 .
 This package contains the shared library.

Package: metacity
Description-md5: f151d15465b54378e38e11dff00a05f0
Description-en: lightweight GTK window manager
 Metacity is a small window manager, using GTK to do everything.
 .
 As the author says, metacity is a "Boring window manager for the adult in
 you. Many window managers are like Marshmallow Froot Loops; Metacity is
 like Cheerios."
 .
 This package contains the core binaries.

Package: metacity-common
Description-md5: 344ddbeacffa94a670243e2455c7f6cb
Description-en: shared files for the Metacity window manager
 Metacity is a small window manager, using GTK to do everything.
 .
 As the author says, metacity is a "Boring window manager for the adult in
 you. Many window managers are like Marshmallow Froot Loops; Metacity is
 like Cheerios."
 .
 This package contains the shared files.

Package: metacity-themes
Description-md5: 47024892dcd85d1c744195d0df3d877f
Description-en: Themes for the Gtk2 metacity window manager
 This collection of themes for the metacity window manager has been carefully
 compiled from a number of sources. Each one is publically available under a
 license which complies with the Debian free software guidelines, most commonly
 the GPL license. The themes have been individually checked to ensure that they
 are all of high quality: they have a consistent design; include high quality
 graphics; handle all types of window.
 .
 Included Themes:
     * Urbicande
     * OutlineHot
     * OutlineAsh
     * OutlineBeach
     * OutlineCoal
     * OutlineCold
     * OutlineFruity
     * OutlineWinter
     * keramik-Gyellow
     * mcblue
     * quiet-purple
     * BrushedMetal
     * Alloy
     * HeliX-Sweetpill-Crowberry
     * Watercolor
     * Redmond
     * Nodoka
 .
 The themes have primarity been gathered from http://themes.freshmeat.net and
 http://sunshineinabag.co.uk. I would like to hear suggestion for other high
 quality themes to be included, however please be sure to read the
 /usr/share/doc/metacity-themes/README.Debian file first, as it documents
 reasons why a number of themes were not included.

Package: python3-metaconfig
Description-md5: 4c711b557182e079f07afa069d577164
Description-en: Python ConfigParser bootstrapping library (Python3)
 Metaconfig is a library for centralising Python's ConfigParser files.
 It is inspired by the logging module where it is increadibly easy to start
 writing code that depends on logging whilst deferring how log messages will
 be handled until later.

Package: metadata-cleaner
Description-md5: bde432a59e0aa009210c6c7dc79d45c3
Description-en: GTK app for viewing and cleaning metadata in files
 Metadata within a file can tell a lot about you. Cameras record data about when
 a picture was taken and what camera was used. Office applications automatically
 add author and company information to documents and spreadsheets. Maybe you
 do not want to disclose those information.
 .
 This tool allows you to view metadata in your files and to get rid of them as
 much as possible.
 .
 Under the hood, it relies on mat2 to parse and remove the metadata.

Package: metadata-json-lint
Description-md5: 04f535b2e1ed75d851c5424bdf3ee362
Description-en: Utility to verify Puppet metadata.json files
 This tool lets users verify that a file in Puppet modules, metadata.json,
 conforms to the format that it is expected to have.
 .
 The metadata.json file is used when publishing a module to the public module
 repository on forge.puppet.com, or to a private module forge. With this
 information, you can expose dependencies to other modules, set Puppet version
 requirements and expose the module's license, author and other such metadata.
 .
 metadata-json-lint can be used directly, or it can be used through
 puppet-development-kit.

Package: libmetainf-services-java
Description-md5: 95f22d783f8a44fa750f726637afc616
Description-en: META-INF/services generator
 This tiny library is an annotation processor that automatically generates
 META-INF/services/* file from annotations that you placed on your source
 code, thereby eliminating the need for you to do it by yourself.

Package: python-metakernel-doc
Description-md5: 8279f329faafb495f4e36ef9c784a799
Description-en: Jupyter kernel base class (documentation)
 A Jupyter kernel base class in Python which includes core magic
 functions (including help, command and file path completion,
 parallel and distributed processing, downloads, and much more).
 .
 This package installs the HTML documentation.

Package: python3-metakernel
Description-md5: 09c35f47a4b52fdec963597cb543c524
Description-en: Jupyter kernel base class
 A Jupyter kernel base class in Python which includes core magic
 functions (including help, command and file path completion,
 parallel and distributed processing, downloads, and much more).
 .
 This package installs the library.

Package: metalfinder
Description-md5: 3a218b62b5ba1b7376ee697f6ec4e458
Description-en: cli tool to find concerts using your music collection
 metalfinder is a command-line tool that scans a music directory to find
 concerts near a specified location.

Package: metamath
Description-md5: 4e59e766d3a9f9187c1c0bd8ff09b56b
Description-en: Language for mathematical proofs
 Metamath is a tiny language for expressing theorems in abstract
 mathematics, accompanied by proofs that can be verified by a computer
 program.
 .
 This program is the reference implementation of the language. It
 provides a proof checker, a proof editor and tools to automatically
 render theorems and proofs to HTML and LaTeX files.
 .
 This package does not contain proof databases, but the tools to deal
 with them. The user can create their own databases, use those
 available on the Internet or provided by the metamath-databases
 package.

Package: metamath-databases
Description-md5: e2d0fae982e8a7f85b1ec36b0ea4d5fa
Description-en: Sample databases for Metamath
 Metamath is a tiny language for expressing theorems in abstract
 mathematics, accompanied by proofs that can be verified by a computer
 program.
 .
 This package contains a number of Metamath databases developed
 collectively by people from the Metamath project, including set.mm
 (Metamath Proof Explorer) and others available at http://us.metamath.org/.
 .
 You can edit and verify these databases with any tool implementing the
 Metamath language, including the reference implementation available in
 the package metamath.

Package: metamonger
Description-md5: bcbf7535e550953a3787466ee7a9218a
Description-en: Save, diff, and restore filesystem metadata
 metamonger allows you to save, diff, and restore filesystem metadata like
 mtime, atime, uid, gid, etc. The storage backend is line-wise JSON; this makes
 it easy to commit, track, and merge the data with a VCS like Git as well as
 edit the stored data by hand.

Package: metaphlan
Description-md5: a763566d3ad6d39c5520b905f564f76f
Description-en: Metagenomic Phylogenetic Analysis
 MetaPhlAn is a computational tool for profiling the composition of
 microbial communities (Bacteria, Archaea and Eukaryotes) from
 metagenomic shotgun sequencing data (i.e. not 16S) with species-level.
 With the newly added StrainPhlAn module, it is now possible to perform
 accurate strain-level microbial profiling.
 .
 MetaPhlAn relies on ~1.1M unique clade-specific marker genes (the latest
 marker information file mpa_v31_CHOCOPhlAn_201901_marker_info.txt.bz2
 can be found here) identified from ~100,000 reference genomes (~99,500
 bacterial and archaeal and ~500 eukaryotic), allowing:
 .
  * unambiguous taxonomic assignments;
  * accurate estimation of organismal relative abundance;
  * species-level resolution for bacteria, archaea, eukaryotes and
    viruses;
  * strain identification and tracking
  * orders of magnitude speedups compared to existing methods.
  * metagenomic strain-level population genomics

Package: metaphlan2-data
Description-md5: f0775409e41de9fba49cda4590c73ce4
Description-en: data package for Metagenomic Phylogenetic Analysis
 MetaPhlAn is a computational tool for profiling the composition of
 microbial communities (Bacteria, Archaea, Eukaryotes and Viruses) from
 metagenomic shotgun sequencing data with species level resolution. From
 version 2.0, MetaPhlAn is also able to identify specific strains (in the
 not-so-frequent cases in which the sample contains a previously
 sequenced strains) and to track strains across samples for all species.
 .
 MetaPhlAn 2.0 relies on ~1M unique clade-specific marker genes (the
 marker information file can be found at src/utils/markers_info.txt.bz2
 or here) identified from ~17,000 reference genomes (~13,500 bacterial
 and archaeal, ~3,500 viral, and ~110 eukaryotic), allowing:
 .
  * unambiguous taxonomic assignments;
  * accurate estimation of organismal relative abundance;
  * species-level resolution for bacteria, archaea, eukaryotes and
    viruses;
  * strain identification and tracking
  * orders of magnitude speedups compared to existing methods.
  * metagenomic strain-level population genomics
 .
 This package contains the data for metaphlan2.

Package: metapixel
Description-md5: e21789994eab123d697c18d19185099c
Description-en: generator for photomosaics
 Metapixel is a program for generating photomosaics. It can generate
 classical photomosaics, in which the source image is viewed as a matrix
 of equally sized rectangles for each of which a matching image is
 substitued, as well as collage-style photomosaics, in which rectangular
 parts of the source image at arbitrary positions (i.e. not aligned to a
 matrix) are substituted by matching images.

Package: metar
Description-md5: 2ab9798a427af08be1bb013341eea609
Description-en: utility to download/decode METAR reports
 Metar is a small utility that will download meteorological reports for
 aviation from the NOAA HTTP server at weather.noaa.gov and optionally decodes
 them into a human readable form.
 .
 This package is particularly useful is you want to quickly find out what the
 weather is like in places all over the world and you do not need fancy GUIs.

Package: metastore
Description-md5: c4000f7a16559f1debc3090c46bb68f2
Description-en: Store and restore metadata from a filesystem
 metastore is a tool to store the metadata of files/directories/links in
 a file tree to a separate file and to later compare and apply the
 stored metadata to said file tree.
 .
 The tool was written as a supplement to git which does not store all
 metadata, making it unsuitable for e.g. storing /etc in a repo.
 .
 metastore can also be helpful in a backup script if you want to create
 a tarball of a file tree and make sure that "everything" (e.g. xattrs,
 mtime, owner, group) is stored along with the files.

Package: metastudent
Description-md5: c418c012aef97c340d997d3607bd43a0
Description-en: predictor of Gene Ontology terms from protein sequence
 Often, only the sequence of a protein is known, but
 not its functions. Metastudent will try to predict
 missing functional annotations through homology searches (BLAST).
 .
 All predicted functions correspond to Gene Ontology (GO)
 terms from the Molecular Function (MFO), the Biological Process
 (BPO) and the Cellular Component Ontology (CCO) and are associated
 with a reliability score.

Package: metastudent-data
Description-md5: 3d66ac64bfbee617e168d06659791de9
Description-en: predictor of Gene Ontology terms from protein sequence - data files
 Often, only the sequence of a protein is known, but
 not its functions. Metastudent will try to predict
 missing functional annotations through homology searches (BLAST).
 .
 All predicted functions correspond to Gene Ontology (GO)
 terms from the Molecular Function Ontology (MFO) and the Biological Process
 Ontology (BPO) and are associated with a reliability score.
 .
 This package contains data files for metastudent.

Package: metastudent-data-2
Description-md5: 41ad429b3753a788e57250cb2b66ae48
Description-en: predictor of Gene Ontology terms from protein sequence - data #2
 Often, only the sequence of a protein is known, but
 not its functions. Metastudent will try to predict
 missing functional annotations through homology searches (BLAST).
 .
 All predicted functions correspond to Gene Ontology (GO)
 terms from the Molecular Function Ontology (MFO) and the Biological Process
 Ontology (BPO) and are associated with a reliability score.
 .
 This package contains additional data files for metastudent.

Package: gnome-theme-gilouche
Description-md5: fefcd6e28bc9a66fd898debaec4fccb6
Description-en: openSUSE Gilouche Theme
 This theme is the default one used in openSUSE. This package provides the
 complete theme, consisting of icons, and Metacity and GTK+ themes.
 .
 The icon theme was previously known as openSUSE Industrial, but has been
 renamed to Gilouche as well.

Package: meteo-qt
Description-md5: 4c4b20dbcb333e77894da3e8fcbbe605
Description-en: Application to display weather information
 meteo-qt is an application to display weather information in desktop panels,
 desktop notifications and it's own window.
 .
 Weather data is taken from OpenWeatherMap (http://openweathermap.org/). The
 application is based on Python 3 and Qt 5.

Package: meteo-qt-l10n
Description-md5: dfd9d130011cd2e59b915173375bc604
Description-en: Application to display weather information (translations)
 meteo-qt is an application to display weather information in desktop panels,
 desktop notifications and it's own window.
 .
 This package provides the meteo-qt translations.

Package: meterbridge
Description-md5: f5c5fa68a3f6bfe3e80688bb9f67884e
Description-en: Collection of Audio meters for the JACK audio server
 Meterbridge implements various meters for the JACK Audio Connection Kit.
 Examples of the available types are:
   * PPM Peak Program level Meter
   * VU Volume Unit Meter
   * DPM Digital Peak Meter
   * JF Jellyfish Meter
   * SCO Scope

Package: meterec
Description-md5: 0ea97d6a0534a5aacc22fd0369fdd7ec
Description-en: minimalistic multi track recorder
 meterec works as a basic multi track tape recorder. The aim of meterec
 is to minimise the interactions of the users with the computer and allow
 them to focus on their instrumental performance. For this reason meterec
 features are minimal. One of the main "limitations" is that meterec can
 only restart from time 0:00:00.00: if you fail one take, start it over
 again. Rather than learning how to use a specific software to correct
 what you lost, meterec forces to learn and master your instrument.

Package: libmetis-dev
Description-md5: a58d4dd979258f5f559727b1e2cc4055
Description-en: Serial Graph Partitioning and Fill-reducing Matrix Ordering. Header
 METIS is a set of serial programs for partitioning graphs, partitioning finite
 element meshes, and producing fill reducing orderings for sparse matrices.
 The algorithms implemented in METIS are based on the multilevel
 recursive-bisection, multilevel k-way, and multi-constraint partitioning
 schemes. The package contains a header-file.

Package: libmetis-doc
Description-md5: 2528f66a8c5d7135bd3fd8fc607002bb
Description-en: Serial Graph Partitioning and Fill-reducing Matrix Ordering. Documentation
 METIS is a set of serial programs for partitioning graphs, partitioning finite
 element meshes, and producing fill reducing orderings for sparse matrices.
 The algorithms implemented in METIS are based on the multilevel
 recursive-bisection, multilevel k-way, and multi-constraint partitioning
 schemes. The package contains examples and documentation.

Package: libmetis5
Description-md5: 5ecba79562a1f64953b11cec5c00f5d1
Description-en: Serial Graph Partitioning and Fill-reducing Matrix Ordering
 METIS is a set of serial programs for partitioning graphs, partitioning finite
 element meshes, and producing fill reducing orderings for sparse matrices.
 The algorithms implemented in METIS are based on the multilevel
 recursive-bisection, multilevel k-way, and multi-constraint partitioning
 schemes.

Package: metis
Description-md5: c116c34a069d539638774c5d41da7e6d
Description-en: Serial Graph Partitioning and Fill-reducing Matrix Ordering. Binaries
 METIS is a set of serial programs for partitioning graphs, partitioning finite
 element meshes, and producing fill reducing orderings for sparse matrices.
 The algorithms implemented in METIS are based on the multilevel
 recursive-bisection, multilevel k-way, and multi-constraint partitioning
 schemes. The package contains some binaries for graph analyzing.

Package: libmetkit-data
Description-md5: e17aed0c2e16f83f05902006ac4a1168
Description-en: Data used by the ECMWF Metkit Library
 MetKit is a toolkit from ECMWF for manipulating and describing
 meteorological objects, implementing the MARS language and associated
 processing and semantics.
 .
 This package contains data used by Metkit

Package: libmetkit-dev
Description-md5: b404f9e9f4b2eda46ac44f899fd39740
Description-en: Development files for the Metkit toolkit
 MetKit is a toolkit from ECMWF for manipulating and describing
 meteorological objects, implementing the MARS language and associated
 processing and semantics.
 .
 This package provides shared libraries and headers.

Package: libmetkit-utils
Description-md5: 18ec69375ccc709635f8cf67931673dc
Description-en: Utilities for the MetKit MARS access library
 MetKit is a toolkit from ECMWF for manipulating and describing
 meteorological objects, implementing the MARS language and associated
 processing and semantics.
 .
 This package contains the tool 'parse-mars-request'

Package: libmetkit0d
Description-md5: ffd1c836e3d87e69b2df136b1d6bd4dc
Description-en: Library for Meteorology tookit, implementing MARS language
 MetKit is a toolkit from ECMWF for manipulating and describing
 meteorological objects, implementing the MARS language and associated
 processing and semantics.
 MARS is the Meteorological Archive Retrieval System from ECMWF.

Package: python3-isodatetime
Description-md5: 8018aa801f1d8068502e0d08b4dacfd5
Description-en: Python3 parser and utilities for ISO 8601 date format
 Python ISO 8601 full-specification parser and data model/manipulation
 utilities.
 Intended to be used in a similar way to Python's datetime module.

Package: libmetrics-clojure
Description-md5: 79bcc98430caabc53c6042e27b593df1
Description-en: Clojure wrapper for Coda Hale's metrics library
 This package contains the following Clojure libraries
  * metrics-clojure: A Clojure façade for Coda Hale's metrics library
  * metrics-clojure-ganglia: Ganglia reporter integration for metrics-clojure
  * metrics-clojure-health: Gluing together metrics-clojure and healthchecks
  * metrics-clojure-jvm: Gluing together metrics-clojure and JVM
    instrumentation
  * metrics-clojure-ring: Integration of metrics-clojure with Ring

Package: libmetro-policy-java
Description-md5: 2f73950b6619a394db883dafcd74825f
Description-en: WS-Policy implementation in Java
 Metro Policy is the WS-Policy implementation for the Metro Web Services
 stack.
 .
 WS-Policy is a specification that allows web services to use XML
 to advertise their policies (on security, quality of service, etc.)
 and for web service consumers to specify their policy requirements.

Package: libmetrohash-dev
Description-md5: a55a21e78689aa0c8264bccf61a93bee
Description-en: hash functions for non-cryptographic use cases (headers)
 Set of state-of-the-art hash functions for non-cryptographic use cases. They
 are notable for being algorithmically generated in addition to their
 exceptional performance. The set of published hash functions may be expanded
 in the future, having been selected from a very large set of hash functions
 that have been constructed this way.
 .
 This package provides library headers.

Package: libmetrohash1
Description-md5: 8b45383ebdb75731de00f0cefeb1376b
Description-en: hash functions for non-cryptographic use cases
 Set of state-of-the-art hash functions for non-cryptographic use cases. They
 are notable for being algorithmically generated in addition to their
 exceptional performance. The set of published hash functions may be expanded
 in the future, having been selected from a very large set of hash functions
 that have been constructed this way.

Package: libmetview-dev
Description-md5: aab56829c1a4f7ec880dc0283fb8b3eb
Description-en: Development files for MetView
 Metview has been designed as a flexible, modular and extendible system
 able to accommodate the evolving needs of the user.
 The system is based on the ECMWF standards for graphics (Magics) and
 data access (MARS) but can also access locally stored data.
 The user interface is based on Motif and Qt. Metview is a
 fully distributed system where modules can run on different workstations
 and servers.
 .
 This package provides static libraries and include files for building
 Metview-based software.

Package: libmetview0d
Description-md5: 538ea032789f4cb1b8c6534dbc24d0df
Description-en: Shared libraries  for MetView
 Metview has been designed as a flexible, modular and extendible system
 able to accommodate the evolving needs of the user.
 The system is based on the ECMWF standards for graphics (Magics) and
 data access (MARS) but can also access locally stored data.
 The user interface is based on Motif and Qt. Metview is a
 fully distributed system where modules can run on different workstations
 and servers.
 .
 This package provides shared libraries and  for  Metview-based software.

Package: metview
Description-md5: 4ce04e442ecad0f65501d065fffe6dd1
Description-en: Interactive data visualization and analysis environment,
 Metview has been designed as a flexible, modular and extendible system
 able to accommodate the evolving needs of the user.
 The system is based on the ECMWF standards for graphics (Magics) and
 data access (MARS) but can also access locally stored data.
 The user interface is based on Motif and Qt. Metview is a
 fully distributed system where modules can run on different workstations
 and servers.
 .
 Metview is a cooperative project between ECMWF and INPE/CPTEC, Brazil.
 ECMWF has also been assisted by a staff member of Météo-France.

Package: metview-data
Description-md5: de58bbb93806f5fb6268e18d9b80dcb7
Description-en: Data needed for the Metview data analysis environment
 Metview has been designed as a flexible, modular and extendible system
 able to accommodate the evolving needs of the user.
 The system is based on the ECMWF standards for graphics (Magics) and
 data access (MARS) but can also access locally stored data.
 The user interface is based on Motif and Qt. Metview is a
 fully distributed system where modules can run on different workstations
 and servers.
 .
 This package provides data files needed for metvieww.

Package: python3-metview
Description-md5: d7374649cdfda22352a154130b3c46df
Description-en: Python3 support for Metview
 Metview is the Visualization system from the European Centre for Medium Range
 Forecasts. It is scriptable, allowing auotmated generation of weather and
 climate graphics.
 .
 This package provides Python3 support for the Metview package

Package: mew
Description-md5: 8fc697b142090d8f7879bd7c8688fd0f
Description-en: mail reader supporting PGP/MIME for Emacs
 Mew (Messaging in the Emacs World) is a user interface for text messages,
 multimedia messages (MIME), news articles and security functionality
 including PGP, S/MIME, SSH and SSL.
 .
 The features of Mew are as follows:
 .
  - POP, SMTP, NNTP and IMAP are supported.
  - You can easily display a very complicated structured message.
  - You can start to read messages before they are all fully listed.
  - For refiling, default folders are neatly suggested.
  - You can complete field names, e-mail addresses, receiver's names,
    domain names and folder names.
  - You can easily search messages with keywords etc.
  - Thread, a mechanism to display the flow of messages, is supported.

Package: mew-bin
Description-md5: 882dfcaf0c13611876946b7e24109c7f
Description-en: external commands for Mew
 The mew-bin package contains external commands for the mew package.
 .
  - mewencode: encode/decode MIME objects
  - mewl: extract necessary fields from messages stored in folders
  - incm: incorporate new mails from maildir or mbox to Mew's inbox folder
  - mewest: update indexes of Hyper Estraier
  - mew-pinentry: front end of gpg-agent to ask a passphrase to a user
  - mewstunnel: wrapper script for using stunnel
  - cmew: create Mew's database file
  - smew: search related messages from Mew's database file

Package: mew-beta
Description-md5: f48890aae299cff682d86159bfa20fa3
Description-en: mail reader supporting PGP/MIME for Emacs (development version)
 Mew (Messaging in the Emacs World) is a user interface for text messages,
 multimedia messages (MIME), news articles and security functionality
 including PGP, S/MIME, SSH and SSL.
 .
 The features of Mew are as follows:
 .
  - POP, SMTP, NNTP and IMAP are supported.
  - You can easily display a very complicated structured message.
  - You can start to read messages before they are all fully listed.
  - For refiling, default folders are neatly suggested.
  - You can complete field names, e-mail addresses, receiver's names,
    domain names and folder names.
  - You can easily search messages with keywords etc.
  - Thread, a mechanism to display the flow of messages, is supported.
 .
 This package provides a development snapshot version of Mew.  To use a
 stable version of Mew, install the mew package instead of this package.

Package: mew-beta-bin
Description-md5: 2a8e0c6e55ff34bd8c6ba7e95c3c2c07
Description-en: external commands for Mew (development version)
 The mew-beta-bin package contains external commands for the mew-beta package.
 .
  - mewencode: encode/decode MIME objects
  - mewl: extract necessary fields from messages stored in folders
  - incm: incorporate new mails from maildir or mbox to Mew's inbox folder
  - mewest: update indexes of Hyper Estraier
  - mew-pinentry: front end of gpg-agent to ask a passphrase to a user
  - mewstunnel: wrapper script for using stunnel
  - cmew: create Mew's database file
  - smew: search related messages from Mew's database file

Package: python3-mf2py
Description-md5: efa36b0c35a480a62f9138232bc1bb8b
Description-en: Microformats2 parser written in Python.
 Implements the full mf2 spec, including backward compatibility with
 microformats1.

Package: mfcuk
Description-md5: 8ee7baed1de25ef87738efb7434e95bd
Description-en: MiFare Classic Universal toolKit
 Toolkit containing samples and various tools based on and around libnfc
 and crapto1, with emphasis on Mifare Classic NXP/Philips RFID cards.
 Special emphasis of the toolkit is on the following:
 1) mifare classic weakness demonstration/exploitation
 2) demonstrate use of libnfc (and ACR122 readers)
 3) demonstrate use of Crapto1 implementation to confirm internal workings
 and to verify theoretical/practical weaknesses/attacks.

Package: mffm-fftw-dev
Description-md5: df172243f06762f46238082665ff792a
Description-en: C++ wrapper for the fftw.org C library (version 3)
 Developer files for the mffm.fftw library
 mffm.fftw provides a simple C++ application base which handles
 FFT data and application. Operations such as power spectrum
 derivation and so on.

Package: mffm-fftw1
Description-md5: bbe08a634ccd3f33c0aedb2cc0385735
Description-en: C++ wrapper for the fftw.org C library (version 3)
 mffm.fftw provides a simple C++ application base which handles
 FFT data and application. Operations such as power spectrum
 derivation and so on.

Package: uuu
Description-md5: 65b050ff415ad5669e96a7a105babe8a
Description-en: Freescale/NXP I.MX Chip image deploy tools
 Universal update utility for I.MX CPUs. It can be used to e.g. burn uboot or a
 rootfs into the emmc.

Package: mfoc
Description-md5: 8937fdae6451b75eddaaa75a397a1572
Description-en: MIFARE Classic offline cracker
 MFOC is an open source implementation of "offline nested" attack by Nethemba.
 .
 This program allow one to recover authentication keys from MIFARE Classic card.
 .
 Please note that MFOC is able to recover keys from target only if it have
 a known key: default one (hardcoded in MFOC) or custom one (user provided
 using command line).

Package: mftrace
Description-md5: 04c81a18140c5ad35737c542ce67c331
Description-en: Converts Metafont fonts into Type1 fonts
 mftrace is a small Python program that lets you trace a TeX bitmap
 font (a METAFONT font) into a PFA or PFB font (A PostScript Type1
 Scalable Font).
 .
 Type1 fonts offer many advantages over bitmaps, as they allow
 PostScript files to render correctly on printers with many resolutions.
 Moreover, Ghostscript can generate much better PDF, if given scalable
 fonts.

Package: mg
Description-md5: 782b5369f4f7cf6ecd11dbfc7a175c86
Description-en: microscopic GNU Emacs-style editor
 This program is intended to be a small, fast, and portable
 editor for people who can't (or don't want to) run real
 Emacs for one reason or another.  It is compatible with GNU
 because there shouldn't be any reason to learn more than
 one Emacs flavor.
 .
 Packages which provide editors with broadly similar goals include
 .
   * e3;
   * joe;
   * jove and xjove;
   * ng-cjk, ng-cjk-canna and ng-latin;
   * qemacs and qemacs-nox; and
   * zile

Package: libmgba-dev
Description-md5: ce3f20d08c7c5b6efc4e01cb6a7b4ee7
Description-en: Game Boy Advance emulator (development files)
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 This package provides the development files for building applications using
 the libmgba library.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: libmgba0.10
Description-md5: 5ad27beebff5c20e643d23f8d5a547c8
Description-en: Game Boy Advance emulator (common library for mGBA)
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 This package provides the common library for mGBA.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: libretro-mgba
Description-md5: f9edc73ad2073d663999041d35a8f6e6
Description-en: Libretro wrapper for mGBA
 This wrapper makes mGBA API compatible with libretro, thus allowing its use
 with libretro frontends, such as RetroArch.
 .
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: mgba-common
Description-md5: 7d6695d42bfe66f5b1a843233106659a
Description-en: Game Boy Advance emulator (common files for mGBA)
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 This package provides the common files for mGBA, such as shaders and DAT files.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: mgba-qt
Description-md5: 73ac0627f6ed212a9f7acf62947e7192
Description-en: Game Boy Advance emulator (Qt frontend for mGBA)
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 This package provides the Qt GUI frontend for mGBA.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: mgba-sdl
Description-md5: 6962d0c4514f7dcb76774a2a19cad0af
Description-en: Game Boy Advance emulator (SDL frontend for mGBA)
 mGBA is a new emulator for running Game Boy Advance games. It aims to be faster
 and more accurate than many existing Game Boy Advance emulators, as well as
 adding features that other emulators lack.
 .
 This package provides the SDL UI console for mGBA.
 .
 Game Boy Advance is a registered trademark of Nintendo of America Inc. mGBA is
 not affiliated with or endorsed by any of the companies mentioned.

Package: r-cran-mgcv
Description-md5: 8cbc51e89d1ea8ef0b5b4a541dc1b898
Description-en: GNU R package for multiple parameter smoothing estimation
 This package provides functions for generalised additive models (GAMs)
 and other generalized ridge regression problems with multiple smoothing
 parameter selection by GCV or UBRE. It includes an implementation (not
 a clone) of gam().
 .
 This package is part of the set of packages that are 'recommended'
 by R Core and shipped with upstream source releases of R itself.

Package: mgdiff
Description-md5: f78746dc01c69d02ac475640e8922303
Description-en: xdiff clone
 mgdiff is modeled after xdiff and provides a nice graphical interface
 for comparing the contents of two text files.  rmgdiff recurses down
 two directories collating difference information and invoking mgdiff
 whenever two text files differ.

Package: mgen
Description-md5: 4be1ed8c48694c25c164f8a53cd09595
Description-en: packet generator for IP network performance tests
 MGEN provides the ability to perform IP network performance tests
 and measurements using TCP and UDP/IP traffic. Test messages
 can be generated, received and logged. MGEN offers control over
 all network parameters and timing of these messages. All this can be
 done either via the command line or defined in a file format for
 greater reproducibility.

Package: mgen-doc
Description-md5: 851c19ad739a6d474cdb7f81a3c679dd
Description-en: mgen user and reference guide
 This package contains the HTML documentation for MGEN, a packet generator
 for IP network performance tests. It can also be found online at
 http://cs.itd.nrl.navy.mil/work/mgen/ .

Package: mgetty
Description-md5: c471e309a8d6f0abb1365c20109ee425
Description-en: Smart Modem getty replacement
 Mgetty is a versatile program to handle all aspects of a modem under Unix.
 .
 The program 'mgetty' allows you to use a modem for handling external
 logins, receiving faxes and using the modem as a answering machine without
 interfering with outgoing calls.
 .
 This package includes basic modem data capabilities. Install mgetty-fax to
 get the additional functionality for fax. Install mgetty-voice to get the
 functionality to operate voice modems.
 .
 Mgetty is also configurable to select programs other than login for special
 connections (eg: uucico, fido or other programs) depending on the login
 userid. It also supports caller-id if the modem and phone line supply it,
 and can deny connections based on originating telephone number.

Package: mgetty-docs
Description-md5: 80492847bae7e22d384214d1bad1ff11
Description-en: Documentation Package for mgetty
 Sample files and lots of documentation for mgetty. Additional source code
 for programs included that allow to set up a user interface for mgetty.

Package: mgetty-fax
Description-md5: 9d149b8c3ab687e4d875ba8146ecf3ca
Description-en: Faxing tools for mgetty
 The fax subsystem of the mgetty package.
 .
 This subsystems has the enhancements that are needed to send and receive
 faxes with mgetty and a Class 2 faxmodem.
 .
 The program 'mgetty' allows you to use a fax modem for receiving faxes
 and handling external logins without interfering with outgoing calls.

Package: mgetty-pvftools
Description-md5: 01c7adaa3fbac52167e0d5035da0ca82
Description-en: Programs for listening and manipulating pvf and rmd files
 This package contains different utilities from the vgetty package which
 permit to create, listen and manipulate rmd or pvf files. These files are
 the recorded "message files" for using a voice modem as an answering
 machine.
 .
 You will want to install this package to create your greeting messages.

Package: mgetty-viewfax
Description-md5: 28c99cdd9c6b521a2df32e0f53a63034
Description-en: Program for displaying Group-3 Fax files under X
 The program 'viewfax' allows you to view Group-3 fax files in an X window.
 Group-3 is the "standard" format for faxes.

Package: mgetty-voice
Description-md5: 5240e80a89de6c65cd5eb2f5b5cb3cbd
Description-en: Voicemail handler for mgetty
 Vgetty allows you to add answering machine / voicemail capability to all
 the other normal mgetty functions.
 .
 The program 'mgetty' allows you to use a voice modem as an answering
 machine and handling external logins without interfering with outgoing
 calls.
 .
 To create and manipulate voice messages, you need the mgetty-pvftools
 package.

Package: mgitstatus
Description-md5: c870e7d1c07a8b8fa9be51060820fb14
Description-en: Show status of multiple Git repositories
 mgitstatus is a tool that loop over multiple Git repositories reporting,
 for each one, the uncommitted, untracked and unpushed changes. The output
 is nicely formatted using colors to quickly detect which repositories
 need action.
 .
 When working over several project, mgitstatus is quite helpful to track
 unfinished work, not in sync with your remotes. Optionally, it can also
 check if the repository needs a pull by fetching remote branches.

Package: mgp
Description-md5: f85067d19d0f3adcf28731801478ab3d
Description-en: MagicPoint — an X11-based presentation tool
 MagicPoint is an X11-based presentation tool. It is designed to make
 simple presentations easy while to make complicated presentations
 possible. Its presentation file (whose suffix is typically .mgp) is
 just text so that you can create presentation files quickly with your
 favorite editor (e.g. Emacs or jupp).

Package: mgt
Description-md5: 472a50a9a7614a1c35bb05bbdf7fa6ca
Description-en: game record display/editor for the oriental game of go
 Mgt allows the user to examine Go game tree files in the SmartGo format.
 Mgt also has basic Go game tree editing capabilities and may be used
 to create or edit game tree files.
 .
 Mailgo is a utility which manages E-mail Go games using mgt as the Go
 board editor.  It is included in the mgt package.

Package: mh-book
Description-md5: 6e462e05e1eebe395765c3a4e693ede2
Description-en: MH & nmh: Email for Users & Programmers online book
 This is the book written by Jerry Peek and published by O'Reilly &
 Associates, Inc.  This book covers MH, nmh, and several interfaces
 to MH including xmh and exmh.  MH-E is now documented separately.
 .
 This manual is also visible at http://rand-mh.sourceforge.net/book/

Package: mha4mysql-manager
Description-md5: 3b096bd9e03c8d87fa1e86cae51c85cd
Description-en: Master High Availability Manager and Tools for MySQL, Manager Package
 MHA performs automating master failover and slave promotion with minimal
 downtime, usually within 10-30 seconds. MHA prevents replication consistency
 problems and saves on expenses of having to acquire additional servers.
 .
 All this with zero performance degradation, no complexity (easy-to-install)
 and requiring no change to existing deployments.

Package: mha4mysql-node
Description-md5: c1f94a24be48cf42b60f8d41877fd410
Description-en: Master High Availability Manager and Tools for MySQL, Node Package
 MHA performs automating master failover and slave promotion with minimal
 downtime, usually within 10-30 seconds. MHA prevents replication consistency
 problems and saves on expenses of having to acquire additional servers.
 .
 All this with zero performance degradation, no complexity (easy-to-install)
 and requiring no change to existing deployments.

Package: mhap
Description-md5: 7ad1b8e54ae72f2e55f2430af3d15d19
Description-en: locality-sensitive hashing to detect long-read overlaps
 The MinHash Alignment Process (MHAP--pronounced MAP) is a
 reference implementation of a probabilistic sequence overlapping
 algorithm. Designed to efficiently detect all overlaps between noisy
 long-read sequence data. It efficiently estimates Jaccard similarity
 by compressing sequences to their representative fingerprints
 composed on min-mers (minimum k-mer).

Package: libmhash-dev
Description-md5: 76bc2c8552d8e642bc02127f01075ff5
Description-en: Library for cryptographic hashing and message authentication
 Mhash is a library that provides a uniform interface to a large
 number of hash algorithms.  These algorithms can be used to compute
 checksums, message digests, and other signatures.  The HMAC support
 implements the basics for message authentication, following RFC 2104.
 Mhash also provides several key-generation algorithms, including
 those of OpenPGP (RFC 2440).  Further information is available at
 http://mhash.sourceforge.net/.
 .
 This package contains header files, the man page, and the static
 library.

Package: libmhash2
Description-md5: 9dc72d6d0af87ec3a9ba2e0c3ea2f30f
Description-en: Library for cryptographic hashing and message authentication
 Mhash is a library that provides a uniform interface to a large
 number of hash algorithms.  These algorithms can be used to compute
 checksums, message digests, and other signatures.  The HMAC support
 implements the basics for message authentication, following RFC 2104.
 Mhash also provides several key-generation algorithms, including
 those of OpenPGP (RFC 2440).
 .
 This package contains the shared library.

Package: mhc
Description-md5: eb302bf5c36102ea5a1e678c515c51d1
Description-en: schedule management tool for Emacs
 MHC (Message Harmonized Calendaring system) is a personal schedule
 management system, that is designed to help those who receive most
 appointments via email.
 .
 MHC has the following features:
  - You can easily import schedule articles from existing buffers.
  - Simple data structure; schedule articles are stored in the same form
    of MH that allows you to manipulate stored data in many ways.
  - Powerful but simple expression of appointments.
 .
 Non Elisp utilities are provided by the mhc-utils package.

Package: mhc-utils
Description-md5: a541b9c2b369d1384cb031cf37af5fe1
Description-en: utilities for the MHC schedule management system
 MHC (Message Harmonized Calendaring system) is a personal schedule
 management system, that is designed to help those who receive most
 appointments via email.
 .
 MHC has the following features:
  - You can easily import schedule articles from existing buffers.
  - Simple data structure; schedule articles are stored in the same form
    of MH that allows you to manipulate stored data in many ways.
  - Powerful but simple expression of appointments.
 .
 This package provides the mhc command and Ruby libraries.  To use MHC
 on Emacs, install the mhc package.

Package: mhddfs
Description-md5: 5173a140c60439c79480665a321bf081
Description-en: file system for unifying several mount points into one
 This FUSE-based file system allows mount points (or directories) to be
 combined, simulating a single big volume which can merge several hard
 drives or remote file systems. It is like unionfs, but can choose the
 drive with the most free space to create new files on, and can move
 data transparently between drives.

Package: mhonarc
Description-md5: db4e4aed44f9287bf9fc66e7db5782ce
Description-en: Mail to HTML converter
 MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML mail
 archiving with index, mail thread linking, etc; plus other capabilities
 including support for MIME and powerful user customization features.

Package: mhwaveedit
Description-md5: b7cdcd79f3648192bea18f2b80812e4d
Description-en: Simple and fast GTK2 sound editor
 mhWaveEdit is a graphical program for editing sound files. It is
 intended to be user-friendly and robust. It does not require
 a fast computer.
 .
 Supports JACK, ALSA, OSS and PulseAudio.

Package: libmia-2.4-4
Description-md5: 1c01274852920737b2c1e078f7c40a6f
Description-en: library for 2D and 3D gray scale image processing
 libmia comprises a set of libraries and plug-ins for general purpose
 2D and 3D gray scale image processing and basic handling of triangular
 meshes. The libraries provide a basic infrastructure and  generic
 algorithms, that can be specialized by specifying the appropriate plug-ins.

Package: libmia-2.4-dev
Description-md5: bb521e97149b4aeedba27558e3984ed4
Description-en: library for 2D and 3D gray scale image processing, development files
 libmia comprises a set of libraries and plug-ins for general purpose
 2D and 3D gray scale image processing and basic handling of triangular
 meshes. The libraries provide a basic infrastructure and  generic
 algorithms, that can be specialized by specifying the appropriate plug-ins.
 This package provides the development files for the library.

Package: libmia-2.4-doc
Description-md5: e40d97a996009c44675411a8605dc5b8
Description-en: library for 2D and 3D gray scale image processing, documentation
 libmia comprises a set of libraries and plug-ins for general purpose
 2D and 3D gray scale image processing and basic handling of triangular
 meshes. The libraries provide a basic infrastructure and  generic
 algorithms, that can be specialized by specifying the appropriate plug-ins.
 This package provides the Doxygen generated API reference.

Package: mia-doctools
Description-md5: e2a2932f29b4ce483a1e1f3e15c0bb73
Description-en: Helper scripts for run-time document creation
 A set of scripts that can be used to create man-pages and on-line
 documentation for programs that make use of the mia command line
 parser and plug-in infrastructure

Package: mia-tools
Description-md5: ecb7e93f1d5730fd67bd6af1f058c031
Description-en: Command line tools for gray scale image processing
 Command lines tools to run general purpose image processing tasks on 2D
 and 3D gray scale images, and basic operations on triangular meshes.
 Supported image processing algorithms are image filtering, combining, image
 registration, motion compensation for image series, and the estimation of
 various statistics over images.
 This package also contains the nipype interfaces for these command line tools.

Package: mia-tools-doc
Description-md5: 41ee3f0a6472fd4babd8d572797e6f46
Description-en: Cross-referenced documentation of the MIA command line tools
 Cross referenced documentation of the command line tools and plug-ins that
 are provided by the MIA gray scale image processing tool chain.
 These lines tools to provide the means to run general purpose image
 processing tasks on 2D and 3D gray scale images, and basic operations on
 triangular meshes interactively from the command line. Supported image
 processing algorithms are image filtering, combining, image registration,
 motion compensation for image series, and the estimation of various
 statistics over images.

Package: mialmpick
Description-md5: d26281ef13924aa63d38940eb2820ca2
Description-en: Tools for landmark picking in 3D volume data sets
 This tool provides a simple 3D renderer that can visualize surfaces
 directly from 3D volumes and can be used to set 3D landmarks.
 It is best suited for CT data sets.

Package: libmiaviewit-dev
Description-md5: 508c42c64facd2528afdd8bc6da36000
Description-en: development files for the 3D visualization library
 The MIA addon library for simple 3D visualizations provides an interface
 for the visualization of 3D data generated by using mia-tools
 These are the development files.

Package: libmiaviewit0
Description-md5: 5ae43ca848d83c001d4ef1cb6a75c999
Description-en: MIA addon library for 3D visualization
 The MIA addon library for 3D visualizations provides the backend
 for the visualization of 3D data generated by using mia-tools.
 This inclused the visualization of surfaces, vector fields and
 deformations of surfaces.

Package: mia-viewit
Description-md5: ea4da15745e5646165188b1fe3ba12c8
Description-en: Viewer program for 3D data sets created by using MIA
 MIA viewer program for the visualization of 3D data sets.
 The interfaces and supported data types focus on the results that
 can be obtained by running programs from the mia-tools package.

Package: miceamaze
Description-md5: 035443adad91df9dfe4aba880a892c9c
Description-en: video game with mice in a maze
 MiceAmaze is a video game that features a maze with mice and snakes.
 The goal is to bring the most mice to your house by placing arrows on the
 maze floor. But beware the snakes that want to eat them!

Package: micro
Description-md5: 1e5016b81d0f5aedf7555bfa090aacc1
Description-en: modern and intuitive terminal-based text editor
 micro is a terminal-based text editor that aims to be easy to use and
 intuitive, while also taking advantage of the full capabilities of
 modern terminals.
 .
 As the name indicates, micro aims to be somewhat of a successor to the
 nano editor by being easy to install and use.

Package: micro-evtd
Description-md5: 81302d262767d1ede38e59b136faa5c4
Description-en: Linkstation Pro/Kurobox Pro special features support
 This package provides micro-evtd, a daemon to monitor and control the
 watchdog timer, fans and buttons on the Linkstation Pro/Kurobox Pro
 family of NAS devices, and microapl, a utility to control the status
 LEDs and buzzer as well as the above.

Package: micro-httpd
Description-md5: 99c5bca2bdac366fb2a39cb9669e8fb8
Description-en: really small HTTP server
 A very small HTTP server implemented in 150 lines of code.
 Program can be used to serve HTTPS by wrapping it with stunnel.
 It implements all the basic features of an HTTP server, including:
 .
   * Security against ".." filename snooping
   * The common MIME types
   * Trailing-slash redirection
   * index.html
   * Directory listings

Package: microbegps
Description-md5: 61d3f91093066766c58dc6ddf8b29111
Description-en: explorative taxonomic profiling tool for metagenomic data
 MicrobeGPS is a bioinformatics tool for the analysis of metagenomic
 sequencing data. The goal is to profile the composition of metagenomic
 communities as accurately as possible and present the results to the
 user in a convenient manner. One main focus is reliability: the tool
 calculates quality metrics for the estimated candidates and allows the
 user to identify false candidates easily.

Package: chimeraslayer
Description-md5: bf434653c4fd71a825161211bb8cbd8e
Description-en: detects likely chimeras in PCR amplified DNA
 ChimeraSlayer is a chimeric sequence detection utility, compatible with
 near-full length Sanger sequences and shorter 454-FLX sequences (~500bp).
 .
 Chimera Slayer involves the following series of steps that operate to
 flag chimeric 16S rRNA sequences:
 .
  1. the ends of a query sequence are searched against an included
     database of reference chimera-free 16S sequences to identify potential
     parents of a chimera
  2. candidate parents of a chimera are selected as those that form a
     branched best scoring alignment to the NAST-formatted query sequence
  3. the NAST alignment of the query sequence is improved in a
     ‘chimera-aware’ profile-based NAST realignment to the selected
     reference parent sequences
  4. an evolutionary framework is used to flag query sequences found to
     exhibit greater sequence homology to an in silico chimera formed
     between any two of the selected reference parent sequences.
 .
 To run Chimera Slayer, you need NAST-formatted sequences generated by
 the nast-ier utility.
 .
 ChimeraSlayer is part of the microbiomeutil suite.

Package: microbiomeutil
Description-md5: fa14e20047c019ca343f60942f3bab98
Description-en: Microbiome Analysis Utilities
 The microbiomeutil package comes with the following utilities:
  * ChimeraSlayer:  ChimeraSlayer for chimera detection.
  * NAST-iEr:       NAST-based alignment tool.
  * WigeoN:         A reimplementation of the Pintail 16S anomaly
                    detection utility
  * RESOURCES:      Reference 16S sequences and NAST-alignments that
                    the tools above leverage.

Package: microbiomeutil-data
Description-md5: 1328df76a37eefd9bc03e4ea11a50a95
Description-en: Reference 16S sequences and NAST-alignments used by microbiomeutil tools
 Reference data for tools in the microbiomeutil package.  The algorithms
 used by the tools chimeraslayer, nast-ier and wigeon are based on
 reference data which are provided by this package.

Package: nast-ier
Description-md5: 584339353a94c02bab089af7ed2a43fc
Description-en: NAST-based DNA alignment tool
 The NAST-iEr alignment utility aligns a single raw nucleotide sequence
 against one or more NAST formatted sequences.
 .
 The alignment algorithm involves global dynamic programming profile
 alignment to fixed (NAST-formatted) multiply aligned template sequences
 without any end-gap penalty.
 .
 NAST-iEr is part of the microbiomeutil suite.

Package: wigeon
Description-md5: 17a324a72dfc1e0439b4af3a8cf0ac4c
Description-en: reimplementation of the Pintail 16S DNA anomaly detection utility
 WigeoN examines the sequence conservation between a query and a trusted
 reference sequence, both in NAST alignment format. Based on the sequence
 identity between the query and the reference sequence, there is an
 expected amount of variation among the alignment. If the observed
 variation is greater than the 95% quantile of the distribution of
 variation observed between non-anomalous sequences, then it is flagged
 as an anomaly.
 .
 WigeoN is a flexible command-line based reimplementation of the Pintail
 algorithm Appl Environ Microbiol. 2005 Dec;7112:7724-36.
 .
 WigeoN is useful for flagging chimeras and anomalies only in near
 full-length 16S rRNA sequences. WigeoN lacks sensitivity with sequences
 less than 1000 bp.
 .
 To run WigeoN, you need NAST-formatted sequences generated by the
 nast-ier utility.
 .
 WigeoN is  part of the microbiomeutil suite.

Package: microcom
Description-md5: 758d7ccafadf72b5ede7b15d4894282a
Description-en: minimalistic terminal program
 microcom is a minimalistic terminal program for accessing devices (e.g.
 switches) via a serial connection.  It features connection via RS232
 serial interfaces (including setting of transferrates) as well as in
 "telnet mode" as specified in rfc2217.

Package: microdc2
Description-md5: 454b3f84a166af636585c3bbf95f4a30
Description-en: command-line based Direct Connect client
 microdc2 is a command-line based Direct Connect client that uses
 the GNU Readline library for user interaction. It was developed from
 ground up and does not depend on any other program. Despite the
 command-line user interface, it was designed to be user friendly and
 simple to use. It can work on headless host (under `screen`, for
 instance) ant thus, doesn't require you to run an expensive X11
 session, as other clients do.
 .
 microdc2 is currently in beta state - there may be many bugs not yet
 discovered. It also lacks some features that other clients support,
 such as file hashing, multiple hub connections, and hub list support.
 .
 Direct Connect protocol is used for P2P file sharing. See it's
 description on
 http://en.wikipedia.org/wiki/Direct_Connect_(file_sharing).

Package: micropolis
Description-md5: 87fc62c1fb5475dcc4392f5c459a388c
Description-en: real-time city management simulator
 This game simulates building and managing a whole city. The goal of the
 game is to build and design a city. The player can mark land as being
 zoned as commercial, industrial, or residential, add buildings, change
 the tax rate, build a power grid, build transportation systems and many
 other actions, in order to enhance the city.
 .
 Micropolis is the GPL-licensed version of SimCity.

Package: micropolis-data
Description-md5: 2279b5c1a01ec0cae6282375c045c28e
Description-en: real-time city management simulator - data
 This game simulates building and managing a whole city. The goal of the
 game is to build and design a city. The player can mark land as being
 zoned as commercial, industrial, or residential, add buildings, change
 the tax rate, build a power grid, build transportation systems and many
 other actions, in order to enhance the city.
 .
 This package installs the data, like graphics and sounds, for the game.

Package: libmicroprofile-dev
Description-md5: d7beb45cc5f54ebe819becca0c8cbe0e
Description-en: embeddable CPU/GPU profiler - development
 Microprofile is an embeddable CPU/GPU profiler with an in-app and HTML
 visualizers, written in C++.
 .
 This package contains the development files.

Package: libmicroprofile4
Description-md5: 727cdeb4fd9a8129982598de97a56936
Description-en: embeddable CPU/GPU profiler
 Microprofile is an embeddable CPU/GPU profiler with an in-app and HTML
 visualizers, written in C++.
 .
 This package contains the shared library.

Package: microsocks
Description-md5: 0c02ddb6ba38207578ed31f32bf4baf6
Description-en: multithreaded, small, efficient SOCKS5 server
 MicroSocks - multithreaded, small, efficient SOCKS5 server, is a SOCKS5
 service that you can run on your remote boxes to tunnel connections
 through them, if for some reason SSH doesn't cut it for you.
 .
  - It's very lightweight, and very light on resources too.
  - It's also designed to be robust: it handles resource exhaustion gracefully
 by simply denying new connections, instead of calling abort() as most
 other programs do these days.
  - Another plus is ease-of-use: no config file necessary, everything can
 be done from the command line and doesn't even need any parameters for
 quick setup.

Package: python3-msal-extensions
Description-md5: ca8e2846b05bfc6634816dfe9061c07c
Description-en: Microsoft Authentication extensions for MSAL for Python
 The Microsoft Authentication Library (MSAL) for Python enables applications to
 integrate with the Microsoft identity platform.
 The Microsoft Authentication extensions for MSAL for Python provides
 cross-platform utilities for interacting with MSAL, including a shared cache
 for token that is safe to use concurrently among multiple processes. It is
 intended to be used with python3-msal.

Package: python3-msal
Description-md5: b570855f0d497fd77a17183163acd7cd
Description-en: Microsoft Authentication Library (MSAL) for Python
 The Microsoft Authentication Library for Python enables applications to
 integrate with the Microsoft identity platform. It allows you to sign in users
 or apps with Microsoft identities (Azure AD, Microsoft Accounts and Azure AD
 B2C accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph
 or your own APIs registered with the Microsoft identity platform. It is built
 using industry standard OAuth2 and OpenID Connect protocols

Package: midge
Description-md5: fb9884fae75ee01b669993690559a47e
Description-en: A text to MIDI program
 Midge generates MIDI files from text input. Most General MIDI
 features are supported, and there are some basic methods of
 randomly generating sequences. Also included is a decompiler
 and an emacs mode.

Package: midicsv
Description-md5: 9c6b7aa6461b7babd7ee46cf2d6f10ce
Description-en: translate MIDI file to CSV
 Midicsv reads a standard MIDI file and decodes it into a CSV
 (Comma-Separated Value) file which preserves all the information in the
 MIDI file.  The ASCII CSV file may be loaded into a spreadsheet or database
 application, or processed by a program to transform the MIDI data (for
 example, to key transpose a composition or extract a track from a
 multi-track sequence).  A CSV file in the format created by midicsv may be
 converted back into a standard MIDI file with the csvmidi program.

Package: midish
Description-md5: 8290fb16e238e99faeb7db4a246ae1b4
Description-en: shell-like MIDI sequencer/filter
 midish is a MIDI sequencer/filter implemented as a shell-like interpreter.
 It's intended to be lightweight, fast and reliable for real-time performance.
 Important features are: multiple MIDI devices handling, synchronisation to
 external MIDI devices, real-time MIDI filtering/routing (controller mapping,
 keyboard splitting, ...), track recording and editing (insert, copy, delete,
 quantize...), import and export of standard MIDI files, system exclusive
 messages handling.

Package: midisnoop
Description-md5: ab408c0f86b7c8e403beb7268f16e32c
Description-en: MIDI monitor and prober
 Can be used to monitor a MIDI device and/or software,
 and to send MIDI messages to a MIDI port
 to see how the device/software responds.
 .
 Support both ALSA and JACK MIDI ports via the RtMidi library.

Package: mig-for-host
Description-md5: df9bfd0c99c2adfe17294b1276ae6293
Description-en: GNU Mach Interface Generator - metapackage for host
 This is the GNU distribution of the MIG, which is needed to compile
 the GNU C library, the GNU Hurd and GNU Mach.
 .
 Like the mig package, this produces interfaces for the host architecture of
 this package, but as a triplet-mig command which is possibly a cross-generator.

Package: mig-i686-gnu
Description-md5: cb08ed8d9e3883b401bb07656113be10
Description-en: GNU Mach Interface Generator for i386 GNU/Hurd
 This is the GNU distribution of the MIG, which is needed to compile
 the GNU C library, the GNU Hurd and GNU Mach.
 .
 This package provides the generator targetting GNU arch
 i686-gnu for the i386 GNU/Hurd Debian port.

Package: mig-x86-64-gnu
Description-md5: 90677c744daa3d8386198b830d46fbc1
Description-en: GNU Mach Interface Generator for amd64 GNU/Hurd
 This is the GNU distribution of the MIG, which is needed to compile
 the GNU C library, the GNU Hurd and GNU Mach.
 .
 This package provides the generator targetting GNU arch
 x86-64-gnu for the amd64 GNU/Hurd Debian port.

Package: mighttpd2
Description-md5: e91ee51669be709c50bb570818f597f3
Description-en: classical web server on WAI/warp
 Mighttpd2 (pronounced as "mighty") is a simple but practical HTTP server
 written in Haskell. It handles static files and CGI scripts. It also
 provides reverse proxy functionality.
 .
 Mighttpd2 is now implemented as a WAI application using the high-performance
 HTTP engine, "warp". To httperf Ping-Pong benchmark, Mighttpd2 is faster than
 nginx.

Package: python-migrate-doc
Description-md5: 7386b08fc2e61553dad27598be894931
Description-en: Database schema migration for SQLAlchemy - doc
 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.
 .
 This package contains the documentation.

Package: python3-migrate
Description-md5: 2205e14de8084f98324f3c8e5cc8b7d1
Description-en: Database schema migration for SQLAlchemy - Python 3.x
 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.
 .
 This package provides the Python 3.x module.

Package: migrationtools
Description-md5: 52ab4aa53012d242b26992954349483b
Description-en: Migration scripts for LDAP
 The MigrationTools are a set of Perl scripts for migrating users, groups,
 aliases, hosts, netgroups, networks, protocols, RPCs, and services from
 existing nameservices (flat files, NIS, and NetInfo) to LDAP.

Package: mikmod
Description-md5: 4390b2a96206a4d8c512adfc5860a9bf
Description-en: Portable tracked music player
 Mikmod is a very portable tracked music player which supports a wide
 variety of module formats including compressed sample Impulse Tracker
 modules. It also supports many archive formats, as well as on the fly
 decompression.

Package: mikutter
Description-md5: 5ef5a928cb327f72bd994efcf22ca547
Description-en: plugin-extensible Twitter client
 Mikutter is a multi-pane Twitter client with several advanced
 features:
  * different tweet views (flat list, threaded list, searches);
  * user profile and activity views;
  * lists of followers and followings (friends);
  * plugin extensibility.

Package: libmilib-java
Description-md5: ddecc4a1117c8082c039b60168afe7e1
Description-en: library for Next Generation Sequencing (NGS) data processing
 A helping Java package adopted by a range of Open Source tools for the
 analysis of B and T cell repertoires.

Package: python3-milksnake
Description-md5: 332252c840c6fc3fbfcb15324fb0500c
Description-en: setuptools/wheel/cffi extension to embed a binary data in wheels
 Milksnake is an extension for setuptools that allows you to distribute dynamic
 linked libraries in Python wheels that are very portable.
 .
 It gives you a hook to invoke your own build process and to then take the
 resulting dynamic linked library.

Package: milkytracker
Description-md5: 7bb311f88f8a6b4b9afee2ffe0596e3d
Description-en: music creation tool inspired by Fast Tracker 2
 This is an editor for "tracked" music, i.e. audio samples of instruments
 pitch shifted according to the note data.
 .
 It can load the following module formats: 669, AMS, AMF, DBM, CBA, DIGI,
 DSM, FAR, GMC, GDM, IMF, IT, MOD, MDL, MTM, MXM, OKT, PLM, PSM, PTM, S3M,
 STM, ULT, UNI, and X.
 .
 Export is possible into the formats: XM, MOD, and WAV.
 .
 Supported sample and instrument formats: WAV, IFF/XI, PAT

Package: miller
Description-md5: 7d4af4f0e32d6bca0337ea22abe4ca93
Description-en: name-indexed data processing tool
 Miller (mlr) allows name-indexed data such as CSV files to be
 processed with functions equivalent to sed, awk, cut, join, sort
 etc. It can convert between formats, preserves headers when sorting
 or reversing, and streams data where possible so its memory
 requirements stay small. It works well with pipes and can feed
 "tail -f".

Package: milou
Description-md5: 00d31afbaef52ec05ea4833721d8d383
Description-en: Dedicated search plasmoid
 Milou can also be used as an alternative to KRunner, and
 does provide application launching. The main difference
 is that it concentrates more on searching.

Package: libmimalloc-dev
Description-md5: 40d14bc1bf6167cbbf5637bba27be327
Description-en: compact general purpose allocator with excellent performance (devel files)
 This is a general purpose allocator with excellent performance characteristics.
 Initially developed by Daan Leijen for the run-time systems of the Koka and
 Lean languages.
 .
 It is a drop-in replacement for malloc and can be used in other programs
 without code changes.
 .
 This package contains the development files.

Package: libmimalloc2.0
Description-md5: 253dc8dd3e88071fe117429fd469c99b
Description-en: compact general purpose allocator with excellent performance
 This is a general purpose allocator with excellent performance characteristics.
 Initially developed by Daan Leijen for the run-time systems of the Koka and
 Lean languages.
 .
 It is a drop-in replacement for malloc and can be used in other programs
 without code changes.

Package: mime-construct
Description-md5: 3f1b7ba2b0a1db735cef6c98338fde30
Description-en: construct/send MIME messages from the command line
 mime-construct constructs and (by default) mails MIME messages. It is
 entirely driven from the command line, it is designed to be used by
 other programs, or people who act like programs.

Package: mime-support
Description-md5: a8bc38ac3b203638744d1c8821245e13
Description-en: transitional package
 This is a transitional package. It will be possible to remove it
 safely once its dependency chain has adjusted to depend on mailcap
 or media-types directly.

Package: graphdefang
Description-md5: 56442872d10189f16df5ea7e34c05805
Description-en: grapher for MIMEDefang spam and virus logs
 GraphDefang is a configurable utility that parses arbitrary
 syslog entries and creates a set of configurable charts (PNG files)
 with the data. These files can be written to disk or displayed by a
 web server through a CGI script.

Package: mimedefang
Description-md5: e22a57a2cca6b9b051158a39372e2f84
Description-en: e-mail filter program for sendmail
 MIMEDefang is an e-mail filter program which processes all messages sent
 via Sendmail. It splits multi-part MIME messages into their components
 and can delete or modify those parts before reassembling the message and
 sending it on its way.

Package: mimefilter
Description-md5: 17814d41bc83f4d1fc085a9088ecbc14
Description-en: Strips some unwanted MIME parts out of a MIME message
 This program may be useful as a filter on a mailing list.
 .
 It strips every unwanted MIME part from a MIME compliant message, warning by
 email the original author about this, and outputs a MIME compliant cleaned
 message, to be further processed by a mailing list software.
 .
 You may find it useful if you don't want certain attachments on your mailing
 lists, or if you want to allow just the text part from multipart/alternative
 messages, and so on.  You can easily fine tune the list of allowed MIME types
 to suit your particular needs, using normal Perl regexps.

Package: postgresql-15-mimeo
Description-md5: aba3ab4c79244f645a265e7d1ebd1108
Description-en: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.

Package: libmimepull-java
Description-md5: 72874e09a4338ab5d7aa272c2c4707b1
Description-en: Pull API for parsing MIME messages
 Mimepull provides a streaming API to access attachments parts in a MIME
 message. It's designed to parse large MIME messages that couldn't be loaded
 into memory. MIME message parsing is done using pull-parsing, much similar
 to StAX in XML world. The MIME parts are constructed lazily, and parsing
 is triggered by applications while reading the attachment parts. The API
 provides various configuration options to control parsing and storing of
 MIME parts.

Package: python3-mimerender
Description-md5: 7b47f89757ddbacebd3d55e582b58262
Description-en: RESTful HTTP Content Negotiation for web frameworks (Python 3)
 mimerender provides a decorator that wraps an HTTP request handler to
 select the correct render function for a given HTTP Accept header. It
 uses mimeparse to parse the Accept string and select the best available
 representation.
 .
 mimerender supports Flask, Bottle, web.py and webapp2 out of the
 box, and it’s easy to add support for other frameworks.
 .
 This package contains the Python 3 module.

Package: mimetex
Description-md5: c0904eca2683f2e822c853f4b54e8ae2
Description-en: LaTeX math expressions to anti-aliased GIF images converter
 mimeTex parses LaTeX math expressions emitting directly GIF images
 without intermediate dvi-to-gif conversion.
 .
 mimeTex is a standalone program that doesn't use TeX in any way, a kind
 of lightweight alternative to MathML

Package: libmimetic-dev
Description-md5: 68c15515a9d7bb98ff22d92473d63da4
Description-en: C++ MIME library (development)
 mimetic is a MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required.
 .
 This package contains the header files.

Package: libmimetic-doc
Description-md5: d761973d51ff525a30f73641210aaf53
Description-en: C++ MIME library (documentation)
 mimetic is a MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required.
 .
 This package contains the developers' documentation.

Package: libmimetic0v5
Description-md5: 5c4c04016c81bdb53a48f8013fcf4342
Description-en: C++ MIME library (runtime)
 mimetic is a MIME library written in C++ designed to be easy to use and
 integrate but yet fast and efficient.
 .
 mimetic has been built around the standard lib. This means that you'll not
 find yet another string class or list implementation and that you'll feel
 comfortable in using this library from the very first time.
 .
 mimetic doesn't use exceptions but it heavily uses templates so a mostly
 standard compliant C++ compiler is required.
 .
 This package contains the libraries.

Package: printer-driver-min12xxw
Description-md5: 5ec688dce306d6ec828b6ad200918b13
Description-en: printer driver for KonicaMinolta PagePro 1[234]xxW
 A cups/foomatic printer driver for the KonicaMinolta PagePro 1200W, 1250W,
 1300W, 1350W and 1400W.

Package: libmina-java
Description-md5: 2aea1c5ceb93d2b37c2707648ca2a53c
Description-en: Java network application framework
 Apache MINA is a network application framework which helps users develop high
 performance and high scalability network applications easily. It provides an
 abstract - event-driven - asynchronous API over various transports such as
 TCP/IP and UDP/IP via Java NIO.
 .
 Some of the features of Apache Mina are:
  - Unified API for various transport types: TCP/UDP/RS232/In-VM
  - Filter interface as an extension point; similar to Servlet filters
  - Low-level and high-level API
  - Highly customizable thread model
  - Out-of-the-box SSL / TLS and StartTLS support using Java 5 SSLEngine
  - Overload shielding & traffic throttling
  - Unit testability using mock objects
  - JMX managability
  - Stream-based I/O support via StreamIoHandler
 .
 This package contains Apache Mina 1.X release

Package: libmina-java-doc
Description-md5: 37498d7032bf782a5942e1fd6be0560c
Description-en: Java network application framework - documentation
 Apache MINA is a network application framework which helps users develop high
 performance and high scalability network applications easily. It provides an
 abstract - event-driven - asynchronous API over various transports such as
 TCP/IP and UDP/IP via Java NIO.
 .
 Some of the features of Apache Mina are:
  - Unified API for various transport types: TCP/UDP/RS232/In-VM
  - Filter interface as an extension point; similar to Servlet filters
  - Low-level and high-level API
  - Highly customizable thread model
  - Out-of-the-box SSL / TLS and StartTLS support using Java 5 SSLEngine
  - Overload shielding & traffic throttling
  - Unit testability using mock objects
  - JMX managability
  - Stream-based I/O support via StreamIoHandler
 .
 This package contains Javadoc API for Apache Mina 1.X release.

Package: libmina2-java
Description-md5: 942cb6b5af6993c01aa8bf4460071872
Description-en: Java network application framework
 Apache MINA is a network application framework which helps users develop high
 performance and high scalability network applications easily. It provides an
 abstract - event-driven - asynchronous API over various transports such as
 TCP/IP and UDP/IP via Java NIO.
 .
 Some of the features of Apache Mina are:
  - Unified API for various transport types: TCP/UDP/RS232/In-VM
  - Filter interface as an extension point; similar to Servlet filters
  - Low-level and high-level API
  - Highly customizable thread model
  - Out-of-the-box SSL / TLS and StartTLS support using Java 5 SSLEngine
  - Overload shielding & traffic throttling
  - Unit testability using mock objects
  - JMX managability
  - Stream-based I/O support via StreamIoHandler
 .
 This package contains Apache Mina 2.X release.

Package: minc-tools
Description-md5: bbd6eb8bd554e81904fc50647e0dacca
Description-en: MNI medical image format tools
 This package contains tools to manipulate MINC files.
 .
 The Minc file format is a highly flexible medical image file format
 built on top of the NetCDF generalized data format. The format is
 simple, self-describing, extensible, portable and N-dimensional, with
 programming interfaces for both low-level data access and high-level
 volume manipulation. On top of the libraries is a suite of generic
 image-file manipulation tools. The format, libraries and tools are
 designed for use in a medical-imaging research environment: they are
 simple and powerful and make no attempt to provide a pretty interface
 to users.

Package: minder
Description-md5: b9bafde7c6ef36ef8247855daaca3ffd
Description-en: Mind-mapping application
 Minder is a mind-mapping application, featuring
 .
  * Quickly create visual mind-maps using the keyboard and automatic layout.
  * Gorgeous themes.
  * Export to PDF, PNG, JPEG, BMP, SVG, OPML, CSV, Markdown and PlainText
    formats.
  * Printer support.
  * Add notes, tasks and images to your nodes.
  * Colorized node branches.

Package: mindthegap
Description-md5: 5d07b44122645144d6449f79c6fd6d87
Description-en: performs detection and assembly of DNA insertion variants in NGS read datasets
 Designed to call insertions of any size, whether they are novel or
 duplicated, homozygous or heterozygous in the donor genome. It takes as
 input a set of reads and a reference genome. It outputs two sets of
 FASTA sequences: one is the set of breakpoints of detection insertion
 sites, the other is the set of assembled insertions for each
 breakpoint. MindTheGap can also be used as a genome assembly finishing
 tool. It can fill the gaps between a set of input contigs without any a
 priori on their relative order and orientation. It outputs the results
 in gfa file.

Package: mindthegap-examples
Description-md5: 96e8212c0c82386e29033f5b1866577d
Description-en: optional scripts and example resources for mindthegap
 Designed to call insertions of any size, whether they are novel or
 duplicated, homozygous or heterozygous in the donor genome. it takes
 as input a set of reads and a reference genome. It outputs two sets
 of FASTA sequences: one is the set of breakpoints of detection
 insertion sites, the other is the set of assembled insertions for
 each breakpoint. MindTheGap can also be used as a genome assembly
 finishing tool. It can fill the gap between a set of input contigs
 without any a priori on their relative order and orientation. It
 outputs the results in gfa file. Please note that this package is
 meant to accommodate the mindthegap package and only acts as example
 to how this package can be utilised.

Package: minetest
Description-md5: ac90cc10401495e1dd0afd0f8a2cff72
Description-en: Multiplayer infinite-world block sandbox
 Minetest is a minecraft-inspired game written from scratch and licensed
 under the LGPL (version 2.1 or later). It supports both survival and creative
 modes along with multiplayer support, dynamic lighting, and an "infinite" map
 generator.

Package: minetest-data
Description-md5: 229f372456731dacae7f7ec3aeecb983
Description-en: Multiplayer infinite-world block sandbox (data files)
 Minetest is a minecraft-inspired game written from scratch and licensed
 under the LGPL (version 2.1 or later). It supports both survival and creative
 modes along with multiplayer support, dynamic lighting, and an "infinite" map
 generator.
 .
 These are the files used by both client and server packages, such as
 the textures and other graphical files and the standard mods.

Package: minetest-server
Description-md5: 1049acc473f1c4745bdb2f27115efe56
Description-en: Multiplayer infinite-world block sandbox (server)
 Minetest is a minecraft-inspired game written from scratch and licensed
 under the LGPL (version 2.1 or later). It supports both survival and creative
 modes along with multiplayer support, dynamic lighting, and an "infinite" map
 generator.
 .
 This is the minetest server package.

Package: minetest-mod-3d-armor
Description-md5: 447ef9314fdfdd913dfe968daaeb4c26
Description-en: Modpack to add armor and wielded weapons for Minetest
 This Minetest modpack provides the following features:
  - visible player armors ;
  - visible wielded items ;
  - shields ;
  - 3d armor stands.

Package: minetest-mod-advmarkers-csm
Description-md5: a54af9f897d5bcade7bb54c24b4b7671
Description-en: Minetest mod - marker/waypoint CSM for Minetest
 This client side mod provides a set of commands to record the coordinates
 in minetest game.

Package: minetest-mod-basic-materials
Description-md5: e53aab7118209b2771ce1b8a3b2cb223
Description-en: Minetest mod providing basic materials and items
 This game extension provides various materials (different metals,
 plastic) and items (wires, strips, ingots, chainlinks, gears, padlocks,
 etc).

Package: minetest-mod-basic-robot-csm
Description-md5: fad808f177d75a02f8f3c819dfdd7a2c
Description-en: Minetest mod - basic robot client side mod
 basic-robot-csm is a light-weight robot module of client side of
 minetest. It provides a simple GUI with 8 tabs. Players can write
 programs in Lua in those tabs. And run the programs from client side.

Package: minetest-mod-character-creator
Description-md5: 8c5ca9b0efbc3880cd6b8d727222875a
Description-en: Minetest module to customize your skin
 This Minetest module provides an editor to make it possible to modify your
 skin in a few different ways: gender, size, build, skin color, hair (color,
 length), eye color, t-shirt color, pants color, shoes.

Package: minetest-mod-craftguide
Description-md5: 95b966355eb511cff934bcb3482e2fc3
Description-en: Minetest mod providing a crafting guide
 This minetest extension adds a crafting guide to the game, usable with
 a blue book named "Crafting guide" and two modes: standard and progressive.
 .
 It is the most comprehensive with the cleanest code of its category.

Package: minetest-mod-currency
Description-md5: 0e8720d471ecc1def0d98c385fe2018c
Description-en: Minetest mod providing shops and currency
 This minetest extension adds:
  - shops,
  - barter tables,
  - safes
  - and multiple denominations of currency.

Package: minetest-mod-ethereal
Description-md5: e68941b199071814a985de3d54dab1b0
Description-en: Minetest module to add a map generator enhancer
 This module provides the ethereal map generator enhancer, adding many
 biomes as well as many items and features.
 .
 Will enhance any map generator except v6.

Package: minetest-mod-homedecor
Description-md5: d72819e764af7c25589d9b08f45effda
Description-en: Minetest mod pack providing home decor elements
 This minetest extension adds a great number of home decor elements like
 window shutters, flower pots, home electronics, tables, kitchen and
 bathroom fixtures, etc.

Package: minetest-mod-infinite-chest
Description-md5: 1ae7a882ba3f6ea23678a50b12caaded
Description-en: Minetest module to get chests with an infinite number of slots
 This minetest module provide chests where you can't run out of slots. The
 last accessed slot appears at the top of the list, and you can name your
 slots to easily find your items.

Package: minetest-mod-lucky-block
Description-md5: 5d0c750f59459d6a74bfbba1e6182dd7
Description-en: Minetest module to add a Lucky Block to the game
 This minetest module provides a new block, which when broken can give
 the player something good, surprising, bad, hurtful or simply a troll.
 .
 The exact number of Lucky Blocks depends on the enabled mods.

Package: minetest-mod-maidroid
Description-md5: 78e389ce9f8f0a72dddd6d3d3f4ea649
Description-en: Minetest mod - Maidroid for maid robots
 This minetest mod provides maid robots that can perform common tasks such
 as farming and cutting down trees.

Package: minetest-mod-mesecons
Description-md5: 97c0737a761abc336d9669874f24eca2
Description-en: Digital circuitry blocks for minetest
 This module for minetest adds digital circuitry items, like different
 kinds of sensors, switches, solar panels, detectors, pistons, lamps,
 sound blocks and advanced things like logic gates and programmable
 blocks.

Package: minetest-mod-meshport
Description-md5: a47b292c13f900d6f2394efe3273ba61
Description-en: Minetest mod - export areas to meshes for 3D rendering
 Meshport is a mod which allows easy exporting of scenes from Minetest to
 obj files, complete with materials and textures. These models can be imported
 directly into Blender or another 3D program for rendering and animation.

Package: minetest-mod-mobs-redo
Description-md5: 2297f2119b30dc3ec68625c193a3cf99
Description-en: Minetest module to add mobs programming interface
 This minetest module provides an advanced programming interface to add
 mobs into the world.
 .
 It was built from PilzAdam's original Simple Mobs with additional mobs
 by KrupnoPavel, Zeg9, ExeterDad and AspireMint.
 .
 As it contains only the programming interface, you need to install
 other mobs to get actual gamer-visible creatures.

Package: minetest-mod-moreblocks
Description-md5: bc28b955a17a1a4bdc98fe436a4b9936
Description-en: Minetest mod - More Blocks
 This mod adds some new blocks, most of them don't have a use other than
 decoration.
 .
 The blocks include several kinds of stone that can be used to build floors
 and stairs. The mod also includes stairsplus, which is helpful for building
 staircases.

Package: minetest-mod-moreores
Description-md5: 368d726ccc3d4325d9642a27bb1422d6
Description-en: Minetest mod - More Ores
 This mod adds copper, tin, silver and gold in Minetest. This mod also
 adds three new sets of tools/swords.
 .
 All these five ores give lumps upon mining - those lumps are smeltable
 into ingots, then you can do tools, blocks, and locked chests out of
 them.

Package: minetest-mod-nether
Description-md5: 5bee50e2b0e3a200a03e3c7c789eb3fd
Description-en: Minetest mod - Nether portals and materials
 This minetest extension adds a deep underground realm with different map
 generators.
 .
 You can reach it with obsidian portals -- so called nether portals.

Package: minetest-mod-pipeworks
Description-md5: fe9d7ee6bc2fc9e40232a7d48a465d7f
Description-en: Pipes and tubes for Minetest
 This package provides an extension for minetest allowing crafting
 and usage of pipes to transport fluids and tubes to transport items.
 It also contains a few devices to work with them.

Package: minetest-mod-protector
Description-md5: a3e20ab35f9ee4409312b00e1cdc53a5
Description-en: Minetest module to add protector blocks
 This minetest module provides protector blocks, that is blocks who stop
 other player from digging or placing block in their surrounding area.
 .
 It is based on glomie's block, remade by Zeg9 and rewritten by TenPlus1,
 so you might have heard of it under the name "Protector Redo".

Package: minetest-mod-pycraft
Description-md5: f0a73b49751630318d8433c67bc31c6d
Description-en: Minetest mod - (most of) Raspberry PI Minecraft API
 Provide API server in Minetest to allow Python and Sonic Pi to manipulate
 the world in the server.

Package: python3-minecraftpi
Description-md5: 63f93a4322e26c10751bcff214bf4875
Description-en: Raspberry PI Minecraft API Python client library
 Make it easy to program minetest and minecraft from Python, as
 described in the book Learn to program using Minecraft.
 .
 This package provide the 'mcpi' Python library.

Package: minetest-mod-quartz
Description-md5: b7ca0e4c8f0c6de05bf09436f712ca97
Description-en: Minetest module to add quartz
 This minetest module provides the quartz ore and other decorative
 blocks.

Package: minetest-mod-skyblock
Description-md5: d0b310285ff4e91151bb177b2d5a5694
Description-en: Minetest module to add a Crusoe-like minigame
 This minetest module provide game mechanics to start from a small
 island in the sky with minimal capacities and build everything from
 there.

Package: minetest-mod-throwing
Description-md5: 8c865de2fced08b3d1a44ecc36a2813e
Description-en: Minetest mod - Throwing system
 This minetest extension provides an abstract programming
 interface to declare throwing and throwables.
 .
 The minetest-mod-throwing-arrows package uses it to actually
 provide bows and arrows.

Package: minetest-mod-throwing-arrows
Description-md5: b5be0dbe27c82d07c8798a0f44b3ac7f
Description-en: Minetest mod - Throwables
 This minetest extension provides basic bows and arrows.
 .
 It is based on the framework of the minetest-mod-throwing package.

Package: minetest-mod-unified-inventory
Description-md5: aa69751ffa0405d2f65bad4ef1ee033f
Description-en: Minetest module to enhance the inventory
 This minetest module provides an inventory with a nicer interface and
 an included crafting guide as well as various types of bags and
 waypoints.

Package: minetest-mod-unifieddyes
Description-md5: 710362407cd690666e66e862ab9a6d7c
Description-en: Minetest mod providing a unified dye specification
 This minetest extension adds a whole lot of colors, crafting recipes
 and details on how colors should work in the game.
 .
 It is an extension of the standard dye set of the game from 15 to 90 colors.

Package: minetest-mod-worldedit
Description-md5: a70bf08141546c1b9b2038a2f3d6ca9e
Description-en: Minetest mod - ingame world editor
 WorldEdit is the ultimate ingame world editor for Minetest.
 It includes functionality for building, fixing and more. It is primarily
 controlled through chat commands.
 .
 WorldEdit exposes all significant functionality in a simple Lua interface.
 The API is useful for tasks such as high-performance node manipulation,
 alternative interfaces, and map creation.

Package: minetest-mod-xdecor
Description-md5: a849819faca4fd35e6c268c7cf1b79c2
Description-en: Lightweight decoration module for minetest
 This module adds a bunch of cute cubes as well as various mechanisms to
 the game, like for example Ender chests, cooking recipes, cutting,
 enchanting and a chess board...

Package: minetestmapper
Description-md5: 889cf185bc3f6002344f53ddf5b041f6
Description-en: map generator from minetest worlds
 This command-line tool will get a minetest world directory
 and generate an image map, to be used either as a better
 guide than the internal minimap, or to advertise a server.

Package: minexpert2
Description-md5: 50badb1939bfa7bc605a25371e8ac6d5
Description-en: MS^n mass spectrometric data visualization and mining (runtime)
 mineXpert2 allows the user to perform the following tasks:
  - Open mass spectrometry data files (mzML, mzXML, asc, xy, ...);
  - Display in a table view the full data set, for easy filtering;
  - Calculate and display the TIC chromatogram;
  - Calculate and display a mz=f(rt) color map;
  - For mobility data, calculate and display a mz=f(dt) color map;
  - Integrate the mass spectrometric data from any kind of data
    representation (mass | drift spectra, TIC | XIC chromatogram,
    2D color maps) to any other kind of data representation;
  - For any mass data feature (mass peak, TIC | XIC peak, color map)
    integrate to a XIC single intensity value;
  - Powerful isotopic cluster calculation starting from a
    chemical formula, optionally with user-defined isotopic abundance ratios;
  - Gaussian fit over any isotopic cluster to estimate the
    average mass of a given ion;
  - Mouse-driven deconvolution of m/z data (charge envelope-based
    or isotopic cluster-based);
  - Export the data to text files;
  - Export the graphical representation of mass spectrometric
    data to graphics files in a number of formats (jpg, png, pdf).
 .
 This package ships the mineXpert2 program.

Package: minexpert2-doc
Description-md5: dbf765369feda9d1f1d94f1aa5804a4c
Description-en: MS^n mass spectrometric data visualization and mining (doc)
 mineXpert2 allows the user to perform the following tasks:
  - Open mass spectrometry data files (mzML, mzXML, asc, xy, ...);
  - Display in a table view the full data set, for easy filtering;
  - Calculate and display the TIC chromatogram;
  - Calculate and display a mz=f(rt) color map;
  - For mobility data, calculate and display a mz=f(dt) color map;
  - Integrate the mass spectrometric data from any kind of data
    representation (mass | drift spectra, TIC | XIC chromatogram,
    2D color maps) to any other kind of data representation;
  - For any mass data feature (mass peak, TIC | XIC peak, color map)
    integrate to a XIC single intensity value;
  - Powerful isotopic cluster calculation starting from a
    chemical formula, optionally with user-defined isotopic abundance ratios;
  - Gaussian fit over any isotopic cluster to estimate the
    average mass of a given ion;
  - Mouse-driven deconvolution of m/z data (charge envelope-based
    or isotopic cluster-based);
  - Export the data to text files;
  - Export the graphical representation of mass spectrometric
    data to graphics files in a number of formats (jpg, png, pdf).
 .
 This package ships the user manual in both PDF and HTML formats.

Package: mingetty
Description-md5: 0ab16e61804b3e3dd3d05fa683c9ef0b
Description-en: Console-only getty
 Mingetty is a small, efficient, console-only getty for Linux.
 .
 "getty opens a tty port, prompts for a login name and invokes the
 /bin/login command. It is normally invoked by init(8)."
 .
 mingetty is a minimal getty for use on virtual consoles. Unlike
 the getty in the util-linux or mgetty packages, mingetty is not
 suitable for serial lines, which is why it's smaller.

Package: mingw-w64
Description-md5: 170497b193e24afc77f204c221f0e3f8
Description-en: Development environment targeting 32- and 64-bit Windows
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This metapackage provides the MinGW-w64 development environment,
 including C and C++ compilers. Ada, Fortran, Objective-C and
 Objective-C++ compilers are available respectively in the
 gnat-mingw-w64, gfortran-mingw-w64, gobjc-mingw-w64 and
 gojbc++-mingw-w64 packages.

Package: mingw-w64-common
Description-md5: 18eccaadae99ddf9dab704782cc8edaf
Description-en: Common files for Mingw-w64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains files common to both 32- and 64-bit targets.

Package: mingw-w64-i686-dev
Description-md5: c8c37b8041ae083173a5f84791374229
Description-en: Development files for MinGW-w64 targeting Win32
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains the headers and libraries required to build
 32-bit software using MinGW-w64.
 .
 The wine package can be used to test software built using MinGW-w64
 without using Windows.

Package: mingw-w64-tools
Description-md5: e51ae65009b54dc317e276561f73ef47
Description-en: Development tools for 32- and 64-bit Windows
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains:
  * gendef, which extracts DLL exports from Windows executables;
  * genidl, which extracts IDL information from Windows executables;
  * genpeimg, which manipulates PE flags in Windows executables;
  * widl, which generates build files from IDL descriptions;
  * pkg-config symlinks to allow .pc-based libraries to be used.

Package: mingw-w64-x86-64-dev
Description-md5: 7b19c5c4a72a02cd58ba6def67e7bcba
Description-en: Development files for MinGW-w64 targeting Win64
 MinGW-w64 provides a development and runtime environment for 32- and
 64-bit (x86 and x64) Windows applications using the Windows API and
 the GNU Compiler Collection (gcc).
 .
 This package contains the headers and libraries required to build
 64-bit software using MinGW-w64.
 .
 The wine64 package can be used to test software built using MinGW-w64
 without using Windows.

Package: mini-dinstall
Description-md5: 8c3fe68bae3a3f064eb74e765082170f
Description-en: daemon for updating Debian packages in a repository
 This program implements a miniature version of the "dinstall" program
 which installs packages in the Debian archive.  It doesn't require a
 PostgreSQL database, and is very easy to set up, maintain, and use.
 mini-dinstall can be run via cron, or as a daemon.
 .
 This package is expressly designed for personal apt repositories, and
 the like.  In this vein, it contains fewer sanity checks; for
 example, it will happily install a lower version of a package.  You
 can also generally just 'rm' files from the repository, and
 mini-dinstall won't care.  In fact, (when run as a daemon) it will
 automatically detect that the directory changed, and update the
 Packages file.

Package: mini-httpd
Description-md5: 7d12143ac090f2ecfad5af7f3b598365
Description-en: Small HTTP server
 mini-httpd implements all basic features of a HTTPD, including: GET, HEAD, POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.

Package: mini-httpd-run
Description-md5: 6b7979f75ec58f631fdd1e3b50f3e6ea
Description-en: Small HTTP server (Runit integration)
 mini-httpd implements all basic features of a HTTPD, including: GET,HEAD,POST
 methods, common MIME types, basic authentication, virtual hosting, CGI,
 directory listing, trailing-slash redirection, standard logging, custom error
 pages etc. It also can be configured to do SSL and IPv6.
 .
 This package contains scripts to run mini-httpd under Runit
 supervision system.

Package: mini-soong
Description-md5: c371f08788a219eb8436103f9d8745d6
Description-en: minimalist Soong build system reimplementation
 Mini-Soong is a minimalist and incomplete reimplementation of Soong, the
 Android build system. It is intended to simplify the packaging of parts
 of Android for Debian. It is not intended to be a complete replacement
 for Soong.

Package: libmini18n-dev
Description-md5: 0e91d9059a3000a55d1f87ea9a454d1c
Description-en: minimal internationalization library - devel headers
 mini18n is a small and non-intrusive translation library,
 designed for small memory and (non-)GNU systems.
 .
 Features:
  * Overrideable system-locale support
  * Full UTF-8 support
  * Converters for systems not using UTF-8
 .
 This package contains the devel headers needed to link agains libmini18n.

Package: libmini18n1
Description-md5: e8438317a3e577bf670410b7f4b96887
Description-en: minimal internationalization library
 mini18n is a small and non-intrusive translation library,
 designed for small memory and (non-)GNU systems.
 .
 Features:
  * Overrideable system-locale support
  * Full UTF-8 support
  * Converters for systems not using UTF-8

Package: minia
Description-md5: feb88b4f5ce600a3e8cd48b19b022f4c
Description-en: short-read biological sequence assembler
 What was referred to as "next-generation" DNA sequencing up to
 the year 2020 delivered only "short" reads up to ~600 base pairs
 in length that would then have to be puzzled by random overlaps
 in their sequence towards a complete genome. This is the genome
 assembly. And there are many biological pitfalls on long stretches
 of low complexity regions and copy number variations and other
 sorts of redundancies that render this difficult.
 .
 This package provides a short-read DNA sequence assembler based on a
 de Bruijn graph, capable of assembling a human genome on a desktop
 computer in a day.
 .
 The output of Minia is a set of contigs, i.e. stretches of gap-free
 linear overlaps of short reads. In the best possible case this is
 a whole chromosome.
 .
 Minia produces results of similar contiguity and accuracy to other
 de Bruijn assemblers (e.g. Velvet).

Package: miniasm
Description-md5: d44d7ac1bcd50721e3666cbc9c312439
Description-en: ultrafast de novo assembler for long noisy DNA sequencing reads
 Miniasm is an experimental very fast OLC-based de novo assembler for noisy
 long reads. It takes all-vs-all read self-mappings (typically by minimap)
 as input and outputs an assembly graph in the GFA format. Different from
 mainstream assemblers, miniasm does not have a consensus step. It simply
 concatenates pieces of read sequences to generate the final unitig sequences.
 Thus the per-base error rate is similar to the raw input reads.

Package: minica
Description-md5: 43403a3d993625d80387f70e58081103
Description-en: super micro binary to issue new CAs
 This is a super micro binary to issue new CAs. This contains nearly nothing
 else, and does not support revocation, or anything really important. This is
 just for when you need keys and don't intend to use them for anything big and
 important. Otherwise, issue things for real.

Package: minicom
Description-md5: 3ce1c5251a28c8f9b5a9d1d702f7501e
Description-en: Friendly menu driven serial communication program
 Minicom is a clone of the MS-DOS "Telix" communication program. It emulates
 ANSI and VT102 terminals, has a dialing directory and auto zmodem download.

Package: libminicoredumper-dev
Description-md5: 75da1ef13d0e5ad0ab062527528ecb4a
Description-en: minicoredumper library development files
 Using libminicoredumper, an application can register exactly what data
 should be dumped by minicoredumper. This data will not only be dumped in
 case of a crash, but also can be triggered to dump during runtime.
 .
 This package provides a dynamic library and a C header file.

Package: libminicoredumper2
Description-md5: 9eeb387e48332f33cc0c54ff0ba247da
Description-en: minicoredumper library
 Using libminicoredumper, an application can register exactly what data
 should be dumped by minicoredumper. This data will not only be dumped in
 case of a crash, but also can be triggered to dump during runtime.

Package: minicoredumper
Description-md5: e7875521c1f5f373988e742b62c585b5
Description-en: generate minimal and customized core dump files on Linux
 minicoredumper is a program that handles the creation of core dump files on
 Linux. It can produce much smaller core dump files by making use of sparse
 files, compression, and allowing the user to configure what parts of the
 process memory image should be dumped.

Package: minicoredumper-utils
Description-md5: 4465dd7fdde8f461b2babd95a35395b7
Description-en: minicoredumper utilities
 The minicoredumper project provides tools for working with applications
 based on libminicoredumper. These include a tool to inject data into core
 files and a tool to trigger dumps for running applications.

Package: python3-minidb
Description-md5: 20f663414d8562b97b21a7c57f224aa1
Description-en: simple SQLite3-based store for Python objects
 minidb 2 makes it easy to store Python objects in a SQLite 3 database and work
 with the data in an easy way with concise syntax.
 Designed for Python 3.

Package: libminidjvu-dev
Description-md5: abafc38d182bba5b5c2b2bb227782f3e
Description-en: Small DjVu encoder/decoder, development files
 MiniDjVu library development files, for DjVu format encoding and
 decoding.

Package: libminidjvu0
Description-md5: 15255b84817ab14284c6fc253fb483f2
Description-en: Small DjVu encoder/decoder, shared library
 MiniDjVu shared library, for DjVu format encoding and decoding.

Package: minidjvu
Description-md5: b178a6b8ee615174b067ff494008bcd7
Description-en: Monochrome DjVu multipage encoder, single page encoder/decoder
 Minidjvu is a multipage DjVu encoder and single page encoder/decoder.
 No colors or grayscale, just black and white.
 In addition to the DjVu format, minidjvu reads and writes
 PBM, Windows BMP, and TIFF.

Package: minidlna
Description-md5: 1e4446d454662f5f08c7527ab1145abc
Description-en: lightweight DLNA/UPnP-AV server targeted at embedded systems
 MiniDLNA (aka ReadyDLNA) is server software with the aim of being
 fully compliant with DLNA/UPnP-AV clients.
 .
 The minidlna daemon serves media files (music, pictures, and video) to
 clients on your network.  Example clients include applications such as
 totem and Kodi (xbmc), and devices such as portable media players,
 smartphones, and televisions (common part of SmartTV kit).
 .
 MiniDLNA is a simple, lightweight alternative to mediatomb, but has
 fewer features. It does not have a web interface for administration
 and must be configured by editing a text file.

Package: python3-minieigen
Description-md5: 875bfc6ff6d51a184a596fea72ae298a
Description-en: Wrapper of parts of the Eigen library (Python 3)
 Small wrapper for core parts of Eigen, c++ library for linear algebra.
 It is mainly useful for inspecting c++ code which already uses eigen and
 boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with
 integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized
 with floating-point values) and Quaternions. Numerous methods are wrapped
 and the original API of Eigen is followed.
 .
 This is the Python 3 version of the package.

Package: minigalaxy
Description-md5: efc5f0fa9d1cf59cc35971a05e4eabb9
Description-en: Simple GOG Linux client
 Allows you to download and play Linux games from the gog.com game store.
 .
 Besides installing games, it offers the following feature:
  - Update your games
  - Install and update DLC
  - Select in which language you'd prefer to download your games
  - Change where games are installed
  - Search your GOG Linux library
  - Show all games or just the ones you've installed
  - View the error message if a game fails to launch
 .
 A GOG account is required to use this software.

Package: minilla
Description-md5: d73465f07d96daa1459c06a8be0f559b
Description-en: CPAN module authoring tool
 Minilla is a CPAN module authoring tool. Minilla provides the minil command
 for creating, testing, releasing, installing, and uploading CPAN
 distributions.

Package: minimac4
Description-md5: d57aef9620099bbdbfd44355d369ff4d
Description-en: Fast Imputation Based on State Space Reduction HMM
 Minimac4 is a lower memory and more computationally efficient implementation
 of "minimac2/3". It is an algorithm for genotypic imputation that works on
 phased genotypes (say from MaCH).
 .
 Minimac4 is designed to handle very large reference panels in a more
 computationally efficient way with no loss of accuracy. This algorithm
 analyzes only the unique sets of haplotypes in small genomic segments, thereby
 saving on time\-complexity, computational memory but no loss in degree of
 accuracy.

Package: libminimap-dev
Description-md5: 647ab7371e272e602da39011f6ce9161
Description-en: development headers for libminimap
 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long sequences, such as between
 DNA reads and reference genomes, between genomes and between long noisy reads.
 .
 This package contains the C library headers for using minimap in custom tools,
 along with a static library.

Package: libminimap0
Description-md5: 4e4ec317efc08dd8c8b487237f940e42
Description-en: library for approximate mapping of long biosequences
 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long sequences, such as between DNA
 reads and reference genomes, between genomes and between long noisy reads.
 .
 This package contains a shared library offering the minimap API to custom C
 programs.

Package: minimap
Description-md5: 31578520bb87ccfae197ec449e13eb73
Description-en: tool for approximate mapping of long biosequences such as DNA reads
 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long biological sequences, such as
 between DNA reads and reference genomes, between genomes and between long
 noisy reads.
 Minimap does not generate alignments as of now and because of this, it is
 usually tens of times faster than mainstream aligners.
 It does not replace mainstream aligners, but it can be useful when you
 want to quickly identify long approximate matches at moderate divergence among
 a huge collection of sequences. For this task, it is much faster than most
 existing tools.

Package: elpa-minimap
Description-md5: 959206e71f2aa8be37b746d8e930093f
Description-en: sidebar showing a "mini-map" of a buffer
 This package is an implementation of a minimap sidebar, i.e., a
 smaller display of the current buffer on the left side.  It
 highlights the currently shown region and updates its position
 automatically.  You can navigate in the minibar by dragging the
 active region with the mouse, which will scroll the corresponding
 edit buffer. Additionally, you can overlay information from the tags
 gathered by CEDET's semantic analyzer.

Package: libminimap2-dev
Description-md5: 8efacf0205d1c3c71a37aef1dcca9771
Description-en: development headers for libminimap
 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 This package contains the C library headers for using minimap in custom tools,
 along with a static library.

Package: minimap2
Description-md5: f1022cbd2c265b138702b6677abf3e99
Description-en: versatile pairwise aligner for genomic and spliced nucleotide sequences
 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 For ~10kb noisy reads sequences, minimap2 is tens of times faster than
 mainstream long-read mappers such as BLASR, BWA-MEM, NGMLR and GMAP. It
 is more accurate on simulated long reads and produces biologically
 meaningful alignment ready for downstream analyses. For >100bp Illumina
 short reads, minimap2 is three times as fast as BWA-MEM and Bowtie2, and
 as accurate on simulated data. Detailed evaluations are available from
 the minimap2 paper or the preprint.

Package: python3-mappy
Description-md5: c06d130381cd98038fb409131c5e5b87
Description-en: Python3 interface minimap2
 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 This package contains the Python3 interface for using minimap2.

Package: minimodem
Description-md5: df7bfcd96a70c73b01163ff216966732
Description-en: general-purpose software audio FSK modem
 Minimodem is a command-line program which decodes (or generates) audio
 modem tones at any specified baud rate, using various framing protocols.
 It acts a general-purpose software FSK modem, and includes support for
 various standard FSK protocols such as Bell103, Bell202, RTTY, TTY/TDD,
 NOAA SAME, and Caller-ID.
 .
 Minimodem can play and capture audio modem tones in real-time via the
 system audio device, or in batched mode via audio files.
 .
 Minimodem can be used to transfer data between nearby computers using an
 audio cable (or just via sound waves), or between remote computers using
 radio, telephone, or another audio communications medium.

Package: mininet
Description-md5: b4060ada229a4da1dee98ade409bfc20
Description-en: process-based network emulator
 Mininet is a network emulator which uses lightweight virtualization
 to create virtual networks for rapid prototyping of Software-Defined
 Network (SDN) designs using OpenFlow.

Package: miniramfs
Description-md5: 11aa9285429a139e5d54bd1c62e6a04b
Description-en: Scripts for generating miniramfs images
 This package contains the init and build scripts for miniramfs allowing
 devices with initramfs size restrictions to boot.

Package: minisapserver
Description-md5: e72a566b30301a07a7c440f63b1bbcf0
Description-en: Mini SAP Server
 Mini SAP Server from VideoLan project is a small standalone application that
 can produce Session Announcement Protocol (SAP) announcements in Session
 Description Protocol (SDP) format. SAP is  described in RFC2974. SDP in
 RFC4566.
 .
 This is a mini-sap-server from VideoOnLan project.

Package: minisat+
Description-md5: 5abc23f5b2ba8e7a876d2a8e3bf6dfdb
Description-en: solver for pseudo-Boolean constraints
 MinSat+ is a solver for Pseudo-Boolean Optimization (AKA 0-1
 integer programming) that is based on the MiniSat SAT-solver. It
 supports optimizing a linear objective function, subject to a set
 of linear constraints. The variables of the objective function
 and constraints are boolean, i.e. required to be 0 or
 1. Pseudo-Boolean optimization can be used to solve many kinds of
 combinatorial optimization problems. This version of Minisat+ is
 compiled with bignum support for constraint coefficients.

Package: minisat
Description-md5: 638e185d46cca4091c1f6ba3a13b4c28
Description-en: Fast and lightweight SAT solver
 Despite the NP completeness of the satisfiability problem of Boolean formulas
 (SAT), SAT solvers are often able to decide this problem in a reasonable time
 frame. As all other NP complete problems are reducible to SAT, the solvers
 have become a general purpose tool for this class of problems.
 .
 MiniSat is a minimalistic, open-source SAT solver, developed to help
 researchers and developers alike to get started on SAT. Winning all the
 industrial categories of the SAT 2005 competition, MiniSat is a good starting
 point both for future research in SAT, and for applications using SAT.

Package: minisat2
Description-md5: 8385de90ce10778a1ebab6a56629355e
Description-en: Transitional package for minisat
 This is a transitional package for minisat, and can be safely removed after
 the installation is complete.

Package: minisign
Description-md5: 109dbdb72bf89304590aa52e0f160175
Description-en: Dead simple tool to sign files and verify signatures
 Minisign is a dead simple tool to sign files and verify signatures.
 It is portable, lightweight, and uses the highly secure Ed25519
 public-key signature system. Signature files include an untrusted
 comment line that can be freely modified, even after signature
 creation. They also include a second comment line, that cannot be
 modified without the secret key. Trusted comments can be used to add
 instructions or application-specific metadata (intended file name,
 timestamps, resource identifiers, version numbers to prevent
 downgrade attacks).

Package: minissdpd
Description-md5: 3dd0e4ad410068e63a26f5f00889c896
Description-en: keep memory of all UPnP devices that announced themselves
 MiniSSDPd is a small daemon used by MiniUPnPc (a UPnP control point for IGD
 devices) to speed up device discoveries. MiniSSDPd keeps memory of all UPnP
 devices that announced themselves on the network through SSDP NOTIFY packets.
 MiniSSDPd also has the ability to handle all SSDP traffic received on a
 computer via the multicast group 239.255.255.250:1900.
 .
 MiniSSDPd receives NOTIFY packets and stores information contained for later
 use by UPnP Control Points on the machine. MiniSSDPd receives M-SEARCH packets
 and answers on behalf of the UPnP devices running on the machine. MiniUPnPd
 and MiniUPnPc are designed to take automatically advantage of MiniSSDPd
 running on the same computer. Just make sure that MiniSSDPd is started before
 any other UPnP program on the computer.

Package: ministat
Description-md5: a7aaaa407a2bd1cb19f5a51024b70157
Description-en: simple tool for statistical comparison of data sets
 The ministat command from FreeBSD.  It calculates fundamental
 statistical properties of one or two numeric data sets, and
 whether a difference can be found between two data sets at a
 given confidence level.

Package: ministocks
Description-md5: 14feb8ecac6e9213764ed31569b7f65d
Description-en: minimalistic QT stock ticker for Linux
 This is a Qt widget focussing on a minimalistic display of real-time stock
 data.

Package: minitube
Description-md5: 67b323f7cbbea921a639bc57d81077e9
Description-en: Native YouTube client
 Minitube is a native YouTube client. With it you can watch YouTube videos in
 a new way: you type a keyword, Minitube gives you an endless video stream.
 .
 Minitube does not require the Flash Player.
 .
 Minitube is not about cloning the original YouTube web interface, it aims to
 create a new TV-like experience.

Package: libminiupnpc-dev
Description-md5: b76b4a36753fd30004f1cf8ca91a3318
Description-en: UPnP IGD client lightweight library development files
 The UPnP protocol is supported by most home adsl/cable routers and Microsoft
 Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software
 solution to support the "Internet Gateway Device" part of the protocol. The
 MediaServer/MediaRenderer UPnP protocol is also becoming very popular.
 .
 Miniupnpc aims at the simplest library possible, with the smallest footprint
 and no dependencies to other libraries such as XML parsers or HTTP
 implementations. All the code is pure ANSI C. Compiled on a x86 PC, the
 miniupnp client library have less than 15KB code size. For instance, the upnpc
 sample program is around 20KB. The miniupnp daemon is much smaller than any
 other IGD daemon and is ideal for using on low memory device for this reason.
 .
 This package contains development files needed to build using libminiupnpc

Package: libminiupnpc17
Description-md5: 194defbf2e4c77dd9feae4a875fdd198
Description-en: UPnP IGD client lightweight library
 The UPnP protocol is supported by most home adsl/cable routers and Microsoft
 Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software
 solution to support the "Internet Gateway Device" part of the protocol. The
 MediaServer/MediaRenderer UPnP protocol is also becoming very popular.
 .
 Miniupnpc aims at the simplest library possible, with the smallest footprint
 and no dependencies to other libraries such as XML parsers or HTTP
 implementations. All the code is pure ANSI C. Compiled on a x86 PC, the
 miniupnp client library have less than 15KB code size. For instance, the upnpc
 sample program is around 20KB. The miniupnp daemon is much smaller than any
 other IGD daemon and is ideal for using on low memory device for this reason.
 .
 This package contains the shared library.

Package: miniupnpc
Description-md5: 3d9ea3e08c317f931e9646ec11c73197
Description