Installed Debian packages

This package list for Debian Jessie was generated on 2016-12-09

Package Sections

For an explanation of the sections see https://packages.debian.org/jessie/

admin (1 package) | cli-mono (1 package) | database (3 packages) | debug (2 packages) | devel (43 packages) | doc (4 packages) | editors (1 package) | electronics (1 package) | embedded (1 package) | graphics (2 packages) | interpreters (1 package) | java (3 packages) | kernel (1 package) | libdevel (60 packages) | libs (3 packages) | lisp (1 package) | mail (1 package) | math (6 packages) | metapackages (1 package) | net (2 packages) | non-free/math (1 package) | oldlibs (1 package) | perl (21 packages) | python (20 packages) | ruby (9 packages) | science (15 packages) | text (3 packages) | utils (3 packages) | vcs (8 packages) | video (1 package) | web (1 package) | x11 (1 package)


Section admin

Name, Version, Description, Homepage Long Description
aliendebian
8.92
convert and install rpm and other packages
http://kitenet.net/~joey/code/alien/
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
into Debian packages, which can be installed with dpkg.
It can also generate packages of any of the other formats.
This is a tool only suitable for binary packages.

Section cli-mono

Name, Version, Description, Homepage Long Description
mono-runtimedebian
3.2.8+dfsg-10
Mono runtime - default version
http://www.mono-project.com/
Mono is a platform for running and developing applications based on the
ECMA/ISO Standards. Mono is an open source effort led by Xamarin.
Mono provides a complete CLR (Common Language Runtime) including compiler and
runtime, which can produce and execute CIL (Common Intermediate Language)
bytecode (aka assemblies), and a class library.
This package contains the Virtual Machine, JIT (Just-in-Time) and
AOT (Ahead-of-Time) code generator "mono-sgen".
mono-sgen executes applications for the CLI (Common Language Infrastructure).
Mono currently only supports the X86, PowerPC, ARM, S/390x, AMD64 and
MIPS architectures.
This package installs this architecture's default runtime version.

Section database

Name, Version, Description, Homepage Long Description
mysql-clientdebian
5.5.53-0+deb8u1
MySQL database client (metapackage depending on the latest version)
http://dev.mysql.com/
This is an empty package that depends on the current "best" version of
mysql-client (currently mysql-client-5.5), as determined by the MySQL
maintainers. Install this package if in doubt about which MySQL version
you want, as this is the one considered to be in the best shape by the
Maintainers.
postgresql-clientdebian
9.4+165+deb8u1
front-end programs for PostgreSQL (supported version)
This metapackage always depends on the currently supported database
client package for PostgreSQL.
!PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
sqlite3debian
3.8.7.1-1+deb8u2
Command line interface for SQLite 3
http://www.sqlite.org/
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.

Section debug

Name, Version, Description, Homepage Long Description
libboost-dbgdebian
1.55.0.2
Boost C++ Libraries with debug symbols (default version)
http://www.boost.org/
This package forms part of the Boost C++ Libraries collection.
These libraries are built with debug symbols. They are useful to debug
programs which use Boost. These must be used also at build/link time.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.55).
libc6-dbgdebian
2.19-18+deb8u6
GNU C Library: detached debugging symbols
http://www.gnu.org/software/libc/libc.html
This package contains the detached debugging symbols for the GNU C
library.

Section devel

Name, Version, Description, Homepage Long Description
astyledebian
2.04-1
Source code indenter for C, C++, Objective-C, C#, and Java
http://astyle.sourceforge.net/
Artistic Style is a source code indenter, formatter, and beautifier for
the C, C++, C++/CLI, Objective-C, C# and Java programming languages.
This package contains the command line tool.
autoconf-archivedebian
20140228-1.1
Autoconf Macro Archive
http://www.gnu.org/software/autoconf-archive/
Autoconf Macro Archive aims to provide a central repository of
useful and tested Autoconf macros for software developers around the
world. This package contains the complete content of the Autoconf
Macro Archive as found at http://www.gnu.org/software/autoconf-archive/.
automakedebian
1:1.14.1-4+deb8u1
Tool for generating GNU Standards-compliant Makefiles
http://www.gnu.org/software/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.
Automake 1.14 fails to work in a number of situations that Automake
1.4, 1.6, 1.7, 1.8, 1.9, 1.10 and 1.11 did, so previous versions are
available as separate packages.
autopointdebian
0.19.3-2
The autopoint program from GNU gettext
http://www.gnu.org/software/gettext/
The `autopoint' program copies standard gettext infrastructure files
into a source package. It extracts from a macro call of the form
`AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's
`configure.in' or `configure.ac' file, the gettext version used by the
package, and copies the infrastructure files belonging to this version
into the package.
autoprojectdebian
0.20-6
create a skeleton source package for a new program
autoproject interviews the user, then creates a source package for a
new program which follows the GNU programming standards. The new
package uses autoconf to configure itself, and automake to create the
Makefile. `make distcheck' succeeds.
The idea is that you execute autoproject just once when you start a
new project. It will ask a few questions, then create a new directory
and populate it with standard files, customized for the new project.
Optionally, the new package will use a command line parser generator.
Currently, autoproject supports two parser generators: clig by Harald
Kirsch <kir@iitb.fhg.de> (see http://wsd.iitb.fhg.de/software/), and
autogen by Bruce Korb <bkorb@gnu.org> (see
http://autogen.sourceforge.net/).
autotools-devdebian
20140911.1
Update infrastructure for config.{guess,sub} files
http://savannah.gnu.org/projects/config/
This package installs an up-to-date version of config.guess and
config.sub, used by the automake and libtool packages. It provides
the canonical copy of those files for other packages as well.
It also documents in /usr/share/doc/autotools-dev/README.Debian.gz
best practices and guidelines for using autoconf, automake and
friends on Debian packages. This is a must-read for any developers
packaging software that uses the GNU autotools, or GNU gettext.
Additionally this package provides seamless integration into Debhelper
or CDBS, allowing maintainers to easily update config.{guess,sub} files
in their packages.
bisondebian
2:3.0.2.dfsg-2
YACC-compatible parser generator
http://www.gnu.org/software/bison/
Bison is a general-purpose parser generator that converts a
grammar description for an LALR(1) context-free grammar into a C
program to parse that grammar. Once you are proficient with Bison, you
may use it to develop a wide range of language parsers, from those used
in simple desk calculators to complex programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc
grammars ought to work with Bison with no change. Anyone familiar with
Yacc should be able to use Bison with little trouble. Documentation of
the program is in the bison-doc package.
build-essentialdebian
11.7
Informational list of build-essential packages
If you do not plan to build Debian packages, you don't need this
package. Starting with dpkg (>= 1.14.18) this package is required
for building Debian packages.
This package contains an informational list of packages which are
considered essential for building Debian packages. This package also
depends on the packages on that list, to make it easy to have the
build-essential packages installed.
If you have this package installed, you only need to install whatever
a package specifies as its build-time dependencies to build the
package. Conversely, if you are determining what your package needs
to build-depend on, you can always leave out the packages this
package depends on.
This package is NOT the definition of what packages are
build-essential; the real definition is in the Debian Policy Manual.
This package contains merely an informational list, which is all
most people need. However, if this package and the manual disagree,
the manual is correct.
ccachedebian
3.1.12-1
Compiler cache for fast recompilation of C/C++ code
http://ccache.samba.org
ccache is a compiler cache. It speeds up recompilation by caching
previous compilations and detecting when the same compilation is
being done again. Supported languages are C, C++, Objective-C and
Objective-C++.
clangdebian
1:3.5-25
C, C++ and Objective-C compiler (LLVM based)
Clang project is a C, C++, Objective C and Objective C++ front-end
for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler
Collection (GCC).
Clang implements all of the ISO C++ 1998 and 2001 standards and also provides
a partial support of C++1y.
This is a dependency package providing the default clang compiler.
cmakedebian
3.0.2-1+deb8u1
cross-platform, open-source make system
http://cmake.org/
CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the
compiler environment of your choice. CMake is quite sophisticated: it
is possible to support complex environments requiring system
configuration, pre-processor generation, code generation, and template
instantiation.
CMake was developed by Kitware as part of the NLM Insight
Segmentation and Registration Toolkit project. The ASCI VIEWS project
also provided support in the context of their parallel computation
environment. Other sponsors include the Insight, VTK, and VXL open
source software communities.
cmake-curses-guidebian
3.0.2-1+deb8u1
curses based user interface for CMake (ccmake)
http://cmake.org/
CMake is used to control the software compilation process using simple
platform and compiler independent configuration files. CMake generates native
makefiles and workspaces that can be used in the compiler environment of your
choice.
This package provides the CMake curses interface. Project configuration
settings may be specified interactively through this GUI. Brief instructions
are provided at the bottom of the terminal when the program is running. The
main executable file for this GUI is "ccmake".
colorgccdebian
1.3.2.0-10
Colorizer for GCC warning/error messages
A Perl wrapper to colorize the output of compilers with
warning / error messages matching the gcc output format.
cvsutilsdebian
0.2.5-1
CVS utilities for use in working directories
http://www.red-bean.com/cvsutils/
files in the working directory of a developer using CVS.
The utilities included in this package are:
+ cvsu: Offline "cvs update" simulator. Lists the files found in
the current directory (or in the directories which you
specify).
+ cvsco: "Cruel checkout". Removes results of compilation and
discards local changes. Deletes all the files except
listed unmodified ones and checks out everything which
seems to be missing.
+ cvsdiscard: Discards local changes but keeps results of compilation.
Works like "cvsco", but only deletes files which are
likely to cause merge conflicts.
+ cvspurge: CVS-based "make maintainer-clean". Removes results of
compilation but keeps local changes intact. Removes
unknown files, but keeps changes in files known to CVS.
+ cvstrim: Removes files and directories unknown to CVS.
+ cvschroot: Makes it possible to change CVS/Root in all subdirectories
to the given value.
+ cvsdo: Simulates some of the CVS commands (currently add, remove
and diff) without any access to the CVS server.
+ cvsnotag: Reports untagged files.[..]
ddddebian
1:3.3.12-5
The Data Display Debugger, a graphical debugger frontend
http://www.gnu.org/software/ddd/
The Data Display Debugger (DDD) is a popular graphical user interface to
UNIX debuggers such as GDB, DBX, XDB, JDB and others. Besides typical
front-end features such as viewing source texts and breakpoints, DDD
provides an interactive graphical data display, where data structures are
displayed as graphs. Using DDD, you can reason about your application by
watching its data, not just by viewing it execute lines of source code.
Other DDD features include: debugging of programs written in Ada, Bash, C,
C++, Chill, Fortran, Java, Modula, Pascal, Perl and Python; machine-level
debugging; hypertext source navigation and lookup; breakpoint, backtrace,
and history editors; preferences and settings editors; program execution
in terminal emulator window; debugging on remote host; on-line manual;
interactive help on the Motif user interface; GDB/DBX/XDB command-line
interface with full editing, history, and completion capabilities.
This version is linked against Lesstif, an LGPL-ed implementation of Motif.
devscriptsdebian
2.15.3+deb8u1
scripts to make the life of a Debian Package maintainer easier
brackets afterwards:
- annotate-output: run a command and prepend time and stream (O for stdout,
E for stderr) for every line of output
- archpath: print tla/Bazaar package names [tla | bazaar]
- bts: a command-line tool for manipulating the BTS [www-browser,
libauthen-sasl-perl, libnet-smtp-ssl-perl, libsoap-lite-perl, libwww-perl,
bsd-mailx | mailx]
- build-rdeps: search for all packages that build-depend on a given package
[dctrl-tools]
- chdist: tool to easily play with several distributions [dctrl-tools]
- checkbashisms: check whether a /bin/sh script contains any common
bash-specific contructs
- cowpoke: upload a Debian source package to a cowbuilder host and build it,
optionally also signing and uploading the result to an incoming queue
[ssh-client]
- cvs-debi, cvs-debc: wrappers around debi and debc respectively (see below)
which allow them to be called from the CVS working directory
[cvs-buildpackage]
- cvs-debrelease: wrapper around debrelease which allows it to be called
from the CVS working directory [cvs-buildpackage, dupload | dput,
ssh-client]
- cvs-debuild: wrapper for cvs-buildpackage to use debuild as its package
[..]
dh-makedebian
1.20140617
tool that converts source archives into Debian package source
This package allows you to take a standard (or upstream) source package
and convert it into a format that will allow you to build Debian packages.
After answering a few questions, dh_make will then provide a set of
templates that, after some small editing, will allow you to create a
Debian package.
doxygendebian
1.8.8-5
Documentation system for C, C++, Java, Python and other languages
http://www.stack.nl/~dimitri/doxygen/
Doxygen is a documentation system for C, C++, Java, Objective-C, Python, IDL
and to some extent PHP, C#, and D. It can generate an on-line class browser
(in HTML) and/or an off-line reference manual (in LaTeX) from a set of
documented source files. There is also support for generating man pages
and for converting the generated output into Postscript, hyperlinked PDF
or compressed HTML. The documentation is extracted directly from the sources.
Install the doxygen-latex package to build LaTeX based documents.
electric-fencedebian
2.2.4
A malloc(3) debugger
Electric Fence is a debugger that uses virtual memory hardware to detect
illegal memory accesses. It can detect two common programming bugs: software
that overruns or underruns the boundaries of a malloc() memory allocation,
and software that touches a memory allocation that has been released by
free().
Unlike other malloc() debuggers, Electric Fence will detect read accesses as
well as writes, and it will stop and pinpoint the exact instruction that
causes an error. It is not as thorough as Purify, however.
In order to debug a program it needs to be linked with Electric Fence's
library or dynamic linking needs to be used; README.Debian explains that in
detail.
flexdebian
2.5.39-8+deb8u2
fast lexical analyzer generator
http://flex.sf.net/
Flex is a tool for generating scanners: programs which recognized lexical
patterns in text. It reads the given input files 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.
fort77debian
1.15-10
Invoke f2c like a real compiler
The fort77 script invokes the f2c command transparently, so it can be
used like a real Fortran compiler. It can be used to compile Fortran,
C and assembler code, and to link it with the f2c libraries.
g++debian
4:4.9.2-2
GNU C++ compiler
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
This is a dependency package providing the default GNU C++ compiler.
g++-multilibdebian
4:4.9.2-2
GNU C++ compiler (multilib files)
This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
Dependency package on architectures with multilib support, the package contains
dependencies for the non-default multilib architecture(s).
gccdebian
4:4.9.2-2
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
This is a dependency package providing the default GNU C compiler.
gcc-multilibdebian
4:4.9.2-2
GNU C compiler (multilib files)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
Dependency package on architectures with multilib support, the package contains
dependencies for the non-default multilib architecture(s).
gdbdebian
7.7.1+dfsg-5
GNU Debugger
http://www.gnu.org/s/gdb/
GDB is a source-level debugger, capable of breaking programs at
any specific line, displaying variable values, and determining
where errors occurred. Currently, gdb supports C, C++, D,
Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2,
Go, and Ada. A must-have for any serious programmer.
gdcdebian
4.9.2-2
D compiler (language version 2), based on the GCC backend
This is a dependency package providing the default D compiler.
Per policy, all packages that contain D sources must use this package
in their Build-Depends line.
This compiler supports D language version 2.
gfortrandebian
4:4.9.2-2
GNU Fortran 95 compiler
This is the GNU Fortran 95 compiler, which compiles Fortran 95 on platforms
supported by the gcc compiler. It uses the gcc backend to generate optimized
code.
This is a dependency package providing the default GNU Fortran 95 compiler.
gnatdebian
4.9
GNU Ada compiler
http://gcc.gnu.org
GNAT is a full-featured Ada 2012 compiler. A quote from
http://www.adaic.org says: "Easily reused and maintained, readable
and user friendly, Ada code facilitates such massive software
projects as the Space Station and the Paris Metro. It has proven to
be extraordinarily robust in decades' worth of daily field tests
under the most rigorous conditions in which millions of lives have
been at stake." Ada is the language for real-world, mission-critical
programming.
At the same time, Ada's radical type safety helps novice programmers
avoid many common mistakes and deliver their software on time (see
http://www.adaic.org/atwork/trains.html).
This empty package depends on the default version of the Ada compiler
for Debian, which is part of the GNU Compiler Collection. Its
enforces the same version for all Ada compilations, as described in
the Debian Ada Policy.
indentdebian
2.2.11-4
C language source code formatting program
The `indent' program changes the appearance of a C program by
inserting or deleting whitespace.
`indent' also provides options for controlling the alignment of braces and
declarations, program indenting, and other stylistic parameters, including
formatting of both C and C++ comments.
insighttoolkit3-examplesdebian
3.20.1+git20120521-5
Image processing toolkit for registration and segmentation - examples
http://www.itk.org/
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
classifying data found in a digitally sampled
representation. Typically the sampled representation is an image
acquired from such medical instrumentation as CT or MRI
scanners. Registration is the task of aligning or developing
correspondences between data. For example, in the medical
environment, a CT scan may be aligned with a MRI scan in order to
combine the information contained in both.
This package contains the source for example programs.
libblas-testdebian
1.2.20110419-10
Basic Linear Algebra Subroutines 3, testing programs
http://www.netlib.org/blas/
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
This package contains a set of programs which test the integrity of an
installed blas-compatible shared library. These programs may therefore be used
to test the libraries provided by the blas package as well as those provided
by the libatlas3-base and libopenblas-base packages. The programs are
dynamically linked -- one can explicitly select a library to test by setting
the libblas.so.3 alternative, or by using the LD_LIBRARY_PATH or LD_PRELOAD
environment variables. Likewise, one can display the library selected using
the ldd program in an identical environment.
libcgal-demodebian
4.5-2
C++ library for computational geometry (demos)
http://www.cgal.org/
CGAL (Computational Geometry Algorithms Library) makes the most important
of the solutions and methods developed in computational geometry available
to users in industry and academia in a C++ library. The goal is to provide
easy access to useful, reliable geometric algorithms.
This package contains the demos and examples.
liblapack-testdebian
3.5.0-4
Library of linear algebra routines 3 - testing programs
http://www.netlib.org/lapack/
LAPACK version 3.X is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
These testing programs have been run against the
shared library in the lapack package. The results have been
collected in the files test_results. These
programs are provided separately here so that the user can
test and compare alternate versions of the lapack libraries,
such as those provided by the ATLAS packages, and the lapack
package.
libtooldebian
2.4.2-1.11
Generic library support script
http://www.gnu.org/software/libtool/
This is GNU libtool, a generic library support script. Libtool hides
the complexity of generating special library types (such as shared
libraries) behind a consistent interface. To use libtool, add the
new generic library building commands to your Makefile, Makefile.in,
or Makefile.am. See the documentation for details. Libtool supports
building static libraries on all platforms.
Libtool supports generation of C, C++, Fortran and Java libraries.
lintiandebian
2.5.30+deb8u4
Debian package checker
https://lintian.debian.org/
Lintian dissects Debian packages and reports bugs and policy
violations. It contains automated checks for many aspects of Debian
policy as well as some checks for common errors.
It uses an archive directory, called laboratory, in which it stores
information about the packages it examines. It can keep this
information between multiple invocations in order to avoid repeating
expensive data-collection operations. This makes it possible to check the
complete Debian archive for bugs, in a reasonable time.
This package is useful for all people who want to check Debian
packages for compliance with Debian policy. Every Debian maintainer
should check packages with this tool before uploading them to the
archive.
This version of Lintian is calibrated for policy version 3.9.6.
llvm-devdebian
1:3.5-25
Low-Level Virtual Machine (LLVM), libraries and headers
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
code generators, and many other compiler-related programs.
This is a dependency package providing the default libraries and headers.
mpich2debian
3.1-5+b2
Transitional dummy package
http://www.mpich.org/
This is a dummy package for the transition from mpich2 to mpich. It can
safely be removed if nothing else depends on it.
qt4-dev-toolsdebian
4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Qt 4 development tools
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package contains tools used to assist in Qt 4 development, including:
- assistant-qt4 -- Qt Assistant
- lconvert -- Convert and filter translation data files
- linguist-qt4 -- Qt Linguist
- pixeltool -- Pixel Tool
- qcollectiongenerator -- Qt Collection Generator
- qdbusviewer -- D-Bus Viewer
- qhelpconverter -- Help Conversion Wizard
- qhelpgenerator -- Qt Compressed Help Generator
- qmlplugindump -- QML Plugin Dump application
- qvfb -- Virtual Framebuffer
re2cdebian
0.13.5-1
tool for generating fast C-based recognizers
http://re2c.sourceforge.net/
re2c is a great tool for writing fast and flexible lexers. Unlike
other such tools, re2c concentrates solely on generating efficient
code for matching regular expressions. Not only does this singleness
make re2c more suitable for a wider variety of applications, it
allows us to generate scanners which approach hand-crafted ones in
terms of size and speed.
tcl-tclreadlinedebian
2.1.0-14
GNU Readline Extension for Tcl/Tk
http://tclreadline.sourceforge.net/
tclreadline adds GNU Readline support to standard Tcl/Tk. It provides
interactive command editing and history for Tcl shells (this must be
enabled on a user-by-user basis) and allows the use of GNU Readline
features in Tcl programs.
valgrinddebian
1:3.10.0-4
instrumentation framework for building dynamic analysis tools
http://www.valgrind.org/
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck)
* two thread error detectors (Helgrind and DRD)
* a cache and branch-prediction profiler (Cachegrind)
* a call-graph generating cache and branch-prediction profiler (Callgrind)
* a heap profiler (Massif)
It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck)
* a second heap profiler that examines how heap blocks are used (DHAT)
* a SimPoint basic block vector generator (BBV)
xaw3dg-devdebian
1.5+E-18.2
Xaw3d widget set development package
Xaw3d is a set of 3-D widgets based on the R6.1 Athena Widget set, which
adds a three dimensional appearance on some of the widgets of X11
applications linked with this library.
This is the development package (i.e. include files and static library)
of the xaw3dg library.

Section doc

Name, Version, Description, Homepage Long Description
dx-docdebian
1:4.4.4-7
OpenDX (IBM Visualization Data Explorer) - documentation
http://www.opendx.org/
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the documentation package. It includes online help and html
documentation.
octave-docdebian
3.8.2-4
PDF documentation on the GNU Octave language
http://www.octave.org/
Octave is a (mostly Matlab (R) compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
This package provides the following documentation in PDF format: a reference
card in a4, letter and legal formats, a document on the C++ classes used by
Octave, as well as the main octave documentation which is also included in
info format in the octave-info package.
octave-infodebian
3.8.2-4
GNU Info documentation on the GNU Octave language
http://www.octave.org/
Octave is a (mostly Matlab (R) compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
This package provides the following documentation in info format: a document
on the C++ classes used by Octave, as well as the main octave documentation
which is needed for the 'help -i foo' command within Octave.
perl-docdebian
5.20.2-3+deb8u6
Perl documentation
http://dev.perl.org/perl5/
Perl manual pages, POD documentation and the `perldoc' program. If you are
writing Perl programs, you almost certainly need this.

Section editors

Name, Version, Description, Homepage Long Description
exuberant-ctagsdebian
1:5.9~svn20110310-8
build tag file indexes of source code definitions
http://ctags.sourceforge.net/
ctags parses source code and produces a sort of index mapping
the names of significant entities (e.g. functions, classes,
variables) to the location where that entity is defined. This
index is used by editors like vi and emacsen to allow moving to
the definition of a user-specified entity.
Exuberant Ctags supports all possible C language constructions
and multiple other languages such as assembler, AWK, ASP, BETA,
Bourne/Korn/Z shell, C++, COBOL, Eiffel, Fortran, Java, Lisp,
Lua, Makefile, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang,
Scheme, Tcl, Verilog, Vim and YACC.

Section electronics

Name, Version, Description, Homepage Long Description
gtkwavedebian
3.3.62-1
VCD (Value Change Dump) file waveform viewer
http://gtkwave.sourceforge.net/
gtkwave is a viewer for VCD (Value Change Dump) files which
are usually created by digital circuit simulators. (These files
have no connection to video CDs!)

Section embedded

Name, Version, Description, Homepage Long Description
urjtagdebian
0.10+r2007-1.2
JTAG programmer for various flash parts and boards
http://www.urjtag.org/
A command line tool for communicating over JTAG (IEEE 1149.1) with various
flash chips, CPUs, boards and JTAG adapters.
It has an open and modular architecture with the ability to write
miscellaneous extensions (like board testers, or flash memory programmers).
This is a (more actively maintained) fork of the 'openwince-jtag' software.

Section graphics

Name, Version, Description, Homepage Long Description
blenderdebian
2.72.b+dfsg0-3
Very fast and versatile 3D modeller/renderer
http://www.blender.org/
Blender is an integrated 3d suite for modelling, animation, rendering,
post-production, interactive creation and playback (games). Blender has its
own particular user interface, which is implemented entirely in OpenGL and
designed with speed in mind. Python bindings are available for scripting;
import/export features for popular file formats like 3D Studio and Wavefront
Obj are implemented as scripts by the community. Stills, animations, models
for games or other third party engines and interactive content in the form of
a standalone binary are common products of Blender use.
graphvizdebian
2.38.0-7
rich set of graph drawing tools
http://www.graphviz.org/
Graph drawing addresses the problem of visualizing structural information
by constructing geometric representations of abstract graphs and networks.
Automatic generation of graph drawings has important applications in key
technologies such as database design, software engineering, VLSI and
network design and visual interfaces in other domains. Situations where
these tools might be particularly useful include:
* you would like to restructure a program and first need to understand
the relationships between its types, procedures, and source files
* you need to find the bottlenecks in an Internet backbone - not only
individual links, but their relationships
* you're debugging a protocol or microarchitecture represented as a
finite state machine and need to figure out how a certain
error state arises
* you would like to browse a database schema, knowledge base, or
distributed program represented graphically
* you would like to see an overview of a collection of linked documents
* you would like to discover patterns and communities of interest in a
database of telephone calls or e-mail messages
This package contains the command-line tools.

Section interpreters

Name, Version, Description, Homepage Long Description
gawkdebian
1:4.1.1+dfsg-1
GNU awk, a pattern scanning and processing language
http://www.gnu.org/software/gawk/
`awk', a program that you can use to select particular records in a
file and perform operations upon them.
Gawk is the GNU Project's implementation of the AWK programming language.
It conforms to the definition of the language in the POSIX 1003.2 Command
Language And Utilities Standard. This version in turn is based on the
description in The AWK Programming Language, by Aho, Kernighan, and
Weinberger, with the additional features defined in the System V Release
4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
extensions, and some GNU-specific extensions.

Section java

Name, Version, Description, Homepage Long Description
antdebian
1.9.4-3
Java based build tool like make
http://ant.apache.org
A system independent (i.e. not shell based) build tool that uses XML
files as "Makefiles". This package contains the scripts and the core
tasks libraries.
default-jdkdebian
2:1.7-52
Standard Java or Java compatible Development Kit
https://wiki.debian.org/Java/
This dependency package points to the Java runtime, or Java compatible
development kit recommended for this architecture, which is
openjdk-7-jdk for amd64.
openjdk-7-jdkdebian
7u111-2.6.7-2~deb8u1
OpenJDK Development Kit (JDK)
http://openjdk.java.net/
OpenJDK is a development environment for building applications,
applets, and components using the Java programming language.
The packages are built using the IcedTea build support and patches
from the IcedTea project.

Section kernel

Name, Version, Description, Homepage Long Description
kernel-packagedebian
13.014+nmu1
utility for building Linux kernel related Debian packages
This package provides the capability to create a Debian kernel image
package by just running make-kpkg kernel_image in a kernel source
directory tree. It can also package the relevant kernel headers into
a kernel-headers package. In general, this package is very useful if
you need to create a custom kernel, if, for example, the default
kernel does not support some of your hardware, or you wish a leaner,
meaner kernel. It also scripts the steps that need be taken to
compile the kernel, which is quite convenient (forgetting a crucial
step once was the initial motivation for this package). Please look at
/usr/share/doc/kernel-package/Rationale.gz for a full list of advantages
of this package.

Section libdevel

Name, Version, Description, Homepage Long Description
libatlas-base-devdebian
3.10.2-7
Automatically Tuned Linear Algebra Software, generic static
http://math-atlas.sourceforge.net/
ATLAS is an approach for the automatic generation and optimization of
numerical software. Currently ATLAS supplies optimized versions for the
complete set of linear algebra kernels known as the Basic Linear Algebra
Subroutines (BLAS), and a subset of the linear algebra routines in the
LAPACK library.
This package includes the static libraries and symbolic links
needed for program development.
libblas-devdebian
1.2.20110419-10
Basic Linear Algebra Subroutines 3, static library
http://www.netlib.org/blas/
This package is a binary incompatible upgrade to the blas-dev
package. Several minor changes to the C interface have been
incorporated.
BLAS (Basic Linear Algebra Subroutines) is a set of efficient
routines for most of the basic vector and matrix operations.
They are widely used as the basis for other high quality linear
algebra software, for example lapack and linpack. This
implementation is the Fortran 77 reference implementation found
at netlib.
This package contains a static version of the library.
libboost-all-devdebian
1.55.0.2
Boost C++ Libraries development files (ALL) (default version)
http://www.boost.org/
The Boost web site provides free, peer-reviewed, portable C++ source
libraries. The emphasis is on libraries which work well with the C++
Standard Library. One goal is to establish "existing practice" and
provide reference implementations so that the Boost libraries are
suitable for eventual standardization. Some of the libraries have
already been proposed for inclusion in the C++ Standards Committee's
upcoming C++ Standard Library Technical Report.
This metapackage provides the complete Boost development environment,
including all separately-packaged libraries.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.55).
libcgal-devdebian
4.5-2
C++ library for computational geometry (development files)
http://www.cgal.org/
CGAL (Computational Geometry Algorithms Library) makes the most important
of the solutions and methods developed in computational geometry available
to users in industry and academia in a C++ library. The goal is to provide
easy access to useful, reliable geometric algorithms.
This package contains the header files and static libraries for libCGAL.so,
!libCGAL_Core.so, and libCGAL_ImageIO.so. The header files and static
libraries for libCGAL_Qt4.so can be found in the package libcgal-qt4-dev.
libcurl4-gnutls-devdebian
7.38.0-4+deb8u5
development files and documentation for libcurl (GnuTLS flavour)
http://curl.haxx.se
libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
form based upload, proxies, cookies, user+password authentication (Basic,
Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
and more!
libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
fast, thoroughly documented and is already used by many known, big and
successful companies and numerous applications.
This package provides the development files (ie. includes, static library,
manual pages) that allow to build software which uses libcurl.
SSL support is provided by GnuTLS.
libdb++-devdebian
5.3.0+b1
Berkeley Database Libraries for C++ [development]
This empty package depends on the recommended development package
containing headers and static libraries for the Berkeley database
library. This is only for programs which will use the C++ interface.
libdb-devdebian
5.3.0+b1
Berkeley Database Libraries [development]
This empty package depends on the recommended development package
containing headers and static libraries for the Berkeley database
library.
libdx4-devdebian
1:4.4.4-7+b1
OpenDX (IBM Visualization Data Explorer) - development files
http://www.opendx.org/
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the development package. It contains the build rules, library
routines and header files necessary for creating custom software that uses
the OpenDX classes.
libeigen3-devdebian
3.2.2-3
lightweight C++ template library for linear algebra
http://eigen.tuxfamily.org
Eigen 3 is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra.
Unlike most other linear algebra libraries, Eigen 3 focuses on the simple
mathematical needs of applications: games and other OpenGL apps, spreadsheets
and other office apps, etc. Eigen 3 is dedicated to providing optimal speed
with GCC. A lot of improvements since 2-nd version of Eigen.
libexpat1-devdebian
2.1.0-6+deb8u3
XML parsing C library - development kit
http://expat.sourceforge.net
This package contains the header file and development libraries of
expat, the C library for parsing XML. Expat is a stream oriented XML
parser. This means that you register handlers with the parser prior
to starting the parse. These handlers are called when the parser
discovers the associated structures in the document being parsed. A
start tag is an example of the kind of structures for which you may
register handlers.
libf2c2-devdebian
20090411-2
Development libraries for use with f2c
These are the necessary static libraries and header
files for an implementation of the fortran intrinsic
functions and IO functions.
They are required when linking applications built from the
C output from the FORTRAN to C translator f2c.
libfcgi-devdebian
2.4.0-8.3
Header files of FastCGI
http://www.fastcgi.com/drupal/
FastCGI is a language independent, scalable, open extension
to CGI that provides high performance without the limitations
of server specific APIs.
libfftw3-devdebian
3.3.4-2
Library for computing Fast Fourier Transforms - development
http://fftw.org
The FFTW library computes Fast Fourier Transforms (FFT) in one or more
dimensions. It is extremely fast. This package contains the statically linked
library, header files and test programs.
This package contains the header files and static libraries.
For documentation, see libfftw3-doc.
libftdi-devdebian
0.20-2
Development files for libftdi
http://www.intra2net.com/en/developer/libftdi/
This package contains the header files and static library needed to
compile applications that use libftdi.
libftgl-devdebian
2.1.3~rc5-4+nmu1
development files for libftgl
FTGL binds OpenGL and FreeType together in order to offer and easy to use
and flexible text rendering library. It offers several rendering modes:
as polygons, outlines, bitmaps and textures.
This package contains the header files and static libraries needed to
compile applications or shared objects that use libftgl.
libfuse-devdebian
2.9.3-15+deb8u2
Filesystem in Userspace (development)
http://fuse.sourceforge.net/
Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
export a virtual filesystem to the Linux kernel. It also aims to provide a
secure method for non privileged users to create and mount their own filesystem
implementations.
This package contains the development files.
libgif-devdebian
4.1.6-11+deb8u1
library for GIF images (development)
http://giflib.sourceforge.net/
GIFLIB is a package of portable tools and library routines for working with GIF
images.
This package contains the development files.
libgsl0-devdebian
1.16+dfsg-2
GNU Scientific Library (GSL) -- development package
http://www.gnu.org/software/gsl
The GNU Scientific Library (GSL) is a collection of routines for
numerical analysis. The routines are written from scratch by the GSL
team in C, and present a modern API for C programmers, while allowing
wrappers to be written for very high level languages.
This package contains the header files, static libraries and symbolic
links that developers using GNU GSL will need.
libgtk-3-devdebian
3.14.5-1+deb8u1
development files for the GTK+ library
http://www.gtk.org/
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
This package contains the header and development files which are
needed for building GTK+ applications.
libgtk2.0-devdebian
2.24.25-3+deb8u1
development files for the GTK+ library
http://www.gtk.org/
GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable
for projects ranging from small one-off tools to complete application
suites.
This package contains the header files and static libraries which are
needed for developing GTK+ applications.
libgtkglext1-devdebian
1.2.0-3.2
OpenGL Extension to GTK+ (development files)
http://projects.gnome.org/gtkglext/
GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+,
and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
This package contains files that you need to compile programs using
libgtkglext.
libgtkmm-2.4-devdebian
1:2.24.4-1.1
C++ wrappers for GTK+ (development files)
http://www.gtkmm.org/
Gtkmm is a C++ interface for the popular GUI library GTK+, with API version
2.4. Gtkmm provides a convenient interface for C++ programmers to create
graphical user interfaces with GTK+'s flexible OO framework. Highlights
include type safe callbacks, widgets extensible using inheritance and over 180
classes that can be freely combined to quickly create complex user interfaces.
This package contains development files and examples, as well as a gtkmm-demo
program.
libinsighttoolkit3-devdebian
3.20.1+git20120521-5+b1
Image processing toolkit for registration and segmentation - development
http://www.itk.org/
ITK is an open-source software toolkit for performing registration and
segmentation. Segmentation is the process of identifying and
classifying data found in a digitally sampled
representation. Typically the sampled representation is an image
acquired from such medical instrumentation as CT or MRI
scanners. Registration is the task of aligning or developing
correspondences between data. For example, in the medical
environment, a CT scan may be aligned with a MRI scan in order to
combine the information contained in both.
This package contains the development files needed to build your own
ITK applications.
liblapack-devdebian
3.5.0-4
Library of linear algebra routines 3 - static version
http://www.netlib.org/lapack/
LAPACK version 3.X is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
liblapack-picdebian
3.5.0-4
Library of linear algebra routines 3 - static PIC version
http://www.netlib.org/lapack/
LAPACK version 3.X is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
squared solutions to linear sets of equations, eigenvector
analysis, singular value decomposition, etc. It is a very
comprehensive and reputable package that has found extensive
use in the scientific community.
Normally one would want to use non-PIC code for static linking. In
this case, install liblapack-dev. This package is provided for other
packages, such as ATLAS, needing access to PIC versions of the lapack
objects in their own build process.
libmotif-devdebian
2.3.4-6+deb8u1
Motif - development files
http://motif.ics.com/
Motif is the industry standard GUI component toolkit for *NIX.
This package provides everything needed for developing Motif
applications, including header files, static libraries and the API
manual pages.
libmpc-devdebian
1.0.2-1
multiple precision complex floating-point library development package
http://www.multiprecision.org/mpc/
MPC is a portable library written in C for arbitrary precision
arithmetic on complex numbers providing correct rounding. For the time
being, it contains all arithmetic operations over complex numbers, the
exponential and the logarithm functions, the trigonometric and
hyperbolic functions.
Ultimately, it should implement a multiprecision equivalent of the ISO
C99 standard.
It builds upon the GNU MP and the MPFR libraries.
libmpich2-devdebian
3.1-5+b2
Transitional dummy package for MPICH development files
http://www.mpich.org/
This is a dummy package for the transition from libmpich2-dev to
libmpich-dev. It can safely be removed if nothing else depends on it.
libmysqlclient-devdebian
5.5.53-0+deb8u1
MySQL database development files
http://dev.mysql.com/
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
This package includes development libraries and header files.
libncurses5-devdebian
5.9+20140913-1+b1
developer's libraries for ncurses
http://invisible-island.net/ncurses/
The ncurses library routines are a terminal-independent method of
updating character screens with reasonable optimization.
This package contains the header files, static libraries
and symbolic links that developers using ncurses will need.
libnetpbm10-devdebian
2:10.0-15.2
Graphics conversion tools development libraries and header files
http://netpbm.alioth.debian.org
This development package contains the library and header
files for the pbm, pgm, pnm, and ppm graphics formats.
libopenbabel-devdebian
2.3.2+dfsg-2
Chemical toolbox library (development files)
http://openbabel.sourceforge.net
Open Babel is a chemical toolbox designed to speak the many languages of
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
This package contains the static library and the header files.
libpcre3-devdebian
2:8.35-3.3+deb8u4
Perl 5 Compatible Regular Expression Library - development files
This is a library of functions to support regular expressions whose syntax
and semantics are as close as possible to those of the Perl 5 language.
This package contains the development files, including headers, static
libraries, and documentation.
libplplot-devdebian
5.10.0+dfsg-1
Scientific plotting library (development files)
http://www.plplot.org
PLplot is relatively small, portable, freely distributable, and is rich
enough to satisfy most users. It has a wide range of plot types including
line (linear, log), contour, 3D, fill, and almost 1000 characters
(including Greek and mathematical) in its extended font set. The package
is designed to make it easy to quickly get graphical output; only a
handful of function calls is typically required. For more advanced use,
virtually all aspects of plotting are configurable.
This package contains all that is needed for doing development in C, C++
and Fortran with PLplot. Examples of programs for these languages are
also included. For development in Tcl/Tk, Python, Octave, Ada and Java
install the plplot-tcl-dev, python-plplot, octave-plplot, libplplot-ada1-dev
and libplplot-java packages, respectively. This package also includes the
OCaml, lua and D examples. To use one of these languages you will also
need to install the libplplot-xxx package for that language.
libqt4-devdebian
4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Qt 4 development files
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package contains the header development files used for building Qt 4
applications.
libqt4-opengl-devdebian
4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Qt 4 OpenGL library development files
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package contains the development files needed to build Qt 4 applications
using QtOpenGL library.
libqt5opengl5-devdebian
5.3.2+dfsg-4+deb8u1
Qt 5 OpenGL library development files
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package contains the development files needed to build Qt 5 applications
using QtOpenGL library.
libreadline-devdebian
6.3-8+b3
GNU readline and history libraries, development files
The GNU readline library aids in the consistency of user interface
across discrete programs that need to provide a command line
interface.
The GNU history library provides a consistent user interface for
recalling lines of previously typed input.
This package is a dependency package depending on libreadline6-dev.
libsqlite3-devdebian
3.8.7.1-1+deb8u2
SQLite 3 development files
http://www.sqlite.org/
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
This package contains the development files (headers, static libraries)
libssl-devdebian
1.0.1t-1+deb8u5
Secure Sockets Layer toolkit - development files
This package is part of the OpenSSL project's implementation of the SSL
and TLS cryptographic protocols for secure communication over the
Internet.
It contains development libraries, header files, and manpages for libssl
and libcrypto.
libstdc++-4.9-devdebian
4.9.2-10
GNU Standard C++ Library v3 (development files)
http://gcc.gnu.org/
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
libsuitesparse-devdebian
1:4.2.1-3
libraries for sparse matrices computations (development files)
http://www.cise.ufl.edu/research/sparse/SuiteSparse/
sparse matrices. This package includes the following libraries:
AMD approximate minimum degree ordering
CAMD symmetric approximate minimum degree
BTF permutation to block triangular form (beta)
COLAMD column approximate minimum degree ordering
CCOLAMD constrained column approximate minimum degree ordering
CHOLMOD sparse Cholesky factorization
CSparse a concise sparse matrix package
CXSparse CSparse extended: complex matrix, int and long int support
KLU sparse LU factorization, primarily for circuit simulation
LDL a simple LDL' factorization
UMFPACK sparse LU factorization
[..]
libtiff5-devdebian
4.0.3-12.3+deb8u1
Tag Image File Format library (TIFF), development files
http://libtiff.maptools.org
libtiff is a library providing support for the Tag Image File Format
(TIFF), a widely used format for storing image data. This package
includes the development files, static library, and header files.
libusb-1.0-0-devdebian
2:1.0.19-1
userspace USB programming library development files
http://www.linux-usb.org/
Library for programming USB applications without the knowledge
of Linux kernel internals.
This package contains what you need for compiling sources that
use this library in your own code.
libusb-devdebian
2:0.1.12-25
userspace USB programming library development files
http://www.linux-usb.org/
Library for programming USB applications without the knowledge
of Linux kernel internals.
libvtk5-devdebian
5.8.0-17.5
VTK header files for building C++ code
http://www.vtk.org/
The Visualization Toolkit (VTK) is an object oriented, high level
library that allows one to easily write C++ programs, Tcl, Python and
Java scripts that do 3D visualization.
This package provides the VTK header files required to compile
C++ programs that use VTK to do 3D visualisation.
libwrap0-devdebian
7.6.q-25
Wietse Venema's TCP wrappers library, development files
Wietse Venema's network logger, also known as TCPD or LOG_TCP.
These programs log the client host name of incoming telnet,
ftp, rsh, rlogin, finger etc. requests.
Security options are:
- access control per host, domain and/or service;
- detection of host name spoofing or host address spoofing;
- booby traps to implement an early-warning system.
libwxgtk3.0-devdebian
3.0.2-1+b1
wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
http://www.wxwidgets.org/
wxWidgets (formerly known as wxWindows) is a class library for C++ providing
GUI components and other facilities on several popular platforms (and some
unpopular ones as well).
This package provides files needed to compile wxWidgets programs. If you
want to compile apps using the (optional) glcanvas library you will need
to have Mesa or OpenGL installed too.
This package also provides the wx-config script.
libx11-devdebian
2:1.6.2-3
X11 client-side library (development headers)
This package provides a client interface to the X Window System, otherwise
known as 'Xlib'. It provides a complete API for the basic functions of the
window system.
This package contains the development headers for the library found in
libx11-6. Non-developers likely have little use for this package.
More information about X.Org can be found at:
<URL:http://www.X.org>
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libX11
libxaw7-devdebian
2:1.0.12-2+b1
X11 Athena Widget library (development headers)
libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
which is largely used by legacy X applications. This version is the
most common version, as version 6 is considered deprecated, and version
8, which adds Xprint support, is unsupported and not widely used.
In general, use of a more modern toolkit such as GTK+ is recommended.
This package contains the development headers for the library found in
libxaw7. Non-developers likely have little use for this package.
More information about X.Org can be found at:
<URL:http://www.X.org>
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXaw
libxerces-c-devdebian
3.1.1-5.1+deb8u3
validating XML parser library for C++ (development files)
Xerces-C++ is a validating XML parser written in a portable subset of
C++. This package contains the development files for Xerces. It also
contains sources to various sample files. The libxerces-c-samples
package contains compiled versions of the samples.
libxml2-devdebian
2.9.1+dfsg1-5+deb8u3
Development files for the GNOME XML library
http://xmlsoft.org/
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
Install this package if you wish to develop your own programs using
the GNOME XML library.
libxmlrpc-core-c3-devdebian
1.33.14-0.2
lightweight RPC library based on XML and HTTP [C development libraries]
http://xmlrpc-c.sourceforge.net
XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
It converts the procedure call into an XML document, sends it to a remote
server using HTTP, and gets back the response as XML.
This library provides a modular implementation of XML-RPC for C.
Install this package if you wish to develop your own programs using this
library.
libxpm-devdebian
1:3.5.11-1+b1
X11 pixmap library (development headers)
libXpm provides support and common operation for the XPM pixmap format, which
is commonly used in legacy X applications. XPM is an extension of the
monochrome XBM bitmap specified in the X protocol.
This package contains the development headers for the library found in
libxpm4. Non-developers likely have little use for this package.
More information about X.Org can be found at:
<URL:http://www.X.org>
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libXpm
mpi-default-devdebian
1.0.2+nmu2
Standard MPI development files (metapackage)
This metapackage depends on the development files of the recommended MPI
implementation for each platform, currently Open MPI on all of the platforms
where it exists, and MPICH on the others. The package which this depends on
has alternatives links for the shared libraries libmpi and libmpi++, and for
compilers mpicc, mpic++/mpicxx/mpiCC, mpif77 and mpi90 and their manpages.
qtbase5-devdebian
5.3.2+dfsg-4+deb8u1
Qt 5 base development files
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
This package contains the header development files used for building Qt 5
applications.
tcl-devdebian
8.6.0+8
Tool Command Language (default version) - development files
Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted
scripting language.
This package is a dependency package, which depends on Debian's default
Tcl version (currently 8.6).
tk-devdebian
8.6.0+8
Toolkit for Tcl and X11 (default version) - development files
Tk is a cross-platform graphical toolkit which provides the Motif
look-and-feel and is implemented using the Tcl scripting language.
This package is a dependency package, which depends on Debian's default
Tk version (currently 8.6).
uuid-devdebian
2.25.2-6
universally unique id library - headers and static libraries
libuuid generates and parses 128-bit universally unique ids (UUIDs).
See RFC 4122 for more information.
This package contains the development environment for the uuid library.
zlib1g-devdebian
1:1.2.8.dfsg-2+b1
compression library - development
http://zlib.net/
zlib is a library implementing the deflate compression method found
in gzip and PKZIP. This package includes the development support
files.

Section libs

Name, Version, Description, Homepage Long Description
libaio1debian
0.3.110-1
Linux kernel AIO access library - shared library
http://www.kernel.org/pub/linux/libs/aio/
This library enables userspace to use Linux kernel asynchronous I/O
system calls, important for the performance of databases and other
advanced applications.
libqt4-qt3supportdebian
4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Qt 3 compatibility library for Qt 4
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
The Qt3Support module provides classes that ease porting from Qt 3 to Qt 4.
It allows applications designed to use deprecated Qt 3 classes and functions
to work with Qt 4, with help from the qt3to4 porting tool found in the
libqt4-dev-bin package.
libstdc++5debian
1:3.3.6-27.2
The GNU Standard C++ Library v3
This package contains an additional runtime library for C++ programs
built with the GNU compiler.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.

Section lisp

Name, Version, Description, Homepage Long Description
guile-2.0-devdebian
2.0.11+1-9
Development files for Guile 2.0
http://www.gnu.org/software/guile/
This package contains files needed for development using Guile 2.0.
Guile is a Scheme implementation designed for real world programming,
providing a rich Unix interface, a module system, an interpreter, and
many extension languages. Guile can be used as a standard #! style
interpreter, via #!/usr/bin/guile, or as an extension language for
other applications via libguile.

Section mail

Name, Version, Description, Homepage Long Description
mpackdebian
1.6-8
tools for encoding/decoding MIME messages
ftp://ftp.andrew.cmu.edu/pub/mpack/
Mpack and munpack are utilities for encoding and decoding
(respectively) binary files in MIME (Multipurpose Internet
Mail Extensions) format mail messages. For compatibility
with older forms of transferring binary files, the munpack
program can also decode messages in split-uuencoded format.

Section math

Name, Version, Description, Homepage Long Description
bcdebian
1.06.95-9
GNU bc arbitrary precision calculator language
http://ftp.gnu.org/gnu/bc/
GNU bc is an interactive algebraic language with arbitrary precision which
follows the POSIX 1003.2 draft standard, with several extensions including
multi-character variable names, an `else' statement and full Boolean
expressions. GNU bc does not require the separate GNU dc program.
gnuplotdebian
4.6.6-2
Command-line driven interactive plotting program
http://gnuplot.sourceforge.net/
Gnuplot is a portable command-line driven interactive data and function
plotting utility that supports lots of output formats, including drivers
for many printers, (La)TeX, (x)fig, Postscript, and so on. The X11-output
is packaged in gnuplot-x11.
Data files and self-defined functions can be manipulated by the internal
C-like language. Can perform smoothing, spline-fitting, or nonlinear fits,
and can work with complex numbers.
This package is for transition and to install a full-featured gnuplot
supporting the X11-output.
gnuplot-modedebian
1:0.7.0-1
Gnuplot mode for Emacs
http://xafs.org/BruceRavel/GnuplotMode
Gnuplot is a major mode for Emacs flavours with the following features:
- Functions for plotting lines, regions, entire scripts, or entire files
- Graphical interface to setting command arguments
- Syntax colorization
- Completion of common words in Gnuplot
- Code indentation
- On-line help using Info for Gnuplot functions and features
- Interaction with Gnuplot using comint
- Pull-down menus plus a toolbar
- Distributed with a quick reference sheet in postscript.
gracedebian
1:5.1.24-3
XY graphing and plotting tool
http://plasma-gate.weizmann.ac.il/Grace
Grace is a point-and-click tool that allows the user to draw X-Y plots.
This is the program formerly known as Xmgr.
A few of its features are: User defined scaling, tick marks, labels,
symbols, line styles, colors, polynomial regression, splines, running
averages, DFT/FFT, cross/auto-correlation, batch mode for unattended
plotting, and hardcopy support for PostScript, FrameMaker and several image
formats.
gsl-bindebian
1.16+dfsg-2
GNU Scientific Library (GSL) -- binary package
http://www.gnu.org/software/gsl
The GNU Scientific Library (GSL) is a collection of routines for
numerical analysis. The routines are written from scratch by the GSL
team in C, and present a modern API for C programmers, while allowing
wrappers to be written for very high level languages.
This package provides several example binaries.
octavedebian
3.8.2-4
GNU Octave language for numerical computations
http://www.octave.org/
Octave is a (mostly Matlab (R) compatible) high-level language, primarily
intended for numerical computations. It provides a convenient command-line
interface for solving linear and nonlinear problems numerically.
Octave can be dynamically extended with user-supplied C++ files.

Section metapackages

Name, Version, Description, Homepage Long Description
packaging-devdebian
0.8
convenient tools to develop packages
This metapackage depends on common packages useful for the development of
Debian-format packages, including patch management systems, build systems,
packaging macros, helpful scripts for developers, and tools for building and
testing packages.
This metapackage provides tools for packaging, rather than the development of
software. No other package should depend or build-depend on this package.

Section net

Name, Version, Description, Homepage Long Description
ldap-utilsdebian
2.4.40+dfsg-1+deb8u2
OpenLDAP utilities
http://www.openldap.org/
This package provides utilities from the OpenLDAP (Lightweight
Directory Access Protocol) package. These utilities can access a
local or remote LDAP server and contain all the client programs
required to access LDAP servers.
mpi-default-bindebian
1.0.2+nmu2
Standard MPI runtime programs (metapackage)
This metapackage depends on the runtime programs of the recommended MPI
implementation for each platform, currently Open MPI on all of the platforms
where it exists, and MPICH on the others. The package which this depends on
has alternatives links for mpirun and mpiexec.

Section non-free/math

Name, Version, Description, Homepage Long DescriptionSorted ascending
pgplot5debian
5.2.2-19+deb8u1
large subroutine library for plotting scientific data
http://www.astro.caltech.edu/~tjp/pgplot/
This package contains both runtime and development libraries. Many
routines are included in pgplot for viewing scientific data. Many
(about 70) output devices are supported. 2-D , 3-D , contour, image
manipulation, etc. are well supported. Interactive routines are
included. Both a C and a FORTRAN library are present. See
http://astro.caltech.edu/~tjp/pgplot/ for documentation.

Section oldlibs

Name, Version, Description, Homepage Long Description
graphviz-devdebian
2.38.0-7
transitional package for graphviz-dev rename
http://www.graphviz.org/
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
This package is targeted at easing the upgrade from older graphviz-dev to the
new libgraphviz-dev package.
This package can be purged at anytime once the libgraphviz-dev package has
been installed.

Section perl

Name, Version, Description, Homepage Long Description
cpanminusdebian
1.7014-1
script to get, unpack, build and install modules from CPAN
https://metacpan.org/release/App-cpanminus
cpanminus provides a command-line (non interactive) interface to
automatically download, build and install Perl modules from CPAN.
It requires zero configuration, and stands alone. It also has a very low memory
footprint compared to similar software: when running, it requires only 10MB of
RAM.
It installs to wherever ExtUtils::MakeMaker and Module::Build are
configured to. So if you're using local::lib, then it installs to your
local perl5 directory. Otherwise it installs to the siteperl directory.
cpanminus at a boot time checks whether you have configured local::lib,
or have the permission to install modules to the sitelib directory. If
neither, it automatically sets up local::lib compatible installation
path in a perl5 directory under your home directory.
dh-make-perldebian
0.84-2
helper for creating Debian packages from perl modules
https://metacpan.org/release/DhMakePerl
dh-make-perl will create the files required to build a Debian source
package out of a perl package. This works for most simple packages
and is also useful for getting started with packaging perl modules.
Given a perl package name, it can also automatically download it from
CPAN.
dh-make-perl can also help keeping the debian/ content current when upstream
dependencies or Debian practices change. It can also help improve existing
Perl module packages.
Includes the cpan2deb and cpan2dsc flavours.
libberkeleydb-perldebian
0.54-2+b1
use Berkeley DB databases from Perl
Provides BerkeleyDB::Hash, BerkeleyDB::Btree etc. classes that allow
access to Berkeley DB databases as if they were normal Perl hash
tables.
Supports all the features of Berkeley DB such as sharing cache and
lock memory between processes, logging and transactions.
libcgi-session-perldebian
4.48-1+deb8u1
persistent session data in CGI applications
https://metacpan.org/release/CGI-Session/
CGI-Session is a Perl5 library that provides an easy, reliable and modular
session management system across HTTP requests. Persistency is a key feature
for such applications as shopping carts, login/authentication routines, and
application that need to carry data across HTTP requests.
CGI::Session does that and many more.
libfrontier-rpc-perldebian
0.07b4-6
Perl module to implement RPC calls using XML requests
http://search.cpan.org/dist/Frontier-RPC/
Frontier::RPC implements UserLand Software's XML RPC (Remote
Procedure Calls using Extensible Markup Language). Frontier::RPC
includes both a client module for making requests to a server and
a daemon module for implementing servers. Frontier::RPC uses RPC2
format messages.
libhtml-format-perldebian
2.11-1
module for transforming HTML into various formats
https://metacpan.org/release/HTML-Format/
HTML::Formatter is a base class for various formatters, which are modules
that traverse an HTML syntax tree and produce various output file formats.
There are currently three formatter classes included:
* HTML::FormatText for converting to plain human-readable text
* HTML::FormatPS for converting to PostScript
* HTML::FormatRTF for converting to Microsoft's Rich Text Format (RTF)
libmail-sendmail-perldebian
0.79.16-1
Send email from a perl script
http://search.cpan.org/dist/Mail-Sendmail/
Simple platform independent e-mail from your perl script. Only requires
Perl 5, Sys::Hostname::Long, and a network connection.
libmailtools-perldebian
2.13-1
Manipulate email in perl programs
http://search.cpan.org/dist/MailTools/
This is a set of perl modules which provide an easy interface to
manipulating email in an object-oriented fashion.
libnet-ldap-perldebian
1:0.6400+dfsg-2
client interface to LDAP servers
http://ldap.perl.org/
Net::LDAP is a collection of Perl modules that implement an interface to
various LDAP services. The module is capable of searching directories or
performing maintenance functions such as adding, deleting or modifying
entries.
libpadwalker-perldebian
1.98-1+b1
module to inspect and manipulate lexical variables
https://metacpan.org/release/PadWalker/
PadWalker is a module that allows you to inspect and even modify lexical
variables in the current "lexical pad stack." Perl tracks which variables
are accessible and visible in each lexical scope by keeping a separate
set of variables for each scope. This module looks for a given variable
by traversing that stack, which allows it to alter anything in the stack,
even variables not normally accessible in the current scope.
In practise, this module is useful for checking anything defined in the full
stack of subroutines that called your function, making it extremely useful
for debugging. It is, however, not recommended for use in production code.
libsoap-lite-perldebian
1.11-1
Perl implementation of a SOAP client and server
http://sourceforge.net/projects/soaplite/
SOAP::Lite is a collection of Perl modules that provide a simple and
lightweight interface to the Simple Object Access Protocol (SOAP) both on
client and server side.
This version of SOAP::Lite supports a subset of the SOAP 1.1 specification
and has initial support for SOAP 1.2 specification.
See http://www.w3.org/TR/SOAP for details.
libterm-readkey-perldebian
2.32-1+b1
perl module for simple terminal control
https://metacpan.org/release/TermReadKey
Term::ReadKey is a compiled perl module dedicated to providing simple
control over terminal driver modes (cbreak, raw, cooked, etc.) support for
non-blocking reads, if the architecture allows, and some generalized handy
functions for working with terminals. One of the main goals is to have the
functions as portable as possible, so you can just plug in "use
Term::ReadKey" on any architecture and have a good likelyhood of it working.
liburi-perldebian
1.64-1
module to manipulate and access URI strings
https://metacpan.org/release/URI
URI is a collection of Perl modules that represent and manipulate Uniform
Resource Identifier (URI) references as specified in RFC 2396.
URI objects can be used to access and manipulate the various components
that make up these strings. There are also methods to combine URIs in
various ways.
The URI class replaces the URI::URL class that used to be distributed with
libwww-perl. This package also includes an emulation of the old URI::URL
interface, which implements both the old and the new interface.
libwww-perldebian
6.08-1
simple and consistent interface to the world-wide web
https://metacpan.org/release/libwww-perl
libwww-perl (also known as LWP) is a collection of Perl modules that provide
a simple and consistent programming interface (API) to the World-Wide Web.
The main focus of the library is to provide classes and functions that allow
you to write WWW clients. It also contains general purpose modules, as well
as a simple HTTP/1.1-compatible server implementation.
libxml-dom-perldebian
1.44-1
Perl module for building DOM Level 1 compliant doc structures
http://search.cpan.org/dist/XML-DOM/
This module parses XML strings or files and builds a data structure
that conforms to the API of the Document Object Model as described at
http://www.w3.org/TR/REC-DOM-Level-1. See the XML::Parser manpage
for other available features of the XML::DOM::Parser class.
libxml-filter-buffertext-perldebian
1.01-5
Perl module for putting all characters into a single event
http://search.cpan.org/dist/XML-Filter-BufferText/
The XML::Filter::BufferText module is a very simple filter. One common
cause of grief (and programmer error) is that XML parsers aren't required
to provide character events in one chunk. They can, but are not forced
to, and most don't. This filter does the trivial but oft-repeated task
of putting all characters into a single event.
libxml-libxslt-perldebian
1.92-1+b1
Perl interface to the GNOME libxslt library
https://metacpan.org/release/XML-LibXSLT
XML::LibXSLT is an XSLT Perl module, based on the GNOME libxslt library,
which is a fast and XSLT 1.0 compliant XSLT engine.
XSLT is an XML-based language used for XML transformations. For more
information see http://www.w3.org/TR/xslt.
libxml-sax-writer-perldebian
0.54-1
Perl module for a SAX2 XML writer
https://metacpan.org/release/XML-SAX-Writer
XML::SAX::Writer helps to serialize SAX2 representations of XML documents to
strings, files, and other flat representations. It handles charset encodings,
XML escaping conventions, and so forth. It is still considered alpha,
although it has been put to limited use in settings such as XML::LibXML and
the AxKit XML Application Server.
libxml-simple-perldebian
2.20-1
Perl module for reading and writing XML
http://search.cpan.org/dist/XML-Simple/
The XML::Simple module provides a simple API layer on top of an underlying
XML parsing module to maintain XML files (especially configuration
files). Two functions are exported: XMLin() and XMLout().
The simplest approach is to call these two functions directly, but an
optional object oriented interface allows them to be called as
methods of an XML::Simple object. The object interface can also be
used at either end of a SAX pipeline.
libyaml-libyaml-perldebian
0.41-6
Perl interface to libyaml, a YAML implementation
https://metacpan.org/release/YAML-LibYAML
YAML::LibYAML (or YAML::XS) is a Perl interface to Kirill Siminov's libyaml
library, a YAML Ain't Markup Language (YAML) implementation written in C to
support the YAML 1.1 specification. The provided Dump and Load routines
are compatible with the Perl YAML module (see libyaml-perl).
perl-tkdebian
1:804.032-3+b3
Perl module providing the Tk graphics library
http://search.cpan.org/dist/Tk/
Perl/Tk (also known as pTk or ptk) is a collection of modules and
code that attempts to wed the easily configured Tk widget toolkit
to the powerful lexigraphic, dynamic memory, I/O, and object-oriented
capabilities of Perl 5. In other words, it is an interpreted
scripting language for making widgets and programs with Graphical
User Interfaces (GUI).
A good place to get started is by running the "widget" demo that's
installed with this package.

Section python

Name, Version, Description, Homepage Long Description
ipythondebian
2.3.0-2
enhanced interactive Python shell
http://ipython.org/
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
computing (like Matlab or Mathematica) when paired with the standard
Python scientific and numerical tools. It supports dynamic object
introspections, numbered input/output prompts, a macro system,
session logging, session restoring, complete system shell access,
verbose and colored traceback reports, auto-parentheses, auto-quoting,
and is embeddable in other Python programs.
This package contains the basic terminal shell. For the qt console
install ipython-qtconsole and for the html notebook install
ipython-notebook.
ipython-notebookdebian
2.3.0-2
interactive Python html notebook
http://ipython.org/
IPython can be used as a replacement for the standard Python shell,
or it can be used as a complete working environment for scientific
computing (like Matlab or Mathematica) when paired with the standard
Python scientific and numerical tools. It supports dynamic object
introspections, numbered input/output prompts, a macro system,
session logging, session restoring, complete system shell access,
verbose and colored traceback reports, auto-parentheses, auto-quoting,
and is embeddable in other Python programs.
This package contains the html notebook providing a Mathematica-like
webinterface to Python.
pep8debian
1.5.7-2
Python PEP 8 code style checker - python2
http://pypi.python.org/pypi/pep8
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
python-dateutildebian
2.2-2
powerful extensions to the standard datetime module
It features:
* computing of relative deltas (next month, next year, next monday, last week
of month, etc);
* computing of relative deltas between two given date and/or datetime objects
* computing of dates based on very flexible recurrence rules, using a superset
of the iCalendar specification. Parsing of RFC strings is supported as well.
* generic parsing of dates in almost any string format
* timezone (tzinfo) implementations for tzfile(5) format files
(/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
known formats), iCalendar format files, given ranges (with help from
relative deltas), local machine timezone, fixed offset timezone, UTC
timezone
* computing of Easter Sunday dates for any given year, using Western, Orthodox
or Julian algorithms
python-ldapdebian
2.4.10-1
LDAP interface module for Python
http://www.python-ldap.org/
This module provides a Python interface to the OpenLDAP client library
(LDAP is the Lightweight Directory Access Protocol).
python-libxml2debian
2.9.1+dfsg1-5+deb8u3
Python bindings for the GNOME XML library
http://xmlsoft.org/
XML is a metalanguage to let you design your own markup language.
A regular markup language defines a way to describe information in
a certain class of documents (eg HTML). XML lets you define your
own customized markup languages for many classes of document. It
can do this because it's written in SGML, the international standard
metalanguage for markup languages.
This package contains the files needed to use the GNOME XML library
in Python programs.
python-libxslt1debian
1.1.28-2+deb8u2
Python bindings for libxslt1
http://xmlsoft.org/xslt/
XSLT is an XML language for defining transformations of XML files from
XML to some other arbitrary format, such as XML, HTML, plain text, etc.
using standard XSLT stylesheets. libxslt is a C library which
implements XSLT version 1.0.
This package contains Python bindings for libxslt, needed to use
libxslt in Python programs.
python-matplotlibdebian
1.4.2-3.1
Python based plotting system in a style similar to Matlab
http://matplotlib.org/
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
python-matplotlib-datadebian
1.4.2-3.1
Python based plotting system (data package)
http://matplotlib.org/
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
This package contains architecture independent data for python-matplotlib.
python-pexpectdebian
3.2-1
Python module for automating interactive applications
http://www.noah.org/wiki/Pexpect
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.
python-pipdebian
1.5.6-5
alternative Python package installer
http://www.pip-installer.org/
pip is a replacement for easy_install, and is intended to be an improved
Python package installer. It integrates with virtualenv, doesn't do partial
installs, can save package state for replaying, can install from non-egg
sources, and can install from version control repositories.
python-pytestdebian
2.6.3-2
Simple, powerful testing in Python
http://pytest.org/
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
mechanisms such as the `assert` keyword.
python-scipydebian
0.14.0-2
scientific tools for Python
http://www.scipy.org/
SciPy supplements the popular NumPy module (python-numpy package), gathering a
variety of high level science and engineering modules together as a single
package.
!SciPy is a set of Open Source scientific and numeric tools for Python. It
currently supports special functions, integration, ordinary differential
equation (ODE) solvers, gradient optimization, genetic algorithms, parallel
programming tools, an expression-to-C++ compiler for fast execution, and
others.
python-sphinxdebian
1.2.3+dfsg-1
documentation generator for Python projects (implemented in Python 2)
http://sphinx-doc.org/
Sphinx is a tool for producing documentation for Python projects, using
!reStructuredText as markup language.
Sphinx features:
* HTML, CHM, LaTeX output,
* Cross-referencing source code,
* Automatic indices,
* Code highlighting, using Pygments,
* Extensibility. Existing extensions:
- automatic testing of code snippets,
- including docstrings from Python modules.
This package includes Python 2 modules and command line utilities.
python-sphinx-rtd-themedebian
0.1.6-1
sphinx theme from readthedocs.org (Python 2)
https://github.com/snide/sphinx_rtd_theme
This mobile-friendly sphinx theme was initially created for readthedocs.org,
but can be incorporated in any project.
Among other things, it features a left panel with a browseable table of
contents, and a search bar.
This is the Python 2 version of the package.
python-virtualenvdebian
1.11.6+ds-1
Python virtual environment creator
http://pypi.python.org/pypi/virtualenv
The virtualenv utility creates virtual Python instances, each invokable
with its own Python executable. Each instance can have different sets
of modules, installable via easy_install. Virtual Python instances can
also be created without root access.
This is the Python 2 version of the library.
python-vtkdebian
5.8.0-17.5
Python bindings for VTK
http://www.vtk.org/
The Visualization Toolkit (VTK) is an object oriented, high level
library that allows one to easily write C++ programs, Tcl, Python and
Java scripts that do 3D visualization.
This provides the shared libraries that enable one to use VTK from Python
scripts. You will need Python and vtk installed to use this. Some useful
information may be available in /usr/share/doc/python-vtk/.
python-yamldebian
3.11-2
YAML parser and emitter for Python
http://pyyaml.org/
Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse
all examples from the specification. The parsing algorithm is simple enough to
be a reference for YAML parser implementors. A simple extension API is also
provided. The package is built using libyaml for improved speed.
python3-devdebian
3.4.2-2
header files and a static library for Python (default)
http://www.python.org/
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
in applications.
This package is a dependency package, which depends on Debian's default
Python 3 version (currently v3.4).
python3-scipydebian
0.14.0-2
scientific tools for Python 3
http://www.scipy.org/
SciPy supplements the popular NumPy module (python-numpy package), gathering a
variety of high level science and engineering modules together as a single
package.
!SciPy is a set of Open Source scientific and numeric tools for Python. It
currently supports special functions, integration, ordinary differential
equation (ODE) solvers, gradient optimization, genetic algorithms, parallel
programming tools, an expression-to-C++ compiler for fast execution, and
others.
This package provides the Python 3 version.

Section ruby

Name, Version, Description, Homepage Long Description
rakedebian
10.3.2-2
ruby make-like utility
https://github.com/jimweirich/rake
Rake is a simple ruby build program with capabilities similar to make.
Rake has the following features:
* Rakefiles (rakes version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Rake is lightweight. It can be distributed with other
projects as a single file. Projects that depend upon
rake do not require that rake be installed on target
systems.
ridebian
1:2.1.5+deb8u2
Ruby Interactive reference
http://www.ruby-lang.org/
ri is a command line tool that displays descriptions of built-in Ruby
methods, classes, and modules. For methods, it shows you the calling
sequence and a description. For classes and modules, it shows a
synopsis along with a list of the methods the class or module
implements.
This package provides ri command and descriptions about Ruby.
This package provides the ri documentation for the Ruby standard library.
The ri executable itself is in the ruby package.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.1).
rubydebian
1:2.1.5+deb8u2
Interpreter of object-oriented scripting language Ruby (default version)
http://www.ruby-lang.org/
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.1).
ruby-erubisdebian
2.7.0-3
fast and extensible eRuby implementation which supports multi-language
http://www.kuwata-lab.com/erubis/
Erubis is a very fast eRuby implementation that features:
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern
* Context object available and easy to combine eRuby template with YAML file
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
ruby-hpricotdebian
0.8.6-5+b3
fast, enjoyable HTML parser
https://github.com/hpricot/hpricot
Hpricot is a fast, flexible HTML parser written in C. It's designed to be
very accomodating (like Tanaka Akira's HTree) and to have a very helpful
library (like some JavaScript libs -- JQuery, Prototype -- give you).
Also, Hpricot can be handy for reading broken XML files, since many of the
same principles are used. If a quote is missing, Hpricot tries to figure it
out. If tags overlap, Hpricot works on sorting them out.
ruby-nokogiridebian
1.6.3.1+ds-1
HTML, XML, SAX, and Reader parser for Ruby
http://nokogiri.org
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. It is able to
search documents via XPath or CSS3 selectors, and is a drop-in replacement
for Hpricot (though not bug for bug).
ruby-redclothdebian
4.2.9-4
Textile module for Ruby
https://github.com/jgarber/redcloth
Textile is a very simple text format, intended for making readable text
that can be converted to HTML, and used in docs, blogs, and Wiki pages.
!RedCloth is a Ruby module for converting Textile to HTML.
ruby-term-ansicolordebian
1.3.0-1
Ruby library that colors strings using ANSI escape sequences
http://flori.github.com/term-ansicolor
Small Ruby library that colors strings using ANSI escape sequences.
It's possible to use constants or unary functions. Block-forms
also autoreset at the block's end. It's also possible to use this
module as a mixin for classes of objects that respond to :to_str,
e.g. String.
This package is part of the Ruby library extras, a supplement to Ruby's
standard library.
ruby-wirbledebian
0.1.3-4
Extensions for the Ruby irb command line shell
http://pablotron.org/software/wirble/
A handful of useful Irb features, including colorized results,
tab-completion, history, a simple prompt, and several helper
methods, all rolled into one easy to use package.

Section science

Name, Version, Description, Homepage Long Description
avogadrodebian
1.0.3-10.1+b2
Molecular Graphics and Modelling System
http://avogadro.sourceforge.net/
Avogadro is a molecular graphics and modelling system targeted at molecules
and biomolecules. It can visualize properties like molecular orbitals or
electrostatic potentials and features an intuitive molecular builder.
Features include:
* Molecular modeller with automatic force-field based geometry optimization
* Molecular Mechanics including constraints and conformer searches
* Visualization of molecular orbitals and general isosurfaces
* Visualization of vibrations and plotting of vibrational spectra
* Support for crystallographic unit cells
* Input generation for the Gaussian, GAMESS and MOLPRO quantum chemistry
packages
* Flexible plugin architecture and Python scripting
File formats Avogadro can read include PDB, XYZ, CML, CIF, Molden, as well as
Gaussian, GAMESS and MOLPRO output.
ballviewdebian
1.4.2+20140406-1+b2
free molecular modeling and molecular graphics tool
http://www.ballview.org
BALLView provides fast OpenGL-based visualization of molecular structures,
molecular mechanics methods (minimization, MD simulation using the
AMBER, CHARMM, and MMFF94 force fields), calculation and visualization
of electrostatic properties (FDPB) and molecular editing features.
BALLView can be considered a graphical user interface on the basis of
BALL (Biochemical Algorithms Library) with a focus on the most common
demands of protein chemists and biophysicists in particular. It is
developed in the groups of Hans-Peter Lenhof (Saarland University,
Saarbruecken, Germany) and Oliver Kohlbacher (University of Tuebingen,
Germany). BALL is an application framework in C++ that has been
specifically designed for rapid software development in Molecular
Modeling and Computational Molecular Biology. It provides an extensive
set of data structures as well as classes for Molecular Mechanics,
advanced solvation methods, comparison and analysis of protein
structures, file import/export, and visualization.
cernlibdebian
20061220+dfsg3-4.1
CERNLIB data analysis suite - general use metapackage
http://cernlib.web.cern.ch/cernlib/
CERNLIB is a suite of data analysis tools and libraries created for
use in physics experiments, but also with applications to other
fields such as the biological sciences.
This metapackage provides almost all of the programs and libraries contained
in CERNLIB. Most people will likely want only a subset of these. A few
extra CERNLIB programs, not of interest to many people, may be obtained via
the cernlib-extras metapackage.
dxdebian
1:4.4.4-7+b1
OpenDX (IBM Visualization Data Explorer) - main package
http://www.opendx.org/
Data Explorer is a system of tools and user interfaces for visualizing data.
In general terms the visualization of data can be considered a 3-stage
process:
1. Describing and importing data
2. Processing the data through a visualization program
3. Presenting the resulting image.
This is the main package.
easychemdebian
0.6-8
Draw high-quality molecules and 2D chemical formulas
http://easychem.sourceforge.net
EasyChem is a program that helps you creating high quality diagrams of
molecules and 2D chemical formulas that can be exported to PDF, PS, LaTeX
and fig.
!EasyChem was originally developed to create diagrams for chemistry books and
is now frequently used for this purpose in commercial and non-commercial
chemistry-related books.
gabeditdebian
2.4.8-1
graphical user interface to Ab Initio packages
http://gabedit.sourceforge.net
Gabedit is a graphical user interface to computational chemistry
packages like:
- MPQC
- GAMESS-US
- Gaussian
- Molcas
- Molpro
- Q-Chem
These Ab Initio software packages might run locally or on a remote
server (supporting FTP, RSH and SSH). Gabedit can display a variety
of calculation results including most major molecular file formats.
The advanced "Molecule Builder" allows one to rapidly sketch in
molecules and examine them in 3D. Graphics can further be exported
to various formats, including animations.
garlicdebian
1.6-1.1
A visualization program for biomolecules
http://www.zucic.org/garlic/
Garlic is written for the investigation of membrane proteins. It may be
used to visualize other proteins, as well as some geometric objects.
This version of garlic recognizes PDB format version 2.1. Garlic may
also be used to analyze protein sequences.
It only depends on the X libraries, no other libraries are needed.
Features include:
- The slab position and thickness are visible in a small window.
- Atomic bonds as well as atoms are treated as independent drawable
objects.
- The atomic and bond colors depend on position. Five mapping modes
are available (as for slab).
- Capable to display stereo image.
- Capable to display other geometric objects, like membrane.
- Atomic information is available for atom covered by the mouse
pointer. No click required, just move the mouse pointer over the
structure!
- Capable to load more than one structure.
- Capable to draw Ramachandran plot, helical wheel, Venn diagram,
averaged hydrophobicity and hydrophobic moment plot.
- The command prompt is available at the bottom of the main window.
It is able to display one error message and one command string.
gchempaintdebian
0.14.9-1
2D chemical structures editor for the GNOME2 desktop
http://www.nongnu.org/gchemutils/
GChemPaint is an editor for 2D chemical structures with a multiple
document interface. Drawn molecules can be searched at NIST Webbook
and PubChem.
gdpcdebian
2.2.5-3
visualiser of molecular dynamic simulations
http://www.frantz.fi/software/gdpc.php
gpdc is a graphical program for visualising output data from
molecular dynamics simulations. It reads input in the standard xyz
format, as well as other custom formats, and can output pictures of
each frame in JPG or PNG format.
gromacsdebian
5.0.2-1
Molecular dynamics simulator, with building and analysis tools
http://www.gromacs.org/
GROMACS is a versatile package to perform molecular dynamics, i.e. simulate
the Newtonian equations of motion for systems with hundreds to millions of
particles.
It is primarily designed for biochemical molecules like proteins and lipids
that have a lot of complicated bonded interactions, but since GROMACS is
extremely fast at calculating the nonbonded interactions (that usually
dominate simulations) many groups are also using it for research on non-
biological systems, e.g. polymers.
openbabeldebian
2.3.2+dfsg-2
Chemical toolbox utilities (cli)
http://openbabel.sourceforge.net
chemical data. It allows one to search, convert, analyze, or store data from
molecular modeling, chemistry, solid-state materials, biochemistry, or related
areas. Features include:
* Hydrogen addition and deletion
* Support for Molecular Mechanics
* Support for SMARTS molecular matching syntax
* Automatic feature perception (rings, bonds, hybridization, aromaticity)
* Flexible atom typer and perception of multiple bonds from atomic coordinates
* Gasteiger-Marsili partial charge calculation
File formats Open Babel supports include PDB, XYZ, CIF, CML, SMILES, MDL
Molfile, ChemDraw, Gaussian, GAMESS, MOPAC and MPQC.
This package includes the following utilities:
* babel: Convert between various chemical file formats
* obenergy: Calculate the energy for a molecule
* obminimize: Optimize the geometry, minimize the energy for a molecule
* obgrep: Molecular search program using SMARTS pattern
* obgen: Generate 3D coordinates for a molecule
* obprop: Print standard molecular properties
* obfit: Superimpose two molecules based on a pattern
* obrotamer: Generate conformer/rotamer coordinates
[..]
pymoldebian
1.7.2.1-1
Molecular Graphics System
http://www.pymol.org
PyMOL is a molecular graphics system targeted at medium to large
biomolecules like proteins. It can generate high-quality publication-ready
molecular graphics images and animations.
Features include:
* Visualization of molecules, molecular trajectories and surfaces
of crystallography data or orbitals
* Molecular builder and sculptor
* Internal raytracer and movie generator
* Fully extensible and scriptable via a Python interface
File formats PyMOL can read include PDB, XYZ, CIF, MDL Molfile, ChemDraw,
CCP4 maps, XPLOR maps and Gaussian cube maps.
samtoolsdebian
0.1.19-1
processing sequence alignments in SAM and BAM formats
http://samtools.sourceforge.net
Samtools is a set of utilities that manipulate nucleotide sequence alignments
in the binary BAM format. It imports from and exports to the ascii SAM
(Sequence Alignment/Map) format, does sorting, merging and indexing, and allows
to retrieve reads in any regions swiftly. It is designed to work on a stream,
and is able to open a BAM (not SAM) file on a remote FTP or HTTP server.
xbsdebian
0-8
3-d models and movies of molecules
xbs ball-and-sticks plotting program can create still
and moving three dimensional models of molecules. X11 and
!PostScript output are available. Models can be rotated,
scaled, etc. Various labeling, shading, lighting,
coloring options are available.
xmakemoldebian
5.16-7
program for visualizing atomic and molecular systems
http://www.nongnu.org/xmakemol/
XMakemol is a mouse-based program, written using the LessTif widget set, for
viewing and manipulating atomic and other chemical systems. It reads XYZ
input and renders atoms, bonds and hydrogen bonds.
Features include:
- Animating multiple frame files
- Interactive measurement of bond lengths, bond angles and torsion angles
- Control over atom/bond sizes
- Exporting to Xpm, Encapsulated PostScript and XYZ formats
- Toggling the visibility of groups of atoms
- Editing the positions of subsets of atoms

Section text

Name, Version, Description, Homepage Long Description
openjadedebian
1.4devel1-21.1
Implementation of the DSSSL language
http://openjade.sourceforge.net/
OpenJade is an implementation of the ISO/IEC 10179:1996 standard
DSSSL language. It is based on James Clark's Jade software.
The OpenJade processor, in conjunction with a DSSSL style sheet, is
capable of translating SGML documents into other formats. Output
formats currently supported are RTF, HTML, MIF, JadeTeX, or an XML
representation of the flow object tree. Using its own non-standard
system, it is also capable of transforming one SGML or XML DTD to
another.
Author: The OpenJade Team <jade-devel@infomansol.com>
patchutilsdebian
0.3.3-1
Utilities to work with patches
http://cyberelk.net/tim/patchutils/index.html
This package includes the following utilities:
- combinediff creates a cumulative patch from two incremental patches
- dehtmldiff extracts a diff from an HTML page
- filterdiff extracts or excludes diffs from a diff file
- fixcvsdiff fixes diff files created by CVS that "patch" mis-interprets
- flipdiff exchanges the order of two patches
- grepdiff shows which files are modified by a patch matching a regex
- interdiff shows differences between two unified diff files
- lsdiff shows which files are modified by a patch
- recountdiff recomputes counts and offsets in unified context diffs
- rediff and editdiff fix offsets and counts of a hand-edited diff
- splitdiff separates out incremental patches
- unwrapdiff demangles patches that have been word-wrapped
wdiffdebian
1.2.2-1
Compares two files word by word
http://www.gnu.org/software/wdiff/
`wdiff' is a front-end to GNU `diff'. It compares two files, finding
which words have been deleted or added to the first in order to create
the second. It has many output formats and interacts well with
terminals and pagers (notably with `less'). `wdiff' is particularly
useful when two texts differ only by a few words and paragraphs have
been refilled.

Section utils

Name, Version, Description, Homepage Long Description
db-utildebian
5.3.0
Berkeley Database Utilities
This empty package depends on the recommended utilities package
containing different tools for manipulating databases and installs
unversioned links to current database utilities.
fakerootdebian
1.20.2-1
tool for simulating superuser privileges
fakeroot provides a fake "root environment" by means of LD_PRELOAD and
!SysV IPC (or TCP) trickery. It puts wrappers around getuid(), chown(),
stat(), and other file-manipulation functions, so that unprivileged
users can (for instance) populate .deb archives with root-owned files;
various build tools use fakeroot for this by default.
This package contains fakeroot command and the daemon that remembers
fake ownership/permissions of files manipulated by fakeroot
processes.
rrdtooldebian
1.4.8-1.2
time-series data storage and display system (programs)
http://oss.oetiker.ch/rrdtool/
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
server load average). It stores the data in Round Robin Databases (RRDs),
a very compact way that will not expand over time. RRDtool processes the
extracted data to enforce a certain data density, allowing for useful
graphical representation of data values.
RRDtool is often used via various wrappers that can poll data from devices
and feed data into RRDs, as well as provide a friendlier user interface and
customized graphs.
This package contains command-line programs used to access and manipulate
RRDs.

Section vcs

Name, Version, Description, Homepage Long Description
cvsdebian
2:1.12.13+real-15
Concurrent Versions System
http://www.nongnu.org/cvs/
CVS is a version control system, which allows you to keep access
to old versions of files (usually source code), keep a log of
who, when, and why changes occurred, etc., like RCS or SCCS.
It handles multiple developers, multiple directories, triggers to
enable/log/control various operations, and can work over a wide
area network. The texinfo manual provides further information on
more tasks that it can perform.
There are some tasks that are not covered by CVS. They can be done in
conjunction with CVS but will tend to require some script-writing and
software other than CVS. These tasks are bug-tracking, build management
(that is, make and make-like tools), and automated testing. However,
CVS makes these tasks easier.
This package contains a CVS binary which can act as both client and
server, although there is no CVS dæmon; to access remote repositories,
please use :extssh: not :pserver: any more.
dpatchdebian
2.0.35
patch maintenance system for Debian source packages
dpatch is an easy to use patch system for Debian packages, somewhat
similar to the dbs package, but much simpler to use.
It lets you store patches and other simple customization templates in
debian/patches and otherwise does not require much reorganization of
your source tree. To get the patches applied at build time you simply
need to include a makefile snippet and then depend on the
patch/unpatch target in the build or clean stage of debian/rules - or
you can use the dpatch patching script directly.
It can easily apply patches only on specific architectures if needed.
git-coredebian
1:2.1.4-2.1+deb8u2
fast, scalable, distributed revision control system (obsolete)
http://git-scm.com/
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
This is a transitional dummy package. The 'git-core' package has been
renamed to 'git', which has been installed automatically. This
git-core package is now obsolete, and can safely be removed from the
system if no other package depends on it.
git-cvsdebian
1:2.1.4-2.1+deb8u2
fast, scalable, distributed revision control system (cvs interoperability)
http://git-scm.com/
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
This package provides the git cvsimport, cvsexportcommit, and cvsserver
tools, which allow Git to read from and write to CVS repositories and
offer access over CVS protocol to Git repositories.
The git cvsimport tool can incrementally import from a repository that
is being actively developed and only requires remote access over CVS
protocol. Unfortunately, in many situations the import leads to
incorrect results. For reliable, one-shot imports, cvs2git from the
cvs2svn package or parsecvs may be a better fit.
git-emaildebian
1:2.1.4-2.1+deb8u2
fast, scalable, distributed revision control system (email add-on)
http://git-scm.com/
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
This package provides the git-send-email program for sending series of
patch emails.
git-svndebian
1:2.1.4-2.1+deb8u2
fast, scalable, distributed revision control system (svn interoperability)
http://git-scm.com/
Git is popular version control system designed to handle very large
projects with speed and efficiency; it is used for many high profile
open source projects, most notably the Linux kernel.
Git falls in the category of distributed source code management tools.
Every Git working directory is a full-fledged repository with full
revision tracking capabilities, not dependent on network access or a
central server.
This package provides tools for interoperating with Subversion repositories,
and importing SVN development history.
mercurialdebian
3.1.2-2+deb8u3
easy-to-use, scalable distributed version control system
http://mercurial.selenic.com/
Mercurial is a fast, lightweight Source Control Management system designed
for efficient handling of very large distributed projects.
..
Its features include:
* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of files and changesets for efficient exploration
of project history
* Robust SHA1-based integrity checking and append-only storage model
* Decentralized development model with arbitrary merging between trees
* High-speed HTTP-based network merge protocol
* Easy-to-use command-line interface
* Integrated stand-alone web interface
* Small Python codebase
This package contains the architecture dependent files.
rcsdebian
5.9.3-1
The GNU Revision Control System
http://www.gnu.org/software/rcs/
The Revision Control System (RCS) manages multiple
revisions of files. RCS automates the storing, retrieval,
logging, identification, and merging of revisions. RCS is
useful for text that is revised frequently, for example
programs, documentation, graphics, papers, and form letters.
Note: this package contains certain general-purpose commands
(such as merge or ident) which may used by other programs
installed on your system.

Section video

Name, Version, Description, Homepage Long Description
libav-toolsdebian
6:11.8-1~deb8u1
Multimedia player, encoder and transcoder
http://libav.org/
Libav is a complete, cross-platform solution to decode, encode, record,
convert and stream audio and video.
This package contains the avplay multimedia player, the avconv audio
and video encoder, and the avprobe stream analyzer. They support most
existing file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding
formats (MPEG, DivX, MPEG4, AC3, DV...). Additionally, it contains the
qt-faststart utility which rearranges Quicktime files to facilitate
network streaming.
This package replaces the 'ffmpeg' command-line tool that was provided
in earlier distroreleases.

Section web

Name, Version, Description, Homepage Long Description
dh-make-phpdebian
0.4.0
Creates Debian source packages for PHP PEAR and PECL extensions
Contains dh-make-pear and dh-make-pecl, which create Debian source packages
from PHP PEAR and PECL packages respectively.

Section x11

Name, Version, Description, Homepage Long Description
qt4-qtconfigdebian
4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
Qt 4 configuration tool
http://qt-project.org/
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
The Qt Configuration program allows end users to configure the look and
behavior of any Qt 4 application.
Topic revision: r1 - 2016-12-09, ChristopherHuhn
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)