Packages — L (Page 7 of 8)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

lmdbxx 0.9.14.0

`lmdbxx' 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. …

lmfit 8.2.2

lmfit is a C library for Levenberg-Marquardt least-squares minimization and curve fitting. It is mature code, based on decades-old algorithms from the FORTRAN library MINPACK. …

lmms 1.2.1

LMMS is a digital audio workstation. It includes tools for sequencing melodies and beats and for mixing and arranging songs. LMMS includes instruments based on audio samples and various soft…

lndir 1.0.3

Create a shadow directory of symbolic links to another directory tree. …

localed 241

Localed is a tiny daemon that can be used to control the system locale and keyboard mapping from user programs. It is used among other things by the GNOME Shell. …

lodepng 20200215-1.48e5364

LodePNG is a PNG image decoder and encoder, all in one, no dependency or linkage required. It's made for C (ISO C90), and has a C++ wrapper with a more convenient…

log4cpp 1.1.3

Log4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after the Log4j Java library, staying as close to their API as…

loksh 6.6

loksh is a Linux port of OpenBSD's `ksh'. It is a small, interactive POSIX shell targeted at resource-constrained systems. …

lolcat 1.0-0.35dca3d

`lolcat' concatenates files and streams like regular `cat', but it also adds terminal escape codes between characters and lines resulting in a rainbow effect. …

lollypop 1.2.32

Lollypop is a music player designed to play well with GNOME desktop. Lollypop plays audio formats such as mp3, mp4, ogg and flac and gets information from artists and tracks from…

looking-glass-client a12-182c475

Looking Glass allows the use of a KVM (Kernel-based Virtual Machine) configured for VGA PCI Pass-through without an attached physical monitor, keyboard or mouse. It displays the VM's rendered contents on…

loudmouth 1.5.3

Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP (formerly known as Jabber) protocol. It is designed to be easy to get started with and yet extensible…

lout 3.40

The Lout document formatting system reads a high-level description of a document similar in style to LaTeX and produces a PostScript or plain text output file. Lout offers an unprecedented range of…

love 11.3

LÖVE is a framework for making 2D games in the Lua programming language. …

love-nuklear v2.6-1.fef4e00

LÖVE is a Lua framework for making 2D games. Nuklear is a minimal state immediate mode graphical user interface toolkit. This package is the Nuklear bindings for LÖVE created by…

lpsolve 5.5.2.5

lp_solve is a mixed integer linear programming solver based on the revised simplex and the branch-and-bound methods. …

lrcalc 1.2

The Littlewood-Richardson Calculator (lrcalc) is a program designed to compute Littlewood-Richardson coefficients. It computes single Littlewood-Richardson coefficients, products of Schur functions, or skew Schur functions. In addition it computes products in…

lrdf 0.6.1

LRDF is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3…

lrslib 7.0a

The C code of lrslib implements the reverse search algorithm for vertex enumeration and convex hull problems. Its input file format is compatible with cddlib. All computations are done exactly…

lrzip 0.631

lrzip is a compression utility that uses long-range redundancy reduction to improve the subsequent compression ratio of larger files. It can then further compress the result with the ZPAQ or LZMA…

lsh 2.1

GNU lsh is a free implementation of the SSH version 2 protocol. It is used to create a secure line of communication between two computers, providing shell access to the server…

lshw B.02.19.2

`lshw' (Hardware Lister) is 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…

lskat 19.08.3

Lieutnant 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. Lieutnant Skat is a…

lsof 4.91

Lsof stands for LiSt Open Files, and it does just that. It lists information about files that are open by the processes running on the system. …

lsp-plugins 1.1.24

LSP (Linux Studio Plugins) is a collection of audio plugins available as LADSPA/LV2 plugins and as standalone JACK applications. …

lsscsi 0.31

`lsscsi' lists SCSI logical units or SCSI targets. It can also list NVMe namespaces or controllers and show the relationship between a device's primary node name, its SCSI generic (sg) node…

lsyncd 2.2.2

Lsyncd watches a local directory trees event monitor interface (inotify or fsevents). It aggregates and combines events for a few seconds and then spawns one (or more) process(es) to synchronize the…

ltrace 0.7.3

ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed…

ltris 1.2

LTris is a tetris clone: differently shaped blocks are falling down the rectangular playing field and can be moved sideways or rotated by 90 degree units with the aim of building lines…

lttng-ust 2.11.0

The user space tracing library, liblttng-ust, is the LTTng user space tracer. It receives commands from a session daemon, for example to enable and disable specific instrumentation points, and writes event…

lttoolbox 3.5.1

Lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. Analysis is the process of splitting a word (e.g. cats) into its lemma "cat" and the grammatical…

lua 5.2.4

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs…

lua 5.3.5

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs…

lua 5.1.5

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs…

lua-cqueues 20171014

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications. …

lua-filesystem 1.7.0.2

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying…

lua-ldoc 1.4.6

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…

lua-lgi 0.9.2

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. …

lua-libmpack 1.0.8

Libmpack is a small binary serialization and RPC library that implements both the msgpack and msgpack-rpc specifications. …

lua-lpeg 1.0.2

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). …

lua-luv 1.32.0-0

This library makes libuv available to Lua scripts. …

lua-ossl 20170903

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative…

lua-penlight 1.7.0

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…

lua5.1-bitop 1.0.2

Lua BitOp is a C extension module for Lua which adds bitwise operations on numbers. …

lua5.1-cqueues 20171014

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications. …

lua5.1-expat 1.3.0

LuaExpat is a SAX XML parser based on the Expat library. …

lua5.1-filesystem 1.7.0.2

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying…

lua5.1-lgi 0.9.2

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. …

lua5.1-libmpack 1.0.8

Libmpack is a small binary serialization and RPC library that implements both the msgpack and msgpack-rpc specifications. …

lua5.1-lpeg 1.0.2

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). …

lua5.1-luv 1.32.0-0

This library makes libuv available to Lua scripts. …

lua5.1-ossl 20170903

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative…

lua5.1-sec 0.9

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers. …

lua5.1-socket 3.0-rc1

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that…

lua5.2-bitop 1.0.2

Lua BitOp is a C extension module for Lua which adds bitwise operations on numbers. …

lua5.2-cqueues 20171014

The cqueues extension module for Lua implements an event loop that operates through the yielding and resumption of coroutines. It is designed to be non-intrusive, composable, and embeddable within existing applications. …

lua5.2-expat 1.3.0

LuaExpat is a SAX XML parser based on the Expat library. …

lua5.2-filesystem 1.7.0.2

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying…

lua5.2-lgi 0.9.2

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. …

lua5.2-libmpack 1.0.8

Libmpack is a small binary serialization and RPC library that implements both the msgpack and msgpack-rpc specifications. …

lua5.2-lpeg 1.0.2

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). …

lua5.2-luv 1.32.0-0

This library makes libuv available to Lua scripts. …

lua5.2-ossl 20170903

The luaossl extension module for Lua provides comprehensive, low-level bindings to the OpenSSL library, including support for certificate and key management, key generation, signature verification, and deep bindings to the distinguished name, alternative…

lua5.2-sec 0.9

LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. It takes an already established TCP connection and creates a secure session between the peers. …

lua5.2-socket 3.0-rc1

LuaSocket is a Lua extension library that is composed by two parts: a C core that provides support for the TCP and UDP transport layers, and a set of Lua modules that…

luajit 2.1.0-beta3

LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language. Lua is a powerful, dynamic and light-weight programming language. It may be embedded or used as a general-purpose, stand-alone…

luakit 2.2

Luakit is a fast, lightweight, and simple to use micro-browser framework extensible by Lua using the WebKit web content engine and the GTK+ toolkit. …

lucene++ 3.0.7

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine. …

lugaru 1.2

Lugaru is a 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…

luit 1.1.1

Luit is a filter that can be run between an arbitrary application and a UTF-8 terminal emulator such as xterm. It will convert application output from the locale's encoding into UTF-8,…

luminance-hdr 2.6.0

Luminance HDR (formerly QtPFSGui) is a graphical user interface application that aims to provide a workflow for high dynamic range (HDR) imaging. It supports several HDR and LDR image formats, and…

lunzip 1.11

Lunzip is a decompressor for files in the lzip compression format (.lz), written as a single small C tool with no dependencies. This makes it well-suited to embedded and other systems…

lure 1.1

Lure of the Temptress is a classic 2D point and click adventure game. You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all intents and purposes, a…

lure-de 1.1

Lure of the Temptress is a classic 2D point and click adventure game. You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all intents and purposes, a…

lure-es 1.1

Lure of the Temptress is a classic 2D point and click adventure game. You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all intents and purposes, a…

lure-fr 1.1

Lure of the Temptress is a classic 2D point and click adventure game. You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all intents and purposes, a…

lure-it 1.1

Lure of the Temptress is a classic 2D point and click adventure game. You are Diermot, an unwilling hero who'd prefer a quiet life, and are, to all intents and purposes, a…

lush2 2.0.1

Lush is an object-oriented Lisp interpreter/compiler with features designed to please people who want to prototype large numerical applications. Lush includes an extensive library of vector/matrix/tensor manipulation, numerous numerical libraries (including GSL,…

lv2 1.18.0

LV2 is an open specification for audio plugins and host applications. At its core, LV2 is a simple stable interface, accompanied by extensions which add functionality to support the needs of…

lv2-mda-epiano 0.0.2

An LV2 port of the mda EPiano VSTi. …

lv2-mda-piano 0.0.2

An LV2 port of the mda Piano VSTi. …

lv2lint 0.4.0

lv2lint is an LV2 lint-like tool that checks whether a given plugin and its UI(s) match up with the provided metadata and adhere to well-known best practices. …

lv2toweb 0.4

lv2toweb allows the user to create an xhtml page with information about the given LV2 plugin, provided that the plugin and its UI(s) match up with the provided metadata and adhere to…

lvm2 2.03.09

LVM2 is the logical volume management tool set for Linux-based systems. This package includes the user-space libraries and tools, including the device mapper. Kernel components are part of Linux-libre. …

lvm2-static 2.03.09

LVM2 is the logical volume management tool set for Linux-based systems. This package includes the user-space libraries and tools, including the device mapper. Kernel components are part of Linux-libre. …

lvtk 1.2.0

The LV2 Toolkit (LVTK) contains libraries that wrap the LV2 C API and extensions into easy to use C++ classes. It is the successor of lv2-c++-tools. …

lxappearance 0.6.3

LXAppearance is a desktop-independent GTK+ theme switcher able to change themes, icons, and fonts used by GTK+ applications. …

lxc 3.1.0

LXC is a userspace interface for the Linux kernel containment features. Through a powerful API and simple tools, it lets Linux users easily create and manage system or application containers. …

lxde 0.99.2

LXDE, which stands for Lightweight X11 Desktop Environment, is a desktop environment which is lightweight and fast. It is designed to be user friendly and slim, while keeping the resource usage…

lxde-common 0.99.2

Lxde-common provides common files of the LXDE Desktop. …

lxde-icon-theme 0.5.1

Lxde-icon-theme provides an default icon theme for LXDE. …

lximage-qt 0.15.0

LXImage-Qt is the Qt port of LXImage, a simple and fast image viewer. …

lxinput 0.3.5

Lxinput provides a small program to configure keyboard and mouse in LXDE. …

lxmenu-data 0.1.5

Lxmenu-data provides files required to build freedesktop.org menu spec-compliant desktop menus for LXDE. …

lxpanel 0.10.0

Lxpanel provides an X11 desktop panel for LXDE. …

lxqt 0.15.0

LXQt is a lightweight Qt desktop environment. …

lxqt-about 0.15.0

lxqt-about is a dialogue window providing information about LXQt and the system it's running on. …

lxqt-admin 0.15.0

lxqt-admin is providing two GUI tools to adjust settings of the operating system LXQt is running on. …

lxqt-archiver 0.2.0

This package provides a Qt graphical interface to archiving programs like `tar' and `zip'. …

lxqt-build-tools 0.7.0

Lxqt-build-tools is providing several tools needed to build LXQt itself as well as other components maintained by the LXQt project. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z