|
- ATK Reference Manual
(package: libatk1.0-doc)
- The ATK library is used for accessibility in the GTK+
library; this details how to program using it.
- Gail Reference Manual
(package: libgail-doc)
- This manual describes APIs for libgail-util
- Gail Reference Manual
(package: libgail-3-doc)
- This manual describes APIs for libgail-util
- PostgreSQL 14 Documentation
(package: postgresql-doc-14)
- The documentation for the PostgreSQL database management system,
version 14. PostgreSQL is a powerful, open source object-relational database
system. It is fully ACID compliant, has full support for foreign keys, joins,
views, triggers, and stored procedures (in multiple languages). It includes
most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR,
DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large
objects, including pictures, sounds, or video. It has native programming
interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others,
and exceptional documentation.
- SQLite3 reference manual
(package: sqlite3-doc)
- Overview of SQLite3
- APT Design Document
(package: libapt-pkg-doc)
- The APT Design Document is an overview of the specifications and
design goals of the APT project. It also attempts to give a broad
description of the implementation as well.
Formats: [html] [text]
- APT Files
(package: libapt-pkg-doc)
- The APT Files document describes the complete implementation and
format of the installed APT directory structure. It also serves as guide
to how APT views the Debian archive.
Formats: [html] [text]
- APT Method Interface
(package: libapt-pkg-doc)
- The APT Method Interface document describes the interface that
APT uses to the archive access methods.
Formats: [html] [text]
- APT Offline Usage Guide
(package: apt-doc)
- The APT Offline Usage Guide provides detailed instructions and
examples of how to use APT on an unconnected computer.
Formats: [html] [text]
- APT User's Guide
(package: apt-doc)
- The APT User's Guide provides an overview of how to use the
APT package manager, and provides a detailed look at the apt-get tool.
Formats: [html] [text]
- APT's interpretation of DPkg Technical Specification
(package: libapt-pkg-doc)
- The DPkg Technical Manual gives an overview of dpkg's external
functions(as APT sees them) and describes how it views the world.
Formats: [html] [text]
- Debian doc-base Manual
(package: doc-base)
- This manual describes what doc-base is and how it can be used to
manage online manuals on Debian systems.
Formats: [html] [text]
- install-docs Manual
(package: doc-base)
- A short manual for install-docs, a component of the package
doc-base. This program used by package maintainers to install their
documents into the Debian Documentation System.
- Lintian User's Manual
(package: lintian)
- This manual describes Lintian, the Debian package checker.
Formats: [html] [text]
- GNU nano Frequently Asked Questions (FAQ)
(package: nano)
- This documents provides answers to frequently asked questions
about the GNU nano text editor.
- GNU nano User Manual
(package: nano)
- This manual describes the usage of the GNU nano text editor.
- The preview Package for LaTeX
(package: preview-latex-style)
- The main purpose of this package is the extraction of certain
environments (most notably displayed formulas) from LaTeX sources as graphics.
This works with DVI files postprocessed by either Dvips and Ghostscript or
dvipng, but it also works when you are using PDFTeX for generating PDF files
(usually also postprocessed by Ghostscript).
Current uses of the package include the preview-latex package for WYSIWYG
functionality in the AUCTeX editing environment, generation of previews in
LyX, as part of the operation of the ps4pdf package, the tbook XML system and
some other tools.
- Vim reference manual
(package: vim-doc)
- The Vim reference manual
This document contains a detailed list of all commands for
each mode as well as all configurable options.
- Vim user manual
(package: vim-doc)
- The Vim user manual.
Contains task oriented explanations from simplex to complex
on using Vim.
- 7-Zip Manual
(package: p7zip-full)
- 7-Zip is a file archiver with a high compression ratio format
The program supports 7z (that implements LZMA compression algorithm),
LZMA2, XZ, ZIP, Zip64, CAB, RAR (if the non-free p7zip-rar package
is installed), ARJ, GZIP, BZIP2, TAR, CPIO, RPM, ISO, most filesystem
images and DEB formats.
Compression ratio in the new 7z format is 30-50% better than ratio
in ZIP format.
- A short git tools survey
(package: git-doc)
- A brief and outdated survey of useful git tools,
including third-party and external projects.
Formats: [html] [text]
- bzip2 and libbzip2: a program and library for data compression
(package: bzip2-doc)
- bzip2 compresses files using the Burrows-Wheeler block-sorting
text compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional
LZ77/LZ78-based compressors, and approaches the performance of the PPM
family of statistical compressors.
Formats: [html] [info] [pdf] [postscript]
- DVD+RW Tools Manual
(package: dvd+rw-tools)
- Everyday Git With 20 Commands Or So
(package: git-doc)
- A useful minimum set of git commands, in context.
Formats: [html] [text]
- Fighting regressions with git bisect
(package: git-doc)
- "git bisect" enables software users and developers
to easily find the commit that introduced a regression. We
show why it is important to have good tools to fight
regressions. We describe how "git bisect" works from the
outside and the algorithms it uses inside. Then we explain
how to take advantage of "git bisect" to improve current
practices. And we discuss how "git bisect" could improve in
the future.
Formats: [html] [text]
- findutils
(package: findutils)
- utilities for finding files--find, xargs, and locate
These utilities find files meeting specified criteria and perform
various actions on the files which are found.
- Git How-to Documents
(package: git-doc)
- Mailing list postings made by various people
describing how they use git in their workflow.
Formats: [html] [text]
- Git index format
(package: git-doc)
- The on-disk format of Git's staging area, merging area,
and working directory cache.
- Git pack format and packing heuristics
(package: git-doc)
- Git's packed data format.
- Git Reference Manual
(package: git-doc)
- Git manual pages, including glossary and tutorials.
- Git User's Manual (for version 1.5.3 or newer)
(package: git-doc)
- This manual provides a leisurely but practical
introduction to git. Chapters 1 and 2 explain how to fetch
and study a project using git. People needing to do actual
development will also want to read chapters 3 and 4.
Further chapters cover more specialized topics.
Formats: [html] [text]
- NetCDF Manual
(package: netcdf-doc)
- This manual describes what netCDF is, and how it can be used.
- Technical documentation for git protocol
(package: git-doc)
- Reference documentation for the upload-pack and
receive-pack protocols that underlie git's ssh://, git://,
file://, and smart http:// transports.
- Technical documentation for shallow clones in git
(package: git-doc)
- There has not been any work on the git fetch/clone
--depth lately, so it is hard to find out what it does, and
how. This document describes the ideas as well as the
current problems, and can serve as a starting point for
shallow people.
- Trivial merge rules for git read-tree
(package: git-doc)
- This document describes the outcomes of the
trivial merge logic in git read-tree.
- Use of index and the "racy git" problem
(package: git-doc)
- In order to speed up comparison between files in
the work tree and index entries, git compares current
lstat(2) information with saved lstat(2) information from
whenever it updated the corresponding index entry. A very
quick update that does not change file size could therefore
make git incorrectly think files in the working tree are
unmodified even though they actually are modified. This is
called the "racy git" problem (discovered by Pasky), and
the entries that would appear clean when they ought not to
be because of this problem are called "racily clean".
This document explains how git avoids that problem.
- Debian babl Manual
(package: libbabl-doc)
- This manual describes what babl is
and how it can be used to manage online manuals
on Debian systems.
- FontForge Manual
(package: fontforge-doc)
- FontForge user manual
- GIMP User's Manual (English)
(package: gimp-help-en)
- This manual contains documentation for using the
GNU Image Manipulation Program (The GIMP) in the English language.
- Graphviz - Documentation Index
(package: graphviz-doc)
- Graphviz is a suite of graph drawing tools. This document provides
a single index to all the graphviz related documentation.
- ImageMagick
(package: imagemagick-6-doc)
- This manual documents ImageMagick.
ImageMagick is a set of programs to manipulate various image formats
(JPEG, TIFF, PhotoCD, PBM, XPM, etc...). All manipulations can
be achieved through shell commands as well as through a X11 graphical
interface (display).
- Khronos API Reference
(package: khronos-api)
- This document describes the Khronos XML API Registry schema, and
provides some additional information about using the registry and scripts
to generate C header files.
- pikepdf documentation
(package: pikepdf-doc)
- Instructions for using pikepdf
- Pycairo documentation
(package: python3-cairo-doc)
- Manual for Pycairo
- Technical Introduction to OpenEXR
(package: openexr-doc)
- This document presents a brief overview of OpenEXR and explains
concepts that are specific to this format.
- TIFF Software
(package: libtiff-doc)
- Support for the Tag Image File Format (TIFF) for storing image data.
- TransFig: Portable Figures for LaTeX
(package: fig2dev)
- Manual for the TransFig package.
This manual describes the TransFig package and its components fig2dev
and transfig as well as related software and the Fig graphics format
(in the old V2.1 version).
- LIRC (Linux Infrared Remote Control)
(package: lirc-doc)
- LibRaw documentation
(package: libraw-doc)
- This manual describes what LibRaw is
and how it can be used.
- Linux 2.4/2.6 NAT HOWTO
(package: iptables)
- This document describes how to do masquerading, transparent
proxying, port forwarding, and other forms of Network Address
Translations with the 2.6+ Linux Kernels.
- Linux 2.4/2.6 Packet Filtering HOWTO
(package: iptables)
- This document describes how to use iptables to filter
IP packets for the 2.6+ Linux kernels.
- AppStream Documentation
(package: appstream-doc)
- AppStream is a metadata specification, allowing to write metadata for
software projects in a general-purpose format. This allows software centers
to display useful information for not installed software, as well as
determining software the user might want to install (e.g. to open an
unknown file type or to make missing firmware available).
- Shared MIME-info Database specification
(package: shared-mime-info)
- This document specifies a unified MIME database system for use by application developers.
Formats: [html] [pdf]
- Libimobiledevice Reference Manual
(package: libimobiledevice-doc)
- Libimobiledevice is a library to communicate with services running on Apple iPhone/iPod Touch devices.
- Libplist Reference Manual
(package: libplist-doc)
- libplist is a library for reading and writing the Apple binary and XML property lists format. It's part of the libiphone stack, providing access to Ipod and Iphone devices.
- Apache HTTP Server Version 2.4 Documentation
(package: apache2-doc)
- This documentation describes the configuration of the Apache Web
server and the included modules.
- GNU mailutils Manual
(package: mailutils-doc)
- This manual describes the usage of the mailutils
suite of programs and the API for the development library.
Formats: [html] [info]
- liburiparserx Documentation
(package: liburiparser-doc)
- Postfix documentation
(package: postfix-doc)
- This document describes Postfix: how to configure and use it.
- Privoxy Developer Manual
(package: privoxy)
- The provoxy developer manual gives the users information on
how to help the developer team. It provides guidance on coding,
testing, documentation and other issues. Privoxy is a filtering web
proxy.
- Privoxy Frequently Asked Questions
(package: privoxy)
- The FAQ document gives users and developers alike answers to
frequently asked questions about Privoxy. Privoxy is a filtering web
proxy.
- Privoxy User Manual
(package: privoxy)
- The user manual gives users information on how to install,
configure and use Privoxy. Privoxy is a filtering web proxy.
- Font Features for Abyssinica SIL
(package: fonts-sil-abyssinica)
- How to use optional font features in the Abyssinica SIL font.
Additional documentation is located in various text files. ODT source is included.
- Font Features for Charis SIL
(package: fonts-sil-charis)
- How to use optional font features in the Charis SIL font.
Additional documentation is located in various files.
- Font Features for Gentium Plus
(package: fonts-sil-gentiumplus)
- How to use optional font features in the Gentium Plus font.
Additional documentation is located in various files.
- Font Features for Gentium Plus Compact
(package: fonts-sil-gentiumplus-compact)
- How to use optional font features in the Gentium Plus Compact font.
Additional documentation is located in various text files. ODT source is included.
- Font Features for Padauk
(package: fonts-sil-padauk)
- How to use optional font features in the Padauk font.
Additional documentation is located in various text files. ODT source is included.
- LaTeX2e Reference Manual
(package: texstudio-doc)
- This reference shows and explains the most common LaTeX commands.
- TeXstudio User Manual
(package: texstudio-doc)
This manual describes how to configure and use TeXstudio for editing
TeX files.
- A description on how to use and modify libpng (version 1.5.X)
- This file describes how to use and modify the PNG reference library
(known as libpng) for your own use. There are five sections to this
file: introduction, structures, reading, writing, and modification and
configuration notes for various special platforms. In addition to this
file, example.c is a good starting point for using the library, as
it is heavily commented and should include everything most people
will need. We assume that libpng is already installed; see the
INSTALL file for instructions on how to install libpng.
Libpng was written as a companion to the PNG specification, as a way
of reducing the amount of time and effort it takes to support the PNG
file format in application programs. The PNG specification is available
as RFC 2083 <http://www.ietf.org/rfc/rfc2083.txt> and as a
W3C Recommendation <http://www.w3.org/TR/REC-png-multi.html>. Some
additional chunks are described in the special-purpose public chunks
documents at <ftp://ftp.uu.net/graphics/png/documents/>. Other information
about PNG, and the latest version of libpng, can be found at the PNG home
page, <http://www.libpng.org/pub/png/>.
- API Javadoc for Commons Lang
(package: libcommons-lang3-java-doc)
- This is the API Javadoc provided for the
libcommons-lang3-java library.
- Autoconf Macros Archive Documentation
(package: autoconf-archive)
- Manual for autoconf macros archive
- automake-1.16
(package: automake)
- Automake is a tool for automatically generating `Makefile.in's from
files called `Makefile.am'.
The goal of Automake is to remove the burden of Makefile maintenance
from the back of the individual GNU maintainer (and put it on the back
of the Automake maintainer).
The `Makefile.am' is basically a series of `make' macro definitions
(with rules being thrown in occasionally). The generated
`Makefile.in's are compliant with the GNU Makefile standards.
- cairomm Reference Manual
(package: libcairomm-1.0-doc)
- Reference Manual for cairomm, a C++ wrapper for the
Cairo graphics library.
- CFITSIO Quick Start Guide
(package: libcfitsio-doc)
- This is the CFITSIO Quick Start Guide. Cfitsio is a C library for
reading and writing FITS format data files. FITS (Flexible Image
Transport System) is a data format most used in astronomy.
Formats: [html] [pdf]
- CFITSIO User's Guide
(package: libcfitsio-doc)
- This is the CFITSIO User's Guide. Cfitsio is a C library for
reading and writing FITS format data files. FITS (Flexible Image
Transport System) is a data format most used in astronomy. See fitsio
document page for documentation on fortran-callable subroutines.
Formats: [html] [pdf]
- ConfigObj API Reference
(package: python-configobj-doc)
- ConfigObj is a simple but powerful config file reader and
writer: an ini file round tripper. Its main feature is that it is
very easy to use, with a straightforward programmer's interface and a
simple syntax for config files.
- Cyrus SASL Documentation
(package: cyrus-sasl2-doc)
- Documentation about various parts of the Cyrus SASL library
- D-Bus FAQ
(package: dbus-1-doc)
- D-Bus Specification
(package: dbus-1-doc)
- D-Bus System Activation
(package: dbus-1-doc)
- D-Bus Tutorial
(package: dbus-1-doc)
- Debian libdvdnav manual
(package: libdvdnav-doc)
- This manual describes what libdvdnav is
and how it works on Debian systems.
- Debian Nettle Manual
- This document describes the nettle low-level
cryptographic library. You can use the library directly
from your C programs, or (recommended) write or use an
object-oriented wrapper for your favorite language or
application.
Formats: [html] [info] [pdf]
- Docutils Project Documentation
(package: docutils-doc)
-
Formats: [html] [text]
- Exif library API
(package: libexif-doc)
- Most digital cameras produce EXIF files,
which are JPEG files with extra tags that contain
information about the image. This document describes
the EXIF library API which allows you to parse an EXIF
file and read the data from those tags.
- FFTW Version 3 Frequently Asked Questions
(package: libfftw3-doc)
- Frequently Asked Questions about FFTW
FFTW is the Fastest Fourier Transform in the West, providing
a comprehensive collection of fast C routines for computing
discrete Fourier transforms.
Formats: [html] [text]
- FFTW Version 3 Manual
(package: libfftw3-doc)
- This manual describes how to use fftw (version 3).
FFTW is the Fastest Fourier Transform in the West, providing
a comprehensive collection of fast C routines for computing
discrete Fourier transforms.
Formats: [html] [info]
- FITSIO User's Guide
(package: libcfitsio-doc)
- This is the FITSIO User's Guide. This document describes the
Fortran-callable subroutine interface that is provided as part of the
CFITSIO library (which is written in ANSI C). This is a companion
document to the CFITSIO User's Guide which should be consulted for
further information about the underlying CFITSIO library. FITS
(Flexible Image Transport System) is a data format most used in
astronomy.
Formats: [html] [pdf]
- flex
(package: flex-doc)
- Fast LEXical analyzer generator
Flex is a tool for generating programs that perform pattern-matching on
text. It generates "scanners": programs which recognized lexical
patterns in text. `flex' reads the given input files, or its
standard input if no file names are given, for a description of a
scanner to generate. The description is in the form of pairs of
regular expressions and C code, called "rules". `flex' generates as
output a C source file, `lex.yy.c', which defines a routine
`yylex()'. This file is compiled and linked with the `-lfl' library
to produce an executable. When the executable is run, it analyzes
its input for occurrences of the regular expressions. Whenever it
finds one, it executes the corresponding C code.
Formats: [html] [pdf]
- flex
(package: flex)
- Fast LEXical analyzer generator
Flex is a tool for generating programs that perform pattern-matching on
text. It generates "scanners": programs which recognized lexical
patterns in text. `flex' reads the given input files, or its
standard input if no file names are given, for a description of a
scanner to generate. The description is in the form of pairs of
regular expressions and C code, called "rules". `flex' generates as
output a C source file, `lex.yy.c', which defines a routine
`yylex()'. This file is compiled and linked with the `-lfl' library
to produce an executable. When the executable is run, it analyzes
its input for occurrences of the regular expressions. Whenever it
finds one, it executes the corresponding C code.
- Fontconfig Developers Reference
(package: libfontconfig-doc)
- Developer reference for the fontconfig library.
Fontconfig is a library designed to provide system-wide font
configuration, customization and application access.
Formats: [html] [text] [pdf]
- GCab Reference Manual
(package: libgcab-doc)
- This manual describes the libgcab APIs
- GLE Tubing and Extrusion Fact Sheet
(package: gle-doc)
- This manual describes the GLE Tubing and Extrusion library.
- GNOME XSLT Library Reference Manual
- This manual documents the interfaces of the libxslt library and
has some short notes to help get you up to speed with using the library.
- GNU Autoconf manual
(package: autoconf-doc)
- User and developer manual for GNU Autoconf, a package for
creating scripts to configure source code packages using templates and an
M4 macro package.
Formats: [html] [info] [pdf] [postscript]
- GNU Coding Standards
(package: gnu-standards)
- The GNU Coding Standards were written by Richard Stallman and other
GNU Project volunteers. Their purpose is to make the GNU system clean,
consistent, and easy to install. This document can also be read as a guide to
writing portable, robust and reliable programs. It focuses on programs
written in C, but many of the rules and principles are useful even if you
write in another programming language. The rules often state reasons for
writing in a certain way.
Formats: [html] [info] [text] [dvi] [pdf]
- GNU gettext manual
(package: gettext-doc)
- This manual documents GNU gettext.
GNU gettext offers to programmers, translators and even users, a well
integrated set of tools and documentation that provides a framework within
which other free packages may produce multi-lingual messages.
- GNU m4 manual
(package: m4-doc)
- This manual documents GNU m4.
`m4' is a macro processor, in the sense that it copies its input to
the output, expanding macros as it goes. Macros are either builtin or
user-defined, and can take any number of arguments. Besides just doing
macro expansion, `m4' has builtin functions for including named files,
running UNIX commands, doing integer arithmetic, manipulating text in
various ways, recursion, etc... `m4' can be used either as a front-end
to a compiler, or as a macro processor in its own right.
- gSOAP User Guide
(package: gsoap-doc)
- This is the programmer's and user's reference to gSOAP.
- GtkSourceView Reference Manual
(package: libgtksourceview-4-doc)
- This manual describes the GtkSourceView text widget. It extends the
standard GTK+ 3.x text widget GtkTextView by implementing syntax highlighting
and other features typical of a source editor.
- GtkSourceView Reference Manual
(package: libgtksourceview-3.0-doc)
- This manual describes the GtkSourceView text widget. It extends the
standard GTK+ 3.x text widget GtkTextView by implementing syntax highlighting
and other features typical of a source editor.
- ICU API Documentation
(package: icu-doc)
- This manual describes the APIs of the
International Components for Unicode C/C++
library. It is a useful reference for the
ICU programmer.
- Information For Maintainers of GNU Software
(package: gnu-standards)
- This file contains guidelines and advice for people who are
maintainers of GNU programs on behalf of the GNU Project.
Formats: [html] [info] [text] [dvi] [pdf]
- Internals of the GNU C and C++ compiler
(package: gcc-10-doc)
- This manual documents the internals of the GNU compilers,
including how to port them to new targets and some information about
how to write front ends for new languages. It corresponds to GCC
version 10.x. The use of the GNU compilers is documented in a
separate manual.
Formats: [html] [info]
- Internals of the GNU C and C++ compiler
(package: gcc-11-doc)
- This manual documents the internals of the GNU compilers,
including how to port them to new targets and some information about
how to write front ends for new languages. It corresponds to GCC
version 11.x. The use of the GNU compilers is documented in a
separate manual.
Formats: [html] [info]
- Introduction to Quilt
(package: quilt)
- After looking at different strategies for dealing with
software packages that consist of a base software package on top of
which a number of patches are applied, this document introduces the
script collection quilt, which was specifically written to help
deal with multiple patches and common patch management tasks.
Formats: [html] [text] [pdf]
- Introductory documents about Xapian
(package: xapian-doc)
- These documents give an introduction to the Xapian
search engine library, and how to use it.
- Jansson Documentation
(package: libjansson-doc)
- This is the documentation for Jansson
- Javadoc for the Bouncy Castle JCE provider and lightweight crypto API
(package: libbcprov-java-doc)
- This is the API Javadoc provided for the libbcprov-java library.
- Javadoc for the Bouncy Castle JSSE provider and TLS/DTLS API
(package: libbctls-java-doc)
- This is the API Javadoc provided for the libbctls-java library.
- Javadoc for the Bouncy Castle OpenPGP API
(package: libbcpg-java-doc)
- This is the API Javadoc provided for the libbcpg-java library.
- Javadoc for the Bouncy Castle PKIX/CMS/EAC/PKCS/OCSP/TSP/OPENSSL API
(package: libbcpkix-java-doc)
- This is the API Javadoc provided for the libbcpkix-java library.
- Javadoc for the Bouncy S/MIME API
(package: libbcmail-java-doc)
- This is the API Javadoc provided for the libbcmail-java library.
- JavaScriptCore GLib Reference Manual
(package: libwebkit2gtk-4.0-doc)
- This is the reference manual of the JavaScriptCore GLib API
- JSON-C (libjson-c) manual
(package: libjson-c-doc)
- This manual describe the JSON-C API.
- Lapack Manual
(package: liblapack-doc)
- Lapack User's Guide
- LevelDB documentation
(package: leveldb-doc)
- The leveldb library provides a persistent key value store. Keys
and values are arbitrary byte arrays. The keys are ordered within the
key value store according to a user-specified comparator function.
- libdatrie Reference Manual
(package: libdatrie-doc)
- This manual describes libdatrie API
- Libdc1394 reference manual
(package: libdc1394-doc)
- The documentation for libdc1394, a high level programming interface for IEEE 1394 digital cameras
Formats: [html] [pdf]
- libevdev Manual
(package: libevdev-doc)
- This manual describes the libevdev API.
- libffi -- Portable foreign-function interface library
- The libffi library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to
call any function specified by a call interface description at run
time.
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully featured
foreign function interface. A layer must exist above libffi that handles
type conversions for values passed between the two languages.
- liblangtag Documentation
(package: liblangtag-doc)
- libmtp documentation
(package: libmtp-doc)
- Developer reference for libmtp.
- libsoup Reference Manual
(package: libsoup2.4-doc)
- API Reference Manual and little tutorial on how to write a simple
client and a simple server
- libsoup Reference Manual
(package: libgtop2-doc)
- This manual documents the interfaces of the libgtop
library and has some short notes to help get you up to speed
with using the library.
- libthai Reference Manual
(package: libthai-doc)
- This reference describes libthai API
- Libtool Documentation
(package: libtool-doc)
- Portable shared library support for source code packages
- Libupnp: Portable SDK for UPnP Devices, version 1.8
(package: libupnp-doc)
- The Portable SDK for UPnP Devices (libupnp) provides developers
with an API and open source code for building control points, devices,
and bridges that are compliant with Version 1.0 of the Universal Plug
and Play Device Architecture Specification.
- libusb-1.0 API Reference
(package: libusb-1.0-doc)
libusb is an open source library that allows you to communicate with USB devices
from userspace
This documentation is aimed at application developers wishing to communicate
with USB peripherals from their own software. It assumes knowledge of how to
operate USB devices from a software standpoint (descriptors, configurations,
interfaces, endpoints, control/bulk/interrupt/isochronous transfers, etc).
- libwpd documentation
(package: libwpd-doc)
- This document contains the libwpd API documentation
- libwpg documentation
(package: libwpg-doc)
- This document contains both the libwpg API documentation and the normal libwpg documentation
- libwps documentation
(package: libwps-doc)
- This document contains the libwps API documentation
- Lua 5.2 reference manual
(package: lua5.2-doc)
- The reference manual is the official definition of the Lua language
- Mongoose User Guide
(package: libsuitesparse-doc)
- Mongoose is a graph partitioning library that can quickly compute
edge cuts in arbitrary graph. Given a graph with a vertex set and edge set, an
edge cut is a partitioning of the graph into two subgraphs that are balanced
(contain the same number of vertices) and the connectivity between the
subgraphs is minimized (few edges are in the cut).
- MPI for Python (mpi4py) User Manual
(package: python-mpi4py-doc)
- This user manual describes the MPI for Python package,
its design and interface overview, generic installation instructions,
and a tutorial.
Formats: [html] [info] [pdf]
- Ninja Manual
(package: ninja-build)
- Ninja is yet another build system. It takes as input the
interdependencies of files (typically source code and output
executables) and orchestrates building them, quickly.
- Node API Manual
(package: nodejs-doc)
- This manual describes the API and command-line usage of Node.
- NORM User's and Developer's Guide
(package: libnorm-doc)
- NACK-Oriented Reliable Multicast (NORM) library
Formats: [html] [pdf]
- OCL-ICD Implementation of OpenCL ICD Loader Manual
- This manual describes how the OCL-ICD implementation
of libOpenCL works and which non-standard features are
implemented.
- OpenEXR File Layout
(package: openexr-doc)
- This document gives an overview of the layout of OpenEXR image files
as byte sequences
- OpenJDK Java(TM) 11 JDK, Standard Edition Documentation
(package: openjdk-11-doc)
- The Java 11 Platform Documentation contains API specifications,
feature descriptions, developer guides, reference pages for JDK tools
and utilities, demos, and links to related information.
- Orc Reference Manual
(package: liborc-0.4-doc)
- API Reference Manual
- Pango Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
- PangoCairo Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
PangoCairo provides Cairo integration.
- PangoFc Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
PangoFc provides fontconfig integration.
- PangoFT2 Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
PangoFT2 provides FreeType integration.
- PangoOT Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
PangoOT provides OpenType integration.
- PangoXft Reference Manual
(package: libpango1.0-doc)
- The Pango internationalized font layout and rendering engine
provides a framework for X11 applications to use fonts outside the
usual Western world, and is based on Unicode. Deals with bi-directional
text, Indic scripts, and more.
PangoXft provides X11 Xft integration.
- Programmer API for Commons Logging
(package: libcommons-logging-java-doc)
- A commmon wrapper interface for several logging APIs, providing
a simple, component oriented interface. The user can choose at runtime
which system they want to use for logging.
- Programming With gtkmm 3
(package: gtkmm-documentation)
- Tutorial for glibmm/gtkmm (C++ bindings for GLib/GTK+)
- pynacl
(package: python-nacl-doc)
- Python bindings for libsodium.
- pyOpenSSL’s documentation
(package: python-openssl-doc)
- This module is a rather thin wrapper around (a subset of) the OpenSSL library. With thin wrapper I mean that a lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library.
- Reading and Writing OpenEXR Image Files with the IlmImf Library
(package: openexr-doc)
- This document shows how to write C++ code that reads and writes
OpenEXR image files.
- Reference manual for libxml2
(package: libxml2-doc)
- This manual describes the functions available in libxml2
- Reference of CMake the Cross-Platform Makefile Generator.
(package: cmake-doc)
- Serd Manual
(package: libserd-doc)
- This is a programming manual for the Serd library.
- Sord Manual
(package: libsord-doc)
- This is a programming manual for the Sord library.
- SuiteSparse/AMD User Guide
(package: libsuitesparse-doc)
- AMD is a set of routines for permuting sparse matrices prior to
factorization. It is part of the Suitesparse package.
- SuiteSparse/CAMD User Guide
(package: libsuitesparse-doc)
- CAMD is a set of ANSI C routines that implements the approximate
minimum degree ordering algorithm to permute sparse matrices prior to numerical
factorization. Ordering constraints can be optionally provided. A MATLAB
interface is included.
- SuiteSparse/CHOLMOD User Guide
(package: libsuitesparse-doc)
- Cholmod is a set of routines for sparse Cholesky factorization. It is part of the SuiteSparse package
- SuiteSparse/SLIP LU Userguide
(package: libsuitesparse-doc)
- SLIP LU is a library for solving sparse linear systems in exact arithmetic.
- SuiteSparse/UMFPACK Quickstart Guide
(package: libsuitesparse-doc)
- UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. It is part of the SuiteSparse package.
- SuiteSparse/UMFPACK User Guide
(package: libsuitesparse-doc)
- UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. It is part of the SuiteSparse package.
- SuiteSparse/User Guide for KLU and BTF
(package: libsuitesparse-doc)
- KLU is a set of routines for solving sparse linear systems of
equations. It is particularly well-suited to matrices arising in SPICE-like
circuit simulation applications. It relies on a permutation to block
triangular form (BTF), several methods for finding a fill-reducing ordering
(variants of approximate minimum degree, and nested dissection), and a sparse
left-looking LU factorization method to factorize each block. A MATLAB
interface is included. KLU appears as Collected Algorithm 907 of the ACM.
- SuiteSparse/User Guide for LDL, a concise sparse Cholesky package
(package: libsuitesparse-doc)
- The LDL software package is a set of short, concise routines for
factorizing symmetric positive-definite sparse matrices, with some
applicability to symmetric indefinite matrices. Its primary purpose is to
illustrate much of the basic theory of sparse matrix algorithms in as concise
a code as possible, including an elegant method of sparse symmetric
factorization that computes the factorization row-by-row but stores it
column-by-column. The entire symbolic and numeric factorization consists of
less than 50 lines of code. The package is written in C, and includes a MATLAB
interface.
- SuiteSparse/User’s Guide for SuiteSparseQR
(package: libsuitesparse-doc)
- SuiteSparseQR is an implementation of the multifrontal sparse QR
factorization method. Parallelism is exploited both in the BLAS and across
different frontal matrices using Intel’s Threading Building Blocks, a
shared-memory programming model for modern multicore architectures. It can
obtain a substantial fraction of the theoretical peak performance of a
multicore computer. The package is written in C++ with user interfaces for
MATLAB, C, and C++. Both real and complex sparse matrices are supported.
- SuperLU Reference Manual
(package: libsuperlu-doc)
- The com_err library
- A library, and associated utilities,
which allow a more uniform way for libraries
to return errors to their callers, and for programs
to describe errors and exceptional conditions to their users.
- The GCC Quad-Precision Math Library (for GCC 10)
(package: gcc-10-doc)
- This manual documents the usage of libquadmath, the GCC
Quad-Precision Math Library Application Programming Interface (API).
Formats: [html] [info]
- The GCC Quad-Precision Math Library (for GCC 11)
(package: gcc-11-doc)
- This manual documents the usage of libquadmath, the GCC
Quad-Precision Math Library Application Programming Interface (API).
Formats: [html] [info]
- The GNU C and C++ compiler
(package: gcc-10-doc)
- This manual documents how to run, install and port the GNU compiler,
as well as its new features and incompatibilities, and how to report bugs.
Formats: [html] [info]
- The GNU C and C++ compiler
(package: gcc-11-doc)
- This manual documents how to run, install and port the GNU compiler,
as well as its new features and incompatibilities, and how to report bugs.
Formats: [html] [info]
- The GNU C preprocessor
(package: cpp-11-doc)
- The C preprocessor is a "macro processor" that is used automatically
by the C compiler to transform your program before actual compilation.
It is called a macro processor because it allows you to define "macros",
which are brief abbreviations for longer constructs.
Formats: [html] [info]
- The GNU C preprocessor (internals)
(package: cpp-11-doc)
- This brief manual documents the internals of cpplib, and
explains some of the tricky issues. It is intended that, along with
the comments in the source code, a reasonably competent C programmer
should be able to figure out what the code is doing, and why things
have been implemented the way they have.
Formats: [html] [info]
- The GNU Go compiler (version 11)
(package: gccgo-11-doc)
- This manual describes how to use gccgo, the GNU compiler for
the Go programming language. This manual is specifically about
gccgo. For more information about the Go programming
language in general, including language specifications and standard
package documentation, see http://golang.org/.
- The GNU OpenMP Implementation (for GCC 10)
(package: gcc-10-doc)
- This manual documents the usage of libgomp, the GNU implementation
of the OpenMP Application Programming Interface (API) for multi-platform
shared-memory parallel programming in C/C++ and Fortran.
Formats: [html] [info]
- The GNU OpenMP Implementation (for GCC 11)
(package: gcc-11-doc)
- This manual documents the usage of libgomp, the GNU implementation
of the OpenMP Application Programming Interface (API) for multi-platform
shared-memory parallel programming in C/C++ and Fortran.
Formats: [html] [info]
- The GNU time Command
(package: time)
- The GNU 'time' command runs another program,
then displays information about the resources used by that
program, collected by the system while the program was
running. You can select which information is reported
and the format in which it is shown, or have `time' save
the information in a file instead of display it on the screen.
- The GNU Transactional Memory Library (for GCC 10)
(package: gcc-10-doc)
- This manual documents the usage and internals of libitm,
the GNU Transactional Memory Library. It provides transaction support
for accesses to a process' memory, enabling easy-to-use synchronization
of accesses to shared memory by several threads.
- The GNU Transactional Memory Library (for GCC 11)
(package: gcc-11-doc)
- This manual documents the usage and internals of libitm,
the GNU Transactional Memory Library. It provides transaction support
for accesses to a process' memory, enabling easy-to-use synchronization
of accesses to shared memory by several threads.
- The LAPACKE C interface to LAPACK
(package: liblapack-doc)
- The Linux-PAM Application Developers' Guide
(package: libpam-doc)
- This manual documents what an application developer needs to know
about the Linux-PAM library. It describes how an application might use
the Linux-PAM library to authenticate users. In addition it contains a
description of the functions to be found in libpam_misc library, that can
be used in general applications. Finally, it contains some comments on PAM
related security issues for the application developer.
Formats: [html] [text]
- The Linux-PAM Module Writers' Guide
(package: libpam-doc)
- This manual documents what a programmer needs to know in order to
write a module that conforms to the Linux-PAM standard. It also discusses
some security issues from the point of view of the module programmer.
Formats: [html] [text]
- Vamp Plugin C/C++ API documentation
(package: vamp-plugin-sdk-doc)
- This document describes the API for Vamp hosts and plugins. It is
autogenerated from the Vamp libraries' source code.
- VDPAU Documentation
(package: libvdpau-doc)
- Video Decode and Presentation API for Unix (VDPAU) Documentation.
- WebKit web extension and DOM Reference Manual
(package: libwebkit2gtk-4.0-doc)
- This is the reference manual of the WebKit web extension and DOM library
- WebKitGTK reference manual
(package: libwebkit2gtk-4.0-doc)
- This manual contains the developer documentation of
WebKitGTK, a web content engine, designed to be embedded in other
applications, such as mail readers, or web browsers.
It is able to display content such as HTML, SVG, XML, and others. It
also supports DOM, XMLHttpRequest, XSLT, CSS, JavaScript/ECMAScript
and more.
- Writing Programs with Ncurses
(package: ncurses-doc)
- Programmer's Guide to Ncurses
This document contains an introduction to (n)curses programming aimed
at C application programmers. The API documentation is separated
into various manpages which are also available in HTML format.
Also included is a guide to the library's internals for people who
would like to hack on ncurses itself.
Formats: [html] [text]
- wxWidgets 3.0 Programming Manual
(package: wx3.0-doc)
- This manual describes the wxWidgets 3.0 cross-platform GUI toolkit.
- Xerces-C++ Documentation
(package: libxerces-c-doc)
- The Xerces C++ documentation includes general information,
documentation of the Xerces API, FAQs, release information, sample
code, and a lot of other useful information about the Xerces
validating XML parser.
- ZVBI Library Reference Manual.
(package: libzvbi-doc)
- Reference manual for the ZVBI Library
- GNAT (GNU Ada) Reference Manual
(package: gnat-11-doc)
- This manual contains useful information in writing programs
using the GNAT compiler. It includes information on implementation
dependent characteristics of GNAT, including all the information
required by Annex M of the standard.
Formats: [html] [info]
- GNAT Coding Style
(package: gnat-11-doc)
- Most of GNAT is written in Ada using a consistent style to
ensure readability of the code. This document has been written to
help maintain this consistent style, while having a large group of
developers work on the compiler.
Formats: [html] [info]
- GNAT User's Guide for Unix Platforms
(package: gnat-11-doc)
- This guide describes the use of GNAT, a compiler and
software development toolset for the full Ada 95 programming language.
It describes the features of the compiler and tools, and details how
to use them to build Ada 95 applications.
Formats: [html] [info]
- AV1 Codec Library Documentation
(package: libaom-doc)
- API documentation for libaom
- Cairo Reference Manual
(package: libcairo2-doc)
- Cairo is a multi-platform library providing anti-aliased
vector-based rendering for multiple target backends.
This document covers programming using the Cairo library.
- Debian liblqr Manual
- This manual describes in detail the Liquid Rescale library
API, starting from a brief overview on seam carving, the internal
image representation, a minimal list of basic methods and the full
explanation of all the library public methods.
- Debian libmbim Manual
(package: libmbim-glib-doc)
- API documentation of libmbim-glib.
- Debian libqmi Manual
(package: libqmi-glib-doc)
- API documentation of libqmi-glib.
- Debian libwmf Manual
(package: libwmf-doc)
- Windows metafile (WMF) is a picture format used by many Windows
programs, e.g. Microsoft Word. libwmf is a library for interpreting
metafile images and either displaying them using X or converting them
to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)...
- FFmpeg API Documentation
(package: ffmpeg-doc)
- This is the API documentation for FFmpeg.
- FreeType 2 Development Documentation
(package: freetype2-doc)
- Development documentation for FreeType 2.
- GDK Reference Manual
(package: libgtk-4-doc)
- The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows
GTK to be ported to non-X11 systems, as long as GDK is ported first.
This document covers programming in GDK.
- GDK Reference Manual
(package: libgtk-3-doc)
- The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows
GTK to be ported to non-X11 systems, as long as GDK is ported first.
This document covers programming in GDK.
- GDK Reference Manual
(package: libgtk2.0-doc)
- The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows
GTK to be ported to non-X11 systems, as long as GDK is ported first.
This document covers programming in GDK.
- GdkWayland Reference Manual
(package: libgtk-4-doc)
- The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows
GTK to be ported to non-X11 systems, as long as GDK is ported first.
This document covers programming in GDK with the wayland backend.
- GdkX11 Reference Manual
(package: libgtk-4-doc)
- The GDK library provides an OS-independant wrapper around the
most fundamental graphical user interface functions. This allows
GTK to be ported to non-X11 systems, as long as GDK is ported first.
This document covers programming in GDK with the X11 backend.
- GIO (GLib) Reference Manual
(package: libglib2.0-doc)
- GIO is striving to provide a modern, easy-to-use VFS API that sits at
the right level in the library stack. The goal is to overcome the shortcomings
of GnomeVFS and provide an API that is so good that developers prefer it over
raw POSIX calls. Among other things that means using GObject. It also means
not cloning the POSIX API, but providing higher-level, document-centric
interfaces.
- Git internal API documentation
(package: git-doc)
- Git has grown a set of internal API over time.
This collection documents them.
Formats: [html] [text]
- GLib Reference Manual
(package: libglib2.0-doc)
- The GLib C library is used in GTK+ and GNOME
programs as a general-purpose set of functions for hash, tree, list,
and string operations, which C is oddly lacking whatsoever in any
of its standard libraries.
- GNOME Desktop Library Reference Manual
(package: libgnome-desktop-doc)
- The libgnome-desktop library contains APIs that can be useful
for a few applications, but which do not belong to GTK+ because of
the limited use case. There is no guarantee of API or ABI stability,
so it's recommended to not depend on it if you do not follow the same
development cycle as GNOME. Use at your own risk.
- GNU Simple Authentication and Security Layer (SASL) API Manual
(package: gsasl-doc)
- GNU SASL API Reference Manual
- GNU TLS API Reference Manual
(package: gnutls-doc)
- GNU TLS API Reference Manual
- GnuTLS Manual
(package: gnutls-doc)
- GnuTLS library manual
Formats: [html] [info] [pdf]
- GObject (GLib) Reference Manual
(package: libglib2.0-doc)
- Most modern programming languages come with their own native object
systems and additional fundamental algorithmic language constructs.
Just as GLib serves as an implementation of such fundamental
types and algorithms (linked lists, hash tables and so forth), the
GLib Object System provides the required implementations of a
flexible extensible and intentionally easy to map (into other
languages) object oriented framework for C.
- gPhoto2 Manual
(package: libgphoto2-dev-doc)
- GSK Reference Manual
(package: libgtk-4-doc)
- The GTK library provides a graphical user interface for
C programs, and is used in projects such as GIMP, GNOME, and Mozilla.
This document covers programming in GSK.
- GTK 2 Frequently Asked Questions
(package: libgtk2.0-doc)
- This document is intended to answer questions that are
likely to be frequently asked by programmers using the GTK
graphical user interface library, or people who are just looking at
using GTK, GNOME, or GIMP.
- GTK 2 Tutorial
(package: libgtk2.0-doc)
- GTK (GIMP Toolkit) is a library for creating graphical user
interfaces. It is licensed using the LGPL license, so you can develop
open software, free software, or even commercial non-free software
using GTK without having to spend anything for licenses or royalties.
This tutorial is an attempt to document as much as possible of GTK,
but it is by no means complete. This tutorial assumes a good
understanding of C, and how to create C programs. It would be a great
benefit for the reader to have previous X programming experience, but
it shouldn't be necessary.
- GTK Reference Manual
(package: libgtk-4-doc)
- The GTK library provides a graphical user interface for
C programs, and is used in projects such as GIMP, GNOME, and Mozilla.
This document covers programming using the GTK library.
- GTK Reference Manual
(package: libgtk2.0-doc)
- The GTK library provides a graphical user interface for
C programs, and is used in projects such as GIMP, GNOME, and Mozilla.
This document covers programming using the GTK library.
- GTK Reference Manual
(package: libgtk-3-doc)
- The GTK library provides a graphical user interface for
C programs, and is used in projects such as GIMP, GNOME, and Mozilla.
This document covers programming using the GTK library.
- IBus Reference Manual
(package: ibus-doc)
- Intelligent Input Bus (IBus) reference manual.
- libayatana-appindicator API documentation
(package: libayatana-appindicator-doc)
- This document describes the API of the libayatana-appindicator (GTK-3 variant) library.
- libbluray Documentation
(package: libbluray-doc)
- libcaja-extension API documentation
(package: libcaja-extension-doc)
- This document describes the API of the libcaja-extension library.
- libcbor documentation
(package: libcbor-doc)
- This manual describes libcbor, a library for parsing and generating CBOR
- libconfig manual
(package: libconfig-doc)
- This manual describes what libconfig is
and how it can be used to parse configuration files
- libdbus API Reference
(package: dbus-1-doc)
- libdvbv5 Reference Manual
(package: libdvbv5-doc)
- This manual describes API which libdvbv5 offers
- libfido2 documentation
(package: libfido2-doc)
- The development documentation for libfido2.
- libftdi1 API documentation
(package: libftdi1-doc)
FTDI is a library to talk to FTDI's FT232 and FT245 type USB chips from
userspace. It uses libusb to communicate with the chips.
This document describe the API of the library.
- libfyba API documentation
- library for reading SOSI files
This library lets you open and manipulate SOSI files. The
library was released by the Norwegian Mapping Authority.
This document describes the API of the library.
- Libical GLib Manual
(package: libical-doc)
- Libical GLib library Manual
- liblzma API Documentation
(package: liblzma-doc)
- liblzma is a compression library supporting the .xz and .lzma
formats, among others. This Doxygen-generated reference manual
describes the data structures and functions making up its public
interface.
- libmate-desktop API documentation
(package: libmate-desktop-doc)
- This document describes the API of the libmate-desktop library.
- libmate-panel-applet API documentation
(package: libmate-panel-applet-doc)
- This document describes the API of the libmate-panel-applet library.
- libmatemixer API documentation
(package: libmatemixer-doc)
- This document describes the API of the libmatemixer library.
- libmspack API Documentation
(package: libmspack-doc)
- Doxygen-generated API documentation.
- libnftnl development manual
(package: libnftnl-dev-doc)
- This manual contains information on libnftnl internals
- libssh public API Manual
(package: libssh-doc)
- This manual describes libssh API.
- LibYAML API documentation
(package: libyaml-doc)
- Doxygen-generated API documentation for LibYAML.
- LittleCMS2.12 API Documentation
- Description of the LittleCMS API
- LittleCMS2.12 Plug-in API Documentation
- Description of the LittleCMS Plug-in API
- LittleCMS2.12 Tutorial
- Tutorial for using LittleCMS
- Manual for Libtasn1
(package: libtasn1-doc)
- This manual is for Libtasn1, which is a library for Abstract
Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation.
Formats: [info] [pdf]
- mbed TLS API Documentation
(package: libmbedtls-doc)
- Automatically generated mbed TLS source code documentation.
- MPFR library documentation
(package: libmpfr-doc)
- Official MPFR documentation from the MPFR developers.
Formats: [html] [info] [pdf]
- nghttp2 HTTP 2.0 library Reference Manual
(package: libnghttp2-doc)
- A library providing an experimental implementation of the
Hypertext Transfer Protocol version 2.0.
- Opus codec and library API documentation
(package: libopus-doc)
- A low-latency interactive speech and audio codec
The Opus codec is designed for interactive speech and audio transmission over
the Internet. It is designed by the IETF Codec Working Group and incorporates
technology from Skype's SILK codec and Xiph.Org's CELT codec.
It is intended to suit a wide range of interactive audio applications,
including Voice over IP, videoconferencing, in-game chat, and even remote live
music performances. It can scale from low bit-rate narrowband speech to very
high quality stereo music. The current features are:
Sampling rates from 8 to 48 kHz
Bit-rates from 6 kb/s 510 kb/s
Support for both constant bit-rate (CBR) and variable bit-rate (VBR)
Audio bandwidth from narrowband to full-band
Support for speech and music
Support for mono and stereo
Frame sizes from 2.5 ms to 60 ms
Good loss robustness and packet loss concealment (PLC)
- pluma documentation
(package: pluma-doc)
- This document describes the pluma editor application.
- Programmer API for Libidn2
(package: libidn2-doc)
- Manual for IDNA2008 Internationalized Domain Names library (libidn2)
Formats: [html] [info] [pdf]
- Raptor 2 RDF Syntax Library Reference Manual
(package: libraptor2-doc)
- Raptor is a library providing a set of parsers and
serializers for Resource Description Framework (RDF) triples by
parsing syntaxes or serializing the triples into a syntax.
- Rasqal RDF Query Library Reference Manual
(package: librasqal3-doc)
- Rasqal is a C library providing support for querying the
Resource Description Framework (RDF) including
parsing query syntaxes, constructing the queries, executing them,
returning result bindings and formatting results. It supports the
SPARQL RDF Query Language, RDF Data Query Language (RDQL) and LAQRS
experimental query language extending SPARQL.
- Speex codec and API documentation
(package: speex-doc)
- The PDF documentation describes the Speex codec and the command line
and C interfaces provided by the reference implementation. The HTML docs are
generated by parsing the source with doxygen, to generate the most current API
reference documentation from it.
Formats: [html] [pdf]
- telepathy-glib Reference Manual
(package: libtelepathy-glib-doc)
- This manual provides API documentation for Telepathy's GLib bindings.
- The GNU C Library Reference Manual
(package: glibc-doc-reference)
- The GNU C Library Reference Manual
The GNU C library, described in this document, defines all of the
library functions that are specified by the ISO C standard, as well as
additional features specific to POSIX and other derivatives of the Unix
operating system, and extensions specific to the GNU system.
The purpose of this manual is to tell you how to use the facilities
of the GNU library. We have mentioned which features belong to which
standards to help you identify things that are potentially non-portable
to other systems. But the emphasis in this manual is not on strict
portability.
Formats: [html] [info]
- The Libgcrypt Reference Manual
(package: libgcrypt20-doc)
- gcrypt library manual
Formats: [html] [info] [pdf]
- Universal 2nd Factor C Library API Manual
(package: libu2f-host-doc)
- U2F Host C Library Reference Manual
Formats: [html] [pdf]
- x265 encoder and API documentation
(package: libx265-doc)
- YAJL Library Reference Manual
(package: libyajl-doc)
- This manual describes the API for Yet Another JSON Library (libyajl2).
- API documentation for Xapian
(package: xapian-doc)
- This manual describes the native C++ API of the Xapian
search engine library.
- atkmm 1.6 Reference Manual
(package: libatkmm-1.6-doc)
- Reference Manual for atkmm 1.6 (C++ bindings for ATK)
- Documentation for SRT (Secure Reliable Transport) library
(package: libsrt-doc)
- This manual describes the Secure Reliable Transport
protocol and application development using libsrt.
- Exiv2 - C++ API
(package: libexiv2-doc)
- Exiv2 comprises of a C++ library and a command line utility to access
image metadata. This document the API in detail.
- GDCM User's Guide
(package: gdcm-doc)
- Doxygen documentation of GDCM
Formats: [html] [pdf]
- GKT Layer Shell API documentation
(package: gtk-layer-shell-doc)
- This document describes the API of the GTK Layer Shell library.
- glibmm 2.4 Reference Manual
(package: libglibmm-2.4-doc)
- Reference Manual for glibmm 2.4 (C++ bindings for GLib)
- gtkmm 3.0 Reference Manual
(package: libgtkmm-3.0-doc)
- Reference Manual for gtkmm 3.0 (C++ bindings for GTK+)
- How To Use Gflags (formerly Google Commandline Flags)
(package: libgflags-doc)
- Manual for Gflags
- How To Use Google Logging Library (google-glog)
(package: libgoogle-glog-doc)
- Manual for google-glog
- libopenmpt API Documentation
(package: libopenmpt-doc)
- API documentation for libopenmpt
- libquazip
(package: libquazip-doc)
- C++ wrapper for ZIP/UNZIP
QuaZIP is a simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package that
can be used to access ZIP archives. It uses Trolltech's Qt toolkit.
QuaZIP allows you to access files inside ZIP archives using QIODevice API,
and that means that you can also use QTextStream, QDataStream or
whatever you would like to use on your zipped files.
QuaZIP provides complete abstraction of the ZIP/UNZIP API, for both reading
from and writing to ZIP archives.
- LibSDL2 Manual
(package: libsdl2-doc)
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
This version of SDL is compiled with X11 and Wayland graphics drivers and OSS,
ALSA, NAS, sndio and PulseAudio sound drivers.
- libsigc++-2.0 Documentation
(package: libsigc++-2.0-doc)
- Programming documentation for the 2.0 branch of the
libsigc++ library.
- OpenCL C++ Bindings Documentation
(package: opencl-clhpp-headers-doc)
- This manual describes the OpenCL C++ Bindings
as provided by The Khronos Group Inc.
- pangomm 1.4 Reference Manual
(package: libpangomm-1.4-doc)
- Reference Manual for pangomm 2.4 (C++ bindings for Pango)
- Programmer documentation for GpgMEpp and QGpgME
(package: libgpgmepp-doc)
GpgMEpp is the canonical C++ binding for GPGME, "GnuPG Made Easy".
QGpgME is a binding to Qt on top of GpgMEpp, and is integrated into
the Qt event model.
This is documentation designed to help programmers and system
designers make use of these higher-level bindings to use GnuPG in an
automated fashion.
- Qt 5 Concurrent module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Concurrent
- Qt 5 Core module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Core
- Qt 5 D-Bus module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 D-Bus
- Qt 5 Gui module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Gui
- Qt 5 Network module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Network
- Qt 5 OpenGL module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 OpenGL
- Qt 5 Platform Headers module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Platform Headers
- Qt 5 Print Support module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Print Support
- Qt 5 qmake Tool
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 qmake
- Qt 5 QML module
(package: qtdeclarative5-doc-html)
- This is the HTML documentation for Qt 5 QML
- Qt 5 Quick module
(package: qtdeclarative5-doc-html)
- This is the HTML documentation for Qt 5 Quick
- Qt 5 SQL module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 SQL
- Qt 5 SVG module
(package: qtsvg5-doc-html)
- This is the HTML documentation for Qt 5 SVG
- Qt 5 Test module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Test
- Qt 5 Wayland Compositor module
(package: qtwayland5-doc-html)
- This is the HTML documentation for Qt 5 Wayland Compositor
- Qt 5 Widgets module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 Widgets
- Qt 5 X11 Extras module
(package: qtx11extras5-doc-html)
- This is the HTML documentation for Qt 5 X11 Extras
- Qt 5 XML module
(package: qtbase5-doc-html)
- This is the HTML documentation for Qt 5 XML
- TagLib API Documentation
(package: libtag1-doc)
- TagLib is a library for reading and editing audio meta data, commonly know as tags.
- The GNU Standard C++ Library v3 (gcc-11)
(package: libstdc++-11-doc)
- This package contains documentation files for the GNU stdc++ library.
One set is the distribution documentation, the other set is the
source documentation including a namespace list, class hierarchy,
alphabetical list, compound list, file list, namespace members,
compound members and file members.
- WebM Codec SDK
(package: libvpx-doc)
- SDK allows you to integrate your applications with the VP8 and VP9 video codecs
- xsimd Documentation
(package: libxsimd-doc)
- This is the reference documentation for the xsimd library.
- The GNU Fortran Compiler
(package: gfortran-11-doc)
- This manual documents how to run, install and port `gfortran',
as well as its new features and incompatibilities, and how to report bugs.
Formats: [html] [info]
- FontBox API Documentation
(package: libfontbox-java-doc)
- Javadocs containing the FontBox API documentation.
- JempBox API Documentation
(package: libjempbox-java-doc)
- Javadocs containing the JempBox API documentation.
- PDFBox API Documentation
(package: libpdfbox-java-doc)
- Javadocs containing the PDFBox API documentation.
- Programmer API for liblouisutdml
(package: liblouisutdml-java-doc)
- liblouisutdml is an extension of liblouisxml, the translator from xml
format into transcribed braille, that includes support for Unified
Tactile Document Markup Language (UTDML). This is the javadoc documentation.
- Documentation of highlight.js library
(package: highlight.js-doc)
- This documentation presents the API of the hignlight.js library,
a language definition guide, a mode reference and a style guide.
Formats: [html] [pdf]
- XML::Parser
- XML::Parser notes
- A Pure Python Expect-like module.
(package: python-pexpect-doc)
- Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
a child application and control it as if a human were typing commands.
- ahead of time compiler for Python
(package: python-pythran-doc)
- Documentation for pythran, an ahead of time compiler for a
subset of the Python language, with a focus on scientific computing.
- aiosqlite programmer's manual
(package: python-aiosqlite-doc)
-
Formats: [html] [text]
- API documentation for h5py
(package: python-h5py-doc)
- This is the reference documentation for the low-level API of the h5py
Python package.
- Beautiful Soup Documentation
(package: python-bs4-doc)
- Beautiful Soup is a Python library for pulling data out of HTML and XML files
Formats: [html] [text]
- Beautiful Soup на русском языке
(package: python-bs4-doc)
- Beautiful Soup — это библиотека Python для извлечения данных из файлов HTML и XML
Formats: [html] [text]
- Beautiful Soup 文档
(package: python-bs4-doc)
- Beautiful Soup 是一个可以从HTML或XML文件中提取数据的Python库
Formats: [html] [text]
- Bottleneck Documentation
(package: python-bottleneck-doc)
- Bottleneck is a collection of fast NumPy array functions written in
Cython.
- cairocffi documentation
(package: python-cairocffi-doc)
- cffi-based cairo bindings for Python
cairocffi is a CFFI-based drop-in replacement for Pycairo,
a set of Python bindings and object-oriented API for cairo.
Cairo is a 2D vector graphics library with support for multiple backends
including image buffers, PNG, PostScript, PDF, and SVG file output.
- caja-python documentation
(package: python-caja-common)
- This document describes the caja-python API.
- cffi Foreign Function Interface for Python calling C code
(package: python-cffi-doc)
- Convenient and reliable way of calling C code from Python.
The aim of this project is to provide a convenient and reliable way of calling
C code from Python. It keeps Python logic in Python, and minimises the C
required. It is able to work at either the C API or ABI level, unlike most
other approaches, that only support the ABI level.
Formats: [html] [text]
- Click Documentation
(package: python-click-doc)
- Manual for Click
Formats: [html] [text]
- Composable cycles documentation
(package: python-cycler-doc)
- Composable style cycles
- D-Bus Python bindings
(package: python-dbus-doc)
- API documentation for dbus-python
- Dask distributed documentation
(package: python-distributed-doc)
- Distributed computation documentation
- Dask documentation
(package: python-dask-doc)
- Distributed computation documentation
- Debian mando Manual
(package: python-mando-doc)
- This manual describes Radon
A Python tool which computes various code metrics. Supported metrics are:
raw metrics: SLOC, comment lines, blank lines, &c.
Cyclomatic Complexity (i.e. McCabe’s Complexity)
Halstead metrics (all of them)
the Maintainability Index (a Visual Studio metric)
Radon can be used either from the command line or programmatically through its API.
- Debian pytables Manual
(package: python-tables-doc)
- This document includes the PyTables user manual and the
reference guide for developers.
Formats: [html] [text] [pdf]
- Debian radon Manual
(package: python-radon-doc)
- This manual describes Radon
A Python tool which computes various code metrics. Supported metrics are:
raw metrics: SLOC, comment lines, blank lines, &c.
Cyclomatic Complexity (i.e. McCabe’s Complexity)
Halstead metrics (all of them)
the Maintainability Index (a Visual Studio metric)
Radon can be used either from the command line or programmatically through its API.
- Distributing Python Modules (v3.10)
(package: python3.10-doc)
- This document describes the Python Distribution Utilities
(``Distutils'') from the module developer's point-of-view, describing
how to use the Distutils to make Python modules and extensions easily
available to a wider audience with very little overhead for
build/release/install mechanics.
- Documentation for Python's ACME module
(package: python-acme-doc)
- These HTML documentation contain the auto-generated
documentation for the acme module in Python.
- Documentation for Python's JOSE module
(package: python-josepy-doc)
- These HTML documentation contain the auto-generated
documentation for the josepy module in Python.
- documentation of python-blosc
(package: python-blosc-doc)
- Documentation of python-llvmlite
(package: llvmlite-doc)
- LLVM Python binding for writing JIT (just-in-time) compilers
- Documentation of python3-numba
(package: numba-doc)
- Numba is a NumPy-aware optimizing compiler for Python
- Documentação Beautiful Soup
(package: python-bs4-doc)
- Beautiful Soup é uma biblioteca Python de extração de dados de arquivos HTML e XML
Formats: [html] [text]
- Extending and Embedding the Python Interpreter (v3.10)
(package: python3.10-doc)
- This document describes how to write modules in C or C++ to extend
the Python interpreter with new modules. Those modules can define
new functions but also new object types and their methods. The
document also describes how to embed the Python interpreter in
another application, for use as an extension language. Finally,
it shows how to compile and link extension modules so that they
can be loaded dynamically (at run time) into the interpreter, if
the underlying operating system supports this feature.
- future Documentation
(package: python-future-doc)
- Sphinx documentation for future
- imageio Documentation
(package: python-imageio-doc)
- This is the reference documentation for imageio.
- Installing Python Modules (v3.10)
(package: python3.10-doc)
- This document describes the Python Distribution Utilities
(``Distutils'') from the end-user's point-of-view, describing how to
extend the capabilities of a standard Python installation by building
and installing third-party Python modules and extensions.
- Jeepney documentation
(package: jeepney-doc)
- Documentation for Jeepney, a pure Python D-Bus interface
- Logilab common library API
(package: python3-logilab-common)
- Logilab common library (aka Logilab's extension to the standard library).
- Mako Documentation
(package: python-mako-doc)
- This document describes Mako - 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.
- Matplotlib
(package: python-matplotlib-doc)
- matplotlib is a Python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive environments
across platforms. matplotlib can be used in Python scripts, the Python and
ipython shell (ala matlab or mathematica), web application servers, and six
graphical user interface toolkits.
- NetworkX documentation
(package: python-networkx-doc)
- NetworkX is a Python-based package for the creation,
manipulation, and study of the structure, dynamics, and function of
complex networks.
The structure of a graph or network is encoded in the edges
(connections, links, ties, arcs, bonds) between nodes (vertices,
sites, actors). If unqualified, by graph we mean an undirected graph,
i.e. no multiple edges are allowed. By a network we usually mean a
graph with weights (fields, properties) on nodes and/or edges.
Formats: [html] [pdf]
- Numpy Manual
(package: python-numpy-doc)
- This guide is intended as an introductory overview of NumPy
and explains how to install and make use of the most important
features of NumPy.
These is also a reference manual which details functions, modules,
and objects included in Numpy, describing what they are and what they
do.
- PBR Documentation
(package: python-pbr-doc)
- Sphinx documentation for PBR
- PLY (Python Lex-Yacc) Manual
(package: python-ply-doc)
- This document is a manual for PLY, a Lex and Yacc
implementation for Python
- psutil documentation
(package: python-psutil-doc)
- psutil (Python system and process utilities) is a cross-platform
library for retrieving information on running processes and system utilization
(CPU, memory, disks, network) in Python. It is useful mainly for system
monitoring, profiling and limiting process resources and management of running
processes
- Pygame 1.9.6 documentation
(package: python-pygame-doc)
- API reference and examples for Pygame
- pygit2 Documentation
(package: python-pygit2-doc)
- Sphinx documentation for pygit2
- Pygments Documentation
(package: python-pygments-doc)
- This is the documentation of Pygments, a generic syntax highlighter
suitable for use in code hosting, forums, wikis or other applications that need
to prettify source code.
- Pytest Documentation
(package: python-pytest-doc)
- Documentation for the pytest testing tool.
Formats: [html] [text]
- Python APT: API reference manual
(package: python-apt-doc)
- API reference manual for Python bindings to libapt-pkg
- Python Babel documentation
(package: python-babel-doc)
- Babel Python module provides tools for internationalizing Python
applications.
- Python Library Reference (v3.10)
(package: python3.10-doc)
- This library reference manual documents Python's standard library,
as well as many optional library modules (which may or may not be
available, depending on whether the underlying platform supports
them and on the configuration choices made at compile time). It
also documents the standard types of the language and its built-in
functions and exceptions, many of which are not or incompletely
documented in the Reference Manual.
- Python Mock Documentation
(package: python-mock-doc)
- This documentation gives an introduction to Python Mock.
- Python Reference Manual (v3.10)
(package: python3.10-doc)
- This reference manual describes the syntax and "core semantics" of
the language. It is terse, but attempts to be exact and complete.
The semantics of non-essential built-in object types and of the
built-in functions and modules are described in the *Python
Library Reference*. For an informal introduction to the language,
see the *Python Tutorial*. For C or C++ programmers, two
additional manuals exist: *Extending and Embedding the Python
Interpreter* describes the high-level picture of how to write a
Python extension module, and the *Python/C API Reference Manual*
describes the interfaces available to C/C++ programmers in detail.
- Python Requests Documentation
(package: python-requests-doc)
- Requests allow you to send HTTP/1.1 requests. You can add headers,
form data, multipart files, and parameters with simple Python dictionaries,
and access the response data in the same way. It's powered by httplib and
urllib3, but it does all the hard work and crazy hacks for you.
- Python SimpleJSON Documentation
(package: python-simplejson-doc)
- Sphinx documentation for SimpleJSON
- Python Tornado Documentation
(package: python-tornado-doc)
- This documentation gives an introduction to Python Tornado.
- Python Tutorial (v3.10)
(package: python3.10-doc)
- This tutorial introduces the reader informally to the basic
concepts and features of the Python language and system. It helps
to have a Python interpreter handy for hands-on experience, but
all examples are self-contained, so the tutorial can be read
off-line as well.
- python-attr documentation
(package: python-attr-doc)
- python-fsspec Documetantion
(package: python-fsspec-doc)
- A specification that Python filesystems should adhere to
- python-gmpy2 Documentation
(package: python-gmpy2-doc)
- Interfaces GMP to Python 2 for fast, unbound-precision computations
- python-gnuplot Manual
(package: python3-gnuplot)
- A Python interface to the gnuplot plotting program.
Based on an object-oriented design that allows the user much
flexibility to set per-dataset options such as line styles, as well
as to run multiple gnuplot sessions simultaneously. Includes a
demonstration and extensive documentation strings. Now supports 3-d
plots!
- python-pycares API documentation
(package: python-pycares-doc)
- This manual documents the python3-pycares API
- Python/C API Reference Manual (v3.10)
(package: python3.10-doc)
- This manual documents the API used by C (or C++) programmers who
want to write extension modules or embed Python. It is a
companion to *Extending and Embedding the Python Interpreter*,
which describes the general principles of extension writing but
does not document the API functions in detail.
- Pythonic binding for the libxml2 and libxslt libraries
(package: python-lxml-doc)
- lxml is a Pythonic binding for the libxml2 and libxslt libraries.
It is unique in that it combines the speed and feature completeness of
these libraries with the simplicity of a native Python API, mostly
compatible but superior to the well-known ElementTree API.
- PyWavelets Documentation
(package: python-pywt-doc)
- PyWavelets implements the discrete wavelet transform (DWT) popular in
numerical harmonic analysis for numerous families of wavelets.
- SciPy Manual
(package: python-scipy-doc)
- This guide is intended as an introductory overview of SciPy
and explains how to install and make use of the most important
features of SciPy.
There is also a tutorial and an API reference manual which details
functions, modules, and objects included in SciPy, describing what
they are and what they do.
- SecretStorage module for Python
(package: python-secretstorage-doc)
- This is documentation of python-secretstorage module.
- Sip4 Reference and API Documentation
(package: python-sip-doc)
- Sip4 is a Python/C++ bindings generator
This documentation contains the html version of Sip4.
- Six: Python 2 and 3 Compatibility Library
(package: python-six-doc)
- Simple utilities for wrapping over differences between Python 2
and Python 3.
- Statsmodels documentation
(package: python-statsmodels-doc)
- Documentation for Statsmodels classes and functions for the
estimation of many different statistical models, as well as for
conducting statistical tests, and statistical data exploration. An
extensive list of result statistics are available for each estimator.
- toolz documentation
(package: python-toolz-doc)
- Documentation for the toolz Python library
- Unit Testing Extensions for Python
(package: python-nose-doc)
- Unit Testing Extensions for Python
This is the documentation for nose, an extension of the
Python unittest framework that supports simple test
collection, a simplified API for writing tests
and many useful plugins.
- Utility belt for advanced users of python-requests
(package: python-requests-toolbelt-doc)
- What's new in Python 3.10
(package: python3.10-doc)
- This documents lists new features and changes worth mentioning
in Python 3.10.
- MATE Session documentation
(package: mate-session-manager)
- This documents describes how MATE sessions integrate with DBUS.
This document has been derived from the former GNOMEv2 session
documentation.
- Bcolz documentation
(package: bcolz-doc)
- HDF5 for Python
(package: python-h5py-doc)
- This is the reference documentation for the h5py package.
- pandas - powerful Python data analysis toolkit
(package: python-pandas-doc)
- patsy - statistical models in Python using symbolic formulas
(package: python-patsy-doc)
- Documentation and examples for patsy
- scikit-image User Manual
(package: python-skimage-doc)
- This manual describes features of scikit-image, provides
examples, API reference, and a user guide.
- scikit-learn User Manual
(package: python-sklearn-doc)
- This manual describes features of scikit-learn, provides
examples, API reference, and a user guide.
- GDAL Perl API Documentation
(package: libgdal-perl-doc)
- This manual describes the GDAL Perl API.
- GEOS - Geometry Engine Open Source
(package: libgeos-doc)
- This manual describes the GEOS API.
- The GRASS GIS Programmers' Manual
(package: grass-dev-doc)
- Geographic Resources Analysis Support System, commonly referred
to as GRASS, is a Geographic Information System (GIS) used for geospatial
data management and analysis, image processing, graphics/maps production,
spatial modeling, and visualization. This reference manual details the
use of the GRASS C and Python libraries.
- The GRASS GIS User Manuals
(package: grass-doc)
- Geographic Resources Analysis Support System, commonly referred
to as GRASS, is a Geographic Information System (GIS) used for geospatial
data management and analysis, image processing, graphics/maps production,
spatial modeling, and visualization. This reference manual details the
use of the many modules distributed with GRASS.
- A Tour of NTL
(package: libntl-dev)
- Information about using the Number Theory Library
- Armadillo Manual
(package: libarmadillo-dev)
- This manual contains the Armadillo technical documentation
which documents the various features and methods provided in
the Armadillo library for vector and matrix based mathematical
computations.
- CvxOpt: Python Package for Convex Optimization
(package: python-cvxopt-doc)
- CVXOPT is a Python package for convex optimization.
It includes Python classes for storing and manipulating
dense and sparse matrices, an interface to most of the
double-precision real and complex BLAS, an interface to the
dense linear equation solvers and eigenvalue routines from
LAPACK, interfaces to the sparse LU and Cholesky solvers
from UMFPACK and CHOLMOD, routines for solving convex
optimization problems, an interface to the linear
programming solver in GLPK, and interfaces to the linear and
quadratic programming solvers in MOSEK and a modeling tool
for specifying convex piecewise-linear optimization
problems.
- GMP: The GNU Multiple Precision Arithmetic Library
(package: gmp-doc)
- GNU MP is a portable library written in C for arbitrary
precision arithmetic on integers, rational numbers, and floating-point
numbers. It aims to provide the fastest possible arithmetic for all
applications that need higher precision than is directly supported by
the basic C types.
Formats: [html] [pdf]
- GNU Linear Programming Kit (GLPK) Reference Manual
(package: glpk-doc)
- Documentation for the C API of the GNU Linear
Programming Kit (GLPK). Appendices describe how to install GLPK from
the source tarball and give relevant details for two standard file
formats for linear programming: MPS format and LP format.
- IT++ Manual
(package: libitpp-doc)
- This manual is the IT++ documentation
which documents the various features and toolkits provided in
the IT++ library for mathematics, communication and signal
processing.
- L-BFGS-B manual
(package: liblbfgsb-doc)
- This manual describes the algorithm behind, and the implementation of L-BFGS-B.
- Modeling Language GNU MathProg
(package: glpk-doc)
- This manual describes the GNU MathProg modeling language,
which can be used to model linear programs and (mixed) integer
programs to be solved by GLPK. GNU MathProg is a subset of the AMPL
modeling language.
- mpmath’s documentation
(package: python-mpmath-doc)
- Mpmath is a Python library for arbitrary-precision floating-point arithmetic. These pages documents mpmath’s main features, with extensive use of examples that can be run in the interactive Python interpreter.
Formats: [html] [text]
- QHull Functions, Macros, and Data Structures
(package: libqhull-doc)
- Detailed Description of Qhull Internals and APIs.
- QHull Manual
(package: libqhull-doc)
- This manual describes Qhull, a general dimension convex hull
program that reads a set of points from stdin, and outputs the smallest
convex set that contains the points to stdout. It also generates Delaunay
triangulations, Voronoi diagrams, furthest-site Voronoi diagrams, and
halfspace intersections about a point.
- Software for Semidefinite Programming
(package: dsdp-doc)
- The DSDP software is a free open source implementation of an interior-point
method for semidefinite programming. It provides primal and dual solutions,
exploits low-rank structure and sparsity in the data, and has relatively
low memory requirements for an interior-point method. It allows feasible
and infeasible starting points and provides approximate certificates of
infeasibility when no feasible solution exists. The dual-scaling
algorithm implemented in this package has a convergence proof and
worst-case polynomial complexity under mild assumptions on the
data.Furthermore, the solver offers scalable parallel performance for
large problems and a well documented interface. Some of the most popular
applications of semidefinite programming and linear matrix inequalities
(LMI) are model control, truss topology design, and semidefinite
relaxations of combinatorial and global optimization problems.
- SymPy Documentation
(package: python-sympy-doc)
- The GNU BC arbitrary precision calculator
(package: bc)
- bc is a language that supports arbitrary precision numbers
with interactive execution of statements. There are some similarities
in the syntax to the C programming language. A standard math library is
available by command line option. If requested, the math library is
defined before processing any files. bc starts by processing code from
all the files listed on the command line in the order listed. After all
files have been processed, bc reads from the standard input. All code
is executed as it is read. (If a file contains a command to halt the
processor, bc will never read from the standard input.)
- The GNU DC arbitrary precision calculator
(package: dc)
- GNU dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
Normally DC reads from the standard input; if any command arguments are
given to it, they are filenames, and DC reads and executes the contents
of the files instead of reading from standard input. All normal output
is to standard output; all error messages are written to standard error.
- User Guide for SuiteSparse:GraphBLAS
(package: libgraphblas-doc)
- This guide describes the SuiteSparse implementation of GraphBLAS
- feynMF: Drawing Feynman Diagrams with LaTeX and Metafont
(package: feynmf)
- feynMF is a LaTeX package for easy drawing of professional quality
Feynman diagrams with Metafont (or Metapost). feynMF lays out most diagrams
satisfactorily from the structure of the graph without any need for manual
intervention. Nevertheless all the power of Metafont (or MetaPost) is
available for obscure cases.
Formats: [pdf] [postscript]
- Bash Manual Page
(package: bash-doc)
- Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
Formats: [html] [pdf]
- Bash Reference Manual
(package: bash-doc)
- Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh).
- ALSA-lib C library reference
(package: libasound2-doc)
- The Advanced Linux Sound Architecture (ALSA) comes
with a kernel API and a library API. This document describes
the library API and how it interfaces with the kernel API.
- LAME documentation
(package: lame-doc)
- MPlayer documentation (Czech)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (Czech)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (English)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (English)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (French)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (French)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (German)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (German)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (Hungarian)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (Hungarian)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (Polish)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (Polish)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (Russian)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (Russian)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- MPlayer documentation (Spanish)
(package: mplayer-doc)
- This documentation describes the use of MPlayer. (Spanish)
MPlayer is a movie player for GNU/Linux that supports a wide
range of audio and video formats, and output drivers.
- PortAudio - Portable Audio Library - Documentation
(package: portaudio19-doc)
PortAudio is a cross platform, open-source, audio I/O library proposed by
Ross Bencina to the music-dsp mailing list. It lets you write simple audio
programs in 'C' that will compile and run on Windows, Macintosh, Unix,
BeOS. PortAudio is intended to promote the exchange of audio synthesis
software between developers on different platforms.
- The Theora library technical reference
(package: libtheora-doc)
-
Formats: [html] [pdf]
- Font formats recognized by the Linux kbd package
(package: kbd)
- Setfont will either load one single font, or concatenate and
load a collection of psf fonts. Some details are given here.
- Fontconfig User Reference
(package: fontconfig)
- User and administrator reference for the fontconfig library.
Fontconfig is a library designed to provide system-wide font
configuration, customization and application access.
Formats: [html] [text] [pdf]
- Gdisk manuals
(package: gdisk)
- Manuals for cgdisk, fixparts, gdisk and sgdisk
- HP Linux Printing and Imaging System (HPLIP/HPIJS) Manual
(package: hplip-doc)
- User manual for the HP Linux Printing and Imaging
System, with basic usage instructions and a list of products
supported. Includes the manual for the HPIJS IJS driver.
- mdadm Debian FAQ
(package: mdadm)
- The document answers frequently asked questions about Debian's mdadm
- mdadm Debian recipes
(package: mdadm)
- The document contains some common recipes for mdadm usage on Debian
- The Linux-PAM System Administrators' Guide
(package: libpam-doc)
- This manual documents what a system administrator needs to know
about the Linux-PAM library. It covers the correct syntax of the PAM
configuration file and discusses strategies for maintaining a secure system.
Formats: [html] [text]
- Users and Groups in the Debian System
(package: base-passwd)
- Descriptions of important system users and groups in Debian.
Formats: [html] [text]
- CUPS Documentation
(package: cups-server-common)
- This documentation covers the use and administration of a CUPS
printing system, and the programming interface for the libcups API.
- DDCControl Documentation
(package: ddccontrol)
- Documentation on how to use DDCControl and what devices are supported.
- foo2zjs Manual
(package: printer-driver-foo2zjs-common)
- foo2zjs is an open source printer driver for printers that
use the Zenographics ZjStream wire protocol for their print data.
This document contains all the manual pages for the different
binaries included with foo2zjs.
- Sysstat FAQ
(package: sysstat)
- Frequently Asked Questions about sysstat.
Be sure to read this carefully before asking for help...
- cracklib2 - a pro-active password checker library
- cracklib is a library containing a C function which may be used in
a passwd like program. The idea is simple: try to prevent users from
choosing passwords that could be guessed by crack by filtering them
out, at source. cracklib is NOT a replacement passwd program.
cracklib is a LIBRARY.
- cracklib2 - utilities
(package: cracklib-runtime)
- Run-time support programs which use the shared library in cracklib2
including programs to build the password dictionary databases used by
the functions in the shared library.
- GNU Simple Authentication and Security Layer (SASL) Manual
(package: gsasl-doc)
- Documentation for GNU SASL
Formats: [html] [info]
- Aspell Manual
(package: aspell-doc)
- This is the user's manual for Aspell.
- Aspell Manual
(package: aspell-doc)
- This is the developer's manual for Aspell.
- Color correction for pnm2ppa
(package: printer-driver-pnm2ppa)
- Information and instructions for color correction of pnm2ppa color
printing. http://sourceforge.net/projects/pnm2ppa (Updated for pnm2ppa-1.0 and
later.)
Formats: [html] [text] [debiandoc-sgml]
- Expat XML Parser
- This manual describes the Expat XML Parser library.
- GNU diffutils manual
(package: diffutils-doc)
- This manual documents the GNU `diff', `diff3', `sdiff', and `cmp'
commands for showing the differences between text files and the `patch'
command for using their output to update files.
- GNU sharutils manual
(package: sharutils-doc)
- This manual documents GNU sharutils.
`shar' makes so-called shell archives out of many files, preparing
them for transmission by electronic mail services.
`unshar' helps unpacking shell archives after reception. Other
related utility programs help with other tasks.
`uuencode' prepares a file for transmission over an electronic
channel which ignores or otherwise mangles the eight bit (high
order bit) of bytes. `uudecode' does the converse transformation.
- GPL Ghostscript Manual
(package: ghostscript-doc)
- This manual describes what GPL Ghostscript is
and how it can be used
- PPA Networking for Non-Windows Hosts or Clients using SAMBA
(package: printer-driver-pnm2ppa)
- This document discusses Networking HP 710C, 720C 820C or 1000C Series
(PPA Protocol) HP DeskJet printers with non-Windows Hosts or Clients, using
SAMBA. Topics include choosing between transmitting PPA or PostScript
across the network, Windows and Linux/Unix Hosts, Windows and Linux/Unix
Clients, and emulating a PostScript printer on Windows. (Updated for
pnm2ppa-1.04 and later.)
Formats: [html] [text] [debiandoc-sgml]
- PPA Printer calibration for pnm2ppa
(package: printer-driver-pnm2ppa)
- This manual describes how to calibrate a PPA Printer for use with
pnm2ppa.
Formats: [html] [text] [debiandoc-sgml]
- Sphinx documentation builder manual
(package: sphinx-doc)
- Sphinx is a tool that translates a set of reStructuredText source
files into various output formats, automatically producing cross-references,
indices etc. It can also generate a LaTeX file that you can compile into a PDF
version of the documents.
- TIPA Manual
(package: tipa-doc)
- TIPA is a system for processing IPA (International Phonetic
Alphabet) symbols in LaTeX. This manual describes the usage of the
LaTeX macros and contains a reference section to the available phonetic
characters.
- TIPA Typefaces
(package: tipa-doc)
- TIPA is a system for processing IPA (International Phonetic
Alphabet) symbols in LaTeX. This reference manual provides the
MetaFont sources for all the characters in TIPA, as well as graphics showing
their glyphs.
- TIPA Vowels
(package: tipa-doc)
- TIPA is a system for processing IPA (International Phonetic
Alphabet) symbols in LaTeX. Options and commands for typesetting
phonetic symbols for vowels are explained in this manual.
- Vietnamese translation of the po-debconf manpages
(package: po-debconf)
- README for latexmk
(package: latexmk)
- Latexmk completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized cousin of the
general make utility. Given the source files for a document, latexmk
issues the appropriate sequence of commands to generate a .dvi, .ps,
.pdf or hardcopy version of the document, including repeated running
of the programs until cross references etc are resolved. Latexmk can also
be set to run continuously with a previewer; the LaTeX program, etc,
are rerun whenever one of the source files is modified.
- FFmpeg Manual
(package: ffmpeg-doc)
- info2www manual
(package: info2www)
- This manual describes how you can use info2www, which is a
GNU Info Node to HTML Gateway.
- Man-db manual
(package: man-db)
- The database cached manual pager suite.
Formats: [text] [postscript]
- Documentation for Certbot
(package: python-certbot-doc)
- These HTML documentation contain the auto-generated
documentation for the certbot application.
|